diff --git a/common/ManagementTestShared/Current/ManagementRecordedTestBase.cs b/common/ManagementTestShared/Current/ManagementRecordedTestBase.cs index 01e32fbe139af..3b38838c31568 100644 --- a/common/ManagementTestShared/Current/ManagementRecordedTestBase.cs +++ b/common/ManagementTestShared/Current/ManagementRecordedTestBase.cs @@ -65,7 +65,7 @@ protected async Task CleanupResourceGroupsAsync() } } - protected async Task GetFirstUsableLocationAsync(ProviderContainer providersClient, string resourceProviderNamespace, string resourceType) + protected async Task GetFirstUsableLocationAsync(ProviderCollection providersClient, string resourceProviderNamespace, string resourceType) { var provider = (await providersClient.GetAsync(resourceProviderNamespace)).Value; return provider.Data.ResourceTypes.Where( diff --git a/common/ManagementTestShared/Redesign/MockTestBase.cs b/common/ManagementTestShared/Redesign/MockTestBase.cs index 83fd342587f42..3328d60137541 100644 --- a/common/ManagementTestShared/Redesign/MockTestBase.cs +++ b/common/ManagementTestShared/Redesign/MockTestBase.cs @@ -21,13 +21,6 @@ public MockTestBase(bool isAsync, RecordedTestMode mode) : base(isAsync, mode) EnsureMockServerRunning(); } - protected async Task GetResourceGroupContainer(ArmClientOptions clientOptions = default) - { - var client = GetArmClient(clientOptions); - var sub = await client.GetSubscriptions().GetAsync(TestEnvironment.SubscriptionId); - return sub.Value.GetResourceGroups(); - } - private void EnsureMockServerRunning() { if (Mode == RecordedTestMode.Record) diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 886ba298de189..9cc3be4585a21 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -124,7 +124,7 @@ - + @@ -146,7 +146,7 @@ All should have PrivateAssets="All" set so they don't become package dependencies --> - + diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/api/Azure.Verticals.AgriFood.Farming.netstandard2.0.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/api/Azure.Verticals.AgriFood.Farming.netstandard2.0.cs index 9112b80d50736..13907ef399068 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/api/Azure.Verticals.AgriFood.Farming.netstandard2.0.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/api/Azure.Verticals.AgriFood.Farming.netstandard2.0.cs @@ -9,12 +9,12 @@ public ApplicationDataClient(System.Uri endpoint, Azure.Core.TokenCredential cre public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string applicationDataId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string applicationDataId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string applicationDataId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string applicationDataId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetApplicationData(Azure.RequestOptions options, double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetApplicationDataAsync(Azure.RequestOptions options, double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetApplicationDataByFarmerId(string farmerId, Azure.RequestOptions options, double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetApplicationDataByFarmerIdAsync(string farmerId, Azure.RequestOptions options, double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string applicationDataId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response Get(string farmerId, string applicationDataId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetApplicationData(double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetApplicationDataAsync(double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetApplicationDataByFarmerId(string farmerId, double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetApplicationDataByFarmerIdAsync(string farmerId, double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string applicationDataId, Azure.RequestOptions options = null) { throw null; } } public partial class AttachmentsClient { @@ -25,12 +25,12 @@ public AttachmentsClient(System.Uri endpoint, Azure.Core.TokenCredential credent public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string attachmentId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string attachmentId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string attachmentId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Download(string farmerId, string attachmentId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task DownloadAsync(string farmerId, string attachmentId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response Get(string farmerId, string attachmentId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string attachmentId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetAttachmentsByFarmerId(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable resourceIds = null, System.Collections.Generic.IEnumerable resourceTypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetAttachmentsByFarmerIdAsync(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable resourceIds = null, System.Collections.Generic.IEnumerable resourceTypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Download(string farmerId, string attachmentId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task DownloadAsync(string farmerId, string attachmentId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response Get(string farmerId, string attachmentId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string attachmentId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetAttachmentsByFarmerId(string farmerId, System.Collections.Generic.IEnumerable resourceIds = null, System.Collections.Generic.IEnumerable resourceTypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetAttachmentsByFarmerIdAsync(string farmerId, System.Collections.Generic.IEnumerable resourceIds = null, System.Collections.Generic.IEnumerable resourceTypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class BoundariesClient { @@ -43,16 +43,16 @@ public BoundariesClient(System.Uri endpoint, Azure.Core.TokenCredential credenti public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string boundaryId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string boundaryId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string boundaryId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string boundaryId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string boundaryId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetBoundaries(Azure.RequestOptions options, bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetBoundariesAsync(Azure.RequestOptions options, bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetBoundariesByFarmerId(string farmerId, Azure.RequestOptions options, bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetBoundariesByFarmerIdAsync(string farmerId, Azure.RequestOptions options, bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetOverlap(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetOverlapAsync(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response Get(string farmerId, string boundaryId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string boundaryId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetBoundaries(bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetBoundariesAsync(bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetBoundariesByFarmerId(string farmerId, bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetBoundariesByFarmerIdAsync(string farmerId, bool? isPrimary = default(bool?), string parentType = null, System.Collections.Generic.IEnumerable parentIds = null, double? minAcreage = default(double?), double? maxAcreage = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetOverlap(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetOverlapAsync(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Pageable Search(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.AsyncPageable SearchAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Pageable SearchByFarmerId(string farmerId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } @@ -67,10 +67,10 @@ public CropsClient(System.Uri endpoint, Azure.Core.TokenCredential credential, A public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string cropId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string cropId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string cropId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string cropId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string cropId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetCrops(Azure.RequestOptions options, System.Collections.Generic.IEnumerable phenotypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetCropsAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable phenotypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string cropId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string cropId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetCrops(System.Collections.Generic.IEnumerable phenotypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetCropsAsync(System.Collections.Generic.IEnumerable phenotypes = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class CropVarietiesClient { @@ -81,12 +81,12 @@ public CropVarietiesClient(System.Uri endpoint, Azure.Core.TokenCredential crede public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string cropId, string cropVarietyId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string cropId, string cropVarietyId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string cropId, string cropVarietyId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string cropId, string cropVarietyId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string cropId, string cropVarietyId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetCropVarieties(Azure.RequestOptions options, System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetCropVarietiesAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetCropVarietiesByCropId(string cropId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetCropVarietiesByCropIdAsync(string cropId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string cropId, string cropVarietyId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string cropId, string cropVarietyId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetCropVarieties(System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetCropVarietiesAsync(System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetCropVarietiesByCropId(string cropId, System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetCropVarietiesByCropIdAsync(string cropId, System.Collections.Generic.IEnumerable cropIds = null, System.Collections.Generic.IEnumerable brands = null, System.Collections.Generic.IEnumerable products = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class FarmBeatsClientOptions : Azure.Core.ClientOptions { @@ -103,8 +103,8 @@ public FarmClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Az public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } public virtual Azure.Operation CreateDataIngestionJob(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task> CreateDataIngestionJobAsync(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetDataIngestionJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetDataIngestionJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetDataIngestionJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetDataIngestionJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } } public partial class FarmersClient { @@ -117,12 +117,12 @@ public FarmersClient(System.Uri endpoint, Azure.Core.TokenCredential credential, public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetFarmers(Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetFarmersAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string farmerId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetFarmers(System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetFarmersAsync(System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class FarmsClient { @@ -135,14 +135,14 @@ public FarmsClient(System.Uri endpoint, Azure.Core.TokenCredential credential, A public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string farmId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string farmId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string farmId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string farmId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string farmId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetFarms(Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetFarmsAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetFarmsByFarmerId(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetFarmsByFarmerIdAsync(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string farmerId, string farmId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string farmId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetFarms(System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetFarmsAsync(System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetFarmsByFarmerId(string farmerId, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetFarmsByFarmerIdAsync(string farmerId, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class FieldsClient { @@ -155,14 +155,14 @@ public FieldsClient(System.Uri endpoint, Azure.Core.TokenCredential credential, public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string fieldId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string fieldId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string fieldId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string fieldId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string fieldId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetFields(Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetFieldsAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetFieldsByFarmerId(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetFieldsByFarmerIdAsync(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string farmerId, string fieldId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string fieldId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetFields(System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetFieldsAsync(System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetFieldsByFarmerId(string farmerId, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetFieldsByFarmerIdAsync(string farmerId, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class HarvestDataClient { @@ -173,12 +173,12 @@ public HarvestDataClient(System.Uri endpoint, Azure.Core.TokenCredential credent public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string harvestDataId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string harvestDataId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string harvestDataId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string harvestDataId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string harvestDataId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetHarvestData(Azure.RequestOptions options, double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetHarvestDataAsync(Azure.RequestOptions options, double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetHarvestDataByFarmerId(string farmerId, Azure.RequestOptions options, double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetHarvestDataByFarmerIdAsync(string farmerId, Azure.RequestOptions options, double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string farmerId, string harvestDataId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string harvestDataId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetHarvestData(double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetHarvestDataAsync(double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetHarvestDataByFarmerId(string farmerId, double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetHarvestDataByFarmerIdAsync(string farmerId, double? minTotalYield = default(double?), double? maxTotalYield = default(double?), double? minAvgYield = default(double?), double? maxAvgYield = default(double?), double? minTotalWetMass = default(double?), double? maxTotalWetMass = default(double?), double? minAvgWetMass = default(double?), double? maxAvgWetMass = default(double?), double? minAvgMoisture = default(double?), double? maxAvgMoisture = default(double?), double? minAvgSpeed = default(double?), double? maxAvgSpeed = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class ImageProcessingClient { @@ -187,8 +187,8 @@ public ImageProcessingClient(System.Uri endpoint, Azure.Core.TokenCredential cre public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } public virtual Azure.Operation CreateRasterizeJob(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task> CreateRasterizeJobAsync(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetRasterizeJob(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetRasterizeJobAsync(string jobId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetRasterizeJob(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRasterizeJobAsync(string jobId, Azure.RequestOptions options = null) { throw null; } } public partial class OAuthProvidersClient { @@ -199,10 +199,10 @@ public OAuthProvidersClient(System.Uri endpoint, Azure.Core.TokenCredential cred public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string oauthProviderId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string oauthProviderId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string oauthProviderId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string oauthProviderId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string oauthProviderId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetOAuthProviders(Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetOAuthProvidersAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string oauthProviderId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string oauthProviderId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetOAuthProviders(System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetOAuthProvidersAsync(System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class OAuthTokensClient { @@ -211,12 +211,12 @@ public OAuthTokensClient(System.Uri endpoint, Azure.Core.TokenCredential credent public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } public virtual Azure.Operation CreateCascadeDeleteJob(string jobId, string farmerId, string oauthProviderId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task> CreateCascadeDeleteJobAsync(string jobId, string farmerId, string oauthProviderId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response GetOAuthConnectionLink(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task GetOAuthConnectionLinkAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Pageable GetOAuthTokens(Azure.RequestOptions options, System.Collections.Generic.IEnumerable authProviderIds = null, System.Collections.Generic.IEnumerable farmerIds = null, bool? isValid = default(bool?), System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetOAuthTokensAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable authProviderIds = null, System.Collections.Generic.IEnumerable farmerIds = null, bool? isValid = default(bool?), System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Pageable GetOAuthTokens(System.Collections.Generic.IEnumerable authProviderIds = null, System.Collections.Generic.IEnumerable farmerIds = null, bool? isValid = default(bool?), System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetOAuthTokensAsync(System.Collections.Generic.IEnumerable authProviderIds = null, System.Collections.Generic.IEnumerable farmerIds = null, bool? isValid = default(bool?), System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class PlantingDataClient { @@ -227,12 +227,12 @@ public PlantingDataClient(System.Uri endpoint, Azure.Core.TokenCredential creden public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string plantingDataId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string plantingDataId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string plantingDataId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string plantingDataId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string plantingDataId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetPlantingData(Azure.RequestOptions options, double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetPlantingDataAsync(Azure.RequestOptions options, double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetPlantingDataByFarmerId(string farmerId, Azure.RequestOptions options, double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetPlantingDataByFarmerIdAsync(string farmerId, Azure.RequestOptions options, double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string farmerId, string plantingDataId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string plantingDataId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetPlantingData(double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetPlantingDataAsync(double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetPlantingDataByFarmerId(string farmerId, double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetPlantingDataByFarmerIdAsync(string farmerId, double? minAvgPlantingRate = default(double?), double? maxAvgPlantingRate = default(double?), double? minTotalMaterial = default(double?), double? maxTotalMaterial = default(double?), double? minAvgMaterial = default(double?), double? maxAvgMaterial = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class ScenesClient { @@ -241,12 +241,12 @@ public ScenesClient(System.Uri endpoint, Azure.Core.TokenCredential credential, public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } public virtual Azure.Operation CreateSatelliteDataIngestionJob(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task> CreateSatelliteDataIngestionJobAsync(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Download(string filePath, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task DownloadAsync(string filePath, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetSatelliteDataIngestionJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetSatelliteDataIngestionJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetScenes(string provider, string farmerId, string boundaryId, Azure.RequestOptions options, string source = null, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), double? maxCloudCoveragePercentage = default(double?), double? maxDarkPixelCoveragePercentage = default(double?), System.Collections.Generic.IEnumerable imageNames = null, System.Collections.Generic.IEnumerable imageResolutions = null, System.Collections.Generic.IEnumerable imageFormats = null, int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetScenesAsync(string provider, string farmerId, string boundaryId, Azure.RequestOptions options, string source = null, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), double? maxCloudCoveragePercentage = default(double?), double? maxDarkPixelCoveragePercentage = default(double?), System.Collections.Generic.IEnumerable imageNames = null, System.Collections.Generic.IEnumerable imageResolutions = null, System.Collections.Generic.IEnumerable imageFormats = null, int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Download(string filePath, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task DownloadAsync(string filePath, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetSatelliteDataIngestionJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetSatelliteDataIngestionJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetScenes(string provider, string farmerId, string boundaryId, string source = null, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), double? maxCloudCoveragePercentage = default(double?), double? maxDarkPixelCoveragePercentage = default(double?), System.Collections.Generic.IEnumerable imageNames = null, System.Collections.Generic.IEnumerable imageResolutions = null, System.Collections.Generic.IEnumerable imageFormats = null, int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetScenesAsync(string provider, string farmerId, string boundaryId, string source = null, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), double? maxCloudCoveragePercentage = default(double?), double? maxDarkPixelCoveragePercentage = default(double?), System.Collections.Generic.IEnumerable imageNames = null, System.Collections.Generic.IEnumerable imageResolutions = null, System.Collections.Generic.IEnumerable imageFormats = null, int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class SeasonalFieldsClient { @@ -259,14 +259,14 @@ public SeasonalFieldsClient(System.Uri endpoint, Azure.Core.TokenCredential cred public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string seasonalFieldId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string seasonalFieldId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string seasonalFieldId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string seasonalFieldId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string seasonalFieldId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetSeasonalFields(Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetSeasonalFieldsAsync(Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetSeasonalFieldsByFarmerId(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetSeasonalFieldsByFarmerIdAsync(string farmerId, Azure.RequestOptions options, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string farmerId, string seasonalFieldId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string seasonalFieldId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCascadeDeleteJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCascadeDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetSeasonalFields(System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetSeasonalFieldsAsync(System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetSeasonalFieldsByFarmerId(string farmerId, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetSeasonalFieldsByFarmerIdAsync(string farmerId, System.Collections.Generic.IEnumerable farmIds = null, System.Collections.Generic.IEnumerable fieldIds = null, System.Collections.Generic.IEnumerable seasonIds = null, System.Collections.Generic.IEnumerable cropVarietyIds = null, System.Collections.Generic.IEnumerable cropIds = null, double? minAvgYieldValue = default(double?), double? maxAvgYieldValue = default(double?), string avgYieldUnit = null, double? minAvgSeedPopulationValue = default(double?), double? maxAvgSeedPopulationValue = default(double?), string avgSeedPopulationUnit = null, System.DateTimeOffset? minPlantingDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxPlantingDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class SeasonsClient { @@ -277,10 +277,10 @@ public SeasonsClient(System.Uri endpoint, Azure.Core.TokenCredential credential, public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string seasonId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string seasonId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string seasonId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string seasonId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string seasonId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetSeasons(Azure.RequestOptions options, System.DateTimeOffset? minStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxEndDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable years = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetSeasonsAsync(Azure.RequestOptions options, System.DateTimeOffset? minStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxEndDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable years = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string seasonId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string seasonId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetSeasons(System.DateTimeOffset? minStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxEndDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable years = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetSeasonsAsync(System.DateTimeOffset? minStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxEndDateTime = default(System.DateTimeOffset?), System.Collections.Generic.IEnumerable years = null, System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class TillageDataClient { @@ -291,12 +291,12 @@ public TillageDataClient(System.Uri endpoint, Azure.Core.TokenCredential credent public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string farmerId, string tillageDataId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string farmerId, string tillageDataId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string farmerId, string tillageDataId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string farmerId, string tillageDataId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string tillageDataId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetTillageData(Azure.RequestOptions options, double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetTillageDataAsync(Azure.RequestOptions options, double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.Pageable GetTillageDataByFarmerId(string farmerId, Azure.RequestOptions options, double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetTillageDataByFarmerIdAsync(string farmerId, Azure.RequestOptions options, double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response Get(string farmerId, string tillageDataId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string farmerId, string tillageDataId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetTillageData(double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetTillageDataAsync(double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetTillageDataByFarmerId(string farmerId, double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetTillageDataByFarmerIdAsync(string farmerId, double? minTillageDepth = default(double?), double? maxTillageDepth = default(double?), double? minTillagePressure = default(double?), double? maxTillagePressure = default(double?), System.Collections.Generic.IEnumerable sources = null, System.Collections.Generic.IEnumerable associatedBoundaryIds = null, System.Collections.Generic.IEnumerable operationBoundaryIds = null, System.DateTimeOffset? minOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationStartDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationEndDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minOperationModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxOperationModifiedDateTime = default(System.DateTimeOffset?), double? minArea = default(double?), double? maxArea = default(double?), System.Collections.Generic.IEnumerable ids = null, System.Collections.Generic.IEnumerable names = null, System.Collections.Generic.IEnumerable propertyFilters = null, System.Collections.Generic.IEnumerable statuses = null, System.DateTimeOffset? minCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxCreatedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? minLastModifiedDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? maxLastModifiedDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class WeatherClient { @@ -307,11 +307,11 @@ public WeatherClient(System.Uri endpoint, Azure.Core.TokenCredential credential, public virtual System.Threading.Tasks.Task> CreateDataDeleteJobAsync(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Operation CreateDataIngestionJob(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task> CreateDataIngestionJobAsync(string jobId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetDataDeleteJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetDataDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetDataIngestionJobDetails(string jobId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetDataIngestionJobDetailsAsync(string jobId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetWeathers(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, Azure.RequestOptions options, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetWeathersAsync(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, Azure.RequestOptions options, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null) { throw null; } + public virtual Azure.Response GetDataDeleteJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetDataDeleteJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetDataIngestionJobDetails(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetDataIngestionJobDetailsAsync(string jobId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetWeathers(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetWeathersAsync(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), int? maxPageSize = default(int?), string skipToken = null, Azure.RequestOptions options = null) { throw null; } } } diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ApplicationDataClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ApplicationDataClient.cs index 6d427613e667a..95c5de0d87d4f 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ApplicationDataClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ApplicationDataClient.cs @@ -118,7 +118,7 @@ public ApplicationDataClient(Uri endpoint, TokenCredential credential, FarmBeats /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string applicationDataId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string applicationDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ApplicationDataClient.Get"); @@ -193,7 +193,7 @@ public virtual async Task GetAsync(string farmerId, string application /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string applicationDataId, RequestOptions options) + public virtual Response Get(string farmerId, string applicationDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ApplicationDataClient.Get"); @@ -514,7 +514,6 @@ public virtual Response Delete(string farmerId, string applicationDataId, Reques /// Returns a paginated list of application data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum average amount of material applied during the application (inclusive). /// Maximum average amount of material applied during the application (inclusive). /// Minimum total amount of material applied during the application (inclusive). @@ -546,6 +545,7 @@ public virtual Response Delete(string farmerId, string applicationDataId, Reques /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -606,7 +606,7 @@ public virtual Response Delete(string farmerId, string applicationDataId, Reques /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetApplicationDataByFarmerIdAsync(string farmerId, RequestOptions options, double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetApplicationDataByFarmerIdAsync(string farmerId, double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -631,7 +631,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of application data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum average amount of material applied during the application (inclusive). /// Maximum average amount of material applied during the application (inclusive). /// Minimum total amount of material applied during the application (inclusive). @@ -663,6 +662,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -723,7 +723,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetApplicationDataByFarmerId(string farmerId, RequestOptions options, double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetApplicationDataByFarmerId(string farmerId, double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -747,7 +747,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of application data resources across all farmers. - /// The request options. /// Minimum average amount of material applied during the application (inclusive). /// Maximum average amount of material applied during the application (inclusive). /// Minimum total amount of material applied during the application (inclusive). @@ -779,6 +778,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -838,7 +838,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetApplicationDataAsync(RequestOptions options, double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetApplicationDataAsync(double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "ApplicationDataClient.GetApplicationData"); @@ -857,7 +857,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of application data resources across all farmers. - /// The request options. /// Minimum average amount of material applied during the application (inclusive). /// Maximum average amount of material applied during the application (inclusive). /// Minimum total amount of material applied during the application (inclusive). @@ -889,6 +888,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -948,7 +948,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetApplicationData(RequestOptions options, double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetApplicationData(double? minAvgMaterial = null, double? maxAvgMaterial = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "ApplicationDataClient.GetApplicationData"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/AttachmentsClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/AttachmentsClient.cs index e926afdebeb2b..1da7b1463c822 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/AttachmentsClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/AttachmentsClient.cs @@ -99,7 +99,7 @@ public AttachmentsClient(Uri endpoint, TokenCredential credential, FarmBeatsClie /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string attachmentId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string attachmentId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("AttachmentsClient.Get"); @@ -155,7 +155,7 @@ public virtual async Task GetAsync(string farmerId, string attachmentI /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string attachmentId, RequestOptions options) + public virtual Response Get(string farmerId, string attachmentId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("AttachmentsClient.Get"); @@ -392,7 +392,7 @@ public virtual Response Delete(string farmerId, string attachmentId, RequestOpti /// /// #pragma warning disable AZC0002 - public virtual async Task DownloadAsync(string farmerId, string attachmentId, RequestOptions options) + public virtual async Task DownloadAsync(string farmerId, string attachmentId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("AttachmentsClient.Download"); @@ -433,7 +433,7 @@ public virtual async Task DownloadAsync(string farmerId, string attach /// /// #pragma warning disable AZC0002 - public virtual Response Download(string farmerId, string attachmentId, RequestOptions options) + public virtual Response Download(string farmerId, string attachmentId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("AttachmentsClient.Download"); @@ -452,7 +452,6 @@ public virtual Response Download(string farmerId, string attachmentId, RequestOp /// Returns a paginated list of attachment resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Resource Ids of the resource. /// Resource Types of the resource. /// Ids of the resource. @@ -471,6 +470,7 @@ public virtual Response Download(string farmerId, string attachmentId, RequestOp /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -512,7 +512,7 @@ public virtual Response Download(string farmerId, string attachmentId, RequestOp /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetAttachmentsByFarmerIdAsync(string farmerId, RequestOptions options, IEnumerable resourceIds = null, IEnumerable resourceTypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetAttachmentsByFarmerIdAsync(string farmerId, IEnumerable resourceIds = null, IEnumerable resourceTypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -537,7 +537,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of attachment resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Resource Ids of the resource. /// Resource Types of the resource. /// Ids of the resource. @@ -556,6 +555,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -597,7 +597,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetAttachmentsByFarmerId(string farmerId, RequestOptions options, IEnumerable resourceIds = null, IEnumerable resourceTypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetAttachmentsByFarmerId(string farmerId, IEnumerable resourceIds = null, IEnumerable resourceTypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/BoundariesClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/BoundariesClient.cs index 47a6c6fadc610..a69c1af6492be 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/BoundariesClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/BoundariesClient.cs @@ -101,7 +101,7 @@ public BoundariesClient(Uri endpoint, TokenCredential credential, FarmBeatsClien /// /// #pragma warning disable AZC0002 - public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("BoundariesClient.GetCascadeDeleteJobDetails"); @@ -159,7 +159,7 @@ public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options) + public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("BoundariesClient.GetCascadeDeleteJobDetails"); @@ -220,7 +220,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string boundaryId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string boundaryId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("BoundariesClient.Get"); @@ -281,7 +281,7 @@ public virtual async Task GetAsync(string farmerId, string boundaryId, /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string boundaryId, RequestOptions options) + public virtual Response Get(string farmerId, string boundaryId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("BoundariesClient.Get"); @@ -577,7 +577,7 @@ public virtual Response Delete(string farmerId, string boundaryId, RequestOption /// /// #pragma warning disable AZC0002 - public virtual async Task GetOverlapAsync(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, RequestOptions options) + public virtual async Task GetOverlapAsync(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("BoundariesClient.GetOverlap"); @@ -627,7 +627,7 @@ public virtual async Task GetOverlapAsync(string farmerId, string boun /// /// #pragma warning disable AZC0002 - public virtual Response GetOverlap(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, RequestOptions options) + public virtual Response GetOverlap(string farmerId, string boundaryId, string otherFarmerId, string otherBoundaryId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("BoundariesClient.GetOverlap"); @@ -646,7 +646,6 @@ public virtual Response GetOverlap(string farmerId, string boundaryId, string ot /// Returns a paginated list of boundary resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Is the boundary primary. /// Type of the parent it belongs to. /// Parent Ids of the resource. @@ -668,6 +667,7 @@ public virtual Response GetOverlap(string farmerId, string boundaryId, string ot /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -714,7 +714,7 @@ public virtual Response GetOverlap(string farmerId, string boundaryId, string ot /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetBoundariesByFarmerIdAsync(string farmerId, RequestOptions options, bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetBoundariesByFarmerIdAsync(string farmerId, bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -739,7 +739,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of boundary resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Is the boundary primary. /// Type of the parent it belongs to. /// Parent Ids of the resource. @@ -761,6 +760,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -807,7 +807,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetBoundariesByFarmerId(string farmerId, RequestOptions options, bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetBoundariesByFarmerId(string farmerId, bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -1021,7 +1021,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of boundary resources across all farmers. - /// The request options. /// Is the boundary primary. /// Type of the parent it belongs to. /// Parent Ids of the resource. @@ -1043,6 +1042,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -1088,7 +1088,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetBoundariesAsync(RequestOptions options, bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetBoundariesAsync(bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "BoundariesClient.GetBoundaries"); @@ -1107,7 +1107,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of boundary resources across all farmers. - /// The request options. /// Is the boundary primary. /// Type of the parent it belongs to. /// Parent Ids of the resource. @@ -1129,6 +1128,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -1174,7 +1174,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetBoundaries(RequestOptions options, bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetBoundaries(bool? isPrimary = null, string parentType = null, IEnumerable parentIds = null, double? minAcreage = null, double? maxAcreage = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "BoundariesClient.GetBoundaries"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropVarietiesClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropVarietiesClient.cs index 20be42b1039a8..72eb6b922b43f 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropVarietiesClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropVarietiesClient.cs @@ -99,7 +99,7 @@ public CropVarietiesClient(Uri endpoint, TokenCredential credential, FarmBeatsCl /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string cropId, string cropVarietyId, RequestOptions options) + public virtual async Task GetAsync(string cropId, string cropVarietyId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("CropVarietiesClient.Get"); @@ -155,7 +155,7 @@ public virtual async Task GetAsync(string cropId, string cropVarietyId /// /// #pragma warning disable AZC0002 - public virtual Response Get(string cropId, string cropVarietyId, RequestOptions options) + public virtual Response Get(string cropId, string cropVarietyId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("CropVarietiesClient.Get"); @@ -400,7 +400,6 @@ public virtual Response Delete(string cropId, string cropVarietyId, RequestOptio /// Returns a paginated list of crop variety resources under a particular crop. /// ID of the associated crop. - /// The request options. /// CropIds of the resource. /// Brands of the resource. /// Products of the resource. @@ -420,6 +419,7 @@ public virtual Response Delete(string cropId, string cropVarietyId, RequestOptio /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -461,7 +461,7 @@ public virtual Response Delete(string cropId, string cropVarietyId, RequestOptio /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetCropVarietiesByCropIdAsync(string cropId, RequestOptions options, IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetCropVarietiesByCropIdAsync(string cropId, IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (cropId == null) @@ -486,7 +486,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of crop variety resources under a particular crop. /// ID of the associated crop. - /// The request options. /// CropIds of the resource. /// Brands of the resource. /// Products of the resource. @@ -506,6 +505,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -547,7 +547,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetCropVarietiesByCropId(string cropId, RequestOptions options, IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetCropVarietiesByCropId(string cropId, IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (cropId == null) @@ -571,7 +571,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of crop variety resources across all crops. - /// The request options. /// CropIds of the resource. /// Brands of the resource. /// Products of the resource. @@ -591,6 +590,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -631,7 +631,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetCropVarietiesAsync(RequestOptions options, IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetCropVarietiesAsync(IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "CropVarietiesClient.GetCropVarieties"); @@ -650,7 +650,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of crop variety resources across all crops. - /// The request options. /// CropIds of the resource. /// Brands of the resource. /// Products of the resource. @@ -670,6 +669,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -710,7 +710,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetCropVarieties(RequestOptions options, IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetCropVarieties(IEnumerable cropIds = null, IEnumerable brands = null, IEnumerable products = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "CropVarietiesClient.GetCropVarieties"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropsClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropsClient.cs index 799a6be6036ce..aad19d6cafb9e 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropsClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/CropsClient.cs @@ -96,7 +96,7 @@ public CropsClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOpti /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string cropId, RequestOptions options) + public virtual async Task GetAsync(string cropId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("CropsClient.Get"); @@ -149,7 +149,7 @@ public virtual async Task GetAsync(string cropId, RequestOptions optio /// /// #pragma warning disable AZC0002 - public virtual Response Get(string cropId, RequestOptions options) + public virtual Response Get(string cropId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("CropsClient.Get"); @@ -381,7 +381,6 @@ public virtual Response Delete(string cropId, RequestOptions options = null) } /// Returns a paginated list of crop resources. - /// The request options. /// Crop phenotypes of the resource. /// Ids of the resource. /// Names of the resource. @@ -399,6 +398,7 @@ public virtual Response Delete(string cropId, RequestOptions options = null) /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -437,7 +437,7 @@ public virtual Response Delete(string cropId, RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetCropsAsync(RequestOptions options, IEnumerable phenotypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetCropsAsync(IEnumerable phenotypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "CropsClient.GetCrops"); @@ -456,7 +456,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of crop resources. - /// The request options. /// Crop phenotypes of the resource. /// Ids of the resource. /// Names of the resource. @@ -474,6 +473,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -512,7 +512,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetCrops(RequestOptions options, IEnumerable phenotypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetCrops(IEnumerable phenotypes = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "CropsClient.GetCrops"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmClient.cs index be19adde4f972..b9efb696f9d99 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmClient.cs @@ -99,7 +99,7 @@ public FarmClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOptio /// /// #pragma warning disable AZC0002 - public virtual async Task GetDataIngestionJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetDataIngestionJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmClient.GetDataIngestionJobDetails"); @@ -158,7 +158,7 @@ public virtual async Task GetDataIngestionJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetDataIngestionJobDetails(string jobId, RequestOptions options) + public virtual Response GetDataIngestionJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmClient.GetDataIngestionJobDetails"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmersClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmersClient.cs index 1b86de9338888..8f63fb90374c7 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmersClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmersClient.cs @@ -95,7 +95,7 @@ public FarmersClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOp /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmersClient.Get"); @@ -147,7 +147,7 @@ public virtual async Task GetAsync(string farmerId, RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, RequestOptions options) + public virtual Response Get(string farmerId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmersClient.Get"); @@ -415,7 +415,7 @@ public virtual Response Delete(string farmerId, RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmersClient.GetCascadeDeleteJobDetails"); @@ -473,7 +473,7 @@ public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options) + public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmersClient.GetCascadeDeleteJobDetails"); @@ -491,7 +491,6 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions } /// Returns a paginated list of farmer resources. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -508,6 +507,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -545,7 +545,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetFarmersAsync(RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetFarmersAsync(IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "FarmersClient.GetFarmers"); @@ -564,7 +564,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of farmer resources. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -581,6 +580,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -618,7 +618,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetFarmers(RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetFarmers(IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "FarmersClient.GetFarmers"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmsClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmsClient.cs index aff3e45402a07..871131465a133 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmsClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FarmsClient.cs @@ -97,7 +97,7 @@ public FarmsClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOpti /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string farmId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string farmId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmsClient.Get"); @@ -151,7 +151,7 @@ public virtual async Task GetAsync(string farmerId, string farmId, Req /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string farmId, RequestOptions options) + public virtual Response Get(string farmerId, string farmId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmsClient.Get"); @@ -427,7 +427,7 @@ public virtual Response Delete(string farmerId, string farmId, RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmsClient.GetCascadeDeleteJobDetails"); @@ -485,7 +485,7 @@ public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options) + public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FarmsClient.GetCascadeDeleteJobDetails"); @@ -504,7 +504,6 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Returns a paginated list of farm resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -521,6 +520,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -560,7 +560,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetFarmsByFarmerIdAsync(string farmerId, RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetFarmsByFarmerIdAsync(string farmerId, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -585,7 +585,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of farm resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -602,6 +601,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -641,7 +641,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetFarmsByFarmerId(string farmerId, RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetFarmsByFarmerId(string farmerId, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -665,7 +665,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of farm resources across all farmers. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -682,6 +681,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -720,7 +720,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetFarmsAsync(RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetFarmsAsync(IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "FarmsClient.GetFarms"); @@ -739,7 +739,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of farm resources across all farmers. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -756,6 +755,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -794,7 +794,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetFarms(RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetFarms(IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "FarmsClient.GetFarms"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FieldsClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FieldsClient.cs index a90721da5939b..8aed97d1fe524 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FieldsClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/FieldsClient.cs @@ -100,7 +100,7 @@ public FieldsClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOpt /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string fieldId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string fieldId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FieldsClient.Get"); @@ -157,7 +157,7 @@ public virtual async Task GetAsync(string farmerId, string fieldId, Re /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string fieldId, RequestOptions options) + public virtual Response Get(string farmerId, string fieldId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FieldsClient.Get"); @@ -445,7 +445,7 @@ public virtual Response Delete(string farmerId, string fieldId, RequestOptions o /// /// #pragma warning disable AZC0002 - public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FieldsClient.GetCascadeDeleteJobDetails"); @@ -503,7 +503,7 @@ public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options) + public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("FieldsClient.GetCascadeDeleteJobDetails"); @@ -522,7 +522,6 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Returns a paginated list of field resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Farm Ids of the resource. /// Ids of the resource. /// Names of the resource. @@ -540,6 +539,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -582,7 +582,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetFieldsByFarmerIdAsync(string farmerId, RequestOptions options, IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetFieldsByFarmerIdAsync(string farmerId, IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -607,7 +607,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of field resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Farm Ids of the resource. /// Ids of the resource. /// Names of the resource. @@ -625,6 +624,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -667,7 +667,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetFieldsByFarmerId(string farmerId, RequestOptions options, IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetFieldsByFarmerId(string farmerId, IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -691,7 +691,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of field resources across all farmers. - /// The request options. /// Farm Ids of the resource. /// Ids of the resource. /// Names of the resource. @@ -709,6 +708,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -750,7 +750,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetFieldsAsync(RequestOptions options, IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetFieldsAsync(IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "FieldsClient.GetFields"); @@ -769,7 +769,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of field resources across all farmers. - /// The request options. /// Farm Ids of the resource. /// Ids of the resource. /// Names of the resource. @@ -787,6 +786,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -828,7 +828,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetFields(RequestOptions options, IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetFields(IEnumerable farmIds = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "FieldsClient.GetFields"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/HarvestDataClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/HarvestDataClient.cs index 927695b0ab789..77929493226bd 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/HarvestDataClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/HarvestDataClient.cs @@ -125,7 +125,7 @@ public HarvestDataClient(Uri endpoint, TokenCredential credential, FarmBeatsClie /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string harvestDataId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string harvestDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("HarvestDataClient.Get"); @@ -207,7 +207,7 @@ public virtual async Task GetAsync(string farmerId, string harvestData /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string harvestDataId, RequestOptions options) + public virtual Response Get(string farmerId, string harvestDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("HarvestDataClient.Get"); @@ -556,7 +556,6 @@ public virtual Response Delete(string farmerId, string harvestDataId, RequestOpt /// Returns a paginated list of harvest data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum Yield value(inclusive). /// Maximum Yield value (inclusive). /// Minimum AvgYield value(inclusive). @@ -596,6 +595,7 @@ public virtual Response Delete(string farmerId, string harvestDataId, RequestOpt /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -663,7 +663,7 @@ public virtual Response Delete(string farmerId, string harvestDataId, RequestOpt /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetHarvestDataByFarmerIdAsync(string farmerId, RequestOptions options, double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetHarvestDataByFarmerIdAsync(string farmerId, double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -688,7 +688,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of harvest data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum Yield value(inclusive). /// Maximum Yield value (inclusive). /// Minimum AvgYield value(inclusive). @@ -728,6 +727,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -795,7 +795,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetHarvestDataByFarmerId(string farmerId, RequestOptions options, double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetHarvestDataByFarmerId(string farmerId, double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -819,7 +819,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of harvest data resources across all farmers. - /// The request options. /// Minimum Yield value(inclusive). /// Maximum Yield value (inclusive). /// Minimum AvgYield value(inclusive). @@ -859,6 +858,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -925,7 +925,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetHarvestDataAsync(RequestOptions options, double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetHarvestDataAsync(double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "HarvestDataClient.GetHarvestData"); @@ -944,7 +944,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of harvest data resources across all farmers. - /// The request options. /// Minimum Yield value(inclusive). /// Maximum Yield value (inclusive). /// Minimum AvgYield value(inclusive). @@ -984,6 +983,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -1050,7 +1050,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetHarvestData(RequestOptions options, double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetHarvestData(double? minTotalYield = null, double? maxTotalYield = null, double? minAvgYield = null, double? maxAvgYield = null, double? minTotalWetMass = null, double? maxTotalWetMass = null, double? minAvgWetMass = null, double? maxAvgWetMass = null, double? minAvgMoisture = null, double? maxAvgMoisture = null, double? minAvgSpeed = null, double? maxAvgSpeed = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "HarvestDataClient.GetHarvestData"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ImageProcessingClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ImageProcessingClient.cs index e68c159db6e93..123db77bf39c8 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ImageProcessingClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ImageProcessingClient.cs @@ -83,7 +83,7 @@ public ImageProcessingClient(Uri endpoint, TokenCredential credential, FarmBeats /// /// #pragma warning disable AZC0002 - public virtual async Task GetRasterizeJobAsync(string jobId, RequestOptions options) + public virtual async Task GetRasterizeJobAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ImageProcessingClient.GetRasterizeJob"); @@ -126,7 +126,7 @@ public virtual async Task GetRasterizeJobAsync(string jobId, RequestOp /// /// #pragma warning disable AZC0002 - public virtual Response GetRasterizeJob(string jobId, RequestOptions options) + public virtual Response GetRasterizeJob(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ImageProcessingClient.GetRasterizeJob"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthProvidersClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthProvidersClient.cs index f6f4606638e85..f94847573af38 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthProvidersClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthProvidersClient.cs @@ -98,7 +98,7 @@ public OAuthProvidersClient(Uri endpoint, TokenCredential credential, FarmBeatsC /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string oauthProviderId, RequestOptions options) + public virtual async Task GetAsync(string oauthProviderId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("OAuthProvidersClient.Get"); @@ -153,7 +153,7 @@ public virtual async Task GetAsync(string oauthProviderId, RequestOpti /// /// #pragma warning disable AZC0002 - public virtual Response Get(string oauthProviderId, RequestOptions options) + public virtual Response Get(string oauthProviderId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("OAuthProvidersClient.Get"); @@ -393,7 +393,6 @@ public virtual Response Delete(string oauthProviderId, RequestOptions options = } /// Returns a paginated list of oauthProvider resources. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -410,6 +409,7 @@ public virtual Response Delete(string oauthProviderId, RequestOptions options = /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -450,7 +450,7 @@ public virtual Response Delete(string oauthProviderId, RequestOptions options = /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetOAuthProvidersAsync(RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetOAuthProvidersAsync(IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "OAuthProvidersClient.GetOAuthProviders"); @@ -469,7 +469,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of oauthProvider resources. - /// The request options. /// Ids of the resource. /// Names of the resource. /// @@ -486,6 +485,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -526,7 +526,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetOAuthProviders(RequestOptions options, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetOAuthProviders(IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "OAuthProvidersClient.GetOAuthProviders"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthTokensClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthTokensClient.cs index bd3447bd26f11..331452381bacb 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthTokensClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/OAuthTokensClient.cs @@ -195,7 +195,7 @@ public virtual Response GetOAuthConnectionLink(RequestContent content, RequestOp /// /// #pragma warning disable AZC0002 - public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("OAuthTokensClient.GetCascadeDeleteJobDetails"); @@ -253,7 +253,7 @@ public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options) + public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("OAuthTokensClient.GetCascadeDeleteJobDetails"); @@ -271,7 +271,6 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions } /// Returns a list of OAuthToken documents. - /// The request options. /// Name of AuthProvider. /// List of farmers. /// If the token object is valid. @@ -284,6 +283,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -319,7 +319,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetOAuthTokensAsync(RequestOptions options, IEnumerable authProviderIds = null, IEnumerable farmerIds = null, bool? isValid = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetOAuthTokensAsync(IEnumerable authProviderIds = null, IEnumerable farmerIds = null, bool? isValid = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "OAuthTokensClient.GetOAuthTokens"); @@ -338,7 +338,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a list of OAuthToken documents. - /// The request options. /// Name of AuthProvider. /// List of farmers. /// If the token object is valid. @@ -351,6 +350,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -386,7 +386,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetOAuthTokens(RequestOptions options, IEnumerable authProviderIds = null, IEnumerable farmerIds = null, bool? isValid = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetOAuthTokens(IEnumerable authProviderIds = null, IEnumerable farmerIds = null, bool? isValid = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "OAuthTokensClient.GetOAuthTokens"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/PlantingDataClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/PlantingDataClient.cs index fe3534c9b5334..607ca51a0bb10 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/PlantingDataClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/PlantingDataClient.cs @@ -119,7 +119,7 @@ public PlantingDataClient(Uri endpoint, TokenCredential credential, FarmBeatsCli /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string plantingDataId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string plantingDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PlantingDataClient.Get"); @@ -195,7 +195,7 @@ public virtual async Task GetAsync(string farmerId, string plantingDat /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string plantingDataId, RequestOptions options) + public virtual Response Get(string farmerId, string plantingDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PlantingDataClient.Get"); @@ -520,7 +520,6 @@ public virtual Response Delete(string farmerId, string plantingDataId, RequestOp /// Returns a paginated list of planting data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum AvgPlantingRate value(inclusive). /// Maximum AvgPlantingRate value (inclusive). /// Minimum TotalMaterial value(inclusive). @@ -554,6 +553,7 @@ public virtual Response Delete(string farmerId, string plantingDataId, RequestOp /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -615,7 +615,7 @@ public virtual Response Delete(string farmerId, string plantingDataId, RequestOp /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetPlantingDataByFarmerIdAsync(string farmerId, RequestOptions options, double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetPlantingDataByFarmerIdAsync(string farmerId, double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -640,7 +640,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of planting data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum AvgPlantingRate value(inclusive). /// Maximum AvgPlantingRate value (inclusive). /// Minimum TotalMaterial value(inclusive). @@ -674,6 +673,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -735,7 +735,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetPlantingDataByFarmerId(string farmerId, RequestOptions options, double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetPlantingDataByFarmerId(string farmerId, double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -759,7 +759,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of planting data resources across all farmers. - /// The request options. /// Minimum AvgPlantingRate value(inclusive). /// Maximum AvgPlantingRate value (inclusive). /// Minimum TotalMaterial value(inclusive). @@ -793,6 +792,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -853,7 +853,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetPlantingDataAsync(RequestOptions options, double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetPlantingDataAsync(double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PlantingDataClient.GetPlantingData"); @@ -872,7 +872,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of planting data resources across all farmers. - /// The request options. /// Minimum AvgPlantingRate value(inclusive). /// Maximum AvgPlantingRate value (inclusive). /// Minimum TotalMaterial value(inclusive). @@ -906,6 +905,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -966,7 +966,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetPlantingData(RequestOptions options, double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetPlantingData(double? minAvgPlantingRate = null, double? maxAvgPlantingRate = null, double? minTotalMaterial = null, double? maxTotalMaterial = null, double? minAvgMaterial = null, double? maxAvgMaterial = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PlantingDataClient.GetPlantingData"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ScenesClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ScenesClient.cs index 824b49682590f..2587677723d4d 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ScenesClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/ScenesClient.cs @@ -109,7 +109,7 @@ public ScenesClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOpt /// /// #pragma warning disable AZC0002 - public virtual async Task GetSatelliteDataIngestionJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetSatelliteDataIngestionJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ScenesClient.GetSatelliteDataIngestionJobDetails"); @@ -175,7 +175,7 @@ public virtual async Task GetSatelliteDataIngestionJobDetailsAsync(str /// /// #pragma warning disable AZC0002 - public virtual Response GetSatelliteDataIngestionJobDetails(string jobId, RequestOptions options) + public virtual Response GetSatelliteDataIngestionJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ScenesClient.GetSatelliteDataIngestionJobDetails"); @@ -215,7 +215,7 @@ public virtual Response GetSatelliteDataIngestionJobDetails(string jobId, Reques /// /// #pragma warning disable AZC0002 - public virtual async Task DownloadAsync(string filePath, RequestOptions options) + public virtual async Task DownloadAsync(string filePath, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ScenesClient.Download"); @@ -255,7 +255,7 @@ public virtual async Task DownloadAsync(string filePath, RequestOption /// /// #pragma warning disable AZC0002 - public virtual Response Download(string filePath, RequestOptions options) + public virtual Response Download(string filePath, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ScenesClient.Download"); @@ -276,7 +276,6 @@ public virtual Response Download(string filePath, RequestOptions options) /// Provider name of scene data. /// FarmerId. /// BoundaryId. - /// The request options. /// Source name of scene data, default value Sentinel_2_L2A (Sentinel 2 L2A). /// Scene start UTC datetime (inclusive), sample format: yyyy-MM-ddThh:mm:ssZ. /// Scene end UTC datetime (inclusive), sample format: yyyy-MM-dThh:mm:ssZ. @@ -290,6 +289,7 @@ public virtual Response Download(string filePath, RequestOptions options) /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// , , or is null. /// /// Schema for Response Body: @@ -339,7 +339,7 @@ public virtual Response Download(string filePath, RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetScenesAsync(string provider, string farmerId, string boundaryId, RequestOptions options, string source = null, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, double? maxCloudCoveragePercentage = null, double? maxDarkPixelCoveragePercentage = null, IEnumerable imageNames = null, IEnumerable imageResolutions = null, IEnumerable imageFormats = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetScenesAsync(string provider, string farmerId, string boundaryId, string source = null, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, double? maxCloudCoveragePercentage = null, double? maxDarkPixelCoveragePercentage = null, IEnumerable imageNames = null, IEnumerable imageResolutions = null, IEnumerable imageFormats = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (provider == null) @@ -374,7 +374,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Provider name of scene data. /// FarmerId. /// BoundaryId. - /// The request options. /// Source name of scene data, default value Sentinel_2_L2A (Sentinel 2 L2A). /// Scene start UTC datetime (inclusive), sample format: yyyy-MM-ddThh:mm:ssZ. /// Scene end UTC datetime (inclusive), sample format: yyyy-MM-dThh:mm:ssZ. @@ -388,6 +387,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// , , or is null. /// /// Schema for Response Body: @@ -437,7 +437,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetScenes(string provider, string farmerId, string boundaryId, RequestOptions options, string source = null, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, double? maxCloudCoveragePercentage = null, double? maxDarkPixelCoveragePercentage = null, IEnumerable imageNames = null, IEnumerable imageResolutions = null, IEnumerable imageFormats = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetScenes(string provider, string farmerId, string boundaryId, string source = null, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, double? maxCloudCoveragePercentage = null, double? maxDarkPixelCoveragePercentage = null, IEnumerable imageNames = null, IEnumerable imageResolutions = null, IEnumerable imageFormats = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (provider == null) diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonalFieldsClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonalFieldsClient.cs index ddbb66f530de7..ba1c3d1ec794a 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonalFieldsClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonalFieldsClient.cs @@ -109,7 +109,7 @@ public SeasonalFieldsClient(Uri endpoint, TokenCredential credential, FarmBeatsC /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string seasonalFieldId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string seasonalFieldId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("SeasonalFieldsClient.Get"); @@ -175,7 +175,7 @@ public virtual async Task GetAsync(string farmerId, string seasonalFie /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string seasonalFieldId, RequestOptions options) + public virtual Response Get(string farmerId, string seasonalFieldId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("SeasonalFieldsClient.Get"); @@ -499,7 +499,7 @@ public virtual Response Delete(string farmerId, string seasonalFieldId, RequestO /// /// #pragma warning disable AZC0002 - public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("SeasonalFieldsClient.GetCascadeDeleteJobDetails"); @@ -557,7 +557,7 @@ public virtual async Task GetCascadeDeleteJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options) + public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("SeasonalFieldsClient.GetCascadeDeleteJobDetails"); @@ -576,7 +576,6 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Returns a paginated list of seasonal field resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Farm Ids of the resource. /// Field Ids of the resource. /// Season Ids of the resource. @@ -606,6 +605,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -657,7 +657,7 @@ public virtual Response GetCascadeDeleteJobDetails(string jobId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetSeasonalFieldsByFarmerIdAsync(string farmerId, RequestOptions options, IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetSeasonalFieldsByFarmerIdAsync(string farmerId, IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -682,7 +682,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of seasonal field resources under a particular farmer. /// ID of the associated farmer. - /// The request options. /// Farm Ids of the resource. /// Field Ids of the resource. /// Season Ids of the resource. @@ -712,6 +711,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -763,7 +763,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetSeasonalFieldsByFarmerId(string farmerId, RequestOptions options, IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetSeasonalFieldsByFarmerId(string farmerId, IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -787,7 +787,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of seasonal field resources across all farmers. - /// The request options. /// Farm Ids of the resource. /// Field Ids of the resource. /// Season Ids of the resource. @@ -817,6 +816,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -867,7 +867,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetSeasonalFieldsAsync(RequestOptions options, IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetSeasonalFieldsAsync(IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "SeasonalFieldsClient.GetSeasonalFields"); @@ -886,7 +886,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of seasonal field resources across all farmers. - /// The request options. /// Farm Ids of the resource. /// Field Ids of the resource. /// Season Ids of the resource. @@ -916,6 +915,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -966,7 +966,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetSeasonalFields(RequestOptions options, IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetSeasonalFields(IEnumerable farmIds = null, IEnumerable fieldIds = null, IEnumerable seasonIds = null, IEnumerable cropVarietyIds = null, IEnumerable cropIds = null, double? minAvgYieldValue = null, double? maxAvgYieldValue = null, string avgYieldUnit = null, double? minAvgSeedPopulationValue = null, double? maxAvgSeedPopulationValue = null, string avgSeedPopulationUnit = null, DateTimeOffset? minPlantingDateTime = null, DateTimeOffset? maxPlantingDateTime = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "SeasonalFieldsClient.GetSeasonalFields"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonsClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonsClient.cs index e71be7376ee9e..92a53b0bb3359 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonsClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/SeasonsClient.cs @@ -98,7 +98,7 @@ public SeasonsClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOp /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string seasonId, RequestOptions options) + public virtual async Task GetAsync(string seasonId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("SeasonsClient.Get"); @@ -153,7 +153,7 @@ public virtual async Task GetAsync(string seasonId, RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual Response Get(string seasonId, RequestOptions options) + public virtual Response Get(string seasonId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("SeasonsClient.Get"); @@ -393,7 +393,6 @@ public virtual Response Delete(string seasonId, RequestOptions options = null) } /// Returns a paginated list of season resources. - /// The request options. /// Minimum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. /// Maximum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. /// Minimum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. @@ -415,6 +414,7 @@ public virtual Response Delete(string seasonId, RequestOptions options = null) /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -455,7 +455,7 @@ public virtual Response Delete(string seasonId, RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetSeasonsAsync(RequestOptions options, DateTimeOffset? minStartDateTime = null, DateTimeOffset? maxStartDateTime = null, DateTimeOffset? minEndDateTime = null, DateTimeOffset? maxEndDateTime = null, IEnumerable years = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetSeasonsAsync(DateTimeOffset? minStartDateTime = null, DateTimeOffset? maxStartDateTime = null, DateTimeOffset? minEndDateTime = null, DateTimeOffset? maxEndDateTime = null, IEnumerable years = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "SeasonsClient.GetSeasons"); @@ -474,7 +474,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of season resources. - /// The request options. /// Minimum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. /// Maximum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. /// Minimum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. @@ -496,6 +495,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -536,7 +536,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetSeasons(RequestOptions options, DateTimeOffset? minStartDateTime = null, DateTimeOffset? maxStartDateTime = null, DateTimeOffset? minEndDateTime = null, DateTimeOffset? maxEndDateTime = null, IEnumerable years = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetSeasons(DateTimeOffset? minStartDateTime = null, DateTimeOffset? maxStartDateTime = null, DateTimeOffset? minEndDateTime = null, DateTimeOffset? maxEndDateTime = null, IEnumerable years = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "SeasonsClient.GetSeasons"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/TillageDataClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/TillageDataClient.cs index 4172f5f1f21b7..74c749740fa70 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/TillageDataClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/TillageDataClient.cs @@ -110,7 +110,7 @@ public TillageDataClient(Uri endpoint, TokenCredential credential, FarmBeatsClie /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string farmerId, string tillageDataId, RequestOptions options) + public virtual async Task GetAsync(string farmerId, string tillageDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("TillageDataClient.Get"); @@ -177,7 +177,7 @@ public virtual async Task GetAsync(string farmerId, string tillageData /// /// #pragma warning disable AZC0002 - public virtual Response Get(string farmerId, string tillageDataId, RequestOptions options) + public virtual Response Get(string farmerId, string tillageDataId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("TillageDataClient.Get"); @@ -466,7 +466,6 @@ public virtual Response Delete(string farmerId, string tillageDataId, RequestOpt /// Returns a paginated list of tillage data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum measured tillage depth (inclusive). /// Maximum measured tillage depth (inclusive). /// Minimum pressure applied by a tillage implement (inclusive). @@ -498,6 +497,7 @@ public virtual Response Delete(string farmerId, string tillageDataId, RequestOpt /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -550,7 +550,7 @@ public virtual Response Delete(string farmerId, string tillageDataId, RequestOpt /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetTillageDataByFarmerIdAsync(string farmerId, RequestOptions options, double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetTillageDataByFarmerIdAsync(string farmerId, double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -575,7 +575,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Returns a paginated list of tillage data resources under a particular farm. /// ID of the associated farmer. - /// The request options. /// Minimum measured tillage depth (inclusive). /// Maximum measured tillage depth (inclusive). /// Minimum pressure applied by a tillage implement (inclusive). @@ -607,6 +606,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -659,7 +659,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetTillageDataByFarmerId(string farmerId, RequestOptions options, double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetTillageDataByFarmerId(string farmerId, double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -683,7 +683,6 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Returns a paginated list of tillage data resources across all farmers. - /// The request options. /// Minimum measured tillage depth (inclusive). /// Maximum measured tillage depth (inclusive). /// Minimum pressure applied by a tillage implement (inclusive). @@ -715,6 +714,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -766,7 +766,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetTillageDataAsync(RequestOptions options, double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetTillageDataAsync(double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "TillageDataClient.GetTillageData"); @@ -785,7 +785,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Returns a paginated list of tillage data resources across all farmers. - /// The request options. /// Minimum measured tillage depth (inclusive). /// Maximum measured tillage depth (inclusive). /// Minimum pressure applied by a tillage implement (inclusive). @@ -817,6 +816,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// /// Schema for Response Body: /// { @@ -868,7 +868,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetTillageData(RequestOptions options, double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetTillageData(double? minTillageDepth = null, double? maxTillageDepth = null, double? minTillagePressure = null, double? maxTillagePressure = null, IEnumerable sources = null, IEnumerable associatedBoundaryIds = null, IEnumerable operationBoundaryIds = null, DateTimeOffset? minOperationStartDateTime = null, DateTimeOffset? maxOperationStartDateTime = null, DateTimeOffset? minOperationEndDateTime = null, DateTimeOffset? maxOperationEndDateTime = null, DateTimeOffset? minOperationModifiedDateTime = null, DateTimeOffset? maxOperationModifiedDateTime = null, double? minArea = null, double? maxArea = null, IEnumerable ids = null, IEnumerable names = null, IEnumerable propertyFilters = null, IEnumerable statuses = null, DateTimeOffset? minCreatedDateTime = null, DateTimeOffset? maxCreatedDateTime = null, DateTimeOffset? minLastModifiedDateTime = null, DateTimeOffset? maxLastModifiedDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "TillageDataClient.GetTillageData"); diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/WeatherClient.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/WeatherClient.cs index 0ddf8eb8239ba..dff003ee6e883 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/WeatherClient.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Generated/WeatherClient.cs @@ -105,7 +105,7 @@ public WeatherClient(Uri endpoint, TokenCredential credential, FarmBeatsClientOp /// /// #pragma warning disable AZC0002 - public virtual async Task GetDataIngestionJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetDataIngestionJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("WeatherClient.GetDataIngestionJobDetails"); @@ -167,7 +167,7 @@ public virtual async Task GetDataIngestionJobDetailsAsync(string jobId /// /// #pragma warning disable AZC0002 - public virtual Response GetDataIngestionJobDetails(string jobId, RequestOptions options) + public virtual Response GetDataIngestionJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("WeatherClient.GetDataIngestionJobDetails"); @@ -229,7 +229,7 @@ public virtual Response GetDataIngestionJobDetails(string jobId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual async Task GetDataDeleteJobDetailsAsync(string jobId, RequestOptions options) + public virtual async Task GetDataDeleteJobDetailsAsync(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("WeatherClient.GetDataDeleteJobDetails"); @@ -291,7 +291,7 @@ public virtual async Task GetDataDeleteJobDetailsAsync(string jobId, R /// /// #pragma warning disable AZC0002 - public virtual Response GetDataDeleteJobDetails(string jobId, RequestOptions options) + public virtual Response GetDataDeleteJobDetails(string jobId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("WeatherClient.GetDataDeleteJobDetails"); @@ -314,7 +314,6 @@ public virtual Response GetDataDeleteJobDetails(string jobId, RequestOptions opt /// ID of the weather extension. /// Type of weather data (forecast/historical). /// Granularity of weather data (daily/hourly). - /// The request options. /// Weather data start UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. /// Weather data end UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. /// @@ -322,6 +321,7 @@ public virtual Response GetDataDeleteJobDetails(string jobId, RequestOptions opt /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// , , , , or is null. /// /// Schema for Response Body: @@ -387,7 +387,7 @@ public virtual Response GetDataDeleteJobDetails(string jobId, RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetWeathersAsync(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, RequestOptions options, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual AsyncPageable GetWeathersAsync(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) @@ -432,7 +432,6 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// ID of the weather extension. /// Type of weather data (forecast/historical). /// Granularity of weather data (daily/hourly). - /// The request options. /// Weather data start UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. /// Weather data end UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. /// @@ -440,6 +439,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// Minimum = 10, Maximum = 1000, Default value = 50. /// /// Skip token for getting next set of results. + /// The request options. /// , , , , or is null. /// /// Schema for Response Body: @@ -505,7 +505,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetWeathers(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, RequestOptions options, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, int? maxPageSize = null, string skipToken = null) + public virtual Pageable GetWeathers(string farmerId, string boundaryId, string extensionId, string weatherDataType, string granularity, DateTimeOffset? startDateTime = null, DateTimeOffset? endDateTime = null, int? maxPageSize = null, string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { if (farmerId == null) diff --git a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/AppConfigurationClientBase.cs b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/AppConfigurationClientBase.cs index e59e750524829..803c8a5e19354 100644 --- a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/AppConfigurationClientBase.cs +++ b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/AppConfigurationClientBase.cs @@ -6,6 +6,7 @@ using Azure.ResourceManager.Resources; using Azure.ResourceManager.Network; using Azure.ResourceManager.TestFramework; +using System.Threading.Tasks; namespace Azure.ResourceManager.AppConfiguration.Tests { @@ -16,9 +17,9 @@ public abstract class AppConfigurationClientBase : ManagementRecordedTestBase + + - - + diff --git a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfiguration.json b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfiguration.json index ab03cc20d069a..95739cee65841 100644 --- a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfiguration.json +++ b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfiguration.json @@ -6,7 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-15a9eef3616e534db6b6583d0f4616b9-2ad7b4da77952f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "74b6437cba72159080072a09e08e53fb", "x-ms-return-client-request-id": "true" }, @@ -16,15 +17,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:23 GMT", + "Date": "Wed, 27 Oct 2021 20:21:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52af9362-f97a-4330-b875-12c623340ddb", + "x-ms-correlation-request-id": "f8164f80-102a-4554-9b02-f57dad7ee473", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "52af9362-f97a-4330-b875-12c623340ddb", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132823Z:52af9362-f97a-4330-b875-12c623340ddb" + "x-ms-request-id": "f8164f80-102a-4554-9b02-f57dad7ee473", + "x-ms-routing-request-id": "WESTUS2:20211027T202147Z:f8164f80-102a-4554-9b02-f57dad7ee473" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -53,28 +54,27 @@ "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-9a9f8573630feb4eb358be0c71cd8843-c2aee8a36f9cec47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "9dba4432436a05e8967fcc0130e67f0e", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus" }, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:25 GMT", + "Date": "Wed, 27 Oct 2021 20:21:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e10df8c-b4cc-4288-8daa-683dbe22764f", + "x-ms-correlation-request-id": "e6ce8238-2e9e-4c91-9400-8219bf23d2c6", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "2e10df8c-b4cc-4288-8daa-683dbe22764f", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132825Z:2e10df8c-b4cc-4288-8daa-683dbe22764f" + "x-ms-request-id": "e6ce8238-2e9e-4c91-9400-8219bf23d2c6", + "x-ms-routing-request-id": "WESTUS2:20211027T202148Z:e6ce8238-2e9e-4c91-9400-8219bf23d2c6" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192", @@ -94,8 +94,8 @@ "Authorization": "Sanitized", "Content-Length": "63", "Content-Type": "application/json", - "traceparent": "00-834b2fe1fef0ad4a838979ce2eb82b16-738d29c21ff7bd47-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-f5df54cf4dec494a9607655e3eed8250-a408c9159607184a-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "73aa8df7b997ba568cd2026f831ad607", "x-ms-return-client-request-id": "true" }, @@ -106,31 +106,151 @@ "location": "westus", "properties": {} }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/f43b203c-3961-2c29-8e94-bc412e921298?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "483", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:21:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73aa8df7b997ba568cd2026f831ad607", + "x-ms-correlation-request-id": "020b7ecc-bb19-4f70-8663-e0865f77dc07", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "dcbc6abc-80c6-441a-b3c8-b3226be4ea42", + "x-ms-routing-request-id": "WESTUS2:20211027T202152Z:020b7ecc-bb19-4f70-8663-e0865f77dc07" + }, + "ResponseBody": { + "type": "Microsoft.AppConfiguration/configurationStores", + "location": "westus", + "properties": { + "provisioningState": "Creating", + "creationDate": "2021-10-27T20:21:51.348332\u002B00:00", + "endpoint": null, + "encryption": null, + "privateEndpointConnections": null + }, + "sku": { + "name": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores/configuration2005", + "name": "configuration2005", + "tags": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/f43b203c-3961-2c29-8e94-bc412e921298?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "64fc6f6739dc791bee0010984178817c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/f43b203c-3961-2c29-8e94-bc412e921298?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:21:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64fc6f6739dc791bee0010984178817c", + "x-ms-correlation-request-id": "690d7791-d9d1-4e97-a478-d21c506fc3c0", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "77e0b418-0b1b-47f1-add1-4798548770bd", + "x-ms-routing-request-id": "WESTUS2:20211027T202152Z:690d7791-d9d1-4e97-a478-d21c506fc3c0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/f43b203c-3961-2c29-8e94-bc412e921298", + "name": "f43b203c-3961-2c29-8e94-bc412e921298", + "status": "Creating", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/f43b203c-3961-2c29-8e94-bc412e921298?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a032c4a95062d95767d8dc9625cca600", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/f43b203c-3961-2c29-8e94-bc412e921298?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:21:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a032c4a95062d95767d8dc9625cca600", + "x-ms-correlation-request-id": "e1f7eadc-8158-445d-8ed8-280e4654028b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "de8564ba-98c3-4b61-8303-5e6926c6bd3c", + "x-ms-routing-request-id": "WESTUS2:20211027T202153Z:e1f7eadc-8158-445d-8ed8-280e4654028b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/f43b203c-3961-2c29-8e94-bc412e921298", + "name": "f43b203c-3961-2c29-8e94-bc412e921298", + "status": "Succeeded", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores/configuration2005?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "1408ecaf711d942a740a40b60d8d901e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "535", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:26 GMT", - "ETag": "W/\u00220400881b-0000-0700-0000-612a39fb0000\u0022", + "Date": "Wed, 27 Oct 2021 20:21:52 GMT", + "ETag": "W/\u002200001d6d-0000-0700-0000-6179b4e00000\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73aa8df7b997ba568cd2026f831ad607", - "x-ms-correlation-request-id": "a14195aa-4fff-41f2-9d20-fe9985b89eb1", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "4c420686-370a-46cd-8c20-ee0806811ec0", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132827Z:a14195aa-4fff-41f2-9d20-fe9985b89eb1" + "x-ms-client-request-id": "1408ecaf711d942a740a40b60d8d901e", + "x-ms-correlation-request-id": "c2095508-1e0b-4dc2-9e39-a0ba0e5ceb74", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6450bd10-e37a-4e44-8d53-e998c272a7e2", + "x-ms-routing-request-id": "WESTUS2:20211027T202153Z:c2095508-1e0b-4dc2-9e39-a0ba0e5ceb74" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores", "location": "westus", "properties": { "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:27:00\u002B00:00", + "creationDate": "2021-10-27T20:21:52\u002B00:00", "endpoint": "https://configuration2005.azconfig.io", "encryption": { "keyVaultProperties": null @@ -151,15 +271,14 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "286", + "Content-Length": "266", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20210827.3 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64fc6f6739dc791bee0010984178817c", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "4fe0177f815916b31822fc045d855322", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus", - "id": null, "properties": { "addressSpace": { "addressPrefixes": [ @@ -175,7 +294,6 @@ "subnets": [ { "name": "subnetname406", - "id": null, "properties": { "addressPrefix": "10.0.0.0/24", "privateEndpointNetworkPolicies": "Disabled" @@ -184,39 +302,40 @@ ] } }, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6a599e19-92cc-406f-93c8-dff1f28ae2fd?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/5e6cd54f-657e-4846-aeb5-27cb878fbdd6?api-version=2021-02-01", "Cache-Control": "no-cache", - "Content-Length": "1381", + "Content-Length": "1379", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:28 GMT", + "Date": "Wed, 27 Oct 2021 20:21:54 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3ea0524-7237-4335-b440-e532c872cb46", - "x-ms-client-request-id": "64fc6f6739dc791bee0010984178817c", - "x-ms-correlation-request-id": "073a86bb-5715-42fb-a539-ea3761d62e29", + "x-ms-arm-service-request-id": "024ec5f1-1e0c-4e6d-9312-6a7f994e1e1a", + "x-ms-client-request-id": "4fe0177f815916b31822fc045d855322", + "x-ms-correlation-request-id": "ee7119b7-0cbc-4e03-a6dd-c6ff815e37a8", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "6a599e19-92cc-406f-93c8-dff1f28ae2fd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132828Z:073a86bb-5715-42fb-a539-ea3761d62e29" + "x-ms-request-id": "5e6cd54f-657e-4846-aeb5-27cb878fbdd6", + "x-ms-routing-request-id": "WESTUS2:20211027T202155Z:ee7119b7-0cbc-4e03-a6dd-c6ff815e37a8" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022vnetname2140\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/virtualNetworks/vnetname2140\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00228017157c-7d4f-4047-8819-7b9b74734a35\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022fd6b7414-ae3d-4dff-91f6-e9fbf23c54b3\\\u0022\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002294beaada-41ac-453f-a064-d3f0917e24a8\u0022,\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f685747e-3ef1-46c3-a038-44260e203400\u0022,\r\n", " \u0022addressSpace\u0022: {\r\n", " \u0022addressPrefixes\u0022: [\r\n", " \u002210.0.0.0/16\u0022\r\n", @@ -232,9 +351,9 @@ " {\r\n", " \u0022name\u0022: \u0022subnetname406\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/virtualNetworks/vnetname2140/subnets/subnetname406\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00228017157c-7d4f-4047-8819-7b9b74734a35\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022fd6b7414-ae3d-4dff-91f6-e9fbf23c54b3\\\u0022\u0022,\r\n", " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", " \u0022delegations\u0022: [],\r\n", " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", @@ -250,12 +369,50 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6a599e19-92cc-406f-93c8-dff1f28ae2fd?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/5e6cd54f-657e-4846-aeb5-27cb878fbdd6?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1408ecaf711d942a740a40b60d8d901e", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0e16bd4856eb2da639f1fbfb752637ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:21:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "00bfe1eb-98a4-4b29-a63f-09afe1c5891f", + "x-ms-client-request-id": "0e16bd4856eb2da639f1fbfb752637ef", + "x-ms-correlation-request-id": "53294d31-debc-4dcd-a75e-719101b47b03", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "df1306bf-4ac7-4a54-971f-08d3f7595baa", + "x-ms-routing-request-id": "WESTUS2:20211027T202155Z:53294d31-debc-4dcd-a75e-719101b47b03" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/5e6cd54f-657e-4846-aeb5-27cb878fbdd6?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fc5c1eb73ba412aeb8a8b5bb555c0778", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -264,7 +421,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:28 GMT", + "Date": "Wed, 27 Oct 2021 20:21:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -273,12 +430,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16f7ebc7-d516-4f76-9cf2-9db34179080d", - "x-ms-client-request-id": "1408ecaf711d942a740a40b60d8d901e", - "x-ms-correlation-request-id": "eefbd692-fec8-42b1-9cb9-ff280205b057", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7d587395-cbb8-4572-ba65-e075315d6b1f", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132828Z:eefbd692-fec8-42b1-9cb9-ff280205b057" + "x-ms-arm-service-request-id": "d4b9a7b9-0cf8-4a68-85c1-6b23d1619d82", + "x-ms-client-request-id": "fc5c1eb73ba412aeb8a8b5bb555c0778", + "x-ms-correlation-request-id": "14b180e8-509c-4081-88dc-acf7dfd3a50b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ac13b891-e760-4353-8aee-e6b4a3a823bd", + "x-ms-routing-request-id": "WESTUS2:20211027T202156Z:14b180e8-509c-4081-88dc-acf7dfd3a50b" }, "ResponseBody": [ "{\r\n", @@ -291,8 +448,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fe0177f815916b31822fc045d855322", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a0bc2255456f043669ba1b7e7163c273", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -301,8 +458,8 @@ "Cache-Control": "no-cache", "Content-Length": "1381", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:28 GMT", - "ETag": "W/\u00228017157c-7d4f-4047-8819-7b9b74734a35\u0022", + "Date": "Wed, 27 Oct 2021 20:21:56 GMT", + "ETag": "W/\u002248453088-5329-4419-93d5-d60fd3b23a19\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -311,23 +468,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5eec2e4-b64a-4f20-9ae1-77fa74f50375", - "x-ms-client-request-id": "4fe0177f815916b31822fc045d855322", - "x-ms-correlation-request-id": "26e2cdce-c74f-4f73-8de8-b861fe073781", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "796aa176-84cd-4f10-8c3f-77ddbab13374", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132829Z:26e2cdce-c74f-4f73-8de8-b861fe073781" + "x-ms-arm-service-request-id": "4cda9134-9ae9-4997-9807-b3a5026d0043", + "x-ms-client-request-id": "a0bc2255456f043669ba1b7e7163c273", + "x-ms-correlation-request-id": "6473e3d2-5bf8-49bf-a70f-a3692e941f98", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f0516a76-ac88-4e39-ac1b-369a9c146166", + "x-ms-routing-request-id": "WESTUS2:20211027T202156Z:6473e3d2-5bf8-49bf-a70f-a3692e941f98" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022vnetname2140\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/virtualNetworks/vnetname2140\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00228017157c-7d4f-4047-8819-7b9b74734a35\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002248453088-5329-4419-93d5-d60fd3b23a19\\\u0022\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002294beaada-41ac-453f-a064-d3f0917e24a8\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f685747e-3ef1-46c3-a038-44260e203400\u0022,\r\n", " \u0022addressSpace\u0022: {\r\n", " \u0022addressPrefixes\u0022: [\r\n", " \u002210.0.0.0/16\u0022\r\n", @@ -343,7 +500,7 @@ " {\r\n", " \u0022name\u0022: \u0022subnetname406\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/virtualNetworks/vnetname2140/subnets/subnetname406\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00228017157c-7d4f-4047-8819-7b9b74734a35\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002248453088-5329-4419-93d5-d60fd3b23a19\\\u0022\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", @@ -366,15 +523,14 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "619", + "Content-Length": "599", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20210827.3 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54e8105a6d70375e999d2c570fa0ccda", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f0a03d66d0440c350e045543a0ead8dc", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus", - "id": null, "properties": { "subnet": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/virtualNetworks/vnetname2140/subnets/subnetname406", @@ -383,7 +539,6 @@ "privateLinkServiceConnections": [ { "name": "myconnection", - "id": null, "properties": { "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores/configuration2005", "groupIds": [ @@ -398,11 +553,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "Cache-Control": "no-cache", - "Content-Length": "2082", + "Content-Length": "2110", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:36 GMT", + "Date": "Wed, 27 Oct 2021 20:21:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -412,28 +567,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fc00e00-3722-4f3b-b266-96f32c9e14a2", - "x-ms-client-request-id": "54e8105a6d70375e999d2c570fa0ccda", - "x-ms-correlation-request-id": "7b1d3560-0013-4edc-8561-50a32678eed5", + "x-ms-arm-service-request-id": "8c6d323a-e313-4711-8ad1-f785657dd744", + "x-ms-client-request-id": "f0a03d66d0440c350e045543a0ead8dc", + "x-ms-correlation-request-id": "a791de46-392e-4415-9eb9-06c65777e78b", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "18605992-0249-448b-ad3a-d0752003e378", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132837Z:7b1d3560-0013-4edc-8561-50a32678eed5" + "x-ms-request-id": "dcb37528-77f9-4e34-a413-9773ffbadb1e", + "x-ms-routing-request-id": "WESTUS2:20211027T202159Z:a791de46-392e-4415-9eb9-06c65777e78b" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022endpointxyz4326\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/privateEndpoints/endpointxyz4326\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d733cc87-4455-44a5-922b-796a865cbc9c\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002213c6210d-bbb4-4c79-9ae0-19b6ae104835\\\u0022\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223c43f99c-2002-4a29-a1bf-d350fe781fdb\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022e2044e4d-2e68-44e9-a8f0-2ed5bd8fd018\u0022,\r\n", " \u0022privateLinkServiceConnections\u0022: [\r\n", " {\r\n", " \u0022name\u0022: \u0022myconnection\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/privateEndpoints/endpointxyz4326/privateLinkServiceConnections/myconnection\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d733cc87-4455-44a5-922b-796a865cbc9c\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002213c6210d-bbb4-4c79-9ae0-19b6ae104835\\\u0022\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores/configuration2005\u0022,\r\n", @@ -443,7 +598,7 @@ " \u0022requestMessage\u0022: \u0022Please approve my connection\u0022,\r\n", " \u0022privateLinkServiceConnectionState\u0022: {\r\n", " \u0022status\u0022: \u0022Approved\u0022,\r\n", - " \u0022description\u0022: \u0022\u0022,\r\n", + " \u0022description\u0022: \u0022Please approve my connection\u0022,\r\n", " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", " }\r\n", " },\r\n", @@ -456,7 +611,7 @@ " },\r\n", " \u0022networkInterfaces\u0022: [\r\n", " {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/networkInterfaces/endpointxyz4326.nic.d6cb163d-88c8-4e41-a563-e81676f1ff44\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/networkInterfaces/endpointxyz4326.nic.4785eeaf-53b3-4a47-bbc9-df1e79f3382e\u0022\r\n", " }\r\n", " ],\r\n", " \u0022customDnsConfigs\u0022: []\r\n", @@ -465,12 +620,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc5c1eb73ba412aeb8a8b5bb555c0778", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "185542e517bc8534ecb0916beff3637f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -479,7 +634,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:37 GMT", + "Date": "Wed, 27 Oct 2021 20:21:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -489,12 +644,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a785a691-6d51-470a-a51c-0d4ed4c341a3", - "x-ms-client-request-id": "fc5c1eb73ba412aeb8a8b5bb555c0778", - "x-ms-correlation-request-id": "c332aa25-18be-4922-b7e9-2fa7a29d159a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "e37b4caf-7930-4890-8a53-25b415a89444", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132837Z:c332aa25-18be-4922-b7e9-2fa7a29d159a" + "x-ms-arm-service-request-id": "7d061aa2-d8e9-4a66-a5d6-1fc6bd2b7744", + "x-ms-client-request-id": "185542e517bc8534ecb0916beff3637f", + "x-ms-correlation-request-id": "727f49d4-b634-457a-ac7f-5dd793af6e7a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "cac266a6-1474-4f70-ac74-e999e91aca26", + "x-ms-routing-request-id": "WESTUS2:20211027T202159Z:727f49d4-b634-457a-ac7f-5dd793af6e7a" }, "ResponseBody": [ "{\r\n", @@ -503,12 +658,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0bc2255456f043669ba1b7e7163c273", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "ee943fe270becf09bd2e07eb3d4bebde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -517,7 +672,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:38 GMT", + "Date": "Wed, 27 Oct 2021 20:22:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -527,12 +682,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4543699-c60d-471d-a0e1-6fa0bd1981e9", - "x-ms-client-request-id": "a0bc2255456f043669ba1b7e7163c273", - "x-ms-correlation-request-id": "0390aa79-5bf5-4ac1-8c21-ca21ff89050f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "9d6ea1b5-3666-428d-b1b6-27b444e62a56", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132838Z:0390aa79-5bf5-4ac1-8c21-ca21ff89050f" + "x-ms-arm-service-request-id": "bd5fae59-a417-41c3-970e-0b5c961f2dcb", + "x-ms-client-request-id": "ee943fe270becf09bd2e07eb3d4bebde", + "x-ms-correlation-request-id": "17dbc1ec-59df-4cae-ba52-3647bb96c723", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "23ffac1b-9ba7-4b2d-a7df-1d91d323b841", + "x-ms-routing-request-id": "WESTUS2:20211027T202200Z:17dbc1ec-59df-4cae-ba52-3647bb96c723" }, "ResponseBody": [ "{\r\n", @@ -541,12 +696,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0a03d66d0440c350e045543a0ead8dc", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5d5d0163bf95d2204f2065ba061482f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -555,7 +710,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:39 GMT", + "Date": "Wed, 27 Oct 2021 20:22:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -565,12 +720,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e83b101b-cf5d-4ab3-b741-38e7b91455f2", - "x-ms-client-request-id": "f0a03d66d0440c350e045543a0ead8dc", - "x-ms-correlation-request-id": "3c3547e7-c551-40e4-9228-28ccb246c609", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "cd1576dc-cc9d-4e76-ae63-c8c5e39792d1", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132840Z:3c3547e7-c551-40e4-9228-28ccb246c609" + "x-ms-arm-service-request-id": "5db4252d-3ee9-48b7-ae5e-af2a90cc37ca", + "x-ms-client-request-id": "5d5d0163bf95d2204f2065ba061482f5", + "x-ms-correlation-request-id": "73ec42bb-b83f-4159-80d0-fc9d5a514674", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "09e199e0-5212-4633-ad29-cfdaa0453272", + "x-ms-routing-request-id": "WESTUS2:20211027T202201Z:73ec42bb-b83f-4159-80d0-fc9d5a514674" }, "ResponseBody": [ "{\r\n", @@ -579,12 +734,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52a583ea976a717fe85892ea2030a054", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e10713f4b29c759639865b8e0f4848a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -593,7 +748,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:40 GMT", + "Date": "Wed, 27 Oct 2021 20:22:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -603,12 +758,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9049d7c-4879-4e55-88d1-1a4d1dd732d3", - "x-ms-client-request-id": "52a583ea976a717fe85892ea2030a054", - "x-ms-correlation-request-id": "bffbc7c8-96d9-4492-9389-080aa1f00851", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2172f112-232a-42b0-9ac7-86cf4af66d11", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132841Z:bffbc7c8-96d9-4492-9389-080aa1f00851" + "x-ms-arm-service-request-id": "6e2e2e84-5d28-4f6f-95e5-fb7aec42ad53", + "x-ms-client-request-id": "e10713f4b29c759639865b8e0f4848a1", + "x-ms-correlation-request-id": "8bb19404-2125-440c-ab5b-0853c8c729b0", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "031374ee-e1e4-41c2-aad8-32f4fa4713d3", + "x-ms-routing-request-id": "WESTUS2:20211027T202202Z:8bb19404-2125-440c-ab5b-0853c8c729b0" }, "ResponseBody": [ "{\r\n", @@ -617,12 +772,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "185542e517bc8534ecb0916beff3637f", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "ee07b2c4059523e91ec19e9e0a4ec9a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -631,7 +786,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:42 GMT", + "Date": "Wed, 27 Oct 2021 20:22:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -641,12 +796,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a75d6d29-5d7f-4774-a906-ec3518f1d7bd", - "x-ms-client-request-id": "185542e517bc8534ecb0916beff3637f", - "x-ms-correlation-request-id": "6fb18d50-5f74-4cc1-b0b5-23f29a3575ff", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "2d86b768-123e-4031-bd4e-932aa6f6162e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132842Z:6fb18d50-5f74-4cc1-b0b5-23f29a3575ff" + "x-ms-arm-service-request-id": "938af6b9-0091-4d49-ae1f-5ab82dc19d97", + "x-ms-client-request-id": "ee07b2c4059523e91ec19e9e0a4ec9a8", + "x-ms-correlation-request-id": "69d36ff4-5e50-4c5a-98dd-a3ffbb394d10", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c7ffef56-a31d-48d1-a54a-8980773b88b8", + "x-ms-routing-request-id": "WESTUS2:20211027T202204Z:69d36ff4-5e50-4c5a-98dd-a3ffbb394d10" }, "ResponseBody": [ "{\r\n", @@ -655,12 +810,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee943fe270becf09bd2e07eb3d4bebde", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "29f712ac0a44b1426ae7240f6491c307", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -669,7 +824,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:43 GMT", + "Date": "Wed, 27 Oct 2021 20:22:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -679,12 +834,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ffa7043-f6a8-4dcd-9eaf-33e8172d74bf", - "x-ms-client-request-id": "ee943fe270becf09bd2e07eb3d4bebde", - "x-ms-correlation-request-id": "155b215c-b60f-4d88-be93-92b2a1739e21", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a5039f65-1565-4c0c-a3b8-b5fd93923319", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132844Z:155b215c-b60f-4d88-be93-92b2a1739e21" + "x-ms-arm-service-request-id": "ba78551d-d741-404d-aa28-b19133a31a32", + "x-ms-client-request-id": "29f712ac0a44b1426ae7240f6491c307", + "x-ms-correlation-request-id": "cc38571f-8e85-49cb-98c0-97c180d32c55", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ae8f5cfc-cbb2-42ac-a3bd-59252cb5f7a8", + "x-ms-routing-request-id": "WESTUS2:20211027T202205Z:cc38571f-8e85-49cb-98c0-97c180d32c55" }, "ResponseBody": [ "{\r\n", @@ -693,12 +848,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5d5d0163bf95d2204f2065ba061482f5", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "53f6c4d7930dee5f29e3c2db13f86bea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -707,7 +862,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:44 GMT", + "Date": "Wed, 27 Oct 2021 20:22:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -717,12 +872,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67f59bc9-f24c-4ed4-8d9e-04d3b71c8ef3", - "x-ms-client-request-id": "5d5d0163bf95d2204f2065ba061482f5", - "x-ms-correlation-request-id": "48e61f3d-8e76-43ea-ba27-28d16e758d33", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7ecb2c76-c5ea-4198-8cd8-bb45cb9402f1", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132845Z:48e61f3d-8e76-43ea-ba27-28d16e758d33" + "x-ms-arm-service-request-id": "dda373c2-ee38-4eda-8274-223f92b365ce", + "x-ms-client-request-id": "53f6c4d7930dee5f29e3c2db13f86bea", + "x-ms-correlation-request-id": "ea535c21-a52f-404d-8e4c-b6081761e827", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6a255537-ee11-47ab-824a-b0ba6b9da26e", + "x-ms-routing-request-id": "WESTUS2:20211027T202206Z:ea535c21-a52f-404d-8e4c-b6081761e827" }, "ResponseBody": [ "{\r\n", @@ -731,12 +886,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e10713f4b29c759639865b8e0f4848a1", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fde1b2bc1e50b95d705684aee1dabf8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -745,7 +900,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:46 GMT", + "Date": "Wed, 27 Oct 2021 20:22:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -755,12 +910,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61c6526c-8fcd-488f-b39e-831cac73a49f", - "x-ms-client-request-id": "e10713f4b29c759639865b8e0f4848a1", - "x-ms-correlation-request-id": "09f1b9ef-e6ca-4fa2-ad05-83b22cceaa88", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c5d91660-cef5-42e0-b000-fbafea9455e6", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132846Z:09f1b9ef-e6ca-4fa2-ad05-83b22cceaa88" + "x-ms-arm-service-request-id": "133ce388-36be-4cf7-a4ff-5a99562f75ed", + "x-ms-client-request-id": "fde1b2bc1e50b95d705684aee1dabf8d", + "x-ms-correlation-request-id": "1ace1952-477c-43af-aa73-840270fa7922", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "fa06ea9e-8ddb-4859-81ce-53a509911267", + "x-ms-routing-request-id": "WESTUS2:20211027T202207Z:1ace1952-477c-43af-aa73-840270fa7922" }, "ResponseBody": [ "{\r\n", @@ -769,12 +924,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee07b2c4059523e91ec19e9e0a4ec9a8", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "45c697fe7558189bb208ff6048669d71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -783,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:47 GMT", + "Date": "Wed, 27 Oct 2021 20:22:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -793,12 +948,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a54e4bfe-59fa-4474-8e67-76cfab6f169e", - "x-ms-client-request-id": "ee07b2c4059523e91ec19e9e0a4ec9a8", - "x-ms-correlation-request-id": "cc83cd7d-4682-4240-9dec-497a56d73c94", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "4783f97f-9340-414f-a2d0-e222028db856", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132847Z:cc83cd7d-4682-4240-9dec-497a56d73c94" + "x-ms-arm-service-request-id": "e6e3bd88-f2f1-413b-be41-0503af5c9df4", + "x-ms-client-request-id": "45c697fe7558189bb208ff6048669d71", + "x-ms-correlation-request-id": "4c642e2a-24ae-4aba-822d-7946601f056c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "3a699e45-6358-4c50-a11b-d2ccdf5c454c", + "x-ms-routing-request-id": "WESTUS2:20211027T202208Z:4c642e2a-24ae-4aba-822d-7946601f056c" }, "ResponseBody": [ "{\r\n", @@ -807,12 +962,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "29f712ac0a44b1426ae7240f6491c307", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b152397bc6b0b9b6673ce2b70fb10d4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -821,7 +976,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:48 GMT", + "Date": "Wed, 27 Oct 2021 20:22:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -831,12 +986,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dab52078-3de7-4c74-afc2-7657488d6020", - "x-ms-client-request-id": "29f712ac0a44b1426ae7240f6491c307", - "x-ms-correlation-request-id": "f9dc655b-8cb5-4d50-abe3-f4bf0fe181e7", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "ca1d3928-941d-4a60-8cdb-8b39fdb65e30", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132849Z:f9dc655b-8cb5-4d50-abe3-f4bf0fe181e7" + "x-ms-arm-service-request-id": "c0f51e58-b550-454a-bfaf-d7b8ec4cb519", + "x-ms-client-request-id": "b152397bc6b0b9b6673ce2b70fb10d4f", + "x-ms-correlation-request-id": "30b9cb8d-cb68-4606-8d5e-eaed9b546a13", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "3dceca65-d83f-4c42-867f-279ffbe26314", + "x-ms-routing-request-id": "WESTUS2:20211027T202210Z:30b9cb8d-cb68-4606-8d5e-eaed9b546a13" }, "ResponseBody": [ "{\r\n", @@ -845,12 +1000,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53f6c4d7930dee5f29e3c2db13f86bea", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7cdd35242632479216c84a481efd7109", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -859,7 +1014,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:49 GMT", + "Date": "Wed, 27 Oct 2021 20:22:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -869,12 +1024,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c767eba-42e0-4f7d-9b82-46547a3b619c", - "x-ms-client-request-id": "53f6c4d7930dee5f29e3c2db13f86bea", - "x-ms-correlation-request-id": "0d2d3ac6-b972-49b1-ae06-a2b24a5dac10", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "7a54e0b6-9fda-48af-9802-fec5cfb43799", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132850Z:0d2d3ac6-b972-49b1-ae06-a2b24a5dac10" + "x-ms-arm-service-request-id": "7c34d571-261e-4964-a162-e98e856bff88", + "x-ms-client-request-id": "7cdd35242632479216c84a481efd7109", + "x-ms-correlation-request-id": "08ce88ac-6386-4a3a-b671-ff45f8cad8bf", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3df2a13d-db6f-4c18-9607-cd383d293bb0", + "x-ms-routing-request-id": "WESTUS2:20211027T202211Z:08ce88ac-6386-4a3a-b671-ff45f8cad8bf" }, "ResponseBody": [ "{\r\n", @@ -883,12 +1038,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fde1b2bc1e50b95d705684aee1dabf8d", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a83212b80d8737dce00cde1c92e40900", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -897,7 +1052,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:51 GMT", + "Date": "Wed, 27 Oct 2021 20:22:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -907,12 +1062,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28024c50-5a0d-41b2-8dd4-2202cf5971bd", - "x-ms-client-request-id": "fde1b2bc1e50b95d705684aee1dabf8d", - "x-ms-correlation-request-id": "eed1cdee-7644-4b42-8ca4-d30aa456fcb5", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "eaa2efd4-d1ba-41ee-8ee3-3fd1c20d11f5", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132851Z:eed1cdee-7644-4b42-8ca4-d30aa456fcb5" + "x-ms-arm-service-request-id": "0b69416c-346d-4ebe-a140-f1abc73cecf4", + "x-ms-client-request-id": "a83212b80d8737dce00cde1c92e40900", + "x-ms-correlation-request-id": "4f352408-5075-430d-bced-3281b297be77", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "a40622f3-f8de-4c5c-b398-ae456879869e", + "x-ms-routing-request-id": "WESTUS2:20211027T202212Z:4f352408-5075-430d-bced-3281b297be77" }, "ResponseBody": [ "{\r\n", @@ -921,12 +1076,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45c697fe7558189bb208ff6048669d71", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "123bb0fb2089553fa60b9ae77b6e9a6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -935,7 +1090,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:52 GMT", + "Date": "Wed, 27 Oct 2021 20:22:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -945,12 +1100,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ffeb53a-f88a-41e4-ac0c-55c6fcb201a2", - "x-ms-client-request-id": "45c697fe7558189bb208ff6048669d71", - "x-ms-correlation-request-id": "19e72967-50cc-49e8-aec1-4c45a345f78c", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "93d1855e-bf81-4dcd-b7d8-511f3865efd8", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132853Z:19e72967-50cc-49e8-aec1-4c45a345f78c" + "x-ms-arm-service-request-id": "dab0d740-cc16-4523-bef4-ab50aaaeb44a", + "x-ms-client-request-id": "123bb0fb2089553fa60b9ae77b6e9a6a", + "x-ms-correlation-request-id": "8e76a74f-3ff4-4d21-887a-4d1bdcec227d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "fc5409b5-d6ca-4324-993f-dac8f36197d8", + "x-ms-routing-request-id": "WESTUS2:20211027T202213Z:8e76a74f-3ff4-4d21-887a-4d1bdcec227d" }, "ResponseBody": [ "{\r\n", @@ -959,12 +1114,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b152397bc6b0b9b6673ce2b70fb10d4f", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fcfed9cb647f17c758a59c254875b432", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -973,7 +1128,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:53 GMT", + "Date": "Wed, 27 Oct 2021 20:22:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -983,12 +1138,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2424027e-5196-4b8f-a5d6-b0153a8bc1dc", - "x-ms-client-request-id": "b152397bc6b0b9b6673ce2b70fb10d4f", - "x-ms-correlation-request-id": "7401093a-3d64-4ddc-89dd-8c221645ce29", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "992a6065-3082-4293-8b7e-01f35f22fb48", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132854Z:7401093a-3d64-4ddc-89dd-8c221645ce29" + "x-ms-arm-service-request-id": "3981e0a1-c249-41a1-bf1f-199898df29de", + "x-ms-client-request-id": "fcfed9cb647f17c758a59c254875b432", + "x-ms-correlation-request-id": "54f2214a-6070-420a-bdd5-856884dd3060", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d75f12d7-d919-401a-b955-895ee90c2a3e", + "x-ms-routing-request-id": "WESTUS2:20211027T202214Z:54f2214a-6070-420a-bdd5-856884dd3060" }, "ResponseBody": [ "{\r\n", @@ -997,12 +1152,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cdd35242632479216c84a481efd7109", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "6e4d4abf5ec1977fd3dc017c72f5bc72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1011,7 +1166,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:54 GMT", + "Date": "Wed, 27 Oct 2021 20:22:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1021,12 +1176,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a945e93-af12-4aa2-9b6c-10263d175aa1", - "x-ms-client-request-id": "7cdd35242632479216c84a481efd7109", - "x-ms-correlation-request-id": "ce67cf74-ce90-4c8c-a640-9bdab20c88d0", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "3bac5f8e-6420-476f-906c-e6fd0b0b3e46", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132855Z:ce67cf74-ce90-4c8c-a640-9bdab20c88d0" + "x-ms-arm-service-request-id": "1921afb5-a74d-4ee3-8d5c-0e18f29521e9", + "x-ms-client-request-id": "6e4d4abf5ec1977fd3dc017c72f5bc72", + "x-ms-correlation-request-id": "3815c63e-9b7c-49b9-9d80-c219394b98f3", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "b2149589-cb7d-4ddd-9533-345d9775c1a6", + "x-ms-routing-request-id": "WESTUS2:20211027T202216Z:3815c63e-9b7c-49b9-9d80-c219394b98f3" }, "ResponseBody": [ "{\r\n", @@ -1035,12 +1190,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a83212b80d8737dce00cde1c92e40900", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b95073720ce59681e823bae484190d31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1049,7 +1204,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:56 GMT", + "Date": "Wed, 27 Oct 2021 20:22:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1059,12 +1214,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b881dc5-f89f-4ac9-bef8-3078322616fd", - "x-ms-client-request-id": "a83212b80d8737dce00cde1c92e40900", - "x-ms-correlation-request-id": "acf63177-db77-4510-9399-fc35d8de0f35", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c6d48ac2-0bf3-481c-bd58-dca5cef90257", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132856Z:acf63177-db77-4510-9399-fc35d8de0f35" + "x-ms-arm-service-request-id": "8d0dac87-1f70-4b0a-b1b3-750c86427cfd", + "x-ms-client-request-id": "b95073720ce59681e823bae484190d31", + "x-ms-correlation-request-id": "9598db7c-9811-48d7-abae-d507598c57fd", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "2f148a75-bcff-4108-a678-9b47da14dcd9", + "x-ms-routing-request-id": "WESTUS2:20211027T202217Z:9598db7c-9811-48d7-abae-d507598c57fd" }, "ResponseBody": [ "{\r\n", @@ -1073,12 +1228,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "123bb0fb2089553fa60b9ae77b6e9a6a", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "312768572b216da8596729a2624ba562", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1087,7 +1242,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:57 GMT", + "Date": "Wed, 27 Oct 2021 20:22:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1097,12 +1252,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "54d36621-e91b-48f2-bfd0-71a136a69c5e", - "x-ms-client-request-id": "123bb0fb2089553fa60b9ae77b6e9a6a", - "x-ms-correlation-request-id": "e1129009-a25a-4647-8f21-d09ae03a0013", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "49faca44-27d0-4148-aa1f-0d375d4c0325", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132858Z:e1129009-a25a-4647-8f21-d09ae03a0013" + "x-ms-arm-service-request-id": "621bf53e-2f7e-48a8-97da-161a85aef198", + "x-ms-client-request-id": "312768572b216da8596729a2624ba562", + "x-ms-correlation-request-id": "d36d2b54-e371-455f-86f9-8ce9cd88f5f5", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e2e4db83-78ee-4d1d-b41c-8f1812418599", + "x-ms-routing-request-id": "WESTUS2:20211027T202218Z:d36d2b54-e371-455f-86f9-8ce9cd88f5f5" }, "ResponseBody": [ "{\r\n", @@ -1111,12 +1266,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcfed9cb647f17c758a59c254875b432", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d4b32ae8fa24b24cc8b6869ea39b13b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1125,7 +1280,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:28:58 GMT", + "Date": "Wed, 27 Oct 2021 20:22:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1135,12 +1290,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0419bad8-8992-4fde-ba9b-201635f08047", - "x-ms-client-request-id": "fcfed9cb647f17c758a59c254875b432", - "x-ms-correlation-request-id": "06d33efa-058d-4ab8-b3ba-5aef9c79c5db", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "cd910e6d-1318-4792-b291-81ecc46de78e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132859Z:06d33efa-058d-4ab8-b3ba-5aef9c79c5db" + "x-ms-arm-service-request-id": "91c588b0-df42-4a18-9979-b719b165a872", + "x-ms-client-request-id": "d4b32ae8fa24b24cc8b6869ea39b13b9", + "x-ms-correlation-request-id": "08871955-eef6-4eb7-9d85-463e995306d7", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "4994312c-b10b-4b44-a53b-5a136d4f64b2", + "x-ms-routing-request-id": "WESTUS2:20211027T202219Z:08871955-eef6-4eb7-9d85-463e995306d7" }, "ResponseBody": [ "{\r\n", @@ -1149,12 +1304,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e4d4abf5ec1977fd3dc017c72f5bc72", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0924d0cf8bcd4650cbe3607ee2de339c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1163,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:00 GMT", + "Date": "Wed, 27 Oct 2021 20:22:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1173,12 +1328,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "932e2545-14bc-4316-b7d4-a1a79d531385", - "x-ms-client-request-id": "6e4d4abf5ec1977fd3dc017c72f5bc72", - "x-ms-correlation-request-id": "7fd00c8b-d023-45a9-a659-fe662bfc008d", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "d2aa6769-7c01-45b3-984a-dde25322277c", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132900Z:7fd00c8b-d023-45a9-a659-fe662bfc008d" + "x-ms-arm-service-request-id": "bf283e58-f360-47f5-93f7-be04b29c134d", + "x-ms-client-request-id": "0924d0cf8bcd4650cbe3607ee2de339c", + "x-ms-correlation-request-id": "6a95bb1e-3e1f-4593-b7fa-32e81c0d6702", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "c7bc9d5c-5882-4ddb-886b-a3a39ed79c77", + "x-ms-routing-request-id": "WESTUS2:20211027T202220Z:6a95bb1e-3e1f-4593-b7fa-32e81c0d6702" }, "ResponseBody": [ "{\r\n", @@ -1187,12 +1342,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b95073720ce59681e823bae484190d31", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5afc587d38655d0c1b74686aa50ac9be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1201,7 +1356,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:01 GMT", + "Date": "Wed, 27 Oct 2021 20:22:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1211,12 +1366,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96a2dd12-151c-41e7-98a6-5e1205346c54", - "x-ms-client-request-id": "b95073720ce59681e823bae484190d31", - "x-ms-correlation-request-id": "80612874-0efb-4aae-badb-2a209e9fcec2", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "9211224c-5906-4454-be69-4867840f43fa", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132902Z:80612874-0efb-4aae-badb-2a209e9fcec2" + "x-ms-arm-service-request-id": "6820282f-4b1d-4060-820c-c5afa6117ff1", + "x-ms-client-request-id": "5afc587d38655d0c1b74686aa50ac9be", + "x-ms-correlation-request-id": "1fb0ede6-9e2a-42de-94c2-639e78218e2a", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "2d1f01a3-9f65-4883-bb7a-8411dc840436", + "x-ms-routing-request-id": "WESTUS2:20211027T202221Z:1fb0ede6-9e2a-42de-94c2-639e78218e2a" }, "ResponseBody": [ "{\r\n", @@ -1225,12 +1380,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "312768572b216da8596729a2624ba562", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "92d370539b265d94d96d094199ced0ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1239,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:02 GMT", + "Date": "Wed, 27 Oct 2021 20:22:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1249,12 +1404,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c7506ec-4a9d-49d7-95be-bc9b13b7d0d9", - "x-ms-client-request-id": "312768572b216da8596729a2624ba562", - "x-ms-correlation-request-id": "c337a4bc-c8e1-48e0-a86d-f2fb10ef7a90", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "68546a79-ed22-4658-aa85-78a6284b03c6", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132903Z:c337a4bc-c8e1-48e0-a86d-f2fb10ef7a90" + "x-ms-arm-service-request-id": "813c7960-0a1c-4b98-8ab7-037405f60fd8", + "x-ms-client-request-id": "92d370539b265d94d96d094199ced0ea", + "x-ms-correlation-request-id": "e62403f7-5932-49f0-931a-816ca861b2ce", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "7b3a408d-195c-4d35-a6ad-92e3a909003e", + "x-ms-routing-request-id": "WESTUS2:20211027T202222Z:e62403f7-5932-49f0-931a-816ca861b2ce" }, "ResponseBody": [ "{\r\n", @@ -1263,12 +1418,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4b32ae8fa24b24cc8b6869ea39b13b9", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "4b20e982b99e9753c4c7ee5923e5a0c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1277,7 +1432,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:03 GMT", + "Date": "Wed, 27 Oct 2021 20:22:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1287,12 +1442,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a14f3b5a-56cb-478b-b2b4-12245bc5fbd6", - "x-ms-client-request-id": "d4b32ae8fa24b24cc8b6869ea39b13b9", - "x-ms-correlation-request-id": "8d4b11b1-4f85-463f-a999-72b211cfc0ba", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "37c4aedc-c71b-4ded-ad71-c3fccc7d8caa", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132904Z:8d4b11b1-4f85-463f-a999-72b211cfc0ba" + "x-ms-arm-service-request-id": "a9cf6e5e-5ebb-4ec9-80de-ac11db1ca2ff", + "x-ms-client-request-id": "4b20e982b99e9753c4c7ee5923e5a0c1", + "x-ms-correlation-request-id": "89bf1da7-3eaa-42f9-82ed-5e9b5cfefb93", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "cf6ce3a6-9f71-4834-a1ab-c7876602c45f", + "x-ms-routing-request-id": "WESTUS2:20211027T202223Z:89bf1da7-3eaa-42f9-82ed-5e9b5cfefb93" }, "ResponseBody": [ "{\r\n", @@ -1301,12 +1456,12 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0924d0cf8bcd4650cbe3607ee2de339c", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "722aa21aa10be176c39f80f82fcac34d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1315,7 +1470,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:05 GMT", + "Date": "Wed, 27 Oct 2021 20:22:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1325,12 +1480,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6dfd237e-502e-4f3b-8d83-439c98b19b80", - "x-ms-client-request-id": "0924d0cf8bcd4650cbe3607ee2de339c", - "x-ms-correlation-request-id": "bbd7bc91-bdc5-4520-a13e-ba4cd62be061", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "327fabd7-b059-4230-ae7f-cc1a8ef7c42d", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132905Z:bbd7bc91-bdc5-4520-a13e-ba4cd62be061" + "x-ms-arm-service-request-id": "d7e969fe-eaa7-438e-9905-a4e0309f6493", + "x-ms-client-request-id": "722aa21aa10be176c39f80f82fcac34d", + "x-ms-correlation-request-id": "da20faad-2c32-4da1-8455-a6a4f4081fab", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "8cea0fb5-e749-486d-a1e7-376ecddbffdf", + "x-ms-routing-request-id": "WESTUS2:20211027T202224Z:da20faad-2c32-4da1-8455-a6a4f4081fab" }, "ResponseBody": [ "{\r\n", @@ -1339,12 +1494,164 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/18605992-0249-448b-ad3a-d0752003e378?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5afc587d38655d0c1b74686aa50ac9be", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "bce87da47de99a1f1c3cce5fad3b3af3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "957d2d14-ccec-44e7-9be7-a5d75df4c423", + "x-ms-client-request-id": "bce87da47de99a1f1c3cce5fad3b3af3", + "x-ms-correlation-request-id": "80568f83-a529-4a58-8ff2-7a975b87ef44", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "939d8ab7-7898-45da-8c05-953dd83a2eda", + "x-ms-routing-request-id": "WESTUS2:20211027T202226Z:80568f83-a529-4a58-8ff2-7a975b87ef44" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f72648cd5da3e1df723e88ff385b67f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0b353b6d-f30a-4fd0-9348-44aa1da88c9c", + "x-ms-client-request-id": "f72648cd5da3e1df723e88ff385b67f9", + "x-ms-correlation-request-id": "60fcecfc-c37f-4e59-ad03-c49db45ac48c", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "8e7fcf47-cfe4-4321-8c94-d06e81e2b632", + "x-ms-routing-request-id": "WESTUS2:20211027T202227Z:60fcecfc-c37f-4e59-ad03-c49db45ac48c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a5b4a004e3fd9cd7829056cfd3173487", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "41823afd-a066-451c-abd4-064e9c6c6c3c", + "x-ms-client-request-id": "a5b4a004e3fd9cd7829056cfd3173487", + "x-ms-correlation-request-id": "f060eda2-e590-431a-95cb-fe3e51ab468e", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "4d072364-f421-4b7c-a01b-7e3ad494de27", + "x-ms-routing-request-id": "WESTUS2:20211027T202228Z:f060eda2-e590-431a-95cb-fe3e51ab468e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e72b8c65cba446aa9e0649aaf51f62c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c1fd6118-e1ad-41a3-bf4d-61ecfaf35d24", + "x-ms-client-request-id": "e72b8c65cba446aa9e0649aaf51f62c0", + "x-ms-correlation-request-id": "9964e16d-e3af-4a01-bb6f-ddd47fb5c434", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "5fb0e76f-8671-44ad-b049-c09a29774c4d", + "x-ms-routing-request-id": "WESTUS2:20211027T202229Z:9964e16d-e3af-4a01-bb6f-ddd47fb5c434" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dcb37528-77f9-4e34-a413-9773ffbadb1e?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0c5ad4d49487e9f5708a7513070f0e5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1353,7 +1660,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:06 GMT", + "Date": "Wed, 27 Oct 2021 20:22:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1362,12 +1669,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48acd945-893a-4d8a-9f64-cd1568032f24", - "x-ms-client-request-id": "5afc587d38655d0c1b74686aa50ac9be", - "x-ms-correlation-request-id": "c6a8a07c-b911-4da0-ab8d-df7301ec5d6e", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "2f0e92aa-79bf-4554-a978-bbb92a5c227f", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132907Z:c6a8a07c-b911-4da0-ab8d-df7301ec5d6e" + "x-ms-arm-service-request-id": "2c120dc2-0f99-47b9-82a3-71c42cdf1d93", + "x-ms-client-request-id": "0c5ad4d49487e9f5708a7513070f0e5b", + "x-ms-correlation-request-id": "3c01b3b0-a237-4bc4-9bc3-5fd2a65f0839", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "7c37dd3d-710a-4f59-b046-aeb15bef2e1c", + "x-ms-routing-request-id": "WESTUS2:20211027T202230Z:3c01b3b0-a237-4bc4-9bc3-5fd2a65f0839" }, "ResponseBody": [ "{\r\n", @@ -1380,8 +1687,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92d370539b265d94d96d094199ced0ea", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "ab9a000a80303855f66d06f7992ca762", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1390,8 +1697,8 @@ "Cache-Control": "no-cache", "Content-Length": "2229", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:07 GMT", - "ETag": "W/\u0022e0cda927-6cae-4022-b626-1566cb87ca4b\u0022", + "Date": "Wed, 27 Oct 2021 20:22:30 GMT", + "ETag": "W/\u002229aa78f0-7950-484c-892b-d4b8a584b14e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1400,28 +1707,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa936103-54ed-4d0e-b62e-b5aeb359b9a8", - "x-ms-client-request-id": "92d370539b265d94d96d094199ced0ea", - "x-ms-correlation-request-id": "20bdf899-ddc7-43c5-90c1-11fc92fd40b0", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "3a53ff00-3719-4691-97f3-aad732469d0a", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132907Z:20bdf899-ddc7-43c5-90c1-11fc92fd40b0" + "x-ms-arm-service-request-id": "6c394ac7-8c38-45c3-9ac1-ffdf3e10a15b", + "x-ms-client-request-id": "ab9a000a80303855f66d06f7992ca762", + "x-ms-correlation-request-id": "15ddacc6-8cef-4509-8535-9ff43afa27fb", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "82e461c5-f28d-469a-a43e-b72b931cf2e0", + "x-ms-routing-request-id": "WESTUS2:20211027T202230Z:15ddacc6-8cef-4509-8535-9ff43afa27fb" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022endpointxyz4326\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/privateEndpoints/endpointxyz4326\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e0cda927-6cae-4022-b626-1566cb87ca4b\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002229aa78f0-7950-484c-892b-d4b8a584b14e\\\u0022\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223c43f99c-2002-4a29-a1bf-d350fe781fdb\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022e2044e4d-2e68-44e9-a8f0-2ed5bd8fd018\u0022,\r\n", " \u0022privateLinkServiceConnections\u0022: [\r\n", " {\r\n", " \u0022name\u0022: \u0022myconnection\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/privateEndpoints/endpointxyz4326/privateLinkServiceConnections/myconnection\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e0cda927-6cae-4022-b626-1566cb87ca4b\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002229aa78f0-7950-484c-892b-d4b8a584b14e\\\u0022\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores/configuration2005\u0022,\r\n", @@ -1444,7 +1751,7 @@ " },\r\n", " \u0022networkInterfaces\u0022: [\r\n", " {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/networkInterfaces/endpointxyz4326.nic.d6cb163d-88c8-4e41-a563-e81676f1ff44\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.Network/networkInterfaces/endpointxyz4326.nic.4785eeaf-53b3-4a47-bbc9-df1e79f3382e\u0022\r\n", " }\r\n", " ],\r\n", " \u0022customDnsConfigs\u0022: [\r\n", @@ -1465,9 +1772,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b7d7640a90a16744895c27693498319b-571c4a73c415b54b-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b20e982b99e9753c4c7ee5923e5a0c1", + "traceparent": "00-c88911b76cf7dd499e2341feba930192-38fa0bfd85764c4a-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fefb952d27bcd0009741761a56963f8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1476,26 +1783,26 @@ "Cache-Control": "no-cache", "Content-Length": "1203", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:07 GMT", - "ETag": "W/\u002204008b1b-0000-0700-0000-612a3a170000\u0022", + "Date": "Wed, 27 Oct 2021 20:22:30 GMT", + "ETag": "W/\u00220000226d-0000-0700-0000-6179b4f70000\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b20e982b99e9753c4c7ee5923e5a0c1", - "x-ms-correlation-request-id": "b585e1c7-2c69-41a6-9771-11a171a75c2e", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "463864b0-98ae-4ffd-9c25-8d57a41b2179", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132908Z:b585e1c7-2c69-41a6-9771-11a171a75c2e" + "x-ms-client-request-id": "fefb952d27bcd0009741761a56963f8f", + "x-ms-correlation-request-id": "3a0cd2d5-0511-4506-8814-bf4b58883001", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "c1209ad6-0987-4f10-ac4a-e552c1a31d4b", + "x-ms-routing-request-id": "WESTUS2:20211027T202230Z:3a0cd2d5-0511-4506-8814-bf4b58883001" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores", "location": "westus", "properties": { "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:27:00\u002B00:00", + "creationDate": "2021-10-27T20:21:52\u002B00:00", "endpoint": "https://configuration2005.azconfig.io", "encryption": { "keyVaultProperties": null @@ -1535,9 +1842,9 @@ "Authorization": "Sanitized", "Content-Length": "289", "Content-Type": "application/json", - "traceparent": "00-bdafda256d8dc74eaaa9a8f1600e5f10-d718d6cd1caafe48-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "722aa21aa10be176c39f80f82fcac34d", + "traceparent": "00-024177cb0d6b9d4db65cf25ec81c1dba-a4cf83fda5626a45-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f4a0eef7b68553907f2116198efe4f43", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1553,22 +1860,22 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/d7fa5f95-cb56-205b-2611-aad7bb2af49b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3872a0e4-48f9-37dc-f046-9c4b66d25508?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "482", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:07 GMT", + "Date": "Wed, 27 Oct 2021 20:22:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "722aa21aa10be176c39f80f82fcac34d", - "x-ms-correlation-request-id": "aa677d6c-3f5a-4678-b8ba-e1c5b7b9397f", + "x-ms-client-request-id": "f4a0eef7b68553907f2116198efe4f43", + "x-ms-correlation-request-id": "d6266e49-fb8a-48e8-a978-8c79cc4d826e", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "6173af88-083b-4ae6-957b-483a62f819b9", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132908Z:aa677d6c-3f5a-4678-b8ba-e1c5b7b9397f" + "x-ms-request-id": "931c82ee-d2bb-4cb7-8dad-a0ee4ff5f0d2", + "x-ms-routing-request-id": "WESTUS2:20211027T202231Z:d6266e49-fb8a-48e8-a978-8c79cc4d826e" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", @@ -1585,72 +1892,74 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/d7fa5f95-cb56-205b-2611-aad7bb2af49b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3872a0e4-48f9-37dc-f046-9c4b66d25508?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f72648cd5da3e1df723e88ff385b67f9", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "abff772eb28c77dd05a77f9a11e64198", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/d7fa5f95-cb56-205b-2611-aad7bb2af49b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3872a0e4-48f9-37dc-f046-9c4b66d25508?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:08 GMT", + "Date": "Wed, 27 Oct 2021 20:22:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f72648cd5da3e1df723e88ff385b67f9", - "x-ms-correlation-request-id": "857264d7-6f4d-410a-81c8-14cf5463ef9b", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "5d0cad76-4eed-4c2a-bb1b-c203e0eec6c8", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132909Z:857264d7-6f4d-410a-81c8-14cf5463ef9b" + "x-ms-client-request-id": "abff772eb28c77dd05a77f9a11e64198", + "x-ms-correlation-request-id": "90386a2c-8987-486b-8f73-4c5c5cf4e578", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "2c6d7cd7-0bdb-418e-904d-bbb5b2a1eee1", + "x-ms-routing-request-id": "WESTUS2:20211027T202231Z:90386a2c-8987-486b-8f73-4c5c5cf4e578" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/d7fa5f95-cb56-205b-2611-aad7bb2af49b", - "name": "d7fa5f95-cb56-205b-2611-aad7bb2af49b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3872a0e4-48f9-37dc-f046-9c4b66d25508", + "name": "3872a0e4-48f9-37dc-f046-9c4b66d25508", "status": "Updating", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/d7fa5f95-cb56-205b-2611-aad7bb2af49b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3872a0e4-48f9-37dc-f046-9c4b66d25508?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5b4a004e3fd9cd7829056cfd3173487", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "433732f2cdb1e77a4fbdf3bba1a14944", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/d7fa5f95-cb56-205b-2611-aad7bb2af49b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3872a0e4-48f9-37dc-f046-9c4b66d25508?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "248", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:09 GMT", + "Date": "Wed, 27 Oct 2021 20:22:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5b4a004e3fd9cd7829056cfd3173487", - "x-ms-correlation-request-id": "41ee9adf-8b2e-4467-aea6-438cb78c0b88", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "d56fa364-06ff-4697-8fd4-956686fd6f0c", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132910Z:41ee9adf-8b2e-4467-aea6-438cb78c0b88" + "x-ms-client-request-id": "433732f2cdb1e77a4fbdf3bba1a14944", + "x-ms-correlation-request-id": "5cc27869-9421-4f36-b345-f68f5c3dbabd", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "706ce2f6-c4ac-4ba6-88ed-c7a86773aefe", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:5cc27869-9421-4f36-b345-f68f5c3dbabd" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/d7fa5f95-cb56-205b-2611-aad7bb2af49b", - "name": "d7fa5f95-cb56-205b-2611-aad7bb2af49b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3872a0e4-48f9-37dc-f046-9c4b66d25508", + "name": "3872a0e4-48f9-37dc-f046-9c4b66d25508", "status": "Succeeded", "error": null } @@ -1660,8 +1969,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e72b8c65cba446aa9e0649aaf51f62c0", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "17ebb63fa3fe30b7356d6c6c9004d21a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1670,18 +1979,18 @@ "Cache-Control": "no-cache", "Content-Length": "645", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:09 GMT", + "Date": "Wed, 27 Oct 2021 20:22:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e72b8c65cba446aa9e0649aaf51f62c0", - "x-ms-correlation-request-id": "acbfce83-d3de-44ac-ae5a-6c2d7aeae04f", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "286fd273-ce08-4005-b831-bfc5a6472bb6", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132910Z:acbfce83-d3de-44ac-ae5a-6c2d7aeae04f" + "x-ms-client-request-id": "17ebb63fa3fe30b7356d6c6c9004d21a", + "x-ms-correlation-request-id": "8ebe2b0e-9011-4ca8-9e71-a42a5c7e6fd3", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "d0b632a6-30a8-4b5b-b533-949aa46455a3", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:8ebe2b0e-9011-4ca8-9e71-a42a5c7e6fd3" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", @@ -1705,9 +2014,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7204fdaebe0d494d9fbd0fa4f5df1d61-e4655ef54ea8b344-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c5ad4d49487e9f5708a7513070f0e5b", + "traceparent": "00-a135714b08333f4fa99d18e45e280af6-8204cac652ff6444-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d7fc7b889e0460aefc175ccebe22d663", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1716,18 +2025,18 @@ "Cache-Control": "no-cache", "Content-Length": "645", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:09 GMT", + "Date": "Wed, 27 Oct 2021 20:22:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c5ad4d49487e9f5708a7513070f0e5b", - "x-ms-correlation-request-id": "d5f2ca35-c275-4a55-b46b-616dbab4755c", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "ebcc811f-2db9-4edd-be59-944751abccc3", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132910Z:d5f2ca35-c275-4a55-b46b-616dbab4755c" + "x-ms-client-request-id": "d7fc7b889e0460aefc175ccebe22d663", + "x-ms-correlation-request-id": "ba3717a6-8c65-4d9b-bbeb-769fccbc3dc5", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "d73dfcb1-709e-4f13-91fc-851dd8c180a2", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:ba3717a6-8c65-4d9b-bbeb-769fccbc3dc5" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", @@ -1751,9 +2060,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-27035b3a2c140c4ca23102c2faefc574-24e5405a5066d643-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab9a000a80303855f66d06f7992ca762", + "traceparent": "00-7abf53966f56b644adf03ab37abf6192-81d2aeb4ad105342-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5a5b3a5e2afb4e9a7a060d43610d574a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,18 +2071,18 @@ "Cache-Control": "no-cache", "Content-Length": "491", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:10 GMT", + "Date": "Wed, 27 Oct 2021 20:22:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab9a000a80303855f66d06f7992ca762", - "x-ms-correlation-request-id": "df866693-1a7e-4c44-961a-89d6e867d60f", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "5a39f632-aaab-4a08-8dd1-0ef10e5d5ecb", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132911Z:df866693-1a7e-4c44-961a-89d6e867d60f" + "x-ms-client-request-id": "5a5b3a5e2afb4e9a7a060d43610d574a", + "x-ms-correlation-request-id": "17bcedd6-0170-49f4-8b70-082dfb0aafa1", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "577b6520-4af7-4941-a6c6-c0290ed82b65", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:17bcedd6-0170-49f4-8b70-082dfb0aafa1" }, "ResponseBody": { "value": [ @@ -1801,9 +2110,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2772ec26dd3f53429f4ab14f23884b89-a9132f121b092841-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fefb952d27bcd0009741761a56963f8f", + "traceparent": "00-8f065380bcaca54db6260579037cac01-d879ce7702d81e43-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "2532d9eb71a5a040078a1be646e87213", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1812,18 +2121,18 @@ "Cache-Control": "no-cache", "Content-Length": "463", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:10 GMT", + "Date": "Wed, 27 Oct 2021 20:22:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fefb952d27bcd0009741761a56963f8f", - "x-ms-correlation-request-id": "51960b8d-4b5b-4d40-90d0-0d098e1ef9ca", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "124e028a-9dcb-4298-b59a-7ad458f7959a", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132911Z:51960b8d-4b5b-4d40-90d0-0d098e1ef9ca" + "x-ms-client-request-id": "2532d9eb71a5a040078a1be646e87213", + "x-ms-correlation-request-id": "d5481610-71e0-4fdc-8d95-0409753dc2c0", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "e2e27068-b4bb-46b9-9f45-38b8b88a2ded", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:d5481610-71e0-4fdc-8d95-0409753dc2c0" }, "ResponseBody": { "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores/configuration2005/privateLinkResources/configurationStores", @@ -1846,9 +2155,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4a788e211e8aa24aae86deee282b277b-a290976e1895e54d-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f4a0eef7b68553907f2116198efe4f43", + "traceparent": "00-913ac22498cf8741ac55015d68e4b204-74df0f6abf883741-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "550e089777a95e1fe1ad5cfd916bffee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1857,18 +2166,18 @@ "Cache-Control": "no-cache", "Content-Length": "673", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:10 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4a0eef7b68553907f2116198efe4f43", - "x-ms-correlation-request-id": "62f21b90-1a9a-4442-8c1f-d58542fa768e", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "077906dc-ca34-4505-aad4-ab6561b7c45e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132911Z:62f21b90-1a9a-4442-8c1f-d58542fa768e" + "x-ms-client-request-id": "550e089777a95e1fe1ad5cfd916bffee", + "x-ms-correlation-request-id": "d69024c0-cc7b-4ebf-bc85-597899e42a38", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "d288e80d-7c1e-41fa-ad98-5987434741f9", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:d69024c0-cc7b-4ebf-bc85-597899e42a38" }, "ResponseBody": { "value": [ @@ -1897,9 +2206,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b62bd317e54ab84999dfdbeabd0b2e54-a2f0670655c7bd4a-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71e512e30f14e39e00ca14ee0a3be260", + "traceparent": "00-61cded38dd9936459f20f915f264cf1a-91f728a8eeef1c49-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e4e311c0b0efecbefaba53700eb30792", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1908,18 +2217,18 @@ "Cache-Control": "no-cache", "Content-Length": "491", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:10 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71e512e30f14e39e00ca14ee0a3be260", - "x-ms-correlation-request-id": "91e5058a-8583-4e10-a165-ea8540522638", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "e0c9086b-3790-4197-be63-fff09bbab3e7", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132911Z:91e5058a-8583-4e10-a165-ea8540522638" + "x-ms-client-request-id": "e4e311c0b0efecbefaba53700eb30792", + "x-ms-correlation-request-id": "f162b1b8-4d33-443d-8d09-c66484a3515a", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "e546eae6-5fff-415a-bcfc-d12bcba95006", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:f162b1b8-4d33-443d-8d09-c66484a3515a" }, "ResponseBody": { "value": [ @@ -1947,9 +2256,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-81fc3502bae9344cac9c320b05395f67-937cc14947cd874e-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abff772eb28c77dd05a77f9a11e64198", + "traceparent": "00-1e7da2ba81c1974fada5ed56394fc654-1e864a13f758474d-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "58abfa9401ff73a1bad344f714420f9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1958,18 +2267,18 @@ "Cache-Control": "no-cache", "Content-Length": "463", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:11 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abff772eb28c77dd05a77f9a11e64198", - "x-ms-correlation-request-id": "55669b93-42c8-4207-8702-34a046801974", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "12dbec52-1331-4ddd-aa57-554e6ba60e46", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132912Z:55669b93-42c8-4207-8702-34a046801974" + "x-ms-client-request-id": "58abfa9401ff73a1bad344f714420f9c", + "x-ms-correlation-request-id": "8c4f8ac5-c8eb-4dbf-8a20-c80b64300445", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "f1103e9c-0db2-416c-903b-57bd5798119b", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:8c4f8ac5-c8eb-4dbf-8a20-c80b64300445" }, "ResponseBody": { "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores/configuration2005/privateLinkResources/configurationStores", @@ -1992,9 +2301,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-462655c6420a884493363b44c70c4881-fefebdc8789a5a41-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "433732f2cdb1e77a4fbdf3bba1a14944", + "traceparent": "00-ae23ba582824f743849130a4d3845109-043f1d386eb63c48-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "35262c8a8d05e72349215bee24ae4f2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2003,18 +2312,18 @@ "Cache-Control": "no-cache", "Content-Length": "491", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:11 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "433732f2cdb1e77a4fbdf3bba1a14944", - "x-ms-correlation-request-id": "f261b7c7-ff32-48cb-b4b7-0c446e385e77", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "6fd8c9ec-4727-4f37-96dd-2b4dfaeefc9e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132912Z:f261b7c7-ff32-48cb-b4b7-0c446e385e77" + "x-ms-client-request-id": "35262c8a8d05e72349215bee24ae4f2e", + "x-ms-correlation-request-id": "1cfc0c53-24f3-44a1-9db7-8732aa93f2f2", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "fee7fd37-6e90-4ef7-96d9-932d2c323cd6", + "x-ms-routing-request-id": "WESTUS2:20211027T202232Z:1cfc0c53-24f3-44a1-9db7-8732aa93f2f2" }, "ResponseBody": { "value": [ @@ -2042,9 +2351,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5f30451d508c384a8bb88d124fffdbc3-ff09a1ba3b23384d-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17ebb63fa3fe30b7356d6c6c9004d21a", + "traceparent": "00-2b99649f1fc7bf40b1178253af7ce753-78644be7df53f046-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "9669caa6a7bfbfef706f2a1b6cc7d8b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2053,18 +2362,18 @@ "Cache-Control": "no-cache", "Content-Length": "11892", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:11 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17ebb63fa3fe30b7356d6c6c9004d21a", - "x-ms-correlation-request-id": "d5d9d3c2-cbc8-482c-8187-e03293a0c630", + "x-ms-client-request-id": "9669caa6a7bfbfef706f2a1b6cc7d8b8", + "x-ms-correlation-request-id": "78fb4d4b-0d25-4772-8c0a-1957c96ee264", "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "b00f3d75-4093-4e21-b35c-b159927e80e3", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132912Z:d5d9d3c2-cbc8-482c-8187-e03293a0c630" + "x-ms-request-id": "cf9b895c-e7b8-4316-9607-86d70d76d633", + "x-ms-routing-request-id": "WESTUS2:20211027T202233Z:78fb4d4b-0d25-4772-8c0a-1957c96ee264" }, "ResponseBody": { "value": [ @@ -2468,9 +2777,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3ea72b7625592c489684867a1c7e8dec-f49794b5ea807741-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7fc7b889e0460aefc175ccebe22d663", + "traceparent": "00-e6a82c6ab931e544b618284cd0026eea-f3d1bcaa515a5e45-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e2e5b7abd28d068cd6c40edda5b34f0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2479,7 +2788,7 @@ "Cache-Control": "no-cache", "Content-Length": "1462", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:12 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Link": "\u003C/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-5192/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration2005\u003E; rel=\u0022next\u0022", "Pragma": "no-cache", @@ -2487,11 +2796,11 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7fc7b889e0460aefc175ccebe22d663", - "x-ms-correlation-request-id": "28bb5401-1602-4775-9c81-24e282ef3e02", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "7a2800c3-5e2e-47db-9420-2cc053d496c3", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132913Z:28bb5401-1602-4775-9c81-24e282ef3e02" + "x-ms-client-request-id": "e2e5b7abd28d068cd6c40edda5b34f0c", + "x-ms-correlation-request-id": "62a383a9-a42b-4d57-93f2-6812366ce868", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "22b5bd93-d393-4da6-89b4-7713e6fff370", + "x-ms-routing-request-id": "WESTUS2:20211027T202233Z:62a383a9-a42b-4d57-93f2-6812366ce868" }, "ResponseBody": { "value": [ @@ -2500,7 +2809,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:27:00\u002B00:00", + "creationDate": "2021-10-27T20:21:52\u002B00:00", "endpoint": "https://configuration2005.azconfig.io", "encryption": { "keyVaultProperties": null @@ -2541,9 +2850,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-454550ce9412674d832a8a6e27ebb841-012776911aa6c242-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a5b3a5e2afb4e9a7a060d43610d574a", + "traceparent": "00-26fb108067fc17488b252531ddcd63eb-727b67054662c542-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "4951168478d9e3dc3d66c49563077b82", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2552,17 +2861,17 @@ "Cache-Control": "no-cache", "Content-Length": "28", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:12 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a5b3a5e2afb4e9a7a060d43610d574a", - "x-ms-correlation-request-id": "8d65838d-deb3-408a-a08f-b005d744802a", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "0b52439b-ebc6-480c-8d90-99b87b5ad4d8", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132913Z:8d65838d-deb3-408a-a08f-b005d744802a" + "x-ms-client-request-id": "4951168478d9e3dc3d66c49563077b82", + "x-ms-correlation-request-id": "42be24a9-aa61-484b-bb7d-6fb5c2838fcb", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "3f4f58f9-1fe3-455f-8abc-6a76250677bf", + "x-ms-routing-request-id": "WESTUS2:20211027T202233Z:42be24a9-aa61-484b-bb7d-6fb5c2838fcb" }, "ResponseBody": { "value": [], @@ -2575,9 +2884,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b635b0676b27854bb51a7a05fc459b19-bd89a9df4058924b-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2532d9eb71a5a040078a1be646e87213", + "traceparent": "00-85eb02d0b334f042b28af3dfa7a8a6e9-62db43f1920bcc4b-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "6c43a3496dc8d3a03e62bffb981119bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2586,7 +2895,7 @@ "Cache-Control": "no-cache", "Content-Length": "1417", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:12 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Link": "\u003C/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration2005\u003E; rel=\u0022next\u0022", "Pragma": "no-cache", @@ -2594,11 +2903,11 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2532d9eb71a5a040078a1be646e87213", - "x-ms-correlation-request-id": "9ca8cf49-95f4-4e34-ac3f-06061712faff", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "007a8695-5160-4601-a0dd-84f30603e788", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132913Z:9ca8cf49-95f4-4e34-ac3f-06061712faff" + "x-ms-client-request-id": "6c43a3496dc8d3a03e62bffb981119bc", + "x-ms-correlation-request-id": "bfbbb9ec-c0e8-4c3f-83bb-4b7f1e420f91", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "573d9e15-2808-4c26-acfb-5587a2d0b7a8", + "x-ms-routing-request-id": "WESTUS2:20211027T202233Z:bfbbb9ec-c0e8-4c3f-83bb-4b7f1e420f91" }, "ResponseBody": { "value": [ @@ -2607,7 +2916,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:27:00\u002B00:00", + "creationDate": "2021-10-27T20:21:52\u002B00:00", "endpoint": "https://configuration2005.azconfig.io", "encryption": { "keyVaultProperties": null @@ -2648,9 +2957,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b6e5ba827aa1e84e8fc9c8f1b7c2de25-22d45608c6b9ca44-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "550e089777a95e1fe1ad5cfd916bffee", + "traceparent": "00-f30e2d4054c8314782ce022258f564f8-29b84cec79b78440-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "55971e1f8e7532deda02a4260df7a3ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2659,17 +2968,17 @@ "Cache-Control": "no-cache", "Content-Length": "28", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:12 GMT", + "Date": "Wed, 27 Oct 2021 20:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "550e089777a95e1fe1ad5cfd916bffee", - "x-ms-correlation-request-id": "2b266892-3652-42d7-8a24-c5fce7952ad3", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "0f966e75-b080-4961-8178-564aaa6efda0", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132913Z:2b266892-3652-42d7-8a24-c5fce7952ad3" + "x-ms-client-request-id": "55971e1f8e7532deda02a4260df7a3ce", + "x-ms-correlation-request-id": "99d024b2-fee2-45c9-8393-78a5465b3db1", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "07bdfdb2-dd4d-4be8-8ca4-d5c7d042333d", + "x-ms-routing-request-id": "WESTUS2:20211027T202233Z:99d024b2-fee2-45c9-8393-78a5465b3db1" }, "ResponseBody": { "value": [], @@ -2684,9 +2993,9 @@ "Authorization": "Sanitized", "Content-Length": "75", "Content-Type": "application/json", - "traceparent": "00-c8796db8e21d674285e62ce0028df885-53dbaa1852668349-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4e311c0b0efecbefaba53700eb30792", + "traceparent": "00-df3f1f6fa5b8554e8e7b56a697f9cfe9-226e6fd3d5beb248-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "02948b48e3701643757d0b76b8e14a2b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2703,26 +3012,26 @@ "Cache-Control": "no-cache", "Content-Length": "1225", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:16 GMT", - "ETag": "W/\u00220400911b-0000-0700-0000-612a3a2a0000\u0022", + "Date": "Wed, 27 Oct 2021 20:22:33 GMT", + "ETag": "W/\u00220000276d-0000-0700-0000-6179b5090000\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4e311c0b0efecbefaba53700eb30792", - "x-ms-correlation-request-id": "9d65ca36-e370-44dc-8cb8-ace51c1be0c9", + "x-ms-client-request-id": "02948b48e3701643757d0b76b8e14a2b", + "x-ms-correlation-request-id": "33015923-93ab-429d-b247-7e99dc0a0fc4", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "44be394c-1764-442f-aea0-e0bbbe898c00", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132916Z:9d65ca36-e370-44dc-8cb8-ace51c1be0c9" + "x-ms-request-id": "f9488f0b-0213-4d2d-8f96-ae3473328996", + "x-ms-routing-request-id": "WESTUS2:20211027T202234Z:33015923-93ab-429d-b247-7e99dc0a0fc4" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores", "location": "westus", "properties": { "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:27:00\u002B00:00", + "creationDate": "2021-10-27T20:21:52\u002B00:00", "endpoint": "https://configuration2005.azconfig.io", "encryption": { "keyVaultProperties": null @@ -2764,9 +3073,9 @@ "Authorization": "Sanitized", "Content-Length": "74", "Content-Type": "application/json", - "traceparent": "00-3f964da0a7ee7b4e8bcb120bcd21183e-34891039404bf74d-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "35262c8a8d05e72349215bee24ae4f2e", + "traceparent": "00-fe7a5abe22d8834397c32a887edfce10-e5a2824521984740-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0cb2f0be167d3c4cda80e0f8836879f9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2776,24 +3085,24 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "98", + "Content-Length": "81", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:16 GMT", + "Date": "Wed, 27 Oct 2021 20:22:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35262c8a8d05e72349215bee24ae4f2e", - "x-ms-correlation-request-id": "0a41b5ba-941a-4e11-a4b5-61dbe014a658", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "6ec43af8-97dc-46ea-a6ec-86782fc02718", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132916Z:0a41b5ba-941a-4e11-a4b5-61dbe014a658" + "x-ms-client-request-id": "0cb2f0be167d3c4cda80e0f8836879f9", + "x-ms-correlation-request-id": "e3b88524-679a-4335-b25a-aa4512e7e41e", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "b3c455a1-4b0e-4e4b-9db1-6b8475f6c333", + "x-ms-routing-request-id": "WESTUS2:20211027T202234Z:e3b88524-679a-4335-b25a-aa4512e7e41e" }, "ResponseBody": { - "nameAvailable": false, - "message": "The specified name is already in use.", - "reason": "AlreadyExists" + "nameAvailable": true, + "message": "The specified name is available.", + "reason": null } }, { @@ -2802,30 +3111,30 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-83b93b2f2198e24f99a2e02473ff0c79-eea58bf0351dc143-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9669caa6a7bfbfef706f2a1b6cc7d8b8", + "traceparent": "00-78b968844f66854b81f42f98b983909a-4585349796ebd74a-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "05d879b75e81235e7ed93e5f517d4efa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "226", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:17 GMT", + "Date": "Wed, 27 Oct 2021 20:22:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9669caa6a7bfbfef706f2a1b6cc7d8b8", - "x-ms-correlation-request-id": "67b9ce34-5fde-4986-b48d-f3b150984b3f", + "x-ms-client-request-id": "05d879b75e81235e7ed93e5f517d4efa", + "x-ms-correlation-request-id": "19e155d0-7490-418e-a9ae-2fe41be2191f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "e805b0c8-e422-4017-b28a-b76bd5c844bb", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132917Z:67b9ce34-5fde-4986-b48d-f3b150984b3f" + "x-ms-request-id": "d3d05e26-7b8a-4a7d-ac58-88eabb25b672", + "x-ms-routing-request-id": "WESTUS2:20211027T202234Z:19e155d0-7490-418e-a9ae-2fe41be2191f" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", @@ -2839,684 +3148,851 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4951168478d9e3dc3d66c49563077b82", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "4f0e9797c0a160c5928f8ea4d8eceb5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:17 GMT", + "Date": "Wed, 27 Oct 2021 20:22:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4951168478d9e3dc3d66c49563077b82", - "x-ms-correlation-request-id": "a361c950-22ef-46de-965b-ee1ffe20c1a7", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "277e78fe-16f3-4e17-baa0-bbf15c324add", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132917Z:a361c950-22ef-46de-965b-ee1ffe20c1a7" + "x-ms-client-request-id": "4f0e9797c0a160c5928f8ea4d8eceb5d", + "x-ms-correlation-request-id": "0a2a1648-087f-4605-9a94-d751b6075511", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "228b8e78-8c46-4284-ba06-9681b1328587", + "x-ms-routing-request-id": "WESTUS2:20211027T202235Z:0a2a1648-087f-4605-9a94-d751b6075511" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c43a3496dc8d3a03e62bffb981119bc", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "bf40e532b1b079cbcba24947f46fde69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:18 GMT", + "Date": "Wed, 27 Oct 2021 20:22:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c43a3496dc8d3a03e62bffb981119bc", - "x-ms-correlation-request-id": "b5e97021-d6b0-498a-898c-ff317524c8d0", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "5db88ff6-943e-429f-ba26-32740008182d", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132918Z:b5e97021-d6b0-498a-898c-ff317524c8d0" + "x-ms-client-request-id": "bf40e532b1b079cbcba24947f46fde69", + "x-ms-correlation-request-id": "fb55fde1-1115-45ef-b3b8-a28ce29a4b0b", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "2361f4eb-f235-45fb-bb3f-df38d2f940a0", + "x-ms-routing-request-id": "WESTUS2:20211027T202236Z:fb55fde1-1115-45ef-b3b8-a28ce29a4b0b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55971e1f8e7532deda02a4260df7a3ce", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b9c8e2a2ff6ef658fe57369faf0a5ecf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:19 GMT", + "Date": "Wed, 27 Oct 2021 20:22:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55971e1f8e7532deda02a4260df7a3ce", - "x-ms-correlation-request-id": "ec017363-b2c1-44cb-8be9-effc043fea12", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "b7bed2d4-a797-439e-b5fd-11d0c791d1bd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132919Z:ec017363-b2c1-44cb-8be9-effc043fea12" + "x-ms-client-request-id": "b9c8e2a2ff6ef658fe57369faf0a5ecf", + "x-ms-correlation-request-id": "255d07d5-5472-4c4e-b186-f14b5e3e6c29", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "d7927a16-9109-4e1c-b1f5-1ce1427846bd", + "x-ms-routing-request-id": "WESTUS2:20211027T202237Z:255d07d5-5472-4c4e-b186-f14b5e3e6c29" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02948b48e3701643757d0b76b8e14a2b", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5fbc0d4e78d4e5abcc9584ff777d6c22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:20 GMT", + "Date": "Wed, 27 Oct 2021 20:22:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02948b48e3701643757d0b76b8e14a2b", - "x-ms-correlation-request-id": "476feb56-07e7-4595-b67c-5a6e0a292249", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "1a4226cd-61a3-443a-8c7a-08842ceec5a3", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132920Z:476feb56-07e7-4595-b67c-5a6e0a292249" + "x-ms-client-request-id": "5fbc0d4e78d4e5abcc9584ff777d6c22", + "x-ms-correlation-request-id": "cb63bd2a-8cb5-49a0-9abb-b8d2f1d5cf37", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "15a890a6-8505-4efa-89cd-1fbf800802da", + "x-ms-routing-request-id": "WESTUS2:20211027T202238Z:cb63bd2a-8cb5-49a0-9abb-b8d2f1d5cf37" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4575084d2570ba0dc41091c6c87ac647", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f50124b1312333ee8c49c0597b2cc9c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:22 GMT", + "Date": "Wed, 27 Oct 2021 20:22:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4575084d2570ba0dc41091c6c87ac647", - "x-ms-correlation-request-id": "469b946d-cceb-46e1-af2c-bbcec4cb8738", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "0154fd49-e267-4ecc-b2ba-d15db855129f", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132922Z:469b946d-cceb-46e1-af2c-bbcec4cb8738" + "x-ms-client-request-id": "f50124b1312333ee8c49c0597b2cc9c0", + "x-ms-correlation-request-id": "092102fe-ccf8-4e2b-bd7c-f619153df2f9", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "2b542f95-07b0-4444-92ab-ec4aa850bbbf", + "x-ms-routing-request-id": "WESTUS2:20211027T202239Z:092102fe-ccf8-4e2b-bd7c-f619153df2f9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0cb2f0be167d3c4cda80e0f8836879f9", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e6f97a447eb22a9537e3ecd87a597f80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:23 GMT", + "Date": "Wed, 27 Oct 2021 20:22:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cb2f0be167d3c4cda80e0f8836879f9", - "x-ms-correlation-request-id": "2404d9b4-991b-42d7-8618-078cb81d515e", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "f98367e4-0168-4faf-aa27-6070883609ea", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132923Z:2404d9b4-991b-42d7-8618-078cb81d515e" + "x-ms-client-request-id": "e6f97a447eb22a9537e3ecd87a597f80", + "x-ms-correlation-request-id": "38ad9470-397d-4ebf-8ad0-7a022b440712", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "9ef2c5ef-04f3-4b2d-83c3-1a7e96e0745b", + "x-ms-routing-request-id": "WESTUS2:20211027T202240Z:38ad9470-397d-4ebf-8ad0-7a022b440712" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "05d879b75e81235e7ed93e5f517d4efa", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "8bee13ea68081cab1e89d28ab7516aa0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:24 GMT", + "Date": "Wed, 27 Oct 2021 20:22:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05d879b75e81235e7ed93e5f517d4efa", - "x-ms-correlation-request-id": "64ce7c5f-55a0-43ea-a576-da5d6370791e", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "fadbf309-4f61-45dc-af69-d9201198f442", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132924Z:64ce7c5f-55a0-43ea-a576-da5d6370791e" + "x-ms-client-request-id": "8bee13ea68081cab1e89d28ab7516aa0", + "x-ms-correlation-request-id": "c509cac5-5068-4d79-b809-6f84c2300a16", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "123bcffd-c30f-48aa-8cec-08441e007fa7", + "x-ms-routing-request-id": "WESTUS2:20211027T202241Z:c509cac5-5068-4d79-b809-6f84c2300a16" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8b7c4b73e2e36aebb396aef4514375b", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fdbbc3cc8584326f8fd7be404516b833", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:25 GMT", + "Date": "Wed, 27 Oct 2021 20:22:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8b7c4b73e2e36aebb396aef4514375b", - "x-ms-correlation-request-id": "c137e0c1-ebe7-403c-95a1-40f27371c15f", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "dfadb627-a4ab-4c27-a0a0-f5d028d813c9", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132925Z:c137e0c1-ebe7-403c-95a1-40f27371c15f" + "x-ms-client-request-id": "fdbbc3cc8584326f8fd7be404516b833", + "x-ms-correlation-request-id": "98e684f0-dee4-4bb0-a87d-a587d7c3c7b0", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "8f62838e-c3d0-477e-bcde-cd2966ed0c4c", + "x-ms-routing-request-id": "WESTUS2:20211027T202242Z:98e684f0-dee4-4bb0-a87d-a587d7c3c7b0" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f0e9797c0a160c5928f8ea4d8eceb5d", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "676e3fca3e3ddbb8ceddc829ac0a72e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:26 GMT", + "Date": "Wed, 27 Oct 2021 20:22:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f0e9797c0a160c5928f8ea4d8eceb5d", - "x-ms-correlation-request-id": "348185f3-7fa3-4ed5-a071-4b687bde543f", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "3e4f44f7-bacb-4ed7-b762-e0f5f21506a7", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132927Z:348185f3-7fa3-4ed5-a071-4b687bde543f" + "x-ms-client-request-id": "676e3fca3e3ddbb8ceddc829ac0a72e5", + "x-ms-correlation-request-id": "65b43bed-3bb7-4351-8e92-3548aef70411", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "3aaf21a5-8211-4ff9-8a28-a60e6be0a92b", + "x-ms-routing-request-id": "WESTUS2:20211027T202243Z:65b43bed-3bb7-4351-8e92-3548aef70411" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf40e532b1b079cbcba24947f46fde69", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b70c4c78819d65fca4bcfc31a96ad708", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:28 GMT", + "Date": "Wed, 27 Oct 2021 20:22:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf40e532b1b079cbcba24947f46fde69", - "x-ms-correlation-request-id": "e736137d-d307-4084-bd38-49b407f5d97b", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "2b2e9aa2-57a8-4217-82f8-08d40b5a8574", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132928Z:e736137d-d307-4084-bd38-49b407f5d97b" + "x-ms-client-request-id": "b70c4c78819d65fca4bcfc31a96ad708", + "x-ms-correlation-request-id": "3e445376-7bc0-413d-91bc-cc54f5bb5406", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "3ad28097-7abe-4f59-a3ad-4b1b97712891", + "x-ms-routing-request-id": "WESTUS2:20211027T202244Z:3e445376-7bc0-413d-91bc-cc54f5bb5406" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9c8e2a2ff6ef658fe57369faf0a5ecf", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "78c09ed102e38d620adf2ea6bd458584", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:29 GMT", + "Date": "Wed, 27 Oct 2021 20:22:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9c8e2a2ff6ef658fe57369faf0a5ecf", - "x-ms-correlation-request-id": "b49bceb4-e56a-45e6-ad6c-66c47e7970eb", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "22448858-bf68-4748-ae5f-5371c4309800", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132929Z:b49bceb4-e56a-45e6-ad6c-66c47e7970eb" + "x-ms-client-request-id": "78c09ed102e38d620adf2ea6bd458584", + "x-ms-correlation-request-id": "9d6898cd-92ab-4853-bf5f-0c4d93298755", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "b506ab87-5a26-4c7d-8e3e-df6a57557493", + "x-ms-routing-request-id": "WESTUS2:20211027T202245Z:9d6898cd-92ab-4853-bf5f-0c4d93298755" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5fbc0d4e78d4e5abcc9584ff777d6c22", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f8c7d864000948954209c38142873163", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:31 GMT", + "Date": "Wed, 27 Oct 2021 20:22:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fbc0d4e78d4e5abcc9584ff777d6c22", - "x-ms-correlation-request-id": "a1b0e436-a924-4691-a28e-785643f6d34f", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "6a96e1d8-78e4-4e99-9718-349d4887cdc0", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132931Z:a1b0e436-a924-4691-a28e-785643f6d34f" + "x-ms-client-request-id": "f8c7d864000948954209c38142873163", + "x-ms-correlation-request-id": "3b277b67-337c-4485-97fb-f87bfc91099b", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "1465bad8-2ef2-41d1-b81f-81686ce671b6", + "x-ms-routing-request-id": "WESTUS2:20211027T202246Z:3b277b67-337c-4485-97fb-f87bfc91099b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f50124b1312333ee8c49c0597b2cc9c0", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0d58bf05fa4a7602e97eacbe5255a75e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d58bf05fa4a7602e97eacbe5255a75e", + "x-ms-correlation-request-id": "5c679ae0-2870-42d5-bf35-92aabd41d5c3", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "d8cb44ed-68c4-457a-a035-90aa1a061744", + "x-ms-routing-request-id": "WESTUS2:20211027T202247Z:5c679ae0-2870-42d5-bf35-92aabd41d5c3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d1cc7736dea2d0ff097835d93fe14b83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:32 GMT", + "Date": "Wed, 27 Oct 2021 20:22:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f50124b1312333ee8c49c0597b2cc9c0", - "x-ms-correlation-request-id": "0fc4c11e-92ce-4bb1-8ae3-d96f7c42cbd2", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "64bbdabc-fe06-400c-9b0f-5608500d92e7", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132932Z:0fc4c11e-92ce-4bb1-8ae3-d96f7c42cbd2" + "x-ms-client-request-id": "d1cc7736dea2d0ff097835d93fe14b83", + "x-ms-correlation-request-id": "2ad9601b-35de-40d1-8cf7-185011ea9925", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "c0ca86c5-4df1-40b8-8ba5-79488c9ec076", + "x-ms-routing-request-id": "WESTUS2:20211027T202248Z:2ad9601b-35de-40d1-8cf7-185011ea9925" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6f97a447eb22a9537e3ecd87a597f80", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fda0cbad78ed693ad5510f8a54d7f5ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:33 GMT", + "Date": "Wed, 27 Oct 2021 20:22:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6f97a447eb22a9537e3ecd87a597f80", - "x-ms-correlation-request-id": "3599aab7-d5cf-4666-a883-52f5f97d3165", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "9379f683-833c-4c2c-a70f-3aa031630557", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132933Z:3599aab7-d5cf-4666-a883-52f5f97d3165" + "x-ms-client-request-id": "fda0cbad78ed693ad5510f8a54d7f5ed", + "x-ms-correlation-request-id": "85bc0607-5576-46df-9b35-2b1d9f87b456", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "ca787638-618a-4ab6-9552-bd32a28be1af", + "x-ms-routing-request-id": "WESTUS2:20211027T202249Z:85bc0607-5576-46df-9b35-2b1d9f87b456" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8bee13ea68081cab1e89d28ab7516aa0", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "ca4b646160ba27c0c08804d2c5293607", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:34 GMT", + "Date": "Wed, 27 Oct 2021 20:22:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bee13ea68081cab1e89d28ab7516aa0", - "x-ms-correlation-request-id": "cfc67768-cfcf-4a73-ad54-f9d4c1e8f393", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "b6489deb-23a9-4c95-a7b5-e223c38d6e8d", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132934Z:cfc67768-cfcf-4a73-ad54-f9d4c1e8f393" + "x-ms-client-request-id": "ca4b646160ba27c0c08804d2c5293607", + "x-ms-correlation-request-id": "1974ed2c-fea2-4607-b5ea-bad8c16d5447", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "ef7af2e5-e57c-4514-8e76-a280cf84f454", + "x-ms-routing-request-id": "WESTUS2:20211027T202251Z:1974ed2c-fea2-4607-b5ea-bad8c16d5447" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fdbbc3cc8584326f8fd7be404516b833", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "87102833aab4bd713d62fb50ce747b31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:35 GMT", + "Date": "Wed, 27 Oct 2021 20:22:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdbbc3cc8584326f8fd7be404516b833", - "x-ms-correlation-request-id": "2950102a-5a8d-4ffa-b2b4-7d1788f5f050", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "d2da01bd-af22-4174-892c-01dc39e8f244", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132936Z:2950102a-5a8d-4ffa-b2b4-7d1788f5f050" + "x-ms-client-request-id": "87102833aab4bd713d62fb50ce747b31", + "x-ms-correlation-request-id": "034dac26-cd39-45c2-847b-c6ba52117952", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "ca2a347c-cd3e-4430-be5e-e1a2177eff9e", + "x-ms-routing-request-id": "WESTUS2:20211027T202252Z:034dac26-cd39-45c2-847b-c6ba52117952" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "676e3fca3e3ddbb8ceddc829ac0a72e5", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "db78478281954dc90a793c657368a4ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:37 GMT", + "Date": "Wed, 27 Oct 2021 20:22:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "676e3fca3e3ddbb8ceddc829ac0a72e5", - "x-ms-correlation-request-id": "d9ccadc6-0e9c-4899-956b-66a8b0d9fbdc", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "a75d532e-7cc6-48ef-b06f-45dc0808844a", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132937Z:d9ccadc6-0e9c-4899-956b-66a8b0d9fbdc" + "x-ms-client-request-id": "db78478281954dc90a793c657368a4ac", + "x-ms-correlation-request-id": "71ce9b52-e008-4bea-a5db-82daf97b372e", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "cf268f65-e0c8-402c-b25f-8c0c5ff3dff3", + "x-ms-routing-request-id": "WESTUS2:20211027T202253Z:71ce9b52-e008-4bea-a5db-82daf97b372e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b70c4c78819d65fca4bcfc31a96ad708", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "2b57071b6dc6b738f38d8d57656f594c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:38 GMT", + "Date": "Wed, 27 Oct 2021 20:22:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b70c4c78819d65fca4bcfc31a96ad708", - "x-ms-correlation-request-id": "654ab80f-1f9d-417c-b5c6-35af6336638a", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "85b7c9a8-33fc-4d78-92ff-4d8d4108c65f", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132938Z:654ab80f-1f9d-417c-b5c6-35af6336638a" + "x-ms-client-request-id": "2b57071b6dc6b738f38d8d57656f594c", + "x-ms-correlation-request-id": "7e89cb2f-cb7d-47e9-913b-e3f039c4cda0", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "7ebbf78d-75cd-47e2-a626-dbc81917b776", + "x-ms-routing-request-id": "WESTUS2:20211027T202254Z:7e89cb2f-cb7d-47e9-913b-e3f039c4cda0" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78c09ed102e38d620adf2ea6bd458584", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7d4fd20c5bb0b2715fc37d3b6d0b4ad4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d4fd20c5bb0b2715fc37d3b6d0b4ad4", + "x-ms-correlation-request-id": "5ee37e04-4c42-4fa9-b2a0-f08e9c8b8d12", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "66e16024-558c-498d-b38b-73e28c744abf", + "x-ms-routing-request-id": "WESTUS2:20211027T202255Z:5ee37e04-4c42-4fa9-b2a0-f08e9c8b8d12" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "c6354ebe501d146a0fc1e808f371e89a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6354ebe501d146a0fc1e808f371e89a", + "x-ms-correlation-request-id": "c1fa8573-0423-44fd-ada7-ea85889baa54", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "5c27a011-d77d-4e25-a876-aefc9a6cadcd", + "x-ms-routing-request-id": "WESTUS2:20211027T202256Z:c1fa8573-0423-44fd-ada7-ea85889baa54" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a159f0202618c0fc96a5cc03f0fc49e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:22:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a159f0202618c0fc96a5cc03f0fc49e7", + "x-ms-correlation-request-id": "e8c8b24f-4f1e-41c8-830f-978b10decb9c", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "ef8b49d7-1c4e-4d9b-a0f4-efa27218ecc5", + "x-ms-routing-request-id": "WESTUS2:20211027T202257Z:e8c8b24f-4f1e-41c8-830f-978b10decb9c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "1699b843923abc2e673a6eef7369beed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "248", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:39 GMT", + "Date": "Wed, 27 Oct 2021 20:22:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78c09ed102e38d620adf2ea6bd458584", - "x-ms-correlation-request-id": "326a396f-ad29-4294-bb44-405e06614a14", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "5b682492-ab54-40f2-87c1-8b14f7bb2a4c", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132939Z:326a396f-ad29-4294-bb44-405e06614a14" + "x-ms-client-request-id": "1699b843923abc2e673a6eef7369beed", + "x-ms-correlation-request-id": "3ac81769-d62f-48d5-ba9a-7887f70483d6", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "4c624969-a1bd-4ff2-8d63-a99710fa22d7", + "x-ms-routing-request-id": "WESTUS2:20211027T202258Z:3ac81769-d62f-48d5-ba9a-7887f70483d6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", - "name": "2baa198a-124d-0f2e-aa4a-6c5ffbccefb0", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/04ca4cba-0fdf-8b67-9181-0e9458cc0478", + "name": "04ca4cba-0fdf-8b67-9181-0e9458cc0478", "status": "Succeeded", "error": null } @@ -3527,9 +4003,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-275483ae8848774cb2b81fe3417bf612-d2f1f3b5a627cd4f-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8c7d864000948954209c38142873163", + "traceparent": "00-6a57748577dc6b48ae91e4375c5c717c-3f89018e70e3a249-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7d1be2dba8b297bc5274307883672412", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3537,17 +4013,17 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 28 Aug 2021 13:29:45 GMT", + "Date": "Wed, 27 Oct 2021 20:23:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8c7d864000948954209c38142873163", - "x-ms-correlation-request-id": "fd679afa-59dd-48c1-9ca7-977bd626ea83", + "x-ms-client-request-id": "7d1be2dba8b297bc5274307883672412", + "x-ms-correlation-request-id": "9a8eb779-56c9-4aa9-b344-6529b7cb4e16", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "fe5293eb-eb92-484b-a538-009b5859f9ed", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132945Z:fd679afa-59dd-48c1-9ca7-977bd626ea83" + "x-ms-request-id": "b49e36da-a543-4de1-a23e-91a360eda092", + "x-ms-routing-request-id": "WESTUS2:20211027T202301Z:9a8eb779-56c9-4aa9-b344-6529b7cb4e16" }, "ResponseBody": [] } diff --git a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfigurationAsync.json b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfigurationAsync.json index aa35d399b8b55..c41417fc587f8 100644 --- a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfigurationAsync.json +++ b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/SessionRecords/AppConfigurationTest/AppConfigurationAsync.json @@ -6,7 +6,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-fe52587cf49f7a4cba9b8d67dbb089b2-601725af71cdbb4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "22f9d5bb19f29c7739d2777db5ae3d11", "x-ms-return-client-request-id": "true" }, @@ -16,15 +17,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:51 GMT", + "Date": "Wed, 27 Oct 2021 20:25:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "392c5ca4-2ad6-4cfe-beac-78675f770372", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "392c5ca4-2ad6-4cfe-beac-78675f770372", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132952Z:392c5ca4-2ad6-4cfe-beac-78675f770372" + "x-ms-correlation-request-id": "e7925782-2507-40a1-b3e5-016e58f5108f", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e7925782-2507-40a1-b3e5-016e58f5108f", + "x-ms-routing-request-id": "WESTUS2:20211027T202539Z:e7925782-2507-40a1-b3e5-016e58f5108f" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -53,8 +54,7 @@ "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-79942153fb58084ab46da4f44544cf3e-b49c51fcceaba04a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "695bf52476e936843d6f43285e516718", "x-ms-return-client-request-id": "true" }, @@ -66,15 +66,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:52 GMT", + "Date": "Wed, 27 Oct 2021 20:25:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f944a18e-53a8-47c7-8dd3-030566897bc6", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "f944a18e-53a8-47c7-8dd3-030566897bc6", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132952Z:f944a18e-53a8-47c7-8dd3-030566897bc6" + "x-ms-correlation-request-id": "d5e5b750-b0e0-4030-a293-47ceaec6b0e4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d5e5b750-b0e0-4030-a293-47ceaec6b0e4", + "x-ms-routing-request-id": "WESTUS2:20211027T202541Z:d5e5b750-b0e0-4030-a293-47ceaec6b0e4" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184", @@ -94,8 +94,8 @@ "Authorization": "Sanitized", "Content-Length": "63", "Content-Type": "application/json", - "traceparent": "00-f0babeeced3d90409cefe4ff4851b46c-3174a3c52eb40e45-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-efd52b5fcdfc4049aee68db8fc547eb9-b848265e3efa0146-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "daeaf2aaa310339df7e83e9bd25fbf9f", "x-ms-return-client-request-id": "true" }, @@ -108,11 +108,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3303b4dd-8725-7bbf-8765-d40ba7e98875?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/9333d7f5-53c1-336e-c6a9-dd793c46499e?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "484", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:55 GMT", + "Date": "Wed, 27 Oct 2021 20:25:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -120,17 +120,17 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "daeaf2aaa310339df7e83e9bd25fbf9f", - "x-ms-correlation-request-id": "db409e58-51ee-4181-9b44-8d0989047c68", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "de969b04-f8c1-4f60-84b4-4235fb701631", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132955Z:db409e58-51ee-4181-9b44-8d0989047c68" + "x-ms-correlation-request-id": "a2d2c107-b438-4488-b696-45bc976752df", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "6534b740-0bae-4ecd-9368-3a3f18c82cd0", + "x-ms-routing-request-id": "WESTUS2:20211027T202544Z:a2d2c107-b438-4488-b696-45bc976752df" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores", "location": "westus", "properties": { "provisioningState": "Creating", - "creationDate": "2021-08-28T13:29:54.8601549\u002B00:00", + "creationDate": "2021-10-27T20:25:44.1132727\u002B00:00", "endpoint": null, "encryption": null, "privateEndpointConnections": null @@ -144,36 +144,74 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3303b4dd-8725-7bbf-8765-d40ba7e98875?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/9333d7f5-53c1-336e-c6a9-dd793c46499e?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "0e870754e26081ee5827710137e864dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3303b4dd-8725-7bbf-8765-d40ba7e98875?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/9333d7f5-53c1-336e-c6a9-dd793c46499e?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "248", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:55 GMT", + "Date": "Wed, 27 Oct 2021 20:25:44 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "0e870754e26081ee5827710137e864dd", - "x-ms-correlation-request-id": "b9ecd24c-4de9-4801-a339-d8e1292dbe7a", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "ca3348f0-6117-4c9e-b4a7-75b703c9f8fd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132956Z:b9ecd24c-4de9-4801-a339-d8e1292dbe7a" + "x-ms-correlation-request-id": "2d83373a-f57c-4eac-b143-dd6911c9d28b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f501bc2a-461a-4fcf-96e8-df5a0621721c", + "x-ms-routing-request-id": "WESTUS2:20211027T202544Z:2d83373a-f57c-4eac-b143-dd6911c9d28b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/9333d7f5-53c1-336e-c6a9-dd793c46499e", + "name": "9333d7f5-53c1-336e-c6a9-dd793c46499e", + "status": "Creating", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/9333d7f5-53c1-336e-c6a9-dd793c46499e?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "8729a4af3a7cf98164c52474698ec171", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/9333d7f5-53c1-336e-c6a9-dd793c46499e?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:25:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8729a4af3a7cf98164c52474698ec171", + "x-ms-correlation-request-id": "d7281d40-9d1a-47bb-819d-c817d7237b55", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "404ffbc0-ede8-4f08-bb13-68ea88abc09c", + "x-ms-routing-request-id": "WESTUS2:20211027T202545Z:d7281d40-9d1a-47bb-819d-c817d7237b55" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/3303b4dd-8725-7bbf-8765-d40ba7e98875", - "name": "3303b4dd-8725-7bbf-8765-d40ba7e98875", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/9333d7f5-53c1-336e-c6a9-dd793c46499e", + "name": "9333d7f5-53c1-336e-c6a9-dd793c46499e", "status": "Succeeded", "error": null } @@ -183,8 +221,8 @@ "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8729a4af3a7cf98164c52474698ec171", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "ca477e08b1d81c3ee853d46f3e8ceecd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -193,26 +231,26 @@ "Cache-Control": "no-cache", "Content-Length": "535", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:55 GMT", - "ETag": "W/\u00223e009ead-0000-0700-0000-612a3a530000\u0022", + "Date": "Wed, 27 Oct 2021 20:25:45 GMT", + "ETag": "W/\u002290065e41-0000-0700-0000-6179b5c90000\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8729a4af3a7cf98164c52474698ec171", - "x-ms-correlation-request-id": "05d5200e-beb0-4ddb-aeca-c2a21ad22e10", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "1ac1dc6c-f345-40d8-8b46-9cd147c9196c", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132956Z:05d5200e-beb0-4ddb-aeca-c2a21ad22e10" + "x-ms-client-request-id": "ca477e08b1d81c3ee853d46f3e8ceecd", + "x-ms-correlation-request-id": "04bdfea5-b5e0-4817-9487-8b5e7a988327", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6c667a16-12e6-44be-beaf-fcc6461ae6cf", + "x-ms-routing-request-id": "WESTUS2:20211027T202545Z:04bdfea5-b5e0-4817-9487-8b5e7a988327" }, "ResponseBody": { "type": "Microsoft.AppConfiguration/configurationStores", "location": "westus", "properties": { "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:29:55\u002B00:00", + "creationDate": "2021-10-27T20:25:44\u002B00:00", "endpoint": "https://configuration9389.azconfig.io", "encryption": { "keyVaultProperties": null @@ -233,15 +271,14 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "287", + "Content-Length": "267", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20210827.3 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca477e08b1d81c3ee853d46f3e8ceecd", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "cd5e5c37585b1a42868daa9bbd7a18c9", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus", - "id": null, "properties": { "addressSpace": { "addressPrefixes": [ @@ -257,7 +294,6 @@ "subnets": [ { "name": "subnetname1116", - "id": null, "properties": { "addressPrefix": "10.0.0.0/24", "privateEndpointNetworkPolicies": "Disabled" @@ -269,11 +305,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b4794d9a-5700-40dc-a9d9-6af543100a6b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7d147c07-cc61-4431-9999-c510c3a4c36a?api-version=2021-02-01", "Cache-Control": "no-cache", "Content-Length": "1381", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:59 GMT", + "Date": "Wed, 27 Oct 2021 20:25:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -283,23 +319,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6578fe6-e840-4718-92b8-9284c5df4a88", - "x-ms-client-request-id": "ca477e08b1d81c3ee853d46f3e8ceecd", - "x-ms-correlation-request-id": "3764cf41-1b92-48ee-8d40-562d6367adc1", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "b4794d9a-5700-40dc-a9d9-6af543100a6b", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132959Z:3764cf41-1b92-48ee-8d40-562d6367adc1" + "x-ms-arm-service-request-id": "b63bbea4-76d4-4dec-ba33-5dc8fdc28f71", + "x-ms-client-request-id": "cd5e5c37585b1a42868daa9bbd7a18c9", + "x-ms-correlation-request-id": "61e6bdb6-9a15-41a7-a37b-70fbab744558", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "7d147c07-cc61-4431-9999-c510c3a4c36a", + "x-ms-routing-request-id": "WESTUS2:20211027T202548Z:61e6bdb6-9a15-41a7-a37b-70fbab744558" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022vnetname6881\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/virtualNetworks/vnetname6881\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00223c5caa3c-1c22-4041-ba7c-791b35000daf\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00223ecdc182-3e04-4c62-8d71-15709399e2df\\\u0022\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223a6f4212-866f-4ed0-b4aa-92e9cb6e67c1\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00224828607f-a438-4bd6-912e-0b3190b92755\u0022,\r\n", " \u0022addressSpace\u0022: {\r\n", " \u0022addressPrefixes\u0022: [\r\n", " \u002210.0.0.0/16\u0022\r\n", @@ -315,7 +351,7 @@ " {\r\n", " \u0022name\u0022: \u0022subnetname1116\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/virtualNetworks/vnetname6881/subnets/subnetname1116\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00223c5caa3c-1c22-4041-ba7c-791b35000daf\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00223ecdc182-3e04-4c62-8d71-15709399e2df\\\u0022\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", @@ -333,49 +369,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b4794d9a-5700-40dc-a9d9-6af543100a6b?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8f800669aa0fe04650d9e296511bad7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:29:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c47c4e7a-9075-406a-9cfc-0c8c471147d8", - "x-ms-client-request-id": "b8f800669aa0fe04650d9e296511bad7", - "x-ms-correlation-request-id": "78895db5-5378-43ae-87ae-7b940dba3568", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "a49dd24e-c41f-4777-972a-be1c673e626e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T132959Z:78895db5-5378-43ae-87ae-7b940dba3568" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b4794d9a-5700-40dc-a9d9-6af543100a6b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7d147c07-cc61-4431-9999-c510c3a4c36a?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "0c3c57d6f430b0153b2d444b07a25f6e", "x-ms-return-client-request-id": "true" }, @@ -385,22 +383,22 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:00 GMT", + "Date": "Wed, 27 Oct 2021 20:25:47 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "20", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d3f4c711-d6de-44df-a01d-5fb4bf3ebd03", + "x-ms-arm-service-request-id": "5963fa90-cc2b-42aa-b13b-e54f8044e414", "x-ms-client-request-id": "0c3c57d6f430b0153b2d444b07a25f6e", - "x-ms-correlation-request-id": "b1f0c6ef-e50a-4d06-83b8-9bd367ec6586", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "97fda602-3177-4e6f-a81b-3239577ab202", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133001Z:b1f0c6ef-e50a-4d06-83b8-9bd367ec6586" + "x-ms-correlation-request-id": "6c1cd1a3-1436-4dbe-9eca-1f640839a809", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "b3c21ffb-0a50-434a-8a4d-1fd943bd0170", + "x-ms-routing-request-id": "WESTUS2:20211027T202548Z:6c1cd1a3-1436-4dbe-9eca-1f640839a809" }, "ResponseBody": [ "{\r\n", @@ -409,11 +407,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b4794d9a-5700-40dc-a9d9-6af543100a6b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7d147c07-cc61-4431-9999-c510c3a4c36a?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "3e090a3b35949d2c5860674eb919b474", "x-ms-return-client-request-id": "true" }, @@ -423,7 +421,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:01 GMT", + "Date": "Wed, 27 Oct 2021 20:25:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -432,12 +430,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "522a0082-1284-4c37-a7b8-09b8f5ffaa0f", + "x-ms-arm-service-request-id": "61427c8f-fee6-4883-be2d-73a36802b671", "x-ms-client-request-id": "3e090a3b35949d2c5860674eb919b474", - "x-ms-correlation-request-id": "b1bcabbf-646c-4b99-bedc-dc8412149829", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "0356b549-a91e-45b8-8e99-bdd06e78c515", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133002Z:b1bcabbf-646c-4b99-bedc-dc8412149829" + "x-ms-correlation-request-id": "9683aaee-3b71-4e77-aa28-794144036e5a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "0ecae036-d312-4d49-a669-e6c13fef2d64", + "x-ms-routing-request-id": "WESTUS2:20211027T202549Z:9683aaee-3b71-4e77-aa28-794144036e5a" }, "ResponseBody": [ "{\r\n", @@ -450,7 +448,7 @@ "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "65c4d2d30c3d7299ea477c7356b9f7c3", "x-ms-return-client-request-id": "true" }, @@ -460,8 +458,8 @@ "Cache-Control": "no-cache", "Content-Length": "1383", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:02 GMT", - "ETag": "W/\u0022b6e775b3-099c-410e-a368-5c88cd266f71\u0022", + "Date": "Wed, 27 Oct 2021 20:25:49 GMT", + "ETag": "W/\u0022df752825-97a9-4ad5-9e4d-5a76128a8793\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,23 +468,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "168cae8a-0382-47f0-b069-99aa5ffaa2bb", + "x-ms-arm-service-request-id": "6528a60c-0294-4705-b30c-f594647e0b5c", "x-ms-client-request-id": "65c4d2d30c3d7299ea477c7356b9f7c3", - "x-ms-correlation-request-id": "f3db04dc-8ce9-4d89-ae13-4ae9afd5ddb3", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "6ecf5d61-9175-4a69-9293-245405babc5c", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133002Z:f3db04dc-8ce9-4d89-ae13-4ae9afd5ddb3" + "x-ms-correlation-request-id": "7c5e70c0-7acc-4478-8262-ee736bbab499", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "03879f3f-63cb-48ab-a502-3a6503c028ce", + "x-ms-routing-request-id": "WESTUS2:20211027T202549Z:7c5e70c0-7acc-4478-8262-ee736bbab499" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022vnetname6881\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/virtualNetworks/vnetname6881\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022b6e775b3-099c-410e-a368-5c88cd266f71\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022df752825-97a9-4ad5-9e4d-5a76128a8793\\\u0022\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223a6f4212-866f-4ed0-b4aa-92e9cb6e67c1\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00224828607f-a438-4bd6-912e-0b3190b92755\u0022,\r\n", " \u0022addressSpace\u0022: {\r\n", " \u0022addressPrefixes\u0022: [\r\n", " \u002210.0.0.0/16\u0022\r\n", @@ -502,7 +500,7 @@ " {\r\n", " \u0022name\u0022: \u0022subnetname1116\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/virtualNetworks/vnetname6881/subnets/subnetname1116\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022b6e775b3-099c-410e-a368-5c88cd266f71\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022df752825-97a9-4ad5-9e4d-5a76128a8793\\\u0022\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", @@ -525,15 +523,14 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "620", + "Content-Length": "600", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20210827.3 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "5bee30ae7c08a0422b9eb3cf8cc7f722", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus", - "id": null, "properties": { "subnet": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/virtualNetworks/vnetname6881/subnets/subnetname1116", @@ -542,7 +539,6 @@ "privateLinkServiceConnections": [ { "name": "myconnection", - "id": null, "properties": { "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", "groupIds": [ @@ -557,11 +553,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "Cache-Control": "no-cache", - "Content-Length": "2083", + "Content-Length": "2111", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:06 GMT", + "Date": "Wed, 27 Oct 2021 20:25:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -571,28 +567,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c25a796b-b10b-4b43-aaf9-4edbbf1ec775", + "x-ms-arm-service-request-id": "606afb5f-1c29-426e-a954-2e16f8b6215c", "x-ms-client-request-id": "5bee30ae7c08a0422b9eb3cf8cc7f722", - "x-ms-correlation-request-id": "9f097923-8787-4476-96e4-9dcc4a0f71a5", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "52a3e9dd-fd61-4b1c-9281-5203bddd0945", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133006Z:9f097923-8787-4476-96e4-9dcc4a0f71a5" + "x-ms-correlation-request-id": "8b3eb9b8-db8f-4bc5-8517-370375ea7339", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c45caf60-5e68-4adf-adb9-c5d48da9ef2f", + "x-ms-routing-request-id": "WESTUS2:20211027T202551Z:8b3eb9b8-db8f-4bc5-8517-370375ea7339" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022endpointxyz7397\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d7f64794-4aad-4390-8cde-f00a46fff067\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022b6e090de-2390-4cbb-8be8-c0407b9fcc43\\\u0022\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", " \u0022location\u0022: \u0022eastus\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002220224bec-01b7-4d74-97e1-5613f571b51a\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00225ced5e65-acde-48aa-939d-adde9e115a01\u0022,\r\n", " \u0022privateLinkServiceConnections\u0022: [\r\n", " {\r\n", " \u0022name\u0022: \u0022myconnection\u0022,\r\n", " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397/privateLinkServiceConnections/myconnection\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d7f64794-4aad-4390-8cde-f00a46fff067\\\u0022\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022b6e090de-2390-4cbb-8be8-c0407b9fcc43\\\u0022\u0022,\r\n", " \u0022properties\u0022: {\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389\u0022,\r\n", @@ -602,7 +598,7 @@ " \u0022requestMessage\u0022: \u0022Please approve my connection\u0022,\r\n", " \u0022privateLinkServiceConnectionState\u0022: {\r\n", " \u0022status\u0022: \u0022Approved\u0022,\r\n", - " \u0022description\u0022: \u0022\u0022,\r\n", + " \u0022description\u0022: \u0022Please approve my connection\u0022,\r\n", " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", " }\r\n", " },\r\n", @@ -615,7 +611,7 @@ " },\r\n", " \u0022networkInterfaces\u0022: [\r\n", " {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/networkInterfaces/endpointxyz7397.nic.55013060-b132-4632-9da4-c26e20fc5939\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/networkInterfaces/endpointxyz7397.nic.ab993892-c3a9-4b22-95fc-4dfe2fc23887\u0022\r\n", " }\r\n", " ],\r\n", " \u0022customDnsConfigs\u0022: []\r\n", @@ -624,11 +620,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "88a0a469592b566c8f233a9e58c9e523", "x-ms-return-client-request-id": "true" }, @@ -638,7 +634,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:06 GMT", + "Date": "Wed, 27 Oct 2021 20:25:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -648,12 +644,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a99b4ec-171e-4ce4-a11e-6f8245e5447e", + "x-ms-arm-service-request-id": "12ba669b-67a2-405d-afc5-9c841b8d7035", "x-ms-client-request-id": "88a0a469592b566c8f233a9e58c9e523", - "x-ms-correlation-request-id": "ccdada5f-81c5-49a3-b763-5fda073aa4af", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "681051b1-218e-4634-a655-b200a9540e93", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133007Z:ccdada5f-81c5-49a3-b763-5fda073aa4af" + "x-ms-correlation-request-id": "860c199a-cbbd-41bf-9f6d-d829fc674687", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "cbd9df08-877b-4eb0-81ad-678de72b7bb0", + "x-ms-routing-request-id": "WESTUS2:20211027T202551Z:860c199a-cbbd-41bf-9f6d-d829fc674687" }, "ResponseBody": [ "{\r\n", @@ -662,11 +658,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "86fa5a50c341b4e500bfea7128f6e772", "x-ms-return-client-request-id": "true" }, @@ -676,7 +672,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:08 GMT", + "Date": "Wed, 27 Oct 2021 20:25:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -686,12 +682,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5c7a6016-f218-4bd6-bcce-45069bf01cb5", + "x-ms-arm-service-request-id": "45f72930-caa5-429d-be38-c0ebfb9a33a0", "x-ms-client-request-id": "86fa5a50c341b4e500bfea7128f6e772", - "x-ms-correlation-request-id": "f5f1cf5e-3e44-437e-9849-5f6f71cbab4e", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "27cc8793-9bfe-4c40-821f-139a47a725f1", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133008Z:f5f1cf5e-3e44-437e-9849-5f6f71cbab4e" + "x-ms-correlation-request-id": "8dee8b2e-e834-4173-9980-3c77a0f990a7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "faec6811-68d6-46df-b341-9202fc4d711f", + "x-ms-routing-request-id": "WESTUS2:20211027T202553Z:8dee8b2e-e834-4173-9980-3c77a0f990a7" }, "ResponseBody": [ "{\r\n", @@ -700,11 +696,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "e76614576e261ff66221a4b9be91d6a7", "x-ms-return-client-request-id": "true" }, @@ -714,7 +710,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:09 GMT", + "Date": "Wed, 27 Oct 2021 20:25:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -724,12 +720,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "422a6d07-64b6-4be1-a6c2-282be123688c", + "x-ms-arm-service-request-id": "ca9ff3b3-4d45-41ad-b62e-3f41a0690689", "x-ms-client-request-id": "e76614576e261ff66221a4b9be91d6a7", - "x-ms-correlation-request-id": "55b67530-0527-4c29-9663-da5187df1fc4", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "eba5bcfb-b9c5-42f6-9490-bb3b31e70c9b", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133010Z:55b67530-0527-4c29-9663-da5187df1fc4" + "x-ms-correlation-request-id": "c857b913-7b67-402e-be74-65cacb597954", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "25349882-311e-4908-8d8e-f971033b8956", + "x-ms-routing-request-id": "WESTUS2:20211027T202554Z:c857b913-7b67-402e-be74-65cacb597954" }, "ResponseBody": [ "{\r\n", @@ -738,11 +734,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "5ffc30b1c0bda65dbeeb886c6ffa2e99", "x-ms-return-client-request-id": "true" }, @@ -752,7 +748,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:11 GMT", + "Date": "Wed, 27 Oct 2021 20:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -762,12 +758,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db6b618c-0bc0-45ee-b019-e45ba792c6ef", + "x-ms-arm-service-request-id": "9fff1d56-5b85-4c2b-aa3a-14b26af87580", "x-ms-client-request-id": "5ffc30b1c0bda65dbeeb886c6ffa2e99", - "x-ms-correlation-request-id": "8d6beb5c-c211-423b-bcee-79befb9fa310", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "cba5bc88-f91b-4924-87e0-c0e7c1e9588e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133011Z:8d6beb5c-c211-423b-bcee-79befb9fa310" + "x-ms-correlation-request-id": "03b0fc2a-cddd-43f1-9146-575db9a26d19", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "64b4e308-af52-4d5c-aa2d-7be6090088cd", + "x-ms-routing-request-id": "WESTUS2:20211027T202555Z:03b0fc2a-cddd-43f1-9146-575db9a26d19" }, "ResponseBody": [ "{\r\n", @@ -776,11 +772,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "4347c73cfd62e2fc63db23201e2bf66f", "x-ms-return-client-request-id": "true" }, @@ -790,7 +786,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:13 GMT", + "Date": "Wed, 27 Oct 2021 20:25:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -800,12 +796,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06336136-b047-46ba-af61-12d1ee77e0c7", + "x-ms-arm-service-request-id": "aea0e055-3cc1-475b-b6bb-7f87030007e0", "x-ms-client-request-id": "4347c73cfd62e2fc63db23201e2bf66f", - "x-ms-correlation-request-id": "43df055d-60df-4e46-a556-daae7bd214db", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "5aaec28d-7c6e-4cf4-a334-e4f7f2cf5ec1", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133013Z:43df055d-60df-4e46-a556-daae7bd214db" + "x-ms-correlation-request-id": "b264b991-5930-4ed1-9d6a-317f9c2a2a57", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "01c294c7-e9dd-481f-bf83-fe91ec59c219", + "x-ms-routing-request-id": "WESTUS2:20211027T202557Z:b264b991-5930-4ed1-9d6a-317f9c2a2a57" }, "ResponseBody": [ "{\r\n", @@ -814,11 +810,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "f7c042e888f996b5b6c0293ae68ab067", "x-ms-return-client-request-id": "true" }, @@ -828,7 +824,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:14 GMT", + "Date": "Wed, 27 Oct 2021 20:25:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -838,12 +834,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "966f7618-b2c6-453f-b30a-5b9a0b48052b", + "x-ms-arm-service-request-id": "0619376d-953d-4e9e-a81e-40f0c51b9f7b", "x-ms-client-request-id": "f7c042e888f996b5b6c0293ae68ab067", - "x-ms-correlation-request-id": "53df5a63-b7d3-4f34-8338-8ff50e27ce6d", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "2e7ccc40-537e-430c-8a10-c110915cde48", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133014Z:53df5a63-b7d3-4f34-8338-8ff50e27ce6d" + "x-ms-correlation-request-id": "5fee7c14-157b-4bbc-b6c1-f15fa0d06848", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "67dbb466-1007-4ce3-8a03-2f43cb4e2092", + "x-ms-routing-request-id": "WESTUS2:20211027T202558Z:5fee7c14-157b-4bbc-b6c1-f15fa0d06848" }, "ResponseBody": [ "{\r\n", @@ -852,11 +848,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "f77d0af29249b344331afbe29c3d8793", "x-ms-return-client-request-id": "true" }, @@ -866,7 +862,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:15 GMT", + "Date": "Wed, 27 Oct 2021 20:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -876,12 +872,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a7e2a66-6cbb-430d-9858-dfd0d5d5c2ff", + "x-ms-arm-service-request-id": "f48f3391-5f36-4416-94f7-f2436b74b82d", "x-ms-client-request-id": "f77d0af29249b344331afbe29c3d8793", - "x-ms-correlation-request-id": "41531197-afa3-473f-815c-37eb84326e8e", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "15a23594-8057-4044-881c-2aed1b7bc61d", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133016Z:41531197-afa3-473f-815c-37eb84326e8e" + "x-ms-correlation-request-id": "9c1decde-690f-41ca-9c23-5020fb15d868", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "fd01a91a-cd4a-47ef-a5ee-7b203d4482b8", + "x-ms-routing-request-id": "WESTUS2:20211027T202559Z:9c1decde-690f-41ca-9c23-5020fb15d868" }, "ResponseBody": [ "{\r\n", @@ -890,11 +886,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "2c8318f5363ab39f12b08da2d4c1fbd9", "x-ms-return-client-request-id": "true" }, @@ -904,7 +900,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:17 GMT", + "Date": "Wed, 27 Oct 2021 20:25:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -914,12 +910,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7a87b05-4998-4b1b-ab56-8bdc43a4b8a8", + "x-ms-arm-service-request-id": "01508f58-45e3-4706-9ed0-a504a5821ff1", "x-ms-client-request-id": "2c8318f5363ab39f12b08da2d4c1fbd9", - "x-ms-correlation-request-id": "3c4e16db-04c2-4922-837c-865fc98ee68a", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "eebb832a-641a-43e2-b917-f2c0091a890b", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133017Z:3c4e16db-04c2-4922-837c-865fc98ee68a" + "x-ms-correlation-request-id": "b7b9ef1d-905f-4782-9f55-704f66343ba7", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "d65e61ba-35f8-40a6-829f-9bbc9886c56f", + "x-ms-routing-request-id": "WESTUS2:20211027T202600Z:b7b9ef1d-905f-4782-9f55-704f66343ba7" }, "ResponseBody": [ "{\r\n", @@ -928,11 +924,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "142dbb2bfeae5625fd0dc4df8cd3f979", "x-ms-return-client-request-id": "true" }, @@ -942,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:18 GMT", + "Date": "Wed, 27 Oct 2021 20:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -952,12 +948,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1942885d-c9bd-4754-a89d-ba6c79a0e419", + "x-ms-arm-service-request-id": "eab49f51-10d2-4390-a175-506873897ba4", "x-ms-client-request-id": "142dbb2bfeae5625fd0dc4df8cd3f979", - "x-ms-correlation-request-id": "c139be0f-1937-43e2-b8d8-3f88787d52fc", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "9e652c46-6914-4d69-a905-647b80ffaac9", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133019Z:c139be0f-1937-43e2-b8d8-3f88787d52fc" + "x-ms-correlation-request-id": "81d3811e-91f7-4933-9a25-0112dbd208b3", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "cbd564ff-4dff-45c3-b988-3b465bc0c811", + "x-ms-routing-request-id": "WESTUS2:20211027T202601Z:81d3811e-91f7-4933-9a25-0112dbd208b3" }, "ResponseBody": [ "{\r\n", @@ -966,11 +962,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "cd4595398306bb2d6ac9e59905a2de71", "x-ms-return-client-request-id": "true" }, @@ -980,7 +976,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:19 GMT", + "Date": "Wed, 27 Oct 2021 20:26:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -990,12 +986,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "33b1c54f-5a74-42d7-8d0a-9322f072d272", + "x-ms-arm-service-request-id": "7b3a8f35-8068-470b-ae7c-90ba072260ae", "x-ms-client-request-id": "cd4595398306bb2d6ac9e59905a2de71", - "x-ms-correlation-request-id": "e163ee36-9587-4a04-9d32-ca41f328369a", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "e83a34df-620d-4552-906d-3eabcd2641dd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133020Z:e163ee36-9587-4a04-9d32-ca41f328369a" + "x-ms-correlation-request-id": "2b7e9e9a-01e7-4f0a-a2c4-25442fac6767", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "e55b4d0f-18c5-4d93-9fc7-da67310db903", + "x-ms-routing-request-id": "WESTUS2:20211027T202602Z:2b7e9e9a-01e7-4f0a-a2c4-25442fac6767" }, "ResponseBody": [ "{\r\n", @@ -1004,11 +1000,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "e1b7221e720ff7e4f22d2e2d72c0273f", "x-ms-return-client-request-id": "true" }, @@ -1018,7 +1014,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:21 GMT", + "Date": "Wed, 27 Oct 2021 20:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1028,12 +1024,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ea87e8d-1636-4109-8975-27088f056db4", + "x-ms-arm-service-request-id": "fa084c00-879d-42f2-be0a-30122435c8c6", "x-ms-client-request-id": "e1b7221e720ff7e4f22d2e2d72c0273f", - "x-ms-correlation-request-id": "c9b7ec1b-2aa2-4371-94d5-35ee7558978f", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "0eb01079-af7d-4005-8925-7eb5fd53efc9", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133021Z:c9b7ec1b-2aa2-4371-94d5-35ee7558978f" + "x-ms-correlation-request-id": "e2a9bbb1-2d27-4a4c-8853-b4d19f901eee", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1c470f6f-4e2d-4f2f-89d7-84278a154d04", + "x-ms-routing-request-id": "WESTUS2:20211027T202603Z:e2a9bbb1-2d27-4a4c-8853-b4d19f901eee" }, "ResponseBody": [ "{\r\n", @@ -1042,11 +1038,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "3f6913b62e7ca7d28e72a9e4198c505b", "x-ms-return-client-request-id": "true" }, @@ -1056,7 +1052,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:22 GMT", + "Date": "Wed, 27 Oct 2021 20:26:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1066,12 +1062,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e45b4116-ca08-4e14-8c90-d454a0978933", + "x-ms-arm-service-request-id": "2e18e8a4-4107-4939-ba58-9cd4a4210ed7", "x-ms-client-request-id": "3f6913b62e7ca7d28e72a9e4198c505b", - "x-ms-correlation-request-id": "98ef3af7-d079-40d3-824b-5d4da1acdb86", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "f7460633-d65d-4863-92c7-fbe4598cba5e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133022Z:98ef3af7-d079-40d3-824b-5d4da1acdb86" + "x-ms-correlation-request-id": "d88b6e35-7787-4449-8c87-2d4c81bece90", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "d594db53-8f5a-47ed-aa45-4344801d6cf1", + "x-ms-routing-request-id": "WESTUS2:20211027T202604Z:d88b6e35-7787-4449-8c87-2d4c81bece90" }, "ResponseBody": [ "{\r\n", @@ -1080,11 +1076,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "6ac1522e181bc669b04edad954ff48aa", "x-ms-return-client-request-id": "true" }, @@ -1094,7 +1090,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:23 GMT", + "Date": "Wed, 27 Oct 2021 20:26:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1104,12 +1100,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb06d86e-4a61-404e-bd5a-e52fe6e9dc98", + "x-ms-arm-service-request-id": "f89a7e14-15c7-4bc3-9d1b-7bb8aedccd48", "x-ms-client-request-id": "6ac1522e181bc669b04edad954ff48aa", - "x-ms-correlation-request-id": "d528eb81-079b-4eb0-8a2a-fb49c1b0a7d4", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "02a5543f-bc1b-4fa4-82ca-aae431f65761", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133024Z:d528eb81-079b-4eb0-8a2a-fb49c1b0a7d4" + "x-ms-correlation-request-id": "76893f46-36e4-42e5-9517-f152d7888afe", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "98f154a9-beca-4b93-a469-1c30e4b8c2f1", + "x-ms-routing-request-id": "WESTUS2:20211027T202606Z:76893f46-36e4-42e5-9517-f152d7888afe" }, "ResponseBody": [ "{\r\n", @@ -1118,11 +1114,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "f1e2a6a29f38f0f5500f529dc800dd66", "x-ms-return-client-request-id": "true" }, @@ -1132,7 +1128,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:24 GMT", + "Date": "Wed, 27 Oct 2021 20:26:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1142,12 +1138,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad1f8dc0-501e-4527-aef6-3c02dd5527a0", + "x-ms-arm-service-request-id": "01ae6206-254f-4d4b-8a6b-38e7874b6fc1", "x-ms-client-request-id": "f1e2a6a29f38f0f5500f529dc800dd66", - "x-ms-correlation-request-id": "ac2be99e-352e-45ef-8a77-5f9cc049193d", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "97405e75-6f41-4122-8709-1f69d0ea700b", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133025Z:ac2be99e-352e-45ef-8a77-5f9cc049193d" + "x-ms-correlation-request-id": "267fd7d3-94f3-4531-83e1-70fdf297942a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b2cd905e-456d-457a-97ef-de137ebd8ecd", + "x-ms-routing-request-id": "WESTUS2:20211027T202607Z:267fd7d3-94f3-4531-83e1-70fdf297942a" }, "ResponseBody": [ "{\r\n", @@ -1156,11 +1152,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "20fed3dcbcfe9d23aaa38e2e53f9538e", "x-ms-return-client-request-id": "true" }, @@ -1170,7 +1166,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:26 GMT", + "Date": "Wed, 27 Oct 2021 20:26:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1180,12 +1176,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b2e372b-e9af-4bb6-93cb-481fca012d80", + "x-ms-arm-service-request-id": "a99d0083-eea9-40b7-ae16-2050d08deae1", "x-ms-client-request-id": "20fed3dcbcfe9d23aaa38e2e53f9538e", - "x-ms-correlation-request-id": "8281f5ce-8e09-498b-83a1-bbc5b22630ba", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "b79908df-2be6-4da8-9feb-9459d02bb36e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133026Z:8281f5ce-8e09-498b-83a1-bbc5b22630ba" + "x-ms-correlation-request-id": "e31f088e-52d4-4a4a-b73f-7a60a06b7e3e", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "f17c595d-0d3b-4650-a45a-d4abd1874b83", + "x-ms-routing-request-id": "WESTUS2:20211027T202608Z:e31f088e-52d4-4a4a-b73f-7a60a06b7e3e" }, "ResponseBody": [ "{\r\n", @@ -1194,11 +1190,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "7342ff295faa8f235cd01a0cc6cbfdb0", "x-ms-return-client-request-id": "true" }, @@ -1208,7 +1204,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:27 GMT", + "Date": "Wed, 27 Oct 2021 20:26:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1218,12 +1214,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7e31ace-11df-40e9-8be4-00c308232adb", + "x-ms-arm-service-request-id": "f353fd59-a025-4825-8802-2cc047776493", "x-ms-client-request-id": "7342ff295faa8f235cd01a0cc6cbfdb0", - "x-ms-correlation-request-id": "9ca16465-30b3-43ab-a4cb-29a050faaa5d", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "445eaa86-f068-48ce-a025-b37d5d6333fe", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133028Z:9ca16465-30b3-43ab-a4cb-29a050faaa5d" + "x-ms-correlation-request-id": "62a15b3a-83d7-46c6-a9bf-f662c8afddde", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "3dddd788-6132-4a62-966b-e4848b756d11", + "x-ms-routing-request-id": "WESTUS2:20211027T202609Z:62a15b3a-83d7-46c6-a9bf-f662c8afddde" }, "ResponseBody": [ "{\r\n", @@ -1232,11 +1228,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "81fc74702701e5ab8344479511c69c56", "x-ms-return-client-request-id": "true" }, @@ -1246,7 +1242,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:28 GMT", + "Date": "Wed, 27 Oct 2021 20:26:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1256,12 +1252,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce924815-7c26-415c-9fbb-493d1296a009", + "x-ms-arm-service-request-id": "3d2f1c64-36fa-4cc5-b470-9785a4dc36b0", "x-ms-client-request-id": "81fc74702701e5ab8344479511c69c56", - "x-ms-correlation-request-id": "2567a548-cfac-4245-b17f-9f61d84090aa", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "9ba192d0-1533-462c-b649-d3fb4b003191", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133029Z:2567a548-cfac-4245-b17f-9f61d84090aa" + "x-ms-correlation-request-id": "a19e0629-6831-47db-8fe6-67f158f065b3", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "0c05462b-5d39-41d7-8726-7a0652c9f554", + "x-ms-routing-request-id": "WESTUS2:20211027T202610Z:a19e0629-6831-47db-8fe6-67f158f065b3" }, "ResponseBody": [ "{\r\n", @@ -1270,11 +1266,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "c973c3bc6abd7dbcaf6ec32ea216d7de", "x-ms-return-client-request-id": "true" }, @@ -1284,7 +1280,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:29 GMT", + "Date": "Wed, 27 Oct 2021 20:26:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1294,12 +1290,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bffd1d53-ba7d-4102-9665-e31248787fdc", + "x-ms-arm-service-request-id": "d1c06dd8-5259-46cb-a9ed-2532927f9625", "x-ms-client-request-id": "c973c3bc6abd7dbcaf6ec32ea216d7de", - "x-ms-correlation-request-id": "073d89b7-c866-4631-aa4b-05cdf9a83e16", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "76758a6c-3094-400c-8c2f-f8b565a00ce5", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133030Z:073d89b7-c866-4631-aa4b-05cdf9a83e16" + "x-ms-correlation-request-id": "26d4ceb8-9030-4d1b-9814-4824839435ae", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "19cf58c9-d05b-46ef-b778-6cea3d02392d", + "x-ms-routing-request-id": "WESTUS2:20211027T202612Z:26d4ceb8-9030-4d1b-9814-4824839435ae" }, "ResponseBody": [ "{\r\n", @@ -1308,11 +1304,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "dfbddda5d1fc018d545cef65178d7e95", "x-ms-return-client-request-id": "true" }, @@ -1322,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:31 GMT", + "Date": "Wed, 27 Oct 2021 20:26:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1332,12 +1328,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16bf3156-6585-45f5-bca0-f2b9ff99a1bd", + "x-ms-arm-service-request-id": "0773782a-c49d-40a6-9d06-283721e4d081", "x-ms-client-request-id": "dfbddda5d1fc018d545cef65178d7e95", - "x-ms-correlation-request-id": "561c2d01-cf92-4d30-b87d-778f699599fb", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "16080902-c4dc-4076-9990-255cecd7bb60", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133031Z:561c2d01-cf92-4d30-b87d-778f699599fb" + "x-ms-correlation-request-id": "0f3c5ddb-ea73-4440-8a7f-afc1ea70dfa4", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "830bfde2-1610-4972-9a59-4c32ce8fc196", + "x-ms-routing-request-id": "WESTUS2:20211027T202613Z:0f3c5ddb-ea73-4440-8a7f-afc1ea70dfa4" }, "ResponseBody": [ "{\r\n", @@ -1346,11 +1342,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "0250c333345806f2b87fd192647d436c", "x-ms-return-client-request-id": "true" }, @@ -1360,7 +1356,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:32 GMT", + "Date": "Wed, 27 Oct 2021 20:26:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1370,12 +1366,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c37364f2-2f00-46b2-8ef2-b69da7d14365", + "x-ms-arm-service-request-id": "41e03636-6a89-4edf-9e3b-0ac7bedafb48", "x-ms-client-request-id": "0250c333345806f2b87fd192647d436c", - "x-ms-correlation-request-id": "4c34c7f5-1a3e-4204-ad22-9fdcb3ce506c", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "c2de25e1-b52d-4e3b-9e5d-85a00f6cda3f", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133033Z:4c34c7f5-1a3e-4204-ad22-9fdcb3ce506c" + "x-ms-correlation-request-id": "f47edfae-5c90-4fc0-b6a7-942f1a90482e", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "0eb9ee52-8c84-4bde-a479-cf596e395061", + "x-ms-routing-request-id": "WESTUS2:20211027T202614Z:f47edfae-5c90-4fc0-b6a7-942f1a90482e" }, "ResponseBody": [ "{\r\n", @@ -1384,11 +1380,11 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/52a3e9dd-fd61-4b1c-9281-5203bddd0945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "34ef696dbd09ea59367174617a566522", "x-ms-return-client-request-id": "true" }, @@ -1396,36 +1392,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:33 GMT", + "Date": "Wed, 27 Oct 2021 20:26:15 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eaea9992-55fd-4f5e-bcb0-c2c2e271281e", + "x-ms-arm-service-request-id": "4995a14a-54fb-46d2-8027-9211672f96f8", "x-ms-client-request-id": "34ef696dbd09ea59367174617a566522", - "x-ms-correlation-request-id": "03cd22da-65be-4d54-bffb-e8807113a5c5", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "ed292314-13d3-4031-8309-f58430d63453", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133034Z:03cd22da-65be-4d54-bffb-e8807113a5c5" + "x-ms-correlation-request-id": "72c66e6f-653d-43e1-a7ac-008b12853e9c", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "8f9d0fed-f66e-469d-9250-a3c8f049cfe1", + "x-ms-routing-request-id": "WESTUS2:20211027T202615Z:72c66e6f-653d-43e1-a7ac-008b12853e9c" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "dffa2df0d4c67186eab7277d00fa9dd7", "x-ms-return-client-request-id": "true" }, @@ -1433,85 +1430,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2230", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:34 GMT", - "ETag": "W/\u00229dc3f1a1-ea4f-40d3-99d3-d585b44a0a12\u0022", + "Date": "Wed, 27 Oct 2021 20:26:16 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a20214f5-12b7-4ce2-9a01-108dad6a4bc1", + "x-ms-arm-service-request-id": "d873f48c-f936-42db-b0ce-5ed6cd4a1420", "x-ms-client-request-id": "dffa2df0d4c67186eab7277d00fa9dd7", - "x-ms-correlation-request-id": "ee70dd6f-1232-481f-8128-7a1b69db8469", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "d40cfa29-8f5b-477f-9bb5-b5cfc8aea60e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133034Z:ee70dd6f-1232-481f-8128-7a1b69db8469" + "x-ms-correlation-request-id": "01ddca80-b4e7-4136-b8ec-6f4ca98c5992", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "b1bf7c7d-2346-436c-b667-55cc7f3a5eff", + "x-ms-routing-request-id": "WESTUS2:20211027T202617Z:01ddca80-b4e7-4136-b8ec-6f4ca98c5992" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022endpointxyz7397\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00229dc3f1a1-ea4f-40d3-99d3-d585b44a0a12\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002220224bec-01b7-4d74-97e1-5613f571b51a\u0022,\r\n", - " \u0022privateLinkServiceConnections\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022myconnection\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397/privateLinkServiceConnections/myconnection\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00229dc3f1a1-ea4f-40d3-99d3-d585b44a0a12\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389\u0022,\r\n", - " \u0022groupIds\u0022: [\r\n", - " \u0022configurationStores\u0022\r\n", - " ],\r\n", - " \u0022requestMessage\u0022: \u0022Please approve my connection\u0022,\r\n", - " \u0022privateLinkServiceConnectionState\u0022: {\r\n", - " \u0022status\u0022: \u0022Approved\u0022,\r\n", - " \u0022description\u0022: \u0022Auto-Approved\u0022,\r\n", - " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/privateLinkServiceConnections\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022manualPrivateLinkServiceConnections\u0022: [],\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/virtualNetworks/vnetname6881/subnets/subnetname1116\u0022\r\n", - " },\r\n", - " \u0022networkInterfaces\u0022: [\r\n", - " {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/networkInterfaces/endpointxyz7397.nic.55013060-b132-4632-9da4-c26e20fc5939\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022customDnsConfigs\u0022: [\r\n", - " {\r\n", - " \u0022fqdn\u0022: \u0022configuration9389.azconfig.io\u0022,\r\n", - " \u0022ipAddresses\u0022: [\r\n", - " \u002210.0.0.4\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a3ec58a470fa3f43b4b63e68bd03bdca-240d68a7c6f99643-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "aef783194a9d768c6966cbe6bf918b61", "x-ms-return-client-request-id": "true" }, @@ -1519,193 +1468,189 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1203", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:34 GMT", - "ETag": "W/\u00223e00a4ad-0000-0700-0000-612a3a6d0000\u0022", + "Date": "Wed, 27 Oct 2021 20:26:17 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0fd4da61-4a16-4943-9fe9-5dd677701a92", "x-ms-client-request-id": "aef783194a9d768c6966cbe6bf918b61", - "x-ms-correlation-request-id": "b94eea54-3c1c-43d8-b9a1-a398b1edf7a4", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "aa3e5970-2235-4026-b2c9-1166eea61d4c", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133035Z:b94eea54-3c1c-43d8-b9a1-a398b1edf7a4" + "x-ms-correlation-request-id": "c9b0fb74-6cd3-43d4-a971-e6ac095a28cd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "ac1ea287-de49-44b3-8ea5-ec54c8d8be76", + "x-ms-routing-request-id": "WESTUS2:20211027T202618Z:c9b0fb74-6cd3-43d4-a971-e6ac095a28cd" }, - "ResponseBody": { - "type": "Microsoft.AppConfiguration/configurationStores", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:29:55\u002B00:00", - "endpoint": "https://configuration9389.azconfig.io", - "encryption": { - "keyVaultProperties": null - }, - "privateEndpointConnections": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection", - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Succeeded", - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved", - "actionsRequired": "None" - } - } - } - ] - }, - "sku": { - "name": "standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", - "name": "configuration9389", - "tags": {} - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "289", - "Content-Type": "application/json", - "traceparent": "00-22926d1a035d554fa30a95a49fecd6d3-ffb2d837eecfc648-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "36a2af19638298a6e37e495196dcea3c", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved" - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/b300e8ab-eba2-15ef-82b8-4727a87a6f06?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "482", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:34 GMT", + "Date": "Wed, 27 Oct 2021 20:26:19 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f81b03ce-7ff2-4766-b2e7-e229915fe53b", "x-ms-client-request-id": "36a2af19638298a6e37e495196dcea3c", - "x-ms-correlation-request-id": "3d9cc2e3-2313-48a4-82f7-7a0eb3f21ac2", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "c90ce896-3485-4927-95c0-c1c479dc7748", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133035Z:3d9cc2e3-2313-48a4-82f7-7a0eb3f21ac2" + "x-ms-correlation-request-id": "4cc3805e-1b2f-4c1a-bab5-251e61373eb4", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d3382840-edbb-4936-962e-41bb67729c67", + "x-ms-routing-request-id": "WESTUS2:20211027T202619Z:4cc3805e-1b2f-4c1a-bab5-251e61373eb4" }, - "ResponseBody": { - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Updating", - "privateEndpoint": null, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved" - } - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection" - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/b300e8ab-eba2-15ef-82b8-4727a87a6f06?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5063c52b6757b554dc5fcb1f003adf8d", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f7489dd4b75ea584a1837560089fb258", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/b300e8ab-eba2-15ef-82b8-4727a87a6f06?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "247", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:35 GMT", + "Date": "Wed, 27 Oct 2021 20:26:20 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", - "Server": "nginx/1.17.10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5063c52b6757b554dc5fcb1f003adf8d", - "x-ms-correlation-request-id": "028af07b-91b2-4a2f-8886-45764e9387a0", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "13a2672a-42aa-4bfd-8190-837f66a30339", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133035Z:028af07b-91b2-4a2f-8886-45764e9387a0" + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0b2221b1-fc53-48de-b6d0-81ee88257d72", + "x-ms-client-request-id": "f7489dd4b75ea584a1837560089fb258", + "x-ms-correlation-request-id": "2bf817ae-4e82-4f20-9eb8-a9527f27f3d6", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "f80b1917-1fd7-449c-a947-19dcf8a425c3", + "x-ms-routing-request-id": "WESTUS2:20211027T202621Z:2bf817ae-4e82-4f20-9eb8-a9527f27f3d6" }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/b300e8ab-eba2-15ef-82b8-4727a87a6f06", - "name": "b300e8ab-eba2-15ef-82b8-4727a87a6f06", - "status": "Updating", - "error": null - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5063c52b6757b554dc5fcb1f003adf8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4939ec8e-d818-4707-8b9c-2713ab3280cf", + "x-ms-client-request-id": "5063c52b6757b554dc5fcb1f003adf8d", + "x-ms-correlation-request-id": "e8104ccb-03d4-4c35-a96e-8f77637d2d36", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "477c4131-5db1-42ed-98b7-ed2d4d30195d", + "x-ms-routing-request-id": "WESTUS2:20211027T202622Z:e8104ccb-03d4-4c35-a96e-8f77637d2d36" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/b300e8ab-eba2-15ef-82b8-4727a87a6f06?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "21118f7b944962022bfc95ffee469043", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/b300e8ab-eba2-15ef-82b8-4727a87a6f06?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "248", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:36 GMT", + "Date": "Wed, 27 Oct 2021 20:26:23 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7184b9ec-b370-4370-97dd-d1cdeef6f2d0", "x-ms-client-request-id": "21118f7b944962022bfc95ffee469043", - "x-ms-correlation-request-id": "d7b9e277-71f2-47cc-8661-e973c48f87fe", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "26be14cb-dbce-442d-8253-10750a8cc557", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133037Z:d7b9e277-71f2-47cc-8661-e973c48f87fe" + "x-ms-correlation-request-id": "e87770f9-17dc-4b60-9b5f-f715512489bd", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "0fb917f4-3ba3-478b-8a83-8e85e7162043", + "x-ms-routing-request-id": "WESTUS2:20211027T202623Z:e87770f9-17dc-4b60-9b5f-f715512489bd" }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/b300e8ab-eba2-15ef-82b8-4727a87a6f06", - "name": "b300e8ab-eba2-15ef-82b8-4727a87a6f06", - "status": "Succeeded", - "error": null - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "d125f1cc99786ce549921affec65a566", "x-ms-return-client-request-id": "true" }, @@ -1713,45 +1658,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "645", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:36 GMT", + "Date": "Wed, 27 Oct 2021 20:26:24 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "64247f1a-8bc0-40bb-896b-f0a8f4f50013", "x-ms-client-request-id": "d125f1cc99786ce549921affec65a566", - "x-ms-correlation-request-id": "d0139d2f-e009-4eea-ba11-6c169e5cb758", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "414edd60-fa62-4802-80cd-6e5ecf16c4c5", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133037Z:d0139d2f-e009-4eea-ba11-6c169e5cb758" + "x-ms-correlation-request-id": "5152980e-934d-4376-a7e0-5cb448c4034a", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "5da9a3b2-78c0-4ee3-9c35-5c376d4489be", + "x-ms-routing-request-id": "WESTUS2:20211027T202625Z:5152980e-934d-4376-a7e0-5cb448c4034a" }, - "ResponseBody": { - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Succeeded", - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved" - } - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection" - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cf4a07ea5c3f8847a5702437466e3942-dc402f46b1c5bb48-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "79e4e8a3908d970fc201255ad255c696", "x-ms-return-client-request-id": "true" }, @@ -1759,45 +1696,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "645", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:36 GMT", + "Date": "Wed, 27 Oct 2021 20:26:25 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ed44be2b-b8c0-450d-89d4-5b1c022193a3", "x-ms-client-request-id": "79e4e8a3908d970fc201255ad255c696", - "x-ms-correlation-request-id": "540c7114-e67b-4c09-bc3e-4e8cfb018ceb", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "f85508bd-4525-4652-beb8-cbd9a244e775", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133037Z:540c7114-e67b-4c09-bc3e-4e8cfb018ceb" + "x-ms-correlation-request-id": "3f4d9564-59aa-4d15-922d-80347745c539", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "6276b921-efc2-4d9b-9b50-c7f742d26721", + "x-ms-routing-request-id": "WESTUS2:20211027T202626Z:3f4d9564-59aa-4d15-922d-80347745c539" }, - "ResponseBody": { - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Succeeded", - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved" - } - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection" - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-52104cf4d3c4f747b9dcf44cb47f49e3-7f01c0956b8dba4a-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "0f5287ce0e15e214aaa5d7b67a0375c5", "x-ms-return-client-request-id": "true" }, @@ -1805,49 +1734,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "491", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:37 GMT", + "Date": "Wed, 27 Oct 2021 20:26:26 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "08bf216e-60c5-4b4e-8fcc-2160db11512b", "x-ms-client-request-id": "0f5287ce0e15e214aaa5d7b67a0375c5", - "x-ms-correlation-request-id": "3fefadb3-5da6-4ee4-baeb-4fe26d4f5999", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "8645a418-f62f-4d4b-a568-750e45d09393", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133037Z:3fefadb3-5da6-4ee4-baeb-4fe26d4f5999" + "x-ms-correlation-request-id": "d0547502-e9fb-43cc-9d1a-fdd50de796a1", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "df7d603c-e721-4e16-be74-9bc8df608a0f", + "x-ms-routing-request-id": "WESTUS2:20211027T202627Z:d0547502-e9fb-43cc-9d1a-fdd50de796a1" }, - "ResponseBody": { - "value": [ - { - "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", - "name": "configurationStores", - "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", - "properties": { - "groupId": "configurationStores", - "requiredMembers": [ - "configurationStores" - ], - "requiredZoneNames": [ - "privatelink.azconfig.io" - ] - } - } - ], - "nextLink": null - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-30565983fea5c94bb995f5d2bab08a0a-fcbdaad359c31e4d-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "055b2e5716623cb5e28e0e77748a9af4", "x-ms-return-client-request-id": "true" }, @@ -1855,44 +1772,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "463", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:37 GMT", + "Date": "Wed, 27 Oct 2021 20:26:28 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b93734a2-9b29-4822-a673-045ad065f29f", "x-ms-client-request-id": "055b2e5716623cb5e28e0e77748a9af4", - "x-ms-correlation-request-id": "3d09d639-49fe-4119-a915-f52414c56320", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "c2190bfe-bd9b-499b-b303-557bf77be3ef", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133038Z:3d09d639-49fe-4119-a915-f52414c56320" + "x-ms-correlation-request-id": "48514065-35d8-4f58-8afd-f228f9f31b04", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "09b54217-4de5-4a39-967e-6ff2e8e3d4f6", + "x-ms-routing-request-id": "WESTUS2:20211027T202628Z:48514065-35d8-4f58-8afd-f228f9f31b04" }, - "ResponseBody": { - "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", - "name": "configurationStores", - "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", - "properties": { - "groupId": "configurationStores", - "requiredMembers": [ - "configurationStores" - ], - "requiredZoneNames": [ - "privatelink.azconfig.io" - ] - } - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-922547507e8e71448bbdbb8382b52e05-905d16806acabd4a-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "643084cb96129551d401cfe8b8581dbf", "x-ms-return-client-request-id": "true" }, @@ -1900,50 +1810,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "673", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:37 GMT", + "Date": "Wed, 27 Oct 2021 20:26:29 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b9d372e4-93d2-4411-9433-ea1e6e74f794", "x-ms-client-request-id": "643084cb96129551d401cfe8b8581dbf", - "x-ms-correlation-request-id": "0b1dd67c-9003-4db0-9c4a-1736d9158418", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "a7590a6e-90ab-4b12-977b-0dcf3a8560f6", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133038Z:0b1dd67c-9003-4db0-9c4a-1736d9158418" + "x-ms-correlation-request-id": "1ee7215a-59b4-4270-8e9a-ecd272f64c8b", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "e45b0af3-bd24-4be9-a0d3-30a8e42eea0b", + "x-ms-routing-request-id": "WESTUS2:20211027T202630Z:1ee7215a-59b4-4270-8e9a-ecd272f64c8b" }, - "ResponseBody": { - "value": [ - { - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Succeeded", - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved" - } - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection" - } - ], - "nextLink": null - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4afc8087c2bd0f4e814630fc5de13312-d3d671575ff27141-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "a3025f8bc1f9b734d2162c86009d6e1f", "x-ms-return-client-request-id": "true" }, @@ -1951,49 +1848,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "491", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:37 GMT", + "Date": "Wed, 27 Oct 2021 20:26:30 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2914ccef-7e13-43f5-8bec-98ac6bef870b", "x-ms-client-request-id": "a3025f8bc1f9b734d2162c86009d6e1f", - "x-ms-correlation-request-id": "3deaeb62-d978-4e82-9c7c-0fbc11ddd023", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "cd7e9015-aa32-4153-8c3a-3df39d2b5eda", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133038Z:3deaeb62-d978-4e82-9c7c-0fbc11ddd023" + "x-ms-correlation-request-id": "ab434e6a-8907-4749-8218-88311337c1c9", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "8f8ef6a1-ab9d-4a9d-8804-f1535fae801c", + "x-ms-routing-request-id": "WESTUS2:20211027T202631Z:ab434e6a-8907-4749-8218-88311337c1c9" }, - "ResponseBody": { - "value": [ - { - "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", - "name": "configurationStores", - "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", - "properties": { - "groupId": "configurationStores", - "requiredMembers": [ - "configurationStores" - ], - "requiredZoneNames": [ - "privatelink.azconfig.io" - ] - } - } - ], - "nextLink": null - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ee0e3e91a70b7d4faae2dddaf784cf7d-6ac1f78de04c3048-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "f6ebe30a11d2c1b3ddc6316047cc838a", "x-ms-return-client-request-id": "true" }, @@ -2001,44 +1886,37 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "463", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:38 GMT", + "Date": "Wed, 27 Oct 2021 20:26:31 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "642b64bb-f89e-479a-8ecd-c658d74ff186", "x-ms-client-request-id": "f6ebe30a11d2c1b3ddc6316047cc838a", - "x-ms-correlation-request-id": "4157ba13-0f90-4946-b77b-65c488e07c63", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "b4fab271-72a4-44c9-9856-221b54c55e48", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133038Z:4157ba13-0f90-4946-b77b-65c488e07c63" + "x-ms-correlation-request-id": "fb371f79-1d90-4780-83b0-a3a6f7e698dc", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "43c660b4-73ed-48c8-8ebe-3ffb68fe4f0c", + "x-ms-routing-request-id": "WESTUS2:20211027T202632Z:fb371f79-1d90-4780-83b0-a3a6f7e698dc" }, - "ResponseBody": { - "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", - "name": "configurationStores", - "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", - "properties": { - "groupId": "configurationStores", - "requiredMembers": [ - "configurationStores" - ], - "requiredZoneNames": [ - "privatelink.azconfig.io" - ] - } - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-eb29107a63e8c5438472587e4548d416-2b23672bcfedb14d-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "14eb4f71f7870afa4f7991fc69ca9437", "x-ms-return-client-request-id": "true" }, @@ -2046,1577 +1924,3158 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "491", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:38 GMT", + "Date": "Wed, 27 Oct 2021 20:26:32 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "nginx/1.17.10", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c4fe53b5-d5d0-42f9-adf4-23b77c8936b6", "x-ms-client-request-id": "14eb4f71f7870afa4f7991fc69ca9437", - "x-ms-correlation-request-id": "8d3b6b64-2c2d-4020-95f2-7a54773dc169", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "f6f6f1b4-e8a2-4401-ad5a-bfbb56ed2983", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133039Z:8d3b6b64-2c2d-4020-95f2-7a54773dc169" + "x-ms-correlation-request-id": "4b931a4a-b76f-4f83-baf9-0a89c2114d68", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "e6ac6c6b-c5a9-490b-a28d-4e64676969ec", + "x-ms-routing-request-id": "WESTUS2:20211027T202633Z:4b931a4a-b76f-4f83-baf9-0a89c2114d68" }, - "ResponseBody": { - "value": [ - { - "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", - "name": "configurationStores", - "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", - "properties": { - "groupId": "configurationStores", - "requiredMembers": [ - "configurationStores" - ], - "requiredZoneNames": [ - "privatelink.azconfig.io" - ] - } - } + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d5deaf93276c7aecac41c5338fd36f06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "nextLink": null - } + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6f0b2019-0d96-44fa-91c4-d12c1eb32dca", + "x-ms-client-request-id": "d5deaf93276c7aecac41c5338fd36f06", + "x-ms-correlation-request-id": "29054bd3-be8d-433f-8852-9d5fe96d5d9f", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "a51685b0-6060-44cc-9ae6-cf18a5760e00", + "x-ms-routing-request-id": "WESTUS2:20211027T202634Z:29054bd3-be8d-433f-8852-9d5fe96d5d9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AppConfiguration/operations?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b015a29359b11298e8e0a6597fb75813", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6ae86e19-323e-4b84-80a3-f98b9bf7cfaa", + "x-ms-client-request-id": "b015a29359b11298e8e0a6597fb75813", + "x-ms-correlation-request-id": "bf1c6b21-0e43-4e88-8eff-ddddbe850f8b", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "31a86321-d623-4563-96ed-9d12d0c8253d", + "x-ms-routing-request-id": "WESTUS2:20211027T202635Z:bf1c6b21-0e43-4e88-8eff-ddddbe850f8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c45caf60-5e68-4adf-adb9-c5d48da9ef2f?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "98ccfa31aeee491d6271684632c77b7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fd469444-dcdf-4762-930b-f3666663f3be", + "x-ms-client-request-id": "98ccfa31aeee491d6271684632c77b7c", + "x-ms-correlation-request-id": "8e623998-cef3-4c32-8b1f-8b7987d7eed7", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "22fb26b9-ba4b-43b7-9aaf-4ad773c9f1b6", + "x-ms-routing-request-id": "WESTUS2:20211027T202637Z:8e623998-cef3-4c32-8b1f-8b7987d7eed7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.2 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "c6698b09e3b53a8516cbec8c8193faf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2230", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:36 GMT", + "ETag": "W/\u00229921b51a-629d-4c42-b95f-e1e6efc0d4ab\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4d8b7561-a9b9-4f0f-9672-c39f73421a30", + "x-ms-client-request-id": "c6698b09e3b53a8516cbec8c8193faf5", + "x-ms-correlation-request-id": "93d3089e-904a-4bf3-937d-38cb30476dfb", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "657e43c5-712e-4a96-a907-97b0d02cf21d", + "x-ms-routing-request-id": "WESTUS2:20211027T202637Z:93d3089e-904a-4bf3-937d-38cb30476dfb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022endpointxyz7397\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229921b51a-629d-4c42-b95f-e1e6efc0d4ab\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00225ced5e65-acde-48aa-939d-adde9e115a01\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022myconnection\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397/privateLinkServiceConnections/myconnection\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229921b51a-629d-4c42-b95f-e1e6efc0d4ab\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022configurationStores\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022Please approve my connection\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Approved\u0022,\r\n", + " \u0022description\u0022: \u0022Auto-Approved\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/privateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/virtualNetworks/vnetname6881/subnets/subnetname1116\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/networkInterfaces/endpointxyz7397.nic.ab993892-c3a9-4b22-95fc-4dfe2fc23887\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: [\r\n", + " {\r\n", + " \u0022fqdn\u0022: \u0022configuration9389.azconfig.io\u0022,\r\n", + " \u0022ipAddresses\u0022: [\r\n", + " \u002210.0.0.4\u0022\r\n", + " ]\r\n", + " }\r\n", + " ]\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a39e8452c6fbc44dbbbf68ef2cce4ec6-a2c4b8f36c8cf544-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5deaf93276c7aecac41c5338fd36f06", + "traceparent": "00-34c88339db86764b923f44cb45a05e81-82f6dff4f8763d4d-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "9402b2e9d706e41885cb4e40f152e021", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "11892", + "Content-Length": "1203", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:38 GMT", + "Date": "Wed, 27 Oct 2021 20:26:36 GMT", + "ETag": "W/\u00229006cb44-0000-0700-0000-6179b5dc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5deaf93276c7aecac41c5338fd36f06", - "x-ms-correlation-request-id": "38fecc25-01fe-4319-9315-0c335bfdc7ab", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "ebb656c5-e08d-4ffb-a773-0878fef09091", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133039Z:38fecc25-01fe-4319-9315-0c335bfdc7ab" + "x-ms-client-request-id": "9402b2e9d706e41885cb4e40f152e021", + "x-ms-correlation-request-id": "7067ad12-570b-4004-8daa-f629e4e1709f", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "25845461-ed82-4468-8462-61e296f1cb92", + "x-ms-routing-request-id": "WESTUS2:20211027T202637Z:7067ad12-570b-4004-8daa-f629e4e1709f" }, "ResponseBody": { - "value": [ - { - "name": "Microsoft.AppConfiguration/operations/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Operation", - "operation": "List Operations", - "description": "Lists all of the operations supported by Microsoft App Configuration." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/register/action", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Microsoft App Configuration", - "operation": "Register for Microsoft App Configuration", - "description": "Registers a subscription to use Microsoft App Configuration." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/unregister/action", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Microsoft App Configuration", - "operation": "Unregister for Microsoft App Configuration", - "description": "Unregisters a subscription from using Microsoft App Configuration." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/locations/operationsStatus/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": null, - "operation": "Get Operation Status", - "description": "Get the status of an operation." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/checkNameAvailability/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": null, - "operation": "Check Name Availability", - "description": "Check whether the resource name is available for use." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "Get Configuration Store or List Configuration Stores", - "description": "Gets the properties of the specified configuration store or lists all the configuration stores under the specified resource group or subscription." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/write", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "Create or Update Configuration Store", - "description": "Create or update a configuration store with the specified parameters." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/delete", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "Delete Configuration Store", - "description": "Deletes a configuration store." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/ListKeys/action", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "List Configuration Store API Keys", - "description": "Lists the API keys for the specified configuration store." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/RegenerateKey/action", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "Regenerate Configuration Store API Key", - "description": "Regenerates of the API key\u0027s for the specified configuration store." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/ListKeyValue/action", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "List Configuration Store Key-Value", - "description": "Lists a key-value for the specified configuration store." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/eventGridFilters/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store Event Grid Filter", - "operation": "Get Configuration Store Event Grid Filter or List Configuration Store Event Grid Filters", - "description": "Gets the properties of the specified configuration store event grid filter or lists all the configuration store event grid filters under the specified configuration store." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/eventGridFilters/write", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store Event Grid Filter", - "operation": "Create or Update Configuration Store Event Grid Filter", - "description": "Create or update a configuration store event grid filter with the specified parameters." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/eventGridFilters/delete", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store Event Grid Filter", - "operation": "Delete Configuration Store Event Grid Filter", - "description": "Deletes a configuration store event grid filter." - }, - "properties": null + "type": "Microsoft.AppConfiguration/configurationStores", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "creationDate": "2021-10-27T20:25:44\u002B00:00", + "endpoint": "https://configuration9389.azconfig.io", + "encryption": { + "keyVaultProperties": null }, - { - "origin": "System", - "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/metricDefinitions/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Microsoft App Configuration Metric Definition.", - "operation": "Read Configuration Store Metric Definitions", - "description": "Retrieve all metric definitions for Microsoft App Configuration." - }, - "properties": { - "serviceSpecification": { - "metricSpecifications": [ - { - "name": "HttpIncomingRequestCount", - "displayName": "HttpIncomingRequestCount", - "displayDescription": "Total number of incoming http requests.", - "unit": "Count", - "aggregationType": "Count", - "internalMetricName": "HttpIncomingRequestCount", - "dimensions": [ - { - "name": "StatusCode", - "internalName": "StatusCode", - "displayName": "HttpStatusCode" - }, - { - "name": "Authentication", - "internalName": "Authentication", - "displayName": "AuthenticationScheme" - } - ] - }, - { - "name": "HttpIncomingRequestDuration", - "displayName": "HttpIncomingRequestDuration", - "displayDescription": "Latency on an http request.", - "unit": "Count", - "aggregationType": "Average", - "internalMetricName": "HttpIncomingRequestDuration", - "dimensions": [ - { - "name": "StatusCode", - "internalName": "StatusCode", - "displayName": "HttpStatusCode" - }, - { - "name": "Authentication", - "internalName": "Authentication", - "displayName": "AuthenticationScheme" - } - ] - }, - { - "name": "ThrottledHttpRequestCount", - "displayName": "ThrottledHttpRequestCount", - "displayDescription": "Throttled http requests.", - "unit": "Count", - "aggregationType": "Count", - "internalMetricName": "ThrottledHttpRequestCount" - } - ] + "privateEndpointConnections": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection", + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved", + "actionsRequired": "None" + } } } + ] + }, + "sku": { + "name": "standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", + "name": "configuration9389", + "tags": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "289", + "Content-Type": "application/json", + "traceparent": "00-825dba2e618e0d4691753a5d33f6f18a-ad3ebbeee655df43-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f44f2965914e4d5d74928122c191c8cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" }, - { - "origin": "System", - "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/diagnosticSettings/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "Read Configuration Store Diagnostic Settings", - "description": "Read all Diagnostic Settings values for a Configuration Store." - }, - "properties": null + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved" + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "482", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f44f2965914e4d5d74928122c191c8cf", + "x-ms-correlation-request-id": "e650d1e8-85de-4b31-830e-e1cd06f31032", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0f05c323-f683-402b-87ef-3922cf4ff7fd", + "x-ms-routing-request-id": "WESTUS2:20211027T202637Z:e650d1e8-85de-4b31-830e-e1cd06f31032" + }, + "ResponseBody": { + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Updating", + "privateEndpoint": null, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved" + } + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5726cbea064357a754b4207455f523f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5726cbea064357a754b4207455f523f4", + "x-ms-correlation-request-id": "fede76b4-4187-4517-bcf1-e0c9cc7c587c", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "9ce87458-a69a-44f0-b21d-c4344318b1b1", + "x-ms-routing-request-id": "WESTUS2:20211027T202637Z:fede76b4-4187-4517-bcf1-e0c9cc7c587c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf", + "name": "e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf", + "status": "Updating", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7eca7e0261f47f5bb41d81c94f74b82f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7eca7e0261f47f5bb41d81c94f74b82f", + "x-ms-correlation-request-id": "0c5a71f6-2bd4-4c8d-919f-cbc5805fc2fe", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "be59f8a9-039b-45e5-8d91-944eb78c4cc8", + "x-ms-routing-request-id": "WESTUS2:20211027T202638Z:0c5a71f6-2bd4-4c8d-919f-cbc5805fc2fe" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf", + "name": "e2af530a-bd90-9b67-0dd7-f97e1a8d1aaf", + "status": "Succeeded", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f538bd49716a708bcb052b10c601dd7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "645", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f538bd49716a708bcb052b10c601dd7d", + "x-ms-correlation-request-id": "81436470-7cd5-43f0-bbce-1979bd5ce339", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "ed22ade3-3be4-4e50-9692-4ce5701e8f13", + "x-ms-routing-request-id": "WESTUS2:20211027T202638Z:81436470-7cd5-43f0-bbce-1979bd5ce339" + }, + "ResponseBody": { + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" }, - { - "origin": "System", - "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/diagnosticSettings/write", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Configuration Store", - "operation": "Write Configuration Store Diagnostic Settings", - "description": "Write/Overwrite Diagnostic Settings for Microsoft App Configuration." - }, - "properties": null + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved" + } + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0041b998af4a644e9505cf0709822253-cd6259bb30ca414d-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "16e64d60ca7a89cf6fa7a22584dd07df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "645", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16e64d60ca7a89cf6fa7a22584dd07df", + "x-ms-correlation-request-id": "157b5f03-cce0-4ad2-af79-6077060bbe74", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "f80b2386-b726-42b5-8ad7-82930c69dee4", + "x-ms-routing-request-id": "WESTUS2:20211027T202638Z:157b5f03-cce0-4ad2-af79-6077060bbe74" + }, + "ResponseBody": { + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved" + } + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-5907c9a0db26474b9c9cb273da7d1d1c-de8bf60b552b4548-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "972af0fc2dbd9189f359b2ef354ab9b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "491", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "972af0fc2dbd9189f359b2ef354ab9b3", + "x-ms-correlation-request-id": "c3f30e89-e668-4059-93dc-85c59ed9430c", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "983f1101-5544-49ed-a47a-3360c4fed530", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:c3f30e89-e668-4059-93dc-85c59ed9430c" + }, + "ResponseBody": { + "value": [ { - "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/logDefinitions/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Microsoft App Configuration Log Definition.", - "operation": "Read Configuration Store Log Definitions", - "description": "Retrieve all log definitions for Microsoft App Configuration." - }, + "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", + "name": "configurationStores", + "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", "properties": { - "serviceSpecification": { - "metricSpecifications": null - } + "groupId": "configurationStores", + "requiredMembers": [ + "configurationStores" + ], + "requiredZoneNames": [ + "privatelink.azconfig.io" + ] } - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/validate/action", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection Proxy", - "operation": "Validate Private Endpoint Connection Proxy", - "description": "Validate a private endpoint connection proxy under the specified configuration store." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/read", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection Proxy", - "operation": "Get Private Endpoint Connection Proxy", - "description": "Get a private endpoint connection proxy under the specified configuration store." - }, - "properties": null - }, - { - "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/write", - "isDataAction": false, - "display": { - "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection Proxy", - "operation": "Create or Update Private Endpoint Connection Proxy", - "description": "Create or update a private endpoint connection proxy under the specified configuration store." - }, - "properties": null - }, + } + ], + "nextLink": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c3ab20cc0c5ed041ad30205927a3c674-8c91b4f5def31448-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "02690340a18d7fb4edaf85c3ce65ebee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "463", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02690340a18d7fb4edaf85c3ce65ebee", + "x-ms-correlation-request-id": "1c5810c8-1a69-4243-baf9-39a35246db86", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "0f2cbacf-6518-45a2-82c4-e200c49bade5", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:1c5810c8-1a69-4243-baf9-39a35246db86" + }, + "ResponseBody": { + "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", + "name": "configurationStores", + "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", + "properties": { + "groupId": "configurationStores", + "requiredMembers": [ + "configurationStores" + ], + "requiredZoneNames": [ + "privatelink.azconfig.io" + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d943ed82706e4340b43ca1ad74317cfe-9bc2e992d425bd47-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d5144bfd45d632c0c355232018e05324", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "673", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5144bfd45d632c0c355232018e05324", + "x-ms-correlation-request-id": "a6c414b8-b6c6-4645-a6dc-274d4ae39468", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "5528daf8-b732-461a-8f08-f86af906f8b3", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:a6c414b8-b6c6-4645-a6dc-274d4ae39468" + }, + "ResponseBody": { + "value": [ { - "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/delete", + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved" + } + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection" + } + ], + "nextLink": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f6242f3db22981488a7ca28ccd53a6de-fb464b23342ce146-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "81e5efee05735a523baaaa0ea7c6c28d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "491", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81e5efee05735a523baaaa0ea7c6c28d", + "x-ms-correlation-request-id": "46b1d198-063f-48c6-892c-6b312e312a2b", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "1fdbac62-ec85-4592-a7d3-928601b79c64", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:46b1d198-063f-48c6-892c-6b312e312a2b" + }, + "ResponseBody": { + "value": [ + { + "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", + "name": "configurationStores", + "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", + "properties": { + "groupId": "configurationStores", + "requiredMembers": [ + "configurationStores" + ], + "requiredZoneNames": [ + "privatelink.azconfig.io" + ] + } + } + ], + "nextLink": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-766e2f30b27fba40ae8c2d294adc1ebb-4597e670e714fd4d-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "eaf2c36ee336fadc43363e387d94670d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "463", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaf2c36ee336fadc43363e387d94670d", + "x-ms-correlation-request-id": "464f12b0-37d4-44c7-9fb8-c9b3a162b631", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "4827e927-2539-42e0-9733-2283308f1c95", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:464f12b0-37d4-44c7-9fb8-c9b3a162b631" + }, + "ResponseBody": { + "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", + "name": "configurationStores", + "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", + "properties": { + "groupId": "configurationStores", + "requiredMembers": [ + "configurationStores" + ], + "requiredZoneNames": [ + "privatelink.azconfig.io" + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-1f427b3bffa19c46b1a6bbf4c4f9c7e4-17c53553f76a5b43-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "dfd4615b6980f77af9b99a2c9ab28afd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "491", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfd4615b6980f77af9b99a2c9ab28afd", + "x-ms-correlation-request-id": "f62e4f29-beb5-4c62-8c29-2211bbab8da1", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "587df998-7d5a-471a-9488-8218bd38e6ce", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:f62e4f29-beb5-4c62-8c29-2211bbab8da1" + }, + "ResponseBody": { + "value": [ + { + "id": "subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateLinkResources/configurationStores", + "name": "configurationStores", + "type": "Microsoft.AppConfiguration/configurationStores/privateLinkResources", + "properties": { + "groupId": "configurationStores", + "requiredMembers": [ + "configurationStores" + ], + "requiredZoneNames": [ + "privatelink.azconfig.io" + ] + } + } + ], + "nextLink": null + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.AppConfiguration/operations?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-158d1cddf8d134409fb1d67ba65bea6c-7a38a72784feb94e-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "54b2969268ed0aee13ea3e3dc719dda7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "11892", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54b2969268ed0aee13ea3e3dc719dda7", + "x-ms-correlation-request-id": "b389dbc7-8d12-4b07-8541-dddbcbb857a5", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "2aedd738-1d63-4b36-886d-fc6fabbb001d", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:b389dbc7-8d12-4b07-8541-dddbcbb857a5" + }, + "ResponseBody": { + "value": [ + { + "name": "Microsoft.AppConfiguration/operations/read", "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection Proxy", - "operation": "Delete Private Endpoint Connection Proxy", - "description": "Delete a private endpoint connection proxy under the specified configuration store." + "resource": "Operation", + "operation": "List Operations", + "description": "Lists all of the operations supported by Microsoft App Configuration." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/read", + "name": "Microsoft.AppConfiguration/register/action", "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection", - "operation": "Get Private Endpoint Connection or List Private Endpoint Connections", - "description": "Get a private endpoint connection or list private endpoint connections under the specified configuration store." + "resource": "Microsoft App Configuration", + "operation": "Register for Microsoft App Configuration", + "description": "Registers a subscription to use Microsoft App Configuration." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/write", + "name": "Microsoft.AppConfiguration/unregister/action", "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection", - "operation": "Approve or Reject Private Endpoint Connection", - "description": "Approve or reject a private endpoint connection under the specified configuration store." + "resource": "Microsoft App Configuration", + "operation": "Unregister for Microsoft App Configuration", + "description": "Unregisters a subscription from using Microsoft App Configuration." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/delete", + "name": "Microsoft.AppConfiguration/locations/operationsStatus/read", "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection", - "operation": "Delete Private Endpoint Connection", - "description": "Delete a private endpoint connection under the specified configuration store." + "resource": null, + "operation": "Get Operation Status", + "description": "Get the status of an operation." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/PrivateEndpointConnectionsApproval/action", + "name": "Microsoft.AppConfiguration/checkNameAvailability/read", "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Private Endpoint Connection", - "operation": "Auto-Approve Private Endpoint Connection", - "description": "Auto-Approve a private endpoint connection under the specified configuration store." + "resource": null, + "operation": "Check Name Availability", + "description": "Check whether the resource name is available for use." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/privateLinkResources/read", + "name": "Microsoft.AppConfiguration/configurationStores/read", "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Private Link", - "operation": "List Private Link", - "description": "Lists all the private link resources under the specified configuration store." + "resource": "Configuration Store", + "operation": "Get Configuration Store or List Configuration Stores", + "description": "Gets the properties of the specified configuration store or lists all the configuration stores under the specified resource group or subscription." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/keyValues/read", - "isDataAction": true, + "name": "Microsoft.AppConfiguration/configurationStores/write", + "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Key-Value", - "operation": "Read Key-Value", - "description": "Reads a key-value from the configuration store." + "resource": "Configuration Store", + "operation": "Create or Update Configuration Store", + "description": "Create or update a configuration store with the specified parameters." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/keyValues/write", - "isDataAction": true, + "name": "Microsoft.AppConfiguration/configurationStores/delete", + "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Key-Value", - "operation": "Write Key-Value", - "description": "Creates or updates a key-value in the configuration store." + "resource": "Configuration Store", + "operation": "Delete Configuration Store", + "description": "Deletes a configuration store." }, "properties": null }, { - "name": "Microsoft.AppConfiguration/configurationStores/keyValues/delete", - "isDataAction": true, + "name": "Microsoft.AppConfiguration/configurationStores/ListKeys/action", + "isDataAction": false, "display": { "provider": "Microsoft App Configuration", - "resource": "Key-Value", - "operation": "Delete Key-Value", - "description": "Deletes an existing key-value from the configuration store." + "resource": "Configuration Store", + "operation": "List Configuration Store API Keys", + "description": "Lists the API keys for the specified configuration store." }, "properties": null - } - ], - "nextLink": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/RegenerateKey/action", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Configuration Store", + "operation": "Regenerate Configuration Store API Key", + "description": "Regenerates of the API key\u0027s for the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/ListKeyValue/action", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Configuration Store", + "operation": "List Configuration Store Key-Value", + "description": "Lists a key-value for the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/eventGridFilters/read", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Configuration Store Event Grid Filter", + "operation": "Get Configuration Store Event Grid Filter or List Configuration Store Event Grid Filters", + "description": "Gets the properties of the specified configuration store event grid filter or lists all the configuration store event grid filters under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/eventGridFilters/write", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Configuration Store Event Grid Filter", + "operation": "Create or Update Configuration Store Event Grid Filter", + "description": "Create or update a configuration store event grid filter with the specified parameters." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/eventGridFilters/delete", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Configuration Store Event Grid Filter", + "operation": "Delete Configuration Store Event Grid Filter", + "description": "Deletes a configuration store event grid filter." + }, + "properties": null + }, + { + "origin": "System", + "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/metricDefinitions/read", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Microsoft App Configuration Metric Definition.", + "operation": "Read Configuration Store Metric Definitions", + "description": "Retrieve all metric definitions for Microsoft App Configuration." + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": [ + { + "name": "HttpIncomingRequestCount", + "displayName": "HttpIncomingRequestCount", + "displayDescription": "Total number of incoming http requests.", + "unit": "Count", + "aggregationType": "Count", + "internalMetricName": "HttpIncomingRequestCount", + "dimensions": [ + { + "name": "StatusCode", + "internalName": "StatusCode", + "displayName": "HttpStatusCode" + }, + { + "name": "Authentication", + "internalName": "Authentication", + "displayName": "AuthenticationScheme" + } + ] + }, + { + "name": "HttpIncomingRequestDuration", + "displayName": "HttpIncomingRequestDuration", + "displayDescription": "Latency on an http request.", + "unit": "Count", + "aggregationType": "Average", + "internalMetricName": "HttpIncomingRequestDuration", + "dimensions": [ + { + "name": "StatusCode", + "internalName": "StatusCode", + "displayName": "HttpStatusCode" + }, + { + "name": "Authentication", + "internalName": "Authentication", + "displayName": "AuthenticationScheme" + } + ] + }, + { + "name": "ThrottledHttpRequestCount", + "displayName": "ThrottledHttpRequestCount", + "displayDescription": "Throttled http requests.", + "unit": "Count", + "aggregationType": "Count", + "internalMetricName": "ThrottledHttpRequestCount" + } + ] + } + } + }, + { + "origin": "System", + "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/diagnosticSettings/read", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Configuration Store", + "operation": "Read Configuration Store Diagnostic Settings", + "description": "Read all Diagnostic Settings values for a Configuration Store." + }, + "properties": null + }, + { + "origin": "System", + "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/diagnosticSettings/write", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Configuration Store", + "operation": "Write Configuration Store Diagnostic Settings", + "description": "Write/Overwrite Diagnostic Settings for Microsoft App Configuration." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/providers/Microsoft.Insights/logDefinitions/read", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Microsoft App Configuration Log Definition.", + "operation": "Read Configuration Store Log Definitions", + "description": "Retrieve all log definitions for Microsoft App Configuration." + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": null + } + } + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/validate/action", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection Proxy", + "operation": "Validate Private Endpoint Connection Proxy", + "description": "Validate a private endpoint connection proxy under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/read", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection Proxy", + "operation": "Get Private Endpoint Connection Proxy", + "description": "Get a private endpoint connection proxy under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/write", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection Proxy", + "operation": "Create or Update Private Endpoint Connection Proxy", + "description": "Create or update a private endpoint connection proxy under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnectionProxies/delete", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection Proxy", + "operation": "Delete Private Endpoint Connection Proxy", + "description": "Delete a private endpoint connection proxy under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/read", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection", + "operation": "Get Private Endpoint Connection or List Private Endpoint Connections", + "description": "Get a private endpoint connection or list private endpoint connections under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/write", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection", + "operation": "Approve or Reject Private Endpoint Connection", + "description": "Approve or reject a private endpoint connection under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/delete", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection", + "operation": "Delete Private Endpoint Connection", + "description": "Delete a private endpoint connection under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/PrivateEndpointConnectionsApproval/action", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Endpoint Connection", + "operation": "Auto-Approve Private Endpoint Connection", + "description": "Auto-Approve a private endpoint connection under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/privateLinkResources/read", + "isDataAction": false, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Private Link", + "operation": "List Private Link", + "description": "Lists all the private link resources under the specified configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/keyValues/read", + "isDataAction": true, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Key-Value", + "operation": "Read Key-Value", + "description": "Reads a key-value from the configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/keyValues/write", + "isDataAction": true, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Key-Value", + "operation": "Write Key-Value", + "description": "Creates or updates a key-value in the configuration store." + }, + "properties": null + }, + { + "name": "Microsoft.AppConfiguration/configurationStores/keyValues/delete", + "isDataAction": true, + "display": { + "provider": "Microsoft App Configuration", + "resource": "Key-Value", + "operation": "Delete Key-Value", + "description": "Deletes an existing key-value from the configuration store." + }, + "properties": null + } + ], + "nextLink": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-fb5044d74d923946bc991027f506f4f0-18d1d2b835cd9147-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "46b29d43e3f1040c48faf17c49b05f91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1462", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:38 GMT", + "Expires": "-1", + "Link": "\u003C/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389\u003E; rel=\u0022next\u0022", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46b29d43e3f1040c48faf17c49b05f91", + "x-ms-correlation-request-id": "8baab793-f19d-4471-bb1f-7ae301e8afd0", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "f13ac21e-80e9-4926-a9fe-a94e6478fe7d", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:8baab793-f19d-4471-bb1f-7ae301e8afd0" + }, + "ResponseBody": { + "value": [ + { + "type": "Microsoft.AppConfiguration/configurationStores", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "creationDate": "2021-10-27T20:25:44\u002B00:00", + "endpoint": "https://configuration9389.azconfig.io", + "encryption": { + "keyVaultProperties": null + }, + "privateEndpointConnections": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection", + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved", + "actionsRequired": "None" + } + } + } + ] + }, + "sku": { + "name": "standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", + "name": "configuration9389", + "tags": {} + } + ], + "nextLink": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2f8ceea7a5d5624bae38f484e0b2cc8c-9b892b90ac37294c-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e6a541ab13e1f31f72cacb952b3d30df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "28", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6a541ab13e1f31f72cacb952b3d30df", + "x-ms-correlation-request-id": "11b1671c-49d1-410e-bfdc-bb9f7831cbcf", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "8dfc7e20-be27-42f8-b597-3516e8feaea5", + "x-ms-routing-request-id": "WESTUS2:20211027T202639Z:11b1671c-49d1-410e-bfdc-bb9f7831cbcf" + }, + "ResponseBody": { + "value": [], + "nextLink": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-1a62693f3d6b6844930ba4b1f1248df8-71bab8bd80f4fb43-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fde9f3dc44ffae0b8aad0bf37772c163", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1417", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:39 GMT", + "Expires": "-1", + "Link": "\u003C/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389\u003E; rel=\u0022next\u0022", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fde9f3dc44ffae0b8aad0bf37772c163", + "x-ms-correlation-request-id": "0ebc7679-f110-4548-99b1-b22c5ae8810d", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "482c4afd-6297-4bec-9d82-5a4aeb25def0", + "x-ms-routing-request-id": "WESTUS2:20211027T202640Z:0ebc7679-f110-4548-99b1-b22c5ae8810d" + }, + "ResponseBody": { + "value": [ + { + "type": "Microsoft.AppConfiguration/configurationStores", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "creationDate": "2021-10-27T20:25:44\u002B00:00", + "endpoint": "https://configuration9389.azconfig.io", + "encryption": { + "keyVaultProperties": null + }, + "privateEndpointConnections": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection", + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved", + "actionsRequired": "None" + } + } + } + ] + }, + "sku": { + "name": "standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", + "name": "configuration9389", + "tags": {} + } + ], + "nextLink": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-1a36c03dd5baa348a1aa19f9ecb317a7-71660bd33b5ebf4c-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "8691ad8af6732fc57dbfd4271777d80b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "28", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8691ad8af6732fc57dbfd4271777d80b", + "x-ms-correlation-request-id": "c113bde3-74a0-43e8-a32b-efe52a4a7189", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "5fb39918-399e-466a-9691-f8f3b94b3d1c", + "x-ms-routing-request-id": "WESTUS2:20211027T202640Z:c113bde3-74a0-43e8-a32b-efe52a4a7189" + }, + "ResponseBody": { + "value": [], + "nextLink": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389?api-version=2020-06-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "75", + "Content-Type": "application/json", + "traceparent": "00-26b37f660d04424997d72f666e659b4c-92e788d159add24f-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "55a011c962c7679135f65c34072c7b00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard" + }, + "tags": { + "category": "Marketing" + }, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:41 GMT", + "ETag": "W/\u00229006b94b-0000-0700-0000-6179b6010000\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55a011c962c7679135f65c34072c7b00", + "x-ms-correlation-request-id": "079b4718-055e-44b5-8c52-5af14f0b8b6c", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "8e621739-90d5-4806-8299-7a87a780cb7a", + "x-ms-routing-request-id": "WESTUS2:20211027T202641Z:079b4718-055e-44b5-8c52-5af14f0b8b6c" + }, + "ResponseBody": { + "type": "Microsoft.AppConfiguration/configurationStores", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "creationDate": "2021-10-27T20:25:44\u002B00:00", + "endpoint": "https://configuration9389.azconfig.io", + "encryption": { + "keyVaultProperties": null + }, + "privateEndpointConnections": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", + "name": "myconnection", + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Auto-Approved", + "actionsRequired": "None" + } + } + } + ] + }, + "sku": { + "name": "standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", + "name": "configuration9389", + "tags": { + "category": "Marketing" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/checkNameAvailability?api-version=2020-06-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "74", + "Content-Type": "application/json", + "traceparent": "00-571616864af93d4b82dae7b77557390b-a0ae4fc554a80c4b-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "6529ffd46bd2289c1b2a507c9a902851", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "contoso", + "type": "Microsoft.AppConfiguration/configurationStores" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "81", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6529ffd46bd2289c1b2a507c9a902851", + "x-ms-correlation-request-id": "1f6b81d2-71fe-4012-ac6b-0f238f030ca0", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "2ae467b8-3207-4671-99fd-6df5772f97b8", + "x-ms-routing-request-id": "WESTUS2:20211027T202642Z:1f6b81d2-71fe-4012-ac6b-0f238f030ca0" + }, + "ResponseBody": { + "nameAvailable": true, + "message": "The specified name is available.", + "reason": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b216e9a51793ad44b8ad0c51fcb2433d-cc19011be629264c-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "af1fd443596c1f60a5ba270de150f751", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "226", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af1fd443596c1f60a5ba270de150f751", + "x-ms-correlation-request-id": "e9b669f0-9075-47c8-b176-5004276c9e29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "35a21afe-54ce-4b54-bd6f-5830a55fbdb3", + "x-ms-routing-request-id": "WESTUS2:20211027T202642Z:e9b669f0-9075-47c8-b176-5004276c9e29" + }, + "ResponseBody": { + "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", + "properties": { + "provisioningState": "Deleting", + "privateEndpoint": null, + "privateLinkServiceConnectionState": null + }, + "id": null, + "name": "myconnection" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "9bfd2e90e7c47aa69f0ac017438e47cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9bfd2e90e7c47aa69f0ac017438e47cb", + "x-ms-correlation-request-id": "5c012e70-4c9c-4f25-8fb5-27d75e2ae28b", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "e296d6ef-aa88-4cb8-afd3-8e345bbf02fc", + "x-ms-routing-request-id": "WESTUS2:20211027T202642Z:5c012e70-4c9c-4f25-8fb5-27d75e2ae28b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "501cff3220312d4fa682e289f6dfc5b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "501cff3220312d4fa682e289f6dfc5b5", + "x-ms-correlation-request-id": "e438ba15-f1dc-4747-9b5d-72184461c497", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "7fc34b99-9d6c-471e-b09e-20279f1eee54", + "x-ms-routing-request-id": "WESTUS2:20211027T202643Z:e438ba15-f1dc-4747-9b5d-72184461c497" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b27d8b6e5c52778ca2e569f75515583e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b27d8b6e5c52778ca2e569f75515583e", + "x-ms-correlation-request-id": "7c5425f7-10b9-4ed7-9540-6c69880852c4", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "8aa2e1b1-ad3c-47b5-80b2-4f5edd811283", + "x-ms-routing-request-id": "WESTUS2:20211027T202644Z:7c5425f7-10b9-4ed7-9540-6c69880852c4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5a4e979bfbd2706bdfd0f442051c83bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a4e979bfbd2706bdfd0f442051c83bf", + "x-ms-correlation-request-id": "94260fb5-eafe-4342-8614-8f0236a2aef0", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "e89320c4-1282-4066-bf5d-6ac427fc936d", + "x-ms-routing-request-id": "WESTUS2:20211027T202645Z:94260fb5-eafe-4342-8614-8f0236a2aef0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b8a90a459411d67873a4ad4bb757d790", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8a90a459411d67873a4ad4bb757d790", + "x-ms-correlation-request-id": "af27dd75-e7f5-4398-a3df-e42ad8d1c255", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "267566c2-4c42-48ea-9692-e6b59a76fd15", + "x-ms-routing-request-id": "WESTUS2:20211027T202646Z:af27dd75-e7f5-4398-a3df-e42ad8d1c255" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5feea4296a9173e31f0cd38267497286", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5feea4296a9173e31f0cd38267497286", + "x-ms-correlation-request-id": "e2f95c13-8862-4105-8d2b-c1c59d6323ee", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "795a8432-c74a-4cd9-b77d-e7cf2e892946", + "x-ms-routing-request-id": "WESTUS2:20211027T202647Z:e2f95c13-8862-4105-8d2b-c1c59d6323ee" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "4bb2a9619f6c062d1e78e72d4e1fb988", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bb2a9619f6c062d1e78e72d4e1fb988", + "x-ms-correlation-request-id": "f7959344-cdca-4875-905b-4a5cd5ef95a4", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "95dc1a74-3825-4825-b852-cf8c5ab225a2", + "x-ms-routing-request-id": "WESTUS2:20211027T202648Z:f7959344-cdca-4875-905b-4a5cd5ef95a4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "611863f8242ddb2d27359904c1f56e29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "611863f8242ddb2d27359904c1f56e29", + "x-ms-correlation-request-id": "c66f6997-2fa6-4add-b765-14f6d9f74f56", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "72fa0acf-856a-4111-8118-4883d421bb97", + "x-ms-routing-request-id": "WESTUS2:20211027T202649Z:c66f6997-2fa6-4add-b765-14f6d9f74f56" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d24625d8ec8e6849b2ed1a60a14aab9f-9a49aaef6cded940-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b015a29359b11298e8e0a6597fb75813", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0dea27328ca58a2476e8401982b525ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "1462", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:39 GMT", + "Date": "Wed, 27 Oct 2021 20:26:49 GMT", "Expires": "-1", - "Link": "\u003C/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389\u003E; rel=\u0022next\u0022", "Pragma": "no-cache", + "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b015a29359b11298e8e0a6597fb75813", - "x-ms-correlation-request-id": "d936d9dc-290c-41cf-ab40-d55fe90833d7", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "91a554d5-5a79-4d89-af18-35d108f6f2be", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133039Z:d936d9dc-290c-41cf-ab40-d55fe90833d7" + "x-ms-client-request-id": "0dea27328ca58a2476e8401982b525ff", + "x-ms-correlation-request-id": "e9d464a3-a802-47c7-bab4-97c8abe7906e", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "60a1f7f0-be56-44b8-a247-b67dac11aa43", + "x-ms-routing-request-id": "WESTUS2:20211027T202650Z:e9d464a3-a802-47c7-bab4-97c8abe7906e" }, "ResponseBody": { - "value": [ - { - "type": "Microsoft.AppConfiguration/configurationStores", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:29:55\u002B00:00", - "endpoint": "https://configuration9389.azconfig.io", - "encryption": { - "keyVaultProperties": null - }, - "privateEndpointConnections": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection", - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Succeeded", - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved", - "actionsRequired": "None" - } - } - } - ] - }, - "sku": { - "name": "standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", - "name": "configuration9389", - "tags": {} - } - ], - "nextLink": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-46a760855bafe743be7345675113a4da-19b7a7ba0f31914b-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "98ccfa31aeee491d6271684632c77b7c", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "048a4a5211313d587cd7243606284529", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "28", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:39 GMT", + "Date": "Wed, 27 Oct 2021 20:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98ccfa31aeee491d6271684632c77b7c", - "x-ms-correlation-request-id": "2f4a7038-471e-455b-b2dd-8ab2ba79c021", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "911f807e-13ab-48fa-a457-f58cfb36c76e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133040Z:2f4a7038-471e-455b-b2dd-8ab2ba79c021" + "x-ms-client-request-id": "048a4a5211313d587cd7243606284529", + "x-ms-correlation-request-id": "d6c3cd3e-2dd3-49c3-a6bd-5cd450a33d67", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "9b926e3f-bafe-4de6-8bee-1ee84596e67b", + "x-ms-routing-request-id": "WESTUS2:20211027T202652Z:d6c3cd3e-2dd3-49c3-a6bd-5cd450a33d67" }, "ResponseBody": { - "value": [], - "nextLink": null + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "26fbbe0aab356be33f8eea45e3145871", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26fbbe0aab356be33f8eea45e3145871", + "x-ms-correlation-request-id": "8eb06910-7dcc-48af-9cff-3117ee4d2044", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "6f313f6b-ec84-4e51-849c-4a968a072f89", + "x-ms-routing-request-id": "WESTUS2:20211027T202653Z:8eb06910-7dcc-48af-9cff-3117ee4d2044" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "76b19a10696b21f7cfad91ce68ed844e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76b19a10696b21f7cfad91ce68ed844e", + "x-ms-correlation-request-id": "c6b949e5-5943-4e13-bb55-c2232c917abf", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "a088efe4-fdc4-45f7-9cc2-96f8745f4e2d", + "x-ms-routing-request-id": "WESTUS2:20211027T202654Z:c6b949e5-5943-4e13-bb55-c2232c917abf" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "c40f17a2febaa7ca671ec5a326125967", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c40f17a2febaa7ca671ec5a326125967", + "x-ms-correlation-request-id": "a2bd0d8f-f32d-4a91-8687-30e11e5f8b57", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "ba535684-c0b7-4539-8964-9bfab3c06b42", + "x-ms-routing-request-id": "WESTUS2:20211027T202655Z:a2bd0d8f-f32d-4a91-8687-30e11e5f8b57" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "6b26b27ecf76a0bdc7da57871a150351", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b26b27ecf76a0bdc7da57871a150351", + "x-ms-correlation-request-id": "5d844ee0-f797-4930-9868-9035e4730881", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "33591c55-0351-4266-8701-e35a5b3696d2", + "x-ms-routing-request-id": "WESTUS2:20211027T202656Z:5d844ee0-f797-4930-9868-9035e4730881" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "cca39c0a940411b7d00a0f4ca454fabc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cca39c0a940411b7d00a0f4ca454fabc", + "x-ms-correlation-request-id": "d8c037ed-7c61-40c4-924c-64270ca79db5", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "a46038f1-bbef-4502-b7b5-b5dc97a131fe", + "x-ms-routing-request-id": "WESTUS2:20211027T202657Z:d8c037ed-7c61-40c4-924c-64270ca79db5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b54f295318c6d3d7596ffddfa6428c51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b54f295318c6d3d7596ffddfa6428c51", + "x-ms-correlation-request-id": "0d998c33-2e5b-42af-bbcf-2ede6f2e7850", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "b805fe9b-9e1b-4f67-9369-51b29c36075e", + "x-ms-routing-request-id": "WESTUS2:20211027T202658Z:0d998c33-2e5b-42af-bbcf-2ede6f2e7850" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "8a98731a8c6eea63fb149b6bbf71fb72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "Cache-Control": "no-cache", + "Content-Length": "247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 27 Oct 2021 20:26:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": "nginx/1.17.10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a98731a8c6eea63fb149b6bbf71fb72", + "x-ms-correlation-request-id": "5a6b90a1-c9f6-4208-82b8-174bffc24a9b", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "eb896017-84a9-4196-9c80-9dc04a7bfc4e", + "x-ms-routing-request-id": "WESTUS2:20211027T202659Z:5a6b90a1-c9f6-4208-82b8-174bffc24a9b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-95112f3c0bcfea44929231df9befb1b5-192493aea443b342-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6698b09e3b53a8516cbec8c8193faf5", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f0339bdf4dc5f28bc4d0739597d76b8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "1953", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:39 GMT", + "Date": "Wed, 27 Oct 2021 20:27:00 GMT", "Expires": "-1", - "Link": "\u003C/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389\u003E; rel=\u0022next\u0022", "Pragma": "no-cache", + "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6698b09e3b53a8516cbec8c8193faf5", - "x-ms-correlation-request-id": "5371d555-a3ab-468c-8886-43422d031982", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "2dbc526d-0f81-4815-8f42-b82689ba4fdd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133040Z:5371d555-a3ab-468c-8886-43422d031982" + "x-ms-client-request-id": "f0339bdf4dc5f28bc4d0739597d76b8e", + "x-ms-correlation-request-id": "6192c742-4eca-4ae0-971d-85a5f05ca154", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "31fdea00-a016-4194-9b69-4dc8d4d0b08c", + "x-ms-routing-request-id": "WESTUS2:20211027T202700Z:6192c742-4eca-4ae0-971d-85a5f05ca154" }, "ResponseBody": { - "value": [ - { - "type": "Microsoft.AppConfiguration/configurationStores", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:29:49\u002B00:00", - "endpoint": "https://configuration3955.azconfig.io", - "encryption": { - "keyVaultProperties": null - }, - "privateEndpointConnections": null - }, - "sku": { - "name": "standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-1450/providers/Microsoft.AppConfiguration/configurationStores/configuration3955", - "name": "configuration3955", - "tags": {} - }, - { - "type": "Microsoft.AppConfiguration/configurationStores", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:29:55\u002B00:00", - "endpoint": "https://configuration9389.azconfig.io", - "encryption": { - "keyVaultProperties": null - }, - "privateEndpointConnections": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection", - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Succeeded", - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved", - "actionsRequired": "None" - } - } - } - ] - }, - "sku": { - "name": "standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", - "name": "configuration9389", - "tags": {} - } - ], - "nextLink": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/configurationStores?api-version=2020-06-01\u0026$skipToken=configuration9389", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5f5fa40c54bccc45b1f0609c98f61b7b-88d4980e637aa243-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9402b2e9d706e41885cb4e40f152e021", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "3131bd7e70bbc74ec665bab27c6b13e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "28", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:39 GMT", + "Date": "Wed, 27 Oct 2021 20:27:01 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9402b2e9d706e41885cb4e40f152e021", - "x-ms-correlation-request-id": "9f0eb087-1e7b-4408-acdb-b2c8c0e35848", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "87493d6b-1040-43d1-8d91-e99d533a3877", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133040Z:9f0eb087-1e7b-4408-acdb-b2c8c0e35848" + "x-ms-client-request-id": "3131bd7e70bbc74ec665bab27c6b13e8", + "x-ms-correlation-request-id": "2cbeb633-de4b-41fb-9ae6-5318c8a570e3", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "09f1a5eb-f09b-4a58-b7ef-a1f951069bd5", + "x-ms-routing-request-id": "WESTUS2:20211027T202701Z:2cbeb633-de4b-41fb-9ae6-5318c8a570e3" }, "ResponseBody": { - "value": [], - "nextLink": null + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389?api-version=2020-06-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "75", - "Content-Type": "application/json", - "traceparent": "00-240f37931804b74bab46033268684378-6bcc4281229cd842-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f44f2965914e4d5d74928122c191c8cf", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0b008a739b0ecd8ce7a6c59e19cd5223", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard" - }, - "tags": { - "category": "Marketing" - }, - "properties": {} - }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "1225", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:41 GMT", - "ETag": "W/\u00223e00a9ad-0000-0700-0000-612a3a810000\u0022", + "Date": "Wed, 27 Oct 2021 20:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f44f2965914e4d5d74928122c191c8cf", - "x-ms-correlation-request-id": "5dbd8b31-9a74-4cc6-8e2b-4cbf0d06550d", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "4d1c5041-d1bb-44c0-b80e-480bfd2816eb", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133042Z:5dbd8b31-9a74-4cc6-8e2b-4cbf0d06550d" + "x-ms-client-request-id": "0b008a739b0ecd8ce7a6c59e19cd5223", + "x-ms-correlation-request-id": "891a7995-dc64-4fc7-96b7-dcd1c48cd60e", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "310dae90-13d8-4524-984d-9edf9ba091dd", + "x-ms-routing-request-id": "WESTUS2:20211027T202702Z:891a7995-dc64-4fc7-96b7-dcd1c48cd60e" }, "ResponseBody": { - "type": "Microsoft.AppConfiguration/configurationStores", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "creationDate": "2021-08-28T13:29:55\u002B00:00", - "endpoint": "https://configuration9389.azconfig.io", - "encryption": { - "keyVaultProperties": null - }, - "privateEndpointConnections": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection", - "name": "myconnection", - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Succeeded", - "privateEndpoint": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.Network/privateEndpoints/endpointxyz7397" - }, - "privateLinkServiceConnectionState": { - "status": "Approved", - "description": "Auto-Approved", - "actionsRequired": "None" - } - } - } - ] - }, - "sku": { - "name": "standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/default-appconfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389", - "name": "configuration9389", - "tags": { - "category": "Marketing" - } + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/checkNameAvailability?api-version=2020-06-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-1566ae53bbf79a4a8a56020444e1539c-a5f06bacff785744-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5726cbea064357a754b4207455f523f4", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "02ed0da9ca3f6fb74c6c2a6093d97558", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "name": "contoso", - "type": "Microsoft.AppConfiguration/configurationStores" - }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "98", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:42 GMT", + "Date": "Wed, 27 Oct 2021 20:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5726cbea064357a754b4207455f523f4", - "x-ms-correlation-request-id": "8eb44e86-dd54-4876-946c-e3747b07dc71", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "c3e234df-4299-4045-8c8e-c9dfb49d32c8", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133043Z:8eb44e86-dd54-4876-946c-e3747b07dc71" + "x-ms-client-request-id": "02ed0da9ca3f6fb74c6c2a6093d97558", + "x-ms-correlation-request-id": "091886c7-d9a5-4565-be82-b780537959d6", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "d7ef7833-a228-430c-b2f9-ec3e5fe33edc", + "x-ms-routing-request-id": "WESTUS2:20211027T202703Z:091886c7-d9a5-4565-be82-b780537959d6" }, "ResponseBody": { - "nameAvailable": false, - "message": "The specified name is already in use.", - "reason": "AlreadyExists" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-AppConfiguration-7184/providers/Microsoft.AppConfiguration/configurationStores/configuration9389/privateEndpointConnections/myconnection?api-version=2020-06-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9b4d892b4f5e7540a49e39b2aac9908b-77ff779aafc9e14c-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7eca7e0261f47f5bb41d81c94f74b82f", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0c228bbc5fd7e27f31644914aaafadf9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", - "Content-Length": "226", + "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:44 GMT", + "Date": "Wed, 27 Oct 2021 20:27:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7eca7e0261f47f5bb41d81c94f74b82f", - "x-ms-correlation-request-id": "8c90fc03-9982-4e55-b393-97c7e1b7f436", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "87981b6b-f4d3-443e-b097-967ad8095487", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133044Z:8c90fc03-9982-4e55-b393-97c7e1b7f436" + "x-ms-client-request-id": "0c228bbc5fd7e27f31644914aaafadf9", + "x-ms-correlation-request-id": "5ba0b8b4-0923-4528-bc4e-bbc3b309aeb6", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "ae1e5b6c-57fe-48f8-a525-a2d74d0cca7c", + "x-ms-routing-request-id": "WESTUS2:20211027T202704Z:5ba0b8b4-0923-4528-bc4e-bbc3b309aeb6" }, "ResponseBody": { - "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections", - "properties": { - "provisioningState": "Deleting", - "privateEndpoint": null, - "privateLinkServiceConnectionState": null - }, - "id": null, - "name": "myconnection" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", + "status": "Deleting", + "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "16e64d60ca7a89cf6fa7a22584dd07df", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "6e089612117da9a8d390bea1712b390e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:44 GMT", + "Date": "Wed, 27 Oct 2021 20:27:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16e64d60ca7a89cf6fa7a22584dd07df", - "x-ms-correlation-request-id": "afaa1f53-64f0-4ee8-9da1-df873944c763", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "b629e8df-bf60-490d-a5a0-2f695860eefa", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133045Z:afaa1f53-64f0-4ee8-9da1-df873944c763" + "x-ms-client-request-id": "6e089612117da9a8d390bea1712b390e", + "x-ms-correlation-request-id": "fc3288e4-712c-41eb-95e9-2f0e4a209f5a", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "76fecb65-c059-4b87-9082-0e6a4bd241dc", + "x-ms-routing-request-id": "WESTUS2:20211027T202705Z:fc3288e4-712c-41eb-95e9-2f0e4a209f5a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "972af0fc2dbd9189f359b2ef354ab9b3", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "8ee26c3145aa494c8d0ad1da80a2c59d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:45 GMT", + "Date": "Wed, 27 Oct 2021 20:27:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "972af0fc2dbd9189f359b2ef354ab9b3", - "x-ms-correlation-request-id": "7af5813c-73d1-4ec5-81b3-ec62f475916c", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "c16f256a-0a09-469a-935a-52479be5f630", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133046Z:7af5813c-73d1-4ec5-81b3-ec62f475916c" + "x-ms-client-request-id": "8ee26c3145aa494c8d0ad1da80a2c59d", + "x-ms-correlation-request-id": "0160a6fd-56b9-410b-a36f-46434d722d8c", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "c0d78c39-ce61-4be1-93bb-565318885978", + "x-ms-routing-request-id": "WESTUS2:20211027T202706Z:0160a6fd-56b9-410b-a36f-46434d722d8c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02690340a18d7fb4edaf85c3ce65ebee", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "fc4d31bf06d0abdae2783946a1de7105", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:46 GMT", + "Date": "Wed, 27 Oct 2021 20:27:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02690340a18d7fb4edaf85c3ce65ebee", - "x-ms-correlation-request-id": "6ac4eff5-f3b0-46e3-8954-1b3b5906ba33", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "ede61056-5e98-446b-90e8-bfd737276e33", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133047Z:6ac4eff5-f3b0-46e3-8954-1b3b5906ba33" + "x-ms-client-request-id": "fc4d31bf06d0abdae2783946a1de7105", + "x-ms-correlation-request-id": "6cf65436-3592-448e-973e-eb4882986c21", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "d7853787-8a21-4358-814d-469d00ef6119", + "x-ms-routing-request-id": "WESTUS2:20211027T202708Z:6cf65436-3592-448e-973e-eb4882986c21" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5144bfd45d632c0c355232018e05324", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "3de33a2b1ecdcc4e4abee17240ce2930", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:48 GMT", + "Date": "Wed, 27 Oct 2021 20:27:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5144bfd45d632c0c355232018e05324", - "x-ms-correlation-request-id": "6b498795-f37b-4677-b7c1-62c79919dfca", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "11f99ff4-8cb7-4a67-8210-283372be4bb6", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133048Z:6b498795-f37b-4677-b7c1-62c79919dfca" + "x-ms-client-request-id": "3de33a2b1ecdcc4e4abee17240ce2930", + "x-ms-correlation-request-id": "9bc201c3-6d11-4b15-b8e1-69027edfaff9", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "77b0ea74-c9af-4a86-aa7d-263965d3bb35", + "x-ms-routing-request-id": "WESTUS2:20211027T202709Z:9bc201c3-6d11-4b15-b8e1-69027edfaff9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81e5efee05735a523baaaa0ea7c6c28d", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "3fe121cb3ddd2a3e9136ab310b06a8af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:49 GMT", + "Date": "Wed, 27 Oct 2021 20:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81e5efee05735a523baaaa0ea7c6c28d", - "x-ms-correlation-request-id": "e89591cf-5b3a-4dfb-816a-a5137a1876a7", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "6ff854a3-2245-4874-8f24-e2a5f44967cd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133050Z:e89591cf-5b3a-4dfb-816a-a5137a1876a7" + "x-ms-client-request-id": "3fe121cb3ddd2a3e9136ab310b06a8af", + "x-ms-correlation-request-id": "58d0d9ee-2083-413d-86e9-fda941bc1ddc", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "913c041c-af3d-41b4-9826-cb08b730beee", + "x-ms-routing-request-id": "WESTUS2:20211027T202710Z:58d0d9ee-2083-413d-86e9-fda941bc1ddc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eaf2c36ee336fadc43363e387d94670d", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "45afcb9987bfa0cfe280b21125686b14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:50 GMT", + "Date": "Wed, 27 Oct 2021 20:27:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eaf2c36ee336fadc43363e387d94670d", - "x-ms-correlation-request-id": "7e5af044-289f-4f7a-85e2-fa103db638ce", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "204706c1-e5e5-4d23-82d6-1287a3060583", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133051Z:7e5af044-289f-4f7a-85e2-fa103db638ce" + "x-ms-client-request-id": "45afcb9987bfa0cfe280b21125686b14", + "x-ms-correlation-request-id": "a26d216e-954d-4786-8d0d-bf7b8fd864c5", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "bc5047e4-4096-413d-bd3a-f2f9c9312554", + "x-ms-routing-request-id": "WESTUS2:20211027T202711Z:a26d216e-954d-4786-8d0d-bf7b8fd864c5" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dfd4615b6980f77af9b99a2c9ab28afd", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7f7a094f31fdee27fcb9ab96721cc043", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:51 GMT", + "Date": "Wed, 27 Oct 2021 20:27:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfd4615b6980f77af9b99a2c9ab28afd", - "x-ms-correlation-request-id": "67813370-3b4c-4381-a691-f37199daf07e", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "59228251-955c-4383-a648-121267bf14bd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133052Z:67813370-3b4c-4381-a691-f37199daf07e" + "x-ms-client-request-id": "7f7a094f31fdee27fcb9ab96721cc043", + "x-ms-correlation-request-id": "706cb8c1-74bc-49c7-ad8c-ddc38a90b209", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "21b41229-7286-4b66-8afd-cb2ed70678d0", + "x-ms-routing-request-id": "WESTUS2:20211027T202712Z:706cb8c1-74bc-49c7-ad8c-ddc38a90b209" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54b2969268ed0aee13ea3e3dc719dda7", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "74d93116e31e447051405d5c8a2c0429", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:52 GMT", + "Date": "Wed, 27 Oct 2021 20:27:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54b2969268ed0aee13ea3e3dc719dda7", - "x-ms-correlation-request-id": "c317eafd-d547-4f4f-9e9a-7c6b78a6f0a4", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "4727a533-e69f-4f34-a565-200e70aefa8c", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133053Z:c317eafd-d547-4f4f-9e9a-7c6b78a6f0a4" + "x-ms-client-request-id": "74d93116e31e447051405d5c8a2c0429", + "x-ms-correlation-request-id": "61632fb5-4a0e-4d77-a27c-4e9c5e018275", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "fd9e16c9-a676-4fe2-887d-5a1c7d63ddcf", + "x-ms-routing-request-id": "WESTUS2:20211027T202713Z:61632fb5-4a0e-4d77-a27c-4e9c5e018275" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46b29d43e3f1040c48faf17c49b05f91", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "02e197cb288c67b2a3c14806dc382dc6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:54 GMT", + "Date": "Wed, 27 Oct 2021 20:27:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46b29d43e3f1040c48faf17c49b05f91", - "x-ms-correlation-request-id": "33ba0205-75d6-491e-b4c0-c1fd628982ed", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "7d3bfa43-18a1-4261-8618-b9ecac0aae7a", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133054Z:33ba0205-75d6-491e-b4c0-c1fd628982ed" + "x-ms-client-request-id": "02e197cb288c67b2a3c14806dc382dc6", + "x-ms-correlation-request-id": "b1cbdd30-20d5-4ee6-8a16-6d36079a1f53", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "c8eacec2-fac2-4342-848c-7244973d8630", + "x-ms-routing-request-id": "WESTUS2:20211027T202714Z:b1cbdd30-20d5-4ee6-8a16-6d36079a1f53" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6a541ab13e1f31f72cacb952b3d30df", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f3fb6ec0f68e6cf598362dbcd4cb63d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:55 GMT", + "Date": "Wed, 27 Oct 2021 20:27:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6a541ab13e1f31f72cacb952b3d30df", - "x-ms-correlation-request-id": "ffb84cbc-12ec-4d19-8798-b1ab1a4df626", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "9d791936-9cfe-4f7c-be1a-6d277160b35b", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133056Z:ffb84cbc-12ec-4d19-8798-b1ab1a4df626" + "x-ms-client-request-id": "f3fb6ec0f68e6cf598362dbcd4cb63d0", + "x-ms-correlation-request-id": "680dd6bc-bc29-45a2-b0a3-1779208f9373", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "d8821b20-5a0b-408c-bf39-4b9a1e16de41", + "x-ms-routing-request-id": "WESTUS2:20211027T202715Z:680dd6bc-bc29-45a2-b0a3-1779208f9373" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fde9f3dc44ffae0b8aad0bf37772c163", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "dbca81b4be3aedb77f71d05d9b6a6718", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:56 GMT", + "Date": "Wed, 27 Oct 2021 20:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fde9f3dc44ffae0b8aad0bf37772c163", - "x-ms-correlation-request-id": "6720b1d2-df03-447a-b562-d58309040b77", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "70abd3a1-409f-4df3-87d7-c88162a612ea", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133057Z:6720b1d2-df03-447a-b562-d58309040b77" + "x-ms-client-request-id": "dbca81b4be3aedb77f71d05d9b6a6718", + "x-ms-correlation-request-id": "2d81f2f1-4729-403d-a122-7782f16dbded", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "6ac49623-13a4-4edd-b89c-723a6f1e56bd", + "x-ms-routing-request-id": "WESTUS2:20211027T202716Z:2d81f2f1-4729-403d-a122-7782f16dbded" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8691ad8af6732fc57dbfd4271777d80b", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "1c9c96121031d59ba1756955faf593d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:57 GMT", + "Date": "Wed, 27 Oct 2021 20:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8691ad8af6732fc57dbfd4271777d80b", - "x-ms-correlation-request-id": "c72584b5-9d56-464d-b568-85b73381373d", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "31cc03e0-1239-46e5-9f1b-1b46a00c686e", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133058Z:c72584b5-9d56-464d-b568-85b73381373d" + "x-ms-client-request-id": "1c9c96121031d59ba1756955faf593d8", + "x-ms-correlation-request-id": "77d13d21-6a7f-402d-aeca-6d886cfb6baa", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "6303512b-651e-4c10-be16-f9ae64647c92", + "x-ms-routing-request-id": "WESTUS2:20211027T202717Z:77d13d21-6a7f-402d-aeca-6d886cfb6baa" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55a011c962c7679135f65c34072c7b00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5b51785e526e018bb60d741c2598d12d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:30:59 GMT", + "Date": "Wed, 27 Oct 2021 20:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55a011c962c7679135f65c34072c7b00", - "x-ms-correlation-request-id": "98cac40a-10d2-4ac4-b5b5-171a56bff992", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "9c4037d9-99bc-47da-aa54-fbe28dffd008", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133059Z:98cac40a-10d2-4ac4-b5b5-171a56bff992" + "x-ms-client-request-id": "5b51785e526e018bb60d741c2598d12d", + "x-ms-correlation-request-id": "0c007fc4-86a8-4027-adae-eb39b6e4a1ff", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "7cf1a111-0d7b-4b61-b7f7-502459b1f4b8", + "x-ms-routing-request-id": "WESTUS2:20211027T202718Z:0c007fc4-86a8-4027-adae-eb39b6e4a1ff" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e0a6808aaabe56c2db980406fe49712", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "3da915ce472ea49ee5f53ac45461f28a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:31:00 GMT", + "Date": "Wed, 27 Oct 2021 20:27:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e0a6808aaabe56c2db980406fe49712", - "x-ms-correlation-request-id": "92b0a242-bd9b-48a4-b116-11973ca87851", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "03e62510-eda3-41f5-b0ea-9659b2f961fb", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133101Z:92b0a242-bd9b-48a4-b116-11973ca87851" + "x-ms-client-request-id": "3da915ce472ea49ee5f53ac45461f28a", + "x-ms-correlation-request-id": "050fcf2c-5862-4bb4-ace9-87cf8d2d2151", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "de076a89-55e7-4ef7-ba9a-24cc5a156240", + "x-ms-routing-request-id": "WESTUS2:20211027T202719Z:050fcf2c-5862-4bb4-ace9-87cf8d2d2151" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6529ffd46bd2289c1b2a507c9a902851", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "22fef8de0c19c0aa0a9b65249c7eaf08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:31:01 GMT", + "Date": "Wed, 27 Oct 2021 20:27:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6529ffd46bd2289c1b2a507c9a902851", - "x-ms-correlation-request-id": "02aff93e-f8ce-494a-9ce1-b994f2bc7d1d", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "f3374f18-e693-4d51-97e6-35fa3e8f080a", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133102Z:02aff93e-f8ce-494a-9ce1-b994f2bc7d1d" + "x-ms-client-request-id": "22fef8de0c19c0aa0a9b65249c7eaf08", + "x-ms-correlation-request-id": "26f7f18f-fb84-4f2c-ac11-fce7d3e4d2da", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "742d1620-091a-4ea1-8aab-e42fc2b4c800", + "x-ms-routing-request-id": "WESTUS2:20211027T202720Z:26f7f18f-fb84-4f2c-ac11-fce7d3e4d2da" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af1fd443596c1f60a5ba270de150f751", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e5873ca4554c17aad9ad757818c6ad54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:31:02 GMT", + "Date": "Wed, 27 Oct 2021 20:27:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af1fd443596c1f60a5ba270de150f751", - "x-ms-correlation-request-id": "f4f696f4-ba85-4829-a126-9a259bd097db", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "ee98dd34-b361-4e4a-97db-dd7a2bb250dd", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133103Z:f4f696f4-ba85-4829-a126-9a259bd097db" + "x-ms-client-request-id": "e5873ca4554c17aad9ad757818c6ad54", + "x-ms-correlation-request-id": "884ad299-3fde-44da-9e73-c2c172742077", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "af363574-41aa-4a31-9419-5fa277f79fc7", + "x-ms-routing-request-id": "WESTUS2:20211027T202721Z:884ad299-3fde-44da-9e73-c2c172742077" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "085f495f15029c2dcce262805aef4b9c", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "2d3dea1aae99c1146ae83293e17a0766", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:31:03 GMT", + "Date": "Wed, 27 Oct 2021 20:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "085f495f15029c2dcce262805aef4b9c", - "x-ms-correlation-request-id": "50ecec52-8002-40a3-87cb-5652ad06a847", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "8f42a3b5-cb5d-4712-881b-9344c202403a", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133104Z:50ecec52-8002-40a3-87cb-5652ad06a847" + "x-ms-client-request-id": "2d3dea1aae99c1146ae83293e17a0766", + "x-ms-correlation-request-id": "9fc03609-bcec-4655-a936-a60ebb815aed", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "7c301529-3f6b-4d47-bcde-f0349c8afd0e", + "x-ms-routing-request-id": "WESTUS2:20211027T202722Z:9fc03609-bcec-4655-a936-a60ebb815aed" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9bfd2e90e7c47aa69f0ac017438e47cb", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "182031450dda893d4de7496b9732a843", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:31:06 GMT", + "Date": "Wed, 27 Oct 2021 20:27:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bfd2e90e7c47aa69f0ac017438e47cb", - "x-ms-correlation-request-id": "95c03c9a-5348-4dca-8120-cf6e393b1a4d", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "a527f4e8-e65a-405e-8358-10c4fe682431", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133106Z:95c03c9a-5348-4dca-8120-cf6e393b1a4d" + "x-ms-client-request-id": "182031450dda893d4de7496b9732a843", + "x-ms-correlation-request-id": "ab4469c3-4a75-46b5-92c2-77380b34cad6", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "bdec330e-6ee3-4831-9b63-c62c3f3c2b4d", + "x-ms-routing-request-id": "WESTUS2:20211027T202723Z:ab4469c3-4a75-46b5-92c2-77380b34cad6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "501cff3220312d4fa682e289f6dfc5b5", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b20910ee8241f56e27c57b632217355e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "247", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:31:07 GMT", + "Date": "Wed, 27 Oct 2021 20:27:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "501cff3220312d4fa682e289f6dfc5b5", - "x-ms-correlation-request-id": "4f02522c-8e67-4980-96a4-ed52931329c7", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "5aa7bc06-f5fa-4a18-b876-7899f3eebe2a", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133107Z:4f02522c-8e67-4980-96a4-ed52931329c7" + "x-ms-client-request-id": "b20910ee8241f56e27c57b632217355e", + "x-ms-correlation-request-id": "25837ab7-75ba-4fb7-a3e6-01670bb113e3", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "152aee61-f0fc-4e08-9eec-8fa4cc9b2f78", + "x-ms-routing-request-id": "WESTUS2:20211027T202725Z:25837ab7-75ba-4fb7-a3e6-01670bb113e3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Deleting", "error": null } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b27d8b6e5c52778ca2e569f75515583e", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e6320ea594a60c7aacb4dfb265a92a38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b?api-version=2020-06-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297?api-version=2020-06-01", "Cache-Control": "no-cache", "Content-Length": "248", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 28 Aug 2021 13:31:08 GMT", + "Date": "Wed, 27 Oct 2021 20:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b27d8b6e5c52778ca2e569f75515583e", - "x-ms-correlation-request-id": "81b43678-d0f6-473b-89f8-c6cdd3773cf0", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "aae4419c-ec8b-438e-b31a-30760bfe1845", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133108Z:81b43678-d0f6-473b-89f8-c6cdd3773cf0" + "x-ms-client-request-id": "e6320ea594a60c7aacb4dfb265a92a38", + "x-ms-correlation-request-id": "2cecba6a-96db-41d7-b238-40b0abed472e", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "1aec4d3a-8d57-45c5-ace3-63b7b7633ef9", + "x-ms-routing-request-id": "WESTUS2:20211027T202726Z:2cecba6a-96db-41d7-b238-40b0abed472e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/5d12ffae-90f8-b501-a5a1-eacdfb23245b", - "name": "5d12ffae-90f8-b501-a5a1-eacdfb23245b", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.AppConfiguration/locations/westus/operationsStatus/dc85eeb0-9620-0314-7d38-631b32336297", + "name": "dc85eeb0-9620-0314-7d38-631b32336297", "status": "Succeeded", "error": null } @@ -3627,9 +5086,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e8874c277937d1439781c23bdfd11a23-fc1871e392a2b34e-00", - "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20210828.1 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a4e979bfbd2706bdfd0f442051c83bf", + "traceparent": "00-3aa0879d83910441bfe53663651dd821-23bb3082d0944548-00", + "User-Agent": "azsdk-net-ResourceManager.AppConfiguration/1.0.0-alpha.20211027.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d1a5ee405571c325c32bf11492da6636", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3637,17 +5096,17 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 28 Aug 2021 13:31:13 GMT", + "Date": "Wed, 27 Oct 2021 20:27:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "nginx/1.17.10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a4e979bfbd2706bdfd0f442051c83bf", - "x-ms-correlation-request-id": "24488673-3291-4855-af11-ce588dab7e5f", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "71f47fa8-219c-4ee5-99a5-51c36c1c3dac", - "x-ms-routing-request-id": "KOREACENTRAL:20210828T133113Z:24488673-3291-4855-af11-ce588dab7e5f" + "x-ms-client-request-id": "d1a5ee405571c325c32bf11492da6636", + "x-ms-correlation-request-id": "c10c98eb-bbdd-4667-9402-3d651499aec9", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "81758456-9a4d-49d7-a0eb-c5ba91bd12d0", + "x-ms-routing-request-id": "WESTUS2:20211027T202729Z:c10c98eb-bbdd-4667-9402-3d651499aec9" }, "ResponseBody": [] } diff --git a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/Tests/AppConfigurationTest.cs b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/Tests/AppConfigurationTest.cs index 6295fc17e44f0..1312000abeeb6 100644 --- a/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/Tests/AppConfigurationTest.cs +++ b/sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/tests/Tests/AppConfigurationTest.cs @@ -20,16 +20,16 @@ namespace Azure.ResourceManager.AppConfiguration.Tests public class AppConfigurationTest : AppConfigurationClientBase { public AppConfigurationTest(bool isAsync) - : base(isAsync) + : base(isAsync)//, RecordedTestMode.Record) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { - Initialize(); + await Initialize(); } } @@ -43,7 +43,8 @@ public async Task CleanupResourceGroup() public async Task AppConfigurationListKeyValues() { var resourceGroupName = Recording.GenerateAssetName(ResourceGroupPrefix); - ResourceGroup resourceGroup = await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdate(resourceGroupName, new Resources.ResourceGroupData(AzureLocation)).WaitForCompletionAsync(); + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + ResourceGroup resourceGroup = await sub.GetResourceGroups().CreateOrUpdate(resourceGroupName, new Resources.ResourceGroupData(AzureLocation)).WaitForCompletionAsync(); //create configuration var configurationStoreName = Recording.GenerateAssetName("configuration"); var configurationCreateResponse = await ConfigurationStoresOperations.StartCreateAsync(resourceGroupName, configurationStoreName, @@ -76,7 +77,8 @@ public async Task AppConfiguration() string configurationStoreName = Recording.GenerateAssetName("configuration"); string privateEndpointConnectionName = Recording.GenerateAssetName("privateendpoint"); var resourceGroupName = Recording.GenerateAssetName(ResourceGroupPrefix); - ResourceGroup resourceGroup = await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdate(resourceGroupName, new Resources.ResourceGroupData(AzureLocation)).WaitForCompletionAsync(); + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + ResourceGroup resourceGroup = await sub.GetResourceGroups().CreateOrUpdate(resourceGroupName, new Resources.ResourceGroupData(AzureLocation)).WaitForCompletionAsync(); var configurationCreateResponse = await ConfigurationStoresOperations.StartCreateAsync(resourceGroupName, configurationStoreName, new ConfigurationStore("westus", new Sku("Standard"))); var configurationCreateResult = await WaitForCompletionAsync(configurationCreateResponse); diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/Azure.ResourceManager.Communication.Tests.csproj b/sdk/communication/Azure.ResourceManager.Communication/tests/Azure.ResourceManager.Communication.Tests.csproj index 20275341d9bd0..e2c5a27bef6c8 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/Azure.ResourceManager.Communication.Tests.csproj +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/Azure.ResourceManager.Communication.Tests.csproj @@ -6,9 +6,11 @@ + + - + diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CheckNameAvailabilityTests.cs b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CheckNameAvailabilityTests.cs index 96e7d8d31d17e..9620dad17c455 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CheckNameAvailabilityTests.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CheckNameAvailabilityTests.cs @@ -35,7 +35,8 @@ public async Task Cleanup() public async Task CheckNameUniqueness() { // Setup resource group for the test. This resource group is deleted by CleanupResourceGroupsAsync after the test ends - var lro = await ResourcesManagementClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + var lro = await sub.GetResourceGroups().CreateOrUpdateAsync( Recording.GenerateAssetName(ResourceGroupPrefix), new ResourceGroupData(Location)); ResourceGroup rg = lro.Value; diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CrudTests.cs b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CrudTests.cs index 0c88722bf2473..c2eb6b4b0bc90 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CrudTests.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/CrudTests.cs @@ -36,7 +36,8 @@ public async Task Cleanup() public async Task CrudSimpleResource() { // Setup resource group for the test. This resource group is deleted by CleanupResourceGroupsAsync after the test ends - var lro = await ResourcesManagementClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + var lro = await sub.GetResourceGroups().CreateOrUpdateAsync( Recording.GenerateAssetName(ResourceGroupPrefix), new ResourceGroupData(Location)); ResourceGroup rg = lro.Value; @@ -108,7 +109,8 @@ public async Task CrudSimpleResource() public async Task CrudResourceWithTags() { // Setup resource group for the test. This resource group is deleted by CleanupResourceGroupsAsync after the test ends - var lro = await ResourcesManagementClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + var lro = await sub.GetResourceGroups().CreateOrUpdateAsync( Recording.GenerateAssetName(ResourceGroupPrefix), new ResourceGroupData(Location)); ResourceGroup rg = lro.Value; diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/ListResourcesTests.cs b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/ListResourcesTests.cs index 6433876424a8c..80ce12a7c56a8 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/ListResourcesTests.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/ListResourcesTests.cs @@ -36,7 +36,8 @@ public async Task Cleanup() public async Task ListBySubscription() { // Setup resource group for the test. This resource group is deleted by CleanupResourceGroupsAsync after the test ends - var lro = await ResourcesManagementClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + var lro = await sub.GetResourceGroups().CreateOrUpdateAsync( Recording.GenerateAssetName(ResourceGroupPrefix), new ResourceGroupData(Location)); ResourceGroup rg = lro.Value; @@ -73,7 +74,8 @@ public async Task ListBySubscription() public async Task ListByRg() { // Setup resource group for the test. This resource group is deleted by CleanupResourceGroupsAsync after the test ends - var lro = await ResourcesManagementClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + var lro = await sub.GetResourceGroups().CreateOrUpdateAsync( Recording.GenerateAssetName(ResourceGroupPrefix), new ResourceGroupData(Location)); ResourceGroup rg = lro.Value; diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/NotificationHubTests.cs b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/NotificationHubTests.cs index 9c830c15e74ab..f921b585b3062 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/NotificationHubTests.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/ScenarioTests/NotificationHubTests.cs @@ -36,7 +36,8 @@ public async Task Cleanup() public async Task LinkNotificationHub() { // Setup resource group for the test. This resource group is deleted by CleanupResourceGroupsAsync after the test ends - var lro = await ResourcesManagementClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + var lro = await sub.GetResourceGroups().CreateOrUpdateAsync( NotificationHubsResourceGroupName, new ResourceGroupData(Location)); ResourceGroup rg = lro.Value; diff --git a/sdk/compute/Azure.ResourceManager.Compute/README.md b/sdk/compute/Azure.ResourceManager.Compute/README.md index f1e4bca9696a6..af2abdce26d51 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/README.md +++ b/sdk/compute/Azure.ResourceManager.Compute/README.md @@ -54,22 +54,22 @@ Key concepts of the Azure .NET SDK can be found [here](https://github.com/Azure/ Before creating an availability set, we need to have a resource group. -```C# Snippet:Readme_GetResourceGroupContainer +```C# Snippet:Readme_GetResourceGroupCollection ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; ``` ```C# Snippet:Managing_Availability_Set_CreateAnAvailabilitySet -AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); +AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; AvailabilitySetData input = new AvailabilitySetData(location); -AvailabilitySetCreateOrUpdateOperation lro = await availabilitySetContainer.CreateOrUpdateAsync(availabilitySetName, input); +AvailabilitySetCreateOrUpdateOperation lro = await availabilitySetCollection.CreateOrUpdateAsync(availabilitySetName, input); AvailabilitySet availabilitySet = lro.Value; ``` @@ -78,16 +78,16 @@ AvailabilitySet availabilitySet = lro.Value; ```C# Snippet:Managing_Availability_Set_GetAllAvailabilitySets // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -// Now we get a ResourceGroup container for that subscription -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +// Now we get a ResourceGroup collection for that subscription +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; -ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); -// First, we get the availability set container from the resource group -AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); -// With GetAllAsync(), we can get a list of the availability sets in the container -AsyncPageable response = availabilitySetContainer.GetAllAsync(); +ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); +// First, we get the availability set collection from the resource group +AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); +// With GetAllAsync(), we can get a list of the availability sets in the collection +AsyncPageable response = availabilitySetCollection.GetAllAsync(); await foreach (AvailabilitySet availabilitySet in response) { Console.WriteLine(availabilitySet.Data.Name); @@ -99,16 +99,16 @@ await foreach (AvailabilitySet availabilitySet in response) ```C# Snippet:Managing_Availability_Set_UpdateAnAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -// Now we get a ResourceGroup container for that subscription -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +// Now we get a ResourceGroup collection for that subscription +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; -ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); -AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); +ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); +AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; -AvailabilitySet availabilitySet = await availabilitySetContainer.GetAsync(availabilitySetName); +AvailabilitySet availabilitySet = await availabilitySetCollection.GetAsync(availabilitySetName); // availabilitySet is an AvailabilitySet instance created above AvailabilitySetUpdate update = new AvailabilitySetUpdate() { @@ -122,16 +122,16 @@ AvailabilitySet updatedAvailabilitySet = await availabilitySet.UpdateAsync(updat ```C# Snippet:Managing_Availability_Set_DeleteAnAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -// Now we get a ResourceGroup container for that subscription -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +// Now we get a ResourceGroup collection for that subscription +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; -ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); -AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); +ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); +AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; -AvailabilitySet availabilitySet = await availabilitySetContainer.GetAsync(availabilitySetName); +AvailabilitySet availabilitySet = await availabilitySetCollection.GetAsync(availabilitySetName); // delete the availability set await availabilitySet.DeleteAsync(); ``` @@ -142,11 +142,11 @@ If you just want to verify if the availability set exists, you can use the funct ```C# Snippet:Managing_Availability_Set_CheckIfExistsForAvailabilitySet ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; -ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); +ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); string availabilitySetName = "myAvailabilitySet"; bool exists = await resourceGroup.GetAvailabilitySets().CheckIfExistsAsync(availabilitySetName); @@ -165,15 +165,15 @@ If you want to first check if the availability set exists, and if it does, you w ```C# Snippet:Managing_Availability_Set_GetIfExistsForAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -// Now we get a ResourceGroup container for that subscription -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +// Now we get a ResourceGroup collection for that subscription +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; -ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); -AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); +ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); +AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; -AvailabilitySet availabilitySet = await availabilitySetContainer.GetIfExistsAsync(availabilitySetName); +AvailabilitySet availabilitySet = await availabilitySetCollection.GetIfExistsAsync(availabilitySetName); if (availabilitySet == null) { @@ -189,15 +189,15 @@ if (availabilitySet == null) ```C# Snippet:Managing_Availability_Set_AddTagAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -// Now we get a ResourceGroup container for that subscription -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +// Now we get a ResourceGroup collection for that subscription +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; -ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); -AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); +ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); +AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; -AvailabilitySet availabilitySet = await availabilitySetContainer.GetAsync(availabilitySetName); +AvailabilitySet availabilitySet = await availabilitySetCollection.GetAsync(availabilitySetName); // add a tag on this availabilitySet AvailabilitySet updatedAvailabilitySet = await availabilitySet.AddTagAsync("key", "value"); ``` diff --git a/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs b/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs index e3c82c729eaee..be90cd599d581 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs @@ -19,19 +19,19 @@ public static partial class ArmClientExtensions public static Azure.ResourceManager.Compute.PrivateEndpointConnection GetPrivateEndpointConnection(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.ProximityPlacementGroup GetProximityPlacementGroup(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.RestorePoint GetRestorePoint(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public static Azure.ResourceManager.Compute.RestorePointCollection GetRestorePointCollection(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Compute.RestorePointGroup GetRestorePointGroup(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.Snapshot GetSnapshot(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.SshPublicKey GetSshPublicKey(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.UpdateDomain GetUpdateDomain(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.VirtualMachine GetVirtualMachine(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public static Azure.ResourceManager.Compute.VirtualMachineExtensionVirtualMachine GetVirtualMachineExtensionVirtualMachine(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public static Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachine GetVirtualMachineRunCommandVirtualMachine(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public static Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachineScaleSetVM GetVirtualMachineRunCommandVirtualMachineScaleSetVM(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.VirtualMachineScaleSet GetVirtualMachineScaleSet(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.VirtualMachineScaleSetExtension GetVirtualMachineScaleSetExtension(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgrade GetVirtualMachineScaleSetRollingUpgrade(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Compute.VirtualMachineScaleSetVirtualMachineScaleSetVMExtension GetVirtualMachineScaleSetVirtualMachineScaleSetVMExtension(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Compute.VirtualMachineScaleSetVM GetVirtualMachineScaleSetVM(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public static Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet GetVirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Compute.VirtualMachineScaleSetVMVirtualMachineRunCommand GetVirtualMachineScaleSetVMVirtualMachineRunCommand(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Compute.VirtualMachineVirtualMachineExtension GetVirtualMachineVirtualMachineExtension(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Compute.VirtualMachineVirtualMachineRunCommand GetVirtualMachineVirtualMachineRunCommand(this Azure.ResourceManager.ArmClient armClient, Azure.ResourceManager.ResourceIdentifier id) { throw null; } } public partial class AvailabilitySet : Azure.ResourceManager.Core.ArmResource { @@ -57,9 +57,9 @@ protected AvailabilitySet() { } public virtual Azure.Response Update(Azure.ResourceManager.Compute.Models.AvailabilitySetUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Compute.Models.AvailabilitySetUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class AvailabilitySetContainer : Azure.ResourceManager.Core.ArmContainer + public partial class AvailabilitySetCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected AvailabilitySetContainer() { } + protected AvailabilitySetCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string availabilitySetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string availabilitySetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -73,6 +73,9 @@ protected AvailabilitySetContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string availabilitySetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string availabilitySetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string availabilitySetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class AvailabilitySetData : Azure.ResourceManager.Models.TrackedResource { @@ -115,7 +118,7 @@ protected CloudService() { } public virtual Azure.AsyncPageable GetCloudServiceRolesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetInstanceView(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetInstanceViewAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.UpdateDomainContainer GetUpdateDomains() { throw null; } + public Azure.ResourceManager.Compute.UpdateDomainCollection GetUpdateDomains() { throw null; } public virtual Azure.ResourceManager.Compute.Models.CloudServicePowerOffOperation PowerOff(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task PowerOffAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Compute.Models.CloudServicePowerOnOperation PowerOn(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -133,9 +136,9 @@ protected CloudService() { } public virtual Azure.ResourceManager.Compute.Models.CloudServiceUpdateOperation Update(Azure.ResourceManager.Compute.Models.CloudServiceUpdate parameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.CloudServiceUpdate parameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class CloudServiceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class CloudServiceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected CloudServiceContainer() { } + protected CloudServiceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string cloudServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string cloudServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -149,6 +152,9 @@ protected CloudServiceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string cloudServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string cloudServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string cloudServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class CloudServiceData : Azure.ResourceManager.Models.TrackedResource { @@ -177,9 +183,9 @@ protected DedicatedHost() { } public virtual Azure.ResourceManager.Compute.Models.DedicatedHostUpdateOperation Update(Azure.ResourceManager.Compute.Models.DedicatedHostUpdate parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.DedicatedHostUpdate parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DedicatedHostContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DedicatedHostCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DedicatedHostContainer() { } + protected DedicatedHostCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string hostName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string hostName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -191,6 +197,9 @@ protected DedicatedHostContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string hostName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string hostName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string hostName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DedicatedHostData : Azure.ResourceManager.Models.TrackedResource { @@ -220,7 +229,7 @@ protected DedicatedHostGroup() { } public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.DedicatedHostContainer GetDedicatedHosts() { throw null; } + public Azure.ResourceManager.Compute.DedicatedHostCollection GetDedicatedHosts() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -228,9 +237,9 @@ protected DedicatedHostGroup() { } public virtual Azure.Response Update(Azure.ResourceManager.Compute.Models.DedicatedHostGroupUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Compute.Models.DedicatedHostGroupUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DedicatedHostGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DedicatedHostGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DedicatedHostGroupContainer() { } + protected DedicatedHostGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string hostGroupName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string hostGroupName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -244,6 +253,9 @@ protected DedicatedHostGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string hostGroupName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string hostGroupName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string hostGroupName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DedicatedHostGroupData : Azure.ResourceManager.Models.TrackedResource { @@ -295,7 +307,7 @@ protected DiskAccess() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.PrivateEndpointConnectionContainer GetPrivateEndpointConnections() { throw null; } + public Azure.ResourceManager.Compute.PrivateEndpointConnectionCollection GetPrivateEndpointConnections() { throw null; } public virtual Azure.Response> GetPrivateLinkResources(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -305,9 +317,9 @@ protected DiskAccess() { } public virtual Azure.ResourceManager.Compute.Models.DiskAccessUpdateOperation Update(Azure.ResourceManager.Compute.Models.DiskAccessUpdate diskAccess, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.DiskAccessUpdate diskAccess, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DiskAccessContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DiskAccessCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DiskAccessContainer() { } + protected DiskAccessCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string diskAccessName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string diskAccessName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -321,6 +333,9 @@ protected DiskAccessContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string diskAccessName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string diskAccessName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string diskAccessName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DiskAccessData : Azure.ResourceManager.Models.TrackedResource { @@ -329,9 +344,9 @@ public DiskAccessData(Azure.ResourceManager.Resources.Models.Location location) public string ProvisioningState { get { throw null; } } public System.DateTimeOffset? TimeCreated { get { throw null; } } } - public partial class DiskContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DiskCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DiskContainer() { } + protected DiskCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string diskName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string diskName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -345,6 +360,9 @@ protected DiskContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string diskName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string diskName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string diskName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DiskData : Azure.ResourceManager.Models.TrackedResource { @@ -404,9 +422,9 @@ protected DiskEncryptionSet() { } public virtual Azure.ResourceManager.Compute.Models.DiskEncryptionSetUpdateOperation Update(Azure.ResourceManager.Compute.Models.DiskEncryptionSetUpdate diskEncryptionSet, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.DiskEncryptionSetUpdate diskEncryptionSet, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DiskEncryptionSetContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DiskEncryptionSetCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DiskEncryptionSetContainer() { } + protected DiskEncryptionSetCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -420,6 +438,9 @@ protected DiskEncryptionSetContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DiskEncryptionSetData : Azure.ResourceManager.Models.TrackedResource { @@ -448,9 +469,9 @@ protected DiskRestorePoint() { } public virtual Azure.ResourceManager.Compute.Models.DiskRestorePointRevokeAccessOperation RevokeAccess(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task RevokeAccessAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DiskRestorePointContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DiskRestorePointCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DiskRestorePointContainer() { } + protected DiskRestorePointCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string diskRestorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string diskRestorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -460,6 +481,9 @@ protected DiskRestorePointContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string diskRestorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string diskRestorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string diskRestorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DiskRestorePointData : Azure.ResourceManager.Models.Resource { @@ -489,8 +513,8 @@ protected Gallery() { } public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Compute.Models.SelectPermissions? select = default(Azure.ResourceManager.Compute.Models.SelectPermissions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.GalleryApplicationContainer GetGalleryApplications() { throw null; } - public Azure.ResourceManager.Compute.GalleryImageContainer GetGalleryImages() { throw null; } + public Azure.ResourceManager.Compute.GalleryApplicationCollection GetGalleryApplications() { throw null; } + public Azure.ResourceManager.Compute.GalleryImageCollection GetGalleryImages() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -513,7 +537,7 @@ protected GalleryApplication() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.GalleryApplicationVersionContainer GetGalleryApplicationVersions() { throw null; } + public Azure.ResourceManager.Compute.GalleryApplicationVersionCollection GetGalleryApplicationVersions() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -521,9 +545,9 @@ protected GalleryApplication() { } public virtual Azure.ResourceManager.Compute.Models.GalleryApplicationUpdateOperation Update(Azure.ResourceManager.Compute.Models.GalleryApplicationUpdate galleryApplication, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.GalleryApplicationUpdate galleryApplication, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class GalleryApplicationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class GalleryApplicationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected GalleryApplicationContainer() { } + protected GalleryApplicationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -535,6 +559,9 @@ protected GalleryApplicationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class GalleryApplicationData : Azure.ResourceManager.Models.TrackedResource { @@ -568,9 +595,9 @@ protected GalleryApplicationVersion() { } public virtual Azure.ResourceManager.Compute.Models.GalleryApplicationVersionUpdateOperation Update(Azure.ResourceManager.Compute.Models.GalleryApplicationVersionUpdate galleryApplicationVersion, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.GalleryApplicationVersionUpdate galleryApplicationVersion, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class GalleryApplicationVersionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class GalleryApplicationVersionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected GalleryApplicationVersionContainer() { } + protected GalleryApplicationVersionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string galleryApplicationVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string galleryApplicationVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -582,6 +609,9 @@ protected GalleryApplicationVersionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string galleryApplicationVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string galleryApplicationVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string galleryApplicationVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class GalleryApplicationVersionData : Azure.ResourceManager.Models.TrackedResource { @@ -590,9 +620,9 @@ public GalleryApplicationVersionData(Azure.ResourceManager.Resources.Models.Loca public Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPublishingProfile PublishingProfile { get { throw null; } set { } } public Azure.ResourceManager.Compute.Models.ReplicationStatus ReplicationStatus { get { throw null; } } } - public partial class GalleryContainer : Azure.ResourceManager.Core.ArmContainer + public partial class GalleryCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected GalleryContainer() { } + protected GalleryCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string galleryName, Azure.ResourceManager.Compute.Models.SelectPermissions? select = default(Azure.ResourceManager.Compute.Models.SelectPermissions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string galleryName, Azure.ResourceManager.Compute.Models.SelectPermissions? select = default(Azure.ResourceManager.Compute.Models.SelectPermissions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -606,6 +636,9 @@ protected GalleryContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string galleryName, Azure.ResourceManager.Compute.Models.SelectPermissions? select = default(Azure.ResourceManager.Compute.Models.SelectPermissions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string galleryName, Azure.ResourceManager.Compute.Models.SelectPermissions? select = default(Azure.ResourceManager.Compute.Models.SelectPermissions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string galleryName, Azure.ResourceManager.Compute.Models.SelectPermissions? select = default(Azure.ResourceManager.Compute.Models.SelectPermissions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class GalleryData : Azure.ResourceManager.Models.TrackedResource { @@ -630,7 +663,7 @@ protected GalleryImage() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.GalleryImageVersionContainer GetGalleryImageVersions() { throw null; } + public Azure.ResourceManager.Compute.GalleryImageVersionCollection GetGalleryImageVersions() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -638,9 +671,9 @@ protected GalleryImage() { } public virtual Azure.ResourceManager.Compute.Models.GalleryImageUpdateOperation Update(Azure.ResourceManager.Compute.Models.GalleryImageUpdate galleryImage, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.GalleryImageUpdate galleryImage, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class GalleryImageContainer : Azure.ResourceManager.Core.ArmContainer + public partial class GalleryImageCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected GalleryImageContainer() { } + protected GalleryImageCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string galleryImageName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string galleryImageName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -652,6 +685,9 @@ protected GalleryImageContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string galleryImageName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string galleryImageName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string galleryImageName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class GalleryImageData : Azure.ResourceManager.Models.TrackedResource { @@ -693,9 +729,9 @@ protected GalleryImageVersion() { } public virtual Azure.ResourceManager.Compute.Models.GalleryImageVersionUpdateOperation Update(Azure.ResourceManager.Compute.Models.GalleryImageVersionUpdate galleryImageVersion, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.GalleryImageVersionUpdate galleryImageVersion, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class GalleryImageVersionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class GalleryImageVersionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected GalleryImageVersionContainer() { } + protected GalleryImageVersionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string galleryImageVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string galleryImageVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -707,6 +743,9 @@ protected GalleryImageVersionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string galleryImageVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string galleryImageVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string galleryImageVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusTypes? expand = default(Azure.ResourceManager.Compute.Models.ReplicationStatusTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class GalleryImageVersionData : Azure.ResourceManager.Models.TrackedResource { @@ -738,9 +777,9 @@ protected Image() { } public virtual Azure.ResourceManager.Compute.Models.ImageUpdateOperation Update(Azure.ResourceManager.Compute.Models.ImageUpdate parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.ImageUpdate parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ImageContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ImageCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ImageContainer() { } + protected ImageCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string imageName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string imageName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -754,6 +793,9 @@ protected ImageContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string imageName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string imageName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string imageName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ImageData : Azure.ResourceManager.Models.TrackedResource { @@ -778,9 +820,9 @@ protected PrivateEndpointConnection() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PrivateEndpointConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PrivateEndpointConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PrivateEndpointConnectionContainer() { } + protected PrivateEndpointConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -792,6 +834,9 @@ protected PrivateEndpointConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PrivateEndpointConnectionData : Azure.ResourceManager.Models.Resource { @@ -822,9 +867,9 @@ protected ProximityPlacementGroup() { } public virtual Azure.Response Update(Azure.ResourceManager.Compute.Models.ProximityPlacementGroupUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Compute.Models.ProximityPlacementGroupUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ProximityPlacementGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ProximityPlacementGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ProximityPlacementGroupContainer() { } + protected ProximityPlacementGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string proximityPlacementGroupName, string includeColocationStatus = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string proximityPlacementGroupName, string includeColocationStatus = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -838,6 +883,9 @@ protected ProximityPlacementGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string proximityPlacementGroupName, string includeColocationStatus = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string proximityPlacementGroupName, string includeColocationStatus = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string proximityPlacementGroupName, string includeColocationStatus = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ProximityPlacementGroupData : Azure.ResourceManager.Models.TrackedResource { @@ -850,20 +898,20 @@ public ProximityPlacementGroupData(Azure.ResourceManager.Resources.Models.Locati } public static partial class ResourceGroupExtensions { - public static Azure.ResourceManager.Compute.AvailabilitySetContainer GetAvailabilitySets(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.CloudServiceContainer GetCloudServices(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.DedicatedHostGroupContainer GetDedicatedHostGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.DiskAccessContainer GetDiskAccesses(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.DiskEncryptionSetContainer GetDiskEncryptionSets(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.DiskContainer GetDisks(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.GalleryContainer GetGalleries(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.ImageContainer GetImages(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.ProximityPlacementGroupContainer GetProximityPlacementGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.RestorePointCollectionContainer GetRestorePointCollections(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.SnapshotContainer GetSnapshots(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.SshPublicKeyContainer GetSshPublicKeys(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.VirtualMachineContainer GetVirtualMachines(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Compute.VirtualMachineScaleSetContainer GetVirtualMachineScaleSets(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.AvailabilitySetCollection GetAvailabilitySets(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.CloudServiceCollection GetCloudServices(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.DedicatedHostGroupCollection GetDedicatedHostGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.DiskAccessCollection GetDiskAccesses(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.DiskEncryptionSetCollection GetDiskEncryptionSets(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.DiskCollection GetDisks(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.GalleryCollection GetGalleries(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.ImageCollection GetImages(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.ProximityPlacementGroupCollection GetProximityPlacementGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.RestorePointGroupCollection GetRestorePointGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.SnapshotCollection GetSnapshots(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.SshPublicKeyCollection GetSshPublicKeys(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.VirtualMachineCollection GetVirtualMachines(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Compute.VirtualMachineScaleSetCollection GetVirtualMachineScaleSets(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } } public partial class RestorePoint : Azure.ResourceManager.Core.ArmResource { @@ -878,78 +926,81 @@ protected RestorePoint() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.DiskRestorePointContainer GetDiskRestorePoints() { throw null; } + public Azure.ResourceManager.Compute.DiskRestorePointCollection GetDiskRestorePoints() { throw null; } } - public partial class RestorePointCollection : Azure.ResourceManager.Core.ArmResource + public partial class RestorePointCollection : Azure.ResourceManager.Core.ArmCollection { - public static readonly Azure.ResourceManager.ResourceType ResourceType; protected RestorePointCollection() { } - public virtual Azure.ResourceManager.Compute.RestorePointCollectionData Data { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.RestorePointCreateOperation CreateOrUpdate(string restorePointName, Azure.ResourceManager.Compute.RestorePointData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string restorePointName, Azure.ResourceManager.Compute.RestorePointData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class RestorePointData : Azure.ResourceManager.Models.Resource + { + public RestorePointData() { } + public Azure.ResourceManager.Compute.Models.ConsistencyModeTypes? ConsistencyMode { get { throw null; } } + public System.Collections.Generic.IList ExcludeDisks { get { throw null; } } + public Azure.ResourceManager.Compute.Models.RestorePointProvisioningDetails ProvisioningDetails { get { throw null; } } + public string ProvisioningState { get { throw null; } } + public Azure.ResourceManager.Compute.Models.RestorePointSourceMetadata SourceMetadata { get { throw null; } } + } + public partial class RestorePointGroup : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected RestorePointGroup() { } + public virtual Azure.ResourceManager.Compute.RestorePointGroupData Data { get { throw null; } } public virtual bool HasData { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Compute.Models.RestorePointCollectionDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.RestorePointContainer GetRestorePoints() { throw null; } - public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(Azure.ResourceManager.Compute.Models.RestorePointCollectionUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Compute.Models.RestorePointCollectionUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Compute.RestorePointCollection GetRestorePoints() { throw null; } + public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Compute.Models.RestorePointCollectionUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Compute.Models.RestorePointCollectionUpdate parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class RestorePointCollectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class RestorePointGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected RestorePointCollectionContainer() { } + protected RestorePointGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.RestorePointCollectionCreateOrUpdateOperation CreateOrUpdate(string restorePointCollectionName, Azure.ResourceManager.Compute.RestorePointCollectionData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string restorePointCollectionName, Azure.ResourceManager.Compute.RestorePointCollectionData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.RestorePointCollectionCreateOrUpdateOperation CreateOrUpdate(string restorePointCollectionName, Azure.ResourceManager.Compute.RestorePointGroupData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string restorePointCollectionName, Azure.ResourceManager.Compute.RestorePointGroupData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string restorePointCollectionName, Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions? expand = default(Azure.ResourceManager.Compute.Models.RestorePointCollectionExpandOptions?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } - public partial class RestorePointCollectionData : Azure.ResourceManager.Models.TrackedResource + public partial class RestorePointGroupData : Azure.ResourceManager.Models.TrackedResource { - public RestorePointCollectionData(Azure.ResourceManager.Resources.Models.Location location) : base (default(Azure.ResourceManager.Resources.Models.Location)) { } + public RestorePointGroupData(Azure.ResourceManager.Resources.Models.Location location) : base (default(Azure.ResourceManager.Resources.Models.Location)) { } public string ProvisioningState { get { throw null; } } public string RestorePointCollectionId { get { throw null; } } public System.Collections.Generic.IReadOnlyList RestorePoints { get { throw null; } } public Azure.ResourceManager.Compute.Models.RestorePointCollectionSourceProperties Source { get { throw null; } set { } } } - public partial class RestorePointContainer : Azure.ResourceManager.Core.ArmContainer - { - protected RestorePointContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CheckIfExists(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.RestorePointCreateOperation CreateOrUpdate(string restorePointName, Azure.ResourceManager.Compute.RestorePointData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string restorePointName, Azure.ResourceManager.Compute.RestorePointData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string restorePointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class RestorePointData : Azure.ResourceManager.Models.Resource - { - public RestorePointData() { } - public Azure.ResourceManager.Compute.Models.ConsistencyModeTypes? ConsistencyMode { get { throw null; } } - public System.Collections.Generic.IList ExcludeDisks { get { throw null; } } - public Azure.ResourceManager.Compute.Models.RestorePointProvisioningDetails ProvisioningDetails { get { throw null; } } - public string ProvisioningState { get { throw null; } } - public Azure.ResourceManager.Compute.Models.RestorePointSourceMetadata SourceMetadata { get { throw null; } } - } public partial class Snapshot : Azure.ResourceManager.Core.ArmResource { public static readonly Azure.ResourceManager.ResourceType ResourceType; @@ -976,9 +1027,9 @@ protected Snapshot() { } public virtual Azure.ResourceManager.Compute.Models.SnapshotUpdateOperation Update(Azure.ResourceManager.Compute.Models.SnapshotUpdate snapshot, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.SnapshotUpdate snapshot, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class SnapshotContainer : Azure.ResourceManager.Core.ArmContainer + public partial class SnapshotCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected SnapshotContainer() { } + protected SnapshotCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string snapshotName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string snapshotName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -992,6 +1043,9 @@ protected SnapshotContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string snapshotName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string snapshotName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string snapshotName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class SnapshotData : Azure.ResourceManager.Models.TrackedResource { @@ -1040,9 +1094,9 @@ protected SshPublicKey() { } public virtual Azure.Response Update(Azure.ResourceManager.Compute.Models.SshPublicKeyUpdateResource parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Compute.Models.SshPublicKeyUpdateResource parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class SshPublicKeyContainer : Azure.ResourceManager.Core.ArmContainer + public partial class SshPublicKeyCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected SshPublicKeyContainer() { } + protected SshPublicKeyCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1056,6 +1110,9 @@ protected SshPublicKeyContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class SshPublicKeyData : Azure.ResourceManager.Models.TrackedResource { @@ -1110,10 +1167,10 @@ public static partial class SubscriptionExtensions public static Azure.AsyncPageable GetProximityPlacementGroupsAsync(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable GetResourceSkus(this Azure.ResourceManager.Resources.Subscription subscription, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetResourceSkusAsync(this Azure.ResourceManager.Resources.Subscription subscription, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.Pageable GetRestorePointCollectionByName(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.AsyncPageable GetRestorePointCollectionByNameAsync(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.Pageable GetRestorePointCollections(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.AsyncPageable GetRestorePointCollectionsAsync(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Pageable GetRestorePointGroupByName(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetRestorePointGroupByNameAsync(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Pageable GetRestorePointGroups(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetRestorePointGroupsAsync(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable GetSharedGalleries(this Azure.ResourceManager.Resources.Subscription subscription, string location, Azure.ResourceManager.Compute.Models.SharedToValues? sharedTo = default(Azure.ResourceManager.Compute.Models.SharedToValues?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetSharedGalleriesAsync(this Azure.ResourceManager.Resources.Subscription subscription, string location, Azure.ResourceManager.Compute.Models.SharedToValues? sharedTo = default(Azure.ResourceManager.Compute.Models.SharedToValues?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Response GetSharedGallery(this Azure.ResourceManager.Resources.Subscription subscription, string location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1191,9 +1248,9 @@ protected UpdateDomain() { } public virtual Azure.ResourceManager.Compute.Models.CloudServicesUpdateDomainWalkUpdateDomainOperation WalkUpdateDomain(Azure.ResourceManager.Compute.UpdateDomainData parameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task WalkUpdateDomainAsync(Azure.ResourceManager.Compute.UpdateDomainData parameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class UpdateDomainContainer : Azure.ResourceManager.Core.ArmContainer + public partial class UpdateDomainCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected UpdateDomainContainer() { } + protected UpdateDomainCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string updateDomain, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string updateDomain, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1203,6 +1260,9 @@ protected UpdateDomainContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string updateDomain, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string updateDomain, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string updateDomain, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class UpdateDomainData { @@ -1237,8 +1297,8 @@ protected VirtualMachine() { } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAvailableSizes(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAvailableSizesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.VirtualMachineExtensionVirtualMachineContainer GetVirtualMachineExtensionVirtualMachines() { throw null; } - public Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachineContainer GetVirtualMachineRunCommandVirtualMachines() { throw null; } + public Azure.ResourceManager.Compute.VirtualMachineVirtualMachineExtensionCollection GetVirtualMachineVirtualMachineExtensions() { throw null; } + public Azure.ResourceManager.Compute.VirtualMachineVirtualMachineRunCommandCollection GetVirtualMachineVirtualMachineRunCommands() { throw null; } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineInstallPatchesOperation InstallPatches(Azure.ResourceManager.Compute.Models.VirtualMachineInstallPatchesParameters installPatchesInput, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task InstallPatchesAsync(Azure.ResourceManager.Compute.Models.VirtualMachineInstallPatchesParameters installPatchesInput, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response InstanceView(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1270,9 +1330,9 @@ protected VirtualMachine() { } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineUpdate parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineUpdate parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualMachineCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualMachineContainer() { } + protected VirtualMachineCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string vmName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vmName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1286,6 +1346,9 @@ protected VirtualMachineContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string vmName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string vmName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vmName, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualMachineData : Azure.ResourceManager.Models.TrackedResource { @@ -1333,43 +1396,6 @@ public VirtualMachineExtensionData(Azure.ResourceManager.Resources.Models.Locati public string TypeHandlerVersion { get { throw null; } set { } } public string TypePropertiesType { get { throw null; } set { } } } - public partial class VirtualMachineExtensionVirtualMachine : Azure.ResourceManager.Core.ArmResource - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected VirtualMachineExtensionVirtualMachine() { } - public virtual Azure.ResourceManager.Compute.VirtualMachineExtensionData Data { get { throw null; } } - public virtual bool HasData { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineExtensionDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineExtensionUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class VirtualMachineExtensionVirtualMachineContainer : Azure.ResourceManager.Core.ArmContainer - { - protected VirtualMachineExtensionVirtualMachineContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CheckIfExists(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineExtensionCreateOrUpdateOperation CreateOrUpdate(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response> GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task>> GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } public partial class VirtualMachineRunCommandData : Azure.ResourceManager.Models.TrackedResource { public VirtualMachineRunCommandData(Azure.ResourceManager.Resources.Models.Location location) : base (default(Azure.ResourceManager.Resources.Models.Location)) { } @@ -1385,84 +1411,6 @@ public VirtualMachineRunCommandData(Azure.ResourceManager.Resources.Models.Locat public Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandScriptSource Source { get { throw null; } set { } } public int? TimeoutInSeconds { get { throw null; } set { } } } - public partial class VirtualMachineRunCommandVirtualMachine : Azure.ResourceManager.Core.ArmResource - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected VirtualMachineRunCommandVirtualMachine() { } - public virtual Azure.ResourceManager.Compute.VirtualMachineRunCommandData Data { get { throw null; } } - public virtual bool HasData { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class VirtualMachineRunCommandVirtualMachineContainer : Azure.ResourceManager.Core.ArmContainer - { - protected VirtualMachineRunCommandVirtualMachineContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CheckIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandCreateOrUpdateOperation CreateOrUpdate(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class VirtualMachineRunCommandVirtualMachineScaleSetVM : Azure.ResourceManager.Core.ArmResource - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected VirtualMachineRunCommandVirtualMachineScaleSetVM() { } - public virtual Azure.ResourceManager.Compute.VirtualMachineRunCommandData Data { get { throw null; } } - public virtual bool HasData { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMRunCommandDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMRunCommandUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class VirtualMachineRunCommandVirtualMachineScaleSetVMContainer : Azure.ResourceManager.Core.ArmContainer - { - protected VirtualMachineRunCommandVirtualMachineScaleSetVMContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CheckIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation CreateOrUpdate(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } public partial class VirtualMachineScaleSet : Azure.ResourceManager.Core.ArmResource { public static readonly Azure.ResourceManager.ResourceType ResourceType; @@ -1492,10 +1440,10 @@ protected VirtualMachineScaleSet() { } public virtual Azure.AsyncPageable GetOSUpgradeHistoryAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetSkus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetSkusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionContainer GetVirtualMachineScaleSetExtensions() { throw null; } + public Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionCollection GetVirtualMachineScaleSetExtensions() { throw null; } public Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgrade GetVirtualMachineScaleSetRollingUpgrade() { throw null; } - public Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer GetVirtualMachineScaleSetVMExtensionVirtualMachineScaleSets() { throw null; } - public Azure.ResourceManager.Compute.VirtualMachineScaleSetVMContainer GetVirtualMachineScaleSetVMs() { throw null; } + public Azure.ResourceManager.Compute.VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection GetVirtualMachineScaleSetVirtualMachineScaleSetVMExtensions() { throw null; } + public Azure.ResourceManager.Compute.VirtualMachineScaleSetVMCollection GetVirtualMachineScaleSetVMs() { throw null; } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPerformMaintenanceOperation PerformMaintenance(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task PerformMaintenanceAsync(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPowerOffOperation PowerOff(bool? skipShutdown = default(bool?), Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMInstanceIDs vmInstanceIDs = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1521,9 +1469,9 @@ protected VirtualMachineScaleSet() { } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdateInstancesOperation UpdateInstances(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMInstanceRequiredIDs vmInstanceIDs, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateInstancesAsync(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMInstanceRequiredIDs vmInstanceIDs, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineScaleSetContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualMachineScaleSetCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualMachineScaleSetContainer() { } + protected VirtualMachineScaleSetCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string vmScaleSetName, Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets? expand = default(Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vmScaleSetName, Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets? expand = default(Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1537,6 +1485,9 @@ protected VirtualMachineScaleSetContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string vmScaleSetName, Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets? expand = default(Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string vmScaleSetName, Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets? expand = default(Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vmScaleSetName, Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets? expand = default(Azure.ResourceManager.Compute.Models.ExpandTypesForGetVMScaleSets?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualMachineScaleSetData : Azure.ResourceManager.Models.TrackedResource { @@ -1578,9 +1529,9 @@ protected VirtualMachineScaleSetExtension() { } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetExtensionUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineScaleSetExtensionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualMachineScaleSetExtensionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualMachineScaleSetExtensionContainer() { } + protected VirtualMachineScaleSetExtensionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string vmssExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vmssExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1592,6 +1543,9 @@ protected VirtualMachineScaleSetExtensionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string vmssExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string vmssExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vmssExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualMachineScaleSetExtensionData : Azure.ResourceManager.Compute.Models.SubResourceReadOnly { @@ -1642,6 +1596,39 @@ public VirtualMachineScaleSetRollingUpgradeData(Azure.ResourceManager.Resources. public Azure.ResourceManager.Compute.Models.RollingUpgradeProgressInfo Progress { get { throw null; } } public Azure.ResourceManager.Compute.Models.RollingUpgradeRunningStatus RunningStatus { get { throw null; } } } + public partial class VirtualMachineScaleSetVirtualMachineScaleSetVMExtension : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected VirtualMachineScaleSetVirtualMachineScaleSetVMExtension() { } + public virtual Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation CreateOrUpdate(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response> GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task>> GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } public partial class VirtualMachineScaleSetVM : Azure.ResourceManager.Core.ArmResource { public static readonly Azure.ResourceManager.ResourceType ResourceType; @@ -1661,7 +1648,7 @@ protected VirtualMachineScaleSetVM() { } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetInstanceView(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetInstanceViewAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachineScaleSetVMContainer GetVirtualMachineRunCommandVirtualMachineScaleSetVMs() { throw null; } + public Azure.ResourceManager.Compute.VirtualMachineScaleSetVMVirtualMachineRunCommandCollection GetVirtualMachineScaleSetVMVirtualMachineRunCommands() { throw null; } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMPerformMaintenanceOperation PerformMaintenance(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task PerformMaintenanceAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMPowerOffOperation PowerOff(bool? skipShutdown = default(bool?), bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1689,9 +1676,9 @@ protected VirtualMachineScaleSetVM() { } public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMUpdateOperation Update(Azure.ResourceManager.Compute.VirtualMachineScaleSetVMData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.VirtualMachineScaleSetVMData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineScaleSetVMContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualMachineScaleSetVMCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualMachineScaleSetVMContainer() { } + protected VirtualMachineScaleSetVMCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1701,6 +1688,9 @@ protected VirtualMachineScaleSetVMContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewTypes? expand = default(Azure.ResourceManager.Compute.Models.InstanceViewTypes?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualMachineScaleSetVMData : Azure.ResourceManager.Models.TrackedResource { @@ -1744,36 +1734,128 @@ public VirtualMachineScaleSetVMExtensionData() { } public string TypeHandlerVersion { get { throw null; } set { } } public string TypePropertiesType { get { throw null; } set { } } } - public partial class VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet : Azure.ResourceManager.Core.ArmResource + public partial class VirtualMachineScaleSetVMVirtualMachineRunCommand : Azure.ResourceManager.Core.ArmResource { public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet() { } - public virtual Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionData Data { get { throw null; } } + protected VirtualMachineScaleSetVMVirtualMachineRunCommand() { } + public virtual Azure.ResourceManager.Compute.VirtualMachineRunCommandData Data { get { throw null; } } public virtual bool HasData { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMRunCommandDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMRunCommandUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class VirtualMachineScaleSetVMVirtualMachineRunCommandCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected VirtualMachineScaleSetVMVirtualMachineRunCommandCollection() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation CreateOrUpdate(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class VirtualMachineVirtualMachineExtension : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected VirtualMachineVirtualMachineExtension() { } + public virtual Azure.ResourceManager.Compute.VirtualMachineExtensionData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineExtensionDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineExtensionUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineExtensionUpdate extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualMachineVirtualMachineExtensionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer() { } + protected VirtualMachineVirtualMachineExtensionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation CreateOrUpdate(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response> GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task>> GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineExtensionCreateOrUpdateOperation CreateOrUpdate(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string vmExtensionName, Azure.ResourceManager.Compute.VirtualMachineExtensionData extensionParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response> GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task>> GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vmExtensionName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class VirtualMachineVirtualMachineRunCommand : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected VirtualMachineVirtualMachineRunCommand() { } + public virtual Azure.ResourceManager.Compute.VirtualMachineRunCommandData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdateOperation Update(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandUpdate runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class VirtualMachineVirtualMachineRunCommandCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected VirtualMachineVirtualMachineRunCommandCollection() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandCreateOrUpdateOperation CreateOrUpdate(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData runCommand, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string runCommandName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } } namespace Azure.ResourceManager.Compute.Models @@ -4610,18 +4692,18 @@ internal ResourceSkuZoneDetails() { } public System.Collections.Generic.IReadOnlyList Capabilities { get { throw null; } } public System.Collections.Generic.IReadOnlyList Name { get { throw null; } } } - public partial class RestorePointCollectionCreateOrUpdateOperation : Azure.Operation + public partial class RestorePointCollectionCreateOrUpdateOperation : Azure.Operation { protected RestorePointCollectionCreateOrUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.RestorePointCollection Value { get { throw null; } } + public override Azure.ResourceManager.Compute.RestorePointGroup Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class RestorePointCollectionDeleteOperation : Azure.Operation { @@ -4665,18 +4747,18 @@ public RestorePointCollectionUpdate() { } public System.Collections.Generic.IReadOnlyList RestorePoints { get { throw null; } } public Azure.ResourceManager.Compute.Models.RestorePointCollectionSourceProperties Source { get { throw null; } set { } } } - public partial class RestorePointCollectionUpdateOperation : Azure.Operation + public partial class RestorePointCollectionUpdateOperation : Azure.Operation { protected RestorePointCollectionUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.RestorePointCollection Value { get { throw null; } } + public override Azure.ResourceManager.Compute.RestorePointGroup Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class RestorePointCreateOperation : Azure.Operation { @@ -5522,18 +5604,18 @@ protected VirtualMachineDeleteOperation() { } public static bool operator !=(Azure.ResourceManager.Compute.Models.VirtualMachineEvictionPolicyTypes left, Azure.ResourceManager.Compute.Models.VirtualMachineEvictionPolicyTypes right) { throw null; } public override string ToString() { throw null; } } - public partial class VirtualMachineExtensionCreateOrUpdateOperation : Azure.Operation + public partial class VirtualMachineExtensionCreateOrUpdateOperation : Azure.Operation { protected VirtualMachineExtensionCreateOrUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineExtensionVirtualMachine Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineVirtualMachineExtension Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineExtensionDeleteOperation : Azure.Operation { @@ -5588,18 +5670,18 @@ public VirtualMachineExtensionUpdate() { } public string Type { get { throw null; } set { } } public string TypeHandlerVersion { get { throw null; } set { } } } - public partial class VirtualMachineExtensionUpdateOperation : Azure.Operation + public partial class VirtualMachineExtensionUpdateOperation : Azure.Operation { protected VirtualMachineExtensionUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineExtensionVirtualMachine Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineVirtualMachineExtension Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineHealthStatus { @@ -5851,18 +5933,18 @@ protected VirtualMachineRestartOperation() { } public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineRunCommandCreateOrUpdateOperation : Azure.Operation + public partial class VirtualMachineRunCommandCreateOrUpdateOperation : Azure.Operation { protected VirtualMachineRunCommandCreateOrUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachine Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineVirtualMachineRunCommand Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineRunCommandDeleteOperation : Azure.Operation { @@ -5922,18 +6004,18 @@ public VirtualMachineRunCommandUpdate() { } public Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandScriptSource Source { get { throw null; } set { } } public int? TimeoutInSeconds { get { throw null; } set { } } } - public partial class VirtualMachineRunCommandUpdateOperation : Azure.Operation + public partial class VirtualMachineRunCommandUpdateOperation : Azure.Operation { protected VirtualMachineRunCommandUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachine Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineVirtualMachineRunCommand Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineScaleSetCreateOrUpdateOperation : Azure.Operation { @@ -6472,18 +6554,18 @@ protected VirtualMachineScaleSetVMDeleteOperation() { } public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation : Azure.Operation + public partial class VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation : Azure.Operation { protected VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineScaleSetVirtualMachineScaleSetVMExtension Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineScaleSetVMExtensionDeleteOperation : Azure.Operation { @@ -6521,18 +6603,18 @@ public VirtualMachineScaleSetVMExtensionUpdate() { } public string TypeHandlerVersion { get { throw null; } set { } } public string TypePropertiesType { get { throw null; } set { } } } - public partial class VirtualMachineScaleSetVMExtensionUpdateOperation : Azure.Operation + public partial class VirtualMachineScaleSetVMExtensionUpdateOperation : Azure.Operation { protected VirtualMachineScaleSetVMExtensionUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineScaleSetVirtualMachineScaleSetVMExtension Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineScaleSetVMInstanceIDs { @@ -6668,18 +6750,18 @@ protected VirtualMachineScaleSetVMRestartOperation() { } public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation : Azure.Operation + public partial class VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation : Azure.Operation { protected VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachineScaleSetVM Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineScaleSetVMVirtualMachineRunCommand Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineScaleSetVMRunCommandDeleteOperation : Azure.Operation { @@ -6705,18 +6787,18 @@ protected VirtualMachineScaleSetVMRunCommandOperation() { } public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualMachineScaleSetVMRunCommandUpdateOperation : Azure.Operation + public partial class VirtualMachineScaleSetVMRunCommandUpdateOperation : Azure.Operation { protected VirtualMachineScaleSetVMRunCommandUpdateOperation() { } public override bool HasCompleted { get { throw null; } } public override bool HasValue { get { throw null; } } public override string Id { get { throw null; } } - public override Azure.ResourceManager.Compute.VirtualMachineRunCommandVirtualMachineScaleSetVM Value { get { throw null; } } + public override Azure.ResourceManager.Compute.VirtualMachineScaleSetVMVirtualMachineRunCommand Value { get { throw null; } } public override Azure.Response GetRawResponse() { throw null; } public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class VirtualMachineScaleSetVMUpdateOperation : Azure.Operation { diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Sample1_ManagingDisks.md b/sdk/compute/Azure.ResourceManager.Compute/samples/Sample1_ManagingDisks.md index 42272390319ed..695a222da5af3 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Sample1_ManagingDisks.md +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Sample1_ManagingDisks.md @@ -13,23 +13,23 @@ using Azure.ResourceManager.Resources; using NUnit.Framework; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = armClient.GetDefaultSubscription(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer +```C# Snippet:Readme_GetResourceGroupCollection ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; ``` @@ -39,12 +39,12 @@ Now that we have the resource group created, we can manage the disks inside this ```C# Snippet:Managing_Disks_CreateADisk ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); -// Now we get the virtual machine container from the resource group -DiskContainer diskContainer = resourceGroup.GetDisks(); +// Now we get the disk collection from the resource group +DiskCollection diskCollection = resourceGroup.GetDisks(); // Use the same location as the resource group string diskName = "myDisk"; var input = new DiskData(resourceGroup.Data.Location) @@ -56,7 +56,7 @@ var input = new DiskData(resourceGroup.Data.Location) CreationData = new CreationData(DiskCreateOption.Empty), DiskSizeGB = 1, }; -DiskCreateOrUpdateOperation lro = await diskContainer.CreateOrUpdateAsync(diskName, input); +DiskCreateOrUpdateOperation lro = await diskCollection.CreateOrUpdateAsync(diskName, input); Disk disk = lro.Value; ``` @@ -64,14 +64,14 @@ Disk disk = lro.Value; ```C# Snippet:Managing_Disks_ListAllDisks ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); -// Now we get the virtual machine container from the resource group -DiskContainer diskContainer = resourceGroup.GetDisks(); -// With ListAsync(), we can get a list of the virtual machines in the container -AsyncPageable response = diskContainer.GetAllAsync(); +// Now we get the disk collection from the resource group +DiskCollection diskCollection = resourceGroup.GetDisks(); +// With ListAsync(), we can get a list of the disks +AsyncPageable response = diskCollection.GetAllAsync(); await foreach (Disk disk in response) { Console.WriteLine(disk.Data.Name); @@ -82,14 +82,14 @@ await foreach (Disk disk in response) ```C# Snippet:Managing_Disks_DeleteDisk ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); -// Now we get the virtual machine container from the resource group -DiskContainer diskContainer = resourceGroup.GetDisks(); +// Now we get the disk collection from the resource group +DiskCollection diskCollection = resourceGroup.GetDisks(); string diskName = "myDisk"; -Disk disk = await diskContainer.GetAsync(diskName); +Disk disk = await diskCollection.GetAsync(diskName); await disk.DeleteAsync(); ``` diff --git a/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md b/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md index 62972f6c2b912..90eae522c2fa0 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md +++ b/sdk/compute/Azure.ResourceManager.Compute/samples/Sample2_ManagingVirtualMachines.md @@ -12,23 +12,23 @@ using Azure.ResourceManager.Resources; using NUnit.Framework; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = armClient.GetDefaultSubscription(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer +```C# Snippet:Readme_GetResourceGroupCollection ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; ``` @@ -40,12 +40,12 @@ Please notice that before we create a virtual machine, at lease we need to creat ```C# Snippet:Managing_VirtualMachines_CreateAVirtualMachine ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); -// Now we get the virtual machine container from the resource group -VirtualMachineContainer vmContainer = resourceGroup.GetVirtualMachines(); +// Now we get the virtual machine collection from the resource group +VirtualMachineCollection vmCollection = resourceGroup.GetVirtualMachines(); // Use the same location as the resource group string vmName = "myVM"; var input = new VirtualMachineData(resourceGroup.Data.Location) @@ -104,7 +104,7 @@ var input = new VirtualMachineData(resourceGroup.Data.Location) } } }; -VirtualMachineCreateOrUpdateOperation lro = await vmContainer.CreateOrUpdateAsync(vmName, input); +VirtualMachineCreateOrUpdateOperation lro = await vmCollection.CreateOrUpdateAsync(vmName, input); VirtualMachine vm = lro.Value; ``` @@ -112,14 +112,14 @@ VirtualMachine vm = lro.Value; ```C# Snippet:Managing_VirtualMachines_ListAllVirtualMachines ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); -// Now we get the virtual machine container from the resource group -VirtualMachineContainer vmContainer = resourceGroup.GetVirtualMachines(); -// With ListAsync(), we can get a list of the virtual machines in the container -AsyncPageable response = vmContainer.GetAllAsync(); +// Now we get the virtual machine collection from the resource group +VirtualMachineCollection vmCollection = resourceGroup.GetVirtualMachines(); +// With ListAsync(), we can get a list of the virtual machines +AsyncPageable response = vmCollection.GetAllAsync(); await foreach (VirtualMachine vm in response) { Console.WriteLine(vm.Data.Name); @@ -130,13 +130,13 @@ await foreach (VirtualMachine vm in response) ```C# Snippet:Managing_VirtualMachines_DeleteVirtualMachine ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); -// Now we get the virtual machine container from the resource group -VirtualMachineContainer vmContainer = resourceGroup.GetVirtualMachines(); +// Now we get the virtual machine collection from the resource group +VirtualMachineCollection vmCollection = resourceGroup.GetVirtualMachines(); string vmName = "myVM"; -VirtualMachine vm = await vmContainer.GetAsync(vmName); +VirtualMachine vm = await vmCollection.GetAsync(vmName); await vm.DeleteAsync(); ``` diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySet.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySet.cs index 9a810e5ca6e8e..a3f866c19c446 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySet.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySet.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, str { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new AvailabilitySet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, Cancel { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new AvailabilitySet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tag TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new AvailabilitySet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string key, { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new AvailabilitySet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationToken { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new AvailabilitySet(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySetContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySetCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySetContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySetCollection.cs index bb6ccaf969f17..c3e41d46778d4 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySetContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/AvailabilitySetCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of AvailabilitySet and their operations over a ResourceGroup. - public partial class AvailabilitySetContainer : ArmContainer + public partial class AvailabilitySetCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly AvailabilitySetsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected AvailabilitySetContainer() + /// Initializes a new instance of the class for mocking. + protected AvailabilitySetCollection() { } - /// Initializes a new instance of AvailabilitySetContainer class. + /// Initializes a new instance of AvailabilitySetCollection class. /// The resource representing the parent resource. - internal AvailabilitySetContainer(ArmResource parent) : base(parent) + internal AvailabilitySetCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new AvailabilitySetsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update an availability set. /// The name of the availability set. @@ -60,7 +77,7 @@ public virtual AvailabilitySetCreateOrUpdateOperation CreateOrUpdate(string avai throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdate throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdate /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string availabilitySetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string availabilitySetName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string availabilitySetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string availabilit /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string availabilitySetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string availabilitySetName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string availabilitySetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string ava /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string availabilitySetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string availabilitySetName, Cancella /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string availabilitySetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTo { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken canc { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHin /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AvailabilitySetContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("AvailabilitySetCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudService.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudService.cs index a5a634a86f10c..aa969ccd909ca 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudService.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudService.cs @@ -211,7 +211,7 @@ public async virtual Task> AddTagAsync(string key, string { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new CloudService(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -240,7 +240,7 @@ public virtual Response AddTag(string key, string value, Cancellat { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new CloudService(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -269,7 +269,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new CloudService(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -326,7 +326,7 @@ public async virtual Task> RemoveTagAsync(string key, Can { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new CloudService(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -354,7 +354,7 @@ public virtual Response RemoveTag(string key, CancellationToken ca { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new CloudService(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -1019,9 +1019,9 @@ public virtual CloudServiceDeleteInstancesOperation DeleteInstances(RoleInstance /// Gets a list of UpdateDomains in the CloudService. /// An object representing collection of UpdateDomains and their operations over a CloudService. - public UpdateDomainContainer GetUpdateDomains() + public UpdateDomainCollection GetUpdateDomains() { - return new UpdateDomainContainer(this); + return new UpdateDomainCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudServiceContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudServiceCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudServiceContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudServiceCollection.cs index 0dc26a4456cb7..6129573dd5df2 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudServiceContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/CloudServiceCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of CloudService and their operations over a ResourceGroup. - public partial class CloudServiceContainer : ArmContainer + public partial class CloudServiceCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly CloudServicesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected CloudServiceContainer() + /// Initializes a new instance of the class for mocking. + protected CloudServiceCollection() { } - /// Initializes a new instance of CloudServiceContainer class. + /// Initializes a new instance of CloudServiceCollection class. /// The resource representing the parent resource. - internal CloudServiceContainer(ArmResource parent) : base(parent) + internal CloudServiceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new CloudServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a cloud service. Please note some properties can be set only during cloud service creation. /// Name of the cloud service. @@ -56,7 +73,7 @@ public virtual CloudServiceCreateOrUpdateOperation CreateOrUpdate(string cloudSe throw new ArgumentNullException(nameof(cloudServiceName)); } - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.CreateOrUpdate"); scope.Start(); try { @@ -86,7 +103,7 @@ public async virtual Task CreateOrUpdateAsy throw new ArgumentNullException(nameof(cloudServiceName)); } - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.CreateOrUpdate"); scope.Start(); try { @@ -108,7 +125,7 @@ public async virtual Task CreateOrUpdateAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string cloudServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.Get"); scope.Start(); try { @@ -134,7 +151,7 @@ public virtual Response Get(string cloudServiceName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string cloudServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.Get"); scope.Start(); try { @@ -160,7 +177,7 @@ public async virtual Task> GetAsync(string cloudServiceNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string cloudServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetIfExists"); scope.Start(); try { @@ -186,7 +203,7 @@ public virtual Response GetIfExists(string cloudServiceName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string cloudServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetIfExists"); scope.Start(); try { @@ -212,7 +229,7 @@ public async virtual Task> GetIfExistsAsync(string cloudS /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string cloudServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.CheckIfExists"); scope.Start(); try { @@ -236,7 +253,7 @@ public virtual Response CheckIfExists(string cloudServiceName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string cloudServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.CheckIfExists"); scope.Start(); try { @@ -262,7 +279,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetAll"); scope.Start(); try { @@ -277,7 +294,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetAll"); scope.Start(); try { @@ -300,7 +317,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetAll"); scope.Start(); try { @@ -315,7 +332,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetAll"); scope.Start(); try { @@ -339,7 +356,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -362,7 +379,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CloudServiceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("CloudServiceCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHost.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHost.cs index 389becf506342..09eb5af333928 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHost.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHost.cs @@ -204,7 +204,7 @@ public async virtual Task> AddTagAsync(string key, strin { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DedicatedHost(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -233,7 +233,7 @@ public virtual Response AddTag(string key, string value, Cancella { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new DedicatedHost(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -262,7 +262,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new DedicatedHost(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -319,7 +319,7 @@ public async virtual Task> RemoveTagAsync(string key, Ca { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DedicatedHost(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -347,7 +347,7 @@ public virtual Response RemoveTag(string key, CancellationToken c { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new DedicatedHost(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostCollection.cs index da3d4125c2d49..4532a4e2ab76a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of DedicatedHost and their operations over a DedicatedHostGroup. - public partial class DedicatedHostContainer : ArmContainer + public partial class DedicatedHostCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DedicatedHostsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DedicatedHostContainer() + /// Initializes a new instance of the class for mocking. + protected DedicatedHostCollection() { } - /// Initializes a new instance of DedicatedHostContainer class. + /// Initializes a new instance of DedicatedHostCollection class. /// The resource representing the parent resource. - internal DedicatedHostContainer(ArmResource parent) : base(parent) + internal DedicatedHostCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DedicatedHostsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => DedicatedHostGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a dedicated host . /// The name of the dedicated host . @@ -59,7 +76,7 @@ public virtual DedicatedHostCreateOrUpdateOperation CreateOrUpdate(string hostNa throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAs throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string hostName, InstanceViewTypes? e /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.Get"); scope.Start(); try { @@ -170,7 +187,7 @@ public async virtual Task> GetAsync(string hostName, Ins /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.GetIfExists"); scope.Start(); try { @@ -197,7 +214,7 @@ public virtual Response GetIfExists(string hostName, InstanceView /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.GetIfExists"); scope.Start(); try { @@ -224,7 +241,7 @@ public async virtual Task> GetIfExistsAsync(string hostN /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string hostName, InstanceViewTypes? /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.CheckIfExists"); scope.Start(); try { @@ -275,7 +292,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.GetAll"); scope.Start(); try { @@ -290,7 +307,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.GetAll"); scope.Start(); try { @@ -313,7 +330,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.GetAll"); scope.Start(); try { @@ -328,7 +345,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroup.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroup.cs index 824ba77cc682e..2ecc77601c7e3 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroup.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroup.cs @@ -204,7 +204,7 @@ public async virtual Task> AddTagAsync(string key, { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DedicatedHostGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -233,7 +233,7 @@ public virtual Response AddTag(string key, string value, Can { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new DedicatedHostGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -262,7 +262,7 @@ public async virtual Task> SetTagsAsync(IDictionary await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DedicatedHostGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -291,7 +291,7 @@ public virtual Response SetTags(IDictionary TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new DedicatedHostGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -319,7 +319,7 @@ public async virtual Task> RemoveTagAsync(string ke { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DedicatedHostGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -347,7 +347,7 @@ public virtual Response RemoveTag(string key, CancellationTo { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new DedicatedHostGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -409,9 +409,9 @@ public virtual Response Update(DedicatedHostGroupUpdate para /// Gets a list of DedicatedHosts in the DedicatedHostGroup. /// An object representing collection of DedicatedHosts and their operations over a DedicatedHostGroup. - public DedicatedHostContainer GetDedicatedHosts() + public DedicatedHostCollection GetDedicatedHosts() { - return new DedicatedHostContainer(this); + return new DedicatedHostCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroupContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroupCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroupContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroupCollection.cs index df0f90f58d23b..a1787f9951eec 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroupContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DedicatedHostGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of DedicatedHostGroup and their operations over a ResourceGroup. - public partial class DedicatedHostGroupContainer : ArmContainer + public partial class DedicatedHostGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DedicatedHostGroupsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DedicatedHostGroupContainer() + /// Initializes a new instance of the class for mocking. + protected DedicatedHostGroupCollection() { } - /// Initializes a new instance of DedicatedHostGroupContainer class. + /// Initializes a new instance of DedicatedHostGroupCollection class. /// The resource representing the parent resource. - internal DedicatedHostGroupContainer(ArmResource parent) : base(parent) + internal DedicatedHostGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DedicatedHostGroupsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596). /// The name of the dedicated host group. @@ -60,7 +77,7 @@ public virtual DedicatedHostGroupCreateOrUpdateOperation CreateOrUpdate(string h throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpd throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string hostGroupName, InstanceVi /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string hostGrou /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string hostGroupName, In /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string hostGroupName, InstanceViewTy /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken c { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSize /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DedicatedHostGroupCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Disk.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Disk.cs index 7dafc1de8f10b..404a001d1928e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Disk.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Disk.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, string value, { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Disk(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, CancellationToken { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new Disk(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, Cancella TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new Disk(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string key, Cancellatio { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Disk(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationToken cancellati { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new Disk(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccess.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccess.cs index 6df104e23b50c..3b9acc813d879 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccess.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccess.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, string v { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DiskAccess(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, Cancellatio { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DiskAccess(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, Ca TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DiskAccess(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string key, Cance { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DiskAccess(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationToken canc { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DiskAccess(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -451,9 +451,9 @@ public virtual DiskAccessUpdateOperation Update(DiskAccessUpdate diskAccess, boo /// Gets a list of PrivateEndpointConnections in the DiskAccess. /// An object representing collection of PrivateEndpointConnections and their operations over a DiskAccess. - public PrivateEndpointConnectionContainer GetPrivateEndpointConnections() + public PrivateEndpointConnectionCollection GetPrivateEndpointConnections() { - return new PrivateEndpointConnectionContainer(this); + return new PrivateEndpointConnectionCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessCollection.cs index 4e766b0d96683..750b6c00863b4 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskAccessCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of DiskAccess and their operations over a ResourceGroup. - public partial class DiskAccessContainer : ArmContainer + public partial class DiskAccessCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DiskAccessesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DiskAccessContainer() + /// Initializes a new instance of the class for mocking. + protected DiskAccessCollection() { } - /// Initializes a new instance of DiskAccessContainer class. + /// Initializes a new instance of DiskAccessCollection class. /// The resource representing the parent resource. - internal DiskAccessContainer(ArmResource parent) : base(parent) + internal DiskAccessCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DiskAccessesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a disk access resource. /// The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. @@ -60,7 +77,7 @@ public virtual DiskAccessCreateOrUpdateOperation CreateOrUpdate(string diskAcces throw new ArgumentNullException(nameof(diskAccess)); } - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(diskAccess)); } - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string diskAccessName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string diskAccessName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string diskAccessName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string diskAccessName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string diskAccessName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string diskAccessName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string diskAccessName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string diskAcce /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string diskAccessName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string diskAccessName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string diskAccessName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskAccessContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DiskAccessCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskCollection.cs index 2146aade164de..ce68c72a064ed 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of Disk and their operations over a ResourceGroup. - public partial class DiskContainer : ArmContainer + public partial class DiskCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DisksRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DiskContainer() + /// Initializes a new instance of the class for mocking. + protected DiskCollection() { } - /// Initializes a new instance of DiskContainer class. + /// Initializes a new instance of DiskCollection class. /// The resource representing the parent resource. - internal DiskContainer(ArmResource parent) : base(parent) + internal DiskCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DisksRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a disk. /// The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. @@ -60,7 +77,7 @@ public virtual DiskCreateOrUpdateOperation CreateOrUpdate(string diskName, DiskD throw new ArgumentNullException(nameof(disk)); } - using var scope = _clientDiagnostics.CreateScope("DiskContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(strin throw new ArgumentNullException(nameof(disk)); } - using var scope = _clientDiagnostics.CreateScope("DiskContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string diskName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string diskName, CancellationToken cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string diskName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string diskName, Cancellation /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string diskName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string diskName, CancellationToken can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string diskName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string diskName, Canc /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string diskName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string diskName, CancellationToken c /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string diskName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = defau { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellationTok { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DiskCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSet.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSet.cs index 7b86e003bb520..301de1497f480 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSet.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSet.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, s { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DiskEncryptionSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, Canc { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DiskEncryptionSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary< await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DiskEncryptionSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -289,7 +289,7 @@ public virtual Response SetTags(IDictionary t TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DiskEncryptionSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string key { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DiskEncryptionSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationTok { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DiskEncryptionSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetCollection.cs index 53c7435a2d280..ab585dd7bc872 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskEncryptionSetCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of DiskEncryptionSet and their operations over a ResourceGroup. - public partial class DiskEncryptionSetContainer : ArmContainer + public partial class DiskEncryptionSetCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DiskEncryptionSetsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DiskEncryptionSetContainer() + /// Initializes a new instance of the class for mocking. + protected DiskEncryptionSetCollection() { } - /// Initializes a new instance of DiskEncryptionSetContainer class. + /// Initializes a new instance of DiskEncryptionSetCollection class. /// The resource representing the parent resource. - internal DiskEncryptionSetContainer(ArmResource parent) : base(parent) + internal DiskEncryptionSetCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DiskEncryptionSetsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a disk encryption set. /// The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. @@ -60,7 +77,7 @@ public virtual DiskEncryptionSetCreateOrUpdateOperation CreateOrUpdate(string di throw new ArgumentNullException(nameof(diskEncryptionSet)); } - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpda throw new ArgumentNullException(nameof(diskEncryptionSet)); } - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpda /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string diskEncryptionSetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string diskEncryptionSetName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string diskEncryptionSetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string diskEncry /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string diskEncryptionSetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string diskEncryptionSetN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string diskEncryptionSetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string d /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string diskEncryptionSetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string diskEncryptionSetName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string diskEncryptionSetName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellation { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken ca { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeH /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DiskEncryptionSetCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointCollection.cs similarity index 91% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointCollection.cs index 765ea0d830a76..b529678d6af02 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/DiskRestorePointCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -18,35 +20,50 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of DiskRestorePoint and their operations over a RestorePoint. - public partial class DiskRestorePointContainer : ArmContainer + public partial class DiskRestorePointCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DiskRestorePointRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DiskRestorePointContainer() + /// Initializes a new instance of the class for mocking. + protected DiskRestorePointCollection() { } - /// Initializes a new instance of DiskRestorePointContainer class. + /// Initializes a new instance of DiskRestorePointCollection class. /// The resource representing the parent resource. - internal DiskRestorePointContainer(ArmResource parent) : base(parent) + internal DiskRestorePointCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DiskRestorePointRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => RestorePoint.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string diskRestorePointName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.Get"); scope.Start(); try { @@ -72,7 +89,7 @@ public virtual Response Get(string diskRestorePointName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string diskRestorePointName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.Get"); scope.Start(); try { @@ -98,7 +115,7 @@ public async virtual Task> GetAsync(string diskRestor /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string diskRestorePointName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +141,7 @@ public virtual Response GetIfExists(string diskRestorePointNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string diskRestorePointName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +167,7 @@ public async virtual Task> GetIfExistsAsync(string di /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string diskRestorePointName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +191,7 @@ public virtual Response CheckIfExists(string diskRestorePointName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string diskRestorePointName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.CheckIfExists"); scope.Start(); try { @@ -200,7 +217,7 @@ public virtual Pageable GetAll(CancellationToken cancellationT { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.GetAll"); scope.Start(); try { @@ -215,7 +232,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.GetAll"); scope.Start(); try { @@ -238,7 +255,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken can { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.GetAll"); scope.Start(); try { @@ -253,7 +270,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DiskRestorePointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DiskRestorePointCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ArmClientExtensions.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ArmClientExtensions.cs index 84af67049e998..b49cb1445e43f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ArmClientExtensions.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ArmClientExtensions.cs @@ -67,14 +67,14 @@ public static SshPublicKey GetSshPublicKey(this ArmClient armClient, ResourceIde } #endregion - #region VirtualMachineExtensionVirtualMachine - /// Gets an object representing a VirtualMachineExtensionVirtualMachine along with the instance operations that can be performed on it but with no data. + #region VirtualMachineVirtualMachineExtension + /// Gets an object representing a VirtualMachineVirtualMachineExtension along with the instance operations that can be performed on it but with no data. /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static VirtualMachineExtensionVirtualMachine GetVirtualMachineExtensionVirtualMachine(this ArmClient armClient, ResourceIdentifier id) + /// Returns a object. + public static VirtualMachineVirtualMachineExtension GetVirtualMachineVirtualMachineExtension(this ArmClient armClient, ResourceIdentifier id) { - return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineExtensionVirtualMachine(clientOptions, credential, uri, pipeline, id)); + return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineVirtualMachineExtension(clientOptions, credential, uri, pipeline, id)); } #endregion @@ -111,14 +111,14 @@ public static Image GetImage(this ArmClient armClient, ResourceIdentifier id) } #endregion - #region RestorePointCollection - /// Gets an object representing a RestorePointCollection along with the instance operations that can be performed on it but with no data. + #region RestorePointGroup + /// Gets an object representing a RestorePointGroup along with the instance operations that can be performed on it but with no data. /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static RestorePointCollection GetRestorePointCollection(this ArmClient armClient, ResourceIdentifier id) + /// Returns a object. + public static RestorePointGroup GetRestorePointGroup(this ArmClient armClient, ResourceIdentifier id) { - return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new RestorePointCollection(clientOptions, credential, uri, pipeline, id)); + return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new RestorePointGroup(clientOptions, credential, uri, pipeline, id)); } #endregion @@ -155,14 +155,14 @@ public static VirtualMachineScaleSetRollingUpgrade GetVirtualMachineScaleSetRoll } #endregion - #region VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet - /// Gets an object representing a VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet along with the instance operations that can be performed on it but with no data. + #region VirtualMachineScaleSetVirtualMachineScaleSetVMExtension + /// Gets an object representing a VirtualMachineScaleSetVirtualMachineScaleSetVMExtension along with the instance operations that can be performed on it but with no data. /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet GetVirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(this ArmClient armClient, ResourceIdentifier id) + /// Returns a object. + public static VirtualMachineScaleSetVirtualMachineScaleSetVMExtension GetVirtualMachineScaleSetVirtualMachineScaleSetVMExtension(this ArmClient armClient, ResourceIdentifier id) { - return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(clientOptions, credential, uri, pipeline, id)); + return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(clientOptions, credential, uri, pipeline, id)); } #endregion @@ -177,25 +177,25 @@ public static VirtualMachineScaleSetVM GetVirtualMachineScaleSetVM(this ArmClien } #endregion - #region VirtualMachineRunCommandVirtualMachine - /// Gets an object representing a VirtualMachineRunCommandVirtualMachine along with the instance operations that can be performed on it but with no data. + #region VirtualMachineVirtualMachineRunCommand + /// Gets an object representing a VirtualMachineVirtualMachineRunCommand along with the instance operations that can be performed on it but with no data. /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static VirtualMachineRunCommandVirtualMachine GetVirtualMachineRunCommandVirtualMachine(this ArmClient armClient, ResourceIdentifier id) + /// Returns a object. + public static VirtualMachineVirtualMachineRunCommand GetVirtualMachineVirtualMachineRunCommand(this ArmClient armClient, ResourceIdentifier id) { - return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineRunCommandVirtualMachine(clientOptions, credential, uri, pipeline, id)); + return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineVirtualMachineRunCommand(clientOptions, credential, uri, pipeline, id)); } #endregion - #region VirtualMachineRunCommandVirtualMachineScaleSetVM - /// Gets an object representing a VirtualMachineRunCommandVirtualMachineScaleSetVM along with the instance operations that can be performed on it but with no data. + #region VirtualMachineScaleSetVMVirtualMachineRunCommand + /// Gets an object representing a VirtualMachineScaleSetVMVirtualMachineRunCommand along with the instance operations that can be performed on it but with no data. /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static VirtualMachineRunCommandVirtualMachineScaleSetVM GetVirtualMachineRunCommandVirtualMachineScaleSetVM(this ArmClient armClient, ResourceIdentifier id) + /// Returns a object. + public static VirtualMachineScaleSetVMVirtualMachineRunCommand GetVirtualMachineScaleSetVMVirtualMachineRunCommand(this ArmClient armClient, ResourceIdentifier id) { - return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineRunCommandVirtualMachineScaleSetVM(clientOptions, credential, uri, pipeline, id)); + return armClient.UseClientContext((uri, credential, clientOptions, pipeline) => new VirtualMachineScaleSetVMVirtualMachineRunCommand(clientOptions, credential, uri, pipeline, id)); } #endregion diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ResourceGroupExtensions.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ResourceGroupExtensions.cs index 635642625428b..b87db8f50e257 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ResourceGroupExtensions.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/ResourceGroupExtensions.cs @@ -13,142 +13,142 @@ namespace Azure.ResourceManager.Compute public static partial class ResourceGroupExtensions { #region AvailabilitySet - /// Gets an object representing a AvailabilitySetContainer along with the instance operations that can be performed on it. + /// Gets an object representing a AvailabilitySetCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static AvailabilitySetContainer GetAvailabilitySets(this ResourceGroup resourceGroup) + /// Returns a object. + public static AvailabilitySetCollection GetAvailabilitySets(this ResourceGroup resourceGroup) { - return new AvailabilitySetContainer(resourceGroup); + return new AvailabilitySetCollection(resourceGroup); } #endregion #region ProximityPlacementGroup - /// Gets an object representing a ProximityPlacementGroupContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ProximityPlacementGroupCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ProximityPlacementGroupContainer GetProximityPlacementGroups(this ResourceGroup resourceGroup) + /// Returns a object. + public static ProximityPlacementGroupCollection GetProximityPlacementGroups(this ResourceGroup resourceGroup) { - return new ProximityPlacementGroupContainer(resourceGroup); + return new ProximityPlacementGroupCollection(resourceGroup); } #endregion #region DedicatedHostGroup - /// Gets an object representing a DedicatedHostGroupContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DedicatedHostGroupCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DedicatedHostGroupContainer GetDedicatedHostGroups(this ResourceGroup resourceGroup) + /// Returns a object. + public static DedicatedHostGroupCollection GetDedicatedHostGroups(this ResourceGroup resourceGroup) { - return new DedicatedHostGroupContainer(resourceGroup); + return new DedicatedHostGroupCollection(resourceGroup); } #endregion #region SshPublicKey - /// Gets an object representing a SshPublicKeyContainer along with the instance operations that can be performed on it. + /// Gets an object representing a SshPublicKeyCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static SshPublicKeyContainer GetSshPublicKeys(this ResourceGroup resourceGroup) + /// Returns a object. + public static SshPublicKeyCollection GetSshPublicKeys(this ResourceGroup resourceGroup) { - return new SshPublicKeyContainer(resourceGroup); + return new SshPublicKeyCollection(resourceGroup); } #endregion #region VirtualMachine - /// Gets an object representing a VirtualMachineContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualMachineCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualMachineContainer GetVirtualMachines(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualMachineCollection GetVirtualMachines(this ResourceGroup resourceGroup) { - return new VirtualMachineContainer(resourceGroup); + return new VirtualMachineCollection(resourceGroup); } #endregion #region VirtualMachineScaleSet - /// Gets an object representing a VirtualMachineScaleSetContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualMachineScaleSetCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualMachineScaleSetContainer GetVirtualMachineScaleSets(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualMachineScaleSetCollection GetVirtualMachineScaleSets(this ResourceGroup resourceGroup) { - return new VirtualMachineScaleSetContainer(resourceGroup); + return new VirtualMachineScaleSetCollection(resourceGroup); } #endregion #region Image - /// Gets an object representing a ImageContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ImageCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ImageContainer GetImages(this ResourceGroup resourceGroup) + /// Returns a object. + public static ImageCollection GetImages(this ResourceGroup resourceGroup) { - return new ImageContainer(resourceGroup); + return new ImageCollection(resourceGroup); } #endregion - #region RestorePointCollection - /// Gets an object representing a RestorePointCollectionContainer along with the instance operations that can be performed on it. + #region RestorePointGroup + /// Gets an object representing a RestorePointGroupCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static RestorePointCollectionContainer GetRestorePointCollections(this ResourceGroup resourceGroup) + /// Returns a object. + public static RestorePointGroupCollection GetRestorePointGroups(this ResourceGroup resourceGroup) { - return new RestorePointCollectionContainer(resourceGroup); + return new RestorePointGroupCollection(resourceGroup); } #endregion #region Disk - /// Gets an object representing a DiskContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DiskCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DiskContainer GetDisks(this ResourceGroup resourceGroup) + /// Returns a object. + public static DiskCollection GetDisks(this ResourceGroup resourceGroup) { - return new DiskContainer(resourceGroup); + return new DiskCollection(resourceGroup); } #endregion #region Snapshot - /// Gets an object representing a SnapshotContainer along with the instance operations that can be performed on it. + /// Gets an object representing a SnapshotCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static SnapshotContainer GetSnapshots(this ResourceGroup resourceGroup) + /// Returns a object. + public static SnapshotCollection GetSnapshots(this ResourceGroup resourceGroup) { - return new SnapshotContainer(resourceGroup); + return new SnapshotCollection(resourceGroup); } #endregion #region DiskEncryptionSet - /// Gets an object representing a DiskEncryptionSetContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DiskEncryptionSetCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DiskEncryptionSetContainer GetDiskEncryptionSets(this ResourceGroup resourceGroup) + /// Returns a object. + public static DiskEncryptionSetCollection GetDiskEncryptionSets(this ResourceGroup resourceGroup) { - return new DiskEncryptionSetContainer(resourceGroup); + return new DiskEncryptionSetCollection(resourceGroup); } #endregion #region DiskAccess - /// Gets an object representing a DiskAccessContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DiskAccessCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DiskAccessContainer GetDiskAccesses(this ResourceGroup resourceGroup) + /// Returns a object. + public static DiskAccessCollection GetDiskAccesses(this ResourceGroup resourceGroup) { - return new DiskAccessContainer(resourceGroup); + return new DiskAccessCollection(resourceGroup); } #endregion #region Gallery - /// Gets an object representing a GalleryContainer along with the instance operations that can be performed on it. + /// Gets an object representing a GalleryCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static GalleryContainer GetGalleries(this ResourceGroup resourceGroup) + /// Returns a object. + public static GalleryCollection GetGalleries(this ResourceGroup resourceGroup) { - return new GalleryContainer(resourceGroup); + return new GalleryCollection(resourceGroup); } #endregion #region CloudService - /// Gets an object representing a CloudServiceContainer along with the instance operations that can be performed on it. + /// Gets an object representing a CloudServiceCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static CloudServiceContainer GetCloudServices(this ResourceGroup resourceGroup) + /// Returns a object. + public static CloudServiceCollection GetCloudServices(this ResourceGroup resourceGroup) { - return new CloudServiceContainer(resourceGroup); + return new CloudServiceCollection(resourceGroup); } #endregion } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/SubscriptionExtensions.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/SubscriptionExtensions.cs index 3c47447911750..0a9c0694e00f5 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/SubscriptionExtensions.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Extensions/SubscriptionExtensions.cs @@ -1110,30 +1110,30 @@ public static Pageable GetImageByName(this Subscription subscri } #endregion - #region RestorePointCollection + #region RestorePointGroup private static RestorePointCollectionsRestOperations GetRestorePointCollectionsRestOperations(ClientDiagnostics clientDiagnostics, TokenCredential credential, ArmClientOptions clientOptions, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null) { return new RestorePointCollectionsRestOperations(clientDiagnostics, pipeline, clientOptions, subscriptionId, endpoint); } - /// Lists the RestorePointCollections for this . + /// Lists the RestorePointGroups for this . /// The instance the method will execute against. /// The cancellation token to use. /// A collection of resource operations that may take multiple service requests to iterate over. - public static AsyncPageable GetRestorePointCollectionsAsync(this Subscription subscription, CancellationToken cancellationToken = default) + public static AsyncPageable GetRestorePointGroupsAsync(this Subscription subscription, CancellationToken cancellationToken = default) { return subscription.UseClientContext((baseUri, credential, options, pipeline) => { var clientDiagnostics = new ClientDiagnostics(options); var restOperations = GetRestorePointCollectionsRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); - async Task> FirstPageFunc(int? pageSizeHint) + async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointCollections"); + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointGroups"); scope.Start(); try { var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(subscription, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -1141,14 +1141,14 @@ async Task> FirstPageFunc(int? pageSizeHint) throw; } } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) + async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointCollections"); + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointGroups"); scope.Start(); try { var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(subscription, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -1161,24 +1161,24 @@ async Task> NextPageFunc(string nextLink, int? page ); } - /// Lists the RestorePointCollections for this . + /// Lists the RestorePointGroups for this . /// The instance the method will execute against. /// The cancellation token to use. /// A collection of resource operations that may take multiple service requests to iterate over. - public static Pageable GetRestorePointCollections(this Subscription subscription, CancellationToken cancellationToken = default) + public static Pageable GetRestorePointGroups(this Subscription subscription, CancellationToken cancellationToken = default) { return subscription.UseClientContext((baseUri, credential, options, pipeline) => { var clientDiagnostics = new ClientDiagnostics(options); var restOperations = GetRestorePointCollectionsRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); - Page FirstPageFunc(int? pageSizeHint) + Page FirstPageFunc(int? pageSizeHint) { - using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointCollections"); + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointGroups"); scope.Start(); try { var response = restOperations.GetBySubscription(cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(subscription, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -1186,14 +1186,14 @@ Page FirstPageFunc(int? pageSizeHint) throw; } } - Page NextPageFunc(string nextLink, int? pageSizeHint) + Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointCollections"); + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetRestorePointGroups"); scope.Start(); try { var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(subscription, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -1206,30 +1206,30 @@ Page NextPageFunc(string nextLink, int? pageSizeHint) ); } - /// Filters the list of RestorePointCollections for a represented as generic resources. + /// Filters the list of RestorePointGroups for a represented as generic resources. /// The instance the method will execute against. /// The string to filter the list. /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. /// The number of results to return. /// The cancellation token to use. /// A collection of resource operations that may take multiple service requests to iterate over. - public static AsyncPageable GetRestorePointCollectionByNameAsync(this Subscription subscription, string filter, string expand, int? top, CancellationToken cancellationToken = default) + public static AsyncPageable GetRestorePointGroupByNameAsync(this Subscription subscription, string filter, string expand, int? top, CancellationToken cancellationToken = default) { - ResourceFilterCollection filters = new(RestorePointCollection.ResourceType); + ResourceFilterCollection filters = new(RestorePointGroup.ResourceType); filters.SubstringFilter = filter; return ResourceListOperations.GetAtContextAsync(subscription, filters, expand, top, cancellationToken); } - /// Filters the list of RestorePointCollections for a represented as generic resources. + /// Filters the list of RestorePointGroups for a represented as generic resources. /// The instance the method will execute against. /// The string to filter the list. /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. /// The number of results to return. /// The cancellation token to use. /// A collection of resource operations that may take multiple service requests to iterate over. - public static Pageable GetRestorePointCollectionByName(this Subscription subscription, string filter, string expand, int? top, CancellationToken cancellationToken = default) + public static Pageable GetRestorePointGroupByName(this Subscription subscription, string filter, string expand, int? top, CancellationToken cancellationToken = default) { - ResourceFilterCollection filters = new(RestorePointCollection.ResourceType); + ResourceFilterCollection filters = new(RestorePointGroup.ResourceType); filters.SubstringFilter = filter; return ResourceListOperations.GetAtContext(subscription, filters, expand, top, cancellationToken); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Gallery.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Gallery.cs index 2348821409984..2e906ce7eda13 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Gallery.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Gallery.cs @@ -208,7 +208,7 @@ public async virtual Task> AddTagAsync(string key, string valu { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Gallery(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -237,7 +237,7 @@ public virtual Response AddTag(string key, string value, CancellationTo { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new Gallery(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -266,7 +266,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, Cance TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new Gallery(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -323,7 +323,7 @@ public async virtual Task> RemoveTagAsync(string key, Cancella { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Gallery(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -351,7 +351,7 @@ public virtual Response RemoveTag(string key, CancellationToken cancell { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new Gallery(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -422,16 +422,16 @@ public virtual GalleryUpdateOperation Update(GalleryUpdate gallery, bool waitFor /// Gets a list of GalleryImages in the Gallery. /// An object representing collection of GalleryImages and their operations over a Gallery. - public GalleryImageContainer GetGalleryImages() + public GalleryImageCollection GetGalleryImages() { - return new GalleryImageContainer(this); + return new GalleryImageCollection(this); } /// Gets a list of GalleryApplications in the Gallery. /// An object representing collection of GalleryApplications and their operations over a Gallery. - public GalleryApplicationContainer GetGalleryApplications() + public GalleryApplicationCollection GetGalleryApplications() { - return new GalleryApplicationContainer(this); + return new GalleryApplicationCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplication.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplication.cs index e93d764f1090f..a18f23fb89ce6 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplication.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplication.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryApplication(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, Can { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); return Response.FromValue(new GalleryApplication(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryApplication(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -289,7 +289,7 @@ public virtual Response SetTags(IDictionary TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); return Response.FromValue(new GalleryApplication(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string ke { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryApplication(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationTo { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); return Response.FromValue(new GalleryApplication(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -416,9 +416,9 @@ public virtual GalleryApplicationUpdateOperation Update(GalleryApplicationUpdate /// Gets a list of GalleryApplicationVersions in the GalleryApplication. /// An object representing collection of GalleryApplicationVersions and their operations over a GalleryApplication. - public GalleryApplicationVersionContainer GetGalleryApplicationVersions() + public GalleryApplicationVersionCollection GetGalleryApplicationVersions() { - return new GalleryApplicationVersionContainer(this); + return new GalleryApplicationVersionCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationCollection.cs index 94a14c826a772..95662343d05ae 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of GalleryApplication and their operations over a Gallery. - public partial class GalleryApplicationContainer : ArmContainer + public partial class GalleryApplicationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly GalleryApplicationsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected GalleryApplicationContainer() + /// Initializes a new instance of the class for mocking. + protected GalleryApplicationCollection() { } - /// Initializes a new instance of GalleryApplicationContainer class. + /// Initializes a new instance of GalleryApplicationCollection class. /// The resource representing the parent resource. - internal GalleryApplicationContainer(ArmResource parent) : base(parent) + internal GalleryApplicationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new GalleryApplicationsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => Gallery.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a gallery Application Definition. /// The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. @@ -59,7 +76,7 @@ public virtual GalleryApplicationCreateOrUpdateOperation CreateOrUpdate(string g throw new ArgumentNullException(nameof(galleryApplication)); } - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpd throw new ArgumentNullException(nameof(galleryApplication)); } - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string galleryApplicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string galleryApplicationName, C /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string galleryApplicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string galleryA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string galleryApplicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string galleryApplicatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string galleryApplicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string galleryApplicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string galleryApplicationName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string galleryApplicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken c { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersion.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersion.cs index 8207060513e3d..fc9a48c85d07b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersion.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersion.cs @@ -204,7 +204,7 @@ public async virtual Task> AddTagAsync(strin { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryApplicationVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -233,7 +233,7 @@ public virtual Response AddTag(string key, string val { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new GalleryApplicationVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -262,7 +262,7 @@ public async virtual Task> SetTagsAsync(IDic await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryApplicationVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -291,7 +291,7 @@ public virtual Response SetTags(IDictionary> RemoveTagAsync(st { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryApplicationVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -347,7 +347,7 @@ public virtual Response RemoveTag(string key, Cancell { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new GalleryApplicationVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionCollection.cs index 570dfefc4a5c7..408912d86c761 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryApplicationVersionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of GalleryApplicationVersion and their operations over a GalleryApplication. - public partial class GalleryApplicationVersionContainer : ArmContainer + public partial class GalleryApplicationVersionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly GalleryApplicationVersionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected GalleryApplicationVersionContainer() + /// Initializes a new instance of the class for mocking. + protected GalleryApplicationVersionCollection() { } - /// Initializes a new instance of GalleryApplicationVersionContainer class. + /// Initializes a new instance of GalleryApplicationVersionCollection class. /// The resource representing the parent resource. - internal GalleryApplicationVersionContainer(ArmResource parent) : base(parent) + internal GalleryApplicationVersionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new GalleryApplicationVersionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => GalleryApplication.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a gallery Application Version. /// The name of the gallery Application Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>. @@ -59,7 +76,7 @@ public virtual GalleryApplicationVersionCreateOrUpdateOperation CreateOrUpdate(s throw new ArgumentNullException(nameof(galleryApplicationVersion)); } - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Crea throw new ArgumentNullException(nameof(galleryApplicationVersion)); } - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task Crea /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string galleryApplication /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.Get"); scope.Start(); try { @@ -170,7 +187,7 @@ public async virtual Task> GetAsync(string g /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.GetIfExists"); scope.Start(); try { @@ -197,7 +214,7 @@ public virtual Response GetIfExists(string galleryApp /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.GetIfExists"); scope.Start(); try { @@ -224,7 +241,7 @@ public async virtual Task> GetIfExistsAsync( /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string galleryApplicationVersionName /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.CheckIfExists"); scope.Start(); try { @@ -275,7 +292,7 @@ public virtual Pageable GetAll(CancellationToken canc { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.GetAll"); scope.Start(); try { @@ -290,7 +307,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.GetAll"); scope.Start(); try { @@ -313,7 +330,7 @@ public virtual AsyncPageable GetAllAsync(Cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.GetAll"); scope.Start(); try { @@ -328,7 +345,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryApplicationVersionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryCollection.cs index ecfbd9dbb04e5..3bd43b9ced131 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of Gallery and their operations over a ResourceGroup. - public partial class GalleryContainer : ArmContainer + public partial class GalleryCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly GalleriesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected GalleryContainer() + /// Initializes a new instance of the class for mocking. + protected GalleryCollection() { } - /// Initializes a new instance of GalleryContainer class. + /// Initializes a new instance of GalleryCollection class. /// The resource representing the parent resource. - internal GalleryContainer(ArmResource parent) : base(parent) + internal GalleryCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new GalleriesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a Shared Image Gallery. /// The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. @@ -60,7 +77,7 @@ public virtual GalleryCreateOrUpdateOperation CreateOrUpdate(string galleryName, throw new ArgumentNullException(nameof(gallery)); } - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(st throw new ArgumentNullException(nameof(gallery)); } - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string galleryName, SelectPermissions? sele /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string galleryName, Select /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string galleryName, SelectPermissio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string galleryName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string galleryName, SelectPermission /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = de { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("GalleryCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImage.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImage.cs index 2b4c81dcdc936..487fd3c5b1d86 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImage.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImage.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, string { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryImage(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, Cancellat { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); return Response.FromValue(new GalleryImage(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); return Response.FromValue(new GalleryImage(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string key, Can { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryImage(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationToken ca { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); return Response.FromValue(new GalleryImage(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -416,9 +416,9 @@ public virtual GalleryImageUpdateOperation Update(GalleryImageUpdate galleryImag /// Gets a list of GalleryImageVersions in the GalleryImage. /// An object representing collection of GalleryImageVersions and their operations over a GalleryImage. - public GalleryImageVersionContainer GetGalleryImageVersions() + public GalleryImageVersionCollection GetGalleryImageVersions() { - return new GalleryImageVersionContainer(this); + return new GalleryImageVersionCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageCollection.cs index f022486ff0ce6..1b3377eed1b68 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of GalleryImage and their operations over a Gallery. - public partial class GalleryImageContainer : ArmContainer + public partial class GalleryImageCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly GalleryImagesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected GalleryImageContainer() + /// Initializes a new instance of the class for mocking. + protected GalleryImageCollection() { } - /// Initializes a new instance of GalleryImageContainer class. + /// Initializes a new instance of GalleryImageCollection class. /// The resource representing the parent resource. - internal GalleryImageContainer(ArmResource parent) : base(parent) + internal GalleryImageCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new GalleryImagesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => Gallery.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a gallery image definition. /// The name of the gallery image definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. @@ -59,7 +76,7 @@ public virtual GalleryImageCreateOrUpdateOperation CreateOrUpdate(string gallery throw new ArgumentNullException(nameof(galleryImage)); } - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsy throw new ArgumentNullException(nameof(galleryImage)); } - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string galleryImageName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string galleryImageName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string galleryImageName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string galleryImageNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string galleryImageName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string galleryImageName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string galleryImageName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string galler /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string galleryImageName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string galleryImageName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string galleryImageName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersion.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersion.cs index 9fb83aeda06b6..9603bb06da489 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersion.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersion.cs @@ -204,7 +204,7 @@ public async virtual Task> AddTagAsync(string key, { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryImageVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -233,7 +233,7 @@ public virtual Response AddTag(string key, string value, Ca { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new GalleryImageVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -262,7 +262,7 @@ public async virtual Task> SetTagsAsync(IDictionar await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryImageVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -291,7 +291,7 @@ public virtual Response SetTags(IDictionary TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new GalleryImageVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -319,7 +319,7 @@ public async virtual Task> RemoveTagAsync(string k { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GalleryImageVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -347,7 +347,7 @@ public virtual Response RemoveTag(string key, CancellationT { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new GalleryImageVersion(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionCollection.cs index 098a77feab803..1685358d15c96 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/GalleryImageVersionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of GalleryImageVersion and their operations over a GalleryImage. - public partial class GalleryImageVersionContainer : ArmContainer + public partial class GalleryImageVersionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly GalleryImageVersionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected GalleryImageVersionContainer() + /// Initializes a new instance of the class for mocking. + protected GalleryImageVersionCollection() { } - /// Initializes a new instance of GalleryImageVersionContainer class. + /// Initializes a new instance of GalleryImageVersionCollection class. /// The resource representing the parent resource. - internal GalleryImageVersionContainer(ArmResource parent) : base(parent) + internal GalleryImageVersionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new GalleryImageVersionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => GalleryImage.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a gallery image version. /// The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>. @@ -59,7 +76,7 @@ public virtual GalleryImageVersionCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(galleryImageVersion)); } - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUp throw new ArgumentNullException(nameof(galleryImageVersion)); } - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string galleryImageVersionName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.Get"); scope.Start(); try { @@ -170,7 +187,7 @@ public async virtual Task> GetAsync(string gallery /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.GetIfExists"); scope.Start(); try { @@ -197,7 +214,7 @@ public virtual Response GetIfExists(string galleryImageVers /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.GetIfExists"); scope.Start(); try { @@ -224,7 +241,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string galleryImageVersionName, Repl /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.CheckIfExists"); scope.Start(); try { @@ -275,7 +292,7 @@ public virtual Pageable GetAll(CancellationToken cancellati { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.GetAll"); scope.Start(); try { @@ -290,7 +307,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.GetAll"); scope.Start(); try { @@ -313,7 +330,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.GetAll"); scope.Start(); try { @@ -328,7 +345,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("GalleryImageVersionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Image.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Image.cs index 33db4a624cbf0..ad94301197a6d 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Image.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Image.cs @@ -204,7 +204,7 @@ public async virtual Task> AddTagAsync(string key, string value, { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Image(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -233,7 +233,7 @@ public virtual Response AddTag(string key, string value, CancellationToke { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new Image(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -262,7 +262,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, Cancell TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new Image(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -319,7 +319,7 @@ public async virtual Task> RemoveTagAsync(string key, Cancellati { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Image(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -347,7 +347,7 @@ public virtual Response RemoveTag(string key, CancellationToken cancellat { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new Image(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ImageContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ImageCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/ImageContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/ImageCollection.cs index 6ba0a4e37ab22..0b75cd10cc2be 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ImageContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ImageCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of Image and their operations over a ResourceGroup. - public partial class ImageContainer : ArmContainer + public partial class ImageCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ImagesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ImageContainer() + /// Initializes a new instance of the class for mocking. + protected ImageCollection() { } - /// Initializes a new instance of ImageContainer class. + /// Initializes a new instance of ImageCollection class. /// The resource representing the parent resource. - internal ImageContainer(ArmResource parent) : base(parent) + internal ImageCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ImagesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update an image. /// The name of the image. @@ -60,7 +77,7 @@ public virtual ImageCreateOrUpdateOperation CreateOrUpdate(string imageName, Ima throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ImageContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(stri throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ImageContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string imageName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string imageName, string expand = null, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string imageName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string imageName, string exp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string imageName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string imageName, string expand = nul /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string imageName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string imageName, st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string imageName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string imageName, string expand = nu /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string imageName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = defa { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellationTo { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ImageContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ImageCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionCreateOrUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionCreateOrUpdateOperation.cs index 47a5dc134ba77..8f473553ee00b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionCreateOrUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionCreateOrUpdateOperation.cs @@ -16,25 +16,25 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. - public partial class RestorePointCollectionCreateOrUpdateOperation : Operation + public partial class RestorePointCollectionCreateOrUpdateOperation : Operation { - private readonly OperationOrResponseInternals _operation; + private readonly OperationOrResponseInternals _operation; /// Initializes a new instance of RestorePointCollectionCreateOrUpdateOperation for mocking. protected RestorePointCollectionCreateOrUpdateOperation() { } - internal RestorePointCollectionCreateOrUpdateOperation(ArmResource operationsBase, Response response) + internal RestorePointCollectionCreateOrUpdateOperation(ArmResource operationsBase, Response response) { - _operation = new OperationOrResponseInternals(Response.FromValue(new RestorePointCollection(operationsBase, response.Value), response.GetRawResponse())); + _operation = new OperationOrResponseInternals(Response.FromValue(new RestorePointGroup(operationsBase, response.Value), response.GetRawResponse())); } /// public override string Id => _operation.Id; /// - public override RestorePointCollection Value => _operation.Value; + public override RestorePointGroup Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -52,9 +52,9 @@ internal RestorePointCollectionCreateOrUpdateOperation(ArmResource operationsBas public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionUpdateOperation.cs index bef76c5f72724..1535b4028db19 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/RestorePointCollectionUpdateOperation.cs @@ -16,25 +16,25 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to update the restore point collection. - public partial class RestorePointCollectionUpdateOperation : Operation + public partial class RestorePointCollectionUpdateOperation : Operation { - private readonly OperationOrResponseInternals _operation; + private readonly OperationOrResponseInternals _operation; /// Initializes a new instance of RestorePointCollectionUpdateOperation for mocking. protected RestorePointCollectionUpdateOperation() { } - internal RestorePointCollectionUpdateOperation(ArmResource operationsBase, Response response) + internal RestorePointCollectionUpdateOperation(ArmResource operationsBase, Response response) { - _operation = new OperationOrResponseInternals(Response.FromValue(new RestorePointCollection(operationsBase, response.Value), response.GetRawResponse())); + _operation = new OperationOrResponseInternals(Response.FromValue(new RestorePointGroup(operationsBase, response.Value), response.GetRawResponse())); } /// public override string Id => _operation.Id; /// - public override RestorePointCollection Value => _operation.Value; + public override RestorePointGroup Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -52,9 +52,9 @@ internal RestorePointCollectionUpdateOperation(ArmResource operationsBase, Respo public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionCreateOrUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionCreateOrUpdateOperation.cs index 7b4c8db807f60..d8c73c0f18ea7 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionCreateOrUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionCreateOrUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to create or update the extension. - public partial class VirtualMachineExtensionCreateOrUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineExtensionCreateOrUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineExtensionCreateOrUpdateOperation() internal VirtualMachineExtensionCreateOrUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineExtensionCreateOrUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineExtensionCreateOrUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineExtensionCreateOrUpdateOperation(ArmResource operationsBa public override string Id => _operation.Id; /// - public override VirtualMachineExtensionVirtualMachine Value => _operation.Value; + public override VirtualMachineVirtualMachineExtension Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineExtensionCreateOrUpdateOperation(ArmResource operationsBa public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineExtensionVirtualMachine IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineVirtualMachineExtension IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineExtensionVirtualMachine(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); + return new VirtualMachineVirtualMachineExtension(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineExtensionVirtualMachine(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); + return new VirtualMachineVirtualMachineExtension(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionUpdateOperation.cs index ee78b4e6047dd..959d59db54c7f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineExtensionUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to update the extension. - public partial class VirtualMachineExtensionUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineExtensionUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineExtensionUpdateOperation() internal VirtualMachineExtensionUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineExtensionUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineExtensionUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineExtensionUpdateOperation(ArmResource operationsBase, Clie public override string Id => _operation.Id; /// - public override VirtualMachineExtensionVirtualMachine Value => _operation.Value; + public override VirtualMachineVirtualMachineExtension Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineExtensionUpdateOperation(ArmResource operationsBase, Clie public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineExtensionVirtualMachine IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineVirtualMachineExtension IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineExtensionVirtualMachine(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); + return new VirtualMachineVirtualMachineExtension(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineExtensionVirtualMachine(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); + return new VirtualMachineVirtualMachineExtension(_operationBase, VirtualMachineExtensionData.DeserializeVirtualMachineExtensionData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandCreateOrUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandCreateOrUpdateOperation.cs index 3a56fea3c375b..9a6b150551a00 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandCreateOrUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandCreateOrUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to create or update the run command. - public partial class VirtualMachineRunCommandCreateOrUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineRunCommandCreateOrUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineRunCommandCreateOrUpdateOperation() internal VirtualMachineRunCommandCreateOrUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineRunCommandCreateOrUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineRunCommandCreateOrUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineRunCommandCreateOrUpdateOperation(ArmResource operationsB public override string Id => _operation.Id; /// - public override VirtualMachineRunCommandVirtualMachine Value => _operation.Value; + public override VirtualMachineVirtualMachineRunCommand Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineRunCommandCreateOrUpdateOperation(ArmResource operationsB public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineRunCommandVirtualMachine IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineVirtualMachineRunCommand IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineRunCommandVirtualMachine(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineRunCommandVirtualMachine(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandUpdateOperation.cs index 57854e17caf26..69af870785e85 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineRunCommandUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to update the run command. - public partial class VirtualMachineRunCommandUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineRunCommandUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineRunCommandUpdateOperation() internal VirtualMachineRunCommandUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineRunCommandUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineRunCommandUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineRunCommandUpdateOperation(ArmResource operationsBase, Cli public override string Id => _operation.Id; /// - public override VirtualMachineRunCommandVirtualMachine Value => _operation.Value; + public override VirtualMachineVirtualMachineRunCommand Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineRunCommandUpdateOperation(ArmResource operationsBase, Cli public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineRunCommandVirtualMachine IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineVirtualMachineRunCommand IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineRunCommandVirtualMachine(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineRunCommandVirtualMachine(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation.cs index a647a1556b845..4ac105b28962d 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to create or update the VMSS VM extension. - public partial class VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation() internal VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation(ArmResource op public override string Id => _operation.Id; /// - public override VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet Value => _operation.Value; + public override VirtualMachineScaleSetVirtualMachineScaleSetVMExtension Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation(ArmResource op public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineScaleSetVirtualMachineScaleSetVMExtension IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); + return new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); + return new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionUpdateOperation.cs index f8fcda099bd67..abe9c34e9dd47 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMExtensionUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to update the VMSS VM extension. - public partial class VirtualMachineScaleSetVMExtensionUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineScaleSetVMExtensionUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineScaleSetVMExtensionUpdateOperation() internal VirtualMachineScaleSetVMExtensionUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMExtensionUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMExtensionUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineScaleSetVMExtensionUpdateOperation(ArmResource operations public override string Id => _operation.Id; /// - public override VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet Value => _operation.Value; + public override VirtualMachineScaleSetVirtualMachineScaleSetVMExtension Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineScaleSetVMExtensionUpdateOperation(ArmResource operations public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineScaleSetVirtualMachineScaleSetVMExtension IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); + return new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); + return new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(_operationBase, VirtualMachineScaleSetVMExtensionData.DeserializeVirtualMachineScaleSetVMExtensionData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation.cs index 30a6e40c8deda..a01a9ed4b4094 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to create or update the VMSS VM run command. - public partial class VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation() internal VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation(ArmResource o public override string Id => _operation.Id; /// - public override VirtualMachineRunCommandVirtualMachineScaleSetVM Value => _operation.Value; + public override VirtualMachineScaleSetVMVirtualMachineRunCommand Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation(ArmResource o public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineRunCommandVirtualMachineScaleSetVM IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineScaleSetVMVirtualMachineRunCommand IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineRunCommandVirtualMachineScaleSetVM(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineScaleSetVMVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineRunCommandVirtualMachineScaleSetVM(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineScaleSetVMVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandUpdateOperation.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandUpdateOperation.cs index d35f66ecd4be2..007f26469c12c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandUpdateOperation.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/LongRunningOperation/VirtualMachineScaleSetVMRunCommandUpdateOperation.cs @@ -18,9 +18,9 @@ namespace Azure.ResourceManager.Compute.Models { /// The operation to update the VMSS VM run command. - public partial class VirtualMachineScaleSetVMRunCommandUpdateOperation : Operation, IOperationSource + public partial class VirtualMachineScaleSetVMRunCommandUpdateOperation : Operation, IOperationSource { - private readonly OperationInternals _operation; + private readonly OperationInternals _operation; private readonly ArmResource _operationBase; @@ -31,7 +31,7 @@ protected VirtualMachineScaleSetVMRunCommandUpdateOperation() internal VirtualMachineScaleSetVMRunCommandUpdateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMRunCommandUpdateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "VirtualMachineScaleSetVMRunCommandUpdateOperation"); _operationBase = operationsBase; } @@ -39,7 +39,7 @@ internal VirtualMachineScaleSetVMRunCommandUpdateOperation(ArmResource operation public override string Id => _operation.Id; /// - public override VirtualMachineRunCommandVirtualMachineScaleSetVM Value => _operation.Value; + public override VirtualMachineScaleSetVMVirtualMachineRunCommand Value => _operation.Value; /// public override bool HasCompleted => _operation.HasCompleted; @@ -57,21 +57,21 @@ internal VirtualMachineScaleSetVMRunCommandUpdateOperation(ArmResource operation public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - VirtualMachineRunCommandVirtualMachineScaleSetVM IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + VirtualMachineScaleSetVMVirtualMachineRunCommand IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return new VirtualMachineRunCommandVirtualMachineScaleSetVM(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineScaleSetVMVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return new VirtualMachineRunCommandVirtualMachineScaleSetVM(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); + return new VirtualMachineScaleSetVMVirtualMachineRunCommand(_operationBase, VirtualMachineRunCommandData.DeserializeVirtualMachineRunCommandData(document.RootElement)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.Serialization.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.Serialization.cs index 3c2f991302f73..558c586b74eb1 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.Serialization.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.Serialization.cs @@ -16,7 +16,7 @@ internal partial class RestorePointCollectionListResult { internal static RestorePointCollectionListResult DeserializeRestorePointCollectionListResult(JsonElement element) { - Optional> value = default; + Optional> value = default; Optional nextLink = default; foreach (var property in element.EnumerateObject()) { @@ -27,10 +27,10 @@ internal static RestorePointCollectionListResult DeserializeRestorePointCollecti property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(RestorePointCollectionData.DeserializeRestorePointCollectionData(item)); + array.Add(RestorePointGroupData.DeserializeRestorePointGroupData(item)); } value = array; continue; diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.cs index 8bd3ebd9857b2..6e46793b50fe9 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionListResult.cs @@ -17,20 +17,20 @@ internal partial class RestorePointCollectionListResult /// Initializes a new instance of RestorePointCollectionListResult. internal RestorePointCollectionListResult() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of RestorePointCollectionListResult. /// Gets the list of restore point collections. /// The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections. - internal RestorePointCollectionListResult(IReadOnlyList value, string nextLink) + internal RestorePointCollectionListResult(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; } /// Gets the list of restore point collections. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } /// The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections. public string NextLink { get; } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionData.Serialization.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointGroupData.Serialization.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionData.Serialization.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointGroupData.Serialization.cs index e6835dd261e1c..28dccb59ed5bd 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointCollectionData.Serialization.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/RestorePointGroupData.Serialization.cs @@ -14,7 +14,7 @@ namespace Azure.ResourceManager.Compute { - public partial class RestorePointCollectionData : IUtf8JsonSerializable + public partial class RestorePointGroupData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -40,7 +40,7 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static RestorePointCollectionData DeserializeRestorePointCollectionData(JsonElement element) + internal static RestorePointGroupData DeserializeRestorePointGroupData(JsonElement element) { IDictionary tags = default; Location location = default; @@ -131,7 +131,7 @@ internal static RestorePointCollectionData DeserializeRestorePointCollectionData continue; } } - return new RestorePointCollectionData(id, name, type, tags, location, source.Value, provisioningState.Value, restorePointCollectionId.Value, Optional.ToList(restorePoints)); + return new RestorePointGroupData(id, name, type, tags, location, source.Value, provisioningState.Value, restorePointCollectionId.Value, Optional.ToList(restorePoints)); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/PrivateEndpointConnectionContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/PrivateEndpointConnectionCollection.cs similarity index 91% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/PrivateEndpointConnectionContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/PrivateEndpointConnectionCollection.cs index 7b94a0ab8e515..6632007eaac5e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/PrivateEndpointConnectionContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/PrivateEndpointConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of PrivateEndpointConnection and their operations over a DiskAccess. - public partial class PrivateEndpointConnectionContainer : ArmContainer + public partial class PrivateEndpointConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PrivateEndpointConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PrivateEndpointConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected PrivateEndpointConnectionCollection() { } - /// Initializes a new instance of PrivateEndpointConnectionContainer class. + /// Initializes a new instance of PrivateEndpointConnectionCollection class. /// The resource representing the parent resource. - internal PrivateEndpointConnectionContainer(ArmResource parent) : base(parent) + internal PrivateEndpointConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => DiskAccess.ResourceType; - // Container level operations. + // Collection level operations. /// Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. /// The name of the private endpoint connection. @@ -59,7 +76,7 @@ public virtual PrivateEndpointConnectionCreateOrUpdateOperation CreateOrUpdate(s throw new ArgumentNullException(nameof(privateEndpointConnection)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Crea throw new ArgumentNullException(nameof(privateEndpointConnection)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task Crea /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string privateEndpointCon /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string p /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string privateEnd /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync( /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string privateEndpointConnectionName /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken canc { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroup.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroup.cs index 3c797015ddcd6..1b243dc007845 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroup.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroup.cs @@ -204,7 +204,7 @@ public async virtual Task> AddTagAsync(string { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new ProximityPlacementGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -233,7 +233,7 @@ public virtual Response AddTag(string key, string value { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new ProximityPlacementGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -262,7 +262,7 @@ public async virtual Task> SetTagsAsync(IDicti await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new ProximityPlacementGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -291,7 +291,7 @@ public virtual Response SetTags(IDictionary> RemoveTagAsync(stri { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new ProximityPlacementGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -347,7 +347,7 @@ public virtual Response RemoveTag(string key, Cancellat { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new ProximityPlacementGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroupContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroupCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroupContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroupCollection.cs index 9836e4f62fcf6..de06611d999e5 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroupContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/ProximityPlacementGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of ProximityPlacementGroup and their operations over a ResourceGroup. - public partial class ProximityPlacementGroupContainer : ArmContainer + public partial class ProximityPlacementGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ProximityPlacementGroupsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ProximityPlacementGroupContainer() + /// Initializes a new instance of the class for mocking. + protected ProximityPlacementGroupCollection() { } - /// Initializes a new instance of ProximityPlacementGroupContainer class. + /// Initializes a new instance of ProximityPlacementGroupCollection class. /// The resource representing the parent resource. - internal ProximityPlacementGroupContainer(ArmResource parent) : base(parent) + internal ProximityPlacementGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ProximityPlacementGroupsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a proximity placement group. /// The name of the proximity placement group. @@ -60,7 +77,7 @@ public virtual ProximityPlacementGroupCreateOrUpdateOperation CreateOrUpdate(str throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task Create throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task Create /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string proximityPlacementGr /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string pro /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string proximityPla /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string proximityPlacementGroupName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancel { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTo { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pag /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ProximityPlacementGroupCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/RestorePointCollectionsRestOperations.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/RestorePointCollectionsRestOperations.cs index df2e71839fe3c..6aaee6b871e96 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/RestorePointCollectionsRestOperations.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestOperations/RestorePointCollectionsRestOperations.cs @@ -41,7 +41,7 @@ public RestorePointCollectionsRestOperations(ClientDiagnostics clientDiagnostics _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } - internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionData parameters) + internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, string restorePointCollectionName, RestorePointGroupData parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -71,7 +71,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, strin /// Parameters supplied to the Create or Update restore point collection operation. /// The cancellation token to use. /// , , or is null. - public async Task> CreateOrUpdateAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionData parameters, CancellationToken cancellationToken = default) + public async Task> CreateOrUpdateAsync(string resourceGroupName, string restorePointCollectionName, RestorePointGroupData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -93,9 +93,9 @@ public async Task> CreateOrUpdateAsync(stri case 200: case 201: { - RestorePointCollectionData value = default; + RestorePointGroupData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = RestorePointCollectionData.DeserializeRestorePointCollectionData(document.RootElement); + value = RestorePointGroupData.DeserializeRestorePointGroupData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -109,7 +109,7 @@ public async Task> CreateOrUpdateAsync(stri /// Parameters supplied to the Create or Update restore point collection operation. /// The cancellation token to use. /// , , or is null. - public Response CreateOrUpdate(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionData parameters, CancellationToken cancellationToken = default) + public Response CreateOrUpdate(string resourceGroupName, string restorePointCollectionName, RestorePointGroupData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -131,9 +131,9 @@ public Response CreateOrUpdate(string resourceGroupN case 200: case 201: { - RestorePointCollectionData value = default; + RestorePointGroupData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = RestorePointCollectionData.DeserializeRestorePointCollectionData(document.RootElement); + value = RestorePointGroupData.DeserializeRestorePointGroupData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -171,7 +171,7 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string restor /// Parameters supplied to the Update restore point collection operation. /// The cancellation token to use. /// , , or is null. - public async Task> UpdateAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) + public async Task> UpdateAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -192,9 +192,9 @@ public async Task> UpdateAsync(string resou { case 200: { - RestorePointCollectionData value = default; + RestorePointGroupData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = RestorePointCollectionData.DeserializeRestorePointCollectionData(document.RootElement); + value = RestorePointGroupData.DeserializeRestorePointGroupData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -208,7 +208,7 @@ public async Task> UpdateAsync(string resou /// Parameters supplied to the Update restore point collection operation. /// The cancellation token to use. /// , , or is null. - public Response Update(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) + public Response Update(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -229,9 +229,9 @@ public Response Update(string resourceGroupName, str { case 200: { - RestorePointCollectionData value = default; + RestorePointGroupData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = RestorePointCollectionData.DeserializeRestorePointCollectionData(document.RootElement); + value = RestorePointGroupData.DeserializeRestorePointGroupData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -347,7 +347,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string restorePo /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. /// The cancellation token to use. /// or is null. - public async Task> GetAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + public async Task> GetAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -364,13 +364,13 @@ public async Task> GetAsync(string resource { case 200: { - RestorePointCollectionData value = default; + RestorePointGroupData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = RestorePointCollectionData.DeserializeRestorePointCollectionData(document.RootElement); + value = RestorePointGroupData.DeserializeRestorePointGroupData(document.RootElement); return Response.FromValue(value, message.Response); } case 404: - return Response.FromValue((RestorePointCollectionData)null, message.Response); + return Response.FromValue((RestorePointGroupData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -382,7 +382,7 @@ public async Task> GetAsync(string resource /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. /// The cancellation token to use. /// or is null. - public Response Get(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + public Response Get(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -399,13 +399,13 @@ public Response Get(string resourceGroupName, string { case 200: { - RestorePointCollectionData value = default; + RestorePointGroupData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = RestorePointCollectionData.DeserializeRestorePointCollectionData(document.RootElement); + value = RestorePointGroupData.DeserializeRestorePointGroupData(document.RootElement); return Response.FromValue(value, message.Response); } case 404: - return Response.FromValue((RestorePointCollectionData)null, message.Response); + return Response.FromValue((RestorePointGroupData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePoint.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePoint.cs index aa8897dcd17c9..8199127497179 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePoint.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePoint.cs @@ -186,9 +186,9 @@ public virtual RestorePointDeleteOperation Delete(bool waitForCompletion = true, /// Gets a list of DiskRestorePoints in the RestorePoint. /// An object representing collection of DiskRestorePoints and their operations over a RestorePoint. - public DiskRestorePointContainer GetDiskRestorePoints() + public DiskRestorePointCollection GetDiskRestorePoints() { - return new DiskRestorePointContainer(this); + return new DiskRestorePointCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollection.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollection.cs index ac261ecfe063b..0c1f6cae1a513 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollection.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollection.cs @@ -6,118 +6,68 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Azure; -using Azure.Core; using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Compute.Models; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Compute { - /// A Class representing a RestorePointCollection along with the instance operations that can be performed on it. - public partial class RestorePointCollection : ArmResource + /// A class representing collection of RestorePoint and their operations over a RestorePointGroup. + public partial class RestorePointCollection : ArmCollection { private readonly ClientDiagnostics _clientDiagnostics; - private readonly RestorePointCollectionsRestOperations _restClient; - private readonly RestorePointCollectionData _data; + private readonly RestorePointsRestOperations _restClient; /// Initializes a new instance of the class for mocking. protected RestorePointCollection() { } - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The resource that is the target of operations. - internal RestorePointCollection(ArmResource options, RestorePointCollectionData resource) : base(options, resource.Id) + /// Initializes a new instance of RestorePointCollection class. + /// The resource representing the parent resource. + internal RestorePointCollection(ArmResource parent) : base(parent) { - HasData = true; - _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new RestorePointCollectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); + _restClient = new RestorePointsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The identifier of the resource that is the target of operations. - internal RestorePointCollection(ArmResource options, ResourceIdentifier id) : base(options, id) - { - _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new RestorePointCollectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); - } - - /// Initializes a new instance of the class. - /// The client options to build client context. - /// The credential to build client context. - /// The uri to build client context. - /// The pipeline to build client context. - /// The identifier of the resource that is the target of operations. - internal RestorePointCollection(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) - { - _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new RestorePointCollectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); - } - - /// Gets the resource type for the operations. - public static readonly ResourceType ResourceType = "Microsoft.Compute/restorePointCollections"; + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => RestorePointGroup.ResourceType; - /// Gets the valid resource type for the operations. - protected override ResourceType ValidResourceType => ResourceType; + // Collection level operations. - /// Gets whether or not the current instance has data. - public virtual bool HasData { get; } - - /// Gets the data representing this Feature. - /// Throws if there is no data loaded in the current instance. - public virtual RestorePointCollectionData Data - { - get - { - if (!HasData) - throw new InvalidOperationException("The current instance does not have data, you must call Get first."); - return _data; - } - } - - /// The operation to get the restore point collection. - /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. + /// The operation to create the restore point. Updating properties of an existing restore point is not allowed. + /// The name of the restore point. + /// Parameters supplied to the Create restore point operation. + /// Waits for the completion of the long running operations. /// The cancellation token to use. - public async virtual Task> GetAsync(RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + /// or is null. + public virtual RestorePointCreateOperation CreateOrUpdate(string restorePointName, RestorePointData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Get"); - scope.Start(); - try + if (restorePointName == null) { - var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false); - if (response.Value == null) - throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new RestorePointCollection(this, response.Value), response.GetRawResponse()); + throw new ArgumentNullException(nameof(restorePointName)); } - catch (Exception e) + if (parameters == null) { - scope.Failed(e); - throw; + throw new ArgumentNullException(nameof(parameters)); } - } - /// The operation to get the restore point collection. - /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. - /// The cancellation token to use. - public virtual Response Get(RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Get"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.CreateOrUpdate"); scope.Start(); try { - var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken); - if (response.Value == null) - throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new RestorePointCollection(this, response.Value), response.GetRawResponse()); + var response = _restClient.Create(Id.ResourceGroupName, Id.Name, restorePointName, parameters, cancellationToken); + var operation = new RestorePointCreateOperation(Parent, _clientDiagnostics, Pipeline, _restClient.CreateCreateRequest(Id.ResourceGroupName, Id.Name, restorePointName, parameters).Request, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; } catch (Exception e) { @@ -126,57 +76,31 @@ public virtual Response Get(RestorePointCollectionExpand } } - /// Lists all available geo-locations. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of locations that may take multiple service requests to iterate over. - public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) - { - return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); - } - - /// Lists all available geo-locations. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of locations that may take multiple service requests to iterate over. - public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) - { - return ListAvailableLocations(ResourceType, cancellationToken); - } - - /// The operation to delete the restore point collection. This operation will also delete all the contained restore points. + /// The operation to create the restore point. Updating properties of an existing restore point is not allowed. + /// The name of the restore point. + /// Parameters supplied to the Create restore point operation. /// Waits for the completion of the long running operations. /// The cancellation token to use. - public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + /// or is null. + public async virtual Task CreateOrUpdateAsync(string restorePointName, RestorePointData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Delete"); - scope.Start(); - try + if (restorePointName == null) { - var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); - var operation = new RestorePointCollectionDeleteOperation(_clientDiagnostics, Pipeline, _restClient.CreateDeleteRequest(Id.ResourceGroupName, Id.Name).Request, response); - if (waitForCompletion) - await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); - return operation; + throw new ArgumentNullException(nameof(restorePointName)); } - catch (Exception e) + if (parameters == null) { - scope.Failed(e); - throw; + throw new ArgumentNullException(nameof(parameters)); } - } - /// The operation to delete the restore point collection. This operation will also delete all the contained restore points. - /// Waits for the completion of the long running operations. - /// The cancellation token to use. - public virtual RestorePointCollectionDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Delete"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.CreateOrUpdate"); scope.Start(); try { - var response = _restClient.Delete(Id.ResourceGroupName, Id.Name, cancellationToken); - var operation = new RestorePointCollectionDeleteOperation(_clientDiagnostics, Pipeline, _restClient.CreateDeleteRequest(Id.ResourceGroupName, Id.Name).Request, response); + var response = await _restClient.CreateAsync(Id.ResourceGroupName, Id.Name, restorePointName, parameters, cancellationToken).ConfigureAwait(false); + var operation = new RestorePointCreateOperation(Parent, _clientDiagnostics, Pipeline, _restClient.CreateCreateRequest(Id.ResourceGroupName, Id.Name, restorePointName, parameters).Request, response); if (waitForCompletion) - operation.WaitForCompletion(cancellationToken); + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; } catch (Exception e) @@ -186,56 +110,24 @@ public virtual RestorePointCollectionDeleteOperation Delete(bool waitForCompleti } } - /// Add a tag to the current resource. - /// The key for the tag. - /// The value for the tag. + /// Gets details for this resource from the service. + /// The name of the restore point. /// A token to allow the caller to cancel the call to the service. The default value is . - /// The updated resource with the tag added. - public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + public virtual Response Get(string restorePointName, CancellationToken cancellationToken = default) { - if (string.IsNullOrWhiteSpace(key)) - { - throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.AddTag"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Get"); scope.Start(); try { - var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); - originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); - var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new RestorePointCollection(this, originalResponse.Value), originalResponse.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } + if (restorePointName == null) + { + throw new ArgumentNullException(nameof(restorePointName)); + } - /// Add a tag to the current resource. - /// The key for the tag. - /// The value for the tag. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// The updated resource with the tag added. - public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) - { - if (string.IsNullOrWhiteSpace(key)) - { - throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.AddTag"); - scope.Start(); - try - { - var originalTags = TagResource.Get(cancellationToken); - originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); - var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); - return Response.FromValue(new RestorePointCollection(this, originalResponse.Value), originalResponse.GetRawResponse()); + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RestorePoint(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -244,27 +136,24 @@ public virtual Response AddTag(string key, string value, } } - /// Replace the tags on the resource with the given set. - /// The set of tags to use as replacement. + /// Gets details for this resource from the service. + /// The name of the restore point. /// A token to allow the caller to cancel the call to the service. The default value is . - /// The updated resource with the tags replaced. - public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string restorePointName, CancellationToken cancellationToken = default) { - if (tags == null) - { - throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.SetTags"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Get"); scope.Start(); try { - await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); - var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); - originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); - var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new RestorePointCollection(this, originalResponse.Value), originalResponse.GetRawResponse()); + if (restorePointName == null) + { + throw new ArgumentNullException(nameof(restorePointName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new RestorePoint(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -273,27 +162,24 @@ public async virtual Task> SetTagsAsync(IDictio } } - /// Replace the tags on the resource with the given set. - /// The set of tags to use as replacement. + /// Tries to get details for this resource from the service. + /// The name of the restore point. /// A token to allow the caller to cancel the call to the service. The default value is . - /// The updated resource with the tags replaced. - public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + public virtual Response GetIfExists(string restorePointName, CancellationToken cancellationToken = default) { - if (tags == null) - { - throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.SetTags"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.GetIfExists"); scope.Start(); try { - TagResource.Delete(cancellationToken: cancellationToken); - var originalTags = TagResource.Get(cancellationToken); - originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); - var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); - return Response.FromValue(new RestorePointCollection(this, originalResponse.Value), originalResponse.GetRawResponse()); + if (restorePointName == null) + { + throw new ArgumentNullException(nameof(restorePointName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new RestorePoint(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -302,26 +188,24 @@ public virtual Response SetTags(IDictionary Removes a tag by key from the resource. - /// The key of the tag to remove. + /// Tries to get details for this resource from the service. + /// The name of the restore point. /// A token to allow the caller to cancel the call to the service. The default value is . - /// The updated resource with the tag removed. - public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + public async virtual Task> GetIfExistsAsync(string restorePointName, CancellationToken cancellationToken = default) { - if (string.IsNullOrWhiteSpace(key)) - { - throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.GetIfExists"); scope.Start(); try { - var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); - originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); - var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new RestorePointCollection(this, originalResponse.Value), originalResponse.GetRawResponse()); + if (restorePointName == null) + { + throw new ArgumentNullException(nameof(restorePointName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new RestorePoint(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -330,50 +214,22 @@ public async virtual Task> RemoveTagAsync(strin } } - /// Removes a tag by key from the resource. - /// The key of the tag to remove. + /// Tries to get details for this resource from the service. + /// The name of the restore point. /// A token to allow the caller to cancel the call to the service. The default value is . - /// The updated resource with the tag removed. - public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + public virtual Response CheckIfExists(string restorePointName, CancellationToken cancellationToken = default) { - if (string.IsNullOrWhiteSpace(key)) - { - throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.CheckIfExists"); scope.Start(); try { - var originalTags = TagResource.Get(cancellationToken); - originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); - var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); - return Response.FromValue(new RestorePointCollection(this, originalResponse.Value), originalResponse.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - /// The operation to update the restore point collection. - /// Parameters supplied to the Update restore point collection operation. - /// The cancellation token to use. - /// is null. - public virtual async Task> UpdateAsync(RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) - { - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } + if (restorePointName == null) + { + throw new ArgumentNullException(nameof(restorePointName)); + } - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Update"); - scope.Start(); - try - { - var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new RestorePointCollection(this, response.Value), response.GetRawResponse()); + var response = GetIfExists(restorePointName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); } catch (Exception e) { @@ -382,23 +238,22 @@ public virtual async Task> UpdateAsync(RestoreP } } - /// The operation to update the restore point collection. - /// Parameters supplied to the Update restore point collection operation. - /// The cancellation token to use. - /// is null. - public virtual Response Update(RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) + /// Tries to get details for this resource from the service. + /// The name of the restore point. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string restorePointName, CancellationToken cancellationToken = default) { - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.Update"); + using var scope = _clientDiagnostics.CreateScope("RestorePointCollection.CheckIfExists"); scope.Start(); try { - var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken); - return Response.FromValue(new RestorePointCollection(this, response.Value), response.GetRawResponse()); + if (restorePointName == null) + { + throw new ArgumentNullException(nameof(restorePointName)); + } + + var response = await GetIfExistsAsync(restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); } catch (Exception e) { @@ -407,11 +262,7 @@ public virtual Response Update(RestorePointCollectionUpd } } - /// Gets a list of RestorePoints in the RestorePointCollection. - /// An object representing collection of RestorePoints and their operations over a RestorePointCollection. - public RestorePointContainer GetRestorePoints() - { - return new RestorePointContainer(this); - } + // Builders. + // public ArmBuilder Construct() { } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointContainer.cs deleted file mode 100644 index 37216303db488..0000000000000 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointContainer.cs +++ /dev/null @@ -1,266 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core.Pipeline; -using Azure.ResourceManager; -using Azure.ResourceManager.Compute.Models; -using Azure.ResourceManager.Core; - -namespace Azure.ResourceManager.Compute -{ - /// A class representing collection of RestorePoint and their operations over a RestorePointCollection. - public partial class RestorePointContainer : ArmContainer - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly RestorePointsRestOperations _restClient; - - /// Initializes a new instance of the class for mocking. - protected RestorePointContainer() - { - } - - /// Initializes a new instance of RestorePointContainer class. - /// The resource representing the parent resource. - internal RestorePointContainer(ArmResource parent) : base(parent) - { - _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new RestorePointsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); - } - - /// Gets the valid resource type for this object. - protected override ResourceType ValidResourceType => RestorePointCollection.ResourceType; - - // Container level operations. - - /// The operation to create the restore point. Updating properties of an existing restore point is not allowed. - /// The name of the restore point. - /// Parameters supplied to the Create restore point operation. - /// Waits for the completion of the long running operations. - /// The cancellation token to use. - /// or is null. - public virtual RestorePointCreateOperation CreateOrUpdate(string restorePointName, RestorePointData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.CreateOrUpdate"); - scope.Start(); - try - { - var response = _restClient.Create(Id.ResourceGroupName, Id.Name, restorePointName, parameters, cancellationToken); - var operation = new RestorePointCreateOperation(Parent, _clientDiagnostics, Pipeline, _restClient.CreateCreateRequest(Id.ResourceGroupName, Id.Name, restorePointName, parameters).Request, response); - if (waitForCompletion) - operation.WaitForCompletion(cancellationToken); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// The operation to create the restore point. Updating properties of an existing restore point is not allowed. - /// The name of the restore point. - /// Parameters supplied to the Create restore point operation. - /// Waits for the completion of the long running operations. - /// The cancellation token to use. - /// or is null. - public async virtual Task CreateOrUpdateAsync(string restorePointName, RestorePointData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } - - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.CreateOrUpdate"); - scope.Start(); - try - { - var response = await _restClient.CreateAsync(Id.ResourceGroupName, Id.Name, restorePointName, parameters, cancellationToken).ConfigureAwait(false); - var operation = new RestorePointCreateOperation(Parent, _clientDiagnostics, Pipeline, _restClient.CreateCreateRequest(Id.ResourceGroupName, Id.Name, restorePointName, parameters).Request, response); - if (waitForCompletion) - await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets details for this resource from the service. - /// The name of the restore point. - /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response Get(string restorePointName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.Get"); - scope.Start(); - try - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - - var response = _restClient.Get(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken); - if (response.Value == null) - throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new RestorePoint(Parent, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets details for this resource from the service. - /// The name of the restore point. - /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetAsync(string restorePointName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.Get"); - scope.Start(); - try - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - - var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false); - if (response.Value == null) - throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new RestorePoint(Parent, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the restore point. - /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response GetIfExists(string restorePointName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.GetIfExists"); - scope.Start(); - try - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - - var response = _restClient.Get(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken); - return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new RestorePoint(this, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the restore point. - /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetIfExistsAsync(string restorePointName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.GetIfExists"); - scope.Start(); - try - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - - var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false); - return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new RestorePoint(this, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the restore point. - /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response CheckIfExists(string restorePointName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.CheckIfExists"); - scope.Start(); - try - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - - var response = GetIfExists(restorePointName, cancellationToken: cancellationToken); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the restore point. - /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> CheckIfExistsAsync(string restorePointName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("RestorePointContainer.CheckIfExists"); - scope.Start(); - try - { - if (restorePointName == null) - { - throw new ArgumentNullException(nameof(restorePointName)); - } - - var response = await GetIfExistsAsync(restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - // Builders. - // public ArmBuilder Construct() { } - } -} diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroup.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroup.cs new file mode 100644 index 0000000000000..4e0ab45631179 --- /dev/null +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroup.cs @@ -0,0 +1,417 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Compute.Models; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Compute +{ + /// A Class representing a RestorePointGroup along with the instance operations that can be performed on it. + public partial class RestorePointGroup : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly RestorePointCollectionsRestOperations _restClient; + private readonly RestorePointGroupData _data; + + /// Initializes a new instance of the class for mocking. + protected RestorePointGroup() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal RestorePointGroup(ArmResource options, RestorePointGroupData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new RestorePointCollectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal RestorePointGroup(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new RestorePointCollectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client options to build client context. + /// The credential to build client context. + /// The uri to build client context. + /// The pipeline to build client context. + /// The identifier of the resource that is the target of operations. + internal RestorePointGroup(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new RestorePointCollectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Compute/restorePointCollections"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual RestorePointGroupData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// The operation to get the restore point collection. + /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. + /// The cancellation token to use. + public async virtual Task> GetAsync(RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new RestorePointGroup(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// The operation to get the restore point collection. + /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. + /// The cancellation token to use. + public virtual Response Get(RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RestorePointGroup(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// The operation to delete the restore point collection. This operation will also delete all the contained restore points. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new RestorePointCollectionDeleteOperation(_clientDiagnostics, Pipeline, _restClient.CreateDeleteRequest(Id.ResourceGroupName, Id.Name).Request, response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// The operation to delete the restore point collection. This operation will also delete all the contained restore points. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual RestorePointCollectionDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Name, cancellationToken); + var operation = new RestorePointCollectionDeleteOperation(_clientDiagnostics, Pipeline, _restClient.CreateDeleteRequest(Id.ResourceGroupName, Id.Name).Request, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Add a tag to the current resource. + /// The key for the tag. + /// The value for the tag. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag added. + public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.AddTag"); + scope.Start(); + try + { + var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.Properties.TagsValue[key] = value; + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new RestorePointGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Add a tag to the current resource. + /// The key for the tag. + /// The value for the tag. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag added. + public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.AddTag"); + scope.Start(); + try + { + var originalTags = TagResource.Get(cancellationToken); + originalTags.Value.Data.Properties.TagsValue[key] = value; + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); + return Response.FromValue(new RestorePointGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Replace the tags on the resource with the given set. + /// The set of tags to use as replacement. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tags replaced. + public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + { + if (tags == null) + { + throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.SetTags"); + scope.Start(); + try + { + await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); + var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new RestorePointGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Replace the tags on the resource with the given set. + /// The set of tags to use as replacement. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tags replaced. + public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + { + if (tags == null) + { + throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.SetTags"); + scope.Start(); + try + { + TagResource.Delete(cancellationToken: cancellationToken); + var originalTags = TagResource.Get(cancellationToken); + originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); + return Response.FromValue(new RestorePointGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Removes a tag by key from the resource. + /// The key of the tag to remove. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag removed. + public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.RemoveTag"); + scope.Start(); + try + { + var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.Properties.TagsValue.Remove(key); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new RestorePointGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Removes a tag by key from the resource. + /// The key of the tag to remove. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag removed. + public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.RemoveTag"); + scope.Start(); + try + { + var originalTags = TagResource.Get(cancellationToken); + originalTags.Value.Data.Properties.TagsValue.Remove(key); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); + return Response.FromValue(new RestorePointGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// The operation to update the restore point collection. + /// Parameters supplied to the Update restore point collection operation. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.Update"); + scope.Start(); + try + { + var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new RestorePointGroup(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// The operation to update the restore point collection. + /// Parameters supplied to the Update restore point collection operation. + /// The cancellation token to use. + /// is null. + public virtual Response Update(RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("RestorePointGroup.Update"); + scope.Start(); + try + { + var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken); + return Response.FromValue(new RestorePointGroup(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of RestorePoints in the RestorePointGroup. + /// An object representing collection of RestorePoints and their operations over a RestorePointGroup. + public RestorePointCollection GetRestorePoints() + { + return new RestorePointCollection(this); + } + } +} diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollectionContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroupCollection.cs similarity index 79% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollectionContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroupCollection.cs index 43dfe46466f8d..7ee3eed44f23e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollectionContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,29 +21,44 @@ namespace Azure.ResourceManager.Compute { - /// A class representing collection of RestorePointCollection and their operations over a ResourceGroup. - public partial class RestorePointCollectionContainer : ArmContainer + /// A class representing collection of RestorePointGroup and their operations over a ResourceGroup. + public partial class RestorePointGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly RestorePointCollectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected RestorePointCollectionContainer() + /// Initializes a new instance of the class for mocking. + protected RestorePointGroupCollection() { } - /// Initializes a new instance of RestorePointCollectionContainer class. + /// Initializes a new instance of RestorePointGroupCollection class. /// The resource representing the parent resource. - internal RestorePointCollectionContainer(ArmResource parent) : base(parent) + internal RestorePointGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new RestorePointCollectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. /// The name of the restore point collection. @@ -49,7 +66,7 @@ internal RestorePointCollectionContainer(ArmResource parent) : base(parent) /// Waits for the completion of the long running operations. /// The cancellation token to use. /// or is null. - public virtual RestorePointCollectionCreateOrUpdateOperation CreateOrUpdate(string restorePointCollectionName, RestorePointCollectionData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + public virtual RestorePointCollectionCreateOrUpdateOperation CreateOrUpdate(string restorePointCollectionName, RestorePointGroupData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) { if (restorePointCollectionName == null) { @@ -60,7 +77,7 @@ public virtual RestorePointCollectionCreateOrUpdateOperation CreateOrUpdate(stri throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -83,7 +100,7 @@ public virtual RestorePointCollectionCreateOrUpdateOperation CreateOrUpdate(stri /// Waits for the completion of the long running operations. /// The cancellation token to use. /// or is null. - public async virtual Task CreateOrUpdateAsync(string restorePointCollectionName, RestorePointCollectionData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + public async virtual Task CreateOrUpdateAsync(string restorePointCollectionName, RestorePointGroupData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) { if (restorePointCollectionName == null) { @@ -94,7 +111,7 @@ public async virtual Task CreateO throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,9 +132,9 @@ public async virtual Task CreateO /// The name of the restore point collection. /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response Get(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.Get"); scope.Start(); try { @@ -129,7 +146,7 @@ public virtual Response Get(string restorePointCollectio var response = _restClient.Get(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new RestorePointCollection(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new RestorePointGroup(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -142,9 +159,9 @@ public virtual Response Get(string restorePointCollectio /// The name of the restore point collection. /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.Get"); scope.Start(); try { @@ -156,7 +173,7 @@ public async virtual Task> GetAsync(string rest var response = await _restClient.GetAsync(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); if (response.Value == null) throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new RestorePointCollection(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new RestorePointGroup(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -169,9 +186,9 @@ public async virtual Task> GetAsync(string rest /// The name of the restore point collection. /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response GetIfExists(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + public virtual Response GetIfExists(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetIfExists"); scope.Start(); try { @@ -182,8 +199,8 @@ public virtual Response GetIfExists(string restorePointC var response = _restClient.Get(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new RestorePointCollection(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new RestorePointGroup(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -196,9 +213,9 @@ public virtual Response GetIfExists(string restorePointC /// The name of the restore point collection. /// The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetIfExistsAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetIfExistsAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetIfExists"); scope.Start(); try { @@ -209,8 +226,8 @@ public async virtual Task> GetIfExistsAsync(str var response = await _restClient.GetAsync(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new RestorePointCollection(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new RestorePointGroup(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(str /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string restorePointCollectionName, R /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.CheckIfExists"); scope.Start(); try { @@ -271,17 +288,17 @@ public async virtual Task> CheckIfExistsAsync(string restorePoint /// Gets the list of restore point collections in a resource group. /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable GetAll(CancellationToken cancellationToken = default) + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) { - Page FirstPageFunc(int? pageSizeHint) + Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -289,14 +306,14 @@ Page FirstPageFunc(int? pageSizeHint) throw; } } - Page NextPageFunc(string nextLink, int? pageSizeHint) + Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -309,17 +326,17 @@ Page NextPageFunc(string nextLink, int? pageSizeHint) /// Gets the list of restore point collections in a resource group. /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) { - async Task> FirstPageFunc(int? pageSizeHint) + async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -327,14 +344,14 @@ async Task> FirstPageFunc(int? pageSizeHint) throw; } } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) + async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new RestorePointCollection(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new RestorePointGroup(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -345,7 +362,7 @@ async Task> NextPageFunc(string nextLink, int? page return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); } - /// Filters the list of for this resource group represented as generic resources. + /// Filters the list of for this resource group represented as generic resources. /// The filter used in this operation. /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. /// The number of results to return. @@ -353,11 +370,11 @@ async Task> NextPageFunc(string nextLink, int? page /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetAllAsGenericResources"); scope.Start(); try { - var filters = new ResourceFilterCollection(RestorePointCollection.ResourceType); + var filters = new ResourceFilterCollection(RestorePointGroup.ResourceType); filters.SubstringFilter = nameFilter; return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); } @@ -368,7 +385,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil } } - /// Filters the list of for this resource group represented as generic resources. + /// Filters the list of for this resource group represented as generic resources. /// The filter used in this operation. /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. /// The number of results to return. @@ -376,11 +393,11 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RestorePointCollectionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("RestorePointGroupCollection.GetAllAsGenericResources"); scope.Start(); try { - var filters = new ResourceFilterCollection(RestorePointCollection.ResourceType); + var filters = new ResourceFilterCollection(RestorePointGroup.ResourceType); filters.SubstringFilter = nameFilter; return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); } @@ -392,6 +409,6 @@ public virtual AsyncPageable GetAllAsGenericResourcesAsync(stri } // Builders. - // public ArmBuilder Construct() { } + // public ArmBuilder Construct() { } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollectionData.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroupData.cs similarity index 78% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollectionData.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroupData.cs index f625a9bb14440..3345f611cf785 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointCollectionData.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/RestorePointGroupData.cs @@ -14,17 +14,17 @@ namespace Azure.ResourceManager.Compute { - /// A class representing the RestorePointCollection data model. - public partial class RestorePointCollectionData : TrackedResource + /// A class representing the RestorePointGroup data model. + public partial class RestorePointGroupData : TrackedResource { - /// Initializes a new instance of RestorePointCollectionData. + /// Initializes a new instance of RestorePointGroupData. /// The location. - public RestorePointCollectionData(Location location) : base(location) + public RestorePointGroupData(Location location) : base(location) { RestorePoints = new ChangeTrackingList(); } - /// Initializes a new instance of RestorePointCollectionData. + /// Initializes a new instance of RestorePointGroupData. /// The id. /// The name. /// The type. @@ -34,7 +34,7 @@ public RestorePointCollectionData(Location location) : base(location) /// The provisioning state of the restore point collection. /// The unique id of the restore point collection. /// A list containing all restore points created under this restore point collection. - internal RestorePointCollectionData(ResourceIdentifier id, string name, ResourceType type, IDictionary tags, Location location, RestorePointCollectionSourceProperties source, string provisioningState, string restorePointCollectionId, IReadOnlyList restorePoints) : base(id, name, type, tags, location) + internal RestorePointGroupData(ResourceIdentifier id, string name, ResourceType type, IDictionary tags, Location location, RestorePointCollectionSourceProperties source, string provisioningState, string restorePointCollectionId, IReadOnlyList restorePoints) : base(id, name, type, tags, location) { Source = source; ProvisioningState = provisioningState; diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Snapshot.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Snapshot.cs index f619a1230b751..6166dc8f8a74d 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Snapshot.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/Snapshot.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, string val { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Snapshot(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, CancellationT { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new Snapshot(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, Canc TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new Snapshot(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string key, Cancell { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new Snapshot(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationToken cancel { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new Snapshot(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotCollection.cs index a898583e9c3ab..bbeebb9c84820 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SnapshotCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of Snapshot and their operations over a ResourceGroup. - public partial class SnapshotContainer : ArmContainer + public partial class SnapshotCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly SnapshotsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected SnapshotContainer() + /// Initializes a new instance of the class for mocking. + protected SnapshotCollection() { } - /// Initializes a new instance of SnapshotContainer class. + /// Initializes a new instance of SnapshotCollection class. /// The resource representing the parent resource. - internal SnapshotContainer(ArmResource parent) : base(parent) + internal SnapshotCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new SnapshotsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a snapshot. /// The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. @@ -60,7 +77,7 @@ public virtual SnapshotCreateOrUpdateOperation CreateOrUpdate(string snapshotNam throw new ArgumentNullException(nameof(snapshot)); } - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(s throw new ArgumentNullException(nameof(snapshot)); } - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync(s /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string snapshotName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string snapshotName, CancellationToken can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string snapshotName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string snapshotName, Canc /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string snapshotName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string snapshotName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string snapshotName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string snapshotNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string snapshotName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string snapshotName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string snapshotName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = d { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellatio { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SnapshotContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("SnapshotCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKey.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKey.cs index 3afe0e41cd2a8..fe6d870b116a1 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKey.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKey.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, string { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new SshPublicKey(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, Cancellat { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new SshPublicKey(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags, TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new SshPublicKey(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string key, Can { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new SshPublicKey(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationToken ca { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new SshPublicKey(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKeyContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKeyCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKeyContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKeyCollection.cs index cd1d800e1fcbf..41040ff72c1c9 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKeyContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/SshPublicKeyCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of SshPublicKey and their operations over a ResourceGroup. - public partial class SshPublicKeyContainer : ArmContainer + public partial class SshPublicKeyCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly SshPublicKeysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected SshPublicKeyContainer() + /// Initializes a new instance of the class for mocking. + protected SshPublicKeyCollection() { } - /// Initializes a new instance of SshPublicKeyContainer class. + /// Initializes a new instance of SshPublicKeyCollection class. /// The resource representing the parent resource. - internal SshPublicKeyContainer(ArmResource parent) : base(parent) + internal SshPublicKeyCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new SshPublicKeysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a new SSH public key resource. /// The name of the SSH public key. @@ -60,7 +77,7 @@ public virtual SshPublicKeyCreateOperation CreateOrUpdate(string sshPublicKeyNam throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(strin throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string sshPublicKeyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string sshPublicKeyName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string sshPublicKeyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string sshPublicKeyNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string sshPublicKeyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string sshPublicKeyName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string sshPublicKeyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string sshPub /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string sshPublicKeyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string sshPublicKeyName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string sshPublicKeyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SshPublicKeyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("SshPublicKeyCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/UpdateDomainContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/UpdateDomainCollection.cs similarity index 91% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/UpdateDomainContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/UpdateDomainCollection.cs index 96e21c1f64102..f794c5fee5701 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/UpdateDomainContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/UpdateDomainCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -18,35 +20,50 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of UpdateDomain and their operations over a CloudService. - public partial class UpdateDomainContainer : ArmContainer + public partial class UpdateDomainCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly CloudServicesUpdateDomainRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected UpdateDomainContainer() + /// Initializes a new instance of the class for mocking. + protected UpdateDomainCollection() { } - /// Initializes a new instance of UpdateDomainContainer class. + /// Initializes a new instance of UpdateDomainCollection class. /// The resource representing the parent resource. - internal UpdateDomainContainer(ArmResource parent) : base(parent) + internal UpdateDomainCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new CloudServicesUpdateDomainRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => CloudService.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string updateDomain, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.Get"); scope.Start(); try { @@ -72,7 +89,7 @@ public virtual Response Get(string updateDomain, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string updateDomain, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.Get"); scope.Start(); try { @@ -98,7 +115,7 @@ public async virtual Task> GetAsync(string updateDomain, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string updateDomain, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +141,7 @@ public virtual Response GetIfExists(string updateDomain, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string updateDomain, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +167,7 @@ public async virtual Task> GetIfExistsAsync(string update /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string updateDomain, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +191,7 @@ public virtual Response CheckIfExists(string updateDomain, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string updateDomain, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.CheckIfExists"); scope.Start(); try { @@ -200,7 +217,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.GetAll"); scope.Start(); try { @@ -215,7 +232,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.GetAll"); scope.Start(); try { @@ -238,7 +255,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.GetAll"); scope.Start(); try { @@ -253,7 +270,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("UpdateDomainContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("UpdateDomainCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachine.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachine.cs index 00bff7192691e..8b51806134bb0 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachine.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachine.cs @@ -206,7 +206,7 @@ public async virtual Task> AddTagAsync(string key, stri { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -235,7 +235,7 @@ public virtual Response AddTag(string key, string value, Cancell { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new VirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -264,7 +264,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new VirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -321,7 +321,7 @@ public async virtual Task> RemoveTagAsync(string key, C { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -349,7 +349,7 @@ public virtual Response RemoveTag(string key, CancellationToken { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new VirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -1227,18 +1227,18 @@ public virtual VirtualMachineRunCommandOperation RunCommand(RunCommandInput para } } - /// Gets a list of VirtualMachineExtensionVirtualMachines in the VirtualMachine. - /// An object representing collection of VirtualMachineExtensionVirtualMachines and their operations over a VirtualMachine. - public VirtualMachineExtensionVirtualMachineContainer GetVirtualMachineExtensionVirtualMachines() + /// Gets a list of VirtualMachineVirtualMachineExtensions in the VirtualMachine. + /// An object representing collection of VirtualMachineVirtualMachineExtensions and their operations over a VirtualMachine. + public VirtualMachineVirtualMachineExtensionCollection GetVirtualMachineVirtualMachineExtensions() { - return new VirtualMachineExtensionVirtualMachineContainer(this); + return new VirtualMachineVirtualMachineExtensionCollection(this); } - /// Gets a list of VirtualMachineRunCommandVirtualMachines in the VirtualMachine. - /// An object representing collection of VirtualMachineRunCommandVirtualMachines and their operations over a VirtualMachine. - public VirtualMachineRunCommandVirtualMachineContainer GetVirtualMachineRunCommandVirtualMachines() + /// Gets a list of VirtualMachineVirtualMachineRunCommands in the VirtualMachine. + /// An object representing collection of VirtualMachineVirtualMachineRunCommands and their operations over a VirtualMachine. + public VirtualMachineVirtualMachineRunCommandCollection GetVirtualMachineVirtualMachineRunCommands() { - return new VirtualMachineRunCommandVirtualMachineContainer(this); + return new VirtualMachineVirtualMachineRunCommandCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineCollection.cs similarity index 93% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineCollection.cs index 65b50af48cae2..d14fd3998728b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of VirtualMachine and their operations over a ResourceGroup. - public partial class VirtualMachineContainer : ArmContainer + public partial class VirtualMachineCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachinesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineCollection() { } - /// Initializes a new instance of VirtualMachineContainer class. + /// Initializes a new instance of VirtualMachineCollection class. /// The resource representing the parent resource. - internal VirtualMachineContainer(ArmResource parent) : base(parent) + internal VirtualMachineCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachinesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. /// The name of the virtual machine. @@ -60,7 +77,7 @@ public virtual VirtualMachineCreateOrUpdateOperation CreateOrUpdate(string vmNam throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string vmName, InstanceViewTypes? ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string vmName, Inst /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string vmName, InstanceViewT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string vmNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string vmName, InstanceViewTypes? ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSet.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSet.cs index 9cd314ff80f1e..d71a85e27e8ef 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSet.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSet.cs @@ -206,7 +206,7 @@ public async virtual Task> AddTagAsync(string k { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -235,7 +235,7 @@ public virtual Response AddTag(string key, string value, { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new VirtualMachineScaleSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -264,7 +264,7 @@ public async virtual Task> SetTagsAsync(IDictio await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -293,7 +293,7 @@ public virtual Response SetTags(IDictionary> RemoveTagAsync(strin { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -349,7 +349,7 @@ public virtual Response RemoveTag(string key, Cancellati { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new VirtualMachineScaleSet(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -1241,9 +1241,9 @@ public virtual VirtualMachineScaleSetSetOrchestrationServiceStateOperation SetOr /// Gets a list of VirtualMachineScaleSetExtensions in the VirtualMachineScaleSet. /// An object representing collection of VirtualMachineScaleSetExtensions and their operations over a VirtualMachineScaleSet. - public VirtualMachineScaleSetExtensionContainer GetVirtualMachineScaleSetExtensions() + public VirtualMachineScaleSetExtensionCollection GetVirtualMachineScaleSetExtensions() { - return new VirtualMachineScaleSetExtensionContainer(this); + return new VirtualMachineScaleSetExtensionCollection(this); } /// Gets an object representing a VirtualMachineScaleSetRollingUpgrade along with the instance operations that can be performed on it. @@ -1253,18 +1253,18 @@ public VirtualMachineScaleSetRollingUpgrade GetVirtualMachineScaleSetRollingUpgr return new VirtualMachineScaleSetRollingUpgrade(this, Id + "/rollingUpgrades/latest"); } - /// Gets a list of VirtualMachineScaleSetVMExtensionVirtualMachineScaleSets in the VirtualMachineScaleSet. - /// An object representing collection of VirtualMachineScaleSetVMExtensionVirtualMachineScaleSets and their operations over a VirtualMachineScaleSet. - public VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer GetVirtualMachineScaleSetVMExtensionVirtualMachineScaleSets() + /// Gets a list of VirtualMachineScaleSetVirtualMachineScaleSetVMExtensions in the VirtualMachineScaleSet. + /// An object representing collection of VirtualMachineScaleSetVirtualMachineScaleSetVMExtensions and their operations over a VirtualMachineScaleSet. + public VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection GetVirtualMachineScaleSetVirtualMachineScaleSetVMExtensions() { - return new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer(this); + return new VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection(this); } /// Gets a list of VirtualMachineScaleSetVMs in the VirtualMachineScaleSet. /// An object representing collection of VirtualMachineScaleSetVMs and their operations over a VirtualMachineScaleSet. - public VirtualMachineScaleSetVMContainer GetVirtualMachineScaleSetVMs() + public VirtualMachineScaleSetVMCollection GetVirtualMachineScaleSetVMs() { - return new VirtualMachineScaleSetVMContainer(this); + return new VirtualMachineScaleSetVMCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetCollection.cs similarity index 92% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetCollection.cs index 579c91ed95327..46a6da3957c1a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of VirtualMachineScaleSet and their operations over a ResourceGroup. - public partial class VirtualMachineScaleSetContainer : ArmContainer + public partial class VirtualMachineScaleSetCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineScaleSetsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineScaleSetContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineScaleSetCollection() { } - /// Initializes a new instance of VirtualMachineScaleSetContainer class. + /// Initializes a new instance of VirtualMachineScaleSetCollection class. /// The resource representing the parent resource. - internal VirtualMachineScaleSetContainer(ArmResource parent) : base(parent) + internal VirtualMachineScaleSetCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a VM scale set. /// The name of the VM scale set to create or update. @@ -60,7 +77,7 @@ public virtual VirtualMachineScaleSetCreateOrUpdateOperation CreateOrUpdate(stri throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateO throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateO /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string vmScaleSetName, Expan /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string vmSc /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string vmScaleSetNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(str /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string vmScaleSetName, ExpandTypesFo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancell { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTok { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? page /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetExtensionContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetExtensionCollection.cs similarity index 91% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetExtensionContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetExtensionCollection.cs index f05b2328e0f3f..bb889590b3cae 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetExtensionContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetExtensionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of VirtualMachineScaleSetExtension and their operations over a VirtualMachineScaleSet. - public partial class VirtualMachineScaleSetExtensionContainer : ArmContainer + public partial class VirtualMachineScaleSetExtensionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineScaleSetExtensionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineScaleSetExtensionContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineScaleSetExtensionCollection() { } - /// Initializes a new instance of VirtualMachineScaleSetExtensionContainer class. + /// Initializes a new instance of VirtualMachineScaleSetExtensionCollection class. /// The resource representing the parent resource. - internal VirtualMachineScaleSetExtensionContainer(ArmResource parent) : base(parent) + internal VirtualMachineScaleSetExtensionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualMachineScaleSet.ResourceType; - // Container level operations. + // Collection level operations. /// The operation to create or update an extension. /// The name of the VM scale set extension. @@ -59,7 +76,7 @@ public virtual VirtualMachineScaleSetExtensionCreateOrUpdateOperation CreateOrUp throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string vmssExtensio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.Get"); scope.Start(); try { @@ -170,7 +187,7 @@ public async virtual Task> GetAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.GetIfExists"); scope.Start(); try { @@ -197,7 +214,7 @@ public virtual Response GetIfExists(string vmss /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.GetIfExists"); scope.Start(); try { @@ -224,7 +241,7 @@ public async virtual Task> GetIfExists /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string vmssExtensionName, string exp /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.CheckIfExists"); scope.Start(); try { @@ -275,7 +292,7 @@ public virtual Pageable GetAll(CancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.GetAll"); scope.Start(); try { @@ -290,7 +307,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.GetAll"); scope.Start(); try { @@ -313,7 +330,7 @@ public virtual AsyncPageable GetAllAsync(Cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.GetAll"); scope.Start(); try { @@ -328,7 +345,7 @@ async Task> FirstPageFunc(int? pageSizeHin } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetExtensionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetRollingUpgrade.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetRollingUpgrade.cs index 46c684889bb04..1299b39410767 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetRollingUpgrade.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetRollingUpgrade.cs @@ -163,7 +163,7 @@ public async virtual Task> AddTag { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetLatestAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSetRollingUpgrade(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -192,7 +192,7 @@ public virtual Response AddTag(string key, { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetLatest(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new VirtualMachineScaleSetRollingUpgrade(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -221,7 +221,7 @@ public async virtual Task> SetTag await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetLatestAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSetRollingUpgrade(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -250,7 +250,7 @@ public virtual Response SetTags(IDictionar TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetLatest(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new VirtualMachineScaleSetRollingUpgrade(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -278,7 +278,7 @@ public async virtual Task> Remove { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetLatestAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSetRollingUpgrade(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -306,7 +306,7 @@ public virtual Response RemoveTag(string k { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetLatest(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new VirtualMachineScaleSetRollingUpgrade(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVM.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVM.cs index 82c0b8daf09e6..a0604abb2769f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVM.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVM.cs @@ -206,7 +206,7 @@ public async virtual Task> AddTagAsync(string { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -235,7 +235,7 @@ public virtual Response AddTag(string key, string valu { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new VirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -264,7 +264,7 @@ public async virtual Task> SetTagsAsync(IDict await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -293,7 +293,7 @@ public virtual Response SetTags(IDictionary> RemoveTagAsync(str { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new VirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -349,7 +349,7 @@ public virtual Response RemoveTag(string key, Cancella { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); return Response.FromValue(new VirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -941,11 +941,11 @@ public virtual VirtualMachineScaleSetVMRunCommandOperation RunCommand(RunCommand } } - /// Gets a list of VirtualMachineRunCommandVirtualMachineScaleSetVMs in the VirtualMachineScaleSetVM. - /// An object representing collection of VirtualMachineRunCommandVirtualMachineScaleSetVMs and their operations over a VirtualMachineScaleSetVM. - public VirtualMachineRunCommandVirtualMachineScaleSetVMContainer GetVirtualMachineRunCommandVirtualMachineScaleSetVMs() + /// Gets a list of VirtualMachineScaleSetVMVirtualMachineRunCommands in the VirtualMachineScaleSetVM. + /// An object representing collection of VirtualMachineScaleSetVMVirtualMachineRunCommands and their operations over a VirtualMachineScaleSetVM. + public VirtualMachineScaleSetVMVirtualMachineRunCommandCollection GetVirtualMachineScaleSetVMVirtualMachineRunCommands() { - return new VirtualMachineRunCommandVirtualMachineScaleSetVMContainer(this); + return new VirtualMachineScaleSetVMVirtualMachineRunCommandCollection(this); } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMCollection.cs similarity index 91% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMCollection.cs index 1437f5db18af2..2000f6c7d2958 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Compute { /// A class representing collection of VirtualMachineScaleSetVM and their operations over a VirtualMachineScaleSet. - public partial class VirtualMachineScaleSetVMContainer : ArmContainer + public partial class VirtualMachineScaleSetVMCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineScaleSetVMsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineScaleSetVMContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineScaleSetVMCollection() { } - /// Initializes a new instance of VirtualMachineScaleSetVMContainer class. + /// Initializes a new instance of VirtualMachineScaleSetVMCollection class. /// The resource representing the parent resource. - internal VirtualMachineScaleSetVMContainer(ArmResource parent) : base(parent) + internal VirtualMachineScaleSetVMCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetVMsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualMachineScaleSet.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The instance ID of the virtual machine. @@ -48,7 +65,7 @@ internal VirtualMachineScaleSetVMContainer(ArmResource parent) : base(parent) /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.Get"); scope.Start(); try { @@ -75,7 +92,7 @@ public virtual Response Get(string instanceId, Instanc /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.Get"); scope.Start(); try { @@ -102,7 +119,7 @@ public async virtual Task> GetAsync(string in /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.GetIfExists"); scope.Start(); try { @@ -129,7 +146,7 @@ public virtual Response GetIfExists(string instanceId, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.GetIfExists"); scope.Start(); try { @@ -156,7 +173,7 @@ public async virtual Task> GetIfExistsAsync(s /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.CheckIfExists"); scope.Start(); try { @@ -181,7 +198,7 @@ public virtual Response CheckIfExists(string instanceId, InstanceViewTypes /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.CheckIfExists"); scope.Start(); try { @@ -210,7 +227,7 @@ public virtual Pageable GetAll(string filter = null, s { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.GetAll"); scope.Start(); try { @@ -225,7 +242,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.GetAll"); scope.Start(); try { @@ -251,7 +268,7 @@ public virtual AsyncPageable GetAllAsync(string filter { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.GetAll"); scope.Start(); try { @@ -266,7 +283,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMCollection.GetAll"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineScaleSetVM.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMVirtualMachineRunCommand.cs similarity index 82% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineScaleSetVM.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMVirtualMachineRunCommand.cs index abe124dce2bc4..4107ff763a38b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineScaleSetVM.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMVirtualMachineRunCommand.cs @@ -19,22 +19,22 @@ namespace Azure.ResourceManager.Compute { - /// A Class representing a VirtualMachineRunCommandVirtualMachineScaleSetVM along with the instance operations that can be performed on it. - public partial class VirtualMachineRunCommandVirtualMachineScaleSetVM : ArmResource + /// A Class representing a VirtualMachineScaleSetVMVirtualMachineRunCommand along with the instance operations that can be performed on it. + public partial class VirtualMachineScaleSetVMVirtualMachineRunCommand : ArmResource { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineScaleSetVMRunCommandsRestOperations _restClient; private readonly VirtualMachineRunCommandData _data; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineRunCommandVirtualMachineScaleSetVM() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineScaleSetVMVirtualMachineRunCommand() { } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The resource that is the target of operations. - internal VirtualMachineRunCommandVirtualMachineScaleSetVM(ArmResource options, VirtualMachineRunCommandData resource) : base(options, resource.Id) + internal VirtualMachineScaleSetVMVirtualMachineRunCommand(ArmResource options, VirtualMachineRunCommandData resource) : base(options, resource.Id) { HasData = true; _data = resource; @@ -42,22 +42,22 @@ internal VirtualMachineRunCommandVirtualMachineScaleSetVM(ArmResource options, V _restClient = new VirtualMachineScaleSetVMRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The identifier of the resource that is the target of operations. - internal VirtualMachineRunCommandVirtualMachineScaleSetVM(ArmResource options, ResourceIdentifier id) : base(options, id) + internal VirtualMachineScaleSetVMVirtualMachineRunCommand(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetVMRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client options to build client context. /// The credential to build client context. /// The uri to build client context. /// The pipeline to build client context. /// The identifier of the resource that is the target of operations. - internal VirtualMachineRunCommandVirtualMachineScaleSetVM(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) + internal VirtualMachineScaleSetVMVirtualMachineRunCommand(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetVMRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); @@ -87,16 +87,16 @@ public virtual VirtualMachineRunCommandData Data /// The operation to get the VMSS VM run command. /// The expand expression to apply on the operation. /// The cancellation token to use. - public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.Get"); scope.Start(); try { var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false); if (response.Value == null) throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -108,16 +108,16 @@ public async virtual Task The operation to get the VMSS VM run command. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.Get"); scope.Start(); try { var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -147,7 +147,7 @@ public virtual IEnumerable GetAvailableLocations(CancellationToken can /// The cancellation token to use. public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.Delete"); scope.Start(); try { @@ -169,7 +169,7 @@ public async virtual Task Del /// The cancellation token to use. public virtual VirtualMachineScaleSetVMRunCommandDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.Delete"); scope.Start(); try { @@ -191,22 +191,22 @@ public virtual VirtualMachineScaleSetVMRunCommandDeleteOperation Delete(bool wai /// The value for the tag. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag added. - public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.AddTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.AddTag"); scope.Start(); try { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -220,22 +220,22 @@ public async virtual Task The value for the tag. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag added. - public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) + public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.AddTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.AddTag"); scope.Start(); try { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -248,23 +248,23 @@ public virtual Response AddTag /// The set of tags to use as replacement. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tags replaced. - public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) { if (tags == null) { throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.SetTags"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.SetTags"); scope.Start(); try { await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -277,23 +277,23 @@ public async virtual Task The set of tags to use as replacement. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tags replaced. - public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) { if (tags == null) { throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.SetTags"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.SetTags"); scope.Start(); try { TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -306,22 +306,22 @@ public virtual Response SetTag /// The key of the tag to remove. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag removed. - public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.RemoveTag"); scope.Start(); try { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -334,22 +334,22 @@ public async virtual Task The key of the tag to remove. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag removed. - public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.RemoveTag"); scope.Start(); try { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -370,7 +370,7 @@ public async virtual Task Upd throw new ArgumentNullException(nameof(runCommand)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.Update"); scope.Start(); try { @@ -399,7 +399,7 @@ public virtual VirtualMachineScaleSetVMRunCommandUpdateOperation Update(VirtualM throw new ArgumentNullException(nameof(runCommand)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVM.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommand.Update"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.cs similarity index 76% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.cs index e1dadf14ff897..36eaec56eaec7 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -18,29 +20,44 @@ namespace Azure.ResourceManager.Compute { - /// A class representing collection of VirtualMachineRunCommandVirtualMachineScaleSetVM and their operations over a VirtualMachineScaleSetVM. - public partial class VirtualMachineRunCommandVirtualMachineScaleSetVMContainer : ArmContainer + /// A class representing collection of VirtualMachineScaleSetVMVirtualMachineRunCommand and their operations over a VirtualMachineScaleSetVM. + public partial class VirtualMachineScaleSetVMVirtualMachineRunCommandCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineScaleSetVMRunCommandsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineRunCommandVirtualMachineScaleSetVMContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineScaleSetVMVirtualMachineRunCommandCollection() { } - /// Initializes a new instance of VirtualMachineRunCommandVirtualMachineScaleSetVMContainer class. + /// Initializes a new instance of VirtualMachineScaleSetVMVirtualMachineRunCommandCollection class. /// The resource representing the parent resource. - internal VirtualMachineRunCommandVirtualMachineScaleSetVMContainer(ArmResource parent) : base(parent) + internal VirtualMachineScaleSetVMVirtualMachineRunCommandCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetVMRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualMachineScaleSetVM.ResourceType; - // Container level operations. + // Collection level operations. /// The operation to create or update the VMSS VM run command. /// The name of the virtual machine run command. @@ -59,7 +76,7 @@ public virtual VirtualMachineScaleSetVMRunCommandCreateOrUpdateOperation CreateO throw new ArgumentNullException(nameof(runCommand)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response Get(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.Get"); scope.Start(); try { @@ -128,7 +145,7 @@ public virtual Response Get(st var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, runCommandName, expand, cancellationToken: cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -141,9 +158,9 @@ public virtual Response Get(st /// The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.Get"); scope.Start(); try { @@ -155,7 +172,7 @@ public async virtual Task The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response GetIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response GetIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.GetIfExists"); scope.Start(); try { @@ -181,8 +198,8 @@ public virtual Response GetIfE var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, runCommandName, expand, cancellationToken: cancellationToken); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -195,9 +212,9 @@ public virtual Response GetIfE /// The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.GetIfExists"); scope.Start(); try { @@ -208,8 +225,8 @@ public async virtual Task(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineRunCommandVirtualMachineScaleSetVM(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineScaleSetVMVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -224,7 +241,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string runCommandName, string expand /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.CheckIfExists"); scope.Start(); try { @@ -271,17 +288,17 @@ public async virtual Task> CheckIfExistsAsync(string runCommandNa /// The operation to get all run commands of an instance in Virtual Machine Scaleset. /// The expand expression to apply on the operation. /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable GetAll(string expand = null, CancellationToken cancellationToken = default) + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(string expand = null, CancellationToken cancellationToken = default) { - Page FirstPageFunc(int? pageSizeHint) + Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachineScaleSetVM(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineScaleSetVMVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -289,14 +306,14 @@ Page FirstPageFunc(int? pageSi throw; } } - Page NextPageFunc(string nextLink, int? pageSizeHint) + Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachineScaleSetVM(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineScaleSetVMVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -310,17 +327,17 @@ Page NextPageFunc(string nextL /// The operation to get all run commands of an instance in Virtual Machine Scaleset. /// The expand expression to apply on the operation. /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsync(string expand = null, CancellationToken cancellationToken = default) + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(string expand = null, CancellationToken cancellationToken = default) { - async Task> FirstPageFunc(int? pageSizeHint) + async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachineScaleSetVM(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineScaleSetVMVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -328,14 +345,14 @@ async Task> FirstPageFunc throw; } } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) + async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachineScaleSetVM(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineScaleSetVMVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -347,6 +364,6 @@ async Task> NextPageFunc( } // Builders. - // public ArmBuilder Construct() { } + // public ArmBuilder Construct() { } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.cs similarity index 89% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.cs index cb6e6fa318835..398ef669ad27a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.cs @@ -19,22 +19,22 @@ namespace Azure.ResourceManager.Compute { - /// A Class representing a VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet along with the instance operations that can be performed on it. - public partial class VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet : ArmResource + /// A Class representing a VirtualMachineScaleSetVirtualMachineScaleSetVMExtension along with the instance operations that can be performed on it. + public partial class VirtualMachineScaleSetVirtualMachineScaleSetVMExtension : ArmResource { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineScaleSetVMExtensionsRestOperations _restClient; private readonly VirtualMachineScaleSetVMExtensionData _data; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineScaleSetVirtualMachineScaleSetVMExtension() { } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The resource that is the target of operations. - internal VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(ArmResource options, VirtualMachineScaleSetVMExtensionData resource) : base(options, resource.Id) + internal VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(ArmResource options, VirtualMachineScaleSetVMExtensionData resource) : base(options, resource.Id) { HasData = true; _data = resource; @@ -42,22 +42,22 @@ internal VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(ArmResource opt _restClient = new VirtualMachineScaleSetVMExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The identifier of the resource that is the target of operations. - internal VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(ArmResource options, ResourceIdentifier id) : base(options, id) + internal VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetVMExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client options to build client context. /// The credential to build client context. /// The uri to build client context. /// The pipeline to build client context. /// The identifier of the resource that is the target of operations. - internal VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) + internal VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetVMExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); @@ -87,16 +87,16 @@ public virtual VirtualMachineScaleSetVMExtensionData Data /// The operation to get the VMSS VM extension. /// The expand expression to apply on the operation. /// The cancellation token to use. - public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.Get"); scope.Start(); try { var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false); if (response.Value == null) throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -108,16 +108,16 @@ public async virtual Task The operation to get the VMSS VM extension. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.Get"); scope.Start(); try { var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -147,7 +147,7 @@ public virtual IEnumerable GetAvailableLocations(CancellationToken can /// The cancellation token to use. public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.Delete"); scope.Start(); try { @@ -169,7 +169,7 @@ public async virtual Task Dele /// The cancellation token to use. public virtual VirtualMachineScaleSetVMExtensionDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.Delete"); scope.Start(); try { @@ -198,7 +198,7 @@ public async virtual Task Upda throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.Update"); scope.Start(); try { @@ -227,7 +227,7 @@ public virtual VirtualMachineScaleSetVMExtensionUpdateOperation Update(VirtualMa throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtension.Update"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.cs similarity index 83% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.cs index 0b8c254c1afd3..424de22c62650 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -18,29 +19,39 @@ namespace Azure.ResourceManager.Compute { - /// A class representing collection of VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet and their operations over a VirtualMachineScaleSet. - public partial class VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer : ArmContainer + /// A class representing collection of VirtualMachineScaleSetVirtualMachineScaleSetVMExtension and their operations over a VirtualMachineScaleSet. + public partial class VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineScaleSetVMExtensionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection() { } - /// Initializes a new instance of VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer class. + /// Initializes a new instance of VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection class. /// The resource representing the parent resource. - internal VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer(ArmResource parent) : base(parent) + internal VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineScaleSetVMExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualMachineScaleSet.ResourceType; - // Container level operations. + // Collection level operations. /// The operation to create or update the VMSS VM extension. /// The name of the virtual machine extension. @@ -59,7 +70,7 @@ public virtual VirtualMachineScaleSetVMExtensionCreateOrUpdateOperation CreateOr throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +104,7 @@ public async virtual Task The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response Get(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.Get"); scope.Start(); try { @@ -128,7 +139,7 @@ public virtual Response var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -141,9 +152,9 @@ public virtual Response /// The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.Get"); scope.Start(); try { @@ -155,7 +166,7 @@ public async virtual Task The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response GetIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response GetIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.GetIfExists"); scope.Start(); try { @@ -181,8 +192,8 @@ public virtual Response var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -195,9 +206,9 @@ public virtual Response /// The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.GetIfExists"); scope.Start(); try { @@ -208,8 +219,8 @@ public async virtual Task(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -224,7 +235,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +260,7 @@ public virtual Response CheckIfExists(string vmExtensionName, string expan /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.CheckIfExists"); scope.Start(); try { @@ -271,14 +282,14 @@ public async virtual Task> CheckIfExistsAsync(string vmExtensionN /// The operation to get all extensions of an instance in Virtual Machine Scaleset. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual async Task>> GetAllAsync(string expand = null, CancellationToken cancellationToken = default) + public virtual async Task>> GetAllAsync(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false); - return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); } catch (Exception e) { @@ -290,14 +301,14 @@ public virtual async Task The operation to get all extensions of an instance in Virtual Machine Scaleset. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual Response> GetAll(string expand = null, CancellationToken cancellationToken = default) + public virtual Response> GetAll(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineScaleSetVirtualMachineScaleSetVMExtensionCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken); - return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineScaleSetVirtualMachineScaleSetVMExtension(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); } catch (Exception e) { @@ -307,6 +318,6 @@ public virtual Response Construct() { } + // public ArmBuilder Construct() { } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineExtensionVirtualMachine.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineExtension.cs similarity index 83% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineExtensionVirtualMachine.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineExtension.cs index e56593d52198b..b892903e9a613 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineExtensionVirtualMachine.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineExtension.cs @@ -19,22 +19,22 @@ namespace Azure.ResourceManager.Compute { - /// A Class representing a VirtualMachineExtensionVirtualMachine along with the instance operations that can be performed on it. - public partial class VirtualMachineExtensionVirtualMachine : ArmResource + /// A Class representing a VirtualMachineVirtualMachineExtension along with the instance operations that can be performed on it. + public partial class VirtualMachineVirtualMachineExtension : ArmResource { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineExtensionsRestOperations _restClient; private readonly VirtualMachineExtensionData _data; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineExtensionVirtualMachine() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineVirtualMachineExtension() { } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The resource that is the target of operations. - internal VirtualMachineExtensionVirtualMachine(ArmResource options, VirtualMachineExtensionData resource) : base(options, resource.Id) + internal VirtualMachineVirtualMachineExtension(ArmResource options, VirtualMachineExtensionData resource) : base(options, resource.Id) { HasData = true; _data = resource; @@ -42,22 +42,22 @@ internal VirtualMachineExtensionVirtualMachine(ArmResource options, VirtualMachi _restClient = new VirtualMachineExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The identifier of the resource that is the target of operations. - internal VirtualMachineExtensionVirtualMachine(ArmResource options, ResourceIdentifier id) : base(options, id) + internal VirtualMachineVirtualMachineExtension(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client options to build client context. /// The credential to build client context. /// The uri to build client context. /// The pipeline to build client context. /// The identifier of the resource that is the target of operations. - internal VirtualMachineExtensionVirtualMachine(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) + internal VirtualMachineVirtualMachineExtension(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); @@ -87,16 +87,16 @@ public virtual VirtualMachineExtensionData Data /// The operation to get the extension. /// The expand expression to apply on the operation. /// The cancellation token to use. - public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.Get"); scope.Start(); try { var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false); if (response.Value == null) throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -108,16 +108,16 @@ public async virtual Task> GetAs /// The operation to get the extension. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.Get"); scope.Start(); try { var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -147,7 +147,7 @@ public virtual IEnumerable GetAvailableLocations(CancellationToken can /// The cancellation token to use. public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.Delete"); scope.Start(); try { @@ -169,7 +169,7 @@ public async virtual Task DeleteAsync(bo /// The cancellation token to use. public virtual VirtualMachineExtensionDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.Delete"); scope.Start(); try { @@ -191,22 +191,22 @@ public virtual VirtualMachineExtensionDeleteOperation Delete(bool waitForComplet /// The value for the tag. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag added. - public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.AddTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.AddTag"); scope.Start(); try { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -220,22 +220,22 @@ public async virtual Task> AddTa /// The value for the tag. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag added. - public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) + public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.AddTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.AddTag"); scope.Start(); try { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -248,23 +248,23 @@ public virtual Response AddTag(string key /// The set of tags to use as replacement. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tags replaced. - public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) { if (tags == null) { throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.SetTags"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.SetTags"); scope.Start(); try { await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -277,23 +277,23 @@ public async virtual Task> SetTa /// The set of tags to use as replacement. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tags replaced. - public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) { if (tags == null) { throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.SetTags"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.SetTags"); scope.Start(); try { TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -306,22 +306,22 @@ public virtual Response SetTags(IDictiona /// The key of the tag to remove. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag removed. - public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.RemoveTag"); scope.Start(); try { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -334,22 +334,22 @@ public async virtual Task> Remov /// The key of the tag to remove. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag removed. - public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.RemoveTag"); scope.Start(); try { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -370,7 +370,7 @@ public async virtual Task UpdateAsync(Vi throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.Update"); scope.Start(); try { @@ -399,7 +399,7 @@ public virtual VirtualMachineExtensionUpdateOperation Update(VirtualMachineExten throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachine.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtension.Update"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineExtensionVirtualMachineContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineExtensionCollection.cs similarity index 80% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineExtensionVirtualMachineContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineExtensionCollection.cs index 9e0a6f9093645..af85cb8c69e18 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineExtensionVirtualMachineContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineExtensionCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -18,29 +19,39 @@ namespace Azure.ResourceManager.Compute { - /// A class representing collection of VirtualMachineExtensionVirtualMachine and their operations over a VirtualMachine. - public partial class VirtualMachineExtensionVirtualMachineContainer : ArmContainer + /// A class representing collection of VirtualMachineVirtualMachineExtension and their operations over a VirtualMachine. + public partial class VirtualMachineVirtualMachineExtensionCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineExtensionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineExtensionVirtualMachineContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineVirtualMachineExtensionCollection() { } - /// Initializes a new instance of VirtualMachineExtensionVirtualMachineContainer class. + /// Initializes a new instance of VirtualMachineVirtualMachineExtensionCollection class. /// The resource representing the parent resource. - internal VirtualMachineExtensionVirtualMachineContainer(ArmResource parent) : base(parent) + internal VirtualMachineVirtualMachineExtensionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineExtensionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualMachine.ResourceType; - // Container level operations. + // Collection level operations. /// The operation to create or update the extension. /// The name of the virtual machine extension. @@ -59,7 +70,7 @@ public virtual VirtualMachineExtensionCreateOrUpdateOperation CreateOrUpdate(str throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +104,7 @@ public async virtual Task Create throw new ArgumentNullException(nameof(extensionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.CreateOrUpdate"); scope.Start(); try { @@ -114,9 +125,9 @@ public async virtual Task Create /// The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response Get(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.Get"); scope.Start(); try { @@ -128,7 +139,7 @@ public virtual Response Get(string vmExte var response = _restClient.Get(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -141,9 +152,9 @@ public virtual Response Get(string vmExte /// The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.Get"); scope.Start(); try { @@ -155,7 +166,7 @@ public async virtual Task> GetAs var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); if (response.Value == null) throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineExtensionVirtualMachine(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineExtension(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -168,9 +179,9 @@ public async virtual Task> GetAs /// The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response GetIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response GetIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.GetIfExists"); scope.Start(); try { @@ -181,8 +192,8 @@ public virtual Response GetIfExists(strin var response = _restClient.Get(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineVirtualMachineExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -195,9 +206,9 @@ public virtual Response GetIfExists(strin /// The name of the virtual machine extension. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.GetIfExists"); scope.Start(); try { @@ -208,8 +219,8 @@ public async virtual Task> GetIf var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineExtensionVirtualMachine(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineVirtualMachineExtension(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -224,7 +235,7 @@ public async virtual Task> GetIf /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +260,7 @@ public virtual Response CheckIfExists(string vmExtensionName, string expan /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.CheckIfExists"); scope.Start(); try { @@ -271,14 +282,14 @@ public async virtual Task> CheckIfExistsAsync(string vmExtensionN /// The operation to get all extensions of a Virtual Machine. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual async Task>> GetAllAsync(string expand = null, CancellationToken cancellationToken = default) + public virtual async Task>> GetAllAsync(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false); - return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineExtensionVirtualMachine(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineVirtualMachineExtension(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); } catch (Exception e) { @@ -290,14 +301,14 @@ public virtual async Task The operation to get all extensions of a Virtual Machine. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual Response> GetAll(string expand = null, CancellationToken cancellationToken = default) + public virtual Response> GetAll(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineExtensionVirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineExtensionCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, expand, cancellationToken); - return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineExtensionVirtualMachine(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + return Response.FromValue(response.Value.Value.Select(data => new VirtualMachineVirtualMachineExtension(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); } catch (Exception e) { @@ -307,6 +318,6 @@ public virtual Response> Ge } // Builders. - // public ArmBuilder Construct() { } + // public ArmBuilder Construct() { } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachine.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineRunCommand.cs similarity index 85% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachine.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineRunCommand.cs index dad062ef4fa2b..556df8e959fb5 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachine.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineRunCommand.cs @@ -19,22 +19,22 @@ namespace Azure.ResourceManager.Compute { - /// A Class representing a VirtualMachineRunCommandVirtualMachine along with the instance operations that can be performed on it. - public partial class VirtualMachineRunCommandVirtualMachine : ArmResource + /// A Class representing a VirtualMachineVirtualMachineRunCommand along with the instance operations that can be performed on it. + public partial class VirtualMachineVirtualMachineRunCommand : ArmResource { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineRunCommandsRestOperations _restClient; private readonly VirtualMachineRunCommandData _data; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineRunCommandVirtualMachine() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineVirtualMachineRunCommand() { } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The resource that is the target of operations. - internal VirtualMachineRunCommandVirtualMachine(ArmResource options, VirtualMachineRunCommandData resource) : base(options, resource.Id) + internal VirtualMachineVirtualMachineRunCommand(ArmResource options, VirtualMachineRunCommandData resource) : base(options, resource.Id) { HasData = true; _data = resource; @@ -42,22 +42,22 @@ internal VirtualMachineRunCommandVirtualMachine(ArmResource options, VirtualMach _restClient = new VirtualMachineRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client parameters to use in these operations. /// The identifier of the resource that is the target of operations. - internal VirtualMachineRunCommandVirtualMachine(ArmResource options, ResourceIdentifier id) : base(options, id) + internal VirtualMachineVirtualMachineRunCommand(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The client options to build client context. /// The credential to build client context. /// The uri to build client context. /// The pipeline to build client context. /// The identifier of the resource that is the target of operations. - internal VirtualMachineRunCommandVirtualMachine(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) + internal VirtualMachineVirtualMachineRunCommand(ArmClientOptions clientOptions, TokenCredential credential, Uri uri, HttpPipeline pipeline, ResourceIdentifier id) : base(clientOptions, credential, uri, pipeline, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); @@ -87,16 +87,16 @@ public virtual VirtualMachineRunCommandData Data /// The operation to get the run command. /// The expand expression to apply on the operation. /// The cancellation token to use. - public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Get"); scope.Start(); try { var response = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false); if (response.Value == null) throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -108,16 +108,16 @@ public async virtual Task> GetA /// The operation to get the run command. /// The expand expression to apply on the operation. /// The cancellation token to use. - public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Get"); scope.Start(); try { var response = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -147,7 +147,7 @@ public virtual IEnumerable GetAvailableLocations(CancellationToken can /// The cancellation token to use. public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Delete"); scope.Start(); try { @@ -169,7 +169,7 @@ public async virtual Task DeleteAsync(b /// The cancellation token to use. public virtual VirtualMachineRunCommandDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Delete"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Delete"); scope.Start(); try { @@ -191,22 +191,22 @@ public virtual VirtualMachineRunCommandDeleteOperation Delete(bool waitForComple /// The value for the tag. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag added. - public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.AddTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.AddTag"); scope.Start(); try { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -220,22 +220,22 @@ public async virtual Task> AddT /// The value for the tag. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag added. - public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) + public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.AddTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.AddTag"); scope.Start(); try { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -248,23 +248,23 @@ public virtual Response AddTag(string ke /// The set of tags to use as replacement. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tags replaced. - public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) { if (tags == null) { throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.SetTags"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.SetTags"); scope.Start(); try { await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -277,23 +277,23 @@ public async virtual Task> SetT /// The set of tags to use as replacement. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tags replaced. - public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) { if (tags == null) { throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.SetTags"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.SetTags"); scope.Start(); try { TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -306,22 +306,22 @@ public virtual Response SetTags(IDiction /// The key of the tag to remove. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag removed. - public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.RemoveTag"); scope.Start(); try { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -334,22 +334,22 @@ public async virtual Task> Remo /// The key of the tag to remove. /// A token to allow the caller to cancel the call to the service. The default value is . /// The updated resource with the tag removed. - public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) { if (string.IsNullOrWhiteSpace(key)) { throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.RemoveTag"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.RemoveTag"); scope.Start(); try { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, originalResponse.Value), originalResponse.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, originalResponse.Value), originalResponse.GetRawResponse()); } catch (Exception e) { @@ -361,7 +361,7 @@ public virtual Response RemoveTag(string /// The cancellation token to use. public virtual async Task> GetAsync(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Get"); scope.Start(); try { @@ -379,7 +379,7 @@ public virtual async Task> GetAsync(CancellationTok /// The cancellation token to use. public virtual Response Get(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Get"); scope.Start(); try { @@ -400,7 +400,7 @@ public virtual Pageable GetAll(CancellationToken cancell { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.GetAll"); scope.Start(); try { @@ -415,7 +415,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.GetAll"); scope.Start(); try { @@ -438,7 +438,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTok { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.GetAll"); scope.Start(); try { @@ -453,7 +453,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.GetAll"); scope.Start(); try { @@ -481,7 +481,7 @@ public async virtual Task UpdateAsync(V throw new ArgumentNullException(nameof(runCommand)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Update"); scope.Start(); try { @@ -510,7 +510,7 @@ public virtual VirtualMachineRunCommandUpdateOperation Update(VirtualMachineRunC throw new ArgumentNullException(nameof(runCommand)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachine.Update"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommand.Update"); scope.Start(); try { diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineContainer.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineRunCommandCollection.cs similarity index 78% rename from sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineContainer.cs rename to sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineRunCommandCollection.cs index c92d016f6a6dc..d2555384e7346 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineRunCommandVirtualMachineContainer.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Generated/VirtualMachineVirtualMachineRunCommandCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -18,29 +20,44 @@ namespace Azure.ResourceManager.Compute { - /// A class representing collection of VirtualMachineRunCommandVirtualMachine and their operations over a VirtualMachine. - public partial class VirtualMachineRunCommandVirtualMachineContainer : ArmContainer + /// A class representing collection of VirtualMachineVirtualMachineRunCommand and their operations over a VirtualMachine. + public partial class VirtualMachineVirtualMachineRunCommandCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualMachineRunCommandsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualMachineRunCommandVirtualMachineContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualMachineVirtualMachineRunCommandCollection() { } - /// Initializes a new instance of VirtualMachineRunCommandVirtualMachineContainer class. + /// Initializes a new instance of VirtualMachineVirtualMachineRunCommandCollection class. /// The resource representing the parent resource. - internal VirtualMachineRunCommandVirtualMachineContainer(ArmResource parent) : base(parent) + internal VirtualMachineVirtualMachineRunCommandCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualMachineRunCommandsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualMachine.ResourceType; - // Container level operations. + // Collection level operations. /// The operation to create or update the run command. /// The name of the virtual machine run command. @@ -59,7 +76,7 @@ public virtual VirtualMachineRunCommandCreateOrUpdateOperation CreateOrUpdate(st throw new ArgumentNullException(nameof(runCommand)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Creat throw new ArgumentNullException(nameof(runCommand)); } - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.CreateOrUpdate"); scope.Start(); try { @@ -114,9 +131,9 @@ public async virtual Task Creat /// The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response Get(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response Get(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.Get"); scope.Start(); try { @@ -128,7 +145,7 @@ public virtual Response Get(string runCo var response = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken); if (response.Value == null) throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -141,9 +158,9 @@ public virtual Response Get(string runCo /// The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.Get"); scope.Start(); try { @@ -155,7 +172,7 @@ public async virtual Task> GetA var response = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); if (response.Value == null) throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new VirtualMachineRunCommandVirtualMachine(Parent, response.Value), response.GetRawResponse()); + return Response.FromValue(new VirtualMachineVirtualMachineRunCommand(Parent, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -168,9 +185,9 @@ public async virtual Task> GetA /// The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response GetIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public virtual Response GetIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.GetIfExists"); scope.Start(); try { @@ -181,8 +198,8 @@ public virtual Response GetIfExists(stri var response = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -195,9 +212,9 @@ public virtual Response GetIfExists(stri /// The name of the virtual machine run command. /// The expand expression to apply on the operation. /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) + public async virtual Task> GetIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.GetIfExists"); scope.Start(); try { @@ -208,8 +225,8 @@ public async virtual Task> GetI var response = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new VirtualMachineRunCommandVirtualMachine(this, response.Value), response.GetRawResponse()); + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new VirtualMachineVirtualMachineRunCommand(this, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -224,7 +241,7 @@ public async virtual Task> GetI /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string runCommandName, string expand /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.CheckIfExists"); scope.Start(); try { @@ -271,17 +288,17 @@ public async virtual Task> CheckIfExistsAsync(string runCommandNa /// The operation to get all run commands of a Virtual Machine. /// The expand expression to apply on the operation. /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable GetAll(string expand = null, CancellationToken cancellationToken = default) + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(string expand = null, CancellationToken cancellationToken = default) { - Page FirstPageFunc(int? pageSizeHint) + Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAllByVirtualMachine(Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachine(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -289,14 +306,14 @@ Page FirstPageFunc(int? pageSizeHint) throw; } } - Page NextPageFunc(string nextLink, int? pageSizeHint) + Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = _restClient.GetAllByVirtualMachineNextPage(nextLink, Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachine(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -310,17 +327,17 @@ Page NextPageFunc(string nextLink, int? /// The operation to get all run commands of a Virtual Machine. /// The expand expression to apply on the operation. /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsync(string expand = null, CancellationToken cancellationToken = default) + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(string expand = null, CancellationToken cancellationToken = default) { - async Task> FirstPageFunc(int? pageSizeHint) + async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllByVirtualMachineAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachine(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -328,14 +345,14 @@ async Task> FirstPageFunc(int? page throw; } } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) + async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualMachineRunCommandVirtualMachineContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualMachineVirtualMachineRunCommandCollection.GetAll"); scope.Start(); try { var response = await _restClient.GetAllByVirtualMachineNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineRunCommandVirtualMachine(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + return Page.FromValues(response.Value.Value.Select(value => new VirtualMachineVirtualMachineRunCommand(Parent, value)), response.Value.NextLink, response.GetRawResponse()); } catch (Exception e) { @@ -347,6 +364,6 @@ async Task> NextPageFunc(string nex } // Builders. - // public ArmBuilder Construct() { } + // public ArmBuilder Construct() { } } } diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md b/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md index 639094b9a4a68..f67aece6b6a7c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md +++ b/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md @@ -16,6 +16,9 @@ clear-output-folder: true skip-csproj: true modelerfour: lenient-model-deduplication: true +#TODO: remove after we resolve why RestorePoint has no list +list-exception: + RestorePoints operation-group-to-resource-type: CloudServiceRoles: Microsoft.Compute/cloudServices/roles CloudServiceOperatingSystems: Microsoft.Compute/locations/cloudServiceOsFamilies @@ -48,6 +51,7 @@ operation-group-to-resource: SharedGalleries: NonResource SharedGalleryImages: NonResource SharedGalleryImageVersions: NonResource + RestorePointCollections: RestorePointGroup operation-group-to-parent: Usage: subscriptions LogAnalytics: subscriptions @@ -148,4 +152,7 @@ directive: - from: swagger-document where: $.paths['/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/start'].post.operationId transform: return 'CloudServices_PowerOn'; + - rename-model: + from: RestorePointCollection + to: RestorePointGroup ``` diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/ComputeTestBase.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/ComputeTestBase.cs index 3225b0b655dbf..06ae20861603c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/ComputeTestBase.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/ComputeTestBase.cs @@ -14,8 +14,7 @@ public class ComputeTestBase : ManagementRecordedTestBase Location.WestUS2; protected ArmClient Client { get; private set; } - protected Subscription DefaultSubscription => Client.DefaultSubscription; - + protected Subscription DefaultSubscription { get; private set; } public ComputeTestBase(bool isAsync) : base(isAsync) { } @@ -25,9 +24,10 @@ public ComputeTestBase(bool isAsync, RecordedTestMode mode) : base(isAsync, mode } [SetUp] - public void CreateCommonClient() + public async Task CreateCommonClient() { Client = GetArmClient(); + DefaultSubscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); } protected async Task CreateResourceGroupAsync() diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme.cs index 37b4f7cf198f2..c9b949e167018 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme.cs @@ -32,7 +32,7 @@ public void DefaultSubscription() { #region Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = armClient.GetDefaultSubscription(); #endregion } @@ -40,14 +40,14 @@ public void DefaultSubscription() [Ignore("Only verifying that the sample builds")] public async Task CreateResourceGroup() { - #region Snippet:Readme_GetResourceGroupContainer + #region Snippet:Readme_GetResourceGroupCollection ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; #endregion } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme_ManageAvailabilitySet.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme_ManageAvailabilitySet.cs index 6fa427184c0b8..3db157dc4c78b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme_ManageAvailabilitySet.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Readme_ManageAvailabilitySet.cs @@ -19,20 +19,20 @@ public async Task CreateAvailabilitySet() { // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - // Now we get a ResourceGroup container for that subscription - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + // Now we get a ResourceGroup collection for that subscription + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroupCreateOrUpdateOperation rgLro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroupCreateOrUpdateOperation rgLro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = rgLro.Value; #region Snippet:Managing_Availability_Set_CreateAnAvailabilitySet - AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); + AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; AvailabilitySetData input = new AvailabilitySetData(location); - AvailabilitySetCreateOrUpdateOperation lro = await availabilitySetContainer.CreateOrUpdateAsync(availabilitySetName, input); + AvailabilitySetCreateOrUpdateOperation lro = await availabilitySetCollection.CreateOrUpdateAsync(availabilitySetName, input); AvailabilitySet availabilitySet = lro.Value; #endregion Snippet:Managing_Availability_Set_CreateAnAvailabilitySet } @@ -44,16 +44,16 @@ public async Task UpdateAvailabilitySet() #region Snippet:Managing_Availability_Set_UpdateAnAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - // Now we get a ResourceGroup container for that subscription - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + // Now we get a ResourceGroup collection for that subscription + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; - ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); - AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); + ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); + AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; - AvailabilitySet availabilitySet = await availabilitySetContainer.GetAsync(availabilitySetName); + AvailabilitySet availabilitySet = await availabilitySetCollection.GetAsync(availabilitySetName); // availabilitySet is an AvailabilitySet instance created above AvailabilitySetUpdate update = new AvailabilitySetUpdate() { @@ -70,16 +70,16 @@ public async Task DeleteAvailabilitySet() #region Snippet:Managing_Availability_Set_DeleteAnAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - // Now we get a ResourceGroup container for that subscription - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + // Now we get a ResourceGroup collection for that subscription + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; - ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); - AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); + ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); + AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; - AvailabilitySet availabilitySet = await availabilitySetContainer.GetAsync(availabilitySetName); + AvailabilitySet availabilitySet = await availabilitySetCollection.GetAsync(availabilitySetName); // delete the availability set await availabilitySet.DeleteAsync(); #endregion Snippet:Managing_Availability_Set_DeleteAnAvailabilitySet @@ -91,11 +91,11 @@ public async Task CheckIfExists() { #region Snippet:Managing_Availability_Set_CheckIfExistsForAvailabilitySet ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; - ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); + ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); string availabilitySetName = "myAvailabilitySet"; bool exists = await resourceGroup.GetAvailabilitySets().CheckIfExistsAsync(availabilitySetName); @@ -117,16 +117,16 @@ public async Task GetAllAvailabilitySets() #region Snippet:Managing_Availability_Set_GetAllAvailabilitySets // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - // Now we get a ResourceGroup container for that subscription - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + // Now we get a ResourceGroup collection for that subscription + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; - ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); - // First, we get the availability set container from the resource group - AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); - // With GetAllAsync(), we can get a list of the availability sets in the container - AsyncPageable response = availabilitySetContainer.GetAllAsync(); + ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); + // First, we get the availability set collection from the resource group + AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); + // With GetAllAsync(), we can get a list of the availability sets in the collection + AsyncPageable response = availabilitySetCollection.GetAllAsync(); await foreach (AvailabilitySet availabilitySet in response) { Console.WriteLine(availabilitySet.Data.Name); @@ -141,15 +141,15 @@ public async Task GetIfExistsAvailabilitySet() #region Snippet:Managing_Availability_Set_GetIfExistsForAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - // Now we get a ResourceGroup container for that subscription - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + // Now we get a ResourceGroup collection for that subscription + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; - ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); - AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); + ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); + AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; - AvailabilitySet availabilitySet = await availabilitySetContainer.GetIfExistsAsync(availabilitySetName); + AvailabilitySet availabilitySet = await availabilitySetCollection.GetIfExistsAsync(availabilitySetName); if (availabilitySet == null) { @@ -169,15 +169,15 @@ public async Task AddTagToAvailabilitySet() #region Snippet:Managing_Availability_Set_AddTagAvailabilitySet // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - // Now we get a ResourceGroup container for that subscription - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + // Now we get a ResourceGroup collection for that subscription + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myRgName"; - ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); - AvailabilitySetContainer availabilitySetContainer = resourceGroup.GetAvailabilitySets(); + ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); + AvailabilitySetCollection availabilitySetCollection = resourceGroup.GetAvailabilitySets(); string availabilitySetName = "myAvailabilitySet"; - AvailabilitySet availabilitySet = await availabilitySetContainer.GetAsync(availabilitySetName); + AvailabilitySet availabilitySet = await availabilitySetCollection.GetAsync(availabilitySetName); // add a tag on this availabilitySet AvailabilitySet updatedAvailabilitySet = await availabilitySet.AddTagAsync("key", "value"); #endregion Snippet:Managing_Availability_Set_AddTagAvailabilitySet diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample1_ManagingDisks.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample1_ManagingDisks.cs index a61c91d025653..78128f202a095 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample1_ManagingDisks.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample1_ManagingDisks.cs @@ -20,12 +20,12 @@ public async Task CreateDisk() { #region Snippet:Managing_Disks_CreateADisk ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); - // Now we get the virtual machine container from the resource group - DiskContainer diskContainer = resourceGroup.GetDisks(); + // Now we get the disk collection from the resource group + DiskCollection diskCollection = resourceGroup.GetDisks(); // Use the same location as the resource group string diskName = "myDisk"; var input = new DiskData(resourceGroup.Data.Location) @@ -37,7 +37,7 @@ public async Task CreateDisk() CreationData = new CreationData(DiskCreateOption.Empty), DiskSizeGB = 1, }; - DiskCreateOrUpdateOperation lro = await diskContainer.CreateOrUpdateAsync(diskName, input); + DiskCreateOrUpdateOperation lro = await diskCollection.CreateOrUpdateAsync(diskName, input); Disk disk = lro.Value; #endregion Snippet:Managing_Disks_CreateADisk } @@ -48,14 +48,14 @@ public async Task ListDisks() { #region Snippet:Managing_Disks_ListAllDisks ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); - // Now we get the virtual machine container from the resource group - DiskContainer diskContainer = resourceGroup.GetDisks(); - // With ListAsync(), we can get a list of the virtual machines in the container - AsyncPageable response = diskContainer.GetAllAsync(); + // Now we get the disk collection from the resource group + DiskCollection diskCollection = resourceGroup.GetDisks(); + // With ListAsync(), we can get a list of the disks + AsyncPageable response = diskCollection.GetAllAsync(); await foreach (Disk disk in response) { Console.WriteLine(disk.Data.Name); @@ -69,14 +69,14 @@ public async Task DeleteDisk() { #region Snippet:Managing_Disks_DeleteDisk ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); - // Now we get the virtual machine container from the resource group - DiskContainer diskContainer = resourceGroup.GetDisks(); + // Now we get the disk collection from the resource group + DiskCollection diskCollection = resourceGroup.GetDisks(); string diskName = "myDisk"; - Disk disk = await diskContainer.GetAsync(diskName); + Disk disk = await diskCollection.GetAsync(diskName); await disk.DeleteAsync(); #endregion Snippet:Managing_Disks_DeleteDisk } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample2_ManagingVirtualMachines.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample2_ManagingVirtualMachines.cs index 21456a948bc8b..69bf103e7522c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample2_ManagingVirtualMachines.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Samples/Sample2_ManagingVirtualMachines.cs @@ -20,12 +20,12 @@ public async Task CreateVirtualMachine() { #region Snippet:Managing_VirtualMachines_CreateAVirtualMachine ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); - // Now we get the virtual machine container from the resource group - VirtualMachineContainer vmContainer = resourceGroup.GetVirtualMachines(); + // Now we get the virtual machine collection from the resource group + VirtualMachineCollection vmCollection = resourceGroup.GetVirtualMachines(); // Use the same location as the resource group string vmName = "myVM"; var input = new VirtualMachineData(resourceGroup.Data.Location) @@ -84,7 +84,7 @@ public async Task CreateVirtualMachine() } } }; - VirtualMachineCreateOrUpdateOperation lro = await vmContainer.CreateOrUpdateAsync(vmName, input); + VirtualMachineCreateOrUpdateOperation lro = await vmCollection.CreateOrUpdateAsync(vmName, input); VirtualMachine vm = lro.Value; #endregion Snippet:Managing_VirtualMachines_CreateAVirtualMachine } @@ -95,14 +95,14 @@ public async Task ListAllVirtualMachines() { #region Snippet:Managing_VirtualMachines_ListAllVirtualMachines ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); - // Now we get the virtual machine container from the resource group - VirtualMachineContainer vmContainer = resourceGroup.GetVirtualMachines(); - // With ListAsync(), we can get a list of the virtual machines in the container - AsyncPageable response = vmContainer.GetAllAsync(); + // Now we get the virtual machine collection from the resource group + VirtualMachineCollection vmCollection = resourceGroup.GetVirtualMachines(); + // With ListAsync(), we can get a list of the virtual machines + AsyncPageable response = vmCollection.GetAllAsync(); await foreach (VirtualMachine vm in response) { Console.WriteLine(vm.Data.Name); @@ -116,14 +116,14 @@ public async Task DeleteVirtualMachine() { #region Snippet:Managing_VirtualMachines_DeleteVirtualMachine ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); // first we need to get the resource group string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); - // Now we get the virtual machine container from the resource group - VirtualMachineContainer vmContainer = resourceGroup.GetVirtualMachines(); + // Now we get the virtual machine collection from the resource group + VirtualMachineCollection vmCollection = resourceGroup.GetVirtualMachines(); string vmName = "myVM"; - VirtualMachine vm = await vmContainer.GetAsync(vmName); + VirtualMachine vm = await vmCollection.GetAsync(vmName); await vm.DeleteAsync(); #endregion Snippet:Managing_VirtualMachines_DeleteVirtualMachine } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetCollectionTests.cs similarity index 69% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetCollectionTests.cs index 1a977544110d8..f639cd4030924 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetCollectionTests.cs @@ -10,14 +10,14 @@ namespace Azure.ResourceManager.Compute.Tests { - public class AvailabilitySetContainerTests : ComputeTestBase + public class AvailabilitySetCollectionTests : ComputeTestBase { - public AvailabilitySetContainerTests(bool isAsync) + public AvailabilitySetCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } - private async Task GetAvailabilitySetContainerAsync() + private async Task GetAvailabilitySetCollectionAsync() { var resourceGroup = await CreateResourceGroupAsync(); return resourceGroup.GetAvailabilitySets(); @@ -27,14 +27,14 @@ private async Task GetAvailabilitySetContainerAsync() [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetAvailabilitySetContainerAsync(); + var collection = await GetAvailabilitySetCollectionAsync(); var setName = Recording.GenerateAssetName("testAS-"); var input = ResourceDataHelper.GetBasicAvailabilitySetData(DefaultLocation); input.Tags.ReplaceWith(new Dictionary { { "key", "value" } }); - var lro = await container.CreateOrUpdateAsync(setName, input); + var lro = await collection.CreateOrUpdateAsync(setName, input); var availabilitySet = lro.Value; Assert.AreEqual(setName, availabilitySet.Data.Name); } @@ -43,16 +43,16 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetAvailabilitySetContainerAsync(); + var collection = await GetAvailabilitySetCollectionAsync(); var setName = Recording.GenerateAssetName("testAS-"); var input = ResourceDataHelper.GetBasicAvailabilitySetData(DefaultLocation); input.Tags.ReplaceWith(new Dictionary { { "key", "value" } }); - var lro = await container.CreateOrUpdateAsync(setName, input); + var lro = await collection.CreateOrUpdateAsync(setName, input); AvailabilitySet set1 = lro.Value; - AvailabilitySet set2 = await container.GetAsync(setName); + AvailabilitySet set2 = await collection.GetAsync(setName); ResourceDataHelper.AssertAvailabilitySet(set1.Data, set2.Data); } @@ -61,35 +61,35 @@ public async Task Get() [RecordedTest] public async Task CheckIfExists() { - var container = await GetAvailabilitySetContainerAsync(); + var collection = await GetAvailabilitySetCollectionAsync(); var setName = Recording.GenerateAssetName("testAS-"); var input = ResourceDataHelper.GetBasicAvailabilitySetData(DefaultLocation); input.Tags.ReplaceWith(new Dictionary { { "key", "value" } }); - var lro = await container.CreateOrUpdateAsync(setName, input); + var lro = await collection.CreateOrUpdateAsync(setName, input); var availabilitySet = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(setName)); - Assert.IsFalse(await container.CheckIfExistsAsync(setName + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(setName)); + Assert.IsFalse(await collection.CheckIfExistsAsync(setName + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetAvailabilitySetContainerAsync(); + var collection = await GetAvailabilitySetCollectionAsync(); var input = ResourceDataHelper.GetBasicAvailabilitySetData(DefaultLocation); input.Tags.ReplaceWith(new Dictionary { { "key", "value" } }); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testAS-"), input); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testAs-"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testAS-"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testAs-"), input); int count = 0; - await foreach (var availabilitySet in container.GetAllAsync()) + await foreach (var availabilitySet in collection.GetAllAsync()) { count++; } @@ -100,7 +100,7 @@ public async Task GetAll() [RecordedTest] public async Task GetAllInSubscription() { - var container = await GetAvailabilitySetContainerAsync(); + var collection = await GetAvailabilitySetCollectionAsync(); var setName1 = Recording.GenerateAssetName("testAS-"); var setName2 = Recording.GenerateAssetName("testAS-"); var input = ResourceDataHelper.GetBasicAvailabilitySetData(DefaultLocation); @@ -108,8 +108,8 @@ public async Task GetAllInSubscription() { { "key", "value" } }); - _ = await container.CreateOrUpdateAsync(setName1, input); - _ = await container.CreateOrUpdateAsync(setName2, input); + _ = await collection.CreateOrUpdateAsync(setName1, input); + _ = await collection.CreateOrUpdateAsync(setName2, input); AvailabilitySet set1 = null, set2 = null; await foreach (var availabilitySet in DefaultSubscription.GetAvailabilitySetsAsync()) diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetOperationsTests.cs index d2c9ca7562b84..ad89deec08f0e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/AvailabilitySetOperationsTests.cs @@ -19,13 +19,13 @@ public AvailabilitySetOperationsTests(bool isAsync) private async Task CreateAvailabilitySetAsync(string setName) { - var container = (await CreateResourceGroupAsync()).GetAvailabilitySets(); + var collection = (await CreateResourceGroupAsync()).GetAvailabilitySets(); var input = ResourceDataHelper.GetBasicAvailabilitySetData(DefaultLocation); input.Tags.ReplaceWith(new Dictionary { { "key", "value" } }); - var lro = await container.CreateOrUpdateAsync(setName, input); + var lro = await collection.CreateOrUpdateAsync(setName, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostCollectionTests.cs similarity index 64% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostCollectionTests.cs index 8c6bf817c138b..1fb100f642e06 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostCollectionTests.cs @@ -9,22 +9,22 @@ namespace Azure.ResourceManager.Compute.Tests { - public class DedicatedHostContainerTests : ComputeTestBase + public class DedicatedHostCollectionTests : ComputeTestBase { - public DedicatedHostContainerTests(bool isAsync) + public DedicatedHostCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } private async Task CreateDedicatedHostGroupAsync(string groupName) { - var container = (await CreateResourceGroupAsync()).GetDedicatedHostGroups(); + var collection = (await CreateResourceGroupAsync()).GetDedicatedHostGroups(); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - var lro = await container.CreateOrUpdateAsync(groupName, input); + var lro = await collection.CreateOrUpdateAsync(groupName, input); return lro.Value; } - private async Task GetDedicatedHostContainerAsync() + private async Task GetDedicatedHostCollectionAsync() { var hostGroupName = Recording.GenerateAssetName("testDHG-"); var group = await CreateDedicatedHostGroupAsync(hostGroupName); @@ -35,10 +35,10 @@ private async Task GetDedicatedHostContainerAsync() [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetDedicatedHostContainerAsync(); + var collection = await GetDedicatedHostCollectionAsync(); var hostName = Recording.GenerateAssetName("testHost-"); var input = ResourceDataHelper.GetBasicDedicatedHost(DefaultLocation, "DSv3-Type1", 0); - var lro = await container.CreateOrUpdateAsync(hostName, input); + var lro = await collection.CreateOrUpdateAsync(hostName, input); var host = lro.Value; Assert.AreEqual(hostName, host.Data.Name); @@ -48,12 +48,12 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetDedicatedHostContainerAsync(); + var collection = await GetDedicatedHostCollectionAsync(); var hostName = Recording.GenerateAssetName("testHost-"); var input = ResourceDataHelper.GetBasicDedicatedHost(DefaultLocation, "DSv3-Type1", 0); - var lro = await container.CreateOrUpdateAsync(hostName, input); + var lro = await collection.CreateOrUpdateAsync(hostName, input); DedicatedHost host1 = lro.Value; - DedicatedHost host2 = await container.GetAsync(hostName); + DedicatedHost host2 = await collection.GetAsync(hostName); ResourceDataHelper.AssertHost(host1.Data, host2.Data); } @@ -62,27 +62,27 @@ public async Task Get() [RecordedTest] public async Task CheckIfExists() { - var container = await GetDedicatedHostContainerAsync(); + var collection = await GetDedicatedHostCollectionAsync(); var hostName = Recording.GenerateAssetName("testHost-"); var input = ResourceDataHelper.GetBasicDedicatedHost(DefaultLocation, "DSv3-Type1", 0); - var lro = await container.CreateOrUpdateAsync(hostName, input); + var lro = await collection.CreateOrUpdateAsync(hostName, input); DedicatedHost host = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(hostName)); - Assert.IsFalse(await container.CheckIfExistsAsync(hostName + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(hostName)); + Assert.IsFalse(await collection.CheckIfExistsAsync(hostName + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetDedicatedHostContainerAsync(); + var collection = await GetDedicatedHostCollectionAsync(); var input = ResourceDataHelper.GetBasicDedicatedHost(DefaultLocation, "DSv3-Type1", 0); // We have a quota issue which limits we can only create one dedicate host under on host group - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testHost-"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testHost-"), input); int count = 0; - await foreach (var host in container.GetAllAsync()) + await foreach (var host in collection.GetAllAsync()) { count++; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupCollectionTests.cs similarity index 63% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupCollectionTests.cs index 9994d3ce32396..b3b9b484726ee 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupCollectionTests.cs @@ -9,14 +9,14 @@ namespace Azure.ResourceManager.Compute.Tests { - public class DedicatedHostGroupContainerTests : ComputeTestBase + public class DedicatedHostGroupCollectionTests : ComputeTestBase { - public DedicatedHostGroupContainerTests(bool isAsync) + public DedicatedHostGroupCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } - private async Task GetDedicatedHostGroupContainerAsync() + private async Task GetDedicatedHostGroupCollectionAsync() { var resourceGroup = await CreateResourceGroupAsync(); return resourceGroup.GetDedicatedHostGroups(); @@ -26,10 +26,10 @@ private async Task GetDedicatedHostGroupContainerAs [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetDedicatedHostGroupContainerAsync(); + var collection = await GetDedicatedHostGroupCollectionAsync(); var groupName = Recording.GenerateAssetName("testDHG-"); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - var lro = await container.CreateOrUpdateAsync(groupName, input); + var lro = await collection.CreateOrUpdateAsync(groupName, input); var group = lro.Value; Assert.AreEqual(groupName, group.Data.Name); } @@ -38,12 +38,12 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetDedicatedHostGroupContainerAsync(); + var collection = await GetDedicatedHostGroupCollectionAsync(); var groupName = Recording.GenerateAssetName("testDHG-"); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - var lro = await container.CreateOrUpdateAsync(groupName, input); + var lro = await collection.CreateOrUpdateAsync(groupName, input); DedicatedHostGroup group1 = lro.Value; - DedicatedHostGroup group2 = await container.GetAsync(groupName); + DedicatedHostGroup group2 = await collection.GetAsync(groupName); ResourceDataHelper.AssertGroup(group1.Data, group2.Data); } @@ -51,27 +51,27 @@ public async Task Get() [RecordedTest] public async Task CheckIfExists() { - var container = await GetDedicatedHostGroupContainerAsync(); + var collection = await GetDedicatedHostGroupCollectionAsync(); var groupName = Recording.GenerateAssetName("testDHG-"); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - var lro = await container.CreateOrUpdateAsync(groupName, input); + var lro = await collection.CreateOrUpdateAsync(groupName, input); var group = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(groupName)); - Assert.IsFalse(await container.CheckIfExistsAsync(groupName + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(groupName)); + Assert.IsFalse(await collection.CheckIfExistsAsync(groupName + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetDedicatedHostGroupContainerAsync(); + var collection = await GetDedicatedHostGroupCollectionAsync(); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testDHG-"), input); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testDHG-"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testDHG-"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testDHG-"), input); int count = 0; - await foreach (var group in container.GetAllAsync()) + await foreach (var group in collection.GetAllAsync()) { count++; } @@ -82,12 +82,12 @@ public async Task GetAll() [RecordedTest] public async Task GetAllInSubscription() { - var container = await GetDedicatedHostGroupContainerAsync(); + var collection = await GetDedicatedHostGroupCollectionAsync(); var groupName1 = Recording.GenerateAssetName("testDHG-"); var groupName2 = Recording.GenerateAssetName("testDHG-"); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - _ = await container.CreateOrUpdateAsync(groupName1, input); - _ = await container.CreateOrUpdateAsync(groupName2, input); + _ = await collection.CreateOrUpdateAsync(groupName1, input); + _ = await collection.CreateOrUpdateAsync(groupName2, input); DedicatedHostGroup group1 = null, group2 = null; await foreach (var group in DefaultSubscription.GetDedicatedHostGroupsAsync()) diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupOperationsTests.cs index cbb63572bd3c7..9389f9a8e3e7b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostGroupOperationsTests.cs @@ -17,9 +17,9 @@ public DedicatedHostGroupOperationsTests(bool isAsync) private async Task CreateDedicatedHostGroupAsync(string groupName) { - var container = (await CreateResourceGroupAsync()).GetDedicatedHostGroups(); + var collection = (await CreateResourceGroupAsync()).GetDedicatedHostGroups(); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - var lro = await container.CreateOrUpdateAsync(groupName, input); + var lro = await collection.CreateOrUpdateAsync(groupName, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostOperationsTests.cs index dd33b0b29c056..afd9448526ef5 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DedicatedHostOperationsTests.cs @@ -18,18 +18,18 @@ public DedicatedHostOperationsTests(bool isAsync) private async Task CreateDedicatedHostGroupAsync(string groupName) { - var container = (await CreateResourceGroupAsync()).GetDedicatedHostGroups(); + var collection = (await CreateResourceGroupAsync()).GetDedicatedHostGroups(); var input = ResourceDataHelper.GetBasicDedicatedHostGroup(DefaultLocation, 2); - var lro = await container.CreateOrUpdateAsync(groupName, input); + var lro = await collection.CreateOrUpdateAsync(groupName, input); return lro.Value; } private async Task CreateDedicatedHostAsync(string hostName) { var hostGroupName = Recording.GenerateAssetName("testDHG-"); - var container = (await CreateDedicatedHostGroupAsync(hostGroupName)).GetDedicatedHosts(); + var collection = (await CreateDedicatedHostGroupAsync(hostGroupName)).GetDedicatedHosts(); var input = ResourceDataHelper.GetBasicDedicatedHost(DefaultLocation, "DSv3-Type1", 0); - var lro = await container.CreateOrUpdateAsync(hostName, input); + var lro = await collection.CreateOrUpdateAsync(hostName, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessCollectionTests.cs similarity index 65% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessCollectionTests.cs index 1636e21274f7c..47e8304fd0a3e 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessCollectionTests.cs @@ -9,14 +9,14 @@ namespace Azure.ResourceManager.Compute.Tests { - public class DiskAccessContainerTests : ComputeTestBase + public class DiskAccessCollectionTests : ComputeTestBase { - public DiskAccessContainerTests(bool isAsync) + public DiskAccessCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } - private async Task GetDiskAccessContainerAsync() + private async Task GetDiskAccessCollectionAsync() { var resourceGroup = await CreateResourceGroupAsync(); return resourceGroup.GetDiskAccesses(); @@ -26,10 +26,10 @@ private async Task GetDiskAccessContainerAsync() [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetDiskAccessContainerAsync(); + var collection = await GetDiskAccessCollectionAsync(); var name = Recording.GenerateAssetName("testDA"); var input = ResourceDataHelper.GetEmptyDiskAccess(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); DiskAccess access = lro.Value; Assert.AreEqual(name, access.Data.Name); } @@ -38,12 +38,12 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetDiskAccessContainerAsync(); + var collection = await GetDiskAccessCollectionAsync(); var name = Recording.GenerateAssetName("testDA"); var input = ResourceDataHelper.GetEmptyDiskAccess(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); DiskAccess access1 = lro.Value; - DiskAccess access2 = await container.GetAsync(name); + DiskAccess access2 = await collection.GetAsync(name); ResourceDataHelper.AssertDiskAccess(access1.Data, access2.Data); } @@ -51,27 +51,27 @@ public async Task Get() [RecordedTest] public async Task CheckIfExistsAsync() { - var container = await GetDiskAccessContainerAsync(); + var collection = await GetDiskAccessCollectionAsync(); var name = Recording.GenerateAssetName("testDA"); var input = ResourceDataHelper.GetEmptyDiskAccess(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); DiskAccess access = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(name)); - Assert.IsFalse(await container.CheckIfExistsAsync(name + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(name)); + Assert.IsFalse(await collection.CheckIfExistsAsync(name + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetDiskAccessContainerAsync(); + var collection = await GetDiskAccessCollectionAsync(); var input = ResourceDataHelper.GetEmptyDiskAccess(DefaultLocation); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testDA"), input); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testDA"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testDA"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testDA"), input); int count = 0; - await foreach (var access in container.GetAllAsync()) + await foreach (var access in collection.GetAllAsync()) { count++; } @@ -82,12 +82,12 @@ public async Task GetAll() [RecordedTest] public async Task GetAllInSubscription() { - var container = await GetDiskAccessContainerAsync(); + var collection = await GetDiskAccessCollectionAsync(); var name1 = Recording.GenerateAssetName("testDA"); var name2 = Recording.GenerateAssetName("testDA"); var input = ResourceDataHelper.GetEmptyDiskAccess(DefaultLocation); - _ = await container.CreateOrUpdateAsync(name1, input); - _ = await container.CreateOrUpdateAsync(name2, input); + _ = await collection.CreateOrUpdateAsync(name1, input); + _ = await collection.CreateOrUpdateAsync(name2, input); DiskAccess access1 = null, access2 = null; await foreach (var access in DefaultSubscription.GetDiskAccessesAsync()) diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessOperationsTests.cs index 0b6c56aae03d1..a53a3c8627f0a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskAccessOperationsTests.cs @@ -17,9 +17,9 @@ public DiskAccessOperationsTests(bool isAsync) private async Task CreateDiskAccessAsync(string name) { - var container = (await CreateResourceGroupAsync()).GetDiskAccesses(); + var collection = (await CreateResourceGroupAsync()).GetDiskAccesses(); var input = ResourceDataHelper.GetEmptyDiskAccess(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskCollectionTests.cs similarity index 67% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskCollectionTests.cs index 231e15742f212..a81350c0237e7 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskCollectionTests.cs @@ -10,14 +10,14 @@ namespace Azure.ResourceManager.Compute.Tests { - public class DiskContainerTests : ComputeTestBase + public class DiskCollectionTests : ComputeTestBase { - public DiskContainerTests(bool isAsync) + public DiskCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } - private async Task GetDiskContainerAsync() + private async Task GetDiskCollectionAsync() { var resourceGroup = await CreateResourceGroupAsync(); return resourceGroup.GetDisks(); @@ -27,10 +27,10 @@ private async Task GetDiskContainerAsync() [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetDiskContainerAsync(); + var collection = await GetDiskCollectionAsync(); var diskName = Recording.GenerateAssetName("testDisk-"); var input = ResourceDataHelper.GetEmptyDiskData(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(diskName, input); + var lro = await collection.CreateOrUpdateAsync(diskName, input); Disk disk = lro.Value; Assert.AreEqual(diskName, disk.Data.Name); } @@ -39,12 +39,12 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetDiskContainerAsync(); + var collection = await GetDiskCollectionAsync(); var diskName = Recording.GenerateAssetName("testDisk-"); var input = ResourceDataHelper.GetEmptyDiskData(DefaultLocation, new Dictionary() { { "key", "value" } }); - var lro = await container.CreateOrUpdateAsync(diskName, input); + var lro = await collection.CreateOrUpdateAsync(diskName, input); Disk disk1 = lro.Value; - Disk disk2 = await container.GetAsync(diskName); + Disk disk2 = await collection.GetAsync(diskName); ResourceDataHelper.AssertDisk(disk1.Data, disk2.Data); } @@ -52,27 +52,27 @@ public async Task Get() [RecordedTest] public async Task CheckIfExistsAsync() { - var container = await GetDiskContainerAsync(); + var collection = await GetDiskCollectionAsync(); var diskName = Recording.GenerateAssetName("testDisk-"); var input = ResourceDataHelper.GetEmptyDiskData(DefaultLocation, new Dictionary() { { "key", "value" } }); - var lro = await container.CreateOrUpdateAsync(diskName, input); + var lro = await collection.CreateOrUpdateAsync(diskName, input); Disk disk = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(diskName)); - Assert.IsFalse(await container.CheckIfExistsAsync(diskName + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(diskName)); + Assert.IsFalse(await collection.CheckIfExistsAsync(diskName + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetDiskContainerAsync(); + var collection = await GetDiskCollectionAsync(); var input = ResourceDataHelper.GetEmptyDiskData(DefaultLocation, new Dictionary() { { "key", "value" } }); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testDisk-"), input); - _ = await container.CreateOrUpdateAsync(Recording.GenerateAssetName("testDisk-"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testDisk-"), input); + _ = await collection.CreateOrUpdateAsync(Recording.GenerateAssetName("testDisk-"), input); int count = 0; - await foreach (var disk in container.GetAllAsync()) + await foreach (var disk in collection.GetAllAsync()) { count++; } @@ -83,12 +83,12 @@ public async Task GetAll() [RecordedTest] public async Task GetAllInSubscription() { - var container = await GetDiskContainerAsync(); + var collection = await GetDiskCollectionAsync(); var diskName1 = Recording.GenerateAssetName("testDisk-"); var diskName2 = Recording.GenerateAssetName("testDisk-"); var input = ResourceDataHelper.GetEmptyDiskData(DefaultLocation, new Dictionary() { { "key", "value" } }); - _ = await container.CreateOrUpdateAsync(diskName1, input); - _ = await container.CreateOrUpdateAsync(diskName2, input); + _ = await collection.CreateOrUpdateAsync(diskName1, input); + _ = await collection.CreateOrUpdateAsync(diskName2, input); Disk disk1 = null, disk2 = null; await foreach (var disk in DefaultSubscription.GetDisksAsync()) diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskOperationsTests.cs index 985e98d40f0bc..632802f42d91a 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/DiskOperationsTests.cs @@ -19,9 +19,9 @@ public DiskOperationsTests(bool isAsync) private async Task CreateDiskAsync(string diskName) { - var container = (await CreateResourceGroupAsync()).GetDisks(); + var collection = (await CreateResourceGroupAsync()).GetDisks(); var input = ResourceDataHelper.GetEmptyDiskData(DefaultLocation, new Dictionary() { { "key", "value" } }); - var lro = await container.CreateOrUpdateAsync(diskName, input); + var lro = await collection.CreateOrUpdateAsync(diskName, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryCollectionTests.cs similarity index 69% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryCollectionTests.cs index bd6f5df75857e..4d90d917c7e4c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryCollectionTests.cs @@ -10,16 +10,16 @@ namespace Azure.ResourceManager.Compute.Tests { - public class GalleryContainerTests : ComputeTestBase + public class GalleryCollectionTests : ComputeTestBase { private ResourceGroup _resourceGroup; - public GalleryContainerTests(bool isAsync) + public GalleryCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } - private async Task GetGalleryContainerAsync() + private async Task GetGalleryCollectionAsync() { _resourceGroup = await CreateResourceGroupAsync(); return _resourceGroup.GetGalleries(); @@ -29,10 +29,10 @@ private async Task GetGalleryContainerAsync() [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetGalleryContainerAsync(); + var collection = await GetGalleryCollectionAsync(); var name = Recording.GenerateAssetName("testGallery_"); var input = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); Gallery gallery = lro.Value; Assert.AreEqual(name, gallery.Data.Name); } @@ -41,12 +41,12 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetGalleryContainerAsync(); + var collection = await GetGalleryCollectionAsync(); var name = Recording.GenerateAssetName("testGallery_"); var input = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); Gallery gallery1 = lro.Value; - Gallery gallery2 = await container.GetAsync(name); + Gallery gallery2 = await collection.GetAsync(name); ResourceDataHelper.AssertGallery(gallery1.Data, gallery2.Data); } @@ -55,30 +55,30 @@ public async Task Get() [RecordedTest] public async Task CheckIfExists() { - var container = await GetGalleryContainerAsync(); + var collection = await GetGalleryCollectionAsync(); var name = Recording.GenerateAssetName("testGallery_"); var input = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); Gallery gallery = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(name)); - Assert.IsFalse(await container.CheckIfExistsAsync(name + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(name)); + Assert.IsFalse(await collection.CheckIfExistsAsync(name + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetGalleryContainerAsync(); + var collection = await GetGalleryCollectionAsync(); var name1 = Recording.GenerateAssetName("testGallery_"); var name2 = Recording.GenerateAssetName("testGallery_"); var input1 = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); var input2 = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); - _ = await container.CreateOrUpdateAsync(name1, input1); - _ = await container.CreateOrUpdateAsync(name2, input2); + _ = await collection.CreateOrUpdateAsync(name1, input1); + _ = await collection.CreateOrUpdateAsync(name2, input2); int count = 0; - await foreach (var gallery in container.GetAllAsync()) + await foreach (var gallery in collection.GetAllAsync()) { count++; } @@ -89,13 +89,13 @@ public async Task GetAll() [RecordedTest] public async Task GetAllInSubscription() { - var container = await GetGalleryContainerAsync(); + var collection = await GetGalleryCollectionAsync(); var name1 = Recording.GenerateAssetName("testGallery_"); var name2 = Recording.GenerateAssetName("testGallery_"); var input1 = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); var input2 = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); - _ = await container.CreateOrUpdateAsync(name1, input1); - _ = await container.CreateOrUpdateAsync(name2, input2); + _ = await collection.CreateOrUpdateAsync(name1, input1); + _ = await collection.CreateOrUpdateAsync(name2, input2); Gallery gallery1 = null, gallery2 = null; await foreach (var gallery in DefaultSubscription.GetGalleriesAsync()) diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryImageContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryImageCollectionTests.cs similarity index 69% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryImageContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryImageCollectionTests.cs index cba4e2970ceb1..6ed66dca7c5b6 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryImageContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryImageCollectionTests.cs @@ -11,12 +11,12 @@ namespace Azure.ResourceManager.Compute.Tests { - public class GalleryImageContainerTests : ComputeTestBase + public class GalleryImageCollectionTests : ComputeTestBase { private ResourceGroup _resourceGroup; private Gallery _gallery; - public GalleryImageContainerTests(bool isAsync) + public GalleryImageCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -33,7 +33,7 @@ private GalleryImageData BasicGalleryImageData } } - private async Task GetGalleryImageContainerAsync() + private async Task GetGalleryImageCollectionAsync() { _resourceGroup = await CreateResourceGroupAsync(); var galleryName = Recording.GenerateAssetName("testGallery_"); @@ -47,9 +47,9 @@ private async Task GetGalleryImageContainerAsync() [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetGalleryImageContainerAsync(); + var collection = await GetGalleryImageCollectionAsync(); var name = Recording.GenerateAssetName("testImage_"); - var lro = await container.CreateOrUpdateAsync(name, BasicGalleryImageData); + var lro = await collection.CreateOrUpdateAsync(name, BasicGalleryImageData); GalleryImage image = lro.Value; Assert.AreEqual(name, image.Data.Name); } @@ -58,11 +58,11 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetGalleryImageContainerAsync(); + var collection = await GetGalleryImageCollectionAsync(); var name = Recording.GenerateAssetName("testImage_"); - var lro = await container.CreateOrUpdateAsync(name, BasicGalleryImageData); + var lro = await collection.CreateOrUpdateAsync(name, BasicGalleryImageData); GalleryImage image1 = lro.Value; - GalleryImage image2 = await container.GetAsync(name); + GalleryImage image2 = await collection.GetAsync(name); ResourceDataHelper.AssertGalleryImage(image1.Data, image2.Data); } @@ -71,29 +71,29 @@ public async Task Get() [RecordedTest] public async Task CheckIfExistsAsync() { - var container = await GetGalleryImageContainerAsync(); + var collection = await GetGalleryImageCollectionAsync(); var name = Recording.GenerateAssetName("testImage_"); - var lro = await container.CreateOrUpdateAsync(name, BasicGalleryImageData); + var lro = await collection.CreateOrUpdateAsync(name, BasicGalleryImageData); GalleryImage image = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(name)); - Assert.IsFalse(await container.CheckIfExistsAsync(name + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(name)); + Assert.IsFalse(await collection.CheckIfExistsAsync(name + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetGalleryImageContainerAsync(); + var collection = await GetGalleryImageCollectionAsync(); var name1 = Recording.GenerateAssetName("testImage_"); var name2 = Recording.GenerateAssetName("testImage_"); var input1 = BasicGalleryImageData; var input2 = BasicGalleryImageData; - _ = await container.CreateOrUpdateAsync(name1, input1); - _ = await container.CreateOrUpdateAsync(name2, input2); + _ = await collection.CreateOrUpdateAsync(name1, input1); + _ = await collection.CreateOrUpdateAsync(name2, input2); int count = 0; - await foreach (var galleryImage in container.GetAllAsync()) + await foreach (var galleryImage in collection.GetAllAsync()) { count++; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryOperationsTests.cs index f2bafe6a010e0..bb981493231bf 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/GalleryOperationsTests.cs @@ -23,9 +23,9 @@ public GalleryOperationsTests(bool isAsync) private async Task CreateGalleryAsync(string name) { _resourceGroup = await CreateResourceGroupAsync(); - var container = _resourceGroup.GetGalleries(); + var collection = _resourceGroup.GetGalleries(); var input = ResourceDataHelper.GetBasicGalleryData(DefaultLocation); - var lro = await container.CreateOrUpdateAsync(name, input); + var lro = await collection.CreateOrUpdateAsync(name, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineCollectionTests.cs similarity index 72% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineCollectionTests.cs index 7964da4ef3de0..5020d41093a1b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Compute.Tests { - public class VirtualMachineContainerTests : VirtualMachineTestBase + public class VirtualMachineCollectionTests : VirtualMachineTestBase { - public VirtualMachineContainerTests(bool async) + public VirtualMachineCollectionTests(bool async) : base(async)//, RecordedTestMode.Record) { } @@ -20,11 +20,11 @@ public VirtualMachineContainerTests(bool async) [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetVirtualMachineContainerAsync(); + var collection = await GetVirtualMachineCollectionAsync(); var vmName = Recording.GenerateAssetName("testVM-"); var nic = await CreateBasicDependenciesOfVirtualMachineAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName, nic.Id); - var lro = await container.CreateOrUpdateAsync(vmName, input); + var lro = await collection.CreateOrUpdateAsync(vmName, input); VirtualMachine virtualMachine = lro.Value; Assert.AreEqual(vmName, virtualMachine.Data.Name); } @@ -33,13 +33,13 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetVirtualMachineContainerAsync(); + var collection = await GetVirtualMachineCollectionAsync(); var vmName = Recording.GenerateAssetName("testVM-"); var nic = await CreateBasicDependenciesOfVirtualMachineAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName, nic.Id); - var lro = await container.CreateOrUpdateAsync(vmName, input); + var lro = await collection.CreateOrUpdateAsync(vmName, input); VirtualMachine vm1 = lro.Value; - VirtualMachine vm2 = await container.GetAsync(vmName); + VirtualMachine vm2 = await collection.GetAsync(vmName); ResourceDataHelper.AssertVirtualMachine(vm1.Data, vm2.Data); } @@ -48,33 +48,33 @@ public async Task Get() [RecordedTest] public async Task CheckIfExists() { - var container = await GetVirtualMachineContainerAsync(); + var collection = await GetVirtualMachineCollectionAsync(); var vmName = Recording.GenerateAssetName("testVM-"); var nic = await CreateBasicDependenciesOfVirtualMachineAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName, nic.Id); - var lro = await container.CreateOrUpdateAsync(vmName, input); + var lro = await collection.CreateOrUpdateAsync(vmName, input); VirtualMachine vm = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(vmName)); - Assert.IsFalse(await container.CheckIfExistsAsync(vmName + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(vmName)); + Assert.IsFalse(await collection.CheckIfExistsAsync(vmName + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetVirtualMachineContainerAsync(); + var collection = await GetVirtualMachineCollectionAsync(); var vmName1 = Recording.GenerateAssetName("testVM-"); var vmName2 = Recording.GenerateAssetName("testVM-"); var nic1 = await CreateBasicDependenciesOfVirtualMachineAsync(); var nic2 = await CreateBasicDependenciesOfVirtualMachineAsync(); var input1 = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName1, nic1.Id); var input2 = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName2, nic2.Id); - _ = await container.CreateOrUpdateAsync(vmName1, input1); - _ = await container.CreateOrUpdateAsync(vmName2, input2); + _ = await collection.CreateOrUpdateAsync(vmName1, input1); + _ = await collection.CreateOrUpdateAsync(vmName2, input2); int count = 0; - await foreach (var vm in container.GetAllAsync()) + await foreach (var vm in collection.GetAllAsync()) { count++; } @@ -85,15 +85,15 @@ public async Task GetAll() [RecordedTest] public async Task GetAllInSubscription() { - var container = await GetVirtualMachineContainerAsync(); + var collection = await GetVirtualMachineCollectionAsync(); var vmName1 = Recording.GenerateAssetName("testVM-"); var vmName2 = Recording.GenerateAssetName("testVM-"); var nic1 = await CreateBasicDependenciesOfVirtualMachineAsync(); var nic2 = await CreateBasicDependenciesOfVirtualMachineAsync(); var input1 = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName1, nic1.Id); var input2 = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName2, nic2.Id); - _ = await container.CreateOrUpdateAsync(vmName1, input1); - _ = await container.CreateOrUpdateAsync(vmName2, input2); + _ = await collection.CreateOrUpdateAsync(vmName1, input1); + _ = await collection.CreateOrUpdateAsync(vmName2, input2); VirtualMachine vm1 = null, vm2 = null; await foreach (var vm in DefaultSubscription.GetVirtualMachinesAsync()) diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineOperationsTests.cs index 96ad54b694ac2..3cd02159c44e3 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineOperationsTests.cs @@ -18,10 +18,10 @@ public VirtualMachineOperationsTests(bool isAsync) private async Task CreateVirtualMachineAsync(string vmName) { - var container = await GetVirtualMachineContainerAsync(); + var collection = await GetVirtualMachineCollectionAsync(); var nic = await CreateBasicDependenciesOfVirtualMachineAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineData(DefaultLocation, vmName, nic.Id); - var lro = await container.CreateOrUpdateAsync(vmName, input); + var lro = await collection.CreateOrUpdateAsync(vmName, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetContainerTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetCollectionTests.cs similarity index 72% rename from sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetContainerTests.cs rename to sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetCollectionTests.cs index d698484f157ed..2ab6634e6fb25 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetContainerTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Compute.Tests { - public class VirtualMachineScaleSetContainerTests : VirtualMachineScaleSetTestBase + public class VirtualMachineScaleSetCollectionTests : VirtualMachineScaleSetTestBase { - public VirtualMachineScaleSetContainerTests(bool isAsync) + public VirtualMachineScaleSetCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -20,11 +20,11 @@ public VirtualMachineScaleSetContainerTests(bool isAsync) [RecordedTest] public async Task CreateOrUpdate() { - var container = await GetVirtualMachineScaleSetContainerAsync(); + var collection = await GetVirtualMachineScaleSetCollectionAsync(); var vmssName = Recording.GenerateAssetName("testVMSS-"); var vnet = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName, GetSubnetId(vnet)); - var lro = await container.CreateOrUpdateAsync(vmssName, input); + var lro = await collection.CreateOrUpdateAsync(vmssName, input); VirtualMachineScaleSet vmss = lro.Value; Assert.AreEqual(vmssName, vmss.Data.Name); } @@ -33,13 +33,13 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task Get() { - var container = await GetVirtualMachineScaleSetContainerAsync(); + var collection = await GetVirtualMachineScaleSetCollectionAsync(); var vmssName = Recording.GenerateAssetName("testVMSS-"); var vnet = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName, GetSubnetId(vnet)); - var lro = await container.CreateOrUpdateAsync(vmssName, input); + var lro = await collection.CreateOrUpdateAsync(vmssName, input); VirtualMachineScaleSet vmss1 = lro.Value; - VirtualMachineScaleSet vmss2 = await container.GetAsync(vmssName); + VirtualMachineScaleSet vmss2 = await collection.GetAsync(vmssName); ResourceDataHelper.AssertVirtualMachineScaleSet(vmss1.Data, vmss2.Data); } @@ -48,33 +48,33 @@ public async Task Get() [RecordedTest] public async Task CheckIfExists() { - var container = await GetVirtualMachineScaleSetContainerAsync(); + var collection = await GetVirtualMachineScaleSetCollectionAsync(); var vmssName = Recording.GenerateAssetName("testVMSS-"); var vnet = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName, GetSubnetId(vnet)); - var lro = await container.CreateOrUpdateAsync(vmssName, input); + var lro = await collection.CreateOrUpdateAsync(vmssName, input); VirtualMachineScaleSet vmss = lro.Value; - Assert.IsTrue(await container.CheckIfExistsAsync(vmssName)); - Assert.IsFalse(await container.CheckIfExistsAsync(vmssName + "1")); + Assert.IsTrue(await collection.CheckIfExistsAsync(vmssName)); + Assert.IsFalse(await collection.CheckIfExistsAsync(vmssName + "1")); - Assert.ThrowsAsync(async () => _ = await container.CheckIfExistsAsync(null)); + Assert.ThrowsAsync(async () => _ = await collection.CheckIfExistsAsync(null)); } [TestCase] [RecordedTest] public async Task GetAll() { - var container = await GetVirtualMachineScaleSetContainerAsync(); + var collection = await GetVirtualMachineScaleSetCollectionAsync(); var vmssName1 = Recording.GenerateAssetName("testVMSS-"); var vmssName2 = Recording.GenerateAssetName("testVMSS-"); var vnet1 = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var vnet2 = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var input1 = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName1, GetSubnetId(vnet1)); var input2 = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName2, GetSubnetId(vnet2)); - _ = await container.CreateOrUpdateAsync(vmssName1, input1); - _ = await container.CreateOrUpdateAsync(vmssName2, input2); + _ = await collection.CreateOrUpdateAsync(vmssName1, input1); + _ = await collection.CreateOrUpdateAsync(vmssName2, input2); int count = 0; - await foreach (var vmss in container.GetAllAsync()) + await foreach (var vmss in collection.GetAllAsync()) { count++; } @@ -85,15 +85,15 @@ public async Task GetAll() [RecordedTest] public async Task GetAllInSubscription() { - var container = await GetVirtualMachineScaleSetContainerAsync(); + var collection = await GetVirtualMachineScaleSetCollectionAsync(); var vmssName1 = Recording.GenerateAssetName("testVMSS-"); var vmssName2 = Recording.GenerateAssetName("testVMSS-"); var vnet1 = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var vnet2 = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var input1 = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName1, GetSubnetId(vnet1)); var input2 = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName2, GetSubnetId(vnet2)); - _ = await container.CreateOrUpdateAsync(vmssName1, input1); - _ = await container.CreateOrUpdateAsync(vmssName2, input2); + _ = await collection.CreateOrUpdateAsync(vmssName1, input1); + _ = await collection.CreateOrUpdateAsync(vmssName2, input2); VirtualMachineScaleSet vmss1 = null, vmss2 = null; await foreach (var vmss in DefaultSubscription.GetVirtualMachineScaleSetsAsync()) diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetOperationsTests.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetOperationsTests.cs index 79d8990fe0700..e755246cb1809 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetOperationsTests.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetOperationsTests.cs @@ -19,10 +19,10 @@ public VirtualMachineScaleSetOperationsTests(bool isAsync) private async Task CreateVirtualMachineScaleSetAsync(string vmssName) { - var container = await GetVirtualMachineScaleSetContainerAsync(); + var collection = await GetVirtualMachineScaleSetCollectionAsync(); var vnet = await CreateBasicDependenciesOfVirtualMachineScaleSetAsync(); var input = ResourceDataHelper.GetBasicLinuxVirtualMachineScaleSetData(DefaultLocation, vmssName, GetSubnetId(vnet)); - var lro = await container.CreateOrUpdateAsync(vmssName, input); + var lro = await collection.CreateOrUpdateAsync(vmssName, input); return lro.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetTestBase.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetTestBase.cs index 08088db33d7c5..bab41749b5b1f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetTestBase.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineScaleSetTestBase.cs @@ -17,9 +17,9 @@ public VirtualMachineScaleSetTestBase(bool isAsync, RecordedTestMode mode) : bas { } - protected async Task GetVirtualMachineScaleSetContainerAsync() + protected async Task GetVirtualMachineScaleSetCollectionAsync() { - _genericResourceContainer = DefaultSubscription.GetGenericResources(); + _genericResourceCollection = DefaultSubscription.GetGenericResources(); _resourceGroup = await CreateResourceGroupAsync(); return _resourceGroup.GetVirtualMachineScaleSets(); } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineTestBase.cs b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineTestBase.cs index f3fc02452a42a..ec512c1f44475 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineTestBase.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/Scenario/VirtualMachineTestBase.cs @@ -12,7 +12,7 @@ namespace Azure.ResourceManager.Compute.Tests public class VirtualMachineTestBase : ComputeTestBase { protected ResourceGroup _resourceGroup; - protected GenericResourceContainer _genericResourceContainer; + protected GenericResourceCollection _genericResourceCollection; public VirtualMachineTestBase(bool isAsync) : base(isAsync) { @@ -22,9 +22,9 @@ public VirtualMachineTestBase(bool isAsync, RecordedTestMode mode) : base(isAsyn { } - protected async Task GetVirtualMachineContainerAsync() + protected async Task GetVirtualMachineCollectionAsync() { - _genericResourceContainer = DefaultSubscription.GetGenericResources(); + _genericResourceCollection = DefaultSubscription.GetGenericResources(); _resourceGroup = await CreateResourceGroupAsync(); return _resourceGroup.GetVirtualMachines(); } @@ -55,7 +55,7 @@ protected async Task CreateVirtualNetwork() { "subnets", subnets } } }; - var operation = await _genericResourceContainer.CreateOrUpdateAsync(vnetId, input); + var operation = await _genericResourceCollection.CreateOrUpdateAsync(vnetId, input); return operation.Value; } @@ -67,8 +67,8 @@ protected ResourceIdentifier GetSubnetId(GenericResource vnet) return subnet["id"] as string; } - // WEIRD: second level resources cannot use GenericResourceContainer to create. - // Exception thrown: System.InvalidOperationException : An invalid resouce id was given /subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4544/providers/Microsoft.Network/virtualNetworks/testVNet-9796/subnets/testSubnet-1786 + // WEIRD: second level resources cannot use GenericResourceCollection to create. + // Exception thrown: System.InvalidOperationException : An invalid resource id was given /subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4544/providers/Microsoft.Network/virtualNetworks/testVNet-9796/subnets/testSubnet-1786 private async Task CreateSubnet(ResourceIdentifier vnetId) { var subnetName = Recording.GenerateAssetName("testSubnet-"); @@ -80,7 +80,7 @@ private async Task CreateSubnet(ResourceIdentifier vnetId) { "addressPrefixes", new List() { "10.0.2.0/24" } } } }; - var operation = await _genericResourceContainer.CreateOrUpdateAsync(subnetId, input); + var operation = await _genericResourceCollection.CreateOrUpdateAsync(subnetId, input); return operation.Value; } @@ -107,7 +107,7 @@ private async Task CreateNetworkInterface(ResourceIdentifier su } } }; - var operation = await _genericResourceContainer.CreateOrUpdateAsync(nicId, input); + var operation = await _genericResourceCollection.CreateOrUpdateAsync(nicId, input); return operation.Value; } diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CheckIfExists().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CheckIfExists().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CheckIfExists().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CheckIfExists()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CheckIfExists()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CheckIfExists()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAllInSubscription().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAllInSubscription().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAllInSubscription().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAllInSubscription().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAllInSubscription()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAllInSubscription()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetContainerTests/GetAllInSubscription()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/AvailabilitySetCollectionTests/GetAllInSubscription()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CheckIfExists().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CheckIfExists().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CheckIfExists().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CheckIfExists()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CheckIfExists()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CheckIfExists()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExists().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExists().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExists().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExists()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExists()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExists()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExistsAsync().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExistsAsync().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExistsAsync().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExistsAsync().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExistsAsync()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExistsAsync()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CheckIfExistsAsync()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CheckIfExistsAsync()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAllInSubscription().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAllInSubscription().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAllInSubscription().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAllInSubscription().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAllInSubscription()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAllInSubscription()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupContainerTests/GetAllInSubscription()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DedicatedHostGroupCollectionTests/GetAllInSubscription()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CheckIfExistsAsync().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CheckIfExistsAsync().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CheckIfExistsAsync().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CheckIfExistsAsync().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CheckIfExistsAsync()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CheckIfExistsAsync()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CheckIfExistsAsync()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CheckIfExistsAsync()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAllInSubscription().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAllInSubscription().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAllInSubscription().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAllInSubscription().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAllInSubscription()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAllInSubscription()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessContainerTests/GetAllInSubscription()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskAccessCollectionTests/GetAllInSubscription()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CheckIfExistsAsync().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CheckIfExistsAsync().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CheckIfExistsAsync().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CheckIfExistsAsync().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CheckIfExistsAsync()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CheckIfExistsAsync()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CheckIfExistsAsync()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CheckIfExistsAsync()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAllInSubscription().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAllInSubscription().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAllInSubscription().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAllInSubscription().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAllInSubscription()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAllInSubscription()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskContainerTests/GetAllInSubscription()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/DiskCollectionTests/GetAllInSubscription()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CheckIfExists().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CheckIfExists().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CheckIfExists().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CheckIfExists()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CheckIfExists()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CheckIfExists()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAllInSubscription().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAllInSubscription().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAllInSubscription().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAllInSubscription().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAllInSubscription()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAllInSubscription()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryContainerTests/GetAllInSubscription()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryCollectionTests/GetAllInSubscription()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CheckIfExistsAsync().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CheckIfExistsAsync().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CheckIfExistsAsync().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CheckIfExistsAsync().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CheckIfExistsAsync()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CheckIfExistsAsync()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CheckIfExistsAsync()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CheckIfExistsAsync()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/GalleryImageCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CheckIfExists().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CheckIfExists().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CheckIfExists().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CheckIfExists()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CheckIfExists()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CheckIfExists()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAllInSubscription().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAllInSubscription().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAllInSubscription().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAllInSubscription().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAllInSubscription()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAllInSubscription()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineContainerTests/GetAllInSubscription()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineCollectionTests/GetAllInSubscription()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete().json index 63731d4d973a3..e8142aacb27d5 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete().json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete().json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-192990d655a93245b5923eb21037b15f-2ca8cb6ef607154a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "9a92da7b18c4fb8ee1e469870027b784", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:06 GMT", + "Date": "Mon, 25 Oct 2021 06:16:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07a4b715-690e-40d9-83ef-239916677664", - "x-ms-ratelimit-remaining-subscription-reads": "11620", - "x-ms-request-id": "07a4b715-690e-40d9-83ef-239916677664", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061407Z:07a4b715-690e-40d9-83ef-239916677664" + "x-ms-correlation-request-id": "79597ca0-2a76-47c2-a0fd-780eb65001c3", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "79597ca0-2a76-47c2-a0fd-780eb65001c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061639Z:79597ca0-2a76-47c2-a0fd-780eb65001c3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-7043?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-7043?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-babfc67b58fac04982794a280d50e658-4d5c1166f1345143-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "45874d616c4d00d6319527ed5feb3087", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:07 GMT", + "Date": "Mon, 25 Oct 2021 06:16:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22da24cf-e628-4dc0-9079-67f642531118", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "22da24cf-e628-4dc0-9079-67f642531118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061408Z:22da24cf-e628-4dc0-9079-67f642531118" + "x-ms-correlation-request-id": "5307ed4f-3b39-4e4a-a768-68b9a959da15", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5307ed4f-3b39-4e4a-a768-68b9a959da15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061641Z:5307ed4f-3b39-4e4a-a768-68b9a959da15" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043", "name": "testRG-7043", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ece63d3c3ee2fa4cb70fa4474f7b22c1-1725e03dc3d4df49-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "3834df2eaa314b388000e7e3c9bab969", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:07 GMT", + "Date": "Mon, 25 Oct 2021 06:16:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb156707-b66a-45e0-afb0-2d492674361a", - "x-ms-ratelimit-remaining-subscription-reads": "11619", - "x-ms-request-id": "bb156707-b66a-45e0-afb0-2d492674361a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061408Z:bb156707-b66a-45e0-afb0-2d492674361a" + "x-ms-correlation-request-id": "b3ac721a-98de-4df9-992b-45285adecedc", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b3ac721a-98de-4df9-992b-45285adecedc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061643Z:b3ac721a-98de-4df9-992b-45285adecedc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,277 +8092,125 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,385 +8618,55 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-ece63d3c3ee2fa4cb70fa4474f7b22c1-152fe759b2e1b248-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "36c2fd49268cc3c3e7f9d4f4857d5678", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-3849", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/26e2544e-c222-4ae9-a312-67dd54af7bb8?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "428c64b4-7dbf-4b99-b586-f0cd3ed8f6aa", - "x-ms-client-request-id": "36c2fd49268cc3c3e7f9d4f4857d5678", - "x-ms-correlation-request-id": "cda84c23-0c87-40af-959d-fac4f8870f7e", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "26e2544e-c222-4ae9-a312-67dd54af7bb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061412Z:cda84c23-0c87-40af-959d-fac4f8870f7e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-9233\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00220db964a1-599b-4d30-957f-4a477cc3a51a\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00221089e033-4862-4231-ad2a-c66e7dc140b5\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-3849\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00220db964a1-599b-4d30-957f-4a477cc3a51a\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/26e2544e-c222-4ae9-a312-67dd54af7bb8?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ece63d3c3ee2fa4cb70fa4474f7b22c1-d23dc804d29ecf45-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "33a1f53331c508251b705137d644c603", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ff0f51d-3a48-4687-a740-95500e44afa2", - "x-ms-client-request-id": "33a1f53331c508251b705137d644c603", - "x-ms-correlation-request-id": "02512078-fbbd-4435-80d4-837f09a27c17", - "x-ms-ratelimit-remaining-subscription-reads": "11618", - "x-ms-request-id": "d6b5b090-2c8a-4393-a60e-37d6a46c479b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061412Z:02512078-fbbd-4435-80d4-837f09a27c17" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/26e2544e-c222-4ae9-a312-67dd54af7bb8?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ece63d3c3ee2fa4cb70fa4474f7b22c1-90c101f69754bf47-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c4246ea9a3641f53e0e4298b3aedab98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7577e26d-ed6b-4200-8a3c-007c4dbb6a7f", - "x-ms-client-request-id": "c4246ea9a3641f53e0e4298b3aedab98", - "x-ms-correlation-request-id": "b1390342-b7aa-452e-b9ab-bb4e2ef82a01", - "x-ms-ratelimit-remaining-subscription-reads": "11617", - "x-ms-request-id": "86ac9330-62db-475a-865c-6467ca62dc02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061414Z:b1390342-b7aa-452e-b9ab-bb4e2ef82a01" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/26e2544e-c222-4ae9-a312-67dd54af7bb8?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ece63d3c3ee2fa4cb70fa4474f7b22c1-170da8db0c082d49-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "90c0672e22db8db3df4dfaa6d8e507c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09ac941e-3683-4326-9005-d0be675886bf", - "x-ms-client-request-id": "90c0672e22db8db3df4dfaa6d8e507c8", - "x-ms-correlation-request-id": "371f615b-d06c-4802-acdd-0baeb4ea15d7", - "x-ms-ratelimit-remaining-subscription-reads": "11616", - "x-ms-request-id": "2b23eb3d-dc53-4408-ac90-28eb9d578d97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061415Z:371f615b-d06c-4802-acdd-0baeb4ea15d7" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ece63d3c3ee2fa4cb70fa4474f7b22c1-5346135add939846-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "aa2de83a062a9008a18253e00799ce2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:14 GMT", - "ETag": "W/\u0022e0e910a4-17b2-4ea5-a964-c75e299af8d7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "233d24c0-ce71-4627-bd97-2d54f6074251", - "x-ms-client-request-id": "aa2de83a062a9008a18253e00799ce2e", - "x-ms-correlation-request-id": "34b7c36d-c37f-469e-8537-2d9bdd9c3dc6", - "x-ms-ratelimit-remaining-subscription-reads": "11615", - "x-ms-request-id": "e570531d-fcee-4737-b86e-5d6f64950e23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061415Z:34b7c36d-c37f-469e-8537-2d9bdd9c3dc6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-9233\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e0e910a4-17b2-4ea5-a964-c75e299af8d7\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00221089e033-4862-4231-ad2a-c66e7dc140b5\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-3849\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e0e910a4-17b2-4ea5-a964-c75e299af8d7\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6c93d06f492f824f98ff8bcca2afcf29-05ffe56d375e9d41-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "846e08b82735bb8696e416a9ad46fbdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "115076", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8986861b-e6f3-4559-b1ce-ee26c2429b93", - "x-ms-ratelimit-remaining-subscription-reads": "11614", - "x-ms-request-id": "8986861b-e6f3-4559-b1ce-ee26c2429b93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061416Z:8986861b-e6f3-4559-b1ce-ee26c2429b93" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - }, - { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", + "resourceType": "expressRoutePorts", "locations": [ "West US", "East US", @@ -8906,17 +8692,21 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", "France Central", "Australia Central", - "South Africa North", "UAE North", + "South Africa North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -8944,1554 +8734,724 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "virtualNetworks/taggedTrafficConsumers", + "resourceType": "frontdoors", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-08-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "natGateways", + "resourceType": "frontdoors/frontendEndpoints", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "publicIPAddresses", + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "customIpPrefixes", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" + "2019-11-01" ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "networkInterfaces", + "resourceType": "networkManagers", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2019-11-01" ], + "defaultApiVersion": "2019-11-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "dscpConfigurations", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", "Southeast Asia", - "North Central US", + "East US SLV", "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", + "Norway West", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "Japan East", "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", + "Canada Central", "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "None" }, { - "resourceType": "privateEndpoints/privateLinkServiceProxies", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2019-11-01", "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36c2fd49268cc3c3e7f9d4f4857d5678", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" + "subnets": [ + { + "name": "testSubnet-3849", + "properties": { + "addressPrefix": "10.0.2.0/24" } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/a8c0351a-1c22-43fc-8ce9-b3f82ab816be?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:16:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "17dfe178-a9c3-4a29-91e4-decfb90bd0e3", + "x-ms-client-request-id": "36c2fd49268cc3c3e7f9d4f4857d5678", + "x-ms-correlation-request-id": "0f39b14a-00ed-4301-a3d1-95c5419c3281", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a8c0351a-1c22-43fc-8ce9-b3f82ab816be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061647Z:0f39b14a-00ed-4301-a3d1-95c5419c3281" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-9233\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e22cb82b-2078-4148-afb6-4cfde956688a\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002225ee31ca-a6ee-49bb-97ca-524b8dd452c0\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-3849\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e22cb82b-2078-4148-afb6-4cfde956688a\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/a8c0351a-1c22-43fc-8ce9-b3f82ab816be?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "33a1f53331c508251b705137d644c603", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:16:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "21fe570f-ba93-419c-a129-b4bf5248c54f", + "x-ms-client-request-id": "33a1f53331c508251b705137d644c603", + "x-ms-correlation-request-id": "3a039c81-7af2-45ef-b041-9e48657ff798", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "84f8899a-11d1-424e-87cf-5aef41e7532a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061648Z:3a039c81-7af2-45ef-b041-9e48657ff798" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/a8c0351a-1c22-43fc-8ce9-b3f82ab816be?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4246ea9a3641f53e0e4298b3aedab98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:16:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c047020d-5ff7-44d7-a1e1-e8fe1c2ed66c", + "x-ms-client-request-id": "c4246ea9a3641f53e0e4298b3aedab98", + "x-ms-correlation-request-id": "7ae5e01f-b587-41fa-8679-60c1e4559b05", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d112e202-72d4-49a9-a965-20949c324f9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061649Z:7ae5e01f-b587-41fa-8679-60c1e4559b05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90c0672e22db8db3df4dfaa6d8e507c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:16:48 GMT", + "ETag": "W/\u002286c92452-9e22-4640-a50c-9517b1b6fdc5\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fae8caa3-abb2-4efd-b123-8c36149e844b", + "x-ms-client-request-id": "90c0672e22db8db3df4dfaa6d8e507c8", + "x-ms-correlation-request-id": "94ab0525-8634-421f-9346-90dfafe42d0b", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a8cfc044-23cb-419f-aefb-42593a6255dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061649Z:94ab0525-8634-421f-9346-90dfafe42d0b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-9233\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002286c92452-9e22-4640-a50c-9517b1b6fdc5\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002225ee31ca-a6ee-49bb-97ca-524b8dd452c0\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-3849\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002286c92452-9e22-4640-a50c-9517b1b6fdc5\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2aaa2de80806a1908253e00799ce2ec5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:16:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "efd7a52f-2d94-46b0-a148-25a8f979ad08", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "efd7a52f-2d94-46b0-a148-25a8f979ad08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061650Z:efd7a52f-2d94-46b0-a148-25a8f979ad08" + }, + "ResponseBody": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" }, { - "resourceType": "applicationSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" }, { - "resourceType": "serviceEndpointPolicies", + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", "locations": [ "West US", "East US", @@ -10527,7 +9487,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10561,87 +9523,45 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01" + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "routeTables", + "resourceType": "virtualNetworks/taggedTrafficConsumers", "locations": [ "West US", "East US", @@ -10677,7 +9597,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10746,10 +9668,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "publicIPPrefixes", + "resourceType": "natGateways", "locations": [ "West US", "East US", @@ -10785,7 +9707,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10810,10 +9734,7 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" + "2018-11-01" ], "defaultApiVersion": "2020-03-01", "zoneMappings": [ @@ -10821,24 +9742,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10849,8 +9770,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -10861,15 +9789,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -10877,32 +9813,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10913,40 +9849,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10957,107 +9893,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "ddosCustomPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers", + "resourceType": "publicIPAddresses", "locations": [ "West US", "East US", @@ -11093,7 +9961,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11148,10 +10018,209 @@ "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/connectionMonitors", + "resourceType": "customIpPrefixes", "locations": [ "West US", "East US", @@ -11187,7 +10256,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11198,39 +10269,198 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/flowLogs", + "resourceType": "networkInterfaces", "locations": [ "West US", "East US", @@ -11266,7 +10496,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11303,13 +10535,42 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01" + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/pingMeshes", + "resourceType": "dscpConfigurations", "locations": [ "West US", "East US", @@ -11345,7 +10606,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11356,39 +10619,13 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2020-06-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "virtualNetworkGateways", + "resourceType": "privateEndpoints", "locations": [ "West US", "East US", @@ -11424,7 +10661,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11447,56 +10686,143 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "localNetworkGateways", + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", "locations": [ "West US", "East US", @@ -11532,7 +10858,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11594,7 +10922,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11604,7 +10932,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "connections", + "resourceType": "networkSecurityGroups", "locations": [ "West US", "East US", @@ -11640,7 +10968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11702,7 +11032,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11712,7 +11042,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGateways", + "resourceType": "applicationSecurityGroups", "locations": [ "West US", "East US", @@ -11748,7 +11078,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11785,198 +11117,23 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, + "apiProfiles": [ { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" }, { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" } ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "resourceType": "serviceEndpointPolicies", "locations": [ "West US", "East US", @@ -12012,38 +11169,10 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12076,44 +11205,13 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-01-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operations", + "resourceType": "networkIntentPolicies", "locations": [ "West US", "East US", @@ -12142,6 +11240,7 @@ "Korea Central", "Korea South", "France Central", + "France South", "Australia Central", "South Africa North", "UAE North", @@ -12149,7 +11248,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12180,47 +11281,13 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-04-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operationResults", + "resourceType": "routeTables", "locations": [ "West US", "East US", @@ -12256,7 +11323,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12310,6 +11379,7 @@ "2015-05-01-preview", "2014-12-01-preview" ], + "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", @@ -12324,10 +11394,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/CheckDnsNameAvailability", + "resourceType": "publicIPPrefixes", "locations": [ "West US", "East US", @@ -12363,7 +11433,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12391,56 +11463,218 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ddosCustomPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", "Canada East", "West Central US", "West US 2", @@ -12456,7 +11690,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12468,12 +11704,27 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01" + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/usages", + "resourceType": "networkWatchers", "locations": [ "West US", "East US", @@ -12509,7 +11760,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12563,24 +11816,11 @@ "2015-05-01-preview", "2014-12-01-preview" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "resourceType": "networkWatchers/connectionMonitors", "locations": [ "West US", "East US", @@ -12616,7 +11856,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12653,15 +11895,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableDelegations", + "resourceType": "networkWatchers/flowLogs", "locations": [ "West US", "East US", @@ -12697,7 +11937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12728,12 +11970,19 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/serviceTags", + "resourceType": "networkWatchers/pingMeshes", "locations": [ "West US", "East US", @@ -12769,7 +12018,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12792,12 +12043,27 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availablePrivateEndpointTypes", + "resourceType": "virtualNetworkGateways", "locations": [ "West US", "East US", @@ -12833,7 +12099,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12856,12 +12124,56 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableServiceAliases", + "resourceType": "localNetworkGateways", "locations": [ "West US", "East US", @@ -12897,7 +12209,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12916,12 +12230,60 @@ "2019-12-01", "2019-11-01", "2019-09-01", - "2019-08-01" + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/checkPrivateLinkServiceVisibility", + "resourceType": "connections", "locations": [ "West US", "East US", @@ -12957,7 +12319,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12979,12 +12343,57 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/autoApprovedPrivateLinkServices", + "resourceType": "applicationGateways", "locations": [ "West US", "East US", @@ -13020,7 +12429,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13042,72 +12453,233 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", "East Asia", "Southeast Asia", "North Central US", @@ -13138,7 +12710,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13152,49 +12726,24 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], + "resourceType": "locations", + "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -13224,12 +12773,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/setAzureNetworkManagerConfiguration", + "resourceType": "locations/operations", "locations": [ "West US", "East US", @@ -13265,7 +12849,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13274,13 +12860,70 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/getAzureNetworkManagerConfiguration", - "locations": [ + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", + "locations": [ "West US", "East US", "North Europe", @@ -13315,7 +12958,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13324,12 +12969,69 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/checkAcceleratedNetworkingSupport", + "resourceType": "locations/CheckDnsNameAvailability", "locations": [ "West US", "East US", @@ -13365,7 +13067,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13396,12 +13100,33 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "capabilities": "None" }, { - "resourceType": "locations/validateResourceOwnership", + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", "locations": [ "West US", "East US", @@ -13437,7 +13162,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13449,31 +13176,12 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2020-05-01" ], "capabilities": "None" }, { - "resourceType": "locations/setResourceOwnership", + "resourceType": "locations/usages", "locations": [ "West US", "East US", @@ -13509,7 +13217,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13540,12 +13250,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/effectiveResourceOwnership", + "resourceType": "locations/virtualNetworkAvailableEndpointServices", "locations": [ "West US", "East US", @@ -13581,7 +13326,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13612,12 +13359,21 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" ], "capabilities": "None" }, { - "resourceType": "operations", + "resourceType": "locations/availableDelegations", "locations": [ "West US", "East US", @@ -13653,7 +13409,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13684,545 +13442,1498 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-04-01" ], "capabilities": "None" }, { - "resourceType": "dnszones", + "resourceType": "locations/serviceTags", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnsOperationStatuses", + "resourceType": "locations/availablePrivateEndpointTypes", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "getDnsResourceReference", + "resourceType": "locations/availableServiceAliases", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "internalNotify", + "resourceType": "locations/checkPrivateLinkServiceVisibility", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/A", + "resourceType": "locations/autoApprovedPrivateLinkServices", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/AAAA", + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CNAME", + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/PTR", + "resourceType": "locations/supportedVirtualMachineSizes", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/MX", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/TXT", + "resourceType": "locations/setAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SRV", + "resourceType": "locations/getAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SOA", + "resourceType": "locations/checkAcceleratedNetworkingSupport", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/NS", + "resourceType": "locations/validateResourceOwnership", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CAA", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/recordsets", + "resourceType": "locations/setResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/all", + "resourceType": "locations/effectiveResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones", + "resourceType": "operations", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsZones/virtualNetworkLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "privateDnsOperationResults", + "resourceType": "dnszones", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "privateDnsOperationStatuses", + "resourceType": "dnsOperationResults", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZonesInternal", + "resourceType": "dnsOperationStatuses", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" ], - "defaultApiVersion": "2020-01-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/A", + "resourceType": "getDnsResourceReference", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/AAAA", + "resourceType": "internalNotify", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/CNAME", + "resourceType": "dnszones/A", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/PTR", + "resourceType": "dnszones/AAAA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/MX", + "resourceType": "dnszones/CNAME", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/TXT", + "resourceType": "dnszones/PTR", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/SRV", + "resourceType": "dnszones/MX", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/SOA", + "resourceType": "dnszones/TXT", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/all", + "resourceType": "dnszones/SRV", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "virtualNetworks/privateDnsZoneLinks", + "resourceType": "dnszones/SOA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-06-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "trafficmanagerprofiles", + "resourceType": "dnszones/NS", "locations": [ "global" ], "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "trafficmanagerprofiles/heatMaps", + "resourceType": "dnszones/CAA", "locations": [ "global" ], "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" ], - "defaultApiVersion": "2018-08-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "checkTrafficManagerNameAvailability", + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", "locations": [ "global" ], @@ -14237,23 +14948,25 @@ "2015-04-28-preview" ], "defaultApiVersion": "2018-08-01", - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "trafficManagerUserMetricsKeys", + "resourceType": "trafficmanagerprofiles/heatMaps", "locations": [ "global" ], "apiVersions": [ "2018-08-01", "2018-04-01", + "2018-03-01", + "2018-02-01", "2017-09-01-preview" ], "defaultApiVersion": "2018-08-01", "capabilities": "None" }, { - "resourceType": "trafficManagerGeographicHierarchies", + "resourceType": "checkTrafficManagerNameAvailability", "locations": [ "global" ], @@ -14263,26 +14976,57 @@ "2018-03-01", "2018-02-01", "2017-05-01", - "2017-03-01" + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" ], "defaultApiVersion": "2018-08-01", "capabilities": "None" }, { - "resourceType": "expressRouteCircuits", + "resourceType": "trafficManagerUserMetricsKeys", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", "Brazil South", "Australia East", "Australia Southeast", @@ -14305,7 +15049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14399,7 +15145,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14492,7 +15240,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14574,7 +15324,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14654,7 +15406,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14720,7 +15474,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14786,7 +15542,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14852,7 +15610,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14946,7 +15706,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15029,7 +15791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15108,7 +15872,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15185,7 +15951,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15246,7 +16014,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15325,7 +16095,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15404,7 +16176,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15473,7 +16247,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15508,7 +16284,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -15584,7 +16398,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15655,7 +16471,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15785,7 +16603,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15842,7 +16662,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15881,24 +16703,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15909,8 +16731,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -15921,15 +16750,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -15937,32 +16774,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15973,40 +16810,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -16017,32 +16854,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -16085,7 +16922,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16153,7 +16992,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16222,7 +17063,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16291,7 +17134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16346,7 +17191,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16427,7 +17274,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16462,28 +17311,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -16517,7 +17344,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -16537,252 +17364,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -16807,7 +17480,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16883,7 +17558,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -16947,7 +17624,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17005,7 +17684,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17070,7 +17751,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17130,7 +17813,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17195,7 +17880,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17203,1704 +17890,552 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "272", - "Content-Type": "application/json", - "traceparent": "00-6c93d06f492f824f98ff8bcca2afcf29-b508e1bc21171e47-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c05150616e005e2730ee59cfd285457f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849" - } - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f7d2f55-48dd-4357-b852-fcde75b8d949?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1682", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "becdc706-7661-4b5a-80bc-54fd3649da54", - "x-ms-client-request-id": "c05150616e005e2730ee59cfd285457f", - "x-ms-correlation-request-id": "0f27c64f-8832-44d3-b2fd-5b8523643e93", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "6f7d2f55-48dd-4357-b852-fcde75b8d949", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061420Z:0f27c64f-8832-44d3-b2fd-5b8523643e93" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testNic-2026\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222c2bbe6a-e026-4595-908e-43a5f62bc7eb\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022b570fade-d644-4dc0-8414-08e3ca9e003f\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222c2bbe6a-e026-4595-908e-43a5f62bc7eb\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022gpqisedcjayufljkyzxh1qkawf.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f7d2f55-48dd-4357-b852-fcde75b8d949?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6c93d06f492f824f98ff8bcca2afcf29-35fbb53281e29748-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "49a603576e7c49c4e0105346cdb6e910", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6c54c52-451f-48b0-976d-97c259ddfa4f", - "x-ms-client-request-id": "49a603576e7c49c4e0105346cdb6e910", - "x-ms-correlation-request-id": "6cff7eed-f45f-43b1-8156-9a13b3baa078", - "x-ms-ratelimit-remaining-subscription-reads": "11613", - "x-ms-request-id": "d30a16fa-c054-49fb-9a09-4846aecfa63c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061420Z:6cff7eed-f45f-43b1-8156-9a13b3baa078" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6c93d06f492f824f98ff8bcca2afcf29-d79f08172a010a49-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "cbdd969f1f261d454b8f1a12db056c49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1682", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:19 GMT", - "ETag": "W/\u00222c2bbe6a-e026-4595-908e-43a5f62bc7eb\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc69d803-2b72-4305-a5e4-a937373d21cc", - "x-ms-client-request-id": "cbdd969f1f261d454b8f1a12db056c49", - "x-ms-correlation-request-id": "ae01c689-b133-4a7d-bb0f-e24881d8cc2c", - "x-ms-ratelimit-remaining-subscription-reads": "11612", - "x-ms-request-id": "7c3d64d9-afe0-44aa-95e3-8a4bbf42813e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061420Z:ae01c689-b133-4a7d-bb0f-e24881d8cc2c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testNic-2026\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222c2bbe6a-e026-4595-908e-43a5f62bc7eb\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022b570fade-d644-4dc0-8414-08e3ca9e003f\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222c2bbe6a-e026-4595-908e-43a5f62bc7eb\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022gpqisedcjayufljkyzxh1qkawf.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005?api-version=2021-03-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "1185", - "Content-Type": "application/json", - "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "cf781efafcdf5d031cd7fb87f0bef4ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": { - "hardwareProfile": { - "vmSize": "Standard_F2" - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "osType": "Linux", - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } }, - "osProfile": { - "computerName": "testVM-9005", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "networkProfile": { - "networkInterfaces": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026", - "properties": { - "primary": true - } - } - ] - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "Cache-Control": "no-cache", - "Content-Length": "2369", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf781efafcdf5d031cd7fb87f0bef4ef", - "x-ms-correlation-request-id": "f60b9444-0bea-42d0-ad24-a3122eb6d7cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1185", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "b48c5f92-93ea-45d6-bc7e-b812c29975e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061424Z:f60b9444-0bea-42d0-ad24-a3122eb6d7cc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVM-9005\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u0022e5dfdce5-ce62-4704-a735-3df87ca60d4f\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-9005\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "ae4c0aa4193ea230937faf4e24bd2d8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "35", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae4c0aa4193ea230937faf4e24bd2d8d", - "x-ms-correlation-request-id": "8e3572e4-bf21-4826-bd60-76bd06ce4258", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;27773", - "x-ms-ratelimit-remaining-subscription-reads": "11611", - "x-ms-request-id": "b9d3ef06-42f4-4197-bcbb-0cb5864bb897", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061424Z:8e3572e4-bf21-4826-bd60-76bd06ce4258" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "570c2a9b1082d13f09401157fe16096a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "570c2a9b1082d13f09401157fe16096a", - "x-ms-correlation-request-id": "723e8c08-0a01-41bb-9945-0985d8667370", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;27772", - "x-ms-ratelimit-remaining-subscription-reads": "11610", - "x-ms-request-id": "94f7206a-3f63-49b8-8894-318a923756ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061425Z:723e8c08-0a01-41bb-9945-0985d8667370" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e5e320694571ebb052e0c88979c61300", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5e320694571ebb052e0c88979c61300", - "x-ms-correlation-request-id": "6ee4ab9e-b99b-40f3-8e1e-b18fed298e2b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;27771", - "x-ms-ratelimit-remaining-subscription-reads": "11609", - "x-ms-request-id": "5127d396-05e8-4841-bc7a-0e24bf5d092c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061425Z:6ee4ab9e-b99b-40f3-8e1e-b18fed298e2b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "2951705a16a59358ca7aa5fe08d8a37d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2951705a16a59358ca7aa5fe08d8a37d", - "x-ms-correlation-request-id": "feabec31-c199-40d3-90e5-d1261598cbf8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;27770", - "x-ms-ratelimit-remaining-subscription-reads": "11608", - "x-ms-request-id": "98f2fc41-efab-40ff-8232-b105c274d532", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061425Z:feabec31-c199-40d3-90e5-d1261598cbf8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "03e5447648d9561b792105a248b55843", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03e5447648d9561b792105a248b55843", - "x-ms-correlation-request-id": "9ae4e87d-30df-45fc-a731-715bc782dea3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;27769", - "x-ms-ratelimit-remaining-subscription-reads": "11607", - "x-ms-request-id": "ff49ac1c-6662-4083-ba0e-35df36b8ccd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061425Z:9ae4e87d-30df-45fc-a731-715bc782dea3" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8efd112ce0c453c5c84f1af7a0b2e279", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8efd112ce0c453c5c84f1af7a0b2e279", - "x-ms-correlation-request-id": "e898729f-0fcc-46c1-8c1c-7812cd067b92", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;27768", - "x-ms-ratelimit-remaining-subscription-reads": "11606", - "x-ms-request-id": "92259902-4a00-418a-8637-6f9d481f2117", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061426Z:e898729f-0fcc-46c1-8c1c-7812cd067b92" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "35134a3d10e0122655fbaf8410b54b15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35134a3d10e0122655fbaf8410b54b15", - "x-ms-correlation-request-id": "05950965-b3e3-40cc-a993-284a8aac509c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;27767", - "x-ms-ratelimit-remaining-subscription-reads": "11605", - "x-ms-request-id": "a0d080c7-c63a-424f-b5f8-5b8258fa9041", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061426Z:05950965-b3e3-40cc-a993-284a8aac509c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f7d1612214db95b87e923b892d24b5c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7d1612214db95b87e923b892d24b5c6", - "x-ms-correlation-request-id": "20eea76e-e111-44d6-be94-521f071416fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;27766", - "x-ms-ratelimit-remaining-subscription-reads": "11604", - "x-ms-request-id": "971617eb-5c8d-4343-8c46-cf14e69d5d26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061426Z:20eea76e-e111-44d6-be94-521f071416fa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "fe658b3e22a21c62eaea39c930414212", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe658b3e22a21c62eaea39c930414212", - "x-ms-correlation-request-id": "8e771814-1fb0-4046-a308-9bfb3b0e1801", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14941,Microsoft.Compute/GetOperation30Min;27765", - "x-ms-ratelimit-remaining-subscription-reads": "11603", - "x-ms-request-id": "7e36ffc7-2630-46a7-a073-1e2c3297fc8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061426Z:8e771814-1fb0-4046-a308-9bfb3b0e1801" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3ed40504ebe0289d917db64ed49ce431", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ed40504ebe0289d917db64ed49ce431", - "x-ms-correlation-request-id": "5b79783b-fd6f-4105-a8cc-6424531ebe6d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;27764", - "x-ms-ratelimit-remaining-subscription-reads": "11602", - "x-ms-request-id": "34ad4810-dd1d-4e31-8751-b2612782f0f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061427Z:5b79783b-fd6f-4105-a8cc-6424531ebe6d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8545e9454d500072ffb50df1dbef653c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8545e9454d500072ffb50df1dbef653c", - "x-ms-correlation-request-id": "136c3de8-9b27-4305-8d34-f584ee9d597f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14939,Microsoft.Compute/GetOperation30Min;27763", - "x-ms-ratelimit-remaining-subscription-reads": "11601", - "x-ms-request-id": "a8e28974-3640-4427-9d22-74f8a86147be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061427Z:136c3de8-9b27-4305-8d34-f584ee9d597f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "28852850774f52e5ee3c6c246b14474d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28852850774f52e5ee3c6c246b14474d", - "x-ms-correlation-request-id": "4ce980f7-1b00-4f2a-84ec-aef081be9f6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14938,Microsoft.Compute/GetOperation30Min;27762", - "x-ms-ratelimit-remaining-subscription-reads": "11600", - "x-ms-request-id": "861f429c-d500-49d2-b198-8e81507c50ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061427Z:4ce980f7-1b00-4f2a-84ec-aef081be9f6a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "47830706bdfbb7c292d43f2bdeac4ca1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47830706bdfbb7c292d43f2bdeac4ca1", - "x-ms-correlation-request-id": "9d414b49-2c31-40ec-a06d-51cc67c5b888", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14937,Microsoft.Compute/GetOperation30Min;27761", - "x-ms-ratelimit-remaining-subscription-reads": "11599", - "x-ms-request-id": "be09e291-1e32-4976-9efd-b40d0b72f789", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061427Z:9d414b49-2c31-40ec-a06d-51cc67c5b888" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "abfe7918bc17cde103f29613e04e94ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abfe7918bc17cde103f29613e04e94ea", - "x-ms-correlation-request-id": "5ab70800-f71b-4181-ac1d-9b8ef0d8c40a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14936,Microsoft.Compute/GetOperation30Min;27760", - "x-ms-ratelimit-remaining-subscription-reads": "11598", - "x-ms-request-id": "1e0a78d6-a6ce-4f2f-8caa-b4eb952a9be8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061428Z:5ab70800-f71b-4181-ac1d-9b8ef0d8c40a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d3ebbf6d1e6b924166cd957b38ba7441", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3ebbf6d1e6b924166cd957b38ba7441", - "x-ms-correlation-request-id": "7453e42b-9781-41f7-844e-b99684f3d3ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14935,Microsoft.Compute/GetOperation30Min;27759", - "x-ms-ratelimit-remaining-subscription-reads": "11597", - "x-ms-request-id": "35bd3e1d-a8f0-407e-bce6-83f372f21966", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061428Z:7453e42b-9781-41f7-844e-b99684f3d3ea" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f20ccaf09b16493626b6430826aed643", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f20ccaf09b16493626b6430826aed643", - "x-ms-correlation-request-id": "3208033e-4464-482a-9371-caf2852b6f2c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14934,Microsoft.Compute/GetOperation30Min;27758", - "x-ms-ratelimit-remaining-subscription-reads": "11596", - "x-ms-request-id": "299d9009-4be6-427f-ab28-d602f42f26b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061428Z:3208033e-4464-482a-9371-caf2852b6f2c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1fbd544078c1f936386b454926659548", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fbd544078c1f936386b454926659548", - "x-ms-correlation-request-id": "e00020ea-333e-4c4b-a3c1-ffe3b649aa7a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14933,Microsoft.Compute/GetOperation30Min;27757", - "x-ms-ratelimit-remaining-subscription-reads": "11595", - "x-ms-request-id": "55c97177-cdea-4729-ab8b-2eda9303917a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061428Z:e00020ea-333e-4c4b-a3c1-ffe3b649aa7a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1623547ea142d2d488a1adb5da386cb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1623547ea142d2d488a1adb5da386cb8", - "x-ms-correlation-request-id": "0b258d03-2bd3-4fb4-bcc7-9c43735a42e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14932,Microsoft.Compute/GetOperation30Min;27756", - "x-ms-ratelimit-remaining-subscription-reads": "11594", - "x-ms-request-id": "79a412b7-84c5-4a03-a7e0-9f86a962a7a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061429Z:0b258d03-2bd3-4fb4-bcc7-9c43735a42e5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e43b51f755fc77809412b9ab56ed23c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e43b51f755fc77809412b9ab56ed23c0", - "x-ms-correlation-request-id": "b070fc3a-25b9-48e0-b6af-53860faf56c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14931,Microsoft.Compute/GetOperation30Min;27755", - "x-ms-ratelimit-remaining-subscription-reads": "11593", - "x-ms-request-id": "1f496113-549d-49cb-8fed-7b0ea54e3d85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061429Z:b070fc3a-25b9-48e0-b6af-53860faf56c9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d18afa20c08b9e0180eb961fcb801f00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d18afa20c08b9e0180eb961fcb801f00", - "x-ms-correlation-request-id": "f7675b77-e377-4dcf-b55d-6951090f17c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14930,Microsoft.Compute/GetOperation30Min;27754", - "x-ms-ratelimit-remaining-subscription-reads": "11592", - "x-ms-request-id": "68cd4308-52fb-4b59-9468-58bdbca76738", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061429Z:f7675b77-e377-4dcf-b55d-6951090f17c0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d4528cfeb12a284cd4ab8130e8287b9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4528cfeb12a284cd4ab8130e8287b9b", - "x-ms-correlation-request-id": "6a5067ae-e671-4add-b2f6-fc22ff5d73eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14929,Microsoft.Compute/GetOperation30Min;27753", - "x-ms-ratelimit-remaining-subscription-reads": "11591", - "x-ms-request-id": "a71f952c-669c-4e63-a8c0-c443e06683e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061429Z:6a5067ae-e671-4add-b2f6-fc22ff5d73eb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "df94ec7d9aad362d509d6311be60ab14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df94ec7d9aad362d509d6311be60ab14", - "x-ms-correlation-request-id": "331d0724-d895-4f66-b59e-9d3502570f00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;27752", - "x-ms-ratelimit-remaining-subscription-reads": "11590", - "x-ms-request-id": "5a9ebf08-7927-43f5-b6bd-d910bf2420c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061430Z:331d0724-d895-4f66-b59e-9d3502570f00" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c9acb9f34f9a6f96ae61fddf3ed1b657", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9acb9f34f9a6f96ae61fddf3ed1b657", - "x-ms-correlation-request-id": "e0c15682-fbd3-4fdb-ae96-f621f739ca9c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;27751", - "x-ms-ratelimit-remaining-subscription-reads": "11589", - "x-ms-request-id": "1e627e27-2f81-480a-981c-c4a40fbb1c2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061430Z:e0c15682-fbd3-4fdb-ae96-f621f739ca9c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "dfa2fb6f3feb63525f1b838d4d3b6a73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfa2fb6f3feb63525f1b838d4d3b6a73", - "x-ms-correlation-request-id": "b71bac77-8027-4c78-b251-bf2654387b15", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;27750", - "x-ms-ratelimit-remaining-subscription-reads": "11588", - "x-ms-request-id": "2ade0309-5e72-42bb-a0a6-85a73943836d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061430Z:b71bac77-8027-4c78-b251-bf2654387b15" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "2e3d6dffb27c2e005624314c9d4ef77e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e3d6dffb27c2e005624314c9d4ef77e", - "x-ms-correlation-request-id": "928f3b9c-50ce-4173-871c-8da0493608f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;27749", - "x-ms-ratelimit-remaining-subscription-reads": "11587", - "x-ms-request-id": "62b1c78f-b817-4cc5-af32-155f78db5405", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061430Z:928f3b9c-50ce-4173-871c-8da0493608f8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c3a10be6ccbeb3286748697fcb082273", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3a10be6ccbeb3286748697fcb082273", - "x-ms-correlation-request-id": "b4d35495-0bc4-4292-940e-ea378968f2bd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;27748", - "x-ms-ratelimit-remaining-subscription-reads": "11586", - "x-ms-request-id": "3010caf3-7beb-40cd-b5b6-2769deccee9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061431Z:b4d35495-0bc4-4292-940e-ea378968f2bd" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d1df8af78794bcdbfa7488c60e05c611", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1df8af78794bcdbfa7488c60e05c611", - "x-ms-correlation-request-id": "3697a0ba-5bb6-4a64-a88b-c98515210f3a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;27747", - "x-ms-ratelimit-remaining-subscription-reads": "11585", - "x-ms-request-id": "a5812da4-0e47-4c20-b571-22f1aafb32f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061431Z:3697a0ba-5bb6-4a64-a88b-c98515210f3a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "41a60523a69933b44489c7334881624d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41a60523a69933b44489c7334881624d", - "x-ms-correlation-request-id": "2403673d-2b61-4083-a478-f538a0f8d265", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;27746", - "x-ms-ratelimit-remaining-subscription-reads": "11584", - "x-ms-request-id": "68cbd698-e4e5-4c7c-a471-3c96c811b703", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061431Z:2403673d-2b61-4083-a478-f538a0f8d265" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1355bd02266e5fea30e5c94a4361a461", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1355bd02266e5fea30e5c94a4361a461", - "x-ms-correlation-request-id": "f0a9d3cc-5dd2-40e2-b3d8-4c21960c5d7b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;27745", - "x-ms-ratelimit-remaining-subscription-reads": "11583", - "x-ms-request-id": "ddfd3616-d384-44c3-8687-40ada8a44a3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061431Z:f0a9d3cc-5dd2-40e2-b3d8-4c21960c5d7b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c65b5882e16251dad5ab8c0ac0a87478", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c65b5882e16251dad5ab8c0ac0a87478", - "x-ms-correlation-request-id": "9013ec67-ca84-4679-824d-a5f9f7cf6135", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;27744", - "x-ms-ratelimit-remaining-subscription-reads": "11582", - "x-ms-request-id": "9e38c708-1037-4855-a8e4-041d1b499dd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061432Z:9013ec67-ca84-4679-824d-a5f9f7cf6135" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "51c43b11b2b0fda21a4711b3dc69efe2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51c43b11b2b0fda21a4711b3dc69efe2", - "x-ms-correlation-request-id": "1c75812b-516f-4382-bbf9-dbea07d89bb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;27743", - "x-ms-ratelimit-remaining-subscription-reads": "11581", - "x-ms-request-id": "b6d95d01-dfab-4801-9849-cf886200b8a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061432Z:1c75812b-516f-4382-bbf9-dbea07d89bb8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", - "}" - ] + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967?api-version=2021-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", + "Content-Length": "272", + "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "efb166e59b2521ebe2033dc399df9f88", + "x-ms-client-request-id": "846e08b82735bb8696e416a9ad46fbdd", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849" + } + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/b51c8338-7001-45c3-8c5b-39da0f831f99?api-version=2021-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1682", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:31 GMT", + "Date": "Mon, 25 Oct 2021 06:16:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18909,40 +18444,75 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efb166e59b2521ebe2033dc399df9f88", - "x-ms-correlation-request-id": "23c0683d-063d-4fa4-bd41-af64cc1c90ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;27742", - "x-ms-ratelimit-remaining-subscription-reads": "11580", - "x-ms-request-id": "03746b16-b043-46e7-a4ee-c60c327ce102", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061432Z:23c0683d-063d-4fa4-bd41-af64cc1c90ee" + "x-ms-arm-service-request-id": "d7926b20-3e6b-421e-82a8-4f68557b27fa", + "x-ms-client-request-id": "846e08b82735bb8696e416a9ad46fbdd", + "x-ms-correlation-request-id": "145d5f37-ba68-4c9e-bd4e-4cd65023d72d", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "b51c8338-7001-45c3-8c5b-39da0f831f99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061653Z:145d5f37-ba68-4c9e-bd4e-4cd65023d72d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022testNic-8967\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224fad770f-c2b9-4fe3-bb96-0b5fb8f53d12\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b373ff1f-73df-4eea-934f-e2cd0e89ced3\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224fad770f-c2b9-4fe3-bb96-0b5fb8f53d12\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022ziy42jpou03utf4kkjfy1vcsya.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/b51c8338-7001-45c3-8c5b-39da0f831f99?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "08385070539dcfb0b65eab1bd026746b", + "x-ms-client-request-id": "dc20e1cb4398c105a6ee9321f2e7f43b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:32 GMT", + "Date": "Mon, 25 Oct 2021 06:16:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18951,40 +18521,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08385070539dcfb0b65eab1bd026746b", - "x-ms-correlation-request-id": "19297f6a-f0e6-45bf-ad8c-08b45ae28805", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;27741", - "x-ms-ratelimit-remaining-subscription-reads": "11579", - "x-ms-request-id": "546ae651-26c3-4544-8001-8398e37deaf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061432Z:19297f6a-f0e6-45bf-ad8c-08b45ae28805" + "x-ms-arm-service-request-id": "4a2c646f-857d-404a-85d0-d2c341bf0047", + "x-ms-client-request-id": "dc20e1cb4398c105a6ee9321f2e7f43b", + "x-ms-correlation-request-id": "9b054f15-14da-454e-9889-0a569807b3fa", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f52c1cc2-8d49-468a-9c6b-1b392645a7ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061654Z:9b054f15-14da-454e-9889-0a569807b3fa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5925aabc84f6755250a36eac74df633b", + "x-ms-client-request-id": "49a603576e7c49c4e0105346cdb6e910", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1682", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:32 GMT", + "Date": "Mon, 25 Oct 2021 06:16:53 GMT", + "ETag": "W/\u00224fad770f-c2b9-4fe3-bb96-0b5fb8f53d12\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18993,73 +18562,216 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5925aabc84f6755250a36eac74df633b", - "x-ms-correlation-request-id": "8239b293-4780-4640-b105-55fa5f450409", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;27740", - "x-ms-ratelimit-remaining-subscription-reads": "11578", - "x-ms-request-id": "ed03b16e-b3ee-4d9d-ae77-df620701bdea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061433Z:8239b293-4780-4640-b105-55fa5f450409" + "x-ms-arm-service-request-id": "d0227ee0-e75b-424d-90de-e71c7aae0331", + "x-ms-client-request-id": "49a603576e7c49c4e0105346cdb6e910", + "x-ms-correlation-request-id": "deef9c94-0948-400e-8961-a0efd2f9991b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "477cb73b-554f-4107-9904-a2f865a2d885", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061654Z:deef9c94-0948-400e-8961-a0efd2f9991b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022testNic-8967\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224fad770f-c2b9-4fe3-bb96-0b5fb8f53d12\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b373ff1f-73df-4eea-934f-e2cd0e89ced3\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224fad770f-c2b9-4fe3-bb96-0b5fb8f53d12\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/virtualNetworks/testVNet-9233/subnets/testSubnet-3849\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022ziy42jpou03utf4kkjfy1vcsya.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005?api-version=2021-03-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", + "Content-Length": "1185", + "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b4388a7e6319145b5e139c7f0d050bc", + "x-ms-client-request-id": "cbdd969f1f261d454b8f1a12db056c49", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": { + "hardwareProfile": { + "vmSize": "Standard_F2" + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "osType": "Linux", + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "osProfile": { + "computerName": "testVM-9005", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967", + "properties": { + "primary": true + } + } + ] + } + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2248", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:32 GMT", + "Date": "Mon, 25 Oct 2021 06:16:57 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b4388a7e6319145b5e139c7f0d050bc", - "x-ms-correlation-request-id": "c11a8477-dcb9-4c94-824a-1c8aa629d6c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14961,Microsoft.Compute/GetOperation30Min;27739", - "x-ms-ratelimit-remaining-subscription-reads": "11577", - "x-ms-request-id": "f5f4899b-2d00-45ef-9945-957b4c2d7eb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061433Z:c11a8477-dcb9-4c94-824a-1c8aa629d6c6" + "x-ms-client-request-id": "cbdd969f1f261d454b8f1a12db056c49", + "x-ms-correlation-request-id": "daa07caa-3ce8-48bd-b348-0ed3a3023619", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "b92cc005-b07c-4818-b514-d4a7a83b56cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061658Z:daa07caa-3ce8-48bd-b348-0ed3a3023619" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022testVM-9005\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u0022a6396f42-271c-46a8-ba16-1bfad634945c\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-9005\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ef06d28f45b9ec91fec3b8f9e4035ad6", + "x-ms-client-request-id": "5b82830528093714bd88fdec54b16eda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19068,40 +18780,41 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:32 GMT", + "Date": "Mon, 25 Oct 2021 06:16:57 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "35", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef06d28f45b9ec91fec3b8f9e4035ad6", - "x-ms-correlation-request-id": "525efd27-d092-43cc-86ec-7a130dfc47b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;27738", - "x-ms-ratelimit-remaining-subscription-reads": "11576", - "x-ms-request-id": "350ea1a6-8fc4-47c7-b95d-e0637ad4a8d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061433Z:525efd27-d092-43cc-86ec-7a130dfc47b4" + "x-ms-client-request-id": "5b82830528093714bd88fdec54b16eda", + "x-ms-correlation-request-id": "2526f6ed-db3c-48f5-ba01-563c9afdb5ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "144632b5-17c2-415c-82e1-f77b5fd553ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061658Z:2526f6ed-db3c-48f5-ba01-563c9afdb5ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "477370fae9e3d53a6493a4154a8b857f", + "x-ms-client-request-id": "ae4c0aa4193ea230937faf4e24bd2d8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19110,7 +18823,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:33 GMT", + "Date": "Mon, 25 Oct 2021 06:16:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19119,31 +18832,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "477370fae9e3d53a6493a4154a8b857f", - "x-ms-correlation-request-id": "8d559a02-c959-4cd8-b466-23752e01a1f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;27737", - "x-ms-ratelimit-remaining-subscription-reads": "11575", - "x-ms-request-id": "1251fcd7-e8dd-44ae-863f-6f8a691c3117", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061433Z:8d559a02-c959-4cd8-b466-23752e01a1f1" + "x-ms-client-request-id": "ae4c0aa4193ea230937faf4e24bd2d8d", + "x-ms-correlation-request-id": "1794cd68-f7a6-4427-826c-de160a048785", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "608e9017-7c9d-437e-9af0-1e4bbe9b85b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061658Z:1794cd68-f7a6-4427-826c-de160a048785" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a21db25274d86281f7568d6e2e4bacb1", + "x-ms-client-request-id": "570c2a9b1082d13f09401157fe16096a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19152,7 +18865,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:33 GMT", + "Date": "Mon, 25 Oct 2021 06:16:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19161,31 +18874,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a21db25274d86281f7568d6e2e4bacb1", - "x-ms-correlation-request-id": "eecbee34-6f9d-4e46-b28a-bf0b3cee1dce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;27736", - "x-ms-ratelimit-remaining-subscription-reads": "11574", - "x-ms-request-id": "02a09005-287d-4e06-9f8e-ec900a661240", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061434Z:eecbee34-6f9d-4e46-b28a-bf0b3cee1dce" + "x-ms-client-request-id": "570c2a9b1082d13f09401157fe16096a", + "x-ms-correlation-request-id": "885f4895-e5a2-48e4-b04f-a0b95761d6d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "ccc05dc3-db1b-4811-b102-1d723136f6d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061658Z:885f4895-e5a2-48e4-b04f-a0b95761d6d8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7fcd6386095ca5d897308a26a07ba173", + "x-ms-client-request-id": "e5e320694571ebb052e0c88979c61300", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19194,7 +18907,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:33 GMT", + "Date": "Mon, 25 Oct 2021 06:16:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19203,31 +18916,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fcd6386095ca5d897308a26a07ba173", - "x-ms-correlation-request-id": "ce49e1a1-614a-43e4-99fa-32d02f9210d1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;27735", - "x-ms-ratelimit-remaining-subscription-reads": "11573", - "x-ms-request-id": "c8c22fca-c46c-460c-954c-2772f8a60bed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061434Z:ce49e1a1-614a-43e4-99fa-32d02f9210d1" + "x-ms-client-request-id": "e5e320694571ebb052e0c88979c61300", + "x-ms-correlation-request-id": "5e383990-0bf1-4e06-ad8f-c7cbe9f3c921", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "6141b45b-a148-412a-a8f1-45f46b0dd24e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061659Z:5e383990-0bf1-4e06-ad8f-c7cbe9f3c921" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "32a7383db8e585fdee114f8c5bcca718", + "x-ms-client-request-id": "2951705a16a59358ca7aa5fe08d8a37d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19236,7 +18949,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:33 GMT", + "Date": "Mon, 25 Oct 2021 06:16:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19245,31 +18958,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32a7383db8e585fdee114f8c5bcca718", - "x-ms-correlation-request-id": "8355521c-6fd0-4a99-ae99-b95a49b8ea44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;27734", - "x-ms-ratelimit-remaining-subscription-reads": "11572", - "x-ms-request-id": "67d3ebf8-ecf6-4242-ada4-2bb7c7b8a50e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061434Z:8355521c-6fd0-4a99-ae99-b95a49b8ea44" + "x-ms-client-request-id": "2951705a16a59358ca7aa5fe08d8a37d", + "x-ms-correlation-request-id": "004909d0-80d9-4a49-9f2e-37950653e3f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "9e01aa22-74ea-4dfe-a644-56fc1daf3be8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061659Z:004909d0-80d9-4a49-9f2e-37950653e3f5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e78ef3e605bd4923d9770aa8e95bc17b", + "x-ms-client-request-id": "03e5447648d9561b792105a248b55843", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19278,7 +18991,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:33 GMT", + "Date": "Mon, 25 Oct 2021 06:16:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19287,31 +19000,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e78ef3e605bd4923d9770aa8e95bc17b", - "x-ms-correlation-request-id": "ab047c03-eb16-42da-84c3-730199631f44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;27733", - "x-ms-ratelimit-remaining-subscription-reads": "11571", - "x-ms-request-id": "8df336ae-6bf8-48c9-a4de-9c80410e00d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061434Z:ab047c03-eb16-42da-84c3-730199631f44" + "x-ms-client-request-id": "03e5447648d9561b792105a248b55843", + "x-ms-correlation-request-id": "61e4c35e-f1a1-453f-be91-592a27d8b427", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "628e2480-f5d8-4960-afa0-647ff3988b1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061659Z:61e4c35e-f1a1-453f-be91-592a27d8b427" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f5301ab47aa4cecb6548904ab94c4acb", + "x-ms-client-request-id": "8efd112ce0c453c5c84f1af7a0b2e279", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19320,7 +19033,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:34 GMT", + "Date": "Mon, 25 Oct 2021 06:16:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19329,31 +19042,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5301ab47aa4cecb6548904ab94c4acb", - "x-ms-correlation-request-id": "0f5af4af-6a40-4a86-9856-e1718c2f6c94", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;27732", - "x-ms-ratelimit-remaining-subscription-reads": "11570", - "x-ms-request-id": "5af480b6-6a17-42f0-adc4-103aed88f6fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061435Z:0f5af4af-6a40-4a86-9856-e1718c2f6c94" + "x-ms-client-request-id": "8efd112ce0c453c5c84f1af7a0b2e279", + "x-ms-correlation-request-id": "cc1e2a85-d6ff-4a56-9f7d-d66c48a0d7c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0072d3a7-5346-4234-ba1d-8758544e22f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061659Z:cc1e2a85-d6ff-4a56-9f7d-d66c48a0d7c5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ad3f7289baed37b5145d596dad559b93", + "x-ms-client-request-id": "35134a3d10e0122655fbaf8410b54b15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19362,7 +19075,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:34 GMT", + "Date": "Mon, 25 Oct 2021 06:16:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19371,31 +19084,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad3f7289baed37b5145d596dad559b93", - "x-ms-correlation-request-id": "a1c60fb4-668d-4582-bb16-4ecb16b65f90", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;27731", - "x-ms-ratelimit-remaining-subscription-reads": "11569", - "x-ms-request-id": "de73ce68-ad8e-4086-9b59-5fe5311a7001", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061435Z:a1c60fb4-668d-4582-bb16-4ecb16b65f90" + "x-ms-client-request-id": "35134a3d10e0122655fbaf8410b54b15", + "x-ms-correlation-request-id": "64ae76eb-f666-479a-a82f-69e4662373bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "099452cf-27b7-48f3-b48a-2fecd2b8f683", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061700Z:64ae76eb-f666-479a-a82f-69e4662373bc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "41d7d450b19b6c7327c0817574d98f8c", + "x-ms-client-request-id": "f7d1612214db95b87e923b892d24b5c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19404,7 +19117,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:34 GMT", + "Date": "Mon, 25 Oct 2021 06:16:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19413,31 +19126,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41d7d450b19b6c7327c0817574d98f8c", - "x-ms-correlation-request-id": "590f0471-d56d-427e-ae81-4a81de879e45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;27730", - "x-ms-ratelimit-remaining-subscription-reads": "11568", - "x-ms-request-id": "40baa6d4-de83-4554-bdf2-a10a28037ab0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061435Z:590f0471-d56d-427e-ae81-4a81de879e45" + "x-ms-client-request-id": "f7d1612214db95b87e923b892d24b5c6", + "x-ms-correlation-request-id": "20f283e8-8303-432f-a20e-398ab292e413", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29991", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "501a0031-6c6e-4523-885b-1e96c61be0ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061700Z:20f283e8-8303-432f-a20e-398ab292e413" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "771e3f2d131bfa8e64f8e046205d2010", + "x-ms-client-request-id": "fe658b3e22a21c62eaea39c930414212", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19446,7 +19159,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:34 GMT", + "Date": "Mon, 25 Oct 2021 06:16:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19455,31 +19168,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "771e3f2d131bfa8e64f8e046205d2010", - "x-ms-correlation-request-id": "8a6881da-abe0-4395-a3e9-ebbf92c1a6ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14951,Microsoft.Compute/GetOperation30Min;27729", - "x-ms-ratelimit-remaining-subscription-reads": "11567", - "x-ms-request-id": "b74664d7-8ea9-4734-9b17-45993bcfb384", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061435Z:8a6881da-abe0-4395-a3e9-ebbf92c1a6ec" + "x-ms-client-request-id": "fe658b3e22a21c62eaea39c930414212", + "x-ms-correlation-request-id": "9c40f18a-53d5-432a-973f-59b0f1a6ce3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29990", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "7a4404bb-c95f-4cae-b46e-89fcd71427a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061700Z:9c40f18a-53d5-432a-973f-59b0f1a6ce3e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e5fafdac0974d72ffed3862c3940c23b", + "x-ms-client-request-id": "3ed40504ebe0289d917db64ed49ce431", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19488,7 +19201,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:35 GMT", + "Date": "Mon, 25 Oct 2021 06:17:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19497,31 +19210,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5fafdac0974d72ffed3862c3940c23b", - "x-ms-correlation-request-id": "a75707cd-e8c0-4709-8f72-15e3952a8dcf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;27728", - "x-ms-ratelimit-remaining-subscription-reads": "11566", - "x-ms-request-id": "119f2163-a88f-46a8-8b0d-c22a8150bc40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061436Z:a75707cd-e8c0-4709-8f72-15e3952a8dcf" + "x-ms-client-request-id": "3ed40504ebe0289d917db64ed49ce431", + "x-ms-correlation-request-id": "f9b0ddba-af5c-43ff-a955-8e1a5b0c6bbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29989", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "87a96952-e98d-4c27-84d5-4396eeca5083", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061700Z:f9b0ddba-af5c-43ff-a955-8e1a5b0c6bbd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6e40ccce24363c7845dddca2d02d4bc9", + "x-ms-client-request-id": "8545e9454d500072ffb50df1dbef653c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19530,7 +19243,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:35 GMT", + "Date": "Mon, 25 Oct 2021 06:17:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19539,31 +19252,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e40ccce24363c7845dddca2d02d4bc9", - "x-ms-correlation-request-id": "a1f5e7f1-f55b-41d4-aa00-882e78fa30ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;27727", - "x-ms-ratelimit-remaining-subscription-reads": "11565", - "x-ms-request-id": "e95b2f96-359b-4e6e-9cc2-a4deaadcbcf4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061436Z:a1f5e7f1-f55b-41d4-aa00-882e78fa30ba" + "x-ms-client-request-id": "8545e9454d500072ffb50df1dbef653c", + "x-ms-correlation-request-id": "2846360f-cd71-49ce-9e70-cc7ddba232e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29988", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "fa716e39-5d99-405b-b9e0-64f3c4a51033", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061701Z:2846360f-cd71-49ce-9e70-cc7ddba232e8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "77c9719fa9de24180f4679488d61c024", + "x-ms-client-request-id": "28852850774f52e5ee3c6c246b14474d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19572,7 +19285,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:35 GMT", + "Date": "Mon, 25 Oct 2021 06:17:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19581,31 +19294,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77c9719fa9de24180f4679488d61c024", - "x-ms-correlation-request-id": "213bacc9-7fb2-4ea0-b57a-ac0cebb4afd9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;27726", - "x-ms-ratelimit-remaining-subscription-reads": "11564", - "x-ms-request-id": "d78ada21-b808-4fb9-a2f7-89d11d1f3569", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061436Z:213bacc9-7fb2-4ea0-b57a-ac0cebb4afd9" + "x-ms-client-request-id": "28852850774f52e5ee3c6c246b14474d", + "x-ms-correlation-request-id": "300d418d-ffd1-4804-88ff-576bba5925df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29987", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "12f5113a-a5b0-447b-8950-c2eac50106e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061701Z:300d418d-ffd1-4804-88ff-576bba5925df" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5378a535b11d88d984bda0972d8d06d1", + "x-ms-client-request-id": "47830706bdfbb7c292d43f2bdeac4ca1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19614,7 +19327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:35 GMT", + "Date": "Mon, 25 Oct 2021 06:17:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19623,31 +19336,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5378a535b11d88d984bda0972d8d06d1", - "x-ms-correlation-request-id": "d7acc8d9-da1f-4c2e-ae8b-52fa0420960b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;27725", - "x-ms-ratelimit-remaining-subscription-reads": "11563", - "x-ms-request-id": "e3a7e671-d48b-4ac7-98ff-02d87c5ef705", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061436Z:d7acc8d9-da1f-4c2e-ae8b-52fa0420960b" + "x-ms-client-request-id": "47830706bdfbb7c292d43f2bdeac4ca1", + "x-ms-correlation-request-id": "314b5c91-6bbf-44a7-8c01-d055d6587ac4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29986", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "66c4a355-d511-4a96-9c87-e46ff5422719", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061701Z:314b5c91-6bbf-44a7-8c01-d055d6587ac4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c88dbc874b77255cb41c5ff0aa2fafe3", + "x-ms-client-request-id": "abfe7918bc17cde103f29613e04e94ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19656,7 +19369,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:36 GMT", + "Date": "Mon, 25 Oct 2021 06:17:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19665,31 +19378,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c88dbc874b77255cb41c5ff0aa2fafe3", - "x-ms-correlation-request-id": "630bc250-b5fc-44f2-8c7f-6fd908a4c242", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;27724", - "x-ms-ratelimit-remaining-subscription-reads": "11562", - "x-ms-request-id": "c2c07eb6-d292-4e13-80db-b73abd04fd43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061437Z:630bc250-b5fc-44f2-8c7f-6fd908a4c242" + "x-ms-client-request-id": "abfe7918bc17cde103f29613e04e94ea", + "x-ms-correlation-request-id": "c53b1de8-3e59-4a30-8fee-c46bb69aa50b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29985", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "e63b2533-3af4-4c32-b10f-b86ab7f68d74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061702Z:c53b1de8-3e59-4a30-8fee-c46bb69aa50b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b6cb71cf7b4edac9841f2210880f682", + "x-ms-client-request-id": "d3ebbf6d1e6b924166cd957b38ba7441", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19698,7 +19411,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:36 GMT", + "Date": "Mon, 25 Oct 2021 06:17:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19707,31 +19420,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b6cb71cf7b4edac9841f2210880f682", - "x-ms-correlation-request-id": "a6918f1b-6bde-428c-b5eb-4ca54fc7609a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;27723", - "x-ms-ratelimit-remaining-subscription-reads": "11561", - "x-ms-request-id": "a030e86d-406d-4a5f-a87b-a6fa7da19864", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061437Z:a6918f1b-6bde-428c-b5eb-4ca54fc7609a" + "x-ms-client-request-id": "d3ebbf6d1e6b924166cd957b38ba7441", + "x-ms-correlation-request-id": "ba652052-a109-47ed-a45e-0d8e49dbb4c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29984", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "5e37504c-03eb-4452-83e8-67f4904ce09f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061702Z:ba652052-a109-47ed-a45e-0d8e49dbb4c3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d0c1a83ff8d4eaad48529f0152e9dd55", + "x-ms-client-request-id": "f20ccaf09b16493626b6430826aed643", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19740,7 +19453,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:36 GMT", + "Date": "Mon, 25 Oct 2021 06:17:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19749,31 +19462,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0c1a83ff8d4eaad48529f0152e9dd55", - "x-ms-correlation-request-id": "e85f546b-2a15-42ee-8f0a-c672f940e3ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;27722", - "x-ms-ratelimit-remaining-subscription-reads": "11560", - "x-ms-request-id": "2949820d-8a47-40c6-babb-0e31c9c52c9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061437Z:e85f546b-2a15-42ee-8f0a-c672f940e3ee" + "x-ms-client-request-id": "f20ccaf09b16493626b6430826aed643", + "x-ms-correlation-request-id": "78498ee0-f0e9-41a4-a955-6d5f1a5eeb4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29983", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "cc4eb12d-5826-49f2-8717-af490bc9cf7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061702Z:78498ee0-f0e9-41a4-a955-6d5f1a5eeb4a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "757abc0ddb208f1c109f3035583b1c34", + "x-ms-client-request-id": "1fbd544078c1f936386b454926659548", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19782,7 +19495,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:36 GMT", + "Date": "Mon, 25 Oct 2021 06:17:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19791,31 +19504,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "757abc0ddb208f1c109f3035583b1c34", - "x-ms-correlation-request-id": "9e2ec550-c0f8-4516-907f-8a8063cbf599", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;27721", - "x-ms-ratelimit-remaining-subscription-reads": "11559", - "x-ms-request-id": "bbda3412-917f-4fc3-abc8-40b29cf95cb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061437Z:9e2ec550-c0f8-4516-907f-8a8063cbf599" + "x-ms-client-request-id": "1fbd544078c1f936386b454926659548", + "x-ms-correlation-request-id": "0a92f227-fd9d-4218-800b-2d6ffbdb3939", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29982", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "290ef077-4e41-4d0e-ae6a-335abcd59c14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061702Z:0a92f227-fd9d-4218-800b-2d6ffbdb3939" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02b0dd25de6e240f0981e36258aa9baf", + "x-ms-client-request-id": "1623547ea142d2d488a1adb5da386cb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19824,7 +19537,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:37 GMT", + "Date": "Mon, 25 Oct 2021 06:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19833,31 +19546,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02b0dd25de6e240f0981e36258aa9baf", - "x-ms-correlation-request-id": "0568f7f1-85fe-4b3a-a351-0b5a8752d1d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;27720", - "x-ms-ratelimit-remaining-subscription-reads": "11558", - "x-ms-request-id": "0198ce71-b2d9-49b7-bceb-78c0dcf02703", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061438Z:0568f7f1-85fe-4b3a-a351-0b5a8752d1d9" + "x-ms-client-request-id": "1623547ea142d2d488a1adb5da386cb8", + "x-ms-correlation-request-id": "45b7660c-8e79-475f-b72b-ff85ee1a6373", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29981", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "31bbcba9-26ba-4fc7-ba0d-74b42cb0a9b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061703Z:45b7660c-8e79-475f-b72b-ff85ee1a6373" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c139d63810664618b32bf35c877920c", + "x-ms-client-request-id": "e43b51f755fc77809412b9ab56ed23c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19866,7 +19579,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:37 GMT", + "Date": "Mon, 25 Oct 2021 06:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19875,31 +19588,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c139d63810664618b32bf35c877920c", - "x-ms-correlation-request-id": "f8fa241f-7eb2-4979-8e80-778e0ad44cb1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14941,Microsoft.Compute/GetOperation30Min;27719", - "x-ms-ratelimit-remaining-subscription-reads": "11557", - "x-ms-request-id": "7a9d00c7-e730-4fa4-92db-d62fa3e7c777", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061438Z:f8fa241f-7eb2-4979-8e80-778e0ad44cb1" + "x-ms-client-request-id": "e43b51f755fc77809412b9ab56ed23c0", + "x-ms-correlation-request-id": "fbf86cbe-5bd2-4421-b651-6d4909439d1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29980", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "9d1860ab-316c-455c-aba9-b70c7e1d3867", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061703Z:fbf86cbe-5bd2-4421-b651-6d4909439d1e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "74dc6b35da382fe7ad566c9ef7b93666", + "x-ms-client-request-id": "d18afa20c08b9e0180eb961fcb801f00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19908,7 +19621,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:37 GMT", + "Date": "Mon, 25 Oct 2021 06:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19917,31 +19630,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74dc6b35da382fe7ad566c9ef7b93666", - "x-ms-correlation-request-id": "1f301ce7-d8ee-491a-80b1-44e2d7eac5b9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;27718", - "x-ms-ratelimit-remaining-subscription-reads": "11556", - "x-ms-request-id": "bddd99a2-39d3-4d89-b00e-e75138b5a21b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061438Z:1f301ce7-d8ee-491a-80b1-44e2d7eac5b9" + "x-ms-client-request-id": "d18afa20c08b9e0180eb961fcb801f00", + "x-ms-correlation-request-id": "6aa59f51-075f-43ab-ad89-86c368753b29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29979", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "3d2775a4-8a86-4784-be3d-2c0538062c4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061703Z:6aa59f51-075f-43ab-ad89-86c368753b29" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bbd28003d027a42d7b4b763b1ed95b92", + "x-ms-client-request-id": "d4528cfeb12a284cd4ab8130e8287b9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19950,7 +19663,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:37 GMT", + "Date": "Mon, 25 Oct 2021 06:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19959,31 +19672,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbd28003d027a42d7b4b763b1ed95b92", - "x-ms-correlation-request-id": "fee64587-b78a-42fa-80f8-229b80909781", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14939,Microsoft.Compute/GetOperation30Min;27717", - "x-ms-ratelimit-remaining-subscription-reads": "11555", - "x-ms-request-id": "33037ddf-bfd5-4006-94f4-87ac0f397227", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061438Z:fee64587-b78a-42fa-80f8-229b80909781" + "x-ms-client-request-id": "d4528cfeb12a284cd4ab8130e8287b9b", + "x-ms-correlation-request-id": "fa637b74-06ca-4a6e-9a51-33c7331ccf5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29978", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "7bdbc91a-afee-49c7-8c7e-01eae3821765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061703Z:fa637b74-06ca-4a6e-9a51-33c7331ccf5f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ed2cd6ef26ce8976b5e49eb015c36dd1", + "x-ms-client-request-id": "df94ec7d9aad362d509d6311be60ab14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19992,7 +19705,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:38 GMT", + "Date": "Mon, 25 Oct 2021 06:17:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20001,31 +19714,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed2cd6ef26ce8976b5e49eb015c36dd1", - "x-ms-correlation-request-id": "94df8a4b-1e72-43fa-b2b4-f922e73ba7f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14938,Microsoft.Compute/GetOperation30Min;27716", - "x-ms-ratelimit-remaining-subscription-reads": "11554", - "x-ms-request-id": "b8b784f9-76db-402d-9a9b-c2e4fb93a946", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061439Z:94df8a4b-1e72-43fa-b2b4-f922e73ba7f3" + "x-ms-client-request-id": "df94ec7d9aad362d509d6311be60ab14", + "x-ms-correlation-request-id": "37b39a7c-f621-42dc-821b-a3e35f6af21e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29977", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "42d4fdcc-f479-4bf0-957b-f518ec340b54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061704Z:37b39a7c-f621-42dc-821b-a3e35f6af21e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "473159fbd7a565e53d38f9ed63ab10d3", + "x-ms-client-request-id": "c9acb9f34f9a6f96ae61fddf3ed1b657", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20034,7 +19747,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:38 GMT", + "Date": "Mon, 25 Oct 2021 06:17:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20043,31 +19756,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "473159fbd7a565e53d38f9ed63ab10d3", - "x-ms-correlation-request-id": "6f822479-0bee-4410-825a-cbac769b8d15", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14937,Microsoft.Compute/GetOperation30Min;27715", - "x-ms-ratelimit-remaining-subscription-reads": "11553", - "x-ms-request-id": "c0fd5e51-f47c-4b87-89d6-01ad1277efad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061439Z:6f822479-0bee-4410-825a-cbac769b8d15" + "x-ms-client-request-id": "c9acb9f34f9a6f96ae61fddf3ed1b657", + "x-ms-correlation-request-id": "5f4ae97b-e00a-4bbf-83df-49850d777266", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29976", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "80c6a6ae-0395-40b0-96b6-a6a31aaa01b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061704Z:5f4ae97b-e00a-4bbf-83df-49850d777266" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "20aed9fa488ddd970a480543317d8eb7", + "x-ms-client-request-id": "dfa2fb6f3feb63525f1b838d4d3b6a73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20076,7 +19789,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:38 GMT", + "Date": "Mon, 25 Oct 2021 06:17:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20085,31 +19798,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20aed9fa488ddd970a480543317d8eb7", - "x-ms-correlation-request-id": "38bcc90d-940e-4f23-9fae-cee167a428bd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14936,Microsoft.Compute/GetOperation30Min;27714", - "x-ms-ratelimit-remaining-subscription-reads": "11552", - "x-ms-request-id": "956ebe15-ef23-4c9e-83d5-a102418ea86d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061439Z:38bcc90d-940e-4f23-9fae-cee167a428bd" + "x-ms-client-request-id": "dfa2fb6f3feb63525f1b838d4d3b6a73", + "x-ms-correlation-request-id": "211480ea-e6bf-4935-a313-4eb712f5bac7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29975", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "011a7268-0539-4ff3-a062-0b247fc5d899", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061704Z:211480ea-e6bf-4935-a313-4eb712f5bac7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c43fa4de14a718ecf1c6b0962d89250a", + "x-ms-client-request-id": "2e3d6dffb27c2e005624314c9d4ef77e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20118,7 +19831,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:38 GMT", + "Date": "Mon, 25 Oct 2021 06:17:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20127,31 +19840,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c43fa4de14a718ecf1c6b0962d89250a", - "x-ms-correlation-request-id": "db0b263d-b215-4732-b424-ca873ea19739", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14935,Microsoft.Compute/GetOperation30Min;27713", - "x-ms-ratelimit-remaining-subscription-reads": "11551", - "x-ms-request-id": "a938719c-d71d-459e-8301-a5012c69e98c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061439Z:db0b263d-b215-4732-b424-ca873ea19739" + "x-ms-client-request-id": "2e3d6dffb27c2e005624314c9d4ef77e", + "x-ms-correlation-request-id": "8751fb8a-67da-42d6-9cf1-bab64b9f0fb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29974", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "043846a0-7832-4ec0-8a63-e4554a6b6178", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061704Z:8751fb8a-67da-42d6-9cf1-bab64b9f0fb6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3bb5cad44c14b344c2543d5cd1a133bf", + "x-ms-client-request-id": "c3a10be6ccbeb3286748697fcb082273", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20160,7 +19873,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:39 GMT", + "Date": "Mon, 25 Oct 2021 06:17:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20169,31 +19882,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bb5cad44c14b344c2543d5cd1a133bf", - "x-ms-correlation-request-id": "a7b5ab33-fe01-4964-88cc-203550c89b3f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14934,Microsoft.Compute/GetOperation30Min;27712", - "x-ms-ratelimit-remaining-subscription-reads": "11550", - "x-ms-request-id": "018219ea-1562-4fc2-810d-2524c90d8a7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061440Z:a7b5ab33-fe01-4964-88cc-203550c89b3f" + "x-ms-client-request-id": "c3a10be6ccbeb3286748697fcb082273", + "x-ms-correlation-request-id": "13b7e51e-8560-4443-a80e-55eafc70ea66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29973", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "2c1bce50-dbfc-48b6-967d-1edc55d71ff7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061705Z:13b7e51e-8560-4443-a80e-55eafc70ea66" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bf0f41a94b6be52ced962fc69801af81", + "x-ms-client-request-id": "d1df8af78794bcdbfa7488c60e05c611", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20202,7 +19915,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:39 GMT", + "Date": "Mon, 25 Oct 2021 06:17:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20211,31 +19924,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf0f41a94b6be52ced962fc69801af81", - "x-ms-correlation-request-id": "2534ebfd-e994-4066-acc2-24aaa8a6eac0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14933,Microsoft.Compute/GetOperation30Min;27711", - "x-ms-ratelimit-remaining-subscription-reads": "11549", - "x-ms-request-id": "cb7e542c-3701-43d0-9ffa-073acad0a11e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061440Z:2534ebfd-e994-4066-acc2-24aaa8a6eac0" + "x-ms-client-request-id": "d1df8af78794bcdbfa7488c60e05c611", + "x-ms-correlation-request-id": "819b9f47-0634-43b5-b2c0-1ac805bf4d48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29972", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "1139b169-6cae-4062-bdf8-b04441ada747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061705Z:819b9f47-0634-43b5-b2c0-1ac805bf4d48" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "666ffb2353c791a3608c0253d78f464f", + "x-ms-client-request-id": "41a60523a69933b44489c7334881624d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20244,7 +19957,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:39 GMT", + "Date": "Mon, 25 Oct 2021 06:17:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20253,31 +19966,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "666ffb2353c791a3608c0253d78f464f", - "x-ms-correlation-request-id": "0a5f2c47-5a77-4cfa-a820-fdb5d6c7ef28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14932,Microsoft.Compute/GetOperation30Min;27710", - "x-ms-ratelimit-remaining-subscription-reads": "11548", - "x-ms-request-id": "c9b595e7-c790-4015-8349-ac98a0e78783", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061440Z:0a5f2c47-5a77-4cfa-a820-fdb5d6c7ef28" + "x-ms-client-request-id": "41a60523a69933b44489c7334881624d", + "x-ms-correlation-request-id": "69210164-17db-4057-a4d1-d8c6d4e9d02e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29971", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "9af85720-cff0-49b7-8cbf-ce24b572a308", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061705Z:69210164-17db-4057-a4d1-d8c6d4e9d02e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ebecf0926679889e9ed04d7e1d7d1ac0", + "x-ms-client-request-id": "1355bd02266e5fea30e5c94a4361a461", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20286,7 +19999,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:39 GMT", + "Date": "Mon, 25 Oct 2021 06:17:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20295,31 +20008,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebecf0926679889e9ed04d7e1d7d1ac0", - "x-ms-correlation-request-id": "bacef749-9fa8-4360-90fb-559f908f401c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14931,Microsoft.Compute/GetOperation30Min;27709", - "x-ms-ratelimit-remaining-subscription-reads": "11547", - "x-ms-request-id": "098e9394-75ae-498d-8d2a-6405afcedd21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061440Z:bacef749-9fa8-4360-90fb-559f908f401c" + "x-ms-client-request-id": "1355bd02266e5fea30e5c94a4361a461", + "x-ms-correlation-request-id": "125b4875-470f-4bce-909e-cfc33476778c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;29970", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "b839f79d-52e6-498d-92fe-93fdc5ffdde9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061705Z:125b4875-470f-4bce-909e-cfc33476778c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d639bba4cd3255f89e7d5edf48d90e5d", + "x-ms-client-request-id": "c65b5882e16251dad5ab8c0ac0a87478", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20328,7 +20041,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:41 GMT", + "Date": "Mon, 25 Oct 2021 06:17:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20337,31 +20050,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d639bba4cd3255f89e7d5edf48d90e5d", - "x-ms-correlation-request-id": "16a65fe8-0823-403c-8285-558e83267287", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14930,Microsoft.Compute/GetOperation30Min;27708", - "x-ms-ratelimit-remaining-subscription-reads": "11546", - "x-ms-request-id": "469cb073-455c-48a4-b4d2-cf66e2ba9028", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061441Z:16a65fe8-0823-403c-8285-558e83267287" + "x-ms-client-request-id": "c65b5882e16251dad5ab8c0ac0a87478", + "x-ms-correlation-request-id": "1a8c16c7-7f4d-4535-877f-c554bdad4fee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29969", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "18e9cb63-5e23-48f8-a92e-99ea4c0a4662", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061706Z:1a8c16c7-7f4d-4535-877f-c554bdad4fee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a734df4fc414bd075ce6c8f7062474e2", + "x-ms-client-request-id": "51c43b11b2b0fda21a4711b3dc69efe2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20370,7 +20083,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:41 GMT", + "Date": "Mon, 25 Oct 2021 06:17:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20379,31 +20092,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a734df4fc414bd075ce6c8f7062474e2", - "x-ms-correlation-request-id": "53ad5e82-80d5-4bd5-adf1-166c5db024b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14929,Microsoft.Compute/GetOperation30Min;27707", - "x-ms-ratelimit-remaining-subscription-reads": "11545", - "x-ms-request-id": "3fddd0c2-ab78-4353-b643-2857791785a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061441Z:53ad5e82-80d5-4bd5-adf1-166c5db024b2" + "x-ms-client-request-id": "51c43b11b2b0fda21a4711b3dc69efe2", + "x-ms-correlation-request-id": "f3245989-8af8-41ff-9e81-21cae5242c71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29968", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "4fa4975b-9340-4ef7-8973-893ece361530", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061706Z:f3245989-8af8-41ff-9e81-21cae5242c71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1bae41716f56c51df8974dfc07bf40c5", + "x-ms-client-request-id": "efb166e59b2521ebe2033dc399df9f88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20412,7 +20125,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:41 GMT", + "Date": "Mon, 25 Oct 2021 06:17:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20421,31 +20134,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bae41716f56c51df8974dfc07bf40c5", - "x-ms-correlation-request-id": "a817007a-95c4-419a-a58d-ea3271ddb8cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14928,Microsoft.Compute/GetOperation30Min;27706", - "x-ms-ratelimit-remaining-subscription-reads": "11544", - "x-ms-request-id": "8b8c211e-ada0-425b-96a5-556805ce566c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061441Z:a817007a-95c4-419a-a58d-ea3271ddb8cc" + "x-ms-client-request-id": "efb166e59b2521ebe2033dc399df9f88", + "x-ms-correlation-request-id": "427bc1b9-8567-4bb5-bfc6-3bb8e3ab000b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29967", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "e7591bea-55f3-4ed5-b738-5b530f339c9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061706Z:427bc1b9-8567-4bb5-bfc6-3bb8e3ab000b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3d2ef0c17249e0acb47b7a4c04004f7a", + "x-ms-client-request-id": "08385070539dcfb0b65eab1bd026746b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20454,7 +20167,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:41 GMT", + "Date": "Mon, 25 Oct 2021 06:17:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20463,31 +20176,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d2ef0c17249e0acb47b7a4c04004f7a", - "x-ms-correlation-request-id": "0ff20cfb-1d3c-4aba-8990-31573f99b2ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14927,Microsoft.Compute/GetOperation30Min;27705", - "x-ms-ratelimit-remaining-subscription-reads": "11543", - "x-ms-request-id": "d3651c56-584a-4de4-bcaf-14531b1ea1c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061441Z:0ff20cfb-1d3c-4aba-8990-31573f99b2ab" + "x-ms-client-request-id": "08385070539dcfb0b65eab1bd026746b", + "x-ms-correlation-request-id": "ae2611c8-a3b4-41cc-85ea-f1fdc2730346", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29966", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "2397f64e-8404-4af2-be9a-b0addbb9178d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061706Z:ae2611c8-a3b4-41cc-85ea-f1fdc2730346" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "066d7c08f22be007c16eaf7d760ab69d", + "x-ms-client-request-id": "5925aabc84f6755250a36eac74df633b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20496,7 +20209,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:42 GMT", + "Date": "Mon, 25 Oct 2021 06:17:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20505,31 +20218,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "066d7c08f22be007c16eaf7d760ab69d", - "x-ms-correlation-request-id": "5ba9e06c-f09e-4d66-9e82-eae22d9930df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14926,Microsoft.Compute/GetOperation30Min;27704", - "x-ms-ratelimit-remaining-subscription-reads": "11542", - "x-ms-request-id": "b6e9a896-837d-4773-9554-e6b60cf26d5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061442Z:5ba9e06c-f09e-4d66-9e82-eae22d9930df" + "x-ms-client-request-id": "5925aabc84f6755250a36eac74df633b", + "x-ms-correlation-request-id": "f0214ba2-1e07-426b-b4b8-54e3db40dfc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;29965", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "bb2ccc17-b451-48e8-818f-7854df15a1d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061707Z:f0214ba2-1e07-426b-b4b8-54e3db40dfc5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "163602a637f5fe9895cd67daf5d1c0f7", + "x-ms-client-request-id": "8b4388a7e6319145b5e139c7f0d050bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20538,7 +20251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:42 GMT", + "Date": "Mon, 25 Oct 2021 06:17:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20547,31 +20260,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "163602a637f5fe9895cd67daf5d1c0f7", - "x-ms-correlation-request-id": "4708cab8-89b6-45b1-8bfd-5f6d0bfca707", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14925,Microsoft.Compute/GetOperation30Min;27703", - "x-ms-ratelimit-remaining-subscription-reads": "11541", - "x-ms-request-id": "69ba495e-2c03-4ce8-a3b5-77b82754fb9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061442Z:4708cab8-89b6-45b1-8bfd-5f6d0bfca707" + "x-ms-client-request-id": "8b4388a7e6319145b5e139c7f0d050bc", + "x-ms-correlation-request-id": "5ae2c50f-a1a8-42cd-af17-ac8046397ee3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29964", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "ae2dfb73-1099-406b-9299-669077ee653e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061707Z:5ae2c50f-a1a8-42cd-af17-ac8046397ee3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8af4d3483952ce9ae84e7bdbc32e6aa9", + "x-ms-client-request-id": "ef06d28f45b9ec91fec3b8f9e4035ad6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20580,7 +20293,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:42 GMT", + "Date": "Mon, 25 Oct 2021 06:17:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20589,31 +20302,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8af4d3483952ce9ae84e7bdbc32e6aa9", - "x-ms-correlation-request-id": "2f6ce84c-8019-4dd1-a2d7-74fe672a2b9c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14924,Microsoft.Compute/GetOperation30Min;27702", - "x-ms-ratelimit-remaining-subscription-reads": "11540", - "x-ms-request-id": "b2dbbdc8-e745-443b-b6d0-2943f7da9d23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061442Z:2f6ce84c-8019-4dd1-a2d7-74fe672a2b9c" + "x-ms-client-request-id": "ef06d28f45b9ec91fec3b8f9e4035ad6", + "x-ms-correlation-request-id": "8e922843-bbf5-4af7-b2dd-efb595a184b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29963", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "7458cbde-2a07-4aee-a032-4fca9e499020", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061707Z:8e922843-bbf5-4af7-b2dd-efb595a184b9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02a5dcc539cad084e36e705d8b2ceaf0", + "x-ms-client-request-id": "477370fae9e3d53a6493a4154a8b857f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20622,7 +20335,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:42 GMT", + "Date": "Mon, 25 Oct 2021 06:17:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20631,31 +20344,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02a5dcc539cad084e36e705d8b2ceaf0", - "x-ms-correlation-request-id": "6037acde-077c-4ce7-a43e-d6dc3f151a63", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14923,Microsoft.Compute/GetOperation30Min;27701", - "x-ms-ratelimit-remaining-subscription-reads": "11539", - "x-ms-request-id": "2cb724af-a532-4128-8ea9-e6d1e070fce3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061442Z:6037acde-077c-4ce7-a43e-d6dc3f151a63" + "x-ms-client-request-id": "477370fae9e3d53a6493a4154a8b857f", + "x-ms-correlation-request-id": "69c6f617-efde-49d8-a38a-0089638bebbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29962", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "ff4de120-6bf9-4d08-b8b3-04aeec156ac6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061707Z:69c6f617-efde-49d8-a38a-0089638bebbd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a334b7ad2b156c4b68672da6bbbd3b66", + "x-ms-client-request-id": "a21db25274d86281f7568d6e2e4bacb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20664,7 +20377,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:42 GMT", + "Date": "Mon, 25 Oct 2021 06:17:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20673,31 +20386,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a334b7ad2b156c4b68672da6bbbd3b66", - "x-ms-correlation-request-id": "04528ac1-e8e4-44e3-a392-635ab0729e91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14922,Microsoft.Compute/GetOperation30Min;27700", - "x-ms-ratelimit-remaining-subscription-reads": "11538", - "x-ms-request-id": "7494ab5d-d64e-4e1f-8b63-4b172ea01619", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061443Z:04528ac1-e8e4-44e3-a392-635ab0729e91" + "x-ms-client-request-id": "a21db25274d86281f7568d6e2e4bacb1", + "x-ms-correlation-request-id": "aa5e9b74-e792-4dfd-83f2-36bebe8a055a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14961,Microsoft.Compute/GetOperation30Min;29961", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "ed75820d-7f14-4642-a886-bc98dfed4a60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061708Z:aa5e9b74-e792-4dfd-83f2-36bebe8a055a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1814be63be2b0e2d4e23a7e3c83c43bb", + "x-ms-client-request-id": "7fcd6386095ca5d897308a26a07ba173", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20706,7 +20419,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:43 GMT", + "Date": "Mon, 25 Oct 2021 06:17:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20715,31 +20428,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1814be63be2b0e2d4e23a7e3c83c43bb", - "x-ms-correlation-request-id": "e435786a-54ba-4e86-a820-0983ba1b9e5b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14921,Microsoft.Compute/GetOperation30Min;27699", - "x-ms-ratelimit-remaining-subscription-reads": "11537", - "x-ms-request-id": "c8eeb7b4-34e9-4e00-b047-1e780d9f53d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061443Z:e435786a-54ba-4e86-a820-0983ba1b9e5b" + "x-ms-client-request-id": "7fcd6386095ca5d897308a26a07ba173", + "x-ms-correlation-request-id": "2a185721-48e5-4043-b026-7886fcb043fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29960", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "bd2ee669-f1bd-4389-b2fb-7a361ee98d98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061708Z:2a185721-48e5-4043-b026-7886fcb043fa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0b2d8b63c6fa9a93913899630cde1526", + "x-ms-client-request-id": "32a7383db8e585fdee114f8c5bcca718", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20748,7 +20461,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:43 GMT", + "Date": "Mon, 25 Oct 2021 06:17:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20757,31 +20470,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b2d8b63c6fa9a93913899630cde1526", - "x-ms-correlation-request-id": "a2076564-fc54-4537-a7bc-4ad4ee8336b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14920,Microsoft.Compute/GetOperation30Min;27698", - "x-ms-ratelimit-remaining-subscription-reads": "11536", - "x-ms-request-id": "7714d52d-061c-43ae-8a3c-377550e426cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061443Z:a2076564-fc54-4537-a7bc-4ad4ee8336b5" + "x-ms-client-request-id": "32a7383db8e585fdee114f8c5bcca718", + "x-ms-correlation-request-id": "db1a6fb6-7e81-4092-bd66-3ba3f2ada808", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29959", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "a817b084-145e-4bd3-80e0-3b2b67cfd3e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061708Z:db1a6fb6-7e81-4092-bd66-3ba3f2ada808" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cdfa0932d218eec48a2555f18467a42b", + "x-ms-client-request-id": "e78ef3e605bd4923d9770aa8e95bc17b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20790,7 +20503,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:43 GMT", + "Date": "Mon, 25 Oct 2021 06:17:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20799,31 +20512,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdfa0932d218eec48a2555f18467a42b", - "x-ms-correlation-request-id": "814e74ac-871e-4aa0-b260-5f352816d33a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14919,Microsoft.Compute/GetOperation30Min;27697", - "x-ms-ratelimit-remaining-subscription-reads": "11535", - "x-ms-request-id": "90a59938-0f76-40a7-a29d-d20a7fc25d6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061443Z:814e74ac-871e-4aa0-b260-5f352816d33a" + "x-ms-client-request-id": "e78ef3e605bd4923d9770aa8e95bc17b", + "x-ms-correlation-request-id": "d3fda9ca-fe9d-4004-b36a-c7ab7db335d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29958", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "3ed68031-2e66-431f-826a-0acac753bd4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061708Z:d3fda9ca-fe9d-4004-b36a-c7ab7db335d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2f4371242f8f9c6c2a7a87f225c90270", + "x-ms-client-request-id": "f5301ab47aa4cecb6548904ab94c4acb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20832,7 +20545,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:44 GMT", + "Date": "Mon, 25 Oct 2021 06:17:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20841,31 +20554,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f4371242f8f9c6c2a7a87f225c90270", - "x-ms-correlation-request-id": "37698e4f-732e-4722-b128-5eae9fadd170", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14918,Microsoft.Compute/GetOperation30Min;27696", - "x-ms-ratelimit-remaining-subscription-reads": "11534", - "x-ms-request-id": "7e15a4bf-fc00-455f-a2be-97f05e8be047", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061444Z:37698e4f-732e-4722-b128-5eae9fadd170" + "x-ms-client-request-id": "f5301ab47aa4cecb6548904ab94c4acb", + "x-ms-correlation-request-id": "83ca9076-6426-4e15-a760-334580a8c666", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29957", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "9e422195-2fd6-4f56-86fa-12c0f19fb28c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061709Z:83ca9076-6426-4e15-a760-334580a8c666" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "beb1810e754191a3c73f81d470a11529", + "x-ms-client-request-id": "ad3f7289baed37b5145d596dad559b93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20874,7 +20587,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:44 GMT", + "Date": "Mon, 25 Oct 2021 06:17:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20883,31 +20596,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "beb1810e754191a3c73f81d470a11529", - "x-ms-correlation-request-id": "71c12f09-0064-4979-9913-e1b053f2db35", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14917,Microsoft.Compute/GetOperation30Min;27695", - "x-ms-ratelimit-remaining-subscription-reads": "11533", - "x-ms-request-id": "a461e639-c954-490f-844d-89a751e9da6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061444Z:71c12f09-0064-4979-9913-e1b053f2db35" + "x-ms-client-request-id": "ad3f7289baed37b5145d596dad559b93", + "x-ms-correlation-request-id": "eb99f7f3-54e0-4d27-8765-d0ce6899338e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;29956", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "507f65da-9c5c-4632-99de-629cd6426a47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061709Z:eb99f7f3-54e0-4d27-8765-d0ce6899338e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9a3e6e94e59a03969d5da29d4bd1c9c0", + "x-ms-client-request-id": "41d7d450b19b6c7327c0817574d98f8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20916,7 +20629,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:44 GMT", + "Date": "Mon, 25 Oct 2021 06:17:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20925,31 +20638,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a3e6e94e59a03969d5da29d4bd1c9c0", - "x-ms-correlation-request-id": "8c9949f9-ab11-4505-8fc6-871f2a42b30a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14916,Microsoft.Compute/GetOperation30Min;27694", - "x-ms-ratelimit-remaining-subscription-reads": "11532", - "x-ms-request-id": "5d1fdb69-9631-42b6-aa53-2f6d9c969a5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061444Z:8c9949f9-ab11-4505-8fc6-871f2a42b30a" + "x-ms-client-request-id": "41d7d450b19b6c7327c0817574d98f8c", + "x-ms-correlation-request-id": "ce2d6b1e-bf6e-4778-bd06-f43bc09bcc1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29955", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "1ba69d37-69d4-4518-be3a-540f47246b41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061709Z:ce2d6b1e-bf6e-4778-bd06-f43bc09bcc1e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "03e3e523e5b6aee9cdb16850ae982b88", + "x-ms-client-request-id": "771e3f2d131bfa8e64f8e046205d2010", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20958,7 +20671,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:44 GMT", + "Date": "Mon, 25 Oct 2021 06:17:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20967,31 +20680,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03e3e523e5b6aee9cdb16850ae982b88", - "x-ms-correlation-request-id": "e030f4bb-8888-4bf2-94da-bf090cd48a04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14915,Microsoft.Compute/GetOperation30Min;27693", - "x-ms-ratelimit-remaining-subscription-reads": "11531", - "x-ms-request-id": "67ea59cc-6ff5-4867-b884-f1ccb4322f19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061444Z:e030f4bb-8888-4bf2-94da-bf090cd48a04" + "x-ms-client-request-id": "771e3f2d131bfa8e64f8e046205d2010", + "x-ms-correlation-request-id": "62bc5628-2c45-442a-846d-d94886df6ccf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;29954", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "2d5d8653-a907-493d-b653-48e1b6abac8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061709Z:62bc5628-2c45-442a-846d-d94886df6ccf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b65d5d64688b28d5eaad21e3d20646f5", + "x-ms-client-request-id": "e5fafdac0974d72ffed3862c3940c23b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21000,7 +20713,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:44 GMT", + "Date": "Mon, 25 Oct 2021 06:17:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21009,31 +20722,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b65d5d64688b28d5eaad21e3d20646f5", - "x-ms-correlation-request-id": "4152a04f-6dba-4ad5-8ea7-1b8a0b80b78a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14914,Microsoft.Compute/GetOperation30Min;27692", - "x-ms-ratelimit-remaining-subscription-reads": "11530", - "x-ms-request-id": "93fc7db8-3601-461e-a92d-45f4a8a64483", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061445Z:4152a04f-6dba-4ad5-8ea7-1b8a0b80b78a" + "x-ms-client-request-id": "e5fafdac0974d72ffed3862c3940c23b", + "x-ms-correlation-request-id": "e71b629b-6f5e-4b4b-9353-bd1909a51b19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29953", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "c59f3630-9612-4f05-a550-fbccc0dc6f63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061710Z:e71b629b-6f5e-4b4b-9353-bd1909a51b19" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8bb1c07612beaf738490cce97d465404", + "x-ms-client-request-id": "6e40ccce24363c7845dddca2d02d4bc9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21042,7 +20755,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:45 GMT", + "Date": "Mon, 25 Oct 2021 06:17:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21051,31 +20764,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bb1c07612beaf738490cce97d465404", - "x-ms-correlation-request-id": "f57c5800-a106-403b-b431-feee4e133e34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14913,Microsoft.Compute/GetOperation30Min;27691", - "x-ms-ratelimit-remaining-subscription-reads": "11529", - "x-ms-request-id": "15c7c143-894d-4e83-9bfe-e8dd5de28781", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061445Z:f57c5800-a106-403b-b431-feee4e133e34" + "x-ms-client-request-id": "6e40ccce24363c7845dddca2d02d4bc9", + "x-ms-correlation-request-id": "b349d313-ec29-4da2-9b11-9804dd9ddedc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;29952", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "2aab50e9-a889-4ce1-ac88-edd8f853d11e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061710Z:b349d313-ec29-4da2-9b11-9804dd9ddedc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ed381a321273ba350fbb1808c305dbc7", + "x-ms-client-request-id": "77c9719fa9de24180f4679488d61c024", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21084,7 +20797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:45 GMT", + "Date": "Mon, 25 Oct 2021 06:17:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21093,31 +20806,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed381a321273ba350fbb1808c305dbc7", - "x-ms-correlation-request-id": "1367f9b1-8bfe-4a3a-be16-de99f99a5340", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14912,Microsoft.Compute/GetOperation30Min;27690", - "x-ms-ratelimit-remaining-subscription-reads": "11528", - "x-ms-request-id": "83712adf-9d93-4374-ac33-e2ab6bf0c210", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061445Z:1367f9b1-8bfe-4a3a-be16-de99f99a5340" + "x-ms-client-request-id": "77c9719fa9de24180f4679488d61c024", + "x-ms-correlation-request-id": "fc32677a-d31d-4fac-b239-f037c286ea87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14951,Microsoft.Compute/GetOperation30Min;29951", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "2e073d21-bef9-4424-8119-6935fc8cfd4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061710Z:fc32677a-d31d-4fac-b239-f037c286ea87" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "edda726ba0e752cae9ad32fa9bebaaa4", + "x-ms-client-request-id": "5378a535b11d88d984bda0972d8d06d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21126,7 +20839,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:45 GMT", + "Date": "Mon, 25 Oct 2021 06:17:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21135,31 +20848,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edda726ba0e752cae9ad32fa9bebaaa4", - "x-ms-correlation-request-id": "31f1b7c4-2e3c-4295-b2a0-39647361410f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14911,Microsoft.Compute/GetOperation30Min;27689", - "x-ms-ratelimit-remaining-subscription-reads": "11527", - "x-ms-request-id": "37eef257-801b-4d4d-bc45-09510f1032a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061445Z:31f1b7c4-2e3c-4295-b2a0-39647361410f" + "x-ms-client-request-id": "5378a535b11d88d984bda0972d8d06d1", + "x-ms-correlation-request-id": "c0813e95-c545-41d4-969c-b13381a7ee59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29950", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "cf1a75e3-e7e2-4700-afbd-74a1c97e833d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061711Z:c0813e95-c545-41d4-969c-b13381a7ee59" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b8b11d5858cd63818bf67b02f96aec7f", + "x-ms-client-request-id": "c88dbc874b77255cb41c5ff0aa2fafe3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21168,7 +20881,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:45 GMT", + "Date": "Mon, 25 Oct 2021 06:17:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21177,31 +20890,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8b11d5858cd63818bf67b02f96aec7f", - "x-ms-correlation-request-id": "63576540-1cb7-4c91-a663-72afa4e10656", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14910,Microsoft.Compute/GetOperation30Min;27688", - "x-ms-ratelimit-remaining-subscription-reads": "11526", - "x-ms-request-id": "40c94507-7b2b-4a16-9f75-9a96b4430d62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061445Z:63576540-1cb7-4c91-a663-72afa4e10656" + "x-ms-client-request-id": "c88dbc874b77255cb41c5ff0aa2fafe3", + "x-ms-correlation-request-id": "d924ae5d-a4c0-499d-a2ef-149429dde97e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29949", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "67064afd-7939-45e1-8947-ba6bc15fc013", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061711Z:d924ae5d-a4c0-499d-a2ef-149429dde97e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0a7e05b4676c911c4fe503c5e03a1f23", + "x-ms-client-request-id": "2b6cb71cf7b4edac9841f2210880f682", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21210,7 +20923,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:46 GMT", + "Date": "Mon, 25 Oct 2021 06:17:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21219,31 +20932,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a7e05b4676c911c4fe503c5e03a1f23", - "x-ms-correlation-request-id": "f207f7a1-ff25-4012-b127-113766b67df0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14909,Microsoft.Compute/GetOperation30Min;27687", - "x-ms-ratelimit-remaining-subscription-reads": "11525", - "x-ms-request-id": "985a6424-5ea8-45cb-bcb2-b46587c8b4df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061446Z:f207f7a1-ff25-4012-b127-113766b67df0" + "x-ms-client-request-id": "2b6cb71cf7b4edac9841f2210880f682", + "x-ms-correlation-request-id": "2674a6bc-45dd-4f6f-905e-375d7e348727", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;29948", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "7b5bc900-6e6c-407c-8599-500e86834088", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061711Z:2674a6bc-45dd-4f6f-905e-375d7e348727" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a5af7410225312f9f07662f124c7597f", + "x-ms-client-request-id": "d0c1a83ff8d4eaad48529f0152e9dd55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21252,7 +20965,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:46 GMT", + "Date": "Mon, 25 Oct 2021 06:17:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21261,31 +20974,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5af7410225312f9f07662f124c7597f", - "x-ms-correlation-request-id": "80a66a3c-31cd-4f49-a1a3-752f7da9cbe3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14908,Microsoft.Compute/GetOperation30Min;27686", - "x-ms-ratelimit-remaining-subscription-reads": "11524", - "x-ms-request-id": "b05b1674-0aa1-4a9b-bf44-11ef3bbad07b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061446Z:80a66a3c-31cd-4f49-a1a3-752f7da9cbe3" + "x-ms-client-request-id": "d0c1a83ff8d4eaad48529f0152e9dd55", + "x-ms-correlation-request-id": "c9c650f3-2b3a-4c68-8f31-f29c7b037c10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29947", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "ef071284-50c5-471b-92ad-bbd17a092da7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061711Z:c9c650f3-2b3a-4c68-8f31-f29c7b037c10" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9545b2c19f6df137002068e854bc8250", + "x-ms-client-request-id": "757abc0ddb208f1c109f3035583b1c34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21294,7 +21007,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:46 GMT", + "Date": "Mon, 25 Oct 2021 06:17:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21303,31 +21016,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9545b2c19f6df137002068e854bc8250", - "x-ms-correlation-request-id": "5e3df04f-848e-4b18-b5ac-d95a3ac3adb7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14907,Microsoft.Compute/GetOperation30Min;27685", - "x-ms-ratelimit-remaining-subscription-reads": "11523", - "x-ms-request-id": "3252f298-1467-4f35-8814-1f4281523777", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061446Z:5e3df04f-848e-4b18-b5ac-d95a3ac3adb7" + "x-ms-client-request-id": "757abc0ddb208f1c109f3035583b1c34", + "x-ms-correlation-request-id": "6e384269-f2f1-486b-b9e6-e1e049b1cc93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;29946", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "10f116a9-8189-4695-8816-289a3f687661", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061712Z:6e384269-f2f1-486b-b9e6-e1e049b1cc93" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "84f257d747bb912b0c6b1af5042b6d88", + "x-ms-client-request-id": "02b0dd25de6e240f0981e36258aa9baf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21336,7 +21049,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:46 GMT", + "Date": "Mon, 25 Oct 2021 06:17:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21345,31 +21058,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84f257d747bb912b0c6b1af5042b6d88", - "x-ms-correlation-request-id": "ee2c5521-eda4-4cdd-ac54-b694db976584", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14906,Microsoft.Compute/GetOperation30Min;27684", - "x-ms-ratelimit-remaining-subscription-reads": "11522", - "x-ms-request-id": "c554d5ce-1c40-4f06-affd-cbb459adf948", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061446Z:ee2c5521-eda4-4cdd-ac54-b694db976584" + "x-ms-client-request-id": "02b0dd25de6e240f0981e36258aa9baf", + "x-ms-correlation-request-id": "891bad22-41e0-4fd8-97bc-a0a3619e6127", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;29945", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "65961bbd-ab84-46a8-b58d-1f048791f2be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061712Z:891bad22-41e0-4fd8-97bc-a0a3619e6127" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2d04848c89f470b63dbda433ba11be34", + "x-ms-client-request-id": "4c139d63810664618b32bf35c877920c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21378,7 +21091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:47 GMT", + "Date": "Mon, 25 Oct 2021 06:17:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21387,31 +21100,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d04848c89f470b63dbda433ba11be34", - "x-ms-correlation-request-id": "78f19e4b-789e-4d17-beb5-82ef12ad34f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14905,Microsoft.Compute/GetOperation30Min;27683", - "x-ms-ratelimit-remaining-subscription-reads": "11521", - "x-ms-request-id": "e62cae03-0c1d-4bcb-b8d9-81b853e0e562", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061447Z:78f19e4b-789e-4d17-beb5-82ef12ad34f5" + "x-ms-client-request-id": "4c139d63810664618b32bf35c877920c", + "x-ms-correlation-request-id": "09f5cb99-c5b5-4d66-9575-fb61182cf882", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;29944", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "bf9804c3-f095-46f6-b232-7900c874ae39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061712Z:09f5cb99-c5b5-4d66-9575-fb61182cf882" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cc1a12f3d4d47ac387b489028542edd4", + "x-ms-client-request-id": "74dc6b35da382fe7ad566c9ef7b93666", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21420,7 +21133,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:47 GMT", + "Date": "Mon, 25 Oct 2021 06:17:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21429,31 +21142,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc1a12f3d4d47ac387b489028542edd4", - "x-ms-correlation-request-id": "5a956524-5d88-447c-8182-22b5e52b9aef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14904,Microsoft.Compute/GetOperation30Min;27682", - "x-ms-ratelimit-remaining-subscription-reads": "11520", - "x-ms-request-id": "7184b6d1-3588-400b-9c1e-f98d278dacb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061447Z:5a956524-5d88-447c-8182-22b5e52b9aef" + "x-ms-client-request-id": "74dc6b35da382fe7ad566c9ef7b93666", + "x-ms-correlation-request-id": "e1f979f2-86d9-44ce-bbe2-863f4d26f21d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29943", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "b4e750ba-218c-4238-86bc-7c2cf3b249fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061712Z:e1f979f2-86d9-44ce-bbe2-863f4d26f21d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d05be0b255b74d5ba18147fda2f7d7fb", + "x-ms-client-request-id": "bbd28003d027a42d7b4b763b1ed95b92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21462,7 +21175,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:47 GMT", + "Date": "Mon, 25 Oct 2021 06:17:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21471,31 +21184,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d05be0b255b74d5ba18147fda2f7d7fb", - "x-ms-correlation-request-id": "0e592fa3-aa49-4eb4-ac1a-3f74ab244066", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14903,Microsoft.Compute/GetOperation30Min;27681", - "x-ms-ratelimit-remaining-subscription-reads": "11519", - "x-ms-request-id": "ef7eca01-27b8-4074-b5b8-dc570a4fe663", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061447Z:0e592fa3-aa49-4eb4-ac1a-3f74ab244066" + "x-ms-client-request-id": "bbd28003d027a42d7b4b763b1ed95b92", + "x-ms-correlation-request-id": "bb7879e8-5694-4cfa-8884-f3c2bae2f876", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29942", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "45054f67-8f32-4ba2-b233-4afabbe5da71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061713Z:bb7879e8-5694-4cfa-8884-f3c2bae2f876" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f201e5ada111b7b3c08aa64000b3ebfa", + "x-ms-client-request-id": "ed2cd6ef26ce8976b5e49eb015c36dd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21504,7 +21217,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:47 GMT", + "Date": "Mon, 25 Oct 2021 06:17:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21513,31 +21226,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f201e5ada111b7b3c08aa64000b3ebfa", - "x-ms-correlation-request-id": "ea70a826-cd07-415a-9679-70061699048b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14902,Microsoft.Compute/GetOperation30Min;27680", - "x-ms-ratelimit-remaining-subscription-reads": "11518", - "x-ms-request-id": "71144e38-f311-4066-96bc-a89c92a8a5a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061447Z:ea70a826-cd07-415a-9679-70061699048b" + "x-ms-client-request-id": "ed2cd6ef26ce8976b5e49eb015c36dd1", + "x-ms-correlation-request-id": "63467c01-3d93-4b74-966e-957f35e90730", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14941,Microsoft.Compute/GetOperation30Min;29941", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "87cf5094-f524-45f2-8170-631d7ef25f53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061713Z:63467c01-3d93-4b74-966e-957f35e90730" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d981d0d0eeb59e7cb7cc2a538dc6d88f", + "x-ms-client-request-id": "473159fbd7a565e53d38f9ed63ab10d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21546,7 +21259,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:48 GMT", + "Date": "Mon, 25 Oct 2021 06:17:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21555,31 +21268,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d981d0d0eeb59e7cb7cc2a538dc6d88f", - "x-ms-correlation-request-id": "87447f21-e928-474e-8717-4a9c2b30fae1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14901,Microsoft.Compute/GetOperation30Min;27679", - "x-ms-ratelimit-remaining-subscription-reads": "11517", - "x-ms-request-id": "86470a94-e15b-4219-bac2-ab3a8d788ae9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061448Z:87447f21-e928-474e-8717-4a9c2b30fae1" + "x-ms-client-request-id": "473159fbd7a565e53d38f9ed63ab10d3", + "x-ms-correlation-request-id": "45b388c0-699d-46c5-a75d-c191fa957edb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;29940", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "68fc8a82-7220-42a2-a49d-40716081a28c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061713Z:45b388c0-699d-46c5-a75d-c191fa957edb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9f558edcfb4011c32ca40f2daf1a4dee", + "x-ms-client-request-id": "20aed9fa488ddd970a480543317d8eb7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21588,7 +21301,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:48 GMT", + "Date": "Mon, 25 Oct 2021 06:17:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21597,31 +21310,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f558edcfb4011c32ca40f2daf1a4dee", - "x-ms-correlation-request-id": "12338b64-d1d6-4122-b4fd-83a43027d587", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14900,Microsoft.Compute/GetOperation30Min;27678", - "x-ms-ratelimit-remaining-subscription-reads": "11516", - "x-ms-request-id": "2f00c1c0-41da-470d-9ca1-6eef73574fb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061448Z:12338b64-d1d6-4122-b4fd-83a43027d587" + "x-ms-client-request-id": "20aed9fa488ddd970a480543317d8eb7", + "x-ms-correlation-request-id": "4d69dfb0-ffba-44e1-9604-c6e01da0bca2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14939,Microsoft.Compute/GetOperation30Min;29939", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "dd9e7f5a-9450-407d-ba18-7a19943d8e78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061713Z:4d69dfb0-ffba-44e1-9604-c6e01da0bca2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d12c4c96fd76bf4568633a45766029fa", + "x-ms-client-request-id": "c43fa4de14a718ecf1c6b0962d89250a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21630,7 +21343,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:48 GMT", + "Date": "Mon, 25 Oct 2021 06:17:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21639,31 +21352,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d12c4c96fd76bf4568633a45766029fa", - "x-ms-correlation-request-id": "6af2d339-406c-4300-b5ba-5aba07eaf886", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14899,Microsoft.Compute/GetOperation30Min;27677", - "x-ms-ratelimit-remaining-subscription-reads": "11515", - "x-ms-request-id": "5ac6b632-a601-4da8-aed5-ef86711d475e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061448Z:6af2d339-406c-4300-b5ba-5aba07eaf886" + "x-ms-client-request-id": "c43fa4de14a718ecf1c6b0962d89250a", + "x-ms-correlation-request-id": "1912f87b-eec3-4628-a8d3-8f8d992a01e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14938,Microsoft.Compute/GetOperation30Min;29938", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "99667490-e3c6-49a6-8727-299bb0cdb1f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061714Z:1912f87b-eec3-4628-a8d3-8f8d992a01e6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "716416b24b5ed5ba0c6fad10de4fef9d", + "x-ms-client-request-id": "3bb5cad44c14b344c2543d5cd1a133bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21672,7 +21385,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:48 GMT", + "Date": "Mon, 25 Oct 2021 06:17:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21681,31 +21394,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "716416b24b5ed5ba0c6fad10de4fef9d", - "x-ms-correlation-request-id": "1c1788d3-1a8f-4ea2-aa4f-5f34897ff3a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14898,Microsoft.Compute/GetOperation30Min;27676", - "x-ms-ratelimit-remaining-subscription-reads": "11514", - "x-ms-request-id": "afb325d6-218a-4699-a1ba-2a7d42614f34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061448Z:1c1788d3-1a8f-4ea2-aa4f-5f34897ff3a9" + "x-ms-client-request-id": "3bb5cad44c14b344c2543d5cd1a133bf", + "x-ms-correlation-request-id": "b9372686-8e54-40f9-8144-797e71f9e990", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14937,Microsoft.Compute/GetOperation30Min;29937", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "5647f96f-93b6-4b07-a1ae-fea9e1fb4820", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061714Z:b9372686-8e54-40f9-8144-797e71f9e990" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "40bc3c7f0699de19489636ddc07e9bcc", + "x-ms-client-request-id": "bf0f41a94b6be52ced962fc69801af81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21714,7 +21427,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:49 GMT", + "Date": "Mon, 25 Oct 2021 06:17:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21723,31 +21436,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40bc3c7f0699de19489636ddc07e9bcc", - "x-ms-correlation-request-id": "710c35d5-c99b-480b-8f75-5ab2f64b52b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14897,Microsoft.Compute/GetOperation30Min;27675", - "x-ms-ratelimit-remaining-subscription-reads": "11513", - "x-ms-request-id": "daaef3b7-2a80-4fa7-a95d-2d958f9e8cf9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061449Z:710c35d5-c99b-480b-8f75-5ab2f64b52b6" + "x-ms-client-request-id": "bf0f41a94b6be52ced962fc69801af81", + "x-ms-correlation-request-id": "70ca50aa-f294-4c96-bb43-7191e7f3fce5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14936,Microsoft.Compute/GetOperation30Min;29936", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "5c7d82f9-9872-407f-8fb5-c1e35d868c4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061714Z:70ca50aa-f294-4c96-bb43-7191e7f3fce5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "987b147adbb54a8f9257c5075034e019", + "x-ms-client-request-id": "666ffb2353c791a3608c0253d78f464f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21756,7 +21469,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:49 GMT", + "Date": "Mon, 25 Oct 2021 06:17:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21765,31 +21478,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "987b147adbb54a8f9257c5075034e019", - "x-ms-correlation-request-id": "a72fb313-01a9-4b1d-b953-04bb323571d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;27674", - "x-ms-ratelimit-remaining-subscription-reads": "11512", - "x-ms-request-id": "7cc8a962-f0d8-47b2-9781-08b009be0e3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061449Z:a72fb313-01a9-4b1d-b953-04bb323571d6" + "x-ms-client-request-id": "666ffb2353c791a3608c0253d78f464f", + "x-ms-correlation-request-id": "87e9eb76-3398-4b0e-8a67-f9cf7ab2618c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14935,Microsoft.Compute/GetOperation30Min;29935", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "cf67b1ce-5a62-4cf3-9b82-9877b8e6bd17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061715Z:87e9eb76-3398-4b0e-8a67-f9cf7ab2618c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "39c69d73e9a3ab61fd8529c714dc148e", + "x-ms-client-request-id": "ebecf0926679889e9ed04d7e1d7d1ac0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21798,7 +21511,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:49 GMT", + "Date": "Mon, 25 Oct 2021 06:17:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21807,31 +21520,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39c69d73e9a3ab61fd8529c714dc148e", - "x-ms-correlation-request-id": "735e8600-5012-4e3c-8bb6-d1f07ee63b48", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;27673", - "x-ms-ratelimit-remaining-subscription-reads": "11511", - "x-ms-request-id": "63194204-766c-4693-adc7-85a27f1b45d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061449Z:735e8600-5012-4e3c-8bb6-d1f07ee63b48" + "x-ms-client-request-id": "ebecf0926679889e9ed04d7e1d7d1ac0", + "x-ms-correlation-request-id": "00d980bd-de0a-497d-ae59-309dc6176712", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14934,Microsoft.Compute/GetOperation30Min;29934", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "ac5a47c5-ac6a-456e-ba21-e8bfca5cef84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061715Z:00d980bd-de0a-497d-ae59-309dc6176712" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ca96e0d456d3a3e7ac71ae4141128e13", + "x-ms-client-request-id": "d639bba4cd3255f89e7d5edf48d90e5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21840,7 +21553,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:49 GMT", + "Date": "Mon, 25 Oct 2021 06:17:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21849,31 +21562,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca96e0d456d3a3e7ac71ae4141128e13", - "x-ms-correlation-request-id": "739195d6-c1be-410e-a8f0-e8a6214e6a96", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;27672", - "x-ms-ratelimit-remaining-subscription-reads": "11510", - "x-ms-request-id": "c08581ca-6114-44f0-99dd-7a6afbffaadc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061449Z:739195d6-c1be-410e-a8f0-e8a6214e6a96" + "x-ms-client-request-id": "d639bba4cd3255f89e7d5edf48d90e5d", + "x-ms-correlation-request-id": "ca53cadf-6901-4cc2-8d5c-a41b49a9e9da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14933,Microsoft.Compute/GetOperation30Min;29933", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "7447aa2d-9636-4c08-908b-2261f17f7f09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061715Z:ca53cadf-6901-4cc2-8d5c-a41b49a9e9da" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "22691db561b79128b3cf9b2fb1c736b6", + "x-ms-client-request-id": "a734df4fc414bd075ce6c8f7062474e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21882,7 +21595,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:50 GMT", + "Date": "Mon, 25 Oct 2021 06:17:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21891,31 +21604,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22691db561b79128b3cf9b2fb1c736b6", - "x-ms-correlation-request-id": "7ae09660-8397-41cb-a2ea-5c228a16e8a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;27671", - "x-ms-ratelimit-remaining-subscription-reads": "11509", - "x-ms-request-id": "7d771bb7-a81a-452d-a5e1-9444b9c1a24a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061450Z:7ae09660-8397-41cb-a2ea-5c228a16e8a8" + "x-ms-client-request-id": "a734df4fc414bd075ce6c8f7062474e2", + "x-ms-correlation-request-id": "fa9c3404-37f6-4b3c-8c6b-e2222ea18ddc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14932,Microsoft.Compute/GetOperation30Min;29932", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "0f2d795c-4286-47d5-a403-b39bf858cc6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061715Z:fa9c3404-37f6-4b3c-8c6b-e2222ea18ddc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6f323642169e1d45b6228d323a1f6aeb", + "x-ms-client-request-id": "1bae41716f56c51df8974dfc07bf40c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21924,7 +21637,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:50 GMT", + "Date": "Mon, 25 Oct 2021 06:17:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21933,31 +21646,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f323642169e1d45b6228d323a1f6aeb", - "x-ms-correlation-request-id": "12e8c33b-5ecd-47dd-a9e0-caa9036a3e1e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;27670", - "x-ms-ratelimit-remaining-subscription-reads": "11508", - "x-ms-request-id": "4633288e-7763-4ebb-ac5d-0cfd86c4f26d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061450Z:12e8c33b-5ecd-47dd-a9e0-caa9036a3e1e" + "x-ms-client-request-id": "1bae41716f56c51df8974dfc07bf40c5", + "x-ms-correlation-request-id": "da09e37a-263f-40d1-b907-4e9135273e58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14931,Microsoft.Compute/GetOperation30Min;29931", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "f74625b2-377b-45ab-a84a-da466e6226cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061716Z:da09e37a-263f-40d1-b907-4e9135273e58" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f71216f7f27373d6b7051604bab7f1e4", + "x-ms-client-request-id": "3d2ef0c17249e0acb47b7a4c04004f7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21966,7 +21679,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:50 GMT", + "Date": "Mon, 25 Oct 2021 06:17:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21975,31 +21688,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f71216f7f27373d6b7051604bab7f1e4", - "x-ms-correlation-request-id": "6e8568a2-4a61-48c5-9019-f1c7f14bf15b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;27669", - "x-ms-ratelimit-remaining-subscription-reads": "11507", - "x-ms-request-id": "173f7579-49e1-464b-b0b7-23aafc5e778e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061450Z:6e8568a2-4a61-48c5-9019-f1c7f14bf15b" + "x-ms-client-request-id": "3d2ef0c17249e0acb47b7a4c04004f7a", + "x-ms-correlation-request-id": "4d6a2358-d549-4113-b2d3-a6175f000b6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14930,Microsoft.Compute/GetOperation30Min;29930", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "fabf85fc-222c-4f20-b7cc-4bfda1fec246", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061716Z:4d6a2358-d549-4113-b2d3-a6175f000b6f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0afff83b1edf9f74d74b6c95d3f65694", + "x-ms-client-request-id": "066d7c08f22be007c16eaf7d760ab69d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22008,7 +21721,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:50 GMT", + "Date": "Mon, 25 Oct 2021 06:17:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22017,31 +21730,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0afff83b1edf9f74d74b6c95d3f65694", - "x-ms-correlation-request-id": "4f3310db-28c0-49f1-a02d-c1bdd7883260", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;27668", - "x-ms-ratelimit-remaining-subscription-reads": "11506", - "x-ms-request-id": "dfb8da8a-b18b-43b1-b8c8-5cd5a0f84f85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061450Z:4f3310db-28c0-49f1-a02d-c1bdd7883260" + "x-ms-client-request-id": "066d7c08f22be007c16eaf7d760ab69d", + "x-ms-correlation-request-id": "10732c1f-230c-44b5-8c48-9773f6084b3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14929,Microsoft.Compute/GetOperation30Min;29929", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "b2f61f41-5b5c-4595-9f7f-7e6ea5a55b82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061716Z:10732c1f-230c-44b5-8c48-9773f6084b3c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b38b0643eb550435fbeb799ff4163ff", + "x-ms-client-request-id": "163602a637f5fe9895cd67daf5d1c0f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22050,7 +21763,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:50 GMT", + "Date": "Mon, 25 Oct 2021 06:17:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22059,31 +21772,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b38b0643eb550435fbeb799ff4163ff", - "x-ms-correlation-request-id": "88fe06df-14f1-40a0-9d18-8647f5c183ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;27667", - "x-ms-ratelimit-remaining-subscription-reads": "11505", - "x-ms-request-id": "e00c9528-bbb5-42b1-bd0b-90286116be41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061451Z:88fe06df-14f1-40a0-9d18-8647f5c183ad" + "x-ms-client-request-id": "163602a637f5fe9895cd67daf5d1c0f7", + "x-ms-correlation-request-id": "53fb8f34-5ad1-4f6f-9d89-14a8cb9c358a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14928,Microsoft.Compute/GetOperation30Min;29928", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "a46167f7-9d28-4dda-a385-477f1071d95a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061716Z:53fb8f34-5ad1-4f6f-9d89-14a8cb9c358a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "42f6a8306020d90ba172202785419fc1", + "x-ms-client-request-id": "8af4d3483952ce9ae84e7bdbc32e6aa9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22092,7 +21805,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:51 GMT", + "Date": "Mon, 25 Oct 2021 06:17:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22101,31 +21814,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42f6a8306020d90ba172202785419fc1", - "x-ms-correlation-request-id": "9491802a-a334-457e-bb94-f84a96b253af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;27666", - "x-ms-ratelimit-remaining-subscription-reads": "11504", - "x-ms-request-id": "a3fb0790-9dd2-4e70-bdff-1f306da277d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061451Z:9491802a-a334-457e-bb94-f84a96b253af" + "x-ms-client-request-id": "8af4d3483952ce9ae84e7bdbc32e6aa9", + "x-ms-correlation-request-id": "266ede89-ce88-468e-82d3-3447210f768d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14927,Microsoft.Compute/GetOperation30Min;29927", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "9a3890b9-542e-4de8-83f1-1d6d62eddf82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061717Z:266ede89-ce88-468e-82d3-3447210f768d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0a9f81ae567efd2eb5aeab2066db9f95", + "x-ms-client-request-id": "02a5dcc539cad084e36e705d8b2ceaf0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22134,7 +21847,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:51 GMT", + "Date": "Mon, 25 Oct 2021 06:17:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22143,31 +21856,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a9f81ae567efd2eb5aeab2066db9f95", - "x-ms-correlation-request-id": "e585f6ef-c36a-4ee5-8c43-6f14e142a24e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;27665", - "x-ms-ratelimit-remaining-subscription-reads": "11503", - "x-ms-request-id": "a7331c6f-ca59-4c79-82db-4689c85b50bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061451Z:e585f6ef-c36a-4ee5-8c43-6f14e142a24e" + "x-ms-client-request-id": "02a5dcc539cad084e36e705d8b2ceaf0", + "x-ms-correlation-request-id": "3c548cb0-221a-4d8a-a8e2-c6c7d88ebb97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14926,Microsoft.Compute/GetOperation30Min;29926", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "a224e9c2-1f70-4ddd-a8aa-5f25bbfed958", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061717Z:3c548cb0-221a-4d8a-a8e2-c6c7d88ebb97" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2a646ce813000474a45ff9431d1bca1d", + "x-ms-client-request-id": "a334b7ad2b156c4b68672da6bbbd3b66", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22176,7 +21889,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:51 GMT", + "Date": "Mon, 25 Oct 2021 06:17:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22185,31 +21898,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a646ce813000474a45ff9431d1bca1d", - "x-ms-correlation-request-id": "acaa076f-f6f6-47a6-a5ef-1f941589b582", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;27664", - "x-ms-ratelimit-remaining-subscription-reads": "11502", - "x-ms-request-id": "308f4e53-0cba-4724-98c8-088daf4fe2fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061451Z:acaa076f-f6f6-47a6-a5ef-1f941589b582" + "x-ms-client-request-id": "a334b7ad2b156c4b68672da6bbbd3b66", + "x-ms-correlation-request-id": "a140a5e3-2310-401e-a7ce-7991928c9659", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14925,Microsoft.Compute/GetOperation30Min;29925", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "ad2add68-0c41-475c-affc-435d051114f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061717Z:a140a5e3-2310-401e-a7ce-7991928c9659" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7eeaf61f58a2da807af88d71b5ea72c5", + "x-ms-client-request-id": "1814be63be2b0e2d4e23a7e3c83c43bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22218,7 +21931,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:51 GMT", + "Date": "Mon, 25 Oct 2021 06:17:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22227,31 +21940,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7eeaf61f58a2da807af88d71b5ea72c5", - "x-ms-correlation-request-id": "08e1b52d-51cc-4451-b3f1-517539d0ff03", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;27663", - "x-ms-ratelimit-remaining-subscription-reads": "11501", - "x-ms-request-id": "df0477a4-7c57-4573-a3e2-f764a1c41436", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061451Z:08e1b52d-51cc-4451-b3f1-517539d0ff03" + "x-ms-client-request-id": "1814be63be2b0e2d4e23a7e3c83c43bb", + "x-ms-correlation-request-id": "ac285a45-f547-424b-9d57-3f83f71ece05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14924,Microsoft.Compute/GetOperation30Min;29924", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "68d072d6-0434-44b3-a0ab-3dce560a9c7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061717Z:ac285a45-f547-424b-9d57-3f83f71ece05" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "193e8bd274dd9bc00d9a651f5cebe099", + "x-ms-client-request-id": "0b2d8b63c6fa9a93913899630cde1526", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22260,7 +21973,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:52 GMT", + "Date": "Mon, 25 Oct 2021 06:17:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22269,31 +21982,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "193e8bd274dd9bc00d9a651f5cebe099", - "x-ms-correlation-request-id": "194fe94c-fa36-4be2-9e58-82671e408e60", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;27662", - "x-ms-ratelimit-remaining-subscription-reads": "11500", - "x-ms-request-id": "9ea4a786-e9c2-4a52-8549-dbb3b05b3be4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061452Z:194fe94c-fa36-4be2-9e58-82671e408e60" + "x-ms-client-request-id": "0b2d8b63c6fa9a93913899630cde1526", + "x-ms-correlation-request-id": "e2935710-11f0-495d-a7f3-a43641c47130", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14923,Microsoft.Compute/GetOperation30Min;29923", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "6f716fa7-f4be-46f7-bc12-e7112a0053cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061718Z:e2935710-11f0-495d-a7f3-a43641c47130" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "70018de321f18ff3ec8ab00785024fb9", + "x-ms-client-request-id": "cdfa0932d218eec48a2555f18467a42b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22302,7 +22015,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:52 GMT", + "Date": "Mon, 25 Oct 2021 06:17:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22311,31 +22024,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70018de321f18ff3ec8ab00785024fb9", - "x-ms-correlation-request-id": "ec6ea27c-ba2b-4801-8407-efd9eafec3fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;27661", - "x-ms-ratelimit-remaining-subscription-reads": "11499", - "x-ms-request-id": "6c040926-bdb5-4412-b65d-5da1fc98dd4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061452Z:ec6ea27c-ba2b-4801-8407-efd9eafec3fc" + "x-ms-client-request-id": "cdfa0932d218eec48a2555f18467a42b", + "x-ms-correlation-request-id": "03becc8d-e792-4107-910a-5662488b3075", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14922,Microsoft.Compute/GetOperation30Min;29922", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "ae78c193-1eae-4f1e-a9e5-c225e9bb1376", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061718Z:03becc8d-e792-4107-910a-5662488b3075" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "927033ecb1ddaa40354e7007f3607d8f", + "x-ms-client-request-id": "2f4371242f8f9c6c2a7a87f225c90270", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22344,7 +22057,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:52 GMT", + "Date": "Mon, 25 Oct 2021 06:17:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22353,31 +22066,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "927033ecb1ddaa40354e7007f3607d8f", - "x-ms-correlation-request-id": "d81589e0-3050-4cf8-944e-4f61c5077b51", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;27660", - "x-ms-ratelimit-remaining-subscription-reads": "11498", - "x-ms-request-id": "0672f1af-028c-46a7-80b1-af24f8e594b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061452Z:d81589e0-3050-4cf8-944e-4f61c5077b51" + "x-ms-client-request-id": "2f4371242f8f9c6c2a7a87f225c90270", + "x-ms-correlation-request-id": "1e448d6f-9e81-4e2d-9b20-4aae489f8887", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14921,Microsoft.Compute/GetOperation30Min;29921", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "f8241652-15f5-4dc2-9409-faf9041b3e64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061718Z:1e448d6f-9e81-4e2d-9b20-4aae489f8887" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "278df41802e9b1d498ae2c52c4b9150b", + "x-ms-client-request-id": "beb1810e754191a3c73f81d470a11529", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22386,7 +22099,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:52 GMT", + "Date": "Mon, 25 Oct 2021 06:17:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22395,31 +22108,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "278df41802e9b1d498ae2c52c4b9150b", - "x-ms-correlation-request-id": "e628e381-62ac-46ac-a7b1-ed9ff4b36da3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;27659", - "x-ms-ratelimit-remaining-subscription-reads": "11497", - "x-ms-request-id": "177439b0-18ad-43e0-ada2-05b8b0dc12d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061452Z:e628e381-62ac-46ac-a7b1-ed9ff4b36da3" + "x-ms-client-request-id": "beb1810e754191a3c73f81d470a11529", + "x-ms-correlation-request-id": "6d8a371e-5515-47c1-aabc-4a7ebb397043", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14920,Microsoft.Compute/GetOperation30Min;29920", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "639b3574-39ba-49fa-9fa1-de3abfd40ff9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061719Z:6d8a371e-5515-47c1-aabc-4a7ebb397043" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2832ab4a4d7a32bb4c573aa2b1eb9c8b", + "x-ms-client-request-id": "9a3e6e94e59a03969d5da29d4bd1c9c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22428,7 +22141,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:53 GMT", + "Date": "Mon, 25 Oct 2021 06:17:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22437,31 +22150,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2832ab4a4d7a32bb4c573aa2b1eb9c8b", - "x-ms-correlation-request-id": "ff51adf6-f419-440e-8ba8-3a7ce685e545", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;27658", - "x-ms-ratelimit-remaining-subscription-reads": "11496", - "x-ms-request-id": "63de86fd-35d8-4e56-88f6-16521877c4fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061453Z:ff51adf6-f419-440e-8ba8-3a7ce685e545" + "x-ms-client-request-id": "9a3e6e94e59a03969d5da29d4bd1c9c0", + "x-ms-correlation-request-id": "b34acdaa-ae3e-4d24-b722-3bfa7d446e6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14919,Microsoft.Compute/GetOperation30Min;29919", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "e57e646f-c33d-4fd6-8c55-8cd03c6b6a1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061719Z:b34acdaa-ae3e-4d24-b722-3bfa7d446e6f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91ee210c2774ead05fbff92f84eee57c", + "x-ms-client-request-id": "03e3e523e5b6aee9cdb16850ae982b88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22470,7 +22183,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:53 GMT", + "Date": "Mon, 25 Oct 2021 06:17:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22479,31 +22192,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91ee210c2774ead05fbff92f84eee57c", - "x-ms-correlation-request-id": "7c524c83-e8f8-4417-ac67-87b108957da8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;27657", - "x-ms-ratelimit-remaining-subscription-reads": "11495", - "x-ms-request-id": "1500625c-8894-41ea-9caa-74a88b10c22d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061453Z:7c524c83-e8f8-4417-ac67-87b108957da8" + "x-ms-client-request-id": "03e3e523e5b6aee9cdb16850ae982b88", + "x-ms-correlation-request-id": "b3e5ae7e-f489-4be6-8a96-9376b2db3be9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14918,Microsoft.Compute/GetOperation30Min;29918", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "feb989e8-4421-49af-aacc-a08427eb6218", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061719Z:b3e5ae7e-f489-4be6-8a96-9376b2db3be9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "47bd6439542eca14395bdb92c731ffad", + "x-ms-client-request-id": "b65d5d64688b28d5eaad21e3d20646f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22512,7 +22225,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:53 GMT", + "Date": "Mon, 25 Oct 2021 06:17:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22521,31 +22234,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47bd6439542eca14395bdb92c731ffad", - "x-ms-correlation-request-id": "bd8ae73a-768c-435b-92a8-c661551ef6c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;27656", - "x-ms-ratelimit-remaining-subscription-reads": "11494", - "x-ms-request-id": "899db8f0-45d1-440c-b6ed-e87a8040ebb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061453Z:bd8ae73a-768c-435b-92a8-c661551ef6c1" + "x-ms-client-request-id": "b65d5d64688b28d5eaad21e3d20646f5", + "x-ms-correlation-request-id": "7a155d3b-90f4-45aa-8d30-684a303a4aaa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14917,Microsoft.Compute/GetOperation30Min;29917", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "448f7215-3b85-4eb2-be57-7361d67fe10f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061720Z:7a155d3b-90f4-45aa-8d30-684a303a4aaa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a245a11184ca2297db47c8ba538cad5e", + "x-ms-client-request-id": "8bb1c07612beaf738490cce97d465404", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22554,7 +22267,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:53 GMT", + "Date": "Mon, 25 Oct 2021 06:17:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22563,31 +22276,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a245a11184ca2297db47c8ba538cad5e", - "x-ms-correlation-request-id": "99c6c4d5-1900-44dd-915a-7d9ee3d497d7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;27655", - "x-ms-ratelimit-remaining-subscription-reads": "11493", - "x-ms-request-id": "152456ee-0b81-4ea1-a82b-968bf5d80704", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061453Z:99c6c4d5-1900-44dd-915a-7d9ee3d497d7" + "x-ms-client-request-id": "8bb1c07612beaf738490cce97d465404", + "x-ms-correlation-request-id": "f43af653-4117-4af4-b41a-634ac83fa10b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14916,Microsoft.Compute/GetOperation30Min;29916", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "44282548-5373-4eae-af7a-961952a93e2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061720Z:f43af653-4117-4af4-b41a-634ac83fa10b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c69be71542db85d0d2357184c3e232e", + "x-ms-client-request-id": "ed381a321273ba350fbb1808c305dbc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22596,7 +22309,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:54 GMT", + "Date": "Mon, 25 Oct 2021 06:17:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22605,31 +22318,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c69be71542db85d0d2357184c3e232e", - "x-ms-correlation-request-id": "88c12153-b8cf-498b-9ded-65063c5ce41b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;27654", - "x-ms-ratelimit-remaining-subscription-reads": "11492", - "x-ms-request-id": "b79eafb3-665f-4119-bed5-4f217587704d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061454Z:88c12153-b8cf-498b-9ded-65063c5ce41b" + "x-ms-client-request-id": "ed381a321273ba350fbb1808c305dbc7", + "x-ms-correlation-request-id": "c9d3f223-faac-4e7b-902f-1a6ede3bb6de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14915,Microsoft.Compute/GetOperation30Min;29915", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "33d00cc1-378f-4169-ae2f-356a194c3f02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061720Z:c9d3f223-faac-4e7b-902f-1a6ede3bb6de" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e31d4cbf43a8b4b1cd9a6ce68b5977ad", + "x-ms-client-request-id": "edda726ba0e752cae9ad32fa9bebaaa4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22638,7 +22351,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:54 GMT", + "Date": "Mon, 25 Oct 2021 06:17:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22647,31 +22360,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e31d4cbf43a8b4b1cd9a6ce68b5977ad", - "x-ms-correlation-request-id": "218033ac-3219-4c9f-a8b6-f15fb06eeea6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;27653", - "x-ms-ratelimit-remaining-subscription-reads": "11491", - "x-ms-request-id": "ff24dd18-0a83-44d5-877f-1f4123c1bcbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061454Z:218033ac-3219-4c9f-a8b6-f15fb06eeea6" + "x-ms-client-request-id": "edda726ba0e752cae9ad32fa9bebaaa4", + "x-ms-correlation-request-id": "2d5230cd-6dde-4fe5-99aa-5c9cc754237c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14914,Microsoft.Compute/GetOperation30Min;29914", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "48da2b2f-8481-4073-938e-d9992c9bbf03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061720Z:2d5230cd-6dde-4fe5-99aa-5c9cc754237c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "09207dadb3c7bd7f438d95a62c7ed69d", + "x-ms-client-request-id": "b8b11d5858cd63818bf67b02f96aec7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22680,7 +22393,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:54 GMT", + "Date": "Mon, 25 Oct 2021 06:17:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22689,31 +22402,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09207dadb3c7bd7f438d95a62c7ed69d", - "x-ms-correlation-request-id": "0f49f20c-41ab-4dd5-bfe2-d7454efe84f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;27652", - "x-ms-ratelimit-remaining-subscription-reads": "11490", - "x-ms-request-id": "8414e3ff-c857-4c31-8181-d6307364c55b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061454Z:0f49f20c-41ab-4dd5-bfe2-d7454efe84f7" + "x-ms-client-request-id": "b8b11d5858cd63818bf67b02f96aec7f", + "x-ms-correlation-request-id": "5b198261-f57e-40c2-a852-2616878f8d08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14913,Microsoft.Compute/GetOperation30Min;29913", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "2ba94676-19d3-4d1c-8d62-d3d8ffdfb4b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061721Z:5b198261-f57e-40c2-a852-2616878f8d08" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "07fb9924c96e2db50cb57f93e8762cb3", + "x-ms-client-request-id": "0a7e05b4676c911c4fe503c5e03a1f23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22722,7 +22435,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:54 GMT", + "Date": "Mon, 25 Oct 2021 06:17:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22731,31 +22444,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07fb9924c96e2db50cb57f93e8762cb3", - "x-ms-correlation-request-id": "cead9536-2541-44ae-a1f3-a32588075364", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;27651", - "x-ms-ratelimit-remaining-subscription-reads": "11489", - "x-ms-request-id": "ba30bc8c-435a-4929-a3ae-476f69da9d62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061454Z:cead9536-2541-44ae-a1f3-a32588075364" + "x-ms-client-request-id": "0a7e05b4676c911c4fe503c5e03a1f23", + "x-ms-correlation-request-id": "554bc890-e0ed-4a6f-8b58-e46222aff99f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14912,Microsoft.Compute/GetOperation30Min;29912", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "21213588-7ca9-419e-8b5d-e730879592ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061721Z:554bc890-e0ed-4a6f-8b58-e46222aff99f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ce6aaaac191d0c67cd60a01aad0a884e", + "x-ms-client-request-id": "a5af7410225312f9f07662f124c7597f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22764,7 +22477,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:55 GMT", + "Date": "Mon, 25 Oct 2021 06:17:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22773,31 +22486,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce6aaaac191d0c67cd60a01aad0a884e", - "x-ms-correlation-request-id": "95e7fcb8-40a5-44c8-918a-af5e47a5d863", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;27650", - "x-ms-ratelimit-remaining-subscription-reads": "11488", - "x-ms-request-id": "4a960f3a-909c-4085-bbf7-dc90cc2de0f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061455Z:95e7fcb8-40a5-44c8-918a-af5e47a5d863" + "x-ms-client-request-id": "a5af7410225312f9f07662f124c7597f", + "x-ms-correlation-request-id": "cc2c1a60-229a-455b-b5f1-debe5913e870", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14911,Microsoft.Compute/GetOperation30Min;29911", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "53b0c829-319a-49fe-980e-4a0507232d29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061721Z:cc2c1a60-229a-455b-b5f1-debe5913e870" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f1c1cfc36f5ee43ec7f2fd1233ecd4cc", + "x-ms-client-request-id": "9545b2c19f6df137002068e854bc8250", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22806,7 +22519,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:55 GMT", + "Date": "Mon, 25 Oct 2021 06:17:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22815,31 +22528,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1c1cfc36f5ee43ec7f2fd1233ecd4cc", - "x-ms-correlation-request-id": "428542a5-a5ad-4140-b858-495cfd9de49e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;27649", - "x-ms-ratelimit-remaining-subscription-reads": "11487", - "x-ms-request-id": "5d6d5eb1-317f-4723-a7d6-af258cf0d4c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061455Z:428542a5-a5ad-4140-b858-495cfd9de49e" + "x-ms-client-request-id": "9545b2c19f6df137002068e854bc8250", + "x-ms-correlation-request-id": "cb862842-1830-44ed-9fbc-884696eab09a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14910,Microsoft.Compute/GetOperation30Min;29910", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "0ba84ab6-63e0-4678-9ab3-f2bc31e29b58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061721Z:cb862842-1830-44ed-9fbc-884696eab09a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "82fae26108130b7f32ee390d299b8001", + "x-ms-client-request-id": "84f257d747bb912b0c6b1af5042b6d88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22848,7 +22561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:55 GMT", + "Date": "Mon, 25 Oct 2021 06:17:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22857,31 +22570,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82fae26108130b7f32ee390d299b8001", - "x-ms-correlation-request-id": "de80b933-b80c-4ae2-b533-ac6c96268346", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;27648", - "x-ms-ratelimit-remaining-subscription-reads": "11486", - "x-ms-request-id": "46c2f5d3-1195-442c-ab5c-1d12921c73cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061455Z:de80b933-b80c-4ae2-b533-ac6c96268346" + "x-ms-client-request-id": "84f257d747bb912b0c6b1af5042b6d88", + "x-ms-correlation-request-id": "86fcde1e-6ba4-4b56-a3ac-51e0f0dab662", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14909,Microsoft.Compute/GetOperation30Min;29909", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "07f76dd3-00a3-4843-b744-73d023e26984", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061722Z:86fcde1e-6ba4-4b56-a3ac-51e0f0dab662" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "18cf302c3ab53c556b86062a1c55d8e1", + "x-ms-client-request-id": "2d04848c89f470b63dbda433ba11be34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22890,7 +22603,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:55 GMT", + "Date": "Mon, 25 Oct 2021 06:17:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22899,31 +22612,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18cf302c3ab53c556b86062a1c55d8e1", - "x-ms-correlation-request-id": "ad9ce01a-5c71-4c86-8eab-00a81acf8d63", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;27647", - "x-ms-ratelimit-remaining-subscription-reads": "11485", - "x-ms-request-id": "f1b757e3-ae8a-4ddb-80d2-bd38d2706531", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061455Z:ad9ce01a-5c71-4c86-8eab-00a81acf8d63" + "x-ms-client-request-id": "2d04848c89f470b63dbda433ba11be34", + "x-ms-correlation-request-id": "ef3ac118-8ac2-4509-ae06-4e11f3a0bb53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14908,Microsoft.Compute/GetOperation30Min;29908", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "1af94506-4a37-4195-8cf9-8203e3590e58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061722Z:ef3ac118-8ac2-4509-ae06-4e11f3a0bb53" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cbb9d38b0610bb3a4fb6bf6f3631ba2c", + "x-ms-client-request-id": "cc1a12f3d4d47ac387b489028542edd4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22932,7 +22645,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:56 GMT", + "Date": "Mon, 25 Oct 2021 06:17:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22941,31 +22654,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbb9d38b0610bb3a4fb6bf6f3631ba2c", - "x-ms-correlation-request-id": "c3c59214-b7de-4342-9bd1-347a9c09ba75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;27646", - "x-ms-ratelimit-remaining-subscription-reads": "11484", - "x-ms-request-id": "2d4f9889-9251-4115-869c-c64098d1eb84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061456Z:c3c59214-b7de-4342-9bd1-347a9c09ba75" + "x-ms-client-request-id": "cc1a12f3d4d47ac387b489028542edd4", + "x-ms-correlation-request-id": "9c96b95c-a7be-460e-965b-f1205d080478", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14907,Microsoft.Compute/GetOperation30Min;29907", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "78599741-afa2-443b-a3d4-b5ee64383624", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061722Z:9c96b95c-a7be-460e-965b-f1205d080478" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "03e5fb72bb1c26178cbd168d0155eedc", + "x-ms-client-request-id": "d05be0b255b74d5ba18147fda2f7d7fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22974,7 +22687,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:56 GMT", + "Date": "Mon, 25 Oct 2021 06:17:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22983,31 +22696,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03e5fb72bb1c26178cbd168d0155eedc", - "x-ms-correlation-request-id": "251f1799-2b48-4bdc-8b44-95df71563080", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;27645", - "x-ms-ratelimit-remaining-subscription-reads": "11483", - "x-ms-request-id": "dc69d0d8-ceb5-4b07-b102-f205e5094b22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061456Z:251f1799-2b48-4bdc-8b44-95df71563080" + "x-ms-client-request-id": "d05be0b255b74d5ba18147fda2f7d7fb", + "x-ms-correlation-request-id": "73741505-76da-465a-9884-38fe4a54734c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14906,Microsoft.Compute/GetOperation30Min;29906", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "a92cca45-2b43-427f-9d12-c5587f4d120e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061723Z:73741505-76da-465a-9884-38fe4a54734c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "56815816b4e226f1f514c9ff7ae5063a", + "x-ms-client-request-id": "f201e5ada111b7b3c08aa64000b3ebfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23016,7 +22729,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:56 GMT", + "Date": "Mon, 25 Oct 2021 06:17:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23025,31 +22738,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56815816b4e226f1f514c9ff7ae5063a", - "x-ms-correlation-request-id": "3e188cae-8038-4ab2-8b76-f19885c56052", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;27644", - "x-ms-ratelimit-remaining-subscription-reads": "11482", - "x-ms-request-id": "0e5378d9-72b7-4b70-a965-1c6148fee4d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061456Z:3e188cae-8038-4ab2-8b76-f19885c56052" + "x-ms-client-request-id": "f201e5ada111b7b3c08aa64000b3ebfa", + "x-ms-correlation-request-id": "153310fc-f242-4a83-867a-e8258a97e8f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14905,Microsoft.Compute/GetOperation30Min;29905", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "a28fa521-35a9-4c31-9a1b-1960d096f9d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061723Z:153310fc-f242-4a83-867a-e8258a97e8f1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21b7dacbd570cfc4bb923e53efadb9fa", + "x-ms-client-request-id": "d981d0d0eeb59e7cb7cc2a538dc6d88f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23058,7 +22771,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:56 GMT", + "Date": "Mon, 25 Oct 2021 06:17:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23067,31 +22780,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21b7dacbd570cfc4bb923e53efadb9fa", - "x-ms-correlation-request-id": "63f96917-31b2-4aec-990f-95f07e050e98", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;27643", - "x-ms-ratelimit-remaining-subscription-reads": "11481", - "x-ms-request-id": "2be1b1cd-51be-4c4c-9604-0a05710853c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061456Z:63f96917-31b2-4aec-990f-95f07e050e98" + "x-ms-client-request-id": "d981d0d0eeb59e7cb7cc2a538dc6d88f", + "x-ms-correlation-request-id": "a804bf35-a7d3-43a8-a3d2-d84a396153a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14904,Microsoft.Compute/GetOperation30Min;29904", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "e0eef490-ef6d-476b-8e1b-a1a64faa489e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061723Z:a804bf35-a7d3-43a8-a3d2-d84a396153a6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dd59e2c764afbe4a0abe0d07f218aba7", + "x-ms-client-request-id": "9f558edcfb4011c32ca40f2daf1a4dee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23100,7 +22813,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:56 GMT", + "Date": "Mon, 25 Oct 2021 06:17:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23109,31 +22822,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd59e2c764afbe4a0abe0d07f218aba7", - "x-ms-correlation-request-id": "4c387b29-120d-47f3-bd6f-ca694ec449c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;27642", - "x-ms-ratelimit-remaining-subscription-reads": "11480", - "x-ms-request-id": "517d6ffb-1536-47f3-8661-e10070bd99c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061457Z:4c387b29-120d-47f3-bd6f-ca694ec449c7" + "x-ms-client-request-id": "9f558edcfb4011c32ca40f2daf1a4dee", + "x-ms-correlation-request-id": "1e375696-12f3-4e4a-810c-16c198f8f118", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14903,Microsoft.Compute/GetOperation30Min;29903", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "58aa8e72-c009-4458-9701-ef2f2858f19b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061723Z:1e375696-12f3-4e4a-810c-16c198f8f118" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "27c1dbb6cd9d416c93b29a50759d3648", + "x-ms-client-request-id": "d12c4c96fd76bf4568633a45766029fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23142,7 +22855,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:57 GMT", + "Date": "Mon, 25 Oct 2021 06:17:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23151,31 +22864,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27c1dbb6cd9d416c93b29a50759d3648", - "x-ms-correlation-request-id": "ff81398c-146f-43ef-a2df-3d6e3ed16390", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;27641", - "x-ms-ratelimit-remaining-subscription-reads": "11479", - "x-ms-request-id": "e05fe3e5-ac61-4e06-99ac-1e6fc44e685b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061457Z:ff81398c-146f-43ef-a2df-3d6e3ed16390" + "x-ms-client-request-id": "d12c4c96fd76bf4568633a45766029fa", + "x-ms-correlation-request-id": "39ab4a77-5eef-4777-a83d-f6501260b209", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14902,Microsoft.Compute/GetOperation30Min;29902", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "9fda164b-96b9-4495-85e9-f1e3b961f1d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061724Z:39ab4a77-5eef-4777-a83d-f6501260b209" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9837ce5a298c678b90f916b1c7bcdda3", + "x-ms-client-request-id": "716416b24b5ed5ba0c6fad10de4fef9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23184,7 +22897,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:57 GMT", + "Date": "Mon, 25 Oct 2021 06:17:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23193,31 +22906,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9837ce5a298c678b90f916b1c7bcdda3", - "x-ms-correlation-request-id": "c63a91da-fd0a-4293-9a4e-c09de8d6336a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;27640", - "x-ms-ratelimit-remaining-subscription-reads": "11478", - "x-ms-request-id": "52426ad3-3629-4195-94c3-3511db496bc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061457Z:c63a91da-fd0a-4293-9a4e-c09de8d6336a" + "x-ms-client-request-id": "716416b24b5ed5ba0c6fad10de4fef9d", + "x-ms-correlation-request-id": "567b9495-917c-4926-964f-614589045a72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14901,Microsoft.Compute/GetOperation30Min;29901", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "18ae1b15-c915-413e-9f0f-1f49b43d99fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061724Z:567b9495-917c-4926-964f-614589045a72" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "149c97e692ebf95c761749fdc9fa486c", + "x-ms-client-request-id": "40bc3c7f0699de19489636ddc07e9bcc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23226,7 +22939,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:57 GMT", + "Date": "Mon, 25 Oct 2021 06:17:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23235,31 +22948,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "149c97e692ebf95c761749fdc9fa486c", - "x-ms-correlation-request-id": "dd9629fd-509a-4cfb-9b5a-44ce695b4523", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14861,Microsoft.Compute/GetOperation30Min;27639", - "x-ms-ratelimit-remaining-subscription-reads": "11477", - "x-ms-request-id": "87ef8896-d707-4330-8682-35acc62d2fd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061457Z:dd9629fd-509a-4cfb-9b5a-44ce695b4523" + "x-ms-client-request-id": "40bc3c7f0699de19489636ddc07e9bcc", + "x-ms-correlation-request-id": "6d7c944a-68f3-4e01-808f-fa9b91329ba0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14900,Microsoft.Compute/GetOperation30Min;29900", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "cf1b9951-aa95-4383-85d7-88d83106efff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061724Z:6d7c944a-68f3-4e01-808f-fa9b91329ba0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23adc58713e18d1a505a97a4b6bb79d6", + "x-ms-client-request-id": "987b147adbb54a8f9257c5075034e019", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23268,7 +22981,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:57 GMT", + "Date": "Mon, 25 Oct 2021 06:17:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23277,31 +22990,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23adc58713e18d1a505a97a4b6bb79d6", - "x-ms-correlation-request-id": "c78a0144-f124-4c3d-af86-948e8edcef82", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;27638", - "x-ms-ratelimit-remaining-subscription-reads": "11476", - "x-ms-request-id": "8b78055b-02d5-4b8a-9206-c62b2e110530", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061458Z:c78a0144-f124-4c3d-af86-948e8edcef82" + "x-ms-client-request-id": "987b147adbb54a8f9257c5075034e019", + "x-ms-correlation-request-id": "ae9397a7-5c63-47ca-90a5-a4e4d0df846c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14899,Microsoft.Compute/GetOperation30Min;29899", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "55af5ceb-99ad-4cf7-97ae-e88fe2909217", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061724Z:ae9397a7-5c63-47ca-90a5-a4e4d0df846c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "de69f7d42201c85c723d2174df8e9d95", + "x-ms-client-request-id": "39c69d73e9a3ab61fd8529c714dc148e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23310,7 +23023,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:58 GMT", + "Date": "Mon, 25 Oct 2021 06:17:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23319,40 +23032,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de69f7d42201c85c723d2174df8e9d95", - "x-ms-correlation-request-id": "cdac4fbd-2cda-4a83-aff2-924a51d37d1c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14859,Microsoft.Compute/GetOperation30Min;27637", - "x-ms-ratelimit-remaining-subscription-reads": "11475", - "x-ms-request-id": "8e2818f0-b766-4931-b7f3-4aea0b40dab2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061458Z:cdac4fbd-2cda-4a83-aff2-924a51d37d1c" + "x-ms-client-request-id": "39c69d73e9a3ab61fd8529c714dc148e", + "x-ms-correlation-request-id": "3bec3c96-83b0-48ec-98e3-7919e6b770d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14898,Microsoft.Compute/GetOperation30Min;29898", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "34227fe2-5757-40bf-9fba-6ef1301c5fe7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061725Z:3bec3c96-83b0-48ec-98e3-7919e6b770d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b48c5f92-93ea-45d6-bc7e-b812c29975e1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0129aab0b90fd2c27c0fc391fab843bb", + "x-ms-client-request-id": "ca96e0d456d3a3e7ac71ae4141128e13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:58 GMT", + "Date": "Mon, 25 Oct 2021 06:17:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23361,41 +23074,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0129aab0b90fd2c27c0fc391fab843bb", - "x-ms-correlation-request-id": "ad1b50d7-9871-455a-8b50-904816211093", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14858,Microsoft.Compute/GetOperation30Min;27636", - "x-ms-ratelimit-remaining-subscription-reads": "11474", - "x-ms-request-id": "3cb2b7ea-7b05-46fb-91d1-91562436a2e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061458Z:ad1b50d7-9871-455a-8b50-904816211093" + "x-ms-client-request-id": "ca96e0d456d3a3e7ac71ae4141128e13", + "x-ms-correlation-request-id": "1f02b014-f7f1-4fa4-a8be-04b846623a7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14897,Microsoft.Compute/GetOperation30Min;29897", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "1f5672ae-9daa-4959-93b5-f66e877a73aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061725Z:1f02b014-f7f1-4fa4-a8be-04b846623a7e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:22.6878175\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:14:58.3593229\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022b48c5f92-93ea-45d6-bc7e-b812c29975e1\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d228729e6a90656b69e4b1a3f1a5adc1", + "x-ms-client-request-id": "22691db561b79128b3cf9b2fb1c736b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:58 GMT", + "Date": "Mon, 25 Oct 2021 06:17:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23404,128 +23116,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d228729e6a90656b69e4b1a3f1a5adc1", - "x-ms-correlation-request-id": "46d9a89f-79dd-4c1d-b05b-19bf7ba549dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3983,Microsoft.Compute/LowCostGet30Min;31922", - "x-ms-ratelimit-remaining-subscription-reads": "11473", - "x-ms-request-id": "a187facb-9d6a-4fb7-b919-3dbb5bf58726", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061458Z:46d9a89f-79dd-4c1d-b05b-19bf7ba549dc" + "x-ms-client-request-id": "22691db561b79128b3cf9b2fb1c736b6", + "x-ms-correlation-request-id": "e0d36217-5d38-4f4b-9ac0-be1479f2910b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;29896", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "11af7324-149c-4fd9-b552-99fe5c284923", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061725Z:e0d36217-5d38-4f4b-9ac0-be1479f2910b" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-9005\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u0022e5dfdce5-ce62-4704-a735-3df87ca60d4f\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-9005_OsDisk_1_ac5197d42a1648999d1e9fac3597bc9a\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Compute/disks/testVM-9005_OsDisk_1_ac5197d42a1648999d1e9fac3597bc9a\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-9005\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-2026\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005?api-version=2021-03-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0cf401bd77911bc7359661f25ecaceba", + "x-ms-client-request-id": "6f323642169e1d45b6228d323a1f6aeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:14:59 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:17:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cf401bd77911bc7359661f25ecaceba", - "x-ms-correlation-request-id": "d2c71702-ad67-463b-9c16-a7e4ec7f3f8d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1180", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "59e129b6-cafc-4ba1-9541-19d46575d805", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061459Z:d2c71702-ad67-463b-9c16-a7e4ec7f3f8d" + "x-ms-client-request-id": "6f323642169e1d45b6228d323a1f6aeb", + "x-ms-correlation-request-id": "7fc4b912-53d1-4cbd-a938-75f4a6c33bf1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;29895", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "92dbd9ab-8cdb-48cb-91f6-a8e55ed5cf21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061726Z:7fc4b912-53d1-4cbd-a938-75f4a6c33bf1" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f8d4026136c32629ab0c9df90978069e", + "x-ms-client-request-id": "f71216f7f27373d6b7051604bab7f1e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23534,41 +23191,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:59 GMT", + "Date": "Mon, 25 Oct 2021 06:17:25 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "30", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8d4026136c32629ab0c9df90978069e", - "x-ms-correlation-request-id": "03735116-e6b5-4aaa-ad2c-a3afe1c6abed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14857,Microsoft.Compute/GetOperation30Min;27635", - "x-ms-ratelimit-remaining-subscription-reads": "11472", - "x-ms-request-id": "35bbfcd4-3584-452c-ae84-eab8cafde9e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061459Z:03735116-e6b5-4aaa-ad2c-a3afe1c6abed" + "x-ms-client-request-id": "f71216f7f27373d6b7051604bab7f1e4", + "x-ms-correlation-request-id": "4e1150db-fa06-44bb-9a6f-dc613bc8d85d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;29894", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "3a48a17d-128d-4a2c-9fe6-b00fb379d1ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061726Z:4e1150db-fa06-44bb-9a6f-dc613bc8d85d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8aa9f61640cff25bfbaeccccde9c1316", + "x-ms-client-request-id": "0afff83b1edf9f74d74b6c95d3f65694", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23577,7 +23233,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:59 GMT", + "Date": "Mon, 25 Oct 2021 06:17:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23586,31 +23242,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8aa9f61640cff25bfbaeccccde9c1316", - "x-ms-correlation-request-id": "3df04ae3-0654-4cdc-840c-4cdefb943a01", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14856,Microsoft.Compute/GetOperation30Min;27634", - "x-ms-ratelimit-remaining-subscription-reads": "11471", - "x-ms-request-id": "2cae5dda-6ef7-476f-886d-1a57f7f371a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061459Z:3df04ae3-0654-4cdc-840c-4cdefb943a01" + "x-ms-client-request-id": "0afff83b1edf9f74d74b6c95d3f65694", + "x-ms-correlation-request-id": "750d8f47-2246-48d0-8f75-2a2cf57da6d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;29893", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "a5ff3c70-efaa-44c3-9add-3a1419ae5d85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061726Z:750d8f47-2246-48d0-8f75-2a2cf57da6d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5c918ab5d5f6c3f63db0c1592d0c3bc6", + "x-ms-client-request-id": "9b38b0643eb550435fbeb799ff4163ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23619,7 +23275,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:14:59 GMT", + "Date": "Mon, 25 Oct 2021 06:17:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23628,31 +23284,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5c918ab5d5f6c3f63db0c1592d0c3bc6", - "x-ms-correlation-request-id": "6c010608-d447-4c18-8d8f-1dcbd2371a0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14855,Microsoft.Compute/GetOperation30Min;27633", - "x-ms-ratelimit-remaining-subscription-reads": "11470", - "x-ms-request-id": "c7cd962e-d303-45a1-bf3e-a68717ff5a8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061500Z:6c010608-d447-4c18-8d8f-1dcbd2371a0d" + "x-ms-client-request-id": "9b38b0643eb550435fbeb799ff4163ff", + "x-ms-correlation-request-id": "fb8be996-93cd-4d09-8a59-399032d11246", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29892", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "483131f4-3c27-4d78-814d-0a6bcc63394c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061726Z:fb8be996-93cd-4d09-8a59-399032d11246" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1114fabe56752007a6e2fd15695c470f", + "x-ms-client-request-id": "42f6a8306020d90ba172202785419fc1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23661,7 +23317,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:00 GMT", + "Date": "Mon, 25 Oct 2021 06:17:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23670,31 +23326,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1114fabe56752007a6e2fd15695c470f", - "x-ms-correlation-request-id": "41d596a1-cbd5-467a-9490-d4a424a3d21c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14858,Microsoft.Compute/GetOperation30Min;27632", - "x-ms-ratelimit-remaining-subscription-reads": "11469", - "x-ms-request-id": "51025bee-479b-4e11-b452-b84a7b470ccf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061500Z:41d596a1-cbd5-467a-9490-d4a424a3d21c" + "x-ms-client-request-id": "42f6a8306020d90ba172202785419fc1", + "x-ms-correlation-request-id": "b5887edd-5306-4502-bcc3-af3a7f1656a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29891", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "4d431a6d-24bd-4209-a085-93bd353e574e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061727Z:b5887edd-5306-4502-bcc3-af3a7f1656a4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7f4386f9a9e741a700e54d1f7f02c4ef", + "x-ms-client-request-id": "0a9f81ae567efd2eb5aeab2066db9f95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23703,7 +23359,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:00 GMT", + "Date": "Mon, 25 Oct 2021 06:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23712,31 +23368,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f4386f9a9e741a700e54d1f7f02c4ef", - "x-ms-correlation-request-id": "c8279725-3475-4ebf-81a1-963061749456", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14857,Microsoft.Compute/GetOperation30Min;27631", - "x-ms-ratelimit-remaining-subscription-reads": "11468", - "x-ms-request-id": "aac586e2-072d-4781-a2ff-453eddf67179", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061500Z:c8279725-3475-4ebf-81a1-963061749456" + "x-ms-client-request-id": "0a9f81ae567efd2eb5aeab2066db9f95", + "x-ms-correlation-request-id": "16a13f41-2c3a-47f5-bc5c-9de657b4a304", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29890", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "f6618ea3-5408-4bff-b296-ebadcee03978", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061727Z:16a13f41-2c3a-47f5-bc5c-9de657b4a304" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e40e067301875fa18270b614d7e159e0", + "x-ms-client-request-id": "2a646ce813000474a45ff9431d1bca1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23745,7 +23401,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:00 GMT", + "Date": "Mon, 25 Oct 2021 06:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23754,31 +23410,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e40e067301875fa18270b614d7e159e0", - "x-ms-correlation-request-id": "5912d498-5bd9-43b2-8ab0-9b3f7605dab2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14856,Microsoft.Compute/GetOperation30Min;27630", - "x-ms-ratelimit-remaining-subscription-reads": "11467", - "x-ms-request-id": "95d0cec7-5702-4c13-82f6-7cd2f81854e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061500Z:5912d498-5bd9-43b2-8ab0-9b3f7605dab2" + "x-ms-client-request-id": "2a646ce813000474a45ff9431d1bca1d", + "x-ms-correlation-request-id": "bd196bbc-dc12-4852-86b4-03592e15cce3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29889", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "b59dea0f-85d4-48e8-88e6-83077120b61c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061727Z:bd196bbc-dc12-4852-86b4-03592e15cce3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a75fb168bcc814df53d2108f08e8a0a3", + "x-ms-client-request-id": "7eeaf61f58a2da807af88d71b5ea72c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23787,7 +23443,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:00 GMT", + "Date": "Mon, 25 Oct 2021 06:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23796,31 +23452,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a75fb168bcc814df53d2108f08e8a0a3", - "x-ms-correlation-request-id": "cf1c2243-050d-42ac-a1d6-e0908950afd1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14855,Microsoft.Compute/GetOperation30Min;27629", - "x-ms-ratelimit-remaining-subscription-reads": "11466", - "x-ms-request-id": "7756c818-941c-4591-9bc0-50f3d04a6d98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061501Z:cf1c2243-050d-42ac-a1d6-e0908950afd1" + "x-ms-client-request-id": "7eeaf61f58a2da807af88d71b5ea72c5", + "x-ms-correlation-request-id": "02c4c195-6244-4e6f-bc58-8627eaaa99c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29888", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "2fb9d01b-256c-43a2-9573-e2dce772eb8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061727Z:02c4c195-6244-4e6f-bc58-8627eaaa99c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "63a20d1d634ef887e4e3fc77f392691f", + "x-ms-client-request-id": "193e8bd274dd9bc00d9a651f5cebe099", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23829,7 +23485,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:01 GMT", + "Date": "Mon, 25 Oct 2021 06:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23838,31 +23494,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63a20d1d634ef887e4e3fc77f392691f", - "x-ms-correlation-request-id": "263df730-e2cc-4956-9ce2-dc7746957c63", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14854,Microsoft.Compute/GetOperation30Min;27628", - "x-ms-ratelimit-remaining-subscription-reads": "11465", - "x-ms-request-id": "a4825f44-2544-404e-86b0-5a0665b8693c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061501Z:263df730-e2cc-4956-9ce2-dc7746957c63" + "x-ms-client-request-id": "193e8bd274dd9bc00d9a651f5cebe099", + "x-ms-correlation-request-id": "72b16129-07a8-4ebb-b333-03e31f130f95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29887", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "714f9214-da71-4487-adc4-0f51f7bfc0fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061728Z:72b16129-07a8-4ebb-b333-03e31f130f95" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cdb66c8c1ca3b62627f991b4f011579a", + "x-ms-client-request-id": "70018de321f18ff3ec8ab00785024fb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23871,7 +23527,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:01 GMT", + "Date": "Mon, 25 Oct 2021 06:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23880,31 +23536,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdb66c8c1ca3b62627f991b4f011579a", - "x-ms-correlation-request-id": "07a4458b-564f-457c-b932-98d9a1933828", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14853,Microsoft.Compute/GetOperation30Min;27627", - "x-ms-ratelimit-remaining-subscription-reads": "11464", - "x-ms-request-id": "db9531b7-4d73-4162-9827-04c6601bfb57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061501Z:07a4458b-564f-457c-b932-98d9a1933828" + "x-ms-client-request-id": "70018de321f18ff3ec8ab00785024fb9", + "x-ms-correlation-request-id": "08d586cb-3323-40c4-a308-1fc7a1b6ec58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29886", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "6baf8ad9-c248-407d-a417-da437eae9226", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061728Z:08d586cb-3323-40c4-a308-1fc7a1b6ec58" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "caf612cff53f05922967c3e5c06721c0", + "x-ms-client-request-id": "927033ecb1ddaa40354e7007f3607d8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23913,7 +23569,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:01 GMT", + "Date": "Mon, 25 Oct 2021 06:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23922,31 +23578,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caf612cff53f05922967c3e5c06721c0", - "x-ms-correlation-request-id": "6b6cff4c-74ad-4fb4-b65a-a7dc23120b8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14852,Microsoft.Compute/GetOperation30Min;27626", - "x-ms-ratelimit-remaining-subscription-reads": "11463", - "x-ms-request-id": "b05f6f4a-e6c8-40d8-9fc5-032cca034092", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061501Z:6b6cff4c-74ad-4fb4-b65a-a7dc23120b8f" + "x-ms-client-request-id": "927033ecb1ddaa40354e7007f3607d8f", + "x-ms-correlation-request-id": "f95be724-0655-45d5-8579-ccf4702f8b14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29885", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "c4061319-1941-420c-b376-e9afc48cd4f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061728Z:f95be724-0655-45d5-8579-ccf4702f8b14" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b03f169d2310100e6eb3c54d2d307d2", + "x-ms-client-request-id": "278df41802e9b1d498ae2c52c4b9150b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23955,7 +23611,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:01 GMT", + "Date": "Mon, 25 Oct 2021 06:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23964,40 +23620,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b03f169d2310100e6eb3c54d2d307d2", - "x-ms-correlation-request-id": "0eccad67-f9a7-4731-b77f-16189d4c9381", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14851,Microsoft.Compute/GetOperation30Min;27625", - "x-ms-ratelimit-remaining-subscription-reads": "11462", - "x-ms-request-id": "8e0a63aa-b9fe-4186-8cff-ae43a3a693de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061501Z:0eccad67-f9a7-4731-b77f-16189d4c9381" + "x-ms-client-request-id": "278df41802e9b1d498ae2c52c4b9150b", + "x-ms-correlation-request-id": "d0603e5b-7e0d-4540-863b-dec5ec19fcd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29884", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "23f9970b-b9eb-4dbe-bcbf-29b6aecfa829", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061728Z:d0603e5b-7e0d-4540-863b-dec5ec19fcd8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/b92cc005-b07c-4818-b514-d4a7a83b56cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e0a7618c9f9c96e0dab0a43c5941f6bf", + "x-ms-client-request-id": "2832ab4a4d7a32bb4c573aa2b1eb9c8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:02 GMT", + "Date": "Mon, 25 Oct 2021 06:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24006,40 +23662,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0a7618c9f9c96e0dab0a43c5941f6bf", - "x-ms-correlation-request-id": "99518ff1-9df4-4eb3-bbd6-2bda4dcb971a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14850,Microsoft.Compute/GetOperation30Min;27624", - "x-ms-ratelimit-remaining-subscription-reads": "11461", - "x-ms-request-id": "186f9643-86a0-403e-ab12-61feabc1c651", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061502Z:99518ff1-9df4-4eb3-bbd6-2bda4dcb971a" + "x-ms-client-request-id": "2832ab4a4d7a32bb4c573aa2b1eb9c8b", + "x-ms-correlation-request-id": "119433a0-dea3-443e-a83e-f39d86f72b9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29883", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "6d39a9db-48aa-44fc-a702-2e420b6339a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061729Z:119433a0-dea3-443e-a83e-f39d86f72b9c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:16:56.0473402\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:17:28.969217\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u0022b92cc005-b07c-4818-b514-d4a7a83b56cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ff4bd0d8bb0efc6812f5e353b93e3356", + "x-ms-client-request-id": "91ee210c2774ead05fbff92f84eee57c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2510", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:02 GMT", + "Date": "Mon, 25 Oct 2021 06:17:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24048,73 +23705,125 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff4bd0d8bb0efc6812f5e353b93e3356", - "x-ms-correlation-request-id": "1f5377ab-af97-4af9-a27e-c7920385cf66", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14849,Microsoft.Compute/GetOperation30Min;27623", - "x-ms-ratelimit-remaining-subscription-reads": "11460", - "x-ms-request-id": "f755a1ee-9b1f-480d-8716-c1de3c5bbf7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061502Z:1f5377ab-af97-4af9-a27e-c7920385cf66" + "x-ms-client-request-id": "91ee210c2774ead05fbff92f84eee57c", + "x-ms-correlation-request-id": "fa9fbefa-d925-4a51-a803-ae5f1ef76982", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31999", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "7eb23466-c876-4a37-b04a-1e4907700b5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061729Z:fa9fbefa-d925-4a51-a803-ae5f1ef76982" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022testVM-9005\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u0022a6396f42-271c-46a8-ba16-1bfad634945c\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-9005_OsDisk_1_6f6ff4b6cb484ed09bee2472fa554835\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Compute/disks/testVM-9005_OsDisk_1_6f6ff4b6cb484ed09bee2472fa554835\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-9005\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Network/networkInterfaces/testNic-8967\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-7043/providers/Microsoft.Compute/virtualMachines/testVM-9005?api-version=2021-03-01", + "RequestMethod": "DELETE", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5e58f06040c0ca24116dc1812ec3a8a4", + "x-ms-client-request-id": "47bd6439542eca14395bdb92c731ffad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:02 GMT", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:17:29 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e58f06040c0ca24116dc1812ec3a8a4", - "x-ms-correlation-request-id": "d8c35200-98a9-4525-afa7-16c18761f72a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14848,Microsoft.Compute/GetOperation30Min;27622", - "x-ms-ratelimit-remaining-subscription-reads": "11459", - "x-ms-request-id": "3dff4de8-1c8f-4091-b89f-bfe006a7f742", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061502Z:d8c35200-98a9-4525-afa7-16c18761f72a" + "x-ms-client-request-id": "47bd6439542eca14395bdb92c731ffad", + "x-ms-correlation-request-id": "47d6e08a-9f18-4f6e-88c2-71009308a4b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "bd155530-7d52-423c-9db4-de79c4549936", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061729Z:47d6e08a-9f18-4f6e-88c2-71009308a4b1" }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", - "}" - ] + "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "017b7df40788d1c4f8aacea6bb8cdc9c", + "x-ms-client-request-id": "4c69be71542db85d0d2357184c3e232e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24123,40 +23832,41 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:02 GMT", + "Date": "Mon, 25 Oct 2021 06:17:29 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "30", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "017b7df40788d1c4f8aacea6bb8cdc9c", - "x-ms-correlation-request-id": "9d276680-3b9a-44b0-8123-5a32c3b53010", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14846,Microsoft.Compute/GetOperation30Min;27620", - "x-ms-ratelimit-remaining-subscription-reads": "11458", - "x-ms-request-id": "06f634cf-cf7e-4b50-900d-96d823a56f49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061502Z:9d276680-3b9a-44b0-8123-5a32c3b53010" + "x-ms-client-request-id": "4c69be71542db85d0d2357184c3e232e", + "x-ms-correlation-request-id": "fe11c3ae-3614-4f35-892b-f6163606fdcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29882", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "9e936944-a43c-4227-b19c-dd18bbe9b0d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061730Z:fe11c3ae-3614-4f35-892b-f6163606fdcb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "68dc4d7d98e998feac80eda0fae7ce4e", + "x-ms-client-request-id": "e31d4cbf43a8b4b1cd9a6ce68b5977ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24165,7 +23875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:03 GMT", + "Date": "Mon, 25 Oct 2021 06:17:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24174,31 +23884,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68dc4d7d98e998feac80eda0fae7ce4e", - "x-ms-correlation-request-id": "ef367082-d941-46c4-a72f-c56139c08b1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14845,Microsoft.Compute/GetOperation30Min;27619", - "x-ms-ratelimit-remaining-subscription-reads": "11457", - "x-ms-request-id": "144a3858-8107-4161-83fe-556efdbf8e6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061503Z:ef367082-d941-46c4-a72f-c56139c08b1f" + "x-ms-client-request-id": "e31d4cbf43a8b4b1cd9a6ce68b5977ad", + "x-ms-correlation-request-id": "3d69d0ab-0208-4364-bdaf-d67d218cf115", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29881", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "c743eb37-2cd6-4631-a80b-2a91250fda30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061730Z:3d69d0ab-0208-4364-bdaf-d67d218cf115" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3c5e3e4c31c258ce2c876516717d0f85", + "x-ms-client-request-id": "09207dadb3c7bd7f438d95a62c7ed69d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24207,7 +23917,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:03 GMT", + "Date": "Mon, 25 Oct 2021 06:17:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24216,31 +23926,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c5e3e4c31c258ce2c876516717d0f85", - "x-ms-correlation-request-id": "0d0f0881-d87a-4836-9b91-e65bfadc9506", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14844,Microsoft.Compute/GetOperation30Min;27618", - "x-ms-ratelimit-remaining-subscription-reads": "11456", - "x-ms-request-id": "75ba7a1d-707f-4b96-b3bc-240d51fbbc23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061503Z:0d0f0881-d87a-4836-9b91-e65bfadc9506" + "x-ms-client-request-id": "09207dadb3c7bd7f438d95a62c7ed69d", + "x-ms-correlation-request-id": "3b97d2da-df07-454b-bf1f-5f2901834644", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29880", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "7cc0d1c9-4cdf-42df-9594-fde7b7ed7fe2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061730Z:3b97d2da-df07-454b-bf1f-5f2901834644" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e003249040e75cbb7ee254071923d611", + "x-ms-client-request-id": "07fb9924c96e2db50cb57f93e8762cb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24249,7 +23959,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:03 GMT", + "Date": "Mon, 25 Oct 2021 06:17:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24258,31 +23968,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e003249040e75cbb7ee254071923d611", - "x-ms-correlation-request-id": "bc10b904-535b-459c-bf9d-8a3bb9bf2ada", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14843,Microsoft.Compute/GetOperation30Min;27617", - "x-ms-ratelimit-remaining-subscription-reads": "11455", - "x-ms-request-id": "235feffb-c0a2-4298-b8b8-50a940149013", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061503Z:bc10b904-535b-459c-bf9d-8a3bb9bf2ada" + "x-ms-client-request-id": "07fb9924c96e2db50cb57f93e8762cb3", + "x-ms-correlation-request-id": "b6a09be6-7781-4ed0-9ff4-374bff5d6d12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29879", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "7639b118-5e67-49e9-8e4f-c79d757120c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061730Z:b6a09be6-7781-4ed0-9ff4-374bff5d6d12" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7c5a80dba02d4bd97f843b6132e8272f", + "x-ms-client-request-id": "ce6aaaac191d0c67cd60a01aad0a884e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24291,7 +24001,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:03 GMT", + "Date": "Mon, 25 Oct 2021 06:17:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24300,31 +24010,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c5a80dba02d4bd97f843b6132e8272f", - "x-ms-correlation-request-id": "f0fc76ca-99ad-493f-98ef-e001facf8499", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14842,Microsoft.Compute/GetOperation30Min;27616", - "x-ms-ratelimit-remaining-subscription-reads": "11454", - "x-ms-request-id": "6fd3f55a-e01e-480c-9ded-2236de5ff3d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061503Z:f0fc76ca-99ad-493f-98ef-e001facf8499" + "x-ms-client-request-id": "ce6aaaac191d0c67cd60a01aad0a884e", + "x-ms-correlation-request-id": "a9cf16ba-ffad-4b2a-9fad-ff1b944335fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29878", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "719741f5-2af1-47e5-a1dd-1789fd526aac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061731Z:a9cf16ba-ffad-4b2a-9fad-ff1b944335fb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d5106871ede30c678201bddfdcc73e09", + "x-ms-client-request-id": "f1c1cfc36f5ee43ec7f2fd1233ecd4cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24333,7 +24043,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:04 GMT", + "Date": "Mon, 25 Oct 2021 06:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24342,31 +24052,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5106871ede30c678201bddfdcc73e09", - "x-ms-correlation-request-id": "acaed52e-0ff7-49a0-b0a1-311164d25caa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14841,Microsoft.Compute/GetOperation30Min;27615", - "x-ms-ratelimit-remaining-subscription-reads": "11453", - "x-ms-request-id": "e0af4990-6fb9-419d-85a7-a813264314e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061504Z:acaed52e-0ff7-49a0-b0a1-311164d25caa" + "x-ms-client-request-id": "f1c1cfc36f5ee43ec7f2fd1233ecd4cc", + "x-ms-correlation-request-id": "e97a0f76-989d-4f0f-a2d4-267af4d22fbe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29877", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "d1eaac65-af83-43fd-9a82-3310c3b6b8fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061731Z:e97a0f76-989d-4f0f-a2d4-267af4d22fbe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f13a54b09223ef574ab86063045a2a96", + "x-ms-client-request-id": "82fae26108130b7f32ee390d299b8001", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24375,7 +24085,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:04 GMT", + "Date": "Mon, 25 Oct 2021 06:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24384,31 +24094,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f13a54b09223ef574ab86063045a2a96", - "x-ms-correlation-request-id": "c56bf63c-cde3-46fc-b36f-fd597f69fb5f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14840,Microsoft.Compute/GetOperation30Min;27614", - "x-ms-ratelimit-remaining-subscription-reads": "11452", - "x-ms-request-id": "dfde413e-bd64-4db9-8381-9245674709c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061504Z:c56bf63c-cde3-46fc-b36f-fd597f69fb5f" + "x-ms-client-request-id": "82fae26108130b7f32ee390d299b8001", + "x-ms-correlation-request-id": "b5f35733-d99f-4e14-89e8-93174f80da1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29876", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "aff8f6fb-021e-4a4a-afd8-82e5f9cb7e85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061731Z:b5f35733-d99f-4e14-89e8-93174f80da1f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b09525bb0012ee2d194df92be3f96eb8", + "x-ms-client-request-id": "18cf302c3ab53c556b86062a1c55d8e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24417,7 +24127,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:04 GMT", + "Date": "Mon, 25 Oct 2021 06:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24426,31 +24136,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b09525bb0012ee2d194df92be3f96eb8", - "x-ms-correlation-request-id": "0d88063d-25a3-4ba1-b02c-54a7e35ca0c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14839,Microsoft.Compute/GetOperation30Min;27613", - "x-ms-ratelimit-remaining-subscription-reads": "11451", - "x-ms-request-id": "b5bcad31-a3d4-4085-b750-fee095a71498", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061504Z:0d88063d-25a3-4ba1-b02c-54a7e35ca0c6" + "x-ms-client-request-id": "18cf302c3ab53c556b86062a1c55d8e1", + "x-ms-correlation-request-id": "9e084ec2-a67d-4fe0-8ff2-9886b2036b29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29875", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "c1f167bf-b451-41bd-8217-85865a63e6c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061731Z:9e084ec2-a67d-4fe0-8ff2-9886b2036b29" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "deb0314535addf0b11208a2b8c030728", + "x-ms-client-request-id": "cbb9d38b0610bb3a4fb6bf6f3631ba2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24459,7 +24169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:04 GMT", + "Date": "Mon, 25 Oct 2021 06:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24468,31 +24178,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "deb0314535addf0b11208a2b8c030728", - "x-ms-correlation-request-id": "d5f209d3-43c0-4b84-8fc0-ac41728ccc0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14838,Microsoft.Compute/GetOperation30Min;27612", - "x-ms-ratelimit-remaining-subscription-reads": "11450", - "x-ms-request-id": "f94e0ba3-f09e-42c9-8b0c-281311b4ab33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061504Z:d5f209d3-43c0-4b84-8fc0-ac41728ccc0d" + "x-ms-client-request-id": "cbb9d38b0610bb3a4fb6bf6f3631ba2c", + "x-ms-correlation-request-id": "4e3508ce-445a-48ea-8b76-c842cdd1b33a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29874", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "6ebeda7f-ca20-4d80-a695-af513a0ac710", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061732Z:4e3508ce-445a-48ea-8b76-c842cdd1b33a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b72426d78d31b0f6264cd8d5982b0c51", + "x-ms-client-request-id": "03e5fb72bb1c26178cbd168d0155eedc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24501,7 +24211,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:05 GMT", + "Date": "Mon, 25 Oct 2021 06:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24510,31 +24220,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b72426d78d31b0f6264cd8d5982b0c51", - "x-ms-correlation-request-id": "96108103-5b6d-4e6c-a8d0-9166d79b3f01", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14837,Microsoft.Compute/GetOperation30Min;27611", - "x-ms-ratelimit-remaining-subscription-reads": "11449", - "x-ms-request-id": "ef193e62-73a4-44be-bbab-1c36fdd4ec6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061505Z:96108103-5b6d-4e6c-a8d0-9166d79b3f01" + "x-ms-client-request-id": "03e5fb72bb1c26178cbd168d0155eedc", + "x-ms-correlation-request-id": "70810238-3c9b-44fc-9e76-a1dec4c5108f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29873", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "6b076b78-f5ac-4726-9ab6-9f9ecfb21b27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061732Z:70810238-3c9b-44fc-9e76-a1dec4c5108f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d21ea8494ba985e919b59ff276016115", + "x-ms-client-request-id": "56815816b4e226f1f514c9ff7ae5063a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24543,7 +24253,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:05 GMT", + "Date": "Mon, 25 Oct 2021 06:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24552,31 +24262,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d21ea8494ba985e919b59ff276016115", - "x-ms-correlation-request-id": "b9a31cca-5c6e-41c0-9113-ae3b990fe887", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14836,Microsoft.Compute/GetOperation30Min;27610", - "x-ms-ratelimit-remaining-subscription-reads": "11448", - "x-ms-request-id": "56658595-6297-48fb-8872-caedd2440b9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061505Z:b9a31cca-5c6e-41c0-9113-ae3b990fe887" + "x-ms-client-request-id": "56815816b4e226f1f514c9ff7ae5063a", + "x-ms-correlation-request-id": "3b043fd5-64b9-4e8e-a247-f0e55b43e7c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29872", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "963e84c0-9f12-4686-8255-fe83acecfa77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061732Z:3b043fd5-64b9-4e8e-a247-f0e55b43e7c3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bd54d145b7d5b7863b00b7615d3646e6", + "x-ms-client-request-id": "21b7dacbd570cfc4bb923e53efadb9fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24585,7 +24295,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:05 GMT", + "Date": "Mon, 25 Oct 2021 06:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24594,31 +24304,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd54d145b7d5b7863b00b7615d3646e6", - "x-ms-correlation-request-id": "8661d8ba-17b1-4833-973f-430709bdbbf8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14835,Microsoft.Compute/GetOperation30Min;27609", - "x-ms-ratelimit-remaining-subscription-reads": "11447", - "x-ms-request-id": "0c5e08c6-d80b-4833-bcad-aa537de053f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061505Z:8661d8ba-17b1-4833-973f-430709bdbbf8" + "x-ms-client-request-id": "21b7dacbd570cfc4bb923e53efadb9fa", + "x-ms-correlation-request-id": "d9e04c68-cb62-4ca4-b46c-6bf79702ce03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29871", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "273fa718-8f2d-42d3-a791-39aeb5cdfbb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061733Z:d9e04c68-cb62-4ca4-b46c-6bf79702ce03" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e4e2391434e58b7e3c9e9d7cee043925", + "x-ms-client-request-id": "dd59e2c764afbe4a0abe0d07f218aba7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24627,7 +24337,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:05 GMT", + "Date": "Mon, 25 Oct 2021 06:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24636,31 +24346,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4e2391434e58b7e3c9e9d7cee043925", - "x-ms-correlation-request-id": "41c805ee-24aa-4729-a3a9-72a1b5642acd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14834,Microsoft.Compute/GetOperation30Min;27608", - "x-ms-ratelimit-remaining-subscription-reads": "11446", - "x-ms-request-id": "2f3f0785-0260-4467-afb9-943703bcd824", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061505Z:41c805ee-24aa-4729-a3a9-72a1b5642acd" + "x-ms-client-request-id": "dd59e2c764afbe4a0abe0d07f218aba7", + "x-ms-correlation-request-id": "6fb57099-ca3a-4f52-8c4d-fada26a58c2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29869", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "f27d3502-02ef-45a6-960a-4427ce3b3ee5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061733Z:6fb57099-ca3a-4f52-8c4d-fada26a58c2a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c78fc2ea4ed7917b216697a9948728e3", + "x-ms-client-request-id": "27c1dbb6cd9d416c93b29a50759d3648", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24669,7 +24379,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:06 GMT", + "Date": "Mon, 25 Oct 2021 06:17:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24678,31 +24388,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c78fc2ea4ed7917b216697a9948728e3", - "x-ms-correlation-request-id": "09bd96e2-477c-4cbc-afca-98ab49555bdb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14833,Microsoft.Compute/GetOperation30Min;27607", - "x-ms-ratelimit-remaining-subscription-reads": "11445", - "x-ms-request-id": "8a42c3bb-fc10-46d1-83ec-6d98008f9b5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061506Z:09bd96e2-477c-4cbc-afca-98ab49555bdb" + "x-ms-client-request-id": "27c1dbb6cd9d416c93b29a50759d3648", + "x-ms-correlation-request-id": "7dc5a6bc-b035-4f1d-af60-7667f398712d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29868", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "a09a9a48-92bc-4f72-ba09-9cdb1fe6d761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061733Z:7dc5a6bc-b035-4f1d-af60-7667f398712d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3cddb96f7c1e113052c880361a0ac936", + "x-ms-client-request-id": "9837ce5a298c678b90f916b1c7bcdda3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24711,7 +24421,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:06 GMT", + "Date": "Mon, 25 Oct 2021 06:17:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24720,31 +24430,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cddb96f7c1e113052c880361a0ac936", - "x-ms-correlation-request-id": "3fe2ecf2-cac4-4719-835b-12bb46c37578", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14832,Microsoft.Compute/GetOperation30Min;27606", - "x-ms-ratelimit-remaining-subscription-reads": "11444", - "x-ms-request-id": "10fb6b53-4321-4b14-93c9-f25ddfb68071", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061506Z:3fe2ecf2-cac4-4719-835b-12bb46c37578" + "x-ms-client-request-id": "9837ce5a298c678b90f916b1c7bcdda3", + "x-ms-correlation-request-id": "e424184b-4cf1-4176-848f-abf96b06b656", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29867", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "f1807c71-68f1-40bf-9e86-15303978654c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061733Z:e424184b-4cf1-4176-848f-abf96b06b656" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9a7691c67ea6c50ebd50c27f9cd5f7b5", + "x-ms-client-request-id": "149c97e692ebf95c761749fdc9fa486c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24753,7 +24463,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:06 GMT", + "Date": "Mon, 25 Oct 2021 06:17:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24762,31 +24472,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a7691c67ea6c50ebd50c27f9cd5f7b5", - "x-ms-correlation-request-id": "f37e4a88-9c64-46ef-a5b6-83688c256bd7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14831,Microsoft.Compute/GetOperation30Min;27605", - "x-ms-ratelimit-remaining-subscription-reads": "11443", - "x-ms-request-id": "df7a2b4e-f3fe-46c0-b0f6-dcfa123fcba2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061506Z:f37e4a88-9c64-46ef-a5b6-83688c256bd7" + "x-ms-client-request-id": "149c97e692ebf95c761749fdc9fa486c", + "x-ms-correlation-request-id": "bfa871a2-09db-4c48-a75c-b0ee8d281fd0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29866", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "6a5256b9-01eb-4797-ab58-9557c35ebb9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061734Z:bfa871a2-09db-4c48-a75c-b0ee8d281fd0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "340cb976fd266d06927e750ece447717", + "x-ms-client-request-id": "23adc58713e18d1a505a97a4b6bb79d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24795,7 +24505,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:06 GMT", + "Date": "Mon, 25 Oct 2021 06:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24804,31 +24514,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "340cb976fd266d06927e750ece447717", - "x-ms-correlation-request-id": "56508285-1e95-488d-ad3b-e96d472c53ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14830,Microsoft.Compute/GetOperation30Min;27604", - "x-ms-ratelimit-remaining-subscription-reads": "11442", - "x-ms-request-id": "709af1be-1d88-42ba-8b0a-7ad6aabc5d66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061507Z:56508285-1e95-488d-ad3b-e96d472c53ad" + "x-ms-client-request-id": "23adc58713e18d1a505a97a4b6bb79d6", + "x-ms-correlation-request-id": "543ed47e-5588-4ac2-b33c-a3ee9d8fc786", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29865", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "30097459-53c3-4cba-8f35-23850e518be2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061734Z:543ed47e-5588-4ac2-b33c-a3ee9d8fc786" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02e2619c8d11f03daa177ecebab0747c", + "x-ms-client-request-id": "de69f7d42201c85c723d2174df8e9d95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24837,7 +24547,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:07 GMT", + "Date": "Mon, 25 Oct 2021 06:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24846,31 +24556,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02e2619c8d11f03daa177ecebab0747c", - "x-ms-correlation-request-id": "8c8784f1-fe29-4f87-ada9-c202fa0f9cf1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14829,Microsoft.Compute/GetOperation30Min;27603", - "x-ms-ratelimit-remaining-subscription-reads": "11441", - "x-ms-request-id": "cbd371ee-0df4-4f90-b6a1-e3952d87a018", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061507Z:8c8784f1-fe29-4f87-ada9-c202fa0f9cf1" + "x-ms-client-request-id": "de69f7d42201c85c723d2174df8e9d95", + "x-ms-correlation-request-id": "2c109068-75b3-4b4a-a4e8-d882fa24933b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29864", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "407eb3dd-a039-4531-8272-b4a244396b37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061734Z:2c109068-75b3-4b4a-a4e8-d882fa24933b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "60c0cbd094fdc80f8b08072708fff778", + "x-ms-client-request-id": "0129aab0b90fd2c27c0fc391fab843bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24879,7 +24589,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:07 GMT", + "Date": "Mon, 25 Oct 2021 06:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24888,31 +24598,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60c0cbd094fdc80f8b08072708fff778", - "x-ms-correlation-request-id": "14f0995b-7af5-4794-af56-2bd629ae1422", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14828,Microsoft.Compute/GetOperation30Min;27602", - "x-ms-ratelimit-remaining-subscription-reads": "11440", - "x-ms-request-id": "786e3d62-8b36-4282-b1ef-205cf768ea5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061507Z:14f0995b-7af5-4794-af56-2bd629ae1422" + "x-ms-client-request-id": "0129aab0b90fd2c27c0fc391fab843bb", + "x-ms-correlation-request-id": "87f516ab-8394-471b-8725-d4cd07583e84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29863", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "eea122a7-f4b1-414c-98e2-172928b0de88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061734Z:87f516ab-8394-471b-8725-d4cd07583e84" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3be2abd8f5f2e8a37c1b8a0e7f38b3e1", + "x-ms-client-request-id": "d228729e6a90656b69e4b1a3f1a5adc1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24921,7 +24631,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:07 GMT", + "Date": "Mon, 25 Oct 2021 06:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24930,31 +24640,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3be2abd8f5f2e8a37c1b8a0e7f38b3e1", - "x-ms-correlation-request-id": "2f99a7c0-d453-4850-9b05-bdbf2f7a1faa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14827,Microsoft.Compute/GetOperation30Min;27601", - "x-ms-ratelimit-remaining-subscription-reads": "11439", - "x-ms-request-id": "40679230-699a-42d2-aa63-d0986979f49a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061507Z:2f99a7c0-d453-4850-9b05-bdbf2f7a1faa" + "x-ms-client-request-id": "d228729e6a90656b69e4b1a3f1a5adc1", + "x-ms-correlation-request-id": "ea404a1e-2c5d-48dc-b7c2-be3b4bd67048", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29862", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "ab9554bd-8bad-4304-b22e-537ac284e1dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061735Z:ea404a1e-2c5d-48dc-b7c2-be3b4bd67048" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "023df80a17840819511976098515e8aa", + "x-ms-client-request-id": "0cf401bd77911bc7359661f25ecaceba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24963,7 +24673,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:07 GMT", + "Date": "Mon, 25 Oct 2021 06:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24972,31 +24682,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "023df80a17840819511976098515e8aa", - "x-ms-correlation-request-id": "c4f91ee5-778a-47a7-99f2-d5f928343e4b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14826,Microsoft.Compute/GetOperation30Min;27600", - "x-ms-ratelimit-remaining-subscription-reads": "11438", - "x-ms-request-id": "e8b6cf82-9bbf-4ab2-8d32-44e32ba0e751", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061508Z:c4f91ee5-778a-47a7-99f2-d5f928343e4b" + "x-ms-client-request-id": "0cf401bd77911bc7359661f25ecaceba", + "x-ms-correlation-request-id": "27a00b94-951f-4dc3-83a8-e3b5a583df2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14861,Microsoft.Compute/GetOperation30Min;29861", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "6eee847a-974d-4026-a11f-0d60d582f384", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061735Z:27a00b94-951f-4dc3-83a8-e3b5a583df2d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0ef5052038cedb8928d8e3e20a014953", + "x-ms-client-request-id": "6cd666faca6645053fc4982b081ee1d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25005,7 +24715,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:08 GMT", + "Date": "Mon, 25 Oct 2021 06:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25014,31 +24724,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ef5052038cedb8928d8e3e20a014953", - "x-ms-correlation-request-id": "38a47727-0e18-4426-a8a9-e08e977d504e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14825,Microsoft.Compute/GetOperation30Min;27599", - "x-ms-ratelimit-remaining-subscription-reads": "11437", - "x-ms-request-id": "dfeb4d13-dcfa-4dbe-8d9c-7fcc1b9b7219", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061508Z:38a47727-0e18-4426-a8a9-e08e977d504e" + "x-ms-client-request-id": "6cd666faca6645053fc4982b081ee1d6", + "x-ms-correlation-request-id": "adb60bd1-4587-4f7a-90cb-143913a57ce2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29860", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "e8555f7e-28b4-4c71-9ebe-556a0b809d76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061735Z:adb60bd1-4587-4f7a-90cb-143913a57ce2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "101c2654f4c1c1f492daead97e9a6267", + "x-ms-client-request-id": "f8d4026136c32629ab0c9df90978069e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25047,7 +24757,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:08 GMT", + "Date": "Mon, 25 Oct 2021 06:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25056,31 +24766,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "101c2654f4c1c1f492daead97e9a6267", - "x-ms-correlation-request-id": "f6560a30-03af-4343-85c8-18468633ecc0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14824,Microsoft.Compute/GetOperation30Min;27598", - "x-ms-ratelimit-remaining-subscription-reads": "11436", - "x-ms-request-id": "236422cb-fbdd-4f0d-be8e-ecd698311340", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061508Z:f6560a30-03af-4343-85c8-18468633ecc0" + "x-ms-client-request-id": "f8d4026136c32629ab0c9df90978069e", + "x-ms-correlation-request-id": "61483d3f-eced-4a37-ab95-cef1d826f262", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14859,Microsoft.Compute/GetOperation30Min;29859", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "34c00db3-658c-4174-9dac-f5c186467abf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061735Z:61483d3f-eced-4a37-ab95-cef1d826f262" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "79eedf33a443d2136e62daab3437fd50", + "x-ms-client-request-id": "8aa9f61640cff25bfbaeccccde9c1316", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25089,7 +24799,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:08 GMT", + "Date": "Mon, 25 Oct 2021 06:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25098,31 +24808,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79eedf33a443d2136e62daab3437fd50", - "x-ms-correlation-request-id": "4cde16c0-cfab-4118-bf7b-2301b593776a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14823,Microsoft.Compute/GetOperation30Min;27597", - "x-ms-ratelimit-remaining-subscription-reads": "11435", - "x-ms-request-id": "eabefaab-5f57-4a33-9511-6b28dec47e93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061508Z:4cde16c0-cfab-4118-bf7b-2301b593776a" + "x-ms-client-request-id": "8aa9f61640cff25bfbaeccccde9c1316", + "x-ms-correlation-request-id": "24ff8c38-c70e-4e01-8c34-63ef3b237b0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14858,Microsoft.Compute/GetOperation30Min;29858", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "10923217-3bae-4e90-9101-1d1624d74ede", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061736Z:24ff8c38-c70e-4e01-8c34-63ef3b237b0d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5fb423d0d7f82be810337cf44eb05d8d", + "x-ms-client-request-id": "5c918ab5d5f6c3f63db0c1592d0c3bc6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25131,7 +24841,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:08 GMT", + "Date": "Mon, 25 Oct 2021 06:17:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25140,31 +24850,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fb423d0d7f82be810337cf44eb05d8d", - "x-ms-correlation-request-id": "9887f9ab-2932-4286-8544-9f944cec9d79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14822,Microsoft.Compute/GetOperation30Min;27596", - "x-ms-ratelimit-remaining-subscription-reads": "11434", - "x-ms-request-id": "a5667adc-91d4-4318-80b2-0c8b5e3ae85b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061509Z:9887f9ab-2932-4286-8544-9f944cec9d79" + "x-ms-client-request-id": "5c918ab5d5f6c3f63db0c1592d0c3bc6", + "x-ms-correlation-request-id": "f7b98cf7-d10e-491b-bd7d-5cd06ba406af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14857,Microsoft.Compute/GetOperation30Min;29857", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "f6a6be80-0607-459b-bbce-0d3dff0e07c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061736Z:f7b98cf7-d10e-491b-bd7d-5cd06ba406af" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2aae7c76cf12b00f124aa15f1a498d5b", + "x-ms-client-request-id": "1114fabe56752007a6e2fd15695c470f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25173,7 +24883,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:09 GMT", + "Date": "Mon, 25 Oct 2021 06:17:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25182,31 +24892,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2aae7c76cf12b00f124aa15f1a498d5b", - "x-ms-correlation-request-id": "610df1d0-84be-40ba-a3a5-4e54b57df8b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14821,Microsoft.Compute/GetOperation30Min;27595", - "x-ms-ratelimit-remaining-subscription-reads": "11433", - "x-ms-request-id": "c0de771c-3c04-459c-b5a9-39687db01749", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061509Z:610df1d0-84be-40ba-a3a5-4e54b57df8b1" + "x-ms-client-request-id": "1114fabe56752007a6e2fd15695c470f", + "x-ms-correlation-request-id": "47164a39-d74f-449f-a9a3-60a955ecafc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14856,Microsoft.Compute/GetOperation30Min;29856", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "d9482eed-2799-4448-9f5b-419ac7069d4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061736Z:47164a39-d74f-449f-a9a3-60a955ecafc5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5a099adc02e65b6ef6c3690f281e84be", + "x-ms-client-request-id": "7f4386f9a9e741a700e54d1f7f02c4ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25215,7 +24925,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:09 GMT", + "Date": "Mon, 25 Oct 2021 06:17:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25224,31 +24934,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a099adc02e65b6ef6c3690f281e84be", - "x-ms-correlation-request-id": "f4884ea6-3a9d-4bed-9e4a-8e0c388d765b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14820,Microsoft.Compute/GetOperation30Min;27594", - "x-ms-ratelimit-remaining-subscription-reads": "11432", - "x-ms-request-id": "a9aee524-f611-4111-a2f3-16932409786c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061509Z:f4884ea6-3a9d-4bed-9e4a-8e0c388d765b" + "x-ms-client-request-id": "7f4386f9a9e741a700e54d1f7f02c4ef", + "x-ms-correlation-request-id": "6c3eb8e0-7bd2-43c3-99da-abf4393298af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14855,Microsoft.Compute/GetOperation30Min;29855", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "82274784-b90b-47db-97c5-7463fdb61492", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061736Z:6c3eb8e0-7bd2-43c3-99da-abf4393298af" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b7354c04d288003d14044cad368910c7", + "x-ms-client-request-id": "e40e067301875fa18270b614d7e159e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25257,7 +24967,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:09 GMT", + "Date": "Mon, 25 Oct 2021 06:17:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25266,31 +24976,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7354c04d288003d14044cad368910c7", - "x-ms-correlation-request-id": "ced98505-7bde-4b39-8755-1b2fda059222", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14819,Microsoft.Compute/GetOperation30Min;27593", - "x-ms-ratelimit-remaining-subscription-reads": "11431", - "x-ms-request-id": "b231a2c4-f9e4-48a0-aab7-c2b7214e89c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061509Z:ced98505-7bde-4b39-8755-1b2fda059222" + "x-ms-client-request-id": "e40e067301875fa18270b614d7e159e0", + "x-ms-correlation-request-id": "1ca1d33b-0944-4071-8087-014f21107a98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14854,Microsoft.Compute/GetOperation30Min;29854", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "b73deaac-350a-4f08-82a2-9064daa69af6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061737Z:1ca1d33b-0944-4071-8087-014f21107a98" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b31821a603a773a70d52344e660087f4", + "x-ms-client-request-id": "a75fb168bcc814df53d2108f08e8a0a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25299,7 +25009,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:09 GMT", + "Date": "Mon, 25 Oct 2021 06:17:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25308,31 +25018,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b31821a603a773a70d52344e660087f4", - "x-ms-correlation-request-id": "6946ef03-254a-4df0-bdca-42f31137560d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14818,Microsoft.Compute/GetOperation30Min;27592", - "x-ms-ratelimit-remaining-subscription-reads": "11430", - "x-ms-request-id": "18768fac-f540-49b9-8fac-ae6ec58ddb63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061510Z:6946ef03-254a-4df0-bdca-42f31137560d" + "x-ms-client-request-id": "a75fb168bcc814df53d2108f08e8a0a3", + "x-ms-correlation-request-id": "c393370c-39ff-4d82-949a-92d65a25bad6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14853,Microsoft.Compute/GetOperation30Min;29853", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "29cf0301-7362-41ff-a3f9-397d12c26623", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061737Z:c393370c-39ff-4d82-949a-92d65a25bad6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd5be2c6d51309d25c0946e1b5c0256d", + "x-ms-client-request-id": "63a20d1d634ef887e4e3fc77f392691f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25341,7 +25051,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:10 GMT", + "Date": "Mon, 25 Oct 2021 06:17:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25350,31 +25060,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd5be2c6d51309d25c0946e1b5c0256d", - "x-ms-correlation-request-id": "1b53eea4-af87-4088-b7b9-cb9669281a1a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14817,Microsoft.Compute/GetOperation30Min;27591", - "x-ms-ratelimit-remaining-subscription-reads": "11429", - "x-ms-request-id": "9d169a5f-bc0d-4ee4-b1a2-9439c912df83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061510Z:1b53eea4-af87-4088-b7b9-cb9669281a1a" + "x-ms-client-request-id": "63a20d1d634ef887e4e3fc77f392691f", + "x-ms-correlation-request-id": "ce8affd8-e101-49d7-af77-bdab829762c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14852,Microsoft.Compute/GetOperation30Min;29852", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "21068bf8-7a13-464a-89b5-2618994b022b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061737Z:ce8affd8-e101-49d7-af77-bdab829762c2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0768a1b2d0060016a5c1aa369eef9913", + "x-ms-client-request-id": "cdb66c8c1ca3b62627f991b4f011579a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25383,7 +25093,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:10 GMT", + "Date": "Mon, 25 Oct 2021 06:17:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25392,31 +25102,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0768a1b2d0060016a5c1aa369eef9913", - "x-ms-correlation-request-id": "d2e52e4f-54fa-4932-bb30-f96c82601634", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14816,Microsoft.Compute/GetOperation30Min;27590", - "x-ms-ratelimit-remaining-subscription-reads": "11428", - "x-ms-request-id": "04e6bc46-b475-4722-a37c-5be4e3707596", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061510Z:d2e52e4f-54fa-4932-bb30-f96c82601634" + "x-ms-client-request-id": "cdb66c8c1ca3b62627f991b4f011579a", + "x-ms-correlation-request-id": "d8d17f1d-95e6-45a6-904a-79ee2613a8ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14851,Microsoft.Compute/GetOperation30Min;29851", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "0fa7a773-0be0-40d2-ae75-80cdf1eaf06b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061737Z:d8d17f1d-95e6-45a6-904a-79ee2613a8ff" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53e7587c432dd1b34e0f579ebdc5bd4c", + "x-ms-client-request-id": "caf612cff53f05922967c3e5c06721c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25425,7 +25135,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:10 GMT", + "Date": "Mon, 25 Oct 2021 06:17:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25434,31 +25144,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53e7587c432dd1b34e0f579ebdc5bd4c", - "x-ms-correlation-request-id": "ccd33ed8-b5f5-4c42-b2b2-69c003e02207", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14815,Microsoft.Compute/GetOperation30Min;27589", - "x-ms-ratelimit-remaining-subscription-reads": "11427", - "x-ms-request-id": "e0968e22-ea92-4a6a-9232-70be1ed51a6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061510Z:ccd33ed8-b5f5-4c42-b2b2-69c003e02207" + "x-ms-client-request-id": "caf612cff53f05922967c3e5c06721c0", + "x-ms-correlation-request-id": "efacd19c-d058-49db-b2a8-6e45d4808aa9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14850,Microsoft.Compute/GetOperation30Min;29850", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "e30d5979-991f-447e-9553-82a7b7433594", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061738Z:efacd19c-d058-49db-b2a8-6e45d4808aa9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c49cc72d8098f6eecc5a28512b9c6a6c", + "x-ms-client-request-id": "9b03f169d2310100e6eb3c54d2d307d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25467,7 +25177,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:10 GMT", + "Date": "Mon, 25 Oct 2021 06:17:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25476,31 +25186,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c49cc72d8098f6eecc5a28512b9c6a6c", - "x-ms-correlation-request-id": "a04d66f0-ac50-4a0a-bcc6-f7d4da627600", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14814,Microsoft.Compute/GetOperation30Min;27588", - "x-ms-ratelimit-remaining-subscription-reads": "11426", - "x-ms-request-id": "cef6b3b2-0d6d-495b-987e-c0ad230d1da3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061511Z:a04d66f0-ac50-4a0a-bcc6-f7d4da627600" + "x-ms-client-request-id": "9b03f169d2310100e6eb3c54d2d307d2", + "x-ms-correlation-request-id": "db826559-01ce-4f9d-91da-40d1bba29504", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14849,Microsoft.Compute/GetOperation30Min;29849", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "c02e896f-0f54-4acd-8a21-525d09e3fa73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061738Z:db826559-01ce-4f9d-91da-40d1bba29504" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5d65326fd1d96f3fed97b8f6787843df", + "x-ms-client-request-id": "e0a7618c9f9c96e0dab0a43c5941f6bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25509,7 +25219,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:11 GMT", + "Date": "Mon, 25 Oct 2021 06:17:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25518,31 +25228,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d65326fd1d96f3fed97b8f6787843df", - "x-ms-correlation-request-id": "5d0d846a-f067-410d-be8b-a88f579987c8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14813,Microsoft.Compute/GetOperation30Min;27587", - "x-ms-ratelimit-remaining-subscription-reads": "11425", - "x-ms-request-id": "c77cadcb-dc37-44ef-95ca-43560ef342a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061511Z:5d0d846a-f067-410d-be8b-a88f579987c8" + "x-ms-client-request-id": "e0a7618c9f9c96e0dab0a43c5941f6bf", + "x-ms-correlation-request-id": "8e66224a-57a4-4900-a64d-fd379f3611e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14848,Microsoft.Compute/GetOperation30Min;29848", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "587b66ff-1678-416e-861c-28ea8bc38ba5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061738Z:8e66224a-57a4-4900-a64d-fd379f3611e6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d6085d04d553fc7a6af087d31b62a5b2", + "x-ms-client-request-id": "ff4bd0d8bb0efc6812f5e353b93e3356", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25551,7 +25261,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:11 GMT", + "Date": "Mon, 25 Oct 2021 06:17:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25560,31 +25270,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6085d04d553fc7a6af087d31b62a5b2", - "x-ms-correlation-request-id": "e7a8e002-d574-4696-bf81-7bc60332e842", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14812,Microsoft.Compute/GetOperation30Min;27586", - "x-ms-ratelimit-remaining-subscription-reads": "11424", - "x-ms-request-id": "349048c9-fc6c-4a0c-b2c1-44e635f14419", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061511Z:e7a8e002-d574-4696-bf81-7bc60332e842" + "x-ms-client-request-id": "ff4bd0d8bb0efc6812f5e353b93e3356", + "x-ms-correlation-request-id": "7f0f0ef5-7820-4741-9803-d10549ed471a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14847,Microsoft.Compute/GetOperation30Min;29847", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "1b6809dd-3bf9-45e6-8dc7-2770330f69a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061739Z:7f0f0ef5-7820-4741-9803-d10549ed471a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a2feaa460605c73882dd601c8f77d53", + "x-ms-client-request-id": "5e58f06040c0ca24116dc1812ec3a8a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25593,7 +25303,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:11 GMT", + "Date": "Mon, 25 Oct 2021 06:17:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25602,31 +25312,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a2feaa460605c73882dd601c8f77d53", - "x-ms-correlation-request-id": "cdf4d7a4-816c-45d3-a437-b286728c6d6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14811,Microsoft.Compute/GetOperation30Min;27585", - "x-ms-ratelimit-remaining-subscription-reads": "11423", - "x-ms-request-id": "51101a6e-11bb-4b29-9ae3-7b6247420606", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061511Z:cdf4d7a4-816c-45d3-a437-b286728c6d6a" + "x-ms-client-request-id": "5e58f06040c0ca24116dc1812ec3a8a4", + "x-ms-correlation-request-id": "abaedb68-80d7-4ff5-ac58-b94aead34ffb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14846,Microsoft.Compute/GetOperation30Min;29846", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "95cf8bb1-d3a8-4b8b-b7d8-32d12d37c73a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061739Z:abaedb68-80d7-4ff5-ac58-b94aead34ffb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ce4d481693939a19b869f2e8496b538b", + "x-ms-client-request-id": "017b7df40788d1c4f8aacea6bb8cdc9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25635,7 +25345,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:11 GMT", + "Date": "Mon, 25 Oct 2021 06:17:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25644,31 +25354,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce4d481693939a19b869f2e8496b538b", - "x-ms-correlation-request-id": "41b85e90-e885-44f6-874d-cecbd53bcd14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14810,Microsoft.Compute/GetOperation30Min;27584", - "x-ms-ratelimit-remaining-subscription-reads": "11422", - "x-ms-request-id": "5363098f-24f6-438e-bdf5-4cb01a8c665d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061512Z:41b85e90-e885-44f6-874d-cecbd53bcd14" + "x-ms-client-request-id": "017b7df40788d1c4f8aacea6bb8cdc9c", + "x-ms-correlation-request-id": "b864e2ed-2c94-45e9-b20f-1bfc7f09ceac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14845,Microsoft.Compute/GetOperation30Min;29845", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "2a61b7db-e515-4ed0-a414-16c0fad7c4cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061739Z:b864e2ed-2c94-45e9-b20f-1bfc7f09ceac" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8d5205f1b949a37ee9ac4e25fe793373", + "x-ms-client-request-id": "68dc4d7d98e998feac80eda0fae7ce4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25677,7 +25387,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:12 GMT", + "Date": "Mon, 25 Oct 2021 06:17:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25686,31 +25396,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d5205f1b949a37ee9ac4e25fe793373", - "x-ms-correlation-request-id": "ff0bf18a-0ea8-4906-b7df-3e4ea3dba7a5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14809,Microsoft.Compute/GetOperation30Min;27583", - "x-ms-ratelimit-remaining-subscription-reads": "11421", - "x-ms-request-id": "3c824c1f-8825-4f79-9222-806de6048091", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061512Z:ff0bf18a-0ea8-4906-b7df-3e4ea3dba7a5" + "x-ms-client-request-id": "68dc4d7d98e998feac80eda0fae7ce4e", + "x-ms-correlation-request-id": "832ed643-7ba6-47d1-8fe9-0bb9a8ceb626", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14844,Microsoft.Compute/GetOperation30Min;29844", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "4b60c6fd-f8fc-4f3c-9d63-356dcf7baf8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061739Z:832ed643-7ba6-47d1-8fe9-0bb9a8ceb626" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d2bc3472d714101ed095d2f76e8a121c", + "x-ms-client-request-id": "3c5e3e4c31c258ce2c876516717d0f85", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25719,7 +25429,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:12 GMT", + "Date": "Mon, 25 Oct 2021 06:17:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25728,31 +25438,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2bc3472d714101ed095d2f76e8a121c", - "x-ms-correlation-request-id": "59628710-c13c-44d1-b3ae-0b1e5a7742cf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14808,Microsoft.Compute/GetOperation30Min;27582", - "x-ms-ratelimit-remaining-subscription-reads": "11420", - "x-ms-request-id": "0e1f5798-80f8-4432-9a08-bd7ab802d4d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061512Z:59628710-c13c-44d1-b3ae-0b1e5a7742cf" + "x-ms-client-request-id": "3c5e3e4c31c258ce2c876516717d0f85", + "x-ms-correlation-request-id": "cb748c05-08d3-45fe-b14e-8388d286e49c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14843,Microsoft.Compute/GetOperation30Min;29843", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "1fa772bc-0440-4288-9107-c230eecbdff4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061740Z:cb748c05-08d3-45fe-b14e-8388d286e49c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c20f4ad9f0a55d09caaae4e744f39b3e", + "x-ms-client-request-id": "e003249040e75cbb7ee254071923d611", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25761,7 +25471,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:12 GMT", + "Date": "Mon, 25 Oct 2021 06:17:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25770,31 +25480,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c20f4ad9f0a55d09caaae4e744f39b3e", - "x-ms-correlation-request-id": "2ec03d1d-67d4-42df-8cb1-02a394905168", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14807,Microsoft.Compute/GetOperation30Min;27581", - "x-ms-ratelimit-remaining-subscription-reads": "11419", - "x-ms-request-id": "b26efd3c-9144-4174-b6ef-5206d2403efc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061512Z:2ec03d1d-67d4-42df-8cb1-02a394905168" + "x-ms-client-request-id": "e003249040e75cbb7ee254071923d611", + "x-ms-correlation-request-id": "da5d4559-35a4-4827-9a8c-291c42e16c6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14842,Microsoft.Compute/GetOperation30Min;29842", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "588e3ffb-87a9-4827-ae03-5828d6243e5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061740Z:da5d4559-35a4-4827-9a8c-291c42e16c6a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "15757f3581af1977e741bdb4e786355e", + "x-ms-client-request-id": "7c5a80dba02d4bd97f843b6132e8272f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25803,7 +25513,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:12 GMT", + "Date": "Mon, 25 Oct 2021 06:17:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25812,31 +25522,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15757f3581af1977e741bdb4e786355e", - "x-ms-correlation-request-id": "4436c401-3fb4-4652-a262-39a126250e16", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14806,Microsoft.Compute/GetOperation30Min;27580", - "x-ms-ratelimit-remaining-subscription-reads": "11418", - "x-ms-request-id": "ddde160f-3513-405a-890f-064e0d33db4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061512Z:4436c401-3fb4-4652-a262-39a126250e16" + "x-ms-client-request-id": "7c5a80dba02d4bd97f843b6132e8272f", + "x-ms-correlation-request-id": "502ad4a0-eae7-4ccc-b012-a4e858717cf2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14841,Microsoft.Compute/GetOperation30Min;29841", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "c036dec3-a45c-408d-b5b0-ab0271f2a13f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061740Z:502ad4a0-eae7-4ccc-b012-a4e858717cf2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b34c329a716a82ce2a5f0869f337ccdc", + "x-ms-client-request-id": "d5106871ede30c678201bddfdcc73e09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25845,7 +25555,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:13 GMT", + "Date": "Mon, 25 Oct 2021 06:17:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25854,31 +25564,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b34c329a716a82ce2a5f0869f337ccdc", - "x-ms-correlation-request-id": "a332a29f-946b-4361-b19e-e861926da2eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14805,Microsoft.Compute/GetOperation30Min;27579", - "x-ms-ratelimit-remaining-subscription-reads": "11417", - "x-ms-request-id": "999734ab-4f5e-4231-80d2-99bae2aafdca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061513Z:a332a29f-946b-4361-b19e-e861926da2eb" + "x-ms-client-request-id": "d5106871ede30c678201bddfdcc73e09", + "x-ms-correlation-request-id": "2eeda216-f0eb-4749-93a8-195cda7f7b53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14840,Microsoft.Compute/GetOperation30Min;29840", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "2b8b7915-b2f9-419f-884d-2a87084e98b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061740Z:2eeda216-f0eb-4749-93a8-195cda7f7b53" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "efc294f9fc15586dd3f6da6433557643", + "x-ms-client-request-id": "f13a54b09223ef574ab86063045a2a96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25887,7 +25597,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:13 GMT", + "Date": "Mon, 25 Oct 2021 06:17:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25896,31 +25606,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efc294f9fc15586dd3f6da6433557643", - "x-ms-correlation-request-id": "e7c5e32d-6a03-49c8-81a7-2f55641f8f89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14804,Microsoft.Compute/GetOperation30Min;27578", - "x-ms-ratelimit-remaining-subscription-reads": "11416", - "x-ms-request-id": "3700318a-5fa7-4043-b2a2-833754a07e5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061513Z:e7c5e32d-6a03-49c8-81a7-2f55641f8f89" + "x-ms-client-request-id": "f13a54b09223ef574ab86063045a2a96", + "x-ms-correlation-request-id": "252466f6-6a37-4b03-823a-13c6b19acc7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14839,Microsoft.Compute/GetOperation30Min;29839", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "bfee2df6-4a96-45b1-b69e-873ad3ed0d9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061741Z:252466f6-6a37-4b03-823a-13c6b19acc7a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "124d8575e7a7c3d4b0f2eb4f780d25b0", + "x-ms-client-request-id": "b09525bb0012ee2d194df92be3f96eb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25929,7 +25639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:13 GMT", + "Date": "Mon, 25 Oct 2021 06:17:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25938,31 +25648,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "124d8575e7a7c3d4b0f2eb4f780d25b0", - "x-ms-correlation-request-id": "82acfa89-e365-4fed-bcb8-018380667f89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14803,Microsoft.Compute/GetOperation30Min;27577", - "x-ms-ratelimit-remaining-subscription-reads": "11415", - "x-ms-request-id": "3adf927d-1034-40df-822c-b074945c1edc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061513Z:82acfa89-e365-4fed-bcb8-018380667f89" + "x-ms-client-request-id": "b09525bb0012ee2d194df92be3f96eb8", + "x-ms-correlation-request-id": "eb8a4bf0-5ca3-4fd0-b101-70c9c771b72d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14838,Microsoft.Compute/GetOperation30Min;29838", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "f65a0b33-e5c4-48e5-bd1a-bf09a8351456", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061741Z:eb8a4bf0-5ca3-4fd0-b101-70c9c771b72d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53bae07545c49d49c5f4e073966a4fd4", + "x-ms-client-request-id": "deb0314535addf0b11208a2b8c030728", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25971,7 +25681,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:13 GMT", + "Date": "Mon, 25 Oct 2021 06:17:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25980,31 +25690,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53bae07545c49d49c5f4e073966a4fd4", - "x-ms-correlation-request-id": "3b6c0c54-63d7-40e2-b4e6-b3d1e5dd74d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14802,Microsoft.Compute/GetOperation30Min;27576", - "x-ms-ratelimit-remaining-subscription-reads": "11414", - "x-ms-request-id": "cfc835e2-7c43-4e9b-b1eb-52b8f1998348", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061513Z:3b6c0c54-63d7-40e2-b4e6-b3d1e5dd74d5" + "x-ms-client-request-id": "deb0314535addf0b11208a2b8c030728", + "x-ms-correlation-request-id": "02619cd4-96a2-483b-a360-df8466d39a5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14837,Microsoft.Compute/GetOperation30Min;29837", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "57746aaf-bc1c-48d2-80d4-7c9c7c93098c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061741Z:02619cd4-96a2-483b-a360-df8466d39a5a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ef4c5e9b9e91135c0ff3e22111ddfc5", + "x-ms-client-request-id": "b72426d78d31b0f6264cd8d5982b0c51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26013,7 +25723,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:14 GMT", + "Date": "Mon, 25 Oct 2021 06:17:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26022,31 +25732,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ef4c5e9b9e91135c0ff3e22111ddfc5", - "x-ms-correlation-request-id": "c55ea0c7-3820-4ee7-b1ad-244d09e74755", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14801,Microsoft.Compute/GetOperation30Min;27575", - "x-ms-ratelimit-remaining-subscription-reads": "11413", - "x-ms-request-id": "16fba26f-7b8b-4b1b-a136-9e39a30ee7e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061514Z:c55ea0c7-3820-4ee7-b1ad-244d09e74755" + "x-ms-client-request-id": "b72426d78d31b0f6264cd8d5982b0c51", + "x-ms-correlation-request-id": "ef3d67fb-5cd7-4b5a-a92d-4f7b6b00d53e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14836,Microsoft.Compute/GetOperation30Min;29836", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "5b865ca1-5c4a-4616-ac50-9405d35d6890", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061742Z:ef3d67fb-5cd7-4b5a-a92d-4f7b6b00d53e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "52ef2ad0239a2f7e3bb04cb207602c46", + "x-ms-client-request-id": "d21ea8494ba985e919b59ff276016115", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26055,7 +25765,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:14 GMT", + "Date": "Mon, 25 Oct 2021 06:17:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26064,31 +25774,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52ef2ad0239a2f7e3bb04cb207602c46", - "x-ms-correlation-request-id": "30dca39f-fbd6-41ae-b4d2-fd33d1012064", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14800,Microsoft.Compute/GetOperation30Min;27574", - "x-ms-ratelimit-remaining-subscription-reads": "11412", - "x-ms-request-id": "be616f56-480d-4ba4-b151-4c1e1b085a0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061514Z:30dca39f-fbd6-41ae-b4d2-fd33d1012064" + "x-ms-client-request-id": "d21ea8494ba985e919b59ff276016115", + "x-ms-correlation-request-id": "c513438c-acec-494b-80be-a146605dc240", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14835,Microsoft.Compute/GetOperation30Min;29835", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "e0826432-ceef-4ed1-80b0-09572960ed82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061742Z:c513438c-acec-494b-80be-a146605dc240" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b36616a2b719bbc6aaa892c507278ba8", + "x-ms-client-request-id": "bd54d145b7d5b7863b00b7615d3646e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26097,7 +25807,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:14 GMT", + "Date": "Mon, 25 Oct 2021 06:17:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26106,31 +25816,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b36616a2b719bbc6aaa892c507278ba8", - "x-ms-correlation-request-id": "8f5af35c-2e32-4bc2-8307-8eb4f85c7bbf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14799,Microsoft.Compute/GetOperation30Min;27573", - "x-ms-ratelimit-remaining-subscription-reads": "11411", - "x-ms-request-id": "f9967ec9-0ad7-41d6-bcba-99f0dfa3cc82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061514Z:8f5af35c-2e32-4bc2-8307-8eb4f85c7bbf" + "x-ms-client-request-id": "bd54d145b7d5b7863b00b7615d3646e6", + "x-ms-correlation-request-id": "6a3ef646-e72c-4089-b676-35207ea6af5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14834,Microsoft.Compute/GetOperation30Min;29834", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "23a9d196-1ad4-41b2-a220-f979adc7e319", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061742Z:6a3ef646-e72c-4089-b676-35207ea6af5b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ca31b15fd7bc63946c432396c820a5f", + "x-ms-client-request-id": "e4e2391434e58b7e3c9e9d7cee043925", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26139,7 +25849,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:14 GMT", + "Date": "Mon, 25 Oct 2021 06:17:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26148,31 +25858,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ca31b15fd7bc63946c432396c820a5f", - "x-ms-correlation-request-id": "ff5445b1-d8d8-4a2e-9426-612cb33a751e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14798,Microsoft.Compute/GetOperation30Min;27572", - "x-ms-ratelimit-remaining-subscription-reads": "11410", - "x-ms-request-id": "2eb8c6d2-48ce-4912-851f-3c7813862045", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061514Z:ff5445b1-d8d8-4a2e-9426-612cb33a751e" + "x-ms-client-request-id": "e4e2391434e58b7e3c9e9d7cee043925", + "x-ms-correlation-request-id": "b3879734-aaac-4781-b194-d8789d5f7fc6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14833,Microsoft.Compute/GetOperation30Min;29833", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "24afe44e-2f2e-495a-8638-750c7c21d662", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061742Z:b3879734-aaac-4781-b194-d8789d5f7fc6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fa7ff7d32bb719ac6433a7f290b92714", + "x-ms-client-request-id": "c78fc2ea4ed7917b216697a9948728e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26181,7 +25891,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:15 GMT", + "Date": "Mon, 25 Oct 2021 06:17:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26190,31 +25900,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa7ff7d32bb719ac6433a7f290b92714", - "x-ms-correlation-request-id": "3b410c12-2f10-4918-8fae-9ed184deddba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14797,Microsoft.Compute/GetOperation30Min;27571", - "x-ms-ratelimit-remaining-subscription-reads": "11409", - "x-ms-request-id": "e17102f0-4716-44cf-84be-d38792961812", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061515Z:3b410c12-2f10-4918-8fae-9ed184deddba" + "x-ms-client-request-id": "c78fc2ea4ed7917b216697a9948728e3", + "x-ms-correlation-request-id": "0e95306f-fcdd-49de-b213-45906295862d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14832,Microsoft.Compute/GetOperation30Min;29832", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "f2e32722-0166-4917-8ade-c785071ad64d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061743Z:0e95306f-fcdd-49de-b213-45906295862d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eb9da424bfbda5cbdda06d54848c4e27", + "x-ms-client-request-id": "3cddb96f7c1e113052c880361a0ac936", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26223,7 +25933,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:15 GMT", + "Date": "Mon, 25 Oct 2021 06:17:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26232,31 +25942,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb9da424bfbda5cbdda06d54848c4e27", - "x-ms-correlation-request-id": "0319b7fb-af9e-4821-8211-3753bfe14210", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14796,Microsoft.Compute/GetOperation30Min;27570", - "x-ms-ratelimit-remaining-subscription-reads": "11408", - "x-ms-request-id": "301d82c5-3545-4188-88a6-d6dbf5fe3ce2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061515Z:0319b7fb-af9e-4821-8211-3753bfe14210" + "x-ms-client-request-id": "3cddb96f7c1e113052c880361a0ac936", + "x-ms-correlation-request-id": "f1710990-294a-4214-ab2b-bef4f4f61c9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14831,Microsoft.Compute/GetOperation30Min;29831", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "ac2b15ae-57a9-4e98-9947-482389be298c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061743Z:f1710990-294a-4214-ab2b-bef4f4f61c9f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0ff2339e91a7e9f06e8908475547368c", + "x-ms-client-request-id": "9a7691c67ea6c50ebd50c27f9cd5f7b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26265,7 +25975,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:15 GMT", + "Date": "Mon, 25 Oct 2021 06:17:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26274,31 +25984,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ff2339e91a7e9f06e8908475547368c", - "x-ms-correlation-request-id": "1b1854af-1b46-4492-87d4-fcae60e1f969", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14795,Microsoft.Compute/GetOperation30Min;27569", - "x-ms-ratelimit-remaining-subscription-reads": "11407", - "x-ms-request-id": "05ff8a21-6566-4ce6-89fe-1ed8c46d4aec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061515Z:1b1854af-1b46-4492-87d4-fcae60e1f969" + "x-ms-client-request-id": "9a7691c67ea6c50ebd50c27f9cd5f7b5", + "x-ms-correlation-request-id": "ada73426-0756-47b4-90b2-690bebce36cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14830,Microsoft.Compute/GetOperation30Min;29830", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "d4224be8-e817-42c6-931d-2f9bd83653df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061743Z:ada73426-0756-47b4-90b2-690bebce36cf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c8151d9c1ee513a22cda1d17be5894d7", + "x-ms-client-request-id": "340cb976fd266d06927e750ece447717", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26307,7 +26017,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:15 GMT", + "Date": "Mon, 25 Oct 2021 06:17:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26316,31 +26026,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8151d9c1ee513a22cda1d17be5894d7", - "x-ms-correlation-request-id": "85851e5a-6cd6-4392-b42b-613a945be84e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14794,Microsoft.Compute/GetOperation30Min;27568", - "x-ms-ratelimit-remaining-subscription-reads": "11406", - "x-ms-request-id": "b4c8ab7d-c256-45f9-9473-9a33a5f18323", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061515Z:85851e5a-6cd6-4392-b42b-613a945be84e" + "x-ms-client-request-id": "340cb976fd266d06927e750ece447717", + "x-ms-correlation-request-id": "e9ea6803-79cc-4467-be2d-f6cc7ec09c92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14829,Microsoft.Compute/GetOperation30Min;29829", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "8f5ca0c5-4218-413d-b2ec-f12e670b8627", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061743Z:e9ea6803-79cc-4467-be2d-f6cc7ec09c92" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5d5380e518c7926db3b47c33b7845095", + "x-ms-client-request-id": "02e2619c8d11f03daa177ecebab0747c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26349,7 +26059,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:16 GMT", + "Date": "Mon, 25 Oct 2021 06:17:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26358,31 +26068,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d5380e518c7926db3b47c33b7845095", - "x-ms-correlation-request-id": "77b72092-7d7a-4695-8d05-8437f4c056d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14793,Microsoft.Compute/GetOperation30Min;27567", - "x-ms-ratelimit-remaining-subscription-reads": "11405", - "x-ms-request-id": "c0e6848b-87bc-4aed-8160-c918419bf385", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061516Z:77b72092-7d7a-4695-8d05-8437f4c056d3" + "x-ms-client-request-id": "02e2619c8d11f03daa177ecebab0747c", + "x-ms-correlation-request-id": "3c34edee-8962-43c2-8f8d-a57b3e21d572", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14828,Microsoft.Compute/GetOperation30Min;29828", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "ea6a0403-564f-4810-84ef-eab43ec1c6f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061744Z:3c34edee-8962-43c2-8f8d-a57b3e21d572" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "66b7e06a86777f4290dfe3cd73d92a16", + "x-ms-client-request-id": "60c0cbd094fdc80f8b08072708fff778", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26391,7 +26101,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:16 GMT", + "Date": "Mon, 25 Oct 2021 06:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26400,31 +26110,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66b7e06a86777f4290dfe3cd73d92a16", - "x-ms-correlation-request-id": "4c206375-13c9-4113-84e9-c48b06f3090c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14792,Microsoft.Compute/GetOperation30Min;27566", - "x-ms-ratelimit-remaining-subscription-reads": "11404", - "x-ms-request-id": "970a75b2-6059-48bd-a1a5-14b99227cbd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061516Z:4c206375-13c9-4113-84e9-c48b06f3090c" + "x-ms-client-request-id": "60c0cbd094fdc80f8b08072708fff778", + "x-ms-correlation-request-id": "7f26433a-d6a6-4522-9068-547efe23b89b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14827,Microsoft.Compute/GetOperation30Min;29827", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "ae2c00c1-cbda-447f-b833-67bcf82e547e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061744Z:7f26433a-d6a6-4522-9068-547efe23b89b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d56230f5d8f384c5b0821431a16f5ba7", + "x-ms-client-request-id": "3be2abd8f5f2e8a37c1b8a0e7f38b3e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26433,7 +26143,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:16 GMT", + "Date": "Mon, 25 Oct 2021 06:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26442,31 +26152,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d56230f5d8f384c5b0821431a16f5ba7", - "x-ms-correlation-request-id": "fa2dc960-20aa-486e-bd2e-1c3c4974a3c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14791,Microsoft.Compute/GetOperation30Min;27565", - "x-ms-ratelimit-remaining-subscription-reads": "11403", - "x-ms-request-id": "cc757458-fdfc-4dec-ba02-cd6789368be3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061516Z:fa2dc960-20aa-486e-bd2e-1c3c4974a3c6" + "x-ms-client-request-id": "3be2abd8f5f2e8a37c1b8a0e7f38b3e1", + "x-ms-correlation-request-id": "f23c7a23-9515-4d6a-bfc6-5658adb1bf92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14826,Microsoft.Compute/GetOperation30Min;29826", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "a139ea4c-3531-4977-8d16-e1dae963250f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061744Z:f23c7a23-9515-4d6a-bfc6-5658adb1bf92" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "deac88892da05f603dd4cce8349f1fd9", + "x-ms-client-request-id": "023df80a17840819511976098515e8aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26475,7 +26185,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:16 GMT", + "Date": "Mon, 25 Oct 2021 06:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26484,31 +26194,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "deac88892da05f603dd4cce8349f1fd9", - "x-ms-correlation-request-id": "b8a4ec1b-59f2-4336-9f9c-a7da82ba0c44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14790,Microsoft.Compute/GetOperation30Min;27564", - "x-ms-ratelimit-remaining-subscription-reads": "11402", - "x-ms-request-id": "d8b64ebd-7eeb-4b1b-a48d-8cd50244287d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061516Z:b8a4ec1b-59f2-4336-9f9c-a7da82ba0c44" + "x-ms-client-request-id": "023df80a17840819511976098515e8aa", + "x-ms-correlation-request-id": "aa1eb713-0542-491a-b042-e5b427d4a1bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14825,Microsoft.Compute/GetOperation30Min;29825", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "adf0639a-7863-4358-b5ce-1de500f3a562", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061744Z:aa1eb713-0542-491a-b042-e5b427d4a1bb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "863d65897b2291a11a32b6f47111dd20", + "x-ms-client-request-id": "0ef5052038cedb8928d8e3e20a014953", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26517,7 +26227,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:16 GMT", + "Date": "Mon, 25 Oct 2021 06:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26526,31 +26236,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "863d65897b2291a11a32b6f47111dd20", - "x-ms-correlation-request-id": "6dacc107-b31b-46dd-846a-1f81e4a7dec9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14789,Microsoft.Compute/GetOperation30Min;27563", - "x-ms-ratelimit-remaining-subscription-reads": "11401", - "x-ms-request-id": "6bfff7f1-522a-4702-a9b0-5cb47ec6d17b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061517Z:6dacc107-b31b-46dd-846a-1f81e4a7dec9" + "x-ms-client-request-id": "0ef5052038cedb8928d8e3e20a014953", + "x-ms-correlation-request-id": "414b7945-d988-47fd-b117-d16e68a4ae98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14824,Microsoft.Compute/GetOperation30Min;29824", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "93e27064-8aa9-4877-ad1e-0ac0f169bdd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061745Z:414b7945-d988-47fd-b117-d16e68a4ae98" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eb433b834c2cc776d003971f0bdd5010", + "x-ms-client-request-id": "101c2654f4c1c1f492daead97e9a6267", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26559,7 +26269,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:17 GMT", + "Date": "Mon, 25 Oct 2021 06:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26568,31 +26278,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb433b834c2cc776d003971f0bdd5010", - "x-ms-correlation-request-id": "a27a7b24-3825-4e0e-8b2c-31e4dd30c9f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14788,Microsoft.Compute/GetOperation30Min;27562", - "x-ms-ratelimit-remaining-subscription-reads": "11400", - "x-ms-request-id": "8190035e-b1de-4717-b3a7-511d36296f59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061517Z:a27a7b24-3825-4e0e-8b2c-31e4dd30c9f7" + "x-ms-client-request-id": "101c2654f4c1c1f492daead97e9a6267", + "x-ms-correlation-request-id": "34ba58e1-0826-469a-a5a4-a516b0b848a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14823,Microsoft.Compute/GetOperation30Min;29823", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "b42a3a8a-e807-4ad5-89f4-86d1147e1b36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061745Z:34ba58e1-0826-469a-a5a4-a516b0b848a0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3ba73a63d4320e85e61bc36e776bed2b", + "x-ms-client-request-id": "79eedf33a443d2136e62daab3437fd50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26601,7 +26311,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:17 GMT", + "Date": "Mon, 25 Oct 2021 06:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26610,31 +26320,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ba73a63d4320e85e61bc36e776bed2b", - "x-ms-correlation-request-id": "48f1d22c-1124-476a-bf59-0d49620088c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14787,Microsoft.Compute/GetOperation30Min;27561", - "x-ms-ratelimit-remaining-subscription-reads": "11399", - "x-ms-request-id": "608f347d-3963-472e-8947-48193c51ffcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061517Z:48f1d22c-1124-476a-bf59-0d49620088c7" + "x-ms-client-request-id": "79eedf33a443d2136e62daab3437fd50", + "x-ms-correlation-request-id": "86c1a16a-877d-4057-8de3-8574d2915e6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14822,Microsoft.Compute/GetOperation30Min;29822", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "26c96400-61b3-49f8-8600-437bf0ae92e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061745Z:86c1a16a-877d-4057-8de3-8574d2915e6b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f864acf7335c3dacef75b61ee382853d", + "x-ms-client-request-id": "5fb423d0d7f82be810337cf44eb05d8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26643,7 +26353,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:17 GMT", + "Date": "Mon, 25 Oct 2021 06:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26652,31 +26362,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f864acf7335c3dacef75b61ee382853d", - "x-ms-correlation-request-id": "254faff0-ba09-4294-8305-b7a9516515b7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14786,Microsoft.Compute/GetOperation30Min;27560", - "x-ms-ratelimit-remaining-subscription-reads": "11398", - "x-ms-request-id": "da44a845-c983-4b85-be33-4a67a0ce0529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061517Z:254faff0-ba09-4294-8305-b7a9516515b7" + "x-ms-client-request-id": "5fb423d0d7f82be810337cf44eb05d8d", + "x-ms-correlation-request-id": "a0dd525d-be24-42f8-a500-3ac54cae991d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14821,Microsoft.Compute/GetOperation30Min;29821", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "b91375b7-9ac3-47f2-98c9-9c3f0cc400b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061746Z:a0dd525d-be24-42f8-a500-3ac54cae991d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3791a5e1a169afeeb635051188075065", + "x-ms-client-request-id": "2aae7c76cf12b00f124aa15f1a498d5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26685,7 +26395,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:17 GMT", + "Date": "Mon, 25 Oct 2021 06:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26694,31 +26404,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3791a5e1a169afeeb635051188075065", - "x-ms-correlation-request-id": "e56c326c-9d43-43b7-9d05-238f9964735d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14785,Microsoft.Compute/GetOperation30Min;27559", - "x-ms-ratelimit-remaining-subscription-reads": "11397", - "x-ms-request-id": "d168d3ef-87a4-4292-8dde-c1a6e105c4d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061518Z:e56c326c-9d43-43b7-9d05-238f9964735d" + "x-ms-client-request-id": "2aae7c76cf12b00f124aa15f1a498d5b", + "x-ms-correlation-request-id": "074df35a-e90a-4932-995e-7e062460e221", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14820,Microsoft.Compute/GetOperation30Min;29820", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "96da01f5-cbd4-46e7-a884-4e2888c9464d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061746Z:074df35a-e90a-4932-995e-7e062460e221" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5f286b1558782fb48d6a4cbc1e662b64", + "x-ms-client-request-id": "5a099adc02e65b6ef6c3690f281e84be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26727,7 +26437,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:18 GMT", + "Date": "Mon, 25 Oct 2021 06:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26736,31 +26446,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f286b1558782fb48d6a4cbc1e662b64", - "x-ms-correlation-request-id": "f7761faf-e55a-42ea-8b39-91e1895ee34e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14784,Microsoft.Compute/GetOperation30Min;27558", - "x-ms-ratelimit-remaining-subscription-reads": "11396", - "x-ms-request-id": "93123d40-3ad9-4842-8502-a3d439d20e16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061518Z:f7761faf-e55a-42ea-8b39-91e1895ee34e" + "x-ms-client-request-id": "5a099adc02e65b6ef6c3690f281e84be", + "x-ms-correlation-request-id": "d6916286-f62c-404d-b84d-26e3f8a5cb2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14819,Microsoft.Compute/GetOperation30Min;29819", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "d5b5de0c-d1db-44a6-9f87-210fd85f464c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061746Z:d6916286-f62c-404d-b84d-26e3f8a5cb2c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d18c8596b5d955c2beb542272e9bb4e8", + "x-ms-client-request-id": "b7354c04d288003d14044cad368910c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26769,7 +26479,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:18 GMT", + "Date": "Mon, 25 Oct 2021 06:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26778,31 +26488,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d18c8596b5d955c2beb542272e9bb4e8", - "x-ms-correlation-request-id": "aba5ceb1-babe-4ea2-a8c4-02694c0a9065", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14783,Microsoft.Compute/GetOperation30Min;27557", - "x-ms-ratelimit-remaining-subscription-reads": "11395", - "x-ms-request-id": "c740be28-8b5d-4aa0-a22e-6b44c012976d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061518Z:aba5ceb1-babe-4ea2-a8c4-02694c0a9065" + "x-ms-client-request-id": "b7354c04d288003d14044cad368910c7", + "x-ms-correlation-request-id": "9ed7339f-268e-4384-b5c2-94e76a59f5bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14818,Microsoft.Compute/GetOperation30Min;29818", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "85c4c56a-c717-412d-92f2-148413055a4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061746Z:9ed7339f-268e-4384-b5c2-94e76a59f5bc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "77095025255a89c5f061a9ff5532904f", + "x-ms-client-request-id": "b31821a603a773a70d52344e660087f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26811,7 +26521,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:18 GMT", + "Date": "Mon, 25 Oct 2021 06:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26820,31 +26530,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77095025255a89c5f061a9ff5532904f", - "x-ms-correlation-request-id": "b4c58836-9674-47c0-aeb2-d4f866f81e91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14782,Microsoft.Compute/GetOperation30Min;27556", - "x-ms-ratelimit-remaining-subscription-reads": "11394", - "x-ms-request-id": "6d248367-2da6-457a-b488-1ce26b0eda62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061518Z:b4c58836-9674-47c0-aeb2-d4f866f81e91" + "x-ms-client-request-id": "b31821a603a773a70d52344e660087f4", + "x-ms-correlation-request-id": "b107c251-2b3a-4f90-b15e-744def538091", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14817,Microsoft.Compute/GetOperation30Min;29817", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "df2d4538-4c3d-4369-9f15-55850294d988", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061747Z:b107c251-2b3a-4f90-b15e-744def538091" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "027aa00a7e7a5f8ba9d2a1c2158d01f1", + "x-ms-client-request-id": "cd5be2c6d51309d25c0946e1b5c0256d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26853,7 +26563,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:18 GMT", + "Date": "Mon, 25 Oct 2021 06:17:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26862,31 +26572,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "027aa00a7e7a5f8ba9d2a1c2158d01f1", - "x-ms-correlation-request-id": "fe273840-9dea-4456-8bb3-6e5466ec5317", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14781,Microsoft.Compute/GetOperation30Min;27555", - "x-ms-ratelimit-remaining-subscription-reads": "11393", - "x-ms-request-id": "429e4477-8c45-4681-80ff-d9ac26d92f27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061519Z:fe273840-9dea-4456-8bb3-6e5466ec5317" + "x-ms-client-request-id": "cd5be2c6d51309d25c0946e1b5c0256d", + "x-ms-correlation-request-id": "4a6c6486-b828-4f1e-9f5b-4d5668c118ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14816,Microsoft.Compute/GetOperation30Min;29816", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "bd184b34-8df9-4c59-9961-560259c89375", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061747Z:4a6c6486-b828-4f1e-9f5b-4d5668c118ce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd9763b5b35d700ac003e0770bc3008b", + "x-ms-client-request-id": "0768a1b2d0060016a5c1aa369eef9913", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26895,7 +26605,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:19 GMT", + "Date": "Mon, 25 Oct 2021 06:17:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26904,31 +26614,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd9763b5b35d700ac003e0770bc3008b", - "x-ms-correlation-request-id": "107f32a0-a158-45c1-8e65-5510258954d8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14780,Microsoft.Compute/GetOperation30Min;27554", - "x-ms-ratelimit-remaining-subscription-reads": "11392", - "x-ms-request-id": "82658c25-ce8d-43be-a23d-c4681e59a794", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061519Z:107f32a0-a158-45c1-8e65-5510258954d8" + "x-ms-client-request-id": "0768a1b2d0060016a5c1aa369eef9913", + "x-ms-correlation-request-id": "42ea26c9-7cca-47b0-9b40-4e8a12c392d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14815,Microsoft.Compute/GetOperation30Min;29815", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "a3670093-dc33-4816-bc92-ccffaabc2444", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061747Z:42ea26c9-7cca-47b0-9b40-4e8a12c392d2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8d1cf324b220a66dc4a9cd8784027363", + "x-ms-client-request-id": "53e7587c432dd1b34e0f579ebdc5bd4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26937,7 +26647,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:19 GMT", + "Date": "Mon, 25 Oct 2021 06:17:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26946,31 +26656,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d1cf324b220a66dc4a9cd8784027363", - "x-ms-correlation-request-id": "ac8fa4a5-9929-4d66-b912-ef7d715d9ea2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14779,Microsoft.Compute/GetOperation30Min;27553", - "x-ms-ratelimit-remaining-subscription-reads": "11391", - "x-ms-request-id": "2e11d4e2-2e09-477d-aaa0-36a63253b64a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061519Z:ac8fa4a5-9929-4d66-b912-ef7d715d9ea2" + "x-ms-client-request-id": "53e7587c432dd1b34e0f579ebdc5bd4c", + "x-ms-correlation-request-id": "a0b0f062-5880-4ad2-9f0c-044ec3598ee6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14814,Microsoft.Compute/GetOperation30Min;29814", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "4f4f717b-d6b4-4a71-812e-67cd0474162a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061747Z:a0b0f062-5880-4ad2-9f0c-044ec3598ee6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f149b860c39a56f1960a41779d1454e6", + "x-ms-client-request-id": "c49cc72d8098f6eecc5a28512b9c6a6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26979,7 +26689,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:19 GMT", + "Date": "Mon, 25 Oct 2021 06:17:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26988,31 +26698,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f149b860c39a56f1960a41779d1454e6", - "x-ms-correlation-request-id": "c7834c66-debe-45e8-b791-03126565d720", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14778,Microsoft.Compute/GetOperation30Min;27552", - "x-ms-ratelimit-remaining-subscription-reads": "11390", - "x-ms-request-id": "30bb6e2b-8bf7-42c0-ab37-5d8abc05de21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061519Z:c7834c66-debe-45e8-b791-03126565d720" + "x-ms-client-request-id": "c49cc72d8098f6eecc5a28512b9c6a6c", + "x-ms-correlation-request-id": "6b862edc-76d2-49b5-b385-c9853f3fac32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14813,Microsoft.Compute/GetOperation30Min;29813", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "d58075ee-7ace-4a77-a748-ffd6a9205816", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061748Z:6b862edc-76d2-49b5-b385-c9853f3fac32" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "229e15d2737003d0f6f008b4e582ecbe", + "x-ms-client-request-id": "5d65326fd1d96f3fed97b8f6787843df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27021,7 +26731,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:19 GMT", + "Date": "Mon, 25 Oct 2021 06:17:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27030,31 +26740,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "229e15d2737003d0f6f008b4e582ecbe", - "x-ms-correlation-request-id": "81111d48-a507-4844-8dac-965cde5ab102", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14777,Microsoft.Compute/GetOperation30Min;27551", - "x-ms-ratelimit-remaining-subscription-reads": "11389", - "x-ms-request-id": "da192826-27d0-4290-9f8f-0b0b494d6a5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061520Z:81111d48-a507-4844-8dac-965cde5ab102" + "x-ms-client-request-id": "5d65326fd1d96f3fed97b8f6787843df", + "x-ms-correlation-request-id": "f227a224-8e9a-45c2-a8f3-a8508c8d5443", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14812,Microsoft.Compute/GetOperation30Min;29812", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "21a63fb3-4c20-4b5e-b92d-658c72f4bd33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061748Z:f227a224-8e9a-45c2-a8f3-a8508c8d5443" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53177d8f0e7a61f001c6f61670f508b0", + "x-ms-client-request-id": "d6085d04d553fc7a6af087d31b62a5b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27063,7 +26773,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:20 GMT", + "Date": "Mon, 25 Oct 2021 06:17:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27072,31 +26782,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53177d8f0e7a61f001c6f61670f508b0", - "x-ms-correlation-request-id": "7ee329d1-3152-461d-9415-01444b597771", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14776,Microsoft.Compute/GetOperation30Min;27550", - "x-ms-ratelimit-remaining-subscription-reads": "11388", - "x-ms-request-id": "e7703d69-e44f-42ef-a42d-171ff9611638", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061520Z:7ee329d1-3152-461d-9415-01444b597771" + "x-ms-client-request-id": "d6085d04d553fc7a6af087d31b62a5b2", + "x-ms-correlation-request-id": "edaa4218-f086-43b4-8b1d-5298f3bce718", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14811,Microsoft.Compute/GetOperation30Min;29811", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "7f4e99a9-e62e-43d1-b432-35e6b7403059", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061748Z:edaa4218-f086-43b4-8b1d-5298f3bce718" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6eb5e7555064edf2e745faa9ba3c7014", + "x-ms-client-request-id": "8a2feaa460605c73882dd601c8f77d53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27105,7 +26815,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:20 GMT", + "Date": "Mon, 25 Oct 2021 06:17:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27114,31 +26824,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6eb5e7555064edf2e745faa9ba3c7014", - "x-ms-correlation-request-id": "7f6a68f8-5347-4b1c-861e-64da8109ebd5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14775,Microsoft.Compute/GetOperation30Min;27549", - "x-ms-ratelimit-remaining-subscription-reads": "11387", - "x-ms-request-id": "d6d4dfca-76c6-45c0-9753-e9dc403aa700", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061520Z:7f6a68f8-5347-4b1c-861e-64da8109ebd5" + "x-ms-client-request-id": "8a2feaa460605c73882dd601c8f77d53", + "x-ms-correlation-request-id": "3d87fb03-b2e3-44e5-b06d-df4762503170", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14810,Microsoft.Compute/GetOperation30Min;29810", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "30ba8527-dff2-47ab-84c1-dd65a9fb8609", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061748Z:3d87fb03-b2e3-44e5-b06d-df4762503170" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "20e7831d00fdc36c243c20aa7cba9301", + "x-ms-client-request-id": "ce4d481693939a19b869f2e8496b538b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27147,7 +26857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:20 GMT", + "Date": "Mon, 25 Oct 2021 06:17:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27156,31 +26866,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20e7831d00fdc36c243c20aa7cba9301", - "x-ms-correlation-request-id": "909db20c-04ca-4263-b4a5-261b79fc8e79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14774,Microsoft.Compute/GetOperation30Min;27548", - "x-ms-ratelimit-remaining-subscription-reads": "11386", - "x-ms-request-id": "9f10c97e-1ca9-4599-9718-259d8468f7d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061520Z:909db20c-04ca-4263-b4a5-261b79fc8e79" + "x-ms-client-request-id": "ce4d481693939a19b869f2e8496b538b", + "x-ms-correlation-request-id": "7a46ea67-e838-4539-adb3-09a7cc03fc73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14809,Microsoft.Compute/GetOperation30Min;29809", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "07af5485-eb13-44c0-a57d-f33f2bd5bedd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061749Z:7a46ea67-e838-4539-adb3-09a7cc03fc73" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fe5f57e87dcd3e598a296c341347a6c5", + "x-ms-client-request-id": "8d5205f1b949a37ee9ac4e25fe793373", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27189,7 +26899,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:20 GMT", + "Date": "Mon, 25 Oct 2021 06:17:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27198,31 +26908,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe5f57e87dcd3e598a296c341347a6c5", - "x-ms-correlation-request-id": "f29b7b6d-b084-49ae-bba0-4e4bc8ebba14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14773,Microsoft.Compute/GetOperation30Min;27547", - "x-ms-ratelimit-remaining-subscription-reads": "11385", - "x-ms-request-id": "b90883ce-4ab9-416f-a620-f6c5a12e779b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061521Z:f29b7b6d-b084-49ae-bba0-4e4bc8ebba14" + "x-ms-client-request-id": "8d5205f1b949a37ee9ac4e25fe793373", + "x-ms-correlation-request-id": "c0de7122-7335-46a2-ad5a-7c3f5effe744", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14808,Microsoft.Compute/GetOperation30Min;29808", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "44100f66-3543-48b0-9d10-fcba870f1179", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061749Z:c0de7122-7335-46a2-ad5a-7c3f5effe744" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ecf8e255e80d54b37af14a272f48702d", + "x-ms-client-request-id": "d2bc3472d714101ed095d2f76e8a121c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27231,7 +26941,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:21 GMT", + "Date": "Mon, 25 Oct 2021 06:17:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27240,31 +26950,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecf8e255e80d54b37af14a272f48702d", - "x-ms-correlation-request-id": "4c5bff65-b93a-47e5-9283-415c97e9eaaf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14772,Microsoft.Compute/GetOperation30Min;27546", - "x-ms-ratelimit-remaining-subscription-reads": "11384", - "x-ms-request-id": "21b9f67b-bd1a-4097-bc2f-060cf4018de6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061521Z:4c5bff65-b93a-47e5-9283-415c97e9eaaf" + "x-ms-client-request-id": "d2bc3472d714101ed095d2f76e8a121c", + "x-ms-correlation-request-id": "15f4ff88-6e28-4f0f-95c5-561ca3f09e14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14807,Microsoft.Compute/GetOperation30Min;29807", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "d6a36ad2-4fe0-4390-b7ef-ef53440cc316", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061749Z:15f4ff88-6e28-4f0f-95c5-561ca3f09e14" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "63c1f9b172dda0472aa995d39337afdd", + "x-ms-client-request-id": "c20f4ad9f0a55d09caaae4e744f39b3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27273,7 +26983,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:21 GMT", + "Date": "Mon, 25 Oct 2021 06:17:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27282,31 +26992,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63c1f9b172dda0472aa995d39337afdd", - "x-ms-correlation-request-id": "c05a0f99-2f42-498b-8775-7572e7cdb160", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14771,Microsoft.Compute/GetOperation30Min;27545", - "x-ms-ratelimit-remaining-subscription-reads": "11383", - "x-ms-request-id": "0d6881b5-6914-4746-910c-a3e58f784c3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061521Z:c05a0f99-2f42-498b-8775-7572e7cdb160" + "x-ms-client-request-id": "c20f4ad9f0a55d09caaae4e744f39b3e", + "x-ms-correlation-request-id": "0ee16c05-7c73-488e-bc56-84e258ecf837", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14806,Microsoft.Compute/GetOperation30Min;29806", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "9595ac1b-2217-4b24-b8c5-3baea7547faf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061749Z:0ee16c05-7c73-488e-bc56-84e258ecf837" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9a545b96a7c100f3a30a83db32310f42", + "x-ms-client-request-id": "15757f3581af1977e741bdb4e786355e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27315,7 +27025,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:21 GMT", + "Date": "Mon, 25 Oct 2021 06:17:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27324,31 +27034,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a545b96a7c100f3a30a83db32310f42", - "x-ms-correlation-request-id": "c3c0797c-a2a6-4d0b-8983-31280ac839ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14770,Microsoft.Compute/GetOperation30Min;27544", - "x-ms-ratelimit-remaining-subscription-reads": "11382", - "x-ms-request-id": "24bcb574-fcc9-4017-aa59-6d0e3fe90be4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061521Z:c3c0797c-a2a6-4d0b-8983-31280ac839ae" + "x-ms-client-request-id": "15757f3581af1977e741bdb4e786355e", + "x-ms-correlation-request-id": "aa9f8df6-4e28-4d44-bd6f-679386efc08e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14805,Microsoft.Compute/GetOperation30Min;29805", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "3cc94590-c137-43eb-b513-c7e499cecddc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061750Z:aa9f8df6-4e28-4d44-bd6f-679386efc08e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1a833fb94385e3e79b58c16452e0c143", + "x-ms-client-request-id": "b34c329a716a82ce2a5f0869f337ccdc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27357,7 +27067,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:21 GMT", + "Date": "Mon, 25 Oct 2021 06:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27366,31 +27076,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a833fb94385e3e79b58c16452e0c143", - "x-ms-correlation-request-id": "ad3763e4-3836-4f89-b04d-189128fb9b9c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14769,Microsoft.Compute/GetOperation30Min;27543", - "x-ms-ratelimit-remaining-subscription-reads": "11381", - "x-ms-request-id": "b261516a-0a7e-4fe9-bbca-8d4dcf4efa8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061522Z:ad3763e4-3836-4f89-b04d-189128fb9b9c" + "x-ms-client-request-id": "b34c329a716a82ce2a5f0869f337ccdc", + "x-ms-correlation-request-id": "b4d21215-8e17-4431-a9d6-9e856dd65076", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14804,Microsoft.Compute/GetOperation30Min;29804", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "068323ac-4c6a-4dfd-8071-e2391b14ba36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061750Z:b4d21215-8e17-4431-a9d6-9e856dd65076" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d3916c41d6f4096c06c0bfd2ee6b6df8", + "x-ms-client-request-id": "efc294f9fc15586dd3f6da6433557643", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27399,7 +27109,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:22 GMT", + "Date": "Mon, 25 Oct 2021 06:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27408,31 +27118,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3916c41d6f4096c06c0bfd2ee6b6df8", - "x-ms-correlation-request-id": "2184d8b9-2e3f-4d48-85aa-089afc04d811", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14768,Microsoft.Compute/GetOperation30Min;27542", - "x-ms-ratelimit-remaining-subscription-reads": "11380", - "x-ms-request-id": "6c64c588-ee45-4a19-a7e3-512055860438", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061522Z:2184d8b9-2e3f-4d48-85aa-089afc04d811" + "x-ms-client-request-id": "efc294f9fc15586dd3f6da6433557643", + "x-ms-correlation-request-id": "320d8930-37e2-44a6-906e-fa8436112e1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14803,Microsoft.Compute/GetOperation30Min;29803", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "4b16562d-9461-4e7c-b510-2ae92603a766", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061750Z:320d8930-37e2-44a6-906e-fa8436112e1b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5419539995b353577470fe68e58fadc3", + "x-ms-client-request-id": "124d8575e7a7c3d4b0f2eb4f780d25b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27441,7 +27151,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:22 GMT", + "Date": "Mon, 25 Oct 2021 06:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27450,31 +27160,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5419539995b353577470fe68e58fadc3", - "x-ms-correlation-request-id": "c42515e2-b9d4-4488-a879-05ac30e6416b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14767,Microsoft.Compute/GetOperation30Min;27541", - "x-ms-ratelimit-remaining-subscription-reads": "11379", - "x-ms-request-id": "12cb2880-6d7b-48d3-b6cd-d23766792b76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061522Z:c42515e2-b9d4-4488-a879-05ac30e6416b" + "x-ms-client-request-id": "124d8575e7a7c3d4b0f2eb4f780d25b0", + "x-ms-correlation-request-id": "02d38711-56ed-420e-8dc5-fc041ba5133f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14802,Microsoft.Compute/GetOperation30Min;29802", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "6d42fba0-7e08-45c9-a63c-b1a7ef10cc71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061751Z:02d38711-56ed-420e-8dc5-fc041ba5133f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c59a40493ba0e24dd27a14c48314f430", + "x-ms-client-request-id": "53bae07545c49d49c5f4e073966a4fd4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27483,7 +27193,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:22 GMT", + "Date": "Mon, 25 Oct 2021 06:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27492,31 +27202,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c59a40493ba0e24dd27a14c48314f430", - "x-ms-correlation-request-id": "8ed66831-a60b-405f-8132-ba7b9b54c5e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14766,Microsoft.Compute/GetOperation30Min;27540", - "x-ms-ratelimit-remaining-subscription-reads": "11378", - "x-ms-request-id": "fbe4e4fa-e531-4f03-9fc7-ec648ac75389", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061522Z:8ed66831-a60b-405f-8132-ba7b9b54c5e1" + "x-ms-client-request-id": "53bae07545c49d49c5f4e073966a4fd4", + "x-ms-correlation-request-id": "2b32bf97-8a88-404c-b8ef-b80eab0b7912", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14801,Microsoft.Compute/GetOperation30Min;29801", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "0d59c566-0e24-46cb-9656-53b52825023e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061751Z:2b32bf97-8a88-404c-b8ef-b80eab0b7912" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ffcac9eb6cc6ab8f153e5f83d7032377", + "x-ms-client-request-id": "6ef4c5e9b9e91135c0ff3e22111ddfc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27525,7 +27235,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:22 GMT", + "Date": "Mon, 25 Oct 2021 06:17:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27534,31 +27244,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffcac9eb6cc6ab8f153e5f83d7032377", - "x-ms-correlation-request-id": "0efc64ef-b391-4893-8de5-41f18612d628", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14765,Microsoft.Compute/GetOperation30Min;27539", - "x-ms-ratelimit-remaining-subscription-reads": "11377", - "x-ms-request-id": "f65f9342-7fea-4fc7-a80a-762e27b3891c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061523Z:0efc64ef-b391-4893-8de5-41f18612d628" + "x-ms-client-request-id": "6ef4c5e9b9e91135c0ff3e22111ddfc5", + "x-ms-correlation-request-id": "49d8ca71-2f57-4bae-bdb7-46324309c48f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14800,Microsoft.Compute/GetOperation30Min;29800", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "016b289b-e9ca-4197-a9b8-a1ff9d1bea74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061751Z:49d8ca71-2f57-4bae-bdb7-46324309c48f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae89fb12a7d05e58053681398192cf5f", + "x-ms-client-request-id": "52ef2ad0239a2f7e3bb04cb207602c46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27567,7 +27277,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:23 GMT", + "Date": "Mon, 25 Oct 2021 06:17:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27576,31 +27286,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae89fb12a7d05e58053681398192cf5f", - "x-ms-correlation-request-id": "a78ef8e0-0a07-4b3d-a4ea-527b62ff14c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14764,Microsoft.Compute/GetOperation30Min;27538", - "x-ms-ratelimit-remaining-subscription-reads": "11376", - "x-ms-request-id": "a10222a4-12fc-4887-a130-b2c4b053296c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061523Z:a78ef8e0-0a07-4b3d-a4ea-527b62ff14c7" + "x-ms-client-request-id": "52ef2ad0239a2f7e3bb04cb207602c46", + "x-ms-correlation-request-id": "21947299-c614-4c79-8a70-37f4f0ccdd37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14799,Microsoft.Compute/GetOperation30Min;29799", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "1c5f10a3-4527-4531-87ac-bde3e62370ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061751Z:21947299-c614-4c79-8a70-37f4f0ccdd37" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1c7dce7baec4ddfcb1eeb062dbca0bcf", + "x-ms-client-request-id": "b36616a2b719bbc6aaa892c507278ba8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27609,7 +27319,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:23 GMT", + "Date": "Mon, 25 Oct 2021 06:17:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27618,31 +27328,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c7dce7baec4ddfcb1eeb062dbca0bcf", - "x-ms-correlation-request-id": "ab31a1a3-4f01-4922-997a-f350dc088670", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14763,Microsoft.Compute/GetOperation30Min;27537", - "x-ms-ratelimit-remaining-subscription-reads": "11375", - "x-ms-request-id": "60bf4715-884e-41f0-a872-d98a52c79ff1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061523Z:ab31a1a3-4f01-4922-997a-f350dc088670" + "x-ms-client-request-id": "b36616a2b719bbc6aaa892c507278ba8", + "x-ms-correlation-request-id": "584076c7-246c-4501-9139-e08fcada529b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14798,Microsoft.Compute/GetOperation30Min;29798", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "e79d99d0-9219-4eda-923f-c8049ba4d345", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061752Z:584076c7-246c-4501-9139-e08fcada529b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "88b29d56468b435f716cf98fea552982", + "x-ms-client-request-id": "6ca31b15fd7bc63946c432396c820a5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27651,7 +27361,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:23 GMT", + "Date": "Mon, 25 Oct 2021 06:17:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27660,31 +27370,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88b29d56468b435f716cf98fea552982", - "x-ms-correlation-request-id": "a99908df-4dfc-4509-86a3-93193ed6e7a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14762,Microsoft.Compute/GetOperation30Min;27536", - "x-ms-ratelimit-remaining-subscription-reads": "11374", - "x-ms-request-id": "97b9e8a6-2cb2-408f-bb92-fe41afe43f59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061523Z:a99908df-4dfc-4509-86a3-93193ed6e7a9" + "x-ms-client-request-id": "6ca31b15fd7bc63946c432396c820a5f", + "x-ms-correlation-request-id": "0aa9d2c3-4486-4336-9a11-8a6e3093a6b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14797,Microsoft.Compute/GetOperation30Min;29797", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "f313a6d8-677d-4ee0-b2e6-1c038467d3f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061752Z:0aa9d2c3-4486-4336-9a11-8a6e3093a6b6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0807006f078664b2feacfce2f6f5823b", + "x-ms-client-request-id": "fa7ff7d32bb719ac6433a7f290b92714", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27693,7 +27403,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:23 GMT", + "Date": "Mon, 25 Oct 2021 06:17:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27702,31 +27412,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0807006f078664b2feacfce2f6f5823b", - "x-ms-correlation-request-id": "4ef1e4ba-1365-495c-a5ea-c006a4d818a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14761,Microsoft.Compute/GetOperation30Min;27535", - "x-ms-ratelimit-remaining-subscription-reads": "11373", - "x-ms-request-id": "734df48c-d273-4462-a372-72fcb260c58e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061524Z:4ef1e4ba-1365-495c-a5ea-c006a4d818a8" + "x-ms-client-request-id": "fa7ff7d32bb719ac6433a7f290b92714", + "x-ms-correlation-request-id": "0942f984-ef23-45d8-8388-5a86c2841dc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14796,Microsoft.Compute/GetOperation30Min;29796", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "60611bde-0c26-4cd7-8396-a98565a17e32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061752Z:0942f984-ef23-45d8-8388-5a86c2841dc3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e4e3b22b47e035d36f39ab57b46df25b", + "x-ms-client-request-id": "eb9da424bfbda5cbdda06d54848c4e27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27735,7 +27445,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:24 GMT", + "Date": "Mon, 25 Oct 2021 06:17:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27744,31 +27454,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4e3b22b47e035d36f39ab57b46df25b", - "x-ms-correlation-request-id": "9fa25070-951b-4167-b989-07d1fa170505", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14760,Microsoft.Compute/GetOperation30Min;27534", - "x-ms-ratelimit-remaining-subscription-reads": "11372", - "x-ms-request-id": "1fa10803-a751-4008-822c-e9df681a0498", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061524Z:9fa25070-951b-4167-b989-07d1fa170505" + "x-ms-client-request-id": "eb9da424bfbda5cbdda06d54848c4e27", + "x-ms-correlation-request-id": "ed25b3c3-f8c0-437a-a619-e8f05c594107", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14795,Microsoft.Compute/GetOperation30Min;29795", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "6d621457-5fb5-43fd-bd97-978581a9c293", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061752Z:ed25b3c3-f8c0-437a-a619-e8f05c594107" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dbf32ec402c24e49ea4d89df497c4c7b", + "x-ms-client-request-id": "0ff2339e91a7e9f06e8908475547368c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27777,7 +27487,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:24 GMT", + "Date": "Mon, 25 Oct 2021 06:17:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27786,31 +27496,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbf32ec402c24e49ea4d89df497c4c7b", - "x-ms-correlation-request-id": "717aeb91-3112-4419-9e51-c7dd4768f831", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14759,Microsoft.Compute/GetOperation30Min;27533", - "x-ms-ratelimit-remaining-subscription-reads": "11371", - "x-ms-request-id": "34bd766e-d5d0-4f4c-b7bd-2c44fa62fe85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061524Z:717aeb91-3112-4419-9e51-c7dd4768f831" + "x-ms-client-request-id": "0ff2339e91a7e9f06e8908475547368c", + "x-ms-correlation-request-id": "0010a1c7-a45f-4426-9125-fff7a40068c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14794,Microsoft.Compute/GetOperation30Min;29794", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "364c4cb8-2595-4e31-b91b-595fd233f83c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061753Z:0010a1c7-a45f-4426-9125-fff7a40068c4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3864bee9457127a12cd2984c5c5aaf91", + "x-ms-client-request-id": "c8151d9c1ee513a22cda1d17be5894d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27819,7 +27529,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:24 GMT", + "Date": "Mon, 25 Oct 2021 06:17:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27828,31 +27538,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3864bee9457127a12cd2984c5c5aaf91", - "x-ms-correlation-request-id": "a5d410a1-6eee-4d41-81dd-f268f7753110", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14758,Microsoft.Compute/GetOperation30Min;27532", - "x-ms-ratelimit-remaining-subscription-reads": "11370", - "x-ms-request-id": "34141d05-7dd2-48ad-956b-3ae9b6081f5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061524Z:a5d410a1-6eee-4d41-81dd-f268f7753110" + "x-ms-client-request-id": "c8151d9c1ee513a22cda1d17be5894d7", + "x-ms-correlation-request-id": "5c96cedb-693d-4986-9ef7-cd5b5da7089b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14793,Microsoft.Compute/GetOperation30Min;29793", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "02fb0933-5eb0-444d-aee5-f0fa2fccf2fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061753Z:5c96cedb-693d-4986-9ef7-cd5b5da7089b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c81da1b9a70228786994fa93bdf4ebf3", + "x-ms-client-request-id": "5d5380e518c7926db3b47c33b7845095", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27861,7 +27571,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:24 GMT", + "Date": "Mon, 25 Oct 2021 06:17:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27870,31 +27580,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c81da1b9a70228786994fa93bdf4ebf3", - "x-ms-correlation-request-id": "0b35abe3-adb3-4d59-903f-1637de9ab969", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14757,Microsoft.Compute/GetOperation30Min;27531", - "x-ms-ratelimit-remaining-subscription-reads": "11369", - "x-ms-request-id": "facc4622-8634-46bc-96b3-6d65834c82ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061525Z:0b35abe3-adb3-4d59-903f-1637de9ab969" + "x-ms-client-request-id": "5d5380e518c7926db3b47c33b7845095", + "x-ms-correlation-request-id": "9af1ace7-2cee-4462-9b29-7eff86782bd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14792,Microsoft.Compute/GetOperation30Min;29792", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "96262a62-9646-442e-a7ea-c5bc0b75655c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061753Z:9af1ace7-2cee-4462-9b29-7eff86782bd5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f66e2fecba097fea8ccbaef069fcf28f", + "x-ms-client-request-id": "66b7e06a86777f4290dfe3cd73d92a16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27903,7 +27613,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:25 GMT", + "Date": "Mon, 25 Oct 2021 06:17:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27912,31 +27622,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f66e2fecba097fea8ccbaef069fcf28f", - "x-ms-correlation-request-id": "027c5265-9ecd-44ac-a5ac-caa692a13044", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14756,Microsoft.Compute/GetOperation30Min;27530", - "x-ms-ratelimit-remaining-subscription-reads": "11368", - "x-ms-request-id": "fbe9af7b-a6de-4de0-856f-01416422a670", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061525Z:027c5265-9ecd-44ac-a5ac-caa692a13044" + "x-ms-client-request-id": "66b7e06a86777f4290dfe3cd73d92a16", + "x-ms-correlation-request-id": "216e1314-d361-4062-906b-5c010232ce0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14791,Microsoft.Compute/GetOperation30Min;29791", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "ca88edd8-9843-409b-a919-7695e648f4eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061753Z:216e1314-d361-4062-906b-5c010232ce0d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a825f79d845f4278463bcedc4a0e6938", + "x-ms-client-request-id": "d56230f5d8f384c5b0821431a16f5ba7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27945,7 +27655,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:25 GMT", + "Date": "Mon, 25 Oct 2021 06:17:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27954,31 +27664,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a825f79d845f4278463bcedc4a0e6938", - "x-ms-correlation-request-id": "5c5296e6-0f79-4109-a9b9-2609b3a51a0a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14755,Microsoft.Compute/GetOperation30Min;27529", - "x-ms-ratelimit-remaining-subscription-reads": "11367", - "x-ms-request-id": "5898c7c6-8bc4-4be0-b5ba-6b4cbfedcd23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061525Z:5c5296e6-0f79-4109-a9b9-2609b3a51a0a" + "x-ms-client-request-id": "d56230f5d8f384c5b0821431a16f5ba7", + "x-ms-correlation-request-id": "877a1a1f-df8b-4065-9a84-b365a4360531", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14790,Microsoft.Compute/GetOperation30Min;29790", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "3d324e67-7f31-49a8-b925-ac254c24a038", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061754Z:877a1a1f-df8b-4065-9a84-b365a4360531" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c5fa5e7b9ecff88b69d3b37f887be6c", + "x-ms-client-request-id": "deac88892da05f603dd4cce8349f1fd9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27987,7 +27697,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:25 GMT", + "Date": "Mon, 25 Oct 2021 06:17:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27996,31 +27706,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c5fa5e7b9ecff88b69d3b37f887be6c", - "x-ms-correlation-request-id": "b22baef9-7ce5-4de2-a42e-93b2de521c6b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14754,Microsoft.Compute/GetOperation30Min;27528", - "x-ms-ratelimit-remaining-subscription-reads": "11366", - "x-ms-request-id": "682fdfc2-caed-4a83-babf-4c5b379bf4cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061525Z:b22baef9-7ce5-4de2-a42e-93b2de521c6b" + "x-ms-client-request-id": "deac88892da05f603dd4cce8349f1fd9", + "x-ms-correlation-request-id": "23eba12e-91ce-4923-ac9b-b30652c79150", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14789,Microsoft.Compute/GetOperation30Min;29789", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "5ecc3fbc-31c6-4270-ba70-01c66df49e36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061754Z:23eba12e-91ce-4923-ac9b-b30652c79150" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c6f56aa142ce6893b72bafcdeb0d347d", + "x-ms-client-request-id": "863d65897b2291a11a32b6f47111dd20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28029,7 +27739,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:25 GMT", + "Date": "Mon, 25 Oct 2021 06:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28038,31 +27748,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6f56aa142ce6893b72bafcdeb0d347d", - "x-ms-correlation-request-id": "3e81e8d0-fa11-416c-bfb2-796b6bb98c1c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14752,Microsoft.Compute/GetOperation30Min;27526", - "x-ms-ratelimit-remaining-subscription-reads": "11365", - "x-ms-request-id": "f29482a1-1a0c-4531-b253-84db1c14b2db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061526Z:3e81e8d0-fa11-416c-bfb2-796b6bb98c1c" + "x-ms-client-request-id": "863d65897b2291a11a32b6f47111dd20", + "x-ms-correlation-request-id": "e4e65b8f-6b04-4107-bd4d-0c6d1e0f4531", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14788,Microsoft.Compute/GetOperation30Min;29788", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "2a2c1329-8dab-4f28-8f9d-baf69e343b5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061754Z:e4e65b8f-6b04-4107-bd4d-0c6d1e0f4531" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c4097661c69de4a36f26f1c148404abe", + "x-ms-client-request-id": "eb433b834c2cc776d003971f0bdd5010", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28071,7 +27781,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:26 GMT", + "Date": "Mon, 25 Oct 2021 06:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28080,31 +27790,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4097661c69de4a36f26f1c148404abe", - "x-ms-correlation-request-id": "ce6171f0-3429-4320-9c44-2d5a34afa6e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14751,Microsoft.Compute/GetOperation30Min;27525", - "x-ms-ratelimit-remaining-subscription-reads": "11364", - "x-ms-request-id": "56638449-7fb6-4458-a87f-e1f8e2516d24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061526Z:ce6171f0-3429-4320-9c44-2d5a34afa6e3" + "x-ms-client-request-id": "eb433b834c2cc776d003971f0bdd5010", + "x-ms-correlation-request-id": "502301a1-caf4-4b99-a286-420ac0c21d55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14787,Microsoft.Compute/GetOperation30Min;29787", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "000c0f3b-3d80-49c5-8119-82f4ee82bb6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061754Z:502301a1-caf4-4b99-a286-420ac0c21d55" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e03b617ca319a56912f774c009ba13a9", + "x-ms-client-request-id": "3ba73a63d4320e85e61bc36e776bed2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28113,7 +27823,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:26 GMT", + "Date": "Mon, 25 Oct 2021 06:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28122,31 +27832,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e03b617ca319a56912f774c009ba13a9", - "x-ms-correlation-request-id": "382be7c3-32aa-4b41-99a6-3c1bfb04d0b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14750,Microsoft.Compute/GetOperation30Min;27524", - "x-ms-ratelimit-remaining-subscription-reads": "11363", - "x-ms-request-id": "c47b7f3a-70fd-4307-a661-36c78631e2a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061526Z:382be7c3-32aa-4b41-99a6-3c1bfb04d0b0" + "x-ms-client-request-id": "3ba73a63d4320e85e61bc36e776bed2b", + "x-ms-correlation-request-id": "e6a430dd-d713-4aa5-b267-fddb39c42dbc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14786,Microsoft.Compute/GetOperation30Min;29786", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "720bffca-343d-4ce1-9724-04c173e4da4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061755Z:e6a430dd-d713-4aa5-b267-fddb39c42dbc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "81d6be69fa7edacfc71056a750d21f76", + "x-ms-client-request-id": "f864acf7335c3dacef75b61ee382853d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28155,7 +27865,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:26 GMT", + "Date": "Mon, 25 Oct 2021 06:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28164,31 +27874,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81d6be69fa7edacfc71056a750d21f76", - "x-ms-correlation-request-id": "af32f734-1474-47b6-8673-a49163805e3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14749,Microsoft.Compute/GetOperation30Min;27523", - "x-ms-ratelimit-remaining-subscription-reads": "11362", - "x-ms-request-id": "8000d7d3-9064-4885-aa48-cf4bb979bfe0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061527Z:af32f734-1474-47b6-8673-a49163805e3e" + "x-ms-client-request-id": "f864acf7335c3dacef75b61ee382853d", + "x-ms-correlation-request-id": "031f4952-f155-403f-8fa2-08c950768549", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14785,Microsoft.Compute/GetOperation30Min;29785", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "446a41c5-b89a-481e-9532-d5f024a7245c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061755Z:031f4952-f155-403f-8fa2-08c950768549" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8951f1e154d2bd640c64b2a652e2dab5", + "x-ms-client-request-id": "3791a5e1a169afeeb635051188075065", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28197,7 +27907,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:27 GMT", + "Date": "Mon, 25 Oct 2021 06:17:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28206,31 +27916,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8951f1e154d2bd640c64b2a652e2dab5", - "x-ms-correlation-request-id": "7823a0de-50d9-4845-b30c-8e04ec7602e7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14748,Microsoft.Compute/GetOperation30Min;27522", - "x-ms-ratelimit-remaining-subscription-reads": "11361", - "x-ms-request-id": "6f8132de-6703-4013-aa55-0b6bcef005ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061527Z:7823a0de-50d9-4845-b30c-8e04ec7602e7" + "x-ms-client-request-id": "3791a5e1a169afeeb635051188075065", + "x-ms-correlation-request-id": "6115f633-5dd5-4aca-ae17-b131e0845823", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14784,Microsoft.Compute/GetOperation30Min;29784", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "2ca433f7-ba9d-44c6-95fe-0b80be29e0ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061755Z:6115f633-5dd5-4aca-ae17-b131e0845823" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a584813c86a823f926018084cc1543f", + "x-ms-client-request-id": "5f286b1558782fb48d6a4cbc1e662b64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28239,7 +27949,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:27 GMT", + "Date": "Mon, 25 Oct 2021 06:17:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28248,31 +27958,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a584813c86a823f926018084cc1543f", - "x-ms-correlation-request-id": "d85c5f42-268c-43dc-940f-e87258f9c735", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14747,Microsoft.Compute/GetOperation30Min;27521", - "x-ms-ratelimit-remaining-subscription-reads": "11360", - "x-ms-request-id": "58fd1fba-6573-494a-af90-f038234df3bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061527Z:d85c5f42-268c-43dc-940f-e87258f9c735" + "x-ms-client-request-id": "5f286b1558782fb48d6a4cbc1e662b64", + "x-ms-correlation-request-id": "d19b9991-ac71-4b9c-a16b-b094c318ae84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14783,Microsoft.Compute/GetOperation30Min;29783", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "c40911fc-184b-474e-8643-2872b1e5d3a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061755Z:d19b9991-ac71-4b9c-a16b-b094c318ae84" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "18dffdd7896914d75a18741a482988e5", + "x-ms-client-request-id": "d18c8596b5d955c2beb542272e9bb4e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28281,7 +27991,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:27 GMT", + "Date": "Mon, 25 Oct 2021 06:17:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28290,31 +28000,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18dffdd7896914d75a18741a482988e5", - "x-ms-correlation-request-id": "b729f9dc-9b80-4d02-9f93-733df9c83fbd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14746,Microsoft.Compute/GetOperation30Min;27520", - "x-ms-ratelimit-remaining-subscription-reads": "11359", - "x-ms-request-id": "b3fb1cd9-6307-47b5-90fb-76060a8e32df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061528Z:b729f9dc-9b80-4d02-9f93-733df9c83fbd" + "x-ms-client-request-id": "d18c8596b5d955c2beb542272e9bb4e8", + "x-ms-correlation-request-id": "4565acfe-54ed-4904-bf59-0ded3bf1e033", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14782,Microsoft.Compute/GetOperation30Min;29782", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "2fe031c5-f065-4449-80e0-25c3909d5120", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061756Z:4565acfe-54ed-4904-bf59-0ded3bf1e033" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0894a136957a190cb1cef7713b5b704b", + "x-ms-client-request-id": "77095025255a89c5f061a9ff5532904f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28323,7 +28033,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:28 GMT", + "Date": "Mon, 25 Oct 2021 06:17:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28332,31 +28042,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0894a136957a190cb1cef7713b5b704b", - "x-ms-correlation-request-id": "26401814-f411-41d2-bd01-6f6f44526445", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14745,Microsoft.Compute/GetOperation30Min;27519", - "x-ms-ratelimit-remaining-subscription-reads": "11358", - "x-ms-request-id": "688c3704-cf62-4df1-803f-5b1e4248fdd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061528Z:26401814-f411-41d2-bd01-6f6f44526445" + "x-ms-client-request-id": "77095025255a89c5f061a9ff5532904f", + "x-ms-correlation-request-id": "c58f3a87-cf08-4f9b-967a-e5a2d4da0f04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14781,Microsoft.Compute/GetOperation30Min;29781", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "f7d08f23-4631-4627-9a08-21a1212f73e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061756Z:c58f3a87-cf08-4f9b-967a-e5a2d4da0f04" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "54cf720fc103894c7043305153253a68", + "x-ms-client-request-id": "027aa00a7e7a5f8ba9d2a1c2158d01f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28365,7 +28075,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:28 GMT", + "Date": "Mon, 25 Oct 2021 06:17:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28374,31 +28084,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54cf720fc103894c7043305153253a68", - "x-ms-correlation-request-id": "092556fc-9909-457e-8a8d-9465cd98ffe7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14744,Microsoft.Compute/GetOperation30Min;27518", - "x-ms-ratelimit-remaining-subscription-reads": "11357", - "x-ms-request-id": "a2e3eab2-3a91-4286-bdf3-b8c411f1710b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061528Z:092556fc-9909-457e-8a8d-9465cd98ffe7" + "x-ms-client-request-id": "027aa00a7e7a5f8ba9d2a1c2158d01f1", + "x-ms-correlation-request-id": "8c8fbf9f-31d7-44b7-9071-ec7c7fbcf004", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14780,Microsoft.Compute/GetOperation30Min;29780", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "b93e3d0a-2099-4d7a-b361-0b7670d74d6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061756Z:8c8fbf9f-31d7-44b7-9071-ec7c7fbcf004" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "abd133d74c2d41c5f1c5669a9265d8fe", + "x-ms-client-request-id": "cd9763b5b35d700ac003e0770bc3008b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28407,7 +28117,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:28 GMT", + "Date": "Mon, 25 Oct 2021 06:17:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28416,31 +28126,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abd133d74c2d41c5f1c5669a9265d8fe", - "x-ms-correlation-request-id": "447e6977-5db7-4199-a76e-125952d0c805", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14743,Microsoft.Compute/GetOperation30Min;27517", - "x-ms-ratelimit-remaining-subscription-reads": "11356", - "x-ms-request-id": "9649fc27-3acf-4352-876b-422e7dd8b5be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061528Z:447e6977-5db7-4199-a76e-125952d0c805" + "x-ms-client-request-id": "cd9763b5b35d700ac003e0770bc3008b", + "x-ms-correlation-request-id": "3c9358cb-b369-4e15-bcc5-9de9b2e315c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14779,Microsoft.Compute/GetOperation30Min;29779", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "a7d197ae-7320-42f3-a8b5-2a247b9f3b57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061757Z:3c9358cb-b369-4e15-bcc5-9de9b2e315c4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d50b29a8345a74e1550b973665bac58c", + "x-ms-client-request-id": "8d1cf324b220a66dc4a9cd8784027363", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28449,7 +28159,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:28 GMT", + "Date": "Mon, 25 Oct 2021 06:17:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28458,31 +28168,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d50b29a8345a74e1550b973665bac58c", - "x-ms-correlation-request-id": "2d75e070-d9ed-4bac-ada4-c043b8023429", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14742,Microsoft.Compute/GetOperation30Min;27516", - "x-ms-ratelimit-remaining-subscription-reads": "11355", - "x-ms-request-id": "37977042-960b-4483-a793-b06661ca3f35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061529Z:2d75e070-d9ed-4bac-ada4-c043b8023429" + "x-ms-client-request-id": "8d1cf324b220a66dc4a9cd8784027363", + "x-ms-correlation-request-id": "2d0251c7-0602-4908-9fa3-c2de44fb4b8a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14778,Microsoft.Compute/GetOperation30Min;29778", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "b9dbce6b-dbd6-4835-bbd5-0dd32e75729b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061757Z:2d0251c7-0602-4908-9fa3-c2de44fb4b8a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "089a8f94c589c21dad8d623d5ab1f70a", + "x-ms-client-request-id": "f149b860c39a56f1960a41779d1454e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28491,7 +28201,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:29 GMT", + "Date": "Mon, 25 Oct 2021 06:17:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28500,31 +28210,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "089a8f94c589c21dad8d623d5ab1f70a", - "x-ms-correlation-request-id": "fadef7ff-75da-4ebf-986e-45bd7e15e83d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14741,Microsoft.Compute/GetOperation30Min;27515", - "x-ms-ratelimit-remaining-subscription-reads": "11354", - "x-ms-request-id": "4169003d-6dff-4976-8158-db2933b9653b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061529Z:fadef7ff-75da-4ebf-986e-45bd7e15e83d" + "x-ms-client-request-id": "f149b860c39a56f1960a41779d1454e6", + "x-ms-correlation-request-id": "bf4200d3-5bf4-413f-a2fe-68eff9cb28a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14777,Microsoft.Compute/GetOperation30Min;29777", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "287a0555-ab38-46cf-ab38-59b9c6ccd9cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061757Z:bf4200d3-5bf4-413f-a2fe-68eff9cb28a1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2aa9316a641aa30d515d5522b48edb37", + "x-ms-client-request-id": "229e15d2737003d0f6f008b4e582ecbe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28533,7 +28243,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:29 GMT", + "Date": "Mon, 25 Oct 2021 06:17:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28542,31 +28252,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2aa9316a641aa30d515d5522b48edb37", - "x-ms-correlation-request-id": "cd69082c-efa0-4ae3-800b-22007750a51b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14740,Microsoft.Compute/GetOperation30Min;27514", - "x-ms-ratelimit-remaining-subscription-reads": "11353", - "x-ms-request-id": "d8d0710f-4c5a-4513-978a-705c8db3da00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061529Z:cd69082c-efa0-4ae3-800b-22007750a51b" + "x-ms-client-request-id": "229e15d2737003d0f6f008b4e582ecbe", + "x-ms-correlation-request-id": "007a0b03-91f6-446d-8117-8cb87131d839", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14776,Microsoft.Compute/GetOperation30Min;29776", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "95fa0759-f622-4b64-b039-2e00b6db1ec4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061757Z:007a0b03-91f6-446d-8117-8cb87131d839" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0305da00d0cbe2750b4828ccd1a419a3", + "x-ms-client-request-id": "53177d8f0e7a61f001c6f61670f508b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28575,7 +28285,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:29 GMT", + "Date": "Mon, 25 Oct 2021 06:17:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28584,31 +28294,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0305da00d0cbe2750b4828ccd1a419a3", - "x-ms-correlation-request-id": "e941a0b2-ffd3-4d53-b7f9-9ef2a4d46c67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14739,Microsoft.Compute/GetOperation30Min;27513", - "x-ms-ratelimit-remaining-subscription-reads": "11352", - "x-ms-request-id": "47957b65-8a50-4d88-afbe-035c88a013ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061529Z:e941a0b2-ffd3-4d53-b7f9-9ef2a4d46c67" + "x-ms-client-request-id": "53177d8f0e7a61f001c6f61670f508b0", + "x-ms-correlation-request-id": "eda58733-b183-43b3-a64b-0ad59853db93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14775,Microsoft.Compute/GetOperation30Min;29775", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "ff8f509c-9029-4c3d-9713-147136df8f15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061758Z:eda58733-b183-43b3-a64b-0ad59853db93" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "34cc8d139b11307281f7b62c6ffb0e1e", + "x-ms-client-request-id": "6eb5e7555064edf2e745faa9ba3c7014", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28617,7 +28327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:29 GMT", + "Date": "Mon, 25 Oct 2021 06:17:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28626,31 +28336,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34cc8d139b11307281f7b62c6ffb0e1e", - "x-ms-correlation-request-id": "05f2eb26-f547-47bf-ad62-1acd83cabf0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14738,Microsoft.Compute/GetOperation30Min;27512", - "x-ms-ratelimit-remaining-subscription-reads": "11351", - "x-ms-request-id": "a782c015-b63a-40b3-a389-96be8817cf2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061530Z:05f2eb26-f547-47bf-ad62-1acd83cabf0d" + "x-ms-client-request-id": "6eb5e7555064edf2e745faa9ba3c7014", + "x-ms-correlation-request-id": "02e15de3-dc52-4c38-8040-7f5184fcb789", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14774,Microsoft.Compute/GetOperation30Min;29774", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "05624a88-78a1-4d92-aeb5-da9fbd7f1b22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061758Z:02e15de3-dc52-4c38-8040-7f5184fcb789" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "803c2bb2f4ab9a3fbbc61ed23b41d1ad", + "x-ms-client-request-id": "20e7831d00fdc36c243c20aa7cba9301", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28659,7 +28369,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:30 GMT", + "Date": "Mon, 25 Oct 2021 06:17:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28668,31 +28378,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "803c2bb2f4ab9a3fbbc61ed23b41d1ad", - "x-ms-correlation-request-id": "af8475e9-b963-4a2e-a91d-4fa1debc5d6f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14737,Microsoft.Compute/GetOperation30Min;27511", - "x-ms-ratelimit-remaining-subscription-reads": "11350", - "x-ms-request-id": "bc22e222-a408-4d00-b14c-7cd1d02b2f45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061530Z:af8475e9-b963-4a2e-a91d-4fa1debc5d6f" + "x-ms-client-request-id": "20e7831d00fdc36c243c20aa7cba9301", + "x-ms-correlation-request-id": "96e6d5cb-2b1b-4640-a742-8cb2a4b29af1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14773,Microsoft.Compute/GetOperation30Min;29773", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "5cd18c26-3631-4705-8315-4e1b59998e8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061758Z:96e6d5cb-2b1b-4640-a742-8cb2a4b29af1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "270eb143a7c2652568d582d319487310", + "x-ms-client-request-id": "fe5f57e87dcd3e598a296c341347a6c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28701,7 +28411,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:30 GMT", + "Date": "Mon, 25 Oct 2021 06:17:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28710,31 +28420,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "270eb143a7c2652568d582d319487310", - "x-ms-correlation-request-id": "714752b6-d40a-4e03-9602-ec9a1626b23e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14736,Microsoft.Compute/GetOperation30Min;27510", - "x-ms-ratelimit-remaining-subscription-reads": "11349", - "x-ms-request-id": "d53b4efb-29fa-44d3-b3b9-75370542771b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061530Z:714752b6-d40a-4e03-9602-ec9a1626b23e" + "x-ms-client-request-id": "fe5f57e87dcd3e598a296c341347a6c5", + "x-ms-correlation-request-id": "3d5db4d8-f6a6-4c9d-8100-41bc978f8909", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14772,Microsoft.Compute/GetOperation30Min;29772", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "dc0ef60d-9d99-49ee-a60b-f5fc3087704f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061758Z:3d5db4d8-f6a6-4c9d-8100-41bc978f8909" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a61a0a3999671ff84e32784b7c9ff43f", + "x-ms-client-request-id": "ecf8e255e80d54b37af14a272f48702d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28743,7 +28453,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:30 GMT", + "Date": "Mon, 25 Oct 2021 06:17:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28752,31 +28462,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a61a0a3999671ff84e32784b7c9ff43f", - "x-ms-correlation-request-id": "4fc0e652-9d99-4865-a5b2-2b00fef9d253", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14735,Microsoft.Compute/GetOperation30Min;27509", - "x-ms-ratelimit-remaining-subscription-reads": "11348", - "x-ms-request-id": "b13fccef-d623-4ee7-9912-243e398a3831", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061530Z:4fc0e652-9d99-4865-a5b2-2b00fef9d253" + "x-ms-client-request-id": "ecf8e255e80d54b37af14a272f48702d", + "x-ms-correlation-request-id": "458a4476-6ad6-4aef-a020-d5265d086028", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14771,Microsoft.Compute/GetOperation30Min;29771", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "be6ce379-d4a2-4a07-9c33-f627f1dc31aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061759Z:458a4476-6ad6-4aef-a020-d5265d086028" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bde90826e6ed0b5c05d718d6726b8073", + "x-ms-client-request-id": "63c1f9b172dda0472aa995d39337afdd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28785,7 +28495,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:30 GMT", + "Date": "Mon, 25 Oct 2021 06:17:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28794,31 +28504,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bde90826e6ed0b5c05d718d6726b8073", - "x-ms-correlation-request-id": "8847ab2a-7365-469e-9646-689b016cbd3d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14734,Microsoft.Compute/GetOperation30Min;27508", - "x-ms-ratelimit-remaining-subscription-reads": "11347", - "x-ms-request-id": "46e26ce2-d2dd-4cc0-8deb-155e17d1bf8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061531Z:8847ab2a-7365-469e-9646-689b016cbd3d" + "x-ms-client-request-id": "63c1f9b172dda0472aa995d39337afdd", + "x-ms-correlation-request-id": "3d35878c-eeeb-4522-a8f4-ce7d07436c3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14770,Microsoft.Compute/GetOperation30Min;29770", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "da227407-65d1-4833-8fc9-c067e3fa6f65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061759Z:3d35878c-eeeb-4522-a8f4-ce7d07436c3c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "31980e522a26a946b9eed88f2edae8c8", + "x-ms-client-request-id": "9a545b96a7c100f3a30a83db32310f42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28827,7 +28537,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:31 GMT", + "Date": "Mon, 25 Oct 2021 06:17:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28836,31 +28546,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31980e522a26a946b9eed88f2edae8c8", - "x-ms-correlation-request-id": "6dd31b4d-d232-411a-85a0-5e297511431c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14733,Microsoft.Compute/GetOperation30Min;27507", - "x-ms-ratelimit-remaining-subscription-reads": "11346", - "x-ms-request-id": "15c0101f-6870-42b5-b82d-2837bba60976", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061531Z:6dd31b4d-d232-411a-85a0-5e297511431c" + "x-ms-client-request-id": "9a545b96a7c100f3a30a83db32310f42", + "x-ms-correlation-request-id": "54d343f8-9786-462d-89f1-02cd83965b67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14769,Microsoft.Compute/GetOperation30Min;29769", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "bc864798-f9ab-4258-ae71-e8992f232466", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061759Z:54d343f8-9786-462d-89f1-02cd83965b67" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "11ad42e0b55f5222ad0fa08f8121ade3", + "x-ms-client-request-id": "1a833fb94385e3e79b58c16452e0c143", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28869,7 +28579,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:31 GMT", + "Date": "Mon, 25 Oct 2021 06:17:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28878,31 +28588,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11ad42e0b55f5222ad0fa08f8121ade3", - "x-ms-correlation-request-id": "01ff6ef4-962e-4d9e-adda-1f7c72e98347", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14732,Microsoft.Compute/GetOperation30Min;27506", - "x-ms-ratelimit-remaining-subscription-reads": "11345", - "x-ms-request-id": "d8e60503-c6c8-491b-a6b5-1784c3f7a048", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061531Z:01ff6ef4-962e-4d9e-adda-1f7c72e98347" + "x-ms-client-request-id": "1a833fb94385e3e79b58c16452e0c143", + "x-ms-correlation-request-id": "34bf5c40-9410-4292-8b3b-28e6c5075e7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14768,Microsoft.Compute/GetOperation30Min;29768", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "08c20e79-10d5-424c-a37e-250fe92de4cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061759Z:34bf5c40-9410-4292-8b3b-28e6c5075e7f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ef805b2c307fb19c23f03fe0eccdc2b", + "x-ms-client-request-id": "d3916c41d6f4096c06c0bfd2ee6b6df8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28911,7 +28621,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:31 GMT", + "Date": "Mon, 25 Oct 2021 06:17:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28920,31 +28630,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ef805b2c307fb19c23f03fe0eccdc2b", - "x-ms-correlation-request-id": "28dcd09f-ff24-47a8-aa4b-72681faa9dd7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14731,Microsoft.Compute/GetOperation30Min;27505", - "x-ms-ratelimit-remaining-subscription-reads": "11344", - "x-ms-request-id": "57d2dbec-b31d-4798-8a40-1a87ce50bf3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061531Z:28dcd09f-ff24-47a8-aa4b-72681faa9dd7" + "x-ms-client-request-id": "d3916c41d6f4096c06c0bfd2ee6b6df8", + "x-ms-correlation-request-id": "35377698-fcd2-43c1-8b18-960ee7103321", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14767,Microsoft.Compute/GetOperation30Min;29767", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "745b1d4d-436f-4940-9137-8db26a369cfc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061800Z:35377698-fcd2-43c1-8b18-960ee7103321" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "30f54fee6fbd9d13eb4584168ab62898", + "x-ms-client-request-id": "5419539995b353577470fe68e58fadc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28953,7 +28663,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:31 GMT", + "Date": "Mon, 25 Oct 2021 06:17:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28962,31 +28672,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30f54fee6fbd9d13eb4584168ab62898", - "x-ms-correlation-request-id": "f96ce1f3-554d-496b-abcf-44a879bf0418", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14730,Microsoft.Compute/GetOperation30Min;27504", - "x-ms-ratelimit-remaining-subscription-reads": "11343", - "x-ms-request-id": "f38372c0-5005-4f0f-989f-c7769cd9a168", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061532Z:f96ce1f3-554d-496b-abcf-44a879bf0418" + "x-ms-client-request-id": "5419539995b353577470fe68e58fadc3", + "x-ms-correlation-request-id": "78c953e8-f27d-4aeb-8b0d-3322993b518b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14766,Microsoft.Compute/GetOperation30Min;29766", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "eddea479-fab0-4fef-a0cf-9f78949aefb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061800Z:78c953e8-f27d-4aeb-8b0d-3322993b518b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "29ddf5417ae21dc028b24e1fb12444e0", + "x-ms-client-request-id": "c59a40493ba0e24dd27a14c48314f430", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28995,7 +28705,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:31 GMT", + "Date": "Mon, 25 Oct 2021 06:18:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29004,31 +28714,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29ddf5417ae21dc028b24e1fb12444e0", - "x-ms-correlation-request-id": "745694b7-3a16-4c7e-a6c2-bc9e44c10b42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14729,Microsoft.Compute/GetOperation30Min;27503", - "x-ms-ratelimit-remaining-subscription-reads": "11342", - "x-ms-request-id": "a32c53eb-e2db-42c8-a969-3cc097f99a7e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061532Z:745694b7-3a16-4c7e-a6c2-bc9e44c10b42" + "x-ms-client-request-id": "c59a40493ba0e24dd27a14c48314f430", + "x-ms-correlation-request-id": "d4697a6d-b6e7-4988-920c-a92f66b9b103", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14765,Microsoft.Compute/GetOperation30Min;29765", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "a75784bb-0568-45ed-a709-4d89066aecf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061800Z:d4697a6d-b6e7-4988-920c-a92f66b9b103" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "31a174337d2b4325f15a83c23f02700b", + "x-ms-client-request-id": "ffcac9eb6cc6ab8f153e5f83d7032377", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29037,7 +28747,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:32 GMT", + "Date": "Mon, 25 Oct 2021 06:18:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29046,31 +28756,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31a174337d2b4325f15a83c23f02700b", - "x-ms-correlation-request-id": "b923168c-1861-4f07-be87-18a0f1c874ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14728,Microsoft.Compute/GetOperation30Min;27502", - "x-ms-ratelimit-remaining-subscription-reads": "11341", - "x-ms-request-id": "c0339b49-b641-457a-bdce-dd390ec622dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061532Z:b923168c-1861-4f07-be87-18a0f1c874ae" + "x-ms-client-request-id": "ffcac9eb6cc6ab8f153e5f83d7032377", + "x-ms-correlation-request-id": "30035048-cfda-43a0-9d4a-74a98e2ae481", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14764,Microsoft.Compute/GetOperation30Min;29764", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "38d6206c-0cce-42ce-a4bc-c6eeac1f64c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061800Z:30035048-cfda-43a0-9d4a-74a98e2ae481" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "18bc6b17b2ef74498ed8070b20f4ebc7", + "x-ms-client-request-id": "ae89fb12a7d05e58053681398192cf5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29079,7 +28789,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:32 GMT", + "Date": "Mon, 25 Oct 2021 06:18:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29088,31 +28798,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18bc6b17b2ef74498ed8070b20f4ebc7", - "x-ms-correlation-request-id": "4143e677-0fbf-43fb-ad85-fc915c1fff23", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14727,Microsoft.Compute/GetOperation30Min;27501", - "x-ms-ratelimit-remaining-subscription-reads": "11340", - "x-ms-request-id": "7ed9c823-fee0-4a4d-88b0-f8cb3540a98b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061532Z:4143e677-0fbf-43fb-ad85-fc915c1fff23" + "x-ms-client-request-id": "ae89fb12a7d05e58053681398192cf5f", + "x-ms-correlation-request-id": "e7dec1c5-4f46-446c-a8a6-14cbb3737b3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14763,Microsoft.Compute/GetOperation30Min;29763", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "8f28a4b9-a530-4351-927f-b0b6118aa0e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061801Z:e7dec1c5-4f46-446c-a8a6-14cbb3737b3e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "15e3a300f614c46cd09a3887f7fede25", + "x-ms-client-request-id": "1c7dce7baec4ddfcb1eeb062dbca0bcf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29121,7 +28831,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:32 GMT", + "Date": "Mon, 25 Oct 2021 06:18:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29130,40 +28840,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15e3a300f614c46cd09a3887f7fede25", - "x-ms-correlation-request-id": "ccbbf180-5b51-4cb2-a8eb-82f1c0beb40a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14726,Microsoft.Compute/GetOperation30Min;27500", - "x-ms-ratelimit-remaining-subscription-reads": "11339", - "x-ms-request-id": "bf7ba0a8-3ba1-4be1-b640-b9d77a87bdb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061532Z:ccbbf180-5b51-4cb2-a8eb-82f1c0beb40a" + "x-ms-client-request-id": "1c7dce7baec4ddfcb1eeb062dbca0bcf", + "x-ms-correlation-request-id": "3b0269b3-e6f3-4166-83d9-c739afd2d9f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14762,Microsoft.Compute/GetOperation30Min;29762", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "6dae4148-a20d-4f70-b9db-fa909d1a377b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061801Z:3b0269b3-e6f3-4166-83d9-c739afd2d9f0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/59e129b6-cafc-4ba1-9541-19d46575d805?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/bd155530-7d52-423c-9db4-de79c4549936?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "460842412c6780f12b2da352751a22fd", + "x-ms-client-request-id": "88b29d56468b435f716cf98fea552982", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:15:32 GMT", + "Date": "Mon, 25 Oct 2021 06:18:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29172,26 +28882,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "460842412c6780f12b2da352751a22fd", - "x-ms-correlation-request-id": "f5092147-27b9-4705-bbab-1b22be5880ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14725,Microsoft.Compute/GetOperation30Min;27499", - "x-ms-ratelimit-remaining-subscription-reads": "11338", - "x-ms-request-id": "7a608020-3f39-4fbd-af31-d5a8cd5d5426", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061533Z:f5092147-27b9-4705-bbab-1b22be5880ad" + "x-ms-client-request-id": "88b29d56468b435f716cf98fea552982", + "x-ms-correlation-request-id": "12cca9ef-5e53-4ca8-a2ec-21d21972edbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14761,Microsoft.Compute/GetOperation30Min;29761", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "1067a71b-872e-4c31-bf28-44ad5fc63c36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061801Z:12cca9ef-5e53-4ca8-a2ec-21d21972edbd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:14:59.1718035\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:15:33.108991\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:17:29.7817294\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:18:01.4691854\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u002259e129b6-cafc-4ba1-9541-19d46575d805\u0022\r\n", + " \u0022name\u0022: \u0022bd155530-7d52-423c-9db4-de79c4549936\u0022\r\n", "}" ] } ], "Variables": { "RandomSeed": "815981011", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete()Async.json index 8af8e9f6669dd..4183c847531fa 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Delete()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-cb48518b70c23b43b0ac48da410b3157-c49ff6ca2fedc44e-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "ad9114819923f93d3575ff32f50f5306", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:43 GMT", + "Date": "Mon, 25 Oct 2021 06:26:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "502718da-2030-448e-8c2b-07c10f71aa4c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "502718da-2030-448e-8c2b-07c10f71aa4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061944Z:502718da-2030-448e-8c2b-07c10f71aa4c" + "x-ms-correlation-request-id": "92a1a958-49a7-4986-b494-c5f5ffbb6405", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "92a1a958-49a7-4986-b494-c5f5ffbb6405", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062612Z:92a1a958-49a7-4986-b494-c5f5ffbb6405" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-3375?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-3375?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-1e21e41f266fac4cb74fcb12bce5cd28-b9809f21da6e334d-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "8b91d017e25e8a2ab6c570be6d60f588", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:44 GMT", + "Date": "Mon, 25 Oct 2021 06:26:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e798890b-91bf-444c-8ff9-a6d4c21da791", + "x-ms-correlation-request-id": "55d4c1b1-811f-43b2-aca6-3a0af2089f16", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e798890b-91bf-444c-8ff9-a6d4c21da791", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061944Z:e798890b-91bf-444c-8ff9-a6d4c21da791" + "x-ms-request-id": "55d4c1b1-811f-43b2-aca6-3a0af2089f16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062613Z:55d4c1b1-811f-43b2-aca6-3a0af2089f16" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375", "name": "testRG-3375", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b845876d45ca9f4bb4e263e0922aa57d-881bc444c07c7f48-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "d1d5425834839b7546a974349e95b207", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:45 GMT", + "Date": "Mon, 25 Oct 2021 06:26:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd221bae-ed51-4437-b770-a3e83c3bfd71", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cd221bae-ed51-4437-b770-a3e83c3bfd71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061945Z:cd221bae-ed51-4437-b770-a3e83c3bfd71" + "x-ms-correlation-request-id": "4222eaf5-15c7-4567-9368-36f70c4ced0b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "4222eaf5-15c7-4567-9368-36f70c4ced0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062614Z:4222eaf5-15c7-4567-9368-36f70c4ced0b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,379 +8618,12 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-b845876d45ca9f4bb4e263e0922aa57d-29887ee2df604b45-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f59301abafb69983e3778877089e3d6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-5264", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43d5f22c-3517-48b7-aa2e-1827f9a1c311?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a11a3a7-baee-4888-8f24-40634055bd66", - "x-ms-client-request-id": "f59301abafb69983e3778877089e3d6d", - "x-ms-correlation-request-id": "fd64dbf3-e309-40a1-8808-87fd6dedf1f2", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "43d5f22c-3517-48b7-aa2e-1827f9a1c311", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061949Z:fd64dbf3-e309-40a1-8808-87fd6dedf1f2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-5114\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a63e91ac-3a37-4e19-8280-a64677c433ec\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002212f40c02-192c-4321-a6d4-9b710190ca96\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-5264\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a63e91ac-3a37-4e19-8280-a64677c433ec\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43d5f22c-3517-48b7-aa2e-1827f9a1c311?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b845876d45ca9f4bb4e263e0922aa57d-5f0fb4b122754746-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f3b4660b21f4a8d1bf3ced0bacfd93a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93ca354c-2dfa-43b9-a6ef-d33de9997608", - "x-ms-client-request-id": "f3b4660b21f4a8d1bf3ced0bacfd93a7", - "x-ms-correlation-request-id": "9489e5ea-9bdf-4de3-ab7d-cc2e54f49b0b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "ec733fc8-d707-41e6-8c12-6c925505be83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061950Z:9489e5ea-9bdf-4de3-ab7d-cc2e54f49b0b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43d5f22c-3517-48b7-aa2e-1827f9a1c311?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b845876d45ca9f4bb4e263e0922aa57d-4b884ac10d20c747-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d33c076cf7e76411b436e0f313018361", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72a282a9-86a7-4dc6-b807-3b098fb2dde9", - "x-ms-client-request-id": "d33c076cf7e76411b436e0f313018361", - "x-ms-correlation-request-id": "c2551796-63e7-4b44-863a-a1dec6b3856b", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "5375e4c2-7e21-4570-a4d7-259aaeb721f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061951Z:c2551796-63e7-4b44-863a-a1dec6b3856b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b845876d45ca9f4bb4e263e0922aa57d-f23710dd415a544c-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "a26cac5049e9d678fa04fbb95841b117", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:51 GMT", - "ETag": "W/\u0022447952a2-fd1d-4d29-a43c-b492ba02edcc\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dbdab98e-7b89-445a-b165-ff72e5802f49", - "x-ms-client-request-id": "a26cac5049e9d678fa04fbb95841b117", - "x-ms-correlation-request-id": "2b5d1927-7ef4-461c-a733-d64c26af4584", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "19cf5e21-ce07-4a8f-a08c-c8a445ad3d5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061951Z:2b5d1927-7ef4-461c-a733-d64c26af4584" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-5114\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022447952a2-fd1d-4d29-a43c-b492ba02edcc\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002212f40c02-192c-4321-a6d4-9b710190ca96\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-5264\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022447952a2-fd1d-4d29-a43c-b492ba02edcc\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1b239cc6b9ff2b45bfa12237a5224b30-a98289ddda0bb44c-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "440d15f4f45354144f3fbe41dd95beb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "115076", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8be57a6a-07cc-481e-9b3c-79e4b1d436da", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "8be57a6a-07cc-481e-9b3c-79e4b1d436da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061952Z:8be57a6a-07cc-481e-9b3c-79e4b1d436da" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - }, - { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ { - "resourceType": "virtualNetworks", + "resourceType": "networkWatchers/lenses", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8911,42 +8660,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "virtualNetworks/taggedTrafficConsumers", + "resourceType": "expressRoutePorts", "locations": [ "West US", "East US", @@ -8972,17 +8692,21 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", "France Central", "Australia Central", - "South Africa North", "UAE North", + "South Africa North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -9010,1015 +8734,683 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "natGateways", + "resourceType": "frontdoors", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", "North Central US", "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "publicIPAddresses", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", "West Central US", - "West US 2", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", "UK South", - "Korea Central", - "Korea South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", "Australia Central", - "South Africa North", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } + "2019-11-01" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "None" }, { - "resourceType": "customIpPrefixes", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkInterfaces", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", "Southeast Asia", - "North Central US", + "East US SLV", "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", + "Norway West", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "Japan East", "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", + "Canada Central", "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f59301abafb69983e3778877089e3d6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-5264", + "properties": { + "addressPrefix": "10.0.2.0/24" } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/0b9992a3-6308-41fe-a5c1-25ba3a946c21?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:26:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "31d1431c-bf6b-40e1-953b-2133b9a24103", + "x-ms-client-request-id": "f59301abafb69983e3778877089e3d6d", + "x-ms-correlation-request-id": "0e5856a7-8a89-4b13-b91d-677f770cd557", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "0b9992a3-6308-41fe-a5c1-25ba3a946c21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062622Z:0e5856a7-8a89-4b13-b91d-677f770cd557" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-5114\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022fd30b14f-8e3d-4e9f-97b7-62ee95db9243\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00225d9cd6c8-5331-4de0-9fc3-f09cc2eee4d8\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-5264\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022fd30b14f-8e3d-4e9f-97b7-62ee95db9243\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/0b9992a3-6308-41fe-a5c1-25ba3a946c21?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f3b4660b21f4a8d1bf3ced0bacfd93a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:26:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ce9a7c50-3ddd-4fdd-9955-a74d59ffe012", + "x-ms-client-request-id": "f3b4660b21f4a8d1bf3ced0bacfd93a7", + "x-ms-correlation-request-id": "a7514a8d-ce92-4193-b283-48c063706119", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "1f47e38c-a17f-4dde-ae1c-321cc615fda4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062623Z:a7514a8d-ce92-4193-b283-48c063706119" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d33c076cf7e76411b436e0f313018361", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:26:23 GMT", + "ETag": "W/\u0022160e0181-b019-47c4-ac84-2fbe4cf73614\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "97f5dcb1-ba70-4fcf-b4c9-aa81fd057882", + "x-ms-client-request-id": "d33c076cf7e76411b436e0f313018361", + "x-ms-correlation-request-id": "42aa891c-35d2-4c35-bb0f-7f92d97ad2e3", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "154ea2d0-f959-4c86-ab29-be8dcc9ddb70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062623Z:42aa891c-35d2-4c35-bb0f-7f92d97ad2e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-5114\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022160e0181-b019-47c4-ac84-2fbe4cf73614\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00225d9cd6c8-5331-4de0-9fc3-f09cc2eee4d8\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-5264\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022160e0181-b019-47c4-ac84-2fbe4cf73614\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e9a26cac7849fad604fbb95841b1172f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:26:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "30d9194d-5d17-4f66-8d43-b35b6b3c6259", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "30d9194d-5d17-4f66-8d43-b35b6b3c6259", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062624Z:30d9194d-5d17-4f66-8d43-b35b6b3c6259" + }, + "ResponseBody": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" }, { - "resourceType": "dscpConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" }, { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" }, { - "resourceType": "privateEndpoints/privateLinkServiceProxies", + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", "locations": [ "West US", "East US", @@ -10054,7 +9446,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10077,74 +9471,56 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", - "capabilities": "None" - }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "loadBalancers", + "resourceType": "virtualNetworks/taggedTrafficConsumers", "locations": [ "West US", "East US", @@ -10180,7 +9556,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10249,10 +9627,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "networkSecurityGroups", + "resourceType": "natGateways", "locations": [ "West US", "East US", @@ -10288,7 +9666,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10313,54 +9693,198 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-11-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ + "zoneMappings": [ { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] }, { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] }, { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationSecurityGroups", + "resourceType": "publicIPAddresses", "locations": [ "West US", "East US", @@ -10396,7 +9920,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10433,99 +9959,227 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01" + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" + "apiVersion": "2015-06-15" }, { "profileVersion": "2018-03-01-hybrid", "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "serviceEndpointPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01" + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkIntentPolicies", + "resourceType": "customIpPrefixes", "locations": [ "West US", "East US", @@ -10554,7 +10208,6 @@ "Korea Central", "Korea South", "France Central", - "France South", "Australia Central", "South Africa North", "UAE North", @@ -10562,7 +10215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10573,230 +10228,32 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "routeTables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "2020-06-01" ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2020-06-01", "zoneMappings": [ { "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10807,8 +10264,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -10819,15 +10283,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -10835,32 +10307,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10871,40 +10343,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10915,39 +10387,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "ddosCustomPolicies", + "resourceType": "networkInterfaces", "locations": [ "West US", "East US", @@ -10983,7 +10455,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11009,13 +10483,53 @@ "2019-02-01", "2018-12-01", "2018-11-01", - "2018-10-01" + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers", + "resourceType": "dscpConfigurations", "locations": [ "West US", "East US", @@ -11051,7 +10565,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11062,54 +10578,13 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2020-06-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2020-06-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/connectionMonitors", + "resourceType": "privateEndpoints", "locations": [ "West US", "East US", @@ -11145,7 +10620,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11168,27 +10645,13 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/flowLogs", + "resourceType": "privateEndpoints/privateLinkServiceProxies", "locations": [ "West US", "East US", @@ -11224,7 +10687,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11247,27 +10712,13 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "networkWatchers/pingMeshes", + "resourceType": "privateEndpointRedirectMaps", "locations": [ "West US", "East US", @@ -11296,14 +10747,15 @@ "Korea Central", "Korea South", "France Central", - "Australia Central", "South Africa North", "UAE North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11323,30 +10775,13 @@ "2019-11-01", "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2019-07-01" ], "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "virtualNetworkGateways", + "resourceType": "loadBalancers", "locations": [ "West US", "East US", @@ -11382,7 +10817,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11444,7 +10881,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11454,7 +10891,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "localNetworkGateways", + "resourceType": "networkSecurityGroups", "locations": [ "West US", "East US", @@ -11490,7 +10927,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11552,7 +10991,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11562,7 +11001,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "connections", + "resourceType": "applicationSecurityGroups", "locations": [ "West US", "East US", @@ -11598,7 +11037,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11635,42 +11076,177 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" + "apiVersion": "2017-09-01" }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", "apiVersion": "2017-10-01" } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGateways", + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "France South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", "locations": [ "West US", "East US", @@ -11706,7 +11282,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11761,29 +11339,115 @@ "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", - "zoneMappings": [ + "apiProfiles": [ { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" }, { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11794,8 +11458,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -11806,15 +11477,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -11822,32 +11501,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11858,40 +11537,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11902,39 +11581,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "resourceType": "ddosCustomPolicies", "locations": [ "West US", "East US", @@ -11970,7 +11649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11994,14 +11675,54 @@ "2019-06-01", "2019-04-01", "2019-02-01", - "2018-12-01" + "2018-12-01", + "2018-11-01", + "2018-10-01" ], "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations", - "locations": [], + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12054,24 +11775,11 @@ "2015-05-01-preview", "2014-12-01-preview" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operations", + "resourceType": "networkWatchers/connectionMonitors", "locations": [ "West US", "East US", @@ -12107,7 +11815,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12144,41 +11854,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operationResults", + "resourceType": "networkWatchers/flowLogs", "locations": [ "West US", "East US", @@ -12214,7 +11896,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12251,41 +11935,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/CheckDnsNameAvailability", + "resourceType": "networkWatchers/pingMeshes", "locations": [ "West US", "East US", @@ -12321,7 +11977,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12358,80 +12016,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/usages", + "resourceType": "virtualNetworkGateways", "locations": [ "West US", "East US", @@ -12467,7 +12058,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12521,6 +12114,7 @@ "2015-05-01-preview", "2014-12-01-preview" ], + "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", @@ -12528,17 +12122,17 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" + "apiVersion": "2017-03-01" }, { "profileVersion": "2019-03-01-hybrid", "apiVersion": "2017-10-01" } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "resourceType": "localNetworkGateways", "locations": [ "West US", "East US", @@ -12574,7 +12168,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12614,12 +12210,39 @@ "2017-09-01", "2017-08-01", "2017-06-01", - "2017-04-01" + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableDelegations", + "resourceType": "connections", "locations": [ "West US", "East US", @@ -12655,7 +12278,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12686,76 +12311,48 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/serviceTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availablePrivateEndpointTypes", + "resourceType": "applicationGateways", "locations": [ "West US", "East US", @@ -12791,7 +12388,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12814,22 +12413,237 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableServiceAliases", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", "East US 2", "Japan East", "Japan West", @@ -12855,7 +12669,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12874,49 +12690,19 @@ "2019-12-01", "2019-11-01", "2019-09-01", - "2019-08-01" + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/checkPrivateLinkServiceVisibility", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], + "resourceType": "locations", + "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12937,75 +12723,56 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/autoApprovedPrivateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "resourceType": "locations/operations", "locations": [ "West US", "East US", @@ -13041,7 +12808,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13055,12 +12824,64 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "resourceType": "locations/operationResults", "locations": [ "West US", "East US", @@ -13096,7 +12917,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13110,12 +12933,64 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/supportedVirtualMachineSizes", + "resourceType": "locations/CheckDnsNameAvailability", "locations": [ "West US", "East US", @@ -13151,7 +13026,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13182,12 +13059,33 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "capabilities": "None" }, { - "resourceType": "locations/setAzureNetworkManagerConfiguration", + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", "locations": [ "West US", "East US", @@ -13223,7 +13121,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13232,12 +13132,15 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" ], "capabilities": "None" }, { - "resourceType": "locations/getAzureNetworkManagerConfiguration", + "resourceType": "locations/usages", "locations": [ "West US", "East US", @@ -13273,7 +13176,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13282,21 +13187,78 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkAcceleratedNetworkingSupport", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", "Central US", "East US 2", "Japan East", @@ -13323,7 +13285,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13354,12 +13318,21 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" ], "capabilities": "None" }, { - "resourceType": "locations/validateResourceOwnership", + "resourceType": "locations/availableDelegations", "locations": [ "West US", "East US", @@ -13395,7 +13368,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13431,7 +13406,7 @@ "capabilities": "None" }, { - "resourceType": "locations/setResourceOwnership", + "resourceType": "locations/serviceTags", "locations": [ "West US", "East US", @@ -13467,7 +13442,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13490,20 +13467,12 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2019-02-01" ], "capabilities": "None" }, { - "resourceType": "locations/effectiveResourceOwnership", + "resourceType": "locations/availablePrivateEndpointTypes", "locations": [ "West US", "East US", @@ -13539,7 +13508,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13562,20 +13533,12 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2019-02-01" ], "capabilities": "None" }, { - "resourceType": "operations", + "resourceType": "locations/availableServiceAliases", "locations": [ "West US", "East US", @@ -13611,7 +13574,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13630,298 +13595,825 @@ "2019-12-01", "2019-11-01", "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2019-08-01" ], "capabilities": "None" }, { - "resourceType": "dnszones", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", + "resourceType": "locations/checkPrivateLinkServiceVisibility", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnsOperationStatuses", + "resourceType": "locations/autoApprovedPrivateLinkServices", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "getDnsResourceReference", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "internalNotify", + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/A", + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/AAAA", + "resourceType": "locations/supportedVirtualMachineSizes", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CNAME", + "resourceType": "locations/setAzureNetworkManagerConfiguration", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/PTR", + "resourceType": "locations/getAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/MX", + "resourceType": "locations/checkAcceleratedNetworkingSupport", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/TXT", + "resourceType": "locations/validateResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SRV", + "resourceType": "locations/setResourceOwnership", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SOA", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/NS", + "resourceType": "locations/effectiveResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CAA", + "resourceType": "operations", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", "2017-10-01", - "2017-09-15-preview", - "2017-09-01" + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/recordsets", + "resourceType": "dnszones", "locations": [ "global" ], @@ -13935,13 +14427,81 @@ "2015-05-04-preview" ], "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/all", - "locations": [ - "global" - ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], "apiVersions": [ "2018-05-01", "2018-03-01-preview", @@ -13955,136 +14515,192 @@ "capabilities": "None" }, { - "resourceType": "privateDnsZones", + "resourceType": "dnszones/AAAA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "privateDnsZones/virtualNetworkLinks", + "resourceType": "dnszones/CNAME", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "privateDnsOperationResults", + "resourceType": "dnszones/PTR", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsOperationStatuses", + "resourceType": "dnszones/MX", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZonesInternal", + "resourceType": "dnszones/TXT", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-01-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/A", + "resourceType": "dnszones/SRV", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/AAAA", + "resourceType": "dnszones/SOA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/CNAME", + "resourceType": "dnszones/NS", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/PTR", + "resourceType": "dnszones/CAA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/MX", + "resourceType": "dnszones/recordsets", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/TXT", + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", "locations": [ "global" ], @@ -14094,10 +14710,10 @@ "2018-09-01" ], "defaultApiVersion": "2018-09-01", - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "privateDnsZones/SRV", + "resourceType": "privateDnsZones/virtualNetworkLinks", "locations": [ "global" ], @@ -14107,10 +14723,10 @@ "2018-09-01" ], "defaultApiVersion": "2018-09-01", - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "privateDnsZones/SOA", + "resourceType": "privateDnsOperationResults", "locations": [ "global" ], @@ -14123,7 +14739,7 @@ "capabilities": "None" }, { - "resourceType": "privateDnsZones/all", + "resourceType": "privateDnsOperationStatuses", "locations": [ "global" ], @@ -14136,24 +14752,153 @@ "capabilities": "None" }, { - "resourceType": "virtualNetworks/privateDnsZoneLinks", + "resourceType": "privateDnsZonesInternal", "locations": [ "global" ], "apiVersions": [ - "2020-06-01" + "2020-06-01", + "2020-01-01" ], - "defaultApiVersion": "2020-06-01", + "defaultApiVersion": "2020-01-01", "capabilities": "None" }, { - "resourceType": "trafficmanagerprofiles", + "resourceType": "privateDnsZones/A", "locations": [ "global" ], "apiVersions": [ - "2018-08-01", - "2018-04-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", "2018-03-01", "2018-02-01", "2017-05-01", @@ -14263,7 +15008,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14357,7 +15104,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14450,7 +15199,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14532,7 +15283,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14612,7 +15365,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14678,7 +15433,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14744,7 +15501,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14810,7 +15569,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14904,7 +15665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14987,7 +15750,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15066,7 +15831,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15143,7 +15910,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15204,7 +15973,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15283,7 +16054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15362,7 +16135,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15431,7 +16206,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15466,7 +16243,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -15542,7 +16357,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15613,7 +16430,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15743,7 +16562,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15800,7 +16621,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15839,24 +16662,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15867,8 +16690,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -15879,15 +16709,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -15895,32 +16733,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15931,40 +16769,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15975,32 +16813,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -16043,7 +16881,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16111,7 +16951,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16180,7 +17022,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16249,7 +17093,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16304,7 +17150,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16385,7 +17233,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16421,149 +17271,28 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", + "resourceType": "checkFrontdoorNameAvailability", "locations": [ - "global" + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" ], "apiVersions": [ - "2020-11-01", "2020-07-01", "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", "2020-01-01", "2019-08-01", "2019-05-01", @@ -16573,36 +17302,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -16632,33 +17331,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -16696,7 +17368,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16765,7 +17439,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16841,7 +17517,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -16905,7 +17583,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16963,7 +17643,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17028,7 +17710,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17088,7 +17772,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17153,7 +17839,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17161,4266 +17849,552 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "272", - "Content-Type": "application/json", - "traceparent": "00-1b239cc6b9ff2b45bfa12237a5224b30-f60ff18f3f24004a-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "91ffbb8bbdf18e2266d8e2fb580c7285", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264" - } - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/05e73f84-381e-4fa8-b10a-4f7b05067b60?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1682", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a7447e7a-b607-4361-a825-ea9a08d09b6d", - "x-ms-client-request-id": "91ffbb8bbdf18e2266d8e2fb580c7285", - "x-ms-correlation-request-id": "5c82a757-2195-4f43-a15a-0f7cd9a11b38", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "05e73f84-381e-4fa8-b10a-4f7b05067b60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061955Z:5c82a757-2195-4f43-a15a-0f7cd9a11b38" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testNic-5700\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00226857076e-8ab7-4f00-8f91-ceaa031ba623\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022a548f217-d0b5-45ce-86e6-ea670bbf8282\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00226857076e-8ab7-4f00-8f91-ceaa031ba623\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022aigpiermdequhjwutnyqdegksg.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/05e73f84-381e-4fa8-b10a-4f7b05067b60?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b239cc6b9ff2b45bfa12237a5224b30-80182ec0c2832d40-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "86cc003d85b1373ef27ede7b1118fb43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bbdf1491-5dae-4ac1-a857-f8904ed61481", - "x-ms-client-request-id": "86cc003d85b1373ef27ede7b1118fb43", - "x-ms-correlation-request-id": "76a9cd55-0c88-431d-b77e-100d543f3d4b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "103e2bb6-de54-4cac-b8d9-14e114498572", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061955Z:76a9cd55-0c88-431d-b77e-100d543f3d4b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b239cc6b9ff2b45bfa12237a5224b30-8232ceb28777f84f-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "197839cdd2766e42bf473aa32319d4d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1682", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:19:55 GMT", - "ETag": "W/\u00226857076e-8ab7-4f00-8f91-ceaa031ba623\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3fb9a12d-3630-4b38-b860-f933af5ceb8b", - "x-ms-client-request-id": "197839cdd2766e42bf473aa32319d4d1", - "x-ms-correlation-request-id": "8f3331f6-de8d-4a5b-9d86-21f3d98d6480", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8e02297f-e256-445d-b2c4-9e150a28bd1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061956Z:8f3331f6-de8d-4a5b-9d86-21f3d98d6480" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testNic-5700\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00226857076e-8ab7-4f00-8f91-ceaa031ba623\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022a548f217-d0b5-45ce-86e6-ea670bbf8282\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00226857076e-8ab7-4f00-8f91-ceaa031ba623\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022aigpiermdequhjwutnyqdegksg.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014?api-version=2021-03-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "1185", - "Content-Type": "application/json", - "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "57be73bbeb3f43d385e8f9f63e80a63e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": { - "hardwareProfile": { - "vmSize": "Standard_F2" - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "osType": "Linux", - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } }, - "osProfile": { - "computerName": "testVM-7014", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "networkProfile": { - "networkInterfaces": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700", - "properties": { - "primary": true - } - } - ] - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "Cache-Control": "no-cache", - "Content-Length": "2369", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57be73bbeb3f43d385e8f9f63e80a63e", - "x-ms-correlation-request-id": "0d1ebe5d-6353-4daa-9491-d4f7e767a298", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1180", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062000Z:0d1ebe5d-6353-4daa-9491-d4f7e767a298" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVM-7014\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u00228f108b9e-33d9-4be6-8c17-6d45c4f10e64\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-7014\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9dbf0caaa45ae1046535938dd84b303e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "35", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9dbf0caaa45ae1046535938dd84b303e", - "x-ms-correlation-request-id": "6c48bae9-f31c-4035-8fb5-74a8539cee71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26779", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "bbc3bc5c-9f88-4909-a8df-88d6d1b493f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062001Z:6c48bae9-f31c-4035-8fb5-74a8539cee71" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "cd51fca054dcb7b57a539ae12469f8ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd51fca054dcb7b57a539ae12469f8ea", - "x-ms-correlation-request-id": "4e12a294-ac18-44fc-8138-be1c261311ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26778", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "5b41c07c-cb23-465c-8b42-a5b0cc18173e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062001Z:4e12a294-ac18-44fc-8138-be1c261311ea" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "314c1fd408c1ade3515a1ae6706b9271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "314c1fd408c1ade3515a1ae6706b9271", - "x-ms-correlation-request-id": "9d6f1a50-d151-4567-a95f-660e6ddad131", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26777", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5923afa3-0081-4820-b419-173d4a2a9d7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062001Z:9d6f1a50-d151-4567-a95f-660e6ddad131" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4ec9882d454956fc570823070923bcfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ec9882d454956fc570823070923bcfc", - "x-ms-correlation-request-id": "aaa78511-1f33-46ae-a11b-cf5148d48118", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26776", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "16e837c1-c38f-4767-ab55-f19e9fcef0d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062001Z:aaa78511-1f33-46ae-a11b-cf5148d48118" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b9b9a83dffff977d18a47c8239cf460e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9b9a83dffff977d18a47c8239cf460e", - "x-ms-correlation-request-id": "ca3b8aac-1771-4176-a0f1-3e83f1698a47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26775", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "6963fc51-3dcc-49b0-a3e5-d360f736c213", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062002Z:ca3b8aac-1771-4176-a0f1-3e83f1698a47" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9cb328c1a9a08ea123f6dab8e5dca32d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cb328c1a9a08ea123f6dab8e5dca32d", - "x-ms-correlation-request-id": "f189c0a3-5024-4f3d-a4ff-04cfc3e6434f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26774", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "9473c7c7-b501-4ba4-8bf9-e4e767e914c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062002Z:f189c0a3-5024-4f3d-a4ff-04cfc3e6434f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c8a81e9dd8b22e720a3136a4c97a1c87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8a81e9dd8b22e720a3136a4c97a1c87", - "x-ms-correlation-request-id": "e8fcaf89-83e0-429e-a4ee-b512ecf42709", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26773", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "508f2e3e-130a-4552-b9c1-b7e62fff45af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062002Z:e8fcaf89-83e0-429e-a4ee-b512ecf42709" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e14615c21f6f945c072a960824c4b23b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e14615c21f6f945c072a960824c4b23b", - "x-ms-correlation-request-id": "b56567b6-41c5-484b-9dae-1f958e691771", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26772", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b3c7f0b2-6a31-482d-900a-eb2832991696", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062003Z:b56567b6-41c5-484b-9dae-1f958e691771" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1ae44e007e26e85cb685916e72fcc5a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ae44e007e26e85cb685916e72fcc5a8", - "x-ms-correlation-request-id": "dae36823-5d31-4a1a-8bfb-cc81e3583318", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26771", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "10126e82-a4a9-48d3-b1b4-6a4c714d8011", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062003Z:dae36823-5d31-4a1a-8bfb-cc81e3583318" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d0f652dac2967dbec214c187426a0946", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0f652dac2967dbec214c187426a0946", - "x-ms-correlation-request-id": "8d1908df-35d5-4dfe-b679-628317d564b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26770", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "a62a94b4-5377-403e-9554-38356cc95500", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062003Z:8d1908df-35d5-4dfe-b679-628317d564b6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7ba4fb7e01954460b85e2be98eed210a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ba4fb7e01954460b85e2be98eed210a", - "x-ms-correlation-request-id": "81f0312e-f6a0-4b94-896c-2ead8feaf460", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26769", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "7b317732-03f0-416d-8138-20def975ff8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062003Z:81f0312e-f6a0-4b94-896c-2ead8feaf460" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d22eed65e2ce3ea590665812bdd4a54c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d22eed65e2ce3ea590665812bdd4a54c", - "x-ms-correlation-request-id": "357f8d03-fb03-4fe2-b7b3-900c421a9cb0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26768", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "b6dec5bf-fc08-4f81-a2a4-e185fae56eb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062004Z:357f8d03-fb03-4fe2-b7b3-900c421a9cb0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "77f04b7c4958d813f2b2173897d4efd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77f04b7c4958d813f2b2173897d4efd4", - "x-ms-correlation-request-id": "f313afbe-8b1a-4aad-91fa-95b5efee1977", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26767", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "832a7fe4-44f0-4310-bfd0-5ad8ca33966d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062004Z:f313afbe-8b1a-4aad-91fa-95b5efee1977" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5522b6f2363b9c775565ea2fa94d87e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5522b6f2363b9c775565ea2fa94d87e3", - "x-ms-correlation-request-id": "117482bd-a1e3-4155-bfbc-14f883a59c48", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26766", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "84f4f6ef-69da-4de3-8c4e-035979b266b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062004Z:117482bd-a1e3-4155-bfbc-14f883a59c48" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "426ddfb8aafd1bb2da56df1ccb6da7bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "426ddfb8aafd1bb2da56df1ccb6da7bc", - "x-ms-correlation-request-id": "1b6d155e-cddd-483d-aaca-756d68639607", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26765", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "3bc8aa4a-1909-4fbc-ae8b-d55f8d25a527", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062004Z:1b6d155e-cddd-483d-aaca-756d68639607" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "061f83764fb24510d45421f25fe42ea4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "061f83764fb24510d45421f25fe42ea4", - "x-ms-correlation-request-id": "1af54c7c-d59f-4c33-bf9f-0db27be2c326", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26764", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "671c6d44-eb2d-4392-a5a1-2e41a8163f1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062005Z:1af54c7c-d59f-4c33-bf9f-0db27be2c326" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b77f332bad6748d704067be5575bd0e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b77f332bad6748d704067be5575bd0e8", - "x-ms-correlation-request-id": "5d606ffa-e9ce-4ae3-a639-13cfeb5be1b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26763", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a948c912-6ac9-47db-9cc3-e85e728a107a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062005Z:5d606ffa-e9ce-4ae3-a639-13cfeb5be1b1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "25b82ebe802e6930ce276ea989bfbcf6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25b82ebe802e6930ce276ea989bfbcf6", - "x-ms-correlation-request-id": "169174ef-70ea-4be1-85c2-8e3181d1c812", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26762", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "7c922ec3-de07-42d4-8002-10501eb2f4e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062005Z:169174ef-70ea-4be1-85c2-8e3181d1c812" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "97f03b27efeec955abd702acd42bee78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97f03b27efeec955abd702acd42bee78", - "x-ms-correlation-request-id": "59705ddb-18e8-4ce5-a96d-725526150b2e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26761", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "21b9173e-5afa-414f-a47c-4b436768a017", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062006Z:59705ddb-18e8-4ce5-a96d-725526150b2e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "30333883092baa760315e93f3f2ebf44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30333883092baa760315e93f3f2ebf44", - "x-ms-correlation-request-id": "678d146e-bed6-49b5-9ae6-8e8a680063a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26760", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "5942847f-d718-4273-9cef-a28e46c5679b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062006Z:678d146e-bed6-49b5-9ae6-8e8a680063a4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1bbe854a396acffad9ee79577d8494a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bbe854a396acffad9ee79577d8494a3", - "x-ms-correlation-request-id": "752e70a6-06f9-4a6b-bc3e-2fb11d8a3d1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26759", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "886f715f-dca9-4c22-a8db-a737f90a4edc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062006Z:752e70a6-06f9-4a6b-bc3e-2fb11d8a3d1f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5026f5388b8c1dcac54594d806158a7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5026f5388b8c1dcac54594d806158a7d", - "x-ms-correlation-request-id": "d20caf62-8fa9-4276-b654-aa7e10aa9ec1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26758", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "55ea5864-be2f-4f4e-ad3a-4d3a537a8f9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062007Z:d20caf62-8fa9-4276-b654-aa7e10aa9ec1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4f61be17d36c490e3e64573c8f1e2c7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f61be17d36c490e3e64573c8f1e2c7e", - "x-ms-correlation-request-id": "ccdc5a99-0645-46d5-877d-222c4753caaa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26757", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "025a574e-82bf-4a8c-a9d1-a0611c046cc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062007Z:ccdc5a99-0645-46d5-877d-222c4753caaa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4a0745816f08beb8baa05624a422c9c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a0745816f08beb8baa05624a422c9c3", - "x-ms-correlation-request-id": "c33b431c-a5ac-4ddf-ab42-154c05281c28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26756", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "a67f2847-6460-4d27-a23a-4ce2a3fb8fb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062007Z:c33b431c-a5ac-4ddf-ab42-154c05281c28" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "bf3ffc6445226536e6dc1227338d8ea6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf3ffc6445226536e6dc1227338d8ea6", - "x-ms-correlation-request-id": "374d8cb5-3226-4964-88c9-a681e63784ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26755", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "9b5c651b-fc09-4d17-8bb6-6e27aa51a04a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062007Z:374d8cb5-3226-4964-88c9-a681e63784ad" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c05615193f0da87405a294cc7ceaa41b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c05615193f0da87405a294cc7ceaa41b", - "x-ms-correlation-request-id": "11b1ff73-edd5-4662-9ce7-34f569068c57", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26754", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "453d395c-2d66-4223-881a-2f1487bdf28d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062008Z:11b1ff73-edd5-4662-9ce7-34f569068c57" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "93d8939b6ddf3b5b0ea2632c5c908b2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93d8939b6ddf3b5b0ea2632c5c908b2d", - "x-ms-correlation-request-id": "439a443e-ed2a-4498-8211-1e1e17d8e9d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26753", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "14e93bd9-c30e-4db6-881d-ec47cf1eb83c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062008Z:439a443e-ed2a-4498-8211-1e1e17d8e9d9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8f0baf1208cb24b68796b97fb16ae8fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f0baf1208cb24b68796b97fb16ae8fc", - "x-ms-correlation-request-id": "5304c29f-aac0-479e-b653-a7f7e68cb69c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26752", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "0cc17ae3-5997-4df5-8d55-277017c28a74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062008Z:5304c29f-aac0-479e-b653-a7f7e68cb69c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "a08cf637fab5abc7ba1bb26bdc484c75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a08cf637fab5abc7ba1bb26bdc484c75", - "x-ms-correlation-request-id": "dd8deecc-38c2-4711-a4a1-e6cb8170ce3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26751", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "c8560de6-40df-4144-b79f-61795faac00e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062008Z:dd8deecc-38c2-4711-a4a1-e6cb8170ce3e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "cdba661715de9350ddb30c48b3dc8aa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdba661715de9350ddb30c48b3dc8aa4", - "x-ms-correlation-request-id": "a6b6cae9-5be9-4a67-8acd-74167108f4f4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26750", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "4522d278-d056-457c-a58f-b0ae18ba351d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062009Z:a6b6cae9-5be9-4a67-8acd-74167108f4f4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "65f567baea041778e85fd5b0554b483e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65f567baea041778e85fd5b0554b483e", - "x-ms-correlation-request-id": "c686242c-0498-453a-b47e-eafc486fef7b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26749", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "08c0581a-cb31-46fc-88ff-e43d797fe01a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062009Z:c686242c-0498-453a-b47e-eafc486fef7b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4a67444a1aaf211da6f9c201ee7ef8dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a67444a1aaf211da6f9c201ee7ef8dd", - "x-ms-correlation-request-id": "6ded9231-7c96-4bd2-a651-2b2450128faa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26748", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "80aef998-8f67-461b-8de4-12d71de0af74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062009Z:6ded9231-7c96-4bd2-a651-2b2450128faa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "75b00d91e6532c71eea3e47f40a03d92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75b00d91e6532c71eea3e47f40a03d92", - "x-ms-correlation-request-id": "cbef3921-58d0-41c8-80d5-e11455fa0d69", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26747", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "bd62086c-5f93-4f95-8811-dc1652722d93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062010Z:cbef3921-58d0-41c8-80d5-e11455fa0d69" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6efecd6a3f749ff449d3bf0a2876296a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6efecd6a3f749ff449d3bf0a2876296a", - "x-ms-correlation-request-id": "68182bbc-7d45-4043-b944-f697a1d4faf1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26746", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "3f06b7ea-ddf9-404d-a7bb-cccd01c75f7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062010Z:68182bbc-7d45-4043-b944-f697a1d4faf1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "471ef766d39a64ebd33b5c0c369ee006", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "471ef766d39a64ebd33b5c0c369ee006", - "x-ms-correlation-request-id": "9b042783-ee7c-4f9c-9f1c-1410aa6211ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26745", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "4ddc4631-ff5b-4c50-82b0-2ef183b39292", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062010Z:9b042783-ee7c-4f9c-9f1c-1410aa6211ce" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "219730bc8a80516918102b7f27660477", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "219730bc8a80516918102b7f27660477", - "x-ms-correlation-request-id": "b49310f7-8202-4596-84c9-20e21c1c6fda", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26744", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "48a548e3-7579-4e76-a894-455e8d124768", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062010Z:b49310f7-8202-4596-84c9-20e21c1c6fda" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4918797af58197f7e19a9b39e2e869aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4918797af58197f7e19a9b39e2e869aa", - "x-ms-correlation-request-id": "4d1568b6-860b-416e-9b1e-a23ba30b18f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26743", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "f74bbb40-62f8-4b72-97b2-69717a85adb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062011Z:4d1568b6-860b-416e-9b1e-a23ba30b18f6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f74eb8f308dfdcea8dcd2e8aa76c3c6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f74eb8f308dfdcea8dcd2e8aa76c3c6c", - "x-ms-correlation-request-id": "9b947792-42df-4d14-b54c-bade56fe2131", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26742", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "cbf538dd-54bd-4e69-9572-b952a4c88279", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062011Z:9b947792-42df-4d14-b54c-bade56fe2131" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "bc92e5369785c68538003fe6ee306e30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc92e5369785c68538003fe6ee306e30", - "x-ms-correlation-request-id": "ae7d5c92-58e5-4e3c-b190-000ceba48079", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26741", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "febc2f0f-4547-47a2-87b4-c61042f4dc67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062011Z:ae7d5c92-58e5-4e3c-b190-000ceba48079" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6f8c80a70c1771978f3cbcb4c66def75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f8c80a70c1771978f3cbcb4c66def75", - "x-ms-correlation-request-id": "23195869-4d34-4b80-9060-a8802e2d4915", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26740", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "5898da24-59af-423b-b86d-25d773c63528", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062011Z:23195869-4d34-4b80-9060-a8802e2d4915" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "fd022e5dac565c253387bedfc804ed5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd022e5dac565c253387bedfc804ed5c", - "x-ms-correlation-request-id": "eb36aed4-8e7a-4683-95df-e3a74659fbda", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26739", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "9db1fcbc-3a78-4296-acb3-edaca1035ec1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062012Z:eb36aed4-8e7a-4683-95df-e3a74659fbda" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "26e2fe5ecddf29544d202d49dad000cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26e2fe5ecddf29544d202d49dad000cb", - "x-ms-correlation-request-id": "5a9a44fd-3783-4905-b5d7-6923ff7a0c3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26738", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "97b2246c-e9ac-4a8d-bb97-4072b08fb2fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062012Z:5a9a44fd-3783-4905-b5d7-6923ff7a0c3e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "bf88c910712efad95b303b904db8a98b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf88c910712efad95b303b904db8a98b", - "x-ms-correlation-request-id": "7ffff802-e3aa-4df5-8547-6a6f46010515", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26737", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "566131fa-7f5a-4cda-8cdd-f2dd6ded03a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062012Z:7ffff802-e3aa-4df5-8547-6a6f46010515" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c7565f4ec88a8f95dad8b0367fdb8162", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7565f4ec88a8f95dad8b0367fdb8162", - "x-ms-correlation-request-id": "a36af644-d3bb-4f9c-9ad3-a2d6bcc560eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26736", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "8235952e-18f4-440b-9070-3cc359ca2e77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062013Z:a36af644-d3bb-4f9c-9ad3-a2d6bcc560eb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "ffcef3872e7bed2e24e8cbaf91c4db94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffcef3872e7bed2e24e8cbaf91c4db94", - "x-ms-correlation-request-id": "d66f6c92-dc77-4c67-9f6f-d95f1e30735f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26735", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "8a706a9f-8265-4959-88fe-ee59bc12d9f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062013Z:d66f6c92-dc77-4c67-9f6f-d95f1e30735f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7bfba177387a484033f9e555c0a37a80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7bfba177387a484033f9e555c0a37a80", - "x-ms-correlation-request-id": "d5329491-b3e2-4f20-b30e-05788f35077e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26734", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "38725921-13c2-4345-84f5-abb8181e9ffb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062013Z:d5329491-b3e2-4f20-b30e-05788f35077e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5a08d9aea9e9200f3069a2a2fde6fd15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a08d9aea9e9200f3069a2a2fde6fd15", - "x-ms-correlation-request-id": "ca96a6b9-7d2b-4df5-8a98-2ba72bf02b3b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26733", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "93504389-9dad-4cd3-8c9d-db75be84deb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062013Z:ca96a6b9-7d2b-4df5-8a98-2ba72bf02b3b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "ddbf1cfd05e04ee7b285cb8248d92c81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddbf1cfd05e04ee7b285cb8248d92c81", - "x-ms-correlation-request-id": "fc06b5bd-e168-4a4a-94d5-b64b65f98ed0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26732", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "4cf375d5-c67a-437a-88b9-52b274bcd3e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062014Z:fc06b5bd-e168-4a4a-94d5-b64b65f98ed0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b8004a6d81bbcdaa92da4a11959e4b4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8004a6d81bbcdaa92da4a11959e4b4d", - "x-ms-correlation-request-id": "8af10485-eeb5-490a-b6c3-d2af4cc10d7a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26731", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "a65e46a4-ce87-4efa-93fd-c52d835bba92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062014Z:8af10485-eeb5-490a-b6c3-d2af4cc10d7a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "a458cffb9ce4a89ff2b9a764dd8dd757", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a458cffb9ce4a89ff2b9a764dd8dd757", - "x-ms-correlation-request-id": "36091e7d-e3ab-4926-912c-69a13ce68ca3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26730", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "e5a775cd-1724-4fa3-b529-c67c497305a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062014Z:36091e7d-e3ab-4926-912c-69a13ce68ca3" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b235213c45e57b5971f14b05bbd5b914", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b235213c45e57b5971f14b05bbd5b914", - "x-ms-correlation-request-id": "11ccd75e-8988-4baa-a6d3-cea089b8af6f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26729", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "500ead0d-00b9-4760-bb06-e94d67dd1a82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062014Z:11ccd75e-8988-4baa-a6d3-cea089b8af6f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "78867e3a8881d09daa57c501da46ef04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78867e3a8881d09daa57c501da46ef04", - "x-ms-correlation-request-id": "ae36d172-8d7f-44e3-9706-706ae5e6e4e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26728", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "788f0f1c-ba8a-4ccd-b355-d4bc574dd971", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062015Z:ae36d172-8d7f-44e3-9706-706ae5e6e4e4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "74d5f3029969b56776dc32f2519aed1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74d5f3029969b56776dc32f2519aed1c", - "x-ms-correlation-request-id": "07ec8b43-e4d2-497b-a108-2dd3cc2a0efa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26727", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "4297fcfa-28e4-4d9b-98df-02633f5350c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062015Z:07ec8b43-e4d2-497b-a108-2dd3cc2a0efa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5f2993005f06b3d58364078d8057a12a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f2993005f06b3d58364078d8057a12a", - "x-ms-correlation-request-id": "b48ff141-766b-4214-baf8-33e0324b8b3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26726", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "2ce65813-c59e-4756-9cac-4b918c880244", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062015Z:b48ff141-766b-4214-baf8-33e0324b8b3e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c70247024400a1ab16d002a555ab7f10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c70247024400a1ab16d002a555ab7f10", - "x-ms-correlation-request-id": "3e58b2c9-6d9c-4934-b006-f9e6e3a57441", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26725", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "9b55bc57-c19e-423c-8aae-592dd62cd8b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062015Z:3e58b2c9-6d9c-4934-b006-f9e6e3a57441" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4701a86a901ca3fd1e21f00491da351e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4701a86a901ca3fd1e21f00491da351e", - "x-ms-correlation-request-id": "61303770-99d4-40d0-8baf-74e71a95de12", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26724", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "4bf88e9f-f977-4c8e-9a95-bdb12667ad1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062016Z:61303770-99d4-40d0-8baf-74e71a95de12" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0aef083b2597bc1ce78848355c305ed8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0aef083b2597bc1ce78848355c305ed8", - "x-ms-correlation-request-id": "e2082d6f-dcfa-4cfc-92f9-58380e66d50f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26723", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "dd60b5ac-49a9-4a2d-9574-e1c53924ee36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062016Z:e2082d6f-dcfa-4cfc-92f9-58380e66d50f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d723f7e55a56720d495fa9de54a60f3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d723f7e55a56720d495fa9de54a60f3c", - "x-ms-correlation-request-id": "0cce338e-c1f6-4650-8b66-bc100fd6f9ff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26722", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "b1c5d197-c638-437d-adaa-548485133246", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062016Z:0cce338e-c1f6-4650-8b66-bc100fd6f9ff" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4d69e49b75bb44788c445f9447c746ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d69e49b75bb44788c445f9447c746ed", - "x-ms-correlation-request-id": "322cc8f4-d6cc-4b95-8101-eafa397346f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26721", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "f629df3b-fc45-4ef4-8506-1c4fe9ab4f20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062017Z:322cc8f4-d6cc-4b95-8101-eafa397346f9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9a1f17c35eb7e0c7fa7dc0387c3d6841", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a1f17c35eb7e0c7fa7dc0387c3d6841", - "x-ms-correlation-request-id": "0d76199d-9be3-4303-b7c1-eb4bee9b7f49", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26720", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "ac5d627b-ad12-47ed-b542-52664c0fbbca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062017Z:0d76199d-9be3-4303-b7c1-eb4bee9b7f49" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "789a0c7910c66f1d7edf4a11fb792a81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "789a0c7910c66f1d7edf4a11fb792a81", - "x-ms-correlation-request-id": "d5e1f75e-e940-43c4-84d7-e82b78353c83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26719", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "6e44ae10-3bff-488b-a927-e1c64fdd8763", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062017Z:d5e1f75e-e940-43c4-84d7-e82b78353c83" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3c1bbc1874863c851c88523eb440c74f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c1bbc1874863c851c88523eb440c74f", - "x-ms-correlation-request-id": "3b7978c4-927d-48cc-a49d-dfc9b3f961bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26718", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "280e3561-e792-4925-b0a1-325b2835d06d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062017Z:3b7978c4-927d-48cc-a49d-dfc9b3f961bb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3b1a1ddcce2cb226faaf1cd814b5e580", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b1a1ddcce2cb226faaf1cd814b5e580", - "x-ms-correlation-request-id": "444219f9-bc06-4cff-9c32-e3869562ea57", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26717", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "fb82dd14-ade4-4c08-a474-5fbe9a1a25b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062018Z:444219f9-bc06-4cff-9c32-e3869562ea57" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c0203f522b2104ba865e5b3dbddfbb3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0203f522b2104ba865e5b3dbddfbb3e", - "x-ms-correlation-request-id": "05357118-0081-4796-9d45-dc535ded11f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26716", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "b4843fe8-4a9f-4022-9bb7-f6229bf9b575", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062018Z:05357118-0081-4796-9d45-dc535ded11f5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "dd35fa17ef5e4a54956842d758ad2767", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd35fa17ef5e4a54956842d758ad2767", - "x-ms-correlation-request-id": "643a51f4-3efd-41fd-8c82-461f708683a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26715", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "23cc5eaf-2583-4889-9f89-2823ac142887", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062018Z:643a51f4-3efd-41fd-8c82-461f708683a2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "75ecd2a30720b12d6216b4ce72e9f41b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75ecd2a30720b12d6216b4ce72e9f41b", - "x-ms-correlation-request-id": "6ae25f9f-13db-4fb8-8121-d00cee144eba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26714", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "3dde90fd-e658-439c-9862-9fb715da61d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062018Z:6ae25f9f-13db-4fb8-8121-d00cee144eba" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "19c0def307806222ead52bb9e9e3abd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19c0def307806222ead52bb9e9e3abd9", - "x-ms-correlation-request-id": "5045e0e4-eaf2-4cef-839c-3880ff2b8c9a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26713", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "008ad396-9a01-4b15-810b-5d1bf90d3ffc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062019Z:5045e0e4-eaf2-4cef-839c-3880ff2b8c9a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "eb9af43646f20f1dcd837b483b86d7ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb9af43646f20f1dcd837b483b86d7ac", - "x-ms-correlation-request-id": "437a022a-aa9b-44a1-80ee-4086ae23d039", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26712", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "c5a38d67-bbac-4528-a6d7-3dc5a48ba732", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062019Z:437a022a-aa9b-44a1-80ee-4086ae23d039" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7ae326740eec9be7af898a4adc74c77f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ae326740eec9be7af898a4adc74c77f", - "x-ms-correlation-request-id": "2c0903c2-2848-4da8-b14d-a6bb5a6f7dda", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26711", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "b6e8dd89-45c4-4d62-82b8-161906d1321f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062019Z:2c0903c2-2848-4da8-b14d-a6bb5a6f7dda" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7e97da6a084ead28c0b14bfc8cd92764", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e97da6a084ead28c0b14bfc8cd92764", - "x-ms-correlation-request-id": "0b604032-5a38-4f45-99e4-4d5a15ca4c62", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26710", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "2c1456e5-aac2-4d29-afd7-a73ec4f823a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062020Z:0b604032-5a38-4f45-99e4-4d5a15ca4c62" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c2447efe310028ed0cff3b69bcd33259", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2447efe310028ed0cff3b69bcd33259", - "x-ms-correlation-request-id": "bf52fd9c-eb54-418f-a4b6-72faaa097702", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26709", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "a3ca2d6a-491f-4997-b313-4bda3c4d1bb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062020Z:bf52fd9c-eb54-418f-a4b6-72faaa097702" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "60ddfbbc59ee6b5dfe35ba3bc2eb0ed6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60ddfbbc59ee6b5dfe35ba3bc2eb0ed6", - "x-ms-correlation-request-id": "545fdf0f-3ac7-42b5-a4c6-744e92f272c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26708", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "12175f07-5bda-4230-b714-2d3f77aa2351", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062020Z:545fdf0f-3ac7-42b5-a4c6-744e92f272c7" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5d4b2562052f397fed6f714fcdbef1ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d4b2562052f397fed6f714fcdbef1ec", - "x-ms-correlation-request-id": "11534615-17c7-4c36-bc29-e3ead3bc2127", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26707", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "0f531a5f-801a-4a34-a659-16b3898f0be9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062020Z:11534615-17c7-4c36-bc29-e3ead3bc2127" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9040f27ec7fca47521d9c3ca77b26521", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9040f27ec7fca47521d9c3ca77b26521", - "x-ms-correlation-request-id": "6c2789a4-bb7b-4ac6-909f-c5691c1fc3b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26706", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "89b1fded-6eef-4629-a9e6-cc0540a1b0b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062021Z:6c2789a4-bb7b-4ac6-909f-c5691c1fc3b6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "960765f0d587b6297ca4727fe70e9e3f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "960765f0d587b6297ca4727fe70e9e3f", - "x-ms-correlation-request-id": "5fcb7bc6-49e2-43f5-ad86-1703f3a59498", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26705", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "59518a6d-6530-445b-b9b3-8f658abb0268", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062021Z:5fcb7bc6-49e2-43f5-ad86-1703f3a59498" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "cfbccd447eab9bd9b0a73c5541b4c13b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfbccd447eab9bd9b0a73c5541b4c13b", - "x-ms-correlation-request-id": "a017f4e0-d197-4174-bf81-3ef58960ac11", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26704", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "64754eba-7b3d-4dee-ab89-4c8380a3725e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062021Z:a017f4e0-d197-4174-bf81-3ef58960ac11" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "675e50095bb7a964c989135754f6bd12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "675e50095bb7a964c989135754f6bd12", - "x-ms-correlation-request-id": "8c0c8be8-944b-4a2b-ad47-175bcdb35d7f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;26703", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "db4f59e0-9662-4ef0-ac04-1521603265a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062021Z:8c0c8be8-944b-4a2b-ad47-175bcdb35d7f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "a986843b96f572768c6ce6e098d375c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a986843b96f572768c6ce6e098d375c7", - "x-ms-correlation-request-id": "2df89940-1f7a-43f4-b8b4-87bd3cad49c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26702", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "9d6b6cc6-d5e9-497c-9ddb-cf42c3ce26de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062022Z:2df89940-1f7a-43f4-b8b4-87bd3cad49c7" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "977536e236b0e888681306226a8146b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "977536e236b0e888681306226a8146b9", - "x-ms-correlation-request-id": "bbe081ba-1397-45e9-a578-a933642124dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;26701", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "b2b0d593-8d45-4174-9a54-1bfecbadc647", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062023Z:bbe081ba-1397-45e9-a578-a933642124dc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "bd1a29e9182e7346d9ecdb4b758410f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd1a29e9182e7346d9ecdb4b758410f5", - "x-ms-correlation-request-id": "ff42e87c-88d5-4ed9-a07c-39fa074f08f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26700", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "28d0fa3d-27cd-4963-b9ad-c942f079c3b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062023Z:ff42e87c-88d5-4ed9-a07c-39fa074f08f1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1d754b1325800462fc9d41e18f54070a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d754b1325800462fc9d41e18f54070a", - "x-ms-correlation-request-id": "81d6516e-a76b-4a27-8feb-f3afc5b762c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26699", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "44432155-6893-4792-9aba-0719ab9826cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062023Z:81d6516e-a76b-4a27-8feb-f3afc5b762c7" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6ef62c25b8b9ca99f002bdc35b3c73e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ef62c25b8b9ca99f002bdc35b3c73e4", - "x-ms-correlation-request-id": "232ee25e-3e80-4294-a6ec-94f6b926f4ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26698", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "16380c67-f0c0-4ca4-84d7-6a79957ad274", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062023Z:232ee25e-3e80-4294-a6ec-94f6b926f4ec" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1e0e1103280cc338c715c091d664e485", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e0e1103280cc338c715c091d664e485", - "x-ms-correlation-request-id": "1dd1b6c8-8457-4e65-8422-719b33434ef0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26697", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "fc7a4340-0a61-4eda-934c-4dba1e47dbc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062024Z:1dd1b6c8-8457-4e65-8422-719b33434ef0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4826d0e4a18d5b3bb2ab2d7e689ea9bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4826d0e4a18d5b3bb2ab2d7e689ea9bf", - "x-ms-correlation-request-id": "3121196e-9b55-44f2-a0e7-70c8c93c8984", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26696", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "1cb64c7a-519d-410b-8464-62a684432951", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062024Z:3121196e-9b55-44f2-a0e7-70c8c93c8984" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7ede5c29e945fcfdf332a7a4f707f38b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ede5c29e945fcfdf332a7a4f707f38b", - "x-ms-correlation-request-id": "d9af738d-f914-43ee-8c1e-edfdf7bfa21e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26695", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "16555a93-bf3c-4098-b400-270837f82011", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062024Z:d9af738d-f914-43ee-8c1e-edfdf7bfa21e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8bdf371e2a166157d5b36c61fbba5b29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bdf371e2a166157d5b36c61fbba5b29", - "x-ms-correlation-request-id": "8aae70b9-6730-48d8-a21b-a147d237a420", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26694", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "63d89aca-b357-4707-aa42-d5bcbed9c6cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062025Z:8aae70b9-6730-48d8-a21b-a147d237a420" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7a68016c6586fb3fd229555afa9663ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a68016c6586fb3fd229555afa9663ab", - "x-ms-correlation-request-id": "a9e961c2-a65e-4a3e-bdf7-147eca739e6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;26693", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "2905e94c-c72a-4c83-824d-aff524c7327e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062025Z:a9e961c2-a65e-4a3e-bdf7-147eca739e6a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3060a2b71ebefea9057ca8927d9c0138", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3060a2b71ebefea9057ca8927d9c0138", - "x-ms-correlation-request-id": "9dffc9f8-bb5c-4827-af23-0e501a2f1926", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;26692", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "78ffe9bb-a379-428d-8cec-fd14b6ea45cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062025Z:9dffc9f8-bb5c-4827-af23-0e501a2f1926" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f6387ed7799fb805f7e4b8ecd5fc673e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6387ed7799fb805f7e4b8ecd5fc673e", - "x-ms-correlation-request-id": "e5bc62a2-266e-46d3-9504-e57312a9b192", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;26691", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "d218781c-18f2-4d2f-929f-4cf20ba493c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062025Z:e5bc62a2-266e-46d3-9504-e57312a9b192" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "58a9c0502a5a4e6a57697509bdad7e36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58a9c0502a5a4e6a57697509bdad7e36", - "x-ms-correlation-request-id": "846e9e6a-fd02-4d33-9aeb-d0c865cd98bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;26690", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "59da8c9c-a039-42d9-aa45-68fcb177dcd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062026Z:846e9e6a-fd02-4d33-9aeb-d0c865cd98bf" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7b831c286c5e3e0c9ca738da65bd2908", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b831c286c5e3e0c9ca738da65bd2908", - "x-ms-correlation-request-id": "751ac30f-3fe7-4641-b302-be731c04446a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;26689", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "b5f88b0e-77b6-4bab-b34e-e54090ae2f24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062026Z:751ac30f-3fe7-4641-b302-be731c04446a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396?api-version=2021-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", + "Content-Length": "272", + "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bc426914a8f2acde13ea9e3503fbfb4a", + "x-ms-client-request-id": "440d15f4f45354144f3fbe41dd95beb8", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc426914a8f2acde13ea9e3503fbfb4a", - "x-ms-correlation-request-id": "01d94628-c736-48a3-8f58-5ec30dee076a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;26688", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "03358727-9d86-4fbf-bc1f-93b71afdb257", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062026Z:01d94628-c736-48a3-8f58-5ec30dee076a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b8c48266eb79e3e0b46bbcb2f290e89a", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264" + } + } + } + ] + }, + "location": "westus2" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/381780c2-2d7a-49ea-a729-10bb1f8457a6?api-version=2021-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1682", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:26 GMT", + "Date": "Mon, 25 Oct 2021 06:26:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21429,40 +18403,75 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8c48266eb79e3e0b46bbcb2f290e89a", - "x-ms-correlation-request-id": "efe0834e-5319-4581-b950-cf5a6feabcad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;26687", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "ab722487-fb59-4d88-ac24-bb91b13cc82e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062026Z:efe0834e-5319-4581-b950-cf5a6feabcad" + "x-ms-arm-service-request-id": "ed5c0f2a-a025-41d1-8c0d-69e3ddaac7b7", + "x-ms-client-request-id": "440d15f4f45354144f3fbe41dd95beb8", + "x-ms-correlation-request-id": "aee026cd-5c16-49f3-aa60-28e1ed5fa72e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "381780c2-2d7a-49ea-a729-10bb1f8457a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062628Z:aee026cd-5c16-49f3-aa60-28e1ed5fa72e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u0022testNic-1396\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002244af9e79-4cc5-42b4-aed5-e0e2aa9d89ff\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022ebc04c84-1c44-4386-8fe4-f7340869e8ba\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002244af9e79-4cc5-42b4-aed5-e0e2aa9d89ff\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022zdljyxjrkpqe1h4d4comf1xe1a.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/381780c2-2d7a-49ea-a729-10bb1f8457a6?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53f56d3fc16b7f433dd66874ced63aa1", + "x-ms-client-request-id": "eb1fc4c81c75b8fc574d9909ba941d6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:26 GMT", + "Date": "Mon, 25 Oct 2021 06:26:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21471,40 +18480,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53f56d3fc16b7f433dd66874ced63aa1", - "x-ms-correlation-request-id": "9a664438-6b35-4744-9962-92a95b8ef93f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;26686", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "8d95298c-6c55-44f0-8ab9-86ca7362b66b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062027Z:9a664438-6b35-4744-9962-92a95b8ef93f" + "x-ms-arm-service-request-id": "20fff232-0d4b-4a8f-8057-bd105984ce7e", + "x-ms-client-request-id": "eb1fc4c81c75b8fc574d9909ba941d6f", + "x-ms-correlation-request-id": "12fd5651-4263-4963-882f-6fabd645ee13", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "d0183f0b-38fc-4bf6-8503-54a672613eae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062628Z:12fd5651-4263-4963-882f-6fabd645ee13" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e373eeac71f9288e895f0787ec2cba83", + "x-ms-client-request-id": "86cc003d85b1373ef27ede7b1118fb43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1682", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:26 GMT", + "Date": "Mon, 25 Oct 2021 06:26:28 GMT", + "ETag": "W/\u002244af9e79-4cc5-42b4-aed5-e0e2aa9d89ff\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21513,115 +18521,216 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e373eeac71f9288e895f0787ec2cba83", - "x-ms-correlation-request-id": "686b3063-c159-4c66-ae03-5b7c563f5638", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;26685", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "f4aa97e1-7ed9-4f31-8578-e2e70d162225", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062027Z:686b3063-c159-4c66-ae03-5b7c563f5638" + "x-ms-arm-service-request-id": "9a1d4295-6971-4e96-8671-4b18e09c893e", + "x-ms-client-request-id": "86cc003d85b1373ef27ede7b1118fb43", + "x-ms-correlation-request-id": "f3d35c1f-058a-4e9c-92c0-e36223a47628", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "81fd1c0e-5f6f-4098-a5d1-63d3dfaa92d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062628Z:f3d35c1f-058a-4e9c-92c0-e36223a47628" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u0022testNic-1396\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002244af9e79-4cc5-42b4-aed5-e0e2aa9d89ff\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022ebc04c84-1c44-4386-8fe4-f7340869e8ba\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002244af9e79-4cc5-42b4-aed5-e0e2aa9d89ff\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/virtualNetworks/testVNet-5114/subnets/testSubnet-5264\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022zdljyxjrkpqe1h4d4comf1xe1a.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014?api-version=2021-03-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", + "Content-Length": "1185", + "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "96f60401a706a4df3e447aa3836b15de", + "x-ms-client-request-id": "197839cdd2766e42bf473aa32319d4d1", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96f60401a706a4df3e447aa3836b15de", - "x-ms-correlation-request-id": "476fec82-9e1c-42ac-84c6-6f8ad33064eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;26684", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "8e906139-5ee1-4649-9c2c-36c736979a62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062027Z:476fec82-9e1c-42ac-84c6-6f8ad33064eb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "03051b30041ccea1deccca0cbabb9311", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": { + "hardwareProfile": { + "vmSize": "Standard_F2" + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "osType": "Linux", + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "osProfile": { + "computerName": "testVM-7014", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396", + "properties": { + "primary": true + } + } + ] + } + } }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2248", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:27 GMT", + "Date": "Mon, 25 Oct 2021 06:26:32 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03051b30041ccea1deccca0cbabb9311", - "x-ms-correlation-request-id": "79706301-8427-4134-b92c-fa3f85b6dd4d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;26683", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "669cfd70-8eaa-4f6a-b63a-b8c72890cf0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062028Z:79706301-8427-4134-b92c-fa3f85b6dd4d" + "x-ms-client-request-id": "197839cdd2766e42bf473aa32319d4d1", + "x-ms-correlation-request-id": "2c43dd84-f6ca-49ef-b736-cba9006a9a59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1195", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "23f75c58-3863-4d0c-88e4-2cafdaa5ef56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062632Z:2c43dd84-f6ca-49ef-b736-cba9006a9a59" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u0022testVM-7014\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u0022261c51d2-9418-4727-9675-73a9318259b9\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-7014\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c972e51ca3e0059a0fcfa4b4f6eba51d", + "x-ms-client-request-id": "803c5651041b6bf9bd5dc6694a9b13d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21630,40 +18739,41 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:27 GMT", + "Date": "Mon, 25 Oct 2021 06:26:32 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "35", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c972e51ca3e0059a0fcfa4b4f6eba51d", - "x-ms-correlation-request-id": "4949c99a-506b-4afe-bf14-d9e2d40231c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;26682", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "0a577ad2-714b-49d4-9916-929d7d900f68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062028Z:4949c99a-506b-4afe-bf14-d9e2d40231c7" + "x-ms-client-request-id": "803c5651041b6bf9bd5dc6694a9b13d9", + "x-ms-correlation-request-id": "bbce0cae-4dae-4e91-9204-9a2d78d862d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;28055", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ea878afd-c708-4b18-8433-3fb32a4655dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062633Z:bbce0cae-4dae-4e91-9204-9a2d78d862d8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d156284ab627fc666327b83adcd2ea82", + "x-ms-client-request-id": "9dbf0caaa45ae1046535938dd84b303e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21672,7 +18782,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:27 GMT", + "Date": "Mon, 25 Oct 2021 06:26:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21681,31 +18791,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d156284ab627fc666327b83adcd2ea82", - "x-ms-correlation-request-id": "3b01be2f-a088-48ef-8fee-b1ad18a1b832", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;26681", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "3e6972a8-b65a-46e2-9440-af653ac8e50c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062028Z:3b01be2f-a088-48ef-8fee-b1ad18a1b832" + "x-ms-client-request-id": "9dbf0caaa45ae1046535938dd84b303e", + "x-ms-correlation-request-id": "9754526b-11b4-431f-96a9-95c5a99e012c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;28054", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "5637cb87-80fc-4940-b9a1-a0156d4fe3f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062633Z:9754526b-11b4-431f-96a9-95c5a99e012c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9e8669b04bf98cfe80fff44d5fecd8f3", + "x-ms-client-request-id": "cd51fca054dcb7b57a539ae12469f8ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21714,7 +18824,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:28 GMT", + "Date": "Mon, 25 Oct 2021 06:26:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21723,31 +18833,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e8669b04bf98cfe80fff44d5fecd8f3", - "x-ms-correlation-request-id": "9ca5b010-584b-4591-a289-49f6f4250350", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;26680", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "24426141-89c5-4f65-ad4d-e54672d321f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062029Z:9ca5b010-584b-4591-a289-49f6f4250350" + "x-ms-client-request-id": "cd51fca054dcb7b57a539ae12469f8ea", + "x-ms-correlation-request-id": "0e665123-69cb-46f1-8af6-0f01c3a1fc82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;28053", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fa6b154a-0ebb-4fae-bf7a-77941715b6b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062633Z:0e665123-69cb-46f1-8af6-0f01c3a1fc82" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91c1ad27c26565e97e7566b8eb60293c", + "x-ms-client-request-id": "314c1fd408c1ade3515a1ae6706b9271", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21756,7 +18866,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:28 GMT", + "Date": "Mon, 25 Oct 2021 06:26:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21765,31 +18875,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91c1ad27c26565e97e7566b8eb60293c", - "x-ms-correlation-request-id": "61de4eda-4bf6-4022-97e3-4c6bf737aec9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;26679", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "59f3929a-9d3a-470c-8cf7-6a30952dc672", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062029Z:61de4eda-4bf6-4022-97e3-4c6bf737aec9" + "x-ms-client-request-id": "314c1fd408c1ade3515a1ae6706b9271", + "x-ms-correlation-request-id": "71c8934e-5bb0-44a0-9037-d8de27863b6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;28052", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "32d8a7d9-ab05-4e70-8be7-2bde50e7e5b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062633Z:71c8934e-5bb0-44a0-9037-d8de27863b6f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8c0422e50664fe242ac95027c2199d77", + "x-ms-client-request-id": "4ec9882d454956fc570823070923bcfc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21798,7 +18908,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:28 GMT", + "Date": "Mon, 25 Oct 2021 06:26:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21807,31 +18917,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c0422e50664fe242ac95027c2199d77", - "x-ms-correlation-request-id": "29ac6e17-d211-44dd-999e-ce04f43eaee1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;26678", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "fcbe2ef4-ce81-4234-b88a-379ccd94f06a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062029Z:29ac6e17-d211-44dd-999e-ce04f43eaee1" + "x-ms-client-request-id": "4ec9882d454956fc570823070923bcfc", + "x-ms-correlation-request-id": "3f816732-516e-42a3-881a-d94eeea25856", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;28051", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f08bed80-e65c-4a7f-adc9-ff6a1b4d44c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062634Z:3f816732-516e-42a3-881a-d94eeea25856" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2e12c44f5810ee1d7f201f83e545a120", + "x-ms-client-request-id": "b9b9a83dffff977d18a47c8239cf460e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21840,7 +18950,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:29 GMT", + "Date": "Mon, 25 Oct 2021 06:26:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21849,31 +18959,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e12c44f5810ee1d7f201f83e545a120", - "x-ms-correlation-request-id": "ed73bd52-5e5c-4185-be4d-5104d5d23974", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;26677", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "50cfb31d-04fd-46ea-a28b-ea05df68a7ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062029Z:ed73bd52-5e5c-4185-be4d-5104d5d23974" + "x-ms-client-request-id": "b9b9a83dffff977d18a47c8239cf460e", + "x-ms-correlation-request-id": "886ba56a-e11e-4ef9-a632-0854d6f5749d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;28050", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0e602f5c-2076-482e-b562-ccec71a779f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062634Z:886ba56a-e11e-4ef9-a632-0854d6f5749d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3d68b7d64be7208f89c3669b71c2a365", + "x-ms-client-request-id": "9cb328c1a9a08ea123f6dab8e5dca32d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21882,7 +18992,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:29 GMT", + "Date": "Mon, 25 Oct 2021 06:26:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21891,31 +19001,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d68b7d64be7208f89c3669b71c2a365", - "x-ms-correlation-request-id": "f1301359-7115-4ca1-bf69-06361572e776", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26676", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "2437aebd-56a3-442d-822c-f62b39b4bee9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062030Z:f1301359-7115-4ca1-bf69-06361572e776" + "x-ms-client-request-id": "9cb328c1a9a08ea123f6dab8e5dca32d", + "x-ms-correlation-request-id": "134a2e0e-24c5-4cbe-9966-0cb1e50cf070", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;28049", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "73fac8cb-c83b-408a-a7ba-9dd78e98132a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062634Z:134a2e0e-24c5-4cbe-9966-0cb1e50cf070" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2769eed8fa4d8c2b04160d43e7a018e5", + "x-ms-client-request-id": "c8a81e9dd8b22e720a3136a4c97a1c87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21924,7 +19034,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:29 GMT", + "Date": "Mon, 25 Oct 2021 06:26:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21933,31 +19043,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2769eed8fa4d8c2b04160d43e7a018e5", - "x-ms-correlation-request-id": "37e25e71-22c0-40dc-94eb-a95c43a0b93f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26675", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "e636c917-3429-4908-b1d9-12a5fbc38359", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062030Z:37e25e71-22c0-40dc-94eb-a95c43a0b93f" + "x-ms-client-request-id": "c8a81e9dd8b22e720a3136a4c97a1c87", + "x-ms-correlation-request-id": "5157d969-2a92-4c67-91b0-e2da23741904", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;28048", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8d467718-3f2e-421c-bcb5-230cd5a3ed87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062635Z:5157d969-2a92-4c67-91b0-e2da23741904" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0a5130285fb1048f35f2a54df2817cbd", + "x-ms-client-request-id": "e14615c21f6f945c072a960824c4b23b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21966,7 +19076,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:29 GMT", + "Date": "Mon, 25 Oct 2021 06:26:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21975,31 +19085,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a5130285fb1048f35f2a54df2817cbd", - "x-ms-correlation-request-id": "32af2d49-d313-4918-bd10-1d755035f030", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26674", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "91e022a4-7526-4bc8-a8fb-a07aa2d87006", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062030Z:32af2d49-d313-4918-bd10-1d755035f030" + "x-ms-client-request-id": "e14615c21f6f945c072a960824c4b23b", + "x-ms-correlation-request-id": "3c460099-cb04-4699-bc34-098a420cac13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;28047", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b55ad343-7f55-43c1-ac60-dcbe23130ef0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062635Z:3c460099-cb04-4699-bc34-098a420cac13" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f6aaba7d79dcdcd38cdc39d13e4b39e8", + "x-ms-client-request-id": "1ae44e007e26e85cb685916e72fcc5a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22008,7 +19118,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:30 GMT", + "Date": "Mon, 25 Oct 2021 06:26:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22017,31 +19127,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6aaba7d79dcdcd38cdc39d13e4b39e8", - "x-ms-correlation-request-id": "f2e88123-c6d4-4d6f-b276-d993515a94db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26673", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "db200eac-31e8-4347-9d89-a2fdab810afe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062031Z:f2e88123-c6d4-4d6f-b276-d993515a94db" + "x-ms-client-request-id": "1ae44e007e26e85cb685916e72fcc5a8", + "x-ms-correlation-request-id": "963f4990-0896-4968-a101-6cb2d7e7e6cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;28046", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "8ee2e2ee-95c0-4fd5-a50e-27e532e7accd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062635Z:963f4990-0896-4968-a101-6cb2d7e7e6cb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "417381aa997178b35f64f25a54dd9982", + "x-ms-client-request-id": "d0f652dac2967dbec214c187426a0946", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22050,7 +19160,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:30 GMT", + "Date": "Mon, 25 Oct 2021 06:26:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22059,31 +19169,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "417381aa997178b35f64f25a54dd9982", - "x-ms-correlation-request-id": "5bdbbcfb-2309-40c9-97f5-9ae4ab817a9a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26672", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "c0711c31-0599-4aaf-b07e-7a68bf5c9f4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062031Z:5bdbbcfb-2309-40c9-97f5-9ae4ab817a9a" + "x-ms-client-request-id": "d0f652dac2967dbec214c187426a0946", + "x-ms-correlation-request-id": "e4497937-1c21-4a90-89cf-7caf996e3627", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;28045", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "4b66383f-fc2b-4633-9bf5-425c4bdb1bf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062635Z:e4497937-1c21-4a90-89cf-7caf996e3627" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2cc64f9922f6ae085d747dd526bdc6e9", + "x-ms-client-request-id": "7ba4fb7e01954460b85e2be98eed210a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22092,7 +19202,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:30 GMT", + "Date": "Mon, 25 Oct 2021 06:26:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22101,31 +19211,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cc64f9922f6ae085d747dd526bdc6e9", - "x-ms-correlation-request-id": "c693a496-b0ad-4149-a7b4-f47237909b6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26671", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "e9b53d92-ee6b-4a97-b47f-c667e5d16050", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062031Z:c693a496-b0ad-4149-a7b4-f47237909b6e" + "x-ms-client-request-id": "7ba4fb7e01954460b85e2be98eed210a", + "x-ms-correlation-request-id": "fca8d1a0-a6d2-4c58-9fb0-f3e90ebd9a6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;28044", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "a3258df4-eab6-4314-8778-d9afc541f89b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062636Z:fca8d1a0-a6d2-4c58-9fb0-f3e90ebd9a6a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "70a2bcb93b0ee34c07319778877887ae", + "x-ms-client-request-id": "d22eed65e2ce3ea590665812bdd4a54c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22134,7 +19244,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:31 GMT", + "Date": "Mon, 25 Oct 2021 06:26:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22143,31 +19253,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70a2bcb93b0ee34c07319778877887ae", - "x-ms-correlation-request-id": "891a32e4-7dbc-470f-9a58-a166676c6ecd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26670", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "5c21ed59-0b1e-4c3d-8f57-ac44b4472d64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062031Z:891a32e4-7dbc-470f-9a58-a166676c6ecd" + "x-ms-client-request-id": "d22eed65e2ce3ea590665812bdd4a54c", + "x-ms-correlation-request-id": "bc4c15a2-94d4-4897-815a-dfa1592d0f5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;28043", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "157e3571-a97b-4a3e-aa5f-a4823aa75e5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062636Z:bc4c15a2-94d4-4897-815a-dfa1592d0f5e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ee37b6420c8588f278c4e4fc1bde52a1", + "x-ms-client-request-id": "77f04b7c4958d813f2b2173897d4efd4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22176,7 +19286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:31 GMT", + "Date": "Mon, 25 Oct 2021 06:26:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22185,31 +19295,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee37b6420c8588f278c4e4fc1bde52a1", - "x-ms-correlation-request-id": "f8b41d6c-1a32-4377-bc91-85857d5a3e68", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26669", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "0818af45-febc-4118-94d1-4d19440d37ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062032Z:f8b41d6c-1a32-4377-bc91-85857d5a3e68" + "x-ms-client-request-id": "77f04b7c4958d813f2b2173897d4efd4", + "x-ms-correlation-request-id": "ace5b9b5-2041-434c-bffe-afb2afae247d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;28042", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "43f9c5df-25f1-4bbb-a48a-6158c89c42cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062636Z:ace5b9b5-2041-434c-bffe-afb2afae247d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "98a1089e293b5e7303e225c48a9026e5", + "x-ms-client-request-id": "5522b6f2363b9c775565ea2fa94d87e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22218,7 +19328,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:31 GMT", + "Date": "Mon, 25 Oct 2021 06:26:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22227,31 +19337,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98a1089e293b5e7303e225c48a9026e5", - "x-ms-correlation-request-id": "ece6ac02-b976-4b38-9719-a83d432328f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26668", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "f997b0b3-171a-4f89-8f93-f423f7a6cf73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062032Z:ece6ac02-b976-4b38-9719-a83d432328f6" + "x-ms-client-request-id": "5522b6f2363b9c775565ea2fa94d87e3", + "x-ms-correlation-request-id": "fba9a5cc-db8b-4033-8139-02fd918bd632", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;28041", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "da7e5e5f-f2b2-4504-a283-b5e264a6d4d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062636Z:fba9a5cc-db8b-4033-8139-02fd918bd632" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7093cfedd886ac63ca1af84a5750c728", + "x-ms-client-request-id": "426ddfb8aafd1bb2da56df1ccb6da7bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22260,7 +19370,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:32 GMT", + "Date": "Mon, 25 Oct 2021 06:26:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22269,31 +19379,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7093cfedd886ac63ca1af84a5750c728", - "x-ms-correlation-request-id": "5289103e-4609-439f-a98b-157e1bf49974", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26667", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "db55ccae-fe6a-47fb-955d-7974f11b190e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062032Z:5289103e-4609-439f-a98b-157e1bf49974" + "x-ms-client-request-id": "426ddfb8aafd1bb2da56df1ccb6da7bc", + "x-ms-correlation-request-id": "444fab55-6449-4c9e-9d4b-ca18fba90666", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;28040", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "19b3aa17-2f7e-42c7-b928-de19543b73c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062637Z:444fab55-6449-4c9e-9d4b-ca18fba90666" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ed9f5dfefd6197342d8eaa3e72efde8", + "x-ms-client-request-id": "061f83764fb24510d45421f25fe42ea4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22302,7 +19412,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:32 GMT", + "Date": "Mon, 25 Oct 2021 06:26:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22311,31 +19421,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ed9f5dfefd6197342d8eaa3e72efde8", - "x-ms-correlation-request-id": "41b506e4-795d-4091-ae9e-c38f769c2bd0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26666", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "1088023b-d53d-4d41-bc98-e98f9809bab4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062033Z:41b506e4-795d-4091-ae9e-c38f769c2bd0" + "x-ms-client-request-id": "061f83764fb24510d45421f25fe42ea4", + "x-ms-correlation-request-id": "817cf5df-e155-44dc-83fc-a9bb600aef31", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;28039", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "bb5ab40b-8029-4682-bdd1-d86a6603ffc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062637Z:817cf5df-e155-44dc-83fc-a9bb600aef31" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c0efe9de14bc51ba5f5ce20302907b3", + "x-ms-client-request-id": "b77f332bad6748d704067be5575bd0e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22344,7 +19454,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:32 GMT", + "Date": "Mon, 25 Oct 2021 06:26:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22353,31 +19463,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c0efe9de14bc51ba5f5ce20302907b3", - "x-ms-correlation-request-id": "6aa3b92d-9d8d-4e9e-b7c4-693a4a85ba8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26665", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "f0e6fffe-4291-45d2-8cf6-80abb3dd1674", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062033Z:6aa3b92d-9d8d-4e9e-b7c4-693a4a85ba8f" + "x-ms-client-request-id": "b77f332bad6748d704067be5575bd0e8", + "x-ms-correlation-request-id": "76a83bf2-a5b0-467f-b9f5-aeb6d792afdf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;28038", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "d2d7099e-1737-4fa7-a2c3-71c39fa843dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062637Z:76a83bf2-a5b0-467f-b9f5-aeb6d792afdf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "95e4fc1aa7b6fe0e5b7a2dadedc0c59b", + "x-ms-client-request-id": "25b82ebe802e6930ce276ea989bfbcf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22386,7 +19496,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:32 GMT", + "Date": "Mon, 25 Oct 2021 06:26:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22395,31 +19505,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95e4fc1aa7b6fe0e5b7a2dadedc0c59b", - "x-ms-correlation-request-id": "83176b49-5093-42bc-8e3d-be7c5dcb1f9d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26664", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "4ab8bbe6-ea48-4585-8044-ed28f8ee6f6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062033Z:83176b49-5093-42bc-8e3d-be7c5dcb1f9d" + "x-ms-client-request-id": "25b82ebe802e6930ce276ea989bfbcf6", + "x-ms-correlation-request-id": "19dd4115-b1aa-4ae6-8749-67a542da7614", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;28037", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "ee3ad60f-315b-4bd6-a146-95298595245f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062637Z:19dd4115-b1aa-4ae6-8749-67a542da7614" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "58ad0f1c7b41fdddda13d9e12052e819", + "x-ms-client-request-id": "97f03b27efeec955abd702acd42bee78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22428,7 +19538,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:33 GMT", + "Date": "Mon, 25 Oct 2021 06:26:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22437,31 +19547,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58ad0f1c7b41fdddda13d9e12052e819", - "x-ms-correlation-request-id": "ad75a229-229d-4ce1-bd52-569f4358a7d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26663", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "9539362e-5003-4873-a9cc-2b035f7dbd30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062034Z:ad75a229-229d-4ce1-bd52-569f4358a7d5" + "x-ms-client-request-id": "97f03b27efeec955abd702acd42bee78", + "x-ms-correlation-request-id": "8be4494d-1945-4743-8607-b6565a25ec03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;28036", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "a963acd5-87e5-4379-9762-fb530b1c215d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062638Z:8be4494d-1945-4743-8607-b6565a25ec03" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ea8837d16849f531f00ff0d1b46ed8e4", + "x-ms-client-request-id": "30333883092baa760315e93f3f2ebf44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22470,7 +19580,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:33 GMT", + "Date": "Mon, 25 Oct 2021 06:26:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22479,31 +19589,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea8837d16849f531f00ff0d1b46ed8e4", - "x-ms-correlation-request-id": "2b34941b-98a3-4060-9545-793af55b5cb3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26662", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "c8c77f0e-4f6b-4161-abd5-148455025969", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062034Z:2b34941b-98a3-4060-9545-793af55b5cb3" + "x-ms-client-request-id": "30333883092baa760315e93f3f2ebf44", + "x-ms-correlation-request-id": "39848731-c202-4f86-bf30-cc689817da86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;28035", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "bd5fe084-9f86-47c9-b08e-395cdcdc1141", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062638Z:39848731-c202-4f86-bf30-cc689817da86" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "20033230af7c9f711fe7bba2ce2cdd09", + "x-ms-client-request-id": "1bbe854a396acffad9ee79577d8494a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22512,7 +19622,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:33 GMT", + "Date": "Mon, 25 Oct 2021 06:26:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22521,31 +19631,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20033230af7c9f711fe7bba2ce2cdd09", - "x-ms-correlation-request-id": "903274e7-41e5-4c95-8592-cf406409c2ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26661", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "269ab2cf-a1f1-445a-bb58-d7ef17f7e9eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062034Z:903274e7-41e5-4c95-8592-cf406409c2ed" + "x-ms-client-request-id": "1bbe854a396acffad9ee79577d8494a3", + "x-ms-correlation-request-id": "9136dc8b-4a80-40c2-8e17-87c4ec9beb35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;28034", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "2790602c-0183-4de1-8254-c31fe1a7c7f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062638Z:9136dc8b-4a80-40c2-8e17-87c4ec9beb35" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b5dc1491da38b452deb767318a0c496c", + "x-ms-client-request-id": "5026f5388b8c1dcac54594d806158a7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22554,7 +19664,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:33 GMT", + "Date": "Mon, 25 Oct 2021 06:26:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22563,31 +19673,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5dc1491da38b452deb767318a0c496c", - "x-ms-correlation-request-id": "7cf0af8d-9e13-4e4d-864c-379b645503b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26660", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "48f9674c-9ada-49fc-b01b-511c2bd08387", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062034Z:7cf0af8d-9e13-4e4d-864c-379b645503b5" + "x-ms-client-request-id": "5026f5388b8c1dcac54594d806158a7d", + "x-ms-correlation-request-id": "7bea9c50-c584-4ac9-96b2-b814b2836c2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;28033", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "f974e744-9df5-4311-9299-03a236dda6fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062638Z:7bea9c50-c584-4ac9-96b2-b814b2836c2a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eeb1f53bc74e219dc6e8cb62ac8e27c3", + "x-ms-client-request-id": "4f61be17d36c490e3e64573c8f1e2c7e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22596,7 +19706,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:34 GMT", + "Date": "Mon, 25 Oct 2021 06:26:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22605,31 +19715,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeb1f53bc74e219dc6e8cb62ac8e27c3", - "x-ms-correlation-request-id": "6345830a-5c35-435b-9140-d5f66e5a3761", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26659", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "9a381ff1-f11e-4e67-98da-9f135c9aeed1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062035Z:6345830a-5c35-435b-9140-d5f66e5a3761" + "x-ms-client-request-id": "4f61be17d36c490e3e64573c8f1e2c7e", + "x-ms-correlation-request-id": "0e484c8f-6422-4bf9-b10e-781123088bf0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;28032", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "0f99b8aa-2b3f-4745-953a-f7252193c41a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062639Z:0e484c8f-6422-4bf9-b10e-781123088bf0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a03fe732239155ace04e42c4473f1412", + "x-ms-client-request-id": "4a0745816f08beb8baa05624a422c9c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22638,7 +19748,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:34 GMT", + "Date": "Mon, 25 Oct 2021 06:26:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22647,31 +19757,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a03fe732239155ace04e42c4473f1412", - "x-ms-correlation-request-id": "40cedbeb-0ba9-4e52-a670-cba3496738fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26658", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "b8b460a1-b454-48c0-9854-7938e4125f90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062035Z:40cedbeb-0ba9-4e52-a670-cba3496738fe" + "x-ms-client-request-id": "4a0745816f08beb8baa05624a422c9c3", + "x-ms-correlation-request-id": "95b66a26-09e8-46b9-b31b-8908eca22250", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;28031", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "602179ed-6c2e-4137-b3a8-82903d87753b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062639Z:95b66a26-09e8-46b9-b31b-8908eca22250" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d8674f9def7bcaba77baef4f0fef084f", + "x-ms-client-request-id": "bf3ffc6445226536e6dc1227338d8ea6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22680,7 +19790,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:34 GMT", + "Date": "Mon, 25 Oct 2021 06:26:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22689,31 +19799,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8674f9def7bcaba77baef4f0fef084f", - "x-ms-correlation-request-id": "430ababd-cc65-41fc-95fd-eb2226c3934f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26657", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "cbab8626-6054-4517-9629-8afa50596ece", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062035Z:430ababd-cc65-41fc-95fd-eb2226c3934f" + "x-ms-client-request-id": "bf3ffc6445226536e6dc1227338d8ea6", + "x-ms-correlation-request-id": "46f294a3-53ff-455e-b176-3f959af8d725", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;28030", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "b527a29d-f399-4af3-a2d3-115acbe9dfc9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062639Z:46f294a3-53ff-455e-b176-3f959af8d725" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a3ffa490a9cd17da495c0e0084d8da86", + "x-ms-client-request-id": "c05615193f0da87405a294cc7ceaa41b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22722,7 +19832,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:35 GMT", + "Date": "Mon, 25 Oct 2021 06:26:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22731,31 +19841,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3ffa490a9cd17da495c0e0084d8da86", - "x-ms-correlation-request-id": "37ebbd27-d43a-4d6f-83d7-f53de8141b5e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26656", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "b1024cd1-e03f-4737-8f29-84a8be24fd51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062035Z:37ebbd27-d43a-4d6f-83d7-f53de8141b5e" + "x-ms-client-request-id": "c05615193f0da87405a294cc7ceaa41b", + "x-ms-correlation-request-id": "475b9fb0-79f1-4d54-94a0-01323342b9bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;28029", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "b15473d9-1fcc-476d-9827-573d68605a77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062640Z:475b9fb0-79f1-4d54-94a0-01323342b9bc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5dc4b8d34e2742482c7429d7335c46f0", + "x-ms-client-request-id": "93d8939b6ddf3b5b0ea2632c5c908b2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22764,7 +19874,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:35 GMT", + "Date": "Mon, 25 Oct 2021 06:26:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22773,31 +19883,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dc4b8d34e2742482c7429d7335c46f0", - "x-ms-correlation-request-id": "59de130c-24e4-40f9-976e-4761266521d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26655", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "d3b8b2d3-90a1-4ab0-8aed-fccb6fd1305e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062036Z:59de130c-24e4-40f9-976e-4761266521d6" + "x-ms-client-request-id": "93d8939b6ddf3b5b0ea2632c5c908b2d", + "x-ms-correlation-request-id": "f736a9bb-c8e0-4e4b-99ca-dd315e9c8f23", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;28028", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "d120d9c9-12ce-4e9b-b2da-28cd57a5aad0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062640Z:f736a9bb-c8e0-4e4b-99ca-dd315e9c8f23" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a334f2467040f445744f8f1fe1ba469e", + "x-ms-client-request-id": "8f0baf1208cb24b68796b97fb16ae8fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22806,7 +19916,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:35 GMT", + "Date": "Mon, 25 Oct 2021 06:26:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22815,31 +19925,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a334f2467040f445744f8f1fe1ba469e", - "x-ms-correlation-request-id": "413e5582-0397-4704-ad89-4db0055849e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26654", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "7805a452-f625-455c-80ee-23b3563e52c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062036Z:413e5582-0397-4704-ad89-4db0055849e8" + "x-ms-client-request-id": "8f0baf1208cb24b68796b97fb16ae8fc", + "x-ms-correlation-request-id": "ec13856d-0597-4959-87bb-98279a7851d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;28027", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "9109aa2e-760e-4fcf-b037-8bb3ff235e35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062640Z:ec13856d-0597-4959-87bb-98279a7851d3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "567b69e0aa2b41285bbd76587f02e4ec", + "x-ms-client-request-id": "a08cf637fab5abc7ba1bb26bdc484c75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22848,7 +19958,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:36 GMT", + "Date": "Mon, 25 Oct 2021 06:26:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22857,31 +19967,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "567b69e0aa2b41285bbd76587f02e4ec", - "x-ms-correlation-request-id": "6c36b587-02dc-4cea-9a78-a6edeccfc179", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26653", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "737d180e-5e2b-4c24-b04e-0eba18aa2ea6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062037Z:6c36b587-02dc-4cea-9a78-a6edeccfc179" + "x-ms-client-request-id": "a08cf637fab5abc7ba1bb26bdc484c75", + "x-ms-correlation-request-id": "92af17d6-ce6e-4227-b02a-0b403c1dcfec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;28026", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "61fce251-0605-48e1-a2ff-50fbaccd9fce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062640Z:92af17d6-ce6e-4227-b02a-0b403c1dcfec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91b91e1536a3634572cfe8d7be286172", + "x-ms-client-request-id": "cdba661715de9350ddb30c48b3dc8aa4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22890,7 +20000,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:36 GMT", + "Date": "Mon, 25 Oct 2021 06:26:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22899,31 +20009,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91b91e1536a3634572cfe8d7be286172", - "x-ms-correlation-request-id": "77f35c8a-b33e-45b1-8ea3-e77cc24608b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26652", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "fec1fdff-99c0-42fe-906a-2133770fa820", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062037Z:77f35c8a-b33e-45b1-8ea3-e77cc24608b5" + "x-ms-client-request-id": "cdba661715de9350ddb30c48b3dc8aa4", + "x-ms-correlation-request-id": "40eeb046-c93b-468d-937f-22bd4ec36255", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;28025", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "35cd0630-f43f-4ebe-a9c0-9e48faf05d85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062641Z:40eeb046-c93b-468d-937f-22bd4ec36255" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "caf78a2eefe09cc4caf24783f9ec7472", + "x-ms-client-request-id": "65f567baea041778e85fd5b0554b483e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22932,7 +20042,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:36 GMT", + "Date": "Mon, 25 Oct 2021 06:26:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22941,31 +20051,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caf78a2eefe09cc4caf24783f9ec7472", - "x-ms-correlation-request-id": "4ba7e6ef-f00a-4c22-94c2-22e7385d9396", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26651", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "1c8b02b7-23c7-4570-8b45-2e493a518c7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062037Z:4ba7e6ef-f00a-4c22-94c2-22e7385d9396" + "x-ms-client-request-id": "65f567baea041778e85fd5b0554b483e", + "x-ms-correlation-request-id": "a83a5cdf-72b5-4bd2-87bb-03dce348b99f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;28024", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "84eab1d0-964d-4df5-88d2-3fef35510890", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062641Z:a83a5cdf-72b5-4bd2-87bb-03dce348b99f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c309a26bb400a9fa2318e45cc1518332", + "x-ms-client-request-id": "4a67444a1aaf211da6f9c201ee7ef8dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22974,7 +20084,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:36 GMT", + "Date": "Mon, 25 Oct 2021 06:26:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22983,31 +20093,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c309a26bb400a9fa2318e45cc1518332", - "x-ms-correlation-request-id": "41cad660-2e2c-4d78-bdbc-dfce90ea2d22", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26650", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "c827f14d-56de-4368-9f6f-8b73c474f043", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062037Z:41cad660-2e2c-4d78-bdbc-dfce90ea2d22" + "x-ms-client-request-id": "4a67444a1aaf211da6f9c201ee7ef8dd", + "x-ms-correlation-request-id": "78cf34cd-4c4a-41d2-b59c-9a23c7824aee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;28023", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "f4afab63-ab9c-4b89-9073-f01de745dbbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062641Z:78cf34cd-4c4a-41d2-b59c-9a23c7824aee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f52a045b190a260c591cc7b1eec26985", + "x-ms-client-request-id": "75b00d91e6532c71eea3e47f40a03d92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23016,7 +20126,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:37 GMT", + "Date": "Mon, 25 Oct 2021 06:26:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23025,31 +20135,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f52a045b190a260c591cc7b1eec26985", - "x-ms-correlation-request-id": "190bd76f-f3a9-4da9-b6f7-d9812d1ef34a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26649", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "643af799-eaa0-48f1-974e-1616054e59da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062038Z:190bd76f-f3a9-4da9-b6f7-d9812d1ef34a" + "x-ms-client-request-id": "75b00d91e6532c71eea3e47f40a03d92", + "x-ms-correlation-request-id": "9eb260cc-ad02-4ec9-b511-d96099485791", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;28022", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "b57e9756-a130-467a-b1bf-7ee04a7dcf36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062642Z:9eb260cc-ad02-4ec9-b511-d96099485791" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1b6b765a9e1f79718f4da7c70a68da79", + "x-ms-client-request-id": "6efecd6a3f749ff449d3bf0a2876296a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23058,7 +20168,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:37 GMT", + "Date": "Mon, 25 Oct 2021 06:26:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23067,31 +20177,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b6b765a9e1f79718f4da7c70a68da79", - "x-ms-correlation-request-id": "e5c44be6-1050-42da-b604-7db6b1666d4c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26648", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "0a23c2ea-9f82-409d-9217-37b1241a02eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062038Z:e5c44be6-1050-42da-b604-7db6b1666d4c" + "x-ms-client-request-id": "6efecd6a3f749ff449d3bf0a2876296a", + "x-ms-correlation-request-id": "adbda9c7-0a96-4a3f-b81e-092bec2dff1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;28021", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "d8019ba0-9810-4da9-9505-aa471abf7145", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062642Z:adbda9c7-0a96-4a3f-b81e-092bec2dff1d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f527156f7fc2526796e269e4ed49bb60", + "x-ms-client-request-id": "471ef766d39a64ebd33b5c0c369ee006", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23100,7 +20210,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:37 GMT", + "Date": "Mon, 25 Oct 2021 06:26:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23109,31 +20219,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f527156f7fc2526796e269e4ed49bb60", - "x-ms-correlation-request-id": "119be90e-6076-40d0-ac56-51b212a4d49e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26647", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "1a184080-4357-4820-868b-2d770cffb5e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062038Z:119be90e-6076-40d0-ac56-51b212a4d49e" + "x-ms-client-request-id": "471ef766d39a64ebd33b5c0c369ee006", + "x-ms-correlation-request-id": "c9094588-6f70-46cb-86bf-52ed2a7256b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;28020", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "a85f364e-9e3c-4db6-8758-56ffbb7c7ac1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062642Z:c9094588-6f70-46cb-86bf-52ed2a7256b5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4b015eaf67e5bd1392b065bd71441bf0", + "x-ms-client-request-id": "219730bc8a80516918102b7f27660477", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23142,7 +20252,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:38 GMT", + "Date": "Mon, 25 Oct 2021 06:26:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23151,31 +20261,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b015eaf67e5bd1392b065bd71441bf0", - "x-ms-correlation-request-id": "8cb4fb06-c79b-48de-bc2e-506e8fbca55e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26646", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "96277c54-b38f-45e8-bc4f-2c3631578b89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062039Z:8cb4fb06-c79b-48de-bc2e-506e8fbca55e" + "x-ms-client-request-id": "219730bc8a80516918102b7f27660477", + "x-ms-correlation-request-id": "4400098a-8324-443e-9036-89c3549239df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;28019", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "604173cd-7288-4a63-8e74-ff5256e185a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062642Z:4400098a-8324-443e-9036-89c3549239df" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d9424d42739bdac30e19843c348d8c46", + "x-ms-client-request-id": "4918797af58197f7e19a9b39e2e869aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23184,7 +20294,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:38 GMT", + "Date": "Mon, 25 Oct 2021 06:26:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23193,31 +20303,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9424d42739bdac30e19843c348d8c46", - "x-ms-correlation-request-id": "bbab9e76-4e03-4717-870c-446776f5d98f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26645", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "32fcfac8-5ea8-4fc1-b05b-c8c6a89da44c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062039Z:bbab9e76-4e03-4717-870c-446776f5d98f" + "x-ms-client-request-id": "4918797af58197f7e19a9b39e2e869aa", + "x-ms-correlation-request-id": "6db40ccd-1a82-49d4-a38b-fbecee9762ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;28018", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "24b57fef-9925-4347-b541-d10f3112faa1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062643Z:6db40ccd-1a82-49d4-a38b-fbecee9762ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ac1847928f670794016a62111aaae052", + "x-ms-client-request-id": "f74eb8f308dfdcea8dcd2e8aa76c3c6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23226,7 +20336,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:38 GMT", + "Date": "Mon, 25 Oct 2021 06:26:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23235,31 +20345,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac1847928f670794016a62111aaae052", - "x-ms-correlation-request-id": "d9fdc9f7-7f46-4627-989d-4a961728a5ca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26644", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "e46b8c41-ff72-4dee-b6fe-8decf34ad1ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062039Z:d9fdc9f7-7f46-4627-989d-4a961728a5ca" + "x-ms-client-request-id": "f74eb8f308dfdcea8dcd2e8aa76c3c6c", + "x-ms-correlation-request-id": "46f85348-310d-4028-8613-b74aa21903df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;28017", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "4fa0726c-5282-44d4-9524-248cbf30070f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062643Z:46f85348-310d-4028-8613-b74aa21903df" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9fa178c6e2073bc59b263dcbe2d68805", + "x-ms-client-request-id": "bc92e5369785c68538003fe6ee306e30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23268,7 +20378,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:38 GMT", + "Date": "Mon, 25 Oct 2021 06:26:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23277,31 +20387,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fa178c6e2073bc59b263dcbe2d68805", - "x-ms-correlation-request-id": "69b84cb2-5d92-4d03-9db3-ae86c9c0d318", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26643", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "c2ffca14-4499-4b42-bd67-f8ee208493e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062039Z:69b84cb2-5d92-4d03-9db3-ae86c9c0d318" + "x-ms-client-request-id": "bc92e5369785c68538003fe6ee306e30", + "x-ms-correlation-request-id": "a98a141c-6243-4e5b-b2ab-088a6b2bcf2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;28016", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "1f33e177-ceae-414a-ad57-e761f42c934b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062643Z:a98a141c-6243-4e5b-b2ab-088a6b2bcf2b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2a2a1e246f2bb389b93ad73111b1c063", + "x-ms-client-request-id": "6f8c80a70c1771978f3cbcb4c66def75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23310,7 +20420,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:39 GMT", + "Date": "Mon, 25 Oct 2021 06:26:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23319,40 +20429,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a2a1e246f2bb389b93ad73111b1c063", - "x-ms-correlation-request-id": "8f6a6321-16ec-4682-a028-f5371cbcc9a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26642", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "8bb39de6-5608-4a23-b4d9-d18495ccd90b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062040Z:8f6a6321-16ec-4682-a028-f5371cbcc9a9" + "x-ms-client-request-id": "6f8c80a70c1771978f3cbcb4c66def75", + "x-ms-correlation-request-id": "32c52801-0b94-410a-b817-bb84d38ccfb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;28015", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "c05ebe17-5e88-406d-ad7a-29f979e305b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062643Z:32c52801-0b94-410a-b817-bb84d38ccfb4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bb763238ecebb03f81dd104052c8242b", + "x-ms-client-request-id": "fd022e5dac565c253387bedfc804ed5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:39 GMT", + "Date": "Mon, 25 Oct 2021 06:26:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23361,41 +20471,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb763238ecebb03f81dd104052c8242b", - "x-ms-correlation-request-id": "606f86da-0e2d-4a10-85bf-51b8b2e2e9a5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26641", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "637e593c-8a45-492a-aeb6-b2817769b481", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062040Z:606f86da-0e2d-4a10-85bf-51b8b2e2e9a5" + "x-ms-client-request-id": "fd022e5dac565c253387bedfc804ed5c", + "x-ms-correlation-request-id": "901a50bf-cdc0-4518-abb3-59d5e71dd246", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;28014", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "dab11eb5-b373-4256-aee5-f83190c614f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062644Z:901a50bf-cdc0-4518-abb3-59d5e71dd246" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:19:58.6686021\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:20:40.1370005\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022b6fe2e8b-3c09-4dba-9dbf-a0c23719ecfb\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fbed5de1b57f5726eeeee6cc0a942ae9", + "x-ms-client-request-id": "26e2fe5ecddf29544d202d49dad000cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:39 GMT", + "Date": "Mon, 25 Oct 2021 06:26:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23404,128 +20513,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fbed5de1b57f5726eeeee6cc0a942ae9", - "x-ms-correlation-request-id": "8e72768a-0515-40d4-beef-21963affc2b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3983,Microsoft.Compute/LowCostGet30Min;31892", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "ae76ae2f-dab4-40bd-8baa-c19ca44ddbd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062040Z:8e72768a-0515-40d4-beef-21963affc2b4" + "x-ms-client-request-id": "26e2fe5ecddf29544d202d49dad000cb", + "x-ms-correlation-request-id": "c286be17-27f7-4114-854e-69f3b558c38e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;28013", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "2f24efd3-2b8d-49cc-baf6-68c250b416e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062644Z:c286be17-27f7-4114-854e-69f3b558c38e" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-7014\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u00228f108b9e-33d9-4be6-8c17-6d45c4f10e64\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-7014_OsDisk_1_7933bd59e8a1405387ef27fe2b48bea1\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Compute/disks/testVM-7014_OsDisk_1_7933bd59e8a1405387ef27fe2b48bea1\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-7014\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-5700\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014?api-version=2021-03-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b093d965cd603819df7aa84e5e4961f1", + "x-ms-client-request-id": "bf88c910712efad95b303b904db8a98b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:20:40 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:26:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b093d965cd603819df7aa84e5e4961f1", - "x-ms-correlation-request-id": "2d049928-9b19-4f08-bb85-122abb84e85b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;236,Microsoft.Compute/DeleteVM30Min;1174", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "f5f5d18f-50b2-46bd-a76a-971a926c793c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062041Z:2d049928-9b19-4f08-bb85-122abb84e85b" + "x-ms-client-request-id": "bf88c910712efad95b303b904db8a98b", + "x-ms-correlation-request-id": "a5772064-37f8-45ea-8d03-12c750b2e7d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;28012", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "c491350f-860c-4d48-a9c0-95057ddcbdef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062644Z:a5772064-37f8-45ea-8d03-12c750b2e7d9" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "78da26b2743514cb43b51b050cd7f8a5", + "x-ms-client-request-id": "c7565f4ec88a8f95dad8b0367fdb8162", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23534,41 +20588,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:40 GMT", + "Date": "Mon, 25 Oct 2021 06:26:44 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "30", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78da26b2743514cb43b51b050cd7f8a5", - "x-ms-correlation-request-id": "525b384d-17d4-4e85-ac12-d509d674d3b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26640", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "905acdfa-59cb-46da-84ab-c49659bd43f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062041Z:525b384d-17d4-4e85-ac12-d509d674d3b6" + "x-ms-client-request-id": "c7565f4ec88a8f95dad8b0367fdb8162", + "x-ms-correlation-request-id": "6afcfcc4-e272-45a5-96ac-0be735a862d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;28011", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "fbd2b17f-6306-4d54-8d65-1b204c996b34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062644Z:6afcfcc4-e272-45a5-96ac-0be735a862d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5eb7f58d7544a025f410a440ff1c326c", + "x-ms-client-request-id": "ffcef3872e7bed2e24e8cbaf91c4db94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23577,7 +20630,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:40 GMT", + "Date": "Mon, 25 Oct 2021 06:26:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23586,31 +20639,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5eb7f58d7544a025f410a440ff1c326c", - "x-ms-correlation-request-id": "202d9a17-e39f-4197-9d56-56afbd501129", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26639", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "bc0f192c-489b-425a-a9a9-b87eddbc6198", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062041Z:202d9a17-e39f-4197-9d56-56afbd501129" + "x-ms-client-request-id": "ffcef3872e7bed2e24e8cbaf91c4db94", + "x-ms-correlation-request-id": "4e604d2a-3b84-4729-ade6-8774369e1c96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;28010", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "82815bee-87e7-4a2e-a11e-4b71339e04d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062645Z:4e604d2a-3b84-4729-ade6-8774369e1c96" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "379bbbd5e86ea0bce03b700ea9df7634", + "x-ms-client-request-id": "7bfba177387a484033f9e555c0a37a80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23619,7 +20672,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:41 GMT", + "Date": "Mon, 25 Oct 2021 06:26:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23628,31 +20681,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "379bbbd5e86ea0bce03b700ea9df7634", - "x-ms-correlation-request-id": "a4a8d9e6-e2ec-4f0f-974d-b4fae524fc26", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26638", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "51f1bd8e-3e67-4e76-81d5-73854f003cba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062042Z:a4a8d9e6-e2ec-4f0f-974d-b4fae524fc26" + "x-ms-client-request-id": "7bfba177387a484033f9e555c0a37a80", + "x-ms-correlation-request-id": "c308ccfe-23bc-4d3c-ac56-aa25adeef8e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;28009", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "36b8fffb-1934-4b3c-b390-f5df2a8c58c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062645Z:c308ccfe-23bc-4d3c-ac56-aa25adeef8e3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "106f272646bb3da9013a8325d08a1427", + "x-ms-client-request-id": "5a08d9aea9e9200f3069a2a2fde6fd15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23661,7 +20714,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:41 GMT", + "Date": "Mon, 25 Oct 2021 06:26:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23670,31 +20723,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "106f272646bb3da9013a8325d08a1427", - "x-ms-correlation-request-id": "f636650c-841c-42fa-9f81-2d5060168545", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26637", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "62a81fc4-19b1-4853-9a97-04131e38cc07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062042Z:f636650c-841c-42fa-9f81-2d5060168545" + "x-ms-client-request-id": "5a08d9aea9e9200f3069a2a2fde6fd15", + "x-ms-correlation-request-id": "4454a9e4-c240-4f6b-bdaa-3dc60ab52502", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;28008", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "6817d60f-c38f-4e1f-8bee-cf4ff122a7b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062645Z:4454a9e4-c240-4f6b-bdaa-3dc60ab52502" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "512faf82c03ca53639167e080516f715", + "x-ms-client-request-id": "ddbf1cfd05e04ee7b285cb8248d92c81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23703,7 +20756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:41 GMT", + "Date": "Mon, 25 Oct 2021 06:26:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23712,31 +20765,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "512faf82c03ca53639167e080516f715", - "x-ms-correlation-request-id": "309e64bd-bee1-4f9a-8aad-25975743d041", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26636", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "1ed2c75a-2d49-470c-bb4a-bfce0d85ce0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062042Z:309e64bd-bee1-4f9a-8aad-25975743d041" + "x-ms-client-request-id": "ddbf1cfd05e04ee7b285cb8248d92c81", + "x-ms-correlation-request-id": "22b870fa-381f-4d52-8361-e3beccf0fa63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;28007", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "d1711026-a618-4e99-b04d-cc4dd87a47f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062646Z:22b870fa-381f-4d52-8361-e3beccf0fa63" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d819709922ac8eb1115e36346496d055", + "x-ms-client-request-id": "b8004a6d81bbcdaa92da4a11959e4b4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23745,7 +20798,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:41 GMT", + "Date": "Mon, 25 Oct 2021 06:26:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23754,31 +20807,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d819709922ac8eb1115e36346496d055", - "x-ms-correlation-request-id": "4e989af2-3cc7-424e-849d-42708b756751", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26635", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "cac7c00e-10f5-405d-8eb4-98f30e99f05d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062042Z:4e989af2-3cc7-424e-849d-42708b756751" + "x-ms-client-request-id": "b8004a6d81bbcdaa92da4a11959e4b4d", + "x-ms-correlation-request-id": "9cdf0dce-fd7d-42fc-85f2-281f8b8c6f61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;28006", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "e439bbba-82be-40c2-b552-e28f15365939", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062646Z:9cdf0dce-fd7d-42fc-85f2-281f8b8c6f61" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fa8c482724af66f8f0cad6a4c7a137ea", + "x-ms-client-request-id": "a458cffb9ce4a89ff2b9a764dd8dd757", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23787,7 +20840,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:42 GMT", + "Date": "Mon, 25 Oct 2021 06:26:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23796,31 +20849,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa8c482724af66f8f0cad6a4c7a137ea", - "x-ms-correlation-request-id": "999133e3-e57b-4092-8406-7c71b9be13e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26634", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "51945e88-b8ab-42ab-9963-bfb6c8948443", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062043Z:999133e3-e57b-4092-8406-7c71b9be13e8" + "x-ms-client-request-id": "a458cffb9ce4a89ff2b9a764dd8dd757", + "x-ms-correlation-request-id": "2293aedd-e340-4b32-b796-4de426086a2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;28005", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "b813e6a8-eeb8-4d73-b867-95fc5ae3ea27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062646Z:2293aedd-e340-4b32-b796-4de426086a2e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "608b6e423b70607bfda040dd890241a2", + "x-ms-client-request-id": "b235213c45e57b5971f14b05bbd5b914", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23829,7 +20882,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:42 GMT", + "Date": "Mon, 25 Oct 2021 06:26:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23838,31 +20891,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "608b6e423b70607bfda040dd890241a2", - "x-ms-correlation-request-id": "34ca3ec9-5ead-45eb-8eb9-72b824deb6e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26633", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "9ac0a940-8431-4b18-ac66-039bee4f65aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062043Z:34ca3ec9-5ead-45eb-8eb9-72b824deb6e5" + "x-ms-client-request-id": "b235213c45e57b5971f14b05bbd5b914", + "x-ms-correlation-request-id": "3ac29ad6-769f-4cc9-9bf5-a9988234fabb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;28004", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "9bac313f-a527-41c6-bf09-f4c7a1555d83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062646Z:3ac29ad6-769f-4cc9-9bf5-a9988234fabb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bce02946fd8a746678b3e7e14b0cc76f", + "x-ms-client-request-id": "78867e3a8881d09daa57c501da46ef04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23871,7 +20924,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:42 GMT", + "Date": "Mon, 25 Oct 2021 06:26:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23880,31 +20933,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bce02946fd8a746678b3e7e14b0cc76f", - "x-ms-correlation-request-id": "04789f4f-d807-4cc0-b249-e403db19c025", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26632", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "3f701263-cae7-4e98-9b57-f8a18e386275", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062043Z:04789f4f-d807-4cc0-b249-e403db19c025" + "x-ms-client-request-id": "78867e3a8881d09daa57c501da46ef04", + "x-ms-correlation-request-id": "45ba57ae-a8bd-407e-895f-a424bb7fe567", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;28003", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "3e0f4a4b-4ecc-4187-bdc5-369969efafb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062647Z:45ba57ae-a8bd-407e-895f-a424bb7fe567" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f6f14c266f0bebe4cd2bfc0ee41addee", + "x-ms-client-request-id": "74d5f3029969b56776dc32f2519aed1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23913,7 +20966,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:42 GMT", + "Date": "Mon, 25 Oct 2021 06:26:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23922,31 +20975,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6f14c266f0bebe4cd2bfc0ee41addee", - "x-ms-correlation-request-id": "472f679e-5e93-4764-9616-cbc4bcc03c8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26631", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "bfb6af06-06bf-4d17-abfb-4764a180f8a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062043Z:472f679e-5e93-4764-9616-cbc4bcc03c8f" + "x-ms-client-request-id": "74d5f3029969b56776dc32f2519aed1c", + "x-ms-correlation-request-id": "578bdfe0-a037-425f-a9b1-b7acdc93af0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;28002", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "bc2a429b-8817-4382-8dd3-faa45857055b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062647Z:578bdfe0-a037-425f-a9b1-b7acdc93af0d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9d5e34897bc1455f0716e8bd539914f1", + "x-ms-client-request-id": "5f2993005f06b3d58364078d8057a12a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23955,7 +21008,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:43 GMT", + "Date": "Mon, 25 Oct 2021 06:26:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23964,31 +21017,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d5e34897bc1455f0716e8bd539914f1", - "x-ms-correlation-request-id": "3a4b24d5-1bc2-4bf9-871f-037ff45527b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26630", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "55702975-bcb6-4469-b822-a72eb34d80de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062044Z:3a4b24d5-1bc2-4bf9-871f-037ff45527b5" + "x-ms-client-request-id": "5f2993005f06b3d58364078d8057a12a", + "x-ms-correlation-request-id": "0c8672ee-6577-4851-8fcf-fefab268c5ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;28001", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "bb305395-c0c2-44b9-a629-7ab155faa91b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062647Z:0c8672ee-6577-4851-8fcf-fefab268c5ee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3db6d0d94b10d69745f4ee5f0057905d", + "x-ms-client-request-id": "c70247024400a1ab16d002a555ab7f10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23997,7 +21050,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:43 GMT", + "Date": "Mon, 25 Oct 2021 06:26:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24006,31 +21059,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3db6d0d94b10d69745f4ee5f0057905d", - "x-ms-correlation-request-id": "534d684f-22c2-4b0c-911b-c1f5600b4593", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26629", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "9f0edb2b-ddf2-41f8-a6e3-0ff5eda80426", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062044Z:534d684f-22c2-4b0c-911b-c1f5600b4593" + "x-ms-client-request-id": "c70247024400a1ab16d002a555ab7f10", + "x-ms-correlation-request-id": "e809c832-2288-42a4-8936-2c72e30af870", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;28000", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "174b1853-b9e4-42ff-8da7-34fa9f924bef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062647Z:e809c832-2288-42a4-8936-2c72e30af870" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1757f9d529aeabaeecaceef487269833", + "x-ms-client-request-id": "4701a86a901ca3fd1e21f00491da351e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24039,7 +21092,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:43 GMT", + "Date": "Mon, 25 Oct 2021 06:26:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24048,31 +21101,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1757f9d529aeabaeecaceef487269833", - "x-ms-correlation-request-id": "c2180db6-c5f7-49fa-b9c6-c33ab813aeec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26628", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "5a34b540-e181-43f0-91d7-4872610fdd15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062044Z:c2180db6-c5f7-49fa-b9c6-c33ab813aeec" + "x-ms-client-request-id": "4701a86a901ca3fd1e21f00491da351e", + "x-ms-correlation-request-id": "c6b9d84a-46c5-4e13-8931-c85e15700d04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;27999", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "fada58f9-5769-49e1-b2fc-47aaa4d8e14a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062648Z:c6b9d84a-46c5-4e13-8931-c85e15700d04" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "13340b169f643edd9d8758cc8c0044af", + "x-ms-client-request-id": "0aef083b2597bc1ce78848355c305ed8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24081,7 +21134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:44 GMT", + "Date": "Mon, 25 Oct 2021 06:26:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24090,31 +21143,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13340b169f643edd9d8758cc8c0044af", - "x-ms-correlation-request-id": "96da3126-cd6b-4843-a65b-bcbd76e45ddc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26627", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "71cc7079-be16-4ee9-bcb7-8f13c0221932", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062045Z:96da3126-cd6b-4843-a65b-bcbd76e45ddc" + "x-ms-client-request-id": "0aef083b2597bc1ce78848355c305ed8", + "x-ms-correlation-request-id": "7e52ac8d-874f-49ec-a98e-2fa283f03322", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;27998", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "eabf1823-3847-46a0-b5de-741916f8f3e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062648Z:7e52ac8d-874f-49ec-a98e-2fa283f03322" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "59e78b85fd41b042220a51645ca24f1e", + "x-ms-client-request-id": "d723f7e55a56720d495fa9de54a60f3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24123,7 +21176,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:44 GMT", + "Date": "Mon, 25 Oct 2021 06:26:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24132,31 +21185,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59e78b85fd41b042220a51645ca24f1e", - "x-ms-correlation-request-id": "7f1eaf1a-d2b7-4c44-9416-6bc9f8c0bffc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26625", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "e79ef1af-7cde-41b5-87f5-e991a9e4292e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062045Z:7f1eaf1a-d2b7-4c44-9416-6bc9f8c0bffc" + "x-ms-client-request-id": "d723f7e55a56720d495fa9de54a60f3c", + "x-ms-correlation-request-id": "3a4ce8d1-d33c-4fa6-a5c0-9c8600435108", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;27997", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "52ec1f49-e52b-45fe-88b8-2fc148cbcf5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062648Z:3a4ce8d1-d33c-4fa6-a5c0-9c8600435108" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f548bb5c7d2336f81c197a26d1e21feb", + "x-ms-client-request-id": "4d69e49b75bb44788c445f9447c746ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24165,7 +21218,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:44 GMT", + "Date": "Mon, 25 Oct 2021 06:26:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24174,31 +21227,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f548bb5c7d2336f81c197a26d1e21feb", - "x-ms-correlation-request-id": "64235b6e-4d3b-4f0a-9abe-dfcd9ac256dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26624", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "aeb405e4-7b44-4402-821e-dc655c7b8ce8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062045Z:64235b6e-4d3b-4f0a-9abe-dfcd9ac256dc" + "x-ms-client-request-id": "4d69e49b75bb44788c445f9447c746ed", + "x-ms-correlation-request-id": "21ab03fb-d41f-44f7-a214-cc5bfffafa7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;27996", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "5617c622-824f-419c-8abc-23898717bb8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062649Z:21ab03fb-d41f-44f7-a214-cc5bfffafa7c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fc6f3e673e3e19f1c884f0594e78e1fa", + "x-ms-client-request-id": "9a1f17c35eb7e0c7fa7dc0387c3d6841", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24207,7 +21260,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:44 GMT", + "Date": "Mon, 25 Oct 2021 06:26:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24216,31 +21269,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc6f3e673e3e19f1c884f0594e78e1fa", - "x-ms-correlation-request-id": "869e48ed-d171-44bd-b39b-d82d0eaca67a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26623", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "88ac35a1-44d6-41c1-a735-3dd58aebbcaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062045Z:869e48ed-d171-44bd-b39b-d82d0eaca67a" + "x-ms-client-request-id": "9a1f17c35eb7e0c7fa7dc0387c3d6841", + "x-ms-correlation-request-id": "b0698350-a0a4-45bc-a020-761d6de0676d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;27995", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "e5ddc00b-6c1b-4f0c-b731-6e475563ad6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062649Z:b0698350-a0a4-45bc-a020-761d6de0676d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d16f39384fb7088c92b13d28821cde40", + "x-ms-client-request-id": "789a0c7910c66f1d7edf4a11fb792a81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24249,7 +21302,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:45 GMT", + "Date": "Mon, 25 Oct 2021 06:26:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24258,31 +21311,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d16f39384fb7088c92b13d28821cde40", - "x-ms-correlation-request-id": "3b0533d0-68a1-42a1-a89e-a5473fc39ea1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26622", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "a6f7e45f-5469-4075-a6b9-083fd1254c7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062046Z:3b0533d0-68a1-42a1-a89e-a5473fc39ea1" + "x-ms-client-request-id": "789a0c7910c66f1d7edf4a11fb792a81", + "x-ms-correlation-request-id": "876d2797-3d90-47d9-9c10-1906d784dd9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;27994", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "856477ca-e2f0-4ac8-ac90-e91c4fc94b38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062649Z:876d2797-3d90-47d9-9c10-1906d784dd9f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1efc65eb52321ee0c92f2d9e8c9fe7a3", + "x-ms-client-request-id": "3c1bbc1874863c851c88523eb440c74f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24291,7 +21344,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:45 GMT", + "Date": "Mon, 25 Oct 2021 06:26:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24300,31 +21353,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1efc65eb52321ee0c92f2d9e8c9fe7a3", - "x-ms-correlation-request-id": "2b497179-bd7b-4812-b3c8-3b3823b58679", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26621", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "088a95f4-fe88-4b5b-aeb5-3ce11279b810", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062046Z:2b497179-bd7b-4812-b3c8-3b3823b58679" + "x-ms-client-request-id": "3c1bbc1874863c851c88523eb440c74f", + "x-ms-correlation-request-id": "e6d463b2-ad13-4b13-b00b-8c9c3b5692f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;27993", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "98764fc9-a4d6-4943-8742-2dd20450ec93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062649Z:e6d463b2-ad13-4b13-b00b-8c9c3b5692f9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "97ed7f374e721833b1666a8c00c996ac", + "x-ms-client-request-id": "3b1a1ddcce2cb226faaf1cd814b5e580", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24333,7 +21386,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:45 GMT", + "Date": "Mon, 25 Oct 2021 06:26:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24342,31 +21395,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97ed7f374e721833b1666a8c00c996ac", - "x-ms-correlation-request-id": "5caf58bb-68f6-423f-a68e-1025c74fe71e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26620", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "286b5e8d-5121-4b22-9ea5-3e4b3196b1e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062046Z:5caf58bb-68f6-423f-a68e-1025c74fe71e" + "x-ms-client-request-id": "3b1a1ddcce2cb226faaf1cd814b5e580", + "x-ms-correlation-request-id": "09317c8a-5d41-421e-99c9-4eae6ec819ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;27992", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "351670d0-c4f4-4806-8ca9-37b116f4cb02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062650Z:09317c8a-5d41-421e-99c9-4eae6ec819ea" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e96eb0a5c37ce6c85851078821ee7bf2", + "x-ms-client-request-id": "c0203f522b2104ba865e5b3dbddfbb3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24375,7 +21428,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:45 GMT", + "Date": "Mon, 25 Oct 2021 06:26:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24384,31 +21437,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e96eb0a5c37ce6c85851078821ee7bf2", - "x-ms-correlation-request-id": "8f961e2c-e2b2-4098-b8a4-c2196c273089", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26619", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "469bb37a-61fe-4cb0-be88-bd460f0c32ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062046Z:8f961e2c-e2b2-4098-b8a4-c2196c273089" + "x-ms-client-request-id": "c0203f522b2104ba865e5b3dbddfbb3e", + "x-ms-correlation-request-id": "a1df863a-a31e-4623-8629-ad63067d423c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;27991", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "f49f6c9d-d708-43d9-9fab-ebe74fd5e0df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062650Z:a1df863a-a31e-4623-8629-ad63067d423c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02f19aca472e9dcd31e46ccbe8531dff", + "x-ms-client-request-id": "dd35fa17ef5e4a54956842d758ad2767", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24417,7 +21470,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:46 GMT", + "Date": "Mon, 25 Oct 2021 06:26:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24426,31 +21479,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02f19aca472e9dcd31e46ccbe8531dff", - "x-ms-correlation-request-id": "8feba817-a298-4d99-8957-9f0ef65ed92e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26618", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "d3859123-ab24-4116-be4b-aeeb91d1ec44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062047Z:8feba817-a298-4d99-8957-9f0ef65ed92e" + "x-ms-client-request-id": "dd35fa17ef5e4a54956842d758ad2767", + "x-ms-correlation-request-id": "35c0291a-4c2c-45e1-aa5e-2494414b2670", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;27990", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "d05134fb-4a24-42e7-a1ed-6276cdc2200a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062650Z:35c0291a-4c2c-45e1-aa5e-2494414b2670" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dcf88198fe317327b7073e2146abf6c2", + "x-ms-client-request-id": "75ecd2a30720b12d6216b4ce72e9f41b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24459,7 +21512,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:46 GMT", + "Date": "Mon, 25 Oct 2021 06:26:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24468,31 +21521,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcf88198fe317327b7073e2146abf6c2", - "x-ms-correlation-request-id": "bc77a3b4-88b5-41f6-b7b7-360ec1dfce70", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26617", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "13f3d64f-e54f-44a3-b674-b9a8cde2e2ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062047Z:bc77a3b4-88b5-41f6-b7b7-360ec1dfce70" + "x-ms-client-request-id": "75ecd2a30720b12d6216b4ce72e9f41b", + "x-ms-correlation-request-id": "dfb47bd0-a688-491b-a680-77b0f7485596", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;27989", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "a7ba1e10-11b2-4c75-a656-17c8c722c627", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062650Z:dfb47bd0-a688-491b-a680-77b0f7485596" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "66c277eb93d85e7de2d1b79756fcfd05", + "x-ms-client-request-id": "19c0def307806222ead52bb9e9e3abd9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24501,7 +21554,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:46 GMT", + "Date": "Mon, 25 Oct 2021 06:26:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24510,31 +21563,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66c277eb93d85e7de2d1b79756fcfd05", - "x-ms-correlation-request-id": "d0a6256b-46ab-45ff-843f-2216f56e7f3b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26616", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "669d9702-cefb-4951-83f8-1abde8e16ad7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062047Z:d0a6256b-46ab-45ff-843f-2216f56e7f3b" + "x-ms-client-request-id": "19c0def307806222ead52bb9e9e3abd9", + "x-ms-correlation-request-id": "c35b5a47-9a88-4eb5-8133-63ec7b8c3ec4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;27988", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "b60abe40-9296-4161-96b0-f9c41377c2e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062651Z:c35b5a47-9a88-4eb5-8133-63ec7b8c3ec4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a0f008339ef6ccc1727d4b2608ac5686", + "x-ms-client-request-id": "eb9af43646f20f1dcd837b483b86d7ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24543,7 +21596,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:47 GMT", + "Date": "Mon, 25 Oct 2021 06:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24552,31 +21605,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0f008339ef6ccc1727d4b2608ac5686", - "x-ms-correlation-request-id": "d978aaff-ea7e-4f3f-b482-b8b9d470a4c2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26615", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "3a7e1898-adc3-4941-ae8e-7737e8b19de2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062048Z:d978aaff-ea7e-4f3f-b482-b8b9d470a4c2" + "x-ms-client-request-id": "eb9af43646f20f1dcd837b483b86d7ac", + "x-ms-correlation-request-id": "0fccd021-8d2e-4a24-86ac-f7f6c4cf0a98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;27987", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "15e4c804-9f65-4563-8225-6ef6e17aab08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062651Z:0fccd021-8d2e-4a24-86ac-f7f6c4cf0a98" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "70e0a9eeb79004270399fa5f46901dbb", + "x-ms-client-request-id": "7ae326740eec9be7af898a4adc74c77f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24585,7 +21638,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:47 GMT", + "Date": "Mon, 25 Oct 2021 06:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24594,31 +21647,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70e0a9eeb79004270399fa5f46901dbb", - "x-ms-correlation-request-id": "847279ec-e7ad-4888-ac73-e26d35cb02b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26614", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "f34f5125-7b2e-4fb7-b7cf-5fa780c36023", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062048Z:847279ec-e7ad-4888-ac73-e26d35cb02b6" + "x-ms-client-request-id": "7ae326740eec9be7af898a4adc74c77f", + "x-ms-correlation-request-id": "875999ee-b8b0-4f80-93f5-0a9dec1380d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;27986", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "d31e2113-4259-4e63-968e-8d9aff239aeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062651Z:875999ee-b8b0-4f80-93f5-0a9dec1380d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3eed390955ba4cccb6f6f35b48565635", + "x-ms-client-request-id": "7e97da6a084ead28c0b14bfc8cd92764", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24627,7 +21680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:47 GMT", + "Date": "Mon, 25 Oct 2021 06:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24636,31 +21689,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3eed390955ba4cccb6f6f35b48565635", - "x-ms-correlation-request-id": "5ba240cf-21d2-4923-8aa5-feb7f281e2e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26613", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "53dae621-8dfe-4e0b-8831-a170e9ebb0e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062048Z:5ba240cf-21d2-4923-8aa5-feb7f281e2e6" + "x-ms-client-request-id": "7e97da6a084ead28c0b14bfc8cd92764", + "x-ms-correlation-request-id": "f1da90df-8a76-4f52-939e-1d35f66e2b57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;27985", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "dca540b8-8a78-4741-b6b9-84711a258035", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062652Z:f1da90df-8a76-4f52-939e-1d35f66e2b57" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aca9317a8d1b7b74e0eb9d5da46185e2", + "x-ms-client-request-id": "c2447efe310028ed0cff3b69bcd33259", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24669,7 +21722,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:47 GMT", + "Date": "Mon, 25 Oct 2021 06:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24678,31 +21731,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aca9317a8d1b7b74e0eb9d5da46185e2", - "x-ms-correlation-request-id": "1c292f7c-7a21-4794-94d8-4c31b9d339fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26612", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "78028cb4-8c9e-4c58-8548-5431f6db2ebc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062048Z:1c292f7c-7a21-4794-94d8-4c31b9d339fc" + "x-ms-client-request-id": "c2447efe310028ed0cff3b69bcd33259", + "x-ms-correlation-request-id": "ac82b75d-d64c-4be5-8fab-72dd207fb373", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;27984", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "44a9978a-0861-40a8-8333-7aa0c4cad1e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062652Z:ac82b75d-d64c-4be5-8fab-72dd207fb373" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ce1c905f18be98cbdd93ba9ac3ccbcac", + "x-ms-client-request-id": "60ddfbbc59ee6b5dfe35ba3bc2eb0ed6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24711,7 +21764,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:48 GMT", + "Date": "Mon, 25 Oct 2021 06:26:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24720,31 +21773,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce1c905f18be98cbdd93ba9ac3ccbcac", - "x-ms-correlation-request-id": "09704317-fbe0-4ba3-afd8-649fb81498e7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26611", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "b570d74c-7eeb-4d32-bda1-8fe6d3ba5454", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062049Z:09704317-fbe0-4ba3-afd8-649fb81498e7" + "x-ms-client-request-id": "60ddfbbc59ee6b5dfe35ba3bc2eb0ed6", + "x-ms-correlation-request-id": "d0580d3b-b032-415d-8a23-28c95c237a02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;27983", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "2a8c32a4-74e2-4864-8047-3deb3a737063", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062652Z:d0580d3b-b032-415d-8a23-28c95c237a02" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "14e5c44270e67c9fc4715dceb86fa854", + "x-ms-client-request-id": "5d4b2562052f397fed6f714fcdbef1ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24753,7 +21806,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:48 GMT", + "Date": "Mon, 25 Oct 2021 06:26:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24762,31 +21815,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14e5c44270e67c9fc4715dceb86fa854", - "x-ms-correlation-request-id": "457417a5-7cee-460d-ac92-0b673b659ef2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26610", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "20a7978c-b5a8-4193-8a10-8b94184db515", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062049Z:457417a5-7cee-460d-ac92-0b673b659ef2" + "x-ms-client-request-id": "5d4b2562052f397fed6f714fcdbef1ec", + "x-ms-correlation-request-id": "86a2e91a-ac83-4a02-8e36-3bc7b87ed096", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;27982", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "8a9c20bd-33aa-430a-8652-082f713ee366", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062652Z:86a2e91a-ac83-4a02-8e36-3bc7b87ed096" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b8fb1170873a62766510cf88d3dab814", + "x-ms-client-request-id": "9040f27ec7fca47521d9c3ca77b26521", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24795,7 +21848,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:48 GMT", + "Date": "Mon, 25 Oct 2021 06:26:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24804,31 +21857,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8fb1170873a62766510cf88d3dab814", - "x-ms-correlation-request-id": "35a98089-d059-40ab-a777-a705331e1e32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26609", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "e6ffe978-6280-4c97-9df6-a21669a4a6a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062049Z:35a98089-d059-40ab-a777-a705331e1e32" + "x-ms-client-request-id": "9040f27ec7fca47521d9c3ca77b26521", + "x-ms-correlation-request-id": "b96e90e9-be0a-4eea-a15c-ecb9cb73033b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;27981", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "7ef7dbcd-2579-41ee-b599-fcc31e985d00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062653Z:b96e90e9-be0a-4eea-a15c-ecb9cb73033b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "df1af02f707ceefbf0a0094cbbfcdf6e", + "x-ms-client-request-id": "960765f0d587b6297ca4727fe70e9e3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24837,7 +21890,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:48 GMT", + "Date": "Mon, 25 Oct 2021 06:26:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24846,31 +21899,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df1af02f707ceefbf0a0094cbbfcdf6e", - "x-ms-correlation-request-id": "27095ffd-9b63-40f7-ae51-7fadf17c6bb2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26608", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "19bfb882-73d4-4686-9994-4bc9f686c3a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062049Z:27095ffd-9b63-40f7-ae51-7fadf17c6bb2" + "x-ms-client-request-id": "960765f0d587b6297ca4727fe70e9e3f", + "x-ms-correlation-request-id": "22cb3780-1370-4e6d-8438-355d8ee7ea75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;27980", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "bc675010-ee28-4c24-a162-0f61ccfcada0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062653Z:22cb3780-1370-4e6d-8438-355d8ee7ea75" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b12966eb03d0bb724d82afd6a117a9ea", + "x-ms-client-request-id": "cfbccd447eab9bd9b0a73c5541b4c13b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24879,7 +21932,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:49 GMT", + "Date": "Mon, 25 Oct 2021 06:26:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24888,31 +21941,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b12966eb03d0bb724d82afd6a117a9ea", - "x-ms-correlation-request-id": "86904f20-ae05-43d7-be58-126291736158", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26607", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "0b08e4f1-3c82-4cdd-8517-e27f0ab5ae1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062050Z:86904f20-ae05-43d7-be58-126291736158" + "x-ms-client-request-id": "cfbccd447eab9bd9b0a73c5541b4c13b", + "x-ms-correlation-request-id": "07d4003b-8324-4ed0-ba0d-df2426b86f4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;27979", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "c337c09a-b663-4ec8-8016-5ddf8741ab72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062653Z:07d4003b-8324-4ed0-ba0d-df2426b86f4e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c89f48b9c855ffd7150cc7997d29a768", + "x-ms-client-request-id": "675e50095bb7a964c989135754f6bd12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24921,7 +21974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:49 GMT", + "Date": "Mon, 25 Oct 2021 06:26:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24930,31 +21983,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c89f48b9c855ffd7150cc7997d29a768", - "x-ms-correlation-request-id": "402e220d-0354-456d-a0b1-91350a8b5704", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26606", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "879e71a5-9492-4d02-99ad-22a03fc8429a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062050Z:402e220d-0354-456d-a0b1-91350a8b5704" + "x-ms-client-request-id": "675e50095bb7a964c989135754f6bd12", + "x-ms-correlation-request-id": "92ac6a1a-8aa1-4e33-9438-4bd0803a5d7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;27978", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "34e730c3-b393-4548-ab85-69e112577902", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062653Z:92ac6a1a-8aa1-4e33-9438-4bd0803a5d7f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6d9c613006b02b447d5e92fac1254dd8", + "x-ms-client-request-id": "a986843b96f572768c6ce6e098d375c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24963,7 +22016,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:49 GMT", + "Date": "Mon, 25 Oct 2021 06:26:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24972,31 +22025,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d9c613006b02b447d5e92fac1254dd8", - "x-ms-correlation-request-id": "7ad33702-fe9c-42e3-aa62-8d8a03d3f983", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26605", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "53679066-5b13-4c6d-8e7b-c3f790c2d9b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062050Z:7ad33702-fe9c-42e3-aa62-8d8a03d3f983" + "x-ms-client-request-id": "a986843b96f572768c6ce6e098d375c7", + "x-ms-correlation-request-id": "e88b8516-61ee-419f-9793-927fcc0928e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;27977", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "9c8d738b-b09e-4e88-b92e-0c2798f980ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062654Z:e88b8516-61ee-419f-9793-927fcc0928e3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "72931ff6175d23188e299cc33bd83d23", + "x-ms-client-request-id": "977536e236b0e888681306226a8146b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25005,7 +22058,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:50 GMT", + "Date": "Mon, 25 Oct 2021 06:26:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25014,31 +22067,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72931ff6175d23188e299cc33bd83d23", - "x-ms-correlation-request-id": "a064ed9b-45a3-4291-b65f-3f962f91d0fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26604", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "2d06ffe3-9cb7-4804-93a0-61ca5f537933", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062050Z:a064ed9b-45a3-4291-b65f-3f962f91d0fb" + "x-ms-client-request-id": "977536e236b0e888681306226a8146b9", + "x-ms-correlation-request-id": "2d41afee-dce4-41b1-9ae3-b6ee50c11404", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;27976", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "33c1ad6c-6264-46cb-9296-5027b0786071", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062654Z:2d41afee-dce4-41b1-9ae3-b6ee50c11404" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "40a546db3c7bb23904734af636dd3ef0", + "x-ms-client-request-id": "bd1a29e9182e7346d9ecdb4b758410f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25047,7 +22100,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:50 GMT", + "Date": "Mon, 25 Oct 2021 06:26:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25056,31 +22109,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40a546db3c7bb23904734af636dd3ef0", - "x-ms-correlation-request-id": "3f4799ba-7b23-4931-b290-680ebbef02a0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26603", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "9180408a-203d-4ad2-aa19-c01f411f4ded", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062051Z:3f4799ba-7b23-4931-b290-680ebbef02a0" + "x-ms-client-request-id": "bd1a29e9182e7346d9ecdb4b758410f5", + "x-ms-correlation-request-id": "b7decc32-343d-4f1c-a637-2678503a5a79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;27975", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "331e8f48-91b5-454a-b03a-08ec2bdd9b67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062654Z:b7decc32-343d-4f1c-a637-2678503a5a79" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5ea3eebf3496190a4879de876a80f0a5", + "x-ms-client-request-id": "1d754b1325800462fc9d41e18f54070a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25089,7 +22142,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:50 GMT", + "Date": "Mon, 25 Oct 2021 06:26:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25098,31 +22151,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ea3eebf3496190a4879de876a80f0a5", - "x-ms-correlation-request-id": "30eedda5-b024-4d25-843f-14df1e757600", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26602", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "de3a647a-355f-406d-b0f4-366262b91ab7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062051Z:30eedda5-b024-4d25-843f-14df1e757600" + "x-ms-client-request-id": "1d754b1325800462fc9d41e18f54070a", + "x-ms-correlation-request-id": "40baef99-c2c3-4be7-8286-2dae1fa53cfa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;27974", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "093404d0-b165-4b97-b1b8-36adfe209d81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062654Z:40baef99-c2c3-4be7-8286-2dae1fa53cfa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7a1e6e200d80ba5de5e06deacc22edb1", + "x-ms-client-request-id": "6ef62c25b8b9ca99f002bdc35b3c73e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25131,7 +22184,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:50 GMT", + "Date": "Mon, 25 Oct 2021 06:26:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25140,31 +22193,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a1e6e200d80ba5de5e06deacc22edb1", - "x-ms-correlation-request-id": "68ce7ded-1c89-46d3-86d0-8ebe98c3176d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26601", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "c8e8c45b-ee8c-40a5-9840-d08813b04644", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062051Z:68ce7ded-1c89-46d3-86d0-8ebe98c3176d" + "x-ms-client-request-id": "6ef62c25b8b9ca99f002bdc35b3c73e4", + "x-ms-correlation-request-id": "8c9e2cb0-a3f5-4b16-aec9-004c03c75c63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;27973", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "6a6dbb8a-2e38-4cf3-871b-8d9be15a61cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062655Z:8c9e2cb0-a3f5-4b16-aec9-004c03c75c63" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c04aceadf35a68d3b8bf7015db24883", + "x-ms-client-request-id": "1e0e1103280cc338c715c091d664e485", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25173,7 +22226,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:51 GMT", + "Date": "Mon, 25 Oct 2021 06:26:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25182,31 +22235,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c04aceadf35a68d3b8bf7015db24883", - "x-ms-correlation-request-id": "42481b34-3b18-45eb-9c47-74aec3f302f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26600", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "c9e4e07e-75ee-4465-b3d4-ecb8b74a11e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062052Z:42481b34-3b18-45eb-9c47-74aec3f302f0" + "x-ms-client-request-id": "1e0e1103280cc338c715c091d664e485", + "x-ms-correlation-request-id": "907aea46-4f4f-4838-9c27-1ca1685c0b6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;27972", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "68c714e1-c72f-4f55-a64f-d470b136e0b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062655Z:907aea46-4f4f-4838-9c27-1ca1685c0b6c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c7d5a583c3beb26f90e879b5c7204c26", + "x-ms-client-request-id": "4826d0e4a18d5b3bb2ab2d7e689ea9bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25215,7 +22268,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:51 GMT", + "Date": "Mon, 25 Oct 2021 06:26:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25224,31 +22277,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7d5a583c3beb26f90e879b5c7204c26", - "x-ms-correlation-request-id": "e1dd6a11-9efd-473f-814a-6954a0fc3a34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26599", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "a99438d3-8df5-4f3d-acad-0570f7660c81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062052Z:e1dd6a11-9efd-473f-814a-6954a0fc3a34" + "x-ms-client-request-id": "4826d0e4a18d5b3bb2ab2d7e689ea9bf", + "x-ms-correlation-request-id": "82fc07f5-07a1-4144-a935-041d2e913575", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;27971", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "89f58821-cfc4-4285-9ac1-15b2ee0c3937", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062655Z:82fc07f5-07a1-4144-a935-041d2e913575" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "be9c2d8ba37c416fe0773ef4155c5d32", + "x-ms-client-request-id": "7ede5c29e945fcfdf332a7a4f707f38b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25257,7 +22310,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:51 GMT", + "Date": "Mon, 25 Oct 2021 06:26:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25266,31 +22319,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be9c2d8ba37c416fe0773ef4155c5d32", - "x-ms-correlation-request-id": "822fe947-1b4b-47ce-88c4-dd6f4f2e39d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26598", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "645a7fea-0e36-4196-84eb-9100a27e2733", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062052Z:822fe947-1b4b-47ce-88c4-dd6f4f2e39d2" + "x-ms-client-request-id": "7ede5c29e945fcfdf332a7a4f707f38b", + "x-ms-correlation-request-id": "e289ee6b-6489-4ebc-a297-afa59e1bbf8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;27970", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "3e352c7a-7bac-491f-a880-8ce4af5e40fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062655Z:e289ee6b-6489-4ebc-a297-afa59e1bbf8f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2767e998254c27f23c52bb4d66d8df1b", + "x-ms-client-request-id": "8bdf371e2a166157d5b36c61fbba5b29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25299,7 +22352,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:51 GMT", + "Date": "Mon, 25 Oct 2021 06:26:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25308,31 +22361,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2767e998254c27f23c52bb4d66d8df1b", - "x-ms-correlation-request-id": "66d76115-df8f-4698-8530-a72007ee6177", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26597", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "54210734-f27a-48e0-bb3b-21d883985ec6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062052Z:66d76115-df8f-4698-8530-a72007ee6177" + "x-ms-client-request-id": "8bdf371e2a166157d5b36c61fbba5b29", + "x-ms-correlation-request-id": "4b1f5bb9-8a55-4865-bb01-b40d8d39dd63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;27969", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "1c2aceb2-a3f9-46f1-ab80-f2eff2891573", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062656Z:4b1f5bb9-8a55-4865-bb01-b40d8d39dd63" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3076d13e8a16df073693e746847a9c34", + "x-ms-client-request-id": "7a68016c6586fb3fd229555afa9663ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25341,7 +22394,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:52 GMT", + "Date": "Mon, 25 Oct 2021 06:26:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25350,31 +22403,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3076d13e8a16df073693e746847a9c34", - "x-ms-correlation-request-id": "223869fa-ab13-4d73-8b85-cf7f3a5bfc2d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26596", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "e5bdae48-f9f6-4639-b57a-1aa928c0419c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062053Z:223869fa-ab13-4d73-8b85-cf7f3a5bfc2d" + "x-ms-client-request-id": "7a68016c6586fb3fd229555afa9663ab", + "x-ms-correlation-request-id": "948ebe73-a4e8-4e31-8348-fdb3622e8100", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;27968", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "e98d2957-fba6-4a13-85bc-f58c20bfe8a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062656Z:948ebe73-a4e8-4e31-8348-fdb3622e8100" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dd1d468b25b866d93a758129e722db08", + "x-ms-client-request-id": "3060a2b71ebefea9057ca8927d9c0138", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25383,7 +22436,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:52 GMT", + "Date": "Mon, 25 Oct 2021 06:26:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25392,31 +22445,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd1d468b25b866d93a758129e722db08", - "x-ms-correlation-request-id": "ce272e83-0b26-493d-99aa-5f8af03c3cff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26595", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "aaec89b9-582d-4fae-a979-0bf3ccc5b616", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062053Z:ce272e83-0b26-493d-99aa-5f8af03c3cff" + "x-ms-client-request-id": "3060a2b71ebefea9057ca8927d9c0138", + "x-ms-correlation-request-id": "68343d2e-8a2f-43df-ab49-cdd8920de835", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;27967", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "abbfd88e-edae-4031-98be-a74068aa39a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062656Z:68343d2e-8a2f-43df-ab49-cdd8920de835" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "43b623982ce50d1ce287f1b83eaca2c2", + "x-ms-client-request-id": "f6387ed7799fb805f7e4b8ecd5fc673e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25425,7 +22478,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:52 GMT", + "Date": "Mon, 25 Oct 2021 06:26:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25434,31 +22487,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43b623982ce50d1ce287f1b83eaca2c2", - "x-ms-correlation-request-id": "8f971a74-b15d-4058-82ad-ef29d9a307d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26594", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "123266a4-32f3-4025-bc26-1e24eec39224", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062053Z:8f971a74-b15d-4058-82ad-ef29d9a307d9" + "x-ms-client-request-id": "f6387ed7799fb805f7e4b8ecd5fc673e", + "x-ms-correlation-request-id": "87f7fd20-76e3-46ff-aacf-72c59eeaf9d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;27966", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "10d9fff4-cd6b-4c21-bb7b-16422708380c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062657Z:87f7fd20-76e3-46ff-aacf-72c59eeaf9d6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1fc287b502ba1962f80ff6a009def814", + "x-ms-client-request-id": "58a9c0502a5a4e6a57697509bdad7e36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25467,7 +22520,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:52 GMT", + "Date": "Mon, 25 Oct 2021 06:26:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25476,31 +22529,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fc287b502ba1962f80ff6a009def814", - "x-ms-correlation-request-id": "1e8af665-e5b6-44b6-a356-315617571323", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26593", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "da311c23-a6e9-46cd-96d7-7bd8291a1013", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062053Z:1e8af665-e5b6-44b6-a356-315617571323" + "x-ms-client-request-id": "58a9c0502a5a4e6a57697509bdad7e36", + "x-ms-correlation-request-id": "54e99401-4b91-41cc-932f-f1518675a2e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;27965", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "36b8abfb-26f4-4fc6-bda8-d4962c923e91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062657Z:54e99401-4b91-41cc-932f-f1518675a2e4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "61aedfb858c45e4f2a0ffa313420288e", + "x-ms-client-request-id": "7b831c286c5e3e0c9ca738da65bd2908", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25509,7 +22562,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:54 GMT", + "Date": "Mon, 25 Oct 2021 06:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25518,31 +22571,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61aedfb858c45e4f2a0ffa313420288e", - "x-ms-correlation-request-id": "03321819-edb2-4b8e-9021-97e3ed24fcf3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26592", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "1c09b2b1-d495-4f57-9888-5acad3ae0795", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062054Z:03321819-edb2-4b8e-9021-97e3ed24fcf3" + "x-ms-client-request-id": "7b831c286c5e3e0c9ca738da65bd2908", + "x-ms-correlation-request-id": "3031eef4-fcb2-40bd-820a-83413dfd8258", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;27964", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "fac12015-b9ed-4e39-9e75-cc38793e0b07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062657Z:3031eef4-fcb2-40bd-820a-83413dfd8258" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6074bfd2bc5f954dc09c4bd6367b0403", + "x-ms-client-request-id": "bc426914a8f2acde13ea9e3503fbfb4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25551,7 +22604,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:54 GMT", + "Date": "Mon, 25 Oct 2021 06:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25560,31 +22613,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6074bfd2bc5f954dc09c4bd6367b0403", - "x-ms-correlation-request-id": "a43e864f-6aaa-4d9d-9a42-da9ae8acfccc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26591", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "094b5bd9-dbb2-4ce6-a7f4-9a133e17acf9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062054Z:a43e864f-6aaa-4d9d-9a42-da9ae8acfccc" + "x-ms-client-request-id": "bc426914a8f2acde13ea9e3503fbfb4a", + "x-ms-correlation-request-id": "560d9b51-fafd-4135-a379-7037d720d3e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;27963", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "0fdeaadd-d3d8-41d7-a526-03afee6b727f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062657Z:560d9b51-fafd-4135-a379-7037d720d3e1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5f00dc8e40fd5cfd3863f5ab0731e5d7", + "x-ms-client-request-id": "b8c48266eb79e3e0b46bbcb2f290e89a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25593,7 +22646,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:54 GMT", + "Date": "Mon, 25 Oct 2021 06:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25602,31 +22655,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f00dc8e40fd5cfd3863f5ab0731e5d7", - "x-ms-correlation-request-id": "38769a30-b301-4c61-8283-93c4054f6017", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26590", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "29f9223a-82f7-48d5-bf05-b4362b2f8db7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062054Z:38769a30-b301-4c61-8283-93c4054f6017" + "x-ms-client-request-id": "b8c48266eb79e3e0b46bbcb2f290e89a", + "x-ms-correlation-request-id": "e444ab7e-92dc-429b-8be6-1a6979adc211", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;27962", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "372c9515-d4ef-4a48-9ac5-d9a24b314220", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062658Z:e444ab7e-92dc-429b-8be6-1a6979adc211" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "49cd67e7986afcb49118a1270d7827ae", + "x-ms-client-request-id": "53f56d3fc16b7f433dd66874ced63aa1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25635,7 +22688,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:55 GMT", + "Date": "Mon, 25 Oct 2021 06:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25644,31 +22697,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49cd67e7986afcb49118a1270d7827ae", - "x-ms-correlation-request-id": "eb723a35-2a4b-401a-8a9f-bdef11c2b764", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26589", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "5fed4bc9-f754-46e5-8714-abf32e492aaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062055Z:eb723a35-2a4b-401a-8a9f-bdef11c2b764" + "x-ms-client-request-id": "53f56d3fc16b7f433dd66874ced63aa1", + "x-ms-correlation-request-id": "04a09d5f-45e2-4184-863b-2d1c0eef5f53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;27961", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "55bb62fe-f27d-44f1-a7bc-51a01f07c69e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062658Z:04a09d5f-45e2-4184-863b-2d1c0eef5f53" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "57a2f70ac9209290c11728fbc6a18e8e", + "x-ms-client-request-id": "e373eeac71f9288e895f0787ec2cba83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25677,7 +22730,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:55 GMT", + "Date": "Mon, 25 Oct 2021 06:26:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25686,31 +22739,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57a2f70ac9209290c11728fbc6a18e8e", - "x-ms-correlation-request-id": "99663279-8595-4e67-a0d8-0524ca644c7e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26588", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "14e950d2-6c0b-4c04-8bad-72b7bd74c5fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062055Z:99663279-8595-4e67-a0d8-0524ca644c7e" + "x-ms-client-request-id": "e373eeac71f9288e895f0787ec2cba83", + "x-ms-correlation-request-id": "6f29e24a-1188-4913-84a2-a3713d986ab3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14415,Microsoft.Compute/GetOperation30Min;27960", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "58d4eaf2-57c5-463e-84a7-c23de03d86df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062658Z:6f29e24a-1188-4913-84a2-a3713d986ab3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ceee74b7bbadf6992803cde59ed54fbf", + "x-ms-client-request-id": "96f60401a706a4df3e447aa3836b15de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25719,7 +22772,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:55 GMT", + "Date": "Mon, 25 Oct 2021 06:26:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25728,31 +22781,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ceee74b7bbadf6992803cde59ed54fbf", - "x-ms-correlation-request-id": "5566a0fc-dba5-4c8c-942d-23c17c523662", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26587", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "72750a20-2afd-481b-a9aa-f4dc381913cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062055Z:5566a0fc-dba5-4c8c-942d-23c17c523662" + "x-ms-client-request-id": "96f60401a706a4df3e447aa3836b15de", + "x-ms-correlation-request-id": "60672cb0-02ed-41f8-b6f5-110d59b6866c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14414,Microsoft.Compute/GetOperation30Min;27959", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "13187063-e833-4fab-948e-9de1008d8825", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062658Z:60672cb0-02ed-41f8-b6f5-110d59b6866c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "10a1463c8d8f1eb7d73b885270b835ef", + "x-ms-client-request-id": "03051b30041ccea1deccca0cbabb9311", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25761,7 +22814,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:55 GMT", + "Date": "Mon, 25 Oct 2021 06:26:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25770,31 +22823,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10a1463c8d8f1eb7d73b885270b835ef", - "x-ms-correlation-request-id": "ee7a8f89-181a-449e-a922-fc3fc834d487", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26586", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "38822ede-6557-4e8a-abe8-7e14714c7be3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062055Z:ee7a8f89-181a-449e-a922-fc3fc834d487" + "x-ms-client-request-id": "03051b30041ccea1deccca0cbabb9311", + "x-ms-correlation-request-id": "ded8b383-048e-4c4f-b079-537c90a89a69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14413,Microsoft.Compute/GetOperation30Min;27958", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "b6f11a4c-cd20-4ebd-8fc2-5a02c3812792", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062659Z:ded8b383-048e-4c4f-b079-537c90a89a69" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9970138a598a4f005dac2e1cfbabf4eb", + "x-ms-client-request-id": "c972e51ca3e0059a0fcfa4b4f6eba51d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25803,7 +22856,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:56 GMT", + "Date": "Mon, 25 Oct 2021 06:26:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25812,31 +22865,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9970138a598a4f005dac2e1cfbabf4eb", - "x-ms-correlation-request-id": "0a649fcf-932e-47b2-9287-513694916b13", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26585", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "6c5a57f3-155e-4e83-9105-aa35f3fb7855", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062056Z:0a649fcf-932e-47b2-9287-513694916b13" + "x-ms-client-request-id": "c972e51ca3e0059a0fcfa4b4f6eba51d", + "x-ms-correlation-request-id": "4dd391dd-7428-4b35-b453-5e3462060c7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14412,Microsoft.Compute/GetOperation30Min;27957", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "b7c9bd7f-857c-425e-adce-7dd986eed564", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062659Z:4dd391dd-7428-4b35-b453-5e3462060c7f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "80bf68c87d0029ffbdcff77232478570", + "x-ms-client-request-id": "d156284ab627fc666327b83adcd2ea82", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25845,7 +22898,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:56 GMT", + "Date": "Mon, 25 Oct 2021 06:26:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25854,31 +22907,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80bf68c87d0029ffbdcff77232478570", - "x-ms-correlation-request-id": "6f10223c-a7df-4cce-a69d-b23382ccc284", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26584", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "dcd105c6-f9f2-407a-a40a-301a3393c3ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062056Z:6f10223c-a7df-4cce-a69d-b23382ccc284" + "x-ms-client-request-id": "d156284ab627fc666327b83adcd2ea82", + "x-ms-correlation-request-id": "d817ec84-9dbc-4225-bfb1-2e60883ffbc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;27956", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "422799d9-0345-4602-9368-785c30ef67ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062659Z:d817ec84-9dbc-4225-bfb1-2e60883ffbc9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a5addceb665e2344552b3e25e9a222c", + "x-ms-client-request-id": "9e8669b04bf98cfe80fff44d5fecd8f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25887,7 +22940,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:56 GMT", + "Date": "Mon, 25 Oct 2021 06:26:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25896,31 +22949,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a5addceb665e2344552b3e25e9a222c", - "x-ms-correlation-request-id": "35144f08-0825-4c10-9530-a1f9e7701e28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26583", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "1d757a0c-e706-4d50-841b-05759edaf0f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062056Z:35144f08-0825-4c10-9530-a1f9e7701e28" + "x-ms-client-request-id": "9e8669b04bf98cfe80fff44d5fecd8f3", + "x-ms-correlation-request-id": "d054c246-bc29-4297-a9fe-aa01b6f30948", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;27955", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "b0582c58-e991-4d5b-9782-37bc7f9a9c25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062659Z:d054c246-bc29-4297-a9fe-aa01b6f30948" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "078a9d47b5f80cef1446dbba628e1c15", + "x-ms-client-request-id": "91c1ad27c26565e97e7566b8eb60293c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25929,7 +22982,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:56 GMT", + "Date": "Mon, 25 Oct 2021 06:26:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25938,31 +22991,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "078a9d47b5f80cef1446dbba628e1c15", - "x-ms-correlation-request-id": "fc95c64b-95b8-4270-8368-e569893d1a68", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;26582", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "aabfe157-a93a-44ba-9484-0bafb10ef199", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062056Z:fc95c64b-95b8-4270-8368-e569893d1a68" + "x-ms-client-request-id": "91c1ad27c26565e97e7566b8eb60293c", + "x-ms-correlation-request-id": "23971187-ed93-4ad5-bd15-d9c495b6f7c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27954", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "624c04f5-cd3d-4ede-b551-077f79deec14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062700Z:23971187-ed93-4ad5-bd15-d9c495b6f7c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e4ebe266950118534dd3aaeca1ccb22", + "x-ms-client-request-id": "8c0422e50664fe242ac95027c2199d77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -25971,7 +23024,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:57 GMT", + "Date": "Mon, 25 Oct 2021 06:27:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25980,31 +23033,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e4ebe266950118534dd3aaeca1ccb22", - "x-ms-correlation-request-id": "bebcc36a-bbb9-40db-8451-24a6f51c5eff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26581", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "46c65f2e-c530-4a06-b1a9-7e5e8667df76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062057Z:bebcc36a-bbb9-40db-8451-24a6f51c5eff" + "x-ms-client-request-id": "8c0422e50664fe242ac95027c2199d77", + "x-ms-correlation-request-id": "1e6d520e-7fe7-4d4e-b6d0-fe4dd988f9d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27953", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "16a4939d-643e-496d-9879-30d8fb7c44db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062700Z:1e6d520e-7fe7-4d4e-b6d0-fe4dd988f9d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "952bcbad7dbc1877ed4e761fda7980b7", + "x-ms-client-request-id": "2e12c44f5810ee1d7f201f83e545a120", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26013,7 +23066,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:57 GMT", + "Date": "Mon, 25 Oct 2021 06:27:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26022,31 +23075,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "952bcbad7dbc1877ed4e761fda7980b7", - "x-ms-correlation-request-id": "9655b19b-a980-43d4-a30e-4425afd97f7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;26580", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "7c35a669-dd9d-434e-ab35-0a1881f6cc01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062057Z:9655b19b-a980-43d4-a30e-4425afd97f7c" + "x-ms-client-request-id": "2e12c44f5810ee1d7f201f83e545a120", + "x-ms-correlation-request-id": "74db0daf-b2c9-4aff-9a47-44ea541f9013", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27952", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "111b3e65-11f7-4ad6-82df-aed675548a77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062700Z:74db0daf-b2c9-4aff-9a47-44ea541f9013" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a0bc9d35044cdddb1778d31b7a4142f8", + "x-ms-client-request-id": "3d68b7d64be7208f89c3669b71c2a365", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26055,7 +23108,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:57 GMT", + "Date": "Mon, 25 Oct 2021 06:27:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26064,31 +23117,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0bc9d35044cdddb1778d31b7a4142f8", - "x-ms-correlation-request-id": "dc99ade6-fb04-4223-8e91-3928c0c361e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26579", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "08cdad46-8f5a-49bd-88b7-f6a45b10d8d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062057Z:dc99ade6-fb04-4223-8e91-3928c0c361e1" + "x-ms-client-request-id": "3d68b7d64be7208f89c3669b71c2a365", + "x-ms-correlation-request-id": "91ba31a0-a001-46f2-b1c9-091145e0fe1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27951", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "d399b19f-545b-49f9-9456-c1a4bef5f788", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062700Z:91ba31a0-a001-46f2-b1c9-091145e0fe1d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "970db97b8762a85847353002f26637ba", + "x-ms-client-request-id": "2769eed8fa4d8c2b04160d43e7a018e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26097,7 +23150,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:57 GMT", + "Date": "Mon, 25 Oct 2021 06:27:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26106,31 +23159,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "970db97b8762a85847353002f26637ba", - "x-ms-correlation-request-id": "924aec6d-c286-4a9a-80d3-d7c10fa09952", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26578", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "7f256217-800e-41a2-a8cf-20f0affc1b2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062058Z:924aec6d-c286-4a9a-80d3-d7c10fa09952" + "x-ms-client-request-id": "2769eed8fa4d8c2b04160d43e7a018e5", + "x-ms-correlation-request-id": "00521264-6303-43fd-9838-272cb5778391", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27950", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "0b8782eb-c6cc-4172-a74c-83ae907f0719", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062701Z:00521264-6303-43fd-9838-272cb5778391" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c78825c2b60a9d6ef4d7e44aa5b9eac", + "x-ms-client-request-id": "0a5130285fb1048f35f2a54df2817cbd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26139,7 +23192,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:58 GMT", + "Date": "Mon, 25 Oct 2021 06:27:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26148,31 +23201,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c78825c2b60a9d6ef4d7e44aa5b9eac", - "x-ms-correlation-request-id": "0ffc4cae-b175-4c9e-99a0-5362235c4de4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26577", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "92eb9e86-3cab-40fa-8611-9b62045ced70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062058Z:0ffc4cae-b175-4c9e-99a0-5362235c4de4" + "x-ms-client-request-id": "0a5130285fb1048f35f2a54df2817cbd", + "x-ms-correlation-request-id": "63c07f76-6764-441d-96b5-71082c90cab8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27949", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "a7dfe4f3-3abe-47ae-ba26-3e9e61235cc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062701Z:63c07f76-6764-441d-96b5-71082c90cab8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21a47e0be96cae5444135817d3d9ebb0", + "x-ms-client-request-id": "f6aaba7d79dcdcd38cdc39d13e4b39e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26181,7 +23234,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:58 GMT", + "Date": "Mon, 25 Oct 2021 06:27:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26190,31 +23243,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21a47e0be96cae5444135817d3d9ebb0", - "x-ms-correlation-request-id": "c1e8657c-bfc2-42b0-ad9f-fd0ea459ad5d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26576", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "a4c88b77-8b4e-4c96-a3ea-f92f558f1408", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062058Z:c1e8657c-bfc2-42b0-ad9f-fd0ea459ad5d" + "x-ms-client-request-id": "f6aaba7d79dcdcd38cdc39d13e4b39e8", + "x-ms-correlation-request-id": "54fc69e4-5a20-4797-895b-767d5b9a5db3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27948", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "78d8891c-24d3-4776-a251-97484e13022a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062701Z:54fc69e4-5a20-4797-895b-767d5b9a5db3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f8bf184115c85098e364a7140914feec", + "x-ms-client-request-id": "417381aa997178b35f64f25a54dd9982", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26223,7 +23276,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:58 GMT", + "Date": "Mon, 25 Oct 2021 06:27:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26232,31 +23285,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8bf184115c85098e364a7140914feec", - "x-ms-correlation-request-id": "d0049b49-e1f8-4186-b287-7416bc25ce4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26575", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "91497c0f-5f87-46c0-b239-9d6c4b989077", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062058Z:d0049b49-e1f8-4186-b287-7416bc25ce4a" + "x-ms-client-request-id": "417381aa997178b35f64f25a54dd9982", + "x-ms-correlation-request-id": "f6ad2e4c-f11f-4b7b-8c7b-959d538c0b4d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27947", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "6de1b704-b2c4-49a2-b51d-ffaa039cce10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062702Z:f6ad2e4c-f11f-4b7b-8c7b-959d538c0b4d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "74f6849716c2734d2dcae84cd2bed516", + "x-ms-client-request-id": "2cc64f9922f6ae085d747dd526bdc6e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26265,7 +23318,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:59 GMT", + "Date": "Mon, 25 Oct 2021 06:27:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26274,31 +23327,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74f6849716c2734d2dcae84cd2bed516", - "x-ms-correlation-request-id": "93c416d4-7cdb-40b5-9861-aa6d7e81279e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26574", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "a68e2107-da1c-47f0-aacd-ac8790cde043", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062059Z:93c416d4-7cdb-40b5-9861-aa6d7e81279e" + "x-ms-client-request-id": "2cc64f9922f6ae085d747dd526bdc6e9", + "x-ms-correlation-request-id": "5edd8ace-67c6-48d2-b8af-2df44dc4fccb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27946", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "dacfad85-2e88-4c35-b18d-86a189b76f1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062702Z:5edd8ace-67c6-48d2-b8af-2df44dc4fccb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9103cd62a59cf5e3e5533e084140a530", + "x-ms-client-request-id": "70a2bcb93b0ee34c07319778877887ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26307,7 +23360,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:59 GMT", + "Date": "Mon, 25 Oct 2021 06:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26316,31 +23369,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9103cd62a59cf5e3e5533e084140a530", - "x-ms-correlation-request-id": "678770d4-b3f7-443f-821d-260fbccecc42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26573", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "5f65c870-0b5e-4086-875d-ce78bb09f612", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062059Z:678770d4-b3f7-443f-821d-260fbccecc42" + "x-ms-client-request-id": "70a2bcb93b0ee34c07319778877887ae", + "x-ms-correlation-request-id": "4e3d6f0f-c488-454e-99b6-ad805dcfb223", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27945", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "066c32a2-0d76-4e60-a1f5-89664ced005c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062702Z:4e3d6f0f-c488-454e-99b6-ad805dcfb223" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4e806c1576e22beeca4bcafe2d4b7d24", + "x-ms-client-request-id": "ee37b6420c8588f278c4e4fc1bde52a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26349,7 +23402,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:59 GMT", + "Date": "Mon, 25 Oct 2021 06:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26358,31 +23411,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e806c1576e22beeca4bcafe2d4b7d24", - "x-ms-correlation-request-id": "d898ae41-862e-49aa-8f77-677fe7befb9d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;26572", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "480003d3-1367-4e87-8921-5e4c3c4710d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062059Z:d898ae41-862e-49aa-8f77-677fe7befb9d" + "x-ms-client-request-id": "ee37b6420c8588f278c4e4fc1bde52a1", + "x-ms-correlation-request-id": "3b7d9e9e-99a7-4283-a35b-fa48f546d6fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27944", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "f7f84a6a-0777-48a7-8614-f8d0c39326ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062702Z:3b7d9e9e-99a7-4283-a35b-fa48f546d6fa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3bb2918e6c10f14fa1018e6ed74532ed", + "x-ms-client-request-id": "98a1089e293b5e7303e225c48a9026e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26391,7 +23444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:20:59 GMT", + "Date": "Mon, 25 Oct 2021 06:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26400,31 +23453,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bb2918e6c10f14fa1018e6ed74532ed", - "x-ms-correlation-request-id": "7c3e2d16-d19e-4993-8e1d-f709f8939a8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;26571", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "3490e5d2-53a1-475a-866f-5f04f21c3669", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062059Z:7c3e2d16-d19e-4993-8e1d-f709f8939a8e" + "x-ms-client-request-id": "98a1089e293b5e7303e225c48a9026e5", + "x-ms-correlation-request-id": "a724c314-5fb5-4b63-9a19-e590dba50a27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27943", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "7383f04f-d03c-4eb7-9e85-3e0ee2bcf4ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062703Z:a724c314-5fb5-4b63-9a19-e590dba50a27" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6637b725863eec34dfd8c750dbe4c89a", + "x-ms-client-request-id": "7093cfedd886ac63ca1af84a5750c728", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26433,7 +23486,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:00 GMT", + "Date": "Mon, 25 Oct 2021 06:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26442,31 +23495,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6637b725863eec34dfd8c750dbe4c89a", - "x-ms-correlation-request-id": "5fc87819-1980-46d5-87eb-9b3a2ce6d434", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26570", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "aeca0d1f-d28b-4a28-ab7f-c3a98e27b7bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062100Z:5fc87819-1980-46d5-87eb-9b3a2ce6d434" + "x-ms-client-request-id": "7093cfedd886ac63ca1af84a5750c728", + "x-ms-correlation-request-id": "01506a0e-9b88-4296-97de-da272bf95934", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27942", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "6dd4748f-590b-4217-b34a-0077498dfe2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062703Z:01506a0e-9b88-4296-97de-da272bf95934" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b0791ad6698ea81f1c8eade0e77f5385", + "x-ms-client-request-id": "7ed9f5dfefd6197342d8eaa3e72efde8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26475,7 +23528,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:00 GMT", + "Date": "Mon, 25 Oct 2021 06:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26484,31 +23537,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0791ad6698ea81f1c8eade0e77f5385", - "x-ms-correlation-request-id": "4b75d367-34ae-4151-b85d-2240d4b5a5c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26569", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "b4858cf2-d7c7-436f-bb0e-f4ecd165805d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062100Z:4b75d367-34ae-4151-b85d-2240d4b5a5c1" + "x-ms-client-request-id": "7ed9f5dfefd6197342d8eaa3e72efde8", + "x-ms-correlation-request-id": "e4f3fdff-2a5c-4c89-b2d4-3d9e78755744", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27941", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "01f8adce-fabc-4332-9759-7329e8b258bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062703Z:e4f3fdff-2a5c-4c89-b2d4-3d9e78755744" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "75d9dc19171407e55cc55b38a5fe15bc", + "x-ms-client-request-id": "4c0efe9de14bc51ba5f5ce20302907b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26517,7 +23570,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:00 GMT", + "Date": "Mon, 25 Oct 2021 06:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26526,31 +23579,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75d9dc19171407e55cc55b38a5fe15bc", - "x-ms-correlation-request-id": "66dbdba1-98e0-4301-b384-5ac658dfe6ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26568", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "a28a6db9-6d35-47ab-a7fc-f5cfc5ef9424", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062100Z:66dbdba1-98e0-4301-b384-5ac658dfe6ee" + "x-ms-client-request-id": "4c0efe9de14bc51ba5f5ce20302907b3", + "x-ms-correlation-request-id": "4c090a65-954c-4515-871d-1efeaec71b60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27940", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "a8975feb-0787-4570-988e-0109252dc14f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062703Z:4c090a65-954c-4515-871d-1efeaec71b60" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bd98f43981cbbb5f988e49afd9530460", + "x-ms-client-request-id": "95e4fc1aa7b6fe0e5b7a2dadedc0c59b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26559,7 +23612,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:00 GMT", + "Date": "Mon, 25 Oct 2021 06:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26568,31 +23621,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd98f43981cbbb5f988e49afd9530460", - "x-ms-correlation-request-id": "a15b7234-c1c4-4ba1-8254-6b9e344cd46b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26567", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "51d60763-b5a6-4cd1-bb2e-e3f380852339", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062101Z:a15b7234-c1c4-4ba1-8254-6b9e344cd46b" + "x-ms-client-request-id": "95e4fc1aa7b6fe0e5b7a2dadedc0c59b", + "x-ms-correlation-request-id": "955b7e0e-6dfb-412f-ab1e-db1334c68888", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27939", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "e2db37d0-91c9-4d60-9993-a9af0fe733b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062704Z:955b7e0e-6dfb-412f-ab1e-db1334c68888" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fe374185520bbf86347253c80de6031e", + "x-ms-client-request-id": "58ad0f1c7b41fdddda13d9e12052e819", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26601,7 +23654,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:01 GMT", + "Date": "Mon, 25 Oct 2021 06:27:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26610,31 +23663,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe374185520bbf86347253c80de6031e", - "x-ms-correlation-request-id": "9d394461-6184-489a-9d70-52eb4b8c0db2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26566", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "dcfeb91e-aa55-4961-8806-905c707216d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062101Z:9d394461-6184-489a-9d70-52eb4b8c0db2" + "x-ms-client-request-id": "58ad0f1c7b41fdddda13d9e12052e819", + "x-ms-correlation-request-id": "bf1bdd03-fcad-4a4a-aa60-5c822a6b1512", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27938", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "e9b9c909-daf8-47c6-ada3-d8fd4a87f8d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062704Z:bf1bdd03-fcad-4a4a-aa60-5c822a6b1512" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f2a7f07995e797ba7d1ddc85cd352e09", + "x-ms-client-request-id": "ea8837d16849f531f00ff0d1b46ed8e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26643,7 +23696,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:01 GMT", + "Date": "Mon, 25 Oct 2021 06:27:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26652,31 +23705,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2a7f07995e797ba7d1ddc85cd352e09", - "x-ms-correlation-request-id": "c31b49c6-2851-4963-9d3b-52b3c43915e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26565", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "cdf2855a-391e-4df7-9a15-ef18d0a7fc1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062101Z:c31b49c6-2851-4963-9d3b-52b3c43915e9" + "x-ms-client-request-id": "ea8837d16849f531f00ff0d1b46ed8e4", + "x-ms-correlation-request-id": "716de08b-2c44-4531-972a-56f824e302d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;27937", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "1ad15666-c552-4a91-9e4b-3c935aad058c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062704Z:716de08b-2c44-4531-972a-56f824e302d5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "63b3fbc017c6e6b16ed888592d97aeb2", + "x-ms-client-request-id": "20033230af7c9f711fe7bba2ce2cdd09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26685,7 +23738,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:01 GMT", + "Date": "Mon, 25 Oct 2021 06:27:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26694,31 +23747,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63b3fbc017c6e6b16ed888592d97aeb2", - "x-ms-correlation-request-id": "5bba78a5-b04d-43ea-b20b-4d525c83098f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26564", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "c2e579ad-5884-471a-b2a9-f3a80db0f8cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062101Z:5bba78a5-b04d-43ea-b20b-4d525c83098f" + "x-ms-client-request-id": "20033230af7c9f711fe7bba2ce2cdd09", + "x-ms-correlation-request-id": "fc51849a-cb31-42a7-ac5a-9a2231f45db4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;27936", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "74e3add6-8eb7-4b17-9c73-30e94e85bc45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062705Z:fc51849a-cb31-42a7-ac5a-9a2231f45db4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e8362b8a11abef7887a081ee7500f1fe", + "x-ms-client-request-id": "b5dc1491da38b452deb767318a0c496c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26727,7 +23780,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:01 GMT", + "Date": "Mon, 25 Oct 2021 06:27:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26736,31 +23789,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8362b8a11abef7887a081ee7500f1fe", - "x-ms-correlation-request-id": "2969d0c0-847e-44c4-87ed-61b0b6daafa2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26563", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "a2858edc-a612-439f-a61b-7e4734358568", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062102Z:2969d0c0-847e-44c4-87ed-61b0b6daafa2" + "x-ms-client-request-id": "b5dc1491da38b452deb767318a0c496c", + "x-ms-correlation-request-id": "bd4f9f0c-130a-4436-a96d-27ce3683b0b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;27935", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "d2933268-9e31-4fb3-9290-76cdd0b57a19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062705Z:bd4f9f0c-130a-4436-a96d-27ce3683b0b1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "11074a43a03361573fc0840e0d6169e5", + "x-ms-client-request-id": "eeb1f53bc74e219dc6e8cb62ac8e27c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26769,7 +23822,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:02 GMT", + "Date": "Mon, 25 Oct 2021 06:27:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26778,31 +23831,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11074a43a03361573fc0840e0d6169e5", - "x-ms-correlation-request-id": "76d8f4f9-ab7e-4ed8-969c-0a75e6e47bb9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26561", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "e47c92a7-9615-423c-b83e-092398479c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062102Z:76d8f4f9-ab7e-4ed8-969c-0a75e6e47bb9" + "x-ms-client-request-id": "eeb1f53bc74e219dc6e8cb62ac8e27c3", + "x-ms-correlation-request-id": "0f5ff88d-ebe6-4f86-8bbf-ce22d4b55daa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;27934", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "de953acd-59d3-4105-804d-577bc7837c91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062705Z:0f5ff88d-ebe6-4f86-8bbf-ce22d4b55daa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a2fa2a6f46feaf5d83c4dc2695c3716d", + "x-ms-client-request-id": "a03fe732239155ace04e42c4473f1412", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26811,7 +23864,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:02 GMT", + "Date": "Mon, 25 Oct 2021 06:27:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26820,31 +23873,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2fa2a6f46feaf5d83c4dc2695c3716d", - "x-ms-correlation-request-id": "f1a02a01-9906-41b0-a948-0c92c05520f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26560", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "584906fa-4c42-4914-87dd-fcb09bb0bcbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062102Z:f1a02a01-9906-41b0-a948-0c92c05520f9" + "x-ms-client-request-id": "a03fe732239155ace04e42c4473f1412", + "x-ms-correlation-request-id": "5396ca91-4fad-45b3-952e-8b33ed48ff90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;27933", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "378dc3fc-9e16-43ed-9888-1d9e7891c050", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062705Z:5396ca91-4fad-45b3-952e-8b33ed48ff90" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e31589e69c8fea7fd4d4a8ea8d6ae126", + "x-ms-client-request-id": "d8674f9def7bcaba77baef4f0fef084f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26853,7 +23906,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:02 GMT", + "Date": "Mon, 25 Oct 2021 06:27:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26862,31 +23915,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e31589e69c8fea7fd4d4a8ea8d6ae126", - "x-ms-correlation-request-id": "0821a4eb-dd8a-4edb-aa49-a7808c14c899", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26559", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "bcb031cd-09da-4044-82df-365057abc328", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062102Z:0821a4eb-dd8a-4edb-aa49-a7808c14c899" + "x-ms-client-request-id": "d8674f9def7bcaba77baef4f0fef084f", + "x-ms-correlation-request-id": "48f2ba60-9f49-4616-9447-0f3f9ae574e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;27932", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "c3731714-6bbc-414b-a52d-6b004935e970", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062706Z:48f2ba60-9f49-4616-9447-0f3f9ae574e5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4a7e9b364f05fc00ed588e6ec330cc7c", + "x-ms-client-request-id": "a3ffa490a9cd17da495c0e0084d8da86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26895,7 +23948,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:03 GMT", + "Date": "Mon, 25 Oct 2021 06:27:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26904,31 +23957,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a7e9b364f05fc00ed588e6ec330cc7c", - "x-ms-correlation-request-id": "ceae1053-fdd6-420c-9694-9026d775fe45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26558", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "59ca0afd-107e-4676-ac67-88f1fab67c01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062103Z:ceae1053-fdd6-420c-9694-9026d775fe45" + "x-ms-client-request-id": "a3ffa490a9cd17da495c0e0084d8da86", + "x-ms-correlation-request-id": "5fea4b1d-8677-41d2-a3fe-1e00809f0a89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;27931", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "04e13dc9-6060-41b5-b5fe-255f9ca2e7ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062706Z:5fea4b1d-8677-41d2-a3fe-1e00809f0a89" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8327164f864bd256ab10cd299e722118", + "x-ms-client-request-id": "5dc4b8d34e2742482c7429d7335c46f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26937,7 +23990,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:03 GMT", + "Date": "Mon, 25 Oct 2021 06:27:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26946,31 +23999,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8327164f864bd256ab10cd299e722118", - "x-ms-correlation-request-id": "998a769c-1124-4d6b-a379-f66581ad9e3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26557", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "6eb8fa3f-9fee-4a8d-b5de-76fcab731df1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062103Z:998a769c-1124-4d6b-a379-f66581ad9e3e" + "x-ms-client-request-id": "5dc4b8d34e2742482c7429d7335c46f0", + "x-ms-correlation-request-id": "c3f10e79-6819-44b9-b6e4-34df6d10a106", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;27930", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "a62b949e-dd49-4ee8-9c4f-44dd7593a811", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062706Z:c3f10e79-6819-44b9-b6e4-34df6d10a106" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "faf0b6e2274497678919f5370d1027a4", + "x-ms-client-request-id": "a334f2467040f445744f8f1fe1ba469e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -26979,7 +24032,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:03 GMT", + "Date": "Mon, 25 Oct 2021 06:27:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26988,31 +24041,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "faf0b6e2274497678919f5370d1027a4", - "x-ms-correlation-request-id": "5f5c02fc-7a00-4650-96f3-1216bcdcfcca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26556", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "cca855c4-7f7c-49a0-a570-0cd75a32f393", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062103Z:5f5c02fc-7a00-4650-96f3-1216bcdcfcca" + "x-ms-client-request-id": "a334f2467040f445744f8f1fe1ba469e", + "x-ms-correlation-request-id": "49282491-7b5d-4a74-b7c6-d619725ae05b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;27929", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "5224be60-e899-4443-bf50-654521f7c41c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062707Z:49282491-7b5d-4a74-b7c6-d619725ae05b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "769b2b085e42afda45ac9ef581d65e7a", + "x-ms-client-request-id": "567b69e0aa2b41285bbd76587f02e4ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27021,7 +24074,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:03 GMT", + "Date": "Mon, 25 Oct 2021 06:27:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27030,31 +24083,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "769b2b085e42afda45ac9ef581d65e7a", - "x-ms-correlation-request-id": "e7b6d408-e572-4afb-8491-d11790bfb180", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26555", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "8fc8ae70-2f10-4a4a-893b-2df718efe054", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062104Z:e7b6d408-e572-4afb-8491-d11790bfb180" + "x-ms-client-request-id": "567b69e0aa2b41285bbd76587f02e4ec", + "x-ms-correlation-request-id": "410675a9-5bff-4469-81eb-5133e2805ce3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;27928", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "f0f19964-a0a7-43c0-b6ae-3b59f14862df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062707Z:410675a9-5bff-4469-81eb-5133e2805ce3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0c8c7536d1402838ae90f931911ec49b", + "x-ms-client-request-id": "91b91e1536a3634572cfe8d7be286172", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27063,7 +24116,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:04 GMT", + "Date": "Mon, 25 Oct 2021 06:27:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27072,31 +24125,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c8c7536d1402838ae90f931911ec49b", - "x-ms-correlation-request-id": "5ee08d1a-7f8e-4b40-8ae8-470184c23dd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26554", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "05d91881-5e60-4238-8c7a-c8884a519fc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062104Z:5ee08d1a-7f8e-4b40-8ae8-470184c23dd8" + "x-ms-client-request-id": "91b91e1536a3634572cfe8d7be286172", + "x-ms-correlation-request-id": "4ec0ce1a-3134-46e8-af1c-3733b8c68ab1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;27927", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "56590a2e-299f-4b00-a85d-6142022a8616", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062707Z:4ec0ce1a-3134-46e8-af1c-3733b8c68ab1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "722129e8aad784d6db40b498887215b3", + "x-ms-client-request-id": "caf78a2eefe09cc4caf24783f9ec7472", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27105,7 +24158,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:04 GMT", + "Date": "Mon, 25 Oct 2021 06:27:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27114,31 +24167,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "722129e8aad784d6db40b498887215b3", - "x-ms-correlation-request-id": "6345e20f-75bb-4490-9e99-e7496130a683", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26553", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "3b35e53e-b5bf-4648-98f2-80781654b50b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062104Z:6345e20f-75bb-4490-9e99-e7496130a683" + "x-ms-client-request-id": "caf78a2eefe09cc4caf24783f9ec7472", + "x-ms-correlation-request-id": "e8ae538e-3abe-4eed-b923-3c6dc1d41d8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;27926", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "aa090b7e-27a4-4787-bde2-edc0679f9ddb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062707Z:e8ae538e-3abe-4eed-b923-3c6dc1d41d8e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "98007aba1a843664f373c8b164a91e26", + "x-ms-client-request-id": "c309a26bb400a9fa2318e45cc1518332", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27147,7 +24200,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:04 GMT", + "Date": "Mon, 25 Oct 2021 06:27:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27156,31 +24209,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98007aba1a843664f373c8b164a91e26", - "x-ms-correlation-request-id": "67f917a6-4018-45aa-b4cd-9f59fbf78f25", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26552", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "cb06eb80-7062-49cc-9bcb-390f210761c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062104Z:67f917a6-4018-45aa-b4cd-9f59fbf78f25" + "x-ms-client-request-id": "c309a26bb400a9fa2318e45cc1518332", + "x-ms-correlation-request-id": "c82445f0-5881-49d4-b64b-208dd6dd4cd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;27925", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "58f452f8-8317-4fa5-a127-a50289888738", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062708Z:c82445f0-5881-49d4-b64b-208dd6dd4cd3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "580c03e7ebb58ca39e0731ff1da09f3c", + "x-ms-client-request-id": "f52a045b190a260c591cc7b1eec26985", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27189,7 +24242,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:05 GMT", + "Date": "Mon, 25 Oct 2021 06:27:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27198,31 +24251,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "580c03e7ebb58ca39e0731ff1da09f3c", - "x-ms-correlation-request-id": "432e992e-7b0d-4ad4-84ec-b7de019538e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26551", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "b7343ac1-f9b7-4774-80c4-8f539579fbcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062105Z:432e992e-7b0d-4ad4-84ec-b7de019538e3" + "x-ms-client-request-id": "f52a045b190a260c591cc7b1eec26985", + "x-ms-correlation-request-id": "53a4c26c-20d9-4cde-874e-c8e67a3df4d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;27924", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "0a2faecc-f957-4607-a081-773ae2cb7e3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062708Z:53a4c26c-20d9-4cde-874e-c8e67a3df4d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1677467a2c1ece16c5ea7f63e2241f32", + "x-ms-client-request-id": "1b6b765a9e1f79718f4da7c70a68da79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27231,7 +24284,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:05 GMT", + "Date": "Mon, 25 Oct 2021 06:27:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27240,31 +24293,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1677467a2c1ece16c5ea7f63e2241f32", - "x-ms-correlation-request-id": "4e6dacb0-1539-49a4-9fb2-d0c1bbcc89c5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26550", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "ebb619f3-963a-4224-916e-98efc1f42856", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062105Z:4e6dacb0-1539-49a4-9fb2-d0c1bbcc89c5" + "x-ms-client-request-id": "1b6b765a9e1f79718f4da7c70a68da79", + "x-ms-correlation-request-id": "87f8fec0-7085-4ec2-b179-9699e24066ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;27923", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "1f33cbf5-7000-45e6-80f1-e42415a18e39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062708Z:87f8fec0-7085-4ec2-b179-9699e24066ca" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "85b08e21bd65cffed674f97ce9641952", + "x-ms-client-request-id": "f527156f7fc2526796e269e4ed49bb60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27273,7 +24326,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:05 GMT", + "Date": "Mon, 25 Oct 2021 06:27:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27282,31 +24335,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85b08e21bd65cffed674f97ce9641952", - "x-ms-correlation-request-id": "9052cd76-cd20-4331-a9a5-7b1c008ce865", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26549", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "d7566aa3-60ce-4d83-a0ab-9e7c9e6c8626", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062105Z:9052cd76-cd20-4331-a9a5-7b1c008ce865" + "x-ms-client-request-id": "f527156f7fc2526796e269e4ed49bb60", + "x-ms-correlation-request-id": "622c4ddc-75a7-41d6-8a4e-f2aa66b94dba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;27922", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "dfbe10eb-73ec-4b36-ace3-964f94eff576", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062708Z:622c4ddc-75a7-41d6-8a4e-f2aa66b94dba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e378bd30831ba08ec3e93ca6b3fa97a", + "x-ms-client-request-id": "4b015eaf67e5bd1392b065bd71441bf0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27315,7 +24368,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:05 GMT", + "Date": "Mon, 25 Oct 2021 06:27:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27324,31 +24377,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e378bd30831ba08ec3e93ca6b3fa97a", - "x-ms-correlation-request-id": "4cc7d6b8-43e6-43f4-8d26-68fdf1e66b10", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26548", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "dcfadd1d-0a67-431b-ac79-64b0aff8dd98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062105Z:4cc7d6b8-43e6-43f4-8d26-68fdf1e66b10" + "x-ms-client-request-id": "4b015eaf67e5bd1392b065bd71441bf0", + "x-ms-correlation-request-id": "50091cb3-1ad2-476a-adaa-e286e885468c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;27921", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "151b6f43-9cac-40c6-8252-c21c1d21210d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062709Z:50091cb3-1ad2-476a-adaa-e286e885468c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8edefee81aefbdd747a73faa339ae560", + "x-ms-client-request-id": "d9424d42739bdac30e19843c348d8c46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27357,7 +24410,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:06 GMT", + "Date": "Mon, 25 Oct 2021 06:27:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27366,31 +24419,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8edefee81aefbdd747a73faa339ae560", - "x-ms-correlation-request-id": "10baf2de-75ce-4db0-a5e8-9c65a51fe3e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26547", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "e0749d77-3159-4d8d-9745-d3fb6d24ffb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062106Z:10baf2de-75ce-4db0-a5e8-9c65a51fe3e1" + "x-ms-client-request-id": "d9424d42739bdac30e19843c348d8c46", + "x-ms-correlation-request-id": "951db6bc-cca9-4442-bf47-a8e7f559ddf6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;27920", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "e4f215fa-ca53-43d6-9e7a-290ef3541499", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062709Z:951db6bc-cca9-4442-bf47-a8e7f559ddf6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "578f2cd001ed180086f5982629336396", + "x-ms-client-request-id": "ac1847928f670794016a62111aaae052", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27399,7 +24452,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:06 GMT", + "Date": "Mon, 25 Oct 2021 06:27:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27408,31 +24461,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "578f2cd001ed180086f5982629336396", - "x-ms-correlation-request-id": "fa65b44e-230b-4212-9042-2780e188f446", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26546", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "d00944b3-48d8-4180-8401-b56d31b6df09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062106Z:fa65b44e-230b-4212-9042-2780e188f446" + "x-ms-client-request-id": "ac1847928f670794016a62111aaae052", + "x-ms-correlation-request-id": "3accbe7b-8c1b-4169-90d5-7c0ae31a6577", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;27919", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "a8dc165f-cf2c-45d2-8870-8059c39b68a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062709Z:3accbe7b-8c1b-4169-90d5-7c0ae31a6577" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ea947fca8a85b962b379d68ac95e8752", + "x-ms-client-request-id": "9fa178c6e2073bc59b263dcbe2d68805", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27441,7 +24494,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:06 GMT", + "Date": "Mon, 25 Oct 2021 06:27:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27450,31 +24503,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea947fca8a85b962b379d68ac95e8752", - "x-ms-correlation-request-id": "cbd63e12-041b-49ff-a93c-06f4bebcc9d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26545", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "2fe9f94d-b3ef-47df-b83c-3e04f4d3dbbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062106Z:cbd63e12-041b-49ff-a93c-06f4bebcc9d9" + "x-ms-client-request-id": "9fa178c6e2073bc59b263dcbe2d68805", + "x-ms-correlation-request-id": "630ba3e8-f6dd-42f4-9001-f39cf1ad679d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;27918", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "b538558b-2428-4d61-b9d4-ea6630666d12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062709Z:630ba3e8-f6dd-42f4-9001-f39cf1ad679d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3efa325852b0e68cfec508fa82b09314", + "x-ms-client-request-id": "2a2a1e246f2bb389b93ad73111b1c063", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27483,7 +24536,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:06 GMT", + "Date": "Mon, 25 Oct 2021 06:27:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27492,31 +24545,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3efa325852b0e68cfec508fa82b09314", - "x-ms-correlation-request-id": "61290774-50d3-4ce4-9cdc-faec3663495e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26544", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "7dbe45c3-4eed-4c51-b296-803e502a13bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062106Z:61290774-50d3-4ce4-9cdc-faec3663495e" + "x-ms-client-request-id": "2a2a1e246f2bb389b93ad73111b1c063", + "x-ms-correlation-request-id": "cc18ac1d-0134-4613-b407-a31a2acce9e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;27917", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "107eabae-3be0-46d5-93ae-376c1182b6a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062710Z:cc18ac1d-0134-4613-b407-a31a2acce9e0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b4dfa844fb0546dacad6a3742b764f28", + "x-ms-client-request-id": "bb763238ecebb03f81dd104052c8242b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27525,7 +24578,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:07 GMT", + "Date": "Mon, 25 Oct 2021 06:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27534,31 +24587,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4dfa844fb0546dacad6a3742b764f28", - "x-ms-correlation-request-id": "b8998617-71c0-4ff6-9f5e-deee53ffbb85", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26543", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "ad45f405-d670-40c0-a509-9491939a41b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062107Z:b8998617-71c0-4ff6-9f5e-deee53ffbb85" + "x-ms-client-request-id": "bb763238ecebb03f81dd104052c8242b", + "x-ms-correlation-request-id": "e921c6cf-9df1-4ec0-9b62-ca8e9dba91cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;27916", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "2f2302fc-e5e2-4bfd-bdbf-e103a7cc610c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062710Z:e921c6cf-9df1-4ec0-9b62-ca8e9dba91cb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f7cd466d243978e6f2adecc081683702", + "x-ms-client-request-id": "fbed5de1b57f5726eeeee6cc0a942ae9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27567,7 +24620,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:07 GMT", + "Date": "Mon, 25 Oct 2021 06:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27576,31 +24629,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7cd466d243978e6f2adecc081683702", - "x-ms-correlation-request-id": "ecdf6e27-0e0c-46ea-bdbf-5f546aabac0a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26542", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "1a211f19-1fa7-45c8-9edf-9bc83938c1f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062107Z:ecdf6e27-0e0c-46ea-bdbf-5f546aabac0a" + "x-ms-client-request-id": "fbed5de1b57f5726eeeee6cc0a942ae9", + "x-ms-correlation-request-id": "c41d8a26-ccdc-4885-bfdc-a6a447450013", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;27915", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "e41a4da9-f036-47e8-b28a-88f1eb6cdd25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062710Z:c41d8a26-ccdc-4885-bfdc-a6a447450013" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2145c2e5d37e5d4c57b474d9ae17bb87", + "x-ms-client-request-id": "b093d965cd603819df7aa84e5e4961f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27609,7 +24662,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:07 GMT", + "Date": "Mon, 25 Oct 2021 06:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27618,31 +24671,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2145c2e5d37e5d4c57b474d9ae17bb87", - "x-ms-correlation-request-id": "b617108e-7cad-4ed6-8f62-a6bb514006ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26541", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "b3c3d330-3401-4e88-a23d-ca0e9bc95199", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062107Z:b617108e-7cad-4ed6-8f62-a6bb514006ad" + "x-ms-client-request-id": "b093d965cd603819df7aa84e5e4961f1", + "x-ms-correlation-request-id": "d31a7b7b-13b9-40ec-8850-f08cd82c3f59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;27914", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "8acf0e6e-0ba6-43c8-9172-974af1e62e9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062711Z:d31a7b7b-13b9-40ec-8850-f08cd82c3f59" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3c8ce0769ce31fdac166c1570e1ac461", + "x-ms-client-request-id": "b44fab15c5c483e40b1fcdfd0572a5ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27651,7 +24704,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:08 GMT", + "Date": "Mon, 25 Oct 2021 06:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27660,31 +24713,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c8ce0769ce31fdac166c1570e1ac461", - "x-ms-correlation-request-id": "ca08ed54-7bf0-4bd0-8634-a6ed8dc1e0f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26540", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "66203c63-722a-42bb-8309-e22dad36d90a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062108Z:ca08ed54-7bf0-4bd0-8634-a6ed8dc1e0f7" + "x-ms-client-request-id": "b44fab15c5c483e40b1fcdfd0572a5ed", + "x-ms-correlation-request-id": "231024bb-adba-4078-863c-7cbe6c76ad57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;27913", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "f73cc14c-2358-4a2f-aebc-7a954dc5f0f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062711Z:231024bb-adba-4078-863c-7cbe6c76ad57" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "688fa09f2e309aa9f96f9f85b00dc9da", + "x-ms-client-request-id": "78da26b2743514cb43b51b050cd7f8a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27693,7 +24746,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:08 GMT", + "Date": "Mon, 25 Oct 2021 06:27:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27702,31 +24755,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "688fa09f2e309aa9f96f9f85b00dc9da", - "x-ms-correlation-request-id": "ebc320ba-cde1-44f6-a151-1a312dbc8cbe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26539", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "2054dae2-f2c0-4e03-b7d2-c57f6630eedc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062108Z:ebc320ba-cde1-44f6-a151-1a312dbc8cbe" + "x-ms-client-request-id": "78da26b2743514cb43b51b050cd7f8a5", + "x-ms-correlation-request-id": "31a38573-ee60-444f-b20d-ac97ec6e8794", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;27912", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "446dd124-99c9-41f1-8556-a8a2c9e9909b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062711Z:31a38573-ee60-444f-b20d-ac97ec6e8794" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a04964f2fbdc481fe7265f1712f44e3d", + "x-ms-client-request-id": "5eb7f58d7544a025f410a440ff1c326c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27735,7 +24788,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:08 GMT", + "Date": "Mon, 25 Oct 2021 06:27:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27744,40 +24797,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a04964f2fbdc481fe7265f1712f44e3d", - "x-ms-correlation-request-id": "5c40fec9-07a1-46cc-a13c-c367e860f298", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26538", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "89a1790a-d6bd-4b89-8005-75c85fea469f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062108Z:5c40fec9-07a1-46cc-a13c-c367e860f298" + "x-ms-client-request-id": "5eb7f58d7544a025f410a440ff1c326c", + "x-ms-correlation-request-id": "47d11d25-0ab0-4963-8113-e6c37cb8ce63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;27911", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "ff2d0f15-5b06-4d5f-816a-7a4693d49302", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062711Z:47d11d25-0ab0-4963-8113-e6c37cb8ce63" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/23f75c58-3863-4d0c-88e4-2cafdaa5ef56?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0e3912ef5288485737f14273fd546fb3", + "x-ms-client-request-id": "379bbbd5e86ea0bce03b700ea9df7634", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:08 GMT", + "Date": "Mon, 25 Oct 2021 06:27:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27786,40 +24839,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e3912ef5288485737f14273fd546fb3", - "x-ms-correlation-request-id": "06d95a5c-7933-4c18-a863-cdd9312e49b7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26537", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "4e895ae9-b14d-46ca-bea3-45fe5c04e715", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062108Z:06d95a5c-7933-4c18-a863-cdd9312e49b7" + "x-ms-client-request-id": "379bbbd5e86ea0bce03b700ea9df7634", + "x-ms-correlation-request-id": "c6c5c354-59ad-4fab-ab03-c64120f4b2fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;27910", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "7efe424a-1560-4546-a6bb-27aac9ac4fd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062712Z:c6c5c354-59ad-4fab-ab03-c64120f4b2fc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:26:30.8595238\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:27:11.6876468\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u002223f75c58-3863-4d0c-88e4-2cafdaa5ef56\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aa65e69d23d1a4858046810ace918804", + "x-ms-client-request-id": "106f272646bb3da9013a8325d08a1427", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2510", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:09 GMT", + "Date": "Mon, 25 Oct 2021 06:27:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27828,73 +24882,125 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa65e69d23d1a4858046810ace918804", - "x-ms-correlation-request-id": "bb1bddd3-8c2c-4288-8991-f79560a6e088", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;26536", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "59cd81c8-6035-4cee-a445-0749b03d7683", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062109Z:bb1bddd3-8c2c-4288-8991-f79560a6e088" + "x-ms-client-request-id": "106f272646bb3da9013a8325d08a1427", + "x-ms-correlation-request-id": "6b85f545-4a85-4cd4-a046-ba784b3b946b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31988", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "42d04555-67cd-4b2c-bf99-78366aa306df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062712Z:6b85f545-4a85-4cd4-a046-ba784b3b946b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022testVM-7014\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u0022261c51d2-9418-4727-9675-73a9318259b9\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-7014_OsDisk_1_ccb676e742d74c328d4b35b653b4902e\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Compute/disks/testVM-7014_OsDisk_1_ccb676e742d74c328d4b35b653b4902e\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-7014\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Network/networkInterfaces/testNic-1396\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3375/providers/Microsoft.Compute/virtualMachines/testVM-7014?api-version=2021-03-01", + "RequestMethod": "DELETE", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9d956220bad49f520d0069eab8ac4b92", + "x-ms-client-request-id": "512faf82c03ca53639167e080516f715", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:09 GMT", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:27:12 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d956220bad49f520d0069eab8ac4b92", - "x-ms-correlation-request-id": "9131a0eb-7b60-4c47-aa40-8ef4cada55b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26535", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "a3ce0173-3fb9-4775-ad12-27f2165052b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062109Z:9131a0eb-7b60-4c47-aa40-8ef4cada55b5" + "x-ms-client-request-id": "512faf82c03ca53639167e080516f715", + "x-ms-correlation-request-id": "f1945708-a268-463d-aab3-a993df04ea3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;236,Microsoft.Compute/DeleteVM30Min;1193", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "d8b79632-0286-44cf-8c57-2e6a1bfd53cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062712Z:f1945708-a268-463d-aab3-a993df04ea3b" }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", - "}" - ] + "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b7aacb7a48ecc6b8d958d42d14c79a6", + "x-ms-client-request-id": "fa8c482724af66f8f0cad6a4c7a137ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27903,40 +25009,41 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:09 GMT", + "Date": "Mon, 25 Oct 2021 06:27:12 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "30", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b7aacb7a48ecc6b8d958d42d14c79a6", - "x-ms-correlation-request-id": "4bdfa330-902f-4ccc-b3dc-fe175a30f0fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;26534", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "feff3932-c241-4636-929a-185d3e8fb112", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062109Z:4bdfa330-902f-4ccc-b3dc-fe175a30f0fa" + "x-ms-client-request-id": "fa8c482724af66f8f0cad6a4c7a137ea", + "x-ms-correlation-request-id": "2668e7d5-c095-47b7-8e2e-6825ee84a84d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;27909", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "c390309a-b99c-4fc7-9635-3fdc48f3ca97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062713Z:2668e7d5-c095-47b7-8e2e-6825ee84a84d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b523d69d2bfe2df94c69cd0ba9becd4", + "x-ms-client-request-id": "608b6e423b70607bfda040dd890241a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27945,7 +25052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:09 GMT", + "Date": "Mon, 25 Oct 2021 06:27:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27954,31 +25061,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b523d69d2bfe2df94c69cd0ba9becd4", - "x-ms-correlation-request-id": "1f89d33c-6626-49a5-88d0-85c30c74a351", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26533", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "1be07e73-c57d-4d71-a355-b82548a7bfa4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062110Z:1f89d33c-6626-49a5-88d0-85c30c74a351" + "x-ms-client-request-id": "608b6e423b70607bfda040dd890241a2", + "x-ms-correlation-request-id": "f8077057-d725-4bed-ba16-f9e5021b02d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;27908", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "c5bdf104-9a1a-45be-8f0a-0edebad22981", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062713Z:f8077057-d725-4bed-ba16-f9e5021b02d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2253eefb5c167c75f6c9103e2c0fcdc0", + "x-ms-client-request-id": "bce02946fd8a746678b3e7e14b0cc76f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -27987,7 +25094,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:10 GMT", + "Date": "Mon, 25 Oct 2021 06:27:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27996,31 +25103,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2253eefb5c167c75f6c9103e2c0fcdc0", - "x-ms-correlation-request-id": "f1a885b5-472e-4776-9a54-ee0ad358871a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26532", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "86fb1f9d-b1bb-46f2-bdcb-57a6cb189677", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062110Z:f1a885b5-472e-4776-9a54-ee0ad358871a" + "x-ms-client-request-id": "bce02946fd8a746678b3e7e14b0cc76f", + "x-ms-correlation-request-id": "edd1d2ff-0b26-44f2-833e-55ceec76ab6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;27907", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "ea007d8e-e1a3-4576-bdfd-e8c67b756d0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062713Z:edd1d2ff-0b26-44f2-833e-55ceec76ab6a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7a80c286b059e4d3cc9897c8089b11f1", + "x-ms-client-request-id": "f6f14c266f0bebe4cd2bfc0ee41addee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28029,7 +25136,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:10 GMT", + "Date": "Mon, 25 Oct 2021 06:27:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28038,31 +25145,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a80c286b059e4d3cc9897c8089b11f1", - "x-ms-correlation-request-id": "52795f0e-7987-4c8d-a957-55aa965ead71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26531", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "a7da7078-6a79-48ac-af57-096ac924e855", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062110Z:52795f0e-7987-4c8d-a957-55aa965ead71" + "x-ms-client-request-id": "f6f14c266f0bebe4cd2bfc0ee41addee", + "x-ms-correlation-request-id": "414e97ec-94c4-45ab-a3de-d9eb9493e6a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;27906", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "bd011836-f0cf-48a8-94e5-4c196744b50d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062713Z:414e97ec-94c4-45ab-a3de-d9eb9493e6a6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e247b9a857f90c8fc7d6a4f5c2a0b584", + "x-ms-client-request-id": "9d5e34897bc1455f0716e8bd539914f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28071,7 +25178,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:10 GMT", + "Date": "Mon, 25 Oct 2021 06:27:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28080,31 +25187,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e247b9a857f90c8fc7d6a4f5c2a0b584", - "x-ms-correlation-request-id": "a1e9ddf9-7c47-40fd-8319-5306ae999185", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26530", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "f28e7530-b18d-4481-b073-5af7cbeff772", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062110Z:a1e9ddf9-7c47-40fd-8319-5306ae999185" + "x-ms-client-request-id": "9d5e34897bc1455f0716e8bd539914f1", + "x-ms-correlation-request-id": "d008f0a6-3b39-4b72-9b81-c40825434b49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;27905", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "cbb6b67a-ae2d-4628-982c-57699036ed78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062714Z:d008f0a6-3b39-4b72-9b81-c40825434b49" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f749dbf8711a4a7a1b6e567ec5ad735a", + "x-ms-client-request-id": "3db6d0d94b10d69745f4ee5f0057905d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28113,7 +25220,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:10 GMT", + "Date": "Mon, 25 Oct 2021 06:27:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28122,31 +25229,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f749dbf8711a4a7a1b6e567ec5ad735a", - "x-ms-correlation-request-id": "7149e935-e852-42de-bc15-7d8f1ce9d875", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26529", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "105e0983-778f-4ac9-b8f3-c3223a119226", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062111Z:7149e935-e852-42de-bc15-7d8f1ce9d875" + "x-ms-client-request-id": "3db6d0d94b10d69745f4ee5f0057905d", + "x-ms-correlation-request-id": "b60a7c54-f60f-4aa2-acd9-c16b96a06c1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;27904", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "3fdcf309-89cf-4fd5-9946-2f769c865f09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062714Z:b60a7c54-f60f-4aa2-acd9-c16b96a06c1d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "73961eb7eac82fc63374b2830bde222b", + "x-ms-client-request-id": "1757f9d529aeabaeecaceef487269833", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28155,7 +25262,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:11 GMT", + "Date": "Mon, 25 Oct 2021 06:27:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28164,31 +25271,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73961eb7eac82fc63374b2830bde222b", - "x-ms-correlation-request-id": "3808d34e-56e6-4222-b834-e7780b33b343", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26528", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "24fca265-7d18-4d8c-b7b8-df19e513f776", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062111Z:3808d34e-56e6-4222-b834-e7780b33b343" + "x-ms-client-request-id": "1757f9d529aeabaeecaceef487269833", + "x-ms-correlation-request-id": "a20bcaa3-4e0a-44b9-b376-a16416df8457", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;27903", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "82bfb6bf-dec2-498b-8dd5-5cffaf6825c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062714Z:a20bcaa3-4e0a-44b9-b376-a16416df8457" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2ccf12e21a5236d73ffcc78b0111461a", + "x-ms-client-request-id": "13340b169f643edd9d8758cc8c0044af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28197,7 +25304,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:11 GMT", + "Date": "Mon, 25 Oct 2021 06:27:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28206,31 +25313,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ccf12e21a5236d73ffcc78b0111461a", - "x-ms-correlation-request-id": "c5c67b83-5733-4b84-85e9-58268484c1f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26527", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "d2fbf4df-ac2c-450b-9c42-540e85a84036", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062111Z:c5c67b83-5733-4b84-85e9-58268484c1f7" + "x-ms-client-request-id": "13340b169f643edd9d8758cc8c0044af", + "x-ms-correlation-request-id": "ed413b29-317b-45db-a7d6-111c195ad02f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;27901", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "9b2fc122-79fd-4e87-9e05-83a0752ac399", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062715Z:ed413b29-317b-45db-a7d6-111c195ad02f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a33d4a62420a0dbc1419c4a6bff73f3d", + "x-ms-client-request-id": "59e78b85fd41b042220a51645ca24f1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28239,7 +25346,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:11 GMT", + "Date": "Mon, 25 Oct 2021 06:27:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28248,31 +25355,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a33d4a62420a0dbc1419c4a6bff73f3d", - "x-ms-correlation-request-id": "b6869fbc-7f0c-4271-9724-f83a32a07d4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;26526", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "00c5bcda-917a-4892-9a81-f81122f0cc21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062111Z:b6869fbc-7f0c-4271-9724-f83a32a07d4a" + "x-ms-client-request-id": "59e78b85fd41b042220a51645ca24f1e", + "x-ms-correlation-request-id": "f9f8fe2e-b3aa-467b-9c08-e98bacce1a85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;27900", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "44f17578-769a-4f9b-b52c-3c3edfa0f3fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062715Z:f9f8fe2e-b3aa-467b-9c08-e98bacce1a85" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b39b2a4b47de9d08475f34cb233b2d22", + "x-ms-client-request-id": "f548bb5c7d2336f81c197a26d1e21feb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28281,7 +25388,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:11 GMT", + "Date": "Mon, 25 Oct 2021 06:27:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28290,31 +25397,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b39b2a4b47de9d08475f34cb233b2d22", - "x-ms-correlation-request-id": "6cab8f4c-315c-4a91-bc9f-4096dc7ff2e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;26525", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "f4638eba-5b5f-48bc-b2c0-b2f1796d84c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062112Z:6cab8f4c-315c-4a91-bc9f-4096dc7ff2e5" + "x-ms-client-request-id": "f548bb5c7d2336f81c197a26d1e21feb", + "x-ms-correlation-request-id": "ba6c5fb4-8032-4097-b529-474c11f2a591", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;27899", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "139b6f0b-1cf0-40d2-94b1-d06777d29ccd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062715Z:ba6c5fb4-8032-4097-b529-474c11f2a591" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c120982d7ea0a02155c1173855317747", + "x-ms-client-request-id": "fc6f3e673e3e19f1c884f0594e78e1fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28323,7 +25430,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:12 GMT", + "Date": "Mon, 25 Oct 2021 06:27:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28332,31 +25439,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c120982d7ea0a02155c1173855317747", - "x-ms-correlation-request-id": "94afa967-3eae-48cd-9fa7-fb10512f4b6d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;26524", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "5ec69664-5b0a-4b8b-886d-9174282c9358", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062112Z:94afa967-3eae-48cd-9fa7-fb10512f4b6d" + "x-ms-client-request-id": "fc6f3e673e3e19f1c884f0594e78e1fa", + "x-ms-correlation-request-id": "0c02cc93-6c44-4870-9957-dbff7c8f2f39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;27898", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "db8785f5-c7b4-4438-a3d6-803ae828b643", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062715Z:0c02cc93-6c44-4870-9957-dbff7c8f2f39" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d7408abd93751b3b429f5caa0df0ead9", + "x-ms-client-request-id": "d16f39384fb7088c92b13d28821cde40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28365,7 +25472,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:12 GMT", + "Date": "Mon, 25 Oct 2021 06:27:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28374,31 +25481,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7408abd93751b3b429f5caa0df0ead9", - "x-ms-correlation-request-id": "7d615884-a529-4c12-9319-337039a82576", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;26523", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "c27c2a96-314a-4f65-82ca-1b75d2812dc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062112Z:7d615884-a529-4c12-9319-337039a82576" + "x-ms-client-request-id": "d16f39384fb7088c92b13d28821cde40", + "x-ms-correlation-request-id": "7630e67b-67d1-4587-ad8d-661bf415db30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;27897", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "7a515199-8c81-4709-a324-f7237c5ea9ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062716Z:7630e67b-67d1-4587-ad8d-661bf415db30" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2778a2eb7ed6cc9c09fa5d1d2fcf4715", + "x-ms-client-request-id": "1efc65eb52321ee0c92f2d9e8c9fe7a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28407,7 +25514,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:12 GMT", + "Date": "Mon, 25 Oct 2021 06:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28416,31 +25523,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2778a2eb7ed6cc9c09fa5d1d2fcf4715", - "x-ms-correlation-request-id": "32cabafb-042c-4998-bd96-6f8b3c1355d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;26522", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "757805da-2346-4ba6-aeff-05c57cba5859", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062113Z:32cabafb-042c-4998-bd96-6f8b3c1355d2" + "x-ms-client-request-id": "1efc65eb52321ee0c92f2d9e8c9fe7a3", + "x-ms-correlation-request-id": "13815c7a-20b6-4540-ad3d-470983a8980e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;27896", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "772e6b88-7b4c-424b-ad5d-bbf10677e319", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062716Z:13815c7a-20b6-4540-ad3d-470983a8980e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "980eece856fb99ac5d047e0121769364", + "x-ms-client-request-id": "97ed7f374e721833b1666a8c00c996ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28449,7 +25556,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:13 GMT", + "Date": "Mon, 25 Oct 2021 06:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28458,31 +25565,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "980eece856fb99ac5d047e0121769364", - "x-ms-correlation-request-id": "e40101fd-6b4b-4740-bf6d-248b122cbfa9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;26521", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "0a1736fa-16c0-4aca-a42d-3e6a6458d8a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062113Z:e40101fd-6b4b-4740-bf6d-248b122cbfa9" + "x-ms-client-request-id": "97ed7f374e721833b1666a8c00c996ac", + "x-ms-correlation-request-id": "42354719-7469-4924-9f40-30542f9195d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;27895", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "e8ef9470-e26b-4091-9f8d-7e7657582a94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062716Z:42354719-7469-4924-9f40-30542f9195d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b34c3ed650b83f71ee73ce7a361dec72", + "x-ms-client-request-id": "e96eb0a5c37ce6c85851078821ee7bf2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28491,7 +25598,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:13 GMT", + "Date": "Mon, 25 Oct 2021 06:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28500,31 +25607,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b34c3ed650b83f71ee73ce7a361dec72", - "x-ms-correlation-request-id": "c65c5464-62de-410d-9a06-9f53ace29c7a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;26520", - "x-ms-ratelimit-remaining-subscription-reads": "11730", - "x-ms-request-id": "ecfd0476-31f9-4a77-957e-8f282a951e95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062113Z:c65c5464-62de-410d-9a06-9f53ace29c7a" + "x-ms-client-request-id": "e96eb0a5c37ce6c85851078821ee7bf2", + "x-ms-correlation-request-id": "60b227d7-3860-4dfb-b18a-8289818ae16a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;27894", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "65b94633-934c-44b0-910b-129a08ca39b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062716Z:60b227d7-3860-4dfb-b18a-8289818ae16a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21c2475751e295def5decad1ff9baa92", + "x-ms-client-request-id": "02f19aca472e9dcd31e46ccbe8531dff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28533,7 +25640,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:13 GMT", + "Date": "Mon, 25 Oct 2021 06:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28542,31 +25649,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21c2475751e295def5decad1ff9baa92", - "x-ms-correlation-request-id": "87ffcb17-e172-4822-b846-73a02321ab3a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;26519", - "x-ms-ratelimit-remaining-subscription-reads": "11729", - "x-ms-request-id": "5f6f6bbc-478e-4095-9dcb-179dff06337e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062113Z:87ffcb17-e172-4822-b846-73a02321ab3a" + "x-ms-client-request-id": "02f19aca472e9dcd31e46ccbe8531dff", + "x-ms-correlation-request-id": "90296bcb-13bb-4de8-9829-debbdbc55b1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;27893", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "f731e0d1-8935-4791-8f45-2787339cb4e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062717Z:90296bcb-13bb-4de8-9829-debbdbc55b1e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f046f8679482975c7acfaa878831633f", + "x-ms-client-request-id": "dcf88198fe317327b7073e2146abf6c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28575,7 +25682,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:13 GMT", + "Date": "Mon, 25 Oct 2021 06:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28584,31 +25691,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f046f8679482975c7acfaa878831633f", - "x-ms-correlation-request-id": "901196a5-3a31-412b-b91d-2f592697d9c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;26518", - "x-ms-ratelimit-remaining-subscription-reads": "11728", - "x-ms-request-id": "2a6701fe-ff60-415c-8fb0-dd3c54108361", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062114Z:901196a5-3a31-412b-b91d-2f592697d9c1" + "x-ms-client-request-id": "dcf88198fe317327b7073e2146abf6c2", + "x-ms-correlation-request-id": "efd3a0ce-ac3c-44f4-a01c-55bdf9d222cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;27892", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "ad8df9b6-a58b-4c04-b14c-503d7264cc72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062717Z:efd3a0ce-ac3c-44f4-a01c-55bdf9d222cb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "daa90b1871b384825fb7bdda869f3f53", + "x-ms-client-request-id": "66c277eb93d85e7de2d1b79756fcfd05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28617,7 +25724,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:14 GMT", + "Date": "Mon, 25 Oct 2021 06:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28626,31 +25733,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daa90b1871b384825fb7bdda869f3f53", - "x-ms-correlation-request-id": "69be0090-0228-4d61-8706-3f9d1e15b277", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;26517", - "x-ms-ratelimit-remaining-subscription-reads": "11727", - "x-ms-request-id": "f38d1b34-ecc3-4f93-bdeb-7ccd9aa1904f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062114Z:69be0090-0228-4d61-8706-3f9d1e15b277" + "x-ms-client-request-id": "66c277eb93d85e7de2d1b79756fcfd05", + "x-ms-correlation-request-id": "a50a4da5-e17e-43f4-9785-6d33ac6ab72f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;27891", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "4f376411-15ce-4a17-b608-9026e66ba5a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062717Z:a50a4da5-e17e-43f4-9785-6d33ac6ab72f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3e123bc8fbd7c3f0ea2ba613a7560cc3", + "x-ms-client-request-id": "a0f008339ef6ccc1727d4b2608ac5686", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28659,7 +25766,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:14 GMT", + "Date": "Mon, 25 Oct 2021 06:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28668,31 +25775,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e123bc8fbd7c3f0ea2ba613a7560cc3", - "x-ms-correlation-request-id": "8296eb2f-5826-439d-b6a7-1085e69eb84e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;26516", - "x-ms-ratelimit-remaining-subscription-reads": "11726", - "x-ms-request-id": "1f03e5b1-7fb5-4bfd-be04-022085299fe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062114Z:8296eb2f-5826-439d-b6a7-1085e69eb84e" + "x-ms-client-request-id": "a0f008339ef6ccc1727d4b2608ac5686", + "x-ms-correlation-request-id": "e45c0fb9-2f75-4bb0-9d6b-705bef0176bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;27890", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "2332bfc0-6454-4617-b98d-f11c01d39b2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062718Z:e45c0fb9-2f75-4bb0-9d6b-705bef0176bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f3b98a7ad0f1f6df75c191cbd68211db", + "x-ms-client-request-id": "70e0a9eeb79004270399fa5f46901dbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28701,7 +25808,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:14 GMT", + "Date": "Mon, 25 Oct 2021 06:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28710,31 +25817,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3b98a7ad0f1f6df75c191cbd68211db", - "x-ms-correlation-request-id": "0437c204-34dd-4b9a-ba55-9c9edf839f21", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;26515", - "x-ms-ratelimit-remaining-subscription-reads": "11725", - "x-ms-request-id": "34ead127-3391-40bb-b569-aa70e4d5f340", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062114Z:0437c204-34dd-4b9a-ba55-9c9edf839f21" + "x-ms-client-request-id": "70e0a9eeb79004270399fa5f46901dbb", + "x-ms-correlation-request-id": "0d001d8f-de9b-4914-8ea3-7fc04c30b203", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;27889", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "d289f5bf-5e90-4193-9a32-06bd09dee93d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062718Z:0d001d8f-de9b-4914-8ea3-7fc04c30b203" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4dbf578f251e1c681be6f088ca6edd09", + "x-ms-client-request-id": "3eed390955ba4cccb6f6f35b48565635", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28743,7 +25850,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:14 GMT", + "Date": "Mon, 25 Oct 2021 06:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28752,31 +25859,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dbf578f251e1c681be6f088ca6edd09", - "x-ms-correlation-request-id": "0270dcc2-8fb9-456a-87f4-d99bfa91b800", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;26514", - "x-ms-ratelimit-remaining-subscription-reads": "11724", - "x-ms-request-id": "7741d632-9997-46b2-a277-745189534640", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062115Z:0270dcc2-8fb9-456a-87f4-d99bfa91b800" + "x-ms-client-request-id": "3eed390955ba4cccb6f6f35b48565635", + "x-ms-correlation-request-id": "5b272ce9-3b59-4aeb-acf1-cc5d0cb1d296", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;27888", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "1b4bb2ba-a26f-448e-aa12-6112fd53f6ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062718Z:5b272ce9-3b59-4aeb-acf1-cc5d0cb1d296" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fb5ff9ab4ce6f7615c1cc8156a24ec67", + "x-ms-client-request-id": "aca9317a8d1b7b74e0eb9d5da46185e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28785,7 +25892,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:15 GMT", + "Date": "Mon, 25 Oct 2021 06:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28794,31 +25901,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb5ff9ab4ce6f7615c1cc8156a24ec67", - "x-ms-correlation-request-id": "0d8b108b-2ed8-4614-80b9-aa5a383234fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;26513", - "x-ms-ratelimit-remaining-subscription-reads": "11723", - "x-ms-request-id": "32028526-ae6e-4987-96e0-a74a94569e51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062115Z:0d8b108b-2ed8-4614-80b9-aa5a383234fd" + "x-ms-client-request-id": "aca9317a8d1b7b74e0eb9d5da46185e2", + "x-ms-correlation-request-id": "7a1946db-fdb0-43cd-a351-10bd22692169", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;27887", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "466c4d09-43ee-40be-a1d9-6d4117c1ae3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062718Z:7a1946db-fdb0-43cd-a351-10bd22692169" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4f84cb19bf9655a5229cd70bdf562b07", + "x-ms-client-request-id": "ce1c905f18be98cbdd93ba9ac3ccbcac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28827,7 +25934,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:15 GMT", + "Date": "Mon, 25 Oct 2021 06:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28836,31 +25943,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f84cb19bf9655a5229cd70bdf562b07", - "x-ms-correlation-request-id": "00842976-d306-449e-a04f-fd0e636897cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;26512", - "x-ms-ratelimit-remaining-subscription-reads": "11722", - "x-ms-request-id": "bd02db28-6121-44f3-8a7f-7057f2e6bd34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062115Z:00842976-d306-449e-a04f-fd0e636897cc" + "x-ms-client-request-id": "ce1c905f18be98cbdd93ba9ac3ccbcac", + "x-ms-correlation-request-id": "1558a8dd-c0a2-4aaa-afc7-b0ea6193be4d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;27886", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "cead93dd-8e25-43be-832c-d858388aaf9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062719Z:1558a8dd-c0a2-4aaa-afc7-b0ea6193be4d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dd2087e3162243f4f5c7f1025c52b2f6", + "x-ms-client-request-id": "14e5c44270e67c9fc4715dceb86fa854", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28869,7 +25976,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:15 GMT", + "Date": "Mon, 25 Oct 2021 06:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28878,31 +25985,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd2087e3162243f4f5c7f1025c52b2f6", - "x-ms-correlation-request-id": "bceb8f86-eeeb-45b8-a3d7-04cbc6bae1f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;26511", - "x-ms-ratelimit-remaining-subscription-reads": "11721", - "x-ms-request-id": "40db5092-0fca-498b-86bb-cae1b98c2ddd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062115Z:bceb8f86-eeeb-45b8-a3d7-04cbc6bae1f7" + "x-ms-client-request-id": "14e5c44270e67c9fc4715dceb86fa854", + "x-ms-correlation-request-id": "85aa33e1-962d-4dc8-94b2-6214e4db358c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;27885", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "9dd7b85b-4094-4663-a422-f754399562d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062719Z:85aa33e1-962d-4dc8-94b2-6214e4db358c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ff6e88fa8deaeb725409d84974561805", + "x-ms-client-request-id": "b8fb1170873a62766510cf88d3dab814", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28911,7 +26018,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:16 GMT", + "Date": "Mon, 25 Oct 2021 06:27:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28920,31 +26027,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff6e88fa8deaeb725409d84974561805", - "x-ms-correlation-request-id": "c575f898-b58d-4c48-88fd-caa8131eab59", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;26510", - "x-ms-ratelimit-remaining-subscription-reads": "11720", - "x-ms-request-id": "15a5afcd-9819-4855-a4d3-a9d574348d8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062116Z:c575f898-b58d-4c48-88fd-caa8131eab59" + "x-ms-client-request-id": "b8fb1170873a62766510cf88d3dab814", + "x-ms-correlation-request-id": "4ead2fc8-c790-427c-907c-4daf17f3a454", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;27884", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "84df6499-845f-43b1-98e3-8c53f5cc40e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062719Z:4ead2fc8-c790-427c-907c-4daf17f3a454" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e231c0f10e040345d6405acecea2f9d0", + "x-ms-client-request-id": "df1af02f707ceefbf0a0094cbbfcdf6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28953,7 +26060,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:16 GMT", + "Date": "Mon, 25 Oct 2021 06:27:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28962,31 +26069,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e231c0f10e040345d6405acecea2f9d0", - "x-ms-correlation-request-id": "ba0bf722-1693-46b1-aaa9-a899169def4f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;26509", - "x-ms-ratelimit-remaining-subscription-reads": "11719", - "x-ms-request-id": "b5b9415d-0b89-458d-a2d9-e219d9e64fe8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062116Z:ba0bf722-1693-46b1-aaa9-a899169def4f" + "x-ms-client-request-id": "df1af02f707ceefbf0a0094cbbfcdf6e", + "x-ms-correlation-request-id": "a7f34262-00f9-4593-841b-5b0091468b9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;27883", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "57fd5ab6-d8fd-4b02-a886-bd33db680e6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062720Z:a7f34262-00f9-4593-841b-5b0091468b9d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5710e0ea2ce8561d153488193dabcf9f", + "x-ms-client-request-id": "b12966eb03d0bb724d82afd6a117a9ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -28995,7 +26102,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:16 GMT", + "Date": "Mon, 25 Oct 2021 06:27:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29004,31 +26111,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5710e0ea2ce8561d153488193dabcf9f", - "x-ms-correlation-request-id": "954a6421-fb58-4dce-854c-6a4c22b409a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;26508", - "x-ms-ratelimit-remaining-subscription-reads": "11718", - "x-ms-request-id": "c5df6e4a-e117-419d-8035-5983bf368f49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062116Z:954a6421-fb58-4dce-854c-6a4c22b409a2" + "x-ms-client-request-id": "b12966eb03d0bb724d82afd6a117a9ea", + "x-ms-correlation-request-id": "5f1af0b6-3802-41f9-9e3a-cf0332410626", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;27882", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "1199aad2-9d7e-4087-bf5a-60325eaae047", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062720Z:5f1af0b6-3802-41f9-9e3a-cf0332410626" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b11ebafd021ebf2436b28a933a31db1", + "x-ms-client-request-id": "c89f48b9c855ffd7150cc7997d29a768", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29037,7 +26144,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:16 GMT", + "Date": "Mon, 25 Oct 2021 06:27:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29046,31 +26153,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b11ebafd021ebf2436b28a933a31db1", - "x-ms-correlation-request-id": "5ab74231-bccb-4dbe-a04f-dab902d2a8aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;26507", - "x-ms-ratelimit-remaining-subscription-reads": "11717", - "x-ms-request-id": "7883f918-d05b-48ca-8878-e946cd15785f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062117Z:5ab74231-bccb-4dbe-a04f-dab902d2a8aa" + "x-ms-client-request-id": "c89f48b9c855ffd7150cc7997d29a768", + "x-ms-correlation-request-id": "528589d3-5be5-45cc-8b32-19b17f57038a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;27881", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "97f17123-7620-420a-b583-bc77e6f4a3ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062720Z:528589d3-5be5-45cc-8b32-19b17f57038a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "935f0810c146c41da3dbccd0852bc52b", + "x-ms-client-request-id": "6d9c613006b02b447d5e92fac1254dd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29079,7 +26186,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:17 GMT", + "Date": "Mon, 25 Oct 2021 06:27:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29088,31 +26195,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "935f0810c146c41da3dbccd0852bc52b", - "x-ms-correlation-request-id": "55f87cab-052f-4e73-bc7e-8a9340c6067c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;26506", - "x-ms-ratelimit-remaining-subscription-reads": "11716", - "x-ms-request-id": "49789f12-f7f8-4930-9d68-3e041bb44e57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062117Z:55f87cab-052f-4e73-bc7e-8a9340c6067c" + "x-ms-client-request-id": "6d9c613006b02b447d5e92fac1254dd8", + "x-ms-correlation-request-id": "5e8dc343-582b-4137-a454-1fa00440dd42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;27880", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "ee7a3a9e-d1b6-41b5-ad32-9b97998156a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062720Z:5e8dc343-582b-4137-a454-1fa00440dd42" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e21fba715d911aaeee24137c03732271", + "x-ms-client-request-id": "72931ff6175d23188e299cc33bd83d23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29121,7 +26228,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:17 GMT", + "Date": "Mon, 25 Oct 2021 06:27:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29130,31 +26237,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e21fba715d911aaeee24137c03732271", - "x-ms-correlation-request-id": "c9e9f1da-f8ff-43c0-8065-d7a18c6e8259", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;26505", - "x-ms-ratelimit-remaining-subscription-reads": "11715", - "x-ms-request-id": "4a602e10-6b0a-4564-a161-62b67f5293de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062117Z:c9e9f1da-f8ff-43c0-8065-d7a18c6e8259" + "x-ms-client-request-id": "72931ff6175d23188e299cc33bd83d23", + "x-ms-correlation-request-id": "a1f6e325-8fb8-49ab-98ef-7e6787e8bfdf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;27879", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "b19d7703-acd3-4f3f-b7ec-4c4f866e3468", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062721Z:a1f6e325-8fb8-49ab-98ef-7e6787e8bfdf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3409d7163b4bee59ce4cf74603216517", + "x-ms-client-request-id": "40a546db3c7bb23904734af636dd3ef0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29163,7 +26270,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:17 GMT", + "Date": "Mon, 25 Oct 2021 06:27:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29172,31 +26279,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3409d7163b4bee59ce4cf74603216517", - "x-ms-correlation-request-id": "9a945c0f-79b4-4c94-bbeb-5e9f3e91a1b9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;26504", - "x-ms-ratelimit-remaining-subscription-reads": "11714", - "x-ms-request-id": "053229fc-d632-47b0-9d3c-75bc224051f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062117Z:9a945c0f-79b4-4c94-bbeb-5e9f3e91a1b9" + "x-ms-client-request-id": "40a546db3c7bb23904734af636dd3ef0", + "x-ms-correlation-request-id": "21a0ccff-4bb7-466d-9a78-df5c3de7f086", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;27878", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "f3b8416f-421a-4c02-ba91-7fda0a6e3c36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062721Z:21a0ccff-4bb7-466d-9a78-df5c3de7f086" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7838fca63b84b21f5a45a421ada0c130", + "x-ms-client-request-id": "5ea3eebf3496190a4879de876a80f0a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29205,7 +26312,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:17 GMT", + "Date": "Mon, 25 Oct 2021 06:27:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29214,31 +26321,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7838fca63b84b21f5a45a421ada0c130", - "x-ms-correlation-request-id": "5af815d1-7393-490b-bc8d-7052612c4215", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;26503", - "x-ms-ratelimit-remaining-subscription-reads": "11713", - "x-ms-request-id": "b2f3d97d-9219-4810-88b0-cea5e4c16f5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062118Z:5af815d1-7393-490b-bc8d-7052612c4215" + "x-ms-client-request-id": "5ea3eebf3496190a4879de876a80f0a5", + "x-ms-correlation-request-id": "d079fb6b-5839-4eb9-83b2-172ae5408a9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;27877", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "5be8587b-7fa9-4a52-b5cd-0ac4cc33c5b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062721Z:d079fb6b-5839-4eb9-83b2-172ae5408a9f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aeba5bb8902235df61301345656817cd", + "x-ms-client-request-id": "7a1e6e200d80ba5de5e06deacc22edb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29247,7 +26354,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:18 GMT", + "Date": "Mon, 25 Oct 2021 06:27:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29256,31 +26363,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aeba5bb8902235df61301345656817cd", - "x-ms-correlation-request-id": "961519c6-0f38-469d-b2ec-51703b0b527f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;26502", - "x-ms-ratelimit-remaining-subscription-reads": "11712", - "x-ms-request-id": "fcdcce57-6ff8-4a71-abf8-49f16f6643a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062118Z:961519c6-0f38-469d-b2ec-51703b0b527f" + "x-ms-client-request-id": "7a1e6e200d80ba5de5e06deacc22edb1", + "x-ms-correlation-request-id": "62f417c5-44fd-4532-ac6c-9548f0f4859f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;27876", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "cfed756e-1168-415a-977f-c16e3cbf7b3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062721Z:62f417c5-44fd-4532-ac6c-9548f0f4859f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "06d6fbbfa93adaedb756da069638412d", + "x-ms-client-request-id": "4c04aceadf35a68d3b8bf7015db24883", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29289,7 +26396,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:18 GMT", + "Date": "Mon, 25 Oct 2021 06:27:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29298,31 +26405,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06d6fbbfa93adaedb756da069638412d", - "x-ms-correlation-request-id": "a0ed003c-430b-49d7-9df2-fb85e7f36804", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;26501", - "x-ms-ratelimit-remaining-subscription-reads": "11711", - "x-ms-request-id": "a2f0388b-2cf1-4338-94bd-caffc476770e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062118Z:a0ed003c-430b-49d7-9df2-fb85e7f36804" + "x-ms-client-request-id": "4c04aceadf35a68d3b8bf7015db24883", + "x-ms-correlation-request-id": "273d08f9-9c8b-40ac-8286-2826e647d5ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;27875", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "6741f950-3430-4f87-923d-86a1e1806ee4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062722Z:273d08f9-9c8b-40ac-8286-2826e647d5ce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a78dc78ab66615f51c02165327da4cf1", + "x-ms-client-request-id": "c7d5a583c3beb26f90e879b5c7204c26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29331,7 +26438,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:18 GMT", + "Date": "Mon, 25 Oct 2021 06:27:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29340,31 +26447,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a78dc78ab66615f51c02165327da4cf1", - "x-ms-correlation-request-id": "043b8278-2e04-4eab-ba1e-3692298e5138", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;26500", - "x-ms-ratelimit-remaining-subscription-reads": "11710", - "x-ms-request-id": "d5fa9b17-c154-43f6-9639-a03e33d539d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062119Z:043b8278-2e04-4eab-ba1e-3692298e5138" + "x-ms-client-request-id": "c7d5a583c3beb26f90e879b5c7204c26", + "x-ms-correlation-request-id": "ab613c4a-2baf-4e73-a319-1b014d449ebd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;27874", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "295675a2-c241-41c6-b44e-92f742d9b6fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062722Z:ab613c4a-2baf-4e73-a319-1b014d449ebd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b161d72ebaca0ff56ddff7ccb6d99f29", + "x-ms-client-request-id": "be9c2d8ba37c416fe0773ef4155c5d32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29373,7 +26480,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:19 GMT", + "Date": "Mon, 25 Oct 2021 06:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29382,31 +26489,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b161d72ebaca0ff56ddff7ccb6d99f29", - "x-ms-correlation-request-id": "8d94bc3d-73b0-46e5-9a04-5ec838033261", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;26499", - "x-ms-ratelimit-remaining-subscription-reads": "11709", - "x-ms-request-id": "32e9cf9c-1013-43dd-b262-971645b84c6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062119Z:8d94bc3d-73b0-46e5-9a04-5ec838033261" + "x-ms-client-request-id": "be9c2d8ba37c416fe0773ef4155c5d32", + "x-ms-correlation-request-id": "bf31f7c6-3d6a-4007-b560-826d2f65e9f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;27873", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "4248fa01-f0eb-43b4-9299-3c0371a413f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062722Z:bf31f7c6-3d6a-4007-b560-826d2f65e9f1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9ebbe5ef6fdb086606c1e938929ab3dd", + "x-ms-client-request-id": "2767e998254c27f23c52bb4d66d8df1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29415,7 +26522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:19 GMT", + "Date": "Mon, 25 Oct 2021 06:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29424,31 +26531,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ebbe5ef6fdb086606c1e938929ab3dd", - "x-ms-correlation-request-id": "bfc180dc-417d-4efb-9c7d-d30add334709", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;26498", - "x-ms-ratelimit-remaining-subscription-reads": "11708", - "x-ms-request-id": "1a11a7a7-920c-4a18-9caf-3e72699b0c0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062119Z:bfc180dc-417d-4efb-9c7d-d30add334709" + "x-ms-client-request-id": "2767e998254c27f23c52bb4d66d8df1b", + "x-ms-correlation-request-id": "b386b461-9d85-49d1-9ea1-dbe59b301803", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;27872", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "6d9c5585-c001-4ee4-8c24-203416d477ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062722Z:b386b461-9d85-49d1-9ea1-dbe59b301803" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bfd7e9098fd6d063d17d3a87bf285f43", + "x-ms-client-request-id": "3076d13e8a16df073693e746847a9c34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29457,7 +26564,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:19 GMT", + "Date": "Mon, 25 Oct 2021 06:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29466,31 +26573,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfd7e9098fd6d063d17d3a87bf285f43", - "x-ms-correlation-request-id": "ecba93f9-8d82-4cb9-9f93-b9e9108794f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;26497", - "x-ms-ratelimit-remaining-subscription-reads": "11707", - "x-ms-request-id": "3b706a8b-adfd-4b51-a847-acccc8efaa0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062119Z:ecba93f9-8d82-4cb9-9f93-b9e9108794f6" + "x-ms-client-request-id": "3076d13e8a16df073693e746847a9c34", + "x-ms-correlation-request-id": "95ae67cf-c70c-4945-8342-d28520681998", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;27871", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "92df1f9c-25ff-47c3-8cfd-f1c7c6811750", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062723Z:95ae67cf-c70c-4945-8342-d28520681998" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4263ed63ae1ebf157159aa09d0bd7cd3", + "x-ms-client-request-id": "dd1d468b25b866d93a758129e722db08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29499,7 +26606,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:19 GMT", + "Date": "Mon, 25 Oct 2021 06:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29508,31 +26615,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4263ed63ae1ebf157159aa09d0bd7cd3", - "x-ms-correlation-request-id": "b9513f2c-9e69-4e6d-8fb4-ff3c3bbef1af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;26496", - "x-ms-ratelimit-remaining-subscription-reads": "11706", - "x-ms-request-id": "84c122e8-cc9e-4cd5-9af3-bbdd34b4f372", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062120Z:b9513f2c-9e69-4e6d-8fb4-ff3c3bbef1af" + "x-ms-client-request-id": "dd1d468b25b866d93a758129e722db08", + "x-ms-correlation-request-id": "3f4466d4-68d1-4277-97a6-ee53eb466c6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;27870", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "fb1c09dd-7b6a-4bd7-8987-09ab85150e4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062723Z:3f4466d4-68d1-4277-97a6-ee53eb466c6c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ccc21a2ce001605382eacc5d34df48de", + "x-ms-client-request-id": "43b623982ce50d1ce287f1b83eaca2c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29541,7 +26648,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:20 GMT", + "Date": "Mon, 25 Oct 2021 06:27:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29550,31 +26657,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccc21a2ce001605382eacc5d34df48de", - "x-ms-correlation-request-id": "9f6f7bd1-6cd7-402a-8b04-063e344aa3d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;26495", - "x-ms-ratelimit-remaining-subscription-reads": "11705", - "x-ms-request-id": "ef878288-cabc-4e10-af37-77a53c5d3835", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062120Z:9f6f7bd1-6cd7-402a-8b04-063e344aa3d2" + "x-ms-client-request-id": "43b623982ce50d1ce287f1b83eaca2c2", + "x-ms-correlation-request-id": "77c74a6e-7034-40a8-8ee4-020d051c4607", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;27869", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "abf48b3d-2efa-49b2-8f55-755a8064dec0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062723Z:77c74a6e-7034-40a8-8ee4-020d051c4607" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a5d5a66271365bbed3184d7ce459ff14", + "x-ms-client-request-id": "1fc287b502ba1962f80ff6a009def814", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29583,7 +26690,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:20 GMT", + "Date": "Mon, 25 Oct 2021 06:27:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29592,31 +26699,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5d5a66271365bbed3184d7ce459ff14", - "x-ms-correlation-request-id": "ec3848a8-cd20-464a-bae4-732d8e11bdc7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;26494", - "x-ms-ratelimit-remaining-subscription-reads": "11704", - "x-ms-request-id": "a0790f71-a4bf-4a0d-909d-46ead809db81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062120Z:ec3848a8-cd20-464a-bae4-732d8e11bdc7" + "x-ms-client-request-id": "1fc287b502ba1962f80ff6a009def814", + "x-ms-correlation-request-id": "88a790dc-c5b4-4e60-9aef-ac0f02bd4a9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;27868", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "019ad81a-e32c-4d34-8026-da03e2b38006", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062724Z:88a790dc-c5b4-4e60-9aef-ac0f02bd4a9a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a55a6601926682419903bf34e1b88a91", + "x-ms-client-request-id": "61aedfb858c45e4f2a0ffa313420288e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29625,7 +26732,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:20 GMT", + "Date": "Mon, 25 Oct 2021 06:27:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29634,31 +26741,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a55a6601926682419903bf34e1b88a91", - "x-ms-correlation-request-id": "d8da4817-5f3d-453f-a989-6465c7358e88", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;26493", - "x-ms-ratelimit-remaining-subscription-reads": "11703", - "x-ms-request-id": "d218e9f1-8208-4afc-b6f7-83bf46ef6f07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062120Z:d8da4817-5f3d-453f-a989-6465c7358e88" + "x-ms-client-request-id": "61aedfb858c45e4f2a0ffa313420288e", + "x-ms-correlation-request-id": "7bc37d60-9a9c-428f-bab0-d566c51e2660", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;27867", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "fb2ec360-ebaf-4a31-8119-ebd9afe708fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062724Z:7bc37d60-9a9c-428f-bab0-d566c51e2660" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2aa7cc10d7e7bb9c5b66f9e892d77b29", + "x-ms-client-request-id": "6074bfd2bc5f954dc09c4bd6367b0403", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29667,7 +26774,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:20 GMT", + "Date": "Mon, 25 Oct 2021 06:27:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29676,31 +26783,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2aa7cc10d7e7bb9c5b66f9e892d77b29", - "x-ms-correlation-request-id": "d878cdb9-d3f5-4aa1-a27e-841ddbfe74e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;26492", - "x-ms-ratelimit-remaining-subscription-reads": "11702", - "x-ms-request-id": "b8b6953f-6d18-41b5-84e2-f5a04276c742", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062121Z:d878cdb9-d3f5-4aa1-a27e-841ddbfe74e9" + "x-ms-client-request-id": "6074bfd2bc5f954dc09c4bd6367b0403", + "x-ms-correlation-request-id": "ab0adccc-ee97-4b26-9c4b-de93ce611f3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;27866", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "54e18071-91a2-437d-8bda-285873a00c7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062724Z:ab0adccc-ee97-4b26-9c4b-de93ce611f3f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd5cb7eba384cf7765520c33b18a791b", + "x-ms-client-request-id": "5f00dc8e40fd5cfd3863f5ab0731e5d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29709,7 +26816,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:21 GMT", + "Date": "Mon, 25 Oct 2021 06:27:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29718,31 +26825,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd5cb7eba384cf7765520c33b18a791b", - "x-ms-correlation-request-id": "d3a847d2-d249-440a-91b6-1201b1ffa133", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;26491", - "x-ms-ratelimit-remaining-subscription-reads": "11701", - "x-ms-request-id": "13210772-5adb-46df-a7a8-15dc687dd1a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062121Z:d3a847d2-d249-440a-91b6-1201b1ffa133" + "x-ms-client-request-id": "5f00dc8e40fd5cfd3863f5ab0731e5d7", + "x-ms-correlation-request-id": "db41e7ba-e478-40eb-b17b-fcc0c91462e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;27865", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "88819c1b-60fd-454d-b9d9-ca66cafa4eb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062724Z:db41e7ba-e478-40eb-b17b-fcc0c91462e1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "186bbb8ed5b2292cca9f49ff9958f0c1", + "x-ms-client-request-id": "49cd67e7986afcb49118a1270d7827ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29751,7 +26858,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:21 GMT", + "Date": "Mon, 25 Oct 2021 06:27:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29760,31 +26867,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "186bbb8ed5b2292cca9f49ff9958f0c1", - "x-ms-correlation-request-id": "6fe7d8ff-e743-4aaf-a1c0-5293e6715d60", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;26490", - "x-ms-ratelimit-remaining-subscription-reads": "11700", - "x-ms-request-id": "1e123e68-f235-4626-9e29-e13f3dd84749", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062121Z:6fe7d8ff-e743-4aaf-a1c0-5293e6715d60" + "x-ms-client-request-id": "49cd67e7986afcb49118a1270d7827ae", + "x-ms-correlation-request-id": "019092a9-e20f-4ea4-b340-f7a7f9847391", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;27864", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "1cdd8152-439d-41f2-b4a8-f3da6248b9da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062725Z:019092a9-e20f-4ea4-b340-f7a7f9847391" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "29489687bc5b6d0d54d7c595cb6909d1", + "x-ms-client-request-id": "57a2f70ac9209290c11728fbc6a18e8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29793,7 +26900,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:21 GMT", + "Date": "Mon, 25 Oct 2021 06:27:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29802,31 +26909,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29489687bc5b6d0d54d7c595cb6909d1", - "x-ms-correlation-request-id": "1c809200-f5b9-412e-adda-c1050ca1913c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;26489", - "x-ms-ratelimit-remaining-subscription-reads": "11699", - "x-ms-request-id": "a6216004-1ac6-4beb-8300-4cb239b2f521", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062121Z:1c809200-f5b9-412e-adda-c1050ca1913c" + "x-ms-client-request-id": "57a2f70ac9209290c11728fbc6a18e8e", + "x-ms-correlation-request-id": "6c4f2525-0eb1-49c9-a0a8-aaf64fec9f9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;27863", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "d2a016f1-a60b-44dd-b98b-3223166cf80d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062725Z:6c4f2525-0eb1-49c9-a0a8-aaf64fec9f9a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d65added636c15768b3203e45a78360c", + "x-ms-client-request-id": "ceee74b7bbadf6992803cde59ed54fbf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29835,7 +26942,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:21 GMT", + "Date": "Mon, 25 Oct 2021 06:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29844,31 +26951,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d65added636c15768b3203e45a78360c", - "x-ms-correlation-request-id": "226ed391-c2f3-40a8-9c5f-88166cd951a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;26488", - "x-ms-ratelimit-remaining-subscription-reads": "11698", - "x-ms-request-id": "f3352ff6-72a0-4b3d-b9fa-ada6f969602a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062122Z:226ed391-c2f3-40a8-9c5f-88166cd951a3" + "x-ms-client-request-id": "ceee74b7bbadf6992803cde59ed54fbf", + "x-ms-correlation-request-id": "867d3f42-5cba-46b2-b902-93051c7588d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;27862", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "5646341c-7057-4267-b4f4-d87da7bf9dbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062725Z:867d3f42-5cba-46b2-b902-93051c7588d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1bab4a614f41d2c0aefec3da10975e60", + "x-ms-client-request-id": "10a1463c8d8f1eb7d73b885270b835ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29877,7 +26984,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:22 GMT", + "Date": "Mon, 25 Oct 2021 06:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29886,31 +26993,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bab4a614f41d2c0aefec3da10975e60", - "x-ms-correlation-request-id": "016f2514-9bb3-4319-88b4-f58896bb5016", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;26487", - "x-ms-ratelimit-remaining-subscription-reads": "11697", - "x-ms-request-id": "553f4339-f984-49f9-8629-6ea705b21aaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062122Z:016f2514-9bb3-4319-88b4-f58896bb5016" + "x-ms-client-request-id": "10a1463c8d8f1eb7d73b885270b835ef", + "x-ms-correlation-request-id": "75124dbd-6696-4ecf-8b24-65199144ae3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;27861", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "029aca64-deab-48f6-9c7a-6a8ae1d87322", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062725Z:75124dbd-6696-4ecf-8b24-65199144ae3c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bb1277951afe24551f329e28b82912dc", + "x-ms-client-request-id": "9970138a598a4f005dac2e1cfbabf4eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29919,7 +27026,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:22 GMT", + "Date": "Mon, 25 Oct 2021 06:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29928,31 +27035,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb1277951afe24551f329e28b82912dc", - "x-ms-correlation-request-id": "f88b4641-4eef-4455-8edf-2d59326b4985", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;26486", - "x-ms-ratelimit-remaining-subscription-reads": "11696", - "x-ms-request-id": "657a65c6-e3a4-4cf1-bf36-32c82c75898a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062122Z:f88b4641-4eef-4455-8edf-2d59326b4985" + "x-ms-client-request-id": "9970138a598a4f005dac2e1cfbabf4eb", + "x-ms-correlation-request-id": "1f90c67f-6cf5-4420-b399-5e2c8e406daa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;27860", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "d3b90b0c-2aa9-43d4-85ab-a0ea15796052", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062726Z:1f90c67f-6cf5-4420-b399-5e2c8e406daa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8033b8a1eebd9d901d87286d9f9c05f3", + "x-ms-client-request-id": "80bf68c87d0029ffbdcff77232478570", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29961,7 +27068,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:22 GMT", + "Date": "Mon, 25 Oct 2021 06:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29970,31 +27077,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8033b8a1eebd9d901d87286d9f9c05f3", - "x-ms-correlation-request-id": "6de77c4c-cef4-4a14-9a1f-725f4af3a1df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;26485", - "x-ms-ratelimit-remaining-subscription-reads": "11695", - "x-ms-request-id": "eb7e9d26-3ea5-4acc-b58f-3d8eca73cd69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062123Z:6de77c4c-cef4-4a14-9a1f-725f4af3a1df" + "x-ms-client-request-id": "80bf68c87d0029ffbdcff77232478570", + "x-ms-correlation-request-id": "8cf310e4-5466-4859-86ec-6b48a0b48b9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;27859", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "f5d9d086-6885-425b-97a8-bfb0abd199a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062726Z:8cf310e4-5466-4859-86ec-6b48a0b48b9a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e34ea3d47a65470ef487fc0eb0971a84", + "x-ms-client-request-id": "8a5addceb665e2344552b3e25e9a222c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30003,7 +27110,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:23 GMT", + "Date": "Mon, 25 Oct 2021 06:27:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30012,31 +27119,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e34ea3d47a65470ef487fc0eb0971a84", - "x-ms-correlation-request-id": "01ab9c5e-a511-481a-bfe2-76839ba8aca8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;26484", - "x-ms-ratelimit-remaining-subscription-reads": "11694", - "x-ms-request-id": "fe987ea1-3671-4084-a4f2-b0a7752e43ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062123Z:01ab9c5e-a511-481a-bfe2-76839ba8aca8" + "x-ms-client-request-id": "8a5addceb665e2344552b3e25e9a222c", + "x-ms-correlation-request-id": "8512f788-3107-4a7e-b4be-ca1b896cb77b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;27858", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "43924ea0-676a-465e-8332-037b0a7a18b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062726Z:8512f788-3107-4a7e-b4be-ca1b896cb77b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5738e6ebdd63a7a3e6749e76f1e78482", + "x-ms-client-request-id": "078a9d47b5f80cef1446dbba628e1c15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30045,7 +27152,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:23 GMT", + "Date": "Mon, 25 Oct 2021 06:27:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30054,31 +27161,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5738e6ebdd63a7a3e6749e76f1e78482", - "x-ms-correlation-request-id": "000a7a24-0b4c-4a98-be48-2410396df054", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;26483", - "x-ms-ratelimit-remaining-subscription-reads": "11693", - "x-ms-request-id": "be19ae1c-ba3c-4427-abc7-0a3dbc2cdcd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062123Z:000a7a24-0b4c-4a98-be48-2410396df054" + "x-ms-client-request-id": "078a9d47b5f80cef1446dbba628e1c15", + "x-ms-correlation-request-id": "df58d899-a33d-4f8f-be47-740033383eb0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;27857", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "185aa14d-d996-4e70-ba49-d205af27ae78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062726Z:df58d899-a33d-4f8f-be47-740033383eb0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1554ab2d2eda2776aaec8c36f182ec85", + "x-ms-client-request-id": "1e4ebe266950118534dd3aaeca1ccb22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30087,7 +27194,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:23 GMT", + "Date": "Mon, 25 Oct 2021 06:27:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30096,31 +27203,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1554ab2d2eda2776aaec8c36f182ec85", - "x-ms-correlation-request-id": "84046618-dde2-44f5-b644-d1ca956315ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;26482", - "x-ms-ratelimit-remaining-subscription-reads": "11692", - "x-ms-request-id": "674ce583-94e1-4fe8-ad64-f5b3b8099389", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062123Z:84046618-dde2-44f5-b644-d1ca956315ad" + "x-ms-client-request-id": "1e4ebe266950118534dd3aaeca1ccb22", + "x-ms-correlation-request-id": "f90f52ce-440e-4a10-8644-45fd66e1f4d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;27856", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "dad524a4-25ae-4495-aa5d-680c987a4937", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062727Z:f90f52ce-440e-4a10-8644-45fd66e1f4d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b981a36dae63f69000a7fcf1db97550c", + "x-ms-client-request-id": "952bcbad7dbc1877ed4e761fda7980b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30129,7 +27236,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:23 GMT", + "Date": "Mon, 25 Oct 2021 06:27:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30138,31 +27245,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b981a36dae63f69000a7fcf1db97550c", - "x-ms-correlation-request-id": "2864d03e-0ed4-43d4-bbcf-450f817ba0bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;26481", - "x-ms-ratelimit-remaining-subscription-reads": "11691", - "x-ms-request-id": "93336125-7b34-4a6c-a1df-611acf5169c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062124Z:2864d03e-0ed4-43d4-bbcf-450f817ba0bf" + "x-ms-client-request-id": "952bcbad7dbc1877ed4e761fda7980b7", + "x-ms-correlation-request-id": "01ddaac4-31d1-44e6-bcb2-7eb4e5d0f6b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;27855", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "0de07ee6-a75a-46cf-a09b-584ec979ca4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062727Z:01ddaac4-31d1-44e6-bcb2-7eb4e5d0f6b1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "05e179020443bcaa6f11ad77516cb564", + "x-ms-client-request-id": "a0bc9d35044cdddb1778d31b7a4142f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30171,7 +27278,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:24 GMT", + "Date": "Mon, 25 Oct 2021 06:27:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30180,31 +27287,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05e179020443bcaa6f11ad77516cb564", - "x-ms-correlation-request-id": "48273abd-8ddb-4844-a0d7-9509f470fdfc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;26480", - "x-ms-ratelimit-remaining-subscription-reads": "11690", - "x-ms-request-id": "c6dd8f8d-7dc7-414e-a5f2-18c72fe1564c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062124Z:48273abd-8ddb-4844-a0d7-9509f470fdfc" + "x-ms-client-request-id": "a0bc9d35044cdddb1778d31b7a4142f8", + "x-ms-correlation-request-id": "19e8a40d-59d8-45f7-8ac8-cbe0de862472", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;27854", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "68920e53-4db2-4f83-9dc9-592a43e82d4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062727Z:19e8a40d-59d8-45f7-8ac8-cbe0de862472" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4e081887cb657e1f1a5e143332854b13", + "x-ms-client-request-id": "970db97b8762a85847353002f26637ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30213,7 +27320,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:24 GMT", + "Date": "Mon, 25 Oct 2021 06:27:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30222,31 +27329,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e081887cb657e1f1a5e143332854b13", - "x-ms-correlation-request-id": "f1a9b3b9-2164-4a40-a78e-7298f5b1e9de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;26479", - "x-ms-ratelimit-remaining-subscription-reads": "11689", - "x-ms-request-id": "3b1b5d9e-c601-47d0-83bc-ced636d53d41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062124Z:f1a9b3b9-2164-4a40-a78e-7298f5b1e9de" + "x-ms-client-request-id": "970db97b8762a85847353002f26637ba", + "x-ms-correlation-request-id": "e3d396ee-a8e3-4697-b487-cdcb7c54ba48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;27853", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "89d7cda5-5b68-4873-b524-483a53fa9644", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062727Z:e3d396ee-a8e3-4697-b487-cdcb7c54ba48" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "78347f96e7a16842f8c449520118a493", + "x-ms-client-request-id": "2c78825c2b60a9d6ef4d7e44aa5b9eac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30255,7 +27362,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:24 GMT", + "Date": "Mon, 25 Oct 2021 06:27:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30264,31 +27371,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78347f96e7a16842f8c449520118a493", - "x-ms-correlation-request-id": "42f27741-6495-423d-a8b4-cc9775a19539", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;26478", - "x-ms-ratelimit-remaining-subscription-reads": "11688", - "x-ms-request-id": "00abbdb4-9b40-4591-87de-dbeee4758b8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062124Z:42f27741-6495-423d-a8b4-cc9775a19539" + "x-ms-client-request-id": "2c78825c2b60a9d6ef4d7e44aa5b9eac", + "x-ms-correlation-request-id": "b8ca75c1-ffed-41b5-92eb-06f845efd451", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;27852", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "03669e69-0f7a-4e10-8143-3246240d7626", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062728Z:b8ca75c1-ffed-41b5-92eb-06f845efd451" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c36998f1078e37a65962eae4ef778ae9", + "x-ms-client-request-id": "21a47e0be96cae5444135817d3d9ebb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30297,7 +27404,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:25 GMT", + "Date": "Mon, 25 Oct 2021 06:27:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30306,31 +27413,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c36998f1078e37a65962eae4ef778ae9", - "x-ms-correlation-request-id": "b69c19a1-8fc8-4cfb-9329-08d2a72825c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;26477", - "x-ms-ratelimit-remaining-subscription-reads": "11687", - "x-ms-request-id": "4f9af2e3-8aff-478a-ac3f-1b1e0f058162", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062125Z:b69c19a1-8fc8-4cfb-9329-08d2a72825c1" + "x-ms-client-request-id": "21a47e0be96cae5444135817d3d9ebb0", + "x-ms-correlation-request-id": "c08a7a94-c5a2-4454-a7fe-26a0a153f161", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;27851", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "b27f2022-f9f3-480a-b10d-25087c45ce5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062728Z:c08a7a94-c5a2-4454-a7fe-26a0a153f161" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d2e099c53c38a0c2d5a055a081cc7d02", + "x-ms-client-request-id": "f8bf184115c85098e364a7140914feec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30339,7 +27446,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:25 GMT", + "Date": "Mon, 25 Oct 2021 06:27:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30348,31 +27455,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2e099c53c38a0c2d5a055a081cc7d02", - "x-ms-correlation-request-id": "f5d3e6d8-ffef-422c-8119-468161a3693b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;26476", - "x-ms-ratelimit-remaining-subscription-reads": "11686", - "x-ms-request-id": "1ebfa106-52bf-41da-949b-95513992fa98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062125Z:f5d3e6d8-ffef-422c-8119-468161a3693b" + "x-ms-client-request-id": "f8bf184115c85098e364a7140914feec", + "x-ms-correlation-request-id": "a9e83818-bb9f-45ad-877f-fac7d5ce65ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;27850", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "956b8587-5219-4897-9eb8-734446fabb66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062728Z:a9e83818-bb9f-45ad-877f-fac7d5ce65ea" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "994181b9881c8e84d8fc1e3efc5e7981", + "x-ms-client-request-id": "74f6849716c2734d2dcae84cd2bed516", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30381,7 +27488,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:25 GMT", + "Date": "Mon, 25 Oct 2021 06:27:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30390,31 +27497,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "994181b9881c8e84d8fc1e3efc5e7981", - "x-ms-correlation-request-id": "81b83efa-465a-4d67-9ade-ebede828e95e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;26475", - "x-ms-ratelimit-remaining-subscription-reads": "11685", - "x-ms-request-id": "9753bc11-cd50-48f1-8a01-730873964e17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062125Z:81b83efa-465a-4d67-9ade-ebede828e95e" + "x-ms-client-request-id": "74f6849716c2734d2dcae84cd2bed516", + "x-ms-correlation-request-id": "beeaba84-b280-4954-ae16-2dbee552cbb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;27849", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "f54aee32-172d-489e-9cc8-7135f9f05f6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062728Z:beeaba84-b280-4954-ae16-2dbee552cbb2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "678c603ad137b45bd5c8edeeb105b58c", + "x-ms-client-request-id": "9103cd62a59cf5e3e5533e084140a530", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30423,7 +27530,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:25 GMT", + "Date": "Mon, 25 Oct 2021 06:27:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30432,31 +27539,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "678c603ad137b45bd5c8edeeb105b58c", - "x-ms-correlation-request-id": "aac3da15-152c-41da-90fe-85da7ec0a367", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;26474", - "x-ms-ratelimit-remaining-subscription-reads": "11684", - "x-ms-request-id": "9b1bc5a5-cd72-4948-8b6b-d623fda829b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062126Z:aac3da15-152c-41da-90fe-85da7ec0a367" + "x-ms-client-request-id": "9103cd62a59cf5e3e5533e084140a530", + "x-ms-correlation-request-id": "8d6ad4a5-85c1-4484-bd94-8458dcae940e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;27848", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "6e39dd65-ec03-45fe-9026-1d7d8d5e21ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062729Z:8d6ad4a5-85c1-4484-bd94-8458dcae940e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6e2ae8e4f1353dcd1552f93b1e83a477", + "x-ms-client-request-id": "4e806c1576e22beeca4bcafe2d4b7d24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30465,7 +27572,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:26 GMT", + "Date": "Mon, 25 Oct 2021 06:27:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30474,31 +27581,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e2ae8e4f1353dcd1552f93b1e83a477", - "x-ms-correlation-request-id": "5a8735c3-4ff2-4705-9f5f-2585195ee20b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;26473", - "x-ms-ratelimit-remaining-subscription-reads": "11683", - "x-ms-request-id": "0684fdc5-0ee3-4c50-ba0f-3037c8954aad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062126Z:5a8735c3-4ff2-4705-9f5f-2585195ee20b" + "x-ms-client-request-id": "4e806c1576e22beeca4bcafe2d4b7d24", + "x-ms-correlation-request-id": "32eb0150-281c-4fa5-b631-abf79374d229", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;27847", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "2a496625-50c7-4434-a9b6-b74f0057b5bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062729Z:32eb0150-281c-4fa5-b631-abf79374d229" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2166d3261640e8ca258dc3539a96ddd2", + "x-ms-client-request-id": "3bb2918e6c10f14fa1018e6ed74532ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30507,7 +27614,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:26 GMT", + "Date": "Mon, 25 Oct 2021 06:27:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30516,31 +27623,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2166d3261640e8ca258dc3539a96ddd2", - "x-ms-correlation-request-id": "a1464982-6545-4132-92b8-7dc0020371b7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;26472", - "x-ms-ratelimit-remaining-subscription-reads": "11682", - "x-ms-request-id": "a0c1ad6f-bcad-4394-b14b-00cb00a3dab6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062126Z:a1464982-6545-4132-92b8-7dc0020371b7" + "x-ms-client-request-id": "3bb2918e6c10f14fa1018e6ed74532ed", + "x-ms-correlation-request-id": "ce4b6b4a-fce6-4b3b-98dc-80b22f61f6d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;27846", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "e11223a4-98b8-458e-b13c-1535c6e22949", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062729Z:ce4b6b4a-fce6-4b3b-98dc-80b22f61f6d6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "135a91470a33484c924f51e5d71f9652", + "x-ms-client-request-id": "6637b725863eec34dfd8c750dbe4c89a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30549,7 +27656,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:26 GMT", + "Date": "Mon, 25 Oct 2021 06:27:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30558,31 +27665,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "135a91470a33484c924f51e5d71f9652", - "x-ms-correlation-request-id": "baa64d79-3a85-4ec1-9174-b84fdd1f544b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;26471", - "x-ms-ratelimit-remaining-subscription-reads": "11681", - "x-ms-request-id": "0a4ab937-16f9-4c13-a33d-1962e60eb381", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062126Z:baa64d79-3a85-4ec1-9174-b84fdd1f544b" + "x-ms-client-request-id": "6637b725863eec34dfd8c750dbe4c89a", + "x-ms-correlation-request-id": "4ccbf76d-cb8c-4bc1-b11e-40aba7f3c777", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;27845", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "877443d3-5e51-4898-b79a-a40e5e15a516", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062729Z:4ccbf76d-cb8c-4bc1-b11e-40aba7f3c777" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dec77624949ecd4c1e4248a82e7aa27f", + "x-ms-client-request-id": "b0791ad6698ea81f1c8eade0e77f5385", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30591,7 +27698,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:26 GMT", + "Date": "Mon, 25 Oct 2021 06:27:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30600,31 +27707,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dec77624949ecd4c1e4248a82e7aa27f", - "x-ms-correlation-request-id": "3cef0b11-6b3e-4429-af85-27433a0d2a80", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;26470", - "x-ms-ratelimit-remaining-subscription-reads": "11680", - "x-ms-request-id": "f296b27b-8579-4ea0-be2a-f21e6af55e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062127Z:3cef0b11-6b3e-4429-af85-27433a0d2a80" + "x-ms-client-request-id": "b0791ad6698ea81f1c8eade0e77f5385", + "x-ms-correlation-request-id": "f6fadf1d-91c6-4a18-b9e6-2c42f3592b34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27844", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "73ade569-1479-4e1d-b233-987e8acd43ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062730Z:f6fadf1d-91c6-4a18-b9e6-2c42f3592b34" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8cf4277490291c43871e8ef0c4e41005", + "x-ms-client-request-id": "75d9dc19171407e55cc55b38a5fe15bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30633,7 +27740,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:27 GMT", + "Date": "Mon, 25 Oct 2021 06:27:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30642,31 +27749,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cf4277490291c43871e8ef0c4e41005", - "x-ms-correlation-request-id": "fb954af7-f1ee-419b-b65c-315ffa7c6c81", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;26469", - "x-ms-ratelimit-remaining-subscription-reads": "11679", - "x-ms-request-id": "979a8ee0-ff2b-4388-8f62-c593ca5e3f10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062127Z:fb954af7-f1ee-419b-b65c-315ffa7c6c81" + "x-ms-client-request-id": "75d9dc19171407e55cc55b38a5fe15bc", + "x-ms-correlation-request-id": "e5678234-cb11-4bcd-abc8-fde9e3ea5872", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27843", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "fec8403c-91ae-4f43-ac2a-64411c40c7c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062730Z:e5678234-cb11-4bcd-abc8-fde9e3ea5872" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "242f71f6feceb233458cf4f0c1a31a18", + "x-ms-client-request-id": "bd98f43981cbbb5f988e49afd9530460", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30675,7 +27782,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:27 GMT", + "Date": "Mon, 25 Oct 2021 06:27:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30684,31 +27791,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "242f71f6feceb233458cf4f0c1a31a18", - "x-ms-correlation-request-id": "68da8090-7206-4463-874d-85fa7da167d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;26468", - "x-ms-ratelimit-remaining-subscription-reads": "11678", - "x-ms-request-id": "be5f634e-d497-45d5-b504-847814b2e338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062127Z:68da8090-7206-4463-874d-85fa7da167d4" + "x-ms-client-request-id": "bd98f43981cbbb5f988e49afd9530460", + "x-ms-correlation-request-id": "3248c198-2518-4aee-8b40-908f0c884427", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27842", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "96f48a92-8a83-4bde-9b41-5c9fd5069651", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062730Z:3248c198-2518-4aee-8b40-908f0c884427" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b070d2ad0a2b932832ab5680065c093a", + "x-ms-client-request-id": "fe374185520bbf86347253c80de6031e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30717,7 +27824,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:27 GMT", + "Date": "Mon, 25 Oct 2021 06:27:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30726,31 +27833,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b070d2ad0a2b932832ab5680065c093a", - "x-ms-correlation-request-id": "2ec34a91-16d7-4a6a-a068-797354ecb885", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;26467", - "x-ms-ratelimit-remaining-subscription-reads": "11677", - "x-ms-request-id": "3b03c2d3-0769-475a-806c-f31a2cd8ef73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062128Z:2ec34a91-16d7-4a6a-a068-797354ecb885" + "x-ms-client-request-id": "fe374185520bbf86347253c80de6031e", + "x-ms-correlation-request-id": "3f074724-f58e-4b4b-bee9-d6b02cbf5532", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27841", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "ad8d0d0b-b292-42c0-a621-13d55b3d2cd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062730Z:3f074724-f58e-4b4b-bee9-d6b02cbf5532" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bcb142327e4a76b0f342469c9b535ae3", + "x-ms-client-request-id": "f2a7f07995e797ba7d1ddc85cd352e09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30759,7 +27866,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:27 GMT", + "Date": "Mon, 25 Oct 2021 06:27:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30768,31 +27875,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcb142327e4a76b0f342469c9b535ae3", - "x-ms-correlation-request-id": "3a8736ba-85bc-45d3-9fac-2821e2f2f5e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;26466", - "x-ms-ratelimit-remaining-subscription-reads": "11676", - "x-ms-request-id": "370853a3-6b7a-4a3d-9f31-6a37f59635a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062128Z:3a8736ba-85bc-45d3-9fac-2821e2f2f5e8" + "x-ms-client-request-id": "f2a7f07995e797ba7d1ddc85cd352e09", + "x-ms-correlation-request-id": "16587fe5-230b-4410-ae81-6f46c0124ca4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27840", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "54c5045d-0808-48be-b363-7a2f9e010bcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062731Z:16587fe5-230b-4410-ae81-6f46c0124ca4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f24376045f73ecda489bf123a8b3ace9", + "x-ms-client-request-id": "63b3fbc017c6e6b16ed888592d97aeb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30801,7 +27908,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:28 GMT", + "Date": "Mon, 25 Oct 2021 06:27:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30810,31 +27917,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f24376045f73ecda489bf123a8b3ace9", - "x-ms-correlation-request-id": "0354afa9-6d30-4355-bc84-a78c7c52e7d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;26465", - "x-ms-ratelimit-remaining-subscription-reads": "11675", - "x-ms-request-id": "6982cedb-5ac6-456b-b9d3-76fe92bf6a8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062128Z:0354afa9-6d30-4355-bc84-a78c7c52e7d6" + "x-ms-client-request-id": "63b3fbc017c6e6b16ed888592d97aeb2", + "x-ms-correlation-request-id": "27d470be-6e4f-40b6-8449-85e7721e20eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27839", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "4f1b279b-b8a2-4b4c-b01b-f37b45a9753e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062731Z:27d470be-6e4f-40b6-8449-85e7721e20eb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ebeba835df12ecd21fabde9c38bf7df", + "x-ms-client-request-id": "e8362b8a11abef7887a081ee7500f1fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30843,7 +27950,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:28 GMT", + "Date": "Mon, 25 Oct 2021 06:27:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30852,31 +27959,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ebeba835df12ecd21fabde9c38bf7df", - "x-ms-correlation-request-id": "e723f74a-b768-4231-9eeb-d2ab1710db9f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;26464", - "x-ms-ratelimit-remaining-subscription-reads": "11674", - "x-ms-request-id": "b27f9049-aa8b-4662-bcc2-fe6404e53ef7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062128Z:e723f74a-b768-4231-9eeb-d2ab1710db9f" + "x-ms-client-request-id": "e8362b8a11abef7887a081ee7500f1fe", + "x-ms-correlation-request-id": "0749b7cc-c8f7-470f-9de2-d4e918119f2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27838", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "b1878388-7427-49b8-9a43-e08852366fd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062731Z:0749b7cc-c8f7-470f-9de2-d4e918119f2e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "907c72501618d2c768c574ae8c8dcd40", + "x-ms-client-request-id": "11074a43a03361573fc0840e0d6169e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30885,7 +27992,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:28 GMT", + "Date": "Mon, 25 Oct 2021 06:27:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30894,31 +28001,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "907c72501618d2c768c574ae8c8dcd40", - "x-ms-correlation-request-id": "639cd351-5a68-4fa4-84fb-8217d12e9f76", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;26463", - "x-ms-ratelimit-remaining-subscription-reads": "11673", - "x-ms-request-id": "642bcdb7-7a9f-4408-811b-b5fc6d9318c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062129Z:639cd351-5a68-4fa4-84fb-8217d12e9f76" + "x-ms-client-request-id": "11074a43a03361573fc0840e0d6169e5", + "x-ms-correlation-request-id": "5109b658-5d6a-4075-aa72-aad7bb849fe5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27837", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "bb3ef31d-60ef-4574-81e7-ba743f9b238d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062732Z:5109b658-5d6a-4075-aa72-aad7bb849fe5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e1195d95db94a6f1a814d178a2f028bd", + "x-ms-client-request-id": "a2fa2a6f46feaf5d83c4dc2695c3716d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30927,7 +28034,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:29 GMT", + "Date": "Mon, 25 Oct 2021 06:27:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30936,31 +28043,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1195d95db94a6f1a814d178a2f028bd", - "x-ms-correlation-request-id": "1f52b075-ad04-4ce4-a0e0-03d2913751f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;26462", - "x-ms-ratelimit-remaining-subscription-reads": "11672", - "x-ms-request-id": "9284b007-213c-4670-b290-6f8fb1717018", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062129Z:1f52b075-ad04-4ce4-a0e0-03d2913751f7" + "x-ms-client-request-id": "a2fa2a6f46feaf5d83c4dc2695c3716d", + "x-ms-correlation-request-id": "13dc79bc-0135-4013-9735-7454a88c569c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27836", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "7187d23e-d3d7-4431-9250-30f956ce24aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062732Z:13dc79bc-0135-4013-9735-7454a88c569c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "35d312a41c376cd0f3eb162ce91fa293", + "x-ms-client-request-id": "e31589e69c8fea7fd4d4a8ea8d6ae126", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30969,7 +28076,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:29 GMT", + "Date": "Mon, 25 Oct 2021 06:27:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30978,31 +28085,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35d312a41c376cd0f3eb162ce91fa293", - "x-ms-correlation-request-id": "28f88969-0af9-4bf8-9ec2-842bcf543a01", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;26461", - "x-ms-ratelimit-remaining-subscription-reads": "11671", - "x-ms-request-id": "e2b10976-9cc8-483c-9f23-58c5389508ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062129Z:28f88969-0af9-4bf8-9ec2-842bcf543a01" + "x-ms-client-request-id": "e31589e69c8fea7fd4d4a8ea8d6ae126", + "x-ms-correlation-request-id": "73d8fc1b-e6cc-443a-a383-66a66a5d8274", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27835", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "ef693a02-4331-4174-aa20-b8ea1742466e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062732Z:73d8fc1b-e6cc-443a-a383-66a66a5d8274" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "65537d2d1672744a80d5e704454e3077", + "x-ms-client-request-id": "4a7e9b364f05fc00ed588e6ec330cc7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31011,7 +28118,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:29 GMT", + "Date": "Mon, 25 Oct 2021 06:27:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31020,31 +28127,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65537d2d1672744a80d5e704454e3077", - "x-ms-correlation-request-id": "2583b44d-95b0-4275-ad91-4897c20abf94", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;26460", - "x-ms-ratelimit-remaining-subscription-reads": "11670", - "x-ms-request-id": "e98f111d-8887-4286-b908-7dc1b9499a00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062129Z:2583b44d-95b0-4275-ad91-4897c20abf94" + "x-ms-client-request-id": "4a7e9b364f05fc00ed588e6ec330cc7c", + "x-ms-correlation-request-id": "38d6940a-02c9-40dc-9dbb-340f2369cf1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27834", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "1a988f50-3497-4a2e-b4ff-45b58ee910d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062732Z:38d6940a-02c9-40dc-9dbb-340f2369cf1f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "790ab69d97ba79088dadeea9c5c5bd89", + "x-ms-client-request-id": "8327164f864bd256ab10cd299e722118", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31053,7 +28160,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:29 GMT", + "Date": "Mon, 25 Oct 2021 06:27:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31062,31 +28169,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "790ab69d97ba79088dadeea9c5c5bd89", - "x-ms-correlation-request-id": "9c92b408-766f-46c8-8c35-ae5027252dfb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26459", - "x-ms-ratelimit-remaining-subscription-reads": "11669", - "x-ms-request-id": "f0e16615-2578-4ffd-ab92-5ff0212ae1ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062130Z:9c92b408-766f-46c8-8c35-ae5027252dfb" + "x-ms-client-request-id": "8327164f864bd256ab10cd299e722118", + "x-ms-correlation-request-id": "83230dc8-ab6f-4c22-830f-f3132de3e693", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27833", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "038e2d04-44e4-4c24-9139-d8fdcd47db34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062733Z:83230dc8-ab6f-4c22-830f-f3132de3e693" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "254b3d71c29d8e4bc85eb56134cc26a4", + "x-ms-client-request-id": "faf0b6e2274497678919f5370d1027a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31095,7 +28202,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:30 GMT", + "Date": "Mon, 25 Oct 2021 06:27:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31104,31 +28211,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "254b3d71c29d8e4bc85eb56134cc26a4", - "x-ms-correlation-request-id": "f0700d6a-68c1-4392-9db3-dfdef93c682d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26458", - "x-ms-ratelimit-remaining-subscription-reads": "11668", - "x-ms-request-id": "65b766a8-46dc-486a-880b-ef72ff43938d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062130Z:f0700d6a-68c1-4392-9db3-dfdef93c682d" + "x-ms-client-request-id": "faf0b6e2274497678919f5370d1027a4", + "x-ms-correlation-request-id": "fba39b98-4315-4565-bbe4-a85013a6bed3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27832", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "50481541-d827-4a13-be4c-89d862e64ace", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062733Z:fba39b98-4315-4565-bbe4-a85013a6bed3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "328f9fbb291495d974dad8c428a1afbb", + "x-ms-client-request-id": "769b2b085e42afda45ac9ef581d65e7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31137,7 +28244,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:30 GMT", + "Date": "Mon, 25 Oct 2021 06:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31146,31 +28253,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "328f9fbb291495d974dad8c428a1afbb", - "x-ms-correlation-request-id": "1e0ca986-d907-4905-a1de-f9392c3d031a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26457", - "x-ms-ratelimit-remaining-subscription-reads": "11667", - "x-ms-request-id": "ea69d48e-03e0-4916-bc31-459cdc4c041a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062130Z:1e0ca986-d907-4905-a1de-f9392c3d031a" + "x-ms-client-request-id": "769b2b085e42afda45ac9ef581d65e7a", + "x-ms-correlation-request-id": "3141a4de-7209-4eed-9079-c232feeca315", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27831", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "fedcea0d-764d-4006-8069-be9897e9aafc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062733Z:3141a4de-7209-4eed-9079-c232feeca315" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "08925e170a03dada6b7cb15be2a645c1", + "x-ms-client-request-id": "0c8c7536d1402838ae90f931911ec49b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31179,7 +28286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:30 GMT", + "Date": "Mon, 25 Oct 2021 06:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31188,31 +28295,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08925e170a03dada6b7cb15be2a645c1", - "x-ms-correlation-request-id": "a2883228-345b-462f-b4ee-befe8dc195ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26456", - "x-ms-ratelimit-remaining-subscription-reads": "11666", - "x-ms-request-id": "cbd549da-df4b-4d82-96ff-b114d1b7825c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062130Z:a2883228-345b-462f-b4ee-befe8dc195ae" + "x-ms-client-request-id": "0c8c7536d1402838ae90f931911ec49b", + "x-ms-correlation-request-id": "17658774-ebc6-46bb-874f-79d81fadc4ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27830", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "f990063f-96ee-425d-934f-ea8596e0b150", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062734Z:17658774-ebc6-46bb-874f-79d81fadc4ae" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "25ee49868a36487463b5b1c3ea866527", + "x-ms-client-request-id": "722129e8aad784d6db40b498887215b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31221,7 +28328,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:30 GMT", + "Date": "Mon, 25 Oct 2021 06:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31230,31 +28337,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25ee49868a36487463b5b1c3ea866527", - "x-ms-correlation-request-id": "e4482f0f-8f0a-41b2-b777-629835e37a87", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26455", - "x-ms-ratelimit-remaining-subscription-reads": "11665", - "x-ms-request-id": "6576c48f-ee63-435c-b430-8879f743196d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062131Z:e4482f0f-8f0a-41b2-b777-629835e37a87" + "x-ms-client-request-id": "722129e8aad784d6db40b498887215b3", + "x-ms-correlation-request-id": "6958f376-55d4-409b-b9e6-ebadcb5048a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27829", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "040c8d34-3b45-449a-aa06-d0a54719ec78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062734Z:6958f376-55d4-409b-b9e6-ebadcb5048a1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d54afaaf1e39b0a0c5b4c698777db2cd", + "x-ms-client-request-id": "98007aba1a843664f373c8b164a91e26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31263,7 +28370,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:31 GMT", + "Date": "Mon, 25 Oct 2021 06:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31272,31 +28379,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d54afaaf1e39b0a0c5b4c698777db2cd", - "x-ms-correlation-request-id": "023f1779-3c06-4586-a552-48ea5b126211", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26454", - "x-ms-ratelimit-remaining-subscription-reads": "11664", - "x-ms-request-id": "47996254-d77a-4413-883b-d789d21def86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062131Z:023f1779-3c06-4586-a552-48ea5b126211" + "x-ms-client-request-id": "98007aba1a843664f373c8b164a91e26", + "x-ms-correlation-request-id": "cc6a1bbe-ac88-4cce-b8b4-e4c578c14508", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27828", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "ec98aa85-ee49-410e-a05a-fab2800d8bf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062734Z:cc6a1bbe-ac88-4cce-b8b4-e4c578c14508" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "de3e179489b38c84e949a44e5917f0e5", + "x-ms-client-request-id": "580c03e7ebb58ca39e0731ff1da09f3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31305,7 +28412,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:31 GMT", + "Date": "Mon, 25 Oct 2021 06:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31314,31 +28421,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de3e179489b38c84e949a44e5917f0e5", - "x-ms-correlation-request-id": "194a591c-7da3-4dce-87df-d945e680d710", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26453", - "x-ms-ratelimit-remaining-subscription-reads": "11663", - "x-ms-request-id": "296096ea-9ef5-48b8-b053-8b89e02da303", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062131Z:194a591c-7da3-4dce-87df-d945e680d710" + "x-ms-client-request-id": "580c03e7ebb58ca39e0731ff1da09f3c", + "x-ms-correlation-request-id": "6c60ebf1-a5f5-4885-9495-84ae4e3c4711", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27827", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "985faaf1-fd4e-492f-839d-9395830d6e58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062734Z:6c60ebf1-a5f5-4885-9495-84ae4e3c4711" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e8ab8a166f5c6887a93d6082c4dcd1e5", + "x-ms-client-request-id": "1677467a2c1ece16c5ea7f63e2241f32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31347,7 +28454,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:31 GMT", + "Date": "Mon, 25 Oct 2021 06:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31356,31 +28463,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8ab8a166f5c6887a93d6082c4dcd1e5", - "x-ms-correlation-request-id": "5bf185c5-f6f2-463e-b23b-b02b4a059854", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26452", - "x-ms-ratelimit-remaining-subscription-reads": "11662", - "x-ms-request-id": "0734f487-55f3-48cc-b007-fc125bf54453", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062132Z:5bf185c5-f6f2-463e-b23b-b02b4a059854" + "x-ms-client-request-id": "1677467a2c1ece16c5ea7f63e2241f32", + "x-ms-correlation-request-id": "8d8070f9-3699-4ee5-95e3-bd2aacdc4153", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27826", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "c6963e0d-3f52-402d-9521-3b16e4a8870f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062735Z:8d8070f9-3699-4ee5-95e3-bd2aacdc4153" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d22ee3028747267375bdebf0795256ad", + "x-ms-client-request-id": "85b08e21bd65cffed674f97ce9641952", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31389,7 +28496,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:32 GMT", + "Date": "Mon, 25 Oct 2021 06:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31398,31 +28505,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d22ee3028747267375bdebf0795256ad", - "x-ms-correlation-request-id": "3541daed-20f0-4527-8924-70a4bfd89601", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26451", - "x-ms-ratelimit-remaining-subscription-reads": "11661", - "x-ms-request-id": "b4393ca8-132f-4b28-a937-0daf6b222a3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062132Z:3541daed-20f0-4527-8924-70a4bfd89601" + "x-ms-client-request-id": "85b08e21bd65cffed674f97ce9641952", + "x-ms-correlation-request-id": "7e8cf025-0a51-414b-8819-5c853b8419a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27825", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "51cceb83-1cde-46e6-b401-7d0b2574a786", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062735Z:7e8cf025-0a51-414b-8819-5c853b8419a4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ed81e1c3cad225708fd635752802c80d", + "x-ms-client-request-id": "1e378bd30831ba08ec3e93ca6b3fa97a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31431,7 +28538,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:32 GMT", + "Date": "Mon, 25 Oct 2021 06:27:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31440,31 +28547,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed81e1c3cad225708fd635752802c80d", - "x-ms-correlation-request-id": "393eb8f1-baf9-4bdf-801e-68f25b20a221", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26450", - "x-ms-ratelimit-remaining-subscription-reads": "11660", - "x-ms-request-id": "a9e76335-ca2d-4463-a718-27693c3a7c92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062132Z:393eb8f1-baf9-4bdf-801e-68f25b20a221" + "x-ms-client-request-id": "1e378bd30831ba08ec3e93ca6b3fa97a", + "x-ms-correlation-request-id": "4fbf499d-ac76-40e9-b47e-38adda69193b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27824", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "9bce8e1d-4bd3-47d0-b3e0-c4d2b1b735e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062735Z:4fbf499d-ac76-40e9-b47e-38adda69193b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "754bbe781de98e9d1685729f8396ee56", + "x-ms-client-request-id": "8edefee81aefbdd747a73faa339ae560", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31473,7 +28580,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:32 GMT", + "Date": "Mon, 25 Oct 2021 06:27:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31482,31 +28589,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "754bbe781de98e9d1685729f8396ee56", - "x-ms-correlation-request-id": "5271e6bd-3938-40aa-9c52-ecd938f40481", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26449", - "x-ms-ratelimit-remaining-subscription-reads": "11659", - "x-ms-request-id": "14b8d43d-1fdb-442b-8389-66f9f1f3362b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062132Z:5271e6bd-3938-40aa-9c52-ecd938f40481" + "x-ms-client-request-id": "8edefee81aefbdd747a73faa339ae560", + "x-ms-correlation-request-id": "ed1e4721-8edc-4ca9-84d9-6b6d7d04733d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27823", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "3bf29951-5249-4106-9079-b322f1e131bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062735Z:ed1e4721-8edc-4ca9-84d9-6b6d7d04733d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e2beb3e7e35a38137308437152fefe73", + "x-ms-client-request-id": "578f2cd001ed180086f5982629336396", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31515,7 +28622,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:32 GMT", + "Date": "Mon, 25 Oct 2021 06:27:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31524,31 +28631,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2beb3e7e35a38137308437152fefe73", - "x-ms-correlation-request-id": "1aa4fbef-b977-4427-bb24-bac0c6951651", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26448", - "x-ms-ratelimit-remaining-subscription-reads": "11658", - "x-ms-request-id": "9dbf544d-2f68-4288-a3bf-1bbd821cdd26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062133Z:1aa4fbef-b977-4427-bb24-bac0c6951651" + "x-ms-client-request-id": "578f2cd001ed180086f5982629336396", + "x-ms-correlation-request-id": "a96868b1-fc96-4fc9-a836-db0b63ce2811", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27822", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "1320e334-f617-4b98-bf68-01581d5dd6af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062736Z:a96868b1-fc96-4fc9-a836-db0b63ce2811" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ba78def4e007a5c443f3d74c57d1a2f9", + "x-ms-client-request-id": "ea947fca8a85b962b379d68ac95e8752", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31557,7 +28664,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:33 GMT", + "Date": "Mon, 25 Oct 2021 06:27:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31566,31 +28673,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba78def4e007a5c443f3d74c57d1a2f9", - "x-ms-correlation-request-id": "4d5f3e74-debb-47d5-ba78-0a38582bf106", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26447", - "x-ms-ratelimit-remaining-subscription-reads": "11657", - "x-ms-request-id": "d431b986-1cfd-4f25-99af-a5de5f9e85ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062133Z:4d5f3e74-debb-47d5-ba78-0a38582bf106" + "x-ms-client-request-id": "ea947fca8a85b962b379d68ac95e8752", + "x-ms-correlation-request-id": "6fac4c3a-4bd2-477c-ae2a-dead9d96a3d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27821", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "a2981a18-7e80-4f74-ba3f-4b52cfa9e033", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062736Z:6fac4c3a-4bd2-477c-ae2a-dead9d96a3d2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "758edee7e64394b2ab1302e0da2c3c17", + "x-ms-client-request-id": "3efa325852b0e68cfec508fa82b09314", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31599,7 +28706,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:33 GMT", + "Date": "Mon, 25 Oct 2021 06:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31608,31 +28715,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "758edee7e64394b2ab1302e0da2c3c17", - "x-ms-correlation-request-id": "9ef95ccd-d747-4d60-99cf-c4f503f635b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26446", - "x-ms-ratelimit-remaining-subscription-reads": "11656", - "x-ms-request-id": "9d3afb7f-3c9f-45c2-86e5-97579f486a87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062133Z:9ef95ccd-d747-4d60-99cf-c4f503f635b0" + "x-ms-client-request-id": "3efa325852b0e68cfec508fa82b09314", + "x-ms-correlation-request-id": "b38ead66-4f66-4fba-9f93-e13b7130e40e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;27820", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "e856303a-a07c-4dad-9b88-b9aefd5bbdae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062736Z:b38ead66-4f66-4fba-9f93-e13b7130e40e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a4abff87341e064fee189e670bc6e0a2", + "x-ms-client-request-id": "b4dfa844fb0546dacad6a3742b764f28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31641,7 +28748,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:33 GMT", + "Date": "Mon, 25 Oct 2021 06:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31650,31 +28757,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4abff87341e064fee189e670bc6e0a2", - "x-ms-correlation-request-id": "d247d949-86f9-4fa2-bdf7-c3012c3c6b80", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26445", - "x-ms-ratelimit-remaining-subscription-reads": "11655", - "x-ms-request-id": "82332faf-dba0-4e1a-8429-fd5a40ae66da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062134Z:d247d949-86f9-4fa2-bdf7-c3012c3c6b80" + "x-ms-client-request-id": "b4dfa844fb0546dacad6a3742b764f28", + "x-ms-correlation-request-id": "3a86a82a-72b3-4cee-90f8-1504ac9aafe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;27819", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "3390b22d-0183-461e-aad1-6cebfecb9d72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062737Z:3a86a82a-72b3-4cee-90f8-1504ac9aafe1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7389496688700e2f2be30ff4dee3cb17", + "x-ms-client-request-id": "f7cd466d243978e6f2adecc081683702", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31683,7 +28790,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:34 GMT", + "Date": "Mon, 25 Oct 2021 06:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31692,31 +28799,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7389496688700e2f2be30ff4dee3cb17", - "x-ms-correlation-request-id": "f73f3773-e2d0-4e93-b552-bff0730b9c0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26444", - "x-ms-ratelimit-remaining-subscription-reads": "11654", - "x-ms-request-id": "5ccac30a-c079-484c-9fb5-e82bb5550827", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062134Z:f73f3773-e2d0-4e93-b552-bff0730b9c0d" + "x-ms-client-request-id": "f7cd466d243978e6f2adecc081683702", + "x-ms-correlation-request-id": "c6011a7b-240b-4cb4-831d-baed37437c25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;27818", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "1864cb6e-54c7-4cca-92fe-6fc0870aef43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062737Z:c6011a7b-240b-4cb4-831d-baed37437c25" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "58c5c0b6fd25b3db8e88862b474b89e4", + "x-ms-client-request-id": "2145c2e5d37e5d4c57b474d9ae17bb87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31725,7 +28832,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:34 GMT", + "Date": "Mon, 25 Oct 2021 06:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31734,31 +28841,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58c5c0b6fd25b3db8e88862b474b89e4", - "x-ms-correlation-request-id": "8ee3edb0-e01a-450e-afd5-1224deceb6ca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26443", - "x-ms-ratelimit-remaining-subscription-reads": "11653", - "x-ms-request-id": "ec6d77a7-e75b-4fd4-b309-ff412d2407e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062134Z:8ee3edb0-e01a-450e-afd5-1224deceb6ca" + "x-ms-client-request-id": "2145c2e5d37e5d4c57b474d9ae17bb87", + "x-ms-correlation-request-id": "d4772daa-00b0-474a-ad7b-37448a41e1a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;27817", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "f958f2e2-2204-45dd-9b10-f82f995e1d2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062737Z:d4772daa-00b0-474a-ad7b-37448a41e1a0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "907a6032c8a2fea7cf9c783a245b270a", + "x-ms-client-request-id": "3c8ce0769ce31fdac166c1570e1ac461", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31767,7 +28874,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:34 GMT", + "Date": "Mon, 25 Oct 2021 06:27:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31776,31 +28883,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "907a6032c8a2fea7cf9c783a245b270a", - "x-ms-correlation-request-id": "ac707dcb-7c38-4bd4-9da9-854ffefec86c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26442", - "x-ms-ratelimit-remaining-subscription-reads": "11652", - "x-ms-request-id": "14bb5a7c-e23c-4149-94ca-9a08caf00ec6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062134Z:ac707dcb-7c38-4bd4-9da9-854ffefec86c" + "x-ms-client-request-id": "3c8ce0769ce31fdac166c1570e1ac461", + "x-ms-correlation-request-id": "11f70373-b409-4872-bd21-ef2392050b1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;27816", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "f9fdfd65-7848-4687-9144-a2fb2bfde790", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062737Z:11f70373-b409-4872-bd21-ef2392050b1d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4bb0874d8700687c6ed5e5e70204c6e0", + "x-ms-client-request-id": "688fa09f2e309aa9f96f9f85b00dc9da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31809,7 +28916,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:34 GMT", + "Date": "Mon, 25 Oct 2021 06:27:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31818,31 +28925,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bb0874d8700687c6ed5e5e70204c6e0", - "x-ms-correlation-request-id": "34b45512-a01f-47ee-8624-b7e4596385ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26441", - "x-ms-ratelimit-remaining-subscription-reads": "11651", - "x-ms-request-id": "16b7bc36-86a9-428b-8939-85afe37a3fce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062135Z:34b45512-a01f-47ee-8624-b7e4596385ae" + "x-ms-client-request-id": "688fa09f2e309aa9f96f9f85b00dc9da", + "x-ms-correlation-request-id": "3a7535fa-b107-427b-9d6c-ab1b91a2cf81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;27815", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "1bea1978-88e0-4ff3-936e-e5a642d2d5fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062738Z:3a7535fa-b107-427b-9d6c-ab1b91a2cf81" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ec12a5a3a69ee7418c7898984a08e33", + "x-ms-client-request-id": "a04964f2fbdc481fe7265f1712f44e3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31851,7 +28958,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:35 GMT", + "Date": "Mon, 25 Oct 2021 06:27:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31860,31 +28967,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ec12a5a3a69ee7418c7898984a08e33", - "x-ms-correlation-request-id": "846a8b7b-671d-4761-a598-d41ec9612a4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26440", - "x-ms-ratelimit-remaining-subscription-reads": "11650", - "x-ms-request-id": "ecef4c6e-1d7e-4981-a204-d5a56ec9f8e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062135Z:846a8b7b-671d-4761-a598-d41ec9612a4a" + "x-ms-client-request-id": "a04964f2fbdc481fe7265f1712f44e3d", + "x-ms-correlation-request-id": "0cb2c764-d7bf-492a-a58d-1c0929c7130e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;27814", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "ba422abb-7ecb-49f2-b648-630436e24a52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062738Z:0cb2c764-d7bf-492a-a58d-1c0929c7130e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bfdd7c603d9aabe3e31122cde3bffbca", + "x-ms-client-request-id": "0e3912ef5288485737f14273fd546fb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31893,7 +29000,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:35 GMT", + "Date": "Mon, 25 Oct 2021 06:27:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31902,31 +29009,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfdd7c603d9aabe3e31122cde3bffbca", - "x-ms-correlation-request-id": "c0aa9ea1-c408-493d-8d7d-81248535d44c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26439", - "x-ms-ratelimit-remaining-subscription-reads": "11649", - "x-ms-request-id": "1b0a0203-5e9f-423c-9be4-2b30e8ac76e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062135Z:c0aa9ea1-c408-493d-8d7d-81248535d44c" + "x-ms-client-request-id": "0e3912ef5288485737f14273fd546fb3", + "x-ms-correlation-request-id": "3379e0a6-a5b0-4ad8-bdc5-3ee8965075b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;27813", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "d676ffca-356e-4b9f-9c77-5193f22db59d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062738Z:3379e0a6-a5b0-4ad8-bdc5-3ee8965075b2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fae098d6a99912a013c23239fdf3e4ce", + "x-ms-client-request-id": "aa65e69d23d1a4858046810ace918804", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31935,7 +29042,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:35 GMT", + "Date": "Mon, 25 Oct 2021 06:27:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31944,31 +29051,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fae098d6a99912a013c23239fdf3e4ce", - "x-ms-correlation-request-id": "4df92259-e6cf-4533-ba07-eb44451f2a3b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26438", - "x-ms-ratelimit-remaining-subscription-reads": "11648", - "x-ms-request-id": "2c6fb970-7286-4e9c-b900-b222fe4b6554", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062136Z:4df92259-e6cf-4533-ba07-eb44451f2a3b" + "x-ms-client-request-id": "aa65e69d23d1a4858046810ace918804", + "x-ms-correlation-request-id": "74723d2f-65f7-49e7-abf6-7a3d00b91f7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;27812", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "bb4d3224-e284-4290-af79-bd4fc5b27121", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062738Z:74723d2f-65f7-49e7-abf6-7a3d00b91f7f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8586b14707271c4647169a5718a70b58", + "x-ms-client-request-id": "9d956220bad49f520d0069eab8ac4b92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -31977,7 +29084,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:36 GMT", + "Date": "Mon, 25 Oct 2021 06:27:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -31986,31 +29093,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8586b14707271c4647169a5718a70b58", - "x-ms-correlation-request-id": "53a2c592-a015-4b4e-bed4-4805f764169c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26437", - "x-ms-ratelimit-remaining-subscription-reads": "11647", - "x-ms-request-id": "7ffad645-bb15-4e98-b5da-99e1963f3a94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062136Z:53a2c592-a015-4b4e-bed4-4805f764169c" + "x-ms-client-request-id": "9d956220bad49f520d0069eab8ac4b92", + "x-ms-correlation-request-id": "b258642a-bf55-42b5-925d-682456678384", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;27811", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "2134fe7b-c370-49ea-92c0-06ac8b422f4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062739Z:b258642a-bf55-42b5-925d-682456678384" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ecb3bfcb94bfb799dbcbacd70aaaadf0", + "x-ms-client-request-id": "2b7aacb7a48ecc6b8d958d42d14c79a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32019,7 +29126,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:36 GMT", + "Date": "Mon, 25 Oct 2021 06:27:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32028,31 +29135,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecb3bfcb94bfb799dbcbacd70aaaadf0", - "x-ms-correlation-request-id": "79b5c2fe-63a1-4eca-b006-573ac21b8391", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26436", - "x-ms-ratelimit-remaining-subscription-reads": "11646", - "x-ms-request-id": "d943191a-f5b5-4fab-88b7-707ddc6036a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062136Z:79b5c2fe-63a1-4eca-b006-573ac21b8391" + "x-ms-client-request-id": "2b7aacb7a48ecc6b8d958d42d14c79a6", + "x-ms-correlation-request-id": "0718ccf1-7793-4824-aa9d-caaa0a0f7071", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;27810", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "ab8e6a62-83ff-4903-a760-e5422ad500f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062739Z:0718ccf1-7793-4824-aa9d-caaa0a0f7071" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3186532d7638cea251c3b2830e49fa6c", + "x-ms-client-request-id": "9b523d69d2bfe2df94c69cd0ba9becd4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32061,7 +29168,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:36 GMT", + "Date": "Mon, 25 Oct 2021 06:27:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32070,31 +29177,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3186532d7638cea251c3b2830e49fa6c", - "x-ms-correlation-request-id": "9d5b4388-4b9e-4bbe-b1e0-ae933b652cde", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26435", - "x-ms-ratelimit-remaining-subscription-reads": "11645", - "x-ms-request-id": "c1dddf88-076e-4222-aec4-eb4a2b064fba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062137Z:9d5b4388-4b9e-4bbe-b1e0-ae933b652cde" + "x-ms-client-request-id": "9b523d69d2bfe2df94c69cd0ba9becd4", + "x-ms-correlation-request-id": "81532810-08dc-436a-899f-0a675213d0d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;27809", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "f2deb48f-df45-45c0-a49f-5c976f379d81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062739Z:81532810-08dc-436a-899f-0a675213d0d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3d6dd9b7f840b20e17cfaa5c5b6e119d", + "x-ms-client-request-id": "2253eefb5c167c75f6c9103e2c0fcdc0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32103,7 +29210,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:36 GMT", + "Date": "Mon, 25 Oct 2021 06:27:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32112,31 +29219,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d6dd9b7f840b20e17cfaa5c5b6e119d", - "x-ms-correlation-request-id": "c028f5ac-e697-4caf-8cd5-b2f89e5e28eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26434", - "x-ms-ratelimit-remaining-subscription-reads": "11644", - "x-ms-request-id": "b402b5db-c5ff-4053-90b1-9acd29248a90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062137Z:c028f5ac-e697-4caf-8cd5-b2f89e5e28eb" + "x-ms-client-request-id": "2253eefb5c167c75f6c9103e2c0fcdc0", + "x-ms-correlation-request-id": "842493ac-19ad-4436-875d-2fd58765ecb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;27808", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "6dfe8bfe-cc3e-4ccd-bd68-190325cdc0b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062739Z:842493ac-19ad-4436-875d-2fd58765ecb9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c42aaa68d92155201ce49afbe115a992", + "x-ms-client-request-id": "7a80c286b059e4d3cc9897c8089b11f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32145,7 +29252,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:37 GMT", + "Date": "Mon, 25 Oct 2021 06:27:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32154,31 +29261,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c42aaa68d92155201ce49afbe115a992", - "x-ms-correlation-request-id": "8012e725-ef08-4999-a56a-b37f2da6589a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26433", - "x-ms-ratelimit-remaining-subscription-reads": "11643", - "x-ms-request-id": "30d4b719-cf4f-4b08-a467-609d4d13b347", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062137Z:8012e725-ef08-4999-a56a-b37f2da6589a" + "x-ms-client-request-id": "7a80c286b059e4d3cc9897c8089b11f1", + "x-ms-correlation-request-id": "bc5bbb79-21da-486d-bbac-373534deb53b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;27807", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "61be494e-6b78-4541-a794-8995dd017d49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062740Z:bc5bbb79-21da-486d-bbac-373534deb53b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "30203fd0703c34b045d31969cb4673e3", + "x-ms-client-request-id": "e247b9a857f90c8fc7d6a4f5c2a0b584", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32187,7 +29294,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:37 GMT", + "Date": "Mon, 25 Oct 2021 06:27:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32196,31 +29303,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30203fd0703c34b045d31969cb4673e3", - "x-ms-correlation-request-id": "8e87bae1-3f15-4a5d-a69a-32d0451217e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26432", - "x-ms-ratelimit-remaining-subscription-reads": "11642", - "x-ms-request-id": "744891cb-266a-4d8d-8d7e-cc2b7a6bb65d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062137Z:8e87bae1-3f15-4a5d-a69a-32d0451217e1" + "x-ms-client-request-id": "e247b9a857f90c8fc7d6a4f5c2a0b584", + "x-ms-correlation-request-id": "e353409c-1590-450c-8f64-08fbc58d7e75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;27806", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "890b3dd5-d7b2-4eb3-817c-32abcdb2ecbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062740Z:e353409c-1590-450c-8f64-08fbc58d7e75" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "641b15b2351ede4bb917205b5e12d002", + "x-ms-client-request-id": "f749dbf8711a4a7a1b6e567ec5ad735a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32229,7 +29336,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:37 GMT", + "Date": "Mon, 25 Oct 2021 06:27:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32238,31 +29345,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "641b15b2351ede4bb917205b5e12d002", - "x-ms-correlation-request-id": "64f39425-bf89-41cc-b163-7d9941848ad2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26431", - "x-ms-ratelimit-remaining-subscription-reads": "11641", - "x-ms-request-id": "dd14c259-75d2-47bb-8776-9b458386d5a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062138Z:64f39425-bf89-41cc-b163-7d9941848ad2" + "x-ms-client-request-id": "f749dbf8711a4a7a1b6e567ec5ad735a", + "x-ms-correlation-request-id": "0bc1ecad-0ab4-4211-a6a3-ffb97e84ea40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;27805", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "273c0b9d-1b26-40d4-93d1-69538fb96034", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062740Z:0bc1ecad-0ab4-4211-a6a3-ffb97e84ea40" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1b8b1725e04ef860f9f67e4dbfb68ad6", + "x-ms-client-request-id": "73961eb7eac82fc63374b2830bde222b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32271,7 +29378,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:38 GMT", + "Date": "Mon, 25 Oct 2021 06:27:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32280,31 +29387,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b8b1725e04ef860f9f67e4dbfb68ad6", - "x-ms-correlation-request-id": "1aa2a22f-9857-400e-b42a-fe7c6d3929ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26430", - "x-ms-ratelimit-remaining-subscription-reads": "11640", - "x-ms-request-id": "54d61030-7876-4ed6-bfb2-74d1bcff342e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062138Z:1aa2a22f-9857-400e-b42a-fe7c6d3929ac" + "x-ms-client-request-id": "73961eb7eac82fc63374b2830bde222b", + "x-ms-correlation-request-id": "087da5b5-08f0-42ef-a759-d2a524af3411", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;27804", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "753aa025-dd42-4483-a90b-814cfa5ccc4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062740Z:087da5b5-08f0-42ef-a759-d2a524af3411" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cc49b67144fa9a74f44276254f54d633", + "x-ms-client-request-id": "2ccf12e21a5236d73ffcc78b0111461a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32313,7 +29420,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:38 GMT", + "Date": "Mon, 25 Oct 2021 06:27:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32322,31 +29429,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc49b67144fa9a74f44276254f54d633", - "x-ms-correlation-request-id": "e0d8b418-6560-40d4-ae10-92ccde3c6517", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26429", - "x-ms-ratelimit-remaining-subscription-reads": "11639", - "x-ms-request-id": "63d61940-1446-44c6-9997-a6f824ef6b4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062138Z:e0d8b418-6560-40d4-ae10-92ccde3c6517" + "x-ms-client-request-id": "2ccf12e21a5236d73ffcc78b0111461a", + "x-ms-correlation-request-id": "498d5498-45c7-4a44-899a-e2c40895bd0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;27803", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "3a8b209e-fa0c-47fe-b2b4-1f97c962855e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062741Z:498d5498-45c7-4a44-899a-e2c40895bd0b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b344170357bbd195b5236a27b6fd1e03", + "x-ms-client-request-id": "a33d4a62420a0dbc1419c4a6bff73f3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32355,7 +29462,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:38 GMT", + "Date": "Mon, 25 Oct 2021 06:27:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32364,31 +29471,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b344170357bbd195b5236a27b6fd1e03", - "x-ms-correlation-request-id": "c157c506-c51c-44d1-8893-eb6f92c39dcd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26428", - "x-ms-ratelimit-remaining-subscription-reads": "11638", - "x-ms-request-id": "37f58386-76c2-4bf5-86bf-afff944c1649", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062139Z:c157c506-c51c-44d1-8893-eb6f92c39dcd" + "x-ms-client-request-id": "a33d4a62420a0dbc1419c4a6bff73f3d", + "x-ms-correlation-request-id": "e1c2535c-1db5-4d40-8d7d-8b8a5f917703", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;27802", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "f6a10334-8a82-4d46-bd62-d6e2ff51a031", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062741Z:e1c2535c-1db5-4d40-8d7d-8b8a5f917703" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a7ea4a8d04c8e007a3f0260b693aa8a5", + "x-ms-client-request-id": "b39b2a4b47de9d08475f34cb233b2d22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32397,7 +29504,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:38 GMT", + "Date": "Mon, 25 Oct 2021 06:27:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32406,31 +29513,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7ea4a8d04c8e007a3f0260b693aa8a5", - "x-ms-correlation-request-id": "daeb4093-2a5e-4d4d-ad11-b4a23c6c7ff7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26427", - "x-ms-ratelimit-remaining-subscription-reads": "11637", - "x-ms-request-id": "0351f172-bd19-4c57-ae33-50e1a1d0392e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062139Z:daeb4093-2a5e-4d4d-ad11-b4a23c6c7ff7" + "x-ms-client-request-id": "b39b2a4b47de9d08475f34cb233b2d22", + "x-ms-correlation-request-id": "876df42c-2452-4f1b-92a6-83a2c9378c4d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;27801", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "204cf842-4ea9-42f1-a2a8-63c7c722e6b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062741Z:876df42c-2452-4f1b-92a6-83a2c9378c4d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a74a4b1fd672191a217816d7da4ce3f7", + "x-ms-client-request-id": "c120982d7ea0a02155c1173855317747", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32439,7 +29546,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:39 GMT", + "Date": "Mon, 25 Oct 2021 06:27:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32448,31 +29555,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a74a4b1fd672191a217816d7da4ce3f7", - "x-ms-correlation-request-id": "f5ce2fba-6920-4468-b0ab-a250c1d71c54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26426", - "x-ms-ratelimit-remaining-subscription-reads": "11636", - "x-ms-request-id": "f63dc48e-58bb-4bf8-bd8b-b3a3bf33ab66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062139Z:f5ce2fba-6920-4468-b0ab-a250c1d71c54" + "x-ms-client-request-id": "c120982d7ea0a02155c1173855317747", + "x-ms-correlation-request-id": "491a1654-1a1f-4ec1-9ef7-737dede727ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;27800", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "8dd13afc-a395-47ca-8cf7-eb2cef9592da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062741Z:491a1654-1a1f-4ec1-9ef7-737dede727ea" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "049873232e6afe6a0f6310ca3089677b", + "x-ms-client-request-id": "d7408abd93751b3b429f5caa0df0ead9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32481,7 +29588,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:39 GMT", + "Date": "Mon, 25 Oct 2021 06:27:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32490,31 +29597,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "049873232e6afe6a0f6310ca3089677b", - "x-ms-correlation-request-id": "0fdf4988-8fde-47e5-86d4-9d109e2e2f0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;26425", - "x-ms-ratelimit-remaining-subscription-reads": "11635", - "x-ms-request-id": "7dadfc67-b57f-4f51-9ccc-785d9e5f29f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062139Z:0fdf4988-8fde-47e5-86d4-9d109e2e2f0d" + "x-ms-client-request-id": "d7408abd93751b3b429f5caa0df0ead9", + "x-ms-correlation-request-id": "6297aebd-c809-4aba-b4bc-ff9be07c79d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;27799", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "4b3b8845-b35b-44fd-b839-c1bca9530758", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062742Z:6297aebd-c809-4aba-b4bc-ff9be07c79d3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6b08c57a76b3b79130d08650ed300657", + "x-ms-client-request-id": "2778a2eb7ed6cc9c09fa5d1d2fcf4715", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32523,7 +29630,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:39 GMT", + "Date": "Mon, 25 Oct 2021 06:27:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32532,31 +29639,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b08c57a76b3b79130d08650ed300657", - "x-ms-correlation-request-id": "531f1971-af00-4690-a40d-ac0d62debe8b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26424", - "x-ms-ratelimit-remaining-subscription-reads": "11634", - "x-ms-request-id": "b596e570-8088-40d9-86c3-c7784a4aac4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062140Z:531f1971-af00-4690-a40d-ac0d62debe8b" + "x-ms-client-request-id": "2778a2eb7ed6cc9c09fa5d1d2fcf4715", + "x-ms-correlation-request-id": "bc2a4701-6f17-4e6c-b803-f0a0f343fa69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;27798", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "75c335be-b066-4655-9e2b-7d8b32a6eb3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062742Z:bc2a4701-6f17-4e6c-b803-f0a0f343fa69" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f6e82f0ca4a2f03ae14b980fc64fe997", + "x-ms-client-request-id": "980eece856fb99ac5d047e0121769364", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32565,7 +29672,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:40 GMT", + "Date": "Mon, 25 Oct 2021 06:27:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32574,31 +29681,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6e82f0ca4a2f03ae14b980fc64fe997", - "x-ms-correlation-request-id": "07843047-93d6-472e-9947-f2c3b38191a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;26423", - "x-ms-ratelimit-remaining-subscription-reads": "11633", - "x-ms-request-id": "e6faba57-2553-4bc5-a24f-c783d7caf801", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062140Z:07843047-93d6-472e-9947-f2c3b38191a9" + "x-ms-client-request-id": "980eece856fb99ac5d047e0121769364", + "x-ms-correlation-request-id": "df0cda76-0c43-42d6-88fb-5d9c07f53a17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;27797", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "0e01df7b-de74-437d-93f6-62e3b9a8371c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062742Z:df0cda76-0c43-42d6-88fb-5d9c07f53a17" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "145d9b107844ac43e2e1d499a81911df", + "x-ms-client-request-id": "b34c3ed650b83f71ee73ce7a361dec72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32607,7 +29714,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:40 GMT", + "Date": "Mon, 25 Oct 2021 06:27:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32616,31 +29723,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "145d9b107844ac43e2e1d499a81911df", - "x-ms-correlation-request-id": "48553677-443a-42d1-8ab0-5d5c4161795b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26422", - "x-ms-ratelimit-remaining-subscription-reads": "11632", - "x-ms-request-id": "ba5c9da0-5224-4832-9442-3daab6b8d1c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062140Z:48553677-443a-42d1-8ab0-5d5c4161795b" + "x-ms-client-request-id": "b34c3ed650b83f71ee73ce7a361dec72", + "x-ms-correlation-request-id": "cad94fe0-9d21-4606-9d67-47d360b2ea6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;27796", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "547b4db0-f078-4662-a97e-3560d4d5d7f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062742Z:cad94fe0-9d21-4606-9d67-47d360b2ea6d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "00beb85c70a1d5d88a178967de82f0e0", + "x-ms-client-request-id": "21c2475751e295def5decad1ff9baa92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32649,7 +29756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:40 GMT", + "Date": "Mon, 25 Oct 2021 06:27:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32658,31 +29765,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00beb85c70a1d5d88a178967de82f0e0", - "x-ms-correlation-request-id": "7e2c7223-74c7-4d5c-98e8-38c531920c03", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26421", - "x-ms-ratelimit-remaining-subscription-reads": "11631", - "x-ms-request-id": "4a112d5b-986d-4dde-8f05-89f95acdfc8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062141Z:7e2c7223-74c7-4d5c-98e8-38c531920c03" + "x-ms-client-request-id": "21c2475751e295def5decad1ff9baa92", + "x-ms-correlation-request-id": "daea9011-5c6b-419c-8ea7-d54b62f5a4ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;27795", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "511bae5a-2648-4055-80ac-78952faee277", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062743Z:daea9011-5c6b-419c-8ea7-d54b62f5a4ec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "523fefe7f1d39313eb3b14c1cfa148c7", + "x-ms-client-request-id": "f046f8679482975c7acfaa878831633f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32691,7 +29798,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:40 GMT", + "Date": "Mon, 25 Oct 2021 06:27:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32700,31 +29807,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "523fefe7f1d39313eb3b14c1cfa148c7", - "x-ms-correlation-request-id": "8909a5ef-71bf-4021-8d1a-a33de68c2220", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26420", - "x-ms-ratelimit-remaining-subscription-reads": "11630", - "x-ms-request-id": "8057783c-7e5a-416b-a4da-36843dff4e12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062141Z:8909a5ef-71bf-4021-8d1a-a33de68c2220" + "x-ms-client-request-id": "f046f8679482975c7acfaa878831633f", + "x-ms-correlation-request-id": "9cf99aca-c2ce-4602-93ff-04f4fbb4c790", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;27794", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "d0af474e-85c0-40a5-9cd3-8dce39f2bb6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062743Z:9cf99aca-c2ce-4602-93ff-04f4fbb4c790" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0db2b83ae8919ff6c287892cefdcce60", + "x-ms-client-request-id": "daa90b1871b384825fb7bdda869f3f53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32733,7 +29840,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:41 GMT", + "Date": "Mon, 25 Oct 2021 06:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32742,31 +29849,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0db2b83ae8919ff6c287892cefdcce60", - "x-ms-correlation-request-id": "7f74b014-008b-49b5-af5a-b29b6f47080c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26419", - "x-ms-ratelimit-remaining-subscription-reads": "11629", - "x-ms-request-id": "61779c66-a9c0-42cd-830c-85ca15e760cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062141Z:7f74b014-008b-49b5-af5a-b29b6f47080c" + "x-ms-client-request-id": "daa90b1871b384825fb7bdda869f3f53", + "x-ms-correlation-request-id": "02630682-c9a9-446b-9990-1ea867d0cbd1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;27793", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "f074cee9-1e28-4e5e-b535-dcf50d722fed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062743Z:02630682-c9a9-446b-9990-1ea867d0cbd1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b9b2f3f0bed96a0ca52a15655c1705e9", + "x-ms-client-request-id": "3e123bc8fbd7c3f0ea2ba613a7560cc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32775,7 +29882,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:41 GMT", + "Date": "Mon, 25 Oct 2021 06:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32784,31 +29891,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9b2f3f0bed96a0ca52a15655c1705e9", - "x-ms-correlation-request-id": "f6e249d4-d274-43cb-befb-968707fe8c64", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26418", - "x-ms-ratelimit-remaining-subscription-reads": "11628", - "x-ms-request-id": "2b197ea0-d1ff-4336-a49c-3484de676a8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062141Z:f6e249d4-d274-43cb-befb-968707fe8c64" + "x-ms-client-request-id": "3e123bc8fbd7c3f0ea2ba613a7560cc3", + "x-ms-correlation-request-id": "a5bd6656-8f17-4179-8893-db0be61a32a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;27792", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "98b2688d-e13b-488b-ad4e-bbb0ec4b7ab6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062743Z:a5bd6656-8f17-4179-8893-db0be61a32a7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "262dc1cee3cffe4ff89f8f4b68e6a40f", + "x-ms-client-request-id": "f3b98a7ad0f1f6df75c191cbd68211db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32817,7 +29924,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:41 GMT", + "Date": "Mon, 25 Oct 2021 06:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32826,31 +29933,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "262dc1cee3cffe4ff89f8f4b68e6a40f", - "x-ms-correlation-request-id": "fb90bde0-a612-45a8-a0a8-316eb954fa6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26417", - "x-ms-ratelimit-remaining-subscription-reads": "11627", - "x-ms-request-id": "f69c319d-fa32-487c-a533-15e6cf2022a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062142Z:fb90bde0-a612-45a8-a0a8-316eb954fa6e" + "x-ms-client-request-id": "f3b98a7ad0f1f6df75c191cbd68211db", + "x-ms-correlation-request-id": "8592b306-9be1-42b2-9130-892a331fa424", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;27791", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "99229369-61ba-46d1-b776-02190eb41453", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062744Z:8592b306-9be1-42b2-9130-892a331fa424" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dcd1b46d8fee7bedac476766d39043ab", + "x-ms-client-request-id": "4dbf578f251e1c681be6f088ca6edd09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32859,7 +29966,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:42 GMT", + "Date": "Mon, 25 Oct 2021 06:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32868,31 +29975,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcd1b46d8fee7bedac476766d39043ab", - "x-ms-correlation-request-id": "62fec0da-4575-47aa-85e2-937dcc565715", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26416", - "x-ms-ratelimit-remaining-subscription-reads": "11626", - "x-ms-request-id": "f44931f4-a89a-43a2-9f20-2744b744b1ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062142Z:62fec0da-4575-47aa-85e2-937dcc565715" + "x-ms-client-request-id": "4dbf578f251e1c681be6f088ca6edd09", + "x-ms-correlation-request-id": "c28785ad-22b1-449c-82c9-72ad90e91bb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;27790", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "38986d78-e716-484e-94e1-aad936bbf61e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062744Z:c28785ad-22b1-449c-82c9-72ad90e91bb9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2d5ea081a8af0c90a4b3c03a2fc002bf", + "x-ms-client-request-id": "fb5ff9ab4ce6f7615c1cc8156a24ec67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32901,7 +30008,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:42 GMT", + "Date": "Mon, 25 Oct 2021 06:27:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32910,31 +30017,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d5ea081a8af0c90a4b3c03a2fc002bf", - "x-ms-correlation-request-id": "b90ee1fa-6f98-4f34-a2f6-2dd3ca2da17c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;26415", - "x-ms-ratelimit-remaining-subscription-reads": "11625", - "x-ms-request-id": "8f645509-e4f2-46bd-ac35-469f6990a660", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062142Z:b90ee1fa-6f98-4f34-a2f6-2dd3ca2da17c" + "x-ms-client-request-id": "fb5ff9ab4ce6f7615c1cc8156a24ec67", + "x-ms-correlation-request-id": "1d36456e-2be7-459f-9816-8b86661224be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;27789", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "3b597b5d-4553-4d65-b8df-3f73ed39386b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062744Z:1d36456e-2be7-459f-9816-8b86661224be" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a8f8058529463ffad3b179887be82b68", + "x-ms-client-request-id": "4f84cb19bf9655a5229cd70bdf562b07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32943,7 +30050,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:42 GMT", + "Date": "Mon, 25 Oct 2021 06:27:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32952,31 +30059,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8f8058529463ffad3b179887be82b68", - "x-ms-correlation-request-id": "44023c49-a2e6-4cb5-a2ad-c340768bf6bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;26414", - "x-ms-ratelimit-remaining-subscription-reads": "11624", - "x-ms-request-id": "ef18c619-d078-496f-94b9-dcd14c5215c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062143Z:44023c49-a2e6-4cb5-a2ad-c340768bf6bf" + "x-ms-client-request-id": "4f84cb19bf9655a5229cd70bdf562b07", + "x-ms-correlation-request-id": "f36c072b-4f82-4b67-ad0b-0865b7ab6c1a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;27788", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "309489f5-8887-4c3d-b084-4817c544b883", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062744Z:f36c072b-4f82-4b67-ad0b-0865b7ab6c1a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/f5f5d18f-50b2-46bd-a76a-971a926c793c?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d8b79632-0286-44cf-8c57-2e6a1bfd53cf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c7cae45c7787c56023c4373bcfb34ceb", + "x-ms-client-request-id": "dd2087e3162243f4f5c7f1025c52b2f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -32985,7 +30092,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:42 GMT", + "Date": "Mon, 25 Oct 2021 06:27:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -32994,26 +30101,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7cae45c7787c56023c4373bcfb34ceb", - "x-ms-correlation-request-id": "12436caf-3c67-4e77-bf49-37b400bbc5e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;26413", - "x-ms-ratelimit-remaining-subscription-reads": "11623", - "x-ms-request-id": "758419f5-89bb-4b41-839e-ae0128fc7eea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062143Z:12436caf-3c67-4e77-bf49-37b400bbc5e3" + "x-ms-client-request-id": "dd2087e3162243f4f5c7f1025c52b2f6", + "x-ms-correlation-request-id": "392e8d01-f203-4643-b648-9225eac5f7b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;27787", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "c0aa498d-1d46-4f72-a6b6-6ae2b1fd29fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062745Z:392e8d01-f203-4643-b648-9225eac5f7b6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:20:41.0901121\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:21:43.2145938\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:27:12.7345073\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:27:45.0001235\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022f5f5d18f-50b2-46bd-a76a-971a926c793c\u0022\r\n", + " \u0022name\u0022: \u0022d8b79632-0286-44cf-8c57-2e6a1bfd53cf\u0022\r\n", "}" ] } ], "Variables": { "RandomSeed": "658979990", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Get()Async.json index 066593d2025a9..0f261ac7ea829 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Get()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Get()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-609e068dd38a68409e9eda160ad105a9-cf4c812c9ea1e144-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "5acc35587b5d60d5e320ad8070f5bcfa", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:46 GMT", + "Date": "Mon, 25 Oct 2021 06:27:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8cc49c7-a283-4e41-b563-575927745645", - "x-ms-ratelimit-remaining-subscription-reads": "11620", - "x-ms-request-id": "f8cc49c7-a283-4e41-b563-575927745645", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062146Z:f8cc49c7-a283-4e41-b563-575927745645" + "x-ms-correlation-request-id": "7f27a09b-2b33-45a7-9f1e-fabb1f743961", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7f27a09b-2b33-45a7-9f1e-fabb1f743961", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062750Z:7f27a09b-2b33-45a7-9f1e-fabb1f743961" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-8958?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-8958?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-95952dbc223dcb4c9620f1a0ddcd939b-1bf856193a427946-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "bdc2480435e96d296cb4e0407b690e14", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:46 GMT", + "Date": "Mon, 25 Oct 2021 06:27:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6e8a848-2016-49aa-90e7-069777eed6b6", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "e6e8a848-2016-49aa-90e7-069777eed6b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062147Z:e6e8a848-2016-49aa-90e7-069777eed6b6" + "x-ms-correlation-request-id": "6c46de45-4ea4-4e0f-8aa6-26980c90a478", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "6c46de45-4ea4-4e0f-8aa6-26980c90a478", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062751Z:6c46de45-4ea4-4e0f-8aa6-26980c90a478" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958", "name": "testRG-8958", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-747e7308ff48684dbc0dbf5c8b383bd5-da25243d0e4fd445-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "195b034841c03e9a6d3cd1f5bc0898a5", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:47 GMT", + "Date": "Mon, 25 Oct 2021 06:27:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50471fe6-566c-41ce-bd00-66cfa475f4cf", - "x-ms-ratelimit-remaining-subscription-reads": "11619", - "x-ms-request-id": "50471fe6-566c-41ce-bd00-66cfa475f4cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062147Z:50471fe6-566c-41ce-bd00-66cfa475f4cf" + "x-ms-correlation-request-id": "db5ad87b-307d-4501-a800-2a46dbc7fde9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "db5ad87b-307d-4501-a800-2a46dbc7fde9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062752Z:db5ad87b-307d-4501-a800-2a46dbc7fde9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,277 +8092,125 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,385 +8618,55 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-747e7308ff48684dbc0dbf5c8b383bd5-1b0a4c0231804b41-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9bf91780964bef310e2080a2a543715c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "testSubnet-9967", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/28e2f2e5-fd3c-4f47-bfbb-4a2133e168fb?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1244", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "60ca4032-ae0d-4baf-8447-87009935dda2", - "x-ms-client-request-id": "9bf91780964bef310e2080a2a543715c", - "x-ms-correlation-request-id": "7d5367ca-3610-4ec6-8b96-650bbb010566", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "28e2f2e5-fd3c-4f47-bfbb-4a2133e168fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062152Z:7d5367ca-3610-4ec6-8b96-650bbb010566" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-447\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00227097149d-19d9-46d4-8761-274f48b42dc3\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022f2f60e0d-2eb4-4e09-80eb-a7df3a3ca198\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-9967\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00227097149d-19d9-46d4-8761-274f48b42dc3\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/28e2f2e5-fd3c-4f47-bfbb-4a2133e168fb?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-747e7308ff48684dbc0dbf5c8b383bd5-5cca7a72298e8242-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f6e9d5a71c1ab1f9d26c0a9fc1f79929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b950dc3a-ef92-489e-872c-07e09d9f516a", - "x-ms-client-request-id": "f6e9d5a71c1ab1f9d26c0a9fc1f79929", - "x-ms-correlation-request-id": "fb023d2a-3b07-4f14-ad10-4ca931e29938", - "x-ms-ratelimit-remaining-subscription-reads": "11618", - "x-ms-request-id": "16f5bbe1-2849-4ad0-94a2-879943fe3044", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062152Z:fb023d2a-3b07-4f14-ad10-4ca931e29938" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/28e2f2e5-fd3c-4f47-bfbb-4a2133e168fb?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-747e7308ff48684dbc0dbf5c8b383bd5-1bf9221459f73a41-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "45b775ca165695bb8f7878a0ce455397", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "408fc7bd-76f5-4e3a-9e87-cbc997ed8b4f", - "x-ms-client-request-id": "45b775ca165695bb8f7878a0ce455397", - "x-ms-correlation-request-id": "b8f9f7ae-e50b-4082-a707-4f18c4b26a70", - "x-ms-ratelimit-remaining-subscription-reads": "11617", - "x-ms-request-id": "fff38455-f58d-41bd-a17f-2b9acf2f2628", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062153Z:b8f9f7ae-e50b-4082-a707-4f18c4b26a70" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/28e2f2e5-fd3c-4f47-bfbb-4a2133e168fb?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-747e7308ff48684dbc0dbf5c8b383bd5-dda4d96f07b9c142-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "cffba8297a5a21427d00b07ee0e9bf2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce97b5c7-2ccd-47c0-abce-c77fe4636e62", - "x-ms-client-request-id": "cffba8297a5a21427d00b07ee0e9bf2b", - "x-ms-correlation-request-id": "f369a3ac-f8d4-4cdc-9464-750bcf8b395b", - "x-ms-ratelimit-remaining-subscription-reads": "11616", - "x-ms-request-id": "b6e50388-8b98-45b5-b32f-b00388d5fd0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062155Z:f369a3ac-f8d4-4cdc-9464-750bcf8b395b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-747e7308ff48684dbc0dbf5c8b383bd5-b685c1d99626324f-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "26219e11b2c091801a5367a2a359e38d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1246", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:54 GMT", - "ETag": "W/\u002229bcb883-375c-4399-a6f0-6c5c552a5c9c\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b39770c-2cf9-47fa-b51c-d6eba448f36d", - "x-ms-client-request-id": "26219e11b2c091801a5367a2a359e38d", - "x-ms-correlation-request-id": "ad6672f3-ee67-42d6-b324-e25412ebca74", - "x-ms-ratelimit-remaining-subscription-reads": "11615", - "x-ms-request-id": "d458a696-429f-46b6-a734-ae853ccf38c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062155Z:ad6672f3-ee67-42d6-b324-e25412ebca74" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-447\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002229bcb883-375c-4399-a6f0-6c5c552a5c9c\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022f2f60e0d-2eb4-4e09-80eb-a7df3a3ca198\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-9967\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002229bcb883-375c-4399-a6f0-6c5c552a5c9c\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8af6a63ba93ef4449c059235b543f8ba-b4150033074e1240-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "fc187572cfc9335095c856653cb5a5b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "115076", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2df8ea04-548c-4bf8-bf91-9d9985471e12", - "x-ms-ratelimit-remaining-subscription-reads": "11614", - "x-ms-request-id": "2df8ea04-548c-4bf8-bf91-9d9985471e12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062155Z:2df8ea04-548c-4bf8-bf91-9d9985471e12" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" }, { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - }, - { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", + "resourceType": "expressRoutePorts", "locations": [ "West US", "East US", @@ -8906,17 +8692,21 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", "France Central", "Australia Central", - "South Africa North", "UAE North", + "South Africa North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -8944,1188 +8734,683 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "virtualNetworks/taggedTrafficConsumers", + "resourceType": "frontdoors", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-08-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "natGateways", + "resourceType": "frontdoors/frontendEndpoints", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "publicIPAddresses", + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "customIpPrefixes", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", "Australia Central", - "South Africa North", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", - "Norway East", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" ], + "defaultApiVersion": "2019-11-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkInterfaces", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", + "West Europe", + "UAE Central", + "Germany North", "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", "North Europe", - "West Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", "Southeast Asia", - "North Central US", + "East US SLV", "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", + "Norway West", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "Japan East", "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", + "Canada Central", "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2019-11-01" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "None" }, { - "resourceType": "dscpConfigurations", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", + "Switzerland West", "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", + "Jio India West", + "South Africa North", + "UK South", "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", + "Australia Southeast", + "France South", "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints/privateLinkServiceProxies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", "Southeast Asia", - "North Central US", + "East US SLV", "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", + "Norway West", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "Japan East", "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", + "Canada Central", "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2019-11-01", "capabilities": "None" - }, + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9bf91780964bef310e2080a2a543715c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-9967", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/592e87f5-3bc8-4a5e-9579-8e1b79571c60?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1244", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:27:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ced8460c-04e9-4a09-83cf-14a325b0747b", + "x-ms-client-request-id": "9bf91780964bef310e2080a2a543715c", + "x-ms-correlation-request-id": "022aacf9-28d8-4e35-ba22-e234f2ace49d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "592e87f5-3bc8-4a5e-9579-8e1b79571c60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062759Z:022aacf9-28d8-4e35-ba22-e234f2ace49d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-447\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00220eb5e49d-3b01-44d1-ade5-1f3cc0079be6\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002211f868f2-2963-4cd8-8730-75bf0d9fb57c\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-9967\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00220eb5e49d-3b01-44d1-ade5-1f3cc0079be6\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/592e87f5-3bc8-4a5e-9579-8e1b79571c60?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f6e9d5a71c1ab1f9d26c0a9fc1f79929", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:27:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "52c8bcf5-d5ce-4ea0-b2a8-9fe0943cedb5", + "x-ms-client-request-id": "f6e9d5a71c1ab1f9d26c0a9fc1f79929", + "x-ms-correlation-request-id": "4ffbaa06-27b6-4bc5-bc5a-877c4cbd60bd", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c502a08f-f79f-4998-bbe9-8feb8562be91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062759Z:4ffbaa06-27b6-4bc5-bc5a-877c4cbd60bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45b775ca165695bb8f7878a0ce455397", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1246", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:27:59 GMT", + "ETag": "W/\u0022cb53c400-088f-4930-b65a-3b8e840c1b97\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "787ab45f-29e7-4cb1-8179-e91658b3e01f", + "x-ms-client-request-id": "45b775ca165695bb8f7878a0ce455397", + "x-ms-correlation-request-id": "861df471-80e4-4ed3-a1bb-e55de713aa21", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "36779e1d-55ff-402e-8e42-6928c139ce06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062759Z:861df471-80e4-4ed3-a1bb-e55de713aa21" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-447\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022cb53c400-088f-4930-b65a-3b8e840c1b97\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002211f868f2-2963-4cd8-8730-75bf0d9fb57c\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-9967\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022cb53c400-088f-4930-b65a-3b8e840c1b97\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5acffba8427a7d2100b07ee0e9bf2b11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "33cdfb79-93f1-4ec7-9f2c-335ad1f83039", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "33cdfb79-93f1-4ec7-9f2c-335ad1f83039", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062800Z:33cdfb79-93f1-4ec7-9f2c-335ad1f83039" + }, + "ResponseBody": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ { - "resourceType": "privateEndpointRedirectMaps", + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", "locations": [ "West US", "East US", @@ -10154,75 +9439,16 @@ "Korea Central", "Korea South", "France Central", + "Australia Central", "South Africa North", "UAE North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10294,7 +9520,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkSecurityGroups", + "resourceType": "virtualNetworks/taggedTrafficConsumers", "locations": [ "West US", "East US", @@ -10330,7 +9556,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10399,10 +9627,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "applicationSecurityGroups", + "resourceType": "natGateways", "locations": [ "West US", "East US", @@ -10438,7 +9666,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10463,35 +9693,198 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2018-11-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ + "zoneMappings": [ { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] }, { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "serviceEndpointPolicies", + "resourceType": "publicIPAddresses", "locations": [ "West US", "East US", @@ -10527,7 +9920,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10561,175 +9956,25 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "routeTables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", "apiProfiles": [ @@ -10746,99 +9991,29 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "defaultApiVersion": "2020-03-01", "zoneMappings": [ { "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10849,8 +10024,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -10861,15 +10043,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -10877,32 +10067,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10913,40 +10103,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10957,39 +10147,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "ddosCustomPolicies", + "resourceType": "customIpPrefixes", "locations": [ "West US", "East US", @@ -11025,7 +10215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11036,28 +10228,198 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers", + "resourceType": "networkInterfaces", "locations": [ "West US", "East US", @@ -11093,7 +10455,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11148,10 +10512,24 @@ "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/connectionMonitors", + "resourceType": "dscpConfigurations", "locations": [ "West US", "East US", @@ -11187,7 +10565,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11198,39 +10578,13 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2020-06-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/flowLogs", + "resourceType": "privateEndpoints", "locations": [ "West US", "East US", @@ -11266,7 +10620,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11289,27 +10645,13 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/pingMeshes", + "resourceType": "privateEndpoints/privateLinkServiceProxies", "locations": [ "West US", "East US", @@ -11345,7 +10687,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11368,27 +10712,76 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "virtualNetworkGateways", + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", "locations": [ "West US", "East US", @@ -11424,7 +10817,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11486,7 +10881,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11496,7 +10891,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "localNetworkGateways", + "resourceType": "networkSecurityGroups", "locations": [ "West US", "East US", @@ -11532,7 +10927,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11594,7 +10991,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11604,7 +11001,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "connections", + "resourceType": "applicationSecurityGroups", "locations": [ "West US", "East US", @@ -11640,7 +11037,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11677,42 +11076,177 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" + "apiVersion": "2017-09-01" }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", "apiVersion": "2017-10-01" } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGateways", + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "France South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", "locations": [ "West US", "East US", @@ -11748,7 +11282,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11803,29 +11339,115 @@ "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", - "zoneMappings": [ + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ { "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11836,8 +11458,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -11848,15 +11477,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -11864,32 +11501,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11900,40 +11537,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11944,39 +11581,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "resourceType": "ddosCustomPolicies", "locations": [ "West US", "East US", @@ -12012,7 +11649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12036,14 +11675,54 @@ "2019-06-01", "2019-04-01", "2019-02-01", - "2018-12-01" + "2018-12-01", + "2018-11-01", + "2018-10-01" ], "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations", - "locations": [], + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12096,24 +11775,11 @@ "2015-05-01-preview", "2014-12-01-preview" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operations", + "resourceType": "networkWatchers/connectionMonitors", "locations": [ "West US", "East US", @@ -12149,7 +11815,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12186,41 +11854,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operationResults", + "resourceType": "networkWatchers/flowLogs", "locations": [ "West US", "East US", @@ -12256,7 +11896,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12293,41 +11935,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/CheckDnsNameAvailability", + "resourceType": "networkWatchers/pingMeshes", "locations": [ "West US", "East US", @@ -12363,7 +11977,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12400,80 +12016,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/usages", + "resourceType": "virtualNetworkGateways", "locations": [ "West US", "East US", @@ -12509,7 +12058,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12563,6 +12114,7 @@ "2015-05-01-preview", "2014-12-01-preview" ], + "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", @@ -12570,17 +12122,17 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" + "apiVersion": "2017-03-01" }, { "profileVersion": "2019-03-01-hybrid", "apiVersion": "2017-10-01" } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "resourceType": "localNetworkGateways", "locations": [ "West US", "East US", @@ -12616,7 +12168,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12656,12 +12210,39 @@ "2017-09-01", "2017-08-01", "2017-06-01", - "2017-04-01" + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableDelegations", + "resourceType": "connections", "locations": [ "West US", "East US", @@ -12697,7 +12278,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12728,76 +12311,48 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/serviceTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availablePrivateEndpointTypes", + "resourceType": "applicationGateways", "locations": [ "West US", "East US", @@ -12833,7 +12388,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12856,24 +12413,239 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableServiceAliases", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", "Japan West", "Brazil South", "Australia East", @@ -12897,7 +12669,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12916,49 +12690,19 @@ "2019-12-01", "2019-11-01", "2019-09-01", - "2019-08-01" + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/checkPrivateLinkServiceVisibility", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], + "resourceType": "locations", + "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12979,75 +12723,56 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/autoApprovedPrivateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "resourceType": "locations/operations", "locations": [ "West US", "East US", @@ -13083,7 +12808,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13097,12 +12824,64 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "resourceType": "locations/operationResults", "locations": [ "West US", "East US", @@ -13138,7 +12917,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13152,12 +12933,64 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/supportedVirtualMachineSizes", + "resourceType": "locations/CheckDnsNameAvailability", "locations": [ "West US", "East US", @@ -13193,7 +13026,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13224,12 +13059,33 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "capabilities": "None" }, { - "resourceType": "locations/setAzureNetworkManagerConfiguration", + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", "locations": [ "West US", "East US", @@ -13265,7 +13121,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13274,12 +13132,15 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" ], "capabilities": "None" }, { - "resourceType": "locations/getAzureNetworkManagerConfiguration", + "resourceType": "locations/usages", "locations": [ "West US", "East US", @@ -13315,7 +13176,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13324,19 +13187,76 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkAcceleratedNetworkingSupport", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "North Central US", "South Central US", "Central US", @@ -13365,7 +13285,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13396,12 +13318,21 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" ], "capabilities": "None" }, { - "resourceType": "locations/validateResourceOwnership", + "resourceType": "locations/availableDelegations", "locations": [ "West US", "East US", @@ -13437,7 +13368,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13473,7 +13406,7 @@ "capabilities": "None" }, { - "resourceType": "locations/setResourceOwnership", + "resourceType": "locations/serviceTags", "locations": [ "West US", "East US", @@ -13509,7 +13442,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13532,20 +13467,12 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2019-02-01" ], "capabilities": "None" }, { - "resourceType": "locations/effectiveResourceOwnership", + "resourceType": "locations/availablePrivateEndpointTypes", "locations": [ "West US", "East US", @@ -13581,7 +13508,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13604,20 +13533,12 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2019-02-01" ], "capabilities": "None" }, { - "resourceType": "operations", + "resourceType": "locations/availableServiceAliases", "locations": [ "West US", "East US", @@ -13653,7 +13574,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13672,266 +13595,825 @@ "2019-12-01", "2019-11-01", "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2019-08-01" ], "capabilities": "None" }, { - "resourceType": "dnszones", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", + "resourceType": "locations/checkPrivateLinkServiceVisibility", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnsOperationStatuses", + "resourceType": "locations/autoApprovedPrivateLinkServices", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "getDnsResourceReference", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "internalNotify", + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/A", + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/AAAA", + "resourceType": "locations/supportedVirtualMachineSizes", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CNAME", + "resourceType": "locations/setAzureNetworkManagerConfiguration", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/PTR", + "resourceType": "locations/getAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/MX", + "resourceType": "locations/checkAcceleratedNetworkingSupport", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/TXT", + "resourceType": "locations/validateResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SRV", + "resourceType": "locations/setResourceOwnership", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SOA", + "resourceType": "locations/effectiveResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", "2017-10-01", - "2017-09-15-preview", "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/NS", + "resourceType": "dnszones", "locations": [ "global" ], @@ -13945,10 +14427,24 @@ "2015-05-04-preview" ], "defaultApiVersion": "2018-05-01", - "capabilities": "None" + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "dnszones/CAA", + "resourceType": "dnsOperationResults", "locations": [ "global" ], @@ -13957,7 +14453,214 @@ "2018-03-01-preview", "2017-10-01", "2017-09-15-preview", - "2017-09-01" + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" ], "defaultApiVersion": "2018-05-01", "capabilities": "None" @@ -14305,7 +15008,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14399,7 +15104,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14492,7 +15199,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14574,7 +15283,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14654,7 +15365,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14720,7 +15433,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14786,7 +15501,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14852,7 +15569,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14946,7 +15665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15029,7 +15750,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15108,7 +15831,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15185,7 +15910,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15246,7 +15973,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15325,7 +16054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15404,7 +16135,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15473,7 +16206,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15508,41 +16243,79 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "firewallPolicies", - "locations": [ - "UAE North", + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "UAE North", "Australia Central 2", "UAE Central", "Germany North", @@ -15584,7 +16357,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15655,7 +16430,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15785,7 +16562,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15842,7 +16621,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15881,24 +16662,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15909,8 +16690,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -15921,15 +16709,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -15937,32 +16733,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15973,40 +16769,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -16017,32 +16813,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -16085,7 +16881,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16153,7 +16951,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16222,7 +17022,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16291,7 +17093,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16346,7 +17150,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16427,7 +17233,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16462,28 +17270,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -16517,7 +17303,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -16537,277 +17323,125 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16883,7 +17517,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -16947,7 +17583,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17005,7 +17643,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17070,7 +17710,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17130,7 +17772,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17195,7 +17839,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17203,51 +17849,1738 @@ "2021-03-01" ], "capabilities": "None" - } + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "271", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c026219e80b21a915367a2a359e38d18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967" + } + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/23a2a2bc-90b7-4f3c-b884-d41f206ac422?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1681", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "091e79cf-891a-4fd6-a04b-5709d8be8ffe", + "x-ms-client-request-id": "c026219e80b21a915367a2a359e38d18", + "x-ms-correlation-request-id": "f61fc069-690e-4852-a978-9e83e4d979de", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "23a2a2bc-90b7-4f3c-b884-d41f206ac422", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062803Z:f61fc069-690e-4852-a978-9e83e4d979de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-3205\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221ddd375e-daf6-4454-b588-7875f90cc4b4\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b1025086-caab-4a3c-b4b0-1df6ba41c6b1\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221ddd375e-daf6-4454-b588-7875f90cc4b4\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u00224jupqeldfhmezbzqow5q1h3vpe.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/23a2a2bc-90b7-4f3c-b884-d41f206ac422?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "232f8e4dd72d27776ab50713a07d231d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "887430a3-3566-4102-a7f1-2c61c6ba87b9", + "x-ms-client-request-id": "232f8e4dd72d27776ab50713a07d231d", + "x-ms-correlation-request-id": "1f6c32b0-a5d4-4a36-8836-7ddd272b5c1e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "fed89d4c-96fe-4f48-abb5-3d873792934b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062804Z:1f6c32b0-a5d4-4a36-8836-7ddd272b5c1e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "736d66232fa7cf48d1f32aea2a2bde9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1681", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:03 GMT", + "ETag": "W/\u00221ddd375e-daf6-4454-b588-7875f90cc4b4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "876a7312-7e11-4212-b0c0-6d0574f4a92f", + "x-ms-client-request-id": "736d66232fa7cf48d1f32aea2a2bde9d", + "x-ms-correlation-request-id": "7c12fde0-d21f-4334-9a99-463c4e9e7dda", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "f7391d5d-c82a-437c-9de8-0a6fb8c79813", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062804Z:7c12fde0-d21f-4334-9a99-463c4e9e7dda" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-3205\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221ddd375e-daf6-4454-b588-7875f90cc4b4\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b1025086-caab-4a3c-b4b0-1df6ba41c6b1\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221ddd375e-daf6-4454-b588-7875f90cc4b4\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u00224jupqeldfhmezbzqow5q1h3vpe.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1185", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb56e8c169b39beafef09114c83d9317", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": { + "hardwareProfile": { + "vmSize": "Standard_F2" + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "osType": "Linux", + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "osProfile": { + "computerName": "testVM-6601", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205", + "properties": { + "primary": true + } + } + ] + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb56e8c169b39beafef09114c83d9317", + "x-ms-correlation-request-id": "daec43e5-ed99-4934-9775-992e04820773", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1194", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "da5210a1-6b7a-44e2-be48-8bfc64f1e0bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062808Z:daec43e5-ed99-4934-9775-992e04820773" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVM-6601\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u0022f29c1650-929a-46a2-a996-48b5c7695913\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-6601\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b75169d75826b96a7bd174b69d340694", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "35", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b75169d75826b96a7bd174b69d340694", + "x-ms-correlation-request-id": "b643c1b8-3de6-4828-be35-e5226e8ca5bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;27785", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "08b37171-68e3-42a6-af0d-56b82d233be5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062808Z:b643c1b8-3de6-4828-be35-e5226e8ca5bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f145126008e88f54d739845317b0ee71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f145126008e88f54d739845317b0ee71", + "x-ms-correlation-request-id": "e7f8ec6c-de0f-406f-a5be-1ca018a83ed1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;27784", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "47102e08-52db-4314-aac1-77ad94c72e7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062808Z:e7f8ec6c-de0f-406f-a5be-1ca018a83ed1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e3c53f3dbeb4bf0ce885a76bd5a8012", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e3c53f3dbeb4bf0ce885a76bd5a8012", + "x-ms-correlation-request-id": "90479e88-5e0c-4034-8bd1-afbbeba58481", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;27783", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2ce3f9cb-fe92-4e8e-aaf7-86380fe8dcb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062809Z:90479e88-5e0c-4034-8bd1-afbbeba58481" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9ad9bd590b47cf5515c1dfedd416a2ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ad9bd590b47cf5515c1dfedd416a2ca", + "x-ms-correlation-request-id": "8ffa558c-fb78-4127-9bc2-b34c574bd681", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;27782", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "11ef213f-d801-41ee-8dfc-5faf0bb45d8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062809Z:8ffa558c-fb78-4127-9bc2-b34c574bd681" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ac303e3a8f784a821fa2360adddd27c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ac303e3a8f784a821fa2360adddd27c", + "x-ms-correlation-request-id": "b9e35a61-9443-4d2c-9088-e183f6b309cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;27781", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "54481009-f6e5-4c59-998e-828f27eaed5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062809Z:b9e35a61-9443-4d2c-9088-e183f6b309cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59f972b953d7e72afd6d492afc0377b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59f972b953d7e72afd6d492afc0377b7", + "x-ms-correlation-request-id": "d889e96f-4037-44a8-8504-fc2c214640f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;27780", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c722ec6c-1722-4eae-b0f2-26546cca5eb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062809Z:d889e96f-4037-44a8-8504-fc2c214640f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b99390e63597b11a1555794ce8f52137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b99390e63597b11a1555794ce8f52137", + "x-ms-correlation-request-id": "f6f0de77-846f-406b-8f76-f9023c26721c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;27779", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b916492a-8079-460d-923c-9e3fa61fd78b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062810Z:f6f0de77-846f-406b-8f76-f9023c26721c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "613463ef481d8ff3d9dc4d895e7e881e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "613463ef481d8ff3d9dc4d895e7e881e", + "x-ms-correlation-request-id": "4076da20-62e8-49d5-9fa2-fa01c6755252", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;27778", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "69b946de-049c-4587-a43d-b27a157f71e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062810Z:4076da20-62e8-49d5-9fa2-fa01c6755252" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d7a6b83184a83e557484481daddff07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d7a6b83184a83e557484481daddff07", + "x-ms-correlation-request-id": "7020af9f-1898-40f3-ac45-1be6f845009e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;27777", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "2a0a190c-7f89-40e0-81cf-84486b4010a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062810Z:7020af9f-1898-40f3-ac45-1be6f845009e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "983a124b15ce9d9a9c03e0bae8915297", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "983a124b15ce9d9a9c03e0bae8915297", + "x-ms-correlation-request-id": "4de58efa-e05b-4ff7-9373-cd666c54d24c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27776", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "83266576-d70b-42f0-b7f4-c9f1ba085306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062810Z:4de58efa-e05b-4ff7-9373-cd666c54d24c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7cc95acc047bd7ed7eb009d40471b5fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cc95acc047bd7ed7eb009d40471b5fb", + "x-ms-correlation-request-id": "30ef3213-7aa2-4cc9-b896-fd241fb1abf0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27775", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "fa05f380-1b3b-4a0d-a81a-b31b578193f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062811Z:30ef3213-7aa2-4cc9-b896-fd241fb1abf0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c3d45ddef436d4fd1dc8046372a9bc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c3d45ddef436d4fd1dc8046372a9bc6", + "x-ms-correlation-request-id": "d5e49c5d-0b4a-4d90-a2c3-66aefaf06dfc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27774", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "b911c7c1-4094-40a5-b94a-2beaf9b0e728", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062811Z:d5e49c5d-0b4a-4d90-a2c3-66aefaf06dfc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7fb4adf68213478c24631a1d0bc5992b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fb4adf68213478c24631a1d0bc5992b", + "x-ms-correlation-request-id": "8da61474-c686-4ab4-b123-a88c4dde6065", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27773", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "54047c20-b5d2-4904-a60d-689abad67d92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062811Z:8da61474-c686-4ab4-b123-a88c4dde6065" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759?api-version=2021-05-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "271", - "Content-Type": "application/json", - "traceparent": "00-8af6a63ba93ef4449c059235b543f8ba-85ebaef94e03f64e-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "232f8e4dd72d27776ab50713a07d231d", + "x-ms-client-request-id": "a2dde44e0553dd530b5bab9e84a69f54", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967" - } - } - } - ] - }, - "location": "westus2" + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2dde44e0553dd530b5bab9e84a69f54", + "x-ms-correlation-request-id": "ac06fad1-482a-4d5d-91f1-53c4e2cfdde0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27772", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "afd59a4a-6cfb-48c6-8108-99da0e848055", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062811Z:ac06fad1-482a-4d5d-91f1-53c4e2cfdde0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57de431535bc5be7b8f627e0d531620b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57de431535bc5be7b8f627e0d531620b", + "x-ms-correlation-request-id": "3f46fda5-d75f-4e33-916a-00e504d38a0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27771", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "59b325f2-0fa2-4f94-b9c6-033dea3cbfd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062812Z:3f46fda5-d75f-4e33-916a-00e504d38a0e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53f85543f84cf07359d774b8d6eec37e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53f85543f84cf07359d774b8d6eec37e", + "x-ms-correlation-request-id": "1e8a19a1-19a3-42f3-ba35-ec1d411767e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27770", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "b6806864-f3b0-40b6-9997-26346ff3cdf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062812Z:1e8a19a1-19a3-42f3-ba35-ec1d411767e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c808c5c341e6186efc82e95cdd7307d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c808c5c341e6186efc82e95cdd7307d9", + "x-ms-correlation-request-id": "5d91724a-4c3f-4eea-bc9c-4a825ed72188", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27769", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "944b257d-9f21-445b-af05-65b8c01fa11e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062812Z:5d91724a-4c3f-4eea-bc9c-4a825ed72188" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e5aa0f94cad1c07cfeefee4c02f84ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e5aa0f94cad1c07cfeefee4c02f84ca", + "x-ms-correlation-request-id": "76d2a4cf-eea8-45e8-b9a5-e468533e1acf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27768", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "50da789d-7cd8-4da7-9d03-66d2a9ac96e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062812Z:76d2a4cf-eea8-45e8-b9a5-e468533e1acf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0f1ca83399280224e6e056ca0e1712e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f1ca83399280224e6e056ca0e1712e6", + "x-ms-correlation-request-id": "768e6dba-442c-41e6-9e2c-a2448b7bd8a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27767", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "f39780c5-8530-4484-82fa-2fa72550649a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062813Z:768e6dba-442c-41e6-9e2c-a2448b7bd8a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "35be9bd0949477d1beecf8f8438958cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:28:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35be9bd0949477d1beecf8f8438958cc", + "x-ms-correlation-request-id": "166fd581-ee26-4c76-b0e0-d650e0213380", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27766", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "ff96cc4c-341c-4f20-a59a-fb4ef2037e87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062813Z:166fd581-ee26-4c76-b0e0-d650e0213380" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34281ffdf7565fb07b5848cdf53d0db8", + "x-ms-return-client-request-id": "true" }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8241c112-0ec7-4719-910e-41606511f6dc?api-version=2021-05-01", "Cache-Control": "no-cache", - "Content-Length": "1681", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:58 GMT", + "Date": "Mon, 25 Oct 2021 06:28:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17256,76 +19589,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07da5559-0913-4e4d-b235-ff52a1a62621", - "x-ms-client-request-id": "232f8e4dd72d27776ab50713a07d231d", - "x-ms-correlation-request-id": "b3005600-9d24-4a5c-8507-946a27918ed2", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "8241c112-0ec7-4719-910e-41606511f6dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062158Z:b3005600-9d24-4a5c-8507-946a27918ed2" + "x-ms-client-request-id": "34281ffdf7565fb07b5848cdf53d0db8", + "x-ms-correlation-request-id": "1de6e531-ea54-4d47-98c6-59481b9add3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27765", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "277a7e25-01ef-4426-b5cf-d90f01fffa66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062813Z:1de6e531-ea54-4d47-98c6-59481b9add3b" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-3759\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002208eb62b9-4ef1-4312-97f7-1ae338a79ba2\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00225ae93ab2-5748-42ae-83c2-569e60b4f7a6\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002208eb62b9-4ef1-4312-97f7-1ae338a79ba2\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022buhpn2vufyeu3ahlu5ptupfbta.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8241c112-0ec7-4719-910e-41606511f6dc?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8af6a63ba93ef4449c059235b543f8ba-6decb23b630eec45-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cb56e8c169b39beafef09114c83d9317", + "x-ms-client-request-id": "251417db4f719f36d7a5513ca12cbe5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:58 GMT", + "Date": "Mon, 25 Oct 2021 06:28:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17334,40 +19631,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d8e05cd5-4191-41b7-87c7-d7dfe6f827fd", - "x-ms-client-request-id": "cb56e8c169b39beafef09114c83d9317", - "x-ms-correlation-request-id": "2f9a1b0d-9be9-447d-8368-9c8919c23384", - "x-ms-ratelimit-remaining-subscription-reads": "11613", - "x-ms-request-id": "fd7b62ff-8681-4950-9c2a-bd5c02792112", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062159Z:2f9a1b0d-9be9-447d-8368-9c8919c23384" + "x-ms-client-request-id": "251417db4f719f36d7a5513ca12cbe5c", + "x-ms-correlation-request-id": "5e0164c5-0798-4995-a045-bf80b4fb9c14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27764", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "08f9a6e1-04a6-4d68-bfb1-fb5be3abd173", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062813Z:5e0164c5-0798-4995-a045-bf80b4fb9c14" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8af6a63ba93ef4449c059235b543f8ba-f34d3404995c4f40-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d64238a432481d114660523aad8dfd3e", + "x-ms-client-request-id": "efcc8a87deeed98fea5eba3b4c048280", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1681", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:21:58 GMT", - "ETag": "W/\u002208eb62b9-4ef1-4312-97f7-1ae338a79ba2\u0022", + "Date": "Mon, 25 Oct 2021 06:28:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17376,219 +19673,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27479216-91f8-4576-aed9-5972d8971baa", - "x-ms-client-request-id": "d64238a432481d114660523aad8dfd3e", - "x-ms-correlation-request-id": "877dcdff-d59b-4227-a530-834145836f6c", - "x-ms-ratelimit-remaining-subscription-reads": "11612", - "x-ms-request-id": "9cb90035-19c6-4ae2-8792-19877657da2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062159Z:877dcdff-d59b-4227-a530-834145836f6c" + "x-ms-client-request-id": "efcc8a87deeed98fea5eba3b4c048280", + "x-ms-correlation-request-id": "9c99cf52-26ec-411a-bb54-f1f3cb0f7498", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27763", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "95f4fb3a-8311-4986-af48-9792f9d8856c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062814Z:9c99cf52-26ec-411a-bb54-f1f3cb0f7498" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-3759\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002208eb62b9-4ef1-4312-97f7-1ae338a79ba2\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00225ae93ab2-5748-42ae-83c2-569e60b4f7a6\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002208eb62b9-4ef1-4312-97f7-1ae338a79ba2\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/virtualNetworks/testVNet-447/subnets/testSubnet-9967\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022buhpn2vufyeu3ahlu5ptupfbta.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1185", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b75169d75826b96a7bd174b69d340694", + "x-ms-client-request-id": "2b1d3fde3375ae5be8895db1a673be4f", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": { - "hardwareProfile": { - "vmSize": "Standard_F2" - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "osType": "Linux", - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "osProfile": { - "computerName": "testVM-6601", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "networkProfile": { - "networkInterfaces": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759", - "properties": { - "primary": true - } - } - ] - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "2369", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:03 GMT", + "Date": "Mon, 25 Oct 2021 06:28:13 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b75169d75826b96a7bd174b69d340694", - "x-ms-correlation-request-id": "eb2e29bf-7a04-4ea7-b3c5-c6fba2436eb7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1179", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "c25192eb-b525-46fc-b328-e6277e77973d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062204Z:eb2e29bf-7a04-4ea7-b3c5-c6fba2436eb7" + "x-ms-client-request-id": "2b1d3fde3375ae5be8895db1a673be4f", + "x-ms-correlation-request-id": "ec24e009-9341-415b-9073-8460d3e13b6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27762", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "c3be2323-f1a0-4b9b-b235-9de9c7cc621d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062814Z:ec24e009-9341-415b-9073-8460d3e13b6f" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-6601\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u0022cab7241c-0d48-4e1e-91dd-365ea2eeb77c\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-6601\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5e3c53f3dbeb4bf0ce885a76bd5a8012", + "x-ms-client-request-id": "6b45eb991d71fdca883b3a1394fa52d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17597,41 +19748,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:04 GMT", + "Date": "Mon, 25 Oct 2021 06:28:14 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "35", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e3c53f3dbeb4bf0ce885a76bd5a8012", - "x-ms-correlation-request-id": "d63bf31b-3c12-43f9-ace8-ef6a110b8848", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;26411", - "x-ms-ratelimit-remaining-subscription-reads": "11611", - "x-ms-request-id": "0c2f337e-9b6a-4326-92e9-9ee919e375ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062204Z:d63bf31b-3c12-43f9-ace8-ef6a110b8848" + "x-ms-client-request-id": "6b45eb991d71fdca883b3a1394fa52d3", + "x-ms-correlation-request-id": "dc09b79a-a52e-4a60-8048-8ce058211687", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27761", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "db7f2bb1-42b7-4dfe-be63-1a03b0ad750b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062814Z:dc09b79a-a52e-4a60-8048-8ce058211687" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9ad9bd590b47cf5515c1dfedd416a2ca", + "x-ms-client-request-id": "615dd022920e54e72e1d066480de3276", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17640,7 +19790,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:04 GMT", + "Date": "Mon, 25 Oct 2021 06:28:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17649,31 +19799,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ad9bd590b47cf5515c1dfedd416a2ca", - "x-ms-correlation-request-id": "6b360fcd-36f7-42e3-86d8-90296a3b4653", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26410", - "x-ms-ratelimit-remaining-subscription-reads": "11610", - "x-ms-request-id": "10b196f7-5d1d-4d88-813c-9adcc29bf92f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062205Z:6b360fcd-36f7-42e3-86d8-90296a3b4653" + "x-ms-client-request-id": "615dd022920e54e72e1d066480de3276", + "x-ms-correlation-request-id": "c8d8bc13-def4-47ac-9753-b949bdb1f8c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27760", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "22a85b7f-2ba9-45a8-87a8-d78934ff4717", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062815Z:c8d8bc13-def4-47ac-9753-b949bdb1f8c6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4ac303e3a8f784a821fa2360adddd27c", + "x-ms-client-request-id": "60a16b9f16bec00f7520a339f84819ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17682,7 +19832,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:04 GMT", + "Date": "Mon, 25 Oct 2021 06:28:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17691,31 +19841,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ac303e3a8f784a821fa2360adddd27c", - "x-ms-correlation-request-id": "91fb8dd5-9980-44e2-b6d0-6f1a79a6262a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26409", - "x-ms-ratelimit-remaining-subscription-reads": "11609", - "x-ms-request-id": "59b343b8-e0cc-4640-b705-f316e9f748de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062205Z:91fb8dd5-9980-44e2-b6d0-6f1a79a6262a" + "x-ms-client-request-id": "60a16b9f16bec00f7520a339f84819ee", + "x-ms-correlation-request-id": "49af07e0-ae83-4dae-99ac-5c8d826b6487", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27759", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "04dac1e4-56f5-4171-92b3-42d81d32bc64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062815Z:49af07e0-ae83-4dae-99ac-5c8d826b6487" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "59f972b953d7e72afd6d492afc0377b7", + "x-ms-client-request-id": "d58e8a365c16074003f03c5317667caa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17724,7 +19874,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:05 GMT", + "Date": "Mon, 25 Oct 2021 06:28:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17733,31 +19883,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59f972b953d7e72afd6d492afc0377b7", - "x-ms-correlation-request-id": "336c8581-8a6f-4099-869e-3d9000a066d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26408", - "x-ms-ratelimit-remaining-subscription-reads": "11608", - "x-ms-request-id": "f279d14e-05da-45a8-8e63-d141fb50e8ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062205Z:336c8581-8a6f-4099-869e-3d9000a066d3" + "x-ms-client-request-id": "d58e8a365c16074003f03c5317667caa", + "x-ms-correlation-request-id": "b114096c-c6b9-4284-b245-444cbad33efe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27758", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "75ea6e3b-0c9d-45e2-b1cb-d868802b35e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062815Z:b114096c-c6b9-4284-b245-444cbad33efe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b99390e63597b11a1555794ce8f52137", + "x-ms-client-request-id": "2973c308f2590c14c09ceceeefad5ce6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17766,7 +19916,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:05 GMT", + "Date": "Mon, 25 Oct 2021 06:28:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17775,31 +19925,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b99390e63597b11a1555794ce8f52137", - "x-ms-correlation-request-id": "a1b1388f-39e9-4e29-934c-41b846568d2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26407", - "x-ms-ratelimit-remaining-subscription-reads": "11607", - "x-ms-request-id": "5b9a0e9f-d98f-49ca-b96c-d8c7410a512a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062206Z:a1b1388f-39e9-4e29-934c-41b846568d2a" + "x-ms-client-request-id": "2973c308f2590c14c09ceceeefad5ce6", + "x-ms-correlation-request-id": "6be73be8-ab8b-490b-83ab-f97574383823", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27757", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "dbec4abd-bf21-4d30-95d5-15fbb8772312", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062815Z:6be73be8-ab8b-490b-83ab-f97574383823" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "613463ef481d8ff3d9dc4d895e7e881e", + "x-ms-client-request-id": "f62d18035d4f43602b9a5dcedabca90e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17808,7 +19958,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:05 GMT", + "Date": "Mon, 25 Oct 2021 06:28:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17817,31 +19967,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "613463ef481d8ff3d9dc4d895e7e881e", - "x-ms-correlation-request-id": "cf785352-f26e-4052-bc3c-8b3ed6332a30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26406", - "x-ms-ratelimit-remaining-subscription-reads": "11606", - "x-ms-request-id": "f6d4b672-9ff1-4c3d-8c87-1ee101a4688d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062206Z:cf785352-f26e-4052-bc3c-8b3ed6332a30" + "x-ms-client-request-id": "f62d18035d4f43602b9a5dcedabca90e", + "x-ms-correlation-request-id": "a9d5af5d-3c6d-403d-9951-ed54a283b4b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27756", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "9f85481d-482c-476e-8dad-e514ffc892fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062816Z:a9d5af5d-3c6d-403d-9951-ed54a283b4b8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1d7a6b83184a83e557484481daddff07", + "x-ms-client-request-id": "3531f9a3f0d54495758215796f511755", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17850,7 +20000,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:05 GMT", + "Date": "Mon, 25 Oct 2021 06:28:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17859,31 +20009,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d7a6b83184a83e557484481daddff07", - "x-ms-correlation-request-id": "183a450a-27a6-4999-8e65-04731e40d3db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26405", - "x-ms-ratelimit-remaining-subscription-reads": "11605", - "x-ms-request-id": "48d3ac22-0d45-433d-a23d-6ac3081c31c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062206Z:183a450a-27a6-4999-8e65-04731e40d3db" + "x-ms-client-request-id": "3531f9a3f0d54495758215796f511755", + "x-ms-correlation-request-id": "d32cb9b0-8869-4297-9f30-3ed728e7cdf2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27755", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "65d285d5-3266-413a-921f-e58ab36a3614", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062816Z:d32cb9b0-8869-4297-9f30-3ed728e7cdf2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "983a124b15ce9d9a9c03e0bae8915297", + "x-ms-client-request-id": "fe4f55948538ab5a6230febe94463103", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17892,7 +20042,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:06 GMT", + "Date": "Mon, 25 Oct 2021 06:28:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17901,31 +20051,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "983a124b15ce9d9a9c03e0bae8915297", - "x-ms-correlation-request-id": "646f64d7-8557-4887-a9d3-e1fd0dc0f975", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26404", - "x-ms-ratelimit-remaining-subscription-reads": "11604", - "x-ms-request-id": "4bb0ca72-cf37-4a18-939d-4a37eaad5862", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062206Z:646f64d7-8557-4887-a9d3-e1fd0dc0f975" + "x-ms-client-request-id": "fe4f55948538ab5a6230febe94463103", + "x-ms-correlation-request-id": "828e25b1-672e-45ee-8957-02428f14d5a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27754", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "5a131615-bb48-4fce-aff0-5f18854d33a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062816Z:828e25b1-672e-45ee-8957-02428f14d5a3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7cc95acc047bd7ed7eb009d40471b5fb", + "x-ms-client-request-id": "f64bdef3267c131183e881cd48e7d3d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17934,7 +20084,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:06 GMT", + "Date": "Mon, 25 Oct 2021 06:28:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17943,31 +20093,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cc95acc047bd7ed7eb009d40471b5fb", - "x-ms-correlation-request-id": "eff2a577-2d3d-405d-91cd-858a4eccb5f2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26403", - "x-ms-ratelimit-remaining-subscription-reads": "11603", - "x-ms-request-id": "65e9afd8-36f1-4958-8fe4-460dd6846935", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062207Z:eff2a577-2d3d-405d-91cd-858a4eccb5f2" + "x-ms-client-request-id": "f64bdef3267c131183e881cd48e7d3d9", + "x-ms-correlation-request-id": "65875df7-44c1-4fc8-9798-c419b946febf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27753", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "a5a3d4b6-681d-47f5-b203-f0f880e84095", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062816Z:65875df7-44c1-4fc8-9798-c419b946febf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c3d45ddef436d4fd1dc8046372a9bc6", + "x-ms-client-request-id": "84390782ab6d1ed59e86d2a5f2d6b02f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17976,7 +20126,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:06 GMT", + "Date": "Mon, 25 Oct 2021 06:28:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17985,31 +20135,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c3d45ddef436d4fd1dc8046372a9bc6", - "x-ms-correlation-request-id": "f7775c87-32f9-4984-ab64-b7b21d2379f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26402", - "x-ms-ratelimit-remaining-subscription-reads": "11602", - "x-ms-request-id": "ad8c7b76-0b5c-4c1a-a4e3-52d2116d57d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062207Z:f7775c87-32f9-4984-ab64-b7b21d2379f5" + "x-ms-client-request-id": "84390782ab6d1ed59e86d2a5f2d6b02f", + "x-ms-correlation-request-id": "ef6df91c-f605-448e-ab49-85d8df9a2729", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27752", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "f1498fc8-951c-4504-bd8f-d98c22240511", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062817Z:ef6df91c-f605-448e-ab49-85d8df9a2729" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7fb4adf68213478c24631a1d0bc5992b", + "x-ms-client-request-id": "9186115021066dd9443b7b50048d637b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18018,7 +20168,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:06 GMT", + "Date": "Mon, 25 Oct 2021 06:28:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18027,31 +20177,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fb4adf68213478c24631a1d0bc5992b", - "x-ms-correlation-request-id": "40e63eaf-4fdc-4bb8-97d9-db90d71c2746", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26401", - "x-ms-ratelimit-remaining-subscription-reads": "11601", - "x-ms-request-id": "630165bb-910e-4b86-a900-80f894a13a24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062207Z:40e63eaf-4fdc-4bb8-97d9-db90d71c2746" + "x-ms-client-request-id": "9186115021066dd9443b7b50048d637b", + "x-ms-correlation-request-id": "6d92c54b-caec-473e-ab4c-983fcde12ec3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27751", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "9311a0f5-de63-4feb-aec4-27def928eb9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062817Z:6d92c54b-caec-473e-ab4c-983fcde12ec3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a2dde44e0553dd530b5bab9e84a69f54", + "x-ms-client-request-id": "8d3b245cad0c4796082d57f5546c21ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18060,7 +20210,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:07 GMT", + "Date": "Mon, 25 Oct 2021 06:28:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18069,31 +20219,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2dde44e0553dd530b5bab9e84a69f54", - "x-ms-correlation-request-id": "13013e0b-6f1a-4461-933a-f5f023fbb778", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26400", - "x-ms-ratelimit-remaining-subscription-reads": "11600", - "x-ms-request-id": "0fc02427-e27a-4e1a-b78f-053f1d48ab70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062207Z:13013e0b-6f1a-4461-933a-f5f023fbb778" + "x-ms-client-request-id": "8d3b245cad0c4796082d57f5546c21ac", + "x-ms-correlation-request-id": "e364f265-14ce-4a2b-a6a1-36d9b7aaec4c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27750", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "c7b8a77e-9dec-49b3-b90b-ba9f82b4c9a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062817Z:e364f265-14ce-4a2b-a6a1-36d9b7aaec4c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "57de431535bc5be7b8f627e0d531620b", + "x-ms-client-request-id": "367c5238416161d32dcb3f3130851911", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18102,7 +20252,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:07 GMT", + "Date": "Mon, 25 Oct 2021 06:28:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18111,31 +20261,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57de431535bc5be7b8f627e0d531620b", - "x-ms-correlation-request-id": "8c37c5ec-f3ea-491d-8867-49e90e5c2e7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26399", - "x-ms-ratelimit-remaining-subscription-reads": "11599", - "x-ms-request-id": "ac4ce725-a82d-42c8-869a-be6c198d84a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062208Z:8c37c5ec-f3ea-491d-8867-49e90e5c2e7c" + "x-ms-client-request-id": "367c5238416161d32dcb3f3130851911", + "x-ms-correlation-request-id": "2567ab92-c25d-4406-98b1-c0e61d738cbb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27749", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "12cdcb0e-e421-4199-ae1d-eb9551f8138e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062817Z:2567ab92-c25d-4406-98b1-c0e61d738cbb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53f85543f84cf07359d774b8d6eec37e", + "x-ms-client-request-id": "cd485723229aa2227a3e89d9c9e318d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18144,7 +20294,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:07 GMT", + "Date": "Mon, 25 Oct 2021 06:28:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18153,31 +20303,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53f85543f84cf07359d774b8d6eec37e", - "x-ms-correlation-request-id": "fca8d191-5b53-4e45-b5d9-06ee063f241b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26398", - "x-ms-ratelimit-remaining-subscription-reads": "11598", - "x-ms-request-id": "21a7e8c8-cf2d-4ddd-bc3c-0d6f4910c81b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062208Z:fca8d191-5b53-4e45-b5d9-06ee063f241b" + "x-ms-client-request-id": "cd485723229aa2227a3e89d9c9e318d7", + "x-ms-correlation-request-id": "2a6aa0a0-dce5-4607-9f26-1e90a9aeeca8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27748", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "c78e104c-75ee-429a-bdeb-864916e103ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062818Z:2a6aa0a0-dce5-4607-9f26-1e90a9aeeca8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c808c5c341e6186efc82e95cdd7307d9", + "x-ms-client-request-id": "b218ce1a2c101a1951da5f416d641782", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18186,7 +20336,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:08 GMT", + "Date": "Mon, 25 Oct 2021 06:28:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18195,31 +20345,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c808c5c341e6186efc82e95cdd7307d9", - "x-ms-correlation-request-id": "349c902f-5bf4-4ab3-8b62-02733def287b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26397", - "x-ms-ratelimit-remaining-subscription-reads": "11597", - "x-ms-request-id": "d3c6b84c-c012-4c33-abe7-07de9917aebf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062208Z:349c902f-5bf4-4ab3-8b62-02733def287b" + "x-ms-client-request-id": "b218ce1a2c101a1951da5f416d641782", + "x-ms-correlation-request-id": "45a4f1c1-87e5-4ef0-825d-a3e1e3b5482d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27747", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "a76cc5e0-9330-461e-9fa3-2badb90b567a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062818Z:45a4f1c1-87e5-4ef0-825d-a3e1e3b5482d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2e5aa0f94cad1c07cfeefee4c02f84ca", + "x-ms-client-request-id": "fdd24613532415112fdabc23b8fa9749", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18228,7 +20378,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:08 GMT", + "Date": "Mon, 25 Oct 2021 06:28:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18237,31 +20387,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e5aa0f94cad1c07cfeefee4c02f84ca", - "x-ms-correlation-request-id": "8db464bb-9d80-4340-82cb-f1cf2197006b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26396", - "x-ms-ratelimit-remaining-subscription-reads": "11596", - "x-ms-request-id": "3750e7c5-fb50-412b-a074-277d57caef65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062209Z:8db464bb-9d80-4340-82cb-f1cf2197006b" + "x-ms-client-request-id": "fdd24613532415112fdabc23b8fa9749", + "x-ms-correlation-request-id": "75a053db-7a4b-4df6-ada8-2986a1ef26f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27746", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "f4c5145a-f685-4a06-97bd-db4f97361018", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062818Z:75a053db-7a4b-4df6-ada8-2986a1ef26f9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0f1ca83399280224e6e056ca0e1712e6", + "x-ms-client-request-id": "611667b2676df6013d2d7cc0c2e13515", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18270,7 +20420,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:08 GMT", + "Date": "Mon, 25 Oct 2021 06:28:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18279,31 +20429,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f1ca83399280224e6e056ca0e1712e6", - "x-ms-correlation-request-id": "c7988529-d7ea-4d16-81f3-9f1908782784", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26395", - "x-ms-ratelimit-remaining-subscription-reads": "11595", - "x-ms-request-id": "c20523ca-3e74-4c05-9351-3dbff3a4420d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062209Z:c7988529-d7ea-4d16-81f3-9f1908782784" + "x-ms-client-request-id": "611667b2676df6013d2d7cc0c2e13515", + "x-ms-correlation-request-id": "206988ab-c366-42a0-8990-d3281c153d02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27745", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "efcf5946-d4ef-47ed-9a54-d51c07e43b58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062818Z:206988ab-c366-42a0-8990-d3281c153d02" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "35be9bd0949477d1beecf8f8438958cc", + "x-ms-client-request-id": "83c506261b11c7b3bc02823670f66256", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18312,7 +20462,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:08 GMT", + "Date": "Mon, 25 Oct 2021 06:28:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18321,31 +20471,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35be9bd0949477d1beecf8f8438958cc", - "x-ms-correlation-request-id": "6157e65c-f113-47e2-bbd7-a20dd33461fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26394", - "x-ms-ratelimit-remaining-subscription-reads": "11594", - "x-ms-request-id": "e21de9b9-f477-4dc3-8ede-29e5237d2519", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062209Z:6157e65c-f113-47e2-bbd7-a20dd33461fe" + "x-ms-client-request-id": "83c506261b11c7b3bc02823670f66256", + "x-ms-correlation-request-id": "6f5aea45-6f4b-4bd5-bc4c-3ed7cf1a3a9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27744", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "302592f6-6d09-45c5-8c24-aa412aeda5bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062819Z:6f5aea45-6f4b-4bd5-bc4c-3ed7cf1a3a9c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "34281ffdf7565fb07b5848cdf53d0db8", + "x-ms-client-request-id": "058e1542b54eab1545dbbff6d651524e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18354,7 +20504,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:09 GMT", + "Date": "Mon, 25 Oct 2021 06:28:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18363,31 +20513,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34281ffdf7565fb07b5848cdf53d0db8", - "x-ms-correlation-request-id": "58b4b806-feac-408c-b943-503b0b8a64e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26393", - "x-ms-ratelimit-remaining-subscription-reads": "11593", - "x-ms-request-id": "c9d80654-debc-4c1c-8cdd-48e62ee4aef8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062209Z:58b4b806-feac-408c-b943-503b0b8a64e6" + "x-ms-client-request-id": "058e1542b54eab1545dbbff6d651524e", + "x-ms-correlation-request-id": "1df46107-14e9-4d14-b81d-287f0ceab5d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27743", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "5cd7c5a3-b478-4b3f-9f4b-ef94b2af0d68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062819Z:1df46107-14e9-4d14-b81d-287f0ceab5d4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "251417db4f719f36d7a5513ca12cbe5c", + "x-ms-client-request-id": "b1fca6a414349738b44fa56be5cb8647", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18396,7 +20546,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:09 GMT", + "Date": "Mon, 25 Oct 2021 06:28:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18405,31 +20555,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "251417db4f719f36d7a5513ca12cbe5c", - "x-ms-correlation-request-id": "6929aeff-814c-404e-a7ff-bfb05232937f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26392", - "x-ms-ratelimit-remaining-subscription-reads": "11592", - "x-ms-request-id": "4bd65e2d-c020-44b8-83ca-1e7066aeb58a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062210Z:6929aeff-814c-404e-a7ff-bfb05232937f" + "x-ms-client-request-id": "b1fca6a414349738b44fa56be5cb8647", + "x-ms-correlation-request-id": "de2162a4-5029-4c41-b301-54395c586ffe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27742", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "3f3b8ae8-4e1f-43e1-9648-960913508b5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062819Z:de2162a4-5029-4c41-b301-54395c586ffe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "efcc8a87deeed98fea5eba3b4c048280", + "x-ms-client-request-id": "ad7d25ca2f5370c7f01a3d355bbcf06a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18438,7 +20588,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:09 GMT", + "Date": "Mon, 25 Oct 2021 06:28:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18447,31 +20597,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efcc8a87deeed98fea5eba3b4c048280", - "x-ms-correlation-request-id": "be46c70e-f1d0-4e6c-be45-ec0e49665f44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26391", - "x-ms-ratelimit-remaining-subscription-reads": "11591", - "x-ms-request-id": "2a5f1e8a-0827-43d3-b124-c07c735a723d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062210Z:be46c70e-f1d0-4e6c-be45-ec0e49665f44" + "x-ms-client-request-id": "ad7d25ca2f5370c7f01a3d355bbcf06a", + "x-ms-correlation-request-id": "c50243d7-88fc-431b-8bf3-e94bedeb2647", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27741", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "8acec71d-7328-45b0-980c-db3ee0c82317", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062819Z:c50243d7-88fc-431b-8bf3-e94bedeb2647" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b1d3fde3375ae5be8895db1a673be4f", + "x-ms-client-request-id": "ca9133afb0f92e22ddf651fe10aac67a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18480,7 +20630,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:09 GMT", + "Date": "Mon, 25 Oct 2021 06:28:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18489,31 +20639,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b1d3fde3375ae5be8895db1a673be4f", - "x-ms-correlation-request-id": "be66065f-d335-4f82-8795-608a7769e6d7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26390", - "x-ms-ratelimit-remaining-subscription-reads": "11590", - "x-ms-request-id": "1b4b4ae8-b336-49d6-a2ef-500469d2ac23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062210Z:be66065f-d335-4f82-8795-608a7769e6d7" + "x-ms-client-request-id": "ca9133afb0f92e22ddf651fe10aac67a", + "x-ms-correlation-request-id": "04f59d61-651f-4197-8125-406438144a4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27740", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "f8379bc0-f79b-40ef-b75c-dd5dedf40434", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062820Z:04f59d61-651f-4197-8125-406438144a4a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6b45eb991d71fdca883b3a1394fa52d3", + "x-ms-client-request-id": "b12c7854a5d475fbde8bc119d6023bf7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18522,7 +20672,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:10 GMT", + "Date": "Mon, 25 Oct 2021 06:28:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18531,31 +20681,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b45eb991d71fdca883b3a1394fa52d3", - "x-ms-correlation-request-id": "7aa88f5f-1d25-4f6b-962d-fd4fce4a1445", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26389", - "x-ms-ratelimit-remaining-subscription-reads": "11589", - "x-ms-request-id": "2e640322-3b0e-45df-a04a-0f5d05a7d553", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062210Z:7aa88f5f-1d25-4f6b-962d-fd4fce4a1445" + "x-ms-client-request-id": "b12c7854a5d475fbde8bc119d6023bf7", + "x-ms-correlation-request-id": "59cd3007-c22f-4184-abdc-6fdb0ecb3785", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27739", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "ac976e3f-aa19-4c05-a1f7-79718f5636c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062820Z:59cd3007-c22f-4184-abdc-6fdb0ecb3785" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "615dd022920e54e72e1d066480de3276", + "x-ms-client-request-id": "b1bb3a5fbc39194d034fd05cddc86046", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18564,7 +20714,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:10 GMT", + "Date": "Mon, 25 Oct 2021 06:28:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18573,31 +20723,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "615dd022920e54e72e1d066480de3276", - "x-ms-correlation-request-id": "b15513a6-ded9-48b1-bf3c-f721a9ccdd7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26388", - "x-ms-ratelimit-remaining-subscription-reads": "11588", - "x-ms-request-id": "5cc82d58-77b9-4b80-bfa5-0755b3f68c29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062211Z:b15513a6-ded9-48b1-bf3c-f721a9ccdd7c" + "x-ms-client-request-id": "b1bb3a5fbc39194d034fd05cddc86046", + "x-ms-correlation-request-id": "33690468-1981-41ba-9901-686f49ca2702", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27738", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "275db61c-0f61-4b43-8eea-8083958f3e00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062820Z:33690468-1981-41ba-9901-686f49ca2702" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "60a16b9f16bec00f7520a339f84819ee", + "x-ms-client-request-id": "e3e0c3543e900996371ceb6eef0857da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18606,7 +20756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:10 GMT", + "Date": "Mon, 25 Oct 2021 06:28:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18615,31 +20765,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60a16b9f16bec00f7520a339f84819ee", - "x-ms-correlation-request-id": "f733e6f5-77ae-4694-9f92-a330c6684509", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26387", - "x-ms-ratelimit-remaining-subscription-reads": "11587", - "x-ms-request-id": "20396a60-fe31-4055-8e3e-b73368978beb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062211Z:f733e6f5-77ae-4694-9f92-a330c6684509" + "x-ms-client-request-id": "e3e0c3543e900996371ceb6eef0857da", + "x-ms-correlation-request-id": "b59dbfd4-d3ac-4734-81d5-c6686db6a992", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27737", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "66caf184-9423-459f-822e-323754b1fb9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062820Z:b59dbfd4-d3ac-4734-81d5-c6686db6a992" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d58e8a365c16074003f03c5317667caa", + "x-ms-client-request-id": "d59f5abb14ee98402a12ae84d59f9715", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18648,7 +20798,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:11 GMT", + "Date": "Mon, 25 Oct 2021 06:28:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18657,31 +20807,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d58e8a365c16074003f03c5317667caa", - "x-ms-correlation-request-id": "98a5df3b-7092-41fe-91ef-dd371251fe42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26386", - "x-ms-ratelimit-remaining-subscription-reads": "11586", - "x-ms-request-id": "1c7b749e-a96f-4855-886c-2db958384a02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062211Z:98a5df3b-7092-41fe-91ef-dd371251fe42" + "x-ms-client-request-id": "d59f5abb14ee98402a12ae84d59f9715", + "x-ms-correlation-request-id": "8cf1dfd2-005c-4fee-894f-55d05806d399", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27736", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "0687ced7-c34c-435b-8d29-7e39b1fccad9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062821Z:8cf1dfd2-005c-4fee-894f-55d05806d399" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2973c308f2590c14c09ceceeefad5ce6", + "x-ms-client-request-id": "13c57b2a57222066a4b17a1dd1df2afa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18690,7 +20840,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:11 GMT", + "Date": "Mon, 25 Oct 2021 06:28:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18699,31 +20849,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2973c308f2590c14c09ceceeefad5ce6", - "x-ms-correlation-request-id": "20802562-67e3-43f5-af10-dfd581b73a8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26385", - "x-ms-ratelimit-remaining-subscription-reads": "11585", - "x-ms-request-id": "8f42e1b2-c285-48ab-b884-c9d2c6f478ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062211Z:20802562-67e3-43f5-af10-dfd581b73a8e" + "x-ms-client-request-id": "13c57b2a57222066a4b17a1dd1df2afa", + "x-ms-correlation-request-id": "45cc5a0a-adc0-4d53-ac62-6713e45ed0cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27735", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "8a68205b-f971-4f1d-b3d9-67128c4106cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062821Z:45cc5a0a-adc0-4d53-ac62-6713e45ed0cb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f62d18035d4f43602b9a5dcedabca90e", + "x-ms-client-request-id": "83a0f5f78b2940578348b87e90113398", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18732,7 +20882,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:11 GMT", + "Date": "Mon, 25 Oct 2021 06:28:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18741,31 +20891,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f62d18035d4f43602b9a5dcedabca90e", - "x-ms-correlation-request-id": "8e2a111f-485d-42d9-8e96-81ce1d306858", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26384", - "x-ms-ratelimit-remaining-subscription-reads": "11584", - "x-ms-request-id": "02504f20-28fc-4245-a511-70cbaa56474a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062212Z:8e2a111f-485d-42d9-8e96-81ce1d306858" + "x-ms-client-request-id": "83a0f5f78b2940578348b87e90113398", + "x-ms-correlation-request-id": "cdadce0c-d683-4b9a-b28c-64a39cd941e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27734", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "522b5722-c5a2-40a0-8728-a665810b37f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062821Z:cdadce0c-d683-4b9a-b28c-64a39cd941e3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3531f9a3f0d54495758215796f511755", + "x-ms-client-request-id": "7443d585434363b7f47f313d9922c64b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18774,7 +20924,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:11 GMT", + "Date": "Mon, 25 Oct 2021 06:28:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18783,31 +20933,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3531f9a3f0d54495758215796f511755", - "x-ms-correlation-request-id": "04d84636-ed23-4e67-b9c3-161096af8a6c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26383", - "x-ms-ratelimit-remaining-subscription-reads": "11583", - "x-ms-request-id": "e37c4ccd-b573-4292-811f-1241f86c076e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062212Z:04d84636-ed23-4e67-b9c3-161096af8a6c" + "x-ms-client-request-id": "7443d585434363b7f47f313d9922c64b", + "x-ms-correlation-request-id": "e5bbff17-3334-40de-9911-df81ce4808f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27733", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "29591472-ce88-4199-ad49-a5a377b2b9ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062821Z:e5bbff17-3334-40de-9911-df81ce4808f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fe4f55948538ab5a6230febe94463103", + "x-ms-client-request-id": "df8cb4e713fe9fec238590d99ee78f92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18816,7 +20966,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:12 GMT", + "Date": "Mon, 25 Oct 2021 06:28:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18825,31 +20975,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe4f55948538ab5a6230febe94463103", - "x-ms-correlation-request-id": "a29dba89-06cc-4031-abed-972016766024", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26382", - "x-ms-ratelimit-remaining-subscription-reads": "11582", - "x-ms-request-id": "d0025e09-46a3-4514-aa77-5a0a72dda791", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062212Z:a29dba89-06cc-4031-abed-972016766024" + "x-ms-client-request-id": "df8cb4e713fe9fec238590d99ee78f92", + "x-ms-correlation-request-id": "e8bcdf8a-0623-46cc-9958-2a855e1604ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27732", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "ba99c8ef-d254-48f5-ac0c-90dc547e3fd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062822Z:e8bcdf8a-0623-46cc-9958-2a855e1604ec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f64bdef3267c131183e881cd48e7d3d9", + "x-ms-client-request-id": "fb98e17db59bb3b73d3c8faa591aa660", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18858,7 +21008,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:12 GMT", + "Date": "Mon, 25 Oct 2021 06:28:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18867,31 +21017,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f64bdef3267c131183e881cd48e7d3d9", - "x-ms-correlation-request-id": "0ca8e792-1c1f-49be-b555-7eeed2362d7a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26381", - "x-ms-ratelimit-remaining-subscription-reads": "11581", - "x-ms-request-id": "e9dc5159-c892-4019-a70c-08872047d007", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062213Z:0ca8e792-1c1f-49be-b555-7eeed2362d7a" + "x-ms-client-request-id": "fb98e17db59bb3b73d3c8faa591aa660", + "x-ms-correlation-request-id": "b44a9674-f37c-4c1a-a1f3-320a8e0009b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27731", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "0d640c3c-39ad-4296-8a56-0eb9d14cc05a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062822Z:b44a9674-f37c-4c1a-a1f3-320a8e0009b8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "84390782ab6d1ed59e86d2a5f2d6b02f", + "x-ms-client-request-id": "dc976d8154847199e9a350beb3dec50c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18900,7 +21050,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:12 GMT", + "Date": "Mon, 25 Oct 2021 06:28:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18909,31 +21059,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84390782ab6d1ed59e86d2a5f2d6b02f", - "x-ms-correlation-request-id": "607f9a2c-957f-458f-82e4-eab3baefa03d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26380", - "x-ms-ratelimit-remaining-subscription-reads": "11580", - "x-ms-request-id": "22adc862-5cef-4f50-a14c-7105b24395d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062213Z:607f9a2c-957f-458f-82e4-eab3baefa03d" + "x-ms-client-request-id": "dc976d8154847199e9a350beb3dec50c", + "x-ms-correlation-request-id": "1d5631d5-62e4-4966-b0ee-f941c7a181e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27730", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "277ab3aa-539d-4c08-b785-e25796e1e8ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062822Z:1d5631d5-62e4-4966-b0ee-f941c7a181e0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9186115021066dd9443b7b50048d637b", + "x-ms-client-request-id": "b8bf9fefcb8a31affcd9a1c284424609", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18942,7 +21092,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:12 GMT", + "Date": "Mon, 25 Oct 2021 06:28:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18951,31 +21101,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9186115021066dd9443b7b50048d637b", - "x-ms-correlation-request-id": "cea176f1-2548-4d6d-a40b-d1f2dbba5b95", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26379", - "x-ms-ratelimit-remaining-subscription-reads": "11579", - "x-ms-request-id": "0df20feb-3763-42ef-b15e-440b214d8f31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062213Z:cea176f1-2548-4d6d-a40b-d1f2dbba5b95" + "x-ms-client-request-id": "b8bf9fefcb8a31affcd9a1c284424609", + "x-ms-correlation-request-id": "f1e6b2d2-4988-4326-a7f8-bd06abe92e9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27729", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "1ae4d91f-8d4f-4bb1-a408-a788a167b954", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062822Z:f1e6b2d2-4988-4326-a7f8-bd06abe92e9e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8d3b245cad0c4796082d57f5546c21ac", + "x-ms-client-request-id": "31572fdeb350290d482612f865f9005f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18984,7 +21134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:13 GMT", + "Date": "Mon, 25 Oct 2021 06:28:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18993,31 +21143,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d3b245cad0c4796082d57f5546c21ac", - "x-ms-correlation-request-id": "c385afa8-ff9b-46f9-8f06-445144371fe2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26378", - "x-ms-ratelimit-remaining-subscription-reads": "11578", - "x-ms-request-id": "8a107c38-e733-46ca-bb4d-c93530cd4fae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062213Z:c385afa8-ff9b-46f9-8f06-445144371fe2" + "x-ms-client-request-id": "31572fdeb350290d482612f865f9005f", + "x-ms-correlation-request-id": "b55e3a93-6a0b-4c89-aab1-bf18708f7b08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27728", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "35a53156-966f-4777-9cdc-9ba41653261d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062823Z:b55e3a93-6a0b-4c89-aab1-bf18708f7b08" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "367c5238416161d32dcb3f3130851911", + "x-ms-client-request-id": "baba8277ee5bb6d5bd65dfabb2d7eca7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19026,7 +21176,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:13 GMT", + "Date": "Mon, 25 Oct 2021 06:28:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19035,31 +21185,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "367c5238416161d32dcb3f3130851911", - "x-ms-correlation-request-id": "43e4b53f-cf0a-4f85-8e87-34e49583f1de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26377", - "x-ms-ratelimit-remaining-subscription-reads": "11577", - "x-ms-request-id": "4caa99a9-c75d-4b06-a88e-32e226c7d8ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062214Z:43e4b53f-cf0a-4f85-8e87-34e49583f1de" + "x-ms-client-request-id": "baba8277ee5bb6d5bd65dfabb2d7eca7", + "x-ms-correlation-request-id": "e2a14084-19a5-41ff-bc1f-7519e72a39b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27727", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "3f5c3d3f-d1e9-497b-88a7-8a9fd3e4f6e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062823Z:e2a14084-19a5-41ff-bc1f-7519e72a39b6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd485723229aa2227a3e89d9c9e318d7", + "x-ms-client-request-id": "83df465d93863cbc91956f63b8b7cc03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19068,7 +21218,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:13 GMT", + "Date": "Mon, 25 Oct 2021 06:28:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19077,31 +21227,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd485723229aa2227a3e89d9c9e318d7", - "x-ms-correlation-request-id": "eee70a7f-71c3-49f4-aa3e-d8b12e614c38", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26376", - "x-ms-ratelimit-remaining-subscription-reads": "11576", - "x-ms-request-id": "5b5545b6-9954-495f-a07d-01d2a56269c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062214Z:eee70a7f-71c3-49f4-aa3e-d8b12e614c38" + "x-ms-client-request-id": "83df465d93863cbc91956f63b8b7cc03", + "x-ms-correlation-request-id": "a66c60ba-c001-4678-afb8-8bec9ee998ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27726", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "70bb333a-8dd2-4fea-8d56-e1b9b060ad80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062823Z:a66c60ba-c001-4678-afb8-8bec9ee998ad" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b218ce1a2c101a1951da5f416d641782", + "x-ms-client-request-id": "024a42d88b87f0ae5aa173ead3617771", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19110,7 +21260,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:13 GMT", + "Date": "Mon, 25 Oct 2021 06:28:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19119,31 +21269,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b218ce1a2c101a1951da5f416d641782", - "x-ms-correlation-request-id": "7d902bfb-7ca6-4a5f-8655-36ea355e5b47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26375", - "x-ms-ratelimit-remaining-subscription-reads": "11575", - "x-ms-request-id": "6450e011-3f76-4a8c-899a-7cfdc5c5461f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062214Z:7d902bfb-7ca6-4a5f-8655-36ea355e5b47" + "x-ms-client-request-id": "024a42d88b87f0ae5aa173ead3617771", + "x-ms-correlation-request-id": "afa6accb-3609-4997-bb5c-fb4291674841", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27725", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "7cec28fc-f72b-445c-aa03-da898d48798e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062823Z:afa6accb-3609-4997-bb5c-fb4291674841" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fdd24613532415112fdabc23b8fa9749", + "x-ms-client-request-id": "1e9a6a3a7c19e3d8c57e28c57e71fd06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19152,7 +21302,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:14 GMT", + "Date": "Mon, 25 Oct 2021 06:28:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19161,31 +21311,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdd24613532415112fdabc23b8fa9749", - "x-ms-correlation-request-id": "fa984386-b853-47c7-ad57-e23ba2da5dd4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26374", - "x-ms-ratelimit-remaining-subscription-reads": "11574", - "x-ms-request-id": "82c87eea-0553-48a0-9bed-a76db8f0408f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062214Z:fa984386-b853-47c7-ad57-e23ba2da5dd4" + "x-ms-client-request-id": "1e9a6a3a7c19e3d8c57e28c57e71fd06", + "x-ms-correlation-request-id": "29b2a4f9-f17a-47c6-b620-bf0cc2e61214", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27724", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "476b0040-6225-4443-a665-9cf73b8bc06d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062824Z:29b2a4f9-f17a-47c6-b620-bf0cc2e61214" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "611667b2676df6013d2d7cc0c2e13515", + "x-ms-client-request-id": "6fd2db99ea8cd12097ee29e520d16830", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19194,7 +21344,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:14 GMT", + "Date": "Mon, 25 Oct 2021 06:28:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19203,31 +21353,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "611667b2676df6013d2d7cc0c2e13515", - "x-ms-correlation-request-id": "d74a90e0-ddea-44ab-80c9-7fa3de7bc7d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26373", - "x-ms-ratelimit-remaining-subscription-reads": "11573", - "x-ms-request-id": "611812db-ae13-4adb-877d-5c6531260310", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062215Z:d74a90e0-ddea-44ab-80c9-7fa3de7bc7d6" + "x-ms-client-request-id": "6fd2db99ea8cd12097ee29e520d16830", + "x-ms-correlation-request-id": "36a251d7-7d18-4a15-ba81-31e6cd17c74a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27723", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "3d1dc290-6c8b-4273-b29c-660068668213", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062824Z:36a251d7-7d18-4a15-ba81-31e6cd17c74a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "83c506261b11c7b3bc02823670f66256", + "x-ms-client-request-id": "4e29fe1dad1c5ce969673c0863e972e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19236,7 +21386,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:14 GMT", + "Date": "Mon, 25 Oct 2021 06:28:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19245,31 +21395,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83c506261b11c7b3bc02823670f66256", - "x-ms-correlation-request-id": "69e986b8-a124-4707-8c6d-c3d906ccc309", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26372", - "x-ms-ratelimit-remaining-subscription-reads": "11572", - "x-ms-request-id": "0d5705d3-e059-483c-87c1-0ef45526a41a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062215Z:69e986b8-a124-4707-8c6d-c3d906ccc309" + "x-ms-client-request-id": "4e29fe1dad1c5ce969673c0863e972e8", + "x-ms-correlation-request-id": "82299c4f-9fc6-47b7-9ba2-b58c706e2223", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27722", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "a23c5630-9bcb-4b51-a10a-922e43f60bde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062824Z:82299c4f-9fc6-47b7-9ba2-b58c706e2223" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "058e1542b54eab1545dbbff6d651524e", + "x-ms-client-request-id": "f7516da3088e4fe54ac9872b53f3c3f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19278,7 +21428,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:15 GMT", + "Date": "Mon, 25 Oct 2021 06:28:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19287,31 +21437,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "058e1542b54eab1545dbbff6d651524e", - "x-ms-correlation-request-id": "6c76e4ae-6030-4be4-98b3-61fd9514f8db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26371", - "x-ms-ratelimit-remaining-subscription-reads": "11571", - "x-ms-request-id": "21487a93-9ef7-4662-b5af-7d901c3ec0ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062215Z:6c76e4ae-6030-4be4-98b3-61fd9514f8db" + "x-ms-client-request-id": "f7516da3088e4fe54ac9872b53f3c3f4", + "x-ms-correlation-request-id": "df0f8100-abf4-44ff-9b38-cf3f638a85ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27721", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "e4208fc1-f12e-4ac3-aca4-2f4b8286265e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062824Z:df0f8100-abf4-44ff-9b38-cf3f638a85ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b1fca6a414349738b44fa56be5cb8647", + "x-ms-client-request-id": "80a8f815af48ebeaf1760524ad176eae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19320,7 +21470,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:15 GMT", + "Date": "Mon, 25 Oct 2021 06:28:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19329,31 +21479,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1fca6a414349738b44fa56be5cb8647", - "x-ms-correlation-request-id": "429082e9-5229-4550-909a-0addf2a54092", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26370", - "x-ms-ratelimit-remaining-subscription-reads": "11570", - "x-ms-request-id": "95502a66-b5eb-4344-bc5c-4a1305f39ba8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062215Z:429082e9-5229-4550-909a-0addf2a54092" + "x-ms-client-request-id": "80a8f815af48ebeaf1760524ad176eae", + "x-ms-correlation-request-id": "6f17d9f8-1d79-4123-a2c4-450b85f9527e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27720", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "61421203-d404-41c8-9f0f-7f577bc6df43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062825Z:6f17d9f8-1d79-4123-a2c4-450b85f9527e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ad7d25ca2f5370c7f01a3d355bbcf06a", + "x-ms-client-request-id": "b341407b717f15a118d9035226be0976", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19362,7 +21512,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:15 GMT", + "Date": "Mon, 25 Oct 2021 06:28:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19371,31 +21521,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad7d25ca2f5370c7f01a3d355bbcf06a", - "x-ms-correlation-request-id": "ee0ef62b-2ec5-49d0-9ef1-cbfaa8d11217", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26369", - "x-ms-ratelimit-remaining-subscription-reads": "11569", - "x-ms-request-id": "ffa7ce7f-9a23-4f08-9f9b-3fb266f50143", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062216Z:ee0ef62b-2ec5-49d0-9ef1-cbfaa8d11217" + "x-ms-client-request-id": "b341407b717f15a118d9035226be0976", + "x-ms-correlation-request-id": "62c818a2-026c-480c-ad48-0b8623205963", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27719", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "43ae7ca7-ae3c-4625-9902-041c349a38df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062825Z:62c818a2-026c-480c-ad48-0b8623205963" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ca9133afb0f92e22ddf651fe10aac67a", + "x-ms-client-request-id": "6af348a4f240f4a08265051802c0a233", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19404,7 +21554,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:15 GMT", + "Date": "Mon, 25 Oct 2021 06:28:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19413,31 +21563,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca9133afb0f92e22ddf651fe10aac67a", - "x-ms-correlation-request-id": "a8da3f14-8b20-4831-b1d0-cafd1c7c48f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26368", - "x-ms-ratelimit-remaining-subscription-reads": "11568", - "x-ms-request-id": "6819299d-743b-4ad9-8d80-b27629cba91b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062216Z:a8da3f14-8b20-4831-b1d0-cafd1c7c48f1" + "x-ms-client-request-id": "6af348a4f240f4a08265051802c0a233", + "x-ms-correlation-request-id": "c4aa16e8-250a-4b9a-8f0d-fcde2982d80b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27718", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "16e902a0-de08-4dc0-9ab0-ef46b18d96f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062825Z:c4aa16e8-250a-4b9a-8f0d-fcde2982d80b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b12c7854a5d475fbde8bc119d6023bf7", + "x-ms-client-request-id": "12afd85b10b1a4745792676eac97c533", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19446,7 +21596,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:16 GMT", + "Date": "Mon, 25 Oct 2021 06:28:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19455,31 +21605,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b12c7854a5d475fbde8bc119d6023bf7", - "x-ms-correlation-request-id": "fb02954e-bad8-4bbd-a911-efee2ff5ce2d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26367", - "x-ms-ratelimit-remaining-subscription-reads": "11567", - "x-ms-request-id": "054b5880-990b-4970-a654-362e8ff45b42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062216Z:fb02954e-bad8-4bbd-a911-efee2ff5ce2d" + "x-ms-client-request-id": "12afd85b10b1a4745792676eac97c533", + "x-ms-correlation-request-id": "60976843-060f-4aec-af41-9da752302286", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27717", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "e5debae8-cd76-4e91-bc38-aa7950c1d6e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062825Z:60976843-060f-4aec-af41-9da752302286" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b1bb3a5fbc39194d034fd05cddc86046", + "x-ms-client-request-id": "65808f6d0324896da04d301a6b891358", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19488,7 +21638,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:16 GMT", + "Date": "Mon, 25 Oct 2021 06:28:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19497,31 +21647,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1bb3a5fbc39194d034fd05cddc86046", - "x-ms-correlation-request-id": "cb0e2514-537d-4fee-b4c1-0c7537b5bc4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26366", - "x-ms-ratelimit-remaining-subscription-reads": "11566", - "x-ms-request-id": "416e1825-70e0-4c2c-bd20-255c65ecd662", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062217Z:cb0e2514-537d-4fee-b4c1-0c7537b5bc4a" + "x-ms-client-request-id": "65808f6d0324896da04d301a6b891358", + "x-ms-correlation-request-id": "f5579bed-cde5-4482-b647-a1f485e65195", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27716", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "10a4d2f6-4bd2-47ed-8a64-e939d7d364bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062826Z:f5579bed-cde5-4482-b647-a1f485e65195" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e3e0c3543e900996371ceb6eef0857da", + "x-ms-client-request-id": "4df7cf37f60e93c4d44f13ad8a3148eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19530,7 +21680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:16 GMT", + "Date": "Mon, 25 Oct 2021 06:28:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19539,31 +21689,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3e0c3543e900996371ceb6eef0857da", - "x-ms-correlation-request-id": "b2cc6c15-fec9-42d0-b98d-6a190067be56", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26365", - "x-ms-ratelimit-remaining-subscription-reads": "11565", - "x-ms-request-id": "de381516-618e-4013-a843-31136a6da66e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062217Z:b2cc6c15-fec9-42d0-b98d-6a190067be56" + "x-ms-client-request-id": "4df7cf37f60e93c4d44f13ad8a3148eb", + "x-ms-correlation-request-id": "8883f4ef-984b-4dd4-8c21-e9c0aed6b3cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27715", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "5ed5b25d-cc57-4ff3-8709-9deffe89712a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062826Z:8883f4ef-984b-4dd4-8c21-e9c0aed6b3cf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d59f5abb14ee98402a12ae84d59f9715", + "x-ms-client-request-id": "72abd29f3c3f570f6a257164e05a38ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19572,7 +21722,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:16 GMT", + "Date": "Mon, 25 Oct 2021 06:28:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19581,31 +21731,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d59f5abb14ee98402a12ae84d59f9715", - "x-ms-correlation-request-id": "fd04865d-f5ec-4487-b065-b3f818e0e3e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26364", - "x-ms-ratelimit-remaining-subscription-reads": "11564", - "x-ms-request-id": "14d4a0e3-84cf-4fa7-ad79-7194ddac29ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062217Z:fd04865d-f5ec-4487-b065-b3f818e0e3e3" + "x-ms-client-request-id": "72abd29f3c3f570f6a257164e05a38ce", + "x-ms-correlation-request-id": "f55b136a-ff00-4799-ad32-e37bb8b48cfe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27714", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "4ac63855-eb62-43f8-a78f-d910a43aae88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062826Z:f55b136a-ff00-4799-ad32-e37bb8b48cfe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "13c57b2a57222066a4b17a1dd1df2afa", + "x-ms-client-request-id": "dc370e7f789f7625cbec90d5efbfff6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19614,7 +21764,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:17 GMT", + "Date": "Mon, 25 Oct 2021 06:28:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19623,31 +21773,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13c57b2a57222066a4b17a1dd1df2afa", - "x-ms-correlation-request-id": "f2ae3075-8352-473d-8a03-6b15cf18e050", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26363", - "x-ms-ratelimit-remaining-subscription-reads": "11563", - "x-ms-request-id": "6326b629-a302-4a84-86b6-aa9b36db5d6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062217Z:f2ae3075-8352-473d-8a03-6b15cf18e050" + "x-ms-client-request-id": "dc370e7f789f7625cbec90d5efbfff6f", + "x-ms-correlation-request-id": "bc0b4088-f2ae-4131-8234-f7e51e3a6ba6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27713", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "e565153c-e010-429f-bf58-e3b9ca838f1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062826Z:bc0b4088-f2ae-4131-8234-f7e51e3a6ba6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "83a0f5f78b2940578348b87e90113398", + "x-ms-client-request-id": "997a4405a1defa18c09fe2e88560b37a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19656,7 +21806,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:17 GMT", + "Date": "Mon, 25 Oct 2021 06:28:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19665,31 +21815,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83a0f5f78b2940578348b87e90113398", - "x-ms-correlation-request-id": "6976c14a-f79a-4164-aa06-949d8a20d2cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26362", - "x-ms-ratelimit-remaining-subscription-reads": "11562", - "x-ms-request-id": "6ca33b68-31d5-49fc-8c81-aaa2f4338024", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062218Z:6976c14a-f79a-4164-aa06-949d8a20d2cb" + "x-ms-client-request-id": "997a4405a1defa18c09fe2e88560b37a", + "x-ms-correlation-request-id": "ecca2a27-b4b6-4acc-afe5-272ede204161", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27712", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "1a5d38ca-59ce-44cd-8144-c398219767d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062827Z:ecca2a27-b4b6-4acc-afe5-272ede204161" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7443d585434363b7f47f313d9922c64b", + "x-ms-client-request-id": "7b2e45166bfa274bad34a753ab3a68aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19698,7 +21848,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:17 GMT", + "Date": "Mon, 25 Oct 2021 06:28:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19707,31 +21857,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7443d585434363b7f47f313d9922c64b", - "x-ms-correlation-request-id": "98049c93-c8d3-4d4b-8b36-afe2fbd8b9f4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26361", - "x-ms-ratelimit-remaining-subscription-reads": "11561", - "x-ms-request-id": "612a61df-a457-4903-ba61-85809597a579", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062218Z:98049c93-c8d3-4d4b-8b36-afe2fbd8b9f4" + "x-ms-client-request-id": "7b2e45166bfa274bad34a753ab3a68aa", + "x-ms-correlation-request-id": "4162ab83-6d39-4f0d-8214-9c9ecb85bcda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27711", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "2f37d2ca-c55c-4ea8-8846-8aef02e0e75c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062827Z:4162ab83-6d39-4f0d-8214-9c9ecb85bcda" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "df8cb4e713fe9fec238590d99ee78f92", + "x-ms-client-request-id": "9b5f02269fdfdef0f63c1b00953cf16b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19740,7 +21890,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:18 GMT", + "Date": "Mon, 25 Oct 2021 06:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19749,31 +21899,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df8cb4e713fe9fec238590d99ee78f92", - "x-ms-correlation-request-id": "ff4084cb-f9a2-4ce9-875f-f86801f8d5f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26360", - "x-ms-ratelimit-remaining-subscription-reads": "11560", - "x-ms-request-id": "761b59dc-106b-45b7-b01c-d29ef98ee60b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062218Z:ff4084cb-f9a2-4ce9-875f-f86801f8d5f1" + "x-ms-client-request-id": "9b5f02269fdfdef0f63c1b00953cf16b", + "x-ms-correlation-request-id": "bd9f2fee-dd57-4153-8bc2-cab29e20e20c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27710", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "51941d5d-c955-480f-957e-6b98a31fca14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062827Z:bd9f2fee-dd57-4153-8bc2-cab29e20e20c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fb98e17db59bb3b73d3c8faa591aa660", + "x-ms-client-request-id": "aabe163983919975f952eca9f9c54e86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19782,7 +21932,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:18 GMT", + "Date": "Mon, 25 Oct 2021 06:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19791,31 +21941,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb98e17db59bb3b73d3c8faa591aa660", - "x-ms-correlation-request-id": "cce99a43-2a2d-4630-8cdc-187dadc0c085", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26359", - "x-ms-ratelimit-remaining-subscription-reads": "11559", - "x-ms-request-id": "6f0a0db7-ae89-4fd4-948b-4d2f25f849aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062218Z:cce99a43-2a2d-4630-8cdc-187dadc0c085" + "x-ms-client-request-id": "aabe163983919975f952eca9f9c54e86", + "x-ms-correlation-request-id": "35065a46-4711-4b23-80e0-29a21cb2fd94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27709", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "367c6265-d2d2-4e8d-b9c2-225d2019eafc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062828Z:35065a46-4711-4b23-80e0-29a21cb2fd94" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc976d8154847199e9a350beb3dec50c", + "x-ms-client-request-id": "82c138371800769a555085bd504b9270", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19824,7 +21974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:18 GMT", + "Date": "Mon, 25 Oct 2021 06:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19833,31 +21983,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc976d8154847199e9a350beb3dec50c", - "x-ms-correlation-request-id": "d8d559a2-0745-4d36-8537-28fa5ab39dc3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26358", - "x-ms-ratelimit-remaining-subscription-reads": "11558", - "x-ms-request-id": "77e7af16-5965-4fa9-bfc6-1caa95e733ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062219Z:d8d559a2-0745-4d36-8537-28fa5ab39dc3" + "x-ms-client-request-id": "82c138371800769a555085bd504b9270", + "x-ms-correlation-request-id": "bf825c12-7595-4690-b155-4a7d6802195c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27708", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "d3de2fa8-6f5c-4cbb-9e79-60cb4bc0bb36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062828Z:bf825c12-7595-4690-b155-4a7d6802195c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b8bf9fefcb8a31affcd9a1c284424609", + "x-ms-client-request-id": "95193b43be7ba3198dc5a28db346e430", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19866,7 +22016,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:18 GMT", + "Date": "Mon, 25 Oct 2021 06:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19875,31 +22025,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8bf9fefcb8a31affcd9a1c284424609", - "x-ms-correlation-request-id": "ccefdb30-6088-4d10-bf21-5157d9248950", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26357", - "x-ms-ratelimit-remaining-subscription-reads": "11557", - "x-ms-request-id": "6495824c-cf5d-4c49-94c9-38705ded9082", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062219Z:ccefdb30-6088-4d10-bf21-5157d9248950" + "x-ms-client-request-id": "95193b43be7ba3198dc5a28db346e430", + "x-ms-correlation-request-id": "3ae4a153-b835-414d-b26e-b65efb8647d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27707", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "c5780254-a33b-43bd-843e-338c3791a7ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062828Z:3ae4a153-b835-414d-b26e-b65efb8647d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "31572fdeb350290d482612f865f9005f", + "x-ms-client-request-id": "5cc995ed6e7a216a7c485441fdb748ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19908,7 +22058,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:19 GMT", + "Date": "Mon, 25 Oct 2021 06:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19917,31 +22067,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31572fdeb350290d482612f865f9005f", - "x-ms-correlation-request-id": "6a2d6bf9-69b9-457f-bb13-e3575271bc2e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26356", - "x-ms-ratelimit-remaining-subscription-reads": "11556", - "x-ms-request-id": "2ee76466-0f36-44c9-b134-901705bb69a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062219Z:6a2d6bf9-69b9-457f-bb13-e3575271bc2e" + "x-ms-client-request-id": "5cc995ed6e7a216a7c485441fdb748ad", + "x-ms-correlation-request-id": "21392e07-e53e-48e2-887d-4b1763f60701", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27706", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "7afaa52b-e338-4e64-a237-ab60a3be275c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062828Z:21392e07-e53e-48e2-887d-4b1763f60701" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "baba8277ee5bb6d5bd65dfabb2d7eca7", + "x-ms-client-request-id": "bd657bc0b9ab790b1f1df43b760dc30e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19950,7 +22100,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:19 GMT", + "Date": "Mon, 25 Oct 2021 06:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19959,31 +22109,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "baba8277ee5bb6d5bd65dfabb2d7eca7", - "x-ms-correlation-request-id": "89a4c1cd-7a67-4320-95f1-4e86337c2b10", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26355", - "x-ms-ratelimit-remaining-subscription-reads": "11555", - "x-ms-request-id": "46fe9ad5-b0af-460c-97f0-a8857ad161a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062220Z:89a4c1cd-7a67-4320-95f1-4e86337c2b10" + "x-ms-client-request-id": "bd657bc0b9ab790b1f1df43b760dc30e", + "x-ms-correlation-request-id": "e0bb4730-d664-4c3e-b37a-f7b5cb29f490", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27705", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "428a769a-0cd8-4a28-8214-911b0423ccec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062829Z:e0bb4730-d664-4c3e-b37a-f7b5cb29f490" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "83df465d93863cbc91956f63b8b7cc03", + "x-ms-client-request-id": "bbcf546b3582d5f5d1f8193369d7a6d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19992,7 +22142,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:19 GMT", + "Date": "Mon, 25 Oct 2021 06:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20001,31 +22151,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83df465d93863cbc91956f63b8b7cc03", - "x-ms-correlation-request-id": "7fc9b1c9-3952-4a3e-b39b-acff375391cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26354", - "x-ms-ratelimit-remaining-subscription-reads": "11554", - "x-ms-request-id": "005322e1-f7e3-4036-9c99-9350359f13fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062220Z:7fc9b1c9-3952-4a3e-b39b-acff375391cc" + "x-ms-client-request-id": "bbcf546b3582d5f5d1f8193369d7a6d5", + "x-ms-correlation-request-id": "690c2403-705e-49ea-a64f-8c8865cbe04b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;27704", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "5405dcf2-fe5d-4173-bdce-5b547b3166ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062829Z:690c2403-705e-49ea-a64f-8c8865cbe04b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "024a42d88b87f0ae5aa173ead3617771", + "x-ms-client-request-id": "37cdf47c26e1348589503d5c792eaa6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20034,7 +22184,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:20 GMT", + "Date": "Mon, 25 Oct 2021 06:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20043,31 +22193,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "024a42d88b87f0ae5aa173ead3617771", - "x-ms-correlation-request-id": "5c96578f-1e36-4285-bbf0-5ac4d14eb4d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26353", - "x-ms-ratelimit-remaining-subscription-reads": "11553", - "x-ms-request-id": "a1dec501-d1a9-4f8e-bfbd-ab4461a72cdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062220Z:5c96578f-1e36-4285-bbf0-5ac4d14eb4d0" + "x-ms-client-request-id": "37cdf47c26e1348589503d5c792eaa6e", + "x-ms-correlation-request-id": "d34e37bb-54d5-4f14-9d42-8e398e57827a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;27703", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "ebb58195-6287-4cb4-9e58-c0be728cd974", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062829Z:d34e37bb-54d5-4f14-9d42-8e398e57827a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e9a6a3a7c19e3d8c57e28c57e71fd06", + "x-ms-client-request-id": "a8d545848de88a2b8690ecb2a0d80f47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20076,7 +22226,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:20 GMT", + "Date": "Mon, 25 Oct 2021 06:28:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20085,31 +22235,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e9a6a3a7c19e3d8c57e28c57e71fd06", - "x-ms-correlation-request-id": "2a2f8c08-2adb-4de0-8d08-e6d1f4d22256", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26352", - "x-ms-ratelimit-remaining-subscription-reads": "11552", - "x-ms-request-id": "2fecf951-4778-48f9-9df2-234aa72a64a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062221Z:2a2f8c08-2adb-4de0-8d08-e6d1f4d22256" + "x-ms-client-request-id": "a8d545848de88a2b8690ecb2a0d80f47", + "x-ms-correlation-request-id": "fbca4119-84de-47e5-abac-59b538808563", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;27702", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "6cb281e7-8c4b-44bc-815d-e2a62ded2a67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062829Z:fbca4119-84de-47e5-abac-59b538808563" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6fd2db99ea8cd12097ee29e520d16830", + "x-ms-client-request-id": "81be1f778b40452dcf9b3132f7985ba2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20118,7 +22268,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:20 GMT", + "Date": "Mon, 25 Oct 2021 06:28:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20127,31 +22277,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fd2db99ea8cd12097ee29e520d16830", - "x-ms-correlation-request-id": "60fecbbe-d940-4397-8ce0-e986b6dd2444", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26351", - "x-ms-ratelimit-remaining-subscription-reads": "11551", - "x-ms-request-id": "b3bb4628-cb44-4a76-bef6-aadbe24f7b25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062221Z:60fecbbe-d940-4397-8ce0-e986b6dd2444" + "x-ms-client-request-id": "81be1f778b40452dcf9b3132f7985ba2", + "x-ms-correlation-request-id": "a8ce332b-8c7c-4119-a62f-7601016b334e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14622,Microsoft.Compute/GetOperation30Min;27701", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "11d3e354-3b8c-4abe-89fc-90e0e56ae21f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062830Z:a8ce332b-8c7c-4119-a62f-7601016b334e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4e29fe1dad1c5ce969673c0863e972e8", + "x-ms-client-request-id": "23aeaa4dfd02efedc842b1513ad294b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20160,7 +22310,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:20 GMT", + "Date": "Mon, 25 Oct 2021 06:28:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20169,31 +22319,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e29fe1dad1c5ce969673c0863e972e8", - "x-ms-correlation-request-id": "5123c67e-1245-4e13-8f05-5bae5f3f9dd4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26350", - "x-ms-ratelimit-remaining-subscription-reads": "11550", - "x-ms-request-id": "a157984d-b7d4-4e93-82a1-e18b4542de55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062221Z:5123c67e-1245-4e13-8f05-5bae5f3f9dd4" + "x-ms-client-request-id": "23aeaa4dfd02efedc842b1513ad294b1", + "x-ms-correlation-request-id": "99c5a459-ceaa-453e-9c86-79154dcadc71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14621,Microsoft.Compute/GetOperation30Min;27700", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "956a9753-868c-4058-91a9-5d0e2c75dd4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062830Z:99c5a459-ceaa-453e-9c86-79154dcadc71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f7516da3088e4fe54ac9872b53f3c3f4", + "x-ms-client-request-id": "5ae5f6402970f92e1890d94c5cf993ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20202,7 +22352,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:21 GMT", + "Date": "Mon, 25 Oct 2021 06:28:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20211,31 +22361,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7516da3088e4fe54ac9872b53f3c3f4", - "x-ms-correlation-request-id": "599ff113-9a96-416c-b4af-76414c43da3b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26349", - "x-ms-ratelimit-remaining-subscription-reads": "11549", - "x-ms-request-id": "201634e8-ab63-472a-8605-d8e1d701ca21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062221Z:599ff113-9a96-416c-b4af-76414c43da3b" + "x-ms-client-request-id": "5ae5f6402970f92e1890d94c5cf993ed", + "x-ms-correlation-request-id": "db45db77-04f7-4d28-89cb-39f1624f860d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14620,Microsoft.Compute/GetOperation30Min;27699", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "8f97a09e-e6c0-4857-bac0-0b9289c12554", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062830Z:db45db77-04f7-4d28-89cb-39f1624f860d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "80a8f815af48ebeaf1760524ad176eae", + "x-ms-client-request-id": "f5654934eb2a7a4531cfb9fddadc0afd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20244,7 +22394,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:21 GMT", + "Date": "Mon, 25 Oct 2021 06:28:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20253,31 +22403,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80a8f815af48ebeaf1760524ad176eae", - "x-ms-correlation-request-id": "4775a156-be24-47f5-9648-09f96e9917b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26348", - "x-ms-ratelimit-remaining-subscription-reads": "11548", - "x-ms-request-id": "3e11c865-f01a-4eb8-beec-f8c1a1546baf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062222Z:4775a156-be24-47f5-9648-09f96e9917b1" + "x-ms-client-request-id": "f5654934eb2a7a4531cfb9fddadc0afd", + "x-ms-correlation-request-id": "4bd3729c-da15-4288-85f6-28a20afa9103", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14619,Microsoft.Compute/GetOperation30Min;27698", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "40448a66-8188-4003-8105-a78bd888eaa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062830Z:4bd3729c-da15-4288-85f6-28a20afa9103" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b341407b717f15a118d9035226be0976", + "x-ms-client-request-id": "01f17f0701b324327bb40b7123a192ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20286,7 +22436,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:21 GMT", + "Date": "Mon, 25 Oct 2021 06:28:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20295,31 +22445,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b341407b717f15a118d9035226be0976", - "x-ms-correlation-request-id": "09df0d1c-1426-4cd6-8bae-4e06906860e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26347", - "x-ms-ratelimit-remaining-subscription-reads": "11547", - "x-ms-request-id": "1e8569f3-450c-4d66-af4d-06696c8ac2f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062222Z:09df0d1c-1426-4cd6-8bae-4e06906860e4" + "x-ms-client-request-id": "01f17f0701b324327bb40b7123a192ce", + "x-ms-correlation-request-id": "112efe9e-ead9-400d-bad8-774c5a02fe31", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14618,Microsoft.Compute/GetOperation30Min;27697", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "d47190bb-474a-4bb6-817b-98bb123246e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062831Z:112efe9e-ead9-400d-bad8-774c5a02fe31" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6af348a4f240f4a08265051802c0a233", + "x-ms-client-request-id": "f11cc4af9e6d5487b16a28a06f311f3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20328,7 +22478,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:22 GMT", + "Date": "Mon, 25 Oct 2021 06:28:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20337,31 +22487,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6af348a4f240f4a08265051802c0a233", - "x-ms-correlation-request-id": "8f24f2bc-14c0-4979-821c-0ff1f68c95f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26346", - "x-ms-ratelimit-remaining-subscription-reads": "11546", - "x-ms-request-id": "e1244265-e05b-4be4-8aa5-d4ea737345ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062222Z:8f24f2bc-14c0-4979-821c-0ff1f68c95f8" + "x-ms-client-request-id": "f11cc4af9e6d5487b16a28a06f311f3c", + "x-ms-correlation-request-id": "8f4b8297-9e6d-4b6f-98dd-f12ac146d28e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;27696", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "6dcb2b6e-bef4-4e84-9dea-132567dd85f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062831Z:8f4b8297-9e6d-4b6f-98dd-f12ac146d28e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "12afd85b10b1a4745792676eac97c533", + "x-ms-client-request-id": "dc45dc859108333916407a75e0d35690", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20370,7 +22520,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:22 GMT", + "Date": "Mon, 25 Oct 2021 06:28:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20379,31 +22529,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12afd85b10b1a4745792676eac97c533", - "x-ms-correlation-request-id": "79b6cdbb-54df-46a0-abbd-3548542fbe4c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26345", - "x-ms-ratelimit-remaining-subscription-reads": "11545", - "x-ms-request-id": "cb032c1a-ecd5-4f5c-980a-241294b53e36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062222Z:79b6cdbb-54df-46a0-abbd-3548542fbe4c" + "x-ms-client-request-id": "dc45dc859108333916407a75e0d35690", + "x-ms-correlation-request-id": "e4c72b96-39a0-415a-8650-f21c1e545ab3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;27695", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "43800218-c488-45e3-bee0-65af451287be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062831Z:e4c72b96-39a0-415a-8650-f21c1e545ab3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "65808f6d0324896da04d301a6b891358", + "x-ms-client-request-id": "164eea3c19bf698ff89c4f48d891b54a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20412,7 +22562,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:22 GMT", + "Date": "Mon, 25 Oct 2021 06:28:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20421,31 +22571,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65808f6d0324896da04d301a6b891358", - "x-ms-correlation-request-id": "a3f8e27b-eaac-4e72-bce5-5453d3d06a55", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26344", - "x-ms-ratelimit-remaining-subscription-reads": "11544", - "x-ms-request-id": "ecec7bb4-4733-4e8b-86fe-a2be17c6e4cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062223Z:a3f8e27b-eaac-4e72-bce5-5453d3d06a55" + "x-ms-client-request-id": "164eea3c19bf698ff89c4f48d891b54a", + "x-ms-correlation-request-id": "96db8625-05af-4d5c-8c8b-5b8d083e1f21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;27694", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "9b3e9de4-db12-4891-8873-45f0cfab8cd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062831Z:96db8625-05af-4d5c-8c8b-5b8d083e1f21" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4df7cf37f60e93c4d44f13ad8a3148eb", + "x-ms-client-request-id": "47ebce95b65b1dc68ae8da2c231274dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20454,7 +22604,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:22 GMT", + "Date": "Mon, 25 Oct 2021 06:28:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20463,31 +22613,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4df7cf37f60e93c4d44f13ad8a3148eb", - "x-ms-correlation-request-id": "42cd0219-f7fd-40cf-af6f-f1339773d590", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26343", - "x-ms-ratelimit-remaining-subscription-reads": "11543", - "x-ms-request-id": "dcca560e-5e01-42d5-a714-96b86c49870c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062223Z:42cd0219-f7fd-40cf-af6f-f1339773d590" + "x-ms-client-request-id": "47ebce95b65b1dc68ae8da2c231274dd", + "x-ms-correlation-request-id": "5ef8f846-32b5-463b-a9fd-e242681a5f9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;27693", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "90e85b7a-4c68-4281-978a-59114301b07a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062832Z:5ef8f846-32b5-463b-a9fd-e242681a5f9a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "72abd29f3c3f570f6a257164e05a38ce", + "x-ms-client-request-id": "8464981408e36c7c4cdce46b41f05b85", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20496,7 +22646,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:23 GMT", + "Date": "Mon, 25 Oct 2021 06:28:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20505,31 +22655,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72abd29f3c3f570f6a257164e05a38ce", - "x-ms-correlation-request-id": "f010b8e3-88a0-49f1-8fc6-3effc7fd67ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26342", - "x-ms-ratelimit-remaining-subscription-reads": "11542", - "x-ms-request-id": "1ea3e91e-c9a6-4aca-bc3e-87d3f3d4ea31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062223Z:f010b8e3-88a0-49f1-8fc6-3effc7fd67ad" + "x-ms-client-request-id": "8464981408e36c7c4cdce46b41f05b85", + "x-ms-correlation-request-id": "6b10aa79-b79c-492b-bdf0-58894dbb5177", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;27692", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "01c48cde-29f1-4596-aa25-57cd249ddfe7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062832Z:6b10aa79-b79c-492b-bdf0-58894dbb5177" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc370e7f789f7625cbec90d5efbfff6f", + "x-ms-client-request-id": "11df2f8b0fe8863424308bd63f6345e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20538,7 +22688,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:23 GMT", + "Date": "Mon, 25 Oct 2021 06:28:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20547,31 +22697,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc370e7f789f7625cbec90d5efbfff6f", - "x-ms-correlation-request-id": "c7852f21-1aed-4431-ad6e-e8a6cb7d65ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26341", - "x-ms-ratelimit-remaining-subscription-reads": "11541", - "x-ms-request-id": "389dc44d-32be-4a2e-9670-bd36f246094b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062224Z:c7852f21-1aed-4431-ad6e-e8a6cb7d65ab" + "x-ms-client-request-id": "11df2f8b0fe8863424308bd63f6345e6", + "x-ms-correlation-request-id": "7fd71e54-c3fd-4d76-8a7b-b21676624c74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;27691", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "dbd11341-dcff-47e0-a275-9bbcef6c2430", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062832Z:7fd71e54-c3fd-4d76-8a7b-b21676624c74" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "997a4405a1defa18c09fe2e88560b37a", + "x-ms-client-request-id": "40347228302d8c67527ffa7fd25bdb99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20580,7 +22730,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:23 GMT", + "Date": "Mon, 25 Oct 2021 06:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20589,31 +22739,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "997a4405a1defa18c09fe2e88560b37a", - "x-ms-correlation-request-id": "9f0c8639-6f38-4367-be60-b24ebacb94f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26340", - "x-ms-ratelimit-remaining-subscription-reads": "11540", - "x-ms-request-id": "18c593df-239a-4db8-93c5-d7ce87420f73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062224Z:9f0c8639-6f38-4367-be60-b24ebacb94f5" + "x-ms-client-request-id": "40347228302d8c67527ffa7fd25bdb99", + "x-ms-correlation-request-id": "90ac69ee-ba16-457b-90e7-711106ba44f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;27690", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "c63f3f8a-c473-4c97-9035-985a18eeb0f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062832Z:90ac69ee-ba16-457b-90e7-711106ba44f1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7b2e45166bfa274bad34a753ab3a68aa", + "x-ms-client-request-id": "f4a1548d623205f563dd60b27da52ce9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20622,7 +22772,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:23 GMT", + "Date": "Mon, 25 Oct 2021 06:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20631,31 +22781,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b2e45166bfa274bad34a753ab3a68aa", - "x-ms-correlation-request-id": "8c58ad57-c7f4-42fe-9176-bb3991e59cad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26339", - "x-ms-ratelimit-remaining-subscription-reads": "11539", - "x-ms-request-id": "8883dfb9-03e1-4f3c-873a-a7b93180d9e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062224Z:8c58ad57-c7f4-42fe-9176-bb3991e59cad" + "x-ms-client-request-id": "f4a1548d623205f563dd60b27da52ce9", + "x-ms-correlation-request-id": "c84ab6d0-f4ed-4e96-88a2-e5d973614e39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;27689", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "4b03ab6c-216e-4978-b794-539ab47b5998", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062833Z:c84ab6d0-f4ed-4e96-88a2-e5d973614e39" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b5f02269fdfdef0f63c1b00953cf16b", + "x-ms-client-request-id": "cf43fe961bbb5a57c852bf6814b5b4c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20664,7 +22814,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:24 GMT", + "Date": "Mon, 25 Oct 2021 06:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20673,31 +22823,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b5f02269fdfdef0f63c1b00953cf16b", - "x-ms-correlation-request-id": "74a56561-9360-472d-8eb1-5ea3b7174d4b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26338", - "x-ms-ratelimit-remaining-subscription-reads": "11538", - "x-ms-request-id": "f977f172-06af-451a-9637-d1962061bd6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062224Z:74a56561-9360-472d-8eb1-5ea3b7174d4b" + "x-ms-client-request-id": "cf43fe961bbb5a57c852bf6814b5b4c8", + "x-ms-correlation-request-id": "68989e79-0a07-4c2c-a100-6bb25dabcbf5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;27688", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "e9c64e4c-611e-4304-a613-bb7fd87859ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062833Z:68989e79-0a07-4c2c-a100-6bb25dabcbf5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aabe163983919975f952eca9f9c54e86", + "x-ms-client-request-id": "ea49f15451c1c5b37c2fdc4fcfb40fac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20706,7 +22856,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:24 GMT", + "Date": "Mon, 25 Oct 2021 06:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20715,31 +22865,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aabe163983919975f952eca9f9c54e86", - "x-ms-correlation-request-id": "0572c4ae-e4ee-474c-8c38-9302d4192a5b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26337", - "x-ms-ratelimit-remaining-subscription-reads": "11537", - "x-ms-request-id": "9da3de39-0e9c-4c22-83c9-1897d46c3d41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062225Z:0572c4ae-e4ee-474c-8c38-9302d4192a5b" + "x-ms-client-request-id": "ea49f15451c1c5b37c2fdc4fcfb40fac", + "x-ms-correlation-request-id": "c4cdf0b4-b113-4075-8200-e0cb22287ee7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;27687", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "4ebd3e1f-5ab1-419a-9502-35f10bf0b7bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062833Z:c4cdf0b4-b113-4075-8200-e0cb22287ee7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "82c138371800769a555085bd504b9270", + "x-ms-client-request-id": "d3e811520c1772defd462bdfa28cf0ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20748,7 +22898,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:24 GMT", + "Date": "Mon, 25 Oct 2021 06:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20757,31 +22907,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82c138371800769a555085bd504b9270", - "x-ms-correlation-request-id": "ae494414-653c-465e-8083-b9ec595487fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26336", - "x-ms-ratelimit-remaining-subscription-reads": "11536", - "x-ms-request-id": "e1d17480-f592-4f0c-8277-16ab406c3b12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062225Z:ae494414-653c-465e-8083-b9ec595487fc" + "x-ms-client-request-id": "d3e811520c1772defd462bdfa28cf0ae", + "x-ms-correlation-request-id": "0e975e2d-2ed8-451d-a496-0b0de3116f0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;27686", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "50345e33-8faa-4c04-9881-978eba85c2b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062833Z:0e975e2d-2ed8-451d-a496-0b0de3116f0c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "95193b43be7ba3198dc5a28db346e430", + "x-ms-client-request-id": "8b5d9829415c45274a7e528c3e088b14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20790,7 +22940,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:25 GMT", + "Date": "Mon, 25 Oct 2021 06:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20799,31 +22949,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95193b43be7ba3198dc5a28db346e430", - "x-ms-correlation-request-id": "24e34743-f878-428a-b08a-1b5eb9b1779c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26335", - "x-ms-ratelimit-remaining-subscription-reads": "11535", - "x-ms-request-id": "a54fea57-19a0-48d5-96fc-98c8d9fb5fad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062225Z:24e34743-f878-428a-b08a-1b5eb9b1779c" + "x-ms-client-request-id": "8b5d9829415c45274a7e528c3e088b14", + "x-ms-correlation-request-id": "20c9da7c-209b-43eb-b942-5721646f7138", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;27685", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "071e0f91-ea39-4b87-bd51-42aab5d98032", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062834Z:20c9da7c-209b-43eb-b942-5721646f7138" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5cc995ed6e7a216a7c485441fdb748ad", + "x-ms-client-request-id": "03151343e0cc48b013d6ed7b26d322f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20832,7 +22982,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:25 GMT", + "Date": "Mon, 25 Oct 2021 06:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20841,31 +22991,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cc995ed6e7a216a7c485441fdb748ad", - "x-ms-correlation-request-id": "8ea5f019-537a-4f5d-adfd-990ff79d898d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26334", - "x-ms-ratelimit-remaining-subscription-reads": "11534", - "x-ms-request-id": "f5526788-41ad-40a0-a582-1990a60acc37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062226Z:8ea5f019-537a-4f5d-adfd-990ff79d898d" + "x-ms-client-request-id": "03151343e0cc48b013d6ed7b26d322f0", + "x-ms-correlation-request-id": "40bd1618-3672-40c9-a4e7-0a43f733978b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;27684", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "941a6175-a526-4a61-9425-c7965f158c23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062834Z:40bd1618-3672-40c9-a4e7-0a43f733978b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bd657bc0b9ab790b1f1df43b760dc30e", + "x-ms-client-request-id": "37262d3f8356104fe9a38999b95134f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20874,7 +23024,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:25 GMT", + "Date": "Mon, 25 Oct 2021 06:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20883,31 +23033,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd657bc0b9ab790b1f1df43b760dc30e", - "x-ms-correlation-request-id": "e23a770c-d242-49b2-b52b-6e40036ae1b3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26333", - "x-ms-ratelimit-remaining-subscription-reads": "11533", - "x-ms-request-id": "9d90d139-1211-4268-8dd1-ca247873286d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062226Z:e23a770c-d242-49b2-b52b-6e40036ae1b3" + "x-ms-client-request-id": "37262d3f8356104fe9a38999b95134f4", + "x-ms-correlation-request-id": "184d6f91-a6de-4f10-a935-e37015a4f300", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;27683", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "8521909d-2c5b-4134-a8de-ffc1598c2690", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062834Z:184d6f91-a6de-4f10-a935-e37015a4f300" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bbcf546b3582d5f5d1f8193369d7a6d5", + "x-ms-client-request-id": "8f9c16bbed7648e2e715788654ac1f76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20916,7 +23066,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:26 GMT", + "Date": "Mon, 25 Oct 2021 06:28:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20925,31 +23075,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbcf546b3582d5f5d1f8193369d7a6d5", - "x-ms-correlation-request-id": "90962251-6ad3-40d3-adc4-3ec7d20a3bcb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26332", - "x-ms-ratelimit-remaining-subscription-reads": "11532", - "x-ms-request-id": "f53d7c3b-f57e-489f-86fd-5046b6bf9237", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062226Z:90962251-6ad3-40d3-adc4-3ec7d20a3bcb" + "x-ms-client-request-id": "8f9c16bbed7648e2e715788654ac1f76", + "x-ms-correlation-request-id": "51a2cf8d-6f4a-4e98-afe5-c4ab7f57a8dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;27682", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "35bd5525-9ff9-4ef3-b0aa-d0be1c242c5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062835Z:51a2cf8d-6f4a-4e98-afe5-c4ab7f57a8dd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "37cdf47c26e1348589503d5c792eaa6e", + "x-ms-client-request-id": "104d625b53e1bfbdc3051a2857178ec1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20958,7 +23108,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:26 GMT", + "Date": "Mon, 25 Oct 2021 06:28:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20967,31 +23117,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37cdf47c26e1348589503d5c792eaa6e", - "x-ms-correlation-request-id": "3104fddb-6c6c-4389-94ef-abf303496a83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26331", - "x-ms-ratelimit-remaining-subscription-reads": "11531", - "x-ms-request-id": "3de7f052-2d25-410c-b6e7-fe10ccccf8db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062227Z:3104fddb-6c6c-4389-94ef-abf303496a83" + "x-ms-client-request-id": "104d625b53e1bfbdc3051a2857178ec1", + "x-ms-correlation-request-id": "77298562-4e45-4ebc-984f-62b0e3128b20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;27681", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "f2e386f0-ee78-423c-a40f-35b236ef5766", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062835Z:77298562-4e45-4ebc-984f-62b0e3128b20" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a8d545848de88a2b8690ecb2a0d80f47", + "x-ms-client-request-id": "0fc0f8a2923752794bdd50410ac9bc3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21000,7 +23150,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:26 GMT", + "Date": "Mon, 25 Oct 2021 06:28:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21009,31 +23159,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8d545848de88a2b8690ecb2a0d80f47", - "x-ms-correlation-request-id": "d9a2ba2a-ab20-4f75-8b6f-f788728437cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26330", - "x-ms-ratelimit-remaining-subscription-reads": "11530", - "x-ms-request-id": "57950b2c-d159-40db-b758-17cd0c24829c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062227Z:d9a2ba2a-ab20-4f75-8b6f-f788728437cc" + "x-ms-client-request-id": "0fc0f8a2923752794bdd50410ac9bc3c", + "x-ms-correlation-request-id": "0f7fe7cd-b6d4-47bf-a6e1-37ad9fc067dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;27680", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "37646ac6-4c49-4732-ab3e-d3a6107d9eaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062835Z:0f7fe7cd-b6d4-47bf-a6e1-37ad9fc067dc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "81be1f778b40452dcf9b3132f7985ba2", + "x-ms-client-request-id": "573e12832304671359dccc71d2b9f1d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21042,7 +23192,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:26 GMT", + "Date": "Mon, 25 Oct 2021 06:28:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21051,31 +23201,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81be1f778b40452dcf9b3132f7985ba2", - "x-ms-correlation-request-id": "49998efa-2609-4d80-8bcb-6cc412573b68", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26329", - "x-ms-ratelimit-remaining-subscription-reads": "11529", - "x-ms-request-id": "284f625d-8fae-463d-b5d8-9603fd37fe32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062227Z:49998efa-2609-4d80-8bcb-6cc412573b68" + "x-ms-client-request-id": "573e12832304671359dccc71d2b9f1d0", + "x-ms-correlation-request-id": "48336524-ad1e-4a59-8660-3ea10f8a5fe9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;27679", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "3d1ee0ce-03d8-473f-b549-9bb8624cf275", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062835Z:48336524-ad1e-4a59-8660-3ea10f8a5fe9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23aeaa4dfd02efedc842b1513ad294b1", + "x-ms-client-request-id": "5be3b68610ecc83fe8fbc503037bb4fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21084,7 +23234,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:27 GMT", + "Date": "Mon, 25 Oct 2021 06:28:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21093,31 +23243,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23aeaa4dfd02efedc842b1513ad294b1", - "x-ms-correlation-request-id": "bc90a90d-c07d-4606-b42a-284069ccfeec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26328", - "x-ms-ratelimit-remaining-subscription-reads": "11528", - "x-ms-request-id": "17d88e5f-5714-4e44-b856-9ed3c4debea8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062227Z:bc90a90d-c07d-4606-b42a-284069ccfeec" + "x-ms-client-request-id": "5be3b68610ecc83fe8fbc503037bb4fa", + "x-ms-correlation-request-id": "9ad5d8f0-589d-4473-9a66-06b2336620a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;27678", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "a88c2a74-7fcc-4f8b-9c0e-e7c456655ab5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062836Z:9ad5d8f0-589d-4473-9a66-06b2336620a7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5ae5f6402970f92e1890d94c5cf993ed", + "x-ms-client-request-id": "44a5dd4837d87ebce559b55ac6077f92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21126,7 +23276,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:27 GMT", + "Date": "Mon, 25 Oct 2021 06:28:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21135,31 +23285,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ae5f6402970f92e1890d94c5cf993ed", - "x-ms-correlation-request-id": "54d4a352-8a90-4620-83d0-19466120be29", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26327", - "x-ms-ratelimit-remaining-subscription-reads": "11527", - "x-ms-request-id": "341d15a9-3172-49d9-a198-435021d7d37d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062228Z:54d4a352-8a90-4620-83d0-19466120be29" + "x-ms-client-request-id": "44a5dd4837d87ebce559b55ac6077f92", + "x-ms-correlation-request-id": "21ccec9d-8316-41c3-92bf-d9bb70b946fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;27677", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "5b60541b-bd35-41da-9dab-d1e42efa4ec7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062836Z:21ccec9d-8316-41c3-92bf-d9bb70b946fb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f5654934eb2a7a4531cfb9fddadc0afd", + "x-ms-client-request-id": "54ba80ec60e57350d2756e095e0f63dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21168,7 +23318,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:27 GMT", + "Date": "Mon, 25 Oct 2021 06:28:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21177,31 +23327,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5654934eb2a7a4531cfb9fddadc0afd", - "x-ms-correlation-request-id": "14f1cc77-fe2b-4f96-b943-a91c6e8793ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26326", - "x-ms-ratelimit-remaining-subscription-reads": "11526", - "x-ms-request-id": "cbf674e2-715f-42de-ae73-b7f58eba6866", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062228Z:14f1cc77-fe2b-4f96-b943-a91c6e8793ae" + "x-ms-client-request-id": "54ba80ec60e57350d2756e095e0f63dd", + "x-ms-correlation-request-id": "5eefa51c-478f-4085-9c5c-6f0f6fe856f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;27676", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "1937f476-e7f5-4153-85da-784e2e51f195", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062836Z:5eefa51c-478f-4085-9c5c-6f0f6fe856f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "01f17f0701b324327bb40b7123a192ce", + "x-ms-client-request-id": "f528d227ac144ff7f96576935be502e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21210,7 +23360,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:27 GMT", + "Date": "Mon, 25 Oct 2021 06:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21219,31 +23369,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01f17f0701b324327bb40b7123a192ce", - "x-ms-correlation-request-id": "a69f464f-7056-455e-9451-9c30a5bdf2c2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26325", - "x-ms-ratelimit-remaining-subscription-reads": "11525", - "x-ms-request-id": "9d042ac3-6697-4af7-ad29-b03a3ce1f427", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062228Z:a69f464f-7056-455e-9451-9c30a5bdf2c2" + "x-ms-client-request-id": "f528d227ac144ff7f96576935be502e1", + "x-ms-correlation-request-id": "5b2e0653-1436-4ee9-b21b-fc8400d925ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;27675", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "9224f545-3ffe-42fa-b17f-5b5e64327e66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062836Z:5b2e0653-1436-4ee9-b21b-fc8400d925ed" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f11cc4af9e6d5487b16a28a06f311f3c", + "x-ms-client-request-id": "8317337c60c0e8148c327263c8b320d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21252,7 +23402,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:28 GMT", + "Date": "Mon, 25 Oct 2021 06:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21261,31 +23411,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f11cc4af9e6d5487b16a28a06f311f3c", - "x-ms-correlation-request-id": "0b8d3633-856a-4def-bad5-81b64fe80dca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26324", - "x-ms-ratelimit-remaining-subscription-reads": "11524", - "x-ms-request-id": "bc3af2e1-2b48-4311-8760-ced9ba83806b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062229Z:0b8d3633-856a-4def-bad5-81b64fe80dca" + "x-ms-client-request-id": "8317337c60c0e8148c327263c8b320d6", + "x-ms-correlation-request-id": "2c87856d-b025-4c8e-b876-a9d11d0c509b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;27674", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "cb8dc2b1-ed43-4645-8d90-7431adefc4b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062837Z:2c87856d-b025-4c8e-b876-a9d11d0c509b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc45dc859108333916407a75e0d35690", + "x-ms-client-request-id": "f433d7f589de3f7d886b5a80eabd17ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21294,7 +23444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:28 GMT", + "Date": "Mon, 25 Oct 2021 06:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21303,31 +23453,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc45dc859108333916407a75e0d35690", - "x-ms-correlation-request-id": "32384010-8e54-48f7-a625-fd3e4b77f740", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26323", - "x-ms-ratelimit-remaining-subscription-reads": "11523", - "x-ms-request-id": "ad843fac-e506-4818-9c2c-675659bb7fb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062229Z:32384010-8e54-48f7-a625-fd3e4b77f740" + "x-ms-client-request-id": "f433d7f589de3f7d886b5a80eabd17ed", + "x-ms-correlation-request-id": "f2815349-5f3d-4e99-bf5f-037bae59213a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;27673", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "05ec9a3b-3775-4465-abcf-db54032e0610", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062837Z:f2815349-5f3d-4e99-bf5f-037bae59213a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "164eea3c19bf698ff89c4f48d891b54a", + "x-ms-client-request-id": "2b8d8d73e0f7c61cbd4068e13a938746", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21336,7 +23486,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:28 GMT", + "Date": "Mon, 25 Oct 2021 06:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21345,31 +23495,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "164eea3c19bf698ff89c4f48d891b54a", - "x-ms-correlation-request-id": "26932c9c-b41d-4e09-b19f-1e95ababb642", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26322", - "x-ms-ratelimit-remaining-subscription-reads": "11522", - "x-ms-request-id": "c6b89547-91df-4765-a111-2753e9f98862", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062229Z:26932c9c-b41d-4e09-b19f-1e95ababb642" + "x-ms-client-request-id": "2b8d8d73e0f7c61cbd4068e13a938746", + "x-ms-correlation-request-id": "8fc4799b-624c-479a-bef1-e45eaa76debf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;27672", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "3f4c735d-b7c9-4207-86ca-c662eea65351", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062837Z:8fc4799b-624c-479a-bef1-e45eaa76debf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "47ebce95b65b1dc68ae8da2c231274dd", + "x-ms-client-request-id": "839da0440db2f202b5d7fa550693fdcf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21378,7 +23528,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:29 GMT", + "Date": "Mon, 25 Oct 2021 06:28:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21387,31 +23537,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47ebce95b65b1dc68ae8da2c231274dd", - "x-ms-correlation-request-id": "e88da8ac-71db-4d2c-809f-38c80c65bfbb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26321", - "x-ms-ratelimit-remaining-subscription-reads": "11521", - "x-ms-request-id": "d165ccbd-d98d-4cf6-bc51-e3263ab23241", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062229Z:e88da8ac-71db-4d2c-809f-38c80c65bfbb" + "x-ms-client-request-id": "839da0440db2f202b5d7fa550693fdcf", + "x-ms-correlation-request-id": "e9ee5711-3a84-4a5e-9f3c-d25391d5aaa3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;27671", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "83ea64bc-6fa3-42e9-9669-f541e8ea6222", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062838Z:e9ee5711-3a84-4a5e-9f3c-d25391d5aaa3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8464981408e36c7c4cdce46b41f05b85", + "x-ms-client-request-id": "3bf0841af52515deba6c379e209c04f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21420,7 +23570,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:29 GMT", + "Date": "Mon, 25 Oct 2021 06:28:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21429,31 +23579,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8464981408e36c7c4cdce46b41f05b85", - "x-ms-correlation-request-id": "77588c5c-3370-4c8b-94f6-dd4fe3bb9b2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26320", - "x-ms-ratelimit-remaining-subscription-reads": "11520", - "x-ms-request-id": "7dad2d5d-ae25-429e-a4a1-3c4b9652697d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062230Z:77588c5c-3370-4c8b-94f6-dd4fe3bb9b2a" + "x-ms-client-request-id": "3bf0841af52515deba6c379e209c04f4", + "x-ms-correlation-request-id": "78e0b853-a367-4d3c-8790-9c1253333a7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;27670", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "f8ed7751-e356-483d-ad50-43d3c8164f62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062838Z:78e0b853-a367-4d3c-8790-9c1253333a7c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "11df2f8b0fe8863424308bd63f6345e6", + "x-ms-client-request-id": "4a3b13e49420653b8b9b751fe5c7c029", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21462,7 +23612,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:29 GMT", + "Date": "Mon, 25 Oct 2021 06:28:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21471,31 +23621,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11df2f8b0fe8863424308bd63f6345e6", - "x-ms-correlation-request-id": "c019a8bb-7eb8-4e90-beaa-9f26159109f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26319", - "x-ms-ratelimit-remaining-subscription-reads": "11519", - "x-ms-request-id": "76f1ca98-4704-42be-b9c1-523a1a979c5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062230Z:c019a8bb-7eb8-4e90-beaa-9f26159109f5" + "x-ms-client-request-id": "4a3b13e49420653b8b9b751fe5c7c029", + "x-ms-correlation-request-id": "585b41e0-d6f3-4852-93ef-34559ea0c495", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;27669", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "e2160f2a-63c5-407a-a94b-f30fd3308efb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062838Z:585b41e0-d6f3-4852-93ef-34559ea0c495" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "40347228302d8c67527ffa7fd25bdb99", + "x-ms-client-request-id": "b6c799434ba34e20c187c845d663d119", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21504,7 +23654,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:29 GMT", + "Date": "Mon, 25 Oct 2021 06:28:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21513,31 +23663,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40347228302d8c67527ffa7fd25bdb99", - "x-ms-correlation-request-id": "308f76b8-96aa-4bfe-8a71-f0796963b0d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26318", - "x-ms-ratelimit-remaining-subscription-reads": "11518", - "x-ms-request-id": "197d5608-1b1a-44fd-b3a4-87926cfca56d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062230Z:308f76b8-96aa-4bfe-8a71-f0796963b0d6" + "x-ms-client-request-id": "b6c799434ba34e20c187c845d663d119", + "x-ms-correlation-request-id": "dcc375b6-90dc-464e-979d-4ddee0f3d8d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;27668", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "42085a66-4785-420f-ac06-53dccc38e954", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062839Z:dcc375b6-90dc-464e-979d-4ddee0f3d8d3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f4a1548d623205f563dd60b27da52ce9", + "x-ms-client-request-id": "f27105d3b25885af498aaf8a7fbe30f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21546,7 +23696,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:30 GMT", + "Date": "Mon, 25 Oct 2021 06:28:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21555,31 +23705,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4a1548d623205f563dd60b27da52ce9", - "x-ms-correlation-request-id": "e7aef2a5-7e32-4b5e-b6e5-e88a52d8586b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26317", - "x-ms-ratelimit-remaining-subscription-reads": "11517", - "x-ms-request-id": "868f916c-1982-4e30-a284-b59122395424", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062230Z:e7aef2a5-7e32-4b5e-b6e5-e88a52d8586b" + "x-ms-client-request-id": "f27105d3b25885af498aaf8a7fbe30f3", + "x-ms-correlation-request-id": "8169c392-b78a-463d-8ded-0ee55900cc04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;27667", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "7401d01c-6035-4953-ae47-61e4611c4f0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062839Z:8169c392-b78a-463d-8ded-0ee55900cc04" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf43fe961bbb5a57c852bf6814b5b4c8", + "x-ms-client-request-id": "875a0dab4ed49851f3ec8898ccf58e27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21588,7 +23738,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:30 GMT", + "Date": "Mon, 25 Oct 2021 06:28:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21597,31 +23747,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf43fe961bbb5a57c852bf6814b5b4c8", - "x-ms-correlation-request-id": "e0cf2047-ab75-41f9-a257-e40882acb02d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26316", - "x-ms-ratelimit-remaining-subscription-reads": "11516", - "x-ms-request-id": "27d38e07-785d-46a6-9b75-aea559c1cd81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062231Z:e0cf2047-ab75-41f9-a257-e40882acb02d" + "x-ms-client-request-id": "875a0dab4ed49851f3ec8898ccf58e27", + "x-ms-correlation-request-id": "a1a2b05f-3c43-4553-b43f-c980a5ef0e6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;27666", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "11201ddb-7ca6-4950-856a-19f46a719d02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062839Z:a1a2b05f-3c43-4553-b43f-c980a5ef0e6c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ea49f15451c1c5b37c2fdc4fcfb40fac", + "x-ms-client-request-id": "df4c5cc9cd5690d1ea416c189b95cf03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21630,7 +23780,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:30 GMT", + "Date": "Mon, 25 Oct 2021 06:28:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21639,31 +23789,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea49f15451c1c5b37c2fdc4fcfb40fac", - "x-ms-correlation-request-id": "9dbcbb69-f539-4fd1-be7d-04527949e450", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26315", - "x-ms-ratelimit-remaining-subscription-reads": "11515", - "x-ms-request-id": "f8f05ece-7f11-4192-9b8b-91d3b23ddcae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062231Z:9dbcbb69-f539-4fd1-be7d-04527949e450" + "x-ms-client-request-id": "df4c5cc9cd5690d1ea416c189b95cf03", + "x-ms-correlation-request-id": "65f5a671-6d47-4c1b-9001-3db67427ebcf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;27665", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "dfe8c764-fbde-4073-92ac-8410b85897b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062839Z:65f5a671-6d47-4c1b-9001-3db67427ebcf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d3e811520c1772defd462bdfa28cf0ae", + "x-ms-client-request-id": "c999d4574a088444b4d8ff6b2916b953", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21672,7 +23822,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:31 GMT", + "Date": "Mon, 25 Oct 2021 06:28:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21681,31 +23831,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3e811520c1772defd462bdfa28cf0ae", - "x-ms-correlation-request-id": "16dc318f-5003-438b-a5a4-4bf54c2c55df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26314", - "x-ms-ratelimit-remaining-subscription-reads": "11514", - "x-ms-request-id": "70cc1590-8a1a-457f-8c1e-721c23c9db92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062231Z:16dc318f-5003-438b-a5a4-4bf54c2c55df" + "x-ms-client-request-id": "c999d4574a088444b4d8ff6b2916b953", + "x-ms-correlation-request-id": "7ef19414-8bf7-4268-bf54-46eb5d3a3720", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;27664", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "bd8d985d-6cd4-4fa2-ac4f-8590036ca683", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062840Z:7ef19414-8bf7-4268-bf54-46eb5d3a3720" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b5d9829415c45274a7e528c3e088b14", + "x-ms-client-request-id": "23c188fb5071de9d3bca9d92e238fc5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21714,7 +23864,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:31 GMT", + "Date": "Mon, 25 Oct 2021 06:28:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21723,31 +23873,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b5d9829415c45274a7e528c3e088b14", - "x-ms-correlation-request-id": "bdf200da-5acc-46a3-9797-5a226e91537c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26313", - "x-ms-ratelimit-remaining-subscription-reads": "11513", - "x-ms-request-id": "950955c1-9df9-492c-8d6a-2e3564bb9c9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062232Z:bdf200da-5acc-46a3-9797-5a226e91537c" + "x-ms-client-request-id": "23c188fb5071de9d3bca9d92e238fc5d", + "x-ms-correlation-request-id": "c8e28dcb-b5b8-44c5-b111-cb8ecd8869bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;27663", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "cf4f8e55-0c36-447e-b2ce-18524dc98c70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062840Z:c8e28dcb-b5b8-44c5-b111-cb8ecd8869bf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "03151343e0cc48b013d6ed7b26d322f0", + "x-ms-client-request-id": "f740851dc55b7f1e17c82a7dce6666d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21756,7 +23906,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:31 GMT", + "Date": "Mon, 25 Oct 2021 06:28:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21765,31 +23915,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03151343e0cc48b013d6ed7b26d322f0", - "x-ms-correlation-request-id": "2a881621-b08b-4518-a361-4bc73b1fd2a5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26312", - "x-ms-ratelimit-remaining-subscription-reads": "11512", - "x-ms-request-id": "5569b25d-60c8-440c-b49a-76ff5ad10340", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062232Z:2a881621-b08b-4518-a361-4bc73b1fd2a5" + "x-ms-client-request-id": "f740851dc55b7f1e17c82a7dce6666d3", + "x-ms-correlation-request-id": "c27ffdea-b041-4809-b2bd-edccbb3c7501", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;27662", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "54634fab-2d7d-46f9-8ed6-f56ec6164440", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062840Z:c27ffdea-b041-4809-b2bd-edccbb3c7501" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "37262d3f8356104fe9a38999b95134f4", + "x-ms-client-request-id": "131c1888acd4079237bb8d3eacb2a27c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21798,7 +23948,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:31 GMT", + "Date": "Mon, 25 Oct 2021 06:28:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21807,31 +23957,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37262d3f8356104fe9a38999b95134f4", - "x-ms-correlation-request-id": "e5bd310a-11fd-47de-a58f-911386f4b0e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26311", - "x-ms-ratelimit-remaining-subscription-reads": "11511", - "x-ms-request-id": "91773e78-84c5-4d37-a72f-a29f1e95aba9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062232Z:e5bd310a-11fd-47de-a58f-911386f4b0e8" + "x-ms-client-request-id": "131c1888acd4079237bb8d3eacb2a27c", + "x-ms-correlation-request-id": "17f07dee-3a5e-4d99-bd1b-392765765394", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;27661", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "96b0734f-f106-492e-a829-7ec83d0a57c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062841Z:17f07dee-3a5e-4d99-bd1b-392765765394" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8f9c16bbed7648e2e715788654ac1f76", + "x-ms-client-request-id": "a44da1dcc1d636f86a420ba826200fd5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21840,7 +23990,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:32 GMT", + "Date": "Mon, 25 Oct 2021 06:28:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21849,31 +23999,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f9c16bbed7648e2e715788654ac1f76", - "x-ms-correlation-request-id": "073f6d44-c41a-4fbd-afe4-ca3e77c1a368", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26310", - "x-ms-ratelimit-remaining-subscription-reads": "11510", - "x-ms-request-id": "63201a4a-a52e-4088-8f57-3288267e4bad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062232Z:073f6d44-c41a-4fbd-afe4-ca3e77c1a368" + "x-ms-client-request-id": "a44da1dcc1d636f86a420ba826200fd5", + "x-ms-correlation-request-id": "3df1ff00-36c9-48df-a339-0c471c61523b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;27660", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "66e1d7f4-d48b-43a9-9f67-d8027add2a2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062841Z:3df1ff00-36c9-48df-a339-0c471c61523b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "104d625b53e1bfbdc3051a2857178ec1", + "x-ms-client-request-id": "c90aca63e91b7189f239c09f38dfd265", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21882,7 +24032,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:32 GMT", + "Date": "Mon, 25 Oct 2021 06:28:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21891,31 +24041,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "104d625b53e1bfbdc3051a2857178ec1", - "x-ms-correlation-request-id": "518e3185-80df-4eac-8e58-b49610245626", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26309", - "x-ms-ratelimit-remaining-subscription-reads": "11509", - "x-ms-request-id": "b7f85d7c-4587-489a-9e98-3ce6944f4366", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062233Z:518e3185-80df-4eac-8e58-b49610245626" + "x-ms-client-request-id": "c90aca63e91b7189f239c09f38dfd265", + "x-ms-correlation-request-id": "758842c2-e94a-4b23-a1d7-29946b2e1e94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27659", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "31951621-a1b5-4c46-b452-46991ed3d4d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062841Z:758842c2-e94a-4b23-a1d7-29946b2e1e94" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0fc0f8a2923752794bdd50410ac9bc3c", + "x-ms-client-request-id": "2ca0ae26c119c6fc20e6a891a1e9e117", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21924,7 +24074,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:32 GMT", + "Date": "Mon, 25 Oct 2021 06:28:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21933,31 +24083,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fc0f8a2923752794bdd50410ac9bc3c", - "x-ms-correlation-request-id": "e6844260-68ec-464a-a331-48535582f65d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26308", - "x-ms-ratelimit-remaining-subscription-reads": "11508", - "x-ms-request-id": "7ecac9d5-5994-4928-8841-d9b66c4b2108", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062233Z:e6844260-68ec-464a-a331-48535582f65d" + "x-ms-client-request-id": "2ca0ae26c119c6fc20e6a891a1e9e117", + "x-ms-correlation-request-id": "4c90ea53-1d9a-411e-b3f0-6a04f4983ba3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27658", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "d987aa55-a248-426d-83a2-18a42997fb68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062841Z:4c90ea53-1d9a-411e-b3f0-6a04f4983ba3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "573e12832304671359dccc71d2b9f1d0", + "x-ms-client-request-id": "e2dbb7abd9a8f36018dbb29d0158fd8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21966,7 +24116,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:32 GMT", + "Date": "Mon, 25 Oct 2021 06:28:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21975,31 +24125,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "573e12832304671359dccc71d2b9f1d0", - "x-ms-correlation-request-id": "6e5d281c-eedc-44d5-b519-c0ff3f1be57d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26307", - "x-ms-ratelimit-remaining-subscription-reads": "11507", - "x-ms-request-id": "b49459e7-de01-43e7-883d-a6c84065e39d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062233Z:6e5d281c-eedc-44d5-b519-c0ff3f1be57d" + "x-ms-client-request-id": "e2dbb7abd9a8f36018dbb29d0158fd8a", + "x-ms-correlation-request-id": "f568d8ad-d00e-4015-9776-5fae6724fa87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27657", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "8afd91a8-1e91-433b-99b6-8d1feadcaa80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062842Z:f568d8ad-d00e-4015-9776-5fae6724fa87" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5be3b68610ecc83fe8fbc503037bb4fa", + "x-ms-client-request-id": "7782a570e37fa1bccd43a83540f7d008", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22008,7 +24158,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:33 GMT", + "Date": "Mon, 25 Oct 2021 06:28:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22017,31 +24167,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5be3b68610ecc83fe8fbc503037bb4fa", - "x-ms-correlation-request-id": "841f4637-660c-4410-ad7d-4d3a82b37fe8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26306", - "x-ms-ratelimit-remaining-subscription-reads": "11506", - "x-ms-request-id": "d680cf8f-e1ff-455f-a24f-9ffba19bcfdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062234Z:841f4637-660c-4410-ad7d-4d3a82b37fe8" + "x-ms-client-request-id": "7782a570e37fa1bccd43a83540f7d008", + "x-ms-correlation-request-id": "73aea78f-d4c4-4610-b761-69648ae9edc1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27656", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "3fa6530d-445a-47bd-97c3-448370422f08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062842Z:73aea78f-d4c4-4610-b761-69648ae9edc1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "44a5dd4837d87ebce559b55ac6077f92", + "x-ms-client-request-id": "80f4a858ef044dbd4dad133d0f5fc5c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22050,7 +24200,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:33 GMT", + "Date": "Mon, 25 Oct 2021 06:28:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22059,31 +24209,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44a5dd4837d87ebce559b55ac6077f92", - "x-ms-correlation-request-id": "70c6dfe4-0308-45e8-90ef-627049f58bf7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26305", - "x-ms-ratelimit-remaining-subscription-reads": "11505", - "x-ms-request-id": "34ed4445-4149-40d1-96c0-77acc0412d0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062234Z:70c6dfe4-0308-45e8-90ef-627049f58bf7" + "x-ms-client-request-id": "80f4a858ef044dbd4dad133d0f5fc5c8", + "x-ms-correlation-request-id": "fc71f599-307d-47ca-869f-f0deeabd3f82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27655", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "f23a726b-82e7-47b2-bc5c-c5645648f942", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062842Z:fc71f599-307d-47ca-869f-f0deeabd3f82" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "54ba80ec60e57350d2756e095e0f63dd", + "x-ms-client-request-id": "fb211de86967c898fb391564302bb221", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22092,7 +24242,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:33 GMT", + "Date": "Mon, 25 Oct 2021 06:28:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22101,31 +24251,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54ba80ec60e57350d2756e095e0f63dd", - "x-ms-correlation-request-id": "2f6b825b-1660-445d-b804-c87d0f97698d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26304", - "x-ms-ratelimit-remaining-subscription-reads": "11504", - "x-ms-request-id": "b23e6a4d-6259-4b14-afed-12e8459164d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062234Z:2f6b825b-1660-445d-b804-c87d0f97698d" + "x-ms-client-request-id": "fb211de86967c898fb391564302bb221", + "x-ms-correlation-request-id": "43d7c8a4-7f52-4881-97f5-21ca61683caf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27654", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "69554c0a-cd75-4c06-89fb-ae50819a9071", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062842Z:43d7c8a4-7f52-4881-97f5-21ca61683caf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f528d227ac144ff7f96576935be502e1", + "x-ms-client-request-id": "5844a90b7c648186e7342ad1cf7e916d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22134,7 +24284,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:34 GMT", + "Date": "Mon, 25 Oct 2021 06:28:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22143,31 +24293,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f528d227ac144ff7f96576935be502e1", - "x-ms-correlation-request-id": "01d189a9-63e4-4b71-9183-defabe54e491", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26303", - "x-ms-ratelimit-remaining-subscription-reads": "11503", - "x-ms-request-id": "f4ec0db0-afd3-4456-98bd-b732cf316f6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062234Z:01d189a9-63e4-4b71-9183-defabe54e491" + "x-ms-client-request-id": "5844a90b7c648186e7342ad1cf7e916d", + "x-ms-correlation-request-id": "3870cecc-6be5-446c-ae18-c222a977f87a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27653", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "0bcd08db-747f-467c-94cc-ac982898df22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062843Z:3870cecc-6be5-446c-ae18-c222a977f87a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8317337c60c0e8148c327263c8b320d6", + "x-ms-client-request-id": "224cdf7dd4d5efa1102b85cada581c21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22176,7 +24326,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:34 GMT", + "Date": "Mon, 25 Oct 2021 06:28:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22185,31 +24335,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8317337c60c0e8148c327263c8b320d6", - "x-ms-correlation-request-id": "94f8ebb6-05b0-423c-9fea-6d23b7a4f6e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26302", - "x-ms-ratelimit-remaining-subscription-reads": "11502", - "x-ms-request-id": "6babc947-bc4c-49c8-95b9-0a195746a9a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062235Z:94f8ebb6-05b0-423c-9fea-6d23b7a4f6e9" + "x-ms-client-request-id": "224cdf7dd4d5efa1102b85cada581c21", + "x-ms-correlation-request-id": "bd9c6d5a-19c7-4388-aa9f-ec6e5264d17a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27652", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "c78a4d0b-5074-4730-99a1-c619cc423293", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062843Z:bd9c6d5a-19c7-4388-aa9f-ec6e5264d17a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f433d7f589de3f7d886b5a80eabd17ed", + "x-ms-client-request-id": "6631f2fa6c1b6c6497a013323ec6f97c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22218,7 +24368,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:34 GMT", + "Date": "Mon, 25 Oct 2021 06:28:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22227,31 +24377,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f433d7f589de3f7d886b5a80eabd17ed", - "x-ms-correlation-request-id": "3b7d6cda-2427-41ea-a361-25f25bfc8a47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26301", - "x-ms-ratelimit-remaining-subscription-reads": "11501", - "x-ms-request-id": "a05aba43-fd8d-46c3-8723-e7881dc214be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062235Z:3b7d6cda-2427-41ea-a361-25f25bfc8a47" + "x-ms-client-request-id": "6631f2fa6c1b6c6497a013323ec6f97c", + "x-ms-correlation-request-id": "d8c86c86-bfaa-4ec0-a0ab-a6dd7a4b3fa7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27651", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "74e85244-9b35-4f35-a7d0-1a3afb0d8080", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062843Z:d8c86c86-bfaa-4ec0-a0ab-a6dd7a4b3fa7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b8d8d73e0f7c61cbd4068e13a938746", + "x-ms-client-request-id": "50e6a7a790df364b08554738f7bba68e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22260,7 +24410,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:34 GMT", + "Date": "Mon, 25 Oct 2021 06:28:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22269,31 +24419,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b8d8d73e0f7c61cbd4068e13a938746", - "x-ms-correlation-request-id": "5286d980-aa96-4693-b1ef-34ee13043b07", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26300", - "x-ms-ratelimit-remaining-subscription-reads": "11500", - "x-ms-request-id": "36d65462-8ba8-454c-b91e-e927a82a7fc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062235Z:5286d980-aa96-4693-b1ef-34ee13043b07" + "x-ms-client-request-id": "50e6a7a790df364b08554738f7bba68e", + "x-ms-correlation-request-id": "2970427d-69e1-4ad9-8f05-fd732c1c7846", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27650", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "b6ad8378-010b-4e8a-bb93-0514cb99e849", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062843Z:2970427d-69e1-4ad9-8f05-fd732c1c7846" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "839da0440db2f202b5d7fa550693fdcf", + "x-ms-client-request-id": "ddd609182b4c11527bdf8b35c16eb049", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22302,7 +24452,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:35 GMT", + "Date": "Mon, 25 Oct 2021 06:28:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22311,31 +24461,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "839da0440db2f202b5d7fa550693fdcf", - "x-ms-correlation-request-id": "5a73825b-cac6-44de-b4d0-758c815aedee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26299", - "x-ms-ratelimit-remaining-subscription-reads": "11499", - "x-ms-request-id": "715fd8e1-fe4a-4f7c-ba33-dcb0782f7614", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062235Z:5a73825b-cac6-44de-b4d0-758c815aedee" + "x-ms-client-request-id": "ddd609182b4c11527bdf8b35c16eb049", + "x-ms-correlation-request-id": "47aa40f8-a256-4363-9ebc-68b2b4127c9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27649", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "7eca9fdf-0528-48a6-a5cf-c0af56cdd5a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062844Z:47aa40f8-a256-4363-9ebc-68b2b4127c9d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3bf0841af52515deba6c379e209c04f4", + "x-ms-client-request-id": "32230832cb726a41a6fb5ec5242b74db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22344,7 +24494,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:35 GMT", + "Date": "Mon, 25 Oct 2021 06:28:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22353,31 +24503,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bf0841af52515deba6c379e209c04f4", - "x-ms-correlation-request-id": "0706ed04-1ff4-4b1d-a88a-40f2b3b787d7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26298", - "x-ms-ratelimit-remaining-subscription-reads": "11498", - "x-ms-request-id": "29b72855-f384-4047-8d70-f50c024b9b02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062236Z:0706ed04-1ff4-4b1d-a88a-40f2b3b787d7" + "x-ms-client-request-id": "32230832cb726a41a6fb5ec5242b74db", + "x-ms-correlation-request-id": "5b4a76b3-b94a-4160-88cf-cb8281a5dfe2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27648", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "15a44c37-6d8b-47fc-bddb-027c8a5015b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062844Z:5b4a76b3-b94a-4160-88cf-cb8281a5dfe2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4a3b13e49420653b8b9b751fe5c7c029", + "x-ms-client-request-id": "351a84f91bf07b2f54d5d4ff04167599", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22386,7 +24536,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:35 GMT", + "Date": "Mon, 25 Oct 2021 06:28:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22395,31 +24545,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a3b13e49420653b8b9b751fe5c7c029", - "x-ms-correlation-request-id": "08fcaba0-b3fd-4170-8b42-487df84ed905", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26297", - "x-ms-ratelimit-remaining-subscription-reads": "11497", - "x-ms-request-id": "d8ddd538-5830-4f1b-ab16-d1a20913869b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062236Z:08fcaba0-b3fd-4170-8b42-487df84ed905" + "x-ms-client-request-id": "351a84f91bf07b2f54d5d4ff04167599", + "x-ms-correlation-request-id": "e0a0e0c7-f2ef-4f02-a23f-e9b28e9d1d44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27647", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "ba5e2c0f-76e6-4fc8-92bd-d75f7a7c53fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062844Z:e0a0e0c7-f2ef-4f02-a23f-e9b28e9d1d44" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b6c799434ba34e20c187c845d663d119", + "x-ms-client-request-id": "ef06fea473984c1cc76b3651cd8dec50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22428,7 +24578,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:35 GMT", + "Date": "Mon, 25 Oct 2021 06:28:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22437,31 +24587,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6c799434ba34e20c187c845d663d119", - "x-ms-correlation-request-id": "972ebf88-9e30-42a9-aec6-caee3148c8d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26296", - "x-ms-ratelimit-remaining-subscription-reads": "11496", - "x-ms-request-id": "07c130da-cce7-4b54-b327-d9e3be52c61f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062236Z:972ebf88-9e30-42a9-aec6-caee3148c8d3" + "x-ms-client-request-id": "ef06fea473984c1cc76b3651cd8dec50", + "x-ms-correlation-request-id": "38207c94-79ab-47cf-8ee8-47fc567b7c68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27646", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "921e0c6b-3d4e-435a-8259-d6464e8e19f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062844Z:38207c94-79ab-47cf-8ee8-47fc567b7c68" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f27105d3b25885af498aaf8a7fbe30f3", + "x-ms-client-request-id": "3c3bb06b7b541659d8a7de9cf6416590", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22470,7 +24620,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:36 GMT", + "Date": "Mon, 25 Oct 2021 06:28:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22479,31 +24629,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f27105d3b25885af498aaf8a7fbe30f3", - "x-ms-correlation-request-id": "f7833b9f-ad37-429f-a888-e0a23c8469f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26295", - "x-ms-ratelimit-remaining-subscription-reads": "11495", - "x-ms-request-id": "15511a13-5d50-442c-ab8f-b3b54cd3ed1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062237Z:f7833b9f-ad37-429f-a888-e0a23c8469f7" + "x-ms-client-request-id": "3c3bb06b7b541659d8a7de9cf6416590", + "x-ms-correlation-request-id": "3e9dbbbb-b42a-4be5-a77a-9eb9d5bfcf15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27645", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "4e89e790-f355-4cb9-a9a6-c45aa68b65a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062845Z:3e9dbbbb-b42a-4be5-a77a-9eb9d5bfcf15" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "875a0dab4ed49851f3ec8898ccf58e27", + "x-ms-client-request-id": "2621c4868524854268cd6d84e4deaec7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22512,7 +24662,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:36 GMT", + "Date": "Mon, 25 Oct 2021 06:28:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22521,31 +24671,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "875a0dab4ed49851f3ec8898ccf58e27", - "x-ms-correlation-request-id": "1d18a3e1-4b42-4e27-8a1b-7716a656e917", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26294", - "x-ms-ratelimit-remaining-subscription-reads": "11494", - "x-ms-request-id": "301b7233-867a-4ee2-9560-97320fe3b5a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062237Z:1d18a3e1-4b42-4e27-8a1b-7716a656e917" + "x-ms-client-request-id": "2621c4868524854268cd6d84e4deaec7", + "x-ms-correlation-request-id": "e135c1f7-8082-479f-beea-04c6f1cc1831", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27644", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "6bfa1d13-b6d9-4107-87fc-f0fda0bd8b3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062845Z:e135c1f7-8082-479f-beea-04c6f1cc1831" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "df4c5cc9cd5690d1ea416c189b95cf03", + "x-ms-client-request-id": "549484e838da2945a5ef16f195805686", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22554,7 +24704,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:36 GMT", + "Date": "Mon, 25 Oct 2021 06:28:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22563,31 +24713,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df4c5cc9cd5690d1ea416c189b95cf03", - "x-ms-correlation-request-id": "24f03e51-4d2e-41e9-b971-5fe46fe185e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26293", - "x-ms-ratelimit-remaining-subscription-reads": "11493", - "x-ms-request-id": "11c31a30-2398-472a-af8d-56171d34c029", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062237Z:24f03e51-4d2e-41e9-b971-5fe46fe185e4" + "x-ms-client-request-id": "549484e838da2945a5ef16f195805686", + "x-ms-correlation-request-id": "b35d28f2-759e-4521-9e79-0578e9961803", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27643", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "cdda57e4-89c3-4376-a231-1aabd591cf1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062845Z:b35d28f2-759e-4521-9e79-0578e9961803" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c999d4574a088444b4d8ff6b2916b953", + "x-ms-client-request-id": "09cba605c66ce62c6db6d4860ed431fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22596,7 +24746,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:37 GMT", + "Date": "Mon, 25 Oct 2021 06:28:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22605,31 +24755,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c999d4574a088444b4d8ff6b2916b953", - "x-ms-correlation-request-id": "aed16954-2b44-43e9-bef0-9aa07580dbce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26292", - "x-ms-ratelimit-remaining-subscription-reads": "11492", - "x-ms-request-id": "a68c87d6-5c4b-4c71-a989-3f6922be435c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062237Z:aed16954-2b44-43e9-bef0-9aa07580dbce" + "x-ms-client-request-id": "09cba605c66ce62c6db6d4860ed431fa", + "x-ms-correlation-request-id": "65a0fbc2-126d-4de1-b2b2-30c6748b6b7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27642", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "a30e89b7-d962-486f-b686-05742eb39d74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062845Z:65a0fbc2-126d-4de1-b2b2-30c6748b6b7b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23c188fb5071de9d3bca9d92e238fc5d", + "x-ms-client-request-id": "72b317f911ac4db67ff781346e51f0e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22638,7 +24788,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:37 GMT", + "Date": "Mon, 25 Oct 2021 06:28:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22647,31 +24797,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23c188fb5071de9d3bca9d92e238fc5d", - "x-ms-correlation-request-id": "9f38b25d-5071-45c0-873a-77361b1da5bd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26291", - "x-ms-ratelimit-remaining-subscription-reads": "11491", - "x-ms-request-id": "bdf5b8a3-2e62-4022-9a05-c999eaecff44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062238Z:9f38b25d-5071-45c0-873a-77361b1da5bd" + "x-ms-client-request-id": "72b317f911ac4db67ff781346e51f0e7", + "x-ms-correlation-request-id": "de93977f-d0e0-4b87-97b8-efd723836e9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27641", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "29040870-f41d-4f25-8828-0ddb6af8d5d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062846Z:de93977f-d0e0-4b87-97b8-efd723836e9c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f740851dc55b7f1e17c82a7dce6666d3", + "x-ms-client-request-id": "3e7ee777a512225b58aee62364be1ad0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22680,7 +24830,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:37 GMT", + "Date": "Mon, 25 Oct 2021 06:28:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22689,31 +24839,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f740851dc55b7f1e17c82a7dce6666d3", - "x-ms-correlation-request-id": "5039d25e-d61f-459e-8007-ced0e8cd5896", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26290", - "x-ms-ratelimit-remaining-subscription-reads": "11490", - "x-ms-request-id": "2bb78549-e2d4-4ef2-b26b-6e45c87d1cd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062238Z:5039d25e-d61f-459e-8007-ced0e8cd5896" + "x-ms-client-request-id": "3e7ee777a512225b58aee62364be1ad0", + "x-ms-correlation-request-id": "38aec11f-87be-48bd-9eca-e3b40a3088e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27640", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "459b008f-9adf-496a-8773-e2074ff704ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062846Z:38aec11f-87be-48bd-9eca-e3b40a3088e5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "131c1888acd4079237bb8d3eacb2a27c", + "x-ms-client-request-id": "7ef81cbee3ccf4d9f07e897444f7771c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22722,7 +24872,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:37 GMT", + "Date": "Mon, 25 Oct 2021 06:28:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22731,31 +24881,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "131c1888acd4079237bb8d3eacb2a27c", - "x-ms-correlation-request-id": "7f11320f-2c28-4fca-95d2-d6c3d7c9022a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26289", - "x-ms-ratelimit-remaining-subscription-reads": "11489", - "x-ms-request-id": "ae09c579-5652-4a15-96a9-95e5accfacf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062238Z:7f11320f-2c28-4fca-95d2-d6c3d7c9022a" + "x-ms-client-request-id": "7ef81cbee3ccf4d9f07e897444f7771c", + "x-ms-correlation-request-id": "44bed20f-2afa-4bcd-bec4-63d8c5779930", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27639", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "3332ddb2-40c8-49b2-9c2e-9416ea1640db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062846Z:44bed20f-2afa-4bcd-bec4-63d8c5779930" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a44da1dcc1d636f86a420ba826200fd5", + "x-ms-client-request-id": "260fecc6f35553e7bb911afe2a92e8c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22764,7 +24914,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:38 GMT", + "Date": "Mon, 25 Oct 2021 06:28:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22773,31 +24923,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a44da1dcc1d636f86a420ba826200fd5", - "x-ms-correlation-request-id": "f477ffaa-b4c2-4b9f-bb5d-148dd29eb622", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26288", - "x-ms-ratelimit-remaining-subscription-reads": "11488", - "x-ms-request-id": "763a1a0d-5aea-430f-b776-d7442d16518f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062238Z:f477ffaa-b4c2-4b9f-bb5d-148dd29eb622" + "x-ms-client-request-id": "260fecc6f35553e7bb911afe2a92e8c0", + "x-ms-correlation-request-id": "56747009-d68e-4ddb-bcb2-dec756bade1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27638", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "9eaf14d3-b5d8-47bb-a896-27bd3b4472fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062846Z:56747009-d68e-4ddb-bcb2-dec756bade1d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c90aca63e91b7189f239c09f38dfd265", + "x-ms-client-request-id": "5176b0dc7158931b0d8a4d941be6dd60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22806,7 +24956,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:38 GMT", + "Date": "Mon, 25 Oct 2021 06:28:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22815,31 +24965,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c90aca63e91b7189f239c09f38dfd265", - "x-ms-correlation-request-id": "650c63c1-5473-4025-b066-932226d694c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26287", - "x-ms-ratelimit-remaining-subscription-reads": "11487", - "x-ms-request-id": "9d7d9cdf-725d-41f1-9c36-d67fcbfe1f3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062239Z:650c63c1-5473-4025-b066-932226d694c6" + "x-ms-client-request-id": "5176b0dc7158931b0d8a4d941be6dd60", + "x-ms-correlation-request-id": "65c79285-b3d0-4545-8d29-cd5139104a24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27637", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "99357508-0421-40d3-ab9d-4f0af52dc4fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062847Z:65c79285-b3d0-4545-8d29-cd5139104a24" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2ca0ae26c119c6fc20e6a891a1e9e117", + "x-ms-client-request-id": "785dca36f4afcb7b35a4c23ac9daca5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22848,7 +24998,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:38 GMT", + "Date": "Mon, 25 Oct 2021 06:28:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22857,31 +25007,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ca0ae26c119c6fc20e6a891a1e9e117", - "x-ms-correlation-request-id": "526d1e2f-e224-438f-9b8d-b513bcbf7bd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26286", - "x-ms-ratelimit-remaining-subscription-reads": "11486", - "x-ms-request-id": "a876a7ef-1d39-4f6d-befc-023a863ae9b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062239Z:526d1e2f-e224-438f-9b8d-b513bcbf7bd8" + "x-ms-client-request-id": "785dca36f4afcb7b35a4c23ac9daca5e", + "x-ms-correlation-request-id": "add4ebb2-3357-4736-a6f2-a0b1d2f26b83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27636", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "4b1c54b9-81d0-4d75-831f-0c02e8cc310d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062847Z:add4ebb2-3357-4736-a6f2-a0b1d2f26b83" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e2dbb7abd9a8f36018dbb29d0158fd8a", + "x-ms-client-request-id": "9497c995258154c3d07b18cba55238d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22890,7 +25040,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:38 GMT", + "Date": "Mon, 25 Oct 2021 06:28:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22899,31 +25049,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2dbb7abd9a8f36018dbb29d0158fd8a", - "x-ms-correlation-request-id": "07c8a945-e556-4351-8dfc-c4e07024470c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26285", - "x-ms-ratelimit-remaining-subscription-reads": "11485", - "x-ms-request-id": "ef90c2b1-8272-4956-b327-8a7508ffc72d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062239Z:07c8a945-e556-4351-8dfc-c4e07024470c" + "x-ms-client-request-id": "9497c995258154c3d07b18cba55238d4", + "x-ms-correlation-request-id": "75048864-b662-4441-85b1-aa48a9b3a774", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27635", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "23e2aa9a-d0c4-4f76-9693-0955ec123c79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062847Z:75048864-b662-4441-85b1-aa48a9b3a774" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7782a570e37fa1bccd43a83540f7d008", + "x-ms-client-request-id": "5fc7b9b37034e81035ab1cb4afe1ca33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22932,7 +25082,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:39 GMT", + "Date": "Mon, 25 Oct 2021 06:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22941,31 +25091,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7782a570e37fa1bccd43a83540f7d008", - "x-ms-correlation-request-id": "7a040ce4-65dd-49d4-9522-9f7152f0504a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26284", - "x-ms-ratelimit-remaining-subscription-reads": "11484", - "x-ms-request-id": "4d2b6c1c-4c5a-43ba-bee0-2d01393e3e68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062240Z:7a040ce4-65dd-49d4-9522-9f7152f0504a" + "x-ms-client-request-id": "5fc7b9b37034e81035ab1cb4afe1ca33", + "x-ms-correlation-request-id": "f1eca33d-6380-43c5-89b3-f83f5757a326", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27634", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "8a032735-e08e-4f17-8390-74fc756ef177", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062847Z:f1eca33d-6380-43c5-89b3-f83f5757a326" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "80f4a858ef044dbd4dad133d0f5fc5c8", + "x-ms-client-request-id": "51feefbf494f10df0609a734dbb025e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22974,7 +25124,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:39 GMT", + "Date": "Mon, 25 Oct 2021 06:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22983,31 +25133,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80f4a858ef044dbd4dad133d0f5fc5c8", - "x-ms-correlation-request-id": "f47c8f5d-facf-47e9-bee7-87884563b267", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26283", - "x-ms-ratelimit-remaining-subscription-reads": "11483", - "x-ms-request-id": "527fb7d9-889c-4a28-84f6-d6a87430f46f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062240Z:f47c8f5d-facf-47e9-bee7-87884563b267" + "x-ms-client-request-id": "51feefbf494f10df0609a734dbb025e2", + "x-ms-correlation-request-id": "1c49a6e2-768d-4303-a039-336d7a35ac3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27633", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "9b565eac-09a8-453c-8cc7-b09910a721e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062848Z:1c49a6e2-768d-4303-a039-336d7a35ac3e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fb211de86967c898fb391564302bb221", + "x-ms-client-request-id": "0f86ed6b6a132529b9ae5fd6090fa5ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23016,7 +25166,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:39 GMT", + "Date": "Mon, 25 Oct 2021 06:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23025,31 +25175,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb211de86967c898fb391564302bb221", - "x-ms-correlation-request-id": "5eea3bb4-b522-4806-87b4-ff8c3f19b39f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26282", - "x-ms-ratelimit-remaining-subscription-reads": "11482", - "x-ms-request-id": "8af09efe-a20a-41cf-92d1-7e007ffe948e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062240Z:5eea3bb4-b522-4806-87b4-ff8c3f19b39f" + "x-ms-client-request-id": "0f86ed6b6a132529b9ae5fd6090fa5ef", + "x-ms-correlation-request-id": "eb82a5b0-c10e-491d-8688-eed3d1d99a09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27632", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "54465b76-c113-4803-bd25-01efc60431d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062848Z:eb82a5b0-c10e-491d-8688-eed3d1d99a09" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5844a90b7c648186e7342ad1cf7e916d", + "x-ms-client-request-id": "b60be5b0e6546a85dab6592bc8db0d84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23058,7 +25208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:40 GMT", + "Date": "Mon, 25 Oct 2021 06:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23067,31 +25217,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5844a90b7c648186e7342ad1cf7e916d", - "x-ms-correlation-request-id": "e2b9100d-6c5a-4846-a86a-96e5c625e974", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26281", - "x-ms-ratelimit-remaining-subscription-reads": "11481", - "x-ms-request-id": "6655605c-6f00-43e2-b27b-436c7ea9bef9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062240Z:e2b9100d-6c5a-4846-a86a-96e5c625e974" + "x-ms-client-request-id": "b60be5b0e6546a85dab6592bc8db0d84", + "x-ms-correlation-request-id": "4a972de4-ffba-4e38-aa75-2a1f343f5566", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27631", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "e980b79c-e26a-4ffc-90d9-e34c10051370", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062848Z:4a972de4-ffba-4e38-aa75-2a1f343f5566" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "224cdf7dd4d5efa1102b85cada581c21", + "x-ms-client-request-id": "c2483a85ba5a541fc5d898a1ea0907f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23100,7 +25250,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:40 GMT", + "Date": "Mon, 25 Oct 2021 06:28:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23109,31 +25259,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "224cdf7dd4d5efa1102b85cada581c21", - "x-ms-correlation-request-id": "656b6d8b-2367-4162-8e0f-0ca3682fad8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26280", - "x-ms-ratelimit-remaining-subscription-reads": "11480", - "x-ms-request-id": "73dc24c4-5f02-46d5-98fc-f324283227b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062241Z:656b6d8b-2367-4162-8e0f-0ca3682fad8c" + "x-ms-client-request-id": "c2483a85ba5a541fc5d898a1ea0907f7", + "x-ms-correlation-request-id": "ec046d26-1d7d-48d3-9931-13d0270a45ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27630", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "f35fa0af-172f-4701-8ecb-98a6165fdccf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062848Z:ec046d26-1d7d-48d3-9931-13d0270a45ac" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6631f2fa6c1b6c6497a013323ec6f97c", + "x-ms-client-request-id": "f583b7646fa4848d681b355c11fe5ddd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23142,7 +25292,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:40 GMT", + "Date": "Mon, 25 Oct 2021 06:28:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23151,31 +25301,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6631f2fa6c1b6c6497a013323ec6f97c", - "x-ms-correlation-request-id": "3a2bc388-6a54-45da-b896-1014e32cbc6b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26279", - "x-ms-ratelimit-remaining-subscription-reads": "11479", - "x-ms-request-id": "e5624bf7-a4c0-4c16-8043-7c7aea2dd19c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062241Z:3a2bc388-6a54-45da-b896-1014e32cbc6b" + "x-ms-client-request-id": "f583b7646fa4848d681b355c11fe5ddd", + "x-ms-correlation-request-id": "7e7f1f32-0bc2-4c89-bc71-bd99f5767851", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27629", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "e5ada334-7171-405c-b6a3-73eb473994ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062849Z:7e7f1f32-0bc2-4c89-bc71-bd99f5767851" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "50e6a7a790df364b08554738f7bba68e", + "x-ms-client-request-id": "ce50daa0e2c6f695c6b6f07b4ee380d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23184,7 +25334,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:40 GMT", + "Date": "Mon, 25 Oct 2021 06:28:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23193,31 +25343,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50e6a7a790df364b08554738f7bba68e", - "x-ms-correlation-request-id": "c5c2f981-7e12-4c00-a116-df4ebad1aac9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26278", - "x-ms-ratelimit-remaining-subscription-reads": "11478", - "x-ms-request-id": "51ff942d-9e1a-47e8-8826-1fde11aaa47e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062241Z:c5c2f981-7e12-4c00-a116-df4ebad1aac9" + "x-ms-client-request-id": "ce50daa0e2c6f695c6b6f07b4ee380d0", + "x-ms-correlation-request-id": "103c100b-8b5f-4493-badc-0f65d66b2d18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27628", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "09e4e254-4f5b-4dad-a7ed-3fece6c0b54a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062849Z:103c100b-8b5f-4493-badc-0f65d66b2d18" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ddd609182b4c11527bdf8b35c16eb049", + "x-ms-client-request-id": "10c762ae175815dfacc3593e84c243c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23226,7 +25376,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:41 GMT", + "Date": "Mon, 25 Oct 2021 06:28:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23235,31 +25385,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddd609182b4c11527bdf8b35c16eb049", - "x-ms-correlation-request-id": "14496f88-2ca1-49de-92d9-a83463ead845", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26277", - "x-ms-ratelimit-remaining-subscription-reads": "11477", - "x-ms-request-id": "e2a73661-f379-465b-857a-89ff78d548c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062241Z:14496f88-2ca1-49de-92d9-a83463ead845" + "x-ms-client-request-id": "10c762ae175815dfacc3593e84c243c6", + "x-ms-correlation-request-id": "990e6217-008a-41c6-8ca8-e087318afbbf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27627", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "85f880b3-f29b-4630-bd94-d7900de00ce9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062849Z:990e6217-008a-41c6-8ca8-e087318afbbf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "32230832cb726a41a6fb5ec5242b74db", + "x-ms-client-request-id": "0f00bb7b39b88130228c2fee7e113684", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23268,7 +25418,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:41 GMT", + "Date": "Mon, 25 Oct 2021 06:28:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23277,31 +25427,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32230832cb726a41a6fb5ec5242b74db", - "x-ms-correlation-request-id": "f020d700-09e6-4e03-a63b-80ba036d9314", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26276", - "x-ms-ratelimit-remaining-subscription-reads": "11476", - "x-ms-request-id": "c67c130b-ab8c-4df3-a0f8-33514d7fdcb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062242Z:f020d700-09e6-4e03-a63b-80ba036d9314" + "x-ms-client-request-id": "0f00bb7b39b88130228c2fee7e113684", + "x-ms-correlation-request-id": "2a21960f-1609-4801-adde-ba5d5a8750cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27626", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "9947c50b-5cc9-4223-ab16-1d4cc37388e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062849Z:2a21960f-1609-4801-adde-ba5d5a8750cf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "351a84f91bf07b2f54d5d4ff04167599", + "x-ms-client-request-id": "afad649b4c378885fa3a220388567203", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23310,7 +25460,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:41 GMT", + "Date": "Mon, 25 Oct 2021 06:28:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23319,31 +25469,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "351a84f91bf07b2f54d5d4ff04167599", - "x-ms-correlation-request-id": "1c347943-bdc6-4c90-9332-8c7530725302", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26275", - "x-ms-ratelimit-remaining-subscription-reads": "11475", - "x-ms-request-id": "d30b0c06-0e85-4cc9-8b7b-aead044d1ffe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062242Z:1c347943-bdc6-4c90-9332-8c7530725302" + "x-ms-client-request-id": "afad649b4c378885fa3a220388567203", + "x-ms-correlation-request-id": "62bc86c6-4e61-4488-b2e3-ab7810704c95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27625", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "75850b80-c4ca-44b4-a87d-0490dd2fa268", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062850Z:62bc86c6-4e61-4488-b2e3-ab7810704c95" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ef06fea473984c1cc76b3651cd8dec50", + "x-ms-client-request-id": "93002a7371e375183245edcbe8f1969a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23352,7 +25502,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:41 GMT", + "Date": "Mon, 25 Oct 2021 06:28:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23361,31 +25511,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef06fea473984c1cc76b3651cd8dec50", - "x-ms-correlation-request-id": "bc3734e2-9407-47c6-a3c9-42e8d8d6bf43", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26274", - "x-ms-ratelimit-remaining-subscription-reads": "11474", - "x-ms-request-id": "82476c47-6d68-46bc-bc3c-b40c95d54851", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062242Z:bc3734e2-9407-47c6-a3c9-42e8d8d6bf43" + "x-ms-client-request-id": "93002a7371e375183245edcbe8f1969a", + "x-ms-correlation-request-id": "dc042023-166c-46eb-87a0-37f0e08ec2ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27624", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "d67da76e-57c9-4bd0-ae1d-6cdf7ef4a914", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062850Z:dc042023-166c-46eb-87a0-37f0e08ec2ba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3c3bb06b7b541659d8a7de9cf6416590", + "x-ms-client-request-id": "1fa3d58d94142e8e3577157d162cf8cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23394,7 +25544,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:42 GMT", + "Date": "Mon, 25 Oct 2021 06:28:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23403,31 +25553,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c3bb06b7b541659d8a7de9cf6416590", - "x-ms-correlation-request-id": "49b28d80-27cd-4052-8703-7111faa5f29d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26273", - "x-ms-ratelimit-remaining-subscription-reads": "11473", - "x-ms-request-id": "e1dab174-7d82-419e-bc3d-3efaf1fcccfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062243Z:49b28d80-27cd-4052-8703-7111faa5f29d" + "x-ms-client-request-id": "1fa3d58d94142e8e3577157d162cf8cb", + "x-ms-correlation-request-id": "cc7a5091-caa5-4b80-8af9-acea1f9af064", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27623", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "1979661a-0b1f-423b-8bdb-b5363cd85e61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062850Z:cc7a5091-caa5-4b80-8af9-acea1f9af064" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2621c4868524854268cd6d84e4deaec7", + "x-ms-client-request-id": "547a2c1aa3112aa14c387df25eb9a008", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23436,7 +25586,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:42 GMT", + "Date": "Mon, 25 Oct 2021 06:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23445,31 +25595,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2621c4868524854268cd6d84e4deaec7", - "x-ms-correlation-request-id": "04a45582-ed7c-4704-af33-1ad594ff826a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;26272", - "x-ms-ratelimit-remaining-subscription-reads": "11472", - "x-ms-request-id": "dc775606-b677-40d9-b556-d718f5332b9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062243Z:04a45582-ed7c-4704-af33-1ad594ff826a" + "x-ms-client-request-id": "547a2c1aa3112aa14c387df25eb9a008", + "x-ms-correlation-request-id": "b6aa64e5-0c61-4264-8c56-5a3f901d2d7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27622", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "a81dac55-4a7a-4e35-9e6d-b0e501bba2e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062850Z:b6aa64e5-0c61-4264-8c56-5a3f901d2d7d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "549484e838da2945a5ef16f195805686", + "x-ms-client-request-id": "b37687a352b3dfee9bd15d6b5b9a5e05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23478,7 +25628,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:42 GMT", + "Date": "Mon, 25 Oct 2021 06:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23487,31 +25637,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "549484e838da2945a5ef16f195805686", - "x-ms-correlation-request-id": "d0d4c200-7691-4293-86cc-baba4fc965d1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26271", - "x-ms-ratelimit-remaining-subscription-reads": "11471", - "x-ms-request-id": "283867b4-6974-42b8-96e0-b7c2570d2876", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062243Z:d0d4c200-7691-4293-86cc-baba4fc965d1" + "x-ms-client-request-id": "b37687a352b3dfee9bd15d6b5b9a5e05", + "x-ms-correlation-request-id": "8ee5079f-8818-4c18-b23d-f10f8399a037", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27621", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "178c50d5-9a3d-4b4e-8212-0f634ff30392", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062851Z:8ee5079f-8818-4c18-b23d-f10f8399a037" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "09cba605c66ce62c6db6d4860ed431fa", + "x-ms-client-request-id": "bcb0224d4277e9893479d2dc169cd07b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23520,7 +25670,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:42 GMT", + "Date": "Mon, 25 Oct 2021 06:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23529,31 +25679,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09cba605c66ce62c6db6d4860ed431fa", - "x-ms-correlation-request-id": "79e25a16-7c7a-4665-8b4c-9b934883c88c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;26270", - "x-ms-ratelimit-remaining-subscription-reads": "11470", - "x-ms-request-id": "85a9260f-9fa3-49e7-a016-2e4b7f76eb5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062243Z:79e25a16-7c7a-4665-8b4c-9b934883c88c" + "x-ms-client-request-id": "bcb0224d4277e9893479d2dc169cd07b", + "x-ms-correlation-request-id": "c7bfa92f-e284-446d-ad39-ac1a803e6737", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27620", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "c298cda3-ecd1-4545-9674-fd087bcba060", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062851Z:c7bfa92f-e284-446d-ad39-ac1a803e6737" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "72b317f911ac4db67ff781346e51f0e7", + "x-ms-client-request-id": "8fd90cd744b6c7183d9bb9404635ceb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23562,7 +25712,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:43 GMT", + "Date": "Mon, 25 Oct 2021 06:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23571,31 +25721,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72b317f911ac4db67ff781346e51f0e7", - "x-ms-correlation-request-id": "ee66d742-3f74-4538-a368-2a9e3f471dfe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26269", - "x-ms-ratelimit-remaining-subscription-reads": "11469", - "x-ms-request-id": "95ed7d71-bd2d-4351-8e30-cfdbb97693b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062244Z:ee66d742-3f74-4538-a368-2a9e3f471dfe" + "x-ms-client-request-id": "8fd90cd744b6c7183d9bb9404635ceb2", + "x-ms-correlation-request-id": "9eadefdb-ce9f-4aa4-9a49-952c0cb2bf52", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27619", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "f664222b-c534-4f77-be7c-fec1d24c47d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062851Z:9eadefdb-ce9f-4aa4-9a49-952c0cb2bf52" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3e7ee777a512225b58aee62364be1ad0", + "x-ms-client-request-id": "3ca478d9e3096191fe8c7f3a7f11c8fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23604,7 +25754,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:43 GMT", + "Date": "Mon, 25 Oct 2021 06:28:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23613,31 +25763,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e7ee777a512225b58aee62364be1ad0", - "x-ms-correlation-request-id": "bdf7c60e-0956-4ccf-babb-513cf2bfef4c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26268", - "x-ms-ratelimit-remaining-subscription-reads": "11468", - "x-ms-request-id": "816277e1-5a3a-486c-8cd1-6f5fe8d29398", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062244Z:bdf7c60e-0956-4ccf-babb-513cf2bfef4c" + "x-ms-client-request-id": "3ca478d9e3096191fe8c7f3a7f11c8fe", + "x-ms-correlation-request-id": "8e6decca-2f5d-406e-9d9c-b0511d5e5935", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27618", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "cf64ba3f-cf98-4371-b04e-8e4038937679", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062852Z:8e6decca-2f5d-406e-9d9c-b0511d5e5935" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ef81cbee3ccf4d9f07e897444f7771c", + "x-ms-client-request-id": "4f94e101cfc0084e09e87fdb8849a3fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23646,7 +25796,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:43 GMT", + "Date": "Mon, 25 Oct 2021 06:28:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23655,31 +25805,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ef81cbee3ccf4d9f07e897444f7771c", - "x-ms-correlation-request-id": "a7c4edf3-364a-4bcb-af69-3594e18377ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26267", - "x-ms-ratelimit-remaining-subscription-reads": "11467", - "x-ms-request-id": "11047294-724b-4f24-ac7a-1765090920ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062244Z:a7c4edf3-364a-4bcb-af69-3594e18377ec" + "x-ms-client-request-id": "4f94e101cfc0084e09e87fdb8849a3fe", + "x-ms-correlation-request-id": "315eeb52-d753-4a16-aef2-c610b8f5e41e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27617", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "66ff0406-4c16-4631-901d-389b5491d9e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062852Z:315eeb52-d753-4a16-aef2-c610b8f5e41e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "260fecc6f35553e7bb911afe2a92e8c0", + "x-ms-client-request-id": "9e0320ab93f8f3727b77912ac5de472c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23688,7 +25838,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:44 GMT", + "Date": "Mon, 25 Oct 2021 06:28:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23697,31 +25847,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "260fecc6f35553e7bb911afe2a92e8c0", - "x-ms-correlation-request-id": "3d30af36-5d7e-4c39-bf84-502c27055d2b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26266", - "x-ms-ratelimit-remaining-subscription-reads": "11466", - "x-ms-request-id": "8f08b79d-1fca-44cb-9f97-a368c51ce794", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062244Z:3d30af36-5d7e-4c39-bf84-502c27055d2b" + "x-ms-client-request-id": "9e0320ab93f8f3727b77912ac5de472c", + "x-ms-correlation-request-id": "c31aa929-d19b-4819-915f-5aab34866498", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27616", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "798c892a-c9c0-49d7-a918-7a3fdd788ff0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062852Z:c31aa929-d19b-4819-915f-5aab34866498" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5176b0dc7158931b0d8a4d941be6dd60", + "x-ms-client-request-id": "643ebbd27fa109f1299c322064b5d9b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23730,7 +25880,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:44 GMT", + "Date": "Mon, 25 Oct 2021 06:28:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23739,31 +25889,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5176b0dc7158931b0d8a4d941be6dd60", - "x-ms-correlation-request-id": "50c1d57b-4ce9-4a79-add8-df5a6182b840", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26265", - "x-ms-ratelimit-remaining-subscription-reads": "11465", - "x-ms-request-id": "6b8ee5c4-2dc9-45d5-b2f9-dbc9d0881d7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062245Z:50c1d57b-4ce9-4a79-add8-df5a6182b840" + "x-ms-client-request-id": "643ebbd27fa109f1299c322064b5d9b5", + "x-ms-correlation-request-id": "0ac1a215-a292-4ce8-bfec-2ab9eae7b9b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27615", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "c3b390dd-a9e9-4e39-a420-70581f2907c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062852Z:0ac1a215-a292-4ce8-bfec-2ab9eae7b9b5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "785dca36f4afcb7b35a4c23ac9daca5e", + "x-ms-client-request-id": "5f8f80e9290e6d066ea0d3483e24432b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23772,7 +25922,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:44 GMT", + "Date": "Mon, 25 Oct 2021 06:28:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23781,31 +25931,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "785dca36f4afcb7b35a4c23ac9daca5e", - "x-ms-correlation-request-id": "012d10fd-cab0-426a-9458-2b26c00b0147", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26264", - "x-ms-ratelimit-remaining-subscription-reads": "11464", - "x-ms-request-id": "7ba22733-a3a6-4f59-824d-025f22734dba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062245Z:012d10fd-cab0-426a-9458-2b26c00b0147" + "x-ms-client-request-id": "5f8f80e9290e6d066ea0d3483e24432b", + "x-ms-correlation-request-id": "06530ef4-3e31-4157-bee6-ececd8eef155", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27614", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "86802a18-a2f0-44f5-bcda-803c0b625ac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062853Z:06530ef4-3e31-4157-bee6-ececd8eef155" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c25192eb-b525-46fc-b328-e6277e77973d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/da5210a1-6b7a-44e2-be48-8bfc64f1e0bf?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9497c995258154c3d07b18cba55238d4", + "x-ms-client-request-id": "cd0953a03e0a2b5d2ff9755c60518fc6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23814,7 +25964,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:44 GMT", + "Date": "Mon, 25 Oct 2021 06:28:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23823,41 +25973,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9497c995258154c3d07b18cba55238d4", - "x-ms-correlation-request-id": "5c6edd80-971a-478b-807f-e750ae0cc838", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26263", - "x-ms-ratelimit-remaining-subscription-reads": "11463", - "x-ms-request-id": "a593410c-9810-4148-9895-db1c4a29b3de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062245Z:5c6edd80-971a-478b-807f-e750ae0cc838" + "x-ms-client-request-id": "cd0953a03e0a2b5d2ff9755c60518fc6", + "x-ms-correlation-request-id": "ac0de33f-6740-4d44-8a25-28addb0c4c14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27613", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "77eaebb3-6000-470b-a1e9-e2bcc1d92ea6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062853Z:ac0de33f-6740-4d44-8a25-28addb0c4c14" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:22:01.2930539\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:22:45.4179211\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:28:06.2814254\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:28:53.0157594\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022c25192eb-b525-46fc-b328-e6277e77973d\u0022\r\n", + " \u0022name\u0022: \u0022da5210a1-6b7a-44e2-be48-8bfc64f1e0bf\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5fc7b9b37034e81035ab1cb4afe1ca33", + "x-ms-client-request-id": "4440dc9ee84fa91db4d0f601aba8cb05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "2510", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:45 GMT", + "Date": "Mon, 25 Oct 2021 06:28:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23866,25 +26016,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fc7b9b37034e81035ab1cb4afe1ca33", - "x-ms-correlation-request-id": "b82a9888-9244-48b9-ae74-0417771bd8c5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31885", - "x-ms-ratelimit-remaining-subscription-reads": "11462", - "x-ms-request-id": "c6ebf7c6-9139-472c-be30-668dd7b98bac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062245Z:b82a9888-9244-48b9-ae74-0417771bd8c5" + "x-ms-client-request-id": "4440dc9ee84fa91db4d0f601aba8cb05", + "x-ms-correlation-request-id": "af73af99-9ea4-4374-b83e-fc4ac0e816ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31982", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "1ffe0c31-4d66-4519-83b9-3faea4472bbd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062853Z:af73af99-9ea4-4374-b83e-fc4ac0e816ca" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVM-6601\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u0022cab7241c-0d48-4e1e-91dd-365ea2eeb77c\u0022,\r\n", + " \u0022vmId\u0022: \u0022f29c1650-929a-46a2-a996-48b5c7695913\u0022,\r\n", " \u0022hardwareProfile\u0022: {\r\n", " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", " },\r\n", @@ -23898,12 +26045,12 @@ " },\r\n", " \u0022osDisk\u0022: {\r\n", " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-6601_OsDisk_1_a3299e4a98804c3fa5056eef824a196f\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-6601_OsDisk_1_fdaafdfafb9b422f84764d001a81a7be\u0022,\r\n", " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", " \u0022managedDisk\u0022: {\r\n", " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/disks/testVM-6601_OsDisk_1_a3299e4a98804c3fa5056eef824a196f\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/disks/testVM-6601_OsDisk_1_fdaafdfafb9b422f84764d001a81a7be\u0022\r\n", " },\r\n", " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", " \u0022diskSizeGB\u0022: 30\r\n", @@ -23933,32 +26080,32 @@ " \u0022allowExtensionOperations\u0022: true,\r\n", " \u0022requireGuestProvisionSignal\u0022: true\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "51feefbf494f10df0609a734dbb025e2", + "x-ms-client-request-id": "117f06590cacaaaa23633014b4aa0c1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "2510", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:45 GMT", + "Date": "Mon, 25 Oct 2021 06:28:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23967,25 +26114,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51feefbf494f10df0609a734dbb025e2", - "x-ms-correlation-request-id": "777ef11a-e8d3-4b52-845f-eaf084557c83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3989,Microsoft.Compute/LowCostGet30Min;31884", - "x-ms-ratelimit-remaining-subscription-reads": "11461", - "x-ms-request-id": "49407e19-7093-4b14-96f2-464c17c5b603", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062246Z:777ef11a-e8d3-4b52-845f-eaf084557c83" + "x-ms-client-request-id": "117f06590cacaaaa23633014b4aa0c1c", + "x-ms-correlation-request-id": "8e11c5ea-fe26-4032-bdae-2d27721b73e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3989,Microsoft.Compute/LowCostGet30Min;31981", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "8eb93bb7-3fbb-4e27-b915-ccbeb40c81a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062853Z:8e11c5ea-fe26-4032-bdae-2d27721b73e8" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVM-6601\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/virtualMachines/testVM-6601\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u0022cab7241c-0d48-4e1e-91dd-365ea2eeb77c\u0022,\r\n", + " \u0022vmId\u0022: \u0022f29c1650-929a-46a2-a996-48b5c7695913\u0022,\r\n", " \u0022hardwareProfile\u0022: {\r\n", " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", " },\r\n", @@ -23999,12 +26143,12 @@ " },\r\n", " \u0022osDisk\u0022: {\r\n", " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-6601_OsDisk_1_a3299e4a98804c3fa5056eef824a196f\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-6601_OsDisk_1_fdaafdfafb9b422f84764d001a81a7be\u0022,\r\n", " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", " \u0022managedDisk\u0022: {\r\n", " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Compute/disks/testVM-6601_OsDisk_1_a3299e4a98804c3fa5056eef824a196f\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Compute/disks/testVM-6601_OsDisk_1_fdaafdfafb9b422f84764d001a81a7be\u0022\r\n", " },\r\n", " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", " \u0022diskSizeGB\u0022: 30\r\n", @@ -24034,7 +26178,7 @@ " \u0022allowExtensionOperations\u0022: true,\r\n", " \u0022requireGuestProvisionSignal\u0022: true\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3759\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8958/providers/Microsoft.Network/networkInterfaces/testNic-3205\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", " }\r\n", "}" @@ -24043,7 +26187,7 @@ ], "Variables": { "RandomSeed": "1006796541", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff().json index b6518c6ae4436..4847482883c35 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff().json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff().json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-3bc3318ff8295a4da04150485f84fe35-880faf818389af4f-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "90980644244020a6a81b588e7fa6c0d8", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:36 GMT", + "Date": "Mon, 25 Oct 2021 06:18:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f2d0ec7-70ad-4712-90fe-f7065f30b148", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "8f2d0ec7-70ad-4712-90fe-f7065f30b148", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061636Z:8f2d0ec7-70ad-4712-90fe-f7065f30b148" + "x-ms-correlation-request-id": "c45a2592-6fcc-456b-94d1-f262eb07813e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c45a2592-6fcc-456b-94d1-f262eb07813e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061809Z:c45a2592-6fcc-456b-94d1-f262eb07813e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-3637?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-3637?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-a4eea87cd24d954ca2c4b54c1abe9347-a52f79260000be49-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "a9812f6db8effb547d966e9c840cd204", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:36 GMT", + "Date": "Mon, 25 Oct 2021 06:18:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec844935-5785-42d3-aa8d-356f36eea602", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "ec844935-5785-42d3-aa8d-356f36eea602", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061637Z:ec844935-5785-42d3-aa8d-356f36eea602" + "x-ms-correlation-request-id": "be37dff0-3edf-4781-9ccb-79fb06db6ea0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "be37dff0-3edf-4781-9ccb-79fb06db6ea0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061810Z:be37dff0-3edf-4781-9ccb-79fb06db6ea0" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637", "name": "testRG-3637", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-38ab76e2c949c84b884ea181f8e8f31e-76569856bcd2a546-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "758cb07096397cf55ba006a646df3eea", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:37 GMT", + "Date": "Mon, 25 Oct 2021 06:18:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7f362ad-afe8-4841-856f-89eec89e9f08", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "f7f362ad-afe8-4841-856f-89eec89e9f08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061637Z:f7f362ad-afe8-4841-856f-89eec89e9f08" + "x-ms-correlation-request-id": "94ab6b3d-2c2d-4122-a056-d59f99693aee", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "94ab6b3d-2c2d-4122-a056-d59f99693aee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061812Z:94ab6b3d-2c2d-4122-a056-d59f99693aee" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,277 +8092,125 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,385 +8618,55 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-38ab76e2c949c84b884ea181f8e8f31e-0fa58fa3d4adc44f-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9a56b95fe016443ba70fb10c964cbb7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "testSubnet-4846", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/adc5e2d5-56ff-484e-8473-eb57ad6d2c19?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0aab4e48-b401-4caa-b14d-6593dc3be65a", - "x-ms-client-request-id": "9a56b95fe016443ba70fb10c964cbb7b", - "x-ms-correlation-request-id": "ca5430e4-4fa7-42c5-bedd-6152e5e75190", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "adc5e2d5-56ff-484e-8473-eb57ad6d2c19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061640Z:ca5430e4-4fa7-42c5-bedd-6152e5e75190" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-5660\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00229a176bed-a3d2-4422-b27a-4c3d673367bc\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223296bd4e-5307-4d8b-b2c0-0edb5174cebd\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-4846\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00229a176bed-a3d2-4422-b27a-4c3d673367bc\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/adc5e2d5-56ff-484e-8473-eb57ad6d2c19?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-38ab76e2c949c84b884ea181f8e8f31e-3359fa356caac44f-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "18ad995de0ad8f647448cd29e4e9e50f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "535ed7bc-8b98-4133-b685-9bbc7f998ec0", - "x-ms-client-request-id": "18ad995de0ad8f647448cd29e4e9e50f", - "x-ms-correlation-request-id": "c121cdd0-978f-4756-832a-e4c9b54e5f56", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "6c57170b-1e84-44f7-9175-3744eba14960", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061641Z:c121cdd0-978f-4756-832a-e4c9b54e5f56" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/adc5e2d5-56ff-484e-8473-eb57ad6d2c19?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-38ab76e2c949c84b884ea181f8e8f31e-75af97edfea8504f-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "017a8be4ea7767eac46be5a383874fd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfb5ca0b-18e5-4075-b5e2-1f5b1f6abffe", - "x-ms-client-request-id": "017a8be4ea7767eac46be5a383874fd0", - "x-ms-correlation-request-id": "7d71bb8a-b9bd-4686-a234-08946db1a5e8", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "91293c4b-1196-4012-8a21-0d8b8b474c79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061642Z:7d71bb8a-b9bd-4686-a234-08946db1a5e8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/adc5e2d5-56ff-484e-8473-eb57ad6d2c19?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-38ab76e2c949c84b884ea181f8e8f31e-c3f7f31b9a99c942-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "fdae22bfa39e4bcde0d7dfb82acc06cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b0f2798-42ca-45e5-bffc-3dae59fd85b6", - "x-ms-client-request-id": "fdae22bfa39e4bcde0d7dfb82acc06cb", - "x-ms-correlation-request-id": "d9d450b1-fe45-4b2c-b363-7a82ab959f3a", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "953d7fd1-5735-4ce5-a967-70fd383e1ffd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061643Z:d9d450b1-fe45-4b2c-b363-7a82ab959f3a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-38ab76e2c949c84b884ea181f8e8f31e-9390f228047a9343-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "69cf4d8e4e5c7317ae465441fac10ced", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:43 GMT", - "ETag": "W/\u0022ec5f9bc1-a13b-474c-86a9-8f911b65656d\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed71407f-fef4-4f71-92bc-ed402b8d03dd", - "x-ms-client-request-id": "69cf4d8e4e5c7317ae465441fac10ced", - "x-ms-correlation-request-id": "bdb8ae5a-0299-4b52-bff6-ebab72637043", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "f8ceec13-f8a5-44b2-8946-3b3ee6fee62e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061644Z:bdb8ae5a-0299-4b52-bff6-ebab72637043" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-5660\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022ec5f9bc1-a13b-474c-86a9-8f911b65656d\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223296bd4e-5307-4d8b-b2c0-0edb5174cebd\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-4846\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022ec5f9bc1-a13b-474c-86a9-8f911b65656d\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3990e191f3fd944cab1a9b1e76ca9d9f-f5337cfb59df734b-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3ac16afd70e7be412e219f0a323cf765", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "115076", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bddafae3-1abc-4a69-a8fb-3a3431e3cf22", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "bddafae3-1abc-4a69-a8fb-3a3431e3cf22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061644Z:bddafae3-1abc-4a69-a8fb-3a3431e3cf22" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" }, { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - }, - { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", + "resourceType": "expressRoutePorts", "locations": [ "West US", "East US", @@ -8906,17 +8692,21 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", "France Central", "Australia Central", - "South Africa North", "UAE North", + "South Africa North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -8944,1554 +8734,724 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "virtualNetworks/taggedTrafficConsumers", + "resourceType": "frontdoors", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-08-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "natGateways", + "resourceType": "frontdoors/frontendEndpoints", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "publicIPAddresses", + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "customIpPrefixes", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" + "2019-11-01" ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "networkInterfaces", + "resourceType": "networkManagers", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2019-11-01" ], + "defaultApiVersion": "2019-11-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "dscpConfigurations", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", "Southeast Asia", - "North Central US", + "East US SLV", "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", + "Norway West", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "Japan East", "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", + "Canada Central", "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "None" }, { - "resourceType": "privateEndpoints/privateLinkServiceProxies", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2019-11-01", "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a56b95fe016443ba70fb10c964cbb7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" + "subnets": [ + { + "name": "testSubnet-4846", + "properties": { + "addressPrefix": "10.0.2.0/24" } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/f433e87a-6709-4734-988c-a14b9365c4c7?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:18:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f5aa431b-6387-4577-a670-df5c3e136b0f", + "x-ms-client-request-id": "9a56b95fe016443ba70fb10c964cbb7b", + "x-ms-correlation-request-id": "edb08356-8724-429b-af8e-72eb485ccae6", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f433e87a-6709-4734-988c-a14b9365c4c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061816Z:edb08356-8724-429b-af8e-72eb485ccae6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-5660\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00225669a336-b4b8-4b37-8871-102cadd3bc8d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022744b7857-f876-4f98-8ec6-e8ef1b695e47\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-4846\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00225669a336-b4b8-4b37-8871-102cadd3bc8d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/f433e87a-6709-4734-988c-a14b9365c4c7?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "18ad995de0ad8f647448cd29e4e9e50f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:18:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2c0dac9c-bded-47a0-9948-948206629a16", + "x-ms-client-request-id": "18ad995de0ad8f647448cd29e4e9e50f", + "x-ms-correlation-request-id": "8b1da296-6ceb-40ee-b6ae-e4e2f5d21f6a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2394a079-39a9-4f8b-aad7-16868250582b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061816Z:8b1da296-6ceb-40ee-b6ae-e4e2f5d21f6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/f433e87a-6709-4734-988c-a14b9365c4c7?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "017a8be4ea7767eac46be5a383874fd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:18:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "60247bce-156a-4403-865f-db0fd7d90202", + "x-ms-client-request-id": "017a8be4ea7767eac46be5a383874fd0", + "x-ms-correlation-request-id": "1c9e7f31-0531-4c40-a529-bc2cd91cb896", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "cb01c4ed-ff4f-47d8-96e8-e0541520af02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061818Z:1c9e7f31-0531-4c40-a529-bc2cd91cb896" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fdae22bfa39e4bcde0d7dfb82acc06cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:18:17 GMT", + "ETag": "W/\u0022c82216a2-ff6b-4d2f-adf2-f61cba7facc2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5da98c42-0afb-44c0-a93e-f524612ea6e7", + "x-ms-client-request-id": "fdae22bfa39e4bcde0d7dfb82acc06cb", + "x-ms-correlation-request-id": "8780e94b-d505-4e93-92fe-35d0e8b1909a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c9bda7cd-8dc4-48b4-84aa-55fd8290c11a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061818Z:8780e94b-d505-4e93-92fe-35d0e8b1909a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-5660\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c82216a2-ff6b-4d2f-adf2-f61cba7facc2\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022744b7857-f876-4f98-8ec6-e8ef1b695e47\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-4846\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c82216a2-ff6b-4d2f-adf2-f61cba7facc2\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c69cf4d174eae73465441fac10cedf8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:18:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5a050c39-87f9-45b3-9a0a-f795f43b416d", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5a050c39-87f9-45b3-9a0a-f795f43b416d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061818Z:5a050c39-87f9-45b3-9a0a-f795f43b416d" + }, + "ResponseBody": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" }, { - "resourceType": "applicationSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" }, { - "resourceType": "serviceEndpointPolicies", + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", "locations": [ "West US", "East US", @@ -10527,7 +9487,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10561,87 +9523,45 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01" + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "routeTables", + "resourceType": "virtualNetworks/taggedTrafficConsumers", "locations": [ "West US", "East US", @@ -10677,7 +9597,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10746,10 +9668,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "publicIPPrefixes", + "resourceType": "natGateways", "locations": [ "West US", "East US", @@ -10785,7 +9707,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10810,10 +9734,7 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" + "2018-11-01" ], "defaultApiVersion": "2020-03-01", "zoneMappings": [ @@ -10821,24 +9742,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10849,8 +9770,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -10861,15 +9789,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -10877,32 +9813,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10913,40 +9849,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10957,107 +9893,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "ddosCustomPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers", + "resourceType": "publicIPAddresses", "locations": [ "West US", "East US", @@ -11093,7 +9961,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11148,10 +10018,209 @@ "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/connectionMonitors", + "resourceType": "customIpPrefixes", "locations": [ "West US", "East US", @@ -11187,7 +10256,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11198,39 +10269,198 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/flowLogs", + "resourceType": "networkInterfaces", "locations": [ "West US", "East US", @@ -11266,7 +10496,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11303,13 +10535,42 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01" + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/pingMeshes", + "resourceType": "dscpConfigurations", "locations": [ "West US", "East US", @@ -11345,7 +10606,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11356,39 +10619,13 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2020-06-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "virtualNetworkGateways", + "resourceType": "privateEndpoints", "locations": [ "West US", "East US", @@ -11424,7 +10661,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11447,56 +10686,143 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "localNetworkGateways", + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", "locations": [ "West US", "East US", @@ -11532,7 +10858,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11594,7 +10922,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11604,7 +10932,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "connections", + "resourceType": "networkSecurityGroups", "locations": [ "West US", "East US", @@ -11640,7 +10968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11702,7 +11032,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11712,7 +11042,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGateways", + "resourceType": "applicationSecurityGroups", "locations": [ "West US", "East US", @@ -11748,7 +11078,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11785,198 +11117,23 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, + "apiProfiles": [ { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" }, { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" } ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "resourceType": "serviceEndpointPolicies", "locations": [ "West US", "East US", @@ -12012,38 +11169,10 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12076,44 +11205,13 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-01-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operations", + "resourceType": "networkIntentPolicies", "locations": [ "West US", "East US", @@ -12142,6 +11240,7 @@ "Korea Central", "Korea South", "France Central", + "France South", "Australia Central", "South Africa North", "UAE North", @@ -12149,7 +11248,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12180,47 +11281,13 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-04-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operationResults", + "resourceType": "routeTables", "locations": [ "West US", "East US", @@ -12256,7 +11323,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12310,6 +11379,7 @@ "2015-05-01-preview", "2014-12-01-preview" ], + "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", @@ -12324,10 +11394,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/CheckDnsNameAvailability", + "resourceType": "publicIPPrefixes", "locations": [ "West US", "East US", @@ -12363,7 +11433,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12391,55 +11463,217 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ddosCustomPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", "Canada Central", "Canada East", "West Central US", @@ -12456,7 +11690,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12468,12 +11704,27 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01" + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/usages", + "resourceType": "networkWatchers", "locations": [ "West US", "East US", @@ -12509,7 +11760,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12563,24 +11816,11 @@ "2015-05-01-preview", "2014-12-01-preview" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "resourceType": "networkWatchers/connectionMonitors", "locations": [ "West US", "East US", @@ -12616,7 +11856,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12653,15 +11895,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableDelegations", + "resourceType": "networkWatchers/flowLogs", "locations": [ "West US", "East US", @@ -12697,7 +11937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12728,12 +11970,19 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/serviceTags", + "resourceType": "networkWatchers/pingMeshes", "locations": [ "West US", "East US", @@ -12769,7 +12018,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12792,12 +12043,27 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availablePrivateEndpointTypes", + "resourceType": "virtualNetworkGateways", "locations": [ "West US", "East US", @@ -12833,7 +12099,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12856,12 +12124,56 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableServiceAliases", + "resourceType": "localNetworkGateways", "locations": [ "West US", "East US", @@ -12897,7 +12209,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12916,12 +12230,60 @@ "2019-12-01", "2019-11-01", "2019-09-01", - "2019-08-01" + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/checkPrivateLinkServiceVisibility", + "resourceType": "connections", "locations": [ "West US", "East US", @@ -12957,7 +12319,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12979,12 +12343,57 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/autoApprovedPrivateLinkServices", + "resourceType": "applicationGateways", "locations": [ "West US", "East US", @@ -13020,7 +12429,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13042,73 +12453,234 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", "Southeast Asia", "North Central US", "South Central US", @@ -13138,7 +12710,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13152,49 +12726,24 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], + "resourceType": "locations", + "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -13224,12 +12773,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/setAzureNetworkManagerConfiguration", + "resourceType": "locations/operations", "locations": [ "West US", "East US", @@ -13265,7 +12849,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13274,12 +12860,69 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/getAzureNetworkManagerConfiguration", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", "locations": [ "West US", "East US", @@ -13315,7 +12958,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13324,12 +12969,69 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/checkAcceleratedNetworkingSupport", + "resourceType": "locations/CheckDnsNameAvailability", "locations": [ "West US", "East US", @@ -13365,7 +13067,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13396,12 +13100,33 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "capabilities": "None" }, { - "resourceType": "locations/validateResourceOwnership", + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", "locations": [ "West US", "East US", @@ -13437,7 +13162,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13449,31 +13176,12 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2020-05-01" ], "capabilities": "None" }, { - "resourceType": "locations/setResourceOwnership", + "resourceType": "locations/usages", "locations": [ "West US", "East US", @@ -13509,7 +13217,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13540,12 +13250,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/effectiveResourceOwnership", + "resourceType": "locations/virtualNetworkAvailableEndpointServices", "locations": [ "West US", "East US", @@ -13581,7 +13326,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13612,12 +13359,21 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" ], "capabilities": "None" }, { - "resourceType": "operations", + "resourceType": "locations/availableDelegations", "locations": [ "West US", "East US", @@ -13653,7 +13409,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13684,530 +13442,1516 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-04-01" ], "capabilities": "None" }, { - "resourceType": "dnszones", + "resourceType": "locations/serviceTags", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnsOperationStatuses", + "resourceType": "locations/availablePrivateEndpointTypes", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "getDnsResourceReference", + "resourceType": "locations/availableServiceAliases", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "internalNotify", + "resourceType": "locations/checkPrivateLinkServiceVisibility", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/A", + "resourceType": "locations/autoApprovedPrivateLinkServices", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/AAAA", + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CNAME", + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/PTR", + "resourceType": "locations/supportedVirtualMachineSizes", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/MX", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/TXT", + "resourceType": "locations/setAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SRV", + "resourceType": "locations/getAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SOA", + "resourceType": "locations/checkAcceleratedNetworkingSupport", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/NS", + "resourceType": "locations/validateResourceOwnership", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/recordsets", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/all", + "resourceType": "locations/setResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones", + "resourceType": "locations/effectiveResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", - "2018-09-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "privateDnsZones/virtualNetworkLinks", + "resourceType": "operations", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", - "2018-09-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "dnszones", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } ], - "defaultApiVersion": "2018-09-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "privateDnsOperationResults", + "resourceType": "dnsOperationResults", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsOperationStatuses", + "resourceType": "dnsOperationStatuses", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZonesInternal", + "resourceType": "getDnsResourceReference", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01" + "2018-05-01" ], - "defaultApiVersion": "2020-01-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/A", + "resourceType": "internalNotify", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/AAAA", + "resourceType": "dnszones/A", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/CNAME", + "resourceType": "dnszones/AAAA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/PTR", + "resourceType": "dnszones/CNAME", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/MX", + "resourceType": "dnszones/PTR", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/TXT", + "resourceType": "dnszones/MX", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/SRV", + "resourceType": "dnszones/TXT", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/SOA", + "resourceType": "dnszones/SRV", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/all", + "resourceType": "dnszones/SOA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "virtualNetworks/privateDnsZoneLinks", + "resourceType": "dnszones/NS", "locations": [ "global" ], "apiVersions": [ - "2020-06-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-06-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "trafficmanagerprofiles", + "resourceType": "dnszones/CAA", "locations": [ "global" ], "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "trafficmanagerprofiles/heatMaps", + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", "locations": [ "global" ], @@ -14305,7 +15049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14399,7 +15145,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14492,7 +15240,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14574,7 +15324,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14654,7 +15406,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14720,7 +15474,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14786,7 +15542,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14852,7 +15610,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14946,7 +15706,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15029,7 +15791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15108,7 +15872,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15185,7 +15951,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15246,7 +16014,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15325,7 +16095,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15404,7 +16176,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15473,7 +16247,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15508,7 +16284,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -15584,7 +16398,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15655,7 +16471,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15785,7 +16603,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15842,7 +16662,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15881,24 +16703,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15909,8 +16731,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -15921,15 +16750,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -15937,32 +16774,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15973,40 +16810,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -16017,32 +16854,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -16085,7 +16922,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16153,7 +16992,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16222,7 +17063,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16291,7 +17134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16346,7 +17191,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16427,7 +17274,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16462,28 +17311,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -16517,7 +17344,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -16537,309 +17364,157 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualRouters", + "resourceType": "virtualRouters", "locations": [ "UAE North", "Australia Central 2", @@ -16883,7 +17558,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -16947,7 +17624,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17005,7 +17684,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17070,7 +17751,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17130,7 +17813,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17195,7 +17880,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17203,7080 +17890,552 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "272", - "Content-Type": "application/json", - "traceparent": "00-3990e191f3fd944cab1a9b1e76ca9d9f-b02df06d21adef49-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b735151a74e50a703b4e584f8b511fcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846" - } - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8ad6ec87-a169-4180-b0c3-467a77114d1f?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1682", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d501d03-b4e3-4db9-a2ce-76504ab00407", - "x-ms-client-request-id": "b735151a74e50a703b4e584f8b511fcb", - "x-ms-correlation-request-id": "bfcfdb62-5923-4e44-8e96-483d9a5d0534", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "8ad6ec87-a169-4180-b0c3-467a77114d1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061648Z:bfcfdb62-5923-4e44-8e96-483d9a5d0534" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testNic-5498\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022bd873930-6bd1-47f2-8818-5e6bbe64946a\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00227b9050c8-3333-4623-a924-c4a84cc48499\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022bd873930-6bd1-47f2-8818-5e6bbe64946a\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022j04zmmqhkofu1mwab1nvc3goxf.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8ad6ec87-a169-4180-b0c3-467a77114d1f?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3990e191f3fd944cab1a9b1e76ca9d9f-76dd0b9327a93841-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "abe0dc5c36d68812f9b6ff9817f132dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f4823702-60c7-48b3-b160-f9245db9d15b", - "x-ms-client-request-id": "abe0dc5c36d68812f9b6ff9817f132dd", - "x-ms-correlation-request-id": "f6ea4dde-9ec0-4a75-b77b-9ffbcc6bba6d", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "e5bb3880-83be-4582-9d8d-1d869311cbb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061648Z:f6ea4dde-9ec0-4a75-b77b-9ffbcc6bba6d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3990e191f3fd944cab1a9b1e76ca9d9f-ee2eca60a7394d46-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7218d401950f8a206e58283a464393d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1682", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:48 GMT", - "ETag": "W/\u0022bd873930-6bd1-47f2-8818-5e6bbe64946a\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ad36a3f-0682-43a8-9f5a-f53c794431a9", - "x-ms-client-request-id": "7218d401950f8a206e58283a464393d2", - "x-ms-correlation-request-id": "28c20d7f-efd7-428c-9525-524d7e775df0", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "b94055eb-66c5-4e5d-88ad-66b5718e90a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061649Z:28c20d7f-efd7-428c-9525-524d7e775df0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testNic-5498\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022bd873930-6bd1-47f2-8818-5e6bbe64946a\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00227b9050c8-3333-4623-a924-c4a84cc48499\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022bd873930-6bd1-47f2-8818-5e6bbe64946a\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022j04zmmqhkofu1mwab1nvc3goxf.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274?api-version=2021-03-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "1185", - "Content-Type": "application/json", - "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "aef24ed27370bbf4ada4688d900ec59c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": { - "hardwareProfile": { - "vmSize": "Standard_F2" - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "osType": "Linux", - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } }, - "osProfile": { - "computerName": "testVM-8274", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "networkProfile": { - "networkInterfaces": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498", - "properties": { - "primary": true - } - } - ] - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "Cache-Control": "no-cache", - "Content-Length": "2369", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aef24ed27370bbf4ada4688d900ec59c", - "x-ms-correlation-request-id": "330cd5e2-5fe2-4939-9b2d-b0e04ea6c7f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1183", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "83c56c04-b911-47fb-bfdf-a7e0781f133b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061653Z:330cd5e2-5fe2-4939-9b2d-b0e04ea6c7f3" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVM-8274\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u002257066de1-9494-4861-ace7-cf46a286598b\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-8274\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c9c62c2383ff8e6cdf5cc56b2d92f960", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "35", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9c62c2383ff8e6cdf5cc56b2d92f960", - "x-ms-correlation-request-id": "9aa4f87d-a8fa-453b-9064-8d013a82af76", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27354", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "536bd9f8-48fc-4fd2-96dd-e254149a17ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061654Z:9aa4f87d-a8fa-453b-9064-8d013a82af76" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f5c18c92ef17c882542bf21a3675aed4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5c18c92ef17c882542bf21a3675aed4", - "x-ms-correlation-request-id": "95902cc3-37d6-4682-a527-6d2d71058345", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27353", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "813f07fd-68f9-406f-aaea-d0d2819abc55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061654Z:95902cc3-37d6-4682-a527-6d2d71058345" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "636ab161fc48f59de49dc3f3458e9929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "636ab161fc48f59de49dc3f3458e9929", - "x-ms-correlation-request-id": "30a3e22e-0a10-4c4b-a1e6-14a9c5318561", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27352", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "8b5234cc-05d8-43e7-8b9c-54e7d66dcd3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061654Z:30a3e22e-0a10-4c4b-a1e6-14a9c5318561" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "81ecdd5c4c16349fa9fe74d39051586a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81ecdd5c4c16349fa9fe74d39051586a", - "x-ms-correlation-request-id": "8ad7d327-b907-4201-a471-b29170088f4b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27351", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "acb6023b-84df-497f-9ebf-480c6250d3c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061654Z:8ad7d327-b907-4201-a471-b29170088f4b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7b09f0ae95289617eecc11792c8f82c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b09f0ae95289617eecc11792c8f82c5", - "x-ms-correlation-request-id": "1ee69d8c-b188-4da9-b855-908de298a7da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27350", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "c01c1d3f-80cd-4433-bbab-fe90a8c07628", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061655Z:1ee69d8c-b188-4da9-b855-908de298a7da" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "58bec9922d8915be1236b94a87ca6492", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58bec9922d8915be1236b94a87ca6492", - "x-ms-correlation-request-id": "34a89c5c-bc45-4327-bd5b-70fa3987a2fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27349", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "f54d29a9-2d72-43b0-8685-d88af310cf7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061655Z:34a89c5c-bc45-4327-bd5b-70fa3987a2fb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "544459451e85c600c556924a3a25081a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "544459451e85c600c556924a3a25081a", - "x-ms-correlation-request-id": "69226395-537c-4c7e-b116-6834ff5a65c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27348", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "0ccccbe9-9246-4858-8a53-9f7cc41c9a2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061656Z:69226395-537c-4c7e-b116-6834ff5a65c9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c741af7bff9281e132f368f2dbcd0e24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c741af7bff9281e132f368f2dbcd0e24", - "x-ms-correlation-request-id": "44f59a8f-fe5d-4413-a98e-308ce708db5d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27347", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "f8cd4ea8-6e6d-41c9-a48a-06981151a692", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061656Z:44f59a8f-fe5d-4413-a98e-308ce708db5d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d2347f682d4a733fc8f893339a73daed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2347f682d4a733fc8f893339a73daed", - "x-ms-correlation-request-id": "a762f2f5-d0d1-45ee-9542-ec850c73702b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27346", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "03841a67-b58f-449c-9996-76489715269c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061656Z:a762f2f5-d0d1-45ee-9542-ec850c73702b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d8ce9f2e9c8845ff78c32292b50eeaf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8ce9f2e9c8845ff78c32292b50eeaf7", - "x-ms-correlation-request-id": "ff1a3d3f-1901-4bd9-8d66-320e7d230a34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27345", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "0c2afc86-7071-4d5f-b45f-b95cad3fd316", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061656Z:ff1a3d3f-1901-4bd9-8d66-320e7d230a34" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "bbe16e4735f04dcf6fcdfe9a6cade7be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbe16e4735f04dcf6fcdfe9a6cade7be", - "x-ms-correlation-request-id": "6aed87f3-d342-49ab-8434-e2eaeb54114b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27344", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "4c2a0ab7-6cbb-48fe-b6b0-c9ff80797d4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061657Z:6aed87f3-d342-49ab-8434-e2eaeb54114b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3cc47b1836ffcb9b7fee5a870aadbdba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cc47b1836ffcb9b7fee5a870aadbdba", - "x-ms-correlation-request-id": "92ca4be3-1a55-47a3-bd92-accafcbd07fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27343", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "14497530-c3bc-400d-bd95-6c7156bb5a5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061657Z:92ca4be3-1a55-47a3-bd92-accafcbd07fa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "2beb9b0d1f91f8fcd08168bb9e65d9ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2beb9b0d1f91f8fcd08168bb9e65d9ca", - "x-ms-correlation-request-id": "376484d6-f4e0-493d-88ff-838d34889399", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27342", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "eb2e9d90-77ba-4d74-a5e6-8f6a3e0e99b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061657Z:376484d6-f4e0-493d-88ff-838d34889399" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3a7964dcae4a11f8d3163b02da4842c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a7964dcae4a11f8d3163b02da4842c1", - "x-ms-correlation-request-id": "9a84c236-3b59-4096-a3c0-bc10868b6811", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27341", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "96eefcca-8091-4301-b0e9-b00368cee2aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061657Z:9a84c236-3b59-4096-a3c0-bc10868b6811" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d18c440fbbc2f82c7fcb6c7ecde02c1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d18c440fbbc2f82c7fcb6c7ecde02c1a", - "x-ms-correlation-request-id": "ae80a76f-e024-4c40-bd96-7ada1e03076c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27340", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "e81e9b70-c88f-4635-bb38-e8ff60147a60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061658Z:ae80a76f-e024-4c40-bd96-7ada1e03076c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "a6aa901583345f6fa2da587be4f91e87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6aa901583345f6fa2da587be4f91e87", - "x-ms-correlation-request-id": "c84f2a74-7b71-4508-bd87-3e7594010288", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27339", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "3d9988a9-db6f-44f7-9344-ffcdf1319ee0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061658Z:c84f2a74-7b71-4508-bd87-3e7594010288" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5aaba73e08d821073880ba7e427a43f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5aaba73e08d821073880ba7e427a43f3", - "x-ms-correlation-request-id": "9f395f37-20a4-49ee-93c5-21764873760e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27337", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "76cbf494-be57-4c1a-94d7-85af51331228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061658Z:9f395f37-20a4-49ee-93c5-21764873760e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4aec21e99c9e8c8dd42c2ee863b11485", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4aec21e99c9e8c8dd42c2ee863b11485", - "x-ms-correlation-request-id": "96b56a89-bb9f-4142-bb2e-4a3580bcffa0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27336", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "9db05328-825b-4bed-909d-f40b4fd27a05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061658Z:96b56a89-bb9f-4142-bb2e-4a3580bcffa0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "253fe4add2340d4188896eb3c8f01d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "253fe4add2340d4188896eb3c8f01d28", - "x-ms-correlation-request-id": "0dbe813c-0109-4c99-a8c3-6058bb7ba20f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27335", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "289f6c59-5ad9-4380-92b8-fcd722c0ac15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061659Z:0dbe813c-0109-4c99-a8c3-6058bb7ba20f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c3916496d30da2e91a1f85abd91fbd87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3916496d30da2e91a1f85abd91fbd87", - "x-ms-correlation-request-id": "8e367c3a-9e87-4211-9c60-07077eee1760", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27334", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "a95e11bc-0e39-4ef0-b56e-8b143457d429", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061659Z:8e367c3a-9e87-4211-9c60-07077eee1760" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5dd1356b1d3a17bedfdec1142dd9c3e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dd1356b1d3a17bedfdec1142dd9c3e3", - "x-ms-correlation-request-id": "c39baf55-184f-43de-9d84-5d9b4be699d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27333", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "a9c8b3a1-10c5-4fbb-b0af-50357987df52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061659Z:c39baf55-184f-43de-9d84-5d9b4be699d6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "fe51050f511fd977fa9d0b154c953368", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe51050f511fd977fa9d0b154c953368", - "x-ms-correlation-request-id": "e07fd7e7-e343-4d26-b991-fa980001a1e0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27332", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "128b5a78-6f54-4fe0-917c-3ed739ec3d2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061659Z:e07fd7e7-e343-4d26-b991-fa980001a1e0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9347e7cbbf1f78eda67ae32e11d47440", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9347e7cbbf1f78eda67ae32e11d47440", - "x-ms-correlation-request-id": "fbc443aa-9531-47f7-a32a-bb6aa39672a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27331", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "139c8c4a-7ffc-4f3f-85cd-6977f61d09a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061700Z:fbc443aa-9531-47f7-a32a-bb6aa39672a1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d49ca25bbecd1a67bdf8639d12a8ca49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:16:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d49ca25bbecd1a67bdf8639d12a8ca49", - "x-ms-correlation-request-id": "dfeb5317-ce5d-45cc-acd7-45a5d6917fa5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27330", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "a121fcd7-47ef-4826-8e76-010cec1d9425", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061700Z:dfeb5317-ce5d-45cc-acd7-45a5d6917fa5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "464959ab30914fc417d858a56e49c725", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "464959ab30914fc417d858a56e49c725", - "x-ms-correlation-request-id": "d71ca488-f151-46ae-8bf2-af99710ece31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27329", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "e0617736-edf4-4283-8eeb-5564aa063777", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061700Z:d71ca488-f151-46ae-8bf2-af99710ece31" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "aab9ca285ff90d9a7f2dd5275c5066fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aab9ca285ff90d9a7f2dd5275c5066fd", - "x-ms-correlation-request-id": "cebf3f29-80dc-42af-935f-859eaf0a7d06", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27328", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "7d41ba5d-ab25-42f5-9f1e-e2052d66f8b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061700Z:cebf3f29-80dc-42af-935f-859eaf0a7d06" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b88399af2e8b2bafde4cbcf466c2ac74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b88399af2e8b2bafde4cbcf466c2ac74", - "x-ms-correlation-request-id": "875b17f1-7174-4b76-a864-d02c77c2c64e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27327", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "10982ae7-9ccd-4ef1-ac32-875f45ccfa30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061701Z:875b17f1-7174-4b76-a864-d02c77c2c64e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "47753d3020ee4b50be3cc6645a9df3c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47753d3020ee4b50be3cc6645a9df3c7", - "x-ms-correlation-request-id": "a9acac20-bc0b-4e26-afbc-83aeb1bbedbf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27326", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "7b902a58-5e8d-4b37-b516-a7d178620a54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061701Z:a9acac20-bc0b-4e26-afbc-83aeb1bbedbf" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d4f55a720ec6fa9a1b8eccaca3a5a6bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4f55a720ec6fa9a1b8eccaca3a5a6bd", - "x-ms-correlation-request-id": "676640b1-d8bd-4f2e-b0d8-9c299ba3f2b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27325", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "4e8785bd-355d-4662-8378-97455823caea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061701Z:676640b1-d8bd-4f2e-b0d8-9c299ba3f2b0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1ff661811fdb8e0f4837fa4f674bd041", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ff661811fdb8e0f4837fa4f674bd041", - "x-ms-correlation-request-id": "54f75ad8-73fb-4dd7-9c78-84b715830a54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27324", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "8716ef94-5be3-451d-b071-d4625141a2b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061701Z:54f75ad8-73fb-4dd7-9c78-84b715830a54" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0c82f459d7cc21ada27a2b6054a4a718", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c82f459d7cc21ada27a2b6054a4a718", - "x-ms-correlation-request-id": "e0ca134e-fa42-4b97-82df-a2ef5820bedd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27323", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "f9ec4ac2-b817-4d99-b047-ddef7bc200e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061702Z:e0ca134e-fa42-4b97-82df-a2ef5820bedd" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f9e20895d4a653ec4b668c8e144a92d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f9e20895d4a653ec4b668c8e144a92d0", - "x-ms-correlation-request-id": "4fa1f787-2bf5-495a-8de1-d15da82e7489", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27322", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "933099d8-b12e-489e-b8bc-37669c7ece1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061702Z:4fa1f787-2bf5-495a-8de1-d15da82e7489" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "af538abd9a23aaf1b3d57c60f3ae3aa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af538abd9a23aaf1b3d57c60f3ae3aa4", - "x-ms-correlation-request-id": "8d842890-c50b-44cd-98df-573fd1c901fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27321", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "d9dbe6cf-afe7-473c-a839-700867364f93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061702Z:8d842890-c50b-44cd-98df-573fd1c901fa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5fbae290d768859a072fc0654b1f0d58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fbae290d768859a072fc0654b1f0d58", - "x-ms-correlation-request-id": "ff3cd339-0fd3-41c4-ab64-56f5bf5e1826", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27320", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "26ae3b0f-098d-4298-887e-12637544a227", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061702Z:ff3cd339-0fd3-41c4-ab64-56f5bf5e1826" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c9a35be8f750fbf4173845d1588c5f9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9a35be8f750fbf4173845d1588c5f9c", - "x-ms-correlation-request-id": "8d41d301-caee-4148-be82-f8d710cb6f99", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27319", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "e7cdea15-5909-4233-af7d-fbc4aab23ef7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061702Z:8d41d301-caee-4148-be82-f8d710cb6f99" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "31fde72c3390e567f0cea8f3d98b5e93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31fde72c3390e567f0cea8f3d98b5e93", - "x-ms-correlation-request-id": "0705a65c-ae59-4dab-973f-53b4d0956304", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27318", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "3d03e3e3-2169-4073-a209-c4aba744abed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061703Z:0705a65c-ae59-4dab-973f-53b4d0956304" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "987723c7700b9853edbe472f92c92c7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "987723c7700b9853edbe472f92c92c7a", - "x-ms-correlation-request-id": "81ef814c-8d67-4b7c-adc3-7b9e11362190", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27317", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "7fe12d4c-1b87-42dd-a47f-ed816902fb44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061703Z:81ef814c-8d67-4b7c-adc3-7b9e11362190" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "633824d0db21b5c7f3bdd9824f01218b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "633824d0db21b5c7f3bdd9824f01218b", - "x-ms-correlation-request-id": "9a936b49-993f-49c1-bffb-3595f076a7b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27316", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "b05d8f47-3135-4e39-91dc-819cb93006d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061703Z:9a936b49-993f-49c1-bffb-3595f076a7b4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3409b1d9c614bc91936544d1eb385327", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3409b1d9c614bc91936544d1eb385327", - "x-ms-correlation-request-id": "eec29280-94b2-43ab-8c2a-6b73c51c2b82", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27315", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "15987627-d071-4b7d-87a2-e44b7fcfd799", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061703Z:eec29280-94b2-43ab-8c2a-6b73c51c2b82" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b4232da1fb52eb725cc2a54d97d148ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4232da1fb52eb725cc2a54d97d148ec", - "x-ms-correlation-request-id": "0b16b8be-83d3-49b4-aeea-1108cf6e3856", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27314", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "92d3dde6-7c73-4f02-af39-2a8d282eb082", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061704Z:0b16b8be-83d3-49b4-aeea-1108cf6e3856" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e056bb9df8bf0a66937cd0bc97f6c9ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e056bb9df8bf0a66937cd0bc97f6c9ba", - "x-ms-correlation-request-id": "1a9ce19e-d6e4-4273-8a8a-6a72332f14ca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27313", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "b6f67129-5200-4b39-8cb4-58c2ca7c6b6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061704Z:1a9ce19e-d6e4-4273-8a8a-6a72332f14ca" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "22e1b26a6cddde383f1ed852204324c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22e1b26a6cddde383f1ed852204324c2", - "x-ms-correlation-request-id": "60cff679-3573-4886-a20e-e4c4178b1e5b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27312", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "6c7a9eff-9e55-465f-a68b-bd3eaef19a7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061704Z:60cff679-3573-4886-a20e-e4c4178b1e5b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3034571c72e2a867c71921d62bb55466", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3034571c72e2a867c71921d62bb55466", - "x-ms-correlation-request-id": "1bdc695a-5c69-452d-8c6a-7d96425e7481", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27311", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "4cf8b3a7-bbd6-4dcd-b96f-155108b97544", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061704Z:1bdc695a-5c69-452d-8c6a-7d96425e7481" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e5e3eaf826ef300e8277a0a12013e94f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5e3eaf826ef300e8277a0a12013e94f", - "x-ms-correlation-request-id": "a6411fd0-5269-4717-a1eb-7ea2483f2392", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27310", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "d828c485-4af7-446e-a601-fb81360b3e95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061705Z:a6411fd0-5269-4717-a1eb-7ea2483f2392" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3f9f0d5899c1f7d84a385bc44a62b389", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f9f0d5899c1f7d84a385bc44a62b389", - "x-ms-correlation-request-id": "fd898b68-a94b-415e-b9a3-d7f57c6b659e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27309", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "9debc235-e6b8-4463-8049-b351b48843f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061705Z:fd898b68-a94b-415e-b9a3-d7f57c6b659e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "365a71c93f60f6d24904ad6ad1c688b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "365a71c93f60f6d24904ad6ad1c688b3", - "x-ms-correlation-request-id": "d793adfe-f8e7-493b-be98-bb81a31c750f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27308", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "717d2aa1-04e2-4730-a1c3-d6e4fccfdaee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061705Z:d793adfe-f8e7-493b-be98-bb81a31c750f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1d7ed23014165ea411eb9ab7ca4ae520", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d7ed23014165ea411eb9ab7ca4ae520", - "x-ms-correlation-request-id": "ba25759f-1625-48e6-b538-31780b1ca94d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27307", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "b554fda7-de56-4f50-a125-b13fac799901", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061705Z:ba25759f-1625-48e6-b538-31780b1ca94d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "aed717c3b3b918ef3aa9f6bdec6e2584", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aed717c3b3b918ef3aa9f6bdec6e2584", - "x-ms-correlation-request-id": "8055bcdc-ae70-4b55-ad1c-db77ce04d14d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27306", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "5e38a792-c7ba-442a-8814-99027f61e146", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061706Z:8055bcdc-ae70-4b55-ad1c-db77ce04d14d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7894a8b096e4b573cdfb2474a41b2bff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7894a8b096e4b573cdfb2474a41b2bff", - "x-ms-correlation-request-id": "52a94eea-5b03-49da-a252-a8c84da7c80d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27305", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "223c396b-7f96-481e-bd1d-5fb4b16966cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061706Z:52a94eea-5b03-49da-a252-a8c84da7c80d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "baa68d1ed9ee7cfae265e26c1ee672a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "baa68d1ed9ee7cfae265e26c1ee672a3", - "x-ms-correlation-request-id": "40a8a838-a493-4855-8d13-69af45ae121f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27304", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "d2db9ea9-bc31-4796-8ac8-012e7e332815", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061706Z:40a8a838-a493-4855-8d13-69af45ae121f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "220616c56cb52d3ba322e0bd8e7a741f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "220616c56cb52d3ba322e0bd8e7a741f", - "x-ms-correlation-request-id": "68d2f5d4-70dc-4f5e-8be1-17ac810f2d30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27303", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "97b080fe-f8f4-4f58-9f06-cbc4ae4fcbf9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061706Z:68d2f5d4-70dc-4f5e-8be1-17ac810f2d30" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5f9ef67d6bc7d695ad17967eb30696e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f9ef67d6bc7d695ad17967eb30696e6", - "x-ms-correlation-request-id": "57641007-8dd9-4ce7-9897-225283bfe8e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27302", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "fb94f894-6d0d-4176-9def-5d2bb590a765", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061707Z:57641007-8dd9-4ce7-9897-225283bfe8e9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8daf80890914b249517916ccf83cee68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8daf80890914b249517916ccf83cee68", - "x-ms-correlation-request-id": "d19a594a-b1c7-43d0-a7cb-dc93bc165f3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27301", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "634adeea-b38d-408c-9d27-b51cdb38781c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061707Z:d19a594a-b1c7-43d0-a7cb-dc93bc165f3c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "27efc3f0124759dc8130749ed6bc7a9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27efc3f0124759dc8130749ed6bc7a9c", - "x-ms-correlation-request-id": "ceff0914-3e55-40c6-97cd-d3e5114234b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27300", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "a64c2b0d-1c5e-4883-83dc-7fdf88e17809", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061707Z:ceff0914-3e55-40c6-97cd-d3e5114234b2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0e34fa8be7cb730aacec0e4d54c9de71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e34fa8be7cb730aacec0e4d54c9de71", - "x-ms-correlation-request-id": "c075e3a9-beae-481d-94db-40242267835b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27299", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "d01dc0d7-a87d-4f75-9bf6-708b8d9d437e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061707Z:c075e3a9-beae-481d-94db-40242267835b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "ef8e2d296e17769fa4550ce494abdb94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef8e2d296e17769fa4550ce494abdb94", - "x-ms-correlation-request-id": "e9e4f450-0741-4cf6-8ca7-e224b8290a3d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27298", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "09f831af-3892-4839-b913-da7a91ef6fad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061708Z:e9e4f450-0741-4cf6-8ca7-e224b8290a3d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "fe4079fee007099cb97b7a5a048e05b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe4079fee007099cb97b7a5a048e05b8", - "x-ms-correlation-request-id": "a883d1b6-1ac3-4b9c-ab91-e6c98b1d6b81", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27297", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "60e3ae5f-4590-4fc0-8920-865745e0bbee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061708Z:a883d1b6-1ac3-4b9c-ab91-e6c98b1d6b81" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "a87402528b2e1c855abd6975db25de01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a87402528b2e1c855abd6975db25de01", - "x-ms-correlation-request-id": "f26092fe-9c43-4d8e-8a6a-2f679cb10f1d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27296", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "6434bb80-6862-4d34-9fa6-a835a5dd9240", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061708Z:f26092fe-9c43-4d8e-8a6a-2f679cb10f1d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "da4f7911df88496a9184369bf4447215", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da4f7911df88496a9184369bf4447215", - "x-ms-correlation-request-id": "bb47ce8b-2d58-412e-9fe1-96dfbb10d93f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27295", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "1a7ae339-5c96-457d-813d-0795824f4e55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061708Z:bb47ce8b-2d58-412e-9fe1-96dfbb10d93f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9292534f33367365f423a34976262e93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9292534f33367365f423a34976262e93", - "x-ms-correlation-request-id": "6cefe739-1582-4f2a-8954-dc1d47dde674", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27294", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "7b04cdba-b1b3-4ee4-a03a-e697a99d9914", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061709Z:6cefe739-1582-4f2a-8954-dc1d47dde674" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8a49799d2a3f722f982b17aa55ea2816", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a49799d2a3f722f982b17aa55ea2816", - "x-ms-correlation-request-id": "d21ce91f-a428-4f5d-9e79-c8aaefdf09a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27293", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "cf4b41a7-fc5e-4382-a4d8-0c3b55e63862", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061709Z:d21ce91f-a428-4f5d-9e79-c8aaefdf09a9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8725544b4c93deca14dbe6643b20d36a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8725544b4c93deca14dbe6643b20d36a", - "x-ms-correlation-request-id": "669403f3-9c64-453a-9b8f-99abf8dccd7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27292", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "844a4616-5581-4e70-8b71-316942cda7b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061709Z:669403f3-9c64-453a-9b8f-99abf8dccd7c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7afea255e7fa25d6241ff90b1bbb1e09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7afea255e7fa25d6241ff90b1bbb1e09", - "x-ms-correlation-request-id": "3bc5e17f-12f8-4c35-b40e-b600e5a73988", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27291", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "c40cdf03-af6e-4185-bd9d-6bfa20cb552a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061709Z:3bc5e17f-12f8-4c35-b40e-b600e5a73988" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "21fd8dfba7005000ae6b766344ca3777", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21fd8dfba7005000ae6b766344ca3777", - "x-ms-correlation-request-id": "2dc7a011-28b9-41e7-a96a-1ecae354dcf8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27290", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "e35c252e-f74b-4189-9fb2-59c6b439e64c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061710Z:2dc7a011-28b9-41e7-a96a-1ecae354dcf8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b254ad58aeec641b7e00637353bfc258", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b254ad58aeec641b7e00637353bfc258", - "x-ms-correlation-request-id": "62ffe4af-4517-4b24-a739-3bf53a23f817", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27289", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "0a0b8e9c-6b4b-47c5-894e-52836c48d55d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061710Z:62ffe4af-4517-4b24-a739-3bf53a23f817" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "ae69dcbdb122ae69a1adcb8f7072e159", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae69dcbdb122ae69a1adcb8f7072e159", - "x-ms-correlation-request-id": "417a4944-92a7-4edd-b7aa-90137e4074c3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27288", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "5d5e48cf-39f4-4a72-8ea8-5ba493002dc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061710Z:417a4944-92a7-4edd-b7aa-90137e4074c3" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6eb381e86b664c1d7199a300448dfdef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6eb381e86b664c1d7199a300448dfdef", - "x-ms-correlation-request-id": "5413a51d-1f59-4619-81de-baef4c31e03b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27287", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "9dae5dab-ef44-4ef1-a328-b6b8249a0188", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061710Z:5413a51d-1f59-4619-81de-baef4c31e03b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "67a61da88961a65544a6113ee28cf30c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67a61da88961a65544a6113ee28cf30c", - "x-ms-correlation-request-id": "ad93ebe5-a0d1-4c31-9720-63289939a3d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27286", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "467c6612-109f-43bc-bcd1-9810446a62a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061711Z:ad93ebe5-a0d1-4c31-9720-63289939a3d4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d18a0a1f540c51f1bf1c3c890d696914", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d18a0a1f540c51f1bf1c3c890d696914", - "x-ms-correlation-request-id": "98f8c972-1e18-4e11-9936-3b159fca7f79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27285", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "556a089c-3880-4f07-8823-755e3531852a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061711Z:98f8c972-1e18-4e11-9936-3b159fca7f79" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "53e6dcb079cb5ff72c0c2ac05ade6ae5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53e6dcb079cb5ff72c0c2ac05ade6ae5", - "x-ms-correlation-request-id": "5b1d38fd-54e0-4b5e-a48a-ec858ac94211", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27284", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "42670ab4-c4cf-4a68-8f87-8628088b9870", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061711Z:5b1d38fd-54e0-4b5e-a48a-ec858ac94211" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3ae097a52b0353e32b55a7444ccb98db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ae097a52b0353e32b55a7444ccb98db", - "x-ms-correlation-request-id": "71c82fb5-413b-434d-b3d8-4895a32b4f5c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27283", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "4123eb58-abd3-4375-bf46-ae0af956393d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061711Z:71c82fb5-413b-434d-b3d8-4895a32b4f5c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "058dfd3ca0a5a540122aa4ff2a31f7e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "058dfd3ca0a5a540122aa4ff2a31f7e1", - "x-ms-correlation-request-id": "093e38da-0b58-4336-bfd5-b7d0fb233b45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27282", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "4ae0d925-24e5-4167-97e8-8eaca7e54c2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061712Z:093e38da-0b58-4336-bfd5-b7d0fb233b45" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "76e457b22f888410f9932776d2b31361", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76e457b22f888410f9932776d2b31361", - "x-ms-correlation-request-id": "ff2ec04b-5a20-44d1-a53e-4805e4bcb22e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27281", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "499e6f70-26cd-4a0b-8d4d-6ad59dbb12ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061712Z:ff2ec04b-5a20-44d1-a53e-4805e4bcb22e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5d834e736550043f563b27d886e329fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d834e736550043f563b27d886e329fa", - "x-ms-correlation-request-id": "0bf332eb-1f7a-4ee2-a791-580f72f05177", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27280", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "8c886618-9006-4308-9771-e6382608e4b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061712Z:0bf332eb-1f7a-4ee2-a791-580f72f05177" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f492c65d22e70c52ec080c1279cad35e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f492c65d22e70c52ec080c1279cad35e", - "x-ms-correlation-request-id": "078d5a18-8853-4a04-a574-0e18db507483", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27279", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "f86fa8bd-e8a4-4736-aba8-3fd1a66ef1e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061712Z:078d5a18-8853-4a04-a574-0e18db507483" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "db8c43179aae4c9017df204d0838fe15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db8c43179aae4c9017df204d0838fe15", - "x-ms-correlation-request-id": "85b50572-e26c-49e3-a0c6-8a08a5f13a83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27278", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "b133ba07-3b3c-4a5a-a301-74e5692ea9d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061713Z:85b50572-e26c-49e3-a0c6-8a08a5f13a83" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0b182d6a1e21517afc767047582d8b8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b182d6a1e21517afc767047582d8b8b", - "x-ms-correlation-request-id": "0580c064-1d70-40f8-bac7-af97b77aa7b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27277", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "c552d876-da01-4d82-8e90-a843e8d373a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061713Z:0580c064-1d70-40f8-bac7-af97b77aa7b1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "43c0c8674d57c34c3645dd07020504b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43c0c8674d57c34c3645dd07020504b3", - "x-ms-correlation-request-id": "c261c863-b95b-46e0-b2b6-b15410c0dcdf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27276", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "bf19c209-4068-41e4-b210-3d4d83a24fdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061713Z:c261c863-b95b-46e0-b2b6-b15410c0dcdf" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4ca8f70ac7b2f93dc93bdf372948f4ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ca8f70ac7b2f93dc93bdf372948f4ea", - "x-ms-correlation-request-id": "cbc79829-8195-4094-8723-dd10f44452a5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27275", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "16ce05ec-1be7-4a45-a652-cd453d5f114f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061713Z:cbc79829-8195-4094-8723-dd10f44452a5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3fe59453ba771cbee155d5db40724ef6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fe59453ba771cbee155d5db40724ef6", - "x-ms-correlation-request-id": "634917ab-6800-40ee-b20b-410da5d1b6fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27274", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "13ce5a2d-0271-4d2d-b573-5b61e9b5f6c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061714Z:634917ab-6800-40ee-b20b-410da5d1b6fc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "603cbc713f85a0d98bc77a1b6d1499ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "603cbc713f85a0d98bc77a1b6d1499ed", - "x-ms-correlation-request-id": "8652ba75-e17c-49b9-8bc0-af7b8fcdcace", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27273", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "5affc46d-aed4-4221-bebf-25ccd64cfd8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061714Z:8652ba75-e17c-49b9-8bc0-af7b8fcdcace" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6db4f250c520503c398b6b5df161b856", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6db4f250c520503c398b6b5df161b856", - "x-ms-correlation-request-id": "b9eb76a0-b84f-4c8f-9d3d-0448477f19ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27272", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "1ffa0fa5-5a25-4659-90e0-00a11456cf22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061714Z:b9eb76a0-b84f-4c8f-9d3d-0448477f19ee" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6dc5e8ec930b1464bb45b3b040a2aecc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6dc5e8ec930b1464bb45b3b040a2aecc", - "x-ms-correlation-request-id": "cfd39501-66fc-4e71-95bf-f7b9029c94e2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27271", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "e4630afb-c731-49de-8182-f567d9d3d41d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061714Z:cfd39501-66fc-4e71-95bf-f7b9029c94e2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4d8be8bbe1beacd680ec27f9d47bae29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d8be8bbe1beacd680ec27f9d47bae29", - "x-ms-correlation-request-id": "e8f1d09f-4664-4515-ae57-df4935c3c7ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27270", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "b1717333-38ba-42b6-ae19-d78ffc9cb5ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061715Z:e8f1d09f-4664-4515-ae57-df4935c3c7ba" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "852f230e2c4fbce18e9fb2da118b0f96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "852f230e2c4fbce18e9fb2da118b0f96", - "x-ms-correlation-request-id": "ce1b8574-9634-4f4b-a634-c09234d921c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27269", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "5c92bbb0-07b2-4f77-a6ad-cf6c0070d8d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061715Z:ce1b8574-9634-4f4b-a634-c09234d921c6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "09a19edc6ad60b981219ec1f6b6b403f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09a19edc6ad60b981219ec1f6b6b403f", - "x-ms-correlation-request-id": "a7cb2151-02be-4dc8-8d71-295911755ab2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27268", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "372b90d5-3a3d-4bfb-9df0-e2d38b1d8490", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061715Z:a7cb2151-02be-4dc8-8d71-295911755ab2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1da28a9729728e7c06cebf1e2efb9af4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1da28a9729728e7c06cebf1e2efb9af4", - "x-ms-correlation-request-id": "4dd1bd2b-707f-470b-b3bf-0bad7b3f56b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27267", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "9c509f59-ef76-477d-8d8a-c08cb44c0b85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061716Z:4dd1bd2b-707f-470b-b3bf-0bad7b3f56b2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "351d91dca4daa3528a24723640c25022", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "351d91dca4daa3528a24723640c25022", - "x-ms-correlation-request-id": "51d96b8b-1052-494b-a323-5e0f0de0e571", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27266", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "e47948cf-f283-451c-bf4d-5d7fe35f5c14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061716Z:51d96b8b-1052-494b-a323-5e0f0de0e571" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8743735ef2e9b22321120308aa79dc16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8743735ef2e9b22321120308aa79dc16", - "x-ms-correlation-request-id": "e0a77905-7620-43da-a724-beebdf61dfa8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27265", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "1eadaa40-0b14-44cd-a9ff-8976d47f8702", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061716Z:e0a77905-7620-43da-a724-beebdf61dfa8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "da42f77e0b4ef26537fe934eb7464e43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da42f77e0b4ef26537fe934eb7464e43", - "x-ms-correlation-request-id": "62f5dced-de1e-4359-ba3a-21b3b5bcdc2d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27264", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "d747c3fd-bf3b-40d9-b2b6-0a7eb72ac605", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061716Z:62f5dced-de1e-4359-ba3a-21b3b5bcdc2d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "bbbf9c7d12b8ea0b6d6a13c7a14af810", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbbf9c7d12b8ea0b6d6a13c7a14af810", - "x-ms-correlation-request-id": "12c8b13d-3106-481d-b260-f316128cbb54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27263", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "cc01a2dd-1dee-47a1-9e94-1934cb7912db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061717Z:12c8b13d-3106-481d-b260-f316128cbb54" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "48b75c47768053d40e5050eb5fd4fbdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48b75c47768053d40e5050eb5fd4fbdb", - "x-ms-correlation-request-id": "6eb93257-2eb4-4bd6-9032-c0c874c05533", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27262", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "ad389a70-7585-4cd2-b4db-67f77c3d1ce1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061717Z:6eb93257-2eb4-4bd6-9032-c0c874c05533" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0d8abfc421ba6c5dec576de3f89e51ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d8abfc421ba6c5dec576de3f89e51ec", - "x-ms-correlation-request-id": "27ac1e7e-74f0-4aef-bbb5-e4b06f12273b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;27261", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "1829d086-aece-41ca-b4e1-fdf51ac04370", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061717Z:27ac1e7e-74f0-4aef-bbb5-e4b06f12273b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5a078205068f07c3c86cad68c2208b98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a078205068f07c3c86cad68c2208b98", - "x-ms-correlation-request-id": "7ce4ebb0-930e-4047-9ae3-557cb3357095", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;27260", - "x-ms-ratelimit-remaining-subscription-reads": "11730", - "x-ms-request-id": "97f02807-62d5-4f9e-852e-340fd4c762da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061717Z:7ce4ebb0-930e-4047-9ae3-557cb3357095" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e102376eebc02556fe4b5c2908f15b6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e102376eebc02556fe4b5c2908f15b6f", - "x-ms-correlation-request-id": "642f94d9-08c3-4ac2-9c00-ca571201aff7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;27259", - "x-ms-ratelimit-remaining-subscription-reads": "11729", - "x-ms-request-id": "dd99251b-2583-4ec8-bac7-6e18c98f702e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061717Z:642f94d9-08c3-4ac2-9c00-ca571201aff7" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "dce663fea1cdbd4cfc83454d74f5aacc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dce663fea1cdbd4cfc83454d74f5aacc", - "x-ms-correlation-request-id": "0c2b8cf7-6cab-49d1-aa55-3c970e295bb1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;27258", - "x-ms-ratelimit-remaining-subscription-reads": "11728", - "x-ms-request-id": "8a6ea6c6-1f90-44b4-9c83-d46327d7a1f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061718Z:0c2b8cf7-6cab-49d1-aa55-3c970e295bb1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c075d4cb709b1a2c2ce25c43aa99fed7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c075d4cb709b1a2c2ce25c43aa99fed7", - "x-ms-correlation-request-id": "64949bdf-7b9c-4061-8925-abefe3544598", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;27257", - "x-ms-ratelimit-remaining-subscription-reads": "11727", - "x-ms-request-id": "20136f21-a288-4f7d-987b-93d0bb0e17ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061718Z:64949bdf-7b9c-4061-8925-abefe3544598" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "5e693d10af39cdcbeb45e53ca508b009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e693d10af39cdcbeb45e53ca508b009", - "x-ms-correlation-request-id": "a46f9c13-617f-408e-b228-138e43edbdfa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;27256", - "x-ms-ratelimit-remaining-subscription-reads": "11726", - "x-ms-request-id": "8c4a3883-4817-4672-bf87-bb61d9b1d73a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061718Z:a46f9c13-617f-408e-b228-138e43edbdfa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "345d90a19b7b8ed437cbb0ea44081362", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "345d90a19b7b8ed437cbb0ea44081362", - "x-ms-correlation-request-id": "2b0fcf2b-a816-484c-ab57-698ea3123461", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;27255", - "x-ms-ratelimit-remaining-subscription-reads": "11725", - "x-ms-request-id": "82cfc2ab-2c17-4580-8047-a94438f367d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061718Z:2b0fcf2b-a816-484c-ab57-698ea3123461" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "373c6e854b8b1c9209a8d4568bef7423", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "373c6e854b8b1c9209a8d4568bef7423", - "x-ms-correlation-request-id": "4eb94fb3-810f-4057-9c41-20616129600f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;27254", - "x-ms-ratelimit-remaining-subscription-reads": "11724", - "x-ms-request-id": "243c79ba-9810-453a-a9a0-29006ff22b83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061719Z:4eb94fb3-810f-4057-9c41-20616129600f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1aa25331ca3c755b68db276effe088e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1aa25331ca3c755b68db276effe088e3", - "x-ms-correlation-request-id": "0ab2b7af-1d9f-4c88-99ae-5ed0fea78edd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;27253", - "x-ms-ratelimit-remaining-subscription-reads": "11723", - "x-ms-request-id": "da0d7bc5-b264-4a41-a15b-7d5b5a8c9ae4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061719Z:0ab2b7af-1d9f-4c88-99ae-5ed0fea78edd" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "36b7823179cb557dfd412ad2c67e0247", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36b7823179cb557dfd412ad2c67e0247", - "x-ms-correlation-request-id": "48b21c48-5728-4ffd-8e85-ab8fbf93a65c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;27252", - "x-ms-ratelimit-remaining-subscription-reads": "11722", - "x-ms-request-id": "3ae0ff18-c2fb-43ea-9625-bc4a038fb466", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061719Z:48b21c48-5728-4ffd-8e85-ab8fbf93a65c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f1b98c56f965ba2612c7ceaf24241d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b98c56f965ba2612c7ceaf24241d28", - "x-ms-correlation-request-id": "662678c8-8e31-4891-8b57-ccdf3349d58e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;27251", - "x-ms-ratelimit-remaining-subscription-reads": "11721", - "x-ms-request-id": "84a1a528-79dc-4fa6-8183-65ee0a629e54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061719Z:662678c8-8e31-4891-8b57-ccdf3349d58e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0824f1203e38b757d54d1cfa9f88afea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0824f1203e38b757d54d1cfa9f88afea", - "x-ms-correlation-request-id": "98d445e0-c305-4da0-84ea-0e4689412b75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;27250", - "x-ms-ratelimit-remaining-subscription-reads": "11720", - "x-ms-request-id": "23664ce4-b6ed-44bd-a555-cc7a37af2567", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061720Z:98d445e0-c305-4da0-84ea-0e4689412b75" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7217dfd89627387d5cfc2304abcd31d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7217dfd89627387d5cfc2304abcd31d9", - "x-ms-correlation-request-id": "070c7c35-8b82-45e4-bdcf-e68363dc2457", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;27249", - "x-ms-ratelimit-remaining-subscription-reads": "11719", - "x-ms-request-id": "ada9375d-d8ae-495f-ab33-941d06ea1ba7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061720Z:070c7c35-8b82-45e4-bdcf-e68363dc2457" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d4b20124fa5a180e35011c18dd2b1b8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4b20124fa5a180e35011c18dd2b1b8a", - "x-ms-correlation-request-id": "78d80ce6-2101-46c5-9f08-67049510aafa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;27248", - "x-ms-ratelimit-remaining-subscription-reads": "11718", - "x-ms-request-id": "4504a4a3-408e-4c8c-bc7a-27fc02379adf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061720Z:78d80ce6-2101-46c5-9f08-67049510aafa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "44d6e417aa0c890174ecab3c1a530c07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44d6e417aa0c890174ecab3c1a530c07", - "x-ms-correlation-request-id": "aff8c8f6-a5ef-43f6-ac3a-1150019523be", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;27247", - "x-ms-ratelimit-remaining-subscription-reads": "11717", - "x-ms-request-id": "9829a327-a746-47ac-9e37-3a45b22e9e02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061720Z:aff8c8f6-a5ef-43f6-ac3a-1150019523be" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9dd6421bdad5de8fd1fe3d257a645b31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9dd6421bdad5de8fd1fe3d257a645b31", - "x-ms-correlation-request-id": "c163d8b5-44cc-4e48-bca1-9cea98465fd5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;27246", - "x-ms-ratelimit-remaining-subscription-reads": "11716", - "x-ms-request-id": "936bc0e3-771f-44cc-88fe-b8c70457dfd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061721Z:c163d8b5-44cc-4e48-bca1-9cea98465fd5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c7ec99e1ecf779cdff29606e4ed2fde2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7ec99e1ecf779cdff29606e4ed2fde2", - "x-ms-correlation-request-id": "b564dc1d-e82a-45ff-b5cd-fd5ddc57ee05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;27245", - "x-ms-ratelimit-remaining-subscription-reads": "11715", - "x-ms-request-id": "73aec811-0bbd-4e0f-b5b8-1b71bd84c06c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061721Z:b564dc1d-e82a-45ff-b5cd-fd5ddc57ee05" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9afc14f57d543cb454f8730d6ddc0f0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9afc14f57d543cb454f8730d6ddc0f0f", - "x-ms-correlation-request-id": "c5ca0995-87d5-4859-835b-575e441c3161", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;27244", - "x-ms-ratelimit-remaining-subscription-reads": "11714", - "x-ms-request-id": "62220039-53eb-4774-840e-770d23b7d9df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061721Z:c5ca0995-87d5-4859-835b-575e441c3161" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "815a7a9145662e10755c9eac7a218ffe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "815a7a9145662e10755c9eac7a218ffe", - "x-ms-correlation-request-id": "186d8acc-d009-40d9-8677-b25af96433d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;27243", - "x-ms-ratelimit-remaining-subscription-reads": "11713", - "x-ms-request-id": "a4a4db06-b664-4e5d-a96a-93afb9b8e284", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061721Z:186d8acc-d009-40d9-8677-b25af96433d0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "652f5b01c06763dce5af72fe79bf0c23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "652f5b01c06763dce5af72fe79bf0c23", - "x-ms-correlation-request-id": "973e2e19-fdac-4f98-b263-0a82eab591a6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;27242", - "x-ms-ratelimit-remaining-subscription-reads": "11712", - "x-ms-request-id": "796aef0c-2416-4426-9d18-15e3843a98a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061722Z:973e2e19-fdac-4f98-b263-0a82eab591a6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d4dc50197c77b07b04ce25f8df07c132", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4dc50197c77b07b04ce25f8df07c132", - "x-ms-correlation-request-id": "16eb4b85-e428-4f90-8cc2-e4c7be9a048a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;27241", - "x-ms-ratelimit-remaining-subscription-reads": "11711", - "x-ms-request-id": "6bddbf70-648e-432e-b68a-1efd9ce21627", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061722Z:16eb4b85-e428-4f90-8cc2-e4c7be9a048a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "120c7469aaadd0a89df79cb6d212b4b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "120c7469aaadd0a89df79cb6d212b4b6", - "x-ms-correlation-request-id": "03ff5540-fdc0-4aec-a4d8-54aec78d2c50", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;27240", - "x-ms-ratelimit-remaining-subscription-reads": "11710", - "x-ms-request-id": "29b296a8-3ec8-4472-9bbb-d0e4725deb64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061722Z:03ff5540-fdc0-4aec-a4d8-54aec78d2c50" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "2a937b50ba458486df7e61999be484dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a937b50ba458486df7e61999be484dd", - "x-ms-correlation-request-id": "58e06c93-0e80-433b-b8ab-00e7da58e8f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;27239", - "x-ms-ratelimit-remaining-subscription-reads": "11709", - "x-ms-request-id": "2a11d13e-5a15-4870-98b5-3e32a093e1b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061722Z:58e06c93-0e80-433b-b8ab-00e7da58e8f6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "059540eefab26f75a70c3780e0c5def1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "059540eefab26f75a70c3780e0c5def1", - "x-ms-correlation-request-id": "3e4f7b31-0b2f-4d0c-a3f3-11b6299ed200", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;27238", - "x-ms-ratelimit-remaining-subscription-reads": "11708", - "x-ms-request-id": "791d7cb6-4a82-479d-80ac-80319eaac8f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061723Z:3e4f7b31-0b2f-4d0c-a3f3-11b6299ed200" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "64a76f199774aeeded88322f480e35b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64a76f199774aeeded88322f480e35b8", - "x-ms-correlation-request-id": "77d72a93-217f-48eb-a896-bb338660b1d8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;27237", - "x-ms-ratelimit-remaining-subscription-reads": "11707", - "x-ms-request-id": "987baf17-a876-4f27-81cf-9f9bf17e2767", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061723Z:77d72a93-217f-48eb-a896-bb338660b1d8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "92c8be72af7d5603052383388206a319", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92c8be72af7d5603052383388206a319", - "x-ms-correlation-request-id": "25b2415d-226e-49ea-a7aa-741cc743bda4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;27236", - "x-ms-ratelimit-remaining-subscription-reads": "11706", - "x-ms-request-id": "44f2f407-fcb2-4b64-8fe0-58a5374d8008", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061723Z:25b2415d-226e-49ea-a7aa-741cc743bda4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "2c806fa0203c566952e6172ac7462698", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c806fa0203c566952e6172ac7462698", - "x-ms-correlation-request-id": "1b65f573-ea5e-435c-8b0f-a19a86dcac5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;27235", - "x-ms-ratelimit-remaining-subscription-reads": "11705", - "x-ms-request-id": "8385bbd3-7e94-494c-8938-05aa89804de0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061723Z:1b65f573-ea5e-435c-8b0f-a19a86dcac5a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "220e7ed74cfd69746b515e5014b42ce7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "220e7ed74cfd69746b515e5014b42ce7", - "x-ms-correlation-request-id": "72df0c1a-f2b4-4a49-9dec-18279113a86c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;27234", - "x-ms-ratelimit-remaining-subscription-reads": "11704", - "x-ms-request-id": "bba5e1c6-cd1c-439f-90c7-4210478f3ae4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061724Z:72df0c1a-f2b4-4a49-9dec-18279113a86c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d88e18e4088e527c54713f9698d98ebf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d88e18e4088e527c54713f9698d98ebf", - "x-ms-correlation-request-id": "58ff95c1-203d-4f62-b3ae-46c6ffd5a7fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;27233", - "x-ms-ratelimit-remaining-subscription-reads": "11703", - "x-ms-request-id": "c3d628f8-9563-4897-98eb-0c8c6f123bb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061724Z:58ff95c1-203d-4f62-b3ae-46c6ffd5a7fd" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0461eafd81f8541cfa16c0eac119429e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0461eafd81f8541cfa16c0eac119429e", - "x-ms-correlation-request-id": "1d69518d-cd31-4a16-b3aa-4fc41907e670", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;27232", - "x-ms-ratelimit-remaining-subscription-reads": "11702", - "x-ms-request-id": "bb338623-3911-4d7a-bf14-f6f5ea31e648", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061724Z:1d69518d-cd31-4a16-b3aa-4fc41907e670" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "af452fba4eb7ce0902bbcd8c0cded092", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af452fba4eb7ce0902bbcd8c0cded092", - "x-ms-correlation-request-id": "3e923cae-1c8d-49a7-a931-437ccfdde8da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;27231", - "x-ms-ratelimit-remaining-subscription-reads": "11701", - "x-ms-request-id": "fcd4d7bf-cff1-4a65-a539-0bb1b5fa6211", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061724Z:3e923cae-1c8d-49a7-a931-437ccfdde8da" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "29539fc3275263effc3ade784891903b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29539fc3275263effc3ade784891903b", - "x-ms-correlation-request-id": "bffb94c3-db42-48da-82d3-7a182e9f8230", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;27230", - "x-ms-ratelimit-remaining-subscription-reads": "11700", - "x-ms-request-id": "124168ea-cec2-4990-8db8-021ca3871c4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061725Z:bffb94c3-db42-48da-82d3-7a182e9f8230" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "69dca12edf93ae07e093013cb490471c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69dca12edf93ae07e093013cb490471c", - "x-ms-correlation-request-id": "449082ef-b00b-455e-b872-919062787de2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;27229", - "x-ms-ratelimit-remaining-subscription-reads": "11699", - "x-ms-request-id": "e23b7100-ec6a-4fb9-a6fc-634d0157bccb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061725Z:449082ef-b00b-455e-b872-919062787de2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "22272e4618c6924b3fe2b27c70918571", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22272e4618c6924b3fe2b27c70918571", - "x-ms-correlation-request-id": "b7ed894a-ac2d-441c-9b87-d78dc95c4a35", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;27228", - "x-ms-ratelimit-remaining-subscription-reads": "11698", - "x-ms-request-id": "f0538411-c37d-4fd1-b21a-7121a3ec7710", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061725Z:b7ed894a-ac2d-441c-9b87-d78dc95c4a35" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6b5d912b6701e4fe97a449bf25b3ae6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b5d912b6701e4fe97a449bf25b3ae6b", - "x-ms-correlation-request-id": "5c903730-0f38-4653-aaa4-413b4af48961", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;27227", - "x-ms-ratelimit-remaining-subscription-reads": "11697", - "x-ms-request-id": "a439450f-d961-459c-937c-97d59deb2c79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061725Z:5c903730-0f38-4653-aaa4-413b4af48961" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "1932c1f36d691575564a29b02c8b3e4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1932c1f36d691575564a29b02c8b3e4e", - "x-ms-correlation-request-id": "e0cacdcf-c0ab-48f0-9312-037ae6e21c4b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;27226", - "x-ms-ratelimit-remaining-subscription-reads": "11696", - "x-ms-request-id": "5e19d9c7-2cf6-4075-b309-9ececfbc5da2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061726Z:e0cacdcf-c0ab-48f0-9312-037ae6e21c4b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "2210900ddc32df1b2f438b21cf8c6c8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2210900ddc32df1b2f438b21cf8c6c8c", - "x-ms-correlation-request-id": "d2627af8-631f-478b-a03a-d7ecf44d03ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;27225", - "x-ms-ratelimit-remaining-subscription-reads": "11695", - "x-ms-request-id": "eeb98c12-d13e-4a6b-b944-83e5e7362a85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061726Z:d2627af8-631f-478b-a03a-d7ecf44d03ed" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "ae8947336c5fbd071b4715b73d4db70c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae8947336c5fbd071b4715b73d4db70c", - "x-ms-correlation-request-id": "66425be8-7470-45da-a334-c14a8f05ff9c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;27224", - "x-ms-ratelimit-remaining-subscription-reads": "11694", - "x-ms-request-id": "9a99ed6f-139e-49b7-a193-fc8b56ce69a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061726Z:66425be8-7470-45da-a334-c14a8f05ff9c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "94b1fb658ba21638a553ea26e25346c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94b1fb658ba21638a553ea26e25346c9", - "x-ms-correlation-request-id": "6f6fc137-e89d-4936-8655-b7c90b2d6eea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;27223", - "x-ms-ratelimit-remaining-subscription-reads": "11693", - "x-ms-request-id": "678b2068-f07b-4d3d-8547-509e2edcc89b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061726Z:6f6fc137-e89d-4936-8655-b7c90b2d6eea" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e57c9ddd8f01a1ef895306ebc764a2e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e57c9ddd8f01a1ef895306ebc764a2e1", - "x-ms-correlation-request-id": "792cde32-7308-4481-8bd6-3793c9a153e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;27222", - "x-ms-ratelimit-remaining-subscription-reads": "11692", - "x-ms-request-id": "85fb73be-d8b1-4b04-8cf3-0315a652b8d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061727Z:792cde32-7308-4481-8bd6-3793c9a153e8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d3bc7e8bd8daa8e90e72090c81e0dbc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3bc7e8bd8daa8e90e72090c81e0dbc8", - "x-ms-correlation-request-id": "3dd7b813-c3ed-40ff-a4a1-0924f301a7d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;27221", - "x-ms-ratelimit-remaining-subscription-reads": "11691", - "x-ms-request-id": "c736f06e-89c3-407f-9029-d13f6632015e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061727Z:3dd7b813-c3ed-40ff-a4a1-0924f301a7d0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9fda4b01d2d1d50b0c0f0a4f844d4f41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fda4b01d2d1d50b0c0f0a4f844d4f41", - "x-ms-correlation-request-id": "9da93a04-9871-462b-9503-3726763d2fea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;27220", - "x-ms-ratelimit-remaining-subscription-reads": "11690", - "x-ms-request-id": "9bf6af43-0d18-47e6-a58d-9d2e0ea8c932", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061727Z:9da93a04-9871-462b-9503-3726763d2fea" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "639b08b1729704efb4d4d68e86e21fa9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "639b08b1729704efb4d4d68e86e21fa9", - "x-ms-correlation-request-id": "ba8210bf-a3e6-4acf-aa3c-7160424c44d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;27219", - "x-ms-ratelimit-remaining-subscription-reads": "11689", - "x-ms-request-id": "ad7cba44-2634-4d5f-a6a0-9916b7d70882", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061727Z:ba8210bf-a3e6-4acf-aa3c-7160424c44d0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "7be93e780289b81073e6c7cacd9a23c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7be93e780289b81073e6c7cacd9a23c1", - "x-ms-correlation-request-id": "d0887e36-ae46-4891-bfe1-0ae22acfd280", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;27218", - "x-ms-ratelimit-remaining-subscription-reads": "11688", - "x-ms-request-id": "aab38fe1-0546-444c-9696-24db8c3deaca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061728Z:d0887e36-ae46-4891-bfe1-0ae22acfd280" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "795bc72377458e315bd5eafcfc7c4e29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "795bc72377458e315bd5eafcfc7c4e29", - "x-ms-correlation-request-id": "a7bd06d5-1130-472e-8279-67d2ea4ce58a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;27217", - "x-ms-ratelimit-remaining-subscription-reads": "11687", - "x-ms-request-id": "8d2c1839-95ca-420e-a6ae-c70143e04ce5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061728Z:a7bd06d5-1130-472e-8279-67d2ea4ce58a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "46d761f0d363aeb7f8e2f0b0aa24371a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46d761f0d363aeb7f8e2f0b0aa24371a", - "x-ms-correlation-request-id": "3f8d50c3-ab46-4bf5-9d6c-54d1c7977da0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;27216", - "x-ms-ratelimit-remaining-subscription-reads": "11686", - "x-ms-request-id": "eed98406-9a2c-4d88-8e14-0ff46cbcabf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061728Z:3f8d50c3-ab46-4bf5-9d6c-54d1c7977da0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "bf6b15b1a68700640d5a1fb41714bcf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf6b15b1a68700640d5a1fb41714bcf7", - "x-ms-correlation-request-id": "0d33a7af-fc73-48f1-84aa-a5f4517f08eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;27215", - "x-ms-ratelimit-remaining-subscription-reads": "11685", - "x-ms-request-id": "a519dfa3-3079-426a-a0db-2488b2f4548f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061728Z:0d33a7af-fc73-48f1-84aa-a5f4517f08eb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6cda9e97ddc24f5d0fad80628780e437", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cda9e97ddc24f5d0fad80628780e437", - "x-ms-correlation-request-id": "f49b9d91-fe99-483f-b526-5ab374b6deb3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;27214", - "x-ms-ratelimit-remaining-subscription-reads": "11684", - "x-ms-request-id": "3be439c8-51a1-440a-b150-d3e03cb82f53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061729Z:f49b9d91-fe99-483f-b526-5ab374b6deb3" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e74ad09d8f1149a2fcd63809b30396e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e74ad09d8f1149a2fcd63809b30396e4", - "x-ms-correlation-request-id": "25087e29-b56f-4937-9d88-3957794113dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;27213", - "x-ms-ratelimit-remaining-subscription-reads": "11683", - "x-ms-request-id": "31e5a86a-8714-4431-a767-2dba45946791", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061729Z:25087e29-b56f-4937-9d88-3957794113dc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0c18f925cb4ad457b81bb0d92501798c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c18f925cb4ad457b81bb0d92501798c", - "x-ms-correlation-request-id": "ec3e465f-38e6-4809-96f0-b202a8c0e308", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;27212", - "x-ms-ratelimit-remaining-subscription-reads": "11682", - "x-ms-request-id": "92da6788-eb95-4e47-bf13-bc0696b3dd17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061729Z:ec3e465f-38e6-4809-96f0-b202a8c0e308" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4616e876d5c908e5fb906feca4549b0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4616e876d5c908e5fb906feca4549b0b", - "x-ms-correlation-request-id": "7588b675-35d6-4d15-94a3-2a419dfbb7b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;27211", - "x-ms-ratelimit-remaining-subscription-reads": "11681", - "x-ms-request-id": "fc8359a4-67b7-49e4-ba86-15005b4ddc3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061729Z:7588b675-35d6-4d15-94a3-2a419dfbb7b0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8d3c9c16d768d2ec79762ff5dec823fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d3c9c16d768d2ec79762ff5dec823fa", - "x-ms-correlation-request-id": "cb3f85e5-3d88-4c38-aeb5-71671d6ccd7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27210", - "x-ms-ratelimit-remaining-subscription-reads": "11680", - "x-ms-request-id": "4e26c471-28f3-43da-93bd-49e8d7ca054e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061730Z:cb3f85e5-3d88-4c38-aeb5-71671d6ccd7d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "cb92ac5c4fec501a130f10b95b6b2f63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb92ac5c4fec501a130f10b95b6b2f63", - "x-ms-correlation-request-id": "e891a75a-2473-4849-8aec-cbeb6f5482cd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27209", - "x-ms-ratelimit-remaining-subscription-reads": "11679", - "x-ms-request-id": "66df72eb-8a7e-4fca-af38-8b7acc257e73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061730Z:e891a75a-2473-4849-8aec-cbeb6f5482cd" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "89c3a480ebc49f24fb44cd52a6f02a33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89c3a480ebc49f24fb44cd52a6f02a33", - "x-ms-correlation-request-id": "87c4aabb-933c-47ec-a963-3a0cafa5c616", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27208", - "x-ms-ratelimit-remaining-subscription-reads": "11678", - "x-ms-request-id": "3b2c27fe-8357-4e2d-b3b5-82585e90f606", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061730Z:87c4aabb-933c-47ec-a963-3a0cafa5c616" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f88f746ccfc1c71f81ec7a58c633770e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f88f746ccfc1c71f81ec7a58c633770e", - "x-ms-correlation-request-id": "2a871da3-40ec-4652-9103-b8391bdd73ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27207", - "x-ms-ratelimit-remaining-subscription-reads": "11677", - "x-ms-request-id": "94bde8b5-c530-45e6-9b67-96c30477cb29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061731Z:2a871da3-40ec-4652-9103-b8391bdd73ab" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "3974cb469a05703587f3cfa882c8aa22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3974cb469a05703587f3cfa882c8aa22", - "x-ms-correlation-request-id": "2b7b8a1c-a672-4892-9b8a-ffd6fb071225", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27206", - "x-ms-ratelimit-remaining-subscription-reads": "11676", - "x-ms-request-id": "9a03636b-9906-47c2-97e4-8ae1efd9f205", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061731Z:2b7b8a1c-a672-4892-9b8a-ffd6fb071225" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e64cdde537dbb0a285fb07d871ccd8c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e64cdde537dbb0a285fb07d871ccd8c8", - "x-ms-correlation-request-id": "b27e9f39-377a-48d1-9667-f6c330cfe023", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27205", - "x-ms-ratelimit-remaining-subscription-reads": "11675", - "x-ms-request-id": "cc6a8adb-5771-4135-9f74-313c3846c2ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061731Z:b27e9f39-377a-48d1-9667-f6c330cfe023" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "da0bbfccf07cd12d3e1e70ce007745b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da0bbfccf07cd12d3e1e70ce007745b9", - "x-ms-correlation-request-id": "13de9b95-ce0d-41f2-a4f4-657c18efad48", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27204", - "x-ms-ratelimit-remaining-subscription-reads": "11674", - "x-ms-request-id": "2091d18d-7203-40d9-9dba-a90ba82e86a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061731Z:13de9b95-ce0d-41f2-a4f4-657c18efad48" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e873584190e60e3229c3b409935dffbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e873584190e60e3229c3b409935dffbb", - "x-ms-correlation-request-id": "d2ef221a-cce6-412e-a6be-dc38569aea83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27203", - "x-ms-ratelimit-remaining-subscription-reads": "11673", - "x-ms-request-id": "aa0ee532-bb15-4c76-bd0c-f4ef239f929f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061732Z:d2ef221a-cce6-412e-a6be-dc38569aea83" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c3db071acfbcf4a6b07aa7bcc7d3b00e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3db071acfbcf4a6b07aa7bcc7d3b00e", - "x-ms-correlation-request-id": "bea4aff6-6be4-4119-bde6-c5a55907c959", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27202", - "x-ms-ratelimit-remaining-subscription-reads": "11672", - "x-ms-request-id": "392241b7-1950-4cb8-a5f4-d1922fcd96af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061732Z:bea4aff6-6be4-4119-bde6-c5a55907c959" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "19974eb6ef583be18cfcb1b83c243ee1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19974eb6ef583be18cfcb1b83c243ee1", - "x-ms-correlation-request-id": "4675e710-d901-468b-8158-89c523573acf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27201", - "x-ms-ratelimit-remaining-subscription-reads": "11671", - "x-ms-request-id": "002f25bc-8af5-4f1b-9898-fbc3bfbe88cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061732Z:4675e710-d901-468b-8158-89c523573acf" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f8b4b41f829b71fcb17e386ce9764755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8b4b41f829b71fcb17e386ce9764755", - "x-ms-correlation-request-id": "6ee73c81-02b2-4059-9a9b-6c2ba2f3a6e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27200", - "x-ms-ratelimit-remaining-subscription-reads": "11670", - "x-ms-request-id": "c1fc6554-f94d-44ab-9008-53b9c0cb5035", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061732Z:6ee73c81-02b2-4059-9a9b-6c2ba2f3a6e5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4552a513e6c52b62269f36c01eeeb88c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4552a513e6c52b62269f36c01eeeb88c", - "x-ms-correlation-request-id": "148f800f-3c57-47ba-b80c-a0b62283322e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27199", - "x-ms-ratelimit-remaining-subscription-reads": "11669", - "x-ms-request-id": "45508d7c-0366-4a3f-a812-733c9b308018", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061733Z:148f800f-3c57-47ba-b80c-a0b62283322e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "129dc53cb71f3472512567d9b6755216", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "129dc53cb71f3472512567d9b6755216", - "x-ms-correlation-request-id": "002cbeb8-640c-4666-acc8-edba048ae1b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27198", - "x-ms-ratelimit-remaining-subscription-reads": "11668", - "x-ms-request-id": "375a7f1e-8de9-4775-a990-26e58ef10c6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061733Z:002cbeb8-640c-4666-acc8-edba048ae1b5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "96a45bb5f8d1381c5289d2fc4b3c52c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96a45bb5f8d1381c5289d2fc4b3c52c2", - "x-ms-correlation-request-id": "32d1c427-e2f2-4fc2-8d2a-1b6e18e50f62", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27197", - "x-ms-ratelimit-remaining-subscription-reads": "11667", - "x-ms-request-id": "f66a1933-966b-4e3d-800e-e4013d12192e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061733Z:32d1c427-e2f2-4fc2-8d2a-1b6e18e50f62" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "232facc635d85c36331ef39f7e8974b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "232facc635d85c36331ef39f7e8974b0", - "x-ms-correlation-request-id": "a38f584b-ca96-4f2c-8186-0c0747ede975", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27196", - "x-ms-ratelimit-remaining-subscription-reads": "11666", - "x-ms-request-id": "af3fc9da-a26b-476a-922e-d9f0fb66b085", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061733Z:a38f584b-ca96-4f2c-8186-0c0747ede975" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c20a204c214944baa964c095e476e915", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c20a204c214944baa964c095e476e915", - "x-ms-correlation-request-id": "ce631c42-f38c-47a5-b960-9c78fbf63fd9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27195", - "x-ms-ratelimit-remaining-subscription-reads": "11665", - "x-ms-request-id": "e6592e1d-04f5-4b04-a610-c0728bf8a43f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061734Z:ce631c42-f38c-47a5-b960-9c78fbf63fd9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011?api-version=2021-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", + "Content-Length": "272", + "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0a13a4d22e45803d244863b3047cbac8", + "x-ms-client-request-id": "3ac16afd70e7be412e219f0a323cf765", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846" + } + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6309e1b0-8f1c-4cf7-be49-9542f875ca4e?api-version=2021-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1682", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:33 GMT", + "Date": "Mon, 25 Oct 2021 06:18:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24285,40 +18444,75 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a13a4d22e45803d244863b3047cbac8", - "x-ms-correlation-request-id": "b1423e2c-3b52-4ba6-be7a-0a7fcd63153d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27194", - "x-ms-ratelimit-remaining-subscription-reads": "11664", - "x-ms-request-id": "3f43ca1c-053d-49c9-b71c-cdb0d5ec7976", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061734Z:b1423e2c-3b52-4ba6-be7a-0a7fcd63153d" + "x-ms-arm-service-request-id": "87e8fa22-06fb-47d6-92f7-018c1cbaccf2", + "x-ms-client-request-id": "3ac16afd70e7be412e219f0a323cf765", + "x-ms-correlation-request-id": "47dacb44-c528-490e-8ae0-cc9878139b30", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "6309e1b0-8f1c-4cf7-be49-9542f875ca4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061821Z:47dacb44-c528-490e-8ae0-cc9878139b30" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u0022testNic-3011\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c7cb1926-d296-4511-a5e7-b7b1ecc55fdb\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022cc65e4a8-c377-49ea-abf3-8b042ed5fe76\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c7cb1926-d296-4511-a5e7-b7b1ecc55fdb\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022k32ew3dw5cme5dwg3dxrw0k4ih.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6309e1b0-8f1c-4cf7-be49-9542f875ca4e?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2aaf21149031a478f1eb7a7374a077bc", + "x-ms-client-request-id": "622dbff29044dda68eab2d2d77687c09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:33 GMT", + "Date": "Mon, 25 Oct 2021 06:18:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24327,40 +18521,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2aaf21149031a478f1eb7a7374a077bc", - "x-ms-correlation-request-id": "e15100c6-0df5-495f-a18b-1ba5216b9d5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27193", - "x-ms-ratelimit-remaining-subscription-reads": "11663", - "x-ms-request-id": "352e9d85-bb93-4ebd-9f26-984db4029408", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061734Z:e15100c6-0df5-495f-a18b-1ba5216b9d5a" + "x-ms-arm-service-request-id": "62d010b5-63d6-41a7-8858-e636414a9756", + "x-ms-client-request-id": "622dbff29044dda68eab2d2d77687c09", + "x-ms-correlation-request-id": "55276fa4-6b48-45ab-a7e3-66974d043f7c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "aa977912-aeea-4fdd-a733-787da911e0ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061822Z:55276fa4-6b48-45ab-a7e3-66974d043f7c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011?api-version=2021-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d9ccdd346a751e6be28a9e01be073f2d", + "x-ms-client-request-id": "abe0dc5c36d68812f9b6ff9817f132dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1682", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:34 GMT", + "Date": "Mon, 25 Oct 2021 06:18:21 GMT", + "ETag": "W/\u0022c7cb1926-d296-4511-a5e7-b7b1ecc55fdb\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24369,124 +18562,268 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9ccdd346a751e6be28a9e01be073f2d", - "x-ms-correlation-request-id": "a2b96465-3a91-4f42-bf41-d50797cedd08", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27192", - "x-ms-ratelimit-remaining-subscription-reads": "11662", - "x-ms-request-id": "b34959e5-61ea-46a0-b535-44e56765ff86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061734Z:a2b96465-3a91-4f42-bf41-d50797cedd08" + "x-ms-arm-service-request-id": "59fe5db6-141c-4fcf-98a5-c3214d48f64c", + "x-ms-client-request-id": "abe0dc5c36d68812f9b6ff9817f132dd", + "x-ms-correlation-request-id": "df8df873-70f6-456a-acd7-7b567599c28e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "39973828-d2d6-4eb9-b810-8be6b45341a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061822Z:df8df873-70f6-456a-acd7-7b567599c28e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u0022testNic-3011\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c7cb1926-d296-4511-a5e7-b7b1ecc55fdb\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022cc65e4a8-c377-49ea-abf3-8b042ed5fe76\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c7cb1926-d296-4511-a5e7-b7b1ecc55fdb\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/virtualNetworks/testVNet-5660/subnets/testSubnet-4846\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022k32ew3dw5cme5dwg3dxrw0k4ih.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274?api-version=2021-03-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", + "Content-Length": "1185", + "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c281f7aabec742e42b6e185ab4ca0b83", + "x-ms-client-request-id": "7218d401950f8a206e58283a464393d2", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": { + "hardwareProfile": { + "vmSize": "Standard_F2" + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "osType": "Linux", + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "osProfile": { + "computerName": "testVM-8274", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011", + "properties": { + "primary": true + } + } + ] + } + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2248", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:34 GMT", + "Date": "Mon, 25 Oct 2021 06:18:24 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c281f7aabec742e42b6e185ab4ca0b83", - "x-ms-correlation-request-id": "1d66dc9b-1e45-46ca-ab74-d7df7de9e945", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27191", - "x-ms-ratelimit-remaining-subscription-reads": "11661", - "x-ms-request-id": "d6e67db4-f706-4667-8437-53c389b8af1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061735Z:1d66dc9b-1e45-46ca-ab74-d7df7de9e945" + "x-ms-client-request-id": "7218d401950f8a206e58283a464393d2", + "x-ms-correlation-request-id": "9972f147-6f86-4145-af64-524cc66ec26f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "71334252-5842-4493-8544-86f677716248", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061825Z:9972f147-6f86-4145-af64-524cc66ec26f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u0022testVM-8274\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u00222be048e5-6158-4eeb-9749-07e152b33483\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-8274\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "267ea6d0e0afaa52b69047a6f177e5ea", + "x-ms-client-request-id": "a32b50780a4fc6fabb553d7e0dd842b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:34 GMT", + "Date": "Mon, 25 Oct 2021 06:18:25 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "35", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "267ea6d0e0afaa52b69047a6f177e5ea", - "x-ms-correlation-request-id": "03b7d13a-4efb-4130-a299-49aecf9df3d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27190", - "x-ms-ratelimit-remaining-subscription-reads": "11660", - "x-ms-request-id": "6c659395-51f0-4fe5-8121-034e5d53cdf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061735Z:03b7d13a-4efb-4130-a299-49aecf9df3d9" + "x-ms-client-request-id": "a32b50780a4fc6fabb553d7e0dd842b6", + "x-ms-correlation-request-id": "1790c07a-1c20-46ca-9b36-ce3cc0f75cab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14759,Microsoft.Compute/GetOperation30Min;29759", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c41350de-3ee8-41b7-9aea-3960958bdbe4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061826Z:1790c07a-1c20-46ca-9b36-ce3cc0f75cab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7dc84dacb51f75f4f989ad0751106a18", + "x-ms-client-request-id": "c9c62c2383ff8e6cdf5cc56b2d92f960", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:34 GMT", + "Date": "Mon, 25 Oct 2021 06:18:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24495,40 +18832,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dc84dacb51f75f4f989ad0751106a18", - "x-ms-correlation-request-id": "8047e5f8-fcdd-4a25-91db-fdafcba01975", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27189", - "x-ms-ratelimit-remaining-subscription-reads": "11659", - "x-ms-request-id": "25d5a0ab-b544-41b9-8e61-47f953db1b50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061735Z:8047e5f8-fcdd-4a25-91db-fdafcba01975" + "x-ms-client-request-id": "c9c62c2383ff8e6cdf5cc56b2d92f960", + "x-ms-correlation-request-id": "0bbb0ecc-97b5-486f-a774-98ccad0a87ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14758,Microsoft.Compute/GetOperation30Min;29758", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "09485070-1c8f-450d-bb2b-c0640a28fa99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061826Z:0bbb0ecc-97b5-486f-a774-98ccad0a87ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "18301a7f1888ca7da4d60b36773e51b4", + "x-ms-client-request-id": "f5c18c92ef17c882542bf21a3675aed4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:35 GMT", + "Date": "Mon, 25 Oct 2021 06:18:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24537,40 +18874,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18301a7f1888ca7da4d60b36773e51b4", - "x-ms-correlation-request-id": "8a3e7668-7024-4c1f-92b4-5c43007b67d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27188", - "x-ms-ratelimit-remaining-subscription-reads": "11658", - "x-ms-request-id": "c1f9f18d-604d-4889-a9ca-c00c3fe1aa9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061735Z:8a3e7668-7024-4c1f-92b4-5c43007b67d9" + "x-ms-client-request-id": "f5c18c92ef17c882542bf21a3675aed4", + "x-ms-correlation-request-id": "d82d2fcb-3354-4093-b51f-958473a57196", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14757,Microsoft.Compute/GetOperation30Min;29757", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "2d602e12-4eab-4e9a-a265-aaf1b478e665", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061826Z:d82d2fcb-3354-4093-b51f-958473a57196" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "66ae2e888e011b64b1082d25324b59a6", + "x-ms-client-request-id": "636ab161fc48f59de49dc3f3458e9929", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:35 GMT", + "Date": "Mon, 25 Oct 2021 06:18:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24579,40 +18916,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66ae2e888e011b64b1082d25324b59a6", - "x-ms-correlation-request-id": "8b6af9e2-76c8-44c5-9530-342bfab21b7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27187", - "x-ms-ratelimit-remaining-subscription-reads": "11657", - "x-ms-request-id": "c3b84477-e4f4-47cc-a229-386cbcd3894e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061736Z:8b6af9e2-76c8-44c5-9530-342bfab21b7d" + "x-ms-client-request-id": "636ab161fc48f59de49dc3f3458e9929", + "x-ms-correlation-request-id": "4fdaf63b-3789-4cdf-82f3-4de144953901", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14756,Microsoft.Compute/GetOperation30Min;29756", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "4fd952c7-acc4-4597-b68d-13a4ad3bee1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061826Z:4fdaf63b-3789-4cdf-82f3-4de144953901" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d7272f26cd469461cffed849a9befebb", + "x-ms-client-request-id": "81ecdd5c4c16349fa9fe74d39051586a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:35 GMT", + "Date": "Mon, 25 Oct 2021 06:18:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24621,40 +18958,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7272f26cd469461cffed849a9befebb", - "x-ms-correlation-request-id": "905d971e-3d4f-4bb7-ac7b-5119b252d5b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27186", - "x-ms-ratelimit-remaining-subscription-reads": "11656", - "x-ms-request-id": "09b34ebd-9a43-4e66-b10a-769067fe54b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061736Z:905d971e-3d4f-4bb7-ac7b-5119b252d5b1" + "x-ms-client-request-id": "81ecdd5c4c16349fa9fe74d39051586a", + "x-ms-correlation-request-id": "7ad443bf-a9a3-4ea3-9d84-e09eeb9d0afa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14755,Microsoft.Compute/GetOperation30Min;29755", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "1f9e9b21-6557-4e4d-b8a0-785dbefbfd9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061827Z:7ad443bf-a9a3-4ea3-9d84-e09eeb9d0afa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "237ef9380362f117b615667fea579759", + "x-ms-client-request-id": "7b09f0ae95289617eecc11792c8f82c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:35 GMT", + "Date": "Mon, 25 Oct 2021 06:18:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24663,40 +19000,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "237ef9380362f117b615667fea579759", - "x-ms-correlation-request-id": "c0b82e2d-2a7c-45b8-9bb4-d56a4af76a46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27185", - "x-ms-ratelimit-remaining-subscription-reads": "11655", - "x-ms-request-id": "27b55763-a51e-4891-8fd6-193ed45f6c99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061736Z:c0b82e2d-2a7c-45b8-9bb4-d56a4af76a46" + "x-ms-client-request-id": "7b09f0ae95289617eecc11792c8f82c5", + "x-ms-correlation-request-id": "917a04ff-b973-4ad9-9bf1-c6bf37f7b773", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14754,Microsoft.Compute/GetOperation30Min;29754", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7e155732-def8-4983-942b-b37774f75453", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061827Z:917a04ff-b973-4ad9-9bf1-c6bf37f7b773" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "480f657d7917ba6ecc1a9602b51a72f3", + "x-ms-client-request-id": "58bec9922d8915be1236b94a87ca6492", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:36 GMT", + "Date": "Mon, 25 Oct 2021 06:18:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24705,40 +19042,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "480f657d7917ba6ecc1a9602b51a72f3", - "x-ms-correlation-request-id": "fa74d163-2d3f-4ceb-b620-0e9d6dc7b908", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27184", - "x-ms-ratelimit-remaining-subscription-reads": "11654", - "x-ms-request-id": "89cae513-23f6-4aef-9541-abbdb0eec3d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061736Z:fa74d163-2d3f-4ceb-b620-0e9d6dc7b908" + "x-ms-client-request-id": "58bec9922d8915be1236b94a87ca6492", + "x-ms-correlation-request-id": "2327c381-faf0-4178-8cf0-4a6be95de069", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14753,Microsoft.Compute/GetOperation30Min;29753", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "f45249b7-9e16-47a3-95fa-4980947dc633", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061827Z:2327c381-faf0-4178-8cf0-4a6be95de069" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "39ec720a35cc23431736203067e1a977", + "x-ms-client-request-id": "544459451e85c600c556924a3a25081a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:36 GMT", + "Date": "Mon, 25 Oct 2021 06:18:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24747,40 +19084,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39ec720a35cc23431736203067e1a977", - "x-ms-correlation-request-id": "7a3019df-66db-48b6-af2a-c1ef6aedb026", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27183", - "x-ms-ratelimit-remaining-subscription-reads": "11653", - "x-ms-request-id": "10e7b4a6-7624-4fed-b775-506971b47d10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061737Z:7a3019df-66db-48b6-af2a-c1ef6aedb026" + "x-ms-client-request-id": "544459451e85c600c556924a3a25081a", + "x-ms-correlation-request-id": "a337f695-ac62-4ab2-8856-cb08677f7b22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14752,Microsoft.Compute/GetOperation30Min;29752", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "cf5266ca-36c3-4d50-89c1-3243fe10d9ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061827Z:a337f695-ac62-4ab2-8856-cb08677f7b22" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "43cb7f67b6aebea48ac456486c143b9b", + "x-ms-client-request-id": "c741af7bff9281e132f368f2dbcd0e24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:36 GMT", + "Date": "Mon, 25 Oct 2021 06:18:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24789,40 +19126,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43cb7f67b6aebea48ac456486c143b9b", - "x-ms-correlation-request-id": "939e9d0a-e2d4-443e-ac5e-16778de54790", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27182", - "x-ms-ratelimit-remaining-subscription-reads": "11652", - "x-ms-request-id": "78197045-89f3-4568-aaef-10d8ded1b21f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061737Z:939e9d0a-e2d4-443e-ac5e-16778de54790" + "x-ms-client-request-id": "c741af7bff9281e132f368f2dbcd0e24", + "x-ms-correlation-request-id": "842806f7-f89b-475a-a608-d322bdeb7526", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14751,Microsoft.Compute/GetOperation30Min;29751", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "dcef135d-f8f8-4274-b325-51739846eda3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061828Z:842806f7-f89b-475a-a608-d322bdeb7526" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "787573a35d6b478c22ec30e0583d53ea", + "x-ms-client-request-id": "d2347f682d4a733fc8f893339a73daed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:36 GMT", + "Date": "Mon, 25 Oct 2021 06:18:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24831,40 +19168,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "787573a35d6b478c22ec30e0583d53ea", - "x-ms-correlation-request-id": "0be37758-db5a-4174-840a-12b921f65f62", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27181", - "x-ms-ratelimit-remaining-subscription-reads": "11651", - "x-ms-request-id": "8dc52ed2-c727-44ee-90b5-625318df0771", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061737Z:0be37758-db5a-4174-840a-12b921f65f62" + "x-ms-client-request-id": "d2347f682d4a733fc8f893339a73daed", + "x-ms-correlation-request-id": "6b3da87a-a45a-46bd-9691-6208cf7a6fe9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14750,Microsoft.Compute/GetOperation30Min;29750", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "5e86507e-83a3-49c7-b08a-7f55dd26f44b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061828Z:6b3da87a-a45a-46bd-9691-6208cf7a6fe9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "369b1e702e4f5344cd2daf08dffbb603", + "x-ms-client-request-id": "d8ce9f2e9c8845ff78c32292b50eeaf7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:37 GMT", + "Date": "Mon, 25 Oct 2021 06:18:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24873,40 +19210,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "369b1e702e4f5344cd2daf08dffbb603", - "x-ms-correlation-request-id": "cacdbba0-2801-44b5-bd27-5483ccf4c529", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27180", - "x-ms-ratelimit-remaining-subscription-reads": "11650", - "x-ms-request-id": "5dfc1b03-6744-4ee3-8157-ed5ed7ae0370", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061737Z:cacdbba0-2801-44b5-bd27-5483ccf4c529" + "x-ms-client-request-id": "d8ce9f2e9c8845ff78c32292b50eeaf7", + "x-ms-correlation-request-id": "4d902cb9-19fe-45a8-94e7-14ae5ed83d71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14749,Microsoft.Compute/GetOperation30Min;29749", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "3a737c6a-b115-4f93-9cd7-219aa6b856be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061828Z:4d902cb9-19fe-45a8-94e7-14ae5ed83d71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f48d85fa306b090cf38321c186c3664d", + "x-ms-client-request-id": "bbe16e4735f04dcf6fcdfe9a6cade7be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:37 GMT", + "Date": "Mon, 25 Oct 2021 06:18:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24915,40 +19252,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f48d85fa306b090cf38321c186c3664d", - "x-ms-correlation-request-id": "6555ebe6-b521-4779-ab10-2adc953112db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27179", - "x-ms-ratelimit-remaining-subscription-reads": "11649", - "x-ms-request-id": "e94b5ce4-c2b2-416a-9f0e-2bf76c465c3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061738Z:6555ebe6-b521-4779-ab10-2adc953112db" + "x-ms-client-request-id": "bbe16e4735f04dcf6fcdfe9a6cade7be", + "x-ms-correlation-request-id": "c4f148ed-3c91-4234-adee-2fed0a16ca94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14748,Microsoft.Compute/GetOperation30Min;29748", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "d8e160a4-1f28-42db-ba1d-878cbf90a802", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061828Z:c4f148ed-3c91-4234-adee-2fed0a16ca94" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4ed76b700578744c2e22ab3dae836826", + "x-ms-client-request-id": "3cc47b1836ffcb9b7fee5a870aadbdba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:37 GMT", + "Date": "Mon, 25 Oct 2021 06:18:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24957,40 +19294,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ed76b700578744c2e22ab3dae836826", - "x-ms-correlation-request-id": "2562aa12-05a1-4580-9b85-f2b36692837a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27178", - "x-ms-ratelimit-remaining-subscription-reads": "11648", - "x-ms-request-id": "c6011950-df2f-4f02-bd95-7837f30a94c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061738Z:2562aa12-05a1-4580-9b85-f2b36692837a" + "x-ms-client-request-id": "3cc47b1836ffcb9b7fee5a870aadbdba", + "x-ms-correlation-request-id": "c76dbc1a-f4f7-4bf5-ba6e-51ccd3d8f41b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14747,Microsoft.Compute/GetOperation30Min;29747", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "239bb0fd-2dab-4f33-8e9c-05725c4ec508", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061829Z:c76dbc1a-f4f7-4bf5-ba6e-51ccd3d8f41b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d3e62c365eaf407e119242cb0c83cc0a", + "x-ms-client-request-id": "2beb9b0d1f91f8fcd08168bb9e65d9ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:37 GMT", + "Date": "Mon, 25 Oct 2021 06:18:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24999,40 +19336,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3e62c365eaf407e119242cb0c83cc0a", - "x-ms-correlation-request-id": "4440928a-cc3b-46a0-beac-9c8ee67af6b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27177", - "x-ms-ratelimit-remaining-subscription-reads": "11647", - "x-ms-request-id": "20ed5221-bfce-42cc-bbe5-40b17c6143b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061738Z:4440928a-cc3b-46a0-beac-9c8ee67af6b1" + "x-ms-client-request-id": "2beb9b0d1f91f8fcd08168bb9e65d9ca", + "x-ms-correlation-request-id": "529a0f74-7873-45d1-9bce-32b5fe9c75af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14746,Microsoft.Compute/GetOperation30Min;29746", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "08a869f8-6615-48f7-b13d-67c7402bcb2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061829Z:529a0f74-7873-45d1-9bce-32b5fe9c75af" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "739762c76723f58b3919c64985cf5a6f", + "x-ms-client-request-id": "3a7964dcae4a11f8d3163b02da4842c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:38 GMT", + "Date": "Mon, 25 Oct 2021 06:18:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25041,40 +19378,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "739762c76723f58b3919c64985cf5a6f", - "x-ms-correlation-request-id": "c441d544-8433-43c6-aa7c-77196dbe5a5d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27176", - "x-ms-ratelimit-remaining-subscription-reads": "11646", - "x-ms-request-id": "95330b8d-e04a-4a4e-bde2-2b927186fc1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061738Z:c441d544-8433-43c6-aa7c-77196dbe5a5d" + "x-ms-client-request-id": "3a7964dcae4a11f8d3163b02da4842c1", + "x-ms-correlation-request-id": "5b0c2656-e2ca-4d31-9ba1-5002d4c58642", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14745,Microsoft.Compute/GetOperation30Min;29745", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "40d90457-45f3-4b76-867c-3633101a2040", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061829Z:5b0c2656-e2ca-4d31-9ba1-5002d4c58642" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5a8bfa1b92dd119dec973ce5c28067ab", + "x-ms-client-request-id": "d18c440fbbc2f82c7fcb6c7ecde02c1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:38 GMT", + "Date": "Mon, 25 Oct 2021 06:18:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25083,40 +19420,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a8bfa1b92dd119dec973ce5c28067ab", - "x-ms-correlation-request-id": "e7c16d60-2c7f-4a64-be97-edd7825d6b72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27175", - "x-ms-ratelimit-remaining-subscription-reads": "11645", - "x-ms-request-id": "cb18b31c-6126-4968-99cd-976c9560cc70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061739Z:e7c16d60-2c7f-4a64-be97-edd7825d6b72" + "x-ms-client-request-id": "d18c440fbbc2f82c7fcb6c7ecde02c1a", + "x-ms-correlation-request-id": "18db9fb0-4645-40a0-ab87-5b27dba3f7ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14744,Microsoft.Compute/GetOperation30Min;29744", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "7d354af5-d981-4a29-962a-1956f190bf03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061830Z:18db9fb0-4645-40a0-ab87-5b27dba3f7ca" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c75a055f5ebce03a0f099969835bb42", + "x-ms-client-request-id": "a6aa901583345f6fa2da587be4f91e87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:38 GMT", + "Date": "Mon, 25 Oct 2021 06:18:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25125,40 +19462,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c75a055f5ebce03a0f099969835bb42", - "x-ms-correlation-request-id": "9985ee79-ed68-4780-be9a-e4b3a593f192", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27174", - "x-ms-ratelimit-remaining-subscription-reads": "11644", - "x-ms-request-id": "33b44c50-a128-4fda-a65c-06d3f6c59c54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061739Z:9985ee79-ed68-4780-be9a-e4b3a593f192" + "x-ms-client-request-id": "a6aa901583345f6fa2da587be4f91e87", + "x-ms-correlation-request-id": "2ce58f5b-4b5b-45ae-a1e7-fae31ce8d091", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14743,Microsoft.Compute/GetOperation30Min;29743", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "e8b671eb-7da6-4549-bbc9-a88e8792cc5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061830Z:2ce58f5b-4b5b-45ae-a1e7-fae31ce8d091" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "11b0d33872f8352dc485868c2ba633b9", + "x-ms-client-request-id": "5aaba73e08d821073880ba7e427a43f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:38 GMT", + "Date": "Mon, 25 Oct 2021 06:18:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25167,40 +19504,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11b0d33872f8352dc485868c2ba633b9", - "x-ms-correlation-request-id": "94c3bc57-26b7-4ab0-b877-7a5985576a5e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27173", - "x-ms-ratelimit-remaining-subscription-reads": "11643", - "x-ms-request-id": "f0c573ba-2f3d-42b4-b234-ed4196d7994e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061739Z:94c3bc57-26b7-4ab0-b877-7a5985576a5e" + "x-ms-client-request-id": "5aaba73e08d821073880ba7e427a43f3", + "x-ms-correlation-request-id": "c516fef4-9f13-49ab-87af-2aa6f4999278", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14742,Microsoft.Compute/GetOperation30Min;29742", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "5d9c92bd-2c5c-4bec-a0d0-fed5a29a6259", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061830Z:c516fef4-9f13-49ab-87af-2aa6f4999278" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e4f31bb10d592584f7bcb9ecf80679b7", + "x-ms-client-request-id": "4aec21e99c9e8c8dd42c2ee863b11485", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:39 GMT", + "Date": "Mon, 25 Oct 2021 06:18:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25209,40 +19546,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4f31bb10d592584f7bcb9ecf80679b7", - "x-ms-correlation-request-id": "ee595f09-752c-47dc-b9c6-9b9fe8e8ccca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27172", - "x-ms-ratelimit-remaining-subscription-reads": "11642", - "x-ms-request-id": "9dc96931-fe49-49c3-be34-6cf984bd384a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061739Z:ee595f09-752c-47dc-b9c6-9b9fe8e8ccca" + "x-ms-client-request-id": "4aec21e99c9e8c8dd42c2ee863b11485", + "x-ms-correlation-request-id": "e7b7e667-8362-4c95-aab2-2029bbfd803d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14741,Microsoft.Compute/GetOperation30Min;29741", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "61641b6b-b544-49bc-817a-ce651422ba73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061830Z:e7b7e667-8362-4c95-aab2-2029bbfd803d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eeacf9dc55cfe3b2734087656e77a3fa", + "x-ms-client-request-id": "253fe4add2340d4188896eb3c8f01d28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:39 GMT", + "Date": "Mon, 25 Oct 2021 06:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25251,40 +19588,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeacf9dc55cfe3b2734087656e77a3fa", - "x-ms-correlation-request-id": "3d19dc6f-c2cf-4728-8edc-71ec19475da6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27171", - "x-ms-ratelimit-remaining-subscription-reads": "11641", - "x-ms-request-id": "61c83234-2904-4c49-a497-41c8b75f1b99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061740Z:3d19dc6f-c2cf-4728-8edc-71ec19475da6" + "x-ms-client-request-id": "253fe4add2340d4188896eb3c8f01d28", + "x-ms-correlation-request-id": "3da058c1-76fd-469b-9eea-58e71058cf01", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14740,Microsoft.Compute/GetOperation30Min;29740", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "90c30f0f-2ab8-4ce0-81aa-8506cc2844f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061831Z:3da058c1-76fd-469b-9eea-58e71058cf01" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7de5e0bcd6412be94f8b1a3bb9403cbe", + "x-ms-client-request-id": "c3916496d30da2e91a1f85abd91fbd87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:39 GMT", + "Date": "Mon, 25 Oct 2021 06:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25293,40 +19630,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7de5e0bcd6412be94f8b1a3bb9403cbe", - "x-ms-correlation-request-id": "81609d1f-2cdc-4313-a4af-0894857733ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27170", - "x-ms-ratelimit-remaining-subscription-reads": "11640", - "x-ms-request-id": "0e6877ae-a69d-45ea-a599-0c451bf05818", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061740Z:81609d1f-2cdc-4313-a4af-0894857733ce" + "x-ms-client-request-id": "c3916496d30da2e91a1f85abd91fbd87", + "x-ms-correlation-request-id": "743c2fd1-8d93-4d28-b9bb-742f53cb51b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14739,Microsoft.Compute/GetOperation30Min;29739", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "7536836b-1fcd-4732-b83f-a0e4d3024be6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061831Z:743c2fd1-8d93-4d28-b9bb-742f53cb51b0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "32b0cf0c44f95be968107118851eb67f", + "x-ms-client-request-id": "5dd1356b1d3a17bedfdec1142dd9c3e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:39 GMT", + "Date": "Mon, 25 Oct 2021 06:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25335,40 +19672,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32b0cf0c44f95be968107118851eb67f", - "x-ms-correlation-request-id": "da24cdeb-1b2e-4180-ab69-06fe44587e47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27169", - "x-ms-ratelimit-remaining-subscription-reads": "11639", - "x-ms-request-id": "1ece820a-5a25-41c1-bc68-8818202e63da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061740Z:da24cdeb-1b2e-4180-ab69-06fe44587e47" + "x-ms-client-request-id": "5dd1356b1d3a17bedfdec1142dd9c3e3", + "x-ms-correlation-request-id": "d854ec56-e85f-4687-9ba7-b177648fa22e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14738,Microsoft.Compute/GetOperation30Min;29738", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "7554f465-2e39-4bca-8b69-d85bf9d8f416", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061831Z:d854ec56-e85f-4687-9ba7-b177648fa22e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1730be19fc21057510819f443b772a33", + "x-ms-client-request-id": "fe51050f511fd977fa9d0b154c953368", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:40 GMT", + "Date": "Mon, 25 Oct 2021 06:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25377,40 +19714,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1730be19fc21057510819f443b772a33", - "x-ms-correlation-request-id": "bcbe94a6-0e30-4cb9-99d0-792ca690cc65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27168", - "x-ms-ratelimit-remaining-subscription-reads": "11638", - "x-ms-request-id": "4a9d6baa-c903-44d8-ae8b-327ce30ec79f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061740Z:bcbe94a6-0e30-4cb9-99d0-792ca690cc65" + "x-ms-client-request-id": "fe51050f511fd977fa9d0b154c953368", + "x-ms-correlation-request-id": "740fbcdc-90c7-4cbf-a46f-e8beaf7e7526", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14737,Microsoft.Compute/GetOperation30Min;29737", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "eab10600-a58d-45c3-a89e-58f16e5fbf7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061831Z:740fbcdc-90c7-4cbf-a46f-e8beaf7e7526" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9f59c90471c67701f789153165d0a530", + "x-ms-client-request-id": "9347e7cbbf1f78eda67ae32e11d47440", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:40 GMT", + "Date": "Mon, 25 Oct 2021 06:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25419,40 +19756,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f59c90471c67701f789153165d0a530", - "x-ms-correlation-request-id": "87da48a7-0f3b-4ad4-9bcf-1b71745e23f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27167", - "x-ms-ratelimit-remaining-subscription-reads": "11637", - "x-ms-request-id": "dc69989d-cacd-4d63-bf20-e6cb1e4d56e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061741Z:87da48a7-0f3b-4ad4-9bcf-1b71745e23f6" + "x-ms-client-request-id": "9347e7cbbf1f78eda67ae32e11d47440", + "x-ms-correlation-request-id": "30e918c8-286c-4fb3-be52-4b0c0fe1678b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14736,Microsoft.Compute/GetOperation30Min;29736", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "6a157d58-2f36-4f24-a573-2d45ac785023", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061832Z:30e918c8-286c-4fb3-be52-4b0c0fe1678b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fa229ad42410109c59aa2177a5a420f1", + "x-ms-client-request-id": "d49ca25bbecd1a67bdf8639d12a8ca49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:40 GMT", + "Date": "Mon, 25 Oct 2021 06:18:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25461,40 +19798,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa229ad42410109c59aa2177a5a420f1", - "x-ms-correlation-request-id": "8880a4d8-e8c3-414d-b7b8-455c4d55398a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27166", - "x-ms-ratelimit-remaining-subscription-reads": "11636", - "x-ms-request-id": "11d0d9b8-b411-4c74-ad84-1498c6b2e86f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061741Z:8880a4d8-e8c3-414d-b7b8-455c4d55398a" + "x-ms-client-request-id": "d49ca25bbecd1a67bdf8639d12a8ca49", + "x-ms-correlation-request-id": "81b0e3e1-6c2e-46e1-814a-671006a1fc96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14735,Microsoft.Compute/GetOperation30Min;29735", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "fe799a5a-05cf-4bab-a2c8-db8ffafa9586", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061832Z:81b0e3e1-6c2e-46e1-814a-671006a1fc96" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bb143de617c5a8b8bdb82097e644a040", + "x-ms-client-request-id": "464959ab30914fc417d858a56e49c725", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:40 GMT", + "Date": "Mon, 25 Oct 2021 06:18:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25503,40 +19840,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb143de617c5a8b8bdb82097e644a040", - "x-ms-correlation-request-id": "2d0d9bf7-af72-44c4-9fda-e1ff20a85c19", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27165", - "x-ms-ratelimit-remaining-subscription-reads": "11635", - "x-ms-request-id": "7842cb86-1a1b-4d46-a144-1e6e10e1236c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061741Z:2d0d9bf7-af72-44c4-9fda-e1ff20a85c19" + "x-ms-client-request-id": "464959ab30914fc417d858a56e49c725", + "x-ms-correlation-request-id": "db5dcac7-efae-438a-b5c6-22e61f3f6f0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14734,Microsoft.Compute/GetOperation30Min;29734", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "f392163c-896c-41af-9c2f-4729af7d828d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061832Z:db5dcac7-efae-438a-b5c6-22e61f3f6f0f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a0706fdc2f54df232d48451c4f89d252", + "x-ms-client-request-id": "aab9ca285ff90d9a7f2dd5275c5066fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:41 GMT", + "Date": "Mon, 25 Oct 2021 06:18:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25545,40 +19882,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0706fdc2f54df232d48451c4f89d252", - "x-ms-correlation-request-id": "d13d89ad-a7a0-4a8e-9fa9-4223d28dd999", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27164", - "x-ms-ratelimit-remaining-subscription-reads": "11634", - "x-ms-request-id": "40983bab-a580-41bc-93e7-c5b9a676fd92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061741Z:d13d89ad-a7a0-4a8e-9fa9-4223d28dd999" + "x-ms-client-request-id": "aab9ca285ff90d9a7f2dd5275c5066fd", + "x-ms-correlation-request-id": "292e6bf9-7e78-48de-bf51-df66e2436d48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14733,Microsoft.Compute/GetOperation30Min;29733", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "1ab02516-45b8-4669-b029-cf2fd760d5c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061832Z:292e6bf9-7e78-48de-bf51-df66e2436d48" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "274a2469e9bbbc6ae17a3d5704042915", + "x-ms-client-request-id": "b88399af2e8b2bafde4cbcf466c2ac74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:41 GMT", + "Date": "Mon, 25 Oct 2021 06:18:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25587,40 +19924,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "274a2469e9bbbc6ae17a3d5704042915", - "x-ms-correlation-request-id": "7f383ac7-b740-4226-8db8-b6a232c57837", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27163", - "x-ms-ratelimit-remaining-subscription-reads": "11633", - "x-ms-request-id": "bfb3b425-b529-418a-aeb9-6288b1c247d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061742Z:7f383ac7-b740-4226-8db8-b6a232c57837" + "x-ms-client-request-id": "b88399af2e8b2bafde4cbcf466c2ac74", + "x-ms-correlation-request-id": "9938a4f7-4f67-4ac0-a45e-82ae31374a70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14732,Microsoft.Compute/GetOperation30Min;29732", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "c0d5ec52-9e77-4a97-b1dd-302586d294e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061833Z:9938a4f7-4f67-4ac0-a45e-82ae31374a70" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "369be10a8034b69c1a358e7dd19c5833", + "x-ms-client-request-id": "47753d3020ee4b50be3cc6645a9df3c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:41 GMT", + "Date": "Mon, 25 Oct 2021 06:18:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25629,40 +19966,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "369be10a8034b69c1a358e7dd19c5833", - "x-ms-correlation-request-id": "836536e5-6748-4688-860e-bc1050ff64fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27162", - "x-ms-ratelimit-remaining-subscription-reads": "11632", - "x-ms-request-id": "33b2c63c-06c8-4fac-9bd3-d39d96e592fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061742Z:836536e5-6748-4688-860e-bc1050ff64fb" + "x-ms-client-request-id": "47753d3020ee4b50be3cc6645a9df3c7", + "x-ms-correlation-request-id": "c5cb01e3-911b-4dc5-8b5c-cbc342fd4ccb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14731,Microsoft.Compute/GetOperation30Min;29731", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "bc5b7a53-4a30-4f2a-b036-0d5d1494998d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061833Z:c5cb01e3-911b-4dc5-8b5c-cbc342fd4ccb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c22ecee579f9f28404b3bed9f2cbdb28", + "x-ms-client-request-id": "d4f55a720ec6fa9a1b8eccaca3a5a6bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:41 GMT", + "Date": "Mon, 25 Oct 2021 06:18:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25671,40 +20008,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c22ecee579f9f28404b3bed9f2cbdb28", - "x-ms-correlation-request-id": "e93c980f-fd3a-4167-9c85-f981cd3b707e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27161", - "x-ms-ratelimit-remaining-subscription-reads": "11631", - "x-ms-request-id": "a097fb72-232c-4833-b8c6-4029292776db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061742Z:e93c980f-fd3a-4167-9c85-f981cd3b707e" + "x-ms-client-request-id": "d4f55a720ec6fa9a1b8eccaca3a5a6bd", + "x-ms-correlation-request-id": "7c7e8907-91d4-4a1f-83b0-a150c7ab8851", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14730,Microsoft.Compute/GetOperation30Min;29730", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "8a2ecba8-3627-421f-bc7d-0f187277c521", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061833Z:7c7e8907-91d4-4a1f-83b0-a150c7ab8851" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6e12301e9ceee91e87940c855bedea45", + "x-ms-client-request-id": "1ff661811fdb8e0f4837fa4f674bd041", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:42 GMT", + "Date": "Mon, 25 Oct 2021 06:18:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25713,40 +20050,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e12301e9ceee91e87940c855bedea45", - "x-ms-correlation-request-id": "bb7ebf62-da00-4181-a0f5-35dd29834858", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27160", - "x-ms-ratelimit-remaining-subscription-reads": "11630", - "x-ms-request-id": "a53fb5da-a01e-462e-942c-9d40ee5d5451", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061743Z:bb7ebf62-da00-4181-a0f5-35dd29834858" + "x-ms-client-request-id": "1ff661811fdb8e0f4837fa4f674bd041", + "x-ms-correlation-request-id": "b9e42569-12e5-4326-af86-55fd9b1cd9a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14729,Microsoft.Compute/GetOperation30Min;29729", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "0743165e-2d36-4428-a0ca-bf82a93d3800", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061833Z:b9e42569-12e5-4326-af86-55fd9b1cd9a3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3671092267d6901c5ca83180c2c2c44e", + "x-ms-client-request-id": "0c82f459d7cc21ada27a2b6054a4a718", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:42 GMT", + "Date": "Mon, 25 Oct 2021 06:18:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25755,40 +20092,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3671092267d6901c5ca83180c2c2c44e", - "x-ms-correlation-request-id": "ab275fc8-93a3-4418-8cd1-d8f4e761eea6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27159", - "x-ms-ratelimit-remaining-subscription-reads": "11629", - "x-ms-request-id": "42a453ba-56cd-4382-b3a0-6e480b4e7cce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061743Z:ab275fc8-93a3-4418-8cd1-d8f4e761eea6" + "x-ms-client-request-id": "0c82f459d7cc21ada27a2b6054a4a718", + "x-ms-correlation-request-id": "6dc29452-81c1-4753-9c44-2ebff74d8779", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14728,Microsoft.Compute/GetOperation30Min;29728", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "3af35feb-e35a-4d93-ae85-3146dfb4cfe4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061834Z:6dc29452-81c1-4753-9c44-2ebff74d8779" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a15e665aea8a4944af453b656cfe9616", + "x-ms-client-request-id": "f9e20895d4a653ec4b668c8e144a92d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:42 GMT", + "Date": "Mon, 25 Oct 2021 06:18:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25797,40 +20134,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a15e665aea8a4944af453b656cfe9616", - "x-ms-correlation-request-id": "9930ab2d-43e1-4193-af85-554bc718a3ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27158", - "x-ms-ratelimit-remaining-subscription-reads": "11628", - "x-ms-request-id": "279d9e4a-8163-4eaf-b485-69a52c22d56e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061743Z:9930ab2d-43e1-4193-af85-554bc718a3ae" + "x-ms-client-request-id": "f9e20895d4a653ec4b668c8e144a92d0", + "x-ms-correlation-request-id": "aa34ed0e-9420-4200-a7c6-089a9b6d4471", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14727,Microsoft.Compute/GetOperation30Min;29727", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "36040081-8580-4493-ba63-3c1e7817eae1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061834Z:aa34ed0e-9420-4200-a7c6-089a9b6d4471" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e8b778c9a559b751138111456a9d26c4", + "x-ms-client-request-id": "af538abd9a23aaf1b3d57c60f3ae3aa4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:42 GMT", + "Date": "Mon, 25 Oct 2021 06:18:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25839,40 +20176,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8b778c9a559b751138111456a9d26c4", - "x-ms-correlation-request-id": "a92245ed-d780-4fad-9f8c-2d98bcd474c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27157", - "x-ms-ratelimit-remaining-subscription-reads": "11627", - "x-ms-request-id": "e7a61a22-37a1-46f9-bfc3-7b66418ff3e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061743Z:a92245ed-d780-4fad-9f8c-2d98bcd474c6" + "x-ms-client-request-id": "af538abd9a23aaf1b3d57c60f3ae3aa4", + "x-ms-correlation-request-id": "0156fe53-7afb-4689-95b3-abf6d9fd87d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14726,Microsoft.Compute/GetOperation30Min;29726", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "2f6bf4b9-a208-4aa8-ba0e-e4060ac0f8f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061834Z:0156fe53-7afb-4689-95b3-abf6d9fd87d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f52bbdd0488f37bbc52886912bb7245d", + "x-ms-client-request-id": "5fbae290d768859a072fc0654b1f0d58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:43 GMT", + "Date": "Mon, 25 Oct 2021 06:18:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25881,40 +20218,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f52bbdd0488f37bbc52886912bb7245d", - "x-ms-correlation-request-id": "a5148179-dc15-4caa-bc90-7b644e3245f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27156", - "x-ms-ratelimit-remaining-subscription-reads": "11626", - "x-ms-request-id": "2ce37db4-a22c-4395-a21b-fa4acb4d79ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061744Z:a5148179-dc15-4caa-bc90-7b644e3245f0" + "x-ms-client-request-id": "5fbae290d768859a072fc0654b1f0d58", + "x-ms-correlation-request-id": "5be71988-f8ad-44be-beb8-87bb398cadf5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14725,Microsoft.Compute/GetOperation30Min;29725", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "5ccaaf48-86c6-4ed5-99ba-04dded238930", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061834Z:5be71988-f8ad-44be-beb8-87bb398cadf5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "49b71b11db0bb4f514a68d08d8fede11", + "x-ms-client-request-id": "c9a35be8f750fbf4173845d1588c5f9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:43 GMT", + "Date": "Mon, 25 Oct 2021 06:18:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25923,40 +20260,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49b71b11db0bb4f514a68d08d8fede11", - "x-ms-correlation-request-id": "2b3a66a3-d8f0-4387-bdcc-aaa94189b2b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27155", - "x-ms-ratelimit-remaining-subscription-reads": "11625", - "x-ms-request-id": "4cec391c-eb87-464d-9485-edb3628ea1d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061744Z:2b3a66a3-d8f0-4387-bdcc-aaa94189b2b4" + "x-ms-client-request-id": "c9a35be8f750fbf4173845d1588c5f9c", + "x-ms-correlation-request-id": "a10b255b-fd6a-448e-91a9-1fd26132dda3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14724,Microsoft.Compute/GetOperation30Min;29724", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "862c8761-e198-4417-89c8-6e6bfc465d71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061835Z:a10b255b-fd6a-448e-91a9-1fd26132dda3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae94761ea1d38086bd7f23311ec08b5c", + "x-ms-client-request-id": "31fde72c3390e567f0cea8f3d98b5e93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:43 GMT", + "Date": "Mon, 25 Oct 2021 06:18:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -25965,40 +20302,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae94761ea1d38086bd7f23311ec08b5c", - "x-ms-correlation-request-id": "7718094e-1b0a-4a8d-addd-5596ed2deabf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27154", - "x-ms-ratelimit-remaining-subscription-reads": "11624", - "x-ms-request-id": "d36547fa-3cef-45d8-b359-f65cb5ef6893", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061744Z:7718094e-1b0a-4a8d-addd-5596ed2deabf" + "x-ms-client-request-id": "31fde72c3390e567f0cea8f3d98b5e93", + "x-ms-correlation-request-id": "36c26c05-d22d-44d5-b12c-7de3f4558b66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14723,Microsoft.Compute/GetOperation30Min;29723", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "e3c847c3-b78a-4be0-a9fa-0a1cbec66ce0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061835Z:36c26c05-d22d-44d5-b12c-7de3f4558b66" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4f34b35cdde6f4b9c876e0e8bbb25ec6", + "x-ms-client-request-id": "987723c7700b9853edbe472f92c92c7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:43 GMT", + "Date": "Mon, 25 Oct 2021 06:18:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26007,40 +20344,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f34b35cdde6f4b9c876e0e8bbb25ec6", - "x-ms-correlation-request-id": "dd269f79-2adf-40b5-af3d-d219ff6d5a7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27153", - "x-ms-ratelimit-remaining-subscription-reads": "11623", - "x-ms-request-id": "acbef101-d10a-43d9-a0c6-180c3ae90234", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061744Z:dd269f79-2adf-40b5-af3d-d219ff6d5a7d" + "x-ms-client-request-id": "987723c7700b9853edbe472f92c92c7a", + "x-ms-correlation-request-id": "f3f28d49-c9af-4fcf-8cff-a38183a65a5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14722,Microsoft.Compute/GetOperation30Min;29722", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "c3678d9b-e191-4fcc-b987-e3969a4fb402", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061835Z:f3f28d49-c9af-4fcf-8cff-a38183a65a5d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b57274497622708a94368b8bb8c39654", + "x-ms-client-request-id": "633824d0db21b5c7f3bdd9824f01218b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:44 GMT", + "Date": "Mon, 25 Oct 2021 06:18:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26049,40 +20386,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b57274497622708a94368b8bb8c39654", - "x-ms-correlation-request-id": "f08d64ef-0924-4f97-9c31-4eb38e16cc5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27152", - "x-ms-ratelimit-remaining-subscription-reads": "11622", - "x-ms-request-id": "6be5e43d-d320-46f9-bcdc-8aa4ab86bea4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061745Z:f08d64ef-0924-4f97-9c31-4eb38e16cc5a" + "x-ms-client-request-id": "633824d0db21b5c7f3bdd9824f01218b", + "x-ms-correlation-request-id": "fda6a026-49de-4137-b3d8-e619e0226ef6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14721,Microsoft.Compute/GetOperation30Min;29721", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "344c26be-aa1d-419e-83c0-e5d751a895bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061835Z:fda6a026-49de-4137-b3d8-e619e0226ef6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "25ab301a8fca412bbda0e55cc09dc50a", + "x-ms-client-request-id": "3409b1d9c614bc91936544d1eb385327", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:44 GMT", + "Date": "Mon, 25 Oct 2021 06:18:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26091,40 +20428,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25ab301a8fca412bbda0e55cc09dc50a", - "x-ms-correlation-request-id": "95746044-2abf-401f-948f-c492bfb963f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27151", - "x-ms-ratelimit-remaining-subscription-reads": "11621", - "x-ms-request-id": "e35653dc-6f6a-4903-9d9e-6412911f1833", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061745Z:95746044-2abf-401f-948f-c492bfb963f1" + "x-ms-client-request-id": "3409b1d9c614bc91936544d1eb385327", + "x-ms-correlation-request-id": "5a67ec73-7139-418d-b881-90f374fe0b7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14720,Microsoft.Compute/GetOperation30Min;29720", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "c6d5bcbb-0e43-4b94-933c-0a8fff0308f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061836Z:5a67ec73-7139-418d-b881-90f374fe0b7c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aae75c21d64de63a29c4baaf512d3c04", + "x-ms-client-request-id": "b4232da1fb52eb725cc2a54d97d148ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:44 GMT", + "Date": "Mon, 25 Oct 2021 06:18:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26133,40 +20470,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aae75c21d64de63a29c4baaf512d3c04", - "x-ms-correlation-request-id": "90e5d4ae-fb52-423f-ad5f-639f0c9cbbc6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27150", - "x-ms-ratelimit-remaining-subscription-reads": "11620", - "x-ms-request-id": "e7f1607d-f3ac-4693-a6d0-61336042d3cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061745Z:90e5d4ae-fb52-423f-ad5f-639f0c9cbbc6" + "x-ms-client-request-id": "b4232da1fb52eb725cc2a54d97d148ec", + "x-ms-correlation-request-id": "05ff237a-7734-4227-b86a-126d50edd02d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14719,Microsoft.Compute/GetOperation30Min;29719", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "952493d7-8517-4745-ba1c-fb1a756160ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061836Z:05ff237a-7734-4227-b86a-126d50edd02d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8acd8ce03906b9fb4931f781902daff6", + "x-ms-client-request-id": "e056bb9df8bf0a66937cd0bc97f6c9ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:45 GMT", + "Date": "Mon, 25 Oct 2021 06:18:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26175,40 +20512,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8acd8ce03906b9fb4931f781902daff6", - "x-ms-correlation-request-id": "95bb1b76-9187-42da-9a72-6ec4e9576208", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27149", - "x-ms-ratelimit-remaining-subscription-reads": "11619", - "x-ms-request-id": "952d8333-7e6e-4357-9f25-f374d1d48b35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061745Z:95bb1b76-9187-42da-9a72-6ec4e9576208" + "x-ms-client-request-id": "e056bb9df8bf0a66937cd0bc97f6c9ba", + "x-ms-correlation-request-id": "61b56340-dc77-4e21-a2b8-4f76d9be10b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14718,Microsoft.Compute/GetOperation30Min;29718", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "8fe6bf16-98f8-4cdf-8b7a-54e96f830c81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061836Z:61b56340-dc77-4e21-a2b8-4f76d9be10b5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5b6a8171ebdc4406f6c4fb06d57bef8f", + "x-ms-client-request-id": "22e1b26a6cddde383f1ed852204324c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:45 GMT", + "Date": "Mon, 25 Oct 2021 06:18:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26217,40 +20554,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b6a8171ebdc4406f6c4fb06d57bef8f", - "x-ms-correlation-request-id": "565358db-6c02-4a1b-a7b0-8778549f1986", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27147", - "x-ms-ratelimit-remaining-subscription-reads": "11618", - "x-ms-request-id": "55559a42-888f-4df7-be8d-1adf925c1bcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061746Z:565358db-6c02-4a1b-a7b0-8778549f1986" + "x-ms-client-request-id": "22e1b26a6cddde383f1ed852204324c2", + "x-ms-correlation-request-id": "f50c491f-df75-4894-a07b-07106dacd7e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14717,Microsoft.Compute/GetOperation30Min;29717", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "0ab48572-65b7-40ac-b0c0-8baf6ffbe792", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061836Z:f50c491f-df75-4894-a07b-07106dacd7e6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "347be1633acfe704602e611bdeb956fb", + "x-ms-client-request-id": "3034571c72e2a867c71921d62bb55466", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:45 GMT", + "Date": "Mon, 25 Oct 2021 06:18:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26259,40 +20596,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "347be1633acfe704602e611bdeb956fb", - "x-ms-correlation-request-id": "d0400148-c3e7-4196-b067-a79c77c18126", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27146", - "x-ms-ratelimit-remaining-subscription-reads": "11617", - "x-ms-request-id": "c1216fba-21c6-4e3b-9205-6a6957e5af55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061746Z:d0400148-c3e7-4196-b067-a79c77c18126" + "x-ms-client-request-id": "3034571c72e2a867c71921d62bb55466", + "x-ms-correlation-request-id": "8af46e07-d0c1-44e4-8306-cbf508529530", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14716,Microsoft.Compute/GetOperation30Min;29716", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "9307e29a-a48b-4f3e-b311-b2ad6cce7452", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061837Z:8af46e07-d0c1-44e4-8306-cbf508529530" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d03dc314e1c3f428858994413df5e4cd", + "x-ms-client-request-id": "e5e3eaf826ef300e8277a0a12013e94f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:45 GMT", + "Date": "Mon, 25 Oct 2021 06:18:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26301,40 +20638,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d03dc314e1c3f428858994413df5e4cd", - "x-ms-correlation-request-id": "498803f3-50a2-4f29-af10-7ebd30760abd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27145", - "x-ms-ratelimit-remaining-subscription-reads": "11616", - "x-ms-request-id": "97d9bff7-f9e0-4873-991b-a1da79bc8688", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061746Z:498803f3-50a2-4f29-af10-7ebd30760abd" + "x-ms-client-request-id": "e5e3eaf826ef300e8277a0a12013e94f", + "x-ms-correlation-request-id": "4c2bee25-05e5-4b23-9504-6497ec9cd0d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14715,Microsoft.Compute/GetOperation30Min;29715", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "6eb3162f-5bf3-4eac-8676-ca68593b12f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061837Z:4c2bee25-05e5-4b23-9504-6497ec9cd0d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae1d67427ab137277c83faae8aeb653c", + "x-ms-client-request-id": "3f9f0d5899c1f7d84a385bc44a62b389", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:46 GMT", + "Date": "Mon, 25 Oct 2021 06:18:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26343,40 +20680,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae1d67427ab137277c83faae8aeb653c", - "x-ms-correlation-request-id": "105253fb-f6f6-470f-9d6b-668a38cd6858", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27144", - "x-ms-ratelimit-remaining-subscription-reads": "11615", - "x-ms-request-id": "d57e9188-040d-4e8c-bc49-9369eaa695e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061746Z:105253fb-f6f6-470f-9d6b-668a38cd6858" + "x-ms-client-request-id": "3f9f0d5899c1f7d84a385bc44a62b389", + "x-ms-correlation-request-id": "19ed42ed-8707-41cf-9b2a-9c52be1ba356", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14714,Microsoft.Compute/GetOperation30Min;29714", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "91e85a1f-870c-4eec-b434-6fa0b439934f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061837Z:19ed42ed-8707-41cf-9b2a-9c52be1ba356" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "12f1006e1f3d82ccb887ae46a6c2a96b", + "x-ms-client-request-id": "365a71c93f60f6d24904ad6ad1c688b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:46 GMT", + "Date": "Mon, 25 Oct 2021 06:18:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26385,40 +20722,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12f1006e1f3d82ccb887ae46a6c2a96b", - "x-ms-correlation-request-id": "343ed578-284a-4bf6-8640-6619ee326493", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27143", - "x-ms-ratelimit-remaining-subscription-reads": "11614", - "x-ms-request-id": "8ae0dc0d-66b6-4ef8-9cda-2eab3e7e13e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061747Z:343ed578-284a-4bf6-8640-6619ee326493" + "x-ms-client-request-id": "365a71c93f60f6d24904ad6ad1c688b3", + "x-ms-correlation-request-id": "7663eb0a-f287-4941-a097-cec038a70a5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14713,Microsoft.Compute/GetOperation30Min;29713", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "e7daed84-7185-4273-90c7-dc56414b95d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061837Z:7663eb0a-f287-4941-a097-cec038a70a5f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "76d99349a79b99499c06533fe77a6a9a", + "x-ms-client-request-id": "1d7ed23014165ea411eb9ab7ca4ae520", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:46 GMT", + "Date": "Mon, 25 Oct 2021 06:18:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26427,40 +20764,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76d99349a79b99499c06533fe77a6a9a", - "x-ms-correlation-request-id": "2b41ce9f-03d9-485b-a8ae-cbb1ed417191", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27142", - "x-ms-ratelimit-remaining-subscription-reads": "11613", - "x-ms-request-id": "bf427db2-0871-4f4b-b454-baf3f134f7ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061747Z:2b41ce9f-03d9-485b-a8ae-cbb1ed417191" + "x-ms-client-request-id": "1d7ed23014165ea411eb9ab7ca4ae520", + "x-ms-correlation-request-id": "d5bcaa88-0e83-4f0d-affb-d26b22318577", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14712,Microsoft.Compute/GetOperation30Min;29712", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "afe70178-71d2-4348-b433-901de2938cb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061838Z:d5bcaa88-0e83-4f0d-affb-d26b22318577" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3dd35723d10323909a9bf62acce090ba", + "x-ms-client-request-id": "aed717c3b3b918ef3aa9f6bdec6e2584", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:46 GMT", + "Date": "Mon, 25 Oct 2021 06:18:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26469,40 +20806,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3dd35723d10323909a9bf62acce090ba", - "x-ms-correlation-request-id": "0e9c97e1-48e3-4c07-987c-8b3fef35ad67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;27141", - "x-ms-ratelimit-remaining-subscription-reads": "11612", - "x-ms-request-id": "83dc7e5a-f02b-4b9d-81b2-3fc71b7eff49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061747Z:0e9c97e1-48e3-4c07-987c-8b3fef35ad67" + "x-ms-client-request-id": "aed717c3b3b918ef3aa9f6bdec6e2584", + "x-ms-correlation-request-id": "7af98ca4-668d-4bbb-8859-fcb7d42f0735", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14711,Microsoft.Compute/GetOperation30Min;29711", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "d3d057b5-6660-4543-8690-0791d0a0a47d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061838Z:7af98ca4-668d-4bbb-8859-fcb7d42f0735" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f6648ed9ef12c6a1b6577536cb8d9a3e", + "x-ms-client-request-id": "7894a8b096e4b573cdfb2474a41b2bff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:47 GMT", + "Date": "Mon, 25 Oct 2021 06:18:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26511,40 +20848,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6648ed9ef12c6a1b6577536cb8d9a3e", - "x-ms-correlation-request-id": "bb54b706-8305-4dfc-9d00-a1151a263a86", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;27140", - "x-ms-ratelimit-remaining-subscription-reads": "11611", - "x-ms-request-id": "6e76054c-6ed3-42ef-b7b2-4b5fb810ad9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061747Z:bb54b706-8305-4dfc-9d00-a1151a263a86" + "x-ms-client-request-id": "7894a8b096e4b573cdfb2474a41b2bff", + "x-ms-correlation-request-id": "b5b951a5-74c2-4292-9d5e-a75bc687c6c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14710,Microsoft.Compute/GetOperation30Min;29710", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "1510039d-d336-493f-8b5c-83143dba4590", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061838Z:b5b951a5-74c2-4292-9d5e-a75bc687c6c7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4f22141c6bee786703b6dbffb11ecdbb", + "x-ms-client-request-id": "baa68d1ed9ee7cfae265e26c1ee672a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:47 GMT", + "Date": "Mon, 25 Oct 2021 06:18:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26553,40 +20890,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f22141c6bee786703b6dbffb11ecdbb", - "x-ms-correlation-request-id": "44bf0f7c-c676-49cd-a456-96ba3b543f43", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;27139", - "x-ms-ratelimit-remaining-subscription-reads": "11610", - "x-ms-request-id": "4883d318-c5c1-4807-a7f0-e190ae3d901c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061748Z:44bf0f7c-c676-49cd-a456-96ba3b543f43" + "x-ms-client-request-id": "baa68d1ed9ee7cfae265e26c1ee672a3", + "x-ms-correlation-request-id": "997736c4-e001-4149-818d-cd98c30a8d6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14709,Microsoft.Compute/GetOperation30Min;29709", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "8d8e1a51-ddce-445b-bd0e-ee5d19d9a968", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061838Z:997736c4-e001-4149-818d-cd98c30a8d6a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5866997673153487b50d87ab5b59570d", + "x-ms-client-request-id": "220616c56cb52d3ba322e0bd8e7a741f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:47 GMT", + "Date": "Mon, 25 Oct 2021 06:18:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26595,40 +20932,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5866997673153487b50d87ab5b59570d", - "x-ms-correlation-request-id": "88190b29-9449-449e-b4f2-3daacf70702e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;27138", - "x-ms-ratelimit-remaining-subscription-reads": "11609", - "x-ms-request-id": "d32f7baa-5dd9-49a3-b9f4-1970e4459a44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061748Z:88190b29-9449-449e-b4f2-3daacf70702e" + "x-ms-client-request-id": "220616c56cb52d3ba322e0bd8e7a741f", + "x-ms-correlation-request-id": "888f0eee-5848-486d-afdc-96316ca103d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14708,Microsoft.Compute/GetOperation30Min;29708", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "9f8b0a53-73d6-4274-a399-9879693f10b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061839Z:888f0eee-5848-486d-afdc-96316ca103d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b70eb70041bd6ecb26ecf35c13a21497", + "x-ms-client-request-id": "5f9ef67d6bc7d695ad17967eb30696e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:47 GMT", + "Date": "Mon, 25 Oct 2021 06:18:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26637,40 +20974,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b70eb70041bd6ecb26ecf35c13a21497", - "x-ms-correlation-request-id": "6d49a22e-f30a-4c47-9f73-87d53187ee70", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;27137", - "x-ms-ratelimit-remaining-subscription-reads": "11608", - "x-ms-request-id": "692bfd87-2394-4d93-8fc1-13f1e73be233", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061748Z:6d49a22e-f30a-4c47-9f73-87d53187ee70" + "x-ms-client-request-id": "5f9ef67d6bc7d695ad17967eb30696e6", + "x-ms-correlation-request-id": "fd708682-14ae-41ed-a1f3-07da8dcf1eec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14707,Microsoft.Compute/GetOperation30Min;29707", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "21d21f12-f8a7-4ffc-aa96-bbef938c9f09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061839Z:fd708682-14ae-41ed-a1f3-07da8dcf1eec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "32c0ba8a4226a8288cee99e0e4bc1ca9", + "x-ms-client-request-id": "8daf80890914b249517916ccf83cee68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:48 GMT", + "Date": "Mon, 25 Oct 2021 06:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26679,40 +21016,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32c0ba8a4226a8288cee99e0e4bc1ca9", - "x-ms-correlation-request-id": "c4db004f-7641-42d3-8aa2-6b9b4920c9d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;27136", - "x-ms-ratelimit-remaining-subscription-reads": "11607", - "x-ms-request-id": "a66edd3f-dca7-4995-992d-0d5fb8d63639", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061748Z:c4db004f-7641-42d3-8aa2-6b9b4920c9d5" + "x-ms-client-request-id": "8daf80890914b249517916ccf83cee68", + "x-ms-correlation-request-id": "7a111590-9c55-47b5-b3d9-24f7ca52293a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14706,Microsoft.Compute/GetOperation30Min;29706", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "fd82bfbc-f538-44a7-aec1-df8035995252", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061840Z:7a111590-9c55-47b5-b3d9-24f7ca52293a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f9fecd5e161035fdcdf83129802b2113", + "x-ms-client-request-id": "27efc3f0124759dc8130749ed6bc7a9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:48 GMT", + "Date": "Mon, 25 Oct 2021 06:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26721,40 +21058,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f9fecd5e161035fdcdf83129802b2113", - "x-ms-correlation-request-id": "0d20a430-bd1c-476a-8677-cc18c4ac7af2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;27135", - "x-ms-ratelimit-remaining-subscription-reads": "11606", - "x-ms-request-id": "66db5185-4bc0-4b29-9d81-dda80a336bbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061749Z:0d20a430-bd1c-476a-8677-cc18c4ac7af2" + "x-ms-client-request-id": "27efc3f0124759dc8130749ed6bc7a9c", + "x-ms-correlation-request-id": "fec7a66f-3c78-4aac-ae99-7b0612cded20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14705,Microsoft.Compute/GetOperation30Min;29705", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "d1dd284b-940f-473e-849c-0e2e7603f7d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061840Z:fec7a66f-3c78-4aac-ae99-7b0612cded20" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a121eff92599bee78f652acfa7eb896a", + "x-ms-client-request-id": "0e34fa8be7cb730aacec0e4d54c9de71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:48 GMT", + "Date": "Mon, 25 Oct 2021 06:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26763,40 +21100,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a121eff92599bee78f652acfa7eb896a", - "x-ms-correlation-request-id": "efe09815-0a54-4f52-a11b-f7e3f3b97d48", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;27134", - "x-ms-ratelimit-remaining-subscription-reads": "11605", - "x-ms-request-id": "42906499-233b-4f6f-ab86-9a49d37a55e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061749Z:efe09815-0a54-4f52-a11b-f7e3f3b97d48" + "x-ms-client-request-id": "0e34fa8be7cb730aacec0e4d54c9de71", + "x-ms-correlation-request-id": "b0f23cdd-801f-49b1-bd06-fc99fae0b2e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14704,Microsoft.Compute/GetOperation30Min;29704", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "174b7903-bd39-438d-b5c6-460532c9ec6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061840Z:b0f23cdd-801f-49b1-bd06-fc99fae0b2e2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "45fd49cf1aa37387bc8b652e10fe2861", + "x-ms-client-request-id": "ef8e2d296e17769fa4550ce494abdb94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:48 GMT", + "Date": "Mon, 25 Oct 2021 06:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26805,40 +21142,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45fd49cf1aa37387bc8b652e10fe2861", - "x-ms-correlation-request-id": "bb69f206-f16a-42e5-80f7-85c870f3d012", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;27133", - "x-ms-ratelimit-remaining-subscription-reads": "11604", - "x-ms-request-id": "02260002-4f21-45b9-9e41-da667ef21c56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061749Z:bb69f206-f16a-42e5-80f7-85c870f3d012" + "x-ms-client-request-id": "ef8e2d296e17769fa4550ce494abdb94", + "x-ms-correlation-request-id": "5acbec55-bbfd-47a7-a2a5-629578aa9c33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14703,Microsoft.Compute/GetOperation30Min;29703", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "1e095171-6ac5-4281-84e7-1bf2ad8d21c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061840Z:5acbec55-bbfd-47a7-a2a5-629578aa9c33" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f4e785cd7a9a3910e6406aabec2e8de2", + "x-ms-client-request-id": "fe4079fee007099cb97b7a5a048e05b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:49 GMT", + "Date": "Mon, 25 Oct 2021 06:18:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26847,40 +21184,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4e785cd7a9a3910e6406aabec2e8de2", - "x-ms-correlation-request-id": "ee341c75-75a5-49c9-8175-b6f9707545c8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;27132", - "x-ms-ratelimit-remaining-subscription-reads": "11603", - "x-ms-request-id": "be663e44-8175-4751-a860-d0cafb4d4de6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061749Z:ee341c75-75a5-49c9-8175-b6f9707545c8" + "x-ms-client-request-id": "fe4079fee007099cb97b7a5a048e05b8", + "x-ms-correlation-request-id": "b3d07c3d-77de-4176-ac02-66011268796e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14702,Microsoft.Compute/GetOperation30Min;29702", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "5d14d7e8-ec08-4039-b92c-5247da9f4d1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061841Z:b3d07c3d-77de-4176-ac02-66011268796e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3659c76edb2dde7068aee50ec0b8ae90", + "x-ms-client-request-id": "a87402528b2e1c855abd6975db25de01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:49 GMT", + "Date": "Mon, 25 Oct 2021 06:18:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26889,40 +21226,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3659c76edb2dde7068aee50ec0b8ae90", - "x-ms-correlation-request-id": "cdb662ec-be9e-4629-bfbc-fba0305e92dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;27131", - "x-ms-ratelimit-remaining-subscription-reads": "11602", - "x-ms-request-id": "e4743cec-3ad6-4fd6-b88a-b615f908b94e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061750Z:cdb662ec-be9e-4629-bfbc-fba0305e92dc" + "x-ms-client-request-id": "a87402528b2e1c855abd6975db25de01", + "x-ms-correlation-request-id": "39f61602-fad5-4870-9588-e8efedd5e786", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14701,Microsoft.Compute/GetOperation30Min;29701", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "e4343815-ac4e-49de-9361-d6ff6d840852", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061841Z:39f61602-fad5-4870-9588-e8efedd5e786" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2102c83c950355d039c45e62afdb878e", + "x-ms-client-request-id": "da4f7911df88496a9184369bf4447215", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:49 GMT", + "Date": "Mon, 25 Oct 2021 06:18:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26931,40 +21268,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2102c83c950355d039c45e62afdb878e", - "x-ms-correlation-request-id": "655c1c78-7cf6-4022-91c2-689c21601c7e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;27130", - "x-ms-ratelimit-remaining-subscription-reads": "11601", - "x-ms-request-id": "6224d9b6-40cf-4536-ae55-1083db876b4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061750Z:655c1c78-7cf6-4022-91c2-689c21601c7e" + "x-ms-client-request-id": "da4f7911df88496a9184369bf4447215", + "x-ms-correlation-request-id": "d833e9bb-8878-42db-8f48-866884e2f8d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14700,Microsoft.Compute/GetOperation30Min;29700", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "ad6ee824-02a3-48d2-bd91-68dd32cedcd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061841Z:d833e9bb-8878-42db-8f48-866884e2f8d5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "49c082fdf2a5f13315088cec9502792e", + "x-ms-client-request-id": "9292534f33367365f423a34976262e93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:49 GMT", + "Date": "Mon, 25 Oct 2021 06:18:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -26973,40 +21310,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49c082fdf2a5f13315088cec9502792e", - "x-ms-correlation-request-id": "f2e4321a-6e05-41c9-ac18-e69a4b220b49", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;27129", - "x-ms-ratelimit-remaining-subscription-reads": "11600", - "x-ms-request-id": "9c0abb04-3841-45f5-a58c-68a3b6ad99d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061750Z:f2e4321a-6e05-41c9-ac18-e69a4b220b49" + "x-ms-client-request-id": "9292534f33367365f423a34976262e93", + "x-ms-correlation-request-id": "9d238b20-6e1e-433a-8b08-ca72503cffc6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14699,Microsoft.Compute/GetOperation30Min;29699", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "b21f475f-3728-4125-96db-88bb56f83440", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061841Z:9d238b20-6e1e-433a-8b08-ca72503cffc6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "236eda926b2bd9def604fd697c0d2f8c", + "x-ms-client-request-id": "8a49799d2a3f722f982b17aa55ea2816", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:49 GMT", + "Date": "Mon, 25 Oct 2021 06:18:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27015,40 +21352,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "236eda926b2bd9def604fd697c0d2f8c", - "x-ms-correlation-request-id": "166bfc97-ed06-4ab5-a7e7-6fc3b42de73e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;27128", - "x-ms-ratelimit-remaining-subscription-reads": "11599", - "x-ms-request-id": "0652ff15-172a-4da4-a529-ef51c46f34e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061750Z:166bfc97-ed06-4ab5-a7e7-6fc3b42de73e" + "x-ms-client-request-id": "8a49799d2a3f722f982b17aa55ea2816", + "x-ms-correlation-request-id": "677f4970-a424-4555-bab7-ba299541c079", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14698,Microsoft.Compute/GetOperation30Min;29698", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "4e346606-8fee-4d45-a58b-5d7b662a1e59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061842Z:677f4970-a424-4555-bab7-ba299541c079" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3d10562664f84aeb94100cfa08e3bf36", + "x-ms-client-request-id": "8725544b4c93deca14dbe6643b20d36a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:50 GMT", + "Date": "Mon, 25 Oct 2021 06:18:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27057,40 +21394,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d10562664f84aeb94100cfa08e3bf36", - "x-ms-correlation-request-id": "6eeef139-e3d5-4ec9-9605-abfd29689419", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;27127", - "x-ms-ratelimit-remaining-subscription-reads": "11598", - "x-ms-request-id": "8e7d05b8-8576-4d96-bac5-b480534dbb27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061751Z:6eeef139-e3d5-4ec9-9605-abfd29689419" + "x-ms-client-request-id": "8725544b4c93deca14dbe6643b20d36a", + "x-ms-correlation-request-id": "95814125-1ead-494a-a302-e4e9df9158fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14697,Microsoft.Compute/GetOperation30Min;29697", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "d5f726cd-f4e2-4bd3-85ed-1c6f2081198f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061842Z:95814125-1ead-494a-a302-e4e9df9158fb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d4d0304b646d9262a4e652a0f4ca7408", + "x-ms-client-request-id": "7afea255e7fa25d6241ff90b1bbb1e09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:50 GMT", + "Date": "Mon, 25 Oct 2021 06:18:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27099,40 +21436,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4d0304b646d9262a4e652a0f4ca7408", - "x-ms-correlation-request-id": "962aa898-c739-4f5b-b2b0-cdb04cc0b750", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;27126", - "x-ms-ratelimit-remaining-subscription-reads": "11597", - "x-ms-request-id": "2256d31f-26cf-46c5-a215-85c0a37aa8a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061751Z:962aa898-c739-4f5b-b2b0-cdb04cc0b750" + "x-ms-client-request-id": "7afea255e7fa25d6241ff90b1bbb1e09", + "x-ms-correlation-request-id": "23fb2d79-ffc3-4e34-bd85-5b29edcc9d81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14696,Microsoft.Compute/GetOperation30Min;29696", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "1f0c6658-b4ff-413d-9293-13ad56754d9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061842Z:23fb2d79-ffc3-4e34-bd85-5b29edcc9d81" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3ec5ffd93bf12d35ef248e1b5fe4d012", + "x-ms-client-request-id": "21fd8dfba7005000ae6b766344ca3777", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:50 GMT", + "Date": "Mon, 25 Oct 2021 06:18:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27141,40 +21478,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ec5ffd93bf12d35ef248e1b5fe4d012", - "x-ms-correlation-request-id": "34bfb294-3dff-458a-adf6-f026a4760d5f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;27125", - "x-ms-ratelimit-remaining-subscription-reads": "11596", - "x-ms-request-id": "acd0487d-1b3d-47c0-ad47-7125e610fa09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061751Z:34bfb294-3dff-458a-adf6-f026a4760d5f" + "x-ms-client-request-id": "21fd8dfba7005000ae6b766344ca3777", + "x-ms-correlation-request-id": "f54271a8-839c-4f4c-9e46-c1dc878df04e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14695,Microsoft.Compute/GetOperation30Min;29695", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "35eac244-2fcf-4ad7-8628-dbc7c78d93f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061842Z:f54271a8-839c-4f4c-9e46-c1dc878df04e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c1ec6445a3cc21ff47e9911124a55ca", + "x-ms-client-request-id": "b254ad58aeec641b7e00637353bfc258", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:50 GMT", + "Date": "Mon, 25 Oct 2021 06:18:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27183,40 +21520,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c1ec6445a3cc21ff47e9911124a55ca", - "x-ms-correlation-request-id": "738672eb-c5db-41ea-8d78-de5b44bcc60d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;27124", - "x-ms-ratelimit-remaining-subscription-reads": "11595", - "x-ms-request-id": "46fbadfb-bdbc-4b0b-ae41-006a08f624d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061751Z:738672eb-c5db-41ea-8d78-de5b44bcc60d" + "x-ms-client-request-id": "b254ad58aeec641b7e00637353bfc258", + "x-ms-correlation-request-id": "6619e32b-e640-4b09-bb90-8aaff63cbc56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14694,Microsoft.Compute/GetOperation30Min;29694", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "893e1486-2d1a-4b91-9f2c-387bf18032ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061843Z:6619e32b-e640-4b09-bb90-8aaff63cbc56" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0920039b811e0f45faa3e548d54632c0", + "x-ms-client-request-id": "ae69dcbdb122ae69a1adcb8f7072e159", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:51 GMT", + "Date": "Mon, 25 Oct 2021 06:18:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27225,40 +21562,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0920039b811e0f45faa3e548d54632c0", - "x-ms-correlation-request-id": "c81818a9-a9aa-4d85-8041-6ba113f9f4b7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;27123", - "x-ms-ratelimit-remaining-subscription-reads": "11594", - "x-ms-request-id": "8cae8fc7-dd6e-451a-af30-8d0272fea916", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061752Z:c81818a9-a9aa-4d85-8041-6ba113f9f4b7" + "x-ms-client-request-id": "ae69dcbdb122ae69a1adcb8f7072e159", + "x-ms-correlation-request-id": "7b81a0ff-8f3c-49fd-8dc2-e4baaac5f54c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14693,Microsoft.Compute/GetOperation30Min;29693", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "8fac9755-3048-4f33-9f14-de04e0821953", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061843Z:7b81a0ff-8f3c-49fd-8dc2-e4baaac5f54c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2e5c3f1628ab7fcbdf024972a2241aa4", + "x-ms-client-request-id": "6eb381e86b664c1d7199a300448dfdef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:51 GMT", + "Date": "Mon, 25 Oct 2021 06:18:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27267,40 +21604,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e5c3f1628ab7fcbdf024972a2241aa4", - "x-ms-correlation-request-id": "db8297e9-e0dc-4c23-b6b2-1c40869d6771", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;27122", - "x-ms-ratelimit-remaining-subscription-reads": "11593", - "x-ms-request-id": "35bdc726-2e7d-49f9-93fd-ce286d25250e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061752Z:db8297e9-e0dc-4c23-b6b2-1c40869d6771" + "x-ms-client-request-id": "6eb381e86b664c1d7199a300448dfdef", + "x-ms-correlation-request-id": "903a55af-dafd-44d0-b5a1-65feabbcc80c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14692,Microsoft.Compute/GetOperation30Min;29692", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "10dc1bc2-a8d0-4432-bdda-6fd0deb0bb68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061843Z:903a55af-dafd-44d0-b5a1-65feabbcc80c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5b7fc3cec6c3c3f4810f519974d6ecad", + "x-ms-client-request-id": "67a61da88961a65544a6113ee28cf30c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:51 GMT", + "Date": "Mon, 25 Oct 2021 06:18:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27309,40 +21646,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b7fc3cec6c3c3f4810f519974d6ecad", - "x-ms-correlation-request-id": "3455eebf-4bc7-497e-a2bb-1cc129c49f8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;27121", - "x-ms-ratelimit-remaining-subscription-reads": "11592", - "x-ms-request-id": "c0a7e65b-19ef-4ed1-b0a9-6dccf01c61df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061752Z:3455eebf-4bc7-497e-a2bb-1cc129c49f8c" + "x-ms-client-request-id": "67a61da88961a65544a6113ee28cf30c", + "x-ms-correlation-request-id": "3a9042d6-bf23-4af5-a590-81673c46bd4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14691,Microsoft.Compute/GetOperation30Min;29691", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "c6e7db8c-f55f-43c4-975c-0d7b7845d66f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061843Z:3a9042d6-bf23-4af5-a590-81673c46bd4e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d3fbd94b27ee731e38a0291b37d26cd6", + "x-ms-client-request-id": "d18a0a1f540c51f1bf1c3c890d696914", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:52 GMT", + "Date": "Mon, 25 Oct 2021 06:18:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27351,40 +21688,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3fbd94b27ee731e38a0291b37d26cd6", - "x-ms-correlation-request-id": "90b0bb0b-e3f9-443d-8fb3-35f18ca88030", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;27120", - "x-ms-ratelimit-remaining-subscription-reads": "11591", - "x-ms-request-id": "9b429207-8277-48ae-877c-7b5e64d06944", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061752Z:90b0bb0b-e3f9-443d-8fb3-35f18ca88030" + "x-ms-client-request-id": "d18a0a1f540c51f1bf1c3c890d696914", + "x-ms-correlation-request-id": "95e9039e-eb67-43c6-8699-36539dca55c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14690,Microsoft.Compute/GetOperation30Min;29690", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "91a92f69-8f53-4b5f-96e9-d879256dd867", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061844Z:95e9039e-eb67-43c6-8699-36539dca55c1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "127a4089d7c74ffc4a99ad9cd6320b09", + "x-ms-client-request-id": "53e6dcb079cb5ff72c0c2ac05ade6ae5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:52 GMT", + "Date": "Mon, 25 Oct 2021 06:18:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27393,40 +21730,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "127a4089d7c74ffc4a99ad9cd6320b09", - "x-ms-correlation-request-id": "7720add5-8270-4327-b285-c6d92acf931e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;27119", - "x-ms-ratelimit-remaining-subscription-reads": "11590", - "x-ms-request-id": "78164ece-7b99-47af-93e6-ef1deb554f65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061753Z:7720add5-8270-4327-b285-c6d92acf931e" + "x-ms-client-request-id": "53e6dcb079cb5ff72c0c2ac05ade6ae5", + "x-ms-correlation-request-id": "a3d9c1fe-5c04-47bb-b5f9-366ba8f0785a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14689,Microsoft.Compute/GetOperation30Min;29689", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "baace277-ac27-4f8e-8bd7-2d0c0d481d07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061844Z:a3d9c1fe-5c04-47bb-b5f9-366ba8f0785a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c9269c164629a7b6a50c23229dd98bae", + "x-ms-client-request-id": "3ae097a52b0353e32b55a7444ccb98db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:52 GMT", + "Date": "Mon, 25 Oct 2021 06:18:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27435,40 +21772,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9269c164629a7b6a50c23229dd98bae", - "x-ms-correlation-request-id": "7a42709e-fc77-40fd-bd42-f02a7db1f506", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;27118", - "x-ms-ratelimit-remaining-subscription-reads": "11589", - "x-ms-request-id": "9ba5c7d0-bde2-4617-909a-1fbdc216b7a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061753Z:7a42709e-fc77-40fd-bd42-f02a7db1f506" + "x-ms-client-request-id": "3ae097a52b0353e32b55a7444ccb98db", + "x-ms-correlation-request-id": "c9a47f82-6e44-496c-ab29-da343822bd97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14688,Microsoft.Compute/GetOperation30Min;29688", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "eac61b58-8289-4afd-abb3-2209345bc8e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061844Z:c9a47f82-6e44-496c-ab29-da343822bd97" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "330f7ba3da5c74e6dcab89557a819c05", + "x-ms-client-request-id": "058dfd3ca0a5a540122aa4ff2a31f7e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:52 GMT", + "Date": "Mon, 25 Oct 2021 06:18:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27477,40 +21814,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "330f7ba3da5c74e6dcab89557a819c05", - "x-ms-correlation-request-id": "9cc06af8-4e3b-4f62-8177-6738a26ec691", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;27117", - "x-ms-ratelimit-remaining-subscription-reads": "11588", - "x-ms-request-id": "12cd7023-2eef-49ee-80d2-362e1db43e16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061753Z:9cc06af8-4e3b-4f62-8177-6738a26ec691" + "x-ms-client-request-id": "058dfd3ca0a5a540122aa4ff2a31f7e1", + "x-ms-correlation-request-id": "b5992a19-6f67-4dc6-af7b-347e1dfe4d39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14687,Microsoft.Compute/GetOperation30Min;29687", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "ce5b9806-8a34-4565-8a4b-f58e0decef81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061844Z:b5992a19-6f67-4dc6-af7b-347e1dfe4d39" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b052095a2ab42ac8ad26cbab4dab271", + "x-ms-client-request-id": "76e457b22f888410f9932776d2b31361", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:53 GMT", + "Date": "Mon, 25 Oct 2021 06:18:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27519,40 +21856,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b052095a2ab42ac8ad26cbab4dab271", - "x-ms-correlation-request-id": "890bcbc8-f25d-4015-a7b9-a1bde72047de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;27116", - "x-ms-ratelimit-remaining-subscription-reads": "11587", - "x-ms-request-id": "6fcf9030-bd56-4f53-968a-a2e4f30731a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061753Z:890bcbc8-f25d-4015-a7b9-a1bde72047de" + "x-ms-client-request-id": "76e457b22f888410f9932776d2b31361", + "x-ms-correlation-request-id": "5bd9381e-bb60-41fe-83a8-63242562faca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14686,Microsoft.Compute/GetOperation30Min;29686", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "fbbdbaf1-6037-4ecb-bcbf-db15e03945e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061845Z:5bd9381e-bb60-41fe-83a8-63242562faca" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5bf9fe0dd7223badb6b2ed7dbd612c23", + "x-ms-client-request-id": "5d834e736550043f563b27d886e329fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:53 GMT", + "Date": "Mon, 25 Oct 2021 06:18:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27561,40 +21898,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bf9fe0dd7223badb6b2ed7dbd612c23", - "x-ms-correlation-request-id": "0c771620-b6d3-487d-91b9-50ec263f336c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;27115", - "x-ms-ratelimit-remaining-subscription-reads": "11586", - "x-ms-request-id": "71382609-35e9-454e-8f3c-3ec26556ce1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061754Z:0c771620-b6d3-487d-91b9-50ec263f336c" + "x-ms-client-request-id": "5d834e736550043f563b27d886e329fa", + "x-ms-correlation-request-id": "93081126-6786-466b-a9c4-1230009aae18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14685,Microsoft.Compute/GetOperation30Min;29685", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "943061ab-1c50-41d8-a269-e5f3744e2e1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061845Z:93081126-6786-466b-a9c4-1230009aae18" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7d8c1d70f0d30002cecda9896d2bc001", + "x-ms-client-request-id": "f492c65d22e70c52ec080c1279cad35e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:53 GMT", + "Date": "Mon, 25 Oct 2021 06:18:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27603,40 +21940,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d8c1d70f0d30002cecda9896d2bc001", - "x-ms-correlation-request-id": "58286982-8703-4bf7-9cd4-ba4785a9403e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;27114", - "x-ms-ratelimit-remaining-subscription-reads": "11585", - "x-ms-request-id": "6eedd5d2-afb7-44ae-83df-150a389b685b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061754Z:58286982-8703-4bf7-9cd4-ba4785a9403e" + "x-ms-client-request-id": "f492c65d22e70c52ec080c1279cad35e", + "x-ms-correlation-request-id": "0349f268-3cd1-47a5-b9b2-0525b34cbc72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14684,Microsoft.Compute/GetOperation30Min;29684", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "1309b5e8-d84c-4d64-b340-a29b3a05fed4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061845Z:0349f268-3cd1-47a5-b9b2-0525b34cbc72" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7b4717f94088bee272c9e5f9b52f8428", + "x-ms-client-request-id": "db8c43179aae4c9017df204d0838fe15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:53 GMT", + "Date": "Mon, 25 Oct 2021 06:18:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27645,40 +21982,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b4717f94088bee272c9e5f9b52f8428", - "x-ms-correlation-request-id": "54fe7557-f9c8-44fb-837e-22595b5d91d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;27113", - "x-ms-ratelimit-remaining-subscription-reads": "11584", - "x-ms-request-id": "9af57d7b-4416-4c32-9139-c81b2119e881", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061754Z:54fe7557-f9c8-44fb-837e-22595b5d91d9" + "x-ms-client-request-id": "db8c43179aae4c9017df204d0838fe15", + "x-ms-correlation-request-id": "6e4eff8f-c9ab-40fb-bbb5-1c5e9277ccc8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14683,Microsoft.Compute/GetOperation30Min;29683", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "9b203361-7a44-4e54-b104-fa0435a8b8a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061846Z:6e4eff8f-c9ab-40fb-bbb5-1c5e9277ccc8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "964a49a5354d1d9dfcf98c552d23cd8a", + "x-ms-client-request-id": "0b182d6a1e21517afc767047582d8b8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:54 GMT", + "Date": "Mon, 25 Oct 2021 06:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27687,40 +22024,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "964a49a5354d1d9dfcf98c552d23cd8a", - "x-ms-correlation-request-id": "0d029c46-8c12-442f-bc56-6d0337cf399d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;27111", - "x-ms-ratelimit-remaining-subscription-reads": "11583", - "x-ms-request-id": "f3696c7e-dc42-4278-a684-242ccbbf59a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061754Z:0d029c46-8c12-442f-bc56-6d0337cf399d" + "x-ms-client-request-id": "0b182d6a1e21517afc767047582d8b8b", + "x-ms-correlation-request-id": "ae1ac3f1-f456-41b1-8646-7a4767a45665", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14682,Microsoft.Compute/GetOperation30Min;29682", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "d41f971c-6ab5-4858-ba09-5a946f02afb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061846Z:ae1ac3f1-f456-41b1-8646-7a4767a45665" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a684ebf1b1192f9a3ace0a0a0b084b9f", + "x-ms-client-request-id": "43c0c8674d57c34c3645dd07020504b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:54 GMT", + "Date": "Mon, 25 Oct 2021 06:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27729,40 +22066,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a684ebf1b1192f9a3ace0a0a0b084b9f", - "x-ms-correlation-request-id": "b319a43a-9490-4d9d-aae4-6495c65f7876", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;27110", - "x-ms-ratelimit-remaining-subscription-reads": "11582", - "x-ms-request-id": "ccd8067f-4cc2-402c-907d-2d32f233f05e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061755Z:b319a43a-9490-4d9d-aae4-6495c65f7876" + "x-ms-client-request-id": "43c0c8674d57c34c3645dd07020504b3", + "x-ms-correlation-request-id": "f783636b-7275-45bb-b025-87d6bc9901ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14681,Microsoft.Compute/GetOperation30Min;29681", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "fec6a683-e2f6-4b50-838b-f21490f742aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061846Z:f783636b-7275-45bb-b025-87d6bc9901ff" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23e3814829e1c4b47a2a7f8fb48d914f", + "x-ms-client-request-id": "4ca8f70ac7b2f93dc93bdf372948f4ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:54 GMT", + "Date": "Mon, 25 Oct 2021 06:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27771,40 +22108,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23e3814829e1c4b47a2a7f8fb48d914f", - "x-ms-correlation-request-id": "0089dcc0-2901-43e4-b8c3-cf126e792b88", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;27109", - "x-ms-ratelimit-remaining-subscription-reads": "11581", - "x-ms-request-id": "0070aa06-08cc-44ef-ba12-8ad93cbabed0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061755Z:0089dcc0-2901-43e4-b8c3-cf126e792b88" + "x-ms-client-request-id": "4ca8f70ac7b2f93dc93bdf372948f4ea", + "x-ms-correlation-request-id": "b8c7af9e-521b-4437-8481-d8e9c7611129", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14680,Microsoft.Compute/GetOperation30Min;29680", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "4c5acbcb-074e-4d1f-b5d7-9fb414ae51cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061846Z:b8c7af9e-521b-4437-8481-d8e9c7611129" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c9085afbdeabf40eaf1a5b7f2a9311f3", + "x-ms-client-request-id": "3fe59453ba771cbee155d5db40724ef6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:54 GMT", + "Date": "Mon, 25 Oct 2021 06:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27813,40 +22150,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9085afbdeabf40eaf1a5b7f2a9311f3", - "x-ms-correlation-request-id": "4adb8f4f-01ed-49b8-b2c5-457946268fdf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;27108", - "x-ms-ratelimit-remaining-subscription-reads": "11580", - "x-ms-request-id": "b60db951-cff9-4c41-a358-338b48cb2d7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061755Z:4adb8f4f-01ed-49b8-b2c5-457946268fdf" + "x-ms-client-request-id": "3fe59453ba771cbee155d5db40724ef6", + "x-ms-correlation-request-id": "bd74657b-e484-41e0-ba62-512d57b9cd89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14679,Microsoft.Compute/GetOperation30Min;29679", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "40a64d26-c03f-4055-bbc9-024fffdb93cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061846Z:bd74657b-e484-41e0-ba62-512d57b9cd89" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ac0cecada940c7a937bf2bef310b7bad", + "x-ms-client-request-id": "603cbc713f85a0d98bc77a1b6d1499ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:54 GMT", + "Date": "Mon, 25 Oct 2021 06:18:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27855,40 +22192,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac0cecada940c7a937bf2bef310b7bad", - "x-ms-correlation-request-id": "bd23d2ea-78ed-4081-8b65-78c3e7b30c36", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;27106", - "x-ms-ratelimit-remaining-subscription-reads": "11579", - "x-ms-request-id": "e482ec5a-107e-401f-9ff9-56b1d1447cfd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061755Z:bd23d2ea-78ed-4081-8b65-78c3e7b30c36" + "x-ms-client-request-id": "603cbc713f85a0d98bc77a1b6d1499ed", + "x-ms-correlation-request-id": "29ec94f1-cc26-42c4-8967-c9429bbbfb8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14678,Microsoft.Compute/GetOperation30Min;29678", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "75bc5256-1104-4a93-852f-73a7d0b9e468", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061847Z:29ec94f1-cc26-42c4-8967-c9429bbbfb8c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b00ebb3c81006af472ee74c6ce3499e6", + "x-ms-client-request-id": "6db4f250c520503c398b6b5df161b856", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:55 GMT", + "Date": "Mon, 25 Oct 2021 06:18:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27897,40 +22234,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b00ebb3c81006af472ee74c6ce3499e6", - "x-ms-correlation-request-id": "99c49cb2-7e3b-4b0d-9e68-2e782dc9c368", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;27105", - "x-ms-ratelimit-remaining-subscription-reads": "11578", - "x-ms-request-id": "410930e6-475f-4861-8755-7d073981b7a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061756Z:99c49cb2-7e3b-4b0d-9e68-2e782dc9c368" + "x-ms-client-request-id": "6db4f250c520503c398b6b5df161b856", + "x-ms-correlation-request-id": "700573be-0afb-4868-b472-f41616a11471", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14677,Microsoft.Compute/GetOperation30Min;29677", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "a3544e6e-e9c2-4da1-a51e-8c2bda5cf517", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061847Z:700573be-0afb-4868-b472-f41616a11471" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c7e18b18e481510eb14092ebb21fc2a3", + "x-ms-client-request-id": "6dc5e8ec930b1464bb45b3b040a2aecc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:55 GMT", + "Date": "Mon, 25 Oct 2021 06:18:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27939,40 +22276,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7e18b18e481510eb14092ebb21fc2a3", - "x-ms-correlation-request-id": "74750153-b5cf-4af6-a53f-c9153011f36c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;27104", - "x-ms-ratelimit-remaining-subscription-reads": "11577", - "x-ms-request-id": "74642071-35c8-4b79-aae1-553c6cb85a4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061756Z:74750153-b5cf-4af6-a53f-c9153011f36c" + "x-ms-client-request-id": "6dc5e8ec930b1464bb45b3b040a2aecc", + "x-ms-correlation-request-id": "20ab5b20-1351-4349-87bd-e85ad9e9dabe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14676,Microsoft.Compute/GetOperation30Min;29676", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "54f6f43d-41ed-4f66-a232-4a5549bfcbc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061847Z:20ab5b20-1351-4349-87bd-e85ad9e9dabe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6f42ae9e60842bf3f8a23a5135e2f902", + "x-ms-client-request-id": "4d8be8bbe1beacd680ec27f9d47bae29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:55 GMT", + "Date": "Mon, 25 Oct 2021 06:18:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -27981,40 +22318,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f42ae9e60842bf3f8a23a5135e2f902", - "x-ms-correlation-request-id": "e63a0cca-58ed-4858-adf5-269aae6546f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;27103", - "x-ms-ratelimit-remaining-subscription-reads": "11576", - "x-ms-request-id": "b7e83d3d-1a68-427b-86f7-dadde06b3601", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061756Z:e63a0cca-58ed-4858-adf5-269aae6546f7" + "x-ms-client-request-id": "4d8be8bbe1beacd680ec27f9d47bae29", + "x-ms-correlation-request-id": "3e5f40b6-3cc1-4759-95b9-5f85dddfb895", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14675,Microsoft.Compute/GetOperation30Min;29675", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "dafc3ac0-4277-4e8f-ac2a-c6d5842ab4e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061847Z:3e5f40b6-3cc1-4759-95b9-5f85dddfb895" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a5d64526b329572cacbcffc0ef09b752", + "x-ms-client-request-id": "852f230e2c4fbce18e9fb2da118b0f96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:55 GMT", + "Date": "Mon, 25 Oct 2021 06:18:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28023,40 +22360,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5d64526b329572cacbcffc0ef09b752", - "x-ms-correlation-request-id": "894c65a0-9de5-4483-9420-26d4c7f8ec44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;27102", - "x-ms-ratelimit-remaining-subscription-reads": "11575", - "x-ms-request-id": "adf90b5a-f66f-4505-8036-8cb68c819390", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061756Z:894c65a0-9de5-4483-9420-26d4c7f8ec44" + "x-ms-client-request-id": "852f230e2c4fbce18e9fb2da118b0f96", + "x-ms-correlation-request-id": "4c3158c4-d5c8-4875-a8e4-ae3d0a957ba1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14674,Microsoft.Compute/GetOperation30Min;29674", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "ce236748-49ce-4f54-b788-77adb94c0ced", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061848Z:4c3158c4-d5c8-4875-a8e4-ae3d0a957ba1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1f27d12c29f1b86298b6cfdeaabd1ccf", + "x-ms-client-request-id": "09a19edc6ad60b981219ec1f6b6b403f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:56 GMT", + "Date": "Mon, 25 Oct 2021 06:18:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28065,40 +22402,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f27d12c29f1b86298b6cfdeaabd1ccf", - "x-ms-correlation-request-id": "5b29b2cd-338e-4ce7-8a7f-7c4dbb197562", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;27101", - "x-ms-ratelimit-remaining-subscription-reads": "11574", - "x-ms-request-id": "d10abd1f-b7dd-4915-832a-fe8b2b84ec08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061757Z:5b29b2cd-338e-4ce7-8a7f-7c4dbb197562" + "x-ms-client-request-id": "09a19edc6ad60b981219ec1f6b6b403f", + "x-ms-correlation-request-id": "2e33948b-c0b3-4617-82c6-6570701ceb4c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14673,Microsoft.Compute/GetOperation30Min;29673", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "0b40a8a4-8438-40b2-8604-dd59064d1aa7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061848Z:2e33948b-c0b3-4617-82c6-6570701ceb4c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6dc48f461c49eb7a82eac3c861333bee", + "x-ms-client-request-id": "1da28a9729728e7c06cebf1e2efb9af4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:56 GMT", + "Date": "Mon, 25 Oct 2021 06:18:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28107,40 +22444,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6dc48f461c49eb7a82eac3c861333bee", - "x-ms-correlation-request-id": "169b3199-ad6f-4aad-a522-8b52cd74cd0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;27100", - "x-ms-ratelimit-remaining-subscription-reads": "11573", - "x-ms-request-id": "d024144e-5419-4d58-a07a-ed01f56d4777", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061757Z:169b3199-ad6f-4aad-a522-8b52cd74cd0d" + "x-ms-client-request-id": "1da28a9729728e7c06cebf1e2efb9af4", + "x-ms-correlation-request-id": "852cc011-9397-4b2e-9c87-52c40439deab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14672,Microsoft.Compute/GetOperation30Min;29672", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "8dad7bb6-2d2d-4a7c-b248-a565b67e342c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061848Z:852cc011-9397-4b2e-9c87-52c40439deab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6325e7ebd9bafc11e31e0c73e44dadee", + "x-ms-client-request-id": "351d91dca4daa3528a24723640c25022", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:56 GMT", + "Date": "Mon, 25 Oct 2021 06:18:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28149,40 +22486,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6325e7ebd9bafc11e31e0c73e44dadee", - "x-ms-correlation-request-id": "b075914e-2206-46dd-9726-84b6d03afbde", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;27099", - "x-ms-ratelimit-remaining-subscription-reads": "11572", - "x-ms-request-id": "84b101ed-f2b0-404a-be6e-d372fa028b6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061757Z:b075914e-2206-46dd-9726-84b6d03afbde" + "x-ms-client-request-id": "351d91dca4daa3528a24723640c25022", + "x-ms-correlation-request-id": "9e0aa0ac-c8e8-4314-a0d8-fe7215674cfe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14671,Microsoft.Compute/GetOperation30Min;29671", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "57bbb7fb-43c5-4a01-967f-5ce91bb92e7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061848Z:9e0aa0ac-c8e8-4314-a0d8-fe7215674cfe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "60792f9f49440f08563c9d0665995665", + "x-ms-client-request-id": "8743735ef2e9b22321120308aa79dc16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:56 GMT", + "Date": "Mon, 25 Oct 2021 06:18:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28191,40 +22528,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60792f9f49440f08563c9d0665995665", - "x-ms-correlation-request-id": "2230749a-bc95-42d3-9066-1ab230e5e290", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;27098", - "x-ms-ratelimit-remaining-subscription-reads": "11571", - "x-ms-request-id": "6c9898b9-dbf0-41b2-b46c-31ef449f4deb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061757Z:2230749a-bc95-42d3-9066-1ab230e5e290" + "x-ms-client-request-id": "8743735ef2e9b22321120308aa79dc16", + "x-ms-correlation-request-id": "02e2ce59-f435-49bd-b749-48d00bb6fa17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14670,Microsoft.Compute/GetOperation30Min;29670", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "d6ae8f8f-d5ce-4b6b-acc7-1a5cc50b0752", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061849Z:02e2ce59-f435-49bd-b749-48d00bb6fa17" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c2f3e07ab8986d157ec88a2b0f070635", + "x-ms-client-request-id": "da42f77e0b4ef26537fe934eb7464e43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:57 GMT", + "Date": "Mon, 25 Oct 2021 06:18:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28233,40 +22570,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2f3e07ab8986d157ec88a2b0f070635", - "x-ms-correlation-request-id": "f897924b-c70f-4f1b-baca-66fccfdd0e7b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;27097", - "x-ms-ratelimit-remaining-subscription-reads": "11570", - "x-ms-request-id": "d211b9ac-39f0-4aa7-95eb-e118eb6e036b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061758Z:f897924b-c70f-4f1b-baca-66fccfdd0e7b" + "x-ms-client-request-id": "da42f77e0b4ef26537fe934eb7464e43", + "x-ms-correlation-request-id": "2c71fe09-6732-4f46-9400-c2201949b172", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14669,Microsoft.Compute/GetOperation30Min;29669", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "5fd5237c-8e15-4b91-adb8-39945bbaaf6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061849Z:2c71fe09-6732-4f46-9400-c2201949b172" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3128d43ddbb9a1aadf150d7d3c0a9649", + "x-ms-client-request-id": "bbbf9c7d12b8ea0b6d6a13c7a14af810", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:57 GMT", + "Date": "Mon, 25 Oct 2021 06:18:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28275,40 +22612,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3128d43ddbb9a1aadf150d7d3c0a9649", - "x-ms-correlation-request-id": "3b66b9c9-996e-4d71-986d-96e3b5196d96", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;27096", - "x-ms-ratelimit-remaining-subscription-reads": "11569", - "x-ms-request-id": "eaf3cb24-5959-4465-b2b5-b41824b7117a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061758Z:3b66b9c9-996e-4d71-986d-96e3b5196d96" + "x-ms-client-request-id": "bbbf9c7d12b8ea0b6d6a13c7a14af810", + "x-ms-correlation-request-id": "053fc473-14a7-4702-bbab-905efc4fd6b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14668,Microsoft.Compute/GetOperation30Min;29668", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "e5e51869-d33d-436e-8855-cf4e8db67e67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061849Z:053fc473-14a7-4702-bbab-905efc4fd6b3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "04f8a7c7ea59e7561a0be27cbfddff4f", + "x-ms-client-request-id": "48b75c47768053d40e5050eb5fd4fbdb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:57 GMT", + "Date": "Mon, 25 Oct 2021 06:18:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28317,40 +22654,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04f8a7c7ea59e7561a0be27cbfddff4f", - "x-ms-correlation-request-id": "f37cb0d9-4425-4c10-95b6-6042b6ac87b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;27095", - "x-ms-ratelimit-remaining-subscription-reads": "11568", - "x-ms-request-id": "cb231350-c587-47ff-b0be-e9f96e2041fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061758Z:f37cb0d9-4425-4c10-95b6-6042b6ac87b1" + "x-ms-client-request-id": "48b75c47768053d40e5050eb5fd4fbdb", + "x-ms-correlation-request-id": "ea78e7bd-8154-43ba-8f1a-fd48ced277ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14667,Microsoft.Compute/GetOperation30Min;29667", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "f9f7078f-5cc1-4e6d-8e4a-0f83f8e46465", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061849Z:ea78e7bd-8154-43ba-8f1a-fd48ced277ef" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91c8683624719eab3552e382ab973073", + "x-ms-client-request-id": "0d8abfc421ba6c5dec576de3f89e51ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:57 GMT", + "Date": "Mon, 25 Oct 2021 06:18:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28359,40 +22696,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91c8683624719eab3552e382ab973073", - "x-ms-correlation-request-id": "ab2ec50b-1606-4b83-9002-dc7f0bd9e278", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;27094", - "x-ms-ratelimit-remaining-subscription-reads": "11567", - "x-ms-request-id": "b9f74a6e-8bb2-40cd-aeea-3cac6a24f469", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061758Z:ab2ec50b-1606-4b83-9002-dc7f0bd9e278" + "x-ms-client-request-id": "0d8abfc421ba6c5dec576de3f89e51ec", + "x-ms-correlation-request-id": "9b6ce451-a8e4-43ab-a128-630189d0c026", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14666,Microsoft.Compute/GetOperation30Min;29666", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "954671b3-8279-4c0d-9506-c4a2377eb057", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061850Z:9b6ce451-a8e4-43ab-a128-630189d0c026" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "68634131010e53db7e4017aef92ee202", + "x-ms-client-request-id": "5a078205068f07c3c86cad68c2208b98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:58 GMT", + "Date": "Mon, 25 Oct 2021 06:18:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28401,40 +22738,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68634131010e53db7e4017aef92ee202", - "x-ms-correlation-request-id": "723688af-ceef-4c86-a7c2-7bb6d0f7e19f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;27093", - "x-ms-ratelimit-remaining-subscription-reads": "11566", - "x-ms-request-id": "ff5d463d-1df5-457a-b470-72a742a9de0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061759Z:723688af-ceef-4c86-a7c2-7bb6d0f7e19f" + "x-ms-client-request-id": "5a078205068f07c3c86cad68c2208b98", + "x-ms-correlation-request-id": "f15d2084-2920-445c-9a2c-dc9bf53a2730", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14665,Microsoft.Compute/GetOperation30Min;29665", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "5a9988b0-5300-4dfd-8c59-073265258154", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061850Z:f15d2084-2920-445c-9a2c-dc9bf53a2730" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d446bd160541a3d7fb59ce0707d43b82", + "x-ms-client-request-id": "e102376eebc02556fe4b5c2908f15b6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:58 GMT", + "Date": "Mon, 25 Oct 2021 06:18:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28443,40 +22780,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d446bd160541a3d7fb59ce0707d43b82", - "x-ms-correlation-request-id": "3e65a50a-c6e1-4d11-a864-e5c3667985a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;27092", - "x-ms-ratelimit-remaining-subscription-reads": "11565", - "x-ms-request-id": "08c0970d-79a3-4268-a5d4-e4abbba64603", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061759Z:3e65a50a-c6e1-4d11-a864-e5c3667985a1" + "x-ms-client-request-id": "e102376eebc02556fe4b5c2908f15b6f", + "x-ms-correlation-request-id": "72214221-d851-4a89-b777-e05a4093040a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14664,Microsoft.Compute/GetOperation30Min;29664", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "c66f0c53-aa41-4c18-b35f-e81d1cad76d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061850Z:72214221-d851-4a89-b777-e05a4093040a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7e4b6edb967934418d7513310dfda507", + "x-ms-client-request-id": "dce663fea1cdbd4cfc83454d74f5aacc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:58 GMT", + "Date": "Mon, 25 Oct 2021 06:18:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28485,40 +22822,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e4b6edb967934418d7513310dfda507", - "x-ms-correlation-request-id": "65a313cc-aa0f-4a02-aeb3-607e9ba4c642", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;27091", - "x-ms-ratelimit-remaining-subscription-reads": "11564", - "x-ms-request-id": "aa969e83-9104-4aa6-a5d4-3620a74e0c86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061759Z:65a313cc-aa0f-4a02-aeb3-607e9ba4c642" + "x-ms-client-request-id": "dce663fea1cdbd4cfc83454d74f5aacc", + "x-ms-correlation-request-id": "de230e54-2bee-4b00-96fa-3f163a4a6405", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14663,Microsoft.Compute/GetOperation30Min;29663", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "4f5cd1ab-88b5-4639-bb74-84dd29bf936d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061850Z:de230e54-2bee-4b00-96fa-3f163a4a6405" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ee6be16f5c502b3169c06db433d34ca9", + "x-ms-client-request-id": "c075d4cb709b1a2c2ce25c43aa99fed7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:58 GMT", + "Date": "Mon, 25 Oct 2021 06:18:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28527,40 +22864,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee6be16f5c502b3169c06db433d34ca9", - "x-ms-correlation-request-id": "11d793d5-dad2-4e88-84f1-4c4766d14afc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;27090", - "x-ms-ratelimit-remaining-subscription-reads": "11563", - "x-ms-request-id": "0f879318-5580-452f-bf81-4059dfdff8d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061759Z:11d793d5-dad2-4e88-84f1-4c4766d14afc" + "x-ms-client-request-id": "c075d4cb709b1a2c2ce25c43aa99fed7", + "x-ms-correlation-request-id": "366afa6b-4dee-423a-a6be-9fb6534d0c45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14662,Microsoft.Compute/GetOperation30Min;29662", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "2deb7325-ee4d-490f-80f1-467b48b07e8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061851Z:366afa6b-4dee-423a-a6be-9fb6534d0c45" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8ad2940564e37f887b1247ccf2a695fd", + "x-ms-client-request-id": "5e693d10af39cdcbeb45e53ca508b009", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:59 GMT", + "Date": "Mon, 25 Oct 2021 06:18:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28569,40 +22906,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ad2940564e37f887b1247ccf2a695fd", - "x-ms-correlation-request-id": "53afa59b-e9fe-4850-84eb-8e4a5e26e535", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27089", - "x-ms-ratelimit-remaining-subscription-reads": "11562", - "x-ms-request-id": "d9ec3dfb-f2ca-42b9-9f85-3ebd79c7a1ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061800Z:53afa59b-e9fe-4850-84eb-8e4a5e26e535" + "x-ms-client-request-id": "5e693d10af39cdcbeb45e53ca508b009", + "x-ms-correlation-request-id": "0b16e4d1-8978-442e-a5fa-a004db88a05f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14661,Microsoft.Compute/GetOperation30Min;29661", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "579af28f-3502-4a55-86fa-e1012574797b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061851Z:0b16e4d1-8978-442e-a5fa-a004db88a05f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2598c7b44c697e323d2014b8298c01b9", + "x-ms-client-request-id": "345d90a19b7b8ed437cbb0ea44081362", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:59 GMT", + "Date": "Mon, 25 Oct 2021 06:18:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28611,40 +22948,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2598c7b44c697e323d2014b8298c01b9", - "x-ms-correlation-request-id": "206d0982-1c16-44d5-bd39-f34f25eb7a6d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27088", - "x-ms-ratelimit-remaining-subscription-reads": "11561", - "x-ms-request-id": "1bd06ad2-8338-47e7-be2c-f4565ed3c262", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061800Z:206d0982-1c16-44d5-bd39-f34f25eb7a6d" + "x-ms-client-request-id": "345d90a19b7b8ed437cbb0ea44081362", + "x-ms-correlation-request-id": "65af3d3a-d2ff-4e28-bdd7-e902d3d19fe8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14660,Microsoft.Compute/GetOperation30Min;29660", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "d02b5c4c-646a-4295-995c-d46b3b7aa560", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061851Z:65af3d3a-d2ff-4e28-bdd7-e902d3d19fe8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "782b69291b2b0b2458eb723e156538c3", + "x-ms-client-request-id": "373c6e854b8b1c9209a8d4568bef7423", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:59 GMT", + "Date": "Mon, 25 Oct 2021 06:18:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28653,40 +22990,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "782b69291b2b0b2458eb723e156538c3", - "x-ms-correlation-request-id": "ed32f79e-2677-4ead-ad9a-ee530188afc1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27087", - "x-ms-ratelimit-remaining-subscription-reads": "11560", - "x-ms-request-id": "0da58354-ac69-4e8c-9ab1-6484e6d35ee1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061800Z:ed32f79e-2677-4ead-ad9a-ee530188afc1" + "x-ms-client-request-id": "373c6e854b8b1c9209a8d4568bef7423", + "x-ms-correlation-request-id": "0fc8c37c-d068-41a2-ab8f-32ade5a1fc46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14659,Microsoft.Compute/GetOperation30Min;29659", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "80770860-9004-4067-91cb-641140e5a952", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061851Z:0fc8c37c-d068-41a2-ab8f-32ade5a1fc46" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6b00702b263bb84062534cc24fd056ee", + "x-ms-client-request-id": "1aa25331ca3c755b68db276effe088e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:17:59 GMT", + "Date": "Mon, 25 Oct 2021 06:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28695,40 +23032,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b00702b263bb84062534cc24fd056ee", - "x-ms-correlation-request-id": "6eb99d62-5a35-4a5d-9ce9-2cc8e0fac3eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27086", - "x-ms-ratelimit-remaining-subscription-reads": "11559", - "x-ms-request-id": "7940a3cc-7649-4e85-b379-b1cd14193441", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061800Z:6eb99d62-5a35-4a5d-9ce9-2cc8e0fac3eb" + "x-ms-client-request-id": "1aa25331ca3c755b68db276effe088e3", + "x-ms-correlation-request-id": "3d181e6f-c609-4b57-90f5-8bd984da17c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14658,Microsoft.Compute/GetOperation30Min;29658", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "f9c7607c-8f04-4bf2-ad8a-e06432a990b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061852Z:3d181e6f-c609-4b57-90f5-8bd984da17c4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "88a28d111d7a98d2a38ccd7ddaf369d8", + "x-ms-client-request-id": "36b7823179cb557dfd412ad2c67e0247", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:00 GMT", + "Date": "Mon, 25 Oct 2021 06:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28737,40 +23074,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88a28d111d7a98d2a38ccd7ddaf369d8", - "x-ms-correlation-request-id": "6b383cfc-d734-4775-9aa8-0d29d78fcaf7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27085", - "x-ms-ratelimit-remaining-subscription-reads": "11558", - "x-ms-request-id": "a2487c84-2484-489e-90dd-a9f118ad3f8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061801Z:6b383cfc-d734-4775-9aa8-0d29d78fcaf7" + "x-ms-client-request-id": "36b7823179cb557dfd412ad2c67e0247", + "x-ms-correlation-request-id": "55a90052-a207-4137-829a-eb0dede9faef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14657,Microsoft.Compute/GetOperation30Min;29657", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "3833c4f2-45e6-4afc-a2be-c5cb1375af72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061852Z:55a90052-a207-4137-829a-eb0dede9faef" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b88d50e7958c037e297316d7ce61bb87", + "x-ms-client-request-id": "f1b98c56f965ba2612c7ceaf24241d28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:00 GMT", + "Date": "Mon, 25 Oct 2021 06:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28779,40 +23116,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b88d50e7958c037e297316d7ce61bb87", - "x-ms-correlation-request-id": "fc587755-a86f-49d1-a184-2e379ac89a79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27084", - "x-ms-ratelimit-remaining-subscription-reads": "11557", - "x-ms-request-id": "a09dc162-c516-42fb-9bf2-a012ce0dd6c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061801Z:fc587755-a86f-49d1-a184-2e379ac89a79" + "x-ms-client-request-id": "f1b98c56f965ba2612c7ceaf24241d28", + "x-ms-correlation-request-id": "ff109d60-5cf8-4e4c-9077-ece2f28e899f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14656,Microsoft.Compute/GetOperation30Min;29656", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "d6c2710a-354c-4dc1-a6ee-0fc50f24cadc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061852Z:ff109d60-5cf8-4e4c-9077-ece2f28e899f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "872d8494afc30e489e67c8ae59c2de6e", + "x-ms-client-request-id": "0824f1203e38b757d54d1cfa9f88afea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:00 GMT", + "Date": "Mon, 25 Oct 2021 06:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28821,40 +23158,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "872d8494afc30e489e67c8ae59c2de6e", - "x-ms-correlation-request-id": "287814ef-30e3-4b7b-9e86-dacad92a0fee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27083", - "x-ms-ratelimit-remaining-subscription-reads": "11556", - "x-ms-request-id": "448f978d-6ac7-4c83-b50f-6dfd5f69aefa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061801Z:287814ef-30e3-4b7b-9e86-dacad92a0fee" + "x-ms-client-request-id": "0824f1203e38b757d54d1cfa9f88afea", + "x-ms-correlation-request-id": "203ea4b3-d1c9-440f-8f53-70b43c4d0f71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14655,Microsoft.Compute/GetOperation30Min;29655", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "d967bb51-d2b9-47b5-8c09-c8430c8e5f02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061852Z:203ea4b3-d1c9-440f-8f53-70b43c4d0f71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ffdb74ea9e437b620e9f5f0706faca41", + "x-ms-client-request-id": "7217dfd89627387d5cfc2304abcd31d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:00 GMT", + "Date": "Mon, 25 Oct 2021 06:18:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28863,40 +23200,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffdb74ea9e437b620e9f5f0706faca41", - "x-ms-correlation-request-id": "c320a8f2-16d3-4f20-b006-b934f3345fe3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27082", - "x-ms-ratelimit-remaining-subscription-reads": "11555", - "x-ms-request-id": "043c2ce0-d33e-4eba-911b-79713e7535e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061801Z:c320a8f2-16d3-4f20-b006-b934f3345fe3" + "x-ms-client-request-id": "7217dfd89627387d5cfc2304abcd31d9", + "x-ms-correlation-request-id": "49a67750-85f8-44c2-beed-950487b625c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14654,Microsoft.Compute/GetOperation30Min;29654", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "e35127a8-cd07-4f2a-a41c-5b48ef714564", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061853Z:49a67750-85f8-44c2-beed-950487b625c9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "56e845d0e1c63814077f1a24cccfaa66", + "x-ms-client-request-id": "d4b20124fa5a180e35011c18dd2b1b8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:01 GMT", + "Date": "Mon, 25 Oct 2021 06:18:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28905,40 +23242,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56e845d0e1c63814077f1a24cccfaa66", - "x-ms-correlation-request-id": "03f8ca07-a5cb-48db-b895-08c10ca7e01b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27081", - "x-ms-ratelimit-remaining-subscription-reads": "11554", - "x-ms-request-id": "caa677f7-6f7e-4b15-ad6e-ff4dbba086d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061802Z:03f8ca07-a5cb-48db-b895-08c10ca7e01b" + "x-ms-client-request-id": "d4b20124fa5a180e35011c18dd2b1b8a", + "x-ms-correlation-request-id": "8973a373-8b8a-4cf8-bf70-61703fef6d5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14653,Microsoft.Compute/GetOperation30Min;29653", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "6bcc9b53-13d9-42c3-a697-1e9745089b37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061853Z:8973a373-8b8a-4cf8-bf70-61703fef6d5a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "59eca794bc85f64421b17923504107a3", + "x-ms-client-request-id": "44d6e417aa0c890174ecab3c1a530c07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:01 GMT", + "Date": "Mon, 25 Oct 2021 06:18:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28947,40 +23284,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59eca794bc85f64421b17923504107a3", - "x-ms-correlation-request-id": "6aa443c3-5dae-4476-8aeb-05cc46ef53e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27080", - "x-ms-ratelimit-remaining-subscription-reads": "11553", - "x-ms-request-id": "e4029ad9-c6ae-4858-ad28-3e4097074fbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061802Z:6aa443c3-5dae-4476-8aeb-05cc46ef53e3" + "x-ms-client-request-id": "44d6e417aa0c890174ecab3c1a530c07", + "x-ms-correlation-request-id": "273505d7-9c8c-4483-8692-f6c72e4e4df4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14652,Microsoft.Compute/GetOperation30Min;29652", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "5e84b004-83e3-4206-b81d-62b09e0888e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061853Z:273505d7-9c8c-4483-8692-f6c72e4e4df4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "13de869d88da08a85fa3f7c4843daf3f", + "x-ms-client-request-id": "9dd6421bdad5de8fd1fe3d257a645b31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:01 GMT", + "Date": "Mon, 25 Oct 2021 06:18:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -28989,40 +23326,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13de869d88da08a85fa3f7c4843daf3f", - "x-ms-correlation-request-id": "fbdec4b9-5c43-4079-94c4-9ff5d0b9b55f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27079", - "x-ms-ratelimit-remaining-subscription-reads": "11552", - "x-ms-request-id": "b65637ea-2db3-4bcc-beae-b1210cdbeaf4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061802Z:fbdec4b9-5c43-4079-94c4-9ff5d0b9b55f" + "x-ms-client-request-id": "9dd6421bdad5de8fd1fe3d257a645b31", + "x-ms-correlation-request-id": "b7cc3e5f-3a56-4eda-925d-329d4fb72fc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14651,Microsoft.Compute/GetOperation30Min;29651", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "1753eba4-7872-4135-a608-54765e5542d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061853Z:b7cc3e5f-3a56-4eda-925d-329d4fb72fc9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5e72f8f5700d14bb01f1341568f1e7c6", + "x-ms-client-request-id": "c7ec99e1ecf779cdff29606e4ed2fde2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:01 GMT", + "Date": "Mon, 25 Oct 2021 06:18:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29031,40 +23368,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e72f8f5700d14bb01f1341568f1e7c6", - "x-ms-correlation-request-id": "115e88be-05c0-42f5-89c1-6a51464a7827", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27078", - "x-ms-ratelimit-remaining-subscription-reads": "11551", - "x-ms-request-id": "b5d25ec3-6ce2-45f6-92e5-26606cbf5b8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061802Z:115e88be-05c0-42f5-89c1-6a51464a7827" + "x-ms-client-request-id": "c7ec99e1ecf779cdff29606e4ed2fde2", + "x-ms-correlation-request-id": "bcf02852-1c75-4ebc-84db-ca766190ff06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14650,Microsoft.Compute/GetOperation30Min;29650", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "c0dee6dd-ee01-4f8c-ad6f-389b51f9510f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061854Z:bcf02852-1c75-4ebc-84db-ca766190ff06" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4587767796f10c8cffe4f9e2c58072e4", + "x-ms-client-request-id": "9afc14f57d543cb454f8730d6ddc0f0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:02 GMT", + "Date": "Mon, 25 Oct 2021 06:18:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29073,40 +23410,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4587767796f10c8cffe4f9e2c58072e4", - "x-ms-correlation-request-id": "7af6f8d7-ae41-4300-a75f-6fe837abb243", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27077", - "x-ms-ratelimit-remaining-subscription-reads": "11550", - "x-ms-request-id": "0a2bf04c-9968-408b-b39d-eb41c68aa8d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061803Z:7af6f8d7-ae41-4300-a75f-6fe837abb243" + "x-ms-client-request-id": "9afc14f57d543cb454f8730d6ddc0f0f", + "x-ms-correlation-request-id": "6dbe4a0e-a277-4abb-a45d-0f8ff2d7f09e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14649,Microsoft.Compute/GetOperation30Min;29649", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "00722df4-bdf7-453d-b019-17cb3ef6921b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061854Z:6dbe4a0e-a277-4abb-a45d-0f8ff2d7f09e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "572e3902a8ce2c95caca12e85492a06e", + "x-ms-client-request-id": "815a7a9145662e10755c9eac7a218ffe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:02 GMT", + "Date": "Mon, 25 Oct 2021 06:18:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29115,40 +23452,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "572e3902a8ce2c95caca12e85492a06e", - "x-ms-correlation-request-id": "276d015a-3784-4c94-9720-e028d9c971f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27076", - "x-ms-ratelimit-remaining-subscription-reads": "11549", - "x-ms-request-id": "8a14aa91-5e25-49fe-be2a-123de67c0e78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061803Z:276d015a-3784-4c94-9720-e028d9c971f8" + "x-ms-client-request-id": "815a7a9145662e10755c9eac7a218ffe", + "x-ms-correlation-request-id": "4d3e5fcf-394f-4e57-81df-936782e6eddf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14648,Microsoft.Compute/GetOperation30Min;29648", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "d7417ece-db41-402e-806d-90e52d13a4fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061854Z:4d3e5fcf-394f-4e57-81df-936782e6eddf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/71334252-5842-4493-8544-86f677716248?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0d4c30bb69b55e4e6c665e2976d94e80", + "x-ms-client-request-id": "652f5b01c06763dce5af72fe79bf0c23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "182", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:02 GMT", + "Date": "Mon, 25 Oct 2021 06:18:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29157,40 +23494,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d4c30bb69b55e4e6c665e2976d94e80", - "x-ms-correlation-request-id": "6549d760-4422-401c-acf4-40fe8cef9452", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27075", - "x-ms-ratelimit-remaining-subscription-reads": "11548", - "x-ms-request-id": "ea1ebb46-e4cb-4697-ba25-872ed321e19e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061803Z:6549d760-4422-401c-acf4-40fe8cef9452" + "x-ms-client-request-id": "652f5b01c06763dce5af72fe79bf0c23", + "x-ms-correlation-request-id": "1cf609ae-a1e0-491e-8e7d-afd271dcd7cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14647,Microsoft.Compute/GetOperation30Min;29647", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "cdfce4d5-035d-4251-8755-a3b5cfde5fac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061855Z:1cf609ae-a1e0-491e-8e7d-afd271dcd7cb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:24.250424\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:18:54.859722\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u002271334252-5842-4493-8544-86f677716248\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2e124f7f90c2cef8e05a7a2783a3b86c", + "x-ms-client-request-id": "d4dc50197c77b07b04ce25f8df07c132", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2510", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:02 GMT", + "Date": "Mon, 25 Oct 2021 06:18:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29199,41 +23537,97 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e124f7f90c2cef8e05a7a2783a3b86c", - "x-ms-correlation-request-id": "52c7f4e3-9fbd-47c3-94aa-15ca55cd3391", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27074", - "x-ms-ratelimit-remaining-subscription-reads": "11547", - "x-ms-request-id": "9686ca50-6193-4fe4-9973-28aa336e3ff8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061803Z:52c7f4e3-9fbd-47c3-94aa-15ca55cd3391" + "x-ms-client-request-id": "d4dc50197c77b07b04ce25f8df07c132", + "x-ms-correlation-request-id": "14fc9d92-2bc8-4cff-82ba-59af21c877b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "9078a4fe-a9bc-4866-bb1c-b8a0120f887d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061855Z:14fc9d92-2bc8-4cff-82ba-59af21c877b4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u0022testVM-8274\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u00222be048e5-6158-4eeb-9749-07e152b33483\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-8274_OsDisk_1_7f840700de454c15ab3ecc70471ea41d\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Compute/disks/testVM-8274_OsDisk_1_7f840700de454c15ab3ecc70471ea41d\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-8274\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-3011\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274/powerOff?api-version=2021-03-01", + "RequestMethod": "POST", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "94278b436433982eebcfea674a6cb6f1", + "x-ms-client-request-id": "120c7469aaadd0a89df79cb6d212b4b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:03 GMT", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:18:55 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -29241,31 +23635,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94278b436433982eebcfea674a6cb6f1", - "x-ms-correlation-request-id": "704cc392-e7df-40b1-a8db-b53b88ac1719", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27073", - "x-ms-ratelimit-remaining-subscription-reads": "11546", - "x-ms-request-id": "62e4b42c-593d-48fc-b745-b882cf2b3545", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061804Z:704cc392-e7df-40b1-a8db-b53b88ac1719" + "x-ms-client-request-id": "120c7469aaadd0a89df79cb6d212b4b6", + "x-ms-correlation-request-id": "1efc38c8-c3a4-4eef-bb2e-c6225def2c6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5ccce97e-9236-4bad-b45f-952fd47ccaee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061855Z:1efc38c8-c3a4-4eef-bb2e-c6225def2c6f" }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", - "}" - ] + "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0469927b71802aac387d2d5bee26dbc9", + "x-ms-client-request-id": "059540eefab26f75a70c3780e0c5def1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29274,7 +23662,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:03 GMT", + "Date": "Mon, 25 Oct 2021 06:18:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29283,31 +23671,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0469927b71802aac387d2d5bee26dbc9", - "x-ms-correlation-request-id": "99f94208-e867-4108-bcd6-67c5d4e0b6b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27072", - "x-ms-ratelimit-remaining-subscription-reads": "11545", - "x-ms-request-id": "90731587-e7d9-4093-9b5b-40e8de6b9f5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061804Z:99f94208-e867-4108-bcd6-67c5d4e0b6b5" + "x-ms-client-request-id": "059540eefab26f75a70c3780e0c5def1", + "x-ms-correlation-request-id": "a4391ce9-7fd7-4295-969e-d5fbaee23d1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14646,Microsoft.Compute/GetOperation30Min;29646", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "d6b87ad1-bd77-4cff-ad7e-c726c75c0041", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061855Z:a4391ce9-7fd7-4295-969e-d5fbaee23d1f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ebe5f1aebab21a4c217a43f2a6908474", + "x-ms-client-request-id": "64a76f199774aeeded88322f480e35b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29316,7 +23704,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:03 GMT", + "Date": "Mon, 25 Oct 2021 06:18:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29325,40 +23713,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebe5f1aebab21a4c217a43f2a6908474", - "x-ms-correlation-request-id": "d619caf9-73a1-47f6-ad7a-23da5a8f829b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27071", - "x-ms-ratelimit-remaining-subscription-reads": "11544", - "x-ms-request-id": "82add86c-12ab-4bbd-ae34-02e9026a1038", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061804Z:d619caf9-73a1-47f6-ad7a-23da5a8f829b" + "x-ms-client-request-id": "64a76f199774aeeded88322f480e35b8", + "x-ms-correlation-request-id": "8979ed3d-ec27-4f1d-9853-fee95cfa0aaf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14645,Microsoft.Compute/GetOperation30Min;29645", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "bb29f5ac-8964-4207-8adf-c57e75818806", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061856Z:8979ed3d-ec27-4f1d-9853-fee95cfa0aaf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/83c56c04-b911-47fb-bfdf-a7e0781f133b?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f1ac89a4b33ad2ecdefc5bb637d3aac4", + "x-ms-client-request-id": "92c8be72af7d5603052383388206a319", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:04 GMT", + "Date": "Mon, 25 Oct 2021 06:18:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29367,41 +23755,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1ac89a4b33ad2ecdefc5bb637d3aac4", - "x-ms-correlation-request-id": "32c068a6-49fc-42dc-8b6b-c00c21f47e4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27070", - "x-ms-ratelimit-remaining-subscription-reads": "11543", - "x-ms-request-id": "8871c31a-d5a0-40eb-a773-fb0587af7286", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061805Z:32c068a6-49fc-42dc-8b6b-c00c21f47e4a" + "x-ms-client-request-id": "92c8be72af7d5603052383388206a319", + "x-ms-correlation-request-id": "6221e6cf-658f-4f59-b720-2e63b95da0ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14644,Microsoft.Compute/GetOperation30Min;29644", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "1cda8e85-6f44-4fe3-afa9-f342920bd714", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061856Z:6221e6cf-658f-4f59-b720-2e63b95da0ed" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:16:51.4831289\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:18:04.8261005\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u002283c56c04-b911-47fb-bfdf-a7e0781f133b\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "58b921f4ca86c03f454ee3052dba84a8", + "x-ms-client-request-id": "2c806fa0203c566952e6172ac7462698", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:04 GMT", + "Date": "Mon, 25 Oct 2021 06:18:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29410,100 +23797,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58b921f4ca86c03f454ee3052dba84a8", - "x-ms-correlation-request-id": "4039a0be-f30b-4c6b-83d6-532e881cd811", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3987,Microsoft.Compute/LowCostGet30Min;31908", - "x-ms-ratelimit-remaining-subscription-reads": "11542", - "x-ms-request-id": "f96752a8-646a-45f4-9847-ce3fa4aa092a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061805Z:4039a0be-f30b-4c6b-83d6-532e881cd811" + "x-ms-client-request-id": "2c806fa0203c566952e6172ac7462698", + "x-ms-correlation-request-id": "06a54b89-21fc-42c1-bb89-7d3f8492ee48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14643,Microsoft.Compute/GetOperation30Min;29643", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "48dbdb95-3470-4bc4-9292-c7519a459227", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061856Z:06a54b89-21fc-42c1-bb89-7d3f8492ee48" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-8274\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u002257066de1-9494-4861-ace7-cf46a286598b\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-8274_OsDisk_1_47e6215646544c0c8c0654f838d10792\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Compute/disks/testVM-8274_OsDisk_1_47e6215646544c0c8c0654f838d10792\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-8274\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Network/networkInterfaces/testNic-5498\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3637/providers/Microsoft.Compute/virtualMachines/testVM-8274/powerOff?api-version=2021-03-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "65b6b9f8e97afa8e04130cb65e96e34d", + "x-ms-client-request-id": "220e7ed74cfd69746b515e5014b42ce7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:18:04 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:18:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -29511,25 +23839,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65b6b9f8e97afa8e04130cb65e96e34d", - "x-ms-correlation-request-id": "d5d1f8ee-e2c8-4efa-aa76-c70c2467ef4c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1193", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061805Z:d5d1f8ee-e2c8-4efa-aa76-c70c2467ef4c" + "x-ms-client-request-id": "220e7ed74cfd69746b515e5014b42ce7", + "x-ms-correlation-request-id": "5fc980c6-59c9-463b-a350-7d4af9037d1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14642,Microsoft.Compute/GetOperation30Min;29642", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "61655205-c0e7-4297-b163-185fc3e29dac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061856Z:5fc980c6-59c9-463b-a350-7d4af9037d1e" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7dbdb377441c0a4992be5373bd8961ae", + "x-ms-client-request-id": "d88e18e4088e527c54713f9698d98ebf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29538,7 +23872,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:06 GMT", + "Date": "Mon, 25 Oct 2021 06:18:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29547,31 +23881,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dbdb377441c0a4992be5373bd8961ae", - "x-ms-correlation-request-id": "40a63492-e989-4530-bfcd-a076c64de7aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27069", - "x-ms-ratelimit-remaining-subscription-reads": "11541", - "x-ms-request-id": "92753a47-0b1a-49dd-a0fc-f5562ba8c0a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061806Z:40a63492-e989-4530-bfcd-a076c64de7aa" + "x-ms-client-request-id": "d88e18e4088e527c54713f9698d98ebf", + "x-ms-correlation-request-id": "f428b270-0277-4bc8-98d6-62e5f57a837c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14641,Microsoft.Compute/GetOperation30Min;29641", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "a0365203-462d-42ee-87ec-3616b9df0285", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061857Z:f428b270-0277-4bc8-98d6-62e5f57a837c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae36956bffbcccd1cbdd1b8f3da22a1d", + "x-ms-client-request-id": "0461eafd81f8541cfa16c0eac119429e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29580,7 +23914,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:06 GMT", + "Date": "Mon, 25 Oct 2021 06:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29589,31 +23923,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae36956bffbcccd1cbdd1b8f3da22a1d", - "x-ms-correlation-request-id": "ae085ef2-f2af-4d92-a88d-2a807f08c8da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27068", - "x-ms-ratelimit-remaining-subscription-reads": "11540", - "x-ms-request-id": "e7620f0a-f8e8-4ec3-8750-0dc3da410678", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061806Z:ae085ef2-f2af-4d92-a88d-2a807f08c8da" + "x-ms-client-request-id": "0461eafd81f8541cfa16c0eac119429e", + "x-ms-correlation-request-id": "8b259228-0346-4c9e-98aa-dc083648f054", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14640,Microsoft.Compute/GetOperation30Min;29640", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "f04f97d9-6c58-4bb6-bbc2-b770ebdd562f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061857Z:8b259228-0346-4c9e-98aa-dc083648f054" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aa3ee86e65d98a3135f2f217d87a1bc0", + "x-ms-client-request-id": "af452fba4eb7ce0902bbcd8c0cded092", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29622,7 +23956,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:06 GMT", + "Date": "Mon, 25 Oct 2021 06:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29631,31 +23965,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa3ee86e65d98a3135f2f217d87a1bc0", - "x-ms-correlation-request-id": "72c7507c-db06-40b8-9e5f-08e69a7e49e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27067", - "x-ms-ratelimit-remaining-subscription-reads": "11539", - "x-ms-request-id": "29b2ba98-1e61-40e1-a7ec-817bc65e4fa0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061806Z:72c7507c-db06-40b8-9e5f-08e69a7e49e5" + "x-ms-client-request-id": "af452fba4eb7ce0902bbcd8c0cded092", + "x-ms-correlation-request-id": "a5d373da-63b6-4e5c-9a2d-ae8426386c76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14639,Microsoft.Compute/GetOperation30Min;29639", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "45e20c3f-62cf-430e-8b5d-e17406610b3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061857Z:a5d373da-63b6-4e5c-9a2d-ae8426386c76" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3a80fd89f5b07867e2f0b13f29bacdef", + "x-ms-client-request-id": "29539fc3275263effc3ade784891903b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29664,7 +23998,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:06 GMT", + "Date": "Mon, 25 Oct 2021 06:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29673,31 +24007,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a80fd89f5b07867e2f0b13f29bacdef", - "x-ms-correlation-request-id": "f216caa1-ff6b-4fc5-8dd2-8e193ed7bd17", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27066", - "x-ms-ratelimit-remaining-subscription-reads": "11538", - "x-ms-request-id": "6302cea2-01a0-46aa-96d5-917e5c222bba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061806Z:f216caa1-ff6b-4fc5-8dd2-8e193ed7bd17" + "x-ms-client-request-id": "29539fc3275263effc3ade784891903b", + "x-ms-correlation-request-id": "c746f0b6-4b15-4b68-9af9-4831a5aa8609", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14638,Microsoft.Compute/GetOperation30Min;29638", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "b35bed7a-948b-4058-91b0-e5f38d6ce775", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061857Z:c746f0b6-4b15-4b68-9af9-4831a5aa8609" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d5043694b74a05d564ab79ca0db9f451", + "x-ms-client-request-id": "69dca12edf93ae07e093013cb490471c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29706,7 +24040,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:06 GMT", + "Date": "Mon, 25 Oct 2021 06:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29715,31 +24049,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5043694b74a05d564ab79ca0db9f451", - "x-ms-correlation-request-id": "3d0b1b8d-9bbe-4874-94c1-49167758dd65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27065", - "x-ms-ratelimit-remaining-subscription-reads": "11537", - "x-ms-request-id": "1fb1bbc6-b7c7-4eb1-acb7-ca0760fb22bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061807Z:3d0b1b8d-9bbe-4874-94c1-49167758dd65" + "x-ms-client-request-id": "69dca12edf93ae07e093013cb490471c", + "x-ms-correlation-request-id": "6834d6f6-33fe-4864-98b7-15f2874b9ba8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14637,Microsoft.Compute/GetOperation30Min;29637", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "8b62f3ab-8028-4fd6-b2cf-29c8322ef9ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061858Z:6834d6f6-33fe-4864-98b7-15f2874b9ba8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3f055ac1ef22796c80c6c8e8b3f2617a", + "x-ms-client-request-id": "22272e4618c6924b3fe2b27c70918571", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29748,7 +24082,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:07 GMT", + "Date": "Mon, 25 Oct 2021 06:18:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29757,31 +24091,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f055ac1ef22796c80c6c8e8b3f2617a", - "x-ms-correlation-request-id": "d149f18f-942a-4fb2-9e23-e028b6ac6746", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27064", - "x-ms-ratelimit-remaining-subscription-reads": "11536", - "x-ms-request-id": "fd43f967-66fd-443a-a76f-61105d3a0d4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061807Z:d149f18f-942a-4fb2-9e23-e028b6ac6746" + "x-ms-client-request-id": "22272e4618c6924b3fe2b27c70918571", + "x-ms-correlation-request-id": "ae5358dc-a94f-4f0f-8810-51b3ec38b923", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14636,Microsoft.Compute/GetOperation30Min;29636", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "deefa861-0402-43d3-afde-865e954da5f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061858Z:ae5358dc-a94f-4f0f-8810-51b3ec38b923" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a28202254675d276277bd6057c9d6a28", + "x-ms-client-request-id": "6b5d912b6701e4fe97a449bf25b3ae6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29790,7 +24124,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:07 GMT", + "Date": "Mon, 25 Oct 2021 06:18:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29799,31 +24133,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a28202254675d276277bd6057c9d6a28", - "x-ms-correlation-request-id": "d92c2516-0b77-4ff6-be1f-13cea19c466a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27063", - "x-ms-ratelimit-remaining-subscription-reads": "11535", - "x-ms-request-id": "cc1a96cf-8b8d-4178-8c09-a7477ec49f11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061807Z:d92c2516-0b77-4ff6-be1f-13cea19c466a" + "x-ms-client-request-id": "6b5d912b6701e4fe97a449bf25b3ae6b", + "x-ms-correlation-request-id": "caea6b77-e915-4a04-82e3-4597007c6ce1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14635,Microsoft.Compute/GetOperation30Min;29635", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "03aa4f9e-c656-4650-8faf-799675aa3e6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061858Z:caea6b77-e915-4a04-82e3-4597007c6ce1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf7d60fb8db5a5cdc98b5484eeed5171", + "x-ms-client-request-id": "1932c1f36d691575564a29b02c8b3e4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29832,7 +24166,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:07 GMT", + "Date": "Mon, 25 Oct 2021 06:18:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29841,31 +24175,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf7d60fb8db5a5cdc98b5484eeed5171", - "x-ms-correlation-request-id": "c0a7c603-b4b3-4720-85fa-35c38f0c51df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27061", - "x-ms-ratelimit-remaining-subscription-reads": "11534", - "x-ms-request-id": "71140284-3c2a-4fe1-9829-94908a4de4e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061807Z:c0a7c603-b4b3-4720-85fa-35c38f0c51df" + "x-ms-client-request-id": "1932c1f36d691575564a29b02c8b3e4e", + "x-ms-correlation-request-id": "7bf1f3e8-b3b7-491f-a3d1-cfec1b5632ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14634,Microsoft.Compute/GetOperation30Min;29634", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "37ee1d81-7820-4216-be17-f9c42ce01c77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061858Z:7bf1f3e8-b3b7-491f-a3d1-cfec1b5632ed" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0ba5fe4952367bdbe43318a61866fde3", + "x-ms-client-request-id": "2210900ddc32df1b2f438b21cf8c6c8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29874,7 +24208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:07 GMT", + "Date": "Mon, 25 Oct 2021 06:18:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29883,31 +24217,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ba5fe4952367bdbe43318a61866fde3", - "x-ms-correlation-request-id": "6c09da5e-5f58-4073-90ec-105019deaac1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27060", - "x-ms-ratelimit-remaining-subscription-reads": "11533", - "x-ms-request-id": "18d39245-24a0-487f-900e-46f2622e23ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061808Z:6c09da5e-5f58-4073-90ec-105019deaac1" + "x-ms-client-request-id": "2210900ddc32df1b2f438b21cf8c6c8c", + "x-ms-correlation-request-id": "b0e6c58f-adbd-4dfa-82f3-ea31d4e63250", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14632,Microsoft.Compute/GetOperation30Min;29632", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "8766b1d1-de47-4650-9c9d-c313147e0330", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061859Z:b0e6c58f-adbd-4dfa-82f3-ea31d4e63250" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53ed9f5b927497c534ddd8eaf2f1e33a", + "x-ms-client-request-id": "ae8947336c5fbd071b4715b73d4db70c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29916,7 +24250,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:08 GMT", + "Date": "Mon, 25 Oct 2021 06:18:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29925,31 +24259,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53ed9f5b927497c534ddd8eaf2f1e33a", - "x-ms-correlation-request-id": "1ebc9dcd-2a5d-430f-b68b-c87af31e12b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27059", - "x-ms-ratelimit-remaining-subscription-reads": "11532", - "x-ms-request-id": "891ac88b-a58b-4849-a0da-49fee2727f11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061808Z:1ebc9dcd-2a5d-430f-b68b-c87af31e12b5" + "x-ms-client-request-id": "ae8947336c5fbd071b4715b73d4db70c", + "x-ms-correlation-request-id": "bc6ce631-5ea1-4314-83d7-5bd5741437d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14631,Microsoft.Compute/GetOperation30Min;29631", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "2ba7298c-ebd9-4132-81cb-dc487e734a6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061859Z:bc6ce631-5ea1-4314-83d7-5bd5741437d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7dbc65295ef8a8f18402eb8175278d62", + "x-ms-client-request-id": "94b1fb658ba21638a553ea26e25346c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -29958,7 +24292,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:08 GMT", + "Date": "Mon, 25 Oct 2021 06:18:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -29967,31 +24301,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dbc65295ef8a8f18402eb8175278d62", - "x-ms-correlation-request-id": "aa746429-0078-4d3d-a61d-d42e575717e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27058", - "x-ms-ratelimit-remaining-subscription-reads": "11531", - "x-ms-request-id": "0755c3d8-7fd1-4a74-9d74-b5a394b4d3d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061808Z:aa746429-0078-4d3d-a61d-d42e575717e3" + "x-ms-client-request-id": "94b1fb658ba21638a553ea26e25346c9", + "x-ms-correlation-request-id": "d9a7315d-0340-4a2b-af49-a11fc08c91b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14630,Microsoft.Compute/GetOperation30Min;29630", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "1f8cdc3f-85cd-4eab-8b41-e26858acd774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061859Z:d9a7315d-0340-4a2b-af49-a11fc08c91b4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4f28708efeffb7fc390dd7597af188f2", + "x-ms-client-request-id": "e57c9ddd8f01a1ef895306ebc764a2e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30000,7 +24334,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:08 GMT", + "Date": "Mon, 25 Oct 2021 06:18:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30009,31 +24343,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f28708efeffb7fc390dd7597af188f2", - "x-ms-correlation-request-id": "acac3974-6de4-4a86-b038-deb63a2d077b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27057", - "x-ms-ratelimit-remaining-subscription-reads": "11530", - "x-ms-request-id": "a11ea0fc-a7a0-4158-b96c-85e0ddd4550d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061808Z:acac3974-6de4-4a86-b038-deb63a2d077b" + "x-ms-client-request-id": "e57c9ddd8f01a1ef895306ebc764a2e1", + "x-ms-correlation-request-id": "d3f87763-79c1-4e59-98b1-65b3805526fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14629,Microsoft.Compute/GetOperation30Min;29629", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "e5283f0a-c6e3-4e04-bc0a-dab90d546091", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061859Z:d3f87763-79c1-4e59-98b1-65b3805526fe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b27ddd4f7faafdebad44cf72a743210d", + "x-ms-client-request-id": "d3bc7e8bd8daa8e90e72090c81e0dbc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30042,7 +24376,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:08 GMT", + "Date": "Mon, 25 Oct 2021 06:19:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30051,31 +24385,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b27ddd4f7faafdebad44cf72a743210d", - "x-ms-correlation-request-id": "66adac66-c106-465f-ad62-03ea2c54bfd4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27056", - "x-ms-ratelimit-remaining-subscription-reads": "11529", - "x-ms-request-id": "bd761748-b7f1-40be-a601-97f606111ee0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061809Z:66adac66-c106-465f-ad62-03ea2c54bfd4" + "x-ms-client-request-id": "d3bc7e8bd8daa8e90e72090c81e0dbc8", + "x-ms-correlation-request-id": "a9f3033c-8f97-46d4-a9ee-353496f86d6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14628,Microsoft.Compute/GetOperation30Min;29628", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "34329fdc-f43b-4879-8d37-ea2aa90ef441", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061900Z:a9f3033c-8f97-46d4-a9ee-353496f86d6e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "815c764f94c82b3a680443ea87982e93", + "x-ms-client-request-id": "9fda4b01d2d1d50b0c0f0a4f844d4f41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30084,7 +24418,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:09 GMT", + "Date": "Mon, 25 Oct 2021 06:19:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30093,31 +24427,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "815c764f94c82b3a680443ea87982e93", - "x-ms-correlation-request-id": "20c722d2-ecd9-4c21-a97c-94a369701eb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27055", - "x-ms-ratelimit-remaining-subscription-reads": "11528", - "x-ms-request-id": "1c2e73fe-a224-4a99-a797-ad0eca293261", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061809Z:20c722d2-ecd9-4c21-a97c-94a369701eb8" + "x-ms-client-request-id": "9fda4b01d2d1d50b0c0f0a4f844d4f41", + "x-ms-correlation-request-id": "6ae8e098-a3ad-40d6-be9a-d2c522ee8324", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14627,Microsoft.Compute/GetOperation30Min;29627", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "2df838bc-e8db-4d25-bdbb-15781b861ee9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061900Z:6ae8e098-a3ad-40d6-be9a-d2c522ee8324" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9832f879daa90eb7852ba1bb2f8a10f5", + "x-ms-client-request-id": "639b08b1729704efb4d4d68e86e21fa9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30126,7 +24460,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:09 GMT", + "Date": "Mon, 25 Oct 2021 06:19:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30135,31 +24469,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9832f879daa90eb7852ba1bb2f8a10f5", - "x-ms-correlation-request-id": "e77f2d69-b551-4b85-9f35-09c18a584594", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27054", - "x-ms-ratelimit-remaining-subscription-reads": "11527", - "x-ms-request-id": "c6723166-06e1-4f20-9401-cca5235a2318", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061809Z:e77f2d69-b551-4b85-9f35-09c18a584594" + "x-ms-client-request-id": "639b08b1729704efb4d4d68e86e21fa9", + "x-ms-correlation-request-id": "0174332c-cbd6-47ce-9818-667f87e9a081", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14626,Microsoft.Compute/GetOperation30Min;29626", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "e44e4f53-9a82-4211-a27b-356e06c671c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061900Z:0174332c-cbd6-47ce-9818-667f87e9a081" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0309caeb0794bb2aa2514aa63c007515", + "x-ms-client-request-id": "7be93e780289b81073e6c7cacd9a23c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30168,7 +24502,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:09 GMT", + "Date": "Mon, 25 Oct 2021 06:19:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30177,31 +24511,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0309caeb0794bb2aa2514aa63c007515", - "x-ms-correlation-request-id": "9811ad21-2968-4343-9343-82e62bf56e8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27053", - "x-ms-ratelimit-remaining-subscription-reads": "11526", - "x-ms-request-id": "e0a70f9d-8a26-4782-87ad-da7b34c38281", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061809Z:9811ad21-2968-4343-9343-82e62bf56e8e" + "x-ms-client-request-id": "7be93e780289b81073e6c7cacd9a23c1", + "x-ms-correlation-request-id": "8b43c085-fb23-4450-b6b0-0985c078892d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14625,Microsoft.Compute/GetOperation30Min;29625", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "58def09a-dcf6-492d-8251-9e50a5321db9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061900Z:8b43c085-fb23-4450-b6b0-0985c078892d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aef83b1589117563be4efb9cf27ffcdd", + "x-ms-client-request-id": "795bc72377458e315bd5eafcfc7c4e29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30210,7 +24544,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:09 GMT", + "Date": "Mon, 25 Oct 2021 06:19:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30219,31 +24553,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aef83b1589117563be4efb9cf27ffcdd", - "x-ms-correlation-request-id": "e9406c53-65e9-4494-b61d-3c8c253e7397", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27052", - "x-ms-ratelimit-remaining-subscription-reads": "11525", - "x-ms-request-id": "bb24c242-fdf4-492b-9cfb-baa9d399c072", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061810Z:e9406c53-65e9-4494-b61d-3c8c253e7397" + "x-ms-client-request-id": "795bc72377458e315bd5eafcfc7c4e29", + "x-ms-correlation-request-id": "adf83ac7-2066-41b2-83d3-cb04a5a77507", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14624,Microsoft.Compute/GetOperation30Min;29624", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "119de8cf-0e14-43f5-a758-617e6060380f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061901Z:adf83ac7-2066-41b2-83d3-cb04a5a77507" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bcfe4ef42b8f72fece76f6578f11d285", + "x-ms-client-request-id": "46d761f0d363aeb7f8e2f0b0aa24371a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30252,7 +24586,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:10 GMT", + "Date": "Mon, 25 Oct 2021 06:19:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30261,31 +24595,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcfe4ef42b8f72fece76f6578f11d285", - "x-ms-correlation-request-id": "faa35612-8441-4a12-b58a-fb0910899667", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27051", - "x-ms-ratelimit-remaining-subscription-reads": "11524", - "x-ms-request-id": "02d0d395-beb0-4af0-97a4-4682b8fb1f29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061810Z:faa35612-8441-4a12-b58a-fb0910899667" + "x-ms-client-request-id": "46d761f0d363aeb7f8e2f0b0aa24371a", + "x-ms-correlation-request-id": "e41e5be0-b3a6-46e1-8175-b90665e09685", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14623,Microsoft.Compute/GetOperation30Min;29623", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "e8da6514-b9b2-4213-b5b2-a33be991cab1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061901Z:e41e5be0-b3a6-46e1-8175-b90665e09685" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f3a68cb5619162e3679344460b8dc822", + "x-ms-client-request-id": "bf6b15b1a68700640d5a1fb41714bcf7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30294,7 +24628,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:10 GMT", + "Date": "Mon, 25 Oct 2021 06:19:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30303,31 +24637,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3a68cb5619162e3679344460b8dc822", - "x-ms-correlation-request-id": "0a0bdad9-372f-4044-8d74-f185bc4af34e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27050", - "x-ms-ratelimit-remaining-subscription-reads": "11523", - "x-ms-request-id": "d2ea5d97-3126-476e-89dc-fe63e86cd897", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061810Z:0a0bdad9-372f-4044-8d74-f185bc4af34e" + "x-ms-client-request-id": "bf6b15b1a68700640d5a1fb41714bcf7", + "x-ms-correlation-request-id": "7f21621e-6644-43f9-b7d1-ff561de26a22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14622,Microsoft.Compute/GetOperation30Min;29622", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "fbb69f62-54cb-408e-b4c9-896e2babc943", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061901Z:7f21621e-6644-43f9-b7d1-ff561de26a22" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "edb16c55b901ea863d86e09a930be5ad", + "x-ms-client-request-id": "6cda9e97ddc24f5d0fad80628780e437", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30336,7 +24670,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:10 GMT", + "Date": "Mon, 25 Oct 2021 06:19:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30345,31 +24679,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edb16c55b901ea863d86e09a930be5ad", - "x-ms-correlation-request-id": "9aa971fe-0cfb-4106-919b-c146bad4f609", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27049", - "x-ms-ratelimit-remaining-subscription-reads": "11522", - "x-ms-request-id": "7d1df8f3-49bf-4944-8f6f-19003d1a45a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061810Z:9aa971fe-0cfb-4106-919b-c146bad4f609" + "x-ms-client-request-id": "6cda9e97ddc24f5d0fad80628780e437", + "x-ms-correlation-request-id": "bd546455-4553-499f-9604-df9f8d5359f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14621,Microsoft.Compute/GetOperation30Min;29621", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "0e6984c4-2d74-4155-99fe-a50aaaa8f5b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061901Z:bd546455-4553-499f-9604-df9f8d5359f9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "66e6767b08d9934c6a9c55fbe6b76740", + "x-ms-client-request-id": "e74ad09d8f1149a2fcd63809b30396e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30378,7 +24712,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:18:10 GMT", + "Date": "Mon, 25 Oct 2021 06:19:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30387,32 +24721,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66e6767b08d9934c6a9c55fbe6b76740", - "x-ms-correlation-request-id": "91b2ec2d-242f-4b79-b3f2-eef5f97e6183", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27048", - "x-ms-ratelimit-remaining-subscription-reads": "11521", - "x-ms-request-id": "c7b06dce-022f-4a92-beb7-5a2e81bb0afc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061811Z:91b2ec2d-242f-4b79-b3f2-eef5f97e6183" + "x-ms-client-request-id": "e74ad09d8f1149a2fcd63809b30396e4", + "x-ms-correlation-request-id": "bee5274f-da33-4cff-afb2-d4958029d528", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14620,Microsoft.Compute/GetOperation30Min;29620", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "14d9acb6-ac8a-4b8f-93e3-9648ab19aa3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061902Z:bee5274f-da33-4cff-afb2-d4958029d528" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:18:05.5448298\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:18:10.9041657\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:18:55.5159723\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:19:02.0003189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514\u0022\r\n", + " \u0022name\u0022: \u00225ccce97e-9236-4bad-b45f-952fd47ccaee\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a5bf6bfb-d835-4fb6-8ea7-8cd6a16e2514?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/5ccce97e-9236-4bad-b45f-952fd47ccaee?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2302d3aee45ffc8306bbb60b8049cf5b", + "x-ms-client-request-id": "0c18f925cb4ad457b81bb0d92501798c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -30420,7 +24754,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:18:11 GMT", + "Date": "Mon, 25 Oct 2021 06:19:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -30429,19 +24763,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2302d3aee45ffc8306bbb60b8049cf5b", - "x-ms-correlation-request-id": "f548afd1-b8de-46a1-9a81-c93de3a00e03", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27047", - "x-ms-ratelimit-remaining-subscription-reads": "11520", - "x-ms-request-id": "9cf47617-84e4-4649-9614-4bbe16ac167e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T061811Z:f548afd1-b8de-46a1-9a81-c93de3a00e03" + "x-ms-client-request-id": "0c18f925cb4ad457b81bb0d92501798c", + "x-ms-correlation-request-id": "c9a7680e-a2a8-4215-af37-880703ce7c3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14619,Microsoft.Compute/GetOperation30Min;29619", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "4ff4aeda-c805-41e5-93a4-1f49772aae50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061902Z:c9a7680e-a2a8-4215-af37-880703ce7c3d" }, "ResponseBody": [] } ], "Variables": { "RandomSeed": "2003507001", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff()Async.json index 2e560c3e9aeaf..37bb4f2663d5f 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/PowerOff()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-ea256d0565cf8840b98583c4e3579528-e77a63ba2adb7741-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "8c07f51e7999ea25fe220a38b9612e00", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:49 GMT", + "Date": "Mon, 25 Oct 2021 06:28:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f9cb463-0f8e-4b7b-9f1a-d2a6a02ecda6", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0f9cb463-0f8e-4b7b-9f1a-d2a6a02ecda6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062249Z:0f9cb463-0f8e-4b7b-9f1a-d2a6a02ecda6" + "x-ms-correlation-request-id": "851ac56c-ebae-4be1-bf02-5dfb8831d33f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "851ac56c-ebae-4be1-bf02-5dfb8831d33f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062858Z:851ac56c-ebae-4be1-bf02-5dfb8831d33f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-4942?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-4942?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-3f96a9febcf3004e830829838c6479a5-0b6c5b22a71ee541-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "846c1fd8d40f7b669b824a911257f819", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:49 GMT", + "Date": "Mon, 25 Oct 2021 06:28:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d82c42a-6cc6-4ae4-89cb-7a4089babd3f", + "x-ms-correlation-request-id": "7f6e62f1-d7a3-4319-b74f-29fd1be32674", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9d82c42a-6cc6-4ae4-89cb-7a4089babd3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062250Z:9d82c42a-6cc6-4ae4-89cb-7a4089babd3f" + "x-ms-request-id": "7f6e62f1-d7a3-4319-b74f-29fd1be32674", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062859Z:7f6e62f1-d7a3-4319-b74f-29fd1be32674" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942", "name": "testRG-4942", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-208abdf2cf835142bd03c314c26c1134-0c9ed8b16e408e45-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "d88204f3d3929d9c33818f086f820c4a", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:50 GMT", + "Date": "Mon, 25 Oct 2021 06:29:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ff226b6-f8c6-48d9-aa3e-2827e3d1b2bb", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "1ff226b6-f8c6-48d9-aa3e-2827e3d1b2bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062251Z:1ff226b6-f8c6-48d9-aa3e-2827e3d1b2bb" + "x-ms-correlation-request-id": "815114a1-f5ea-47cf-a004-593c61e35e61", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "815114a1-f5ea-47cf-a004-593c61e35e61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062900Z:815114a1-f5ea-47cf-a004-593c61e35e61" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,343 +8618,55 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-208abdf2cf835142bd03c314c26c1134-2ac0e2b3932ced4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9a2d65f033e51e25dda2a06c10b23fa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "testSubnet-2792", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef7e67b9-eae7-4527-bbe3-9a7a48c76f6b?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14e0a7d6-aca7-4f3f-8e2d-ca8239688825", - "x-ms-client-request-id": "9a2d65f033e51e25dda2a06c10b23fa0", - "x-ms-correlation-request-id": "afad4fe4-abb9-48ba-87df-71bae6289dee", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "ef7e67b9-eae7-4527-bbe3-9a7a48c76f6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062256Z:afad4fe4-abb9-48ba-87df-71bae6289dee" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-1282\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022dc44820f-f447-48bf-9d50-898875827745\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002297c84ed1-8214-4aee-9ad4-ca75259ec501\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-2792\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022dc44820f-f447-48bf-9d50-898875827745\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef7e67b9-eae7-4527-bbe3-9a7a48c76f6b?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-208abdf2cf835142bd03c314c26c1134-2667c6f051b24442-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9367c884ddebc09bde64faef33308d80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94f03780-e2a0-4639-b606-38ca5275ba2d", - "x-ms-client-request-id": "9367c884ddebc09bde64faef33308d80", - "x-ms-correlation-request-id": "39324a3d-416d-4989-8cb3-23468037dca6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "fdd42839-c82e-45e2-b978-f940ebacf388", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062257Z:39324a3d-416d-4989-8cb3-23468037dca6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef7e67b9-eae7-4527-bbe3-9a7a48c76f6b?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-208abdf2cf835142bd03c314c26c1134-538eaf2898da7b49-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c01fee42c675f06ed894b3739140324b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "901f9042-212c-42cd-9fd6-b7449964fa0e", - "x-ms-client-request-id": "c01fee42c675f06ed894b3739140324b", - "x-ms-correlation-request-id": "c054a974-a36c-40ef-a6eb-924666f41c20", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "8bf1e41e-21f3-4923-9cd4-1d4f09cbe898", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062258Z:c054a974-a36c-40ef-a6eb-924666f41c20" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-208abdf2cf835142bd03c314c26c1134-353b7e41a5e52a42-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "48e8d88eac4b0bb4134c6777059d65b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:57 GMT", - "ETag": "W/\u00222518c8e1-84ed-4ca4-ae8f-acd72dbeda69\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09f47cca-9efb-481c-b41b-94cc71ab8522", - "x-ms-client-request-id": "48e8d88eac4b0bb4134c6777059d65b7", - "x-ms-correlation-request-id": "ac36562e-2757-4e46-91e2-55f4022079f4", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "741726f0-1aa0-4e2a-a8a3-19d4a26c6584", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062258Z:ac36562e-2757-4e46-91e2-55f4022079f4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-1282\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222518c8e1-84ed-4ca4-ae8f-acd72dbeda69\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002297c84ed1-8214-4aee-9ad4-ca75259ec501\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-2792\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222518c8e1-84ed-4ca4-ae8f-acd72dbeda69\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3b16718febfa1142bb2a5d097911dcdc-67ec93f745ac4c4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "73fca220525259bd76bb562a272e9d31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "115076", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:22:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11de259d-ae92-4a89-bce4-6494301a7962", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "11de259d-ae92-4a89-bce4-6494301a7962", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062259Z:11de259d-ae92-4a89-bce4-6494301a7962" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" }, { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", + "resourceType": "expressRoutePorts", "locations": [ "West US", "East US", @@ -8864,17 +8692,21 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", "France Central", "Australia Central", - "South Africa North", "UAE North", + "South Africa North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -8902,1256 +8734,731 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "virtualNetworks/taggedTrafficConsumers", + "resourceType": "frontdoors", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-08-01" ], + "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "natGateways", + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "publicIPAddresses", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", "Australia Central", - "South Africa North", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } + "2019-11-01" ], + "defaultApiVersion": "2019-11-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "customIpPrefixes", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkInterfaces", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", + "Switzerland West", "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", "Southeast Asia", - "North Central US", + "East US SLV", "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", + "Norway West", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "Japan East", "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", + "Canada Central", "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2019-11-01" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "None" }, { - "resourceType": "dscpConfigurations", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", + "Switzerland West", "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", + "Jio India West", + "South Africa North", + "UK South", "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", + "Australia Southeast", + "France South", "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints/privateLinkServiceProxies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", "Southeast Asia", - "North Central US", + "East US SLV", "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", + "Norway West", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", + "Japan East", "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", + "Canada Central", "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2019-11-01", "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a2d65f033e51e25dda2a06c10b23fa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "subnets": [ + { + "name": "testSubnet-2792", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6a0f4573-99bb-49cf-a1c7-d2172a8a0866?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "486c4ebe-f1ee-4027-bd2d-7b8c341ed704", + "x-ms-client-request-id": "9a2d65f033e51e25dda2a06c10b23fa0", + "x-ms-correlation-request-id": "5d483880-afd9-4c98-b374-319f470dda66", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "6a0f4573-99bb-49cf-a1c7-d2172a8a0866", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062906Z:5d483880-afd9-4c98-b374-319f470dda66" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-1282\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002232f6ec73-77f2-43dd-9b80-1c0842ee244e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00223ab05329-9820-4a2f-b0ef-20ac57f56add\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-2792\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002232f6ec73-77f2-43dd-9b80-1c0842ee244e\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6a0f4573-99bb-49cf-a1c7-d2172a8a0866?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9367c884ddebc09bde64faef33308d80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ec2d5acc-49cd-46de-9ada-cabf2f15c7e0", + "x-ms-client-request-id": "9367c884ddebc09bde64faef33308d80", + "x-ms-correlation-request-id": "4022505f-8268-45bb-bb73-5e5799298ec2", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "be22a2e6-bece-460e-a566-3f22e9f4e7b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062907Z:4022505f-8268-45bb-bb73-5e5799298ec2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6a0f4573-99bb-49cf-a1c7-d2172a8a0866?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c01fee42c675f06ed894b3739140324b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1570ac7a-6f4c-4368-afe1-eca13323e2a0", + "x-ms-client-request-id": "c01fee42c675f06ed894b3739140324b", + "x-ms-correlation-request-id": "0bfe9592-81ad-4474-bd39-6bd42ab8f8f7", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "536a146f-2f36-4e47-85b4-7eba839dd260", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062908Z:0bfe9592-81ad-4474-bd39-6bd42ab8f8f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48e8d88eac4b0bb4134c6777059d65b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:08 GMT", + "ETag": "W/\u0022d1d7ea78-d4fb-445c-a684-ce2e8acb8142\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cd90a39c-c337-44e7-9cee-2449d040b516", + "x-ms-client-request-id": "48e8d88eac4b0bb4134c6777059d65b7", + "x-ms-correlation-request-id": "afe5eef9-4454-4fbe-9847-4c2d445f379f", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3389b99e-e38f-4c35-b5c6-68ab9c3857e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062908Z:afe5eef9-4454-4fbe-9847-4c2d445f379f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-1282\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d1d7ea78-d4fb-445c-a684-ce2e8acb8142\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00223ab05329-9820-4a2f-b0ef-20ac57f56add\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-2792\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d1d7ea78-d4fb-445c-a684-ce2e8acb8142\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73fca220525259bd76bb562a272e9d31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "852a66c1-1266-448d-9195-c7d5892209cb", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "852a66c1-1266-448d-9195-c7d5892209cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062909Z:852a66c1-1266-448d-9195-c7d5892209cb" + }, + "ResponseBody": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" }, { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "North Central US", "South Central US", "Central US", @@ -10180,7 +9487,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10252,7 +9561,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkSecurityGroups", + "resourceType": "virtualNetworks/taggedTrafficConsumers", "locations": [ "West US", "East US", @@ -10288,7 +9597,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10357,10 +9668,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "applicationSecurityGroups", + "resourceType": "natGateways", "locations": [ "West US", "East US", @@ -10396,7 +9707,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10421,35 +9734,198 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2018-11-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ + "zoneMappings": [ { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] }, { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "serviceEndpointPolicies", + "resourceType": "publicIPAddresses", "locations": [ "West US", "East US", @@ -10485,7 +9961,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10519,175 +9997,25 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "routeTables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", "apiProfiles": [ @@ -10704,99 +10032,29 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "defaultApiVersion": "2020-03-01", "zoneMappings": [ { "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10807,8 +10065,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -10819,15 +10084,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -10835,32 +10108,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10871,40 +10144,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10915,39 +10188,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "ddosCustomPolicies", + "resourceType": "customIpPrefixes", "locations": [ "West US", "East US", @@ -10983,7 +10256,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10994,28 +10269,198 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers", + "resourceType": "networkInterfaces", "locations": [ "West US", "East US", @@ -11051,7 +10496,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11106,10 +10553,24 @@ "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/connectionMonitors", + "resourceType": "dscpConfigurations", "locations": [ "West US", "East US", @@ -11145,7 +10606,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11156,39 +10619,13 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2020-06-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/flowLogs", + "resourceType": "privateEndpoints", "locations": [ "West US", "East US", @@ -11224,7 +10661,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11247,27 +10686,13 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/pingMeshes", + "resourceType": "privateEndpoints/privateLinkServiceProxies", "locations": [ "West US", "East US", @@ -11303,7 +10728,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11326,27 +10753,76 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "virtualNetworkGateways", + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", "locations": [ "West US", "East US", @@ -11382,7 +10858,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11444,7 +10922,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11454,7 +10932,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "localNetworkGateways", + "resourceType": "networkSecurityGroups", "locations": [ "West US", "East US", @@ -11490,7 +10968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11552,7 +11032,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11562,7 +11042,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "connections", + "resourceType": "applicationSecurityGroups", "locations": [ "West US", "East US", @@ -11598,7 +11078,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11635,42 +11117,23 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" + "apiVersion": "2017-09-01" }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", "apiVersion": "2017-10-01" } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGateways", + "resourceType": "serviceEndpointPolicies", "locations": [ "West US", "East US", @@ -11706,7 +11169,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11740,201 +11205,13 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-01-01" ], "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "resourceType": "networkIntentPolicies", "locations": [ "West US", "East US", @@ -11963,6 +11240,7 @@ "Korea Central", "Korea South", "France Central", + "France South", "Australia Central", "South Africa North", "UAE North", @@ -11970,38 +11248,10 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12031,47 +11281,13 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-04-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operations", + "resourceType": "routeTables", "locations": [ "West US", "East US", @@ -12107,7 +11323,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12161,6 +11379,7 @@ "2015-05-01-preview", "2014-12-01-preview" ], + "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", @@ -12175,10 +11394,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operationResults", + "resourceType": "publicIPPrefixes", "locations": [ "West US", "East US", @@ -12214,7 +11433,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12242,143 +11463,198 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], - "apiProfiles": [ + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] }, { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] }, { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/CheckDnsNameAvailability", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "resourceType": "ddosCustomPolicies", "locations": [ "West US", "East US", @@ -12414,7 +11690,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12426,12 +11704,27 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01" + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/usages", + "resourceType": "networkWatchers", "locations": [ "West US", "East US", @@ -12467,7 +11760,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12521,24 +11816,11 @@ "2015-05-01-preview", "2014-12-01-preview" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "resourceType": "networkWatchers/connectionMonitors", "locations": [ "West US", "East US", @@ -12574,7 +11856,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12611,15 +11895,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableDelegations", + "resourceType": "networkWatchers/flowLogs", "locations": [ "West US", "East US", @@ -12655,7 +11937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12686,12 +11970,19 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/serviceTags", + "resourceType": "networkWatchers/pingMeshes", "locations": [ "West US", "East US", @@ -12727,7 +12018,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12750,12 +12043,27 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availablePrivateEndpointTypes", + "resourceType": "virtualNetworkGateways", "locations": [ "West US", "East US", @@ -12791,7 +12099,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12814,72 +12124,56 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableServiceAliases", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/checkPrivateLinkServiceVisibility", + "resourceType": "localNetworkGateways", "locations": [ "West US", "East US", @@ -12915,7 +12209,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12937,12 +12233,57 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/autoApprovedPrivateLinkServices", + "resourceType": "connections", "locations": [ "West US", "East US", @@ -12978,7 +12319,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13000,67 +12343,57 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "resourceType": "applicationGateways", "locations": [ "West US", "East US", @@ -13096,62 +12429,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13182,12 +12462,219 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/setAzureNetworkManagerConfiguration", + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", "locations": [ "West US", "East US", @@ -13223,7 +12710,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13232,49 +12721,29 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/getAzureNetworkManagerConfiguration", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], + "resourceType": "locations", + "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -13282,12 +12751,69 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/checkAcceleratedNetworkingSupport", + "resourceType": "locations/operations", "locations": [ "West US", "East US", @@ -13323,7 +12849,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13354,12 +12882,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/validateResourceOwnership", + "resourceType": "locations/operationResults", "locations": [ "West US", "East US", @@ -13395,7 +12958,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13426,12 +12991,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/setResourceOwnership", + "resourceType": "locations/CheckDnsNameAvailability", "locations": [ "West US", "East US", @@ -13467,7 +13067,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13498,12 +13100,33 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "capabilities": "None" }, { - "resourceType": "locations/effectiveResourceOwnership", + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", "locations": [ "West US", "East US", @@ -13539,7 +13162,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13551,31 +13176,12 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2020-05-01" ], "capabilities": "None" }, { - "resourceType": "operations", + "resourceType": "locations/usages", "locations": [ "West US", "East US", @@ -13611,7 +13217,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13665,569 +13273,1019 @@ "2015-05-01-preview", "2014-12-01-preview" ], - "capabilities": "None" - }, - { - "resourceType": "dnszones", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" + "apiVersion": "2015-06-15" }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" + "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnsOperationStatuses", + "resourceType": "locations/virtualNetworkAvailableEndpointServices", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "getDnsResourceReference", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "internalNotify", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/A", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", "2017-10-01", - "2017-09-15-preview", "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2017-08-01", + "2017-06-01", + "2017-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/AAAA", + "resourceType": "locations/availableDelegations", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CNAME", + "resourceType": "locations/serviceTags", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/PTR", + "resourceType": "locations/availablePrivateEndpointTypes", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], "capabilities": "None" }, { - "resourceType": "dnszones/MX", + "resourceType": "locations/availableServiceAliases", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/TXT", + "resourceType": "locations/checkPrivateLinkServiceVisibility", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SRV", + "resourceType": "locations/autoApprovedPrivateLinkServices", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SOA", + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/NS", + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CAA", + "resourceType": "locations/supportedVirtualMachineSizes", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/recordsets", + "resourceType": "locations/setAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/all", + "resourceType": "locations/getAzureNetworkManagerConfiguration", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "privateDnsZones/virtualNetworkLinks", + "resourceType": "locations/checkAcceleratedNetworkingSupport", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", - "2018-09-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "privateDnsOperationResults", + "resourceType": "locations/validateResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", - "2018-09-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" ], - "defaultApiVersion": "2018-09-01", "capabilities": "None" }, { - "resourceType": "privateDnsOperationStatuses", + "resourceType": "locations/setResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", - "2018-09-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" ], - "defaultApiVersion": "2018-09-01", "capabilities": "None" }, { - "resourceType": "privateDnsZonesInternal", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-01-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "virtualNetworks/privateDnsZoneLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "None" - }, - { - "resourceType": "trafficmanagerprofiles", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "trafficmanagerprofiles/heatMaps", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "checkTrafficManagerNameAvailability", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerUserMetricsKeys", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerGeographicHierarchies", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "expressRouteCircuits", + "resourceType": "locations/effectiveResourceOwnership", "locations": [ "West US", "East US", @@ -14263,7 +14321,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14294,34 +14354,12 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-04-01" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "expressRouteServiceProviders", + "resourceType": "operations", "locations": [ "West US", "East US", @@ -14357,7 +14395,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14414,1300 +14454,566 @@ "capabilities": "None" }, { - "resourceType": "applicationGatewayAvailableWafRuleSets", + "resourceType": "dnszones", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", "2017-10-01", + "2017-09-15-preview", "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01" + "2016-04-01" ], + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "applicationGatewayAvailableSslOptions", + "resourceType": "dnsOperationStatuses", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", "2017-10-01", + "2017-09-15-preview", "2017-09-01", - "2017-08-01", - "2017-06-01" + "2016-04-01" ], + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "applicationGatewayAvailableServerVariables", + "resourceType": "getDnsResourceReference", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-05-01" ], + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "applicationGatewayAvailableRequestHeaders", + "resourceType": "internalNotify", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-05-01" ], + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "applicationGatewayAvailableResponseHeaders", + "resourceType": "dnszones/A", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "routeFilters", + "resourceType": "dnszones/AAAA", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", "2017-10-01", + "2017-09-15-preview", "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "bgpServiceCommunities", + "resourceType": "dnszones/CNAME", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", "2017-10-01", + "2017-09-15-preview", "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01" + "2016-04-01", + "2015-05-04-preview" ], + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "virtualWans", + "resourceType": "dnszones/PTR", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", "2017-10-01", - "2017-09-01" + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "vpnSites", + "resourceType": "dnszones/MX", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", "2017-10-01", - "2017-09-01" + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "vpnServerConfigurations", + "resourceType": "dnszones/TXT", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "virtualHubs", + "resourceType": "dnszones/SRV", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", "2017-10-01", - "2017-09-01" + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "vpnGateways", + "resourceType": "dnszones/SOA", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", "2017-10-01", + "2017-09-15-preview", "2017-09-01" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "p2sVpnGateways", + "resourceType": "dnszones/recordsets", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "UAE North", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "expressRouteGateways", + "resourceType": "dnszones/all", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "expressRoutePortsLocations", + "resourceType": "privateDnsZones", "locations": [ - "France Central" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" + "2018-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "firewallPolicies", + "resourceType": "privateDnsZones/virtualNetworkLinks", "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "West US 3", - "Jio India West", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" + "2018-09-01" ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "ipGroups", + "resourceType": "privateDnsOperationResults", "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "West US 3", - "Jio India West", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "West Central US", - "Central US" + "global" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" + "2018-09-01" ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-09-01", + "capabilities": "None" }, { - "resourceType": "azureWebCategories", - "locations": [], + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" + "2020-06-01", + "2020-01-01", + "2018-09-01" ], - "defaultApiVersion": "2020-08-01", + "defaultApiVersion": "2018-09-01", "capabilities": "None" }, { - "resourceType": "locations/nfvOperations", - "locations": [], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" + "2018-09-01" ], + "defaultApiVersion": "2018-09-01", "capabilities": "None" }, { - "resourceType": "locations/nfvOperationResults", - "locations": [], + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" + "2018-09-01" ], + "defaultApiVersion": "2018-09-01", "capabilities": "None" }, { - "resourceType": "securityPartnerProviders", + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailability", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerUserMetricsKeys", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", "locations": [ "West US", "East US", @@ -15743,7 +15049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15758,17 +15066,54 @@ "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewalls", - "locations": [ - "West US", - "East US", - "North Europe", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteServiceProviders", + "locations": [ + "West US", + "East US", + "North Europe", "West Europe", "East Asia", "Southeast Asia", @@ -15776,6 +15121,8 @@ "South Central US", "Central US", "East US 2", + "Japan East", + "Japan West", "Brazil South", "Australia East", "Australia Southeast", @@ -15788,19 +15135,19 @@ "West US 2", "UK West", "UK South", - "France Central", - "Australia Central", - "Japan West", - "Japan East", "Korea Central", "Korea South", + "France Central", + "Australia Central", "South Africa North", "UAE North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15831,183 +15178,33 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "azureFirewallFqdnTags", + "resourceType": "applicationGatewayAvailableWafRuleSets", "locations": [ "West US", "East US", @@ -16043,7 +15240,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16070,12 +15269,26 @@ "2018-12-01", "2018-11-01", "2018-10-01", - "2018-08-01" + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" ], "capabilities": "None" }, { - "resourceType": "virtualNetworkTaps", + "resourceType": "applicationGatewayAvailableSslOptions", "locations": [ "West US", "East US", @@ -16111,7 +15324,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16138,13 +15353,24 @@ "2018-12-01", "2018-11-01", "2018-10-01", - "2018-08-01" + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "privateLinkServices", + "resourceType": "applicationGatewayAvailableServerVariables", "locations": [ "West US", "East US", @@ -16180,7 +15406,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16205,15 +15433,12 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" + "2018-11-01" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "locations/privateLinkServices", + "resourceType": "applicationGatewayAvailableRequestHeaders", "locations": [ "West US", "East US", @@ -16249,7 +15474,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16263,12 +15490,23 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" ], "capabilities": "None" }, { - "resourceType": "ddosProtectionPlans", + "resourceType": "applicationGatewayAvailableResponseHeaders", "locations": [ "West US", "East US", @@ -16304,7 +15542,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16329,27 +15569,12 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2018-02-01" - } + "2018-11-01" ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "networkProfiles", + "resourceType": "routeFilters", "locations": [ "West US", "East US", @@ -16385,7 +15610,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16415,252 +15642,343 @@ "2018-08-01", "2018-07-01", "2018-06-01", - "2018-05-01" + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", + "resourceType": "bgpServiceCommunities", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "virtualWans", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "defaultApiVersion": "2020-07-01", + "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "vpnSites", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", "North Central US", "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorWebApplicationFirewallPolicies", + "resourceType": "vpnServerConfigurations", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", "North Central US", "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", "Central US", - "East US", "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2019-11-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" ], - "defaultApiVersion": "2019-11-01", + "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/bareMetalTenants", + "resourceType": "virtualHubs", "locations": [ "West US", "East US", @@ -16696,7 +16014,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16724,12 +16044,22 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01" + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "bastionHosts", + "resourceType": "vpnGateways", "locations": [ "West US", "East US", @@ -16765,7 +16095,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16791,59 +16123,70 @@ "2019-02-01", "2018-12-01", "2018-11-01", - "2018-10-01" + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "virtualRouters", + "resourceType": "p2sVpnGateways", "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "West US 3", - "Jio India West", - "Japan East", - "UK West", "West US", "East US", "North Europe", "West Europe", - "West Central US", + "East Asia", + "Southeast Asia", + "North Central US", "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", "Australia East", - "Australia Central", "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", + "Central India", + "South India", + "West India", "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", "France Central", - "Central US" + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", "2020-08-01", "2020-07-01", "2020-06-01", @@ -16855,57 +16198,58 @@ "2019-11-01", "2019-09-01", "2019-08-01", - "2019-07-01" + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" ], - "defaultApiVersion": "2020-04-01", + "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "networkVirtualAppliances", + "resourceType": "expressRouteGateways", "locations": [ - "Brazil Southeast", - "West US 3", - "Jio India West", - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", "West US", "East US", "North Europe", "West Europe", - "West Central US", + "East Asia", + "Southeast Asia", + "North Central US", "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", "Australia East", - "Australia Central", "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", + "Central India", + "South India", + "West India", "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", "France Central", - "Central US" + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16921,14 +16265,26 @@ "2020-04-01", "2020-03-01", "2020-01-01", - "2019-12-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" ], - "defaultApiVersion": "2020-04-01", + "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "ipAllocations", + "resourceType": "expressRoutePortsLocations", "locations": [ + "France Central", "West US", "East US", "North Europe", @@ -16953,9 +16309,10 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", - "France Central", "Australia Central", "South Africa North", "UAE North", @@ -16963,7 +16320,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -16978,126 +16337,185 @@ "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01" + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "resourceType": "firewallPolicies", "locations": [ - "West Central US", - "North Central US", - "West US", - "West Europe", + "UAE North", + "Australia Central 2", "UAE Central", "Germany North", - "East US", - "West India", - "East US 2", - "Australia Central", - "Australia Central 2", - "South Africa West", - "Brazil South", - "UK West", - "North Europe", - "Central US", - "UAE North", - "Germany West Central", + "Central India", + "Korea South", + "Switzerland North", "Switzerland West", - "East Asia", - "Jio India West", - "South Africa North", - "UK South", - "South India", - "Australia Southeast", - "France South", - "West US 2", "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", "Norway East", - "France Central", - "West US 3", - "Central India", - "Korea South", - "Brazil Southeast", - "Korea Central", + "Norway West", + "South Africa North", + "East Asia", "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", "South Central US", - "Norway West", "Australia East", - "Japan East", - "Canada East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", "Canada Central", - "Switzerland North" + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2021-02-01-preview", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", + "2020-01-01", "2019-12-01", - "2019-11-01" - ], - "capabilities": "None" - }, + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, { - "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "resourceType": "ipGroups", "locations": [ - "West Central US", - "North Central US", - "West US", - "West Europe", + "UAE North", + "Australia Central 2", "UAE Central", "Germany North", - "East US", - "West India", - "East US 2", - "Australia Central", - "Australia Central 2", - "South Africa West", - "Brazil South", - "UK West", - "North Europe", - "Central US", - "UAE North", - "Germany West Central", + "Central India", + "Korea South", + "Switzerland North", "Switzerland West", - "East Asia", - "Jio India West", - "South Africa North", - "UK South", - "South India", - "Australia Southeast", - "France South", - "West US 2", "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", "Norway East", - "France Central", - "West US 3", - "Central India", - "Korea South", - "Brazil Southeast", - "Korea Central", + "Norway West", + "South Africa North", + "East Asia", "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", "South Central US", - "Norway West", "Australia East", - "Japan East", - "Canada East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", "Canada Central", - "Switzerland North" + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2021-02-01-preview", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", "2020-08-01" ], + "defaultApiVersion": "2020-08-01", "capabilities": "None" }, { - "resourceType": "networkVirtualApplianceSkus", + "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ "2021-05-01", @@ -17111,13 +16529,45 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" ], - "defaultApiVersion": "2020-04-01", "capabilities": "None" }, { - "resourceType": "locations/serviceTagDetails", + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", "locations": [ "West US", "East US", @@ -17153,59 +16603,4663 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", "2021-04-01", - "2021-03-01" + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" ], - "capabilities": "None" - } + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewalls", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewallFqdnTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualNetworkTaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "ddosProtectionPlans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2018-02-01" + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkProfiles", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "checkFrontdoorNameAvailability", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "None" + }, + { + "resourceType": "locations/bareMetalTenants", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "capabilities": "None" + }, + { + "resourceType": "bastionHosts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualRouters", + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkVirtualAppliances", + "locations": [ + "Brazil Southeast", + "West US 3", + "Jio India West", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipAllocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "272", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "475b61af35453a9513ad295ff7ea3b2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792" + } + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/9700ac73-6252-4373-9d06-7e5caa30dd62?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1682", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a409f070-5a80-4029-bfd3-ab74f68d3d53", + "x-ms-client-request-id": "475b61af35453a9513ad295ff7ea3b2f", + "x-ms-correlation-request-id": "caefa761-38ad-466d-8f4c-9374176e122a", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "9700ac73-6252-4373-9d06-7e5caa30dd62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062913Z:caefa761-38ad-466d-8f4c-9374176e122a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-5242\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221b1dbc4d-b1bd-40cb-a907-71cb1aec41cf\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00224e2cb009-9129-4ce3-bac7-c39506a82a7e\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221b1dbc4d-b1bd-40cb-a907-71cb1aec41cf\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022ffj1aorataxuvmhpecwfp3lk1f.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/9700ac73-6252-4373-9d06-7e5caa30dd62?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b5645ca6f09eb9f0cc25fa5295e628b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c798e0aa-fc85-44d0-8ff0-69146770f933", + "x-ms-client-request-id": "3b5645ca6f09eb9f0cc25fa5295e628b", + "x-ms-correlation-request-id": "601b1b72-3f6e-4da9-b111-f772d219f865", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8808aae0-6e43-4ef5-a231-464ca3cf8c41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062914Z:601b1b72-3f6e-4da9-b111-f772d219f865" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "992e2780ffbcd7fc24d61d5660a4dc33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1682", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:13 GMT", + "ETag": "W/\u00221b1dbc4d-b1bd-40cb-a907-71cb1aec41cf\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f461e8ec-1e66-489f-b7f0-eb31004b5f7d", + "x-ms-client-request-id": "992e2780ffbcd7fc24d61d5660a4dc33", + "x-ms-correlation-request-id": "43c28da5-2fa4-4bef-a39f-ea0b94fac12e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e91f4d3e-c1f9-417e-a13b-15e31f4aecd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062914Z:43c28da5-2fa4-4bef-a39f-ea0b94fac12e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-5242\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221b1dbc4d-b1bd-40cb-a907-71cb1aec41cf\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00224e2cb009-9129-4ce3-bac7-c39506a82a7e\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221b1dbc4d-b1bd-40cb-a907-71cb1aec41cf\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022ffj1aorataxuvmhpecwfp3lk1f.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1185", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b1950bc1ff948c25ef86917278975ccb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": { + "hardwareProfile": { + "vmSize": "Standard_F2" + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "osType": "Linux", + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "osProfile": { + "computerName": "testVM-1683", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242", + "properties": { + "primary": true + } + } + ] + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1950bc1ff948c25ef86917278975ccb", + "x-ms-correlation-request-id": "2a3eb3fe-3bc0-4f94-8d85-45a4765d9732", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1193", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "fac6d84c-46a7-4e9f-bfb6-3130e609681f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062917Z:2a3eb3fe-3bc0-4f94-8d85-45a4765d9732" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVM-1683\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u002215f24417-b212-49e4-b310-ed25ee32a83f\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-1683\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ee32ce6b1c980f601a2a9366e895f8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "35", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ee32ce6b1c980f601a2a9366e895f8d", + "x-ms-correlation-request-id": "5c99c01a-7fc7-48bb-b0f3-2bea896e3c9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27610", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "4695df2b-2174-4927-adbe-bfd19392fb0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062918Z:5c99c01a-7fc7-48bb-b0f3-2bea896e3c9a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17ca527aa5336f81a9ca6816e8f23ba7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17ca527aa5336f81a9ca6816e8f23ba7", + "x-ms-correlation-request-id": "d1b0f8a9-264b-429c-8e43-6de34561076e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27609", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fe2ead34-51fa-4619-9356-512b447ae7e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062918Z:d1b0f8a9-264b-429c-8e43-6de34561076e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c8c28fb3db3da0152f0340fa82b5cbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c8c28fb3db3da0152f0340fa82b5cbf", + "x-ms-correlation-request-id": "145af25e-00de-40f9-83e0-01d3d134a958", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27608", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "6c1fb150-80f1-457f-a91d-5ab2dd39ad15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062918Z:145af25e-00de-40f9-83e0-01d3d134a958" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ffb9891f737d4034aa7474ff48e0980f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffb9891f737d4034aa7474ff48e0980f", + "x-ms-correlation-request-id": "9e731a14-58c9-4a1f-9f4a-ea676d4ac243", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27607", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "7c78fa38-770f-4e3b-b84f-4bad863ed25d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062919Z:9e731a14-58c9-4a1f-9f4a-ea676d4ac243" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "453a026713fd3cda50efc5437171c67e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "453a026713fd3cda50efc5437171c67e", + "x-ms-correlation-request-id": "c57f3b49-de45-4c43-a2b1-066295368683", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27606", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f9e14a17-3a40-4444-9a88-a61ec5615d88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062919Z:c57f3b49-de45-4c43-a2b1-066295368683" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ff7a96e3b38882af44ba13fc9029271", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ff7a96e3b38882af44ba13fc9029271", + "x-ms-correlation-request-id": "a062b655-130f-430a-9d2d-496082df5134", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27605", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "3b7ad94d-0cff-4ba7-813e-31bbf96d3584", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062919Z:a062b655-130f-430a-9d2d-496082df5134" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6a8245716f10cc1ae7daf8daef0ce39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6a8245716f10cc1ae7daf8daef0ce39", + "x-ms-correlation-request-id": "71a8c5be-e427-4756-9a29-48b56dfdc506", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27604", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "6dbc9d0e-1ca7-4824-8f62-781e1fddded6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062919Z:71a8c5be-e427-4756-9a29-48b56dfdc506" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9f90f5ae38e92bd7d8b150b1729b724d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f90f5ae38e92bd7d8b150b1729b724d", + "x-ms-correlation-request-id": "ebed0bea-f024-459b-b308-53f1928e5423", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27603", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1e722787-d047-40c2-ae19-92f5e41a26ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062920Z:ebed0bea-f024-459b-b308-53f1928e5423" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4deb535d1fc9578de7eab0bb8c9cd903", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4deb535d1fc9578de7eab0bb8c9cd903", + "x-ms-correlation-request-id": "519e6ded-2bfb-4db1-9452-374e780d0b94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27602", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "593a1485-1fbc-444d-8f5f-a82758a3bb23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062920Z:519e6ded-2bfb-4db1-9452-374e780d0b94" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d390687cf2721e884d7cce3fc60f9a13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d390687cf2721e884d7cce3fc60f9a13", + "x-ms-correlation-request-id": "dd997270-9942-4c44-aef3-2a05ac092d2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27601", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "472589a7-d22c-4c38-90e7-8eca902ece2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062920Z:dd997270-9942-4c44-aef3-2a05ac092d2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b2f610a81058e6f6839b8fe881b9e3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b2f610a81058e6f6839b8fe881b9e3b", + "x-ms-correlation-request-id": "f8bf8dfc-1b65-490a-be17-1d54ab5ea99a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27600", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "1ca4a0d1-a2ed-436d-b223-7ff67dbb24ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062920Z:f8bf8dfc-1b65-490a-be17-1d54ab5ea99a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09354cd89f0a6adbcbccff4c504e91d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09354cd89f0a6adbcbccff4c504e91d7", + "x-ms-correlation-request-id": "7db3d5ce-acb3-473e-8ca0-d77f651cf95d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27599", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "9bd62d28-3e6d-46c4-aa07-63d4773eecf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062921Z:7db3d5ce-acb3-473e-8ca0-d77f651cf95d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bb19d507e6cfbfef8016b383a899632", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bb19d507e6cfbfef8016b383a899632", + "x-ms-correlation-request-id": "0fd95811-d1e8-4363-af94-59070a3e60f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27598", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "317e3c85-2db9-4d9e-9fa8-8606a1cd89db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062921Z:0fd95811-d1e8-4363-af94-59070a3e60f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "796693de90da6b0886c48f3881223e19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "796693de90da6b0886c48f3881223e19", + "x-ms-correlation-request-id": "5c765ab6-8c3b-4c04-a062-ecc1a56183a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27597", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e558faa0-656c-4e7d-a147-4a5abf4417a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062921Z:5c765ab6-8c3b-4c04-a062-ecc1a56183a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eaade0a8736959ce4e3a110833a23041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaade0a8736959ce4e3a110833a23041", + "x-ms-correlation-request-id": "8df465e3-a45b-46bc-8f2b-0d7788f4da8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27596", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "eb8ef18b-7be3-4d09-afb0-c7ebcd0e1363", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062921Z:8df465e3-a45b-46bc-8f2b-0d7788f4da8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd6ecd3517e7c0fd9446a4a8eec679d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd6ecd3517e7c0fd9446a4a8eec679d5", + "x-ms-correlation-request-id": "97c75b8f-da5a-436f-8812-117898d03149", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27595", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "741f50b1-bc12-4646-8a23-4e99e6852833", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062922Z:97c75b8f-da5a-436f-8812-117898d03149" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "599051c3acdb6ac8c40d2ba07e0037e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "599051c3acdb6ac8c40d2ba07e0037e3", + "x-ms-correlation-request-id": "9fc801d6-6c1a-4aa7-a8ed-9b8157b44298", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27594", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4e611154-8896-477d-8c2c-31b092b7cc96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062922Z:9fc801d6-6c1a-4aa7-a8ed-9b8157b44298" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4024e9481b39032e3ed5523ce266b88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4024e9481b39032e3ed5523ce266b88", + "x-ms-correlation-request-id": "cb05c8f8-a698-4294-a7ad-3bab29e94b5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27593", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "fd2b714c-5da1-4603-aa56-762ebed986c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062922Z:cb05c8f8-a698-4294-a7ad-3bab29e94b5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e2443bc0d61189660504f8daec5c4194", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2443bc0d61189660504f8daec5c4194", + "x-ms-correlation-request-id": "8b47320f-1083-4767-93ec-b3995495bfd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27592", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "f5a2d2b8-b1a2-4332-922e-828413a489be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062922Z:8b47320f-1083-4767-93ec-b3995495bfd7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a013c10fc4c342211f0076ee56a49b9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a013c10fc4c342211f0076ee56a49b9e", + "x-ms-correlation-request-id": "43d30f29-20d4-4b8d-a21f-3d85634fa7a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27591", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "39385205-011b-46db-b394-b1483356ce04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062923Z:43d30f29-20d4-4b8d-a21f-3d85634fa7a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43dfa2a154bbbdd1e879afaf8957a386", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43dfa2a154bbbdd1e879afaf8957a386", + "x-ms-correlation-request-id": "f9c954a7-f837-4706-adc1-5bb30ab25ed4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27590", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "b2afe002-2288-4496-8cba-4b0b96009b25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062923Z:f9c954a7-f837-4706-adc1-5bb30ab25ed4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0d14c1abca12fcc51902c31160773360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d14c1abca12fcc51902c31160773360", + "x-ms-correlation-request-id": "492d3df6-628c-4bdc-9864-b4b40982684a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27589", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "3eac7d3e-f5a2-4eee-a6c9-292361654e5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062923Z:492d3df6-628c-4bdc-9864-b4b40982684a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49385969fe7dbbd9ef56b84a1572b8c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49385969fe7dbbd9ef56b84a1572b8c7", + "x-ms-correlation-request-id": "ddede063-f613-4727-9df7-9c753e8c920d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27588", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "ce803c10-571d-4355-86be-b18db6283809", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062923Z:ddede063-f613-4727-9df7-9c753e8c920d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9442ef5c8d90d78bdde32ab890c05c70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9442ef5c8d90d78bdde32ab890c05c70", + "x-ms-correlation-request-id": "bb353a93-439c-40fe-a56a-714eda6d75bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27587", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "08a57ba3-347b-4d53-8478-07f409a49069", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062924Z:bb353a93-439c-40fe-a56a-714eda6d75bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2f464e45591ead09e8581ebc127ae6a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f464e45591ead09e8581ebc127ae6a6", + "x-ms-correlation-request-id": "9f31b8d1-be50-41a3-8ad4-6f0441f97f4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27586", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "2ef39224-c8eb-494b-aee7-3113bcdc1ee2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062924Z:9f31b8d1-be50-41a3-8ad4-6f0441f97f4e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70b4fc4a9e34dbcfcd616b99d4202a2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70b4fc4a9e34dbcfcd616b99d4202a2e", + "x-ms-correlation-request-id": "7861970e-6609-4525-bf55-8d9eb5a93937", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27585", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "19c782ea-c792-4ab2-8286-fcefa46d7bae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062924Z:7861970e-6609-4525-bf55-8d9eb5a93937" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c70447f9882c03a8e695ac376ecfc462", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c70447f9882c03a8e695ac376ecfc462", + "x-ms-correlation-request-id": "381e02bf-f0d3-4b7a-a392-7db6e176c415", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27584", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "e1d0ca62-1e00-4894-af63-a6a86d991bca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062925Z:381e02bf-f0d3-4b7a-a392-7db6e176c415" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "946e83fdec0ca73b7e6a62bded6fd9c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "946e83fdec0ca73b7e6a62bded6fd9c7", + "x-ms-correlation-request-id": "2780d1a3-e8d3-4b34-95fe-fb0a2ebddb49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27583", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "bf99532a-89d4-469c-8f97-2023de0b0aaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062925Z:2780d1a3-e8d3-4b34-95fe-fb0a2ebddb49" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cac2f02e1f76c17a53b18a9ff2976dfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cac2f02e1f76c17a53b18a9ff2976dfe", + "x-ms-correlation-request-id": "121ba510-d007-4cd8-aeea-4a4e0eb019bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27582", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "7f101e13-b755-4573-aee5-13fa497805a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062925Z:121ba510-d007-4cd8-aeea-4a4e0eb019bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "509c099d95b10d220c5d48c126eb1576", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "509c099d95b10d220c5d48c126eb1576", + "x-ms-correlation-request-id": "82298559-268b-41f1-aa8e-166ddc1e8095", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27581", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "623904f8-a80b-4c6f-b26b-0cb43aaaee10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062925Z:82298559-268b-41f1-aa8e-166ddc1e8095" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7e09e4bcf90cddec08ad405a619cb5e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e09e4bcf90cddec08ad405a619cb5e7", + "x-ms-correlation-request-id": "f2378c51-f76b-404f-bed1-ea1f5faf5ca6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27580", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "fc099edc-affe-4f08-a67d-b9a7def7c632", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062926Z:f2378c51-f76b-404f-bed1-ea1f5faf5ca6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e42064fd88d29816ceb5be19d6b99a68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e42064fd88d29816ceb5be19d6b99a68", + "x-ms-correlation-request-id": "f471da79-8cd3-4fa8-bbdb-a0799010265b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27579", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "4ee9515e-3f66-4011-808a-4fb1731caf8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062926Z:f471da79-8cd3-4fa8-bbdb-a0799010265b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0de2139cee8ea3f11cbf480454c7ab70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0de2139cee8ea3f11cbf480454c7ab70", + "x-ms-correlation-request-id": "76447f36-89b5-40df-b8ff-0644e9a3de70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27578", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "017800c3-c0a1-41de-aec2-fad6db8e43eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062926Z:76447f36-89b5-40df-b8ff-0644e9a3de70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c2c461a830cb34a3ce70b0573ad3064f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2c461a830cb34a3ce70b0573ad3064f", + "x-ms-correlation-request-id": "95b5b222-ea73-4fdd-b3ac-71e1cd5ff1df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27577", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "5e02f3e8-6c0a-4d99-b113-857c298558da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062926Z:95b5b222-ea73-4fdd-b3ac-71e1cd5ff1df" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4dbed812a7b90e58727cc81340114406", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4dbed812a7b90e58727cc81340114406", + "x-ms-correlation-request-id": "11b002f5-88e4-41ea-adf3-1ba677f4ba99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27576", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "eb2df6d9-5a53-4175-be4f-8f352c139769", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062927Z:11b002f5-88e4-41ea-adf3-1ba677f4ba99" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75714e0ad8f56b9d70ae3e1e3e9a6949", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75714e0ad8f56b9d70ae3e1e3e9a6949", + "x-ms-correlation-request-id": "37e8b921-820e-4b7e-8967-0194db151ad2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27575", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "e6508b3d-009f-459b-8bef-efd607840e2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062927Z:37e8b921-820e-4b7e-8967-0194db151ad2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7cf2f9b85d0800b608b5504f6890f4bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cf2f9b85d0800b608b5504f6890f4bc", + "x-ms-correlation-request-id": "85e8c881-dc49-4314-9506-03619143a27d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27574", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "aa92fe17-9e79-4162-829e-32e48487b0bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062927Z:85e8c881-dc49-4314-9506-03619143a27d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec4ca92b91613a5a3b52dd0a683acfd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec4ca92b91613a5a3b52dd0a683acfd8", + "x-ms-correlation-request-id": "b219720e-869d-41e9-9dc8-6cf0d9200890", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27573", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "215f66a4-c5a8-46e3-8fe2-fc57de8c7a27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062927Z:b219720e-869d-41e9-9dc8-6cf0d9200890" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "465b7e12c81facfd97716d3f884e03e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "465b7e12c81facfd97716d3f884e03e0", + "x-ms-correlation-request-id": "8ad3227f-7134-4a5d-aca2-c0bffdf06dcf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27572", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "bd7610cc-f469-48af-90cf-8a912a46e67a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062928Z:8ad3227f-7134-4a5d-aca2-c0bffdf06dcf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "95f281ba7d4d27e79fb740b580ac97ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95f281ba7d4d27e79fb740b580ac97ce", + "x-ms-correlation-request-id": "12ab9dea-8cd2-46da-973e-897d701035a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27571", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "575e3522-e78e-4e00-b52e-70382e4eecc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062928Z:12ab9dea-8cd2-46da-973e-897d701035a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e93c78e6ad34639daca054f0231ab2ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e93c78e6ad34639daca054f0231ab2ed", + "x-ms-correlation-request-id": "65cedd89-fe4e-4a2a-a88b-b3bacd1bd87e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27570", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "b94c7671-888b-49c1-a7dd-1cb79006a43c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062928Z:65cedd89-fe4e-4a2a-a88b-b3bacd1bd87e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e64ffd4f3a47958a9634a76787472ceb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e64ffd4f3a47958a9634a76787472ceb", + "x-ms-correlation-request-id": "0246d78d-f3bf-45cf-b7e7-774a8f13caa2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27569", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "fa393202-1cff-4eaf-ba23-45880f5e8b9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062928Z:0246d78d-f3bf-45cf-b7e7-774a8f13caa2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10599ed919120dabe48ee8ac28f70384", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10599ed919120dabe48ee8ac28f70384", + "x-ms-correlation-request-id": "eabfe9ad-d7a2-4102-9433-080d2d37407c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27568", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "e18bee6c-6f68-4f7b-aecc-f66d08f04119", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062929Z:eabfe9ad-d7a2-4102-9433-080d2d37407c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82665305b05cab86eda652ff0535dc64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82665305b05cab86eda652ff0535dc64", + "x-ms-correlation-request-id": "9042153a-5ba0-40a8-b03b-b5a5de715856", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27567", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "ac993c61-f273-4e93-81f5-295638713e20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062929Z:9042153a-5ba0-40a8-b03b-b5a5de715856" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85176874a2c135db514202b951dd6d9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85176874a2c135db514202b951dd6d9f", + "x-ms-correlation-request-id": "fa2382ac-d712-459b-82b0-6b24d1893455", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27566", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "093757f6-02bf-4cff-ba36-0cc4b9cae53a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062929Z:fa2382ac-d712-459b-82b0-6b24d1893455" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34622331a9e1288e18ad226bc7ab08ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34622331a9e1288e18ad226bc7ab08ae", + "x-ms-correlation-request-id": "c414c73c-6ec0-4036-8f62-4d5314a6f2d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27565", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "0356dbbc-af88-4330-931f-8e19df02c98c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062929Z:c414c73c-6ec0-4036-8f62-4d5314a6f2d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf3884b27ee063c27831301aaecd5a0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf3884b27ee063c27831301aaecd5a0f", + "x-ms-correlation-request-id": "65f16b35-9bae-4ef0-afe3-707f8739e215", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;27564", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "2c377dc2-a96f-4072-b99d-fc7fea979fd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062930Z:65f16b35-9bae-4ef0-afe3-707f8739e215" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1ceb338a7d3cb83d9ee6c137f6f6ea6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1ceb338a7d3cb83d9ee6c137f6f6ea6", + "x-ms-correlation-request-id": "84d3d5a7-69b6-4be6-8a16-ec1864b5db70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;27563", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "2a5b75e2-598e-49a7-92a3-1a81c920c458", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062930Z:84d3d5a7-69b6-4be6-8a16-ec1864b5db70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cd065339ada5b3bf60ffbcb078747a4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd065339ada5b3bf60ffbcb078747a4a", + "x-ms-correlation-request-id": "fedf848c-a699-457d-a5ce-756d22f5a68d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;27562", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "704e756d-28b7-478d-b9c6-71cec6257eac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062930Z:fedf848c-a699-457d-a5ce-756d22f5a68d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1333125327dd0adb016ce5f211aee308", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1333125327dd0adb016ce5f211aee308", + "x-ms-correlation-request-id": "cbdce1c4-bd34-4edf-9656-4fc1e41a9670", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;27561", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "4e962ea7-60cd-499f-b06f-189feb4ca851", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062931Z:cbdce1c4-bd34-4edf-9656-4fc1e41a9670" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ae08ac28cc78b69f41b80d4ebd35265", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ae08ac28cc78b69f41b80d4ebd35265", + "x-ms-correlation-request-id": "adfada7d-d5a8-4853-a687-656ab36afeef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;27560", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "8eb75649-4add-4ce7-833b-e7386eee97b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062931Z:adfada7d-d5a8-4853-a687-656ab36afeef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6dc022735a3c12c878fbcb38c7cda1b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6dc022735a3c12c878fbcb38c7cda1b1", + "x-ms-correlation-request-id": "0693dd24-0b49-4c58-9055-d81f9f36fdc8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;27559", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "669925e8-5a73-4d06-a9e0-1811c5eecd13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062931Z:0693dd24-0b49-4c58-9055-d81f9f36fdc8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eeedb31c2094c683a8a71fc1a6071e2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eeedb31c2094c683a8a71fc1a6071e2d", + "x-ms-correlation-request-id": "f2f91230-55f6-4ea4-8cd1-d99d3ad0c951", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;27558", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "1bc705f7-d7c2-4be7-b9f9-3fd31f396976", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062931Z:f2f91230-55f6-4ea4-8cd1-d99d3ad0c951" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee7e801a76ee67ccc1cee1cbc131c326", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee7e801a76ee67ccc1cee1cbc131c326", + "x-ms-correlation-request-id": "a94d6e92-ec88-46ca-b05f-02a0bfe8ad04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;27557", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "71685f58-675c-4dba-aca9-916e42158546", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062931Z:a94d6e92-ec88-46ca-b05f-02a0bfe8ad04" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38b7ce7964e552d19ef9c4943a076b71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38b7ce7964e552d19ef9c4943a076b71", + "x-ms-correlation-request-id": "94317c3c-4d30-428f-ba8e-ccd09c1a6c79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;27556", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "c3b6e2fe-0620-4032-8387-47b9ab54ed10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062932Z:94317c3c-4d30-428f-ba8e-ccd09c1a6c79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "471e9eddb24ea6c3e6852cc63fb80577", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "471e9eddb24ea6c3e6852cc63fb80577", + "x-ms-correlation-request-id": "94cc5b27-6755-4cc6-92f4-b8464e1f2e39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;27555", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "812c2e81-b203-436e-9fea-a29dce3532d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062932Z:94cc5b27-6755-4cc6-92f4-b8464e1f2e39" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d747f8e4e64fb647af2b4ff4b1382dba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d747f8e4e64fb647af2b4ff4b1382dba", + "x-ms-correlation-request-id": "3e4b1f50-0e83-4c1e-bc64-1710f16f06d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;27554", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "d30f93b5-6ddc-433b-a2ee-537a76cb2cf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062932Z:3e4b1f50-0e83-4c1e-bc64-1710f16f06d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22ee6f627c12c6d80b115260370b13e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22ee6f627c12c6d80b115260370b13e6", + "x-ms-correlation-request-id": "665fe44e-2f8c-4398-845b-2085c80801af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;27553", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "814ed32c-4a96-4c42-ba1b-0db6779933dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062932Z:665fe44e-2f8c-4398-845b-2085c80801af" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242?api-version=2021-05-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "272", - "Content-Type": "application/json", - "traceparent": "00-3b16718febfa1142bb2a5d097911dcdc-e4689ff7d31f8d41-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "475b61af35453a9513ad295ff7ea3b2f", + "x-ms-client-request-id": "42b04cf494bff7225667982263cef4ad", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792" - } - } - } - ] - }, - "location": "westus2" + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42b04cf494bff7225667982263cef4ad", + "x-ms-correlation-request-id": "8df7af0d-dc07-4609-8d91-3361604a50b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;27552", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "6b38b36d-c389-4bc6-9dcc-ea05651d30cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062933Z:8df7af0d-dc07-4609-8d91-3361604a50b9" }, - "StatusCode": 201, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf637258e2ca68642080cc3d93e77fa4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d1b93383-bfd7-41b2-957f-ff0949c2067d?api-version=2021-05-01", "Cache-Control": "no-cache", - "Content-Length": "1682", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:01 GMT", + "Date": "Mon, 25 Oct 2021 06:29:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17214,76 +21268,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "acb11287-6255-41b0-a79d-1ed6bd15a3af", - "x-ms-client-request-id": "475b61af35453a9513ad295ff7ea3b2f", - "x-ms-correlation-request-id": "2e0c3b21-adbd-43e5-b4e8-731618f25a1d", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d1b93383-bfd7-41b2-957f-ff0949c2067d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062302Z:2e0c3b21-adbd-43e5-b4e8-731618f25a1d" + "x-ms-client-request-id": "cf637258e2ca68642080cc3d93e77fa4", + "x-ms-correlation-request-id": "0650a804-490e-4b4e-bfe3-ef0e28d36076", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;27551", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "722a5a0a-8fe3-4847-b267-da066395a7d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062933Z:0650a804-490e-4b4e-bfe3-ef0e28d36076" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-5242\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00220e6c2041-1ebf-41c4-b37a-fe3f873370a4\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022b5c227d0-a004-473e-98fc-00980647159e\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00220e6c2041-1ebf-41c4-b37a-fe3f873370a4\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u00220fhmrfyuqlxevgwuzj0slhwfab.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d1b93383-bfd7-41b2-957f-ff0949c2067d?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3b16718febfa1142bb2a5d097911dcdc-f4325ac730e5034a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3b5645ca6f09eb9f0cc25fa5295e628b", + "x-ms-client-request-id": "65006918ea88cdfa4cf7ccabe3b6633d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:02 GMT", + "Date": "Mon, 25 Oct 2021 06:29:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17292,40 +21310,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67eac3b8-210a-485b-8faf-add7aa3759b7", - "x-ms-client-request-id": "3b5645ca6f09eb9f0cc25fa5295e628b", - "x-ms-correlation-request-id": "5ccce7bf-1556-4cd5-8912-eb924c9ba98f", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "39d58469-aca0-4cc8-95c1-508a3f40942a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062303Z:5ccce7bf-1556-4cd5-8912-eb924c9ba98f" + "x-ms-client-request-id": "65006918ea88cdfa4cf7ccabe3b6633d", + "x-ms-correlation-request-id": "13be960b-0f7e-43ab-ad0d-988582de5053", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;27550", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "9889dab7-68bd-428b-8466-50cd5671bfc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062933Z:13be960b-0f7e-43ab-ad0d-988582de5053" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3b16718febfa1142bb2a5d097911dcdc-158b55ae6a79774f-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "992e2780ffbcd7fc24d61d5660a4dc33", + "x-ms-client-request-id": "c507a41d44a7111ce747213fc7e5636e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1682", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:02 GMT", - "ETag": "W/\u00220e6c2041-1ebf-41c4-b37a-fe3f873370a4\u0022", + "Date": "Mon, 25 Oct 2021 06:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17334,219 +21352,199 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6be7be62-0895-4ae0-87c3-c88ee7023bce", - "x-ms-client-request-id": "992e2780ffbcd7fc24d61d5660a4dc33", - "x-ms-correlation-request-id": "3435a18f-64b9-4f60-a339-ebb1a0404eb7", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "df8951a8-70d8-457e-b3fa-0e560b0d1724", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062303Z:3435a18f-64b9-4f60-a339-ebb1a0404eb7" + "x-ms-client-request-id": "c507a41d44a7111ce747213fc7e5636e", + "x-ms-correlation-request-id": "363d7774-23db-4cdb-9a34-b6509fa7befd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;27549", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "6204bb73-67e3-4dd2-b6c9-1bcb152ab911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062933Z:363d7774-23db-4cdb-9a34-b6509fa7befd" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-5242\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00220e6c2041-1ebf-41c4-b37a-fe3f873370a4\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022b5c227d0-a004-473e-98fc-00980647159e\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00220e6c2041-1ebf-41c4-b37a-fe3f873370a4\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/virtualNetworks/testVNet-1282/subnets/testSubnet-2792\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u00220fhmrfyuqlxevgwuzj0slhwfab.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fa0af4e88ecd6d25789582d316b9846a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa0af4e88ecd6d25789582d316b9846a", + "x-ms-correlation-request-id": "d7f36872-aa0b-4951-8fdd-bd7aa0e1014e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;27548", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "10b57588-f902-4afe-8f1e-d3bab22cbc22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062934Z:d7f36872-aa0b-4951-8fdd-bd7aa0e1014e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef1f8f1cbadfd3fc4cef7d40c9ba0667", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef1f8f1cbadfd3fc4cef7d40c9ba0667", + "x-ms-correlation-request-id": "0aadb257-9e7a-4394-9cbb-af92a9a2f986", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;27547", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "8db23af2-e16f-4fef-9898-fc5151f82b10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062934Z:0aadb257-9e7a-4394-9cbb-af92a9a2f986" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "efc25d9369ab8e6f7e9a4c11c149fb2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:29:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efc25d9369ab8e6f7e9a4c11c149fb2e", + "x-ms-correlation-request-id": "ab822440-d3c8-4f66-b2c6-3ab67b06403c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;27546", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "bb4900c7-477d-43ba-867d-fbe48350d9ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062934Z:ab822440-d3c8-4f66-b2c6-3ab67b06403c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1185", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b1950bc1ff948c25ef86917278975ccb", + "x-ms-client-request-id": "3822b7c373c52e8ff736addd11e4a4bd", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": { - "hardwareProfile": { - "vmSize": "Standard_F2" - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "osType": "Linux", - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "osProfile": { - "computerName": "testVM-1683", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "networkProfile": { - "networkInterfaces": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242", - "properties": { - "primary": true - } - } - ] - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "2369", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:07 GMT", + "Date": "Mon, 25 Oct 2021 06:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1950bc1ff948c25ef86917278975ccb", - "x-ms-correlation-request-id": "fd9c320c-036e-4ded-abdc-7c8c2517c55a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1178", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "71db83fe-b6bb-470a-9f33-2e36c718ff63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062308Z:fd9c320c-036e-4ded-abdc-7c8c2517c55a" + "x-ms-client-request-id": "3822b7c373c52e8ff736addd11e4a4bd", + "x-ms-correlation-request-id": "e2092601-4df2-40d8-a6b6-fb048ad8e020", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;27545", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "85ff4254-87da-40fa-9d4d-59aabea8e3f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062935Z:e2092601-4df2-40d8-a6b6-fb048ad8e020" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-1683\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u0022fdc1fb19-4dec-4b26-9087-a9a276e0b4c5\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-1683\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1ee32ce6b1c980f601a2a9366e895f8d", + "x-ms-client-request-id": "b83f1a8f94f6b2be1f9070456deb1103", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17555,41 +21553,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:07 GMT", + "Date": "Mon, 25 Oct 2021 06:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "35", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ee32ce6b1c980f601a2a9366e895f8d", - "x-ms-correlation-request-id": "8728ce25-3b49-4a1d-9592-358073a53494", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26259", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "ed45c77e-3746-4212-aa96-c4384e5076a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062308Z:8728ce25-3b49-4a1d-9592-358073a53494" + "x-ms-client-request-id": "b83f1a8f94f6b2be1f9070456deb1103", + "x-ms-correlation-request-id": "f8128266-e9ed-4866-a39b-5a61af49a7f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;27544", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "272cf34f-f5dd-44fe-b51c-88c63d09eb82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062935Z:f8128266-e9ed-4866-a39b-5a61af49a7f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "17ca527aa5336f81a9ca6816e8f23ba7", + "x-ms-client-request-id": "117c4ff4ce9820a2ce94f874bc927d99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17598,7 +21595,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:07 GMT", + "Date": "Mon, 25 Oct 2021 06:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17607,31 +21604,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17ca527aa5336f81a9ca6816e8f23ba7", - "x-ms-correlation-request-id": "b85a9e46-a111-44a9-a874-2213742d6a06", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26258", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "c4c17538-819d-4076-9c1d-b7b2f13976cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062308Z:b85a9e46-a111-44a9-a874-2213742d6a06" + "x-ms-client-request-id": "117c4ff4ce9820a2ce94f874bc927d99", + "x-ms-correlation-request-id": "10a13fa0-56c2-46c4-ac22-8cb7649333f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;27543", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "01ac867e-2306-4915-8550-d4f1e8df4b85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062935Z:10a13fa0-56c2-46c4-ac22-8cb7649333f1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c8c28fb3db3da0152f0340fa82b5cbf", + "x-ms-client-request-id": "a6818ff5420a2f37f86f1834034ac10b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17640,7 +21637,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:08 GMT", + "Date": "Mon, 25 Oct 2021 06:29:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17649,31 +21646,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c8c28fb3db3da0152f0340fa82b5cbf", - "x-ms-correlation-request-id": "6cad58e8-c090-4d40-bf2e-52f5c2bb9ad7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26257", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c4a537c7-741f-4a2f-bf1a-539facb4c3e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062309Z:6cad58e8-c090-4d40-bf2e-52f5c2bb9ad7" + "x-ms-client-request-id": "a6818ff5420a2f37f86f1834034ac10b", + "x-ms-correlation-request-id": "84080815-4b80-4ffb-a100-a9241a502ffd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;27542", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "cde35717-9880-4df5-aa08-faeeb0d16e46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062936Z:84080815-4b80-4ffb-a100-a9241a502ffd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ffb9891f737d4034aa7474ff48e0980f", + "x-ms-client-request-id": "c2e8aa249368c125781fea629b49f68d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17682,7 +21679,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:08 GMT", + "Date": "Mon, 25 Oct 2021 06:29:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17691,31 +21688,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffb9891f737d4034aa7474ff48e0980f", - "x-ms-correlation-request-id": "38851b36-0b8f-47a5-afec-6cdc8eaf38e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26256", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "1d23fd0d-fb0b-4ed6-a0ce-0d422f41b171", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062309Z:38851b36-0b8f-47a5-afec-6cdc8eaf38e4" + "x-ms-client-request-id": "c2e8aa249368c125781fea629b49f68d", + "x-ms-correlation-request-id": "12442bff-8be6-41b7-a660-c4bae9b81c5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;27541", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "91e7d2f3-b475-46ae-afb4-989d299dee4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062936Z:12442bff-8be6-41b7-a660-c4bae9b81c5b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "453a026713fd3cda50efc5437171c67e", + "x-ms-client-request-id": "de4fd6136b6ab2f9174d1828b56d1d84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17724,7 +21721,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:08 GMT", + "Date": "Mon, 25 Oct 2021 06:29:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17733,31 +21730,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "453a026713fd3cda50efc5437171c67e", - "x-ms-correlation-request-id": "7bbae562-f181-456d-8a83-86868e0f26c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26255", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d5a72f0a-af73-453d-8a80-e6750d4faee8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062309Z:7bbae562-f181-456d-8a83-86868e0f26c0" + "x-ms-client-request-id": "de4fd6136b6ab2f9174d1828b56d1d84", + "x-ms-correlation-request-id": "5418941a-0f59-49c8-9bea-5ae0b77ecc77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;27540", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "0b83f303-be64-468e-93a0-76dc24b3a9d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062936Z:5418941a-0f59-49c8-9bea-5ae0b77ecc77" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5ff7a96e3b38882af44ba13fc9029271", + "x-ms-client-request-id": "1150edd3bba9623169bf2dea58d493af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17766,7 +21763,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:08 GMT", + "Date": "Mon, 25 Oct 2021 06:29:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17775,31 +21772,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ff7a96e3b38882af44ba13fc9029271", - "x-ms-correlation-request-id": "c49461ac-58a2-49d3-b750-2e75e311687b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26254", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "89a6c1b6-8701-474b-a264-4d9feb9a9173", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062309Z:c49461ac-58a2-49d3-b750-2e75e311687b" + "x-ms-client-request-id": "1150edd3bba9623169bf2dea58d493af", + "x-ms-correlation-request-id": "d2a06fa1-2f78-462a-ab59-cdbcf1398ccf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;27539", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "f23b0c3d-ec27-44d7-862e-2f246dd26f68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062937Z:d2a06fa1-2f78-462a-ab59-cdbcf1398ccf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a6a8245716f10cc1ae7daf8daef0ce39", + "x-ms-client-request-id": "2c208b78e2fab9a1b136aa1a7afd0c0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17808,7 +21805,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:09 GMT", + "Date": "Mon, 25 Oct 2021 06:29:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17817,31 +21814,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6a8245716f10cc1ae7daf8daef0ce39", - "x-ms-correlation-request-id": "ce98f86e-2a9f-4c90-ab41-37b5239a246c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26253", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "384146b4-855f-4e29-85a2-37cfccaee305", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062310Z:ce98f86e-2a9f-4c90-ab41-37b5239a246c" + "x-ms-client-request-id": "2c208b78e2fab9a1b136aa1a7afd0c0b", + "x-ms-correlation-request-id": "129f83a5-11a2-47ba-8d12-94fe0c6e50f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;27538", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "f3d6c7aa-3e2a-469b-8e2f-9f1b46012f00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062937Z:129f83a5-11a2-47ba-8d12-94fe0c6e50f3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9f90f5ae38e92bd7d8b150b1729b724d", + "x-ms-client-request-id": "ae8f6602e4f958e3a4ec74aa3d0e5943", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17850,7 +21847,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:09 GMT", + "Date": "Mon, 25 Oct 2021 06:29:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17859,31 +21856,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f90f5ae38e92bd7d8b150b1729b724d", - "x-ms-correlation-request-id": "4d207d44-4396-4965-9c6c-24bf90d59a26", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26252", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "91725a0e-47c7-4167-8ed7-8c35d43f1bc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062310Z:4d207d44-4396-4965-9c6c-24bf90d59a26" + "x-ms-client-request-id": "ae8f6602e4f958e3a4ec74aa3d0e5943", + "x-ms-correlation-request-id": "3b3fe971-5d65-4020-9548-ee165f24f03d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;27537", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "b7af23af-7503-4893-a1b3-59530572ea2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062937Z:3b3fe971-5d65-4020-9548-ee165f24f03d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4deb535d1fc9578de7eab0bb8c9cd903", + "x-ms-client-request-id": "29af69b9f04cf0894b9660721017e76c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17892,7 +21889,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:09 GMT", + "Date": "Mon, 25 Oct 2021 06:29:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17901,31 +21898,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4deb535d1fc9578de7eab0bb8c9cd903", - "x-ms-correlation-request-id": "745ba1a9-6197-4970-ab0f-3b34387fa29b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26251", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "338234b4-7e96-426e-9a12-26730fdb453c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062310Z:745ba1a9-6197-4970-ab0f-3b34387fa29b" + "x-ms-client-request-id": "29af69b9f04cf0894b9660721017e76c", + "x-ms-correlation-request-id": "c6dd955c-ac77-4f59-a827-cb4122aabdbf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;27536", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "a9951a0e-e471-47cb-a06e-b61671be558f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062937Z:c6dd955c-ac77-4f59-a827-cb4122aabdbf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d390687cf2721e884d7cce3fc60f9a13", + "x-ms-client-request-id": "f2e822b3e54494b5a7c8870d6ef77ca3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17934,7 +21931,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:09 GMT", + "Date": "Mon, 25 Oct 2021 06:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17943,31 +21940,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d390687cf2721e884d7cce3fc60f9a13", - "x-ms-correlation-request-id": "ccc2b47d-bd95-4720-aa44-8bc1b7327b02", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26250", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "4ce09721-d4f3-4849-a95e-829bf6bdf499", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062310Z:ccc2b47d-bd95-4720-aa44-8bc1b7327b02" + "x-ms-client-request-id": "f2e822b3e54494b5a7c8870d6ef77ca3", + "x-ms-correlation-request-id": "91254be0-f022-4745-aca4-9aab0b89f76c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27535", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "377b6824-9fb1-462d-aa5a-6a071e72e333", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062938Z:91254be0-f022-4745-aca4-9aab0b89f76c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5b2f610a81058e6f6839b8fe881b9e3b", + "x-ms-client-request-id": "116066dce24d11bedc9f62638471478d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17976,7 +21973,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:10 GMT", + "Date": "Mon, 25 Oct 2021 06:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17985,31 +21982,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b2f610a81058e6f6839b8fe881b9e3b", - "x-ms-correlation-request-id": "918d0202-94e5-48a5-a7d1-6fa8acb2cad0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26249", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "7a5b8346-78e6-47f2-a8d1-641966d6fbfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062311Z:918d0202-94e5-48a5-a7d1-6fa8acb2cad0" + "x-ms-client-request-id": "116066dce24d11bedc9f62638471478d", + "x-ms-correlation-request-id": "bee8efb2-d0d1-46de-bb7f-4b9117e1f5d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27534", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "60c12a96-660f-4829-8d33-8e23bd12e7d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062938Z:bee8efb2-d0d1-46de-bb7f-4b9117e1f5d3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "09354cd89f0a6adbcbccff4c504e91d7", + "x-ms-client-request-id": "1af608056725d4feb31b8284697b8254", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18018,7 +22015,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:10 GMT", + "Date": "Mon, 25 Oct 2021 06:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18027,31 +22024,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09354cd89f0a6adbcbccff4c504e91d7", - "x-ms-correlation-request-id": "c920334d-23ea-4a68-a6fe-7c3e9dd17d3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26248", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "77853ede-5bcc-4181-af39-a1be2ebdc337", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062311Z:c920334d-23ea-4a68-a6fe-7c3e9dd17d3e" + "x-ms-client-request-id": "1af608056725d4feb31b8284697b8254", + "x-ms-correlation-request-id": "4027d9f0-a52c-4f5d-b1c9-6a43e8128e71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27533", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "3bf6985c-c04d-4e4f-89ce-61891721140d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062938Z:4027d9f0-a52c-4f5d-b1c9-6a43e8128e71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2bb19d507e6cfbfef8016b383a899632", + "x-ms-client-request-id": "aa96bd1ad6b7d01e64d715a582520f36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18060,7 +22057,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:10 GMT", + "Date": "Mon, 25 Oct 2021 06:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18069,31 +22066,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bb19d507e6cfbfef8016b383a899632", - "x-ms-correlation-request-id": "9de21fce-6232-44b7-91bd-f7d11d3462c5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26247", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "9c62512a-7544-4559-9656-e0e62663b0f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062311Z:9de21fce-6232-44b7-91bd-f7d11d3462c5" + "x-ms-client-request-id": "aa96bd1ad6b7d01e64d715a582520f36", + "x-ms-correlation-request-id": "60c65e31-ce33-4812-a4ac-5426c3e5d2fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27532", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "b6647338-cdef-4113-a10a-7578f08a1a09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062938Z:60c65e31-ce33-4812-a4ac-5426c3e5d2fb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "796693de90da6b0886c48f3881223e19", + "x-ms-client-request-id": "6508f9806100747e678b5d32603aa760", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18102,7 +22099,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:10 GMT", + "Date": "Mon, 25 Oct 2021 06:29:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18111,31 +22108,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "796693de90da6b0886c48f3881223e19", - "x-ms-correlation-request-id": "e58a097e-81f2-4ab2-8c19-49e9d8b51178", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26246", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "74458c55-0789-4b02-b84a-30601015002d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062311Z:e58a097e-81f2-4ab2-8c19-49e9d8b51178" + "x-ms-client-request-id": "6508f9806100747e678b5d32603aa760", + "x-ms-correlation-request-id": "cb77debd-a2d1-49e1-a825-9796c82bc04e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27531", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "75407a9d-78fe-4fab-ac42-166e7ccab80c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062939Z:cb77debd-a2d1-49e1-a825-9796c82bc04e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eaade0a8736959ce4e3a110833a23041", + "x-ms-client-request-id": "c6480d1d9ddb2fd6e925b64d51595161", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18144,7 +22141,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:11 GMT", + "Date": "Mon, 25 Oct 2021 06:29:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18153,31 +22150,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eaade0a8736959ce4e3a110833a23041", - "x-ms-correlation-request-id": "1fe393ba-c275-4197-81e7-afd0f9613bff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26245", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "9966844e-d6a7-417e-a6dc-2859c1ade976", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062312Z:1fe393ba-c275-4197-81e7-afd0f9613bff" + "x-ms-client-request-id": "c6480d1d9ddb2fd6e925b64d51595161", + "x-ms-correlation-request-id": "9e8ee485-98ab-4524-9170-51e2b1980d56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27530", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "27f487f5-1a5a-4a68-b5e3-a9602712777c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062939Z:9e8ee485-98ab-4524-9170-51e2b1980d56" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bd6ecd3517e7c0fd9446a4a8eec679d5", + "x-ms-client-request-id": "6f034c0b1c73b8543f21422b78ec7029", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18186,7 +22183,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:11 GMT", + "Date": "Mon, 25 Oct 2021 06:29:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18195,31 +22192,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd6ecd3517e7c0fd9446a4a8eec679d5", - "x-ms-correlation-request-id": "ea3160f3-8ea9-4fa7-9957-a578301e6de7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26244", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "81e2eb5e-9776-4687-9487-b15f6ba1bcc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062312Z:ea3160f3-8ea9-4fa7-9957-a578301e6de7" + "x-ms-client-request-id": "6f034c0b1c73b8543f21422b78ec7029", + "x-ms-correlation-request-id": "8afd291d-d15b-45f9-af37-b8832f7dc8b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27529", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "467437cb-091b-4ff2-9fc6-0c8529328d0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062939Z:8afd291d-d15b-45f9-af37-b8832f7dc8b8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "599051c3acdb6ac8c40d2ba07e0037e3", + "x-ms-client-request-id": "7488b42f4909e35b23d97bdaab30230e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18228,7 +22225,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:11 GMT", + "Date": "Mon, 25 Oct 2021 06:29:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18237,31 +22234,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "599051c3acdb6ac8c40d2ba07e0037e3", - "x-ms-correlation-request-id": "adf0e2ee-c30f-4b97-841e-ff33dfdbd84c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26243", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "6dd527f1-49a2-46b0-99e7-0ffadddb0a3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062312Z:adf0e2ee-c30f-4b97-841e-ff33dfdbd84c" + "x-ms-client-request-id": "7488b42f4909e35b23d97bdaab30230e", + "x-ms-correlation-request-id": "bc8fd9ab-a3e3-410b-a9fb-7c9e3b60bec6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27528", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "0b0f846f-5124-467f-8bd1-8575e3244017", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062939Z:bc8fd9ab-a3e3-410b-a9fb-7c9e3b60bec6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b4024e9481b39032e3ed5523ce266b88", + "x-ms-client-request-id": "1327fc3a383600edb99087b95baab6fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18270,7 +22267,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:11 GMT", + "Date": "Mon, 25 Oct 2021 06:29:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18279,31 +22276,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4024e9481b39032e3ed5523ce266b88", - "x-ms-correlation-request-id": "6eb5378c-c6f0-4f11-8235-43d19cad65eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26242", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "29156f80-4a57-4c94-9db0-e5b63b51659c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062312Z:6eb5378c-c6f0-4f11-8235-43d19cad65eb" + "x-ms-client-request-id": "1327fc3a383600edb99087b95baab6fd", + "x-ms-correlation-request-id": "8da0fa93-39cf-429d-95b7-d6a62f47c97b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27527", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "84d04dfa-cfe2-4f5a-b87c-ba8d52b20883", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062940Z:8da0fa93-39cf-429d-95b7-d6a62f47c97b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e2443bc0d61189660504f8daec5c4194", + "x-ms-client-request-id": "9d1e8cb5dcd1c258f11f4b99a0790d0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18312,7 +22309,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:12 GMT", + "Date": "Mon, 25 Oct 2021 06:29:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18321,31 +22318,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2443bc0d61189660504f8daec5c4194", - "x-ms-correlation-request-id": "c9784e7e-a301-4eab-ba4b-c2988f60c499", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26241", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "a85b62e4-701d-4067-acc9-935ef0aeed82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062313Z:c9784e7e-a301-4eab-ba4b-c2988f60c499" + "x-ms-client-request-id": "9d1e8cb5dcd1c258f11f4b99a0790d0e", + "x-ms-correlation-request-id": "2285746b-4ccb-4c9a-aa63-9bcf70b5db6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27526", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "caa173eb-79e3-4a8c-b39b-fd25eada5edd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062940Z:2285746b-4ccb-4c9a-aa63-9bcf70b5db6e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a013c10fc4c342211f0076ee56a49b9e", + "x-ms-client-request-id": "7cf133fe5cc4f7f2c787bb79c1a18878", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18354,7 +22351,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:12 GMT", + "Date": "Mon, 25 Oct 2021 06:29:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18363,31 +22360,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a013c10fc4c342211f0076ee56a49b9e", - "x-ms-correlation-request-id": "f3b41b51-2c31-4a55-944f-b97d757f2bd5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26240", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "79c546dd-f427-4b86-9e86-abfcfcf74acb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062313Z:f3b41b51-2c31-4a55-944f-b97d757f2bd5" + "x-ms-client-request-id": "7cf133fe5cc4f7f2c787bb79c1a18878", + "x-ms-correlation-request-id": "7e55828b-0bc3-4681-8d98-8f6ba751e6ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27525", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "e70f06ed-7993-4a13-9132-17fb69951685", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062940Z:7e55828b-0bc3-4681-8d98-8f6ba751e6ae" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "43dfa2a154bbbdd1e879afaf8957a386", + "x-ms-client-request-id": "1e257e2285125d3da4642216ec536040", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18396,7 +22393,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:12 GMT", + "Date": "Mon, 25 Oct 2021 06:29:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18405,31 +22402,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43dfa2a154bbbdd1e879afaf8957a386", - "x-ms-correlation-request-id": "ffee50f2-5b92-4d66-9a91-9c6ddd04fadb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26239", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "c1c6d040-a9a1-4783-a17f-28932569c3e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062313Z:ffee50f2-5b92-4d66-9a91-9c6ddd04fadb" + "x-ms-client-request-id": "1e257e2285125d3da4642216ec536040", + "x-ms-correlation-request-id": "50075477-cad0-4e14-b0fa-03eda924f9c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27524", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "54c7e5ab-c318-49c9-b568-77dd1cc75d7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062940Z:50075477-cad0-4e14-b0fa-03eda924f9c3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0d14c1abca12fcc51902c31160773360", + "x-ms-client-request-id": "27bb78823ab958389927d54921de014f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18438,7 +22435,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:12 GMT", + "Date": "Mon, 25 Oct 2021 06:29:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18447,31 +22444,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d14c1abca12fcc51902c31160773360", - "x-ms-correlation-request-id": "631be7ca-69de-4809-89c2-51828ef7b80f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26238", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "052d8032-98e2-48a3-ae83-62929271c412", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062313Z:631be7ca-69de-4809-89c2-51828ef7b80f" + "x-ms-client-request-id": "27bb78823ab958389927d54921de014f", + "x-ms-correlation-request-id": "1d425236-d02f-4771-ba92-408e18302eb1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27523", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "7f848864-1436-4be6-ba8a-dd218079cdbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062941Z:1d425236-d02f-4771-ba92-408e18302eb1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "49385969fe7dbbd9ef56b84a1572b8c7", + "x-ms-client-request-id": "2277d397ee5478fcf693d75f3adb0a73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18480,7 +22477,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:14 GMT", + "Date": "Mon, 25 Oct 2021 06:29:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18489,31 +22486,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49385969fe7dbbd9ef56b84a1572b8c7", - "x-ms-correlation-request-id": "e1a10fe4-5dec-4208-ae48-67660857416d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26237", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "522287b3-de11-4f22-85c8-1977cd194105", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062314Z:e1a10fe4-5dec-4208-ae48-67660857416d" + "x-ms-client-request-id": "2277d397ee5478fcf693d75f3adb0a73", + "x-ms-correlation-request-id": "5fa0b90a-a37f-40a7-bfb0-bba4e498109f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27522", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "e6ee942d-0b77-43b7-870c-1639b02608f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062941Z:5fa0b90a-a37f-40a7-bfb0-bba4e498109f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9442ef5c8d90d78bdde32ab890c05c70", + "x-ms-client-request-id": "48f67b2761e5e7be45cd84eaaff33cc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18522,7 +22519,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:14 GMT", + "Date": "Mon, 25 Oct 2021 06:29:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18531,31 +22528,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9442ef5c8d90d78bdde32ab890c05c70", - "x-ms-correlation-request-id": "2248fa3f-47fc-4b2e-b841-48012472e431", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26236", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "1a5d1659-e30e-4757-858a-1318e85bcde9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062314Z:2248fa3f-47fc-4b2e-b841-48012472e431" + "x-ms-client-request-id": "48f67b2761e5e7be45cd84eaaff33cc5", + "x-ms-correlation-request-id": "e102bff5-5d80-48e9-b5ee-fc17d95f777d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27521", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "31a71ecc-48ba-4a5d-b7fe-684864bcd740", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062941Z:e102bff5-5d80-48e9-b5ee-fc17d95f777d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2f464e45591ead09e8581ebc127ae6a6", + "x-ms-client-request-id": "197fd2633ddc93eb7c43302662d91ebd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18564,7 +22561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:14 GMT", + "Date": "Mon, 25 Oct 2021 06:29:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18573,31 +22570,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f464e45591ead09e8581ebc127ae6a6", - "x-ms-correlation-request-id": "b4d8ec1a-c27f-46f4-b97c-527f75110f80", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26235", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "1a41b3ef-c1b7-46aa-8036-a0c1db084c4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062314Z:b4d8ec1a-c27f-46f4-b97c-527f75110f80" + "x-ms-client-request-id": "197fd2633ddc93eb7c43302662d91ebd", + "x-ms-correlation-request-id": "35bcd84d-bfca-492e-88f5-0b9d8c276063", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27520", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "6dc3359c-157a-4c61-90aa-d29afbc5a0a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062942Z:35bcd84d-bfca-492e-88f5-0b9d8c276063" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "70b4fc4a9e34dbcfcd616b99d4202a2e", + "x-ms-client-request-id": "a622621cb8e8366a148fdc866a11c803", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18606,7 +22603,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:14 GMT", + "Date": "Mon, 25 Oct 2021 06:29:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18615,31 +22612,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70b4fc4a9e34dbcfcd616b99d4202a2e", - "x-ms-correlation-request-id": "91baeabb-55a9-4e9a-9095-56b9e3f8c177", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26234", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "81f67ee2-c745-49a5-a0c5-293c43e56aa9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062314Z:91baeabb-55a9-4e9a-9095-56b9e3f8c177" + "x-ms-client-request-id": "a622621cb8e8366a148fdc866a11c803", + "x-ms-correlation-request-id": "69535e8d-176a-4c82-bb84-d7f69cc0592a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27519", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "024a3581-5bab-4ada-b430-42b264fd9eec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062942Z:69535e8d-176a-4c82-bb84-d7f69cc0592a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c70447f9882c03a8e695ac376ecfc462", + "x-ms-client-request-id": "67fb1257f15ce9968f62cca13098846c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18648,7 +22645,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:14 GMT", + "Date": "Mon, 25 Oct 2021 06:29:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18657,31 +22654,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c70447f9882c03a8e695ac376ecfc462", - "x-ms-correlation-request-id": "15f4bc7b-1f1e-4297-bdaf-031d88eb8e04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26233", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "68e18bfa-99da-4779-b55e-8a0ba83706b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062314Z:15f4bc7b-1f1e-4297-bdaf-031d88eb8e04" + "x-ms-client-request-id": "67fb1257f15ce9968f62cca13098846c", + "x-ms-correlation-request-id": "4c6e9fe2-9d14-4c25-af8e-178bd0aacb20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27518", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "df5b6840-edc7-476a-b6c7-27badbb979bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062942Z:4c6e9fe2-9d14-4c25-af8e-178bd0aacb20" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "946e83fdec0ca73b7e6a62bded6fd9c7", + "x-ms-client-request-id": "4dcec6af95d0abdc6849044d6065296a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18690,7 +22687,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:15 GMT", + "Date": "Mon, 25 Oct 2021 06:29:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18699,31 +22696,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "946e83fdec0ca73b7e6a62bded6fd9c7", - "x-ms-correlation-request-id": "b9478780-8a17-407e-a584-25e75387e14f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26232", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "abe6e99c-9359-42bf-84d1-c123ef1901c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062315Z:b9478780-8a17-407e-a584-25e75387e14f" + "x-ms-client-request-id": "4dcec6af95d0abdc6849044d6065296a", + "x-ms-correlation-request-id": "4ef27f03-5967-4800-9625-a92f2795a790", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27517", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "4844f5e2-46b7-4b44-8ca2-b363ab25dc5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062942Z:4ef27f03-5967-4800-9625-a92f2795a790" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cac2f02e1f76c17a53b18a9ff2976dfe", + "x-ms-client-request-id": "50ce2d7bb6dd2a61cc391786ecc9057b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18732,7 +22729,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:15 GMT", + "Date": "Mon, 25 Oct 2021 06:29:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18741,31 +22738,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cac2f02e1f76c17a53b18a9ff2976dfe", - "x-ms-correlation-request-id": "2e7d7c65-3d51-46fc-9efe-28aa10adab05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26231", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "356a8804-7e76-462f-af4d-3505841bc6be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062315Z:2e7d7c65-3d51-46fc-9efe-28aa10adab05" + "x-ms-client-request-id": "50ce2d7bb6dd2a61cc391786ecc9057b", + "x-ms-correlation-request-id": "18f46ba2-00f2-4273-8120-b7e60f1f55ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27516", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "3cd9c989-48c0-4c95-9eb7-6b932606c3fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062943Z:18f46ba2-00f2-4273-8120-b7e60f1f55ea" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "509c099d95b10d220c5d48c126eb1576", + "x-ms-client-request-id": "a3d7700a7a43c1323550ff13ec498829", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18774,7 +22771,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:15 GMT", + "Date": "Mon, 25 Oct 2021 06:29:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18783,31 +22780,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "509c099d95b10d220c5d48c126eb1576", - "x-ms-correlation-request-id": "10f09422-e2c7-46b6-a2fd-bd31e261e039", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26230", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "fcbb6898-0b2e-4235-ae7a-fa25dd462b1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062315Z:10f09422-e2c7-46b6-a2fd-bd31e261e039" + "x-ms-client-request-id": "a3d7700a7a43c1323550ff13ec498829", + "x-ms-correlation-request-id": "c748d0de-cd36-435d-857a-0d5eb8d2ba58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27514", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "26f2da56-1bff-4a28-a780-3c16e7aaced0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062943Z:c748d0de-cd36-435d-857a-0d5eb8d2ba58" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7e09e4bcf90cddec08ad405a619cb5e7", + "x-ms-client-request-id": "0326613834caf88f65a381977e56be9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18816,7 +22813,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:15 GMT", + "Date": "Mon, 25 Oct 2021 06:29:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18825,31 +22822,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e09e4bcf90cddec08ad405a619cb5e7", - "x-ms-correlation-request-id": "82ebcfea-16e2-46f9-91a2-536235c6699d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26229", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "1b001753-3506-4151-a616-d5449728338d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062315Z:82ebcfea-16e2-46f9-91a2-536235c6699d" + "x-ms-client-request-id": "0326613834caf88f65a381977e56be9f", + "x-ms-correlation-request-id": "3e6312ba-e90c-40e7-9c9d-6072098b90d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27513", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "af2d942b-fb27-4216-95d9-b63cbb6ad972", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062943Z:3e6312ba-e90c-40e7-9c9d-6072098b90d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e42064fd88d29816ceb5be19d6b99a68", + "x-ms-client-request-id": "f0438943858d0027fb0c1a8cb74e3d83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18858,7 +22855,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:16 GMT", + "Date": "Mon, 25 Oct 2021 06:29:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18867,31 +22864,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e42064fd88d29816ceb5be19d6b99a68", - "x-ms-correlation-request-id": "10674de4-5150-4711-ad11-4a71ca731c65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26228", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "570a9210-cac0-4ff2-b40b-6f45de01af68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062316Z:10674de4-5150-4711-ad11-4a71ca731c65" + "x-ms-client-request-id": "f0438943858d0027fb0c1a8cb74e3d83", + "x-ms-correlation-request-id": "021a0286-2157-4c45-a760-c57284cc08ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27512", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "bfd2fe53-36ba-4424-a956-4d3e35a637f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062944Z:021a0286-2157-4c45-a760-c57284cc08ff" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0de2139cee8ea3f11cbf480454c7ab70", + "x-ms-client-request-id": "8a4dedb002a2d5b0e1de3e9ff99a43df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18900,7 +22897,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:16 GMT", + "Date": "Mon, 25 Oct 2021 06:29:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18909,31 +22906,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0de2139cee8ea3f11cbf480454c7ab70", - "x-ms-correlation-request-id": "c6e77751-3be9-42da-b7cc-ba3918ab5458", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26227", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "2af4a6e4-81ad-40ba-bd2f-c4c42924e4a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062316Z:c6e77751-3be9-42da-b7cc-ba3918ab5458" + "x-ms-client-request-id": "8a4dedb002a2d5b0e1de3e9ff99a43df", + "x-ms-correlation-request-id": "27f241b7-1afc-4f1d-af22-5bb2538bbea8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27511", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "a30bf099-9a39-4c56-adb3-3ad5384a3776", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062944Z:27f241b7-1afc-4f1d-af22-5bb2538bbea8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c2c461a830cb34a3ce70b0573ad3064f", + "x-ms-client-request-id": "63cf5f919805b39c3a2507be19024017", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18942,7 +22939,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:16 GMT", + "Date": "Mon, 25 Oct 2021 06:29:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18951,31 +22948,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2c461a830cb34a3ce70b0573ad3064f", - "x-ms-correlation-request-id": "8225e8ab-a144-41c1-a406-6f68966f9512", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26226", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "a6ca7ba7-5af9-412e-8c22-71c5fdd554cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062316Z:8225e8ab-a144-41c1-a406-6f68966f9512" + "x-ms-client-request-id": "63cf5f919805b39c3a2507be19024017", + "x-ms-correlation-request-id": "599848cf-b829-4b85-81dc-a8d94603adab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27510", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "8b6b8c89-0fa6-4f8f-9fca-e497053c8fa4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062944Z:599848cf-b829-4b85-81dc-a8d94603adab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4dbed812a7b90e58727cc81340114406", + "x-ms-client-request-id": "91e7fe66340840fcd86d0eae46870660", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18984,7 +22981,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:16 GMT", + "Date": "Mon, 25 Oct 2021 06:29:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18993,31 +22990,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dbed812a7b90e58727cc81340114406", - "x-ms-correlation-request-id": "8c8307b0-eb7d-4583-855d-2acfb1b0a350", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26225", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "9179c087-3526-4974-a221-752ff9cfcba8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062316Z:8c8307b0-eb7d-4583-855d-2acfb1b0a350" + "x-ms-client-request-id": "91e7fe66340840fcd86d0eae46870660", + "x-ms-correlation-request-id": "d325f088-d42c-4257-b831-4d679cd3327d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27509", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "86b8610d-b468-42b6-90d1-5426974f610c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062944Z:d325f088-d42c-4257-b831-4d679cd3327d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "75714e0ad8f56b9d70ae3e1e3e9a6949", + "x-ms-client-request-id": "57fa3ac9d97e187d509a4f7dfaf2bcde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19026,7 +23023,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:17 GMT", + "Date": "Mon, 25 Oct 2021 06:29:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19035,31 +23032,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75714e0ad8f56b9d70ae3e1e3e9a6949", - "x-ms-correlation-request-id": "5a26de1b-a10c-42c5-bdea-6226cb60aaf2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26224", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "920e82b2-179b-4405-84cd-3e7bc31e537a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062317Z:5a26de1b-a10c-42c5-bdea-6226cb60aaf2" + "x-ms-client-request-id": "57fa3ac9d97e187d509a4f7dfaf2bcde", + "x-ms-correlation-request-id": "19881a5f-e676-4663-8213-59b599be4d02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27508", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "fd9245c3-c82e-4aeb-8b8a-3593e534fe91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062945Z:19881a5f-e676-4663-8213-59b599be4d02" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7cf2f9b85d0800b608b5504f6890f4bc", + "x-ms-client-request-id": "fb39279eb1b35dd7638e8b9889ed6cb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19068,7 +23065,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:17 GMT", + "Date": "Mon, 25 Oct 2021 06:29:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19077,31 +23074,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cf2f9b85d0800b608b5504f6890f4bc", - "x-ms-correlation-request-id": "c0f54d75-38b5-4b32-b8ac-ff8596ea46ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26223", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "d63e5a09-bb8d-4cdb-97a4-212f0f15ac6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062317Z:c0f54d75-38b5-4b32-b8ac-ff8596ea46ac" + "x-ms-client-request-id": "fb39279eb1b35dd7638e8b9889ed6cb2", + "x-ms-correlation-request-id": "bcb0e9c6-d75f-4b5c-91c9-924bb89f026b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27507", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "c598ab08-1c10-40b2-a8ae-aaf0e8b2a565", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062945Z:bcb0e9c6-d75f-4b5c-91c9-924bb89f026b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ec4ca92b91613a5a3b52dd0a683acfd8", + "x-ms-client-request-id": "dff4a71ee8088c9880ce406de47e46e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19110,7 +23107,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:17 GMT", + "Date": "Mon, 25 Oct 2021 06:29:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19119,31 +23116,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec4ca92b91613a5a3b52dd0a683acfd8", - "x-ms-correlation-request-id": "f81e3e7c-cfb6-4f6f-bf7e-6d8d419b017d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26222", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "c2e19e79-4a3f-4532-bf79-7d48bbf6e864", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062317Z:f81e3e7c-cfb6-4f6f-bf7e-6d8d419b017d" + "x-ms-client-request-id": "dff4a71ee8088c9880ce406de47e46e5", + "x-ms-correlation-request-id": "77337a99-0e42-48c6-9f4e-bcc405b46ad7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27506", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "c3abe423-4a69-44e3-98c9-fde3a56f8330", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062945Z:77337a99-0e42-48c6-9f4e-bcc405b46ad7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "465b7e12c81facfd97716d3f884e03e0", + "x-ms-client-request-id": "1f1030b10b4e18ad639df4ef4ee48f63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19152,7 +23149,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:17 GMT", + "Date": "Mon, 25 Oct 2021 06:29:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19161,31 +23158,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "465b7e12c81facfd97716d3f884e03e0", - "x-ms-correlation-request-id": "dabd57d1-3a15-48be-bbc0-05123eb2fe25", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26221", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "2bb156eb-58e9-425c-8963-1f49610df834", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062317Z:dabd57d1-3a15-48be-bbc0-05123eb2fe25" + "x-ms-client-request-id": "1f1030b10b4e18ad639df4ef4ee48f63", + "x-ms-correlation-request-id": "f6f5c4b6-e1dc-4015-82b7-82347779fbe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27505", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "576df5e2-ab48-4d2b-96d8-f32d4b39fbb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062946Z:f6f5c4b6-e1dc-4015-82b7-82347779fbe7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "95f281ba7d4d27e79fb740b580ac97ce", + "x-ms-client-request-id": "535e9d2edcfeb5d68eac7ae4706978e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19194,7 +23191,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:18 GMT", + "Date": "Mon, 25 Oct 2021 06:29:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19203,31 +23200,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95f281ba7d4d27e79fb740b580ac97ce", - "x-ms-correlation-request-id": "53164b6a-adf0-4896-a8a8-3ad1517edd44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26220", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "48347c87-a14e-423d-99fd-b13c818682c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062318Z:53164b6a-adf0-4896-a8a8-3ad1517edd44" + "x-ms-client-request-id": "535e9d2edcfeb5d68eac7ae4706978e4", + "x-ms-correlation-request-id": "2fee037c-3d09-496d-8b5a-8db26c4614be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27504", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "239b2e8b-fffa-40d8-ba74-3c40c5af7b9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062946Z:2fee037c-3d09-496d-8b5a-8db26c4614be" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e93c78e6ad34639daca054f0231ab2ed", + "x-ms-client-request-id": "59e7a6484ddc1363f9dc7b6af4a93d9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19236,7 +23233,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:18 GMT", + "Date": "Mon, 25 Oct 2021 06:29:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19245,31 +23242,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e93c78e6ad34639daca054f0231ab2ed", - "x-ms-correlation-request-id": "fae9fa96-74a1-4572-80d9-25ac608c7f87", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26219", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "20393e6c-dfa3-4ad8-844d-f7a06c9f277d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062318Z:fae9fa96-74a1-4572-80d9-25ac608c7f87" + "x-ms-client-request-id": "59e7a6484ddc1363f9dc7b6af4a93d9c", + "x-ms-correlation-request-id": "82b54cdf-36b3-4059-a6a9-97c61bcb8972", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27503", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "8dc97c1b-bd59-4599-8f20-f5543150e044", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062946Z:82b54cdf-36b3-4059-a6a9-97c61bcb8972" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e64ffd4f3a47958a9634a76787472ceb", + "x-ms-client-request-id": "473fdc3ff220d4e7595b90a190c8a7f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19278,7 +23275,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:18 GMT", + "Date": "Mon, 25 Oct 2021 06:29:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19287,31 +23284,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e64ffd4f3a47958a9634a76787472ceb", - "x-ms-correlation-request-id": "8874fac3-fac4-4d15-b481-81698b568d46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26218", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "9037c722-8540-4a3c-bc79-8dd698e858df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062318Z:8874fac3-fac4-4d15-b481-81698b568d46" + "x-ms-client-request-id": "473fdc3ff220d4e7595b90a190c8a7f9", + "x-ms-correlation-request-id": "c190a5a3-20e2-4c5b-bf92-5a8e16972846", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27502", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "e616fa04-57df-46fa-b146-ace6a9f03927", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062946Z:c190a5a3-20e2-4c5b-bf92-5a8e16972846" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "10599ed919120dabe48ee8ac28f70384", + "x-ms-client-request-id": "a7a60f2536fde187394a5921616cc0e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19320,7 +23317,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:18 GMT", + "Date": "Mon, 25 Oct 2021 06:29:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19329,31 +23326,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10599ed919120dabe48ee8ac28f70384", - "x-ms-correlation-request-id": "0a3f8f84-4ce0-4822-b6e3-f0b56229815b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26217", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "3e6c337e-9665-4335-af65-378af7a2a45f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062318Z:0a3f8f84-4ce0-4822-b6e3-f0b56229815b" + "x-ms-client-request-id": "a7a60f2536fde187394a5921616cc0e4", + "x-ms-correlation-request-id": "ccb2633b-1b78-428d-8e08-e638ca51b7f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27501", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "98b234ad-49a9-4dfa-81ff-cab9601b7b6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062947Z:ccb2633b-1b78-428d-8e08-e638ca51b7f5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "82665305b05cab86eda652ff0535dc64", + "x-ms-client-request-id": "93a5de6e302956c4be13ff80bcc28331", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19362,7 +23359,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:19 GMT", + "Date": "Mon, 25 Oct 2021 06:29:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19371,31 +23368,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82665305b05cab86eda652ff0535dc64", - "x-ms-correlation-request-id": "5c3b2b4c-c216-454c-87d1-9857dd47b753", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26216", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "b1d144dc-22e0-438d-b3a7-c4d3e56fd97a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062319Z:5c3b2b4c-c216-454c-87d1-9857dd47b753" + "x-ms-client-request-id": "93a5de6e302956c4be13ff80bcc28331", + "x-ms-correlation-request-id": "769c79c9-c806-4f78-8bbd-30527abd802c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27500", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "e946f80c-89b8-4d61-a40e-7d3b9e32702e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062947Z:769c79c9-c806-4f78-8bbd-30527abd802c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "85176874a2c135db514202b951dd6d9f", + "x-ms-client-request-id": "e54581359602099f555e0ed598c573ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19404,7 +23401,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:19 GMT", + "Date": "Mon, 25 Oct 2021 06:29:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19413,31 +23410,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85176874a2c135db514202b951dd6d9f", - "x-ms-correlation-request-id": "4afab11f-db6d-4f1e-8f9b-13a8529f23f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26215", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "0d6f4993-bc79-4336-acff-69e14c9ce9e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062319Z:4afab11f-db6d-4f1e-8f9b-13a8529f23f3" + "x-ms-client-request-id": "e54581359602099f555e0ed598c573ed", + "x-ms-correlation-request-id": "1e6dc35d-c70e-4176-b61b-a74dae15fb43", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27499", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "981e2f7f-becb-4a8b-9169-4978e2acc6b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062947Z:1e6dc35d-c70e-4176-b61b-a74dae15fb43" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "34622331a9e1288e18ad226bc7ab08ae", + "x-ms-client-request-id": "b232ab9b1322f4d04a50e9e936072477", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19446,7 +23443,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:19 GMT", + "Date": "Mon, 25 Oct 2021 06:29:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19455,31 +23452,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34622331a9e1288e18ad226bc7ab08ae", - "x-ms-correlation-request-id": "b312099b-241a-4b5f-8379-a5874adec0b7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26214", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "3bc3d79b-14fa-4645-bf50-1bb548f6d414", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062319Z:b312099b-241a-4b5f-8379-a5874adec0b7" + "x-ms-client-request-id": "b232ab9b1322f4d04a50e9e936072477", + "x-ms-correlation-request-id": "ca4c9ab4-786b-47f1-a7b7-f563284c21af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27498", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "bdbc76c5-5ae2-47ce-bdfc-37aaf8330010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062947Z:ca4c9ab4-786b-47f1-a7b7-f563284c21af" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bf3884b27ee063c27831301aaecd5a0f", + "x-ms-client-request-id": "dfeb27c7da26d8e23e9c3eca21eebdf8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19488,7 +23485,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:19 GMT", + "Date": "Mon, 25 Oct 2021 06:29:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19497,31 +23494,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf3884b27ee063c27831301aaecd5a0f", - "x-ms-correlation-request-id": "80a9db09-3bf5-4508-9f5c-0bc912de5042", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26213", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "f98ece46-2be3-40c2-b491-54dd70fb7c4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062319Z:80a9db09-3bf5-4508-9f5c-0bc912de5042" + "x-ms-client-request-id": "dfeb27c7da26d8e23e9c3eca21eebdf8", + "x-ms-correlation-request-id": "3a869716-9f52-4f9b-8bfc-ab842622e4f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27497", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "d9f4e063-f078-41fa-9d85-af2ee635be52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062948Z:3a869716-9f52-4f9b-8bfc-ab842622e4f9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e1ceb338a7d3cb83d9ee6c137f6f6ea6", + "x-ms-client-request-id": "10e411a0d18f210eb1509ab2acb5d24d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19530,7 +23527,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:20 GMT", + "Date": "Mon, 25 Oct 2021 06:29:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19539,31 +23536,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1ceb338a7d3cb83d9ee6c137f6f6ea6", - "x-ms-correlation-request-id": "9230ebde-8c5f-48dd-956c-a7de1bbd4845", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26212", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "5fdeff92-6e41-42e1-bdfa-c0caa258498d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062320Z:9230ebde-8c5f-48dd-956c-a7de1bbd4845" + "x-ms-client-request-id": "10e411a0d18f210eb1509ab2acb5d24d", + "x-ms-correlation-request-id": "23f08e80-4c90-43a4-bd76-28d80123cd62", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27496", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "f3e56b17-39ef-4a6e-9f9b-b2b19cb9ef20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062948Z:23f08e80-4c90-43a4-bd76-28d80123cd62" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd065339ada5b3bf60ffbcb078747a4a", + "x-ms-client-request-id": "710e973a93dac0c6c95a7386d505d25c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19572,7 +23569,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:20 GMT", + "Date": "Mon, 25 Oct 2021 06:29:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19581,31 +23578,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd065339ada5b3bf60ffbcb078747a4a", - "x-ms-correlation-request-id": "ba9641cc-5bb2-4d0c-b7f6-ee4a0b64b3cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26211", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "80d6297e-821d-48c4-9128-c05cdcd27e6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062320Z:ba9641cc-5bb2-4d0c-b7f6-ee4a0b64b3cc" + "x-ms-client-request-id": "710e973a93dac0c6c95a7386d505d25c", + "x-ms-correlation-request-id": "96b9a6ef-55dd-4a51-9b79-7030218b2030", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27495", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "01cd89c4-7c0c-4678-a228-8bec270b3a5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062948Z:96b9a6ef-55dd-4a51-9b79-7030218b2030" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1333125327dd0adb016ce5f211aee308", + "x-ms-client-request-id": "2449f0931422f6e819ca2dd6402f2b89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19614,7 +23611,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:20 GMT", + "Date": "Mon, 25 Oct 2021 06:29:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19623,31 +23620,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1333125327dd0adb016ce5f211aee308", - "x-ms-correlation-request-id": "817ca311-87e1-4dab-a423-f0352292c76c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26210", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "5a881041-352a-492b-9a50-63b48387843b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062320Z:817ca311-87e1-4dab-a423-f0352292c76c" + "x-ms-client-request-id": "2449f0931422f6e819ca2dd6402f2b89", + "x-ms-correlation-request-id": "1ba72268-318c-4392-9b4a-cf6f59a69920", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27494", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "8f87cb41-8ab5-4944-92d1-cd4ab440f6ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062949Z:1ba72268-318c-4392-9b4a-cf6f59a69920" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5ae08ac28cc78b69f41b80d4ebd35265", + "x-ms-client-request-id": "8a90f0c94ce00c1e4a2346345d884cac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19656,7 +23653,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:20 GMT", + "Date": "Mon, 25 Oct 2021 06:29:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19665,31 +23662,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ae08ac28cc78b69f41b80d4ebd35265", - "x-ms-correlation-request-id": "d8908976-c65b-4090-a383-4c2c3347a6e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26209", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "fa9b5d07-d56d-431a-8c41-1b58f56b8b59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062320Z:d8908976-c65b-4090-a383-4c2c3347a6e4" + "x-ms-client-request-id": "8a90f0c94ce00c1e4a2346345d884cac", + "x-ms-correlation-request-id": "163ddcb9-158e-4cce-9deb-8c21d6de12fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27493", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "720228d7-b697-4081-976d-a511a0cb5884", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062949Z:163ddcb9-158e-4cce-9deb-8c21d6de12fb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6dc022735a3c12c878fbcb38c7cda1b1", + "x-ms-client-request-id": "bc1e3e7dad6b262aaf17570f66f08099", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19698,7 +23695,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:21 GMT", + "Date": "Mon, 25 Oct 2021 06:29:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19707,31 +23704,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6dc022735a3c12c878fbcb38c7cda1b1", - "x-ms-correlation-request-id": "0494a5f4-fa26-4194-afdf-86bd4b70fd91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26208", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "3ef1656b-703c-4600-a4ef-319e25efe416", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062321Z:0494a5f4-fa26-4194-afdf-86bd4b70fd91" + "x-ms-client-request-id": "bc1e3e7dad6b262aaf17570f66f08099", + "x-ms-correlation-request-id": "3a12f8a6-880d-4cb4-b127-70ebdaa7b468", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27492", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "eabde96d-3914-4075-a490-d01affe7bdb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062949Z:3a12f8a6-880d-4cb4-b127-70ebdaa7b468" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eeedb31c2094c683a8a71fc1a6071e2d", + "x-ms-client-request-id": "e4bde92e4874477bd13ddaffcdb39890", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19740,7 +23737,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:21 GMT", + "Date": "Mon, 25 Oct 2021 06:29:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19749,31 +23746,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeedb31c2094c683a8a71fc1a6071e2d", - "x-ms-correlation-request-id": "53bcf1af-5150-40ee-9b62-b98e0f22e280", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26207", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "f7e1350e-b7d9-4948-8542-788250dc2135", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062321Z:53bcf1af-5150-40ee-9b62-b98e0f22e280" + "x-ms-client-request-id": "e4bde92e4874477bd13ddaffcdb39890", + "x-ms-correlation-request-id": "00f4b166-0ae4-405e-be27-01f52a4b038c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27491", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "20d58e1c-1f44-404e-b12e-33d2973692b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062949Z:00f4b166-0ae4-405e-be27-01f52a4b038c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ee7e801a76ee67ccc1cee1cbc131c326", + "x-ms-client-request-id": "0259807d6f111b1dc56adac8f40fa65a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19782,7 +23779,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:21 GMT", + "Date": "Mon, 25 Oct 2021 06:29:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19791,31 +23788,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee7e801a76ee67ccc1cee1cbc131c326", - "x-ms-correlation-request-id": "f9167467-5af1-412f-8826-019031830c33", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26206", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "3f5b0055-37ac-45de-9094-54ba90cec501", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062321Z:f9167467-5af1-412f-8826-019031830c33" + "x-ms-client-request-id": "0259807d6f111b1dc56adac8f40fa65a", + "x-ms-correlation-request-id": "f6a22f32-8c33-4e89-a957-3fd127c575e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27490", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "2c6b27aa-5878-400a-994c-691ded8c5db9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062950Z:f6a22f32-8c33-4e89-a957-3fd127c575e9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "38b7ce7964e552d19ef9c4943a076b71", + "x-ms-client-request-id": "7306ada367ca3438c2d7eb2ed32b59fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19824,7 +23821,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:21 GMT", + "Date": "Mon, 25 Oct 2021 06:29:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19833,31 +23830,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38b7ce7964e552d19ef9c4943a076b71", - "x-ms-correlation-request-id": "c7c0e72b-f264-45a3-b2c5-e60cf29dbcd9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26205", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "6ae90728-561a-41f3-97b9-c4b8e78c252d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062321Z:c7c0e72b-f264-45a3-b2c5-e60cf29dbcd9" + "x-ms-client-request-id": "7306ada367ca3438c2d7eb2ed32b59fc", + "x-ms-correlation-request-id": "9fcdf30a-b986-4604-9c75-74e6a7d834ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27489", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "0eba0953-f86c-4ad9-8e7d-7f0a8e552404", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062950Z:9fcdf30a-b986-4604-9c75-74e6a7d834ed" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "471e9eddb24ea6c3e6852cc63fb80577", + "x-ms-client-request-id": "e591c77f7e97be88cca11e096db253c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19866,7 +23863,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:22 GMT", + "Date": "Mon, 25 Oct 2021 06:29:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19875,31 +23872,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "471e9eddb24ea6c3e6852cc63fb80577", - "x-ms-correlation-request-id": "f56300b2-f504-43bf-b908-8826a419f293", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26204", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "81533c8d-933d-4dce-a6ac-ac344441407d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062322Z:f56300b2-f504-43bf-b908-8826a419f293" + "x-ms-client-request-id": "e591c77f7e97be88cca11e096db253c2", + "x-ms-correlation-request-id": "8658cff6-d7f7-48aa-8367-256d2443caa1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27488", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "b4a20eac-98b3-4892-b168-7f57d0604a0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062950Z:8658cff6-d7f7-48aa-8367-256d2443caa1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d747f8e4e64fb647af2b4ff4b1382dba", + "x-ms-client-request-id": "1f5b7f9724ac16c648243f3983ef479a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19908,7 +23905,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:22 GMT", + "Date": "Mon, 25 Oct 2021 06:29:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19917,31 +23914,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d747f8e4e64fb647af2b4ff4b1382dba", - "x-ms-correlation-request-id": "8e434ac4-35ba-491c-a5c5-94353bac532f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26203", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "7c43c24e-984c-4cc4-902f-abfe7f08c867", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062322Z:8e434ac4-35ba-491c-a5c5-94353bac532f" + "x-ms-client-request-id": "1f5b7f9724ac16c648243f3983ef479a", + "x-ms-correlation-request-id": "424b2228-c375-4ad9-959e-9088aaf43bcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27487", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "99d4ac11-b52c-4a26-84ee-6170b154d619", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062950Z:424b2228-c375-4ad9-959e-9088aaf43bcd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "22ee6f627c12c6d80b115260370b13e6", + "x-ms-client-request-id": "2d49de11c17d24c32447a728482ec610", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19950,7 +23947,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:22 GMT", + "Date": "Mon, 25 Oct 2021 06:29:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19959,31 +23956,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22ee6f627c12c6d80b115260370b13e6", - "x-ms-correlation-request-id": "9e3ea701-1bba-4422-8c97-711e0aa82579", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26202", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "73a1ebb1-703b-4dd2-8054-e11e1f163a12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062322Z:9e3ea701-1bba-4422-8c97-711e0aa82579" + "x-ms-client-request-id": "2d49de11c17d24c32447a728482ec610", + "x-ms-correlation-request-id": "606a48ea-d06b-41d3-982b-e650826c53a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27486", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "26ed4552-b9ee-4265-ada6-ce32e67762d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062951Z:606a48ea-d06b-41d3-982b-e650826c53a3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "42b04cf494bff7225667982263cef4ad", + "x-ms-client-request-id": "5497298339cf5a50007b9c723f4f3bdc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19992,7 +23989,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:22 GMT", + "Date": "Mon, 25 Oct 2021 06:29:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20001,31 +23998,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42b04cf494bff7225667982263cef4ad", - "x-ms-correlation-request-id": "f3ab7215-ce28-4a30-a3f7-31147fce25c8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26201", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "fdea2532-a290-4440-9b7a-65976992de8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062322Z:f3ab7215-ce28-4a30-a3f7-31147fce25c8" + "x-ms-client-request-id": "5497298339cf5a50007b9c723f4f3bdc", + "x-ms-correlation-request-id": "37724606-d1df-43de-b4f0-d1fba70185bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27485", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "f78aaf03-9cea-4923-a7d0-617fcf6bbbb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062951Z:37724606-d1df-43de-b4f0-d1fba70185bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf637258e2ca68642080cc3d93e77fa4", + "x-ms-client-request-id": "8ff884592669d544bc37fb647d9dcd1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20034,7 +24031,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:22 GMT", + "Date": "Mon, 25 Oct 2021 06:29:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20043,31 +24040,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf637258e2ca68642080cc3d93e77fa4", - "x-ms-correlation-request-id": "1399e2ab-09b0-462a-ae27-a5864dccd768", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26200", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "b532de44-dbf4-4396-9db0-014ba3131f6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062323Z:1399e2ab-09b0-462a-ae27-a5864dccd768" + "x-ms-client-request-id": "8ff884592669d544bc37fb647d9dcd1a", + "x-ms-correlation-request-id": "0e4ddebe-6cf3-405d-b83d-7bfece6552ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27484", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "bfd399e4-6f1e-46e4-8fad-698025116083", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062951Z:0e4ddebe-6cf3-405d-b83d-7bfece6552ed" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "65006918ea88cdfa4cf7ccabe3b6633d", + "x-ms-client-request-id": "5ab62e5df358d8ca8eee2c012450e5d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20076,7 +24073,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:23 GMT", + "Date": "Mon, 25 Oct 2021 06:29:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20085,31 +24082,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65006918ea88cdfa4cf7ccabe3b6633d", - "x-ms-correlation-request-id": "23e5410e-78df-480b-aef2-3e7eaad0bb07", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26199", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "b542f9ed-7cb1-4904-aa18-9bd771b9fdf2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062323Z:23e5410e-78df-480b-aef2-3e7eaad0bb07" + "x-ms-client-request-id": "5ab62e5df358d8ca8eee2c012450e5d5", + "x-ms-correlation-request-id": "7feb716d-b72e-4de4-a579-3858ac02a5a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27483", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "1b767f12-526b-410e-91a7-c8529e1859d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062952Z:7feb716d-b72e-4de4-a579-3858ac02a5a4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c507a41d44a7111ce747213fc7e5636e", + "x-ms-client-request-id": "c4ceca0c37365da7e4c198983decdd63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20118,7 +24115,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:23 GMT", + "Date": "Mon, 25 Oct 2021 06:29:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20127,31 +24124,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c507a41d44a7111ce747213fc7e5636e", - "x-ms-correlation-request-id": "d5df4a2f-69ce-4279-9e6b-d76eb958ec76", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26198", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "3cf46e7d-5738-4395-8072-8996052d336c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062323Z:d5df4a2f-69ce-4279-9e6b-d76eb958ec76" + "x-ms-client-request-id": "c4ceca0c37365da7e4c198983decdd63", + "x-ms-correlation-request-id": "21467fd9-5cbe-4a7d-932b-61a7ca2f4393", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27482", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "8384780f-033f-4e83-9e73-710dd025892f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062952Z:21467fd9-5cbe-4a7d-932b-61a7ca2f4393" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fa0af4e88ecd6d25789582d316b9846a", + "x-ms-client-request-id": "101582aee1996684ba1f017afa43b16b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20160,7 +24157,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:23 GMT", + "Date": "Mon, 25 Oct 2021 06:29:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20169,31 +24166,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa0af4e88ecd6d25789582d316b9846a", - "x-ms-correlation-request-id": "96f59dc8-ba78-49c2-8a4d-c675339421c2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26197", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "92ecbcba-8c3d-44c2-a231-e704e81ed33d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062323Z:96f59dc8-ba78-49c2-8a4d-c675339421c2" + "x-ms-client-request-id": "101582aee1996684ba1f017afa43b16b", + "x-ms-correlation-request-id": "3955e427-740d-4d41-b566-f8ac907c7909", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27481", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "4d36a107-fe7c-42c0-a983-02dc40a45030", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062952Z:3955e427-740d-4d41-b566-f8ac907c7909" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ef1f8f1cbadfd3fc4cef7d40c9ba0667", + "x-ms-client-request-id": "b257265108ce26e3875875965b319ba1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20202,7 +24199,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:23 GMT", + "Date": "Mon, 25 Oct 2021 06:29:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20210,32 +24207,32 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef1f8f1cbadfd3fc4cef7d40c9ba0667", - "x-ms-correlation-request-id": "b4722185-e09a-40a0-91dd-e7f58372f612", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26196", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "22426d9d-e74c-4150-bf05-97fef79567ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062324Z:b4722185-e09a-40a0-91dd-e7f58372f612" + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b257265108ce26e3875875965b319ba1", + "x-ms-correlation-request-id": "01790943-7fce-4fad-9909-07939b31cd7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27480", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "fbbb6383-bd82-4593-8dc7-af04d6e93bff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062952Z:01790943-7fce-4fad-9909-07939b31cd7d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "efc25d9369ab8e6f7e9a4c11c149fb2e", + "x-ms-client-request-id": "a252c811d43b2b3c45680a16352d62a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20244,7 +24241,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:24 GMT", + "Date": "Mon, 25 Oct 2021 06:29:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20253,31 +24250,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efc25d9369ab8e6f7e9a4c11c149fb2e", - "x-ms-correlation-request-id": "63409d19-e655-422d-bc41-03ab0f14a89b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26195", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "64673441-598e-49d6-91aa-33f2539467f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062324Z:63409d19-e655-422d-bc41-03ab0f14a89b" + "x-ms-client-request-id": "a252c811d43b2b3c45680a16352d62a1", + "x-ms-correlation-request-id": "c4d1ebe4-114f-4d8c-bc51-5d152bd447fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27479", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "89d52338-e511-4082-b0b5-20cf97ae40f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062953Z:c4d1ebe4-114f-4d8c-bc51-5d152bd447fd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3822b7c373c52e8ff736addd11e4a4bd", + "x-ms-client-request-id": "16462c102a94a6959eef89406cee0a88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20286,7 +24283,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:24 GMT", + "Date": "Mon, 25 Oct 2021 06:29:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20295,31 +24292,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3822b7c373c52e8ff736addd11e4a4bd", - "x-ms-correlation-request-id": "bd4cd184-56c2-40b1-a529-c88a7008f3d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26194", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "fa7e1d76-b4b5-4560-bd47-73d7657756d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062324Z:bd4cd184-56c2-40b1-a529-c88a7008f3d9" + "x-ms-client-request-id": "16462c102a94a6959eef89406cee0a88", + "x-ms-correlation-request-id": "235b5939-b780-49d3-b653-1cb44f9cef10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27478", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "114afa3e-bfff-482f-953a-d05dab88301b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062953Z:235b5939-b780-49d3-b653-1cb44f9cef10" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b83f1a8f94f6b2be1f9070456deb1103", + "x-ms-client-request-id": "31685f840ef17c30ea2c6c65feccf059", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20328,7 +24325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:24 GMT", + "Date": "Mon, 25 Oct 2021 06:29:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20337,31 +24334,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b83f1a8f94f6b2be1f9070456deb1103", - "x-ms-correlation-request-id": "cedb73db-4010-4e7c-b6df-3d3ee81b5358", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26193", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "ff7a3b8f-a859-4acc-beb2-bc2e6622cc4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062324Z:cedb73db-4010-4e7c-b6df-3d3ee81b5358" + "x-ms-client-request-id": "31685f840ef17c30ea2c6c65feccf059", + "x-ms-correlation-request-id": "98db07a9-32b0-49b7-9221-ee2ea4782128", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27477", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "19ffb18c-97d8-4c7d-90e0-a6cff8585796", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062953Z:98db07a9-32b0-49b7-9221-ee2ea4782128" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "117c4ff4ce9820a2ce94f874bc927d99", + "x-ms-client-request-id": "2f86d4f584eae60d33ac034c4bfbbf57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20370,7 +24367,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:24 GMT", + "Date": "Mon, 25 Oct 2021 06:29:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20379,31 +24376,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "117c4ff4ce9820a2ce94f874bc927d99", - "x-ms-correlation-request-id": "3c7e1e52-6d4b-4b60-bffa-c5010198f352", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26192", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "1020fc7b-2131-4e5b-9a38-b0375693b9b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062325Z:3c7e1e52-6d4b-4b60-bffa-c5010198f352" + "x-ms-client-request-id": "2f86d4f584eae60d33ac034c4bfbbf57", + "x-ms-correlation-request-id": "0fb4612d-e5ca-49ec-b278-423bfee362bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27476", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "a4b63d64-7da1-4a72-90b1-7d45634b739b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062954Z:0fb4612d-e5ca-49ec-b278-423bfee362bf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a6818ff5420a2f37f86f1834034ac10b", + "x-ms-client-request-id": "d592815e31c401b0fcca2c68be2fa7d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20412,7 +24409,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:25 GMT", + "Date": "Mon, 25 Oct 2021 06:29:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20421,31 +24418,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6818ff5420a2f37f86f1834034ac10b", - "x-ms-correlation-request-id": "1d8b2706-162d-4d9a-b9b3-4834d52b193a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26191", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "28e88cf5-16bb-4879-b7b8-15b80debf6a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062325Z:1d8b2706-162d-4d9a-b9b3-4834d52b193a" + "x-ms-client-request-id": "d592815e31c401b0fcca2c68be2fa7d1", + "x-ms-correlation-request-id": "e9a8eac7-e117-474c-89d2-3ca9213de7e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27475", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "389f8f9b-8edc-4995-a42d-616057cf47f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062954Z:e9a8eac7-e117-474c-89d2-3ca9213de7e9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c2e8aa249368c125781fea629b49f68d", + "x-ms-client-request-id": "974a2ffedb67ff9d5281fe440be431ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20454,7 +24451,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:25 GMT", + "Date": "Mon, 25 Oct 2021 06:29:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20463,31 +24460,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2e8aa249368c125781fea629b49f68d", - "x-ms-correlation-request-id": "e9a6cc7b-aa0e-4d65-bcab-8fa1e464b9ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26190", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "a0777b05-776c-4881-82ea-2c0c33c19549", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062325Z:e9a6cc7b-aa0e-4d65-bcab-8fa1e464b9ce" + "x-ms-client-request-id": "974a2ffedb67ff9d5281fe440be431ee", + "x-ms-correlation-request-id": "21c6f288-9602-4ffb-aedf-176b2a13161f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27474", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "f386e66b-a12e-4332-a5c5-4bd889faadb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062954Z:21c6f288-9602-4ffb-aedf-176b2a13161f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "de4fd6136b6ab2f9174d1828b56d1d84", + "x-ms-client-request-id": "7c07146d1a3ac4952485332058a52803", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20496,7 +24493,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:25 GMT", + "Date": "Mon, 25 Oct 2021 06:29:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20505,31 +24502,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de4fd6136b6ab2f9174d1828b56d1d84", - "x-ms-correlation-request-id": "9974752e-5996-42c5-bbea-00b6c12d2b20", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26189", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "9f5cf1c4-7cb2-460f-b596-8e8aca6fc820", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062325Z:9974752e-5996-42c5-bbea-00b6c12d2b20" + "x-ms-client-request-id": "7c07146d1a3ac4952485332058a52803", + "x-ms-correlation-request-id": "b284a0ef-f0fc-40ba-99ba-823b8dacc162", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27473", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "7c354c4a-c4ad-4710-9a80-ca8ed5ac4447", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062954Z:b284a0ef-f0fc-40ba-99ba-823b8dacc162" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1150edd3bba9623169bf2dea58d493af", + "x-ms-client-request-id": "1b4d310427b183f0e4928343326bf517", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20538,7 +24535,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:25 GMT", + "Date": "Mon, 25 Oct 2021 06:29:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20547,31 +24544,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1150edd3bba9623169bf2dea58d493af", - "x-ms-correlation-request-id": "bfca8ef4-8492-4edd-a5ca-64342579164f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26188", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "1f6686bb-c12b-4901-b42e-dbf34e68a00d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062325Z:bfca8ef4-8492-4edd-a5ca-64342579164f" + "x-ms-client-request-id": "1b4d310427b183f0e4928343326bf517", + "x-ms-correlation-request-id": "8d6893c0-7d7a-4289-962e-e88174ac1622", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27472", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "3493802f-4894-410f-bfd5-1b4cefab6ffb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062955Z:8d6893c0-7d7a-4289-962e-e88174ac1622" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c208b78e2fab9a1b136aa1a7afd0c0b", + "x-ms-client-request-id": "a9fa3d982a28e3979a8673e2a87ca7ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20580,7 +24577,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:26 GMT", + "Date": "Mon, 25 Oct 2021 06:29:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20589,31 +24586,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c208b78e2fab9a1b136aa1a7afd0c0b", - "x-ms-correlation-request-id": "c2d1243c-6df0-444f-8144-8820e8b0cdde", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26187", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "e5f8bed6-2458-44ab-828e-9208cc05a71e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062326Z:c2d1243c-6df0-444f-8144-8820e8b0cdde" + "x-ms-client-request-id": "a9fa3d982a28e3979a8673e2a87ca7ad", + "x-ms-correlation-request-id": "7826fd22-2fb4-49ca-9510-1ab71ca06186", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27471", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "dd934b44-da02-4096-95a6-f1bc33e5f0ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062955Z:7826fd22-2fb4-49ca-9510-1ab71ca06186" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae8f6602e4f958e3a4ec74aa3d0e5943", + "x-ms-client-request-id": "d940fa591596453d248498a7975191b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20622,7 +24619,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:26 GMT", + "Date": "Mon, 25 Oct 2021 06:29:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20631,31 +24628,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae8f6602e4f958e3a4ec74aa3d0e5943", - "x-ms-correlation-request-id": "fa92c71f-22d9-4f9e-96cd-1ebc1570c682", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26186", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "9a821f36-eb2f-40ce-8d70-0918ec707089", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062326Z:fa92c71f-22d9-4f9e-96cd-1ebc1570c682" + "x-ms-client-request-id": "d940fa591596453d248498a7975191b8", + "x-ms-correlation-request-id": "bb6ad8de-df13-4590-9bc6-511e0c47e249", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27470", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "0e466e43-992c-4003-8325-d73d0d795bdd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062955Z:bb6ad8de-df13-4590-9bc6-511e0c47e249" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "29af69b9f04cf0894b9660721017e76c", + "x-ms-client-request-id": "1a881b8f7faad9db9969812bb30eda68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20664,7 +24661,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:26 GMT", + "Date": "Mon, 25 Oct 2021 06:29:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20673,31 +24670,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29af69b9f04cf0894b9660721017e76c", - "x-ms-correlation-request-id": "53d6caa6-a8f4-4851-aac6-bb837028ca85", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26185", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "d19e9b49-0c26-4612-a319-d5d694c6cc8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062326Z:53d6caa6-a8f4-4851-aac6-bb837028ca85" + "x-ms-client-request-id": "1a881b8f7faad9db9969812bb30eda68", + "x-ms-correlation-request-id": "e7816e8e-f04c-484c-bb7b-ebab40598229", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27469", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "98dd2ce2-a3f3-443a-b56c-d1081d39bf6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062955Z:e7816e8e-f04c-484c-bb7b-ebab40598229" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f2e822b3e54494b5a7c8870d6ef77ca3", + "x-ms-client-request-id": "38e9d6eb1c2a828000b484a492f04c48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20706,7 +24703,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:26 GMT", + "Date": "Mon, 25 Oct 2021 06:29:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20715,31 +24712,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2e822b3e54494b5a7c8870d6ef77ca3", - "x-ms-correlation-request-id": "ad0a16f0-3b93-4400-9471-e8c8e233229e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26184", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "40a82af0-df5b-4dff-984c-c34804af0bf8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062326Z:ad0a16f0-3b93-4400-9471-e8c8e233229e" + "x-ms-client-request-id": "38e9d6eb1c2a828000b484a492f04c48", + "x-ms-correlation-request-id": "5f7931c7-1058-487a-8539-ec232f9c3447", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27468", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "92351ba0-8a18-4fd9-934c-637cc5d9bdbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062956Z:5f7931c7-1058-487a-8539-ec232f9c3447" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "116066dce24d11bedc9f62638471478d", + "x-ms-client-request-id": "8c52baf48cf4da021f663f2d94129216", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20748,7 +24745,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:27 GMT", + "Date": "Mon, 25 Oct 2021 06:29:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20757,31 +24754,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "116066dce24d11bedc9f62638471478d", - "x-ms-correlation-request-id": "2498f012-cf0f-435a-a6f4-bdebfa4531bd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26183", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "a1b00d04-c147-4b5d-b68a-7b53428d842d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062327Z:2498f012-cf0f-435a-a6f4-bdebfa4531bd" + "x-ms-client-request-id": "8c52baf48cf4da021f663f2d94129216", + "x-ms-correlation-request-id": "19c96be4-910e-4c74-a261-74ff0acdc2dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27467", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "20bd534a-ae42-473f-9466-b9e0ede7b5c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062956Z:19c96be4-910e-4c74-a261-74ff0acdc2dd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1af608056725d4feb31b8284697b8254", + "x-ms-client-request-id": "c0bc2fa95968738e9a051af5fa3746a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20790,7 +24787,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:27 GMT", + "Date": "Mon, 25 Oct 2021 06:29:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20799,31 +24796,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1af608056725d4feb31b8284697b8254", - "x-ms-correlation-request-id": "94019be3-b4cb-437c-ad38-5269d573c5d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26182", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "08cb7e6d-e391-4cd1-a643-c95e8d99a8a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062327Z:94019be3-b4cb-437c-ad38-5269d573c5d5" + "x-ms-client-request-id": "c0bc2fa95968738e9a051af5fa3746a9", + "x-ms-correlation-request-id": "6ecc67a7-e9de-4255-b240-12582754bc8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27466", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "55d4f574-d011-4424-9b9f-a2045e6750df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062956Z:6ecc67a7-e9de-4255-b240-12582754bc8b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aa96bd1ad6b7d01e64d715a582520f36", + "x-ms-client-request-id": "f836381c4dbb5e74d30f18c3dc53eeee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20832,7 +24829,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:27 GMT", + "Date": "Mon, 25 Oct 2021 06:29:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20841,31 +24838,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa96bd1ad6b7d01e64d715a582520f36", - "x-ms-correlation-request-id": "18e3ecbc-039e-48bf-8ae1-d8c8226d4dc8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26181", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "4563c5d7-b000-4627-80cf-6e9efab22fe9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062327Z:18e3ecbc-039e-48bf-8ae1-d8c8226d4dc8" + "x-ms-client-request-id": "f836381c4dbb5e74d30f18c3dc53eeee", + "x-ms-correlation-request-id": "fc540a0f-fbf3-497f-8c05-bab24e83dcd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27465", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "771f4ac3-50df-4bdc-9bfb-33992f0eb027", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062957Z:fc540a0f-fbf3-497f-8c05-bab24e83dcd9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6508f9806100747e678b5d32603aa760", + "x-ms-client-request-id": "62fa6e228c349ae02cdef2ee720ddfe8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20874,7 +24871,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:27 GMT", + "Date": "Mon, 25 Oct 2021 06:29:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20883,31 +24880,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6508f9806100747e678b5d32603aa760", - "x-ms-correlation-request-id": "c1cd0489-425f-458b-a1d7-e39ee500f821", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26180", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "efa88ad9-d32c-4942-be4d-5b7803ace730", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062327Z:c1cd0489-425f-458b-a1d7-e39ee500f821" + "x-ms-client-request-id": "62fa6e228c349ae02cdef2ee720ddfe8", + "x-ms-correlation-request-id": "962aa018-73e3-471a-b7ec-e8de68e7ba90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27464", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "73dfc946-aa14-4277-b83f-dce93e589c20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062957Z:962aa018-73e3-471a-b7ec-e8de68e7ba90" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c6480d1d9ddb2fd6e925b64d51595161", + "x-ms-client-request-id": "5b1196209adb5b5abb5eed5840ca9747", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20916,7 +24913,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:28 GMT", + "Date": "Mon, 25 Oct 2021 06:29:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20925,31 +24922,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6480d1d9ddb2fd6e925b64d51595161", - "x-ms-correlation-request-id": "be0f93cf-c143-4346-a20d-6aef2b848c31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26179", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "cd2f35d9-1e41-450d-b791-d68a9a638db3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062328Z:be0f93cf-c143-4346-a20d-6aef2b848c31" + "x-ms-client-request-id": "5b1196209adb5b5abb5eed5840ca9747", + "x-ms-correlation-request-id": "68c51aee-7a5b-4c79-bd56-9f3ef213418b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;27463", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "3e7c93b5-9e03-48a0-9d91-7fb4adcb31ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062957Z:68c51aee-7a5b-4c79-bd56-9f3ef213418b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6f034c0b1c73b8543f21422b78ec7029", + "x-ms-client-request-id": "8bd22c16e33c9075589ccbdd5b85ebc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20958,7 +24955,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:28 GMT", + "Date": "Mon, 25 Oct 2021 06:29:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20967,31 +24964,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f034c0b1c73b8543f21422b78ec7029", - "x-ms-correlation-request-id": "9fee7e9c-a195-498c-a6e1-dec46a2409ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26178", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "7ed866f8-25de-488a-850f-e6513bf70fe7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062328Z:9fee7e9c-a195-498c-a6e1-dec46a2409ee" + "x-ms-client-request-id": "8bd22c16e33c9075589ccbdd5b85ebc5", + "x-ms-correlation-request-id": "e581167b-2bb4-45ec-834c-1a386e3b3749", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;27462", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "1de9cdfc-093e-4a0a-a2c3-8d2c8909c6da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062957Z:e581167b-2bb4-45ec-834c-1a386e3b3749" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7488b42f4909e35b23d97bdaab30230e", + "x-ms-client-request-id": "45a3302f92428812149fa7d59f885962", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21000,7 +24997,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:28 GMT", + "Date": "Mon, 25 Oct 2021 06:29:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21009,31 +25006,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7488b42f4909e35b23d97bdaab30230e", - "x-ms-correlation-request-id": "7317c8f4-ee4f-476e-8a8d-80a635c53e3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26177", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "9d75ba9a-0054-4aa2-8483-58109649ab88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062328Z:7317c8f4-ee4f-476e-8a8d-80a635c53e3e" + "x-ms-client-request-id": "45a3302f92428812149fa7d59f885962", + "x-ms-correlation-request-id": "f9e824d2-2540-4b87-a62f-b2a50989cb26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;27461", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "8128c066-fe25-4d4b-91cf-0e906b0756fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062958Z:f9e824d2-2540-4b87-a62f-b2a50989cb26" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1327fc3a383600edb99087b95baab6fd", + "x-ms-client-request-id": "46d7ab47543a3cab2181033ece7dff36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21042,7 +25039,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:28 GMT", + "Date": "Mon, 25 Oct 2021 06:29:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21051,31 +25048,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1327fc3a383600edb99087b95baab6fd", - "x-ms-correlation-request-id": "a85d8010-98b3-46c7-b82d-8c2a59eaf8d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26176", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "b8a9e890-1174-4e88-a84f-128b8e2ee91a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062328Z:a85d8010-98b3-46c7-b82d-8c2a59eaf8d6" + "x-ms-client-request-id": "46d7ab47543a3cab2181033ece7dff36", + "x-ms-correlation-request-id": "97f46dc6-6ba2-4d16-a896-a0b706d1ced0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;27460", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "076adcbe-8942-4eb8-8ea3-f7ab9453b1e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062958Z:97f46dc6-6ba2-4d16-a896-a0b706d1ced0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9d1e8cb5dcd1c258f11f4b99a0790d0e", + "x-ms-client-request-id": "1028277251268405194a779d3c9ff0d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21084,7 +25081,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:29 GMT", + "Date": "Mon, 25 Oct 2021 06:29:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21093,31 +25090,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d1e8cb5dcd1c258f11f4b99a0790d0e", - "x-ms-correlation-request-id": "a0197af0-d0e8-4625-874a-55daa088bbea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26175", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "b0f0da18-0bc1-4e74-8482-f138aeb10e25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062329Z:a0197af0-d0e8-4625-874a-55daa088bbea" + "x-ms-client-request-id": "1028277251268405194a779d3c9ff0d0", + "x-ms-correlation-request-id": "2196ca97-c409-4d11-9ed8-b7f6e95ad715", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;27459", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "cbede4fe-4cf2-4115-ae38-2a659a84b073", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062958Z:2196ca97-c409-4d11-9ed8-b7f6e95ad715" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7cf133fe5cc4f7f2c787bb79c1a18878", + "x-ms-client-request-id": "b0956842a5addb8a846724c08ed4b996", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21126,7 +25123,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:29 GMT", + "Date": "Mon, 25 Oct 2021 06:29:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21135,31 +25132,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cf133fe5cc4f7f2c787bb79c1a18878", - "x-ms-correlation-request-id": "45e69446-a5d1-4e0e-9e75-50900ca77cc8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26174", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "8c819fd8-4d13-4398-8ff6-5e97377e3ae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062329Z:45e69446-a5d1-4e0e-9e75-50900ca77cc8" + "x-ms-client-request-id": "b0956842a5addb8a846724c08ed4b996", + "x-ms-correlation-request-id": "b658139a-e95b-4c85-8962-9aee15976777", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;27458", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "e42d941e-a213-4e8a-80e8-ada2969eb304", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062958Z:b658139a-e95b-4c85-8962-9aee15976777" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e257e2285125d3da4642216ec536040", + "x-ms-client-request-id": "7762709f495ff53ca6532cf0dc0eff81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21168,7 +25165,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:29 GMT", + "Date": "Mon, 25 Oct 2021 06:29:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21177,31 +25174,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e257e2285125d3da4642216ec536040", - "x-ms-correlation-request-id": "9e8d9f09-1b24-4626-b1ab-18bc8a044710", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26173", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "f4d84dda-a1c5-4ea8-ba5d-7023eb54fa8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062329Z:9e8d9f09-1b24-4626-b1ab-18bc8a044710" + "x-ms-client-request-id": "7762709f495ff53ca6532cf0dc0eff81", + "x-ms-correlation-request-id": "f42e569f-aa67-4f94-9cf5-d1b8610c99c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;27457", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "08546873-548e-4041-a026-25ce67185821", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062959Z:f42e569f-aa67-4f94-9cf5-d1b8610c99c7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "27bb78823ab958389927d54921de014f", + "x-ms-client-request-id": "65fc33904fe7cd899c4d8bbf2d44f545", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21210,7 +25207,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:29 GMT", + "Date": "Mon, 25 Oct 2021 06:29:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21219,31 +25216,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27bb78823ab958389927d54921de014f", - "x-ms-correlation-request-id": "b55898ef-3268-4e6f-9f82-ae1585e54d77", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26172", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "5a102c72-d878-43ce-8ee4-a93c97d1ddd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062329Z:b55898ef-3268-4e6f-9f82-ae1585e54d77" + "x-ms-client-request-id": "65fc33904fe7cd899c4d8bbf2d44f545", + "x-ms-correlation-request-id": "19bad84a-3f39-4b8b-be97-e338dc6e573b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;27456", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "8c5a7b8b-4e0b-452b-b781-2b5237586745", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062959Z:19bad84a-3f39-4b8b-be97-e338dc6e573b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2277d397ee5478fcf693d75f3adb0a73", + "x-ms-client-request-id": "ccfde091793cf9702ca00a5a789afe76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21252,7 +25249,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:29 GMT", + "Date": "Mon, 25 Oct 2021 06:29:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21261,31 +25258,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2277d397ee5478fcf693d75f3adb0a73", - "x-ms-correlation-request-id": "82b7ab24-ca72-4e11-a005-d6aee44c2d32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;26171", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "e7b49d50-69d6-437e-af9c-e42024b723a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062330Z:82b7ab24-ca72-4e11-a005-d6aee44c2d32" + "x-ms-client-request-id": "ccfde091793cf9702ca00a5a789afe76", + "x-ms-correlation-request-id": "b015b2cd-110d-4cac-aee0-fed03686f48d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;27455", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "d2d975a5-4709-43f9-bfdc-0f855b8fe1f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062959Z:b015b2cd-110d-4cac-aee0-fed03686f48d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "48f67b2761e5e7be45cd84eaaff33cc5", + "x-ms-client-request-id": "5b30a36753d74fafe795db11bd7cc861", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21294,7 +25291,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:30 GMT", + "Date": "Mon, 25 Oct 2021 06:29:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21303,31 +25300,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48f67b2761e5e7be45cd84eaaff33cc5", - "x-ms-correlation-request-id": "65abd90a-81fb-49c0-89a8-104c9b4260f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;26170", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "a81ab68a-e1ae-43c9-b199-8973e5d093db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062330Z:65abd90a-81fb-49c0-89a8-104c9b4260f1" + "x-ms-client-request-id": "5b30a36753d74fafe795db11bd7cc861", + "x-ms-correlation-request-id": "01461c6e-1c89-4311-ada7-d75f2ca3dd9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;27454", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "16ad96d3-4160-4337-bfa8-562551b943df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063000Z:01461c6e-1c89-4311-ada7-d75f2ca3dd9b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "197fd2633ddc93eb7c43302662d91ebd", + "x-ms-client-request-id": "fc5ee75d33101744c2033846452e5501", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21336,7 +25333,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:30 GMT", + "Date": "Mon, 25 Oct 2021 06:30:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21345,31 +25342,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "197fd2633ddc93eb7c43302662d91ebd", - "x-ms-correlation-request-id": "2b921064-3dfc-483a-850d-5bf7ef255143", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;26169", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "297436e3-9914-40e5-8d55-2f943fee1364", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062330Z:2b921064-3dfc-483a-850d-5bf7ef255143" + "x-ms-client-request-id": "fc5ee75d33101744c2033846452e5501", + "x-ms-correlation-request-id": "1699f488-27cb-484e-a49e-70016d784426", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;27453", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "223445a0-3d13-46ff-99fa-bdd89a8da42a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063000Z:1699f488-27cb-484e-a49e-70016d784426" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a622621cb8e8366a148fdc866a11c803", + "x-ms-client-request-id": "8957144e99133d6d30aee4a79d5f3baf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21378,7 +25375,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:30 GMT", + "Date": "Mon, 25 Oct 2021 06:30:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21387,31 +25384,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a622621cb8e8366a148fdc866a11c803", - "x-ms-correlation-request-id": "263ea6a8-ba92-4c15-8b84-b4f6473c5e2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;26168", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "6f52a616-ba7f-4c74-9413-0b9e8d3c2ae7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062330Z:263ea6a8-ba92-4c15-8b84-b4f6473c5e2a" + "x-ms-client-request-id": "8957144e99133d6d30aee4a79d5f3baf", + "x-ms-correlation-request-id": "5a667d92-ed8d-4aa3-bbf7-a7a71e7ed05d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;27452", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "7a6b7f55-0894-4fa8-84e1-746cce345b46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063000Z:5a667d92-ed8d-4aa3-bbf7-a7a71e7ed05d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "67fb1257f15ce9968f62cca13098846c", + "x-ms-client-request-id": "90fca8d8023b33665e1998d41b680ab8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21420,7 +25417,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:30 GMT", + "Date": "Mon, 25 Oct 2021 06:30:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21429,31 +25426,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67fb1257f15ce9968f62cca13098846c", - "x-ms-correlation-request-id": "ce5e7cb0-d304-4a75-9efb-45e9f8a9937c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;26167", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "20ff7b63-0ff0-437d-af98-c193880747dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062331Z:ce5e7cb0-d304-4a75-9efb-45e9f8a9937c" + "x-ms-client-request-id": "90fca8d8023b33665e1998d41b680ab8", + "x-ms-correlation-request-id": "6d8bc168-f7ea-4eb3-8e05-9cba128ede07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;27451", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "f0998a29-2abe-469c-a814-77cf54320147", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063001Z:6d8bc168-f7ea-4eb3-8e05-9cba128ede07" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4dcec6af95d0abdc6849044d6065296a", + "x-ms-client-request-id": "a8c3d9403e25c34e7921cb624e9d7963", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21462,7 +25459,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:31 GMT", + "Date": "Mon, 25 Oct 2021 06:30:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21471,31 +25468,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dcec6af95d0abdc6849044d6065296a", - "x-ms-correlation-request-id": "721d8ee3-268b-4987-850c-884e029e7d61", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;26165", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "5c646bbf-cbe7-4476-8e51-da395dd7bb48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062331Z:721d8ee3-268b-4987-850c-884e029e7d61" + "x-ms-client-request-id": "a8c3d9403e25c34e7921cb624e9d7963", + "x-ms-correlation-request-id": "df7b3865-2a1f-4879-afe4-5037c6913158", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;27450", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "b6aa96c8-69c7-4e45-af68-4a6b39c6e1ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063001Z:df7b3865-2a1f-4879-afe4-5037c6913158" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "50ce2d7bb6dd2a61cc391786ecc9057b", + "x-ms-client-request-id": "9c6e88c8c4324cc6ae232bfa019922c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21504,7 +25501,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:31 GMT", + "Date": "Mon, 25 Oct 2021 06:30:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21513,31 +25510,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50ce2d7bb6dd2a61cc391786ecc9057b", - "x-ms-correlation-request-id": "7f0beff3-f9c2-451f-b785-7a15d7763c09", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;26164", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "8430794a-f9ec-4de1-9f65-149097b91359", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062331Z:7f0beff3-f9c2-451f-b785-7a15d7763c09" + "x-ms-client-request-id": "9c6e88c8c4324cc6ae232bfa019922c8", + "x-ms-correlation-request-id": "7543d503-8bcc-4792-b91c-0a5af359e0d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;27449", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "28a77eaa-4b00-4438-912b-60f1263ef90b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063001Z:7543d503-8bcc-4792-b91c-0a5af359e0d4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a3d7700a7a43c1323550ff13ec498829", + "x-ms-client-request-id": "c4662ca3929b998a5a3816193703e5c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21546,7 +25543,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:31 GMT", + "Date": "Mon, 25 Oct 2021 06:30:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21555,31 +25552,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3d7700a7a43c1323550ff13ec498829", - "x-ms-correlation-request-id": "e7a6f36f-a802-4d45-ab59-a68e38977c4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;26163", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "f31438ef-312b-4823-95fd-0b8417d40eec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062331Z:e7a6f36f-a802-4d45-ab59-a68e38977c4a" + "x-ms-client-request-id": "c4662ca3929b998a5a3816193703e5c1", + "x-ms-correlation-request-id": "fb6492d2-0367-4838-a6fa-00c74475ff45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;27448", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "87b2dfd7-2eb1-467a-9bee-c46d6e721b65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063001Z:fb6492d2-0367-4838-a6fa-00c74475ff45" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0326613834caf88f65a381977e56be9f", + "x-ms-client-request-id": "920b359f6dfa7b851377fa011354c2e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21588,7 +25585,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:31 GMT", + "Date": "Mon, 25 Oct 2021 06:30:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21597,31 +25594,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0326613834caf88f65a381977e56be9f", - "x-ms-correlation-request-id": "e7a00877-52a4-4229-949e-4bc0af5cf521", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;26162", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "8e143da7-8f1d-4271-ace5-f3799db3127f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062332Z:e7a00877-52a4-4229-949e-4bc0af5cf521" + "x-ms-client-request-id": "920b359f6dfa7b851377fa011354c2e0", + "x-ms-correlation-request-id": "54dbf9af-64bb-463a-9148-3ba7da323b06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;27447", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "74a3794f-349d-4f4c-8d9b-ebfd4de847c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063002Z:54dbf9af-64bb-463a-9148-3ba7da323b06" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f0438943858d0027fb0c1a8cb74e3d83", + "x-ms-client-request-id": "22be03ffb43636c7fed442faadac14aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21630,7 +25627,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:32 GMT", + "Date": "Mon, 25 Oct 2021 06:30:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21639,31 +25636,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0438943858d0027fb0c1a8cb74e3d83", - "x-ms-correlation-request-id": "21409df6-a98d-426d-a64b-702325eec92c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;26161", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "18371ce0-b3b9-4f11-908f-cbf5f051a103", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062332Z:21409df6-a98d-426d-a64b-702325eec92c" + "x-ms-client-request-id": "22be03ffb43636c7fed442faadac14aa", + "x-ms-correlation-request-id": "7e879aec-286f-4211-8c44-99390db155da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;27446", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "cf5bb4a3-4b9c-4447-9f39-e7022630ed8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063002Z:7e879aec-286f-4211-8c44-99390db155da" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a4dedb002a2d5b0e1de3e9ff99a43df", + "x-ms-client-request-id": "cb5a693e8f8e35cda6ebb12498898606", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21672,7 +25669,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:32 GMT", + "Date": "Mon, 25 Oct 2021 06:30:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21681,31 +25678,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a4dedb002a2d5b0e1de3e9ff99a43df", - "x-ms-correlation-request-id": "f7db3211-3df2-4d02-b0ed-b74c79d565fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;26160", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "19d4acc6-21c2-41ea-80fe-9a53c27d31d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062332Z:f7db3211-3df2-4d02-b0ed-b74c79d565fd" + "x-ms-client-request-id": "cb5a693e8f8e35cda6ebb12498898606", + "x-ms-correlation-request-id": "96f7a992-e233-4076-8de5-5daf9633839c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;27445", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "8447f8f1-df48-45c4-bd5d-e5e634facd08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063002Z:96f7a992-e233-4076-8de5-5daf9633839c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "63cf5f919805b39c3a2507be19024017", + "x-ms-client-request-id": "341a3675c244ea8b6dd593252b8bce67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21714,7 +25711,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:32 GMT", + "Date": "Mon, 25 Oct 2021 06:30:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21723,31 +25720,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63cf5f919805b39c3a2507be19024017", - "x-ms-correlation-request-id": "5c79a976-f06c-44ff-8954-00ad757151ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;26159", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "f4656c17-b65a-4c90-a022-bc53af932431", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062332Z:5c79a976-f06c-44ff-8954-00ad757151ac" + "x-ms-client-request-id": "341a3675c244ea8b6dd593252b8bce67", + "x-ms-correlation-request-id": "1005dfb5-a21b-4965-b0ec-f4cf69806fdd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;27444", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "73d6616b-65e8-4581-bcf1-89d29cb718c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063003Z:1005dfb5-a21b-4965-b0ec-f4cf69806fdd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91e7fe66340840fcd86d0eae46870660", + "x-ms-client-request-id": "a9c24f62f7f96f5235897b4b03a39e74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21756,7 +25753,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:32 GMT", + "Date": "Mon, 25 Oct 2021 06:30:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21765,31 +25762,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91e7fe66340840fcd86d0eae46870660", - "x-ms-correlation-request-id": "7942855a-d13f-4aee-ad4b-efe0487ce50f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;26158", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "b0f340fc-e2c2-4654-a29c-6490e93fd1d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062333Z:7942855a-d13f-4aee-ad4b-efe0487ce50f" + "x-ms-client-request-id": "a9c24f62f7f96f5235897b4b03a39e74", + "x-ms-correlation-request-id": "9f2e4fdf-1e24-4f9d-a236-78870c86fde7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;27443", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "87e59d42-4b69-4d25-9fb4-b97fb2e1508d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063003Z:9f2e4fdf-1e24-4f9d-a236-78870c86fde7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "57fa3ac9d97e187d509a4f7dfaf2bcde", + "x-ms-client-request-id": "77843c4ee0917b65de6f5eb8fba80a1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21798,7 +25795,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:33 GMT", + "Date": "Mon, 25 Oct 2021 06:30:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21807,31 +25804,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57fa3ac9d97e187d509a4f7dfaf2bcde", - "x-ms-correlation-request-id": "9b2c7c55-546d-4b2f-9256-54890ff8c863", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26157", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "ac4ec7a5-af2d-4b7c-81ae-14fe84c7f703", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062333Z:9b2c7c55-546d-4b2f-9256-54890ff8c863" + "x-ms-client-request-id": "77843c4ee0917b65de6f5eb8fba80a1b", + "x-ms-correlation-request-id": "b6d8d446-bbff-4531-8205-3b85276e4ac1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;27442", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "abf5df25-bbbd-4550-9002-aa7b216cb8f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063003Z:b6d8d446-bbff-4531-8205-3b85276e4ac1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fb39279eb1b35dd7638e8b9889ed6cb2", + "x-ms-client-request-id": "48c2491ddcc77e0ce4aafebb473fe7ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21840,7 +25837,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:33 GMT", + "Date": "Mon, 25 Oct 2021 06:30:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21849,31 +25846,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb39279eb1b35dd7638e8b9889ed6cb2", - "x-ms-correlation-request-id": "534618c4-4ae8-4245-bf5e-2f8696fbcf20", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26156", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "177d28e3-32d7-4343-a163-cde5c19081af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062333Z:534618c4-4ae8-4245-bf5e-2f8696fbcf20" + "x-ms-client-request-id": "48c2491ddcc77e0ce4aafebb473fe7ca", + "x-ms-correlation-request-id": "22dfcbce-6ec8-450b-96bc-73282447a90b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;27441", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "6db547de-1bd3-495b-bb70-e8a8ca04a22b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063003Z:22dfcbce-6ec8-450b-96bc-73282447a90b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dff4a71ee8088c9880ce406de47e46e5", + "x-ms-client-request-id": "eed61e37560681d5e946cb8a9999748c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -21882,7 +25879,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:33 GMT", + "Date": "Mon, 25 Oct 2021 06:30:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21891,40 +25888,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dff4a71ee8088c9880ce406de47e46e5", - "x-ms-correlation-request-id": "d85f22da-a80c-4e4e-a6ec-8f9f56d6fd13", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26155", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "69027707-c7e2-43a2-a57b-2737ad6e4d59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062333Z:d85f22da-a80c-4e4e-a6ec-8f9f56d6fd13" + "x-ms-client-request-id": "eed61e37560681d5e946cb8a9999748c", + "x-ms-correlation-request-id": "0f99b241-9b00-46eb-b1b3-c5207a14c553", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;27440", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "43444fcb-3b94-45e4-a50c-a781d5c392af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063004Z:0f99b241-9b00-46eb-b1b3-c5207a14c553" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/fac6d84c-46a7-4e9f-bfb6-3130e609681f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1f1030b10b4e18ad639df4ef4ee48f63", + "x-ms-client-request-id": "b92e607f55e172ad300693e7e2aa349e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:33 GMT", + "Date": "Mon, 25 Oct 2021 06:30:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21933,40 +25930,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f1030b10b4e18ad639df4ef4ee48f63", - "x-ms-correlation-request-id": "59cad196-3f48-4a11-9352-f51ab8d08589", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26154", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "8dae76e0-0b75-4dbe-a8e4-42c32a550381", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062334Z:59cad196-3f48-4a11-9352-f51ab8d08589" + "x-ms-client-request-id": "b92e607f55e172ad300693e7e2aa349e", + "x-ms-correlation-request-id": "8e5527d3-f1ba-4850-bf99-d364aadbecaa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;27439", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "2a787433-f5c7-4468-af82-35aebbbb1ab4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063004Z:8e5527d3-f1ba-4850-bf99-d364aadbecaa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:29:16.2345008\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:30:04.3267026\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u0022fac6d84c-46a7-4e9f-bfb6-3130e609681f\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "535e9d2edcfeb5d68eac7ae4706978e4", + "x-ms-client-request-id": "dc8093881bd2c61474405f801081e54a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2510", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:34 GMT", + "Date": "Mon, 25 Oct 2021 06:30:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -21975,41 +25973,97 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "535e9d2edcfeb5d68eac7ae4706978e4", - "x-ms-correlation-request-id": "4f66217e-1749-498d-96db-d3e4af54dc24", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26153", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "03d35c93-0ad1-4b8d-91e7-1b311b836d9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062334Z:4f66217e-1749-498d-96db-d3e4af54dc24" + "x-ms-client-request-id": "dc8093881bd2c61474405f801081e54a", + "x-ms-correlation-request-id": "aa41fb9f-04ed-47dd-9584-2f89a49cc995", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31977", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "a50b64cb-1dee-4a75-ba76-0cbd6a130b30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063004Z:aa41fb9f-04ed-47dd-9584-2f89a49cc995" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022testVM-1683\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u002215f24417-b212-49e4-b310-ed25ee32a83f\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-1683_OsDisk_1_af88e2298fe84976b396dfca489e9868\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Compute/disks/testVM-1683_OsDisk_1_af88e2298fe84976b396dfca489e9868\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-1683\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683/powerOff?api-version=2021-03-01", + "RequestMethod": "POST", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "59e7a6484ddc1363f9dc7b6af4a93d9c", + "x-ms-client-request-id": "e73c72362d11e2e97164beffc3ed9f3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:34 GMT", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:30:05 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -22017,31 +26071,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59e7a6484ddc1363f9dc7b6af4a93d9c", - "x-ms-correlation-request-id": "68ea1d39-b876-47cd-9d56-789a3992962c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26152", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "7fca1b24-e0be-490f-a70d-905acf630b63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062334Z:68ea1d39-b876-47cd-9d56-789a3992962c" + "x-ms-client-request-id": "e73c72362d11e2e97164beffc3ed9f3e", + "x-ms-correlation-request-id": "911662fe-420c-4fbe-831e-167ecdc47f1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1198", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "cebe7462-e4b8-432b-a1b9-c2f1b525f679", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063005Z:911662fe-420c-4fbe-831e-167ecdc47f1f" }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", - "}" - ] + "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "473fdc3ff220d4e7595b90a190c8a7f9", + "x-ms-client-request-id": "6fb148214d6d5b8caa9e6b6d5c140287", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22050,7 +26098,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:34 GMT", + "Date": "Mon, 25 Oct 2021 06:30:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22059,31 +26107,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "473fdc3ff220d4e7595b90a190c8a7f9", - "x-ms-correlation-request-id": "b48e69c1-207f-4629-8b53-4cd85920d9fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26151", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "9aa17d8f-c9c0-49a6-86f6-37b212032ce6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062334Z:b48e69c1-207f-4629-8b53-4cd85920d9fe" + "x-ms-client-request-id": "6fb148214d6d5b8caa9e6b6d5c140287", + "x-ms-correlation-request-id": "b95890db-2020-4d37-a474-52c5172b43d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;27438", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "9072c949-7dfc-401c-bfbe-aff1b7ade2ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063005Z:b95890db-2020-4d37-a474-52c5172b43d5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a7a60f2536fde187394a5921616cc0e4", + "x-ms-client-request-id": "e46e20a0df7f9e31b7d89baae848ed43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22092,7 +26140,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:34 GMT", + "Date": "Mon, 25 Oct 2021 06:30:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22101,31 +26149,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7a60f2536fde187394a5921616cc0e4", - "x-ms-correlation-request-id": "81229e38-787a-4890-ba19-18e24d713054", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26150", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "d88edf93-87d0-45f2-ad54-1f36a63cbe66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062335Z:81229e38-787a-4890-ba19-18e24d713054" + "x-ms-client-request-id": "e46e20a0df7f9e31b7d89baae848ed43", + "x-ms-correlation-request-id": "219634c3-220e-4da0-accf-bcb6c0027d7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;27437", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "84cd0630-8c8d-4a8e-bfbb-54da7938d77e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063005Z:219634c3-220e-4da0-accf-bcb6c0027d7f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "93a5de6e302956c4be13ff80bcc28331", + "x-ms-client-request-id": "7bde0f022f3bc4d1a0a75b7a2b4c0736", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22134,7 +26182,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:35 GMT", + "Date": "Mon, 25 Oct 2021 06:30:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22143,31 +26191,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93a5de6e302956c4be13ff80bcc28331", - "x-ms-correlation-request-id": "70653463-5a1e-41c8-bbcb-bf2670fd4082", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26149", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "ef1a7c18-d40a-453e-bc4a-64ee50e6f889", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062335Z:70653463-5a1e-41c8-bbcb-bf2670fd4082" + "x-ms-client-request-id": "7bde0f022f3bc4d1a0a75b7a2b4c0736", + "x-ms-correlation-request-id": "11bf2ac8-b5d8-4caf-97ee-62876ee1a71f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;27436", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "7fb5cea6-61e2-4bab-a7f7-304d57d77877", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063006Z:11bf2ac8-b5d8-4caf-97ee-62876ee1a71f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e54581359602099f555e0ed598c573ed", + "x-ms-client-request-id": "d4ffbe647dbe412f1712b895b1e27261", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22176,7 +26224,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:35 GMT", + "Date": "Mon, 25 Oct 2021 06:30:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22185,31 +26233,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e54581359602099f555e0ed598c573ed", - "x-ms-correlation-request-id": "e0554e0c-0a96-4ba0-9d43-85cad750c400", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26148", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "66b3d8b3-cf75-41ab-a9ee-234b459206b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062335Z:e0554e0c-0a96-4ba0-9d43-85cad750c400" + "x-ms-client-request-id": "d4ffbe647dbe412f1712b895b1e27261", + "x-ms-correlation-request-id": "4e8a7c6c-3bf7-485e-8c13-364945e269d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;27435", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "5eb2dd20-1c34-474f-91ec-ab08ac6b256c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063006Z:4e8a7c6c-3bf7-485e-8c13-364945e269d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b232ab9b1322f4d04a50e9e936072477", + "x-ms-client-request-id": "4d6a28b18736714b4faa43d784b6736a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22218,7 +26266,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:35 GMT", + "Date": "Mon, 25 Oct 2021 06:30:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22227,31 +26275,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b232ab9b1322f4d04a50e9e936072477", - "x-ms-correlation-request-id": "c921357f-2ae5-407c-817c-693683a7c0a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26147", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "09b309b4-cf1d-4120-8d6a-b69e83031813", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062335Z:c921357f-2ae5-407c-817c-693683a7c0a2" + "x-ms-client-request-id": "4d6a28b18736714b4faa43d784b6736a", + "x-ms-correlation-request-id": "67744c4c-1a1f-4f3a-b99d-0604277806fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;27434", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "4d10cbaf-4cb0-46fa-a3eb-9a47eeb25a03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063006Z:67744c4c-1a1f-4f3a-b99d-0604277806fe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dfeb27c7da26d8e23e9c3eca21eebdf8", + "x-ms-client-request-id": "2a4564d118488585df9c6329773b12bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22260,7 +26308,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:35 GMT", + "Date": "Mon, 25 Oct 2021 06:30:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22269,31 +26317,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfeb27c7da26d8e23e9c3eca21eebdf8", - "x-ms-correlation-request-id": "c5978912-1a69-4a45-8c9e-cc55e5e1decf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26146", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "49c249f6-5d33-4de9-89f2-ab788047ff56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062335Z:c5978912-1a69-4a45-8c9e-cc55e5e1decf" + "x-ms-client-request-id": "2a4564d118488585df9c6329773b12bd", + "x-ms-correlation-request-id": "6732f76c-e60f-4d45-823b-16220e0fe1eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;27433", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "3b23a40d-7e23-443e-9b83-66378f9e88e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063006Z:6732f76c-e60f-4d45-823b-16220e0fe1eb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "10e411a0d18f210eb1509ab2acb5d24d", + "x-ms-client-request-id": "03c9f934bae1dd00728e84143957bd60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22302,7 +26350,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:36 GMT", + "Date": "Mon, 25 Oct 2021 06:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22311,31 +26359,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10e411a0d18f210eb1509ab2acb5d24d", - "x-ms-correlation-request-id": "a4f04998-9bda-406b-9dc9-4f890d420e61", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26145", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "f3dea3bc-2c6a-4a27-976c-0fd8c69efe69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062336Z:a4f04998-9bda-406b-9dc9-4f890d420e61" + "x-ms-client-request-id": "03c9f934bae1dd00728e84143957bd60", + "x-ms-correlation-request-id": "5c17221e-7846-4c53-844c-98c63837be1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;27432", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "0ead2ee4-6e85-4fda-ab2f-ecc6f6bb94bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063007Z:5c17221e-7846-4c53-844c-98c63837be1d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "710e973a93dac0c6c95a7386d505d25c", + "x-ms-client-request-id": "4cc44d9e489c9818a3e56d992421f914", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22344,7 +26392,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:36 GMT", + "Date": "Mon, 25 Oct 2021 06:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22353,31 +26401,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "710e973a93dac0c6c95a7386d505d25c", - "x-ms-correlation-request-id": "61e4dc7d-37fe-424b-953e-149bb9ad7ef4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26144", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "112bc295-c3fa-44f4-8239-0b045ddbe364", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062336Z:61e4dc7d-37fe-424b-953e-149bb9ad7ef4" + "x-ms-client-request-id": "4cc44d9e489c9818a3e56d992421f914", + "x-ms-correlation-request-id": "65a7bd8f-b904-445d-b5ca-838c1107b20d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;27431", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "6b9d2da8-0a0f-4f04-873b-57229cdeceae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063007Z:65a7bd8f-b904-445d-b5ca-838c1107b20d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2449f0931422f6e819ca2dd6402f2b89", + "x-ms-client-request-id": "8aa3859770ed17886468b7b994704b88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22386,7 +26434,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:36 GMT", + "Date": "Mon, 25 Oct 2021 06:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22395,31 +26443,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2449f0931422f6e819ca2dd6402f2b89", - "x-ms-correlation-request-id": "0bfdcde4-c422-4cb7-9070-3b615c58a335", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26143", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "5b980a64-9cb2-40f2-b674-d7884ee8b943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062336Z:0bfdcde4-c422-4cb7-9070-3b615c58a335" + "x-ms-client-request-id": "8aa3859770ed17886468b7b994704b88", + "x-ms-correlation-request-id": "82d08f0b-2102-40ab-b4a2-8264b1f3ba18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;27430", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "ad2980c8-274d-4040-9d02-88db09cc03a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063007Z:82d08f0b-2102-40ab-b4a2-8264b1f3ba18" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a90f0c94ce00c1e4a2346345d884cac", + "x-ms-client-request-id": "298a03dec677eb21e03160fc4c66b951", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22428,7 +26476,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:36 GMT", + "Date": "Mon, 25 Oct 2021 06:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22437,31 +26485,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a90f0c94ce00c1e4a2346345d884cac", - "x-ms-correlation-request-id": "5f8d03cf-291a-47d6-92e6-fc1335042589", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26142", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "3d8741c8-2fa9-4a57-8bbc-f739f12a74eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062336Z:5f8d03cf-291a-47d6-92e6-fc1335042589" + "x-ms-client-request-id": "298a03dec677eb21e03160fc4c66b951", + "x-ms-correlation-request-id": "aa9b93bf-0838-4626-8cf7-5fffacadd5d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;27429", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "ba19d515-e5a1-40d3-8019-776a56042b15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063007Z:aa9b93bf-0838-4626-8cf7-5fffacadd5d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bc1e3e7dad6b262aaf17570f66f08099", + "x-ms-client-request-id": "b37d709432b42e73c4ade834915f0432", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22470,7 +26518,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:36 GMT", + "Date": "Mon, 25 Oct 2021 06:30:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22479,31 +26527,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc1e3e7dad6b262aaf17570f66f08099", - "x-ms-correlation-request-id": "5100a027-d88e-4dc2-8b0f-b1c599789494", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26141", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "5882e4e3-8120-4468-b9eb-5b1258a1f3c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062337Z:5100a027-d88e-4dc2-8b0f-b1c599789494" + "x-ms-client-request-id": "b37d709432b42e73c4ade834915f0432", + "x-ms-correlation-request-id": "bd3ba850-0969-4218-af47-78be95be9a4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;27427", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "34423286-1126-4b72-ad0d-bce489ba0bb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063008Z:bd3ba850-0969-4218-af47-78be95be9a4e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e4bde92e4874477bd13ddaffcdb39890", + "x-ms-client-request-id": "20bae499d097d19c64b8aabc108ccafe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22512,7 +26560,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:37 GMT", + "Date": "Mon, 25 Oct 2021 06:30:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22521,31 +26569,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4bde92e4874477bd13ddaffcdb39890", - "x-ms-correlation-request-id": "3ea3c616-0a7d-4182-98c6-1f0844a9f2a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26140", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "ac5ea3f4-2ed5-4fd7-92fc-911e78997e2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062337Z:3ea3c616-0a7d-4182-98c6-1f0844a9f2a9" + "x-ms-client-request-id": "20bae499d097d19c64b8aabc108ccafe", + "x-ms-correlation-request-id": "ada50bfd-8ad6-4c0d-af43-6f07ef7160ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;27426", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "4593642a-b28d-4b4e-9b88-6a0416518913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063008Z:ada50bfd-8ad6-4c0d-af43-6f07ef7160ec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0259807d6f111b1dc56adac8f40fa65a", + "x-ms-client-request-id": "232566af98f3acd48f5c64caddec5981", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22554,7 +26602,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:37 GMT", + "Date": "Mon, 25 Oct 2021 06:30:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22563,31 +26611,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0259807d6f111b1dc56adac8f40fa65a", - "x-ms-correlation-request-id": "d66c10ce-ebd8-4c59-95d4-fe866a38708a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26139", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "74e86f4e-3d17-4841-b492-987c707a885b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062337Z:d66c10ce-ebd8-4c59-95d4-fe866a38708a" + "x-ms-client-request-id": "232566af98f3acd48f5c64caddec5981", + "x-ms-correlation-request-id": "e959cb68-6206-442f-a4ff-05739b55d5f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27425", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "8c05c979-0e9a-4c8c-9e14-5355080fa76e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063008Z:e959cb68-6206-442f-a4ff-05739b55d5f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7306ada367ca3438c2d7eb2ed32b59fc", + "x-ms-client-request-id": "68632d2c98abc4b9d3ac4efc88b71d38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22596,7 +26644,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:37 GMT", + "Date": "Mon, 25 Oct 2021 06:30:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22605,31 +26653,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7306ada367ca3438c2d7eb2ed32b59fc", - "x-ms-correlation-request-id": "4352d245-eef7-4d69-a8d5-c2863e65feab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26138", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "225a36d6-6f49-4def-a3a7-c591b430e3b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062337Z:4352d245-eef7-4d69-a8d5-c2863e65feab" + "x-ms-client-request-id": "68632d2c98abc4b9d3ac4efc88b71d38", + "x-ms-correlation-request-id": "3650788a-ef3e-497b-8170-e159fa0cd3ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27424", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "66f58128-d66a-449a-987a-82b5b2f51908", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063009Z:3650788a-ef3e-497b-8170-e159fa0cd3ae" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e591c77f7e97be88cca11e096db253c2", + "x-ms-client-request-id": "2b85eae2e03a013f100e913b6bd2f378", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22638,7 +26686,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:37 GMT", + "Date": "Mon, 25 Oct 2021 06:30:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22647,31 +26695,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e591c77f7e97be88cca11e096db253c2", - "x-ms-correlation-request-id": "8c8b0680-fe05-4a1c-94ca-92c792402cf9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26137", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "ac4f9090-9a2b-4ee5-9c00-21f35843c1ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062338Z:8c8b0680-fe05-4a1c-94ca-92c792402cf9" + "x-ms-client-request-id": "2b85eae2e03a013f100e913b6bd2f378", + "x-ms-correlation-request-id": "b81df46e-d0ba-4667-ac5e-a550b495682c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27423", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "7451dc5f-b18f-46f4-baad-4209f87ea8b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063009Z:b81df46e-d0ba-4667-ac5e-a550b495682c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1f5b7f9724ac16c648243f3983ef479a", + "x-ms-client-request-id": "e28f285e62291652ac604f4749d723d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22680,7 +26728,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:38 GMT", + "Date": "Mon, 25 Oct 2021 06:30:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22689,31 +26737,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f5b7f9724ac16c648243f3983ef479a", - "x-ms-correlation-request-id": "393825db-0c8e-4031-a7df-28a6ccd1db22", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26136", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "0551eedc-0a00-443e-b5ee-274b62899495", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062338Z:393825db-0c8e-4031-a7df-28a6ccd1db22" + "x-ms-client-request-id": "e28f285e62291652ac604f4749d723d7", + "x-ms-correlation-request-id": "5e2b8108-d3ab-4367-950f-b47c99fe2272", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27422", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "951be2e5-47e9-44e8-95f5-b484fad46e6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063009Z:5e2b8108-d3ab-4367-950f-b47c99fe2272" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2d49de11c17d24c32447a728482ec610", + "x-ms-client-request-id": "f3e72c3e2e664b47ee61579c067e5901", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22722,7 +26770,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:38 GMT", + "Date": "Mon, 25 Oct 2021 06:30:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22731,31 +26779,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d49de11c17d24c32447a728482ec610", - "x-ms-correlation-request-id": "ca854a42-f40d-40e3-ba76-dcb08aeb3314", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26135", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "ec1a00d3-2c03-4a44-8d35-0d4278697dd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062338Z:ca854a42-f40d-40e3-ba76-dcb08aeb3314" + "x-ms-client-request-id": "f3e72c3e2e664b47ee61579c067e5901", + "x-ms-correlation-request-id": "9b7354a7-8432-4449-9534-b57b14595a68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27421", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "70a2a9e7-2602-4e2c-b643-ea9f135f13e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063009Z:9b7354a7-8432-4449-9534-b57b14595a68" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5497298339cf5a50007b9c723f4f3bdc", + "x-ms-client-request-id": "609dd6b83b28800e976e7ed990f8b738", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22764,7 +26812,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:38 GMT", + "Date": "Mon, 25 Oct 2021 06:30:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22773,31 +26821,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5497298339cf5a50007b9c723f4f3bdc", - "x-ms-correlation-request-id": "e322a986-e98a-4b04-b693-91d3acf483bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26134", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "d4dd4ce9-73c4-4499-a72a-5eaab30cff62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062338Z:e322a986-e98a-4b04-b693-91d3acf483bc" + "x-ms-client-request-id": "609dd6b83b28800e976e7ed990f8b738", + "x-ms-correlation-request-id": "5b9d23d1-d62c-4c3e-a4b8-f98dd677f868", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27420", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "f26d0678-52ba-425e-ba12-702fc14b8c7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063010Z:5b9d23d1-d62c-4c3e-a4b8-f98dd677f868" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8ff884592669d544bc37fb647d9dcd1a", + "x-ms-client-request-id": "3efdb9ebffea2f11e043f4c70ab5102e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -22806,7 +26854,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:38 GMT", + "Date": "Mon, 25 Oct 2021 06:30:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22815,40 +26863,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ff884592669d544bc37fb647d9dcd1a", - "x-ms-correlation-request-id": "01623969-a67c-438f-b67c-631d42f60698", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26133", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "853a36e3-b0f9-40d6-ad11-38b6d84a658d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062339Z:01623969-a67c-438f-b67c-631d42f60698" + "x-ms-client-request-id": "3efdb9ebffea2f11e043f4c70ab5102e", + "x-ms-correlation-request-id": "844c17f7-01c7-4b0f-93e2-be20c1036e4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27419", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "72261f26-6ace-458f-8a43-56d2f4cb76db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063010Z:844c17f7-01c7-4b0f-93e2-be20c1036e4b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71db83fe-b6bb-470a-9f33-2e36c718ff63?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5ab62e5df358d8ca8eee2c012450e5d5", + "x-ms-client-request-id": "728e4e06c33a03af1d665cf8af6dbbf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:39 GMT", + "Date": "Mon, 25 Oct 2021 06:30:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22857,41 +26905,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ab62e5df358d8ca8eee2c012450e5d5", - "x-ms-correlation-request-id": "c478ef19-bc34-4bab-b52e-eb682fa8eea6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26132", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "236210dc-7509-4fe2-8875-b5d638693a97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062339Z:c478ef19-bc34-4bab-b52e-eb682fa8eea6" + "x-ms-client-request-id": "728e4e06c33a03af1d665cf8af6dbbf6", + "x-ms-correlation-request-id": "7ed39ab9-266a-4a04-a51d-8ef520f20e62", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27418", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "afb652a6-0e69-4dc5-8caf-71c56936865d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063010Z:7ed39ab9-266a-4a04-a51d-8ef520f20e62" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:05.7147207\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:23:39.1831511\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u002271db83fe-b6bb-470a-9f33-2e36c718ff63\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c4ceca0c37365da7e4c198983decdd63", + "x-ms-client-request-id": "4db11eaa1a81b916c56e7fe4464776e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:39 GMT", + "Date": "Mon, 25 Oct 2021 06:30:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -22900,126 +26947,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4ceca0c37365da7e4c198983decdd63", - "x-ms-correlation-request-id": "401c55e4-316b-4107-8e9c-83de255590ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31882", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "9eff491f-b868-43fb-ac23-a08efa1aee3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062339Z:401c55e4-316b-4107-8e9c-83de255590ad" + "x-ms-client-request-id": "4db11eaa1a81b916c56e7fe4464776e1", + "x-ms-correlation-request-id": "2bdb109e-cc31-4968-aa70-724029d63b5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27417", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "28e23f36-64e8-497f-a0fe-2aebe45eb7d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063010Z:2bdb109e-cc31-4968-aa70-724029d63b5c" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-1683\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u0022fdc1fb19-4dec-4b26-9087-a9a276e0b4c5\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-1683_OsDisk_1_2111535bed9d461392567feeb59f83e3\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Compute/disks/testVM-1683_OsDisk_1_2111535bed9d461392567feeb59f83e3\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-1683\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Network/networkInterfaces/testNic-5242\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4942/providers/Microsoft.Compute/virtualMachines/testVM-1683/powerOff?api-version=2021-03-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "101582aee1996684ba1f017afa43b16b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:23:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "101582aee1996684ba1f017afa43b16b", - "x-ms-correlation-request-id": "f3bcc78a-27a3-43d0-a3c9-20728c962584", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1189", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "859210bb-6c6b-4869-b397-3497645337a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062339Z:f3bcc78a-27a3-43d0-a3c9-20728c962584" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a252c811d43b2b3c45680a16352d62a1", + "x-ms-client-request-id": "42d2505e446a28fe0af92183a3197f73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23028,7 +26980,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:39 GMT", + "Date": "Mon, 25 Oct 2021 06:30:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23037,31 +26989,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a252c811d43b2b3c45680a16352d62a1", - "x-ms-correlation-request-id": "54fd99ef-8ecb-49b8-b809-1941e2508155", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26131", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "4747e150-e6f0-4637-9f53-4e1309d2f2cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062340Z:54fd99ef-8ecb-49b8-b809-1941e2508155" + "x-ms-client-request-id": "42d2505e446a28fe0af92183a3197f73", + "x-ms-correlation-request-id": "8a9c2732-1ad0-4257-ba92-3a511275ce6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27416", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "b555e302-6237-4ed9-8732-1c17affd3482", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063011Z:8a9c2732-1ad0-4257-ba92-3a511275ce6f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "16462c102a94a6959eef89406cee0a88", + "x-ms-client-request-id": "ec1dfe88c304ecad37d4adcb43cabcd6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23070,7 +27022,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:40 GMT", + "Date": "Mon, 25 Oct 2021 06:30:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23079,31 +27031,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16462c102a94a6959eef89406cee0a88", - "x-ms-correlation-request-id": "eb49aff0-ca58-4d9e-9148-9a74ff52a100", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26130", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "9b9cb9dd-9bd3-4fee-ad89-557d10ef8891", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062340Z:eb49aff0-ca58-4d9e-9148-9a74ff52a100" + "x-ms-client-request-id": "ec1dfe88c304ecad37d4adcb43cabcd6", + "x-ms-correlation-request-id": "2ee67845-e57b-4b82-8c81-0ddd1e7dc250", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27415", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "ff4186cd-1019-4148-9cc4-afa010c76006", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063011Z:2ee67845-e57b-4b82-8c81-0ddd1e7dc250" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "31685f840ef17c30ea2c6c65feccf059", + "x-ms-client-request-id": "5f997af0789b658b1f884287f99215ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23112,7 +27064,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:40 GMT", + "Date": "Mon, 25 Oct 2021 06:30:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23121,31 +27073,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31685f840ef17c30ea2c6c65feccf059", - "x-ms-correlation-request-id": "e236d737-c94e-4c5c-88db-81d554b5bbce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26129", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "c96c95fa-9203-4625-9b51-df066231d602", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062340Z:e236d737-c94e-4c5c-88db-81d554b5bbce" + "x-ms-client-request-id": "5f997af0789b658b1f884287f99215ac", + "x-ms-correlation-request-id": "1bab4a49-788a-4b86-a894-3597cd9c310f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27414", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "172af9a3-500c-4a21-82ef-3a3695d9ef5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063011Z:1bab4a49-788a-4b86-a894-3597cd9c310f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2f86d4f584eae60d33ac034c4bfbbf57", + "x-ms-client-request-id": "485c0cee892a9bdca3e60b959733e43f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23154,7 +27106,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:40 GMT", + "Date": "Mon, 25 Oct 2021 06:30:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23163,31 +27115,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f86d4f584eae60d33ac034c4bfbbf57", - "x-ms-correlation-request-id": "f4447b2e-215d-4864-bf5b-d6e0bdf80ecc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26128", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "5fcd720d-ab7e-4c7a-bb81-957815bd9d47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062340Z:f4447b2e-215d-4864-bf5b-d6e0bdf80ecc" + "x-ms-client-request-id": "485c0cee892a9bdca3e60b959733e43f", + "x-ms-correlation-request-id": "649dafbf-1074-4774-9860-f479d8e6ee8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27413", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "0a55f704-7b4b-40da-908d-3405ed627d4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063012Z:649dafbf-1074-4774-9860-f479d8e6ee8c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d592815e31c401b0fcca2c68be2fa7d1", + "x-ms-client-request-id": "28934a3d207f0fd772b7cd7b8025f2a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23196,7 +27148,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:40 GMT", + "Date": "Mon, 25 Oct 2021 06:30:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23205,31 +27157,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d592815e31c401b0fcca2c68be2fa7d1", - "x-ms-correlation-request-id": "af4fa39c-7471-4fdf-831b-f2cfb02aec03", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26127", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "b8e0983c-e68a-4b27-82c3-456aeb69f8c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062341Z:af4fa39c-7471-4fdf-831b-f2cfb02aec03" + "x-ms-client-request-id": "28934a3d207f0fd772b7cd7b8025f2a4", + "x-ms-correlation-request-id": "dfc76e78-82c0-474f-b8e9-4753d1208c2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27412", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "1d1beb31-5a48-48d3-868b-63aeb9cd2499", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063012Z:dfc76e78-82c0-474f-b8e9-4753d1208c2c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "974a2ffedb67ff9d5281fe440be431ee", + "x-ms-client-request-id": "37dd01be746e67ab9dfebcb46df6ceec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23238,7 +27190,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:41 GMT", + "Date": "Mon, 25 Oct 2021 06:30:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23247,31 +27199,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "974a2ffedb67ff9d5281fe440be431ee", - "x-ms-correlation-request-id": "2168e889-71e6-4281-849e-be3e51a7970c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26126", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "cbd9ca3d-92b6-40f7-a17b-d4e44076b95f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062341Z:2168e889-71e6-4281-849e-be3e51a7970c" + "x-ms-client-request-id": "37dd01be746e67ab9dfebcb46df6ceec", + "x-ms-correlation-request-id": "ecc30586-1317-425c-96be-6e7be9efaac5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27411", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "35a4887e-ce9b-4875-962a-e910a59e49e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063012Z:ecc30586-1317-425c-96be-6e7be9efaac5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7c07146d1a3ac4952485332058a52803", + "x-ms-client-request-id": "ae4a03a4edffcd2c344cd572bc611b7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23280,7 +27232,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:41 GMT", + "Date": "Mon, 25 Oct 2021 06:30:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23289,31 +27241,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c07146d1a3ac4952485332058a52803", - "x-ms-correlation-request-id": "4d226433-57a8-423f-8531-79fbe244ea3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26125", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "3204b01a-ed55-4b42-bb5b-1ef3fef5f221", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062341Z:4d226433-57a8-423f-8531-79fbe244ea3c" + "x-ms-client-request-id": "ae4a03a4edffcd2c344cd572bc611b7d", + "x-ms-correlation-request-id": "f3eefb26-cab0-4721-a45c-4193735924cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27410", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "40345575-d070-415a-9a64-b7f345b8e070", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063012Z:f3eefb26-cab0-4721-a45c-4193735924cc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1b4d310427b183f0e4928343326bf517", + "x-ms-client-request-id": "95d666f3ac56c8d09f2c8a806423a27b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23322,7 +27274,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:41 GMT", + "Date": "Mon, 25 Oct 2021 06:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23331,31 +27283,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b4d310427b183f0e4928343326bf517", - "x-ms-correlation-request-id": "49c1a101-f660-4203-a4a8-ca8f21a66589", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26124", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "b9660cb5-6770-4396-918a-d82bdaf5bce1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062341Z:49c1a101-f660-4203-a4a8-ca8f21a66589" + "x-ms-client-request-id": "95d666f3ac56c8d09f2c8a806423a27b", + "x-ms-correlation-request-id": "98a9d75b-b864-4bcd-bbe4-66c98b6f8c3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27409", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "75b1b0f4-90da-42e6-8e97-d95d65c83e11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063013Z:98a9d75b-b864-4bcd-bbe4-66c98b6f8c3a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a9fa3d982a28e3979a8673e2a87ca7ad", + "x-ms-client-request-id": "7cd6e1e944dbd1a4d40f03219e38ab3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23364,7 +27316,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:41 GMT", + "Date": "Mon, 25 Oct 2021 06:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23373,31 +27325,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9fa3d982a28e3979a8673e2a87ca7ad", - "x-ms-correlation-request-id": "f674c21c-4f9d-4085-a975-ab5634227ccf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26123", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "014829da-0575-40ff-9b7e-6bac998130ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062342Z:f674c21c-4f9d-4085-a975-ab5634227ccf" + "x-ms-client-request-id": "7cd6e1e944dbd1a4d40f03219e38ab3c", + "x-ms-correlation-request-id": "643246a0-8694-436e-ab59-5c29da8e6435", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27408", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "54bd9c6a-2d30-48d3-90d1-8ae3bcf7375b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063013Z:643246a0-8694-436e-ab59-5c29da8e6435" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d940fa591596453d248498a7975191b8", + "x-ms-client-request-id": "07c13ee33820f89533810fd362ab6911", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23406,7 +27358,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:42 GMT", + "Date": "Mon, 25 Oct 2021 06:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23415,31 +27367,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d940fa591596453d248498a7975191b8", - "x-ms-correlation-request-id": "ce388660-e924-4a53-9246-2b650e1a96b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26122", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "616f1238-13ad-4212-bda4-b3d93a301fad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062342Z:ce388660-e924-4a53-9246-2b650e1a96b0" + "x-ms-client-request-id": "07c13ee33820f89533810fd362ab6911", + "x-ms-correlation-request-id": "7d3ff40a-ad6a-4644-89de-bc5db2efb5b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27407", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "ce8b8f23-2423-4d71-b0d9-f0ec3771b862", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063013Z:7d3ff40a-ad6a-4644-89de-bc5db2efb5b2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1a881b8f7faad9db9969812bb30eda68", + "x-ms-client-request-id": "da8959aa9e8aafa1c104c146a8af2966", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23448,7 +27400,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:42 GMT", + "Date": "Mon, 25 Oct 2021 06:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23457,31 +27409,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a881b8f7faad9db9969812bb30eda68", - "x-ms-correlation-request-id": "ca166318-abd4-4fda-b335-e76b35588dbb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26121", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "f1b82152-18e6-4458-a02f-a73af4aad8f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062342Z:ca166318-abd4-4fda-b335-e76b35588dbb" + "x-ms-client-request-id": "da8959aa9e8aafa1c104c146a8af2966", + "x-ms-correlation-request-id": "679a0e91-bd20-472e-ba01-4a83145900c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27406", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "feeb874e-54f5-4b77-8fd6-43bdd44b3d70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063014Z:679a0e91-bd20-472e-ba01-4a83145900c5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "38e9d6eb1c2a828000b484a492f04c48", + "x-ms-client-request-id": "259d4e809b61b15b4bde495a34d16f28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23490,7 +27442,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:42 GMT", + "Date": "Mon, 25 Oct 2021 06:30:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23499,31 +27451,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38e9d6eb1c2a828000b484a492f04c48", - "x-ms-correlation-request-id": "86853c65-063c-4836-8eea-1ae95f787149", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26120", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "c79480e0-338a-4abf-85cf-739ebb8c5e40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062342Z:86853c65-063c-4836-8eea-1ae95f787149" + "x-ms-client-request-id": "259d4e809b61b15b4bde495a34d16f28", + "x-ms-correlation-request-id": "3dfc03fa-70ba-45ff-90f7-a940dab2a4cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27405", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "0eeb09a1-2430-4d64-9e6e-7cb890239fa5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063014Z:3dfc03fa-70ba-45ff-90f7-a940dab2a4cc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8c52baf48cf4da021f663f2d94129216", + "x-ms-client-request-id": "4477f2a5d0af44b29c11451b764f4f84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23532,7 +27484,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:42 GMT", + "Date": "Mon, 25 Oct 2021 06:30:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23541,31 +27493,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c52baf48cf4da021f663f2d94129216", - "x-ms-correlation-request-id": "371b5d15-eb70-47d7-9932-4b328d30634e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26119", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "50dc809d-7081-4842-9a85-b1c3b360c1f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062343Z:371b5d15-eb70-47d7-9932-4b328d30634e" + "x-ms-client-request-id": "4477f2a5d0af44b29c11451b764f4f84", + "x-ms-correlation-request-id": "5bea0c3a-c6a5-4ace-9926-47bd9b8cb320", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27404", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "1fb9e032-43a1-47fa-8673-0256f552de8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063014Z:5bea0c3a-c6a5-4ace-9926-47bd9b8cb320" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c0bc2fa95968738e9a051af5fa3746a9", + "x-ms-client-request-id": "1352a957430e0faffed88fab55477af0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23574,7 +27526,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:43 GMT", + "Date": "Mon, 25 Oct 2021 06:30:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23583,31 +27535,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0bc2fa95968738e9a051af5fa3746a9", - "x-ms-correlation-request-id": "09288f85-04c7-46bb-b532-72ba40a45607", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26118", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "bc0e1eba-cb4b-45de-9a1a-dbe0aafa6531", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062343Z:09288f85-04c7-46bb-b532-72ba40a45607" + "x-ms-client-request-id": "1352a957430e0faffed88fab55477af0", + "x-ms-correlation-request-id": "548fad9a-dad4-49b8-8be4-63f5356ae231", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27403", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "a0e261f0-d16f-4294-beee-46450c8dc588", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063014Z:548fad9a-dad4-49b8-8be4-63f5356ae231" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f836381c4dbb5e74d30f18c3dc53eeee", + "x-ms-client-request-id": "b6a09895e537b0b69c58895055403afc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23616,7 +27568,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:43 GMT", + "Date": "Mon, 25 Oct 2021 06:30:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23625,31 +27577,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f836381c4dbb5e74d30f18c3dc53eeee", - "x-ms-correlation-request-id": "2acb2879-4fde-4915-9a04-a4538059bc0b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26117", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "553399a7-8e1e-48d2-9511-21f51ea34c85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062343Z:2acb2879-4fde-4915-9a04-a4538059bc0b" + "x-ms-client-request-id": "b6a09895e537b0b69c58895055403afc", + "x-ms-correlation-request-id": "eb423c2b-2d2c-4c2a-8f6b-df1fd02bc955", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27402", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "714a229c-25ef-40cb-8865-e5ac49d68007", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063015Z:eb423c2b-2d2c-4c2a-8f6b-df1fd02bc955" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "62fa6e228c349ae02cdef2ee720ddfe8", + "x-ms-client-request-id": "8b02c58f5b7e621a436746d74006ef54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23658,7 +27610,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:43 GMT", + "Date": "Mon, 25 Oct 2021 06:30:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23667,31 +27619,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62fa6e228c349ae02cdef2ee720ddfe8", - "x-ms-correlation-request-id": "27c78fc0-082b-4c4e-9bd0-aa55d24a0b64", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26116", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "8ec37589-4064-45b0-a223-4a68afb521f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062344Z:27c78fc0-082b-4c4e-9bd0-aa55d24a0b64" + "x-ms-client-request-id": "8b02c58f5b7e621a436746d74006ef54", + "x-ms-correlation-request-id": "da83c685-0b6e-429a-aef5-090c3151c2ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27401", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "bbb5304f-24b7-45ca-8441-555956e239d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063015Z:da83c685-0b6e-429a-aef5-090c3151c2ce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5b1196209adb5b5abb5eed5840ca9747", + "x-ms-client-request-id": "de85549698ae724cf2a277b5ba5eb9be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23700,7 +27652,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:44 GMT", + "Date": "Mon, 25 Oct 2021 06:30:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23709,31 +27661,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b1196209adb5b5abb5eed5840ca9747", - "x-ms-correlation-request-id": "219e8563-f0ac-46ac-99b2-3a27bb090bd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26114", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "a16113f8-6395-48d3-8f4d-c957d97046a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062344Z:219e8563-f0ac-46ac-99b2-3a27bb090bd8" + "x-ms-client-request-id": "de85549698ae724cf2a277b5ba5eb9be", + "x-ms-correlation-request-id": "f28b557f-9fc2-4804-bbdc-fa4dac88513a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27400", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "1f7904b7-9108-49cc-a64d-398c7cc10ea0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063015Z:f28b557f-9fc2-4804-bbdc-fa4dac88513a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8bd22c16e33c9075589ccbdd5b85ebc5", + "x-ms-client-request-id": "901b939def453a727e3e73d09ede6f95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23742,7 +27694,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:44 GMT", + "Date": "Mon, 25 Oct 2021 06:30:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23751,31 +27703,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bd22c16e33c9075589ccbdd5b85ebc5", - "x-ms-correlation-request-id": "0123ca7f-83cd-4677-847c-8b22d128e63c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26113", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "5eaff836-ac95-4cef-8bd9-4d2f419334ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062344Z:0123ca7f-83cd-4677-847c-8b22d128e63c" + "x-ms-client-request-id": "901b939def453a727e3e73d09ede6f95", + "x-ms-correlation-request-id": "27f70bab-8a96-4ca9-ae89-0374416ab45f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27399", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "3cce0244-e537-417b-a78f-c8479afb00c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063015Z:27f70bab-8a96-4ca9-ae89-0374416ab45f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "45a3302f92428812149fa7d59f885962", + "x-ms-client-request-id": "01b934695cbaf74d789098dce364a8e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23784,7 +27736,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:44 GMT", + "Date": "Mon, 25 Oct 2021 06:30:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23793,31 +27745,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45a3302f92428812149fa7d59f885962", - "x-ms-correlation-request-id": "bc5db876-e26f-41c4-8a93-ba534e749723", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26112", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "8e15669d-9fc6-4bee-b808-d8b3ae0beae9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062344Z:bc5db876-e26f-41c4-8a93-ba534e749723" + "x-ms-client-request-id": "01b934695cbaf74d789098dce364a8e4", + "x-ms-correlation-request-id": "51076e2c-dee3-48bc-8694-66ada187afc8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27398", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "143bcbb1-78cd-4905-9a03-0f96bf564ddc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063016Z:51076e2c-dee3-48bc-8694-66ada187afc8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "46d7ab47543a3cab2181033ece7dff36", + "x-ms-client-request-id": "ad3988ae5eeaa70fe24a5f6f257cd313", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23826,7 +27778,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:44 GMT", + "Date": "Mon, 25 Oct 2021 06:30:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23835,31 +27787,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46d7ab47543a3cab2181033ece7dff36", - "x-ms-correlation-request-id": "2984a8b7-ea52-4b75-a72a-2a1965b3398b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26111", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "83598f8b-85da-4663-9cde-5705efe2d968", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062345Z:2984a8b7-ea52-4b75-a72a-2a1965b3398b" + "x-ms-client-request-id": "ad3988ae5eeaa70fe24a5f6f257cd313", + "x-ms-correlation-request-id": "ec1a5a7c-8b8d-41f3-971d-8127f7909b59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27397", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "c586ede9-fc50-43aa-ab1f-04b1368be732", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063016Z:ec1a5a7c-8b8d-41f3-971d-8127f7909b59" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1028277251268405194a779d3c9ff0d0", + "x-ms-client-request-id": "854be132b8a54103452417b456955719", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23868,7 +27820,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:45 GMT", + "Date": "Mon, 25 Oct 2021 06:30:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23877,31 +27829,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1028277251268405194a779d3c9ff0d0", - "x-ms-correlation-request-id": "976e2993-208f-4de9-a123-52a56b7498f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26110", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "3fcb23ca-a561-49f2-a7a1-013258847aa6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062345Z:976e2993-208f-4de9-a123-52a56b7498f8" + "x-ms-client-request-id": "854be132b8a54103452417b456955719", + "x-ms-correlation-request-id": "4f4ca12f-9126-4d67-9e1a-6fec16e25bf0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27396", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "6c4db921-b053-4f61-949e-992169a861a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063016Z:4f4ca12f-9126-4d67-9e1a-6fec16e25bf0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b0956842a5addb8a846724c08ed4b996", + "x-ms-client-request-id": "16218e96c2a50bab24121e70fcded1fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23910,7 +27862,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:45 GMT", + "Date": "Mon, 25 Oct 2021 06:30:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23919,31 +27871,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0956842a5addb8a846724c08ed4b996", - "x-ms-correlation-request-id": "d10dec92-35e0-4a27-88d4-560f2229de5d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26109", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "b1b942f9-f122-45e8-bf52-86340446bed7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062345Z:d10dec92-35e0-4a27-88d4-560f2229de5d" + "x-ms-client-request-id": "16218e96c2a50bab24121e70fcded1fc", + "x-ms-correlation-request-id": "79427bb9-e6e9-47bc-b52f-40cb733d9e22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27395", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "7f5030c5-e5c0-4587-8aa5-f51c7eda6a0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063017Z:79427bb9-e6e9-47bc-b52f-40cb733d9e22" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7762709f495ff53ca6532cf0dc0eff81", + "x-ms-client-request-id": "02a984bd2219f53f84f867c6475a504c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23952,7 +27904,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:45 GMT", + "Date": "Mon, 25 Oct 2021 06:30:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -23961,31 +27913,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7762709f495ff53ca6532cf0dc0eff81", - "x-ms-correlation-request-id": "7915db3a-7ccf-403f-b200-d857fa8ad2be", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26108", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "232a2c89-f4e8-49f9-a775-14c615554fec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062345Z:7915db3a-7ccf-403f-b200-d857fa8ad2be" + "x-ms-client-request-id": "02a984bd2219f53f84f867c6475a504c", + "x-ms-correlation-request-id": "dd8454ab-34fc-4c94-9760-343a51475521", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27394", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "990078f0-c7dc-4eb4-adf7-2f42346e8927", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063017Z:dd8454ab-34fc-4c94-9760-343a51475521" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "65fc33904fe7cd899c4d8bbf2d44f545", + "x-ms-client-request-id": "96d945f3bc5a706e3640619299934567", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -23994,7 +27946,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:45 GMT", + "Date": "Mon, 25 Oct 2021 06:30:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24003,31 +27955,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65fc33904fe7cd899c4d8bbf2d44f545", - "x-ms-correlation-request-id": "34bfa370-ed31-4573-a79b-625187d86c45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26107", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "56ec250a-6aef-47cf-8860-b8550bbf8b14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062346Z:34bfa370-ed31-4573-a79b-625187d86c45" + "x-ms-client-request-id": "96d945f3bc5a706e3640619299934567", + "x-ms-correlation-request-id": "acad3a32-0897-496d-b7c1-a4a3ef4e0c56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27393", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "4fc307d0-859d-4979-8aa2-72ab46f37c8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063017Z:acad3a32-0897-496d-b7c1-a4a3ef4e0c56" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ccfde091793cf9702ca00a5a789afe76", + "x-ms-client-request-id": "d1f71a5255ec73004f2c92ac5ae5c3c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24036,7 +27988,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:23:46 GMT", + "Date": "Mon, 25 Oct 2021 06:30:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24045,32 +27997,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccfde091793cf9702ca00a5a789afe76", - "x-ms-correlation-request-id": "ea98c9bc-26c9-49ac-b9e6-56e687aaaf2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26106", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "c33254bc-738d-4b53-a21f-535f4972f0f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062346Z:ea98c9bc-26c9-49ac-b9e6-56e687aaaf2a" + "x-ms-client-request-id": "d1f71a5255ec73004f2c92ac5ae5c3c9", + "x-ms-correlation-request-id": "7e65f509-ce05-4855-af07-e6eb825b3747", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27392", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "f07d4595-8048-4fe2-b75e-8f015e75220a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063017Z:7e65f509-ce05-4855-af07-e6eb825b3747" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:23:39.7768964\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:23:46.2612234\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:04.9829116\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:30:17.6395084\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022859210bb-6c6b-4869-b397-3497645337a4\u0022\r\n", + " \u0022name\u0022: \u0022cebe7462-e4b8-432b-a1b9-c2f1b525f679\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/859210bb-6c6b-4869-b397-3497645337a4?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/cebe7462-e4b8-432b-a1b9-c2f1b525f679?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5b30a36753d74fafe795db11bd7cc861", + "x-ms-client-request-id": "b67cd2c23b0400a21638cbd8c1ac5cf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -24078,7 +28030,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:23:46 GMT", + "Date": "Mon, 25 Oct 2021 06:30:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -24087,19 +28039,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b30a36753d74fafe795db11bd7cc861", - "x-ms-correlation-request-id": "6bf7ba95-79b0-4f71-aacc-1ba2b848ce00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26105", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "4f6867c7-14db-44c5-a22d-5575e7f96547", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T062346Z:6bf7ba95-79b0-4f71-aacc-1ba2b848ce00" + "x-ms-client-request-id": "b67cd2c23b0400a21638cbd8c1ac5cf1", + "x-ms-correlation-request-id": "213a5814-080a-4f77-a630-30dbe02ad53f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27391", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "89f61e79-3f63-4c2b-b0ed-9e1dfbae6c62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063018Z:213a5814-080a-4f77-a630-30dbe02ad53f" }, "ResponseBody": [] } ], "Variables": { "RandomSeed": "2146534100", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update().json index 1131704893f66..a4883033da225 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update().json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update().json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-6660a5bcbdae784292818ff5417360a3-32579cbdd802274d-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "ea3723f075859849faeb5de93cc0ec70", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:03 GMT", + "Date": "Mon, 25 Oct 2021 06:19:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ab894ac-20c3-4fb2-bc52-92d932442e3e", - "x-ms-ratelimit-remaining-subscription-reads": "11508", - "x-ms-request-id": "1ab894ac-20c3-4fb2-bc52-92d932442e3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064903Z:1ab894ac-20c3-4fb2-bc52-92d932442e3e" + "x-ms-correlation-request-id": "7300ca8c-9713-43d5-8319-bfc8f7ff4c31", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7300ca8c-9713-43d5-8319-bfc8f7ff4c31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061909Z:7300ca8c-9713-43d5-8319-bfc8f7ff4c31" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-5261?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-5261?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-ab97e764b3bd1a49a426129117563344-7190ab29710c5a4c-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "5137312b73186aef91d6d896104be147", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:06 GMT", + "Date": "Mon, 25 Oct 2021 06:19:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cac60117-b3b4-43b0-aacc-ac96562f5aee", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "cac60117-b3b4-43b0-aacc-ac96562f5aee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064906Z:cac60117-b3b4-43b0-aacc-ac96562f5aee" + "x-ms-correlation-request-id": "f04ab136-0fdf-4871-88f6-066806ba933e", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f04ab136-0fdf-4871-88f6-066806ba933e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061909Z:f04ab136-0fdf-4871-88f6-066806ba933e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261", "name": "testRG-5261", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-da6734fccb40e649a7a67f3ad9eaec18-87679541169c8241-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "921632e4033319d9030e14913f2377cf", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:06 GMT", + "Date": "Mon, 25 Oct 2021 06:19:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56ff1681-e322-4328-9190-edb899726765", - "x-ms-ratelimit-remaining-subscription-reads": "11507", - "x-ms-request-id": "56ff1681-e322-4328-9190-edb899726765", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064906Z:56ff1681-e322-4328-9190-edb899726765" + "x-ms-correlation-request-id": "39c8b9ca-0bae-479a-bcad-a58f25c24082", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "39c8b9ca-0bae-479a-bcad-a58f25c24082", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061910Z:39c8b9ca-0bae-479a-bcad-a58f25c24082" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,249 +7012,291 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "firewallPolicies", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "West US 3", - "Jio India West", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", "France Central", - "Central US" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipGroups", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "West US 3", - "Jio India West", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "West Central US", - "Central US" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureWebCategories", - "locations": [], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "defaultApiVersion": "2020-08-01", - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperations", - "locations": [], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperationResults", - "locations": [], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "securityPartnerProviders", - "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ "West US", "East US", "North Europe", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7815,135 +8071,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -7973,33 +8100,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -8037,7 +8137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,343 +8618,55 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-da6734fccb40e649a7a67f3ad9eaec18-1dd8038dfcbef847-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9e0c0524c30a1bfbe472bf63da1107f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "testSubnet-3273", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/db204539-64c5-454f-9aea-e62b5e1e401e?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "599c77d8-1bc5-49cc-b719-7d38ef6b13cd", - "x-ms-client-request-id": "9e0c0524c30a1bfbe472bf63da1107f5", - "x-ms-correlation-request-id": "5ba523b1-8dd8-44ca-abf9-ddafb5c94c4c", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "db204539-64c5-454f-9aea-e62b5e1e401e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064912Z:5ba523b1-8dd8-44ca-abf9-ddafb5c94c4c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-3079\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002277f47cf5-1856-498f-b04c-ff9e9c0ae96a\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223b155c90-c6d1-4645-a049-ff8a09a4b78e\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-3273\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002277f47cf5-1856-498f-b04c-ff9e9c0ae96a\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/db204539-64c5-454f-9aea-e62b5e1e401e?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-da6734fccb40e649a7a67f3ad9eaec18-c3f9793f7525294d-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "db27401ee13a209c37fbaec143753ef2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8cff22a3-840c-4165-80f9-a9cdc8c8a18e", - "x-ms-client-request-id": "db27401ee13a209c37fbaec143753ef2", - "x-ms-correlation-request-id": "297e9080-501b-46d2-9c30-e00ca39de662", - "x-ms-ratelimit-remaining-subscription-reads": "11506", - "x-ms-request-id": "05f2ba70-574c-4b64-bcb5-6b9981181a9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064912Z:297e9080-501b-46d2-9c30-e00ca39de662" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/db204539-64c5-454f-9aea-e62b5e1e401e?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-da6734fccb40e649a7a67f3ad9eaec18-96d01d80a4546541-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "fa4f1e0691968cd108d8250b541ac5e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58c39bfa-4609-4867-b753-07cf31265a29", - "x-ms-client-request-id": "fa4f1e0691968cd108d8250b541ac5e4", - "x-ms-correlation-request-id": "7008471b-be8e-45c7-a847-5dd12e2937f2", - "x-ms-ratelimit-remaining-subscription-reads": "11505", - "x-ms-request-id": "d0df389e-c812-47bd-accc-2d85a52426b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064913Z:7008471b-be8e-45c7-a847-5dd12e2937f2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-da6734fccb40e649a7a67f3ad9eaec18-bd9d239710b0e84f-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "99450ada2cea60baa86bae03e93cf003", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:14 GMT", - "ETag": "W/\u00224d9d9489-3456-4e85-94fa-632c29b435db\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47ccf405-0a22-4f7b-87e3-06db64c4fece", - "x-ms-client-request-id": "99450ada2cea60baa86bae03e93cf003", - "x-ms-correlation-request-id": "e98afa25-4f41-4c3d-9a10-1c8de19a49ff", - "x-ms-ratelimit-remaining-subscription-reads": "11504", - "x-ms-request-id": "2d746ddf-5384-4a23-8ade-9596212f5ee4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064914Z:e98afa25-4f41-4c3d-9a10-1c8de19a49ff" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-3079\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224d9d9489-3456-4e85-94fa-632c29b435db\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00223b155c90-c6d1-4645-a049-ff8a09a4b78e\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-3273\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224d9d9489-3456-4e85-94fa-632c29b435db\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-02a85ada6c0b5d4ba03c7630e6ebd69b-04604184cfd25f4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "b037da7d1e9c6f8c9ad362bb91cc1d35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "115076", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00797581-c5db-4ab6-8763-cf83eab80774", - "x-ms-ratelimit-remaining-subscription-reads": "11503", - "x-ms-request-id": "00797581-c5db-4ab6-8763-cf83eab80774", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064914Z:00797581-c5db-4ab6-8763-cf83eab80774" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" }, { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", + "resourceType": "expressRoutePorts", "locations": [ "West US", "East US", @@ -8864,17 +8692,21 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", "France Central", "Australia Central", - "South Africa North", "UAE North", + "South Africa North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -8902,449 +8734,738 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "virtualNetworks/taggedTrafficConsumers", + "resourceType": "frontdoors", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-08-01" ], + "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "natGateways", + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } + "2018-08-01" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "publicIPAddresses", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", "Australia Central", - "South Africa North", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e0c0524c30a1bfbe472bf63da1107f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-3273", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4cab5653-ec52-445f-88bf-bfdad7be21d4?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7d363042-135c-4a49-a51a-7a96cc878cce", + "x-ms-client-request-id": "9e0c0524c30a1bfbe472bf63da1107f5", + "x-ms-correlation-request-id": "affd4e0c-1af0-4849-9fad-1e787f5971eb", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "4cab5653-ec52-445f-88bf-bfdad7be21d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061917Z:affd4e0c-1af0-4849-9fad-1e787f5971eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-3079\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e20ef619-ede5-4d65-8b7b-45a25a45a1a3\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022d7e93b6a-8459-4f05-a6fd-24b7a460f709\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-3273\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e20ef619-ede5-4d65-8b7b-45a25a45a1a3\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4cab5653-ec52-445f-88bf-bfdad7be21d4?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db27401ee13a209c37fbaec143753ef2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "aa36fe5d-38be-42c3-ac48-1ada4e1b5f3c", + "x-ms-client-request-id": "db27401ee13a209c37fbaec143753ef2", + "x-ms-correlation-request-id": "1bd7f4df-6a6c-4263-ab11-7e99e849dc02", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7a4c0d0c-5073-462b-a563-f94d226ab76b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061917Z:1bd7f4df-6a6c-4263-ab11-7e99e849dc02" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fa4f1e0691968cd108d8250b541ac5e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:17 GMT", + "ETag": "W/\u00226cb9615e-3a5d-4f84-aa7b-0c52ef8bd52d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9e4860e8-28e0-4afd-9913-2e408f7e476c", + "x-ms-client-request-id": "fa4f1e0691968cd108d8250b541ac5e4", + "x-ms-correlation-request-id": "0a57ed0d-f507-434c-9ea5-4f840fbd02b6", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b41a3819-0bfa-4976-b8c3-73a9c5c6331c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061918Z:0a57ed0d-f507-434c-9ea5-4f840fbd02b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-3079\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226cb9615e-3a5d-4f84-aa7b-0c52ef8bd52d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022d7e93b6a-8459-4f05-a6fd-24b7a460f709\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-3273\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226cb9615e-3a5d-4f84-aa7b-0c52ef8bd52d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ea99450aba2ca8606bae03e93cf003c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6b8f2b9f-16d6-490f-81b5-3f7c7c5775f7", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "6b8f2b9f-16d6-490f-81b5-3f7c7c5775f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061918Z:6b8f2b9f-16d6-490f-81b5-3f7c7c5775f7" + }, + "ResponseBody": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", "2019-09-01", "2019-08-01", "2019-07-01", @@ -9396,180 +9517,120 @@ "apiVersion": "2017-10-01" } ], - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/taggedTrafficConsumers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" }, { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" }, { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "customIpPrefixes", + "resourceType": "natGateways", "locations": [ "West US", "East US", @@ -9605,7 +9666,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -9616,32 +9679,46 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01" + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" ], - "defaultApiVersion": "2020-06-01", + "defaultApiVersion": "2020-03-01", "zoneMappings": [ { "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -9652,8 +9729,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -9664,15 +9748,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -9680,32 +9772,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -9716,40 +9808,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -9760,39 +9852,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkInterfaces", + "resourceType": "publicIPAddresses", "locations": [ "West US", "East US", @@ -9828,7 +9920,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -9897,10 +9991,195 @@ "apiVersion": "2017-10-01" } ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "dscpConfigurations", + "resourceType": "customIpPrefixes", "locations": [ "West US", "East US", @@ -9936,7 +10215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -9950,132 +10231,486 @@ "2020-06-01" ], "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints/privateLinkServiceProxies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkInterfaces", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dscpConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", "2019-04-01", "2019-02-01" ], @@ -10118,7 +10753,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10180,7 +10817,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10288,7 +10927,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10396,7 +11037,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10485,7 +11128,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10562,7 +11207,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10635,7 +11282,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10743,7 +11392,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10779,24 +11430,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10807,8 +11458,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -10819,15 +11477,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -10835,32 +11501,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10871,40 +11537,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10915,32 +11581,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -10983,7 +11649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11051,7 +11719,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11145,7 +11815,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11224,7 +11896,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11303,7 +11977,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11382,7 +12058,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11490,7 +12168,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11598,7 +12278,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11706,7 +12388,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11766,24 +12450,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11794,8 +12478,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -11806,15 +12497,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -11822,32 +12521,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11858,40 +12557,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -11902,32 +12601,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -11970,7 +12669,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12107,7 +12808,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12214,7 +12917,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12321,7 +13026,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12414,7 +13121,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12467,7 +13176,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12574,7 +13285,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12655,7 +13368,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12727,7 +13442,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12791,7 +13508,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12855,7 +13574,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12915,7 +13636,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12978,7 +13701,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13041,7 +13766,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13096,7 +13823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13151,7 +13880,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13223,7 +13954,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13273,7 +14006,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13323,7 +14058,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13395,7 +14132,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13467,7 +14206,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13539,7 +14280,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13611,7 +14354,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14263,7 +15008,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14357,7 +15104,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14450,7 +15199,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14532,7 +15283,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14612,7 +15365,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14678,7 +15433,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14744,7 +15501,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14810,7 +15569,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14904,7 +15665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14987,7 +15750,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15066,7 +15831,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15143,7 +15910,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15204,7 +15973,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15283,7 +16054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15362,7 +16135,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15431,7 +16206,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15466,249 +16243,291 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "firewallPolicies", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "West US 3", - "Jio India West", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", "France Central", - "Central US" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipGroups", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "West US 3", - "Jio India West", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "West Central US", - "Central US" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureWebCategories", - "locations": [], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "defaultApiVersion": "2020-08-01", - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperations", - "locations": [], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperationResults", - "locations": [], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "securityPartnerProviders", - "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ "West US", "East US", "North Europe", @@ -15743,7 +16562,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15800,7 +16621,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15839,24 +16662,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15867,8 +16690,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -15879,15 +16709,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -15895,32 +16733,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15931,40 +16769,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15975,32 +16813,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -16043,7 +16881,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16111,7 +16951,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16180,7 +17022,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16249,7 +17093,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16304,7 +17150,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16385,7 +17233,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16420,28 +17270,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -16474,135 +17302,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -16632,33 +17331,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -16696,7 +17368,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16765,7 +17439,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16841,7 +17517,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -16905,7 +17583,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16963,7 +17643,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17028,7 +17710,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17088,7 +17772,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17153,7 +17839,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17161,51 +17849,63699 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "272", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b037da7d1e9c6f8c9ad362bb91cc1d35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273" + } + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/2ba19ddc-b423-4f32-81df-8864fc7eba5e?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1682", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1a0b11d8-6626-4ad4-b908-cba016061e79", + "x-ms-client-request-id": "b037da7d1e9c6f8c9ad362bb91cc1d35", + "x-ms-correlation-request-id": "80a39b06-1cf9-457b-808a-c2486a1bcc87", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "2ba19ddc-b423-4f32-81df-8864fc7eba5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061921Z:80a39b06-1cf9-457b-808a-c2486a1bcc87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-7226\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e62a921d-bcc0-4777-bab1-fdae6cf512d6\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f3c30c84-5822-4f88-9056-403ff26b361d\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e62a921d-bcc0-4777-bab1-fdae6cf512d6\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022ni34tv0zqqcu5jx3es10iyhxbb.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/2ba19ddc-b423-4f32-81df-8864fc7eba5e?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3fd64a22338eec3db8294f5958a5179f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b8f3bc17-ceb5-499b-85f8-d54d3e69f7d1", + "x-ms-client-request-id": "3fd64a22338eec3db8294f5958a5179f", + "x-ms-correlation-request-id": "e19c3331-1de5-4ab3-8781-08e918cba3f6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "3d206bb8-0be6-475c-9ced-5b7060958a2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061922Z:e19c3331-1de5-4ab3-8781-08e918cba3f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "551fcd90d3b8751b00d3c14af3a9a2f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1682", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:22 GMT", + "ETag": "W/\u0022e62a921d-bcc0-4777-bab1-fdae6cf512d6\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "561ee86a-50e0-4699-b063-1fc6ae18a845", + "x-ms-client-request-id": "551fcd90d3b8751b00d3c14af3a9a2f8", + "x-ms-correlation-request-id": "21e51f50-03ab-4971-bcd7-141a8735fb12", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "6622e22f-918f-494d-84d3-a053114d527e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061922Z:21e51f50-03ab-4971-bcd7-141a8735fb12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-7226\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e62a921d-bcc0-4777-bab1-fdae6cf512d6\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f3c30c84-5822-4f88-9056-403ff26b361d\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e62a921d-bcc0-4777-bab1-fdae6cf512d6\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022ni34tv0zqqcu5jx3es10iyhxbb.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1185", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "47997a07ddf597a7a84b777bb8800b4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": { + "hardwareProfile": { + "vmSize": "Standard_F2" + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "osType": "Linux", + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "osProfile": { + "computerName": "testVM-1286", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226", + "properties": { + "primary": true + } + } + ] + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2248", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47997a07ddf597a7a84b777bb8800b4a", + "x-ms-correlation-request-id": "462b97ef-8e21-4b60-9666-777988852ff0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1197", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "f3b5da92-3576-4990-9ac4-b69df9e046ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061927Z:462b97ef-8e21-4b60-9666-777988852ff0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVM-1286\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u00221d8d62b7-d12b-4cd7-9e5c-5bffb1e761e6\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-1286\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de525787d00bb3aa2688ac6c5ba0bc80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "35", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de525787d00bb3aa2688ac6c5ba0bc80", + "x-ms-correlation-request-id": "29b20436-2306-4f01-ae93-04db13553be9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;29616", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "590ee70e-c2ec-4a2b-9c12-c7bcd62fecdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061928Z:29b20436-2306-4f01-ae93-04db13553be9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "680f76c7a25690744a4a18939eeb24b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "680f76c7a25690744a4a18939eeb24b5", + "x-ms-correlation-request-id": "1f9fec43-fdc6-4a0d-b7d8-48d817863eb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;29615", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a98144ab-53b2-45d6-a77b-f6d525303b85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061928Z:1f9fec43-fdc6-4a0d-b7d8-48d817863eb4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60f468522c2e6a3ee09fd9fbcac3f28d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60f468522c2e6a3ee09fd9fbcac3f28d", + "x-ms-correlation-request-id": "75d83b07-67aa-4067-a60d-c5c87d14c923", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;29614", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "7722f6a3-8077-41ed-8b2c-c52cdffd2921", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061929Z:75d83b07-67aa-4067-a60d-c5c87d14c923" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbf3bea591e3e4b8e2c194c1b717143a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbf3bea591e3e4b8e2c194c1b717143a", + "x-ms-correlation-request-id": "de08e4f2-ca25-4129-a230-74dd56ca46e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;29613", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e6cd790c-f232-43d1-b79d-8dba028bc8b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061929Z:de08e4f2-ca25-4129-a230-74dd56ca46e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f31af6635bac9b5238a587b6c979c687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f31af6635bac9b5238a587b6c979c687", + "x-ms-correlation-request-id": "2426bb42-5d99-4166-8c02-158e7d91e28c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;29612", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "942ca369-9c05-48bf-9750-658a0fdbb841", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061929Z:2426bb42-5d99-4166-8c02-158e7d91e28c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dfee8b5729f8c1d2b00f7d6c987cb3c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfee8b5729f8c1d2b00f7d6c987cb3c9", + "x-ms-correlation-request-id": "5ddc1110-70db-4f03-a99d-13f4f7b66f84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;29611", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "70812047-bb2d-414f-863b-1ad24261f616", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061929Z:5ddc1110-70db-4f03-a99d-13f4f7b66f84" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3989e8affa949e16c58c23e09011b69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3989e8affa949e16c58c23e09011b69", + "x-ms-correlation-request-id": "e4ca0c22-bb82-42f1-bf22-e2f104778806", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;29610", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "6daa35ff-1d15-4243-a7be-702ed5b4098f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061930Z:e4ca0c22-bb82-42f1-bf22-e2f104778806" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c6a0dfa352939412458429cdde502bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c6a0dfa352939412458429cdde502bc", + "x-ms-correlation-request-id": "1581c966-63f6-4bb4-83dc-502ed67c9581", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;29609", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "73c3f545-9aa9-46eb-93dd-a611967f1d72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061930Z:1581c966-63f6-4bb4-83dc-502ed67c9581" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a2cbef2f3e157dda9a473a06794b7ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a2cbef2f3e157dda9a473a06794b7ae", + "x-ms-correlation-request-id": "fc8a4742-47b7-4e79-ab5a-93240420c501", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;29608", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3a3371a3-2457-4843-820a-20014d46e1a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061930Z:fc8a4742-47b7-4e79-ab5a-93240420c501" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b7114f4861255a05c5eaf50bd456b86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b7114f4861255a05c5eaf50bd456b86", + "x-ms-correlation-request-id": "249ef97d-ab12-404f-9154-9c3d5fac5579", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;29607", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "4a2c28e7-51f4-4cb8-ab21-54a906d8d0ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061930Z:249ef97d-ab12-404f-9154-9c3d5fac5579" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b4b0655f0d507882f128284c1a1d28f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b4b0655f0d507882f128284c1a1d28f", + "x-ms-correlation-request-id": "b62adda2-3890-476e-9607-17521517e7d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;29606", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c1913caf-76a3-468a-82b2-ea9677a44da5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061931Z:b62adda2-3890-476e-9607-17521517e7d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9a894a177736ba91ed6cd82448d9a64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9a894a177736ba91ed6cd82448d9a64", + "x-ms-correlation-request-id": "2800e839-894d-40a5-9dbc-f15ef6314b44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;29605", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "26d374c0-8600-494d-ad57-4a4dc8ade1a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061931Z:2800e839-894d-40a5-9dbc-f15ef6314b44" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "604aec396c4803d98b6a5bff041c94bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "604aec396c4803d98b6a5bff041c94bb", + "x-ms-correlation-request-id": "10f412cd-0731-4659-ad0a-996f4643a68b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;29604", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6174b863-789c-4c5c-b027-f2c1c3511054", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061931Z:10f412cd-0731-4659-ad0a-996f4643a68b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28ae1f8ca19dde125ce02cfe2206c3a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28ae1f8ca19dde125ce02cfe2206c3a2", + "x-ms-correlation-request-id": "6880baaf-b46d-43d3-aef9-71455a6102e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;29603", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "27fc5ecd-790e-4643-acca-f180e90faca9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061931Z:6880baaf-b46d-43d3-aef9-71455a6102e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d44a1e7871563547bba43d091baa6702", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d44a1e7871563547bba43d091baa6702", + "x-ms-correlation-request-id": "69b18329-02d6-4e55-b785-30b1e34ea78a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;29602", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "8f37563b-b38a-4150-851a-e38e5b8a1bc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061932Z:69b18329-02d6-4e55-b785-30b1e34ea78a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "25f5124271de97c6d96c03673fdae085", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25f5124271de97c6d96c03673fdae085", + "x-ms-correlation-request-id": "1d83aa8a-6cfb-46a2-a8f5-b467d093a7ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;29601", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "c022d239-3d83-4eef-97f9-20eac8542e3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061932Z:1d83aa8a-6cfb-46a2-a8f5-b467d093a7ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e587b9a7bfd11b64d7796df86409c3b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e587b9a7bfd11b64d7796df86409c3b2", + "x-ms-correlation-request-id": "be6fb6b1-1a95-4ba1-99b7-5353b80664f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;29600", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "8e0ed071-be3f-491a-8027-d2e09022340d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061932Z:be6fb6b1-1a95-4ba1-99b7-5353b80664f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0fbc2a799d1007c357b3fbea6ddff5e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fbc2a799d1007c357b3fbea6ddff5e0", + "x-ms-correlation-request-id": "8c22b764-7a80-4d65-9c93-f4405b4ad830", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;29599", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "51cdd50c-528a-4537-88a7-335a430d89b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061932Z:8c22b764-7a80-4d65-9c93-f4405b4ad830" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6162b8c481228330aeda4d6503ce33d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6162b8c481228330aeda4d6503ce33d0", + "x-ms-correlation-request-id": "e2f5bc1d-9573-4dd8-a765-b179661eb245", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;29598", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "336f15f9-499b-4dfa-ab38-2af152f65887", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061933Z:e2f5bc1d-9573-4dd8-a765-b179661eb245" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "14ee50a9d01d0974f67f8d1ec379adf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14ee50a9d01d0974f67f8d1ec379adf7", + "x-ms-correlation-request-id": "c4bf25d7-c17f-4ccf-887c-3dbb6a7e4246", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;29597", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "64a8a160-97f0-4d4b-98a5-a8aaa6cc06e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061933Z:c4bf25d7-c17f-4ccf-887c-3dbb6a7e4246" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab348c8361a6f78ff9386136505e0389", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab348c8361a6f78ff9386136505e0389", + "x-ms-correlation-request-id": "a3dadb8b-c869-4a7e-bb44-ba9d0ed61d7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;29596", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "7f8a3742-cd9b-4920-b862-5d20825064cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061933Z:a3dadb8b-c869-4a7e-bb44-ba9d0ed61d7b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c412a7fe0f1f3c343596ba3f412bf35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c412a7fe0f1f3c343596ba3f412bf35", + "x-ms-correlation-request-id": "ddc649aa-a70c-4a60-b4f7-aef8aac56963", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;29595", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d42e0616-b5a8-47ad-9144-c15667631bdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061933Z:ddc649aa-a70c-4a60-b4f7-aef8aac56963" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76e1562c879a4729c1f61be46f3eb997", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76e1562c879a4729c1f61be46f3eb997", + "x-ms-correlation-request-id": "df7cfd39-8640-4eeb-81bc-1101a7643b86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;29594", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "15b234eb-5a1f-473f-bc6b-d8e75acf9739", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061934Z:df7cfd39-8640-4eeb-81bc-1101a7643b86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "999e047c9137a205c940674df5ec03e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "999e047c9137a205c940674df5ec03e6", + "x-ms-correlation-request-id": "2c908bf2-3a88-497c-b89b-9db507697b87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;29593", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "07798037-cf74-4cac-ab43-428ba110bd24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061934Z:2c908bf2-3a88-497c-b89b-9db507697b87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f90a2b798c7cf8ee00fa5bfbc5de8305", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f90a2b798c7cf8ee00fa5bfbc5de8305", + "x-ms-correlation-request-id": "3df64cbb-a3bc-4b33-8308-14e478cb1056", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;29592", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "6822fd37-6790-4ff0-85c1-75595aafb876", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061934Z:3df64cbb-a3bc-4b33-8308-14e478cb1056" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f026d39f26749afd503fad591fdb51d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f026d39f26749afd503fad591fdb51d4", + "x-ms-correlation-request-id": "0c5d6587-c84f-4f94-9958-1917a35d4743", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;29591", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "12f80fa3-a68a-400f-a105-edfb650ce396", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061934Z:0c5d6587-c84f-4f94-9958-1917a35d4743" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "436b34f2bf33ef1b15a6983d350addeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "436b34f2bf33ef1b15a6983d350addeb", + "x-ms-correlation-request-id": "cea7a62d-1e9f-437f-85d5-8a7c5b69df57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;29590", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "2a508db3-1a90-4c5e-93c1-99060f19ca9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061935Z:cea7a62d-1e9f-437f-85d5-8a7c5b69df57" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22ae62bc13c653722d6fa93ddf94d824", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22ae62bc13c653722d6fa93ddf94d824", + "x-ms-correlation-request-id": "06e08a72-2012-4e43-a712-d69ff9aed962", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;29589", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "44146e32-311c-482d-98c7-23e12305cb15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061935Z:06e08a72-2012-4e43-a712-d69ff9aed962" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "900887a84072e0d1b836dace8ec06445", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "900887a84072e0d1b836dace8ec06445", + "x-ms-correlation-request-id": "cad846d0-d08d-4889-9c04-757948963f2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;29588", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "65d5a340-28d6-4d38-9f47-13aa47644472", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061935Z:cad846d0-d08d-4889-9c04-757948963f2a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd9cc1622f2ddf0dc21815c415de1080", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd9cc1622f2ddf0dc21815c415de1080", + "x-ms-correlation-request-id": "a5f6889f-23a6-4a28-8251-3076954ac2b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;29587", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "dfacd854-7bc5-4d0e-a8f1-5d00079dfe92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061935Z:a5f6889f-23a6-4a28-8251-3076954ac2b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae9573ce4c017c7890cd698f38a4c56d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae9573ce4c017c7890cd698f38a4c56d", + "x-ms-correlation-request-id": "e1263b0a-fae6-46b5-ac1b-ca74a94e4de0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;29586", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "56a3a201-4320-49e4-8f32-8b92a039e4fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061936Z:e1263b0a-fae6-46b5-ac1b-ca74a94e4de0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1dda630a1af878f77929cd5a2a0dcada", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dda630a1af878f77929cd5a2a0dcada", + "x-ms-correlation-request-id": "f0d322a1-0313-4f9d-9b4e-5e865b932b26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;29585", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "2906d994-4e04-4838-b55d-e85ab44dd5ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061936Z:f0d322a1-0313-4f9d-9b4e-5e865b932b26" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1a005a26b62a154448202c60c67ea71e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a005a26b62a154448202c60c67ea71e", + "x-ms-correlation-request-id": "201af748-231d-4de4-9194-816c21d5a5fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;29584", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "cb69a781-8e8f-4e5a-8e9a-83684fc9ed3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061936Z:201af748-231d-4de4-9194-816c21d5a5fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2b9a853f203b3887c1d35d87e1e5283", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2b9a853f203b3887c1d35d87e1e5283", + "x-ms-correlation-request-id": "d3cf77dd-b92b-418e-871f-969003ed0ccb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;29583", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "43074232-dbc0-4f5d-97fe-d2453ea5fe8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061936Z:d3cf77dd-b92b-418e-871f-969003ed0ccb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de698f03aaa354421fc5d4d7ee96b2fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de698f03aaa354421fc5d4d7ee96b2fa", + "x-ms-correlation-request-id": "feac5baf-3cfd-4290-8625-1b2c9f34f979", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;29582", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "dc5348bd-47f1-4f84-b7a5-03d397af95f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061937Z:feac5baf-3cfd-4290-8625-1b2c9f34f979" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8207af82185333d6d14d9e0d816c972a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8207af82185333d6d14d9e0d816c972a", + "x-ms-correlation-request-id": "49a4925f-673c-48b6-b26d-a0d8ad90e5d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;29581", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "f155bf0d-3248-4a3e-9427-cb060067b52a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061937Z:49a4925f-673c-48b6-b26d-a0d8ad90e5d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "365ca8cdc815a97a6565923e1eb0c4e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "365ca8cdc815a97a6565923e1eb0c4e5", + "x-ms-correlation-request-id": "08a3ccfe-35b7-48b0-8b19-7fd95089fe17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;29580", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "5146b9f4-5875-4f08-82cd-366ee4b597ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061937Z:08a3ccfe-35b7-48b0-8b19-7fd95089fe17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf553a6bd017eb2fb8350d560b34d2b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf553a6bd017eb2fb8350d560b34d2b2", + "x-ms-correlation-request-id": "81fe9756-0191-4e7a-8ee9-ef71d7d4c629", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;29579", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "211f1b3d-4040-449b-9a29-0cbd58a82c30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061937Z:81fe9756-0191-4e7a-8ee9-ef71d7d4c629" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "450aa92d7b3ab9e5345d1cee85981520", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "450aa92d7b3ab9e5345d1cee85981520", + "x-ms-correlation-request-id": "53eb3c5d-8615-4479-9ef7-1c8164093dc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;29578", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "66f3ed6b-2c61-484c-bdd1-a91020e76639", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061938Z:53eb3c5d-8615-4479-9ef7-1c8164093dc3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "47a2b988c716fd1379717ddfbb239d30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47a2b988c716fd1379717ddfbb239d30", + "x-ms-correlation-request-id": "cc7018c1-3801-4a14-817b-08cb00ffb51b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;29577", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "106ba408-0cba-4485-8725-4f7925796afb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061938Z:cc7018c1-3801-4a14-817b-08cb00ffb51b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7410df927ea6efab549c9ab9b341651f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7410df927ea6efab549c9ab9b341651f", + "x-ms-correlation-request-id": "bfb00db4-ce4d-46b7-802e-22048f7e1404", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;29576", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "1fb31218-494e-4fb4-9d53-95d54e3f3b94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061938Z:bfb00db4-ce4d-46b7-802e-22048f7e1404" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52ceec208b92669c960cccc8fd06fd10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52ceec208b92669c960cccc8fd06fd10", + "x-ms-correlation-request-id": "78e36eea-0ac2-47dd-951d-85721b6776c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;29575", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "b87d6441-362f-4fad-b18a-c86ef0a1b3a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061938Z:78e36eea-0ac2-47dd-951d-85721b6776c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a55bebc0a088097a0db3f2792d5a4a37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a55bebc0a088097a0db3f2792d5a4a37", + "x-ms-correlation-request-id": "e77a95bb-e3ae-4d09-90ba-6ccd097ce8f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;29574", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "b52ac71d-74dd-48aa-b961-88958f99afce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061939Z:e77a95bb-e3ae-4d09-90ba-6ccd097ce8f2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cfbe5d0b4b55079e43a9dd99b2e3f14d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfbe5d0b4b55079e43a9dd99b2e3f14d", + "x-ms-correlation-request-id": "647e3855-01b9-4174-9e66-3c29951e39be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;29573", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "a753db3b-b28d-4690-a59e-ddd121e4783c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061939Z:647e3855-01b9-4174-9e66-3c29951e39be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7f88a9ec0e6809772c444df9822393c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7f88a9ec0e6809772c444df9822393c", + "x-ms-correlation-request-id": "0667da7e-29bb-43c2-af56-d94d7205114f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;29572", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "77965d4e-192c-44ec-8658-3c7e09330370", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061939Z:0667da7e-29bb-43c2-af56-d94d7205114f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9fbc95c22e4875ba4d5462dec2e0572a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fbc95c22e4875ba4d5462dec2e0572a", + "x-ms-correlation-request-id": "9807088c-00b2-4b7f-a93c-917dee90a454", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;29571", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "3e6f1e68-c18b-4a95-b639-01e3d0f96bd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061939Z:9807088c-00b2-4b7f-a93c-917dee90a454" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a2dba5c182614b50c63e5c9106bf6e20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2dba5c182614b50c63e5c9106bf6e20", + "x-ms-correlation-request-id": "91a6d9d9-1d29-46ca-b7d0-d29460204722", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;29570", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "4c07417f-c330-4818-ad48-fd2cea174397", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061940Z:91a6d9d9-1d29-46ca-b7d0-d29460204722" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1cd7a17051266f05cf837a925eb8bd91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cd7a17051266f05cf837a925eb8bd91", + "x-ms-correlation-request-id": "5a016b40-c714-4b0a-9504-0729641bdbe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;29569", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "379b0970-905c-4224-8235-89c5ffad2078", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061940Z:5a016b40-c714-4b0a-9504-0729641bdbe1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f31d196d96473fda4470d90ad1296e8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f31d196d96473fda4470d90ad1296e8d", + "x-ms-correlation-request-id": "4321714d-69b2-4dad-92ec-7911b416e0cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;29568", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "8e8c8f27-8a84-4177-9b77-9aa2f04f84c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061940Z:4321714d-69b2-4dad-92ec-7911b416e0cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "216d41e53a086f049f6bd3dd08beed0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "216d41e53a086f049f6bd3dd08beed0e", + "x-ms-correlation-request-id": "478e27b5-f5dd-40d5-83e2-48fc97a87aee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;29567", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "3c12fda9-756f-464d-bb00-6afef781ad18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061940Z:478e27b5-f5dd-40d5-83e2-48fc97a87aee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed23cb807ba2dad9c698d8b578fb9da5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed23cb807ba2dad9c698d8b578fb9da5", + "x-ms-correlation-request-id": "650ca5b5-ded5-4010-a628-501df0b89ef7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;29566", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "b04e87a6-63df-43ce-8e92-b8c29cb901a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061941Z:650ca5b5-ded5-4010-a628-501df0b89ef7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1cacec149b4a328815ad53dbc2fd3686", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cacec149b4a328815ad53dbc2fd3686", + "x-ms-correlation-request-id": "37c42cfa-f707-470a-9cac-eeb9afe5657f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;29565", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "246efeb8-f9e0-4ac6-9d59-5d61661e3863", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061941Z:37c42cfa-f707-470a-9cac-eeb9afe5657f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0689ca8381056aeb68935b70624ef7a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0689ca8381056aeb68935b70624ef7a4", + "x-ms-correlation-request-id": "3bdd9d42-5339-4347-af37-57a68e8d0597", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;29564", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "d095a4a4-638f-47ae-b21b-4345e422eae1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061941Z:3bdd9d42-5339-4347-af37-57a68e8d0597" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1cc92dcdd011e5c442f1d7f427fd18c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cc92dcdd011e5c442f1d7f427fd18c9", + "x-ms-correlation-request-id": "35301156-ab2f-4a5d-82c2-d99ae00bbb5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;29563", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "545e2b19-a04d-4bca-9591-5d49f3a4069b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061941Z:35301156-ab2f-4a5d-82c2-d99ae00bbb5b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae3252619771929f0041b4b64018d0c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae3252619771929f0041b4b64018d0c7", + "x-ms-correlation-request-id": "386f38f5-4ce7-4158-9856-b07985446f25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;29562", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "0e8a44e8-9de1-4546-ad58-8f408a3ee9e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061942Z:386f38f5-4ce7-4158-9856-b07985446f25" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "940eafb61a33b37406a4c414aaf7436b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "940eafb61a33b37406a4c414aaf7436b", + "x-ms-correlation-request-id": "e321e529-e107-4c49-a848-ba10e5c00f75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;29561", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "b6ae99f1-69b9-4b84-9404-2fd0a32184af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061942Z:e321e529-e107-4c49-a848-ba10e5c00f75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "100f917b491b36328e361bcf1b0da42a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "100f917b491b36328e361bcf1b0da42a", + "x-ms-correlation-request-id": "53d21952-4b2c-4e18-bfb8-c48c3d4d3692", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;29560", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "40a76a0d-351e-4514-9b2e-092b816dcd91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061942Z:53d21952-4b2c-4e18-bfb8-c48c3d4d3692" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "783d102183ee4795dd7fa7cdd28ae809", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "783d102183ee4795dd7fa7cdd28ae809", + "x-ms-correlation-request-id": "edf25e63-3580-4670-923f-2196e2c93f45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;29559", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "8afe0267-d3ae-44fa-a1d7-a97f2291b366", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061942Z:edf25e63-3580-4670-923f-2196e2c93f45" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae3b49febf086dab7cd706fdfea497f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae3b49febf086dab7cd706fdfea497f8", + "x-ms-correlation-request-id": "8fb332d4-b8d5-4506-8bc0-42cb28a22263", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;29558", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "2c619bfd-80e0-47d0-bfd5-de829d97aa9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061943Z:8fb332d4-b8d5-4506-8bc0-42cb28a22263" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99f39affcbb9f77cfbc8329ca1656303", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99f39affcbb9f77cfbc8329ca1656303", + "x-ms-correlation-request-id": "2c450e98-9198-433b-ae5d-5328c6aa6f3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;29557", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "f55dfc0b-4606-49f0-8c21-2716187a6669", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061943Z:2c450e98-9198-433b-ae5d-5328c6aa6f3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2d1124df5d1612165d0fb177c984839", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2d1124df5d1612165d0fb177c984839", + "x-ms-correlation-request-id": "920899c8-644e-42db-a346-fb67d835c8ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;29556", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "c882b362-68fe-49b4-801e-84469bb97033", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061943Z:920899c8-644e-42db-a346-fb67d835c8ce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38cdafe74f97334fcc43b3408d0ecb17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38cdafe74f97334fcc43b3408d0ecb17", + "x-ms-correlation-request-id": "273452ae-0c6c-423f-8e61-b9f7318fb427", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;29555", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "d7f8a248-e06b-4709-a62d-daccb0e4b276", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061943Z:273452ae-0c6c-423f-8e61-b9f7318fb427" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecb00274c4d30a26789234e9cf657a63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecb00274c4d30a26789234e9cf657a63", + "x-ms-correlation-request-id": "b85d2339-ba11-4475-a82b-6aa1663e05ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;29554", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "737f447d-c853-4a27-a565-24b1ba9a021c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061944Z:b85d2339-ba11-4475-a82b-6aa1663e05ea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f1b4f97f2b97fd6cc29d068d42e0d356", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1b4f97f2b97fd6cc29d068d42e0d356", + "x-ms-correlation-request-id": "e854fe83-d525-4307-b8f2-0cbc9295f450", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;29553", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "9c803f55-e509-4b7b-a3e3-0c5515142343", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061944Z:e854fe83-d525-4307-b8f2-0cbc9295f450" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7aa3e4045be8236688c3bf041b666467", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aa3e4045be8236688c3bf041b666467", + "x-ms-correlation-request-id": "9ae945e4-ed6d-48a0-8ff2-f7c420ce6ef5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;29552", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "453773cf-0d33-41be-ac86-fd6356138877", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061944Z:9ae945e4-ed6d-48a0-8ff2-f7c420ce6ef5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "94c04fc8da59497f96b22935be98c798", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94c04fc8da59497f96b22935be98c798", + "x-ms-correlation-request-id": "9dbe979e-78f0-44a9-8ad8-3153ea960f61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;29551", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "15d67233-2143-4dc5-94af-008f2d6a5f7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061944Z:9dbe979e-78f0-44a9-8ad8-3153ea960f61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eae4ddbe00c2247b939169d36b67e25b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eae4ddbe00c2247b939169d36b67e25b", + "x-ms-correlation-request-id": "90285629-e67d-422e-9d62-8cb4ac10c7a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;29550", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "886521f0-0c15-4011-b1f9-7dbebe41f9ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061945Z:90285629-e67d-422e-9d62-8cb4ac10c7a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f3c49e393f202afd6559e335313065ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3c49e393f202afd6559e335313065ef", + "x-ms-correlation-request-id": "61b18be5-5b35-4a72-af2f-c66faa16c426", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;29549", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "beef6598-aeb5-4943-a6d7-4aa18ec2cbcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061945Z:61b18be5-5b35-4a72-af2f-c66faa16c426" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e4627fc7982c8a5d39c00c871abdd2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e4627fc7982c8a5d39c00c871abdd2f", + "x-ms-correlation-request-id": "5df3892c-21da-4729-b78e-8dfbfac94b12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;29548", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "26cc0dd0-3b8e-45f9-9304-5e61df4fe330", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061945Z:5df3892c-21da-4729-b78e-8dfbfac94b12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ffcced0d4d47e77e0ba85681d45f262", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ffcced0d4d47e77e0ba85681d45f262", + "x-ms-correlation-request-id": "0e55f269-2f66-4d72-bf05-faea58595cb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;29547", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "b346626d-975f-4a86-9b83-95c9d55024e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061945Z:0e55f269-2f66-4d72-bf05-faea58595cb9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43d7792ba420bfd9f9fc1f833e34b9b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43d7792ba420bfd9f9fc1f833e34b9b9", + "x-ms-correlation-request-id": "af09bd5d-ee1f-4c0e-ab24-f6f2e3f37b13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;29546", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "2984c59b-ab14-4e1c-be34-81714aef8db5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061946Z:af09bd5d-ee1f-4c0e-ab24-f6f2e3f37b13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6365b37c4634271bafc75dc8f43daa8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6365b37c4634271bafc75dc8f43daa8e", + "x-ms-correlation-request-id": "1bbe2101-48c6-4691-968a-ad8a4e11acd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;29545", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "370b28aa-fd0c-43d5-81af-88651bf65e25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061946Z:1bbe2101-48c6-4691-968a-ad8a4e11acd8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f79d9eaa99d42c0ef43c25d7b5f33fac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f79d9eaa99d42c0ef43c25d7b5f33fac", + "x-ms-correlation-request-id": "7969fe38-47b3-4652-9a8d-85c0139a26d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;29544", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "13addb87-5ce7-4b78-91ff-a82a702d53a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061946Z:7969fe38-47b3-4652-9a8d-85c0139a26d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69ebcb008ee0e52e5daf94594611cabc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69ebcb008ee0e52e5daf94594611cabc", + "x-ms-correlation-request-id": "6f9bd3b9-b276-4de9-9d5c-e27cc92e16f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;29543", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "df519d2f-09f6-4254-995d-187b2fe72d99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061946Z:6f9bd3b9-b276-4de9-9d5c-e27cc92e16f4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a0d99152c196e2e4a5396ff7204472bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0d99152c196e2e4a5396ff7204472bc", + "x-ms-correlation-request-id": "97536177-2874-42b5-bd4d-567f9c0b300d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;29542", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "107c73e6-9c6e-400c-b3fa-fa79ee5be251", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061947Z:97536177-2874-42b5-bd4d-567f9c0b300d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28c7b18740511bad70b89a2505b5e5e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28c7b18740511bad70b89a2505b5e5e3", + "x-ms-correlation-request-id": "6810f121-ba65-4e29-8559-b63a27f58995", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;29541", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "6eedcf6c-7547-491b-910e-7246d5a945d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061947Z:6810f121-ba65-4e29-8559-b63a27f58995" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "238569719f1a3f15e709c4a61f36c419", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "238569719f1a3f15e709c4a61f36c419", + "x-ms-correlation-request-id": "352ca2d9-c5b8-4e6b-ad1a-642a17cad08e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;29540", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "14b3d586-af5a-47b8-be3e-9f3d464037b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061947Z:352ca2d9-c5b8-4e6b-ad1a-642a17cad08e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "94d1d83ca14a116be3bd30de27bfdcef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94d1d83ca14a116be3bd30de27bfdcef", + "x-ms-correlation-request-id": "5baa78ec-8215-4a83-98e3-f66e964fd0f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;29539", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "d0907fe5-288d-486c-b85b-2d61f1be1f20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061947Z:5baa78ec-8215-4a83-98e3-f66e964fd0f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b7858c534ebfe8a19c8741477c06fc3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7858c534ebfe8a19c8741477c06fc3a", + "x-ms-correlation-request-id": "be1bc75a-1835-46df-8d16-bba5080b744b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;29538", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "4d5c4127-e0c9-4d08-a35e-d6c09162cc0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061948Z:be1bc75a-1835-46df-8d16-bba5080b744b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2de881f351e3d098fd73405c6e361827", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2de881f351e3d098fd73405c6e361827", + "x-ms-correlation-request-id": "32139587-d846-4264-8fa3-334969ca92c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;29537", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "587637de-c718-4e77-9707-bf4c12c965b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061948Z:32139587-d846-4264-8fa3-334969ca92c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9253d42c0db0ed5936e9f7c2602394dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9253d42c0db0ed5936e9f7c2602394dc", + "x-ms-correlation-request-id": "b436eff4-9593-42ae-b002-3a8b75d72311", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;29536", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "b5440c55-1f9c-4fd8-999c-b4c05dc2d894", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061948Z:b436eff4-9593-42ae-b002-3a8b75d72311" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6ebf6c1afd6010cf3b5b94b0e457966", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6ebf6c1afd6010cf3b5b94b0e457966", + "x-ms-correlation-request-id": "57312780-9ea3-4d77-a0f4-8da1e2f0e24c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;29535", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "303849a4-9b65-4407-8e33-ed08b9b885f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061948Z:57312780-9ea3-4d77-a0f4-8da1e2f0e24c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a71b1a6e69b3e58927fbf7fa5ad670da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a71b1a6e69b3e58927fbf7fa5ad670da", + "x-ms-correlation-request-id": "e3e6bba8-2050-4f85-b5e2-caa66cded66f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;29534", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "a29a4149-3df5-42e7-b04e-772f840a2dcc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061949Z:e3e6bba8-2050-4f85-b5e2-caa66cded66f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "789a63df724a7d50c8519ffa540edff0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "789a63df724a7d50c8519ffa540edff0", + "x-ms-correlation-request-id": "0c1a2fb5-9eee-4b52-ad5b-88e7f3ad29e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;29533", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "fe9a8f01-9075-4cb4-b04d-608b0ee670c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061949Z:0c1a2fb5-9eee-4b52-ad5b-88e7f3ad29e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4553906fec0857296c057edbb712a71d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4553906fec0857296c057edbb712a71d", + "x-ms-correlation-request-id": "f3b92384-5a21-43b6-8b95-21242f5b42d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;29532", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "f9123875-db58-42f4-b247-e1b8fe374877", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061949Z:f3b92384-5a21-43b6-8b95-21242f5b42d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa6cde4500abfc1cc99edf61ca8e9118", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa6cde4500abfc1cc99edf61ca8e9118", + "x-ms-correlation-request-id": "29954b7b-92b3-4c0a-b545-e0bf83a39c2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;29531", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "f48deb25-41af-4e79-a84c-5887f9e175df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061949Z:29954b7b-92b3-4c0a-b545-e0bf83a39c2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c98a071b2a82f2d23a430c44f375c5b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c98a071b2a82f2d23a430c44f375c5b5", + "x-ms-correlation-request-id": "4485639e-bfca-4206-931b-cbb8cb52e5e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;29530", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "e21da41f-24a3-4a73-906b-f63f907a5e4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061950Z:4485639e-bfca-4206-931b-cbb8cb52e5e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75b481aa34a26e4474577b6a0dc88cdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75b481aa34a26e4474577b6a0dc88cdd", + "x-ms-correlation-request-id": "7d89ac07-9156-42de-8984-454d21cb7c9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;29528", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "7774ef24-d9fd-48fa-a6da-f102e734a36f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061950Z:7d89ac07-9156-42de-8984-454d21cb7c9a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "afbf6673dd871b9b0c797067f4d70854", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afbf6673dd871b9b0c797067f4d70854", + "x-ms-correlation-request-id": "7d706039-aa7c-4441-bfee-b452b1b1de8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;29527", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "87ab5340-300c-49ee-958e-74768ec0b847", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061950Z:7d706039-aa7c-4441-bfee-b452b1b1de8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48b72ad81cd9e775c21b552aae68e571", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48b72ad81cd9e775c21b552aae68e571", + "x-ms-correlation-request-id": "5848227c-bc1b-4c56-9f8d-098bf1f9bdf5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;29526", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "3f1bfe53-837b-4d54-9c29-def54319151e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061950Z:5848227c-bc1b-4c56-9f8d-098bf1f9bdf5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8dd02eb615b5cc2ee6996828c3dd7a9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8dd02eb615b5cc2ee6996828c3dd7a9c", + "x-ms-correlation-request-id": "a8702370-fdc1-46eb-bc4d-243d23e3810d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;29525", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "4fe32d73-a9a2-48a7-b422-cb6b77c0f642", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061951Z:a8702370-fdc1-46eb-bc4d-243d23e3810d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e391274e43105703f0d8ed6b87706ca4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e391274e43105703f0d8ed6b87706ca4", + "x-ms-correlation-request-id": "b40d20f2-ac1a-4189-8724-60af723cd66d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;29524", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "8f9b2425-b54c-4da7-b3fd-fce7b02d530f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061951Z:b40d20f2-ac1a-4189-8724-60af723cd66d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c6b0fe947b06c29ffbea6240b34d23e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6b0fe947b06c29ffbea6240b34d23e5", + "x-ms-correlation-request-id": "4efea65b-ad16-444b-a535-6a8717bddffd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;29523", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "e9271694-9780-4da2-9305-6a4c2f2525dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061951Z:4efea65b-ad16-444b-a535-6a8717bddffd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87dcb8a102d673612a799cdc28c24476", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87dcb8a102d673612a799cdc28c24476", + "x-ms-correlation-request-id": "e52af251-6a62-47ca-9b3c-e55d67354af8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;29522", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "d9b50ce2-04ed-4f49-99ba-614faa6120fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061951Z:e52af251-6a62-47ca-9b3c-e55d67354af8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c593c42cb32cd29688cfe726e1c3a3a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c593c42cb32cd29688cfe726e1c3a3a3", + "x-ms-correlation-request-id": "7dbb8823-6675-4b66-8f77-124424e1cc30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;29521", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "8992429e-76b7-4b76-a246-ea6350591ace", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061952Z:7dbb8823-6675-4b66-8f77-124424e1cc30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cfca08b5e59492cd9d3d9c8cdfc29a39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfca08b5e59492cd9d3d9c8cdfc29a39", + "x-ms-correlation-request-id": "41c6dacf-93bd-4609-b3f1-1cc8691ca9ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;29520", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "20159735-6859-46de-a15d-632dfce4cffb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061952Z:41c6dacf-93bd-4609-b3f1-1cc8691ca9ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef13eca55eb9eeb82209ff071a3a9166", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef13eca55eb9eeb82209ff071a3a9166", + "x-ms-correlation-request-id": "839975b2-b7ca-4da2-ab15-245e4e242a17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;29519", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "4632c64f-6cee-4fac-9381-e625578fed06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061952Z:839975b2-b7ca-4da2-ab15-245e4e242a17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2027f8d575f747e1f60127ef1709f3c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2027f8d575f747e1f60127ef1709f3c5", + "x-ms-correlation-request-id": "82258a10-2bc9-44d4-a9e2-6a15876d4df3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;29518", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "60406762-9d5d-4529-85d2-4e374b7f1a01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061952Z:82258a10-2bc9-44d4-a9e2-6a15876d4df3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f580ad35b4b056ea4fdcac8ae6c67762", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f580ad35b4b056ea4fdcac8ae6c67762", + "x-ms-correlation-request-id": "2575d954-8ab8-440e-a50a-b55f0e7c5705", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;29517", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "bcc773a7-c0ad-47d7-a6e5-69fb0099e8a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061953Z:2575d954-8ab8-440e-a50a-b55f0e7c5705" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6b635ab799a30410acbf8b836c9d618", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6b635ab799a30410acbf8b836c9d618", + "x-ms-correlation-request-id": "2b78f2c2-2edb-4f4c-8c1e-5709dedbc7db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;29516", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "cabfa9b9-a2e1-499e-b48c-ef6769975ac4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061953Z:2b78f2c2-2edb-4f4c-8c1e-5709dedbc7db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6dd139159cba21b60ed0d01bc8576030", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6dd139159cba21b60ed0d01bc8576030", + "x-ms-correlation-request-id": "be464d1e-b6a3-4d8e-8978-f5a8052df58f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;29515", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "78d59df0-3019-4df0-a631-68c22d1517a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061953Z:be464d1e-b6a3-4d8e-8978-f5a8052df58f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e143c4890c52bb2b6c50ebe4bb312086", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e143c4890c52bb2b6c50ebe4bb312086", + "x-ms-correlation-request-id": "0b5ccfa4-02fd-4f8a-abb8-3876f3ae582e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;29514", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "addd9772-f611-4aa6-9ce8-dfdfe8785f40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061953Z:0b5ccfa4-02fd-4f8a-abb8-3876f3ae582e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad7494050af40fa87f95d7c9a92667b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad7494050af40fa87f95d7c9a92667b2", + "x-ms-correlation-request-id": "78812952-0b2e-4ed1-92d6-433cf427ad32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;29513", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "9cb9ad1b-9cda-4ef9-ad8c-85a825bf0de3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061954Z:78812952-0b2e-4ed1-92d6-433cf427ad32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "722fc86bf48509c60e160169b0d166dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "722fc86bf48509c60e160169b0d166dd", + "x-ms-correlation-request-id": "de457687-7998-4730-8eb6-6887867ad713", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;29512", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "a49a8410-0c48-4eaf-8f3c-b5429df6e09e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061954Z:de457687-7998-4730-8eb6-6887867ad713" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "341549b0b3e27e3b1b3362bd34611246", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "341549b0b3e27e3b1b3362bd34611246", + "x-ms-correlation-request-id": "3e852563-0156-490a-b057-0d75bd5c420b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;29511", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "432be23a-5de1-4e02-94a9-a7857cc3cc80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061954Z:3e852563-0156-490a-b057-0d75bd5c420b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f37938e9ad021100ce6b9fde093f5fae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f37938e9ad021100ce6b9fde093f5fae", + "x-ms-correlation-request-id": "e2da0181-806d-4a42-8443-df2bf4af4902", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;29510", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "297817dc-79ec-4fe2-bd3d-71f2bee40dea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061954Z:e2da0181-806d-4a42-8443-df2bf4af4902" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f18fa2f3210b7d08db056529208d4ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f18fa2f3210b7d08db056529208d4ac", + "x-ms-correlation-request-id": "6b28267f-e7bf-4991-a0d1-fac6490ba5d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;29509", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "e3e196e5-d317-4977-8bf5-a171d9a2cdea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061955Z:6b28267f-e7bf-4991-a0d1-fac6490ba5d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7880ba03735703da49046676145c74dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7880ba03735703da49046676145c74dc", + "x-ms-correlation-request-id": "55e250c5-05e7-41c3-9e72-bb7b02b0415f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;29508", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "8c264677-d77d-4034-b641-0a3e316dbd60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061955Z:55e250c5-05e7-41c3-9e72-bb7b02b0415f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a8eb4d4b348b63567c2655257ae7ec5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a8eb4d4b348b63567c2655257ae7ec5", + "x-ms-correlation-request-id": "9eed25bc-b8c8-4c22-b42e-85a5fd98d2e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;29507", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "940cc51c-9b33-403f-a351-7e624fb7c855", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061955Z:9eed25bc-b8c8-4c22-b42e-85a5fd98d2e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4edaf297e7bfbc562015160bcc59a330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4edaf297e7bfbc562015160bcc59a330", + "x-ms-correlation-request-id": "eef166f6-3834-457b-ab94-d79a41acb2a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;29506", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "1d2bceed-0f6f-4aab-a361-c9252c5526ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061955Z:eef166f6-3834-457b-ab94-d79a41acb2a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd7e7a3b9a7a506385ca10950d88ac9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd7e7a3b9a7a506385ca10950d88ac9a", + "x-ms-correlation-request-id": "c3b29cb8-802d-4eb3-a2c4-f62a34615f92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;29505", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "950a5bbc-2f8e-4791-ae8f-80ed1dd162d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061956Z:c3b29cb8-802d-4eb3-a2c4-f62a34615f92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21dfa1862681ec1c5ed119339c2ae90d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21dfa1862681ec1c5ed119339c2ae90d", + "x-ms-correlation-request-id": "7b06190e-dad5-40f4-8a6c-b572615c160f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;29504", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "490043ed-14c4-4bb6-952b-e72eef8a224b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061956Z:7b06190e-dad5-40f4-8a6c-b572615c160f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc16341fa030fc4a8f8ac9f5d7c0ae97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc16341fa030fc4a8f8ac9f5d7c0ae97", + "x-ms-correlation-request-id": "289d6a62-a2a1-4c90-8abf-4269b583eda8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;29503", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "82042444-9ec8-4170-9837-a04e6b77c19a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061956Z:289d6a62-a2a1-4c90-8abf-4269b583eda8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b857b69817a15af5d917fa88030b35a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b857b69817a15af5d917fa88030b35a", + "x-ms-correlation-request-id": "82d4ce3d-4d26-403f-a643-771b173e91f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;29502", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "70f94ecf-02d4-41dc-8aa3-b488003e129c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061956Z:82d4ce3d-4d26-403f-a643-771b173e91f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d87602e0cf72e56a56e392f75c27159d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d87602e0cf72e56a56e392f75c27159d", + "x-ms-correlation-request-id": "52d8562f-a7f4-4306-91a8-dedd53452436", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;29501", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "2ba91571-fd55-44ea-94b5-fae05aabcc91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061957Z:52d8562f-a7f4-4306-91a8-dedd53452436" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21ca8123bea59d9385007e9e21a17b5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21ca8123bea59d9385007e9e21a17b5e", + "x-ms-correlation-request-id": "72340b1e-e0b6-43e5-8b6c-0f6bba440016", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;29500", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "1897afc0-6176-499d-a839-ceb633019acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061957Z:72340b1e-e0b6-43e5-8b6c-0f6bba440016" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d4146fd6d649992510a0d497eeb7b936", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4146fd6d649992510a0d497eeb7b936", + "x-ms-correlation-request-id": "3ff18ead-a651-4b74-912f-d217bcb21b58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;29499", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "c52f4b56-1e52-4349-adff-661edc02af01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061957Z:3ff18ead-a651-4b74-912f-d217bcb21b58" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe85e17b916622b56ed8527150ccc3b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe85e17b916622b56ed8527150ccc3b4", + "x-ms-correlation-request-id": "85df24ac-e1aa-4ae2-9e43-46496acbdc46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;29498", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "e3b10bf5-e50d-4b3d-be8d-467bd48b4b7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061957Z:85df24ac-e1aa-4ae2-9e43-46496acbdc46" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed21336740124c535c301104e9fcafcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed21336740124c535c301104e9fcafcd", + "x-ms-correlation-request-id": "dcafbf76-0321-4954-9adb-d4f188bbf668", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;29497", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "b8d45d4b-f529-46e5-b4c2-46bfeaffa7ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061958Z:dcafbf76-0321-4954-9adb-d4f188bbf668" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f2248477d1c44f8b9f2667084b44843", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f2248477d1c44f8b9f2667084b44843", + "x-ms-correlation-request-id": "a3310014-080a-4b33-812c-699970e6bd92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;29496", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "dd482ee1-b1c2-4e1f-9367-9458dacd5758", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061958Z:a3310014-080a-4b33-812c-699970e6bd92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ba3020dccb963b238d39a23580b03971", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba3020dccb963b238d39a23580b03971", + "x-ms-correlation-request-id": "8c8f9b46-c64d-47bf-a73c-e6b04ecec740", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;29495", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "1526f8bd-6887-44ce-87b2-88696b0ac3af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061958Z:8c8f9b46-c64d-47bf-a73c-e6b04ecec740" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0829842984a9e9983adc3320dae3c8a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0829842984a9e9983adc3320dae3c8a7", + "x-ms-correlation-request-id": "4d9c6a55-055e-49d2-bb35-9b2464db4c8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;29494", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "61da471e-552b-4b45-9f5d-e9b7c8ca5838", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061958Z:4d9c6a55-055e-49d2-bb35-9b2464db4c8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c928cde7f4cc7b3725e7b1e2dac3c408", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c928cde7f4cc7b3725e7b1e2dac3c408", + "x-ms-correlation-request-id": "b793b54a-2b0a-4eed-ad56-31ed3baa296a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;29493", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "47fdf1b3-f7ae-4952-9cdd-7f380bc409d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061959Z:b793b54a-2b0a-4eed-ad56-31ed3baa296a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff47f4b9408a589987467fba970360aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff47f4b9408a589987467fba970360aa", + "x-ms-correlation-request-id": "648f48b7-3fa5-41d0-9af1-0d89f789971f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;29492", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "e7bb10c6-f326-4e42-bd3c-530dd7dc58cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061959Z:648f48b7-3fa5-41d0-9af1-0d89f789971f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b24efa70708834a54dade2c2d2b50f77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b24efa70708834a54dade2c2d2b50f77", + "x-ms-correlation-request-id": "00635058-0580-4d7e-9950-7f927fc8e86c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;29491", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "f6917e02-9973-42ba-a5b4-cd9b90098350", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061959Z:00635058-0580-4d7e-9950-7f927fc8e86c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5662b18c89ba61d33cf4186747ce322", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5662b18c89ba61d33cf4186747ce322", + "x-ms-correlation-request-id": "4b920959-923a-4ed5-b1fa-88a0d112b94b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;29490", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "9aa6bfe5-2f38-43dc-89c5-c96ec2204176", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T061959Z:4b920959-923a-4ed5-b1fa-88a0d112b94b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df720686117449804f12b1dc5ed785d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df720686117449804f12b1dc5ed785d1", + "x-ms-correlation-request-id": "4a18ed7c-5778-406b-9299-4af03e0c93de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;29489", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "58881277-2935-44cb-b856-521b9be5e8ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062000Z:4a18ed7c-5778-406b-9299-4af03e0c93de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ca108367b9ca70edda87eb82e1ec0d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:19:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ca108367b9ca70edda87eb82e1ec0d0", + "x-ms-correlation-request-id": "a3d628ec-780f-4bdf-802a-6d84f8520cb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;29488", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "fe951a89-2596-4342-92bb-2a09a59eaa2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062000Z:a3d628ec-780f-4bdf-802a-6d84f8520cb2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb3bc0c930430702aa1d95891740475c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb3bc0c930430702aa1d95891740475c", + "x-ms-correlation-request-id": "5379cc68-752a-4edb-a125-dd409ffc4a37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;29487", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "8e345243-6aa0-4cf4-8837-54bfe8be8c76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062000Z:5379cc68-752a-4edb-a125-dd409ffc4a37" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c506f4977db0b86f8ca01cc92c71b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c506f4977db0b86f8ca01cc92c71b31", + "x-ms-correlation-request-id": "7300df25-5db8-4e85-82cb-3eaac2be78c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;29486", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "1b3f6a8e-512f-412f-8ddf-801a7eaf82e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062000Z:7300df25-5db8-4e85-82cb-3eaac2be78c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e12e152ba9b068e059ac17ee585909d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e12e152ba9b068e059ac17ee585909d", + "x-ms-correlation-request-id": "d0a793b0-9b14-4cbf-8371-033ec8010950", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;29485", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "8b885692-2da1-4614-9476-ce5e7ead4e27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062001Z:d0a793b0-9b14-4cbf-8371-033ec8010950" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be6f226053ce52f53930d3792e3674e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be6f226053ce52f53930d3792e3674e3", + "x-ms-correlation-request-id": "9e8753c8-43f9-407e-a0ef-f960addd0b1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;29484", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "45139ae1-8694-4ab5-ae36-8518cf8c5efd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062001Z:9e8753c8-43f9-407e-a0ef-f960addd0b1b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36376402a92d8fc0e1496741b5072572", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36376402a92d8fc0e1496741b5072572", + "x-ms-correlation-request-id": "96257603-253f-4d97-9a5f-120ce9f44de7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;29483", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "100e20d5-88c0-44cf-b3d2-842a9ca82e25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062001Z:96257603-253f-4d97-9a5f-120ce9f44de7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "706c63395c58fe62ecbf646ae614d8cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "706c63395c58fe62ecbf646ae614d8cf", + "x-ms-correlation-request-id": "f2c95d53-687d-41de-bf5a-1d4ef81dbcee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;29482", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "cc250cf4-e0a5-4c18-9770-43e0d075fcbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062001Z:f2c95d53-687d-41de-bf5a-1d4ef81dbcee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "807cde255a4eb67061dfdc84ecb39d32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "807cde255a4eb67061dfdc84ecb39d32", + "x-ms-correlation-request-id": "28fdf214-ff7a-4fe7-8c61-f259822c7240", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;29481", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "47cd6a7c-4bd1-4920-96ba-53413b1fb703", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062002Z:28fdf214-ff7a-4fe7-8c61-f259822c7240" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca3f600a03c9a58b01384a6d4556a8cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca3f600a03c9a58b01384a6d4556a8cd", + "x-ms-correlation-request-id": "ba30c8fa-9e01-48d2-ba44-4f4f99190f5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;29480", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "de630c16-c38d-4c4d-a06d-c21bd7447d60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062002Z:ba30c8fa-9e01-48d2-ba44-4f4f99190f5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d71b9871a58bdf24f3b50f7880de1238", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d71b9871a58bdf24f3b50f7880de1238", + "x-ms-correlation-request-id": "943b289f-a2ec-4287-b115-69f974d9f60c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;29479", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "690b20b0-0c78-42c5-8e3b-397bbffd4d4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062002Z:943b289f-a2ec-4287-b115-69f974d9f60c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "855f32220dd5210552d67f151002710b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "855f32220dd5210552d67f151002710b", + "x-ms-correlation-request-id": "5f84e618-426a-422c-a69a-3f9b42e878fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;29478", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "64285aeb-8341-4389-b7d5-b3c8913b9641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062002Z:5f84e618-426a-422c-a69a-3f9b42e878fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54130f37c69765a73c60d714f4132523", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54130f37c69765a73c60d714f4132523", + "x-ms-correlation-request-id": "3814a338-50bc-4065-9a63-fc402a0fd278", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;29477", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "ac2ef57a-9a22-4c0b-ba80-d197bbe3ede7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062003Z:3814a338-50bc-4065-9a63-fc402a0fd278" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "124b112622f664f793f984b4250ecef0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "124b112622f664f793f984b4250ecef0", + "x-ms-correlation-request-id": "fa4f0c6f-90bd-479d-bb10-8d0fe27bfc04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;29476", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "4bd9164e-e19a-46a2-bc4e-805e9e212643", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062003Z:fa4f0c6f-90bd-479d-bb10-8d0fe27bfc04" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70400444bdca5ba08afa497536f02d3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70400444bdca5ba08afa497536f02d3e", + "x-ms-correlation-request-id": "88ddeec0-7146-402f-9a89-54c4efedf293", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;29475", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "e0ee76a8-ecd8-4dbe-b904-903e01a3289a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062003Z:88ddeec0-7146-402f-9a89-54c4efedf293" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "feef5bb15eb7141417aec19e41f33f2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "feef5bb15eb7141417aec19e41f33f2d", + "x-ms-correlation-request-id": "7505ab6a-bf90-4dcd-9054-010fe3e37cf0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;29474", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "be9bacd7-cc8b-47c2-bb24-c25712dbd966", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062004Z:7505ab6a-bf90-4dcd-9054-010fe3e37cf0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "efcfe691b4d2685870ef88fcd9822ea2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efcfe691b4d2685870ef88fcd9822ea2", + "x-ms-correlation-request-id": "53f6cee6-d86d-4f58-be15-323941ed97eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;29473", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "1c6332cd-ab70-4acb-91fe-05f6b7272f7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062004Z:53f6cee6-d86d-4f58-be15-323941ed97eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca0245cccf1fe639ef2c581bfc021a97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca0245cccf1fe639ef2c581bfc021a97", + "x-ms-correlation-request-id": "786218ea-cc41-44ba-bd21-440baedda821", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;29472", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "71dba73d-9762-4696-8312-3d428c5a3421", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062004Z:786218ea-cc41-44ba-bd21-440baedda821" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4fe31bba3d21fc6c02868ec8d6183b95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fe31bba3d21fc6c02868ec8d6183b95", + "x-ms-correlation-request-id": "4aa572cb-60a1-4600-8397-60aea1606011", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;29471", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "cfd84cb0-b698-4bf1-8527-da934c4e6401", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062004Z:4aa572cb-60a1-4600-8397-60aea1606011" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbd11f8075f0c10eade900a65c3c6b6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbd11f8075f0c10eade900a65c3c6b6e", + "x-ms-correlation-request-id": "34c2a6d3-5b20-4c2c-895a-ae7bcaffeffc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;29470", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "46979198-0010-42db-9aab-ad02a6b2d614", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062005Z:34c2a6d3-5b20-4c2c-895a-ae7bcaffeffc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd41f0d5de9e8e80d906c79841710fd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd41f0d5de9e8e80d906c79841710fd6", + "x-ms-correlation-request-id": "3d55a442-f046-42f5-a886-c2432d4c3831", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;29469", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "cb25f54c-75d2-415b-8a0c-2a86cf411e45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062005Z:3d55a442-f046-42f5-a886-c2432d4c3831" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd9bc3f01e3044a70d21a2373dc6a0c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd9bc3f01e3044a70d21a2373dc6a0c6", + "x-ms-correlation-request-id": "9aa8be16-411e-48c4-b439-38aa4b3a969d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;29468", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "283f3f0d-d3c7-43c5-a4ad-a8a10bc6864a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062005Z:9aa8be16-411e-48c4-b439-38aa4b3a969d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6f21f1a7dd6a2f69e4322e9ad757f3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6f21f1a7dd6a2f69e4322e9ad757f3c", + "x-ms-correlation-request-id": "097e5d7a-28f1-4088-a023-39523b4919ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;29467", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "a6fd8ef5-0ba3-4aa2-a522-c5443d932fba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062005Z:097e5d7a-28f1-4088-a023-39523b4919ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98b529d98ea1b73d48fdb07d3c485113", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98b529d98ea1b73d48fdb07d3c485113", + "x-ms-correlation-request-id": "e6e86978-a67c-4dbc-8202-69ecb29cecb1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;29466", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "b1db739f-e4f8-4b4e-be24-c0c5aa54e33f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062006Z:e6e86978-a67c-4dbc-8202-69ecb29cecb1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "227e0166297e7200cdf93fecfbbe9697", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "227e0166297e7200cdf93fecfbbe9697", + "x-ms-correlation-request-id": "8370576e-cf38-4771-addc-bed51569dcc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;29465", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "f6fdd2b5-13cf-42c0-b941-c18b0f8e5548", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062006Z:8370576e-cf38-4771-addc-bed51569dcc3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "135e66a207108c24e13b9dd9cd796555", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "135e66a207108c24e13b9dd9cd796555", + "x-ms-correlation-request-id": "0f0e7238-a552-44ae-81b6-526dcaac63c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;29464", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "8d84a067-b49d-46a8-956d-31c3ff419fd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062006Z:0f0e7238-a552-44ae-81b6-526dcaac63c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac830ff25df7afbd2942cba84f50bb8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac830ff25df7afbd2942cba84f50bb8a", + "x-ms-correlation-request-id": "49c9a7a8-e198-4646-81e7-277ce1220ac8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;29463", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "dd004800-f5dc-4b8b-af87-3dfc940dc670", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062006Z:49c9a7a8-e198-4646-81e7-277ce1220ac8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d6da18663dea5e02dcf240438c26a553", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6da18663dea5e02dcf240438c26a553", + "x-ms-correlation-request-id": "a8b6737a-39d9-4162-a10c-a984d81b8272", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;29462", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "9cfa3b65-b2fa-4490-98f7-109cebc3b83e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062007Z:a8b6737a-39d9-4162-a10c-a984d81b8272" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecfae993ea3a44a0a8aeeacd3c7c3c91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecfae993ea3a44a0a8aeeacd3c7c3c91", + "x-ms-correlation-request-id": "264168a0-fa81-4c0b-bd46-cf67c6a496bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;29461", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "5c204b4b-820d-4e79-8b5e-ef024b826919", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062007Z:264168a0-fa81-4c0b-bd46-cf67c6a496bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b57213808f9eb56a0c25cf041d7a2302", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b57213808f9eb56a0c25cf041d7a2302", + "x-ms-correlation-request-id": "222bd68b-d20e-4271-90bf-9b052f2ee005", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;29460", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "72ce362f-f20b-4d9f-86d0-06331f2557fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062007Z:222bd68b-d20e-4271-90bf-9b052f2ee005" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6615779dce567b4f77962d3c53342160", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6615779dce567b4f77962d3c53342160", + "x-ms-correlation-request-id": "955f8215-2f60-494f-bac6-1e32560bb4b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;29459", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "41288215-c41b-423c-9142-ec876b50c69d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062007Z:955f8215-2f60-494f-bac6-1e32560bb4b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79c3afb5efb303b57e45e0151b9c262e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79c3afb5efb303b57e45e0151b9c262e", + "x-ms-correlation-request-id": "e34d273d-9c34-4ca7-a3d9-815203d1e643", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;29458", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "01f9832e-b0bf-4f55-8a32-94459b7df80a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062008Z:e34d273d-9c34-4ca7-a3d9-815203d1e643" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c430e78ad666b13ac3f63e07622e62d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c430e78ad666b13ac3f63e07622e62d7", + "x-ms-correlation-request-id": "eacda608-2178-4a20-9cf4-9f4c82db9a7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;29457", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "0992947a-9d04-45e4-9d13-b3af5de0bcd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062008Z:eacda608-2178-4a20-9cf4-9f4c82db9a7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e4f6e03aab7ae4fc211e711ee3960db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e4f6e03aab7ae4fc211e711ee3960db", + "x-ms-correlation-request-id": "b0f4fc79-e1c3-4c7b-9679-3818f8389188", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;29456", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "406d2ebc-9788-41b4-9905-ae150ecee794", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062008Z:b0f4fc79-e1c3-4c7b-9679-3818f8389188" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6bb1ff6f5c04dff97411b5bcb1ada150", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bb1ff6f5c04dff97411b5bcb1ada150", + "x-ms-correlation-request-id": "c909cd70-ab68-4411-8360-34a71c55a392", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;29455", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "4387fef2-eb4b-42a2-8eb7-1a9cba280453", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062008Z:c909cd70-ab68-4411-8360-34a71c55a392" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac1209e2b84de07797820255ef29c389", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac1209e2b84de07797820255ef29c389", + "x-ms-correlation-request-id": "eeb1a41f-7b0f-4602-b660-acfc8f7835d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;29454", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "24b444f0-7f23-4910-8c13-b64a4fb4d1a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062009Z:eeb1a41f-7b0f-4602-b660-acfc8f7835d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "63976396f67ca6d2746ffaa5f592fc14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63976396f67ca6d2746ffaa5f592fc14", + "x-ms-correlation-request-id": "89b7c862-4fb3-4479-b76c-f1b7a4d0b609", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;29453", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "c2b4626c-6b95-4a0d-9704-286c54a66ac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062009Z:89b7c862-4fb3-4479-b76c-f1b7a4d0b609" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e52e9770b327b78d88d1d4825aa4ef4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e52e9770b327b78d88d1d4825aa4ef4a", + "x-ms-correlation-request-id": "f061879a-162b-4787-b0cb-5da563669255", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;29452", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "99efe034-952c-4c40-ab37-dfaa192826d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062009Z:f061879a-162b-4787-b0cb-5da563669255" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e262b4e3d15ecd3366c38ddbdd1ea05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e262b4e3d15ecd3366c38ddbdd1ea05", + "x-ms-correlation-request-id": "cefd16a5-fd37-4d8f-9168-1395101ea9b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;29451", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "d2bc9300-60c0-4dae-b392-e19b95a691fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062009Z:cefd16a5-fd37-4d8f-9168-1395101ea9b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "58e4ee85defbe262d5e0dbaa224f4ccf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58e4ee85defbe262d5e0dbaa224f4ccf", + "x-ms-correlation-request-id": "7b5b0009-7b31-4b61-9d25-6179d8c515dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;29450", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "46cf7204-29c4-479b-b3d6-69bdf240cfb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062010Z:7b5b0009-7b31-4b61-9d25-6179d8c515dd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca56af80ae6b32fec341aeba7bb0f9b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca56af80ae6b32fec341aeba7bb0f9b6", + "x-ms-correlation-request-id": "ac2c5d2e-6c29-4a01-a00a-ed117f0c38bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;29449", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "b9923907-7b16-4674-8573-d73bebfbd76a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062010Z:ac2c5d2e-6c29-4a01-a00a-ed117f0c38bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6bfdcee697c0704fc84479356228cae6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bfdcee697c0704fc84479356228cae6", + "x-ms-correlation-request-id": "33dea603-a876-4645-9a55-1a787b7b5229", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;29448", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "893feea5-1576-4d06-bee0-3cdbe0d3be8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062010Z:33dea603-a876-4645-9a55-1a787b7b5229" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e5d6820207ad799f0b194ba2fa76624", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e5d6820207ad799f0b194ba2fa76624", + "x-ms-correlation-request-id": "c6129036-1f0f-46d1-8be0-b0efd6a9a45b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;29447", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "5fdf5166-08cf-42b4-bc22-cc69f75c8a8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062010Z:c6129036-1f0f-46d1-8be0-b0efd6a9a45b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53c424e6e052e80f60e6012734c8d09a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53c424e6e052e80f60e6012734c8d09a", + "x-ms-correlation-request-id": "b11737fb-3cd1-4b8d-b686-93a7040e4804", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;29446", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "8b40b9bc-f410-4088-a0a3-07295ec2cc92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062011Z:b11737fb-3cd1-4b8d-b686-93a7040e4804" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "139ac876eb53c63b35257b0f03954120", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "139ac876eb53c63b35257b0f03954120", + "x-ms-correlation-request-id": "c5b4779f-d106-4b6a-a9ed-9782383cdcf5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;29445", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "96e40c01-6662-4c63-8dcf-6e54b5c119e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062011Z:c5b4779f-d106-4b6a-a9ed-9782383cdcf5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3d4f54dd77643f935975ad941f71a227", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d4f54dd77643f935975ad941f71a227", + "x-ms-correlation-request-id": "051ad2c5-f6e1-4b17-9f3e-69d5a03e8f63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;29444", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "c9bef018-e224-496b-a59d-8691f894839d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062011Z:051ad2c5-f6e1-4b17-9f3e-69d5a03e8f63" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6743f9e1520dfad0e9fd1e2d65ffe4cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6743f9e1520dfad0e9fd1e2d65ffe4cb", + "x-ms-correlation-request-id": "43c2ca38-ab9c-4139-b330-f0ffa458b0c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;29443", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "ab38028e-6846-46ae-83d0-f3c1945beab9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062011Z:43c2ca38-ab9c-4139-b330-f0ffa458b0c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df49e0a49278ff36345bb9de3da6a7c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df49e0a49278ff36345bb9de3da6a7c3", + "x-ms-correlation-request-id": "cec97dc8-6207-44a9-a19d-6d446c8fffc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;29442", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "bc01eb26-6918-482c-bebd-d94b4e76cf33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062012Z:cec97dc8-6207-44a9-a19d-6d446c8fffc3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "092e5382d9518b13845454665966da59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "092e5382d9518b13845454665966da59", + "x-ms-correlation-request-id": "e0f6c932-8951-4223-b177-c529bea01169", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;29441", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "8d4aaa26-670b-41d6-a6d8-dc03cf4d8b79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062012Z:e0f6c932-8951-4223-b177-c529bea01169" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3eefe290c2284eaec34432b198f1bc42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3eefe290c2284eaec34432b198f1bc42", + "x-ms-correlation-request-id": "fdf6aa15-e414-4ba1-9215-b6dbc32bf2c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;29440", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "b5787fca-afbf-4b87-951c-6c551d47dc88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062012Z:fdf6aa15-e414-4ba1-9215-b6dbc32bf2c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11aa5a56dad1ca79cdbe5b233ecfa5ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11aa5a56dad1ca79cdbe5b233ecfa5ce", + "x-ms-correlation-request-id": "1c60cf4d-1241-49b1-acec-574cf87a4a40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;29439", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "93bab669-8266-4517-af3a-ee272eff26c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062012Z:1c60cf4d-1241-49b1-acec-574cf87a4a40" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b4e608068b6c09ba5df460da761f292", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b4e608068b6c09ba5df460da761f292", + "x-ms-correlation-request-id": "d91a5128-3403-4b59-854b-4ef2135e0bcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;29438", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "9e1665d6-55a1-49cf-8838-06d4921edb99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062013Z:d91a5128-3403-4b59-854b-4ef2135e0bcb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe0f1198c9bbb58869247069678a10f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe0f1198c9bbb58869247069678a10f3", + "x-ms-correlation-request-id": "14aec6b6-93a3-4549-a37c-f0f4391719cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;29437", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "9d7b1505-f0d5-4b79-b527-c31825414422", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062013Z:14aec6b6-93a3-4549-a37c-f0f4391719cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3831649e61a3ee8cbfea6bf2946b236b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3831649e61a3ee8cbfea6bf2946b236b", + "x-ms-correlation-request-id": "7025f715-bf33-43a0-9afa-24d94bcb3ce1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;29436", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "e77f45ce-ed60-4b8e-9296-a413cf1df68b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062013Z:7025f715-bf33-43a0-9afa-24d94bcb3ce1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c8bc9cca6bfb712d898f291f731581a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c8bc9cca6bfb712d898f291f731581a", + "x-ms-correlation-request-id": "2f786f82-312d-4109-b64e-63102cf48d5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;29435", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "fe71fbe3-73d3-476e-b2ad-0b2847b16baf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062013Z:2f786f82-312d-4109-b64e-63102cf48d5b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "426f52ceb93036ee85213fd15d9621fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "426f52ceb93036ee85213fd15d9621fd", + "x-ms-correlation-request-id": "6f9a4662-03b4-4ff6-a512-e2b331be657e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;29434", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "cf3bc330-fcc9-4b4b-905d-5eb7ecb33711", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062014Z:6f9a4662-03b4-4ff6-a512-e2b331be657e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e9d0501e3fff7345279600b6ffaf68d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e9d0501e3fff7345279600b6ffaf68d", + "x-ms-correlation-request-id": "e39e4abf-ad29-4b80-8f11-0281c1bca857", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;29433", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "a7a021ae-c32c-45b8-aa93-e395159d015a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062014Z:e39e4abf-ad29-4b80-8f11-0281c1bca857" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41235191e1fc133bda55a79d67415a42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41235191e1fc133bda55a79d67415a42", + "x-ms-correlation-request-id": "4fe0e45e-a036-4ec7-b229-8542a62279fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;29432", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "65abc333-2c27-485f-8b88-6777fa9bd741", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062014Z:4fe0e45e-a036-4ec7-b229-8542a62279fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f290f576ba94ea1b1e77f0b658e3c68a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f290f576ba94ea1b1e77f0b658e3c68a", + "x-ms-correlation-request-id": "0e8cba93-cce9-4f28-98e3-23cf9063da6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;29431", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "870827a9-1eb2-4d84-8829-6a99b6274e53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062014Z:0e8cba93-cce9-4f28-98e3-23cf9063da6e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b3fb12bdf721f00ca8ac3a93b969011", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b3fb12bdf721f00ca8ac3a93b969011", + "x-ms-correlation-request-id": "fbc3db5d-46be-4424-9af4-a9a2fb406faf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;29430", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "7bbb75ef-d5e2-48aa-9df5-17d700ff1fee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062015Z:fbc3db5d-46be-4424-9af4-a9a2fb406faf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a941e1f0369d7f936382385f084baf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a941e1f0369d7f936382385f084baf7", + "x-ms-correlation-request-id": "d519766a-557d-4053-a8cf-6bb86ad7192c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;29429", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "5c45e251-7135-45b4-b884-1d6678f564ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062015Z:d519766a-557d-4053-a8cf-6bb86ad7192c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b5711d8e4e0196cff471280af671af87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5711d8e4e0196cff471280af671af87", + "x-ms-correlation-request-id": "152e37ba-b441-451e-9e01-fa20c7a9e2a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;29428", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "253eb1b0-5b46-4faa-a3ba-e81c623429b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062015Z:152e37ba-b441-451e-9e01-fa20c7a9e2a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a97dfe74c4e2821b768d539bc7a2e46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a97dfe74c4e2821b768d539bc7a2e46", + "x-ms-correlation-request-id": "07b2535c-9977-45a3-96e5-fa4214565d61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;29427", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "bff397a4-ebfd-4c03-a00a-2ac63cfbdf6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062015Z:07b2535c-9977-45a3-96e5-fa4214565d61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e1acccfda24d10f4ffd85f8dbefe0c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e1acccfda24d10f4ffd85f8dbefe0c4", + "x-ms-correlation-request-id": "11c94d08-b286-4d47-90c3-10e2df3c380b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;29426", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "60fbbcb2-9ad7-4fde-addb-cc016a26f24d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062016Z:11c94d08-b286-4d47-90c3-10e2df3c380b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "119e9b8980ec42a8fb49fd997895da7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "119e9b8980ec42a8fb49fd997895da7a", + "x-ms-correlation-request-id": "47bc380a-37e5-4399-8510-ad70e9e40967", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;29425", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "974d0632-2296-4274-8021-1d5033ae5bb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062016Z:47bc380a-37e5-4399-8510-ad70e9e40967" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a3ae24290560c63cfc6ea51c6284dc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a3ae24290560c63cfc6ea51c6284dc8", + "x-ms-correlation-request-id": "f7aa91b2-bce2-4a41-aa3b-4218a456713b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;29424", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "87e27dc8-e283-4072-b0a8-faf1f09e92a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062016Z:f7aa91b2-bce2-4a41-aa3b-4218a456713b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21b010871ddc4e5923d822dbdc7658b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21b010871ddc4e5923d822dbdc7658b9", + "x-ms-correlation-request-id": "71b5c13d-dac5-4f83-9fb6-0fae6a5056aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;29423", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "1d793e86-f71d-43da-8b4b-ab906852850d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062017Z:71b5c13d-dac5-4f83-9fb6-0fae6a5056aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8b60b23b5b4f96d3891412695577bd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8b60b23b5b4f96d3891412695577bd2", + "x-ms-correlation-request-id": "a10086a6-95b0-4cfe-aba5-1cfad82465fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;29422", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "930be8fa-685d-4276-b8a4-c90c3bda42c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062017Z:a10086a6-95b0-4cfe-aba5-1cfad82465fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "671135fcb8e5249e88eb067e6d873059", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "671135fcb8e5249e88eb067e6d873059", + "x-ms-correlation-request-id": "07941f5e-98f4-4441-9149-25e90a5d167d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;29421", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "1edf53a8-5efb-4cba-93ae-e64158608192", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062017Z:07941f5e-98f4-4441-9149-25e90a5d167d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb2d316d5472d213a3b7e94adb33b9cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb2d316d5472d213a3b7e94adb33b9cb", + "x-ms-correlation-request-id": "e527c4b1-1be0-41df-ae51-767d6464079d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;29420", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "bd44addc-1db5-47b5-b71b-42e2f423038c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062017Z:e527c4b1-1be0-41df-ae51-767d6464079d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7de505cf0646ad46c916fc8afee8bb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7de505cf0646ad46c916fc8afee8bb0", + "x-ms-correlation-request-id": "52b984a1-7879-4281-b994-c926f234fd33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;29419", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "28eb4f8d-ace4-4dee-9768-49ff38d8cb0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062018Z:52b984a1-7879-4281-b994-c926f234fd33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "64b8e761c02aa75f213fc42dcf534955", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64b8e761c02aa75f213fc42dcf534955", + "x-ms-correlation-request-id": "93bfaa20-0b7e-4e40-bb6b-e9d9719276c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;29418", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "71f8e05e-e9a0-4e82-bb10-0ab2441aefeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062018Z:93bfaa20-0b7e-4e40-bb6b-e9d9719276c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d223a3289a97df55cc24ee1e44b22b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d223a3289a97df55cc24ee1e44b22b4", + "x-ms-correlation-request-id": "225437e3-4883-4c90-ae70-3ef417517800", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;29417", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "c29e44f3-2eeb-49f7-9536-08278b33254d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062018Z:225437e3-4883-4c90-ae70-3ef417517800" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4e9392b557a9ba1f03685252ba69b18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4e9392b557a9ba1f03685252ba69b18", + "x-ms-correlation-request-id": "6e690dfd-3694-4fc7-bdfc-55cb0a87dcd0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;29416", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "d9bbdddf-5fa3-47fb-b4da-580a7d875c02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062018Z:6e690dfd-3694-4fc7-bdfc-55cb0a87dcd0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "74961a486eccd706f23a0767717ec3d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74961a486eccd706f23a0767717ec3d6", + "x-ms-correlation-request-id": "5a8013f2-362a-4731-b981-bb46091bf547", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;29415", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "53d722e9-eb7f-4206-9803-fc42868d761b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062019Z:5a8013f2-362a-4731-b981-bb46091bf547" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9502101c546adddb99862d7203d051b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9502101c546adddb99862d7203d051b6", + "x-ms-correlation-request-id": "cf9da02f-430b-4ac7-a8e7-d5881e5684f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;29414", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "e8632e20-cbaa-4ca9-ae40-d1e3d82dfcb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062019Z:cf9da02f-430b-4ac7-a8e7-d5881e5684f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca993526aeb4bce83211023f4d3a2972", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca993526aeb4bce83211023f4d3a2972", + "x-ms-correlation-request-id": "d87703be-5791-4969-b897-5210a20be97c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;29413", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "f3490950-5d84-4702-9302-fbfe99d041b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062019Z:d87703be-5791-4969-b897-5210a20be97c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b08af7305a3f3ae3eb9db454194d421", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b08af7305a3f3ae3eb9db454194d421", + "x-ms-correlation-request-id": "6c3b550e-7860-46de-a33b-4837624a22b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;29412", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "29e02ec4-e2f5-4a4a-9acd-0576b44b0b50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062020Z:6c3b550e-7860-46de-a33b-4837624a22b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c4051e9f8e46d2127466359529b8f5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c4051e9f8e46d2127466359529b8f5e", + "x-ms-correlation-request-id": "b1d8593e-9cea-48c8-bc01-b46af971974e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;29411", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "bbcb9fad-c599-4dda-aeeb-960dd17c0595", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062020Z:b1d8593e-9cea-48c8-bc01-b46af971974e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54feba5d36c7211287a68bfbd3a27a9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54feba5d36c7211287a68bfbd3a27a9d", + "x-ms-correlation-request-id": "5c08287d-4f24-49a7-8dd7-c6797896335f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;29410", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "3ebc68fa-e05c-431f-8d69-8b1637d9ae3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062020Z:5c08287d-4f24-49a7-8dd7-c6797896335f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc56e03cedf97b8d8e9bf35da254a0a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc56e03cedf97b8d8e9bf35da254a0a3", + "x-ms-correlation-request-id": "ef57cf02-a997-4249-8e8f-2c8d1a65238f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;29409", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "314cfb96-4f2a-4016-8693-983f7106284d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062020Z:ef57cf02-a997-4249-8e8f-2c8d1a65238f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86e87c298096b25a3e1fb43d6c259984", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86e87c298096b25a3e1fb43d6c259984", + "x-ms-correlation-request-id": "c34411ff-905f-439b-b0e2-7c1ddafb072b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;29408", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "13f82e4a-8512-4ef7-b838-c074d6d6c7f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062021Z:c34411ff-905f-439b-b0e2-7c1ddafb072b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "721cc6cb92456f652d83c52c42b47f32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "721cc6cb92456f652d83c52c42b47f32", + "x-ms-correlation-request-id": "f1b4791d-7ead-41b3-b8ba-e97f8d1b8e3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;29407", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "889c0f4a-353d-43ec-bf25-847a83e0f85c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062021Z:f1b4791d-7ead-41b3-b8ba-e97f8d1b8e3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57d1e805f4babc0786a3bdda38500e68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57d1e805f4babc0786a3bdda38500e68", + "x-ms-correlation-request-id": "d286b235-b029-4eba-8c81-04e00c37038c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;29406", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "791baa9c-7471-4859-bf1f-2bfd006fdb64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062021Z:d286b235-b029-4eba-8c81-04e00c37038c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db926f012e37965e17785913ba2d708a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db926f012e37965e17785913ba2d708a", + "x-ms-correlation-request-id": "3a1383bc-ad72-476a-81cc-d2af8b2322ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;29405", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "9b78aa11-ade7-4b94-b49e-2fd6cf478ada", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062021Z:3a1383bc-ad72-476a-81cc-d2af8b2322ea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "833781a04253d7cabe60eba1d48b37dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "833781a04253d7cabe60eba1d48b37dc", + "x-ms-correlation-request-id": "6a7b6226-ecc8-4b6a-a10f-03f1bbbbaeb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;29404", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "a0a51abe-5169-4b9a-a046-10c19cac0ed3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062022Z:6a7b6226-ecc8-4b6a-a10f-03f1bbbbaeb6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d32b5d74a322d7fb8a3a40429af40258", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d32b5d74a322d7fb8a3a40429af40258", + "x-ms-correlation-request-id": "39282f2a-8b90-4022-b4f8-372d72a55436", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;29403", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "11b29f62-f764-4af8-b7c1-82062bdff056", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062022Z:39282f2a-8b90-4022-b4f8-372d72a55436" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b63933338a18bf14a5bb1cd742bcc28b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b63933338a18bf14a5bb1cd742bcc28b", + "x-ms-correlation-request-id": "5bfd5eec-4351-43f0-9cd0-f138ec8cd935", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;29402", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "eb1d8736-6d9c-4a39-ba6b-1e216aa966b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062022Z:5bfd5eec-4351-43f0-9cd0-f138ec8cd935" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c9e7c419d02fd688660f91801873cca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c9e7c419d02fd688660f91801873cca", + "x-ms-correlation-request-id": "1d09694d-0b35-47a4-9842-e4f9542a3986", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;29401", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "7b4f62af-0b2e-4c42-a256-b0c8975a54a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062022Z:1d09694d-0b35-47a4-9842-e4f9542a3986" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a06e925e8051e9c4486c2e66862394cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a06e925e8051e9c4486c2e66862394cd", + "x-ms-correlation-request-id": "2c1b75f2-f61f-4a3b-bf12-958f7ead591d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;29400", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "6fc42c47-dc8b-4619-ae28-557aef90f5c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062023Z:2c1b75f2-f61f-4a3b-bf12-958f7ead591d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d00b478a5559556cb3c30b891fbbd1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d00b478a5559556cb3c30b891fbbd1d", + "x-ms-correlation-request-id": "8e120fd7-a2ca-492b-b88a-729e462759d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;29399", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "fb766fc2-0257-4f6f-ae49-283f7a670b49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062023Z:8e120fd7-a2ca-492b-b88a-729e462759d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af79527f214ec13ab8b413956f017662", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af79527f214ec13ab8b413956f017662", + "x-ms-correlation-request-id": "3d64ca0a-bd92-4892-ae8f-b72cbb2c42b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;29398", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "7ea98f14-590d-4f6f-befe-1829e73ea3f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062023Z:3d64ca0a-bd92-4892-ae8f-b72cbb2c42b4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ca02bcb1e87b8753bd8d5154f0c584c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ca02bcb1e87b8753bd8d5154f0c584c", + "x-ms-correlation-request-id": "1b28655f-b886-4b94-8934-259b393fdc55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;29397", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "7b5736d4-c895-403a-8276-db9026cf0373", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062023Z:1b28655f-b886-4b94-8934-259b393fdc55" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34e710aee5aa577f7a3f65a091c126ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34e710aee5aa577f7a3f65a091c126ca", + "x-ms-correlation-request-id": "dfae9276-6e1c-40f3-9606-d636f9e96d21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;29396", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "8882657a-0af7-4a01-9691-eafb621facfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062024Z:dfae9276-6e1c-40f3-9606-d636f9e96d21" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65eccdc5705b6096dcc073764c2471ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65eccdc5705b6096dcc073764c2471ab", + "x-ms-correlation-request-id": "9d80cabd-84ce-4f81-9cbf-639f9ee3c243", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;29395", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "2c3de350-fc98-4fcd-9c76-e7bf3e780567", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062024Z:9d80cabd-84ce-4f81-9cbf-639f9ee3c243" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ee7c75c421ae6b8ac48d247b8d4277a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ee7c75c421ae6b8ac48d247b8d4277a", + "x-ms-correlation-request-id": "3fbe2a27-ccbc-4f79-b2e5-50fe0d67f268", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;29394", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "73618abf-ee1b-442b-b14b-82e5546a7ac8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062024Z:3fbe2a27-ccbc-4f79-b2e5-50fe0d67f268" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82500bb1f21f3ef17a8657ea71090b55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82500bb1f21f3ef17a8657ea71090b55", + "x-ms-correlation-request-id": "bb8ca1a0-1e45-4668-b32e-5c2180f0568d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;29393", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "247766a9-8c6d-4dc0-b630-ef38f914556a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062024Z:bb8ca1a0-1e45-4668-b32e-5c2180f0568d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca44b9cdc7d982b01406b9129e4ea708", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca44b9cdc7d982b01406b9129e4ea708", + "x-ms-correlation-request-id": "a1ca52cc-15c2-4746-a73e-699ce46f29c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;29392", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "10c2c769-d497-498d-9f88-5eb3e6634c5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062025Z:a1ca52cc-15c2-4746-a73e-699ce46f29c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41c4f998eed4698cd5a9e493ebce75a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41c4f998eed4698cd5a9e493ebce75a2", + "x-ms-correlation-request-id": "be3a4045-f5e5-4175-81be-0e79ed28e667", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;29391", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "91e989a5-d0be-44b0-9c4a-3badaea28311", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062025Z:be3a4045-f5e5-4175-81be-0e79ed28e667" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe797c3d5d90e9a05bcd6d1838de9f2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe797c3d5d90e9a05bcd6d1838de9f2b", + "x-ms-correlation-request-id": "d86d57a7-66b1-42dd-ae63-38e76159adad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;29390", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "82f56a26-8614-459a-8c35-ba0e79515146", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062025Z:d86d57a7-66b1-42dd-ae63-38e76159adad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "77514fdfca45df812ddaf430e31c9746", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77514fdfca45df812ddaf430e31c9746", + "x-ms-correlation-request-id": "2ac765b3-fb31-4876-b174-89ae80e8e323", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;29389", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "f8949d88-5a26-4bfb-a8a6-f8fb6fc1d6d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062025Z:2ac765b3-fb31-4876-b174-89ae80e8e323" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21d51691a9d43b7758dae606807330f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21d51691a9d43b7758dae606807330f7", + "x-ms-correlation-request-id": "1e703bc0-e381-4c91-9fe7-12462b5e92db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;29388", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "8c4a4a8b-bdcb-4d2f-94d9-a474e4e96be4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062026Z:1e703bc0-e381-4c91-9fe7-12462b5e92db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cb3b809fd7c735dfa9ad1b66870063e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cb3b809fd7c735dfa9ad1b66870063e", + "x-ms-correlation-request-id": "6ea5c5a0-d048-4700-8c3c-dc4126be1e33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;29387", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "8eb27fd2-7581-4a70-a604-9a19c2ff71a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062026Z:6ea5c5a0-d048-4700-8c3c-dc4126be1e33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "218726367d083657d7151f6ae37b5eb9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "218726367d083657d7151f6ae37b5eb9", + "x-ms-correlation-request-id": "7cfab1a1-fcd7-4847-b43f-4014d80f02f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;29386", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "714f06ef-14d4-433d-b4c1-447f963d984f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062026Z:7cfab1a1-fcd7-4847-b43f-4014d80f02f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b27fca9fb6993cab961263ad7c1d2e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b27fca9fb6993cab961263ad7c1d2e7", + "x-ms-correlation-request-id": "20c45ebb-0804-47c7-948b-720f6cca3e10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;29385", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "d27cdd4e-f63d-44a3-a885-051256dc12d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062026Z:20c45ebb-0804-47c7-948b-720f6cca3e10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59d0a8d40feb8bee607dc466ddf28f7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59d0a8d40feb8bee607dc466ddf28f7f", + "x-ms-correlation-request-id": "5c699dc1-b355-4c54-bbb5-fb78d326e469", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;29384", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "bd29bfb8-5d5d-4666-9687-15d6502d6f38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062027Z:5c699dc1-b355-4c54-bbb5-fb78d326e469" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b0c173cda483bd45cf368a7561c5e15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b0c173cda483bd45cf368a7561c5e15", + "x-ms-correlation-request-id": "93a1e680-87db-4787-8490-f007fcbcb9ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;29383", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "b8da8c81-11a9-4f81-8893-d57de9a5ff98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062027Z:93a1e680-87db-4787-8490-f007fcbcb9ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b96374304aa9acd0e9bcaeb3663b6c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b96374304aa9acd0e9bcaeb3663b6c6", + "x-ms-correlation-request-id": "e26b2aff-80aa-4b6f-bee0-59eeee798957", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;29382", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "1b81e588-c760-4d01-b58d-cd2a0a439a24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062027Z:e26b2aff-80aa-4b6f-bee0-59eeee798957" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0fea7d166b4f99fd395fdf8a6473444", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0fea7d166b4f99fd395fdf8a6473444", + "x-ms-correlation-request-id": "0c7bb643-20a7-4bdb-b4da-832205b2907b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;29381", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "3bb9c5e8-2757-4bb3-bb0f-973ec5551c99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062028Z:0c7bb643-20a7-4bdb-b4da-832205b2907b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a523ae1f535c37d449725dad0fe904f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a523ae1f535c37d449725dad0fe904f9", + "x-ms-correlation-request-id": "2782bd2d-2bb4-40b4-8299-779994c83d12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;29380", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "cc26e100-7076-4f8e-825d-f0a0dc64454a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062028Z:2782bd2d-2bb4-40b4-8299-779994c83d12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "afd5a23d9e1edc60989c681507d5f3c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afd5a23d9e1edc60989c681507d5f3c6", + "x-ms-correlation-request-id": "a35e035e-bde5-4517-8bbd-fea5d572a6e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;29379", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "831a9ef4-649b-4ec9-b87f-e8f9dc94d735", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062028Z:a35e035e-bde5-4517-8bbd-fea5d572a6e0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87cb8667103f7d69d2c6764209f1eae9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87cb8667103f7d69d2c6764209f1eae9", + "x-ms-correlation-request-id": "37afeb93-e9de-4495-91fc-d90e60cfd1c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;29378", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "bb10230d-5553-4eaa-8141-140c09d80d30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062028Z:37afeb93-e9de-4495-91fc-d90e60cfd1c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03ba0390847280254e470cbfebbf3073", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03ba0390847280254e470cbfebbf3073", + "x-ms-correlation-request-id": "8820c046-ba92-4361-a47a-2e7c36d64de4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;29377", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "5cc41561-486e-4661-a943-59d5c8df6bcc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062029Z:8820c046-ba92-4361-a47a-2e7c36d64de4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8945977e7c1d2cb93857dd57281ed2a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8945977e7c1d2cb93857dd57281ed2a6", + "x-ms-correlation-request-id": "57179f17-ecb8-4dbf-8ee5-3feba29da3f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;29376", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "5aee8675-b5e7-4046-80e1-e09ab1017afa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062029Z:57179f17-ecb8-4dbf-8ee5-3feba29da3f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03847fb2f01ae254604b39f803aa9212", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03847fb2f01ae254604b39f803aa9212", + "x-ms-correlation-request-id": "257abeb2-0d27-443d-bb9d-32d1daf3496e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;29375", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "c58fdb62-dd8d-42c5-b9d4-62c7c63cb697", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062029Z:257abeb2-0d27-443d-bb9d-32d1daf3496e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "72c4029660ac14cb4a8ecb1aa7ce582f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72c4029660ac14cb4a8ecb1aa7ce582f", + "x-ms-correlation-request-id": "62dbf44d-1c3e-4271-a622-99dea6dc3fad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;29374", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "ba325d75-aab9-4651-b41d-8a43f3b2e09a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062029Z:62dbf44d-1c3e-4271-a622-99dea6dc3fad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c0d65742d3a8e58426328d243c0288e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c0d65742d3a8e58426328d243c0288e", + "x-ms-correlation-request-id": "8a039eb3-353f-4889-ba63-5a77882b14aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;29373", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "f5d35b9d-edd3-41ec-a962-bed4b2e14611", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062030Z:8a039eb3-353f-4889-ba63-5a77882b14aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "25c1cac4605a51fab370b88c24393b92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25c1cac4605a51fab370b88c24393b92", + "x-ms-correlation-request-id": "6b5938e9-e17e-4808-89af-38033910ac0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;29372", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "35e1cffe-c444-446e-9408-4d28faa28932", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062030Z:6b5938e9-e17e-4808-89af-38033910ac0e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e8309f2269c69d8a9352f4938f9d189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e8309f2269c69d8a9352f4938f9d189", + "x-ms-correlation-request-id": "a078b1ea-cb4d-4cf3-ac02-9eeb730869e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;29371", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "00dde124-057b-4f29-8318-a10428e4b252", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062030Z:a078b1ea-cb4d-4cf3-ac02-9eeb730869e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc563c65330c14d56bbbb8ca74cc6909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc563c65330c14d56bbbb8ca74cc6909", + "x-ms-correlation-request-id": "724715a0-4323-43d8-8da2-2d5ba5edca86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;29370", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "4aeff037-22e7-47da-a1ae-21553aa0537b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062030Z:724715a0-4323-43d8-8da2-2d5ba5edca86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39e095278a3d9ef1f2587c2430b118ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39e095278a3d9ef1f2587c2430b118ba", + "x-ms-correlation-request-id": "fef82f96-60f7-46c5-be3c-c9806feda0be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;29369", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "53b3ee6c-4275-4654-aa34-cb96f538d8a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062031Z:fef82f96-60f7-46c5-be3c-c9806feda0be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e7272f9f5ee3bf85346f32e06d0df4dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7272f9f5ee3bf85346f32e06d0df4dd", + "x-ms-correlation-request-id": "08e445ab-d347-4f79-a029-ea47b07d40f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;29368", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "4e4a0e70-4c42-42f8-8565-3e87fabbf27c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062031Z:08e445ab-d347-4f79-a029-ea47b07d40f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a22126cb9719da4c4bb7eab4b7b1e3b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a22126cb9719da4c4bb7eab4b7b1e3b9", + "x-ms-correlation-request-id": "18ccb8ed-34c2-40b0-bf03-5f43b2771bda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;29367", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "09a20bc2-3f8d-41f4-a3e2-31ea8255dd02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062031Z:18ccb8ed-34c2-40b0-bf03-5f43b2771bda" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "452bfea282a4c825102105cd571030e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "452bfea282a4c825102105cd571030e4", + "x-ms-correlation-request-id": "776cd73c-82f0-4d50-8c82-d9082e9c706a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;29366", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "39d33a49-27d4-4610-b91c-3f94fc7c23cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062031Z:776cd73c-82f0-4d50-8c82-d9082e9c706a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a589e63768f07a1e24c9c2b74d00783", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a589e63768f07a1e24c9c2b74d00783", + "x-ms-correlation-request-id": "4555ff6e-fd91-4a6e-a1fd-127cfe719055", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;29365", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "e894dccb-6ff4-4f7d-b8f6-3a237175e26a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062032Z:4555ff6e-fd91-4a6e-a1fd-127cfe719055" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e3e798cafe24938005892f7927e823a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e3e798cafe24938005892f7927e823a", + "x-ms-correlation-request-id": "b43542dd-ae5a-483f-8c9d-ea5bda5a7069", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;29364", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "601ebe33-3695-4deb-8fc0-9e3e31f115ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062032Z:b43542dd-ae5a-483f-8c9d-ea5bda5a7069" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "18510587d8582c295d236258e5fa543f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18510587d8582c295d236258e5fa543f", + "x-ms-correlation-request-id": "5a2f1f5a-977d-4f01-947c-33db764c61f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;29363", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "b012b19b-115e-449e-9537-40f66509336e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062032Z:5a2f1f5a-977d-4f01-947c-33db764c61f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de408219c1d2b402660e0937e3a97463", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de408219c1d2b402660e0937e3a97463", + "x-ms-correlation-request-id": "81aa54d5-8f11-4f11-9ee7-a3acb5e41259", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;29362", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "1e85340c-91c6-468d-9be3-7aecc6fd70ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062032Z:81aa54d5-8f11-4f11-9ee7-a3acb5e41259" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ea462c9ef7fb32a4f1111be4ce06406", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ea462c9ef7fb32a4f1111be4ce06406", + "x-ms-correlation-request-id": "4b49a64e-0dd2-42a2-a835-6dc35cf10b4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;29361", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "415ef47d-28fb-4222-905f-86cf31371d06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062033Z:4b49a64e-0dd2-42a2-a835-6dc35cf10b4f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10de5303a43ec567039db249cff249b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10de5303a43ec567039db249cff249b4", + "x-ms-correlation-request-id": "a9687487-4eb0-401f-a40d-d4074dd9a1ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;29360", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "595829ff-918d-481a-9e78-d0f975fc7214", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062033Z:a9687487-4eb0-401f-a40d-d4074dd9a1ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "838efeafe65529bf578c8fc1b0436785", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "838efeafe65529bf578c8fc1b0436785", + "x-ms-correlation-request-id": "cb73f8c9-5941-4005-bec2-58d3aec0742d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;29359", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "a9bd2e6a-a4c5-4e68-9cd4-5b54fc8c8cf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062033Z:cb73f8c9-5941-4005-bec2-58d3aec0742d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "903302aa64ca2525fade6ae23ce1e45c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "903302aa64ca2525fade6ae23ce1e45c", + "x-ms-correlation-request-id": "a085080c-620b-43f8-a256-3a6e77b9d197", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;29358", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "8418d528-e6b6-4011-a468-cbf836c5533c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062033Z:a085080c-620b-43f8-a256-3a6e77b9d197" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d0f5cc8e0511db093b5b8b114a615c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d0f5cc8e0511db093b5b8b114a615c0", + "x-ms-correlation-request-id": "57c36143-3dd2-4732-975a-30fb336180db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;29357", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "0708ac08-2a99-42b0-9b41-991751894499", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062034Z:57c36143-3dd2-4732-975a-30fb336180db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc9f2c36b8bf4aead96989777bddec76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc9f2c36b8bf4aead96989777bddec76", + "x-ms-correlation-request-id": "e92a8e34-be11-4e8e-9858-e1341b3d752c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;29356", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "79f79c0a-39f5-4d5c-bd96-7e31077c7462", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062034Z:e92a8e34-be11-4e8e-9858-e1341b3d752c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53f832a81934c9345115fc14ab741053", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53f832a81934c9345115fc14ab741053", + "x-ms-correlation-request-id": "46eaf4dc-3e9c-447c-ad29-8f07ec6d24c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;29355", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "85aec921-8363-43a1-90ef-454fab152d80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062034Z:46eaf4dc-3e9c-447c-ad29-8f07ec6d24c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10acaac917420f9d72c474e75739a2b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10acaac917420f9d72c474e75739a2b6", + "x-ms-correlation-request-id": "e976c28e-a6e4-4a42-8991-5678db26e7ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;29354", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "a9ea61a6-7aad-458b-bda4-d234974c5246", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062034Z:e976c28e-a6e4-4a42-8991-5678db26e7ce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e20942c8c1ad1c8cf7d57ba9bcd59f65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e20942c8c1ad1c8cf7d57ba9bcd59f65", + "x-ms-correlation-request-id": "1b112140-a634-4d4f-b919-82b9311933de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;29353", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "7caa66e1-0f7f-4cd6-b798-5e7e4a09d406", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062035Z:1b112140-a634-4d4f-b919-82b9311933de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1ad3559dc31903494e9e06fa44d7117", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1ad3559dc31903494e9e06fa44d7117", + "x-ms-correlation-request-id": "4b9e1f91-478f-4cd8-915f-4ab25c7b99a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;29352", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "2a4af8d7-5966-410a-963e-00f6bf3b91c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062035Z:4b9e1f91-478f-4cd8-915f-4ab25c7b99a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "684c45732e6a07a61e8f186c9cf4529d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "684c45732e6a07a61e8f186c9cf4529d", + "x-ms-correlation-request-id": "232e229b-ecf7-42d3-8f39-3660f7e50108", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;29351", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "282401eb-b48a-4b0f-b0d4-4a2505221f7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062035Z:232e229b-ecf7-42d3-8f39-3660f7e50108" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "228e0f25d18ceb850e794dc4e11c78aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "228e0f25d18ceb850e794dc4e11c78aa", + "x-ms-correlation-request-id": "45acae0e-d208-4f66-b6f7-6e48d807dc46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;29350", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "47eb1cee-6165-4562-be17-72c08f864096", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062035Z:45acae0e-d208-4f66-b6f7-6e48d807dc46" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7735636336882bfa8ea5b2a1c4c7f3a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7735636336882bfa8ea5b2a1c4c7f3a0", + "x-ms-correlation-request-id": "82cd6b1e-c54e-4764-8499-ecefe268b32c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;29349", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "874ee33f-0075-4abd-9e7f-14c74b8a6730", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062036Z:82cd6b1e-c54e-4764-8499-ecefe268b32c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "954943964fbfa28bc0605af1e0e12601", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "954943964fbfa28bc0605af1e0e12601", + "x-ms-correlation-request-id": "8c022cd1-0119-4f76-aa44-9fbf9cde150f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;29348", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "a49d83c8-b6cc-44d3-aea4-b1280e7d7ccf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062036Z:8c022cd1-0119-4f76-aa44-9fbf9cde150f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39096d17dbbeef14146293e61ee32747", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39096d17dbbeef14146293e61ee32747", + "x-ms-correlation-request-id": "9f7730de-e3f9-4f9a-a2ea-6bc456e5d06b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;29347", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "c66b5b7f-c50f-4c95-8f7d-4895143bcebb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062036Z:9f7730de-e3f9-4f9a-a2ea-6bc456e5d06b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9d2ead85e3d214ebd893b628dc094aad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d2ead85e3d214ebd893b628dc094aad", + "x-ms-correlation-request-id": "5f287373-068d-4f9e-9346-d610a759a2ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;29346", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "9c5d1788-5b8f-4968-bf5d-361a2d56b348", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062036Z:5f287373-068d-4f9e-9346-d610a759a2ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "578ab17fbabebae12f5a805cbba484dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "578ab17fbabebae12f5a805cbba484dc", + "x-ms-correlation-request-id": "c3cbe40f-cdbf-4ce0-9d1e-00d651fde557", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;29345", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "d4ac4571-7c69-451f-b42e-5441db6eb7e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062037Z:c3cbe40f-cdbf-4ce0-9d1e-00d651fde557" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "336c123989b3342e82f4602b25ec130b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "336c123989b3342e82f4602b25ec130b", + "x-ms-correlation-request-id": "8aa58972-7825-480b-8855-19334084ab15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;29344", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "c06591af-c525-43e5-bdae-220549c58271", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062037Z:8aa58972-7825-480b-8855-19334084ab15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6d67e618cf58ca89cb736e78628f5933", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d67e618cf58ca89cb736e78628f5933", + "x-ms-correlation-request-id": "144781a4-cdb1-4db3-a8e8-0182b5309dfe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;29343", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "ec108710-180d-4036-b809-329bf646756e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062037Z:144781a4-cdb1-4db3-a8e8-0182b5309dfe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9eeda0f179df6f98256d5c959b69543", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9eeda0f179df6f98256d5c959b69543", + "x-ms-correlation-request-id": "7def620c-86db-4735-aa1b-ac4da5371507", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;29342", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "ce6bad75-4e92-43d6-9822-79b97f418c28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062037Z:7def620c-86db-4735-aa1b-ac4da5371507" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d5437547163d698489a1673f1ab6d1f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5437547163d698489a1673f1ab6d1f2", + "x-ms-correlation-request-id": "ed331443-0952-4c00-a70c-fa69a6360537", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;29341", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "aa65d537-7d8f-4cad-b24d-cc4167c1412f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062038Z:ed331443-0952-4c00-a70c-fa69a6360537" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a1b2d9b4afd016eec70ea01fabf7014", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a1b2d9b4afd016eec70ea01fabf7014", + "x-ms-correlation-request-id": "f636dd6b-3438-4dde-9a65-3517c9ca4b7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;29340", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "289abb59-5cb0-4d26-b934-95b2ad45b4e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062038Z:f636dd6b-3438-4dde-9a65-3517c9ca4b7f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed302ade834bf8f555843ffbafbadbcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed302ade834bf8f555843ffbafbadbcc", + "x-ms-correlation-request-id": "9fb0d0ee-e120-4b8e-a2e9-45caa80dcce1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;29339", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "9f2a21f3-6293-4259-b925-5d5a15b16949", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062038Z:9fb0d0ee-e120-4b8e-a2e9-45caa80dcce1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c2de2854a9bfd450642e8cc2c826fca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c2de2854a9bfd450642e8cc2c826fca", + "x-ms-correlation-request-id": "f4802859-bac2-4e98-9e27-87e8bb59aff1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;29338", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "ba73ff52-2048-498e-b510-b0a2a61c6e59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062038Z:f4802859-bac2-4e98-9e27-87e8bb59aff1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef615230e48517a73723f5790a725132", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef615230e48517a73723f5790a725132", + "x-ms-correlation-request-id": "82c22696-5bdc-4ac3-b25f-af1768193120", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;29337", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "90a6f160-5ef0-4849-8771-1a6e073ab029", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062039Z:82c22696-5bdc-4ac3-b25f-af1768193120" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "187c1d9544919479e533e6089b29cbd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "187c1d9544919479e533e6089b29cbd3", + "x-ms-correlation-request-id": "2d482540-9b01-4177-84c8-77d01abb434e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;29336", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "cdc1b255-f1f1-47e0-a091-660839aaf0ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062039Z:2d482540-9b01-4177-84c8-77d01abb434e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ccb7415eb59a1473a16f57755ccf294", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ccb7415eb59a1473a16f57755ccf294", + "x-ms-correlation-request-id": "31c3d56f-03e9-41d9-8f28-b35f37bb30da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;29335", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "8e6ba372-398c-4251-a7c2-77a93ec83cef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062039Z:31c3d56f-03e9-41d9-8f28-b35f37bb30da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0f37b6f05606ec38d9cc0a51fd9e7c0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f37b6f05606ec38d9cc0a51fd9e7c0e", + "x-ms-correlation-request-id": "3e6355e5-3c1c-4a4b-82ac-0163ea86f8fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;29334", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "e8ad59b2-f5df-486d-8e61-90b6bcf71935", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062039Z:3e6355e5-3c1c-4a4b-82ac-0163ea86f8fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96632157f5a7a9d9d6dbdd7b4f013f18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96632157f5a7a9d9d6dbdd7b4f013f18", + "x-ms-correlation-request-id": "65c05f22-2a65-4435-8e28-0a8b94335850", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;29333", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "ff3d0429-112e-488b-a0bb-b7e993e2fae7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062040Z:65c05f22-2a65-4435-8e28-0a8b94335850" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5185240bcf2becd3cdf838ce1f5a39c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5185240bcf2becd3cdf838ce1f5a39c", + "x-ms-correlation-request-id": "d0b4e0ce-6470-472f-a6be-a725d90c3b7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;29332", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "36301201-5a81-4119-8360-068f2bcbcd05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062040Z:d0b4e0ce-6470-472f-a6be-a725d90c3b7e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3320e69a5c68fbeddc8d392b79bd9dd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3320e69a5c68fbeddc8d392b79bd9dd7", + "x-ms-correlation-request-id": "275a050e-80bc-4adc-88e8-cc1a790aa0a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;29331", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "3e811f3f-faa8-4e65-9e06-cff7961b9a75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062040Z:275a050e-80bc-4adc-88e8-cc1a790aa0a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab11f18d97869a1b54a559c8724dc8e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab11f18d97869a1b54a559c8724dc8e0", + "x-ms-correlation-request-id": "b0c6ce7c-6309-4078-a8a1-8d3db8d0cafe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;29330", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "0903e4b1-320c-4c4e-b4b4-f1c53aaff867", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062040Z:b0c6ce7c-6309-4078-a8a1-8d3db8d0cafe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68e141370be1e4af641d086483a1457f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68e141370be1e4af641d086483a1457f", + "x-ms-correlation-request-id": "c0f25d19-f0d2-4acf-9709-f8055b506699", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;29329", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "bcaa5887-484b-471f-b472-18e6c20d40a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062041Z:c0f25d19-f0d2-4acf-9709-f8055b506699" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "effeab41f7e40316ca85dec30225888f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "effeab41f7e40316ca85dec30225888f", + "x-ms-correlation-request-id": "a9e12f11-795a-40de-9a18-85efd835925e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;29328", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "12cb53f7-6b30-4ef8-8d63-9b1fa4bee775", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062041Z:a9e12f11-795a-40de-9a18-85efd835925e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38f358c434db82f6412c46698eb717b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38f358c434db82f6412c46698eb717b2", + "x-ms-correlation-request-id": "d07eca3b-105f-4145-bdb4-c7a229755a89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;29327", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "73af016a-bb2d-40da-b0b2-3fe23c704f09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062041Z:d07eca3b-105f-4145-bdb4-c7a229755a89" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c686da60d94e40fc2ade9d5b2cece13f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c686da60d94e40fc2ade9d5b2cece13f", + "x-ms-correlation-request-id": "669638b3-21bf-480c-b8e9-5600aeed613b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;29326", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "2684e8d9-285d-4bbb-a435-c332b67ecc32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062041Z:669638b3-21bf-480c-b8e9-5600aeed613b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ba078940cae0da3b57badb7b0ad7413", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ba078940cae0da3b57badb7b0ad7413", + "x-ms-correlation-request-id": "aea10c67-6f95-4cd4-ac2f-6f804766b06e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;29325", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "1aecb7f2-6c87-4650-8eb6-3ed9cc7ff3c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062042Z:aea10c67-6f95-4cd4-ac2f-6f804766b06e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28632c6ec19feb415cb30dfd979a5555", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28632c6ec19feb415cb30dfd979a5555", + "x-ms-correlation-request-id": "bf08741d-a6c8-4e6b-b248-5273a7c2ba2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;29324", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "f7b42830-8264-4d2e-8bc5-b2b7d65c5557", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062042Z:bf08741d-a6c8-4e6b-b248-5273a7c2ba2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16d4064bec165303377911d22b448f7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16d4064bec165303377911d22b448f7d", + "x-ms-correlation-request-id": "18115305-1514-461d-b0c8-454e2bdc5a8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;29323", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "4579d136-419a-45fa-b5fb-5c62086b3485", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062043Z:18115305-1514-461d-b0c8-454e2bdc5a8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00ed896ab988d2a037b4cefbffa5751a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00ed896ab988d2a037b4cefbffa5751a", + "x-ms-correlation-request-id": "c96a1aa1-388c-4316-b29b-bce39825a910", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;29322", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "ad69aa69-3cf9-4230-ace6-4a9aa2e71c04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062043Z:c96a1aa1-388c-4316-b29b-bce39825a910" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa6c57265dd881fd2810f125b06ec017", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa6c57265dd881fd2810f125b06ec017", + "x-ms-correlation-request-id": "7b530cf9-cff0-4e93-95dc-09a7e1894754", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;29321", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "b4ad1c8f-e79d-49a4-96e8-d90b8349d7f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062043Z:7b530cf9-cff0-4e93-95dc-09a7e1894754" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e938f2355ad91cc6602df621d085391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e938f2355ad91cc6602df621d085391", + "x-ms-correlation-request-id": "03248f7d-f1b5-4df3-8843-a1e38b1b3a94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;29320", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "6d619bed-1798-4c40-b522-e62934551931", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062044Z:03248f7d-f1b5-4df3-8843-a1e38b1b3a94" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3acf703e5d70ca58c6bd778c77a21c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3acf703e5d70ca58c6bd778c77a21c9", + "x-ms-correlation-request-id": "7fb17ec6-a9b3-4685-8866-4385ca9f5094", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;29319", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "b62da284-1b64-4920-a770-bdd545b35eae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062044Z:7fb17ec6-a9b3-4685-8866-4385ca9f5094" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70d7b7f46612d06c8bda43d57e9a6420", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70d7b7f46612d06c8bda43d57e9a6420", + "x-ms-correlation-request-id": "3c2c686f-fe5b-4fe5-974e-715143bfc156", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;29318", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "3f2824a3-1765-41e2-9b90-fa29d219c7ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062044Z:3c2c686f-fe5b-4fe5-974e-715143bfc156" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b92260bcecc13e40e98782427d53c9eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b92260bcecc13e40e98782427d53c9eb", + "x-ms-correlation-request-id": "889db272-44b8-4f0b-9add-2402d2c48b08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;29317", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "83d6fd02-3727-4d03-914a-f814b747d506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062044Z:889db272-44b8-4f0b-9add-2402d2c48b08" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "666e15e0e3309c7e8adb48fca1d08df1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "666e15e0e3309c7e8adb48fca1d08df1", + "x-ms-correlation-request-id": "d35deead-2114-4029-9f25-6770d71863ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;29316", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "a9b7abff-73de-46db-b834-1a0e8262eaf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062045Z:d35deead-2114-4029-9f25-6770d71863ad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "67bcb707685807077698868be42a5337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67bcb707685807077698868be42a5337", + "x-ms-correlation-request-id": "7874f3ce-7236-4b8d-8d5a-236afd8c51e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;29315", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "24ce3c5d-76f9-48af-aad1-ba1aeec38a1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062045Z:7874f3ce-7236-4b8d-8d5a-236afd8c51e8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68f55811fd2cd9efe1852ee5a3439d19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68f55811fd2cd9efe1852ee5a3439d19", + "x-ms-correlation-request-id": "33aa6048-d2d1-43ae-9f5d-ab71b41eb771", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;29314", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "95cdeae7-5593-4f60-a3b3-4463e851d7e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062045Z:33aa6048-d2d1-43ae-9f5d-ab71b41eb771" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c53b90f9619777920e66ef975cf3b860", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c53b90f9619777920e66ef975cf3b860", + "x-ms-correlation-request-id": "85486519-89c0-43fd-a435-351dbf0a8f94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;29313", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "7a609cee-49f3-47e5-97e0-cf7287926e75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062045Z:85486519-89c0-43fd-a435-351dbf0a8f94" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49eb118824da09c4c8e386d33a216333", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49eb118824da09c4c8e386d33a216333", + "x-ms-correlation-request-id": "3115c140-560c-4455-a7a0-06210d369fd4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;29312", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "2d19a1d5-42ee-4e5f-a0f1-53f5ca458b8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062046Z:3115c140-560c-4455-a7a0-06210d369fd4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53916dfb8deeaf9fc57d5ac60e587cee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53916dfb8deeaf9fc57d5ac60e587cee", + "x-ms-correlation-request-id": "b693ea0b-96dd-47cd-a790-1d17f388a40a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;29311", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "62a775ab-cee6-46de-8bd9-6a7bd0d2ff19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062046Z:b693ea0b-96dd-47cd-a790-1d17f388a40a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "925dcdcc5457d43ecb32fdb4dbbf3cec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "925dcdcc5457d43ecb32fdb4dbbf3cec", + "x-ms-correlation-request-id": "675e4fa2-f83d-4b8b-88a7-83d419bd0e79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;29310", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "0cb34ad8-d28c-4e81-89ab-f2ffda44e6ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062046Z:675e4fa2-f83d-4b8b-88a7-83d419bd0e79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef9cbb026461fb71713c835dcafefa6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef9cbb026461fb71713c835dcafefa6f", + "x-ms-correlation-request-id": "59dd0665-417a-4419-9c85-c013d9359266", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;29309", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "70bc8d82-b38f-43b5-9ffb-c8c6a7a06717", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062046Z:59dd0665-417a-4419-9c85-c013d9359266" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c069866d1c4a7db2ebc88bc8febd306", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c069866d1c4a7db2ebc88bc8febd306", + "x-ms-correlation-request-id": "c5dfd754-71d6-42a8-a7b6-8c4b8a0bb9c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;29308", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "4c25cb23-f365-47f3-811c-c7b7a7063218", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062047Z:c5dfd754-71d6-42a8-a7b6-8c4b8a0bb9c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52c46d408dbc688c5b62211bd0e10acd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52c46d408dbc688c5b62211bd0e10acd", + "x-ms-correlation-request-id": "4de06da0-f4ff-4c85-a6fe-e7a1986e032a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;29307", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "98e21382-c0a2-485f-88e8-692368ff1d1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062047Z:4de06da0-f4ff-4c85-a6fe-e7a1986e032a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "434d8d37d0b83028e0f4c0a4dcb56b86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "434d8d37d0b83028e0f4c0a4dcb56b86", + "x-ms-correlation-request-id": "fd8cfa84-0772-4317-9f25-d3bb9205c0e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;29306", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "8ab44793-4fdd-44ae-97d3-5b4c3592f1ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062047Z:fd8cfa84-0772-4317-9f25-d3bb9205c0e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c1c7d68a83ad9b30b9d1062b0c0d64d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c1c7d68a83ad9b30b9d1062b0c0d64d", + "x-ms-correlation-request-id": "80c820d9-a5f5-45b1-be17-0d73258006c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;29305", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "c75b9a3f-d942-4fef-be33-164e77cf29a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062047Z:80c820d9-a5f5-45b1-be17-0d73258006c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0185bab2909d704d459372c7cce88ca6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0185bab2909d704d459372c7cce88ca6", + "x-ms-correlation-request-id": "41350371-5b6c-42de-9f98-5e386806e76b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;29304", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "9616aea2-13a1-44c9-9323-ef7652e90d9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062048Z:41350371-5b6c-42de-9f98-5e386806e76b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53b29af6adc48f92d974381bbfc68020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53b29af6adc48f92d974381bbfc68020", + "x-ms-correlation-request-id": "8e1a1a4c-06f2-450f-9d6f-faeb2298bc50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;29303", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "6a2b306d-f12a-4c0c-9eb4-62bb810765a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062048Z:8e1a1a4c-06f2-450f-9d6f-faeb2298bc50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21f1731e692fd8e830ac17a736ec0c22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21f1731e692fd8e830ac17a736ec0c22", + "x-ms-correlation-request-id": "50cf67ab-c629-4d47-8bd4-26a5019fefea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;29302", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "9ce78c99-cde2-43ae-bbd1-b1dc683558b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062048Z:50cf67ab-c629-4d47-8bd4-26a5019fefea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "156b6a11830d048827f627285732b17f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "156b6a11830d048827f627285732b17f", + "x-ms-correlation-request-id": "d418770c-56bf-4efd-8bb2-9936af423862", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;29301", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "f75b97d9-4f6c-41a1-9ff3-610cd7c75f36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062048Z:d418770c-56bf-4efd-8bb2-9936af423862" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59a952126af68d76b2d9231895eb58ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59a952126af68d76b2d9231895eb58ed", + "x-ms-correlation-request-id": "7b1bb9a6-8208-47cd-bf02-fbdc93c27efd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;29300", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "c462c2c5-e71b-41f0-98c5-13bf72fc7d02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062049Z:7b1bb9a6-8208-47cd-bf02-fbdc93c27efd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "540915686b5a9b12eaedf93941bf81fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "540915686b5a9b12eaedf93941bf81fe", + "x-ms-correlation-request-id": "5569ed55-b9c5-418c-bed2-5c0394ddaaee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;29299", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "bb5f3d0e-cfdc-476f-b236-839b798ea80f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062049Z:5569ed55-b9c5-418c-bed2-5c0394ddaaee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e49498fab243a62bf3de623460706e3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e49498fab243a62bf3de623460706e3b", + "x-ms-correlation-request-id": "9085c531-1aae-4139-91f2-e5b3947e4971", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;29298", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "97184a2a-ce58-43ea-a822-d0d7ea8d1025", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062049Z:9085c531-1aae-4139-91f2-e5b3947e4971" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41c03a9d5c28a7243f0d6e09713c4bf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41c03a9d5c28a7243f0d6e09713c4bf3", + "x-ms-correlation-request-id": "4b158afa-5534-486f-b3c2-dcab94418151", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;29297", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "5306274c-151e-452d-9fd7-4adabc9e11cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062049Z:4b158afa-5534-486f-b3c2-dcab94418151" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd1d24587457b5a9ea63617c08dd3a7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd1d24587457b5a9ea63617c08dd3a7a", + "x-ms-correlation-request-id": "aed16c32-0278-4600-8808-779536843423", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;29296", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "acea3149-e106-4212-8046-ac97b416760e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062050Z:aed16c32-0278-4600-8808-779536843423" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "079cbd7e3ffe9ed573eca435432235b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "079cbd7e3ffe9ed573eca435432235b6", + "x-ms-correlation-request-id": "5bfddf4e-1bab-4c41-9991-301e6725dccb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;29295", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "f1006a59-2f01-40c1-ba21-901b1cbf7bcf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062050Z:5bfddf4e-1bab-4c41-9991-301e6725dccb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3bdb6f92715228e4900a57c5faa89e62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bdb6f92715228e4900a57c5faa89e62", + "x-ms-correlation-request-id": "6d55ce74-00a8-47d1-a87e-f9d838482bf6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;29294", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "b5c4dcaa-7061-4802-82b4-0f5bc3b4350a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062050Z:6d55ce74-00a8-47d1-a87e-f9d838482bf6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b38bf4d344a018f44f7f896ad07472c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b38bf4d344a018f44f7f896ad07472c8", + "x-ms-correlation-request-id": "f3f9412f-fde2-4d35-acd8-3768c728b092", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;29293", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "7efbdda4-ce26-4257-a96c-d25a6a89eb05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062050Z:f3f9412f-fde2-4d35-acd8-3768c728b092" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98e9ab2eff010c27d97476f4e710a3cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98e9ab2eff010c27d97476f4e710a3cb", + "x-ms-correlation-request-id": "d26ad724-9d29-4422-8bb6-c5d41d3772b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;29292", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "8aad0292-ff6f-4d97-a41d-d0e4ab4c0038", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062051Z:d26ad724-9d29-4422-8bb6-c5d41d3772b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e62424d81964e167bc2ecd2e879571c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e62424d81964e167bc2ecd2e879571c", + "x-ms-correlation-request-id": "a430418f-5939-41ab-b763-ea0b2f6fc831", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;29291", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "6199a1aa-f297-4fcf-b15a-02a51d48880c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062051Z:a430418f-5939-41ab-b763-ea0b2f6fc831" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f978f9806bfd360cd7fda2bceff313e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f978f9806bfd360cd7fda2bceff313e", + "x-ms-correlation-request-id": "03a64f51-7cfb-486c-b2e2-1f38c71fc21c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;29290", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "d7883809-efe4-4638-a3db-c91117033e21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062051Z:03a64f51-7cfb-486c-b2e2-1f38c71fc21c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e1dbedc2311ac31959b1d3e1354235f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e1dbedc2311ac31959b1d3e1354235f", + "x-ms-correlation-request-id": "10a13b41-1a44-45a5-a06e-9d18d9bdcb17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;29289", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "dea250f0-1e53-4a08-b94b-25df09c1c4ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062051Z:10a13b41-1a44-45a5-a06e-9d18d9bdcb17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "585b5a1c5378470be18e8117a6ea7f7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "585b5a1c5378470be18e8117a6ea7f7b", + "x-ms-correlation-request-id": "f65f19c3-24db-4b92-b0bc-d6381f6e64db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;29288", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "7c48e399-15b5-4600-b54a-d2f2a0c0caf7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062052Z:f65f19c3-24db-4b92-b0bc-d6381f6e64db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2af6ad91c95c750a5deab924e821c078", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2af6ad91c95c750a5deab924e821c078", + "x-ms-correlation-request-id": "7ffe30fd-7142-4c84-8890-9347113713c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;29287", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "a7ff1793-6ef2-44e6-b096-c5061d8bcaae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062052Z:7ffe30fd-7142-4c84-8890-9347113713c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "740f7a5bd8a488c6b2d5ac82a11a06ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "740f7a5bd8a488c6b2d5ac82a11a06ab", + "x-ms-correlation-request-id": "810a8b66-bde3-40cf-8d8d-d4c89c5be5b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;29286", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "b4f130e9-66e6-499b-a196-396303d3e730", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062053Z:810a8b66-bde3-40cf-8d8d-d4c89c5be5b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65ada21bf95e53034fe6fa8e99e75fc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65ada21bf95e53034fe6fa8e99e75fc0", + "x-ms-correlation-request-id": "2ae2a706-146c-4b5c-a427-ae91e8a3e0b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;29285", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "d9c6cb92-396b-4e6f-ae81-1032bfc7d42e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062053Z:2ae2a706-146c-4b5c-a427-ae91e8a3e0b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2cbc08ce0bdbb9d7e76d78871c87d343", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cbc08ce0bdbb9d7e76d78871c87d343", + "x-ms-correlation-request-id": "b3ad005e-2b58-4f8d-8042-826a65cfb8a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;29284", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "fb63f56f-1e01-4815-9c21-5f37b7b35ac1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062053Z:b3ad005e-2b58-4f8d-8042-826a65cfb8a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45080ee45a74611a77bc24bdde37efca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45080ee45a74611a77bc24bdde37efca", + "x-ms-correlation-request-id": "f6b94cac-8b6a-45f9-afd3-3eba9c7a1eac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;29283", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "8a19df31-04a1-4e8d-972e-abe271115e86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062053Z:f6b94cac-8b6a-45f9-afd3-3eba9c7a1eac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98b4ec75da5e0fd0cbf47ef0817c36c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98b4ec75da5e0fd0cbf47ef0817c36c7", + "x-ms-correlation-request-id": "2002a456-6c22-4444-93b2-bac0e99707c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;29282", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "37920b69-ed57-4995-98df-3db58a73aa3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062054Z:2002a456-6c22-4444-93b2-bac0e99707c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8aa9b71319df744bee5ab41ee619daaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8aa9b71319df744bee5ab41ee619daaf", + "x-ms-correlation-request-id": "884e08f8-c7ab-4a62-8e8a-233ff8f49435", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;29281", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "e0efe56c-fac3-4e80-b1f8-39069970ca54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062054Z:884e08f8-c7ab-4a62-8e8a-233ff8f49435" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3011ad7e3ad30ae53ef87a80db29e0fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3011ad7e3ad30ae53ef87a80db29e0fa", + "x-ms-correlation-request-id": "8cfab3b2-7460-401f-9258-0b8c53468bb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;29280", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "eeb5aba7-e7d0-4e25-b351-9bd664c431ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062054Z:8cfab3b2-7460-401f-9258-0b8c53468bb9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27aa5d85648e5ceaa03faa0325b128b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27aa5d85648e5ceaa03faa0325b128b1", + "x-ms-correlation-request-id": "851711c3-bd85-4f97-878f-71addf593b2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;29279", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "609cba18-30d7-4bbb-abf5-aa1bf1ef65a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062054Z:851711c3-bd85-4f97-878f-71addf593b2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d372cf19066bd8f3d19f4ce69ecb98c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d372cf19066bd8f3d19f4ce69ecb98c4", + "x-ms-correlation-request-id": "41770ad3-c302-494c-a695-f31fa25f3192", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;29278", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "606c0f9a-ba4c-4d6c-9601-27dbe8e2da10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062055Z:41770ad3-c302-494c-a695-f31fa25f3192" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8998ba79b36f1921c2b48f9390e1e58d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8998ba79b36f1921c2b48f9390e1e58d", + "x-ms-correlation-request-id": "b9f90982-4487-4606-a152-97f494ee18d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;29277", + "x-ms-ratelimit-remaining-subscription-reads": "11652", + "x-ms-request-id": "e86fbeeb-f611-4312-bfb8-15c8b8485148", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062055Z:b9f90982-4487-4606-a152-97f494ee18d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c67c9cf0db77f8f69d155ee1704bdd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c67c9cf0db77f8f69d155ee1704bdd4", + "x-ms-correlation-request-id": "6177d577-f83e-4767-9c96-3392c4202bc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;29276", + "x-ms-ratelimit-remaining-subscription-reads": "11651", + "x-ms-request-id": "4348a0e4-9b56-4325-95dd-c3129c63ee2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062055Z:6177d577-f83e-4767-9c96-3392c4202bc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a89e5a79f186541ad5810b6765f47f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a89e5a79f186541ad5810b6765f47f0", + "x-ms-correlation-request-id": "c7da2f16-51df-4752-86a6-231979858038", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;29275", + "x-ms-ratelimit-remaining-subscription-reads": "11650", + "x-ms-request-id": "95677c82-bf59-4f56-9225-5d63d2fa07e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062055Z:c7da2f16-51df-4752-86a6-231979858038" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d516bfb98b646c0d2a191f9e5e3201be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d516bfb98b646c0d2a191f9e5e3201be", + "x-ms-correlation-request-id": "98f83814-9c2f-4788-aa5b-8a8e1871a687", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;29274", + "x-ms-ratelimit-remaining-subscription-reads": "11649", + "x-ms-request-id": "4bd0fb28-692b-4ee7-b7e6-e5012c3da691", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062056Z:98f83814-9c2f-4788-aa5b-8a8e1871a687" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "abecbbf77a57307487015e5efcd9090a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abecbbf77a57307487015e5efcd9090a", + "x-ms-correlation-request-id": "890767e4-2cdd-46fe-92c8-a084823518cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;29273", + "x-ms-ratelimit-remaining-subscription-reads": "11648", + "x-ms-request-id": "7872f2bf-15ca-4e29-b9ec-cfb4751e9fb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062056Z:890767e4-2cdd-46fe-92c8-a084823518cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5835658ae8ed1b70d81d3fff7fa3067b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5835658ae8ed1b70d81d3fff7fa3067b", + "x-ms-correlation-request-id": "ad921423-04aa-4c62-ac85-9c0fee39be18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;29272", + "x-ms-ratelimit-remaining-subscription-reads": "11647", + "x-ms-request-id": "f334daae-8627-4c54-93bd-dc4e1c895472", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062056Z:ad921423-04aa-4c62-ac85-9c0fee39be18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bbbe51569c733f984ae64d622daf6f51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbbe51569c733f984ae64d622daf6f51", + "x-ms-correlation-request-id": "5ea9522a-c39d-4311-84cc-b0753f9ec028", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;29271", + "x-ms-ratelimit-remaining-subscription-reads": "11646", + "x-ms-request-id": "bc540da1-b9a7-44db-99e1-059db446fd72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062056Z:5ea9522a-c39d-4311-84cc-b0753f9ec028" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f9131510a9fd0fd04ad0d33a3a75b0e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9131510a9fd0fd04ad0d33a3a75b0e4", + "x-ms-correlation-request-id": "9f1ee6e1-9da1-4dd3-9b76-4639904ed25f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;29270", + "x-ms-ratelimit-remaining-subscription-reads": "11645", + "x-ms-request-id": "c9c3f33d-ebb4-4b00-9b9c-db3a3fa92bac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062057Z:9f1ee6e1-9da1-4dd3-9b76-4639904ed25f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa07e3fb4d1aee96ccf60e079a0dee28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa07e3fb4d1aee96ccf60e079a0dee28", + "x-ms-correlation-request-id": "f8d918b5-bf63-4dc5-9f79-ef084075b86b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;29269", + "x-ms-ratelimit-remaining-subscription-reads": "11644", + "x-ms-request-id": "bd06c120-ae3e-464b-8c1e-48efbbc898ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062057Z:f8d918b5-bf63-4dc5-9f79-ef084075b86b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6aefeead0d8fad7e81af70a2c85d04d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6aefeead0d8fad7e81af70a2c85d04d4", + "x-ms-correlation-request-id": "bea5e2f5-6d65-4afa-a20c-b4e0b021ec0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;29268", + "x-ms-ratelimit-remaining-subscription-reads": "11643", + "x-ms-request-id": "6cf85568-e4ee-4172-a26d-a213f6ebaddd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062057Z:bea5e2f5-6d65-4afa-a20c-b4e0b021ec0a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49676835c4a7c2377e252c079ac8743d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49676835c4a7c2377e252c079ac8743d", + "x-ms-correlation-request-id": "72c7daa1-5aa0-48eb-bd9b-a3fdc12b9a0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;29267", + "x-ms-ratelimit-remaining-subscription-reads": "11642", + "x-ms-request-id": "9203349b-d73a-402c-a9c5-fc711a35f196", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062057Z:72c7daa1-5aa0-48eb-bd9b-a3fdc12b9a0d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c8daae14686ed556559296addf4256e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c8daae14686ed556559296addf4256e", + "x-ms-correlation-request-id": "2372e48e-fa00-4554-b5eb-5b36d3feaf06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;29266", + "x-ms-ratelimit-remaining-subscription-reads": "11641", + "x-ms-request-id": "fb7318c2-b7b7-4263-8e5d-589b5de2d09f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062058Z:2372e48e-fa00-4554-b5eb-5b36d3feaf06" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31d23af1a5a6e881b72deb69e07713b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31d23af1a5a6e881b72deb69e07713b8", + "x-ms-correlation-request-id": "48c4b089-c8fe-4599-a80a-3ec1019eeb58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;29265", + "x-ms-ratelimit-remaining-subscription-reads": "11640", + "x-ms-request-id": "3b7e5ed6-3ecb-422d-b822-2f35b2ea5ff5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062058Z:48c4b089-c8fe-4599-a80a-3ec1019eeb58" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ec0323bb7d0ee4d1379e44d9bcce48a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ec0323bb7d0ee4d1379e44d9bcce48a", + "x-ms-correlation-request-id": "fc14e5c0-4085-4c94-b70d-b06ab38f9329", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;29264", + "x-ms-ratelimit-remaining-subscription-reads": "11639", + "x-ms-request-id": "3af31a8a-bab1-4a32-9b55-0061bb241b33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062058Z:fc14e5c0-4085-4c94-b70d-b06ab38f9329" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6015bd0042f63c9729a495595beb0dee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6015bd0042f63c9729a495595beb0dee", + "x-ms-correlation-request-id": "a349202a-b076-436b-b95e-3afeaf1868c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;29263", + "x-ms-ratelimit-remaining-subscription-reads": "11638", + "x-ms-request-id": "2b41bb80-8e3e-4268-b9d2-d6c3db314740", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062058Z:a349202a-b076-436b-b95e-3afeaf1868c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa2f714606333a9eece41e2cc0334dea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa2f714606333a9eece41e2cc0334dea", + "x-ms-correlation-request-id": "b7d859bb-d3c7-40ed-a174-e4a3f1d52729", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;29262", + "x-ms-ratelimit-remaining-subscription-reads": "11637", + "x-ms-request-id": "11210f6f-9931-46d1-9150-5f6136e6df70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062059Z:b7d859bb-d3c7-40ed-a174-e4a3f1d52729" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23686148b261f8c29b83f52c22f39328", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23686148b261f8c29b83f52c22f39328", + "x-ms-correlation-request-id": "4984bda9-708c-410d-9fa5-b869816fc30e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;29261", + "x-ms-ratelimit-remaining-subscription-reads": "11636", + "x-ms-request-id": "ca8a47a1-c69c-49a1-8cd9-859ea968999a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062059Z:4984bda9-708c-410d-9fa5-b869816fc30e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2907f66c399dfa561fdb7311246a7cf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2907f66c399dfa561fdb7311246a7cf5", + "x-ms-correlation-request-id": "16762fe7-9ff5-43f4-a989-f9a567082fe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;29260", + "x-ms-ratelimit-remaining-subscription-reads": "11635", + "x-ms-request-id": "74d22685-bdfd-476a-95b9-800c3ca087df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062059Z:16762fe7-9ff5-43f4-a989-f9a567082fe7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f911aa57e982938caf360fb0117117f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f911aa57e982938caf360fb0117117f8", + "x-ms-correlation-request-id": "cde0724d-2f73-49b6-8440-1883b90712f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;29259", + "x-ms-ratelimit-remaining-subscription-reads": "11634", + "x-ms-request-id": "02fc6801-9818-4385-8023-6d77b157c93c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062100Z:cde0724d-2f73-49b6-8440-1883b90712f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cac0f551232c0e4d0a6e04863fb0d430", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cac0f551232c0e4d0a6e04863fb0d430", + "x-ms-correlation-request-id": "5a682f08-9289-484f-b764-ed601ec1131f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;29258", + "x-ms-ratelimit-remaining-subscription-reads": "11633", + "x-ms-request-id": "910be795-d652-46cf-9818-3a5055831ed3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062100Z:5a682f08-9289-484f-b764-ed601ec1131f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78d5000799e282a569737a672aa6e9ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78d5000799e282a569737a672aa6e9ad", + "x-ms-correlation-request-id": "ef0c984e-9450-4284-bfe6-4ff584d57fd4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;29257", + "x-ms-ratelimit-remaining-subscription-reads": "11632", + "x-ms-request-id": "6a8d096a-8442-4533-b17d-5259d49024de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062100Z:ef0c984e-9450-4284-bfe6-4ff584d57fd4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ec07ac3b1aa33c95c02ee14e50554ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:20:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ec07ac3b1aa33c95c02ee14e50554ff", + "x-ms-correlation-request-id": "686ff55e-347a-448a-b81e-edfaab7dc427", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;29256", + "x-ms-ratelimit-remaining-subscription-reads": "11631", + "x-ms-request-id": "bf699465-d819-4919-a52b-51a896ece08a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062100Z:686ff55e-347a-448a-b81e-edfaab7dc427" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10a8de619f9cb716503d60b8a9e6e364", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10a8de619f9cb716503d60b8a9e6e364", + "x-ms-correlation-request-id": "4ff87138-788e-4b48-85cf-5f259efeb909", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;29255", + "x-ms-ratelimit-remaining-subscription-reads": "11630", + "x-ms-request-id": "d69ef755-1b1d-4fc8-8379-734746113184", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062101Z:4ff87138-788e-4b48-85cf-5f259efeb909" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4c35685a6ef558636a11bdfaa919d64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4c35685a6ef558636a11bdfaa919d64", + "x-ms-correlation-request-id": "8b282874-f136-473d-9a70-ded1fc9ca31c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;29254", + "x-ms-ratelimit-remaining-subscription-reads": "11629", + "x-ms-request-id": "a66cf957-981b-40e5-b24f-380b3ef49273", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062101Z:8b282874-f136-473d-9a70-ded1fc9ca31c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c057b1fd8fd24106408de6c51108976", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c057b1fd8fd24106408de6c51108976", + "x-ms-correlation-request-id": "6901ffd9-71c6-4a7a-b839-c84b6e5d09eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;29253", + "x-ms-ratelimit-remaining-subscription-reads": "11628", + "x-ms-request-id": "5547eb04-8945-4373-b0bb-5b650f7e0c61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062101Z:6901ffd9-71c6-4a7a-b839-c84b6e5d09eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e8e891e8f42bb0f5753dafa83360dbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e8e891e8f42bb0f5753dafa83360dbe", + "x-ms-correlation-request-id": "d026570c-4e9d-49ff-9c8b-63d5e41630c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;29252", + "x-ms-ratelimit-remaining-subscription-reads": "11627", + "x-ms-request-id": "5d8dae41-21b8-45f5-9d1f-c2a1b6497fc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062101Z:d026570c-4e9d-49ff-9c8b-63d5e41630c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e99fca097e0ac67459e60e6c71a0426", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e99fca097e0ac67459e60e6c71a0426", + "x-ms-correlation-request-id": "56e7823c-38e1-4aca-b831-2807f041d399", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;29251", + "x-ms-ratelimit-remaining-subscription-reads": "11626", + "x-ms-request-id": "079db3ad-6662-4b70-b524-812bc261729b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062102Z:56e7823c-38e1-4aca-b831-2807f041d399" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20c1a4180e028f226b4af5a9fe16a02d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20c1a4180e028f226b4af5a9fe16a02d", + "x-ms-correlation-request-id": "6c41e1ba-482e-45f6-93a4-55856ee4412b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;29250", + "x-ms-ratelimit-remaining-subscription-reads": "11625", + "x-ms-request-id": "d539650e-65f0-461d-ab1b-5e315e063cd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062102Z:6c41e1ba-482e-45f6-93a4-55856ee4412b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55cb20fb5a77879522e149a32f28f33c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55cb20fb5a77879522e149a32f28f33c", + "x-ms-correlation-request-id": "3d5f231d-034f-43dc-8d1f-facbd874f14c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;29249", + "x-ms-ratelimit-remaining-subscription-reads": "11624", + "x-ms-request-id": "4edf3d3c-e9eb-4cd5-91da-752c67e24612", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062102Z:3d5f231d-034f-43dc-8d1f-facbd874f14c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dfe2b34fed7592bbda09c396a1bdae2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfe2b34fed7592bbda09c396a1bdae2f", + "x-ms-correlation-request-id": "3972cc43-bd2e-4ad3-81f0-289386c089e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;29248", + "x-ms-ratelimit-remaining-subscription-reads": "11623", + "x-ms-request-id": "e6bd1588-0d90-4a39-8def-0cb8da8f34cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062102Z:3972cc43-bd2e-4ad3-81f0-289386c089e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7eb33feae4ebdaf0f39fe21c57e6042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7eb33feae4ebdaf0f39fe21c57e6042", + "x-ms-correlation-request-id": "2261d572-eaa5-4464-a194-00e4fa61ab73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;29247", + "x-ms-ratelimit-remaining-subscription-reads": "11622", + "x-ms-request-id": "4c3727d0-7e7a-4542-aa68-9e721476ea44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062103Z:2261d572-eaa5-4464-a194-00e4fa61ab73" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a5ab856c1330eb764397b6d97ffe564", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a5ab856c1330eb764397b6d97ffe564", + "x-ms-correlation-request-id": "74dffcd3-cc67-4c30-8048-d40e1c7fd4a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;29246", + "x-ms-ratelimit-remaining-subscription-reads": "11621", + "x-ms-request-id": "c3370384-7c1f-437d-842b-8092333aa7cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062103Z:74dffcd3-cc67-4c30-8048-d40e1c7fd4a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fca519334c3da0ed0424cf3cef9acd5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fca519334c3da0ed0424cf3cef9acd5b", + "x-ms-correlation-request-id": "e9a0e618-0075-44c4-a750-116270b1907a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;29245", + "x-ms-ratelimit-remaining-subscription-reads": "11620", + "x-ms-request-id": "b535c678-c4ac-4896-a4b8-ba206ec03b6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062103Z:e9a0e618-0075-44c4-a750-116270b1907a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e84080a964633cfb7bdd431533422610", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e84080a964633cfb7bdd431533422610", + "x-ms-correlation-request-id": "6db0a4c1-465b-4148-815d-051c3cfcdd82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;29244", + "x-ms-ratelimit-remaining-subscription-reads": "11619", + "x-ms-request-id": "dedff001-be17-47a8-a98d-ae22973abffc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062103Z:6db0a4c1-465b-4148-815d-051c3cfcdd82" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "abee995363d90a04cbba460ef17b1eca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abee995363d90a04cbba460ef17b1eca", + "x-ms-correlation-request-id": "2f596159-ed1d-4ec9-8405-7076e75303dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;29243", + "x-ms-ratelimit-remaining-subscription-reads": "11618", + "x-ms-request-id": "c5984be2-0965-4c15-8266-7ca41ae57577", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062104Z:2f596159-ed1d-4ec9-8405-7076e75303dd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16c31f6cfdbecf001d68806008d86cc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16c31f6cfdbecf001d68806008d86cc2", + "x-ms-correlation-request-id": "947d12b9-143a-4302-b54e-e7ef4b76d803", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;29242", + "x-ms-ratelimit-remaining-subscription-reads": "11617", + "x-ms-request-id": "0c1509e7-8be7-4580-9c9e-c25d79d9919e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062104Z:947d12b9-143a-4302-b54e-e7ef4b76d803" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55e8bffe21ac46817c351da81dec4b00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55e8bffe21ac46817c351da81dec4b00", + "x-ms-correlation-request-id": "7e6b1a73-5eb4-4990-9f00-7f53dc4b8fcf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;29241", + "x-ms-ratelimit-remaining-subscription-reads": "11616", + "x-ms-request-id": "476d59cc-cb76-4f68-847c-0f6023a8c344", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062104Z:7e6b1a73-5eb4-4990-9f00-7f53dc4b8fcf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "14a978be0f7f5651981f8d71e2a401f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14a978be0f7f5651981f8d71e2a401f2", + "x-ms-correlation-request-id": "a5115ff4-50d0-4efa-9c36-5e00a6620898", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;29240", + "x-ms-ratelimit-remaining-subscription-reads": "11615", + "x-ms-request-id": "38484b35-11a3-481a-947c-2a05734ea902", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062104Z:a5115ff4-50d0-4efa-9c36-5e00a6620898" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3110844ec9924a1e9d7c9a89df58b131", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3110844ec9924a1e9d7c9a89df58b131", + "x-ms-correlation-request-id": "32469b0f-872e-4de1-b490-e9cc96daf150", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;29239", + "x-ms-ratelimit-remaining-subscription-reads": "11614", + "x-ms-request-id": "a2d3c0d0-cfd5-4121-a7fb-a39b372e82b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062105Z:32469b0f-872e-4de1-b490-e9cc96daf150" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90a1801c582fef436e92bc8c941063d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90a1801c582fef436e92bc8c941063d7", + "x-ms-correlation-request-id": "b5725d03-916d-4da0-8b4a-eca54c81b320", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;29238", + "x-ms-ratelimit-remaining-subscription-reads": "11613", + "x-ms-request-id": "66e8d156-c9c6-4ffb-b3d4-425c907cfeda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062105Z:b5725d03-916d-4da0-8b4a-eca54c81b320" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "995a2a3419dcf56d5a5e760275c87640", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "995a2a3419dcf56d5a5e760275c87640", + "x-ms-correlation-request-id": "92fa59ea-e847-4681-824e-461b3c5285fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;29237", + "x-ms-ratelimit-remaining-subscription-reads": "11612", + "x-ms-request-id": "6ada5c2d-313c-4adb-8dc2-de692e12f49f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062105Z:92fa59ea-e847-4681-824e-461b3c5285fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62545c6d7103f5c34120c3ff0c91b68d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62545c6d7103f5c34120c3ff0c91b68d", + "x-ms-correlation-request-id": "dd6f9251-030e-4c7c-a428-d87ec7657447", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;29236", + "x-ms-ratelimit-remaining-subscription-reads": "11611", + "x-ms-request-id": "09761a94-9fe8-4bbf-bcca-0380c7be9987", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062105Z:dd6f9251-030e-4c7c-a428-d87ec7657447" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b554c31918fd025412ac35d0e1407aa6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b554c31918fd025412ac35d0e1407aa6", + "x-ms-correlation-request-id": "a78bc05c-1760-4676-aad7-2312ab0dcc7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;29235", + "x-ms-ratelimit-remaining-subscription-reads": "11610", + "x-ms-request-id": "bfd31cfd-a5d1-4715-8852-89a1db304782", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062106Z:a78bc05c-1760-4676-aad7-2312ab0dcc7a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "371f7b1b00bbc3d4666558bc566de8c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "371f7b1b00bbc3d4666558bc566de8c9", + "x-ms-correlation-request-id": "ada2a33a-8ea5-4611-b6a2-8af971c0b71a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;29234", + "x-ms-ratelimit-remaining-subscription-reads": "11609", + "x-ms-request-id": "d69b3576-5d4b-4733-888b-740a17b990e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062106Z:ada2a33a-8ea5-4611-b6a2-8af971c0b71a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2e8e9a8c173554308514f563bf31300", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2e8e9a8c173554308514f563bf31300", + "x-ms-correlation-request-id": "2ba94bfe-5401-4b96-8fcd-67d9022fad28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;29233", + "x-ms-ratelimit-remaining-subscription-reads": "11608", + "x-ms-request-id": "b5dce8ef-e68f-4fcd-b352-cc2fe0085398", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062106Z:2ba94bfe-5401-4b96-8fcd-67d9022fad28" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "91e31ca67e7118d1ee914e97c097aca4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91e31ca67e7118d1ee914e97c097aca4", + "x-ms-correlation-request-id": "7e812164-b3cf-47a6-80ea-df36f230cde0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;29232", + "x-ms-ratelimit-remaining-subscription-reads": "11607", + "x-ms-request-id": "0d3fbd2a-4864-4374-bda2-7498ced88f97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062106Z:7e812164-b3cf-47a6-80ea-df36f230cde0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8286cc4c8585a3337c92f6ab17d8773", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8286cc4c8585a3337c92f6ab17d8773", + "x-ms-correlation-request-id": "75c49435-0d3c-4c32-a09d-91a597a20898", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;29231", + "x-ms-ratelimit-remaining-subscription-reads": "11606", + "x-ms-request-id": "3ff6e311-8428-4011-842b-ddec7b8e30a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062107Z:75c49435-0d3c-4c32-a09d-91a597a20898" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a155751568a2a5717cfc3e173ab9570", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a155751568a2a5717cfc3e173ab9570", + "x-ms-correlation-request-id": "b0462317-f2c7-40f8-8a0a-b9a300b068bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;29230", + "x-ms-ratelimit-remaining-subscription-reads": "11605", + "x-ms-request-id": "84ef777b-c445-48ad-91ca-2c6c9e84d8b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062107Z:b0462317-f2c7-40f8-8a0a-b9a300b068bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce91aba51bcbdea8e98959a84e676771", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce91aba51bcbdea8e98959a84e676771", + "x-ms-correlation-request-id": "c0b3f392-cabf-44d3-98c7-7e33066cf362", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;29229", + "x-ms-ratelimit-remaining-subscription-reads": "11604", + "x-ms-request-id": "cb57393f-f70d-4eb5-b954-6932dd7a4816", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062107Z:c0b3f392-cabf-44d3-98c7-7e33066cf362" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6846da0972826d1a15fde0880551e78c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6846da0972826d1a15fde0880551e78c", + "x-ms-correlation-request-id": "6fbfcae2-0500-495b-beb2-3874775e5e27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;29228", + "x-ms-ratelimit-remaining-subscription-reads": "11603", + "x-ms-request-id": "9dd0d86c-b427-4364-9467-0b0ca1cc9159", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062107Z:6fbfcae2-0500-495b-beb2-3874775e5e27" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "06c4bf34b9eb36a8af365000fdaedbb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06c4bf34b9eb36a8af365000fdaedbb0", + "x-ms-correlation-request-id": "e930e983-2ea3-4dcb-a4c1-754a4a85d22b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;29227", + "x-ms-ratelimit-remaining-subscription-reads": "11602", + "x-ms-request-id": "45c87f31-7d9c-4de9-be73-2053d8e153d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062108Z:e930e983-2ea3-4dcb-a4c1-754a4a85d22b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98d751682c6533ed9024b9cd3a1fd998", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98d751682c6533ed9024b9cd3a1fd998", + "x-ms-correlation-request-id": "5a747a86-e821-4d2b-b0f1-e67cec9aa66e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;29226", + "x-ms-ratelimit-remaining-subscription-reads": "11601", + "x-ms-request-id": "10b745f4-ff90-4b1d-90e3-bea8edc368d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062108Z:5a747a86-e821-4d2b-b0f1-e67cec9aa66e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e74cda261a250853210b94c211a7066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e74cda261a250853210b94c211a7066", + "x-ms-correlation-request-id": "9a5212c3-46f2-4213-b3d1-c4d99d163a87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;29225", + "x-ms-ratelimit-remaining-subscription-reads": "11600", + "x-ms-request-id": "7b94c1a7-3b5d-47cd-93b8-b5cd529ccb95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062108Z:9a5212c3-46f2-4213-b3d1-c4d99d163a87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b31f30214e790727d19175c7ffdafb8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b31f30214e790727d19175c7ffdafb8f", + "x-ms-correlation-request-id": "6ce63bb0-f260-4a68-b6c0-d5edf9e99413", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;29224", + "x-ms-ratelimit-remaining-subscription-reads": "11599", + "x-ms-request-id": "5ade9b26-035b-4430-b31e-f7963557b7a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062108Z:6ce63bb0-f260-4a68-b6c0-d5edf9e99413" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "305eb75c4c3a060dcb86665473a11176", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "305eb75c4c3a060dcb86665473a11176", + "x-ms-correlation-request-id": "8e053b2a-c47b-49d7-a911-62727985d66e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;29223", + "x-ms-ratelimit-remaining-subscription-reads": "11598", + "x-ms-request-id": "5cad19c9-3db9-45e7-b9d8-2b20d9378110", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062109Z:8e053b2a-c47b-49d7-a911-62727985d66e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09ab52b32600531ea56cbd11ebbe5157", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09ab52b32600531ea56cbd11ebbe5157", + "x-ms-correlation-request-id": "f9cf7c6f-9310-44d3-983a-6c00f69559fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;29222", + "x-ms-ratelimit-remaining-subscription-reads": "11597", + "x-ms-request-id": "f600e7fa-378a-4bf4-9f3a-a90c77e24d9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062109Z:f9cf7c6f-9310-44d3-983a-6c00f69559fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69ef29143fbbd42b2218e7f2e8d29330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69ef29143fbbd42b2218e7f2e8d29330", + "x-ms-correlation-request-id": "4846eb73-8815-4569-9927-ed89aa81a6ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;29221", + "x-ms-ratelimit-remaining-subscription-reads": "11596", + "x-ms-request-id": "5f63ae28-befb-4bd8-b547-ba4d7d805ea1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062109Z:4846eb73-8815-4569-9927-ed89aa81a6ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac13ff7ff22e368f990a8acd8ffc1b0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac13ff7ff22e368f990a8acd8ffc1b0d", + "x-ms-correlation-request-id": "b36a7e6f-0727-4d16-b3aa-a7ed15478219", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;29220", + "x-ms-ratelimit-remaining-subscription-reads": "11595", + "x-ms-request-id": "17a705b6-51d6-44dd-82b6-6989f801bd24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062109Z:b36a7e6f-0727-4d16-b3aa-a7ed15478219" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a3f0e35a7b273ba27d7e7e73f2c6ad3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a3f0e35a7b273ba27d7e7e73f2c6ad3", + "x-ms-correlation-request-id": "ff60676d-7996-474c-80e4-d3a8f9a596ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;29219", + "x-ms-ratelimit-remaining-subscription-reads": "11594", + "x-ms-request-id": "7749b2ca-3232-4a97-81f9-fb54330ff4eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062110Z:ff60676d-7996-474c-80e4-d3a8f9a596ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec918dd9a4aa22289ab8d0b0b55d4425", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec918dd9a4aa22289ab8d0b0b55d4425", + "x-ms-correlation-request-id": "107930f7-0884-4eec-8a7a-7d53138748fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;29218", + "x-ms-ratelimit-remaining-subscription-reads": "11593", + "x-ms-request-id": "91f3c83f-3f93-4be3-b940-daed3e84cfc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062110Z:107930f7-0884-4eec-8a7a-7d53138748fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dabdd9fd4992d87d449f85570aa7f76c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dabdd9fd4992d87d449f85570aa7f76c", + "x-ms-correlation-request-id": "7e0aa0b4-fd4a-4603-aea2-65063353c666", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;29217", + "x-ms-ratelimit-remaining-subscription-reads": "11592", + "x-ms-request-id": "cfb4d5b7-2e21-470c-869d-47fc56c0b886", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062110Z:7e0aa0b4-fd4a-4603-aea2-65063353c666" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02f4b7a02e6a9162e51daffad609bec9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02f4b7a02e6a9162e51daffad609bec9", + "x-ms-correlation-request-id": "4c2fdf8d-6053-4bdd-8234-04a6b5224c18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;29216", + "x-ms-ratelimit-remaining-subscription-reads": "11591", + "x-ms-request-id": "030c2d50-4053-43f4-a47f-aa5300d3c5fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062110Z:4c2fdf8d-6053-4bdd-8234-04a6b5224c18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65e9c192906f90400fb9a70b1ed117f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65e9c192906f90400fb9a70b1ed117f2", + "x-ms-correlation-request-id": "2a96460d-0c84-4dc2-87e2-e499e1429dee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;29215", + "x-ms-ratelimit-remaining-subscription-reads": "11590", + "x-ms-request-id": "2c11466b-ff85-4bae-8f6b-baf1412a9282", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062111Z:2a96460d-0c84-4dc2-87e2-e499e1429dee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe1063c04269cebb762cf4759983013b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe1063c04269cebb762cf4759983013b", + "x-ms-correlation-request-id": "4072c99b-6770-4b7f-bbd4-1200212209f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;29214", + "x-ms-ratelimit-remaining-subscription-reads": "11589", + "x-ms-request-id": "a49beb0b-8408-43a0-8e84-c8df47cdc01f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062111Z:4072c99b-6770-4b7f-bbd4-1200212209f4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49c5bce192be0ffd7764f3b087577214", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49c5bce192be0ffd7764f3b087577214", + "x-ms-correlation-request-id": "52197331-7e6e-47cf-b81c-df7be76a1990", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;29213", + "x-ms-ratelimit-remaining-subscription-reads": "11588", + "x-ms-request-id": "170f5fd1-60da-48ce-b690-78043e33f83c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062111Z:52197331-7e6e-47cf-b81c-df7be76a1990" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7239bc05c0f94f5f061aee439ccaf68b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7239bc05c0f94f5f061aee439ccaf68b", + "x-ms-correlation-request-id": "51e3a931-8d84-42e4-9e8a-cd2c8e49af80", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;29212", + "x-ms-ratelimit-remaining-subscription-reads": "11587", + "x-ms-request-id": "69bea3b7-e23a-491e-b592-f5de040a3c1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062111Z:51e3a931-8d84-42e4-9e8a-cd2c8e49af80" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "622a6cb8ce0b2e34660187054e0a471f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "622a6cb8ce0b2e34660187054e0a471f", + "x-ms-correlation-request-id": "ea305ae9-4bf6-4d5e-9805-a8e8ce4070be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;29211", + "x-ms-ratelimit-remaining-subscription-reads": "11586", + "x-ms-request-id": "1d45ed8f-1ded-410b-89b6-b6c99de65961", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062112Z:ea305ae9-4bf6-4d5e-9805-a8e8ce4070be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc70e0b98e4a21425c7542a3a3ba72ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc70e0b98e4a21425c7542a3a3ba72ac", + "x-ms-correlation-request-id": "29508a33-0c9a-4b4b-b0b4-df38ca6ae698", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;29210", + "x-ms-ratelimit-remaining-subscription-reads": "11585", + "x-ms-request-id": "6a7676e3-d5cc-4564-b0c3-4308f68ca656", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062112Z:29508a33-0c9a-4b4b-b0b4-df38ca6ae698" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1af8676d0f2d3608880a0cf7385901fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1af8676d0f2d3608880a0cf7385901fc", + "x-ms-correlation-request-id": "e0d20640-a345-48c4-bdb3-1c351d562388", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;29209", + "x-ms-ratelimit-remaining-subscription-reads": "11584", + "x-ms-request-id": "7a6ebf19-d29f-40e8-ad17-1f8c544103b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062112Z:e0d20640-a345-48c4-bdb3-1c351d562388" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc89cfd2195a29412a0905968b918aab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc89cfd2195a29412a0905968b918aab", + "x-ms-correlation-request-id": "9a83ca3c-05c9-48f4-b91b-9d70cff6a3b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;29208", + "x-ms-ratelimit-remaining-subscription-reads": "11583", + "x-ms-request-id": "6ff193ed-f118-4f05-9150-a50d33d26482", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062112Z:9a83ca3c-05c9-48f4-b91b-9d70cff6a3b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e797da8e2d11aaf1d739543f824ae803", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e797da8e2d11aaf1d739543f824ae803", + "x-ms-correlation-request-id": "43f3369b-1fd0-4399-a3ba-cea901d05285", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;29207", + "x-ms-ratelimit-remaining-subscription-reads": "11582", + "x-ms-request-id": "1edf8981-81c7-4021-9317-366b6530dc22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062113Z:43f3369b-1fd0-4399-a3ba-cea901d05285" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d4d04674b631545225cef0240971aaf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4d04674b631545225cef0240971aaf7", + "x-ms-correlation-request-id": "1f654aa1-57b2-4896-b2d2-6a5e06eeb058", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;29206", + "x-ms-ratelimit-remaining-subscription-reads": "11581", + "x-ms-request-id": "966b0a73-277e-496a-8de9-83e2052d6cc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062113Z:1f654aa1-57b2-4896-b2d2-6a5e06eeb058" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e68617f19c1a5eadddee420c501a7df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e68617f19c1a5eadddee420c501a7df", + "x-ms-correlation-request-id": "53734959-ad12-4bf3-a7eb-cf9992e21e72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;29205", + "x-ms-ratelimit-remaining-subscription-reads": "11580", + "x-ms-request-id": "282e5904-a466-411f-bbc2-41ef2003ff65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062113Z:53734959-ad12-4bf3-a7eb-cf9992e21e72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45220221b6c0d7798843c1423ccda066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45220221b6c0d7798843c1423ccda066", + "x-ms-correlation-request-id": "955c614c-488f-45fe-8f7d-4a1cff9e3f4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;29204", + "x-ms-ratelimit-remaining-subscription-reads": "11579", + "x-ms-request-id": "35872e97-694f-401d-b353-eea216b34610", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062113Z:955c614c-488f-45fe-8f7d-4a1cff9e3f4b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20bf5d8e8ae15a415c2af752d2318e23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20bf5d8e8ae15a415c2af752d2318e23", + "x-ms-correlation-request-id": "06c0abe0-f110-4ec1-aefc-9e2612acdb18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;29203", + "x-ms-ratelimit-remaining-subscription-reads": "11578", + "x-ms-request-id": "83586adc-d713-44dc-920a-2213d7587cea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062114Z:06c0abe0-f110-4ec1-aefc-9e2612acdb18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "07031027654fc936e791d57d58a7680f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07031027654fc936e791d57d58a7680f", + "x-ms-correlation-request-id": "4438ee5a-b36f-405f-bab5-1ee19d9f7c0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;29202", + "x-ms-ratelimit-remaining-subscription-reads": "11577", + "x-ms-request-id": "0878a7b4-1c91-4e45-b840-fd13b69cde2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062114Z:4438ee5a-b36f-405f-bab5-1ee19d9f7c0d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68917e3e864196fec1c7e995bf260556", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68917e3e864196fec1c7e995bf260556", + "x-ms-correlation-request-id": "1234de1a-0381-4683-a733-40dfd62db639", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;29201", + "x-ms-ratelimit-remaining-subscription-reads": "11576", + "x-ms-request-id": "da5a4016-06b2-4e60-ab0b-317c026364e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062114Z:1234de1a-0381-4683-a733-40dfd62db639" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c1b9db599ca291626f63950b4c302b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c1b9db599ca291626f63950b4c302b4", + "x-ms-correlation-request-id": "24bda085-3267-4014-b993-33187065a540", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;29200", + "x-ms-ratelimit-remaining-subscription-reads": "11575", + "x-ms-request-id": "d9a1110d-2883-4e2c-9755-89f0f3b5e524", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062114Z:24bda085-3267-4014-b993-33187065a540" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5414e7c226a0a0e1116c45887ca10ac0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5414e7c226a0a0e1116c45887ca10ac0", + "x-ms-correlation-request-id": "b9166167-0208-4d24-89a2-0bbeb43555fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;29199", + "x-ms-ratelimit-remaining-subscription-reads": "11574", + "x-ms-request-id": "cb59ac17-a61c-45b6-9a22-da4c540604df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062115Z:b9166167-0208-4d24-89a2-0bbeb43555fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bac87f8b3b8ba5446768414b4daee2fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bac87f8b3b8ba5446768414b4daee2fe", + "x-ms-correlation-request-id": "14438b93-08a9-483d-ae48-573d81c9ede2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;29198", + "x-ms-ratelimit-remaining-subscription-reads": "11573", + "x-ms-request-id": "89a5e798-875f-4db3-9e01-d68fab295546", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062115Z:14438b93-08a9-483d-ae48-573d81c9ede2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7d334c4b1128eb6bb7b1a5e538eac84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7d334c4b1128eb6bb7b1a5e538eac84", + "x-ms-correlation-request-id": "ee41e3ce-21d2-4ff9-8b06-03123ee2bcf1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;29197", + "x-ms-ratelimit-remaining-subscription-reads": "11572", + "x-ms-request-id": "208de7ae-8bfe-47ac-8fbc-fb1d87419434", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062115Z:ee41e3ce-21d2-4ff9-8b06-03123ee2bcf1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34c478ec48fa8628a36fec37e4965263", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34c478ec48fa8628a36fec37e4965263", + "x-ms-correlation-request-id": "44512862-6030-4d00-ba0b-fa06359345e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;29196", + "x-ms-ratelimit-remaining-subscription-reads": "11571", + "x-ms-request-id": "7b5d6993-5b90-4bb0-8df2-42c6e6e5e7a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062115Z:44512862-6030-4d00-ba0b-fa06359345e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48c3478933cedaaec93afe1021e651d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48c3478933cedaaec93afe1021e651d9", + "x-ms-correlation-request-id": "f6ecb69d-5f9c-4e2a-9041-bb8c300b7861", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;29195", + "x-ms-ratelimit-remaining-subscription-reads": "11570", + "x-ms-request-id": "536d6c48-e7c7-419f-82a1-7a59ee434352", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062116Z:f6ecb69d-5f9c-4e2a-9041-bb8c300b7861" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d45ebdbbade97c040b4c33a2c47ea925", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d45ebdbbade97c040b4c33a2c47ea925", + "x-ms-correlation-request-id": "6a182a0e-fc37-4f5f-ab72-6418132a989b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;29194", + "x-ms-ratelimit-remaining-subscription-reads": "11569", + "x-ms-request-id": "5d89ac53-c1f2-49de-b4ef-56cb90c8e993", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062116Z:6a182a0e-fc37-4f5f-ab72-6418132a989b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0bd4b62864cab9b6cae96bbf491865bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0bd4b62864cab9b6cae96bbf491865bd", + "x-ms-correlation-request-id": "9e8a0771-1728-4885-8c7b-90a00e82bf9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;29193", + "x-ms-ratelimit-remaining-subscription-reads": "11568", + "x-ms-request-id": "5e509cc1-f1f9-4187-aa88-80b76a209b32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062116Z:9e8a0771-1728-4885-8c7b-90a00e82bf9d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "277b121d7e37db7a43463c81ff0b164a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "277b121d7e37db7a43463c81ff0b164a", + "x-ms-correlation-request-id": "4af376d7-18a2-4c5f-aff4-ee8808026125", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;29192", + "x-ms-ratelimit-remaining-subscription-reads": "11567", + "x-ms-request-id": "e7ce5133-5968-4124-9590-5f75990c21ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062116Z:4af376d7-18a2-4c5f-aff4-ee8808026125" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ae7d9914511570e06a509ff414432f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ae7d9914511570e06a509ff414432f2", + "x-ms-correlation-request-id": "c2c1ce8d-14dd-4813-956f-d4ff976fc3fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;29191", + "x-ms-ratelimit-remaining-subscription-reads": "11566", + "x-ms-request-id": "81a57e59-20c0-4f71-8d96-af1e51f1ea9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062117Z:c2c1ce8d-14dd-4813-956f-d4ff976fc3fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b18576e78202aaed3cf9c8842734babf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b18576e78202aaed3cf9c8842734babf", + "x-ms-correlation-request-id": "708d0dde-9565-48c6-8088-3c1b56e27aa5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;29190", + "x-ms-ratelimit-remaining-subscription-reads": "11565", + "x-ms-request-id": "5a82acaf-a6b5-46b9-8273-1ee592284321", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062117Z:708d0dde-9565-48c6-8088-3c1b56e27aa5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "702e21d3fb31d7ac03242092747a99fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "702e21d3fb31d7ac03242092747a99fe", + "x-ms-correlation-request-id": "4af167cf-3570-4228-808e-d43dd7b0f72b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;29189", + "x-ms-ratelimit-remaining-subscription-reads": "11564", + "x-ms-request-id": "617061c7-9148-406c-9ffb-ced855f917f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062117Z:4af167cf-3570-4228-808e-d43dd7b0f72b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "889a4a1464850f47eb3c2d177d8a2fd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "889a4a1464850f47eb3c2d177d8a2fd2", + "x-ms-correlation-request-id": "2a995f67-c1eb-4c7c-a529-5e7c6955d79b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;29188", + "x-ms-ratelimit-remaining-subscription-reads": "11563", + "x-ms-request-id": "d85b712c-80b8-4035-9cbf-121700149feb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062117Z:2a995f67-c1eb-4c7c-a529-5e7c6955d79b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "202b4aebc116ecc0caadadde615b36c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "202b4aebc116ecc0caadadde615b36c1", + "x-ms-correlation-request-id": "00b4d576-d3be-4965-a6d3-c88655a95029", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;29187", + "x-ms-ratelimit-remaining-subscription-reads": "11562", + "x-ms-request-id": "d68077dd-0f60-4c8f-a4e2-934428d3edd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062118Z:00b4d576-d3be-4965-a6d3-c88655a95029" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd6fca5f319a6f39da1f85f5cd945a79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd6fca5f319a6f39da1f85f5cd945a79", + "x-ms-correlation-request-id": "75c42c8c-16da-4cfc-8c5d-f80db17ea9cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;29186", + "x-ms-ratelimit-remaining-subscription-reads": "11561", + "x-ms-request-id": "ce262222-77c1-4b47-8973-d8dabd259b36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062118Z:75c42c8c-16da-4cfc-8c5d-f80db17ea9cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2aa74ef5794e52e889aebed8b669ad90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2aa74ef5794e52e889aebed8b669ad90", + "x-ms-correlation-request-id": "e263976c-3b3e-4b9e-80c9-f7238d7a79a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;29185", + "x-ms-ratelimit-remaining-subscription-reads": "11560", + "x-ms-request-id": "9accba51-6a2b-458b-92ac-8922ed8d7db4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062118Z:e263976c-3b3e-4b9e-80c9-f7238d7a79a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2b86b06521ab93710bc46f63ccb1e35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2b86b06521ab93710bc46f63ccb1e35", + "x-ms-correlation-request-id": "d0bf7a46-0d21-4a73-a613-85e8e7185f63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;29184", + "x-ms-ratelimit-remaining-subscription-reads": "11559", + "x-ms-request-id": "4a86c7de-2f1d-44e0-859c-f6c7fad60c3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062118Z:d0bf7a46-0d21-4a73-a613-85e8e7185f63" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13e834530cb4e572e11d53ec7261b870", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13e834530cb4e572e11d53ec7261b870", + "x-ms-correlation-request-id": "6de6dc0a-0ed7-4875-a8ec-d82f61a31ad0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;29183", + "x-ms-ratelimit-remaining-subscription-reads": "11558", + "x-ms-request-id": "a21eb331-226c-4186-9683-9373363939b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062119Z:6de6dc0a-0ed7-4875-a8ec-d82f61a31ad0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61eef571a7dba35e16ed199233f115bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61eef571a7dba35e16ed199233f115bd", + "x-ms-correlation-request-id": "b357c4e2-8b98-4163-844d-6133b07e4a4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;29182", + "x-ms-ratelimit-remaining-subscription-reads": "11557", + "x-ms-request-id": "2d7f8dc6-63c4-4d51-abb6-d09b2187ee73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062119Z:b357c4e2-8b98-4163-844d-6133b07e4a4f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8184888f9a80f9dcf9d3d1fcfe4b46ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8184888f9a80f9dcf9d3d1fcfe4b46ae", + "x-ms-correlation-request-id": "b4252d60-ddf1-4237-9801-237664a3ff56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;29181", + "x-ms-ratelimit-remaining-subscription-reads": "11556", + "x-ms-request-id": "9d3672a5-3713-4857-ae3e-b88c23d2784a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062119Z:b4252d60-ddf1-4237-9801-237664a3ff56" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4784d503bcdcab5ad645fcc6f2e0b2ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4784d503bcdcab5ad645fcc6f2e0b2ef", + "x-ms-correlation-request-id": "1d15fe46-28ff-46b0-af4e-276ec2375208", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;29180", + "x-ms-ratelimit-remaining-subscription-reads": "11555", + "x-ms-request-id": "0db6bf2c-c6ee-4e3f-a47f-36318a264192", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062119Z:1d15fe46-28ff-46b0-af4e-276ec2375208" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ea5c960837dcd7f018f56808d661a4ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea5c960837dcd7f018f56808d661a4ca", + "x-ms-correlation-request-id": "0143427a-16a4-4883-81b9-55e177456ed2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;29179", + "x-ms-ratelimit-remaining-subscription-reads": "11554", + "x-ms-request-id": "d948e2e4-1623-40bb-a059-de1b84d98744", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062120Z:0143427a-16a4-4883-81b9-55e177456ed2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d8e6ba6cd6dd3e02ed9ab3a9d150618", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d8e6ba6cd6dd3e02ed9ab3a9d150618", + "x-ms-correlation-request-id": "15fd5cf9-2bcc-4c9e-b76e-7ec93b232b97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;29178", + "x-ms-ratelimit-remaining-subscription-reads": "11553", + "x-ms-request-id": "6b89b00a-726f-4774-9b27-472efddb42d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062120Z:15fd5cf9-2bcc-4c9e-b76e-7ec93b232b97" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "67f4e1205cefccd1e4ac2ee75451d474", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67f4e1205cefccd1e4ac2ee75451d474", + "x-ms-correlation-request-id": "ff5771c7-b234-4cf6-90e8-d28062756c5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;29177", + "x-ms-ratelimit-remaining-subscription-reads": "11552", + "x-ms-request-id": "7e488291-99e9-4354-8ea8-c5c4aa5d102e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062120Z:ff5771c7-b234-4cf6-90e8-d28062756c5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "871f32a054513a82b588bb038bb63a03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "871f32a054513a82b588bb038bb63a03", + "x-ms-correlation-request-id": "1f1326c9-e410-4c6e-9b72-d53525d26023", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;29176", + "x-ms-ratelimit-remaining-subscription-reads": "11551", + "x-ms-request-id": "d05149d5-5117-4c87-9d23-b1f44b633ea2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062120Z:1f1326c9-e410-4c6e-9b72-d53525d26023" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4e74fee3d6d4adb99c178c09ef87fdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4e74fee3d6d4adb99c178c09ef87fdc", + "x-ms-correlation-request-id": "eddcafa2-0e65-4acc-bf41-b209c3240e3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;29175", + "x-ms-ratelimit-remaining-subscription-reads": "11550", + "x-ms-request-id": "586406ff-b1d0-407d-9f5f-0a1d1d5932e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062121Z:eddcafa2-0e65-4acc-bf41-b209c3240e3d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b9936057ff5cbc65fb9b166a1ce402e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b9936057ff5cbc65fb9b166a1ce402e", + "x-ms-correlation-request-id": "485d0a8f-e663-4341-94af-baec8538e5a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;29174", + "x-ms-ratelimit-remaining-subscription-reads": "11549", + "x-ms-request-id": "d9072213-3ee9-475a-a343-e3aa97f83937", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062121Z:485d0a8f-e663-4341-94af-baec8538e5a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "04f92b72df69630757d5ee90dcc29cbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04f92b72df69630757d5ee90dcc29cbd", + "x-ms-correlation-request-id": "94482eeb-7df7-4864-8638-199f273be2ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;29173", + "x-ms-ratelimit-remaining-subscription-reads": "11548", + "x-ms-request-id": "35feffd6-f36b-4165-acfb-0cdaf7eae500", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062121Z:94482eeb-7df7-4864-8638-199f273be2ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54fede09ce1c6e0d891b95b38b74a9ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54fede09ce1c6e0d891b95b38b74a9ca", + "x-ms-correlation-request-id": "d303af11-991c-419c-ac2b-b0259f5d1f02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;29172", + "x-ms-ratelimit-remaining-subscription-reads": "11547", + "x-ms-request-id": "fc885587-9d59-4821-b7f9-717d23a67474", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062121Z:d303af11-991c-419c-ac2b-b0259f5d1f02" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "734d49807bff25722f3614209136ef9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "734d49807bff25722f3614209136ef9d", + "x-ms-correlation-request-id": "4ba4a82b-6609-4554-b5d2-d83deba33185", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;29171", + "x-ms-ratelimit-remaining-subscription-reads": "11546", + "x-ms-request-id": "0a14aed3-5797-439d-8b0d-7bf902e35a11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062122Z:4ba4a82b-6609-4554-b5d2-d83deba33185" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c25cf41decd0a3121d8a7a4d4a53d8e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c25cf41decd0a3121d8a7a4d4a53d8e2", + "x-ms-correlation-request-id": "7841fdf0-c45e-4464-a4d2-beb870fdf194", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;29170", + "x-ms-ratelimit-remaining-subscription-reads": "11545", + "x-ms-request-id": "1bfbcab3-6554-4b69-bc9b-b6d28a7c94f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062122Z:7841fdf0-c45e-4464-a4d2-beb870fdf194" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "920f232c28748ebd6bd825e6baeddd52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "920f232c28748ebd6bd825e6baeddd52", + "x-ms-correlation-request-id": "771e4c55-1502-499f-a86f-ceb198cc985e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;29169", + "x-ms-ratelimit-remaining-subscription-reads": "11544", + "x-ms-request-id": "0af08e87-6f9f-4345-9e65-a17f82c5740e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062122Z:771e4c55-1502-499f-a86f-ceb198cc985e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9696f82ce61794fa37a955740024dadb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9696f82ce61794fa37a955740024dadb", + "x-ms-correlation-request-id": "d9a0b5d2-9cb5-483c-a332-eb7b4c495704", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;29168", + "x-ms-ratelimit-remaining-subscription-reads": "11543", + "x-ms-request-id": "2ef552d5-8724-4b50-b203-7b78571f3221", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062122Z:d9a0b5d2-9cb5-483c-a332-eb7b4c495704" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ef3315d5d27f42837ce56f7c62ce830", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ef3315d5d27f42837ce56f7c62ce830", + "x-ms-correlation-request-id": "1a3ca9da-0454-4475-9858-5aef404fd152", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;29167", + "x-ms-ratelimit-remaining-subscription-reads": "11542", + "x-ms-request-id": "9237a5ff-6e30-4319-b003-cb1142818456", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062123Z:1a3ca9da-0454-4475-9858-5aef404fd152" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "512128ad41bd45ca287a5acad3488e46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "512128ad41bd45ca287a5acad3488e46", + "x-ms-correlation-request-id": "0cf0151c-4a79-4ef3-87d5-830548edffb8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;29166", + "x-ms-ratelimit-remaining-subscription-reads": "11541", + "x-ms-request-id": "12ac3bf5-9776-45c6-a61f-7543a9203069", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062123Z:0cf0151c-4a79-4ef3-87d5-830548edffb8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "898849fe6ff9ce2bcfa15f499002cd0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "898849fe6ff9ce2bcfa15f499002cd0a", + "x-ms-correlation-request-id": "464492eb-618c-4ecc-a311-11b7183e8f3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;29165", + "x-ms-ratelimit-remaining-subscription-reads": "11540", + "x-ms-request-id": "e96868dd-6a83-4d2a-9d27-7a5e5ea2474c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062123Z:464492eb-618c-4ecc-a311-11b7183e8f3b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8c724c088031c1e66ae45ad025e21ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8c724c088031c1e66ae45ad025e21ee", + "x-ms-correlation-request-id": "13aa7001-349e-4ea7-8ebb-92e4a5f26bfd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;29164", + "x-ms-ratelimit-remaining-subscription-reads": "11539", + "x-ms-request-id": "fb8a7fa6-1b0e-46d9-a1c1-7968ad8e439a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062123Z:13aa7001-349e-4ea7-8ebb-92e4a5f26bfd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7df90f405fa43e37fc53821be181b525", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7df90f405fa43e37fc53821be181b525", + "x-ms-correlation-request-id": "75a97ddd-6ff3-48cc-bf7a-89f2bf7dd90f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;29163", + "x-ms-ratelimit-remaining-subscription-reads": "11538", + "x-ms-request-id": "63e7dc8f-b975-4b91-81bd-3729fc6ed6a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062124Z:75a97ddd-6ff3-48cc-bf7a-89f2bf7dd90f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae094facb58075432b6b224b297ecb71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae094facb58075432b6b224b297ecb71", + "x-ms-correlation-request-id": "4ba00c96-8904-4e1f-9b77-bbf552f72dd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;29162", + "x-ms-ratelimit-remaining-subscription-reads": "11537", + "x-ms-request-id": "4ba98d63-dfc8-450e-962b-9526c92e846c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062124Z:4ba00c96-8904-4e1f-9b77-bbf552f72dd9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8009708050096166ed89dbaf06023ae5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8009708050096166ed89dbaf06023ae5", + "x-ms-correlation-request-id": "360e4799-fa9f-4ca6-9ff7-7145a1493f95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;29161", + "x-ms-ratelimit-remaining-subscription-reads": "11536", + "x-ms-request-id": "579ae281-82d9-4b7c-af40-37460b86ca27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062124Z:360e4799-fa9f-4ca6-9ff7-7145a1493f95" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b20020f872548a6ecb8451383deb147e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b20020f872548a6ecb8451383deb147e", + "x-ms-correlation-request-id": "779c3ade-ab41-41df-97d9-4f0743cfdfd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14415,Microsoft.Compute/GetOperation30Min;29160", + "x-ms-ratelimit-remaining-subscription-reads": "11535", + "x-ms-request-id": "ea4f748e-56ae-4c1d-880d-12dfaba05974", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062124Z:779c3ade-ab41-41df-97d9-4f0743cfdfd7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "719b118734785b1ce9a8c0f6da936e29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "719b118734785b1ce9a8c0f6da936e29", + "x-ms-correlation-request-id": "8bd23efb-f572-4bca-a2af-554b2355dfa3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14414,Microsoft.Compute/GetOperation30Min;29159", + "x-ms-ratelimit-remaining-subscription-reads": "11534", + "x-ms-request-id": "d1f2c5bc-3a34-4e95-8852-bbf7f58814c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062125Z:8bd23efb-f572-4bca-a2af-554b2355dfa3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09523d31187d0d1c027eb485ff2e2301", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09523d31187d0d1c027eb485ff2e2301", + "x-ms-correlation-request-id": "be22aa83-e7f6-4c22-9bf8-535b9ec8d606", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14413,Microsoft.Compute/GetOperation30Min;29158", + "x-ms-ratelimit-remaining-subscription-reads": "11533", + "x-ms-request-id": "15cda25c-18fc-43c6-8670-483eaf7d7506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062125Z:be22aa83-e7f6-4c22-9bf8-535b9ec8d606" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5285c75c966c36c03a5c9abb277b037", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5285c75c966c36c03a5c9abb277b037", + "x-ms-correlation-request-id": "cfab9918-bc9b-425a-8e2e-0884bc32dd9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14412,Microsoft.Compute/GetOperation30Min;29157", + "x-ms-ratelimit-remaining-subscription-reads": "11532", + "x-ms-request-id": "c6af2c8f-e25a-4bd5-8c0f-cbd181ff6ca9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062125Z:cfab9918-bc9b-425a-8e2e-0884bc32dd9c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "000727150b986e01f48e6efa80975cba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "000727150b986e01f48e6efa80975cba", + "x-ms-correlation-request-id": "2cbe1445-7d61-468f-b19a-292cc0c0d268", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;29156", + "x-ms-ratelimit-remaining-subscription-reads": "11531", + "x-ms-request-id": "f878e2d8-8fce-413e-8200-25a2e979f417", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062125Z:2cbe1445-7d61-468f-b19a-292cc0c0d268" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d81be85796b67c3d08f05d74f715a8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d81be85796b67c3d08f05d74f715a8b", + "x-ms-correlation-request-id": "972a98db-8af0-40e2-a057-13f1dc823f73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;29155", + "x-ms-ratelimit-remaining-subscription-reads": "11530", + "x-ms-request-id": "4d03eb3b-c0f6-496e-b655-b23f42c4bf46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062126Z:972a98db-8af0-40e2-a057-13f1dc823f73" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d76f7ccd232769695bb901d75b72436c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d76f7ccd232769695bb901d75b72436c", + "x-ms-correlation-request-id": "42f5f83e-ab6f-4f71-a03d-2e3e6a3e1ae8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14409,Microsoft.Compute/GetOperation30Min;29154", + "x-ms-ratelimit-remaining-subscription-reads": "11529", + "x-ms-request-id": "1bdf088c-9306-4847-a81f-74c3f79bc4dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062126Z:42f5f83e-ab6f-4f71-a03d-2e3e6a3e1ae8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f3260f4933f59ccc649f2f0905291f82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3260f4933f59ccc649f2f0905291f82", + "x-ms-correlation-request-id": "938c9319-e0da-4f56-a87b-aa4fbe83cae3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;29153", + "x-ms-ratelimit-remaining-subscription-reads": "11528", + "x-ms-request-id": "bf4a8647-7e3e-4ae3-9b0c-ecdb23fc7442", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062126Z:938c9319-e0da-4f56-a87b-aa4fbe83cae3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "032ce23384276193551822b277eb0c5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "032ce23384276193551822b277eb0c5e", + "x-ms-correlation-request-id": "d5edef30-9425-4374-9291-527f07b5cca6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;29152", + "x-ms-ratelimit-remaining-subscription-reads": "11527", + "x-ms-request-id": "c32ae36c-76c7-41cc-8727-717d5caac986", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062126Z:d5edef30-9425-4374-9291-527f07b5cca6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f8e984b674a9a96b0d37287f45f6331", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f8e984b674a9a96b0d37287f45f6331", + "x-ms-correlation-request-id": "920f0ea9-3e1f-4854-9a66-4f16e07cff1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;29151", + "x-ms-ratelimit-remaining-subscription-reads": "11526", + "x-ms-request-id": "68584a73-921f-4f98-9703-69a3ae5bb34f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062127Z:920f0ea9-3e1f-4854-9a66-4f16e07cff1c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78a47e994046c4457cc59ddd111a2478", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78a47e994046c4457cc59ddd111a2478", + "x-ms-correlation-request-id": "f2b194af-143e-4e51-932b-fcf4c0ea5542", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;29150", + "x-ms-ratelimit-remaining-subscription-reads": "11525", + "x-ms-request-id": "957771db-629e-4862-b703-d45396f53988", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062127Z:f2b194af-143e-4e51-932b-fcf4c0ea5542" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6dbed193df9acc384c915253110b6df6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6dbed193df9acc384c915253110b6df6", + "x-ms-correlation-request-id": "614f1137-a3ad-47df-a989-15f1ddbaa75e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;29148", + "x-ms-ratelimit-remaining-subscription-reads": "11524", + "x-ms-request-id": "1f3bb8d9-460a-4e4a-b7ac-73e2c30f9d4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062127Z:614f1137-a3ad-47df-a989-15f1ddbaa75e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f918f0b493470a1853cac385c9b88996", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f918f0b493470a1853cac385c9b88996", + "x-ms-correlation-request-id": "ea3bef09-15ac-4bea-b95c-af9f677b8a13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;29147", + "x-ms-ratelimit-remaining-subscription-reads": "11523", + "x-ms-request-id": "5b156f30-614c-4974-bdfe-853f5d28886b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062127Z:ea3bef09-15ac-4bea-b95c-af9f677b8a13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22f4faaff6a0ba9646d72bb4eef1b270", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22f4faaff6a0ba9646d72bb4eef1b270", + "x-ms-correlation-request-id": "2f53720f-3336-49d8-8041-3761eaeb7a4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;29146", + "x-ms-ratelimit-remaining-subscription-reads": "11522", + "x-ms-request-id": "1473d69a-1813-4c96-9d3d-bc5534bafbc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062128Z:2f53720f-3336-49d8-8041-3761eaeb7a4a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2029a7572a01ff31b9b319d01bb30293", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2029a7572a01ff31b9b319d01bb30293", + "x-ms-correlation-request-id": "9eaf97a4-8b83-4f82-b627-c101c74d6308", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;29145", + "x-ms-ratelimit-remaining-subscription-reads": "11521", + "x-ms-request-id": "17d073c0-80d4-4e83-a567-52e45e947e86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062128Z:9eaf97a4-8b83-4f82-b627-c101c74d6308" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17a4bb084a17bd55595db36f68631c61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17a4bb084a17bd55595db36f68631c61", + "x-ms-correlation-request-id": "e29836d2-2e0e-4b6a-a442-481f036cb6c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;29144", + "x-ms-ratelimit-remaining-subscription-reads": "11520", + "x-ms-request-id": "e3ae9970-6dc1-4d42-9130-30291194900d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062128Z:e29836d2-2e0e-4b6a-a442-481f036cb6c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "222d5218688f8494c8f469eddcc69e92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "222d5218688f8494c8f469eddcc69e92", + "x-ms-correlation-request-id": "3242f2cc-f1e5-40c3-9cbf-d094751a3665", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;29143", + "x-ms-ratelimit-remaining-subscription-reads": "11519", + "x-ms-request-id": "22f21dc4-ee39-432d-b994-1d9665fd892e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062128Z:3242f2cc-f1e5-40c3-9cbf-d094751a3665" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "32ac97d59a4c0c59516bc7a477c19755", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32ac97d59a4c0c59516bc7a477c19755", + "x-ms-correlation-request-id": "e7bac8ae-bd7f-4c3d-bd4e-70151c53e8e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;29142", + "x-ms-ratelimit-remaining-subscription-reads": "11518", + "x-ms-request-id": "fa0df672-7894-418c-ad36-318c56e734a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062129Z:e7bac8ae-bd7f-4c3d-bd4e-70151c53e8e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c8b7b896e0859f0327204e22e068e092", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8b7b896e0859f0327204e22e068e092", + "x-ms-correlation-request-id": "1870b8e0-0279-4e99-bfef-6f9d54a2dc1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;29141", + "x-ms-ratelimit-remaining-subscription-reads": "11517", + "x-ms-request-id": "b7b858ab-f882-4fd5-b56c-5f0c2d60d6c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062129Z:1870b8e0-0279-4e99-bfef-6f9d54a2dc1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d09a20bfeab67d14f921d024a1f00c07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d09a20bfeab67d14f921d024a1f00c07", + "x-ms-correlation-request-id": "3f570f0d-9ce4-4060-88c8-4dbc8bc61457", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;29140", + "x-ms-ratelimit-remaining-subscription-reads": "11516", + "x-ms-request-id": "cf3bc2a8-57e4-4ec1-8a05-9f85b58eb082", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062129Z:3f570f0d-9ce4-4060-88c8-4dbc8bc61457" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2456145dd50ef50d930d0a2c4b362ce8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2456145dd50ef50d930d0a2c4b362ce8", + "x-ms-correlation-request-id": "b497973d-89f4-4266-be49-27fb36a38236", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;29139", + "x-ms-ratelimit-remaining-subscription-reads": "11515", + "x-ms-request-id": "177ca293-e844-4c53-a1c4-c34714ea98d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062129Z:b497973d-89f4-4266-be49-27fb36a38236" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57e4348ac726ac9fa33acf640fdffd36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57e4348ac726ac9fa33acf640fdffd36", + "x-ms-correlation-request-id": "cd085c4e-34c2-4a5b-8a18-8cfd8a478924", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;29138", + "x-ms-ratelimit-remaining-subscription-reads": "11514", + "x-ms-request-id": "08d66630-0aba-49a8-bc67-564d08a6f637", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062130Z:cd085c4e-34c2-4a5b-8a18-8cfd8a478924" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ccc54713bb12e98312a43ca9dfe831c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccc54713bb12e98312a43ca9dfe831c2", + "x-ms-correlation-request-id": "4f69eb8a-f93f-49c2-a01c-dcfe3e2f1592", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;29137", + "x-ms-ratelimit-remaining-subscription-reads": "11513", + "x-ms-request-id": "771bd8a6-957f-47a7-9192-353c702ad8a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062130Z:4f69eb8a-f93f-49c2-a01c-dcfe3e2f1592" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6d99e8f4b50b96e074a981d406a9e6b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d99e8f4b50b96e074a981d406a9e6b4", + "x-ms-correlation-request-id": "d9e3db49-c438-4a4d-a28d-69cb563dbe47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;29136", + "x-ms-ratelimit-remaining-subscription-reads": "11512", + "x-ms-request-id": "cb2ad029-57be-4104-baee-c345d0ca07ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062130Z:d9e3db49-c438-4a4d-a28d-69cb563dbe47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0418d30f5f71ced6b0fb44828af6ccba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0418d30f5f71ced6b0fb44828af6ccba", + "x-ms-correlation-request-id": "23800da9-cd1e-419e-bd44-7ec5f03b28c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;29135", + "x-ms-ratelimit-remaining-subscription-reads": "11511", + "x-ms-request-id": "96fa405b-a7eb-4aff-a401-d0df8716698e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062130Z:23800da9-cd1e-419e-bd44-7ec5f03b28c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "266f0c0990455e2b662f57683aafe368", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "266f0c0990455e2b662f57683aafe368", + "x-ms-correlation-request-id": "aff115b0-3331-4a24-b3c3-d796e2200550", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;29134", + "x-ms-ratelimit-remaining-subscription-reads": "11510", + "x-ms-request-id": "76f040ed-bae5-4eec-9145-65c209411d50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062131Z:aff115b0-3331-4a24-b3c3-d796e2200550" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b9988be2ccf955112cabc10705e0b7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b9988be2ccf955112cabc10705e0b7e", + "x-ms-correlation-request-id": "adf716c4-0960-47ed-94b5-15d13ddd9979", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;29133", + "x-ms-ratelimit-remaining-subscription-reads": "11509", + "x-ms-request-id": "b5dbfbb9-0e0b-4f3d-bfb2-35314628d25e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062131Z:adf716c4-0960-47ed-94b5-15d13ddd9979" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f9cbc6dcbf3a7f6ea8ba9d41076d9400", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9cbc6dcbf3a7f6ea8ba9d41076d9400", + "x-ms-correlation-request-id": "bf295e2d-2b41-4935-a1c2-b13f632f8f36", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;29132", + "x-ms-ratelimit-remaining-subscription-reads": "11508", + "x-ms-request-id": "fec16188-d7d7-4f18-bbb4-4884a859e3f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062131Z:bf295e2d-2b41-4935-a1c2-b13f632f8f36" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02c3db17c05cdcebbad9147bd31aed08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02c3db17c05cdcebbad9147bd31aed08", + "x-ms-correlation-request-id": "665b99c1-23a2-4424-a546-b106442b0db2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;29131", + "x-ms-ratelimit-remaining-subscription-reads": "11507", + "x-ms-request-id": "9f2db4bb-37f5-4b94-805f-87a2d2221d6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062132Z:665b99c1-23a2-4424-a546-b106442b0db2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "738cd924e9e4ff2e191a63158e108da4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "738cd924e9e4ff2e191a63158e108da4", + "x-ms-correlation-request-id": "b5adfc40-4754-4c58-bda5-081338a7c21c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;29130", + "x-ms-ratelimit-remaining-subscription-reads": "11506", + "x-ms-request-id": "ee28cc55-734b-408c-9f13-494ca11e8d65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062132Z:b5adfc40-4754-4c58-bda5-081338a7c21c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "95f8bb36089b1c22dbee3f60aaf3ab8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95f8bb36089b1c22dbee3f60aaf3ab8d", + "x-ms-correlation-request-id": "849f32c8-0fd4-4557-b400-44876ca5dd8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;29129", + "x-ms-ratelimit-remaining-subscription-reads": "11505", + "x-ms-request-id": "b56b1ad6-8307-40e0-9e07-286b8386d2fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062132Z:849f32c8-0fd4-4557-b400-44876ca5dd8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e1d95cd21e12d1cadc4e9425dd64daa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e1d95cd21e12d1cadc4e9425dd64daa", + "x-ms-correlation-request-id": "61888271-f4f1-44eb-b07b-45f33e40c3b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;29128", + "x-ms-ratelimit-remaining-subscription-reads": "11504", + "x-ms-request-id": "253ead42-ed2c-4473-9d20-f91f5743bc8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062132Z:61888271-f4f1-44eb-b07b-45f33e40c3b2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17456f4b58221b6db66f97f5aacd5426", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17456f4b58221b6db66f97f5aacd5426", + "x-ms-correlation-request-id": "79ea0c7e-36c4-4d2d-a55b-e67fa35d0405", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;29127", + "x-ms-ratelimit-remaining-subscription-reads": "11503", + "x-ms-request-id": "404a734c-57e2-4296-b8a5-5ea07e81a660", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062133Z:79ea0c7e-36c4-4d2d-a55b-e67fa35d0405" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f947d66e5ff214c39fcbe7d61fe0bf05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f947d66e5ff214c39fcbe7d61fe0bf05", + "x-ms-correlation-request-id": "5d4ae7c6-4541-4d9d-9250-a3ef9518f166", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;29126", + "x-ms-ratelimit-remaining-subscription-reads": "11502", + "x-ms-request-id": "d3056082-e390-4dc9-be1e-9ed282f962e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062133Z:5d4ae7c6-4541-4d9d-9250-a3ef9518f166" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a1495a193ad756b28027771892683e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a1495a193ad756b28027771892683e0", + "x-ms-correlation-request-id": "1d4c80f4-b66c-48f5-a5f1-a328c7a046e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;29125", + "x-ms-ratelimit-remaining-subscription-reads": "11501", + "x-ms-request-id": "89cb06fb-3659-47ee-ba5f-6f8410cc1ded", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062133Z:1d4c80f4-b66c-48f5-a5f1-a328c7a046e0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87d3c26f548eecb7ac3078567096fbd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87d3c26f548eecb7ac3078567096fbd6", + "x-ms-correlation-request-id": "cca392b4-5e50-4943-aea4-d5e8a1832050", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;29124", + "x-ms-ratelimit-remaining-subscription-reads": "11500", + "x-ms-request-id": "39a9b797-997c-486d-8cb2-2c0e58087ac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062133Z:cca392b4-5e50-4943-aea4-d5e8a1832050" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "155491b019b8db786ad2d0f0e7528a78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "155491b019b8db786ad2d0f0e7528a78", + "x-ms-correlation-request-id": "4250ac8e-1648-43c2-9641-fae8c743c370", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;29123", + "x-ms-ratelimit-remaining-subscription-reads": "11499", + "x-ms-request-id": "596ceb57-d812-4c1d-b265-9d6dd6ccd307", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062134Z:4250ac8e-1648-43c2-9641-fae8c743c370" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d660747380d4c77dd288e7d1b140491", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d660747380d4c77dd288e7d1b140491", + "x-ms-correlation-request-id": "79dfa9cf-9520-4dd4-a44f-8647e5f8ecc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;29122", + "x-ms-ratelimit-remaining-subscription-reads": "11498", + "x-ms-request-id": "385eca7e-352c-4920-a476-74b88682c569", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062134Z:79dfa9cf-9520-4dd4-a44f-8647e5f8ecc0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8c0a1066ed256274af71cbc83c60559", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8c0a1066ed256274af71cbc83c60559", + "x-ms-correlation-request-id": "2f816eb3-3dd2-43ad-bf48-3ba312bc466a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;29121", + "x-ms-ratelimit-remaining-subscription-reads": "11497", + "x-ms-request-id": "fcf5bccb-d812-4fff-8ba4-4d6002d9cd30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062134Z:2f816eb3-3dd2-43ad-bf48-3ba312bc466a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "690fffa59e2f78c91a0837908bfabf56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "690fffa59e2f78c91a0837908bfabf56", + "x-ms-correlation-request-id": "18aa20fb-d951-45f4-aee8-d85a188e1fe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;29120", + "x-ms-ratelimit-remaining-subscription-reads": "11496", + "x-ms-request-id": "981da02f-a44a-4705-b258-a777d635147d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062134Z:18aa20fb-d951-45f4-aee8-d85a188e1fe1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46e93fcd9291d9a6df1012151bbbc817", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46e93fcd9291d9a6df1012151bbbc817", + "x-ms-correlation-request-id": "1046f95b-1dfd-423b-ace1-4e3b3d0164e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;29119", + "x-ms-ratelimit-remaining-subscription-reads": "11495", + "x-ms-request-id": "39004c0d-98aa-43ec-a030-46c215e67978", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062135Z:1046f95b-1dfd-423b-ace1-4e3b3d0164e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1cd734229a056861d747ddc93697ca4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cd734229a056861d747ddc93697ca4f", + "x-ms-correlation-request-id": "1976fbad-5650-46ae-b6af-217ea1d11f2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;29118", + "x-ms-ratelimit-remaining-subscription-reads": "11494", + "x-ms-request-id": "55857301-97bb-4500-adb2-7a7a22010a33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062135Z:1976fbad-5650-46ae-b6af-217ea1d11f2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44eec538bfdc12c858358a1f8bb45c5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44eec538bfdc12c858358a1f8bb45c5f", + "x-ms-correlation-request-id": "5dfd493d-2774-4f3c-8b88-d61b6d152969", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;29117", + "x-ms-ratelimit-remaining-subscription-reads": "11493", + "x-ms-request-id": "883bf3de-b0e7-4276-a5f0-5e30d8bff1a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062135Z:5dfd493d-2774-4f3c-8b88-d61b6d152969" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "566d203fa2233251dd816e49b5dca247", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "566d203fa2233251dd816e49b5dca247", + "x-ms-correlation-request-id": "7787b729-f7f0-43a2-8823-890151e9f1a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;29116", + "x-ms-ratelimit-remaining-subscription-reads": "11492", + "x-ms-request-id": "acad5dfa-a71d-491a-a3f3-e97c70f24056", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062135Z:7787b729-f7f0-43a2-8823-890151e9f1a6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "56dcc34684cc633a6cc5c4cf1042dc23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56dcc34684cc633a6cc5c4cf1042dc23", + "x-ms-correlation-request-id": "ff96ab4b-f7a0-49fb-b106-fc03b7c9021a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;29115", + "x-ms-ratelimit-remaining-subscription-reads": "11491", + "x-ms-request-id": "e21a3e38-f086-4366-b2b3-6e7aed1452c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062136Z:ff96ab4b-f7a0-49fb-b106-fc03b7c9021a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "168a7eeb732a952b74bb675b507e5d7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "168a7eeb732a952b74bb675b507e5d7b", + "x-ms-correlation-request-id": "08a8c0dc-5c1c-4dcb-a1cd-60be230bc298", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;29114", + "x-ms-ratelimit-remaining-subscription-reads": "11490", + "x-ms-request-id": "d35577bb-4cb7-4841-9dbf-98b62016aef1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062136Z:08a8c0dc-5c1c-4dcb-a1cd-60be230bc298" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7d9429306d7ba92e509ea5ede81229a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7d9429306d7ba92e509ea5ede81229a", + "x-ms-correlation-request-id": "0f33186c-0c17-44a7-a2cd-837ee95bf934", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;29113", + "x-ms-ratelimit-remaining-subscription-reads": "11489", + "x-ms-request-id": "299eef37-1b96-49bd-a783-deca1c1971cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062136Z:0f33186c-0c17-44a7-a2cd-837ee95bf934" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "375e4ba58b51d21d9747e1111ddf13ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "375e4ba58b51d21d9747e1111ddf13ee", + "x-ms-correlation-request-id": "3d2b8cfd-f48b-4f7c-a0bf-83c8da712b66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;29112", + "x-ms-ratelimit-remaining-subscription-reads": "11488", + "x-ms-request-id": "ec915491-a683-473f-aa02-bac8b7930276", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062136Z:3d2b8cfd-f48b-4f7c-a0bf-83c8da712b66" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce3c48671469e44bebd0302089cdb6f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce3c48671469e44bebd0302089cdb6f2", + "x-ms-correlation-request-id": "69bc5342-9118-4a79-9bce-60405495e9f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;29111", + "x-ms-ratelimit-remaining-subscription-reads": "11487", + "x-ms-request-id": "7d23cc2b-da99-475d-bdfb-89677ff9af03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062137Z:69bc5342-9118-4a79-9bce-60405495e9f5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "05b5cc98251f072925062f9025809d06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05b5cc98251f072925062f9025809d06", + "x-ms-correlation-request-id": "20edf6fe-b778-422c-959e-a348ed0e3735", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;29110", + "x-ms-ratelimit-remaining-subscription-reads": "11486", + "x-ms-request-id": "88816fa1-0a76-4448-ae9f-5a3657dd7233", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062137Z:20edf6fe-b778-422c-959e-a348ed0e3735" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96f6fcf654459031ff7a4b815bfc49c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96f6fcf654459031ff7a4b815bfc49c9", + "x-ms-correlation-request-id": "874ccf3f-1502-4bbf-aa45-f8abc5691e5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;29109", + "x-ms-ratelimit-remaining-subscription-reads": "11485", + "x-ms-request-id": "edfa30e1-a617-4d7e-9d3a-a18da084a2d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062137Z:874ccf3f-1502-4bbf-aa45-f8abc5691e5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5078ee900d2941ce1e34a863e4bbbf6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5078ee900d2941ce1e34a863e4bbbf6a", + "x-ms-correlation-request-id": "6a38f4df-9e6b-4654-8487-a3c43b7d7564", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;29108", + "x-ms-ratelimit-remaining-subscription-reads": "11484", + "x-ms-request-id": "df7bf71d-2865-4541-94c5-b2d33e7ae28c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062137Z:6a38f4df-9e6b-4654-8487-a3c43b7d7564" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c2a293320d744ac9b2506a5daa8ac28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c2a293320d744ac9b2506a5daa8ac28", + "x-ms-correlation-request-id": "918a1955-7647-44b9-a95d-7dae50e3261f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;29107", + "x-ms-ratelimit-remaining-subscription-reads": "11483", + "x-ms-request-id": "8ad4a926-584e-4626-be1d-7c905527718b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062138Z:918a1955-7647-44b9-a95d-7dae50e3261f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "360066bd4c07e8dd2db47711abceab44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "360066bd4c07e8dd2db47711abceab44", + "x-ms-correlation-request-id": "f6ccd860-f2a0-4ae1-ab16-83c6ec640bf3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;29106", + "x-ms-ratelimit-remaining-subscription-reads": "11482", + "x-ms-request-id": "4ec96cfc-553e-4adb-ab30-857a7eb312da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062138Z:f6ccd860-f2a0-4ae1-ab16-83c6ec640bf3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "314ee0babcd170f24234b50307296776", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "314ee0babcd170f24234b50307296776", + "x-ms-correlation-request-id": "70da5440-3c12-4c79-a161-c404fda52ea1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;29105", + "x-ms-ratelimit-remaining-subscription-reads": "11481", + "x-ms-request-id": "e5d5ee58-dbd3-485f-b2ab-2ccfb4e9e0f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062138Z:70da5440-3c12-4c79-a161-c404fda52ea1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ea57f8888bbe6634c415f23a89b99cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ea57f8888bbe6634c415f23a89b99cd", + "x-ms-correlation-request-id": "58461709-d366-48a9-a817-69e38782405b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;29104", + "x-ms-ratelimit-remaining-subscription-reads": "11480", + "x-ms-request-id": "494589c2-33b0-4aad-b8e0-f554d01f06e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062138Z:58461709-d366-48a9-a817-69e38782405b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f9eac27a7b590057738ff4d396dae104", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9eac27a7b590057738ff4d396dae104", + "x-ms-correlation-request-id": "717f867f-f01e-444b-b049-e913222fa3de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;29103", + "x-ms-ratelimit-remaining-subscription-reads": "11479", + "x-ms-request-id": "8b2a18bd-7b10-4b7a-8923-010829b45acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062139Z:717f867f-f01e-444b-b049-e913222fa3de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b88014d2c2831887d67e5905dcfc7a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b88014d2c2831887d67e5905dcfc7a6", + "x-ms-correlation-request-id": "b8d4b7d7-1eb3-4730-8ed8-9edd120afb74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;29102", + "x-ms-ratelimit-remaining-subscription-reads": "11478", + "x-ms-request-id": "933344cf-aa25-4172-b0b3-769bd098f343", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062139Z:b8d4b7d7-1eb3-4730-8ed8-9edd120afb74" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4589e89a6e3e0d1d28a50b2b948f5071", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4589e89a6e3e0d1d28a50b2b948f5071", + "x-ms-correlation-request-id": "adc3b6ee-08b7-4d8d-9d18-3b5b46c83773", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;29101", + "x-ms-ratelimit-remaining-subscription-reads": "11477", + "x-ms-request-id": "2f2b602f-9e88-4f1f-905a-a410caa1a3df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062139Z:adc3b6ee-08b7-4d8d-9d18-3b5b46c83773" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7d55a606e124da539b87bf196c7a3a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7d55a606e124da539b87bf196c7a3a4", + "x-ms-correlation-request-id": "c37ebf1d-4518-4d9e-b63b-4f3bb6180f7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;29100", + "x-ms-ratelimit-remaining-subscription-reads": "11476", + "x-ms-request-id": "2d068061-0384-43b7-8a1e-84fca523b80f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062139Z:c37ebf1d-4518-4d9e-b63b-4f3bb6180f7a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae394dc79b50dfc6e47b0282215d9dee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae394dc79b50dfc6e47b0282215d9dee", + "x-ms-correlation-request-id": "f22dff56-3406-49cf-b5e9-2aab8930fbdc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;29099", + "x-ms-ratelimit-remaining-subscription-reads": "11475", + "x-ms-request-id": "adcb1da8-5a22-4cf6-a76c-fbea07cd0ac1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062140Z:f22dff56-3406-49cf-b5e9-2aab8930fbdc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "022f731720f92c94433c0c85f22b7761", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "022f731720f92c94433c0c85f22b7761", + "x-ms-correlation-request-id": "83b44a1b-5d64-4547-aca9-b7e78f39f79f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;29098", + "x-ms-ratelimit-remaining-subscription-reads": "11474", + "x-ms-request-id": "d2759836-4c9d-4c17-bca3-580ec412cf39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062140Z:83b44a1b-5d64-4547-aca9-b7e78f39f79f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "47636601a155c52094f6c3966b222bdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47636601a155c52094f6c3966b222bdc", + "x-ms-correlation-request-id": "c4bacda2-8b19-449b-a1c0-17c85ce89974", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;29097", + "x-ms-ratelimit-remaining-subscription-reads": "11473", + "x-ms-request-id": "8f6130be-9042-4e5e-9b33-eb352797146d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062140Z:c4bacda2-8b19-449b-a1c0-17c85ce89974" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22da8d1ba197a7abb90c6b148f40ecb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22da8d1ba197a7abb90c6b148f40ecb8", + "x-ms-correlation-request-id": "e9ffcd2b-9976-47de-8e81-4c943a52207f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;29096", + "x-ms-ratelimit-remaining-subscription-reads": "11472", + "x-ms-request-id": "00c1c7f9-066a-49c9-b0eb-c595d50586f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062140Z:e9ffcd2b-9976-47de-8e81-4c943a52207f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb81a10455f97698526a6d025dfdc121", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb81a10455f97698526a6d025dfdc121", + "x-ms-correlation-request-id": "f925ce54-0216-4ba7-a776-403db53df558", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;29095", + "x-ms-ratelimit-remaining-subscription-reads": "11471", + "x-ms-request-id": "45fbf0f3-082e-4065-9d41-966a7dc56747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062141Z:f925ce54-0216-4ba7-a776-403db53df558" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65693010545160c9bbbc8e48360b3553", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65693010545160c9bbbc8e48360b3553", + "x-ms-correlation-request-id": "59b1bc8c-608c-49ed-a3df-67aba9ee4e2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;29094", + "x-ms-ratelimit-remaining-subscription-reads": "11470", + "x-ms-request-id": "68286910-3ce7-45d4-824c-96a327634ef1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062141Z:59b1bc8c-608c-49ed-a3df-67aba9ee4e2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca920a0a70a1c6e2f463cf2d33a849bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca920a0a70a1c6e2f463cf2d33a849bb", + "x-ms-correlation-request-id": "0de8e03d-1a80-4ec6-8854-15cc27627749", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;29093", + "x-ms-ratelimit-remaining-subscription-reads": "11469", + "x-ms-request-id": "73af9649-c3ab-4dbf-8c02-d3e03f47991b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062141Z:0de8e03d-1a80-4ec6-8854-15cc27627749" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e044a4b87d7b067d720ff3cc6503f46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e044a4b87d7b067d720ff3cc6503f46", + "x-ms-correlation-request-id": "46261887-efee-4db4-a22b-e71c2ce46bad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;29092", + "x-ms-ratelimit-remaining-subscription-reads": "11468", + "x-ms-request-id": "fbbfeb32-018d-4fe1-8cb9-964f22227e56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062141Z:46261887-efee-4db4-a22b-e71c2ce46bad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52f81934f76b9f7f4da371ed849c2c12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52f81934f76b9f7f4da371ed849c2c12", + "x-ms-correlation-request-id": "d73cd68a-2fff-4e1b-9e84-4f9506870b08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;29091", + "x-ms-ratelimit-remaining-subscription-reads": "11467", + "x-ms-request-id": "11e08f8a-c88a-4abc-93cd-3dc887bd9c6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062142Z:d73cd68a-2fff-4e1b-9e84-4f9506870b08" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecfdd272d607827ca3e2f28070a5ffa4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecfdd272d607827ca3e2f28070a5ffa4", + "x-ms-correlation-request-id": "f24473c1-54cc-4810-b19e-41b912c4c7f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;29090", + "x-ms-ratelimit-remaining-subscription-reads": "11466", + "x-ms-request-id": "cce2a7c7-8fb9-48b5-9a6a-aeea0fee6379", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062142Z:f24473c1-54cc-4810-b19e-41b912c4c7f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19f88924f6b05450ca64113316792b3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19f88924f6b05450ca64113316792b3a", + "x-ms-correlation-request-id": "fd82bb1e-48f3-48eb-9a78-a96ad6894984", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;29089", + "x-ms-ratelimit-remaining-subscription-reads": "11465", + "x-ms-request-id": "82d36373-2847-4f87-a27e-752547c00c92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062142Z:fd82bb1e-48f3-48eb-9a78-a96ad6894984" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4c9edf353525d3f9d75af8804ff2fa7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4c9edf353525d3f9d75af8804ff2fa7", + "x-ms-correlation-request-id": "2f369e2a-2a5d-4c7f-8071-b07f5d8026a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;29088", + "x-ms-ratelimit-remaining-subscription-reads": "11464", + "x-ms-request-id": "dab8ccd1-7c3a-4f12-a75a-c23881b9de5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062142Z:2f369e2a-2a5d-4c7f-8071-b07f5d8026a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbc9cda413a37c6182a821a2c5486c29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbc9cda413a37c6182a821a2c5486c29", + "x-ms-correlation-request-id": "c7e10055-3b1c-4751-8542-5d69ebceb01c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;29087", + "x-ms-ratelimit-remaining-subscription-reads": "11463", + "x-ms-request-id": "277296b7-65ef-44b5-842d-03ea825ec4f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062143Z:c7e10055-3b1c-4751-8542-5d69ebceb01c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "838cb8b60bdbd0514a9a7c3b46c750ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "838cb8b60bdbd0514a9a7c3b46c750ca", + "x-ms-correlation-request-id": "870bea5e-9a00-4315-97f3-a1feebbde658", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;29086", + "x-ms-ratelimit-remaining-subscription-reads": "11462", + "x-ms-request-id": "e9ea30cd-fecb-4d5b-b5d1-a7c15421d512", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062143Z:870bea5e-9a00-4315-97f3-a1feebbde658" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "498f693530b0e0968b4d72aa329c9854", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "498f693530b0e0968b4d72aa329c9854", + "x-ms-correlation-request-id": "569aca6b-6de9-4fcb-9a59-43eda656f4c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;29085", + "x-ms-ratelimit-remaining-subscription-reads": "11461", + "x-ms-request-id": "fa9a339a-aa62-4736-b7e6-b772336e951f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062143Z:569aca6b-6de9-4fcb-9a59-43eda656f4c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4bd28608ac7298cb7bf9b109962635ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bd28608ac7298cb7bf9b109962635ba", + "x-ms-correlation-request-id": "8a10f312-32e9-472c-942c-16a88e48fa7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;29084", + "x-ms-ratelimit-remaining-subscription-reads": "11460", + "x-ms-request-id": "2ab415c7-d77b-4436-87c4-ad5b75cced25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062143Z:8a10f312-32e9-472c-942c-16a88e48fa7e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b6d565723b9867821acf78e99a69ead", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b6d565723b9867821acf78e99a69ead", + "x-ms-correlation-request-id": "51836abb-54e0-40b8-90e6-5d0667457f7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;29083", + "x-ms-ratelimit-remaining-subscription-reads": "11459", + "x-ms-request-id": "bfb6e21a-731d-4961-bab4-2fd238b82c8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062144Z:51836abb-54e0-40b8-90e6-5d0667457f7e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c032280204f589589df6cdb77f8d4a64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c032280204f589589df6cdb77f8d4a64", + "x-ms-correlation-request-id": "110c4cb9-45f7-4b83-a991-830a9e1e6a7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;29082", + "x-ms-ratelimit-remaining-subscription-reads": "11458", + "x-ms-request-id": "78b79d2a-f0e5-4ac4-8d2a-1b577bd200e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062144Z:110c4cb9-45f7-4b83-a991-830a9e1e6a7f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db52b7183c2fe59b0e4c2ac6b43dffd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db52b7183c2fe59b0e4c2ac6b43dffd5", + "x-ms-correlation-request-id": "aaf243c1-8eb3-4581-a9c0-b37a7a5809ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;29081", + "x-ms-ratelimit-remaining-subscription-reads": "11457", + "x-ms-request-id": "c3d142fe-7865-448c-b2cc-1273ba94e44b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062144Z:aaf243c1-8eb3-4581-a9c0-b37a7a5809ed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e06035b75f453c4fee3bec256c10694", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e06035b75f453c4fee3bec256c10694", + "x-ms-correlation-request-id": "10c1a6e4-7d44-409f-ad20-8ce0488437f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;29080", + "x-ms-ratelimit-remaining-subscription-reads": "11456", + "x-ms-request-id": "ab8549c5-72e1-4c4e-abba-30c1b3459ecd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062144Z:10c1a6e4-7d44-409f-ad20-8ce0488437f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1769261c353c57e8c4cb2a9da91d45f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1769261c353c57e8c4cb2a9da91d45f", + "x-ms-correlation-request-id": "0a20795e-aa6d-4c14-b636-64b5dc01720e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;29079", + "x-ms-ratelimit-remaining-subscription-reads": "11455", + "x-ms-request-id": "2873edad-2051-4d5c-a9dd-54ac2f4f7d0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062145Z:0a20795e-aa6d-4c14-b636-64b5dc01720e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c5cf8f7db86a370f3ffdc4b7ed88f4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c5cf8f7db86a370f3ffdc4b7ed88f4c", + "x-ms-correlation-request-id": "8266fa0f-e66f-4299-b67e-ca7b3da4070a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;29078", + "x-ms-ratelimit-remaining-subscription-reads": "11454", + "x-ms-request-id": "f13d1f43-d6aa-4656-9516-c8879bb34027", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062145Z:8266fa0f-e66f-4299-b67e-ca7b3da4070a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "226496451ec798818440e1a7c21a786d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "226496451ec798818440e1a7c21a786d", + "x-ms-correlation-request-id": "b807de82-c91f-40ad-aefb-3fae53339335", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;29077", + "x-ms-ratelimit-remaining-subscription-reads": "11453", + "x-ms-request-id": "7cdce21c-d795-4da5-9f40-969ce2c1dd1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062145Z:b807de82-c91f-40ad-aefb-3fae53339335" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5dca5e0e8a64860d22d3ed53e63247b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5dca5e0e8a64860d22d3ed53e63247b4", + "x-ms-correlation-request-id": "7932f7cc-7f06-44e1-89a6-b790c428fd1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;29076", + "x-ms-ratelimit-remaining-subscription-reads": "11452", + "x-ms-request-id": "b1ebde1a-1cd2-4bbe-86c7-09839c9f9af8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062145Z:7932f7cc-7f06-44e1-89a6-b790c428fd1b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "436465bdb22cd99876c4f745fac8e0d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "436465bdb22cd99876c4f745fac8e0d8", + "x-ms-correlation-request-id": "23bf4ddb-9041-4343-89e4-30cff625d4f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;29075", + "x-ms-ratelimit-remaining-subscription-reads": "11451", + "x-ms-request-id": "f71aca38-5e52-4463-b2f9-af1d77e6d730", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062146Z:23bf4ddb-9041-4343-89e4-30cff625d4f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1f3d6e86310ebae888de00f4302db152", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f3d6e86310ebae888de00f4302db152", + "x-ms-correlation-request-id": "7c63bfe1-1a5d-4c7b-b4dd-7bfc67ba355c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;29074", + "x-ms-ratelimit-remaining-subscription-reads": "11450", + "x-ms-request-id": "b8a063bf-c8db-4d42-8eec-57d23cf0b574", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062146Z:7c63bfe1-1a5d-4c7b-b4dd-7bfc67ba355c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5dea2df934b65c41c6f1e6a093c78c59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5dea2df934b65c41c6f1e6a093c78c59", + "x-ms-correlation-request-id": "c839cca2-9abc-4c54-94d3-1e749583f54b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;29073", + "x-ms-ratelimit-remaining-subscription-reads": "11449", + "x-ms-request-id": "b942db48-5977-47c5-b0cb-0a14d26e9de3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062146Z:c839cca2-9abc-4c54-94d3-1e749583f54b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78cd15f227f58ba57daaba4db1a3a849", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78cd15f227f58ba57daaba4db1a3a849", + "x-ms-correlation-request-id": "175b1805-5476-416d-b574-69294fa28d06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;29072", + "x-ms-ratelimit-remaining-subscription-reads": "11448", + "x-ms-request-id": "a62a1a6c-b58d-48cc-a9f7-9252d28828cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062146Z:175b1805-5476-416d-b574-69294fa28d06" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc4ca51382dd52222de0591c4a4726c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc4ca51382dd52222de0591c4a4726c1", + "x-ms-correlation-request-id": "14d4000f-cd15-474e-a79c-8fbfdea4d2fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;29071", + "x-ms-ratelimit-remaining-subscription-reads": "11447", + "x-ms-request-id": "b543ffb3-e786-431d-94f9-98ffb2ebc419", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062147Z:14d4000f-cd15-474e-a79c-8fbfdea4d2fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1a01a6523960d15c875fe00c79f3aa22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a01a6523960d15c875fe00c79f3aa22", + "x-ms-correlation-request-id": "a2a6c7e4-6d81-4a7a-b9a1-9355758bb2db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;29070", + "x-ms-ratelimit-remaining-subscription-reads": "11446", + "x-ms-request-id": "ba34d5d1-ce75-45a1-a90d-040a484707e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062147Z:a2a6c7e4-6d81-4a7a-b9a1-9355758bb2db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee8d9d48bf7a707cf37b4a14cd894035", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee8d9d48bf7a707cf37b4a14cd894035", + "x-ms-correlation-request-id": "236f3204-803a-410f-850b-bd01a2855462", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;29069", + "x-ms-ratelimit-remaining-subscription-reads": "11445", + "x-ms-request-id": "48c5eaa1-c9ce-48fc-9adc-6eae25bc793b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062147Z:236f3204-803a-410f-850b-bd01a2855462" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0bfbf9838da2dae8487a457ea216d83a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0bfbf9838da2dae8487a457ea216d83a", + "x-ms-correlation-request-id": "9e9cc07c-f86e-451d-92d1-9b2fd73ae254", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;29068", + "x-ms-ratelimit-remaining-subscription-reads": "11444", + "x-ms-request-id": "be09e098-bd93-478e-9d5c-db34b2671f71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062147Z:9e9cc07c-f86e-451d-92d1-9b2fd73ae254" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "add3373638ba93462a9127e5ee4703fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "add3373638ba93462a9127e5ee4703fd", + "x-ms-correlation-request-id": "120a0e94-9811-427f-9163-5d6e1e07d1cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;29067", + "x-ms-ratelimit-remaining-subscription-reads": "11443", + "x-ms-request-id": "a6a83046-f97d-4406-ab06-f888be606b2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062148Z:120a0e94-9811-427f-9163-5d6e1e07d1cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8088ab1e9ff7ba80b4b2a5ff79fdcedc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8088ab1e9ff7ba80b4b2a5ff79fdcedc", + "x-ms-correlation-request-id": "8af8c570-4a6d-4039-8460-f9fa7641db10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;29066", + "x-ms-ratelimit-remaining-subscription-reads": "11442", + "x-ms-request-id": "e6cef7f0-9702-4174-b323-97aabb8d5bad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062148Z:8af8c570-4a6d-4039-8460-f9fa7641db10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "95de10a293b64b7ab268e0106603eb01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95de10a293b64b7ab268e0106603eb01", + "x-ms-correlation-request-id": "6f7ab2d2-6a37-44de-abf6-15ff26f6d7f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;29065", + "x-ms-ratelimit-remaining-subscription-reads": "11441", + "x-ms-request-id": "eef73a73-6ed7-4ae3-91db-05beeefc49f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062148Z:6f7ab2d2-6a37-44de-abf6-15ff26f6d7f2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f75f4776578d9642b718f8079247192c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f75f4776578d9642b718f8079247192c", + "x-ms-correlation-request-id": "2b460876-6974-4ce2-9ff9-bb74bce49033", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;29064", + "x-ms-ratelimit-remaining-subscription-reads": "11440", + "x-ms-request-id": "f17a2a77-96e6-418e-986a-df35adf31d27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062148Z:2b460876-6974-4ce2-9ff9-bb74bce49033" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd424ac36e688a47303dcd8fbe6f54b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd424ac36e688a47303dcd8fbe6f54b0", + "x-ms-correlation-request-id": "458d9c3f-74a3-49d8-84c4-534458fb5c66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;29063", + "x-ms-ratelimit-remaining-subscription-reads": "11439", + "x-ms-request-id": "a745c42d-f605-49ac-aba4-d63bf527490a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062149Z:458d9c3f-74a3-49d8-84c4-534458fb5c66" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3288a4c6d69d4b4fce47de9d9a72b86b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3288a4c6d69d4b4fce47de9d9a72b86b", + "x-ms-correlation-request-id": "e99d3311-0051-45e3-9b21-bba77b5e0344", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;29062", + "x-ms-ratelimit-remaining-subscription-reads": "11438", + "x-ms-request-id": "5ba6abc6-34a5-47f2-b6b4-8bb6c35adef2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062149Z:e99d3311-0051-45e3-9b21-bba77b5e0344" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b4db34f0ec10898ffd5c65089b3d848", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b4db34f0ec10898ffd5c65089b3d848", + "x-ms-correlation-request-id": "d6650237-d005-46a2-9a9e-f397e6f1c9ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;29061", + "x-ms-ratelimit-remaining-subscription-reads": "11437", + "x-ms-request-id": "cad5fe5d-550e-45a8-af97-88fd691ff9fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062149Z:d6650237-d005-46a2-9a9e-f397e6f1c9ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed4047c3e6beec8ffbf70f208faaefbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed4047c3e6beec8ffbf70f208faaefbe", + "x-ms-correlation-request-id": "56162a75-388b-49bd-8710-8e6d6629c653", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;29060", + "x-ms-ratelimit-remaining-subscription-reads": "11436", + "x-ms-request-id": "2c7109d6-d5a4-4c60-a11e-95843229ebc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062149Z:56162a75-388b-49bd-8710-8e6d6629c653" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b3f62843921b8ef0c7f33c810fec11a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b3f62843921b8ef0c7f33c810fec11a", + "x-ms-correlation-request-id": "076f52c9-634c-4cd6-81ab-5b80eb7b9187", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;29059", + "x-ms-ratelimit-remaining-subscription-reads": "11435", + "x-ms-request-id": "e346eb7e-96bb-436b-b5e1-21bfcbca0645", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062150Z:076f52c9-634c-4cd6-81ab-5b80eb7b9187" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53da966fcb3169ad24611fc9ff777955", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53da966fcb3169ad24611fc9ff777955", + "x-ms-correlation-request-id": "07eafb39-2b98-4b99-af55-6b6d5d7a46ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;29058", + "x-ms-ratelimit-remaining-subscription-reads": "11434", + "x-ms-request-id": "74cc904c-22ab-4524-a314-ac03ba02c4b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062150Z:07eafb39-2b98-4b99-af55-6b6d5d7a46ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27cc08e5cc738a265788e03eb3c6dcfc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27cc08e5cc738a265788e03eb3c6dcfc", + "x-ms-correlation-request-id": "92295f2b-85a5-4be9-865e-4b635b8ba250", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;29057", + "x-ms-ratelimit-remaining-subscription-reads": "11433", + "x-ms-request-id": "5762797d-831a-45d0-99c2-122a908d17a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062150Z:92295f2b-85a5-4be9-865e-4b635b8ba250" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f9b0f4359cd0b88cb5d6e6c01925b994", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9b0f4359cd0b88cb5d6e6c01925b994", + "x-ms-correlation-request-id": "9c3ff149-6527-4631-bb3f-595a020ff575", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;29056", + "x-ms-ratelimit-remaining-subscription-reads": "11432", + "x-ms-request-id": "5c165ed7-b619-461f-833a-d0027ec742bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062150Z:9c3ff149-6527-4631-bb3f-595a020ff575" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "07e3dd069a32a3a66f4ffba9ea6eb55e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07e3dd069a32a3a66f4ffba9ea6eb55e", + "x-ms-correlation-request-id": "8321ee9b-88c1-4744-b663-50f5c7067673", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;29055", + "x-ms-ratelimit-remaining-subscription-reads": "11431", + "x-ms-request-id": "0bf4f8c5-8d4a-4532-a7b8-1f664c82fe72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062151Z:8321ee9b-88c1-4744-b663-50f5c7067673" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a9422857fc648857b13729de5657131", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a9422857fc648857b13729de5657131", + "x-ms-correlation-request-id": "5d4a6d34-2d0b-43fd-a7ba-a2d971be9102", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;29054", + "x-ms-ratelimit-remaining-subscription-reads": "11430", + "x-ms-request-id": "9b500020-6ace-4ffc-8739-dd4853f36af1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062151Z:5d4a6d34-2d0b-43fd-a7ba-a2d971be9102" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d6384cced4e29aca4d0d8980a1e3ce46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6384cced4e29aca4d0d8980a1e3ce46", + "x-ms-correlation-request-id": "a8de45ef-5403-424a-a8ab-c96b22d4b46b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;29053", + "x-ms-ratelimit-remaining-subscription-reads": "11429", + "x-ms-request-id": "6b3c402b-7680-4eee-9f02-f708c1bd5563", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062151Z:a8de45ef-5403-424a-a8ab-c96b22d4b46b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f63b8820ae9186ce579b8c1e2809bd09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f63b8820ae9186ce579b8c1e2809bd09", + "x-ms-correlation-request-id": "18152223-7910-4360-8eba-cc7f98447d20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;29052", + "x-ms-ratelimit-remaining-subscription-reads": "11428", + "x-ms-request-id": "97d3710b-e5a1-41da-b691-d3f8005a33a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062151Z:18152223-7910-4360-8eba-cc7f98447d20" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9edac9dedf36b17b58fabcb8f504a698", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9edac9dedf36b17b58fabcb8f504a698", + "x-ms-correlation-request-id": "8459ab8a-daf4-4bff-aba9-8b3ce5e83bd4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;29051", + "x-ms-ratelimit-remaining-subscription-reads": "11427", + "x-ms-request-id": "e9dddfe1-9fd4-413a-b9c8-550df53872e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062152Z:8459ab8a-daf4-4bff-aba9-8b3ce5e83bd4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d7c2b457a2a20a07db17e4648ab7143", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d7c2b457a2a20a07db17e4648ab7143", + "x-ms-correlation-request-id": "2b440713-a714-4dbf-b0f1-726ba56f18cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;29050", + "x-ms-ratelimit-remaining-subscription-reads": "11426", + "x-ms-request-id": "4df23bbe-1358-4a9d-9e04-8907f6aa3a96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062152Z:2b440713-a714-4dbf-b0f1-726ba56f18cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7a280502f08410f0c8a9d97f2159052", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7a280502f08410f0c8a9d97f2159052", + "x-ms-correlation-request-id": "42dd23a8-2990-4109-a0ba-ca4f68cf4779", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;29049", + "x-ms-ratelimit-remaining-subscription-reads": "11425", + "x-ms-request-id": "e632aab1-5462-4771-b423-083d37a6baf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062152Z:42dd23a8-2990-4109-a0ba-ca4f68cf4779" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fcd9f3f45f8d63df29ba2085613569ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcd9f3f45f8d63df29ba2085613569ac", + "x-ms-correlation-request-id": "28da51b9-4b97-401f-8750-592ebb148dbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;29048", + "x-ms-ratelimit-remaining-subscription-reads": "11424", + "x-ms-request-id": "f232595f-e1d8-46cf-83fe-b68abdcac24c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062152Z:28da51b9-4b97-401f-8750-592ebb148dbd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75687888cf62158f1c3a509fdd092d68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75687888cf62158f1c3a509fdd092d68", + "x-ms-correlation-request-id": "99bc5d75-a1d0-4040-8856-508f9d540337", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;29047", + "x-ms-ratelimit-remaining-subscription-reads": "11423", + "x-ms-request-id": "d7a7741b-aca9-4a61-8be9-2de7f2670ffb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062153Z:99bc5d75-a1d0-4040-8856-508f9d540337" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54512b2075d2f0b6a13fae4e0f89dfd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54512b2075d2f0b6a13fae4e0f89dfd7", + "x-ms-correlation-request-id": "9ca49f3b-e856-49a5-a8ee-224ade4ed046", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;29046", + "x-ms-ratelimit-remaining-subscription-reads": "11422", + "x-ms-request-id": "36bd83cc-2dc4-404e-b908-8296a3608c14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062153Z:9ca49f3b-e856-49a5-a8ee-224ade4ed046" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "790ef0211aac25f063c3df520f3f861f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "790ef0211aac25f063c3df520f3f861f", + "x-ms-correlation-request-id": "e2acea1c-030c-411e-871b-909e9327195b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;29045", + "x-ms-ratelimit-remaining-subscription-reads": "11421", + "x-ms-request-id": "384c820f-6dca-45be-bb98-5f7785402ecf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062153Z:e2acea1c-030c-411e-871b-909e9327195b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3664b78c14e312dac277d42320400692", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3664b78c14e312dac277d42320400692", + "x-ms-correlation-request-id": "cd15695c-057f-4a2f-a787-c19dd7a94874", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14415,Microsoft.Compute/GetOperation30Min;29044", + "x-ms-ratelimit-remaining-subscription-reads": "11420", + "x-ms-request-id": "3bac91e1-e236-48f6-b035-68d15fca2304", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062153Z:cd15695c-057f-4a2f-a787-c19dd7a94874" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec7e795bb4fa06bb3b2cf10e9564e161", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec7e795bb4fa06bb3b2cf10e9564e161", + "x-ms-correlation-request-id": "11503086-00db-4634-8f64-2915df165713", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14414,Microsoft.Compute/GetOperation30Min;29043", + "x-ms-ratelimit-remaining-subscription-reads": "11419", + "x-ms-request-id": "e3cba328-99bf-4bb6-9df8-475b9579af5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062154Z:11503086-00db-4634-8f64-2915df165713" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57c28fb9a9250df416fcb63446cc0522", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57c28fb9a9250df416fcb63446cc0522", + "x-ms-correlation-request-id": "872ce2ac-e158-4767-bf17-f3abcac2c19c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14413,Microsoft.Compute/GetOperation30Min;29042", + "x-ms-ratelimit-remaining-subscription-reads": "11418", + "x-ms-request-id": "bede6d4a-dab0-4b30-a5b4-9622036c712c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062154Z:872ce2ac-e158-4767-bf17-f3abcac2c19c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96f74cbd99c0d724fc5efbb623cc7d5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96f74cbd99c0d724fc5efbb623cc7d5e", + "x-ms-correlation-request-id": "b6ad1010-c706-4eae-b823-91db7cc6e5f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14412,Microsoft.Compute/GetOperation30Min;29041", + "x-ms-ratelimit-remaining-subscription-reads": "11417", + "x-ms-request-id": "9e558d1b-aa90-48f9-89b7-b0ef8be22fe0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062154Z:b6ad1010-c706-4eae-b823-91db7cc6e5f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "916a7296af7eb16d8571d6fefd86bf6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "916a7296af7eb16d8571d6fefd86bf6e", + "x-ms-correlation-request-id": "97504225-67fd-4225-8618-671f223e9fa4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;29040", + "x-ms-ratelimit-remaining-subscription-reads": "11416", + "x-ms-request-id": "58b54866-2166-4a28-897b-fa60055d6c36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062154Z:97504225-67fd-4225-8618-671f223e9fa4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4850ce274b6c1fa06aea5bc6ae3de949", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4850ce274b6c1fa06aea5bc6ae3de949", + "x-ms-correlation-request-id": "3bc48afa-c442-4de1-97aa-90dc5cc4cffa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;29039", + "x-ms-ratelimit-remaining-subscription-reads": "11415", + "x-ms-request-id": "fff6690a-2682-41f0-8e7b-0600123671f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062155Z:3bc48afa-c442-4de1-97aa-90dc5cc4cffa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d39e587e73620ea4df46104fc326d975", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d39e587e73620ea4df46104fc326d975", + "x-ms-correlation-request-id": "9467ee0f-24f5-41ff-88b1-2f18efdf7b0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14409,Microsoft.Compute/GetOperation30Min;29038", + "x-ms-ratelimit-remaining-subscription-reads": "11414", + "x-ms-request-id": "0ee67bda-0eaa-4ff3-bdd5-a3ab05598e95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062155Z:9467ee0f-24f5-41ff-88b1-2f18efdf7b0e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "548f8c9e347b4bf1d14b279354a60247", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "548f8c9e347b4bf1d14b279354a60247", + "x-ms-correlation-request-id": "847720e0-3d7f-460e-975e-e2f07c509bb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;29037", + "x-ms-ratelimit-remaining-subscription-reads": "11413", + "x-ms-request-id": "3ccca19e-668a-4a83-b681-c765765b6601", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062155Z:847720e0-3d7f-460e-975e-e2f07c509bb6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a57f8c87ece8b30b2a4269263a515b44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a57f8c87ece8b30b2a4269263a515b44", + "x-ms-correlation-request-id": "66af708e-79fe-428d-ac62-1c4d5589fd11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;29036", + "x-ms-ratelimit-remaining-subscription-reads": "11412", + "x-ms-request-id": "340eac12-2c89-4f02-9fd3-b28cf06c117d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062155Z:66af708e-79fe-428d-ac62-1c4d5589fd11" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2128e51195ad4ace675201164c10b938", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2128e51195ad4ace675201164c10b938", + "x-ms-correlation-request-id": "50d22bd0-0787-4e08-a19a-c98806f74662", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;29035", + "x-ms-ratelimit-remaining-subscription-reads": "11411", + "x-ms-request-id": "76b11298-4d93-448c-9f8c-868a6ac611ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062156Z:50d22bd0-0787-4e08-a19a-c98806f74662" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "37c8c84334a6b28c80db2a38cbcb1180", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37c8c84334a6b28c80db2a38cbcb1180", + "x-ms-correlation-request-id": "937b898f-d00d-4562-ac27-669523ab77fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;29034", + "x-ms-ratelimit-remaining-subscription-reads": "11410", + "x-ms-request-id": "8f5fbafb-500f-4117-92ae-f772aa1fda10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062156Z:937b898f-d00d-4562-ac27-669523ab77fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e82e3f0e07ef29abe353e96eaf46719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e82e3f0e07ef29abe353e96eaf46719", + "x-ms-correlation-request-id": "f63dfa7a-3e9b-4b53-b705-8612fda356ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;29033", + "x-ms-ratelimit-remaining-subscription-reads": "11409", + "x-ms-request-id": "e82285fd-e89c-4722-9a8e-d0e19bc6112c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062156Z:f63dfa7a-3e9b-4b53-b705-8612fda356ba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71e231882389dc9d5875a1d26a957f9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71e231882389dc9d5875a1d26a957f9c", + "x-ms-correlation-request-id": "704012c6-13ad-4cda-9f59-921e11757651", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;29032", + "x-ms-ratelimit-remaining-subscription-reads": "11408", + "x-ms-request-id": "6770c43e-3e02-4502-b06b-27aa145241fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062156Z:704012c6-13ad-4cda-9f59-921e11757651" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "692681414b8e63b92ed57970f6f6c78c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "692681414b8e63b92ed57970f6f6c78c", + "x-ms-correlation-request-id": "c4c62497-c13e-42c5-989e-09749cc81cd0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;29031", + "x-ms-ratelimit-remaining-subscription-reads": "11407", + "x-ms-request-id": "d50462f9-9dbf-41af-bf54-43670ce6a2b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062157Z:c4c62497-c13e-42c5-989e-09749cc81cd0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99af10749fe8ccf645a516083fc88728", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99af10749fe8ccf645a516083fc88728", + "x-ms-correlation-request-id": "5fe79a38-1e96-4de5-a35b-8fa8e323c0a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;29030", + "x-ms-ratelimit-remaining-subscription-reads": "11406", + "x-ms-request-id": "3c65c619-ac35-4c41-a909-b7b1e540601d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062157Z:5fe79a38-1e96-4de5-a35b-8fa8e323c0a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6954a2b6fece3d8b777f42b3aa2de661", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6954a2b6fece3d8b777f42b3aa2de661", + "x-ms-correlation-request-id": "78c71661-0c02-4096-bcf5-99652bed8d7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;29029", + "x-ms-ratelimit-remaining-subscription-reads": "11405", + "x-ms-request-id": "d70a2867-f854-421f-b053-d749c13abf89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062157Z:78c71661-0c02-4096-bcf5-99652bed8d7b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5a5d15ade5e5a1b38a5923e835b12366", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a5d15ade5e5a1b38a5923e835b12366", + "x-ms-correlation-request-id": "11a1ee63-1fb1-4916-bd09-7c360463810a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;29028", + "x-ms-ratelimit-remaining-subscription-reads": "11404", + "x-ms-request-id": "40f8e8ea-4972-45fd-916a-0c531d5f0fd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062157Z:11a1ee63-1fb1-4916-bd09-7c360463810a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54b9504e5ea275bd857222695d432218", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54b9504e5ea275bd857222695d432218", + "x-ms-correlation-request-id": "75414a2b-9374-41ee-a367-1905b6735121", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;29027", + "x-ms-ratelimit-remaining-subscription-reads": "11403", + "x-ms-request-id": "e99ee5b1-d6db-4e09-bdd1-c5fe47863834", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062158Z:75414a2b-9374-41ee-a367-1905b6735121" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a5ab4bf2d6ad143eeb3de74daa208c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a5ab4bf2d6ad143eeb3de74daa208c6", + "x-ms-correlation-request-id": "5155d71c-ec41-4acb-be0a-5d2d0be9b06f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;29026", + "x-ms-ratelimit-remaining-subscription-reads": "11402", + "x-ms-request-id": "a179d754-6904-49c9-8736-c6f34fe955c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062158Z:5155d71c-ec41-4acb-be0a-5d2d0be9b06f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5a65dc5b92734fbf57e8d473c24a4447", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a65dc5b92734fbf57e8d473c24a4447", + "x-ms-correlation-request-id": "74a598b4-97d0-4025-8ca4-cc02319a76a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;29025", + "x-ms-ratelimit-remaining-subscription-reads": "11401", + "x-ms-request-id": "ca8d5cb0-7a17-4b5b-866f-ecea8d6239c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062158Z:74a598b4-97d0-4025-8ca4-cc02319a76a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "80290b37f95621fc0ce766ee80499ae2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80290b37f95621fc0ce766ee80499ae2", + "x-ms-correlation-request-id": "9332a63e-240d-45b9-bee0-8ee9fd7f7cf8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;29024", + "x-ms-ratelimit-remaining-subscription-reads": "11400", + "x-ms-request-id": "9cbc15bb-3675-464f-86aa-24ac615aacfc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062158Z:9332a63e-240d-45b9-bee0-8ee9fd7f7cf8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "800d5c69c8dd2da4f40bd38158cf0ea3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "800d5c69c8dd2da4f40bd38158cf0ea3", + "x-ms-correlation-request-id": "27f30c63-1f24-4df3-9425-189b025072e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;29023", + "x-ms-ratelimit-remaining-subscription-reads": "11399", + "x-ms-request-id": "b62e3ec7-4249-4233-b3f7-a59b9957d505", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062159Z:27f30c63-1f24-4df3-9425-189b025072e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf3d966f87796270e0434d8b2cd0ce0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf3d966f87796270e0434d8b2cd0ce0e", + "x-ms-correlation-request-id": "da1dd047-823b-4cc8-bf97-cb4b7980c4ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;29022", + "x-ms-ratelimit-remaining-subscription-reads": "11398", + "x-ms-request-id": "71672075-9d34-4fac-9c1e-fd76a02176da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062159Z:da1dd047-823b-4cc8-bf97-cb4b7980c4ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6609f24dc33d6f6967fc8b4a267ac83d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6609f24dc33d6f6967fc8b4a267ac83d", + "x-ms-correlation-request-id": "f7fdc75e-214e-49b3-9cb3-6bf26c5120be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;29021", + "x-ms-ratelimit-remaining-subscription-reads": "11397", + "x-ms-request-id": "58291d84-59e2-4a04-ab06-58c35193fe8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062159Z:f7fdc75e-214e-49b3-9cb3-6bf26c5120be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e97ec2d9cb0ce269ecaba09a7a180123", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e97ec2d9cb0ce269ecaba09a7a180123", + "x-ms-correlation-request-id": "919df426-8563-43d0-8d73-498979821668", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;29020", + "x-ms-ratelimit-remaining-subscription-reads": "11396", + "x-ms-request-id": "55b9fe31-1819-4a3a-bd14-8643573cabd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062159Z:919df426-8563-43d0-8d73-498979821668" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6534c43ca8c5ac662dcd687cfb253b65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:21:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6534c43ca8c5ac662dcd687cfb253b65", + "x-ms-correlation-request-id": "4f3ffc9d-6ad8-46ea-a3c7-e6c8fe05a18e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;29019", + "x-ms-ratelimit-remaining-subscription-reads": "11395", + "x-ms-request-id": "49ac0266-b5b1-4e70-8732-2a3605da5913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062200Z:4f3ffc9d-6ad8-46ea-a3c7-e6c8fe05a18e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69b2107ae552820289277a9122cff44e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69b2107ae552820289277a9122cff44e", + "x-ms-correlation-request-id": "df9a18ce-e91e-408f-871c-e053484d03ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;29018", + "x-ms-ratelimit-remaining-subscription-reads": "11394", + "x-ms-request-id": "67eefd71-2b78-40b2-8fbc-ea2e51516c9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062200Z:df9a18ce-e91e-408f-871c-e053484d03ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "610d67fb634630775bd2bc3e62ece6c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "610d67fb634630775bd2bc3e62ece6c6", + "x-ms-correlation-request-id": "c5c056ea-fdd4-4a54-ab84-5835585a494d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;29017", + "x-ms-ratelimit-remaining-subscription-reads": "11393", + "x-ms-request-id": "f59c6a70-bf1d-46d8-bb52-690a214af4df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062200Z:c5c056ea-fdd4-4a54-ab84-5835585a494d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a1f3a6f976557d1c2b1dc9e2dd4895d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a1f3a6f976557d1c2b1dc9e2dd4895d", + "x-ms-correlation-request-id": "b17da400-216f-456b-b290-eb3a60790c96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;29016", + "x-ms-ratelimit-remaining-subscription-reads": "11392", + "x-ms-request-id": "3b0fe687-597c-4ea4-bc23-1d6287184ac9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062200Z:b17da400-216f-456b-b290-eb3a60790c96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "938119d8da17171f98810d7f28c31f9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "938119d8da17171f98810d7f28c31f9c", + "x-ms-correlation-request-id": "97588f82-2cbb-41aa-ad6e-83c0cd0ed2e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;29015", + "x-ms-ratelimit-remaining-subscription-reads": "11391", + "x-ms-request-id": "c29846b7-6964-4b68-b54c-988f8ac747e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062201Z:97588f82-2cbb-41aa-ad6e-83c0cd0ed2e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e721b3408ab063e895b69e9486d90387", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e721b3408ab063e895b69e9486d90387", + "x-ms-correlation-request-id": "15c5fd8a-05d2-4f10-bb7f-ca85fc3707ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;29014", + "x-ms-ratelimit-remaining-subscription-reads": "11390", + "x-ms-request-id": "7802291f-eff0-4840-bd05-eb1ddcccde5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062201Z:15c5fd8a-05d2-4f10-bb7f-ca85fc3707ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49655e48536a95af1b07d2e389522eff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49655e48536a95af1b07d2e389522eff", + "x-ms-correlation-request-id": "aafeda3d-20e3-4a71-8c3c-2c26ca0b47a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;29013", + "x-ms-ratelimit-remaining-subscription-reads": "11389", + "x-ms-request-id": "105d6dd2-0c9f-4c27-93df-63fd34706d55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062201Z:aafeda3d-20e3-4a71-8c3c-2c26ca0b47a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "795d3f91a2b34ead301dfd603b8b91be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "795d3f91a2b34ead301dfd603b8b91be", + "x-ms-correlation-request-id": "31d8fe41-4138-4f25-be0c-82eeda7de578", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;29012", + "x-ms-ratelimit-remaining-subscription-reads": "11388", + "x-ms-request-id": "d3075777-3268-4ecb-9f16-6e3d1e07aec0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062201Z:31d8fe41-4138-4f25-be0c-82eeda7de578" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c936867ed65eed32048ccca8b705da43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c936867ed65eed32048ccca8b705da43", + "x-ms-correlation-request-id": "f8760802-2317-4f99-8cb1-8958c6586a5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;29011", + "x-ms-ratelimit-remaining-subscription-reads": "11387", + "x-ms-request-id": "1361ef65-53ab-4986-8ee7-26c5e5e8e743", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062202Z:f8760802-2317-4f99-8cb1-8958c6586a5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46029f88897ba6d3b116184c554e598f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46029f88897ba6d3b116184c554e598f", + "x-ms-correlation-request-id": "fdbbb96c-dcdd-46da-a2e5-8cc082402894", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;29010", + "x-ms-ratelimit-remaining-subscription-reads": "11386", + "x-ms-request-id": "4823d873-93a9-4eb3-94af-252f13ba353b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062202Z:fdbbb96c-dcdd-46da-a2e5-8cc082402894" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02651375641bbba10d707426d504962b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02651375641bbba10d707426d504962b", + "x-ms-correlation-request-id": "c8399dbc-ef08-4164-93f2-3c35fbc6f705", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;29009", + "x-ms-ratelimit-remaining-subscription-reads": "11385", + "x-ms-request-id": "e6ca9fdf-42eb-4644-a660-b1f943a45eae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062202Z:c8399dbc-ef08-4164-93f2-3c35fbc6f705" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cd8ba434b88f543b2901847bee597b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cd8ba434b88f543b2901847bee597b6", + "x-ms-correlation-request-id": "dd45ba13-36b6-4dec-b45a-9de6bcb8625a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;29008", + "x-ms-ratelimit-remaining-subscription-reads": "11384", + "x-ms-request-id": "aacf1f3e-0f63-4d56-9296-37c2ca4d693e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062202Z:dd45ba13-36b6-4dec-b45a-9de6bcb8625a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a4323c32d79f2327fd47380b14add0ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4323c32d79f2327fd47380b14add0ad", + "x-ms-correlation-request-id": "7ab92b64-772b-4cc4-a5bd-6b14a6e7a283", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;29007", + "x-ms-ratelimit-remaining-subscription-reads": "11383", + "x-ms-request-id": "fdfec63d-fcf3-4137-83ad-ee2c02a008bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062203Z:7ab92b64-772b-4cc4-a5bd-6b14a6e7a283" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b08ed7fbc752a07d070508b4c5afc27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b08ed7fbc752a07d070508b4c5afc27", + "x-ms-correlation-request-id": "68ce5767-ca3c-441e-83de-024764965145", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;29006", + "x-ms-ratelimit-remaining-subscription-reads": "11382", + "x-ms-request-id": "559b6058-0bdf-4f06-9ad5-61b79270c310", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062203Z:68ce5767-ca3c-441e-83de-024764965145" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98f4bed9f2d16c8b92b49f401237e005", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98f4bed9f2d16c8b92b49f401237e005", + "x-ms-correlation-request-id": "449f9ae8-7d63-470c-8509-a8b46332b3eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;29005", + "x-ms-ratelimit-remaining-subscription-reads": "11381", + "x-ms-request-id": "cf7981f9-7904-4ef4-ae9d-b6163a3fe5b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062203Z:449f9ae8-7d63-470c-8509-a8b46332b3eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1c76abffbdd75403508d42f869bd7a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1c76abffbdd75403508d42f869bd7a3", + "x-ms-correlation-request-id": "d79866e4-2347-4b68-865d-15d04be5c4b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;29004", + "x-ms-ratelimit-remaining-subscription-reads": "11380", + "x-ms-request-id": "eb8d8dfc-ae2c-4f2f-9343-845fc715c49f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062203Z:d79866e4-2347-4b68-865d-15d04be5c4b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5632104a38b88ddb619b09c01dc61798", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5632104a38b88ddb619b09c01dc61798", + "x-ms-correlation-request-id": "3297557d-e271-4737-a03a-9fcf6f8f881d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;29003", + "x-ms-ratelimit-remaining-subscription-reads": "11379", + "x-ms-request-id": "b33392eb-ea54-4a5e-bdcc-d8335991d294", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062204Z:3297557d-e271-4737-a03a-9fcf6f8f881d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1cc4a8f2b92dd4a7d7e62c81d5ce6f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1cc4a8f2b92dd4a7d7e62c81d5ce6f6", + "x-ms-correlation-request-id": "1f7d7ef7-c85f-461b-ba5f-a2551adc9e97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;29002", + "x-ms-ratelimit-remaining-subscription-reads": "11378", + "x-ms-request-id": "301469c5-66b5-42ce-8810-db99bde3d38f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062204Z:1f7d7ef7-c85f-461b-ba5f-a2551adc9e97" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02f6fbdd8a05864d8f3a6f41f280576f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02f6fbdd8a05864d8f3a6f41f280576f", + "x-ms-correlation-request-id": "cdfe2ecd-f810-493b-bdd5-a891ce7cd10a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;29001", + "x-ms-ratelimit-remaining-subscription-reads": "11377", + "x-ms-request-id": "5faeaf55-5711-4d70-96ba-daf70b641529", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062204Z:cdfe2ecd-f810-493b-bdd5-a891ce7cd10a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ca03cf1f5cf1f11c554d83ad5126f05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ca03cf1f5cf1f11c554d83ad5126f05", + "x-ms-correlation-request-id": "41940a8f-a91e-4cd2-a973-79b2debd8e5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;29000", + "x-ms-ratelimit-remaining-subscription-reads": "11376", + "x-ms-request-id": "457c1ba3-8fb3-4861-8844-2d73b60779a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062204Z:41940a8f-a91e-4cd2-a973-79b2debd8e5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22e312b514d00592fd455258bb09ebfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22e312b514d00592fd455258bb09ebfd", + "x-ms-correlation-request-id": "8777c5ce-294e-4993-874e-f4e2badf87d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28999", + "x-ms-ratelimit-remaining-subscription-reads": "11375", + "x-ms-request-id": "9b89eabe-cd2f-47bc-abed-7b233f407110", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062205Z:8777c5ce-294e-4993-874e-f4e2badf87d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1d7f326a9bce727ead63cb1b112b17c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1d7f326a9bce727ead63cb1b112b17c", + "x-ms-correlation-request-id": "2692cce1-7bc2-47fe-92e1-617cb66218d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28998", + "x-ms-ratelimit-remaining-subscription-reads": "11374", + "x-ms-request-id": "60927875-df71-4ff2-b5d7-80303ba2c3e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062205Z:2692cce1-7bc2-47fe-92e1-617cb66218d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df8b6aca359cdc9fa99b3f89a3b863bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df8b6aca359cdc9fa99b3f89a3b863bc", + "x-ms-correlation-request-id": "ea15d0c4-b4ba-4a1e-83de-7cb3006cc230", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28997", + "x-ms-ratelimit-remaining-subscription-reads": "11373", + "x-ms-request-id": "4540b2ef-f862-41c0-982f-0b488bb523b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062205Z:ea15d0c4-b4ba-4a1e-83de-7cb3006cc230" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e213db688e3a0b48ebfb38f9d8e053ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e213db688e3a0b48ebfb38f9d8e053ea", + "x-ms-correlation-request-id": "94f69307-3e3e-49d0-b67d-39dc1447e1b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28996", + "x-ms-ratelimit-remaining-subscription-reads": "11372", + "x-ms-request-id": "bf0df642-b81b-43f9-88ae-d18811536cf5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062205Z:94f69307-3e3e-49d0-b67d-39dc1447e1b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "518dd5940b7df16053fb37206a9d4331", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "518dd5940b7df16053fb37206a9d4331", + "x-ms-correlation-request-id": "1bd8d1dd-caef-456d-b7d5-036f6b68fb6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28995", + "x-ms-ratelimit-remaining-subscription-reads": "11371", + "x-ms-request-id": "94cbdf24-ebce-4545-a1d6-ac1b9cbc85ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062206Z:1bd8d1dd-caef-456d-b7d5-036f6b68fb6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d6488073ceff3c41217ff4a1fda604c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6488073ceff3c41217ff4a1fda604c8", + "x-ms-correlation-request-id": "2f479a78-5def-481d-afa1-354d4db829df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28994", + "x-ms-ratelimit-remaining-subscription-reads": "11370", + "x-ms-request-id": "2e026424-ba88-4a92-a570-30752c822ecf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062206Z:2f479a78-5def-481d-afa1-354d4db829df" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cef55447122a5d3e7a228e3f5628a14d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cef55447122a5d3e7a228e3f5628a14d", + "x-ms-correlation-request-id": "39af93b2-5ebc-4c20-be25-08d9a0589164", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28993", + "x-ms-ratelimit-remaining-subscription-reads": "11369", + "x-ms-request-id": "7286abbf-7c04-4c36-bcdd-6536483c91ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062206Z:39af93b2-5ebc-4c20-be25-08d9a0589164" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "578507b77c98c5eb94512ffd17bff4ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "578507b77c98c5eb94512ffd17bff4ad", + "x-ms-correlation-request-id": "8464dce1-8f49-42e7-800f-3fce5231695c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28992", + "x-ms-ratelimit-remaining-subscription-reads": "11368", + "x-ms-request-id": "43c96108-d01c-45d3-9fe0-012326c8c156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062206Z:8464dce1-8f49-42e7-800f-3fce5231695c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16d96ef775a7610641eb5bdc4002e5f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16d96ef775a7610641eb5bdc4002e5f9", + "x-ms-correlation-request-id": "9a15a451-cdb9-498b-98ab-cc9a95f877f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28991", + "x-ms-ratelimit-remaining-subscription-reads": "11367", + "x-ms-request-id": "f7729d84-37ff-4427-af55-838b10375d0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062207Z:9a15a451-cdb9-498b-98ab-cc9a95f877f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5e9a6deac20cb3069303ad9e34145bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5e9a6deac20cb3069303ad9e34145bb", + "x-ms-correlation-request-id": "ec962f1c-e892-4233-98d4-ae153ed3036c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28990", + "x-ms-ratelimit-remaining-subscription-reads": "11366", + "x-ms-request-id": "f3ca57c9-3fc6-4257-a76e-95eedca29ebe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062207Z:ec962f1c-e892-4233-98d4-ae153ed3036c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e847e02e8b4e41a6002315ac200e8592", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e847e02e8b4e41a6002315ac200e8592", + "x-ms-correlation-request-id": "0bd8c738-0e06-4747-8590-90c217e05bc8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28989", + "x-ms-ratelimit-remaining-subscription-reads": "11365", + "x-ms-request-id": "f86c8b88-bdb2-4590-9cdd-618cdb17a3f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062207Z:0bd8c738-0e06-4747-8590-90c217e05bc8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "701e356cfed54b8d3d0dac773b2d7e00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "701e356cfed54b8d3d0dac773b2d7e00", + "x-ms-correlation-request-id": "dc690969-041b-4cd9-bf50-199425ae1a3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28988", + "x-ms-ratelimit-remaining-subscription-reads": "11364", + "x-ms-request-id": "7568a742-cded-4145-b389-371d6bf4fdd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062207Z:dc690969-041b-4cd9-bf50-199425ae1a3a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5faea0a5fcba53aa00a8f5fc9684aa5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5faea0a5fcba53aa00a8f5fc9684aa5a", + "x-ms-correlation-request-id": "d730ed27-0394-4d7b-8e06-08a099e0e891", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28987", + "x-ms-ratelimit-remaining-subscription-reads": "11363", + "x-ms-request-id": "7fff81bf-4fd4-4946-a226-00c9ed1f8f9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062208Z:d730ed27-0394-4d7b-8e06-08a099e0e891" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad6ca8aad52230e653fcaa41de2e06d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad6ca8aad52230e653fcaa41de2e06d3", + "x-ms-correlation-request-id": "d17603f1-7f59-4765-a8bf-c6d5265bdfa3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28986", + "x-ms-ratelimit-remaining-subscription-reads": "11362", + "x-ms-request-id": "5b5ce760-2ad4-4fa2-9121-f0f113cd1fd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062208Z:d17603f1-7f59-4765-a8bf-c6d5265bdfa3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "800614a5265f70d78acb702d0990b4b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "800614a5265f70d78acb702d0990b4b9", + "x-ms-correlation-request-id": "f959939f-6e73-4664-9578-d08287440e6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28985", + "x-ms-ratelimit-remaining-subscription-reads": "11361", + "x-ms-request-id": "638b8b5d-0b52-4667-89ec-4a936741a06a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062208Z:f959939f-6e73-4664-9578-d08287440e6f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "93cc5263d0c1d0deb97e0bbd526975d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93cc5263d0c1d0deb97e0bbd526975d1", + "x-ms-correlation-request-id": "ab7498f5-ce2f-4307-a51f-6e29e54d79ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28984", + "x-ms-ratelimit-remaining-subscription-reads": "11360", + "x-ms-request-id": "4be5c978-aa4a-4a31-bca5-b31964b1b71d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062208Z:ab7498f5-ce2f-4307-a51f-6e29e54d79ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "815721a2297e84fbd0fc235664b927c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "815721a2297e84fbd0fc235664b927c3", + "x-ms-correlation-request-id": "34288080-d5af-47e2-8419-03faf7100a30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28983", + "x-ms-ratelimit-remaining-subscription-reads": "11359", + "x-ms-request-id": "2253faa2-294b-41ca-bef8-1c8dd1e7e670", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062209Z:34288080-d5af-47e2-8419-03faf7100a30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8bddf1487262d4123635c7e11a1a1d20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bddf1487262d4123635c7e11a1a1d20", + "x-ms-correlation-request-id": "1ca14a1f-0018-4ec7-9206-e40564183e39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28982", + "x-ms-ratelimit-remaining-subscription-reads": "11358", + "x-ms-request-id": "68c8649d-956c-486c-8ee0-ad67edeb145d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062209Z:1ca14a1f-0018-4ec7-9206-e40564183e39" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e78a9f5533393a3a5648c3c4ad876cff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e78a9f5533393a3a5648c3c4ad876cff", + "x-ms-correlation-request-id": "e1147357-cd3d-47ce-8158-f4b0d4929454", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28981", + "x-ms-ratelimit-remaining-subscription-reads": "11357", + "x-ms-request-id": "f22a05bc-c44d-4d1c-8efd-467cc06d7577", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062209Z:e1147357-cd3d-47ce-8158-f4b0d4929454" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60754757e98c2f6f0e824b48611a69b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60754757e98c2f6f0e824b48611a69b5", + "x-ms-correlation-request-id": "d56154a3-6718-4d5a-b3db-76dee5f6bab8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28980", + "x-ms-ratelimit-remaining-subscription-reads": "11356", + "x-ms-request-id": "8bc30c1e-c7d0-4443-9ff9-97be28486646", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062209Z:d56154a3-6718-4d5a-b3db-76dee5f6bab8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c50103de3f2e158ab6a23519ae4d27ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c50103de3f2e158ab6a23519ae4d27ae", + "x-ms-correlation-request-id": "5702cad6-ccac-4b5a-a0ee-1dc7fb40ed86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28979", + "x-ms-ratelimit-remaining-subscription-reads": "11355", + "x-ms-request-id": "c1604f6c-ca4c-437f-8481-03d23f7f2c58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062210Z:5702cad6-ccac-4b5a-a0ee-1dc7fb40ed86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d289c7c9bda56c932f5bd8b6e7f2d83c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d289c7c9bda56c932f5bd8b6e7f2d83c", + "x-ms-correlation-request-id": "02e01cea-a4b0-4ca9-ba0f-e0d80dd41b89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28978", + "x-ms-ratelimit-remaining-subscription-reads": "11354", + "x-ms-request-id": "d1d17f84-1241-4c9e-902b-f983b5cbf781", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062210Z:02e01cea-a4b0-4ca9-ba0f-e0d80dd41b89" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aae60edea68617d1bd5fa9e9b45580c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aae60edea68617d1bd5fa9e9b45580c0", + "x-ms-correlation-request-id": "a1d478cb-dd0a-407d-afda-428e633123d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28977", + "x-ms-ratelimit-remaining-subscription-reads": "11353", + "x-ms-request-id": "8942e6a0-9b22-4532-b93a-4394aff0a2cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062210Z:a1d478cb-dd0a-407d-afda-428e633123d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a7f9d5b9690200f6f9495d366d42dc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a7f9d5b9690200f6f9495d366d42dc4", + "x-ms-correlation-request-id": "830f3585-f1af-404a-a623-8326eb2ce11c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28976", + "x-ms-ratelimit-remaining-subscription-reads": "11352", + "x-ms-request-id": "87e43ed8-e9d3-42a1-8443-a301b942b4d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062210Z:830f3585-f1af-404a-a623-8326eb2ce11c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a03bf8ca7c672227f671154513a9b7da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a03bf8ca7c672227f671154513a9b7da", + "x-ms-correlation-request-id": "2a67999c-6e2e-4771-ac9a-9ebef395fe2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28975", + "x-ms-ratelimit-remaining-subscription-reads": "11351", + "x-ms-request-id": "7efbf6f8-3974-4771-b174-bffdbd62c282", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062211Z:2a67999c-6e2e-4771-ac9a-9ebef395fe2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a5a17da3e7247acfec63af110feb1e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a5a17da3e7247acfec63af110feb1e9", + "x-ms-correlation-request-id": "270fa1c7-117f-4cc7-8b78-6c004dfe67e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14363,Microsoft.Compute/GetOperation30Min;28974", + "x-ms-ratelimit-remaining-subscription-reads": "11350", + "x-ms-request-id": "337aecf5-f77b-4811-b994-bb34f12d199b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062211Z:270fa1c7-117f-4cc7-8b78-6c004dfe67e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb1fe532e01adf59755ca41e81ca0cc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb1fe532e01adf59755ca41e81ca0cc5", + "x-ms-correlation-request-id": "87a5de51-a403-4f0f-b0d4-73e6b7199c79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28973", + "x-ms-ratelimit-remaining-subscription-reads": "11349", + "x-ms-request-id": "d097f7da-4a53-42cb-914c-4a647868df97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062211Z:87a5de51-a403-4f0f-b0d4-73e6b7199c79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ef9bbdde27a8b514cf3a2a1423511f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ef9bbdde27a8b514cf3a2a1423511f8", + "x-ms-correlation-request-id": "f27e1647-8a5b-404f-b8b3-9d2fe7f27875", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28972", + "x-ms-ratelimit-remaining-subscription-reads": "11348", + "x-ms-request-id": "69f17653-15e9-448d-b632-9f5c2ff3fd9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062211Z:f27e1647-8a5b-404f-b8b3-9d2fe7f27875" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e132bc0fb8af9c0be7bd4159a8dc534", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e132bc0fb8af9c0be7bd4159a8dc534", + "x-ms-correlation-request-id": "64395da9-921a-40a8-bf2d-863ae625a139", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28971", + "x-ms-ratelimit-remaining-subscription-reads": "11347", + "x-ms-request-id": "39d1a290-8677-437c-a48c-d645c0f9ac65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062212Z:64395da9-921a-40a8-bf2d-863ae625a139" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "551475b962044f6f93936f263db89d40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "551475b962044f6f93936f263db89d40", + "x-ms-correlation-request-id": "dad980cd-cd7b-454e-9051-138a21ca1654", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28970", + "x-ms-ratelimit-remaining-subscription-reads": "11346", + "x-ms-request-id": "f267d576-55c5-423a-8bbf-a8bb2cfd8b31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062212Z:dad980cd-cd7b-454e-9051-138a21ca1654" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "565eac4bdeb6e13bfbff90fe0d3bf1bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "565eac4bdeb6e13bfbff90fe0d3bf1bf", + "x-ms-correlation-request-id": "7ac3a9db-8e7b-4080-a6b3-73b3cb92749b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28969", + "x-ms-ratelimit-remaining-subscription-reads": "11345", + "x-ms-request-id": "c4a9adb9-d665-4a64-9f31-270852d85fe9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062212Z:7ac3a9db-8e7b-4080-a6b3-73b3cb92749b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cce76e2ebc215ef3bcc39af68c99bc05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cce76e2ebc215ef3bcc39af68c99bc05", + "x-ms-correlation-request-id": "750a9b39-dedc-4ae9-8592-040f063cc905", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28968", + "x-ms-ratelimit-remaining-subscription-reads": "11344", + "x-ms-request-id": "12ad28c3-3485-48be-a74d-1787c5236b8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062212Z:750a9b39-dedc-4ae9-8592-040f063cc905" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eeca94de6f2fda7d3a325905d1704158", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eeca94de6f2fda7d3a325905d1704158", + "x-ms-correlation-request-id": "1e50a097-48cb-42f3-b8f1-64c792e1f36d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28967", + "x-ms-ratelimit-remaining-subscription-reads": "11343", + "x-ms-request-id": "4cf0f995-706c-4b04-9442-04f2c4dd29b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062213Z:1e50a097-48cb-42f3-b8f1-64c792e1f36d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cff8b0a1d0d08f1eb9ff99f344445561", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cff8b0a1d0d08f1eb9ff99f344445561", + "x-ms-correlation-request-id": "7e0e1834-4466-4667-8b65-2f78693411ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28966", + "x-ms-ratelimit-remaining-subscription-reads": "11342", + "x-ms-request-id": "1e62b801-65bc-4fc2-aff3-5ff2b1ebfb45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062213Z:7e0e1834-4466-4667-8b65-2f78693411ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78208b430371be90f00d92ee62ed8c4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78208b430371be90f00d92ee62ed8c4b", + "x-ms-correlation-request-id": "79d9fb6a-d442-46cb-84b7-b8b4874c5898", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28965", + "x-ms-ratelimit-remaining-subscription-reads": "11341", + "x-ms-request-id": "092d9efe-752d-449b-adaf-2d225cabe634", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062213Z:79d9fb6a-d442-46cb-84b7-b8b4874c5898" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db544281eca10d34753b352fd58a96f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db544281eca10d34753b352fd58a96f5", + "x-ms-correlation-request-id": "1895aa3e-c1cf-4a00-bb52-7acf45534bbf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28964", + "x-ms-ratelimit-remaining-subscription-reads": "11340", + "x-ms-request-id": "e2652dde-eaf0-4d16-be46-4c04e21e194d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062213Z:1895aa3e-c1cf-4a00-bb52-7acf45534bbf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46c2f8ddc94f9ee72039dec33d302ccb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46c2f8ddc94f9ee72039dec33d302ccb", + "x-ms-correlation-request-id": "1575a9fc-8c6d-4bcc-ac22-662d32b8806d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28963", + "x-ms-ratelimit-remaining-subscription-reads": "11339", + "x-ms-request-id": "73c10d28-c841-4dc0-abb8-39f245bb533b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062214Z:1575a9fc-8c6d-4bcc-ac22-662d32b8806d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "01714e7379ef56c056120235ce61e866", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01714e7379ef56c056120235ce61e866", + "x-ms-correlation-request-id": "9f704e79-323d-4535-ae72-70708e39fbb3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28962", + "x-ms-ratelimit-remaining-subscription-reads": "11338", + "x-ms-request-id": "91e9f2eb-f620-4bcc-822e-181187e246ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062214Z:9f704e79-323d-4535-ae72-70708e39fbb3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a109c76462ab8fb5bb6bb670d70cf45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a109c76462ab8fb5bb6bb670d70cf45", + "x-ms-correlation-request-id": "194f8275-13d4-4914-ba86-575a55b6994b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28961", + "x-ms-ratelimit-remaining-subscription-reads": "11337", + "x-ms-request-id": "e37de7d6-659b-4e5d-b691-e034b166d6e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062214Z:194f8275-13d4-4914-ba86-575a55b6994b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87bb690e94186406386bef3dc6b1cfbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87bb690e94186406386bef3dc6b1cfbf", + "x-ms-correlation-request-id": "f711c7c0-5469-4b5d-987d-35663563793c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28960", + "x-ms-ratelimit-remaining-subscription-reads": "11336", + "x-ms-request-id": "a230598c-3fbb-4210-adc0-8deda7527a6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062214Z:f711c7c0-5469-4b5d-987d-35663563793c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a14d7751c2202da152b8a639bd5849e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a14d7751c2202da152b8a639bd5849e6", + "x-ms-correlation-request-id": "55a5c650-ac4a-4e70-b2a1-05f512e56094", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28959", + "x-ms-ratelimit-remaining-subscription-reads": "11335", + "x-ms-request-id": "616a964d-a3c4-44cd-8ef5-e47c1749faf5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062215Z:55a5c650-ac4a-4e70-b2a1-05f512e56094" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6527bd4260a5e14e96ac31be56bef2a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6527bd4260a5e14e96ac31be56bef2a9", + "x-ms-correlation-request-id": "a2651875-9374-4b8d-bc2b-04220a13311f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28958", + "x-ms-ratelimit-remaining-subscription-reads": "11334", + "x-ms-request-id": "4ed3959e-a2cd-4e3e-aa20-a251b5904beb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062215Z:a2651875-9374-4b8d-bc2b-04220a13311f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9516fce62e234b24c88e355feecca6df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9516fce62e234b24c88e355feecca6df", + "x-ms-correlation-request-id": "057f73bc-42bc-4c25-80f8-25ca183ef0ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28957", + "x-ms-ratelimit-remaining-subscription-reads": "11333", + "x-ms-request-id": "0bcd0fb0-7d32-4644-85c2-93827a07b124", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062215Z:057f73bc-42bc-4c25-80f8-25ca183ef0ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "08fa09226a89f019296b0a7390e2d693", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08fa09226a89f019296b0a7390e2d693", + "x-ms-correlation-request-id": "c81fc304-6cb9-45bf-aa5a-53d359680480", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28956", + "x-ms-ratelimit-remaining-subscription-reads": "11332", + "x-ms-request-id": "b9f9a7bf-5a5b-4e25-8116-027a968521a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062215Z:c81fc304-6cb9-45bf-aa5a-53d359680480" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c052fcc6b34114c298db9c172beef3c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c052fcc6b34114c298db9c172beef3c9", + "x-ms-correlation-request-id": "6d135f60-a462-4c36-a200-76d293cbd02e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28955", + "x-ms-ratelimit-remaining-subscription-reads": "11331", + "x-ms-request-id": "15201e0a-8c04-49fc-88a7-7eda0c94873f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062216Z:6d135f60-a462-4c36-a200-76d293cbd02e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d9b5206eac47c20e2256bb823b1bae6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d9b5206eac47c20e2256bb823b1bae6", + "x-ms-correlation-request-id": "c9b1e409-4973-4bea-ad4b-1da36ebcedca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28954", + "x-ms-ratelimit-remaining-subscription-reads": "11330", + "x-ms-request-id": "3980bfc0-3d56-4ea1-8aaf-e4b90c155777", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062216Z:c9b1e409-4973-4bea-ad4b-1da36ebcedca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f199a1b7e57a6f9e46e56faecd02c53b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f199a1b7e57a6f9e46e56faecd02c53b", + "x-ms-correlation-request-id": "f2549108-91f8-4d8e-8fc6-f870fee63592", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14342,Microsoft.Compute/GetOperation30Min;28953", + "x-ms-ratelimit-remaining-subscription-reads": "11329", + "x-ms-request-id": "9419904a-6277-4254-a1e4-f80760d1a3e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062216Z:f2549108-91f8-4d8e-8fc6-f870fee63592" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e6d41778946dccfdcd6dd1b470af1e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e6d41778946dccfdcd6dd1b470af1e7", + "x-ms-correlation-request-id": "7ea3afa3-949c-4aab-9b5a-81e1c8c8b5aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28952", + "x-ms-ratelimit-remaining-subscription-reads": "11328", + "x-ms-request-id": "bd708b99-5b6a-4328-9746-c8c423534d61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062216Z:7ea3afa3-949c-4aab-9b5a-81e1c8c8b5aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "895fb6210254204fb32c07de7a72aee0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "895fb6210254204fb32c07de7a72aee0", + "x-ms-correlation-request-id": "63111b6f-e6c5-4203-b00b-b566aec7511f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28951", + "x-ms-ratelimit-remaining-subscription-reads": "11327", + "x-ms-request-id": "6e72baef-925d-4c84-92bc-4d188af9cbab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062217Z:63111b6f-e6c5-4203-b00b-b566aec7511f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e24030607c442e9fd2bd14a30782283b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e24030607c442e9fd2bd14a30782283b", + "x-ms-correlation-request-id": "d482ae44-7aab-4251-81c3-23f08e79590f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28950", + "x-ms-ratelimit-remaining-subscription-reads": "11326", + "x-ms-request-id": "33b8c39d-50c2-4250-afae-54d6638218bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062217Z:d482ae44-7aab-4251-81c3-23f08e79590f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "178d88f43ca375e7f14c8a1a81f0616a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "178d88f43ca375e7f14c8a1a81f0616a", + "x-ms-correlation-request-id": "1c5c4c5c-c4f1-4deb-b717-63f3b3687e2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28949", + "x-ms-ratelimit-remaining-subscription-reads": "11325", + "x-ms-request-id": "0defaa91-1c31-4dea-9e50-4e49972eb2fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062217Z:1c5c4c5c-c4f1-4deb-b717-63f3b3687e2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17bbfd280ec9a4a31630b796edac1931", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17bbfd280ec9a4a31630b796edac1931", + "x-ms-correlation-request-id": "f598f026-8e12-432d-bfc4-dbbab03ade10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28948", + "x-ms-ratelimit-remaining-subscription-reads": "11324", + "x-ms-request-id": "63425905-090d-4969-bd23-efa7c20a141d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062217Z:f598f026-8e12-432d-bfc4-dbbab03ade10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f2eacb0397e5243c48cbf0f7f185ace1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2eacb0397e5243c48cbf0f7f185ace1", + "x-ms-correlation-request-id": "5adc628b-c1c5-47ce-9be3-7f9a53d49d6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28947", + "x-ms-ratelimit-remaining-subscription-reads": "11323", + "x-ms-request-id": "9751890c-f79d-4a28-b3f7-20feda66acb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062218Z:5adc628b-c1c5-47ce-9be3-7f9a53d49d6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "097baa5c11c7e571e4e8007285518745", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "097baa5c11c7e571e4e8007285518745", + "x-ms-correlation-request-id": "b37b489a-0765-4f06-8090-05b381f9c0e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28946", + "x-ms-ratelimit-remaining-subscription-reads": "11322", + "x-ms-request-id": "d6810e9d-d2fe-41f6-89ad-f5088a41949c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062218Z:b37b489a-0765-4f06-8090-05b381f9c0e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b61659336f069185c096cefe1eabb391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b61659336f069185c096cefe1eabb391", + "x-ms-correlation-request-id": "a618f35a-d148-4dae-bc42-219bb07fa8ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28945", + "x-ms-ratelimit-remaining-subscription-reads": "11321", + "x-ms-request-id": "d1a78cf3-f49f-492e-acb0-baa36aca183a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062218Z:a618f35a-d148-4dae-bc42-219bb07fa8ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "433ad5840f31f26a59040dfd96ca9ff7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "433ad5840f31f26a59040dfd96ca9ff7", + "x-ms-correlation-request-id": "86fb944a-28e9-48ec-a1cc-1927a5dcdeb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28944", + "x-ms-ratelimit-remaining-subscription-reads": "11320", + "x-ms-request-id": "c71c5a6f-77e4-4629-be5f-ef397b3b1066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062218Z:86fb944a-28e9-48ec-a1cc-1927a5dcdeb6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97c4aa43f56fecdb24e948304273c739", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97c4aa43f56fecdb24e948304273c739", + "x-ms-correlation-request-id": "69d2d1a0-015f-448f-b9ef-4d61939b8459", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28943", + "x-ms-ratelimit-remaining-subscription-reads": "11319", + "x-ms-request-id": "b71cf487-cafa-4996-b6b4-ec53eeaf83a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062219Z:69d2d1a0-015f-448f-b9ef-4d61939b8459" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "afee6f3444162314ef235d016288faf6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afee6f3444162314ef235d016288faf6", + "x-ms-correlation-request-id": "ce09f07d-e2f7-40ec-a19d-6053b7e91324", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28942", + "x-ms-ratelimit-remaining-subscription-reads": "11318", + "x-ms-request-id": "c0877e34-11c0-4e33-80b4-bba51f25c3c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062219Z:ce09f07d-e2f7-40ec-a19d-6053b7e91324" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73bbd7f71ce78e21f94d1e47c639b0e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73bbd7f71ce78e21f94d1e47c639b0e5", + "x-ms-correlation-request-id": "ca79f70f-8354-4727-9966-ac46ea94f942", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28941", + "x-ms-ratelimit-remaining-subscription-reads": "11317", + "x-ms-request-id": "bc99af2a-ccd9-468a-a675-a8812332eacf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062219Z:ca79f70f-8354-4727-9966-ac46ea94f942" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27c8d43defdbffe096a1a84c98da8a9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27c8d43defdbffe096a1a84c98da8a9c", + "x-ms-correlation-request-id": "b2b548ef-6144-4d52-b5e2-704de1dbb755", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28940", + "x-ms-ratelimit-remaining-subscription-reads": "11316", + "x-ms-request-id": "3115586b-aaa8-48bd-bfde-81267b09d630", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062219Z:b2b548ef-6144-4d52-b5e2-704de1dbb755" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a3852ef53b817524d60b6c826cd5cb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a3852ef53b817524d60b6c826cd5cb5", + "x-ms-correlation-request-id": "d0ef9cf9-43dd-4907-a3e5-8dad847bc9d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28939", + "x-ms-ratelimit-remaining-subscription-reads": "11315", + "x-ms-request-id": "7e1f5470-762e-412e-bc0d-0e7b2b24451e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062220Z:d0ef9cf9-43dd-4907-a3e5-8dad847bc9d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8ec37772d2bf081bf6bbdd4674d4f51f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ec37772d2bf081bf6bbdd4674d4f51f", + "x-ms-correlation-request-id": "a7022c05-b768-481e-aab5-0b9be0fcefd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28938", + "x-ms-ratelimit-remaining-subscription-reads": "11314", + "x-ms-request-id": "04963168-baad-4b72-8e3b-5243e122fc85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062220Z:a7022c05-b768-481e-aab5-0b9be0fcefd8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "745781c34500e92d82b0d97a3817d8c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "745781c34500e92d82b0d97a3817d8c8", + "x-ms-correlation-request-id": "53f9dae7-4a0e-401f-9ca8-0ab4b99ffb6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28937", + "x-ms-ratelimit-remaining-subscription-reads": "11313", + "x-ms-request-id": "24ff7fbb-2785-4fc2-80d1-31de0d5717df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062220Z:53f9dae7-4a0e-401f-9ca8-0ab4b99ffb6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21daf244fc161cdd363074fc760ba379", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21daf244fc161cdd363074fc760ba379", + "x-ms-correlation-request-id": "4ed724ba-4bc2-418f-826d-a0561e914bde", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28936", + "x-ms-ratelimit-remaining-subscription-reads": "11312", + "x-ms-request-id": "0b7d80cb-4def-41b2-ac33-1d2aeb995960", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062220Z:4ed724ba-4bc2-418f-826d-a0561e914bde" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a405976be7752cb449d90c0ef9a0cfde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a405976be7752cb449d90c0ef9a0cfde", + "x-ms-correlation-request-id": "6db2e415-a742-4adf-b1a3-758da3acdadd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28935", + "x-ms-ratelimit-remaining-subscription-reads": "11311", + "x-ms-request-id": "971f000b-ddbf-444d-9ae8-af2d21c953cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062221Z:6db2e415-a742-4adf-b1a3-758da3acdadd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "810114e2d4fac708a43a3ed0d1317376", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "810114e2d4fac708a43a3ed0d1317376", + "x-ms-correlation-request-id": "88c8609b-8d03-4c0f-adfe-53137ef4019b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28934", + "x-ms-ratelimit-remaining-subscription-reads": "11310", + "x-ms-request-id": "b6f7d931-9683-450d-96a6-0821a6982470", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062221Z:88c8609b-8d03-4c0f-adfe-53137ef4019b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a10f600c34125c523dadd73cf0ce2396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a10f600c34125c523dadd73cf0ce2396", + "x-ms-correlation-request-id": "a2a995f0-77c7-46cc-b382-49a7eb904074", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28933", + "x-ms-ratelimit-remaining-subscription-reads": "11309", + "x-ms-request-id": "094790cb-cfbe-421c-a7d5-4b685d3e631e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062221Z:a2a995f0-77c7-46cc-b382-49a7eb904074" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61199561220a967e8e3e003aa9e45b18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61199561220a967e8e3e003aa9e45b18", + "x-ms-correlation-request-id": "1765ab20-b272-4629-b0ce-0f321169d887", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28932", + "x-ms-ratelimit-remaining-subscription-reads": "11308", + "x-ms-request-id": "0da93a91-3f5c-4e94-8489-6da9d7ef8e4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062221Z:1765ab20-b272-4629-b0ce-0f321169d887" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "980195662d90aeccc1a5444cfdccd6d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "980195662d90aeccc1a5444cfdccd6d5", + "x-ms-correlation-request-id": "9166c5ba-cc8a-472b-bed0-c05cbfa8682e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28931", + "x-ms-ratelimit-remaining-subscription-reads": "11307", + "x-ms-request-id": "1823f8ed-b249-48a9-8c5c-b628901e1658", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062222Z:9166c5ba-cc8a-472b-bed0-c05cbfa8682e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b6ea7171217ea6ce17912d33417b258", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b6ea7171217ea6ce17912d33417b258", + "x-ms-correlation-request-id": "05805aef-def7-4de9-b292-cf36dcf83af1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28930", + "x-ms-ratelimit-remaining-subscription-reads": "11306", + "x-ms-request-id": "db75ab4b-7147-4d95-ab3b-c2712f9a1232", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062222Z:05805aef-def7-4de9-b292-cf36dcf83af1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ad6be518bcd3305c96b9f64de3199c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ad6be518bcd3305c96b9f64de3199c2", + "x-ms-correlation-request-id": "7ccb7e75-22b9-4e24-9f35-33fec90278b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28929", + "x-ms-ratelimit-remaining-subscription-reads": "11305", + "x-ms-request-id": "9ca99d07-74be-421a-8196-dfe1cb98d239", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062222Z:7ccb7e75-22b9-4e24-9f35-33fec90278b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02232a67207553012916b7171af87aaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02232a67207553012916b7171af87aaa", + "x-ms-correlation-request-id": "9ea30e24-f100-4736-b067-9277a9ec9d37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28928", + "x-ms-ratelimit-remaining-subscription-reads": "11304", + "x-ms-request-id": "f0d8d059-7582-4863-9f84-2a5f1aed4765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062222Z:9ea30e24-f100-4736-b067-9277a9ec9d37" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ffbebf27cf68c08a13b72ac73070caf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ffbebf27cf68c08a13b72ac73070caf", + "x-ms-correlation-request-id": "43d2df3f-5b28-465e-8ba9-1975ac982b2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28927", + "x-ms-ratelimit-remaining-subscription-reads": "11303", + "x-ms-request-id": "77d4b279-b2a3-4464-92f4-0b74791b2c37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062223Z:43d2df3f-5b28-465e-8ba9-1975ac982b2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "096b50e0b0f431e2bc8230b6d3ee18d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "096b50e0b0f431e2bc8230b6d3ee18d0", + "x-ms-correlation-request-id": "2faf3043-08b1-4d23-8de5-b159394aa5a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28926", + "x-ms-ratelimit-remaining-subscription-reads": "11302", + "x-ms-request-id": "111423d0-074e-450b-a441-033997270040", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062223Z:2faf3043-08b1-4d23-8de5-b159394aa5a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f272f5f15a36eacc2297603aae54e022", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f272f5f15a36eacc2297603aae54e022", + "x-ms-correlation-request-id": "8921218f-c0ac-443c-bd25-a04bb547a547", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28925", + "x-ms-ratelimit-remaining-subscription-reads": "11301", + "x-ms-request-id": "bf8cf9d1-7c35-4823-bbaa-91b436d7acdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062223Z:8921218f-c0ac-443c-bd25-a04bb547a547" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca36070a708c41b508c982734c51b8b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca36070a708c41b508c982734c51b8b2", + "x-ms-correlation-request-id": "9f8c3131-722e-410f-ab19-d930fa13e119", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28924", + "x-ms-ratelimit-remaining-subscription-reads": "11300", + "x-ms-request-id": "205fadd7-1b50-4219-a884-ae8d269a7d9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062223Z:9f8c3131-722e-410f-ab19-d930fa13e119" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7dbba122199486788481e75c50a88368", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dbba122199486788481e75c50a88368", + "x-ms-correlation-request-id": "058ffdca-73f0-4860-b7d1-fee2a67572c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28923", + "x-ms-ratelimit-remaining-subscription-reads": "11299", + "x-ms-request-id": "01fe76d8-f8b9-44ad-a40d-848a24f7d024", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062224Z:058ffdca-73f0-4860-b7d1-fee2a67572c8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cbab0da24eb880433f30ea6dd7589ed0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbab0da24eb880433f30ea6dd7589ed0", + "x-ms-correlation-request-id": "516c95d4-8af4-4f5b-b1ef-732b5b2937b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28922", + "x-ms-ratelimit-remaining-subscription-reads": "11298", + "x-ms-request-id": "17a51ba3-b0f9-4e17-a71d-d3748b5ce708", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062224Z:516c95d4-8af4-4f5b-b1ef-732b5b2937b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c17addf6299f18e8fb0450b8859f15f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c17addf6299f18e8fb0450b8859f15f", + "x-ms-correlation-request-id": "9cac71aa-a9a8-41fe-a132-5f2165baf198", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28921", + "x-ms-ratelimit-remaining-subscription-reads": "11297", + "x-ms-request-id": "c7b6aac2-f254-452e-bf4b-b89f95062266", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062224Z:9cac71aa-a9a8-41fe-a132-5f2165baf198" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3fd01a45eca6d4fa5e3a3e642e0bae2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fd01a45eca6d4fa5e3a3e642e0bae2b", + "x-ms-correlation-request-id": "39a8dcdb-8bc3-44a8-b21e-1fa2e5fea98a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28920", + "x-ms-ratelimit-remaining-subscription-reads": "11296", + "x-ms-request-id": "6dc508f5-cc2e-48a6-a28d-3120bef6c5dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062224Z:39a8dcdb-8bc3-44a8-b21e-1fa2e5fea98a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a27d17e277903fce7fba3c070937f8e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a27d17e277903fce7fba3c070937f8e6", + "x-ms-correlation-request-id": "219fd6e3-4124-471a-b234-7e7a52d3cdd4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14308,Microsoft.Compute/GetOperation30Min;28919", + "x-ms-ratelimit-remaining-subscription-reads": "11295", + "x-ms-request-id": "b02e2e20-efc7-4591-9735-326dc920a904", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062225Z:219fd6e3-4124-471a-b234-7e7a52d3cdd4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd278a3f5e88f229b243ae5e242ac283", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd278a3f5e88f229b243ae5e242ac283", + "x-ms-correlation-request-id": "ab368cd8-1f3a-44fc-9a96-6e7b37101dcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28918", + "x-ms-ratelimit-remaining-subscription-reads": "11294", + "x-ms-request-id": "4fbb91dc-761a-42bd-a96d-1c7f38a07cf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062225Z:ab368cd8-1f3a-44fc-9a96-6e7b37101dcd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "712819024edbcece4b91c0ecaff3cb26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "712819024edbcece4b91c0ecaff3cb26", + "x-ms-correlation-request-id": "0221b711-c70e-4d91-8ffe-36181b157dbb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28917", + "x-ms-ratelimit-remaining-subscription-reads": "11293", + "x-ms-request-id": "59ae4402-2445-4d8b-8932-7ee99267f9bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062225Z:0221b711-c70e-4d91-8ffe-36181b157dbb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3245741f0e383a3ed8aef4dc96f1b54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3245741f0e383a3ed8aef4dc96f1b54", + "x-ms-correlation-request-id": "48c43f1e-e4b9-4900-9841-47d9e78da4c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28916", + "x-ms-ratelimit-remaining-subscription-reads": "11292", + "x-ms-request-id": "d2617b4f-af0f-4c03-abcd-5a768764b4a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062225Z:48c43f1e-e4b9-4900-9841-47d9e78da4c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef05b8f7870ff00abb5972f69e3d42bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef05b8f7870ff00abb5972f69e3d42bf", + "x-ms-correlation-request-id": "0c17b5c8-b215-4ce0-b583-70fa9d79ccb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28915", + "x-ms-ratelimit-remaining-subscription-reads": "11291", + "x-ms-request-id": "efcbf8e1-cd8b-4ca7-97d8-1b97dbc8351b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062226Z:0c17b5c8-b215-4ce0-b583-70fa9d79ccb4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc1d87781f0511a076a483515e8105db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc1d87781f0511a076a483515e8105db", + "x-ms-correlation-request-id": "5dd81250-f452-4ddf-bae3-3c90125284da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28914", + "x-ms-ratelimit-remaining-subscription-reads": "11290", + "x-ms-request-id": "12f7b4d4-4b48-47c6-b1c9-4fb21303ad34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062226Z:5dd81250-f452-4ddf-bae3-3c90125284da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f7f56b76dbedba174d34e78a7eace5b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7f56b76dbedba174d34e78a7eace5b0", + "x-ms-correlation-request-id": "494a33bb-72c1-449b-b183-ee75b38c921a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28913", + "x-ms-ratelimit-remaining-subscription-reads": "11289", + "x-ms-request-id": "777cb865-f936-4cef-b31c-6ab0e6295385", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062226Z:494a33bb-72c1-449b-b183-ee75b38c921a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41d530474e52d74f18f3796a03b8913a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41d530474e52d74f18f3796a03b8913a", + "x-ms-correlation-request-id": "94de5639-f322-4836-bab5-0d941cfed95b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28912", + "x-ms-ratelimit-remaining-subscription-reads": "11288", + "x-ms-request-id": "553c51e6-2121-4272-92b0-cd8ef95818c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062226Z:94de5639-f322-4836-bab5-0d941cfed95b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "338096534b479cd170627ed0371593c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "338096534b479cd170627ed0371593c9", + "x-ms-correlation-request-id": "058dec34-6b59-44fb-b67c-ba69b7449e32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28911", + "x-ms-ratelimit-remaining-subscription-reads": "11287", + "x-ms-request-id": "ae62946e-5447-4e95-8a74-8b0d7f55849b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062227Z:058dec34-6b59-44fb-b67c-ba69b7449e32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e09d3bfc3ac27891b1ddefa62acb694", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e09d3bfc3ac27891b1ddefa62acb694", + "x-ms-correlation-request-id": "b6b7e09f-0628-4c3c-bc09-53c01e0c3bd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28910", + "x-ms-ratelimit-remaining-subscription-reads": "11286", + "x-ms-request-id": "4c2b5473-8397-425c-8831-22d93643c71e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062227Z:b6b7e09f-0628-4c3c-bc09-53c01e0c3bd5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e737ada3b12cfb685e38d0f0cf7fa003", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e737ada3b12cfb685e38d0f0cf7fa003", + "x-ms-correlation-request-id": "702496c9-c940-4355-8ac9-18331ba6bdba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28909", + "x-ms-ratelimit-remaining-subscription-reads": "11285", + "x-ms-request-id": "5db22283-12db-4f57-8493-dd7a70fc19b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062227Z:702496c9-c940-4355-8ac9-18331ba6bdba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30aab06062af908e0d59182a6dd73ac3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30aab06062af908e0d59182a6dd73ac3", + "x-ms-correlation-request-id": "c3048cc9-0afc-42b3-81b7-06f11dbd7659", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14297,Microsoft.Compute/GetOperation30Min;28908", + "x-ms-ratelimit-remaining-subscription-reads": "11284", + "x-ms-request-id": "84d57961-d5c6-4c6c-b669-408880253c13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062227Z:c3048cc9-0afc-42b3-81b7-06f11dbd7659" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a2deaababde0e9c6b0dd073f298579c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a2deaababde0e9c6b0dd073f298579c", + "x-ms-correlation-request-id": "911e5536-60b3-43d4-97b1-c789b7698268", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14296,Microsoft.Compute/GetOperation30Min;28907", + "x-ms-ratelimit-remaining-subscription-reads": "11283", + "x-ms-request-id": "d0db4ec3-4942-408d-abce-a8f27cba95cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062228Z:911e5536-60b3-43d4-97b1-c789b7698268" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b19ada7c860240e51ea6dad3983d8e87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b19ada7c860240e51ea6dad3983d8e87", + "x-ms-correlation-request-id": "cba9a188-d037-4ea1-b595-cb5eee7bbb49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14295,Microsoft.Compute/GetOperation30Min;28906", + "x-ms-ratelimit-remaining-subscription-reads": "11282", + "x-ms-request-id": "9714d0de-98db-495a-8933-42e891981d8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062228Z:cba9a188-d037-4ea1-b595-cb5eee7bbb49" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5440dfd1651b425139cc5a1921a9d74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5440dfd1651b425139cc5a1921a9d74", + "x-ms-correlation-request-id": "6fbaea50-9d61-47bb-809d-b08be876ffcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14294,Microsoft.Compute/GetOperation30Min;28905", + "x-ms-ratelimit-remaining-subscription-reads": "11281", + "x-ms-request-id": "75f5f069-13ea-4787-b4e8-a78d8a7f5809", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062228Z:6fbaea50-9d61-47bb-809d-b08be876ffcd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92ad7c01883d25c104ed6b37d0c9752d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92ad7c01883d25c104ed6b37d0c9752d", + "x-ms-correlation-request-id": "3e7ed384-1eb5-4cb6-9756-41a40c27f68b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14293,Microsoft.Compute/GetOperation30Min;28904", + "x-ms-ratelimit-remaining-subscription-reads": "11280", + "x-ms-request-id": "136a4423-5606-4766-af9a-2c587c8e0850", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062228Z:3e7ed384-1eb5-4cb6-9756-41a40c27f68b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e576497f7254654ab5e59e65c044ad04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e576497f7254654ab5e59e65c044ad04", + "x-ms-correlation-request-id": "aca4fa00-7097-4647-b398-e8ea68e637c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14292,Microsoft.Compute/GetOperation30Min;28903", + "x-ms-ratelimit-remaining-subscription-reads": "11279", + "x-ms-request-id": "c6ec07af-f2e4-4c5b-8a89-e59839a7981f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062229Z:aca4fa00-7097-4647-b398-e8ea68e637c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1cd26509fc8f74494b1ee064abede34a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cd26509fc8f74494b1ee064abede34a", + "x-ms-correlation-request-id": "5a070335-f8d2-4f7c-ab7e-6595a86af01d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14291,Microsoft.Compute/GetOperation30Min;28902", + "x-ms-ratelimit-remaining-subscription-reads": "11278", + "x-ms-request-id": "798158d8-32b9-42de-91ca-c12e99cda49f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062229Z:5a070335-f8d2-4f7c-ab7e-6595a86af01d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49229826b7a48e203147dc57ea5c65c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49229826b7a48e203147dc57ea5c65c0", + "x-ms-correlation-request-id": "29ecec36-ec66-44dd-8e7c-9bb264c02a88", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14290,Microsoft.Compute/GetOperation30Min;28901", + "x-ms-ratelimit-remaining-subscription-reads": "11277", + "x-ms-request-id": "39cf67ee-8e39-45fe-a83c-47ccfd6c7512", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062229Z:29ecec36-ec66-44dd-8e7c-9bb264c02a88" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b2e663f59f7839dff019a3592e5bac7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b2e663f59f7839dff019a3592e5bac7", + "x-ms-correlation-request-id": "9a1f12c9-8498-4a3a-9d6b-32e32af9c9dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14289,Microsoft.Compute/GetOperation30Min;28900", + "x-ms-ratelimit-remaining-subscription-reads": "11276", + "x-ms-request-id": "4b59183e-cce8-4040-89ed-5c0057f0a2c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062229Z:9a1f12c9-8498-4a3a-9d6b-32e32af9c9dd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "283f5401642251604543ea471ff18aef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "283f5401642251604543ea471ff18aef", + "x-ms-correlation-request-id": "e398f0a1-25dc-4340-8282-2cfe5b3f8330", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;28899", + "x-ms-ratelimit-remaining-subscription-reads": "11275", + "x-ms-request-id": "9d01f0fd-a0dd-463c-8fa2-64fd13112ea5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062230Z:e398f0a1-25dc-4340-8282-2cfe5b3f8330" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44251fb978bfcd52fa9f4aa31deafc4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44251fb978bfcd52fa9f4aa31deafc4c", + "x-ms-correlation-request-id": "6c95ee91-4d29-4894-8e16-484210c86597", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14409,Microsoft.Compute/GetOperation30Min;28898", + "x-ms-ratelimit-remaining-subscription-reads": "11274", + "x-ms-request-id": "f1b1f4d4-cd7b-48fa-b0d7-59a943636124", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062230Z:6c95ee91-4d29-4894-8e16-484210c86597" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9656148d3c1cda9e06dc25b36e55630d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9656148d3c1cda9e06dc25b36e55630d", + "x-ms-correlation-request-id": "c5bb952c-b80a-4b4e-9400-1e72fe2d9ce4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;28897", + "x-ms-ratelimit-remaining-subscription-reads": "11273", + "x-ms-request-id": "f5726825-3ab4-49de-815c-0ee19200487f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062230Z:c5bb952c-b80a-4b4e-9400-1e72fe2d9ce4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "727baa7675c0880801712d821abc335a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "727baa7675c0880801712d821abc335a", + "x-ms-correlation-request-id": "ae010fe1-dd11-40ab-8215-e944bd409ab6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;28896", + "x-ms-ratelimit-remaining-subscription-reads": "11272", + "x-ms-request-id": "9255d2d7-9f9b-4e98-9718-f8c61058232a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062230Z:ae010fe1-dd11-40ab-8215-e944bd409ab6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0aba9e47f39b7cd2804a3ee2539f5ea5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aba9e47f39b7cd2804a3ee2539f5ea5", + "x-ms-correlation-request-id": "dfe2faec-382b-4dda-820c-db11a921388a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;28895", + "x-ms-ratelimit-remaining-subscription-reads": "11271", + "x-ms-request-id": "ea2118f7-81a9-4a96-af3a-4ec16d6c1570", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062231Z:dfe2faec-382b-4dda-820c-db11a921388a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "722c3c3b896f178c0cce94ab0f1bc049", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "722c3c3b896f178c0cce94ab0f1bc049", + "x-ms-correlation-request-id": "376e28f9-1fa3-4c3d-8f0b-a0d3694533a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;28894", + "x-ms-ratelimit-remaining-subscription-reads": "11270", + "x-ms-request-id": "fc393539-6c26-4000-b461-12742f2abbef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062231Z:376e28f9-1fa3-4c3d-8f0b-a0d3694533a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d06ccaa9589b8372d8fef27537253562", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d06ccaa9589b8372d8fef27537253562", + "x-ms-correlation-request-id": "ded30d94-00c2-4599-85b0-d41015503932", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;28893", + "x-ms-ratelimit-remaining-subscription-reads": "11269", + "x-ms-request-id": "08672b3a-adaf-4fc5-aeba-f761652d35be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062231Z:ded30d94-00c2-4599-85b0-d41015503932" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd478812c090beeb11a2fecd5e276d64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd478812c090beeb11a2fecd5e276d64", + "x-ms-correlation-request-id": "9d21ea61-b5b6-483b-be74-6d1d8b212506", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;28892", + "x-ms-ratelimit-remaining-subscription-reads": "11268", + "x-ms-request-id": "65b6aac5-69bc-46a3-9eb7-89c20ae86aa2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062231Z:9d21ea61-b5b6-483b-be74-6d1d8b212506" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8839f48a8e32e209caa89a709717e0e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8839f48a8e32e209caa89a709717e0e7", + "x-ms-correlation-request-id": "91ca2a37-f8d9-4d36-824d-0f7dae366f30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28891", + "x-ms-ratelimit-remaining-subscription-reads": "11267", + "x-ms-request-id": "7af26bb9-573d-4601-9614-2e0964a73605", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062232Z:91ca2a37-f8d9-4d36-824d-0f7dae366f30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86983298e2d4e8b8dfadbef85aa524b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86983298e2d4e8b8dfadbef85aa524b1", + "x-ms-correlation-request-id": "605d931c-ab8b-4380-8686-a1b944a9e198", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28890", + "x-ms-ratelimit-remaining-subscription-reads": "11266", + "x-ms-request-id": "6d5ee982-4192-46c4-bc7e-55e4f6d231bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062232Z:605d931c-ab8b-4380-8686-a1b944a9e198" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43ea8d91acec842f7e6413e7267b27fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43ea8d91acec842f7e6413e7267b27fa", + "x-ms-correlation-request-id": "f6992940-de4a-4824-97d7-06b4669928d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28889", + "x-ms-ratelimit-remaining-subscription-reads": "11265", + "x-ms-request-id": "9b694cf1-db21-4848-85ba-5f10b9a37e44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062232Z:f6992940-de4a-4824-97d7-06b4669928d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c3416c2e68ea8903b50a885cf118825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c3416c2e68ea8903b50a885cf118825", + "x-ms-correlation-request-id": "3f1322e7-29b8-4c83-a7d0-97fd657839a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28888", + "x-ms-ratelimit-remaining-subscription-reads": "11264", + "x-ms-request-id": "a83fbef0-e05d-4cd2-9392-f84f13fdd195", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062233Z:3f1322e7-29b8-4c83-a7d0-97fd657839a6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09dee9849d2cebfb03140770ced0c263", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09dee9849d2cebfb03140770ced0c263", + "x-ms-correlation-request-id": "dce7e9cc-9e0d-438a-b06a-1297e51a60a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28887", + "x-ms-ratelimit-remaining-subscription-reads": "11263", + "x-ms-request-id": "10d0cbee-3426-4ce8-afa7-4f63587f79a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062233Z:dce7e9cc-9e0d-438a-b06a-1297e51a60a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4336c486f770aa23fc42079b04aab46d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4336c486f770aa23fc42079b04aab46d", + "x-ms-correlation-request-id": "c41c43bd-a7b5-4fd5-82a3-5f6bcbb70c8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28886", + "x-ms-ratelimit-remaining-subscription-reads": "11262", + "x-ms-request-id": "4b6b4db9-78e7-447f-ab5f-55122f4d8245", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062233Z:c41c43bd-a7b5-4fd5-82a3-5f6bcbb70c8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c63eedb1d9c25cd1b48297adf20d96a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c63eedb1d9c25cd1b48297adf20d96a", + "x-ms-correlation-request-id": "7a15a80c-39da-40d8-8463-ddf5c19fe8ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28885", + "x-ms-ratelimit-remaining-subscription-reads": "11261", + "x-ms-request-id": "7bffb299-4591-4dc7-8580-6d784d4218d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062233Z:7a15a80c-39da-40d8-8463-ddf5c19fe8ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0bfe448d44da8cb4c6340dea955fe758", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0bfe448d44da8cb4c6340dea955fe758", + "x-ms-correlation-request-id": "767c0133-1e4b-4c78-adf4-b935f8d87dd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;28884", + "x-ms-ratelimit-remaining-subscription-reads": "11260", + "x-ms-request-id": "f4d5821a-d0d4-4154-a4f3-b3ad407da225", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062233Z:767c0133-1e4b-4c78-adf4-b935f8d87dd3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e0949a5f866d69c7f6112828cea8cbdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0949a5f866d69c7f6112828cea8cbdc", + "x-ms-correlation-request-id": "223b85a6-6e96-459e-bd7e-0dcf66ca522a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;28883", + "x-ms-ratelimit-remaining-subscription-reads": "11259", + "x-ms-request-id": "8a5d28c3-f96a-4888-8a67-ffea7872512f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062234Z:223b85a6-6e96-459e-bd7e-0dcf66ca522a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf0e9d68a9ac97933ad676670fe38fbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf0e9d68a9ac97933ad676670fe38fbb", + "x-ms-correlation-request-id": "c1a46cf1-85e9-4f59-8d16-d33aa739806a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;28882", + "x-ms-ratelimit-remaining-subscription-reads": "11258", + "x-ms-request-id": "d3ce4184-ec2a-493d-9112-6d75deecee65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062234Z:c1a46cf1-85e9-4f59-8d16-d33aa739806a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "451ad060f98c07fc7d9415c91c8bbe1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "451ad060f98c07fc7d9415c91c8bbe1d", + "x-ms-correlation-request-id": "fec20fc9-4952-4eb4-95ac-2f17fed13b49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;28881", + "x-ms-ratelimit-remaining-subscription-reads": "11257", + "x-ms-request-id": "145f2a83-f33d-43cb-9ec0-890d3aba4ab8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062234Z:fec20fc9-4952-4eb4-95ac-2f17fed13b49" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f88130692851b6ac06fca6970f5f5912", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f88130692851b6ac06fca6970f5f5912", + "x-ms-correlation-request-id": "6c41e68f-84c1-4573-a4da-29c156990ec7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;28880", + "x-ms-ratelimit-remaining-subscription-reads": "11256", + "x-ms-request-id": "27f35a36-f828-4fe5-98d3-df01e9f28e71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062234Z:6c41e68f-84c1-4573-a4da-29c156990ec7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fec86c81868d6f50a007411793ca7bae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fec86c81868d6f50a007411793ca7bae", + "x-ms-correlation-request-id": "285f43c0-d9cc-42dd-b6af-972dd4c84c7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;28879", + "x-ms-ratelimit-remaining-subscription-reads": "11255", + "x-ms-request-id": "389f83d4-3f9b-4ebd-8347-3e1175b2ff3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062235Z:285f43c0-d9cc-42dd-b6af-972dd4c84c7c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dffe59189762376a23643e8f5264f81d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dffe59189762376a23643e8f5264f81d", + "x-ms-correlation-request-id": "9c5ba754-f5f4-4c11-9862-cfeb402c2581", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;28878", + "x-ms-ratelimit-remaining-subscription-reads": "11254", + "x-ms-request-id": "6365bac5-9bbe-4def-80ba-22dbcea99050", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062235Z:9c5ba754-f5f4-4c11-9862-cfeb402c2581" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af47033abfc3e38fe011574ae795223c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af47033abfc3e38fe011574ae795223c", + "x-ms-correlation-request-id": "cf27841e-18d4-429a-8aff-8b8d41b138e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28877", + "x-ms-ratelimit-remaining-subscription-reads": "11253", + "x-ms-request-id": "1e5bcd7d-dc92-404b-ace2-e5d172402a1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062235Z:cf27841e-18d4-429a-8aff-8b8d41b138e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b57ff7817a61e9b00291db2947c01d3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b57ff7817a61e9b00291db2947c01d3b", + "x-ms-correlation-request-id": "580b0111-1e26-4f34-8087-7f93607395b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28876", + "x-ms-ratelimit-remaining-subscription-reads": "11252", + "x-ms-request-id": "067f1692-4260-4720-8117-903b6a2ca8a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062235Z:580b0111-1e26-4f34-8087-7f93607395b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90dc240ecc8258ebca1bfe504020508d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90dc240ecc8258ebca1bfe504020508d", + "x-ms-correlation-request-id": "99eddf55-b531-4ceb-8f96-6eeb77930cf5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28875", + "x-ms-ratelimit-remaining-subscription-reads": "11251", + "x-ms-request-id": "4e1ee0cc-67a3-4093-b8d5-dbd07640814c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062236Z:99eddf55-b531-4ceb-8f96-6eeb77930cf5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b0e014142e5bfbc535dad31e3659b1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b0e014142e5bfbc535dad31e3659b1f", + "x-ms-correlation-request-id": "eceb80e8-1c6b-454a-a63d-dd1862b8597f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28874", + "x-ms-ratelimit-remaining-subscription-reads": "11250", + "x-ms-request-id": "1ffa7090-609a-4078-b09e-6680e110cb84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062236Z:eceb80e8-1c6b-454a-a63d-dd1862b8597f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c33b1bf492b8b5b90c26eb467b5fa9e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c33b1bf492b8b5b90c26eb467b5fa9e1", + "x-ms-correlation-request-id": "8b3c8eb5-dff3-44d8-9015-b723abacee15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28873", + "x-ms-ratelimit-remaining-subscription-reads": "11249", + "x-ms-request-id": "b7976522-d739-4891-8e4c-8075d221ef82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062236Z:8b3c8eb5-dff3-44d8-9015-b723abacee15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46e74e40c2b2cc56681d3d241eb97564", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46e74e40c2b2cc56681d3d241eb97564", + "x-ms-correlation-request-id": "aa21cfe8-ed48-4bed-987f-a4987f9c9c9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28872", + "x-ms-ratelimit-remaining-subscription-reads": "11248", + "x-ms-request-id": "cd8679c2-d81f-4d44-8007-33c03d1649ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062236Z:aa21cfe8-ed48-4bed-987f-a4987f9c9c9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "245cdf7f8de5afd547594ebe577543f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "245cdf7f8de5afd547594ebe577543f3", + "x-ms-correlation-request-id": "918c3c05-5dcd-4de2-99e2-e1b0b7cccac7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28871", + "x-ms-ratelimit-remaining-subscription-reads": "11247", + "x-ms-request-id": "f38aac88-42ff-41bd-a285-9544d89012fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062237Z:918c3c05-5dcd-4de2-99e2-e1b0b7cccac7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "95f0cbb4557e326cc56e5a9b55959652", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95f0cbb4557e326cc56e5a9b55959652", + "x-ms-correlation-request-id": "0a5cc74c-6bdb-4872-963c-cd2e4508d7b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28870", + "x-ms-ratelimit-remaining-subscription-reads": "11246", + "x-ms-request-id": "4807848b-b11e-4c3c-9e66-9126cb037b7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062237Z:0a5cc74c-6bdb-4872-963c-cd2e4508d7b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cc687b18402b3fc7838fe59739775f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cc687b18402b3fc7838fe59739775f2", + "x-ms-correlation-request-id": "e3e48ce6-fba3-4367-94cc-0c193ab89ac7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28869", + "x-ms-ratelimit-remaining-subscription-reads": "11245", + "x-ms-request-id": "d759222c-65f1-4f36-aa8c-a80c3d33d99c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062237Z:e3e48ce6-fba3-4367-94cc-0c193ab89ac7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "537049d9dfc82ae5722a5f76323959b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "537049d9dfc82ae5722a5f76323959b2", + "x-ms-correlation-request-id": "0ff07b4b-aad4-4429-9377-5e21b7d6188c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28868", + "x-ms-ratelimit-remaining-subscription-reads": "11244", + "x-ms-request-id": "80ff0dc1-75ca-48f6-bfa1-5548f02a4b3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062237Z:0ff07b4b-aad4-4429-9377-5e21b7d6188c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf0cfcc3a7ae2ff1ce3d1c465713be2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf0cfcc3a7ae2ff1ce3d1c465713be2d", + "x-ms-correlation-request-id": "174bbd39-4e69-437c-8167-b97493a763d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28867", + "x-ms-ratelimit-remaining-subscription-reads": "11243", + "x-ms-request-id": "0a0b54c9-80e3-4cc6-9323-d5eb1b4d44a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062238Z:174bbd39-4e69-437c-8167-b97493a763d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0cc268f94225d189a19c2ad82586813f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cc268f94225d189a19c2ad82586813f", + "x-ms-correlation-request-id": "b0c1ef7e-08e1-48da-8d16-3d4b0276b95f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28866", + "x-ms-ratelimit-remaining-subscription-reads": "11242", + "x-ms-request-id": "0ac6c81a-ac88-4017-ba1b-109a8772826f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062238Z:b0c1ef7e-08e1-48da-8d16-3d4b0276b95f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76964bdea58b31435840848bc39fd35f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76964bdea58b31435840848bc39fd35f", + "x-ms-correlation-request-id": "bd56997e-0b10-4b0c-b80b-a9bc5d16777b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28865", + "x-ms-ratelimit-remaining-subscription-reads": "11241", + "x-ms-request-id": "b59fd077-402f-4b87-a06d-6412d095f2fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062238Z:bd56997e-0b10-4b0c-b80b-a9bc5d16777b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c97c316b4d77808d723a2e127d180a48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c97c316b4d77808d723a2e127d180a48", + "x-ms-correlation-request-id": "62889e79-ff91-4cd2-bc61-6d7d56f302ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28864", + "x-ms-ratelimit-remaining-subscription-reads": "11240", + "x-ms-request-id": "d3e69203-b997-46ee-8a54-851c2a1d99a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062238Z:62889e79-ff91-4cd2-bc61-6d7d56f302ad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c67ddbb477c54a22490b4e4bdfe0e01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c67ddbb477c54a22490b4e4bdfe0e01", + "x-ms-correlation-request-id": "ac119e52-7ddc-4ac6-bbe8-1469430247e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28863", + "x-ms-ratelimit-remaining-subscription-reads": "11239", + "x-ms-request-id": "e3a3bb57-4080-4485-9130-785ee717f6c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062239Z:ac119e52-7ddc-4ac6-bbe8-1469430247e4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f46ccac9b70990c7bd1504507630b43f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f46ccac9b70990c7bd1504507630b43f", + "x-ms-correlation-request-id": "a473e0e0-fcb4-42ef-a01c-d74781a4f014", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28862", + "x-ms-ratelimit-remaining-subscription-reads": "11238", + "x-ms-request-id": "741bc01a-ecaf-4952-8071-73bd451caafc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062239Z:a473e0e0-fcb4-42ef-a01c-d74781a4f014" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6d03c35c73823e28f28a5e799a8c274", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6d03c35c73823e28f28a5e799a8c274", + "x-ms-correlation-request-id": "0dc6a5ca-ac7b-4d93-a4d9-f3cfdb82a789", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28861", + "x-ms-ratelimit-remaining-subscription-reads": "11237", + "x-ms-request-id": "1d746112-bf9b-446d-bc57-1e9ebe2b7067", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062239Z:0dc6a5ca-ac7b-4d93-a4d9-f3cfdb82a789" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2492d2c16ac033e16d64e664351ddf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2492d2c16ac033e16d64e664351ddf3", + "x-ms-correlation-request-id": "6decd3da-dd21-477f-b7dc-ab6ba4489fad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28860", + "x-ms-ratelimit-remaining-subscription-reads": "11236", + "x-ms-request-id": "e9623bbf-7457-4d36-8a70-6305123cab87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062239Z:6decd3da-dd21-477f-b7dc-ab6ba4489fad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81af75db282d02c9e84864e112dff714", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81af75db282d02c9e84864e112dff714", + "x-ms-correlation-request-id": "fe9322e5-73d6-465d-9c7b-78be24d4b896", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28859", + "x-ms-ratelimit-remaining-subscription-reads": "11235", + "x-ms-request-id": "a1ad3d87-3667-4538-aea5-df4c589cf992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062240Z:fe9322e5-73d6-465d-9c7b-78be24d4b896" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49248f5302e71f92fdcccf61787be03d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49248f5302e71f92fdcccf61787be03d", + "x-ms-correlation-request-id": "cf673b58-8a8a-43c2-ac96-422594ca9a21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28858", + "x-ms-ratelimit-remaining-subscription-reads": "11234", + "x-ms-request-id": "b87e9702-c56d-4857-9b17-fbf10dbf6229", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062240Z:cf673b58-8a8a-43c2-ac96-422594ca9a21" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "240cb14a40f904466347c963b15df036", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "240cb14a40f904466347c963b15df036", + "x-ms-correlation-request-id": "3816126d-8c1e-4793-978e-deec81b57e2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28857", + "x-ms-ratelimit-remaining-subscription-reads": "11233", + "x-ms-request-id": "b52f8bb9-ed85-4984-95a9-3389832970e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062240Z:3816126d-8c1e-4793-978e-deec81b57e2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3133adf942dd90ce28f84605868896c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3133adf942dd90ce28f84605868896c", + "x-ms-correlation-request-id": "b3a191f1-ac99-4f10-9236-5ddbb6c82881", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28856", + "x-ms-ratelimit-remaining-subscription-reads": "11232", + "x-ms-request-id": "b2aec343-f576-4538-9ebb-5ca5fe663bef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062240Z:b3a191f1-ac99-4f10-9236-5ddbb6c82881" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61962768d3d3121b4920e59f382e6e9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61962768d3d3121b4920e59f382e6e9f", + "x-ms-correlation-request-id": "75b607ac-b600-46ca-8a51-afe751205e75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28855", + "x-ms-ratelimit-remaining-subscription-reads": "11231", + "x-ms-request-id": "eea658df-e586-4067-b29c-38cbdccf8a10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062241Z:75b607ac-b600-46ca-8a51-afe751205e75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e8199dc2d67b60fa4324169bce5abfb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e8199dc2d67b60fa4324169bce5abfb", + "x-ms-correlation-request-id": "95a22772-d65f-4922-bfcd-c2a1c86546c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28854", + "x-ms-ratelimit-remaining-subscription-reads": "11230", + "x-ms-request-id": "cee61528-7eca-442c-9f98-fcc56babc012", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062241Z:95a22772-d65f-4922-bfcd-c2a1c86546c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "89fb5dbd8fc60b631e016a0dae6ca1b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89fb5dbd8fc60b631e016a0dae6ca1b3", + "x-ms-correlation-request-id": "b3495157-5bfb-4b0c-a484-ceea00ee32ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28853", + "x-ms-ratelimit-remaining-subscription-reads": "11229", + "x-ms-request-id": "43eb7389-90ec-4f88-a797-89180903e825", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062241Z:b3495157-5bfb-4b0c-a484-ceea00ee32ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf84e4214be63a0517e0bca091b15563", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf84e4214be63a0517e0bca091b15563", + "x-ms-correlation-request-id": "dd018526-8394-4e22-aa16-9a520f5b80eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14363,Microsoft.Compute/GetOperation30Min;28852", + "x-ms-ratelimit-remaining-subscription-reads": "11228", + "x-ms-request-id": "f274ebc3-bd2b-40ed-9f1e-030551ca0b10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062241Z:dd018526-8394-4e22-aa16-9a520f5b80eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dbe2ea74e4334dd835751f66c2020738", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbe2ea74e4334dd835751f66c2020738", + "x-ms-correlation-request-id": "75b78a5d-6f6c-4251-98ed-31b0d1a02798", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28851", + "x-ms-ratelimit-remaining-subscription-reads": "11227", + "x-ms-request-id": "50368ff1-f917-4636-88c0-c4687bf71836", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062242Z:75b78a5d-6f6c-4251-98ed-31b0d1a02798" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7478e91ec60721558c072e5d2c37a6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7478e91ec60721558c072e5d2c37a6d", + "x-ms-correlation-request-id": "affc8187-caff-4d6f-8a4c-c319ccceaa9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28850", + "x-ms-ratelimit-remaining-subscription-reads": "11226", + "x-ms-request-id": "af607b41-ffcd-47bb-8f05-a7db48a771d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062242Z:affc8187-caff-4d6f-8a4c-c319ccceaa9d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c49906abc68a3d800b378a702c9e7715", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c49906abc68a3d800b378a702c9e7715", + "x-ms-correlation-request-id": "053343b4-fb81-46ed-954b-4279aef2250b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28849", + "x-ms-ratelimit-remaining-subscription-reads": "11225", + "x-ms-request-id": "1ea154ba-22b3-424a-8e76-127951760ef1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062242Z:053343b4-fb81-46ed-954b-4279aef2250b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "030e84d97e698702d56f837272f27a72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "030e84d97e698702d56f837272f27a72", + "x-ms-correlation-request-id": "e68b9d1a-810c-48a2-bb43-21a6d0d119d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28848", + "x-ms-ratelimit-remaining-subscription-reads": "11224", + "x-ms-request-id": "76eac73d-29a6-4314-8a42-8bb0cdd79ca7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062243Z:e68b9d1a-810c-48a2-bb43-21a6d0d119d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bcbbb1fb4369cbae0e0acb2962a446b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcbbb1fb4369cbae0e0acb2962a446b9", + "x-ms-correlation-request-id": "3ca8e692-0f93-448e-a9e0-1c2aa24bac9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28847", + "x-ms-ratelimit-remaining-subscription-reads": "11223", + "x-ms-request-id": "31e067fb-0463-4f00-91d8-33d4d681effb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062243Z:3ca8e692-0f93-448e-a9e0-1c2aa24bac9e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e0c5d4877b42d030311ef1a430dcb18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e0c5d4877b42d030311ef1a430dcb18", + "x-ms-correlation-request-id": "1b4f7534-7710-4937-8023-f5a503f7d59d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28846", + "x-ms-ratelimit-remaining-subscription-reads": "11222", + "x-ms-request-id": "9494db7f-a5b4-47fb-903a-3a447e924b9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062243Z:1b4f7534-7710-4937-8023-f5a503f7d59d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a7517bcbbe396abd643f45fb2d92530", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a7517bcbbe396abd643f45fb2d92530", + "x-ms-correlation-request-id": "419ffa8e-5517-4889-b87d-c19ebe524940", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28845", + "x-ms-ratelimit-remaining-subscription-reads": "11221", + "x-ms-request-id": "8ea4c1c2-f35b-4594-bd29-e2aa0262332d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062243Z:419ffa8e-5517-4889-b87d-c19ebe524940" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1429c9292ce684bdae8db85754938800", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1429c9292ce684bdae8db85754938800", + "x-ms-correlation-request-id": "0bde2db6-9360-42b2-9a20-271800629b07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28844", + "x-ms-ratelimit-remaining-subscription-reads": "11220", + "x-ms-request-id": "4cfb687c-07b6-4188-adda-07377b650056", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062244Z:0bde2db6-9360-42b2-9a20-271800629b07" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a6cb23ecc2f8dd6b176777082a37a2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a6cb23ecc2f8dd6b176777082a37a2a", + "x-ms-correlation-request-id": "82b15d5b-1557-4414-b1a1-22d6bea50a78", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28843", + "x-ms-ratelimit-remaining-subscription-reads": "11219", + "x-ms-request-id": "9f32a696-e315-4182-aee2-788594eae0c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062244Z:82b15d5b-1557-4414-b1a1-22d6bea50a78" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79f1beecb6e48f325af0cb5502534142", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79f1beecb6e48f325af0cb5502534142", + "x-ms-correlation-request-id": "0c21a671-dd24-427b-ae69-e3c8e8dbd2a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28842", + "x-ms-ratelimit-remaining-subscription-reads": "11218", + "x-ms-request-id": "e3182b5d-8ea0-410b-b5a5-ea42250e2251", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062244Z:0c21a671-dd24-427b-ae69-e3c8e8dbd2a6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff20f4bbda6c5d01f39b636fb54c010a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff20f4bbda6c5d01f39b636fb54c010a", + "x-ms-correlation-request-id": "cf69db83-a11b-47cc-aeee-20d1f29c8390", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28841", + "x-ms-ratelimit-remaining-subscription-reads": "11217", + "x-ms-request-id": "52418350-9b80-4028-8a2b-2fa60d08a455", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062244Z:cf69db83-a11b-47cc-aeee-20d1f29c8390" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "956b8e120ea2881b80dcf03e00818a5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "956b8e120ea2881b80dcf03e00818a5d", + "x-ms-correlation-request-id": "e5567dc5-c23a-41d9-85ec-264b51af41f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28840", + "x-ms-ratelimit-remaining-subscription-reads": "11216", + "x-ms-request-id": "a638151c-2012-40ff-af33-70226fd00011", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062245Z:e5567dc5-c23a-41d9-85ec-264b51af41f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8db534347b8311bdbd94864853c2da0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8db534347b8311bdbd94864853c2da0d", + "x-ms-correlation-request-id": "fd4003c3-5a59-4a45-b7c6-620c3da39feb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28839", + "x-ms-ratelimit-remaining-subscription-reads": "11215", + "x-ms-request-id": "b5e91cf9-58be-407a-9d82-4be46f9b2301", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062245Z:fd4003c3-5a59-4a45-b7c6-620c3da39feb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7342c1eface8aca0d8987e90eac25c72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7342c1eface8aca0d8987e90eac25c72", + "x-ms-correlation-request-id": "e2059f57-413e-445f-8ac0-10fc0cbd5246", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28838", + "x-ms-ratelimit-remaining-subscription-reads": "11214", + "x-ms-request-id": "5478a236-ce2c-4f56-93e6-16357aed48d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062245Z:e2059f57-413e-445f-8ac0-10fc0cbd5246" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "803b051074969787d15ad80d88d334bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "803b051074969787d15ad80d88d334bd", + "x-ms-correlation-request-id": "1ba1377d-feab-45e3-b97b-e09a5a92ead8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28837", + "x-ms-ratelimit-remaining-subscription-reads": "11213", + "x-ms-request-id": "2397cdb7-4801-4864-adf2-d08ca9e1c828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062245Z:1ba1377d-feab-45e3-b97b-e09a5a92ead8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f4fe201173e88759309b4eafc2d26fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f4fe201173e88759309b4eafc2d26fa", + "x-ms-correlation-request-id": "fce9aa97-4f88-4220-9268-24aa538810a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28836", + "x-ms-ratelimit-remaining-subscription-reads": "11212", + "x-ms-request-id": "036055c2-7c16-41db-a8fd-99bceb1107e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062246Z:fce9aa97-4f88-4220-9268-24aa538810a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d3714375a877a773aaba28dd3932305", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d3714375a877a773aaba28dd3932305", + "x-ms-correlation-request-id": "95d2a431-5ef5-4eec-a4b6-c0dbe988698e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28835", + "x-ms-ratelimit-remaining-subscription-reads": "11211", + "x-ms-request-id": "2135d94a-81d1-49e2-a49f-d4a1426e9a9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062246Z:95d2a431-5ef5-4eec-a4b6-c0dbe988698e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "088ec1641d72f9338fb2ec8cbf9c9aa4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "088ec1641d72f9338fb2ec8cbf9c9aa4", + "x-ms-correlation-request-id": "83633481-b7ea-4e40-8479-ee0033434239", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28834", + "x-ms-ratelimit-remaining-subscription-reads": "11210", + "x-ms-request-id": "0470818c-d256-4e97-bcf8-e4f5a1c5fad1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062246Z:83633481-b7ea-4e40-8479-ee0033434239" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73d6de33e69ba7356bd4059374e8b500", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73d6de33e69ba7356bd4059374e8b500", + "x-ms-correlation-request-id": "184c6a21-8f32-4366-93d3-d2810ac27bd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28833", + "x-ms-ratelimit-remaining-subscription-reads": "11209", + "x-ms-request-id": "396fee5d-f400-421f-a83e-6bb817ff39f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062246Z:184c6a21-8f32-4366-93d3-d2810ac27bd6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b86aee51e9e1a87e03dbed56eeabb9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b86aee51e9e1a87e03dbed56eeabb9d", + "x-ms-correlation-request-id": "4ef5ef67-397f-4ede-a6f0-49c16d7b3883", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28832", + "x-ms-ratelimit-remaining-subscription-reads": "11208", + "x-ms-request-id": "3d9e8307-4179-40ad-b38a-a427d5accc40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062247Z:4ef5ef67-397f-4ede-a6f0-49c16d7b3883" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f559fe10afbc7d6a8be79d9e18a085a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f559fe10afbc7d6a8be79d9e18a085a7", + "x-ms-correlation-request-id": "c023e24e-e998-46b8-9b56-90e2b8438589", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14342,Microsoft.Compute/GetOperation30Min;28831", + "x-ms-ratelimit-remaining-subscription-reads": "11207", + "x-ms-request-id": "b3d1f1a9-46a5-4acf-91c4-a5f810574424", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062247Z:c023e24e-e998-46b8-9b56-90e2b8438589" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10a7ebfd5f16150556bb935d28603980", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10a7ebfd5f16150556bb935d28603980", + "x-ms-correlation-request-id": "03d1e244-7a38-4cf1-97a2-7d40feb06888", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28830", + "x-ms-ratelimit-remaining-subscription-reads": "11206", + "x-ms-request-id": "aaf15e7d-624c-47a0-ad96-35effbf788b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062247Z:03d1e244-7a38-4cf1-97a2-7d40feb06888" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76826819c08e36444408afb781e90240", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76826819c08e36444408afb781e90240", + "x-ms-correlation-request-id": "6af6f55f-6ad7-4289-90e4-54c29a36663d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28829", + "x-ms-ratelimit-remaining-subscription-reads": "11205", + "x-ms-request-id": "2782b6e6-0631-4b10-9f6e-59fdbd6b417f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062247Z:6af6f55f-6ad7-4289-90e4-54c29a36663d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82d716b8ab43b186f8449e001c0c542a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82d716b8ab43b186f8449e001c0c542a", + "x-ms-correlation-request-id": "ae046f1e-8f3a-4194-918e-5f190491560f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28828", + "x-ms-ratelimit-remaining-subscription-reads": "11204", + "x-ms-request-id": "54de509e-49a9-4fe5-bdb8-717a253474a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062248Z:ae046f1e-8f3a-4194-918e-5f190491560f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0841cae0f1e3d19a770cb0daf4e946c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0841cae0f1e3d19a770cb0daf4e946c", + "x-ms-correlation-request-id": "e6c146cb-d601-4142-b617-53301b598d67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28827", + "x-ms-ratelimit-remaining-subscription-reads": "11203", + "x-ms-request-id": "35a81cf4-c809-4e31-a40b-3f8e39b2effc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062248Z:e6c146cb-d601-4142-b617-53301b598d67" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11a552b9b6886e3de1d07d4921431938", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11a552b9b6886e3de1d07d4921431938", + "x-ms-correlation-request-id": "81a64d08-b295-44dc-96a0-b482ca498953", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28826", + "x-ms-ratelimit-remaining-subscription-reads": "11202", + "x-ms-request-id": "99e8a80b-0b87-46e2-9125-e2411e99246a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062248Z:81a64d08-b295-44dc-96a0-b482ca498953" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "640985b45264a822fd9adbd2df7801aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "640985b45264a822fd9adbd2df7801aa", + "x-ms-correlation-request-id": "45c09ea0-9659-4e88-b593-e9f1bfabaea0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28825", + "x-ms-ratelimit-remaining-subscription-reads": "11201", + "x-ms-request-id": "0bf5e0f0-c33d-4488-ae67-234b18a99876", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062248Z:45c09ea0-9659-4e88-b593-e9f1bfabaea0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca4631b04366f7a1de16ce4d91cf1b64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca4631b04366f7a1de16ce4d91cf1b64", + "x-ms-correlation-request-id": "1920821b-28d7-4a68-a867-1345f71aa14a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28824", + "x-ms-ratelimit-remaining-subscription-reads": "11200", + "x-ms-request-id": "f8edbeff-dfe9-436d-8881-bb7ac7e797d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062249Z:1920821b-28d7-4a68-a867-1345f71aa14a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a5993572f44670830fc14eedb6b8f68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a5993572f44670830fc14eedb6b8f68", + "x-ms-correlation-request-id": "733c78ab-75c5-4de0-be88-a48cd69b1ba2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28823", + "x-ms-ratelimit-remaining-subscription-reads": "11199", + "x-ms-request-id": "eee77b35-930f-447e-9280-d4b6dd2e45f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062249Z:733c78ab-75c5-4de0-be88-a48cd69b1ba2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef99d2ce4ffc71d1e312864e83d5162d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef99d2ce4ffc71d1e312864e83d5162d", + "x-ms-correlation-request-id": "3b8dc253-bd15-45b8-8760-fc7f9397ecee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28822", + "x-ms-ratelimit-remaining-subscription-reads": "11198", + "x-ms-request-id": "4d09585e-537d-41c9-bcf5-73c3d5d58fe4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062249Z:3b8dc253-bd15-45b8-8760-fc7f9397ecee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b7a777ed71f806529df99692eb31c72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b7a777ed71f806529df99692eb31c72", + "x-ms-correlation-request-id": "db0303d5-3921-45e1-88a4-6bb3aee449e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28821", + "x-ms-ratelimit-remaining-subscription-reads": "11197", + "x-ms-request-id": "ac1623f9-11a1-4051-929d-5f3ae9ea0342", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062249Z:db0303d5-3921-45e1-88a4-6bb3aee449e4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf7e65872b360867c2e84732a8bae35b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf7e65872b360867c2e84732a8bae35b", + "x-ms-correlation-request-id": "517f2479-6d92-4161-a4a8-5b30f58d4ffb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28820", + "x-ms-ratelimit-remaining-subscription-reads": "11196", + "x-ms-request-id": "0b43c9ec-6023-495f-9656-9fa724fb2596", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062250Z:517f2479-6d92-4161-a4a8-5b30f58d4ffb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "646fe6e643f1f7496c18c61db567422f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "646fe6e643f1f7496c18c61db567422f", + "x-ms-correlation-request-id": "45e122d0-ace2-45eb-b020-8e2f76ab31d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28819", + "x-ms-ratelimit-remaining-subscription-reads": "11195", + "x-ms-request-id": "e6a77242-4c36-4640-868d-2cd301811812", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062250Z:45e122d0-ace2-45eb-b020-8e2f76ab31d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ec613f5575653f70f7189369033d86f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ec613f5575653f70f7189369033d86f", + "x-ms-correlation-request-id": "693b92a9-ebf6-4653-97e2-c95cd0416ff1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28818", + "x-ms-ratelimit-remaining-subscription-reads": "11194", + "x-ms-request-id": "25db7ec2-ccc4-4d9f-9de2-aa464d8146fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062250Z:693b92a9-ebf6-4653-97e2-c95cd0416ff1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48833efbb74344811b86521d654a525a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48833efbb74344811b86521d654a525a", + "x-ms-correlation-request-id": "51edeffe-4469-4f4b-b0c0-ef6aa6735955", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28817", + "x-ms-ratelimit-remaining-subscription-reads": "11193", + "x-ms-request-id": "76b35aab-84a8-4a39-aa42-bf6939319cd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062250Z:51edeffe-4469-4f4b-b0c0-ef6aa6735955" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "953c17a6c5f38e04ee1c557fb9126739", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "953c17a6c5f38e04ee1c557fb9126739", + "x-ms-correlation-request-id": "2dd7f9f2-2214-493c-af4c-45aa19350b91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28816", + "x-ms-ratelimit-remaining-subscription-reads": "11192", + "x-ms-request-id": "1ab1a414-1c7a-427a-a6de-b145594eafe7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062251Z:2dd7f9f2-2214-493c-af4c-45aa19350b91" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "77215640f9e33eec928202cf05d9edc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77215640f9e33eec928202cf05d9edc4", + "x-ms-correlation-request-id": "f6f3c1ad-c7f3-49ab-bde1-521fe9b69185", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28815", + "x-ms-ratelimit-remaining-subscription-reads": "11191", + "x-ms-request-id": "a584aa54-5f7d-451b-b08b-b55da50c9d4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062251Z:f6f3c1ad-c7f3-49ab-bde1-521fe9b69185" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78902e1f43f6357c39f5592762028a08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78902e1f43f6357c39f5592762028a08", + "x-ms-correlation-request-id": "7dc68a0c-e58b-4abf-b493-c9d832925006", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28814", + "x-ms-ratelimit-remaining-subscription-reads": "11190", + "x-ms-request-id": "44364d64-d03a-4b31-beb5-34a7896cfea7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062251Z:7dc68a0c-e58b-4abf-b493-c9d832925006" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0fdd181fdb28ac772bfe0371c2348814", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fdd181fdb28ac772bfe0371c2348814", + "x-ms-correlation-request-id": "b76a9ef1-c7c0-4c23-9131-547a2aba3818", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28813", + "x-ms-ratelimit-remaining-subscription-reads": "11189", + "x-ms-request-id": "2c476e03-100a-4395-8b8c-12c678e91b5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062251Z:b76a9ef1-c7c0-4c23-9131-547a2aba3818" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b5f902fee82fd42daec3eeda0c4db8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b5f902fee82fd42daec3eeda0c4db8f", + "x-ms-correlation-request-id": "7fd4fa4b-d624-40d8-8236-f15d8afc31eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28812", + "x-ms-ratelimit-remaining-subscription-reads": "11188", + "x-ms-request-id": "e4c0fef2-7bb0-4e92-9b73-b33995b43aa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062252Z:7fd4fa4b-d624-40d8-8236-f15d8afc31eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "edb0faf7ddfc449cb7e44df8400a7304", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edb0faf7ddfc449cb7e44df8400a7304", + "x-ms-correlation-request-id": "52863bac-971a-4245-98b4-bc0498b21653", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28811", + "x-ms-ratelimit-remaining-subscription-reads": "11187", + "x-ms-request-id": "c6c1521d-5e00-413a-979c-6f2ed45f16b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062252Z:52863bac-971a-4245-98b4-bc0498b21653" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2f8446cffa23186d5e0353c9d890c66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2f8446cffa23186d5e0353c9d890c66", + "x-ms-correlation-request-id": "264e4d2c-a594-4c01-bbc4-3f67bc6f87c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28810", + "x-ms-ratelimit-remaining-subscription-reads": "11186", + "x-ms-request-id": "25d7dd42-27c1-41c2-9eae-2e902ee245cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062252Z:264e4d2c-a594-4c01-bbc4-3f67bc6f87c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c87973229b845118f31bd39da04abdcf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c87973229b845118f31bd39da04abdcf", + "x-ms-correlation-request-id": "3b764849-36b7-49aa-bb6c-d6857eb29dcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28809", + "x-ms-ratelimit-remaining-subscription-reads": "11185", + "x-ms-request-id": "32e0c3a3-b7eb-4990-b63e-2655f1313891", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062252Z:3b764849-36b7-49aa-bb6c-d6857eb29dcd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b81397909ccf8ed737f171ca860a62e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b81397909ccf8ed737f171ca860a62e", + "x-ms-correlation-request-id": "29973756-1072-4e26-b08e-4c73d28e9fb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28808", + "x-ms-ratelimit-remaining-subscription-reads": "11184", + "x-ms-request-id": "27618de0-6c8d-4ed5-80d1-feb98ca7728d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062253Z:29973756-1072-4e26-b08e-4c73d28e9fb2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ccd6e7d8aa90d1802ca6de862be8908b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccd6e7d8aa90d1802ca6de862be8908b", + "x-ms-correlation-request-id": "e38a26cf-f987-4a4f-91ad-d22c1d55c179", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28807", + "x-ms-ratelimit-remaining-subscription-reads": "11183", + "x-ms-request-id": "c33df6c3-43dc-49f3-a41b-dda5eb6ece23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062253Z:e38a26cf-f987-4a4f-91ad-d22c1d55c179" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "63c36523b00818998681550584fca993", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63c36523b00818998681550584fca993", + "x-ms-correlation-request-id": "b25619f9-66be-40cd-a46f-eef9b62b50c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28806", + "x-ms-ratelimit-remaining-subscription-reads": "11182", + "x-ms-request-id": "c6943d0c-e31b-4cae-8f00-ab2285ea7cbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062253Z:b25619f9-66be-40cd-a46f-eef9b62b50c8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b9c5a575f074ce3eb8af2e262b66cc8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9c5a575f074ce3eb8af2e262b66cc8a", + "x-ms-correlation-request-id": "4e6180d3-829a-47cf-af38-ed3b6e1a5192", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28805", + "x-ms-ratelimit-remaining-subscription-reads": "11181", + "x-ms-request-id": "7936d39e-c167-47d8-ac0b-d73f86838684", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062253Z:4e6180d3-829a-47cf-af38-ed3b6e1a5192" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42f88bee439c27264dbd460f557b4c30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42f88bee439c27264dbd460f557b4c30", + "x-ms-correlation-request-id": "caf6a9cb-3607-4d9b-9a47-6663bd0e610f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28804", + "x-ms-ratelimit-remaining-subscription-reads": "11180", + "x-ms-request-id": "317cd3fb-c8b8-46e3-a0cd-1fbfb18eaacc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062254Z:caf6a9cb-3607-4d9b-9a47-6663bd0e610f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86114afcd723321727f4ab588273ed1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86114afcd723321727f4ab588273ed1f", + "x-ms-correlation-request-id": "dbaa38bc-9b8c-4c52-a513-597214f5a252", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28803", + "x-ms-ratelimit-remaining-subscription-reads": "11179", + "x-ms-request-id": "899bbfbe-e079-4e17-a0ab-6c68d6e7457c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062254Z:dbaa38bc-9b8c-4c52-a513-597214f5a252" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f816cab5670332f67e9d6bb6a92f793d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f816cab5670332f67e9d6bb6a92f793d", + "x-ms-correlation-request-id": "f015b2d3-5193-4956-b3da-6f59fd97a2b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28802", + "x-ms-ratelimit-remaining-subscription-reads": "11178", + "x-ms-request-id": "8a1c5c22-7c97-4b18-b571-8672576240b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062254Z:f015b2d3-5193-4956-b3da-6f59fd97a2b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e02afe634555166774c51aa897cea5da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e02afe634555166774c51aa897cea5da", + "x-ms-correlation-request-id": "470c4507-00a2-4e0d-b9e0-0e7083cfbe9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28801", + "x-ms-ratelimit-remaining-subscription-reads": "11177", + "x-ms-request-id": "406ccc02-faf2-46b4-b9f5-b823e3e8e82f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062254Z:470c4507-00a2-4e0d-b9e0-0e7083cfbe9c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b5a26cf5364942c53df08856b6089f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b5a26cf5364942c53df08856b6089f8", + "x-ms-correlation-request-id": "78d00c78-b7bd-4d98-b477-1d9fef364017", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28800", + "x-ms-ratelimit-remaining-subscription-reads": "11176", + "x-ms-request-id": "40714d28-cda0-48ec-a06d-275cf0b90f5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062255Z:78d00c78-b7bd-4d98-b477-1d9fef364017" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "84f46e7b0d496fca62ff843d4c4e9ab0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84f46e7b0d496fca62ff843d4c4e9ab0", + "x-ms-correlation-request-id": "d6870121-c5e7-4dc6-95d2-22372758e87b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28799", + "x-ms-ratelimit-remaining-subscription-reads": "11175", + "x-ms-request-id": "ccedb694-8bdb-4d76-b5de-61e69c0ddb4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062255Z:d6870121-c5e7-4dc6-95d2-22372758e87b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83e791f8eed50fd8d1958c753de2ab13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83e791f8eed50fd8d1958c753de2ab13", + "x-ms-correlation-request-id": "86494e25-528c-4f81-be67-f9a9d783b99a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28798", + "x-ms-ratelimit-remaining-subscription-reads": "11174", + "x-ms-request-id": "25c486ee-b722-4f02-993d-386db2a0adf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062255Z:86494e25-528c-4f81-be67-f9a9d783b99a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "292c223c20d9c2905cea2865ceef4705", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "292c223c20d9c2905cea2865ceef4705", + "x-ms-correlation-request-id": "1b374ede-3b4f-46da-aee7-a80918062e8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14308,Microsoft.Compute/GetOperation30Min;28797", + "x-ms-ratelimit-remaining-subscription-reads": "11173", + "x-ms-request-id": "fa3a05d6-b365-4efd-85e1-3a54e12f9968", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062255Z:1b374ede-3b4f-46da-aee7-a80918062e8c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d98c574505798d2396e5b3b380543280", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d98c574505798d2396e5b3b380543280", + "x-ms-correlation-request-id": "9e2280d0-a77e-4f7b-8296-6d062b158572", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28796", + "x-ms-ratelimit-remaining-subscription-reads": "11172", + "x-ms-request-id": "f62d7716-6078-4490-b341-a69602d2e22e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062256Z:9e2280d0-a77e-4f7b-8296-6d062b158572" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a0071547021d8d7012526eac57240e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a0071547021d8d7012526eac57240e1", + "x-ms-correlation-request-id": "dab93e56-532e-4e51-b7ca-b1248d437e0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28795", + "x-ms-ratelimit-remaining-subscription-reads": "11171", + "x-ms-request-id": "1c94f1b0-0eeb-4e10-a927-1b66ea671ea9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062256Z:dab93e56-532e-4e51-b7ca-b1248d437e0a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e530874dd1563699ff9f93f36ddc4107", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e530874dd1563699ff9f93f36ddc4107", + "x-ms-correlation-request-id": "ffefa285-3f99-4f7d-92f4-90fd3987f6aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28794", + "x-ms-ratelimit-remaining-subscription-reads": "11170", + "x-ms-request-id": "67018129-1d74-4d0e-9777-0502eef9ff67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062256Z:ffefa285-3f99-4f7d-92f4-90fd3987f6aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d10a8b71deed4e37fb4d854df38c723", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d10a8b71deed4e37fb4d854df38c723", + "x-ms-correlation-request-id": "dbc54f91-34f1-4dbc-977c-199962ab04f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28793", + "x-ms-ratelimit-remaining-subscription-reads": "11169", + "x-ms-request-id": "ee899f8a-c132-4000-a466-82125196581d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062256Z:dbc54f91-34f1-4dbc-977c-199962ab04f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f966d1a44c23822ad7c92a82dde36a24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f966d1a44c23822ad7c92a82dde36a24", + "x-ms-correlation-request-id": "b849dfea-b455-4d27-8c03-f9cc06602716", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28792", + "x-ms-ratelimit-remaining-subscription-reads": "11168", + "x-ms-request-id": "5d2810a7-9c7c-48ec-b86a-4207bff65c49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062257Z:b849dfea-b455-4d27-8c03-f9cc06602716" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d331ee3e36130f3a45c66a1f84557c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d331ee3e36130f3a45c66a1f84557c7", + "x-ms-correlation-request-id": "2dffa797-dc9e-4de8-9c52-9b7dafe43638", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28791", + "x-ms-ratelimit-remaining-subscription-reads": "11167", + "x-ms-request-id": "f3f27810-9caa-4f5f-ae8b-a2cdeab7ed33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062257Z:2dffa797-dc9e-4de8-9c52-9b7dafe43638" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c4f70d847766be37e8e8524f260f79c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c4f70d847766be37e8e8524f260f79c", + "x-ms-correlation-request-id": "ebe7a203-d390-4870-a456-ee70ef733e47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28790", + "x-ms-ratelimit-remaining-subscription-reads": "11166", + "x-ms-request-id": "0aa6deba-97d6-4749-b8c3-629a5e7d85cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062257Z:ebe7a203-d390-4870-a456-ee70ef733e47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c070b449aa05c1c1dd3654c7e6888992", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c070b449aa05c1c1dd3654c7e6888992", + "x-ms-correlation-request-id": "75d3231c-9daa-49fe-b637-871a95afa0a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28789", + "x-ms-ratelimit-remaining-subscription-reads": "11165", + "x-ms-request-id": "4e2851af-184c-4ea8-9e11-891bc9d16df7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062257Z:75d3231c-9daa-49fe-b637-871a95afa0a3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6caa6372ce949bad3ac79ed35dcf3d43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6caa6372ce949bad3ac79ed35dcf3d43", + "x-ms-correlation-request-id": "32547746-ac1f-4cfa-b0e0-8098f9257788", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28788", + "x-ms-ratelimit-remaining-subscription-reads": "11164", + "x-ms-request-id": "135f0375-6a0d-4e94-9fb8-68f5759714b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062258Z:32547746-ac1f-4cfa-b0e0-8098f9257788" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4458ca6496d52dc1af8dbe40f31c84f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4458ca6496d52dc1af8dbe40f31c84f6", + "x-ms-correlation-request-id": "2ef14037-547c-443f-bbd6-0052ac4c2f3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28787", + "x-ms-ratelimit-remaining-subscription-reads": "11163", + "x-ms-request-id": "a1e2eedd-ee14-45ce-b762-d5502bf5c975", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062258Z:2ef14037-547c-443f-bbd6-0052ac4c2f3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8fb1f3048ab67b0707d4863d0bed640e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fb1f3048ab67b0707d4863d0bed640e", + "x-ms-correlation-request-id": "48238289-1c9d-4617-a23f-ee457ceefcdf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14297,Microsoft.Compute/GetOperation30Min;28786", + "x-ms-ratelimit-remaining-subscription-reads": "11162", + "x-ms-request-id": "34fb3392-21d1-4cfa-9c10-c99b8f40e35a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062258Z:48238289-1c9d-4617-a23f-ee457ceefcdf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c6311f8452fdbbca17cbd060f6ca81e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c6311f8452fdbbca17cbd060f6ca81e", + "x-ms-correlation-request-id": "32f42f28-cc34-4747-825c-a60ad7fa8da2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14296,Microsoft.Compute/GetOperation30Min;28785", + "x-ms-ratelimit-remaining-subscription-reads": "11161", + "x-ms-request-id": "efb9e380-4de1-431c-9baf-5d9b5b363655", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062258Z:32f42f28-cc34-4747-825c-a60ad7fa8da2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69cea843ae1dda8cc2dd3c00108422c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69cea843ae1dda8cc2dd3c00108422c1", + "x-ms-correlation-request-id": "c1f291ac-fb4a-47ff-b814-3343b55bc12d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14295,Microsoft.Compute/GetOperation30Min;28784", + "x-ms-ratelimit-remaining-subscription-reads": "11160", + "x-ms-request-id": "224ff0a3-06de-4a32-a27c-e9e128e982cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062259Z:c1f291ac-fb4a-47ff-b814-3343b55bc12d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e148b02968b9bfc637d6ed3acc006b9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e148b02968b9bfc637d6ed3acc006b9a", + "x-ms-correlation-request-id": "24903228-1cf2-4f4d-9e44-be3eec7b1ee7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14294,Microsoft.Compute/GetOperation30Min;28783", + "x-ms-ratelimit-remaining-subscription-reads": "11159", + "x-ms-request-id": "4609ada8-583e-43c3-a6fe-967dd3140a96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062259Z:24903228-1cf2-4f4d-9e44-be3eec7b1ee7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62fa672bfa1e4af18488595208bbcb1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62fa672bfa1e4af18488595208bbcb1d", + "x-ms-correlation-request-id": "ab7c939a-75d6-4c32-b334-50f1de5922a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14293,Microsoft.Compute/GetOperation30Min;28782", + "x-ms-ratelimit-remaining-subscription-reads": "11158", + "x-ms-request-id": "f7a9d034-f3a2-47c0-ac87-0b8dcb6510a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062259Z:ab7c939a-75d6-4c32-b334-50f1de5922a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5fddfc5ac624da65e10f3246c1520ec2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fddfc5ac624da65e10f3246c1520ec2", + "x-ms-correlation-request-id": "6687de8d-a5a7-4bd6-acda-e8f4172c8d51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14292,Microsoft.Compute/GetOperation30Min;28781", + "x-ms-ratelimit-remaining-subscription-reads": "11157", + "x-ms-request-id": "7c7f29d2-229f-4c76-9f84-c092b6539580", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062259Z:6687de8d-a5a7-4bd6-acda-e8f4172c8d51" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8d5a271bf8a2ea2befd5d300f74b77b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8d5a271bf8a2ea2befd5d300f74b77b", + "x-ms-correlation-request-id": "f76443d1-d23f-485f-9843-37f80347522f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;28780", + "x-ms-ratelimit-remaining-subscription-reads": "11156", + "x-ms-request-id": "fd8abdf8-941c-4dff-ae2e-c075bd8896e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062300Z:f76443d1-d23f-485f-9843-37f80347522f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d0dfcf0a0c226476021f800fc8aa8931", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0dfcf0a0c226476021f800fc8aa8931", + "x-ms-correlation-request-id": "0cb26ab0-1dbf-4185-a12b-8f7cbec83094", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;28779", + "x-ms-ratelimit-remaining-subscription-reads": "11155", + "x-ms-request-id": "cd079da0-8a48-42a5-89ef-62c0beea62cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062300Z:0cb26ab0-1dbf-4185-a12b-8f7cbec83094" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66e0977a22e69b9359afa0266934cb6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66e0977a22e69b9359afa0266934cb6d", + "x-ms-correlation-request-id": "7a74e37b-3300-4e0b-8cb9-3170209e1001", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;28778", + "x-ms-ratelimit-remaining-subscription-reads": "11154", + "x-ms-request-id": "794895d4-578e-4dcb-8c63-9d1fa12ac8d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062300Z:7a74e37b-3300-4e0b-8cb9-3170209e1001" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f13cb7583d72659f2c70a66a3e936514", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:22:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f13cb7583d72659f2c70a66a3e936514", + "x-ms-correlation-request-id": "a0715c97-9b41-4571-a596-3dc73a7a49ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;28777", + "x-ms-ratelimit-remaining-subscription-reads": "11153", + "x-ms-request-id": "5d144619-6b74-410f-9f4a-ede358e5eb1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062300Z:a0715c97-9b41-4571-a596-3dc73a7a49ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78b62b745094e7943c4477736b4ffbcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78b62b745094e7943c4477736b4ffbcd", + "x-ms-correlation-request-id": "048937ff-0f63-4db5-ae55-13fc7c880f40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;28776", + "x-ms-ratelimit-remaining-subscription-reads": "11152", + "x-ms-request-id": "e2cf9a8b-ee33-4d8c-ae6e-10006a29a01b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062301Z:048937ff-0f63-4db5-ae55-13fc7c880f40" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11b61354976e3cbef77a3a757c295dc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11b61354976e3cbef77a3a757c295dc5", + "x-ms-correlation-request-id": "37a1c8ff-7fd4-45f1-b45a-9de19d57964e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28775", + "x-ms-ratelimit-remaining-subscription-reads": "11151", + "x-ms-request-id": "eeb23466-17fa-4c9c-832d-226e03a29455", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062301Z:37a1c8ff-7fd4-45f1-b45a-9de19d57964e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3db28c49537e07d92254b52ec62bfadc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3db28c49537e07d92254b52ec62bfadc", + "x-ms-correlation-request-id": "e0df054d-8398-4a53-8f31-5e213d1bc9c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28774", + "x-ms-ratelimit-remaining-subscription-reads": "11150", + "x-ms-request-id": "c1755ae4-091f-4736-9fb0-27c6fb2701c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062301Z:e0df054d-8398-4a53-8f31-5e213d1bc9c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a15d87554dcdca56c798019161e6b13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a15d87554dcdca56c798019161e6b13", + "x-ms-correlation-request-id": "4a0cf474-07e3-496d-bb17-94c10cbe20ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28773", + "x-ms-ratelimit-remaining-subscription-reads": "11149", + "x-ms-request-id": "406464f4-f7af-43fd-bf49-d8ff464ec931", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062301Z:4a0cf474-07e3-496d-bb17-94c10cbe20ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de2ab1e7be9c014e3aafef19e29075cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de2ab1e7be9c014e3aafef19e29075cc", + "x-ms-correlation-request-id": "a470a5be-4dac-4e3b-b763-c515d026b0ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28772", + "x-ms-ratelimit-remaining-subscription-reads": "11148", + "x-ms-request-id": "706c482e-b2e9-4220-ad7d-6d4d939b3cc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062302Z:a470a5be-4dac-4e3b-b763-c515d026b0ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3005d803213f4e9e6d5d004d2bff003", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3005d803213f4e9e6d5d004d2bff003", + "x-ms-correlation-request-id": "08d0e422-583b-4cc8-b3b6-d06a54342481", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28771", + "x-ms-ratelimit-remaining-subscription-reads": "11147", + "x-ms-request-id": "7d80cb54-fe2a-44a7-bde0-b5ac0057fe73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062302Z:08d0e422-583b-4cc8-b3b6-d06a54342481" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1547a1e91c00b63f8914f02d658cfadc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1547a1e91c00b63f8914f02d658cfadc", + "x-ms-correlation-request-id": "77a2433e-b2a6-404c-bebe-3502071418f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28770", + "x-ms-ratelimit-remaining-subscription-reads": "11146", + "x-ms-request-id": "ac629f7d-4a37-4c72-a467-6822ecc54afd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062302Z:77a2433e-b2a6-404c-bebe-3502071418f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b999b403c71db4ffc836f7c7ed492e7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b999b403c71db4ffc836f7c7ed492e7a", + "x-ms-correlation-request-id": "7c7eca01-a7e7-4445-98bb-c19d3c8a8692", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28769", + "x-ms-ratelimit-remaining-subscription-reads": "11145", + "x-ms-request-id": "de2cf3c5-f5fe-4578-9748-8ccb5404a4f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062302Z:7c7eca01-a7e7-4445-98bb-c19d3c8a8692" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "402febbe604963cb1d4a19fe41bb8f5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "402febbe604963cb1d4a19fe41bb8f5a", + "x-ms-correlation-request-id": "255a69e8-5c04-42e1-9435-9598ab6fe06d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;28768", + "x-ms-ratelimit-remaining-subscription-reads": "11144", + "x-ms-request-id": "de6d5ad1-baa0-4ed3-b5e7-08e8d0bf45f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062303Z:255a69e8-5c04-42e1-9435-9598ab6fe06d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e01f3db372621e5a2924dca2478c83f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e01f3db372621e5a2924dca2478c83f", + "x-ms-correlation-request-id": "9dae4b4f-ba49-4ea7-8b88-ee48519f0bca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;28767", + "x-ms-ratelimit-remaining-subscription-reads": "11143", + "x-ms-request-id": "ee4daa10-cc60-46c1-94c0-f1a4ea2ddd23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062303Z:9dae4b4f-ba49-4ea7-8b88-ee48519f0bca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a6e76e6b95ca393e8359cd3ad01730c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a6e76e6b95ca393e8359cd3ad01730c", + "x-ms-correlation-request-id": "3b33ea8b-bcd0-4c37-a421-c153d0c946c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;28766", + "x-ms-ratelimit-remaining-subscription-reads": "11142", + "x-ms-request-id": "96382cf1-3434-40da-825d-1d0d488c07c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062303Z:3b33ea8b-bcd0-4c37-a421-c153d0c946c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "faec9da60f488753050d9eb713013fa4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "faec9da60f488753050d9eb713013fa4", + "x-ms-correlation-request-id": "2505e61e-1c45-46c3-9e6d-dcb3d4e73add", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;28765", + "x-ms-ratelimit-remaining-subscription-reads": "11141", + "x-ms-request-id": "b8d21ed9-ca00-4115-98f9-6cdff4461d70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062303Z:2505e61e-1c45-46c3-9e6d-dcb3d4e73add" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb18d981154d21fd605e36f09b1274a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb18d981154d21fd605e36f09b1274a1", + "x-ms-correlation-request-id": "b86e8014-1b02-49ef-930e-7f8abda4fc79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;28764", + "x-ms-ratelimit-remaining-subscription-reads": "11140", + "x-ms-request-id": "54f9e239-3fb1-44f0-804d-ba3f22fbbf5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062304Z:b86e8014-1b02-49ef-930e-7f8abda4fc79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8723401fce8bd6f722e6744e1bdc8fe7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8723401fce8bd6f722e6744e1bdc8fe7", + "x-ms-correlation-request-id": "ff4881c7-20c0-4501-9add-a2bbb234329d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;28763", + "x-ms-ratelimit-remaining-subscription-reads": "11139", + "x-ms-request-id": "99c295ca-20c1-45ae-8846-64b919f0e5de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062304Z:ff4881c7-20c0-4501-9add-a2bbb234329d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d452f7f6a8e891be9fcb99ead962ecf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d452f7f6a8e891be9fcb99ead962ecf3", + "x-ms-correlation-request-id": "d5947f1f-fdf5-4e48-a26d-fbad177f07a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;28762", + "x-ms-ratelimit-remaining-subscription-reads": "11138", + "x-ms-request-id": "268d201f-c087-4226-b1b9-b3e2ad678445", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062304Z:d5947f1f-fdf5-4e48-a26d-fbad177f07a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d297fd99b8ddb218e242a866a0af0584", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d297fd99b8ddb218e242a866a0af0584", + "x-ms-correlation-request-id": "4259e5bb-6eb7-43e3-9348-be1d81e9f0a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28761", + "x-ms-ratelimit-remaining-subscription-reads": "11137", + "x-ms-request-id": "d3c415d3-ca7e-4f01-be5a-d73981e67bee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062305Z:4259e5bb-6eb7-43e3-9348-be1d81e9f0a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3fa4fcea0c077b88291e7c0340cfcc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3fa4fcea0c077b88291e7c0340cfcc0", + "x-ms-correlation-request-id": "4d7487ff-d291-4c90-b294-fe94763ed0cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28760", + "x-ms-ratelimit-remaining-subscription-reads": "11136", + "x-ms-request-id": "14ae9dd6-cf5d-440b-aca3-f124018e7015", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062305Z:4d7487ff-d291-4c90-b294-fe94763ed0cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1db481fabd443e09de9ff1a5ff57f1f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1db481fabd443e09de9ff1a5ff57f1f0", + "x-ms-correlation-request-id": "838b5da7-5111-49bf-982c-a4529a5c4cb7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28759", + "x-ms-ratelimit-remaining-subscription-reads": "11135", + "x-ms-request-id": "6e4eac73-83dd-40fa-9111-f8e64b86b5e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062305Z:838b5da7-5111-49bf-982c-a4529a5c4cb7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a1c15c54868f9324420504cd0587dd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a1c15c54868f9324420504cd0587dd5", + "x-ms-correlation-request-id": "a5a371b2-876b-4804-b22b-311464ad539d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28758", + "x-ms-ratelimit-remaining-subscription-reads": "11134", + "x-ms-request-id": "b486724e-2481-4abf-8800-0bf61a534ad6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062305Z:a5a371b2-876b-4804-b22b-311464ad539d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e6ce845e8fa114045bcc521ae13772a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e6ce845e8fa114045bcc521ae13772a", + "x-ms-correlation-request-id": "f3571321-a1f0-4381-8ff4-4a43bd007979", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28757", + "x-ms-ratelimit-remaining-subscription-reads": "11133", + "x-ms-request-id": "c947762e-ef45-4da7-8672-b2591617c311", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062306Z:f3571321-a1f0-4381-8ff4-4a43bd007979" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ffbf7a072f0b1574ebbd9236cbd6d86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ffbf7a072f0b1574ebbd9236cbd6d86", + "x-ms-correlation-request-id": "97eb9b1b-dc61-4585-ba7f-0e9f526f40b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28756", + "x-ms-ratelimit-remaining-subscription-reads": "11132", + "x-ms-request-id": "e545b4ec-9adb-4fb1-adc8-84fcfef0e46c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062306Z:97eb9b1b-dc61-4585-ba7f-0e9f526f40b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17601b21d2ebddf6d50a44ab83114b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17601b21d2ebddf6d50a44ab83114b31", + "x-ms-correlation-request-id": "8e1b6410-1dca-4223-b362-55372bf52b5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28755", + "x-ms-ratelimit-remaining-subscription-reads": "11131", + "x-ms-request-id": "0334ec35-71bb-460d-bba8-eae7e9d99a94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062306Z:8e1b6410-1dca-4223-b362-55372bf52b5f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8ab26a95e5cd2e490bad03f0e1ca488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8ab26a95e5cd2e490bad03f0e1ca488", + "x-ms-correlation-request-id": "54d6a1db-57f6-46c9-b087-72cd1325fb72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28754", + "x-ms-ratelimit-remaining-subscription-reads": "11130", + "x-ms-request-id": "b433c769-302c-430c-957b-3542438d994b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062306Z:54d6a1db-57f6-46c9-b087-72cd1325fb72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92ff3e4e5fb2cd3e011e4ae62eac2e3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92ff3e4e5fb2cd3e011e4ae62eac2e3c", + "x-ms-correlation-request-id": "0ed0aa89-5735-4955-bf80-b2dd1694d92b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28753", + "x-ms-ratelimit-remaining-subscription-reads": "11129", + "x-ms-request-id": "97a9198e-41e2-458f-8444-15c4b41fa836", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062307Z:0ed0aa89-5735-4955-bf80-b2dd1694d92b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4679a7709511c32a378d873102b6ceb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4679a7709511c32a378d873102b6ceb8", + "x-ms-correlation-request-id": "3aa130a1-b7bf-436c-b5b0-bb02e828aa22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28752", + "x-ms-ratelimit-remaining-subscription-reads": "11128", + "x-ms-request-id": "2d4f963c-4402-4175-a107-c3c305201ab1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062307Z:3aa130a1-b7bf-436c-b5b0-bb02e828aa22" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "455dbc66b8124a7ee7ded73e13fea4e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "455dbc66b8124a7ee7ded73e13fea4e3", + "x-ms-correlation-request-id": "e4f675c4-7970-45c4-8b82-e10344b46e6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28751", + "x-ms-ratelimit-remaining-subscription-reads": "11127", + "x-ms-request-id": "381b493b-198b-4805-8201-d46113390dc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062307Z:e4f675c4-7970-45c4-8b82-e10344b46e6d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66cf948b5da2b976143c5b25d70ccb4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66cf948b5da2b976143c5b25d70ccb4a", + "x-ms-correlation-request-id": "1b4510c8-bcd1-47f5-afa9-2f2a74c6f250", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28750", + "x-ms-ratelimit-remaining-subscription-reads": "11126", + "x-ms-request-id": "098e9c4c-dbf9-4b73-a3b4-aa290b6ac4da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062307Z:1b4510c8-bcd1-47f5-afa9-2f2a74c6f250" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "717f924fe94eb72a292f5e33bdebaf38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "717f924fe94eb72a292f5e33bdebaf38", + "x-ms-correlation-request-id": "9ce63149-b8b4-43a4-97f0-0b4819264863", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28749", + "x-ms-ratelimit-remaining-subscription-reads": "11125", + "x-ms-request-id": "93e87ca1-82aa-4e6b-ab09-2327f8f3ef3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062308Z:9ce63149-b8b4-43a4-97f0-0b4819264863" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ea5a3e867e7081646a430d55c5972db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ea5a3e867e7081646a430d55c5972db", + "x-ms-correlation-request-id": "7c4b7687-f875-4668-8050-23d21dc2d6cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28748", + "x-ms-ratelimit-remaining-subscription-reads": "11124", + "x-ms-request-id": "eb37511e-bce0-49ee-964a-6e2ae895de17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062308Z:7c4b7687-f875-4668-8050-23d21dc2d6cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81ee8c12337fa29569173d72fe43fb28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81ee8c12337fa29569173d72fe43fb28", + "x-ms-correlation-request-id": "e9e257c6-9776-4750-b98e-f6b70d76d5de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28747", + "x-ms-ratelimit-remaining-subscription-reads": "11123", + "x-ms-request-id": "c9718d1a-3030-4dcf-820d-7a7cb1e07842", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062308Z:e9e257c6-9776-4750-b98e-f6b70d76d5de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "333c238d5d66e8637b762baab8545bcf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "333c238d5d66e8637b762baab8545bcf", + "x-ms-correlation-request-id": "e5679cdf-d365-469c-ab02-8bf4ca3a2840", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28746", + "x-ms-ratelimit-remaining-subscription-reads": "11122", + "x-ms-request-id": "24d95cc3-485e-4ae5-9458-8f7b3922e618", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062308Z:e5679cdf-d365-469c-ab02-8bf4ca3a2840" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "312083bc2efdb5b80e0304cf29a30a02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "312083bc2efdb5b80e0304cf29a30a02", + "x-ms-correlation-request-id": "b80d39bf-188c-4bf7-864a-ffc721eb3a5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28745", + "x-ms-ratelimit-remaining-subscription-reads": "11121", + "x-ms-request-id": "db09e0c9-a651-4f71-86e2-4a7e5f2d81aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062309Z:b80d39bf-188c-4bf7-864a-ffc721eb3a5e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "394808a83f1cb5742906050807eae915", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "394808a83f1cb5742906050807eae915", + "x-ms-correlation-request-id": "beaee346-b613-4c5d-9d7a-838d10514ac1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28744", + "x-ms-ratelimit-remaining-subscription-reads": "11120", + "x-ms-request-id": "aaeb9225-3fdd-4890-87ce-988315933d1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062309Z:beaee346-b613-4c5d-9d7a-838d10514ac1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7bb66dbcca235e2b6a8724635993bed8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bb66dbcca235e2b6a8724635993bed8", + "x-ms-correlation-request-id": "9dee00db-b47a-401b-8469-cf7f8b5bda49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28743", + "x-ms-ratelimit-remaining-subscription-reads": "11119", + "x-ms-request-id": "088a73ef-d26c-4b0d-8b60-ede83c11ea39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062309Z:9dee00db-b47a-401b-8469-cf7f8b5bda49" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b002286c210c7db30f6a07f628b0ad24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b002286c210c7db30f6a07f628b0ad24", + "x-ms-correlation-request-id": "66a9c760-ab43-4edd-b141-ae454314f924", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28742", + "x-ms-ratelimit-remaining-subscription-reads": "11118", + "x-ms-request-id": "de5a9c94-e819-42c3-895a-8345f30fdeea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062309Z:66a9c760-ab43-4edd-b141-ae454314f924" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb13ef198eeddedfdce9ce951a115c96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb13ef198eeddedfdce9ce951a115c96", + "x-ms-correlation-request-id": "b67f5c43-e205-463a-8504-864500d04dd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28741", + "x-ms-ratelimit-remaining-subscription-reads": "11117", + "x-ms-request-id": "b427735c-44bf-44a4-9092-172d7e94ff0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062310Z:b67f5c43-e205-463a-8504-864500d04dd7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df9b2c4739e89a08ba386cb8c23436ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df9b2c4739e89a08ba386cb8c23436ba", + "x-ms-correlation-request-id": "03058bc9-4376-4f96-b9ed-4efcb50ff280", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28740", + "x-ms-ratelimit-remaining-subscription-reads": "11116", + "x-ms-request-id": "abc22f7e-d3cc-47e5-8af7-8b7870c9a721", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062310Z:03058bc9-4376-4f96-b9ed-4efcb50ff280" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "694900d9027fddeb4823d422531e63fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "694900d9027fddeb4823d422531e63fd", + "x-ms-correlation-request-id": "d764b537-119a-4027-b7c1-a3a125e1abe6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28739", + "x-ms-ratelimit-remaining-subscription-reads": "11115", + "x-ms-request-id": "eed43610-c41f-4e4e-833a-41d17166f05c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062310Z:d764b537-119a-4027-b7c1-a3a125e1abe6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbae710ece14e03ce67801b422271ca7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbae710ece14e03ce67801b422271ca7", + "x-ms-correlation-request-id": "27a7097b-098c-4585-aeac-eb1bb6684ddf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28738", + "x-ms-ratelimit-remaining-subscription-reads": "11114", + "x-ms-request-id": "3c27f3a4-ba0e-4419-a2ea-7a56a2906853", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062310Z:27a7097b-098c-4585-aeac-eb1bb6684ddf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1abb14b3f2c8451641be96c465e6479b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1abb14b3f2c8451641be96c465e6479b", + "x-ms-correlation-request-id": "2d01b65e-ac71-43be-a940-8ebed7360bc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28737", + "x-ms-ratelimit-remaining-subscription-reads": "11113", + "x-ms-request-id": "479193ab-97f3-4006-8cf3-f046294080fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062311Z:2d01b65e-ac71-43be-a940-8ebed7360bc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "50a96ed53a850ba5c46883070137bb21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50a96ed53a850ba5c46883070137bb21", + "x-ms-correlation-request-id": "a402d598-6550-4b6b-86b5-758b5c4c9114", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14363,Microsoft.Compute/GetOperation30Min;28736", + "x-ms-ratelimit-remaining-subscription-reads": "11112", + "x-ms-request-id": "15bd58fe-dbef-47c6-83db-b137e19ed351", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062311Z:a402d598-6550-4b6b-86b5-758b5c4c9114" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e6f2c0649631b355b69ba5637777b00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e6f2c0649631b355b69ba5637777b00", + "x-ms-correlation-request-id": "faeef6c1-94dd-4f6e-8cfa-8860bf937075", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28735", + "x-ms-ratelimit-remaining-subscription-reads": "11111", + "x-ms-request-id": "330edb6e-5ad6-468a-b2e2-224e02685da1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062311Z:faeef6c1-94dd-4f6e-8cfa-8860bf937075" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3de6531cb7d78226faf555f6f0f4309", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3de6531cb7d78226faf555f6f0f4309", + "x-ms-correlation-request-id": "4dfd7c87-4488-499b-a75e-db11148ad2a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28734", + "x-ms-ratelimit-remaining-subscription-reads": "11110", + "x-ms-request-id": "e3499076-323f-4720-8d9e-029b881c4000", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062311Z:4dfd7c87-4488-499b-a75e-db11148ad2a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39bd750309778c38398df51b804fd34c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39bd750309778c38398df51b804fd34c", + "x-ms-correlation-request-id": "bed6d2e8-c64a-416a-a464-607968dfad6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28733", + "x-ms-ratelimit-remaining-subscription-reads": "11109", + "x-ms-request-id": "384bf6ee-6ba8-480e-868a-71b21fae7d2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062312Z:bed6d2e8-c64a-416a-a464-607968dfad6d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9bd683ed07583ba309f6cfb3f3d5ac4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9bd683ed07583ba309f6cfb3f3d5ac4c", + "x-ms-correlation-request-id": "6feb935f-7b16-4d14-9ccc-5ccb6a1ccd99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28732", + "x-ms-ratelimit-remaining-subscription-reads": "11108", + "x-ms-request-id": "c7b7b32b-b15e-4b86-b6c0-97716bf03abc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062312Z:6feb935f-7b16-4d14-9ccc-5ccb6a1ccd99" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c253b02542b927892c527aefd606f81f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c253b02542b927892c527aefd606f81f", + "x-ms-correlation-request-id": "31502a9d-46c5-4db4-8bea-f4939b96f967", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28731", + "x-ms-ratelimit-remaining-subscription-reads": "11107", + "x-ms-request-id": "6822ec9a-9403-4ccf-b691-359d2a65d58b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062312Z:31502a9d-46c5-4db4-8bea-f4939b96f967" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec7208dca838fbb1d2822f803a859964", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec7208dca838fbb1d2822f803a859964", + "x-ms-correlation-request-id": "64f7db88-015f-42b7-bc15-a44275521219", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28730", + "x-ms-ratelimit-remaining-subscription-reads": "11106", + "x-ms-request-id": "cec3728b-6601-4a27-a2dd-af45293d1f23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062312Z:64f7db88-015f-42b7-bc15-a44275521219" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cff6a8e111fbaa93f9ae6f068cb36403", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cff6a8e111fbaa93f9ae6f068cb36403", + "x-ms-correlation-request-id": "7ae59162-be61-4f86-8c50-f61cf984017a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28729", + "x-ms-ratelimit-remaining-subscription-reads": "11105", + "x-ms-request-id": "99c0a027-32d2-4563-bda9-3b36811b80f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062313Z:7ae59162-be61-4f86-8c50-f61cf984017a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ead7affdc0627d13ff57f0361308eda7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ead7affdc0627d13ff57f0361308eda7", + "x-ms-correlation-request-id": "3cd56548-40df-44fd-953f-8d8c9cbbb267", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28728", + "x-ms-ratelimit-remaining-subscription-reads": "11104", + "x-ms-request-id": "acbed5c8-e191-46ec-b0a9-3fe978708f01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062313Z:3cd56548-40df-44fd-953f-8d8c9cbbb267" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d0e15b82810cb2375c7f28a39aa6f1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d0e15b82810cb2375c7f28a39aa6f1e", + "x-ms-correlation-request-id": "08bef4b5-9483-4f91-967c-09ff9372dcd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28727", + "x-ms-ratelimit-remaining-subscription-reads": "11103", + "x-ms-request-id": "0ebc9137-9700-4d2d-a53e-fc236a7a2c52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062313Z:08bef4b5-9483-4f91-967c-09ff9372dcd9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b822c1daeae20019578d0a4205d97f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b822c1daeae20019578d0a4205d97f1", + "x-ms-correlation-request-id": "1d05e2e6-1fb4-4ad3-9cbb-c5e2dbc261a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28726", + "x-ms-ratelimit-remaining-subscription-reads": "11102", + "x-ms-request-id": "d610be37-0907-4fac-be45-506f851843a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062313Z:1d05e2e6-1fb4-4ad3-9cbb-c5e2dbc261a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "764dc7c137a4d5f28b0b759ace884454", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "764dc7c137a4d5f28b0b759ace884454", + "x-ms-correlation-request-id": "935cde96-2062-4e88-ad8d-1961e10d2f4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28725", + "x-ms-ratelimit-remaining-subscription-reads": "11101", + "x-ms-request-id": "28ff1878-baa9-498f-990c-8b473878b28f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062314Z:935cde96-2062-4e88-ad8d-1961e10d2f4b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e618d1e862860af814ee9798587faa17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e618d1e862860af814ee9798587faa17", + "x-ms-correlation-request-id": "a24849e7-dfcc-4230-944a-bba52dd22f58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28724", + "x-ms-ratelimit-remaining-subscription-reads": "11100", + "x-ms-request-id": "25d9f0c4-333c-464d-bf1c-8e3fd7cb840c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062314Z:a24849e7-dfcc-4230-944a-bba52dd22f58" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71c90030f85ce67a39adffa23966510c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71c90030f85ce67a39adffa23966510c", + "x-ms-correlation-request-id": "6669f9d4-c226-404d-b410-488341acdd93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28723", + "x-ms-ratelimit-remaining-subscription-reads": "11099", + "x-ms-request-id": "7f9a7ce0-26a6-4fd7-b082-a575032a764b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062314Z:6669f9d4-c226-404d-b410-488341acdd93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4fbc7b33b0445e6bcf4362b69f5a7d0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fbc7b33b0445e6bcf4362b69f5a7d0b", + "x-ms-correlation-request-id": "fd7155c1-3e43-492c-b93d-d97f2fed1d5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28722", + "x-ms-ratelimit-remaining-subscription-reads": "11098", + "x-ms-request-id": "efb866d6-8c49-4c95-ab52-b9b909918e40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062314Z:fd7155c1-3e43-492c-b93d-d97f2fed1d5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cd6a5d61d3bff0f85732add86256d0ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd6a5d61d3bff0f85732add86256d0ad", + "x-ms-correlation-request-id": "21357e75-bb9f-4bb4-a065-32bc3883fa34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28721", + "x-ms-ratelimit-remaining-subscription-reads": "11097", + "x-ms-request-id": "3850c50e-dfeb-46f3-bd0a-c1d8315bbf56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062315Z:21357e75-bb9f-4bb4-a065-32bc3883fa34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc648b9c5bc37fd3956aa21895c347de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc648b9c5bc37fd3956aa21895c347de", + "x-ms-correlation-request-id": "f8bb40d8-b054-4be0-bf38-50181951acf1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28720", + "x-ms-ratelimit-remaining-subscription-reads": "11096", + "x-ms-request-id": "858b7c59-371e-4391-bc4e-837394782aea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062315Z:f8bb40d8-b054-4be0-bf38-50181951acf1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc41f32f84fc604c83cbf7120392fc78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc41f32f84fc604c83cbf7120392fc78", + "x-ms-correlation-request-id": "82ac7076-c250-4f53-b30f-a1c5e7ae2aec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28719", + "x-ms-ratelimit-remaining-subscription-reads": "11095", + "x-ms-request-id": "9e304023-faeb-45ee-b883-d4530a685480", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062315Z:82ac7076-c250-4f53-b30f-a1c5e7ae2aec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "131ab573a1f6064889eb385531df5a93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "131ab573a1f6064889eb385531df5a93", + "x-ms-correlation-request-id": "aa92aea9-4666-4597-8ef3-ae86b9ce2f1a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28718", + "x-ms-ratelimit-remaining-subscription-reads": "11094", + "x-ms-request-id": "d27672f6-4ec2-404c-bdeb-2f1d3ac0e39a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062315Z:aa92aea9-4666-4597-8ef3-ae86b9ce2f1a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ea8cfebf41417b13e0458f763c17c03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ea8cfebf41417b13e0458f763c17c03", + "x-ms-correlation-request-id": "2be223c4-2f4b-4a26-b7c5-ef6c300adfe4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28717", + "x-ms-ratelimit-remaining-subscription-reads": "11093", + "x-ms-request-id": "021b4b95-a462-49a8-ac62-79b042190fa6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062316Z:2be223c4-2f4b-4a26-b7c5-ef6c300adfe4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e0a5296d33a98ee8ab3b52104cf72ea4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0a5296d33a98ee8ab3b52104cf72ea4", + "x-ms-correlation-request-id": "8d22bf7c-d367-4f06-a31b-0f2344886a5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28716", + "x-ms-ratelimit-remaining-subscription-reads": "11092", + "x-ms-request-id": "f1a35930-225b-422d-800d-be074fa86d2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062316Z:8d22bf7c-d367-4f06-a31b-0f2344886a5f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "332664718de97e640302d5f14850a2c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "332664718de97e640302d5f14850a2c8", + "x-ms-correlation-request-id": "adf2a872-d5c1-477e-9de6-b9cbaffb6127", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14342,Microsoft.Compute/GetOperation30Min;28715", + "x-ms-ratelimit-remaining-subscription-reads": "11091", + "x-ms-request-id": "8872ea66-f729-41bd-859f-7a4a9e9050cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062316Z:adf2a872-d5c1-477e-9de6-b9cbaffb6127" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "08e7346f7a39b8e9e61ac2d9a2a0cb47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08e7346f7a39b8e9e61ac2d9a2a0cb47", + "x-ms-correlation-request-id": "c01d6723-d858-4a8d-87bc-466bad332839", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28714", + "x-ms-ratelimit-remaining-subscription-reads": "11090", + "x-ms-request-id": "bdd9e125-af7b-4288-b8f3-a201c09513f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062316Z:c01d6723-d858-4a8d-87bc-466bad332839" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe86b3d5489adf19c427dca75df6465a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe86b3d5489adf19c427dca75df6465a", + "x-ms-correlation-request-id": "76728395-8f9f-4141-8d60-f2342e2d285b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28713", + "x-ms-ratelimit-remaining-subscription-reads": "11089", + "x-ms-request-id": "4eac0f36-44d2-4fe1-a444-38e76fd1d121", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062317Z:76728395-8f9f-4141-8d60-f2342e2d285b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17a18998260ff76b7a6e4ccfca8adc63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17a18998260ff76b7a6e4ccfca8adc63", + "x-ms-correlation-request-id": "458231c7-3c74-447c-a1da-a5345f8afd80", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28712", + "x-ms-ratelimit-remaining-subscription-reads": "11088", + "x-ms-request-id": "b4d1f24b-7611-45fe-a4f8-dd45a071fce7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062317Z:458231c7-3c74-447c-a1da-a5345f8afd80" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "951c8e36a4ca262e1b0743129d415af0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "951c8e36a4ca262e1b0743129d415af0", + "x-ms-correlation-request-id": "86ab0e22-4d86-4388-99d3-c0cd760b81db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28711", + "x-ms-ratelimit-remaining-subscription-reads": "11087", + "x-ms-request-id": "4ec22a9b-a7a8-4c2d-9c9c-db0d26437dee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062317Z:86ab0e22-4d86-4388-99d3-c0cd760b81db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "184168d3b4ffaf37488f842bfb4a143a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "184168d3b4ffaf37488f842bfb4a143a", + "x-ms-correlation-request-id": "ec287a48-5096-4505-814f-a199a7f9fba7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28710", + "x-ms-ratelimit-remaining-subscription-reads": "11086", + "x-ms-request-id": "1193a9aa-68e7-45bd-9067-505619aaf6db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062317Z:ec287a48-5096-4505-814f-a199a7f9fba7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf71794ab0daf48f5b7afc07e2595938", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf71794ab0daf48f5b7afc07e2595938", + "x-ms-correlation-request-id": "b0acef5c-f73e-445b-8670-8711175a59cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28709", + "x-ms-ratelimit-remaining-subscription-reads": "11085", + "x-ms-request-id": "2fe71a30-868f-4ff4-9b61-b728ff2dd0e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062318Z:b0acef5c-f73e-445b-8670-8711175a59cf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62fb5c14c3498263566c4d3b1f022bd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62fb5c14c3498263566c4d3b1f022bd0", + "x-ms-correlation-request-id": "b0400044-4dbd-4252-9abf-407e1d6044c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28708", + "x-ms-ratelimit-remaining-subscription-reads": "11084", + "x-ms-request-id": "eb4b5acb-bf2a-451e-8487-cc637eb009d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062318Z:b0400044-4dbd-4252-9abf-407e1d6044c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "24c709f28ad02316d84dbd85b72fccee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24c709f28ad02316d84dbd85b72fccee", + "x-ms-correlation-request-id": "f1a8cc18-2efd-48e6-a59b-34733976be83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28707", + "x-ms-ratelimit-remaining-subscription-reads": "11083", + "x-ms-request-id": "7c8cddc4-885a-472e-8769-4211b0bdb44c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062318Z:f1a8cc18-2efd-48e6-a59b-34733976be83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9f174b35b24e87f116ef796d6354d458", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f174b35b24e87f116ef796d6354d458", + "x-ms-correlation-request-id": "e68d3149-a3d9-4481-8db5-2f626e5f2ca8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28706", + "x-ms-ratelimit-remaining-subscription-reads": "11082", + "x-ms-request-id": "d93485de-983a-4241-82d5-4cc2651471de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062318Z:e68d3149-a3d9-4481-8db5-2f626e5f2ca8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d9152b4f3492896845d889fc05deca26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9152b4f3492896845d889fc05deca26", + "x-ms-correlation-request-id": "5ce94b21-01af-464b-a4bf-7e34f2243fef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28705", + "x-ms-ratelimit-remaining-subscription-reads": "11081", + "x-ms-request-id": "62f2784b-d354-467d-9f9a-69874fa22933", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062319Z:5ce94b21-01af-464b-a4bf-7e34f2243fef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d4055e9f8beb4082173f0ee111a9bf84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4055e9f8beb4082173f0ee111a9bf84", + "x-ms-correlation-request-id": "e16f8b7e-e941-4295-b2c1-7615205af443", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28704", + "x-ms-ratelimit-remaining-subscription-reads": "11080", + "x-ms-request-id": "80e3a8e9-58fc-4023-9557-68f10616e326", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062319Z:e16f8b7e-e941-4295-b2c1-7615205af443" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c356578f31a015ce38d597628f58137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c356578f31a015ce38d597628f58137", + "x-ms-correlation-request-id": "73e29c8c-073d-4eed-849b-15f37ecb6c86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28703", + "x-ms-ratelimit-remaining-subscription-reads": "11079", + "x-ms-request-id": "a5ffaaab-2e75-4b8f-97dc-7c84140c3de0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062319Z:73e29c8c-073d-4eed-849b-15f37ecb6c86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "05cd5224ff4ec36ca9d4c1522686779c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05cd5224ff4ec36ca9d4c1522686779c", + "x-ms-correlation-request-id": "e9a74744-f38c-4ff2-a659-2c7bc94e85f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28702", + "x-ms-ratelimit-remaining-subscription-reads": "11078", + "x-ms-request-id": "ff45f0f5-8df4-4c2c-af8c-c865cadd9f6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062319Z:e9a74744-f38c-4ff2-a659-2c7bc94e85f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a08305193da8ac0c0104f15e320b1822", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a08305193da8ac0c0104f15e320b1822", + "x-ms-correlation-request-id": "77e54793-4990-47a2-86bd-8fbdf58053c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28701", + "x-ms-ratelimit-remaining-subscription-reads": "11077", + "x-ms-request-id": "00545da0-63be-4aef-8290-c434cb73966b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062320Z:77e54793-4990-47a2-86bd-8fbdf58053c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bfbcd6beb9db7835f872e246320ada5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfbcd6beb9db7835f872e246320ada5c", + "x-ms-correlation-request-id": "50a246fb-d55c-4b14-ac3f-09d4b15685f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28700", + "x-ms-ratelimit-remaining-subscription-reads": "11076", + "x-ms-request-id": "9bb4c757-09ae-4e09-a091-783965d2e02f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062320Z:50a246fb-d55c-4b14-ac3f-09d4b15685f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "225dbc15e071e68f452103490e0e919d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "225dbc15e071e68f452103490e0e919d", + "x-ms-correlation-request-id": "6172eab6-c8f6-4f34-9263-18cf7cc8ec3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28699", + "x-ms-ratelimit-remaining-subscription-reads": "11075", + "x-ms-request-id": "1e58dc03-7b4b-49f9-bd3c-1395a9e55818", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062320Z:6172eab6-c8f6-4f34-9263-18cf7cc8ec3b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "50949ebcb7ca5fc1cf0aa8365bc67af7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50949ebcb7ca5fc1cf0aa8365bc67af7", + "x-ms-correlation-request-id": "459fd664-6b05-4db4-97e8-2b9b7501ebd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28698", + "x-ms-ratelimit-remaining-subscription-reads": "11074", + "x-ms-request-id": "71d7b748-b52f-4d0b-881b-a4e2af593dc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062321Z:459fd664-6b05-4db4-97e8-2b9b7501ebd7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7548942af5aeddb047d57abab6eb69e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7548942af5aeddb047d57abab6eb69e9", + "x-ms-correlation-request-id": "0ff0385b-2ce5-4603-973c-e98731294970", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28697", + "x-ms-ratelimit-remaining-subscription-reads": "11073", + "x-ms-request-id": "3c648574-2032-4b84-b008-17a0c9eae7ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062321Z:0ff0385b-2ce5-4603-973c-e98731294970" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "938944e08a765e92fbfd536738588b7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "938944e08a765e92fbfd536738588b7f", + "x-ms-correlation-request-id": "20a46f06-7433-434c-a851-5d938560ab0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28696", + "x-ms-ratelimit-remaining-subscription-reads": "11072", + "x-ms-request-id": "20bacefa-7778-40ed-9a70-3c2769854975", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062321Z:20a46f06-7433-434c-a851-5d938560ab0d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a1f0ca71bc6c6efedb608f43d06a9e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a1f0ca71bc6c6efedb608f43d06a9e3", + "x-ms-correlation-request-id": "06c73715-ab6b-41a4-a8c8-24fb750a8f57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28695", + "x-ms-ratelimit-remaining-subscription-reads": "11071", + "x-ms-request-id": "17253c68-ee61-4bfc-b6bb-70902db3cfe0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062321Z:06c73715-ab6b-41a4-a8c8-24fb750a8f57" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1655bfa0e63ca08101ea79b0a249a5ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1655bfa0e63ca08101ea79b0a249a5ef", + "x-ms-correlation-request-id": "d541805d-8bf8-42aa-9e1a-85331b590844", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28694", + "x-ms-ratelimit-remaining-subscription-reads": "11070", + "x-ms-request-id": "0464a4ec-630b-4b5d-94b7-f439ff1d5f87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062322Z:d541805d-8bf8-42aa-9e1a-85331b590844" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa13fa49efccc42255c3a5bf819d20f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa13fa49efccc42255c3a5bf819d20f5", + "x-ms-correlation-request-id": "ac594c2f-dd95-48db-9edf-14fe5c5b83a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28693", + "x-ms-ratelimit-remaining-subscription-reads": "11069", + "x-ms-request-id": "16bd02b8-738c-46ef-bbc6-7e73570d2f74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062322Z:ac594c2f-dd95-48db-9edf-14fe5c5b83a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78c66f547502c0428a7f78dca23f24a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78c66f547502c0428a7f78dca23f24a4", + "x-ms-correlation-request-id": "ddf438bf-75df-4444-90ec-d9544c5586e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28692", + "x-ms-ratelimit-remaining-subscription-reads": "11068", + "x-ms-request-id": "8294abf4-1f31-4e5b-a48d-6c369783dfa9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062322Z:ddf438bf-75df-4444-90ec-d9544c5586e8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42ab1911fff3b1179c91c07941c21e64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42ab1911fff3b1179c91c07941c21e64", + "x-ms-correlation-request-id": "4a1bf015-bf51-47d0-b78a-0f5a24f9251a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28691", + "x-ms-ratelimit-remaining-subscription-reads": "11067", + "x-ms-request-id": "77ae8070-0708-4ca2-a0b0-403a38807e1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062322Z:4a1bf015-bf51-47d0-b78a-0f5a24f9251a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "335b84c92c82d3ecb8531f4c77452216", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "335b84c92c82d3ecb8531f4c77452216", + "x-ms-correlation-request-id": "a0f0e3ff-2c96-407b-a5a2-deb91cd79159", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28690", + "x-ms-ratelimit-remaining-subscription-reads": "11066", + "x-ms-request-id": "4a0dbb48-9afd-44b3-be3d-6b6467df8207", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062323Z:a0f0e3ff-2c96-407b-a5a2-deb91cd79159" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68ad019eddf255015715dc71b4c97fc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68ad019eddf255015715dc71b4c97fc8", + "x-ms-correlation-request-id": "75ab0880-926b-4f9c-85e6-6ebec1454b49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28689", + "x-ms-ratelimit-remaining-subscription-reads": "11065", + "x-ms-request-id": "9c49b10c-7b9e-4464-9d49-6af032689814", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062323Z:75ab0880-926b-4f9c-85e6-6ebec1454b49" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d121461f0e3e5212cd78a9fdfcb3956", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d121461f0e3e5212cd78a9fdfcb3956", + "x-ms-correlation-request-id": "cb29a6de-5bab-4bfa-b7ec-297adb46fff3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28688", + "x-ms-ratelimit-remaining-subscription-reads": "11064", + "x-ms-request-id": "40baaea3-6dad-4c83-9725-2c852155f59e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062323Z:cb29a6de-5bab-4bfa-b7ec-297adb46fff3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3fdaaa6eb514ec718206db6d507b1fee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fdaaa6eb514ec718206db6d507b1fee", + "x-ms-correlation-request-id": "166c941c-0600-4d1e-84f5-e1135604b3c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28687", + "x-ms-ratelimit-remaining-subscription-reads": "11063", + "x-ms-request-id": "e6c628e3-db57-4c20-a914-733e0e222d40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062323Z:166c941c-0600-4d1e-84f5-e1135604b3c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62eb57d40432ad32dfc83b1b5262758c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62eb57d40432ad32dfc83b1b5262758c", + "x-ms-correlation-request-id": "b0a4dabe-f49c-48d7-ba7e-5c967e8e502e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28686", + "x-ms-ratelimit-remaining-subscription-reads": "11062", + "x-ms-request-id": "fca50a01-52c9-46d1-8a04-a9221b70be29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062324Z:b0a4dabe-f49c-48d7-ba7e-5c967e8e502e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a0285db3fefabb4a2269bdd15b495b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a0285db3fefabb4a2269bdd15b495b1", + "x-ms-correlation-request-id": "4e1c9996-8b3b-4069-902b-b67f05a75b7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28685", + "x-ms-ratelimit-remaining-subscription-reads": "11061", + "x-ms-request-id": "08c074d6-2403-436d-a3a8-bdd305dff135", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062324Z:4e1c9996-8b3b-4069-902b-b67f05a75b7e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88cb9cb8d7df6a24782c604c7a569920", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88cb9cb8d7df6a24782c604c7a569920", + "x-ms-correlation-request-id": "64ee297d-1704-4acc-acd7-f466b9187e46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28684", + "x-ms-ratelimit-remaining-subscription-reads": "11060", + "x-ms-request-id": "3e867f81-d924-4b72-bdc3-43b5f66308aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062324Z:64ee297d-1704-4acc-acd7-f466b9187e46" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca914f90157995ffa33fc00c6955982b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca914f90157995ffa33fc00c6955982b", + "x-ms-correlation-request-id": "3d0f6f8f-2c6a-4163-a76a-c1e018f76d87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28683", + "x-ms-ratelimit-remaining-subscription-reads": "11059", + "x-ms-request-id": "ca1af9f1-c67b-466b-9ae7-e9fd1437b1c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062325Z:3d0f6f8f-2c6a-4163-a76a-c1e018f76d87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b6638a32ed9604ac619791c2df67314c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6638a32ed9604ac619791c2df67314c", + "x-ms-correlation-request-id": "e6f1c808-6599-44fc-9eb6-89a4d32e626e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28682", + "x-ms-ratelimit-remaining-subscription-reads": "11058", + "x-ms-request-id": "e7a752c8-a2b2-4905-a08b-dae200cc4add", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062325Z:e6f1c808-6599-44fc-9eb6-89a4d32e626e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c54d7a8cca23a3379c36e5a016170022", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c54d7a8cca23a3379c36e5a016170022", + "x-ms-correlation-request-id": "68cf964f-aaa5-4a6e-8d46-42384b9e54ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14308,Microsoft.Compute/GetOperation30Min;28681", + "x-ms-ratelimit-remaining-subscription-reads": "11057", + "x-ms-request-id": "a4650ecc-067c-4841-9fed-7b5af46534ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062325Z:68cf964f-aaa5-4a6e-8d46-42384b9e54ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef193493e3f3a28aa28c69e1833cb53b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef193493e3f3a28aa28c69e1833cb53b", + "x-ms-correlation-request-id": "47084110-b70e-4c55-bdf4-f74093872cac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28680", + "x-ms-ratelimit-remaining-subscription-reads": "11056", + "x-ms-request-id": "9a891904-885c-4a87-a317-afe357d2f983", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062325Z:47084110-b70e-4c55-bdf4-f74093872cac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee7f740ed208680752bf195f080ced49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee7f740ed208680752bf195f080ced49", + "x-ms-correlation-request-id": "14110cce-9f35-4506-8dba-6761d35c0c19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28679", + "x-ms-ratelimit-remaining-subscription-reads": "11055", + "x-ms-request-id": "ae0feedc-317d-4c6b-a00c-3a71131ee48d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062326Z:14110cce-9f35-4506-8dba-6761d35c0c19" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa2f6f97414ea958f0aa23966056205f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa2f6f97414ea958f0aa23966056205f", + "x-ms-correlation-request-id": "cb23fdd5-aa4a-4510-b9ba-8ae326117823", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28678", + "x-ms-ratelimit-remaining-subscription-reads": "11054", + "x-ms-request-id": "9b422254-b70e-40a4-892c-4c5a3e93504d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062326Z:cb23fdd5-aa4a-4510-b9ba-8ae326117823" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a291aa801298c01a2cb09c33c92a9a96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a291aa801298c01a2cb09c33c92a9a96", + "x-ms-correlation-request-id": "850a0c50-92ec-4a92-9bcd-be57b3c0228b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28677", + "x-ms-ratelimit-remaining-subscription-reads": "11053", + "x-ms-request-id": "057bdcee-ef6c-4e70-87f7-809cdad3e023", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062326Z:850a0c50-92ec-4a92-9bcd-be57b3c0228b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "134a209e0b0dccec1bd6fe5daf7107fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "134a209e0b0dccec1bd6fe5daf7107fc", + "x-ms-correlation-request-id": "3281ca73-59cd-48e0-b898-20a37b1d9240", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28676", + "x-ms-ratelimit-remaining-subscription-reads": "11052", + "x-ms-request-id": "bd2fdae4-9936-4a1e-ab5d-6ff72665e160", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062326Z:3281ca73-59cd-48e0-b898-20a37b1d9240" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ddeb99f4a7a84b0546e7d9da525dfc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ddeb99f4a7a84b0546e7d9da525dfc5", + "x-ms-correlation-request-id": "4654b1a3-37a0-4035-99c0-09a4acbaa268", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28675", + "x-ms-ratelimit-remaining-subscription-reads": "11051", + "x-ms-request-id": "9c1b0b97-f8a9-4626-ba3a-f0dc1eb7f50a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062327Z:4654b1a3-37a0-4035-99c0-09a4acbaa268" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ff88c0f0c0b7552bdc487c113bc10bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ff88c0f0c0b7552bdc487c113bc10bb", + "x-ms-correlation-request-id": "c5e03b3e-0c27-4f8d-95be-30bc047aed09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28674", + "x-ms-ratelimit-remaining-subscription-reads": "11050", + "x-ms-request-id": "dad7ac78-8216-4233-90ed-35659be9fbb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062327Z:c5e03b3e-0c27-4f8d-95be-30bc047aed09" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10939fa83c4c531b6fc5bf9f8e4e27f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10939fa83c4c531b6fc5bf9f8e4e27f5", + "x-ms-correlation-request-id": "710f8205-0a65-43ff-97fe-a9d77e933f52", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28673", + "x-ms-ratelimit-remaining-subscription-reads": "11049", + "x-ms-request-id": "9c3536de-9a29-4d26-ba8b-9fc502b96db3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062327Z:710f8205-0a65-43ff-97fe-a9d77e933f52" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "224d38f7c87893f067699fb5c3ef7097", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "224d38f7c87893f067699fb5c3ef7097", + "x-ms-correlation-request-id": "4b4a254f-9c59-44bb-8025-3f41c610610d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28672", + "x-ms-ratelimit-remaining-subscription-reads": "11048", + "x-ms-request-id": "3669d988-6d98-4074-ace2-5d233a8d5ae1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062327Z:4b4a254f-9c59-44bb-8025-3f41c610610d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "05f5c15dce91d37871a4cf464cb2e66f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05f5c15dce91d37871a4cf464cb2e66f", + "x-ms-correlation-request-id": "e4908ad0-1ef0-4cfc-9fd4-0b5a3c51d768", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28671", + "x-ms-ratelimit-remaining-subscription-reads": "11047", + "x-ms-request-id": "70208069-c663-4ea8-8206-2260c86fc4f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062328Z:e4908ad0-1ef0-4cfc-9fd4-0b5a3c51d768" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dbca919ded6fe042af00a8e39c659080", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbca919ded6fe042af00a8e39c659080", + "x-ms-correlation-request-id": "03409052-97a2-4ac8-9490-36662b41aaa6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14297,Microsoft.Compute/GetOperation30Min;28670", + "x-ms-ratelimit-remaining-subscription-reads": "11046", + "x-ms-request-id": "89be5ccc-e9dd-4112-9d6d-f473f37f4c41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062328Z:03409052-97a2-4ac8-9490-36662b41aaa6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc41275421592864bf7ab1d4f8aa46b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc41275421592864bf7ab1d4f8aa46b4", + "x-ms-correlation-request-id": "bbb25fd6-5d9a-4a6b-ae1c-ed2eb9aa2dad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14296,Microsoft.Compute/GetOperation30Min;28669", + "x-ms-ratelimit-remaining-subscription-reads": "11045", + "x-ms-request-id": "7168f699-1a7a-48a7-9b36-b64136c70e48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062328Z:bbb25fd6-5d9a-4a6b-ae1c-ed2eb9aa2dad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3118308295246f287e1456912695360b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3118308295246f287e1456912695360b", + "x-ms-correlation-request-id": "bfa5d020-e82f-41af-ad15-182ebcc2c2ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14295,Microsoft.Compute/GetOperation30Min;28668", + "x-ms-ratelimit-remaining-subscription-reads": "11044", + "x-ms-request-id": "0a232787-1fd4-4b9c-ae3e-60a38036cb87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062329Z:bfa5d020-e82f-41af-ad15-182ebcc2c2ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "24f14e141a717b152da11bf43c6ee804", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24f14e141a717b152da11bf43c6ee804", + "x-ms-correlation-request-id": "da7eddfc-8c65-4785-8470-90acc4261588", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14294,Microsoft.Compute/GetOperation30Min;28667", + "x-ms-ratelimit-remaining-subscription-reads": "11043", + "x-ms-request-id": "b292d100-03cb-4298-859a-1f7c8768e891", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062329Z:da7eddfc-8c65-4785-8470-90acc4261588" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c60f4b95e4dbe5cffd14d45cbd2022a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c60f4b95e4dbe5cffd14d45cbd2022a", + "x-ms-correlation-request-id": "e3c4367d-110d-4e62-b268-24295f9c394a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14292,Microsoft.Compute/GetOperation30Min;28665", + "x-ms-ratelimit-remaining-subscription-reads": "11042", + "x-ms-request-id": "74da1463-1b8c-4d52-a88a-e08162aaeb93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062329Z:e3c4367d-110d-4e62-b268-24295f9c394a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a9c0a54422b868431a9c03827a343310", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9c0a54422b868431a9c03827a343310", + "x-ms-correlation-request-id": "90122589-05a2-4a74-b03a-14bb8ac9e4da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14291,Microsoft.Compute/GetOperation30Min;28664", + "x-ms-ratelimit-remaining-subscription-reads": "11041", + "x-ms-request-id": "e769fde0-3762-463c-a4d1-70ac965d2ead", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062329Z:90122589-05a2-4a74-b03a-14bb8ac9e4da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31d8512cca35b5bef232259fccd0b05b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31d8512cca35b5bef232259fccd0b05b", + "x-ms-correlation-request-id": "124f2c0b-c37e-4df1-8675-9afc212f3ced", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14290,Microsoft.Compute/GetOperation30Min;28663", + "x-ms-ratelimit-remaining-subscription-reads": "11040", + "x-ms-request-id": "62a8deaf-6cbb-4e64-84de-a6d603427980", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062330Z:124f2c0b-c37e-4df1-8675-9afc212f3ced" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96aff19f3eae974cb1f751b05bd944cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96aff19f3eae974cb1f751b05bd944cb", + "x-ms-correlation-request-id": "0bc55daf-23e9-4a1d-9ccb-f24c0cecec29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28662", + "x-ms-ratelimit-remaining-subscription-reads": "11039", + "x-ms-request-id": "32d4809d-09d2-447d-bdf4-2a9917f7d24f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062330Z:0bc55daf-23e9-4a1d-9ccb-f24c0cecec29" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a183d9ed0fa7af4e70ab686fca39c4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a183d9ed0fa7af4e70ab686fca39c4a", + "x-ms-correlation-request-id": "1028b4fd-144e-4288-b937-43a5c39a364f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28661", + "x-ms-ratelimit-remaining-subscription-reads": "11038", + "x-ms-request-id": "afc0cfe7-0218-4ac0-9a66-3154e3bd56d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062330Z:1028b4fd-144e-4288-b937-43a5c39a364f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "89e2a8ec9c84ed610541803d780d5a18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89e2a8ec9c84ed610541803d780d5a18", + "x-ms-correlation-request-id": "3dea54ef-3e3b-4d6b-b3e8-c99ac89cbd2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28660", + "x-ms-ratelimit-remaining-subscription-reads": "11037", + "x-ms-request-id": "ab19d7b2-bae8-4897-9620-a72a14d8b225", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062330Z:3dea54ef-3e3b-4d6b-b3e8-c99ac89cbd2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e0159ee35b7cf60fc35afa388c59a0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e0159ee35b7cf60fc35afa388c59a0d", + "x-ms-correlation-request-id": "d95534c5-4008-4e0f-8594-191faac27dbe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28659", + "x-ms-ratelimit-remaining-subscription-reads": "11036", + "x-ms-request-id": "0060ed6f-ea59-4909-8b74-637a308b9514", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062331Z:d95534c5-4008-4e0f-8594-191faac27dbe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2c4065bbaf60146db2b74b84fb601d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2c4065bbaf60146db2b74b84fb601d9", + "x-ms-correlation-request-id": "4d863eed-107b-4b73-8ff5-4a528cbf4c45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28658", + "x-ms-ratelimit-remaining-subscription-reads": "11035", + "x-ms-request-id": "3fa17994-6d84-4ff3-a7a4-7baa812fb70f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062331Z:4d863eed-107b-4b73-8ff5-4a528cbf4c45" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3979db00da1b69247138d4fedbe653f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3979db00da1b69247138d4fedbe653f", + "x-ms-correlation-request-id": "27903303-9ee3-4e3a-9672-f1c2db23370c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28657", + "x-ms-ratelimit-remaining-subscription-reads": "11034", + "x-ms-request-id": "e8a0acf2-4c91-49c8-9005-2c63b3d26681", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062331Z:27903303-9ee3-4e3a-9672-f1c2db23370c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71e173a7a74834221200b38cc0a87f45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71e173a7a74834221200b38cc0a87f45", + "x-ms-correlation-request-id": "463f0850-5690-4c98-b304-06d2ac0179e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28656", + "x-ms-ratelimit-remaining-subscription-reads": "11033", + "x-ms-request-id": "f1d08b20-b585-45f1-9b1c-2f33450222b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062331Z:463f0850-5690-4c98-b304-06d2ac0179e4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eaf3d533f72e4e6b740d6be32df7131d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaf3d533f72e4e6b740d6be32df7131d", + "x-ms-correlation-request-id": "d901bfc6-9cd7-4f29-b81f-da7e44f67421", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;28655", + "x-ms-ratelimit-remaining-subscription-reads": "11032", + "x-ms-request-id": "75b7e632-f581-48f9-ad2c-fd22574afb30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062332Z:d901bfc6-9cd7-4f29-b81f-da7e44f67421" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc1135c68fd509907b6390a15905f59f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc1135c68fd509907b6390a15905f59f", + "x-ms-correlation-request-id": "9f425910-0d6b-4b74-9230-cea28a0067e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;28654", + "x-ms-ratelimit-remaining-subscription-reads": "11031", + "x-ms-request-id": "61bf1277-8528-4627-9d7b-f0cbb0f1caf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062332Z:9f425910-0d6b-4b74-9230-cea28a0067e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "171c47937acbb0110792fd3b3c3f061b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "171c47937acbb0110792fd3b3c3f061b", + "x-ms-correlation-request-id": "d78547f6-1fbd-4f0e-8811-dcc6e083425a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;28653", + "x-ms-ratelimit-remaining-subscription-reads": "11030", + "x-ms-request-id": "6dd5c935-362d-42e1-8678-1161a412afd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062332Z:d78547f6-1fbd-4f0e-8811-dcc6e083425a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8bc695eca396a37044e96eca66caf46e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bc695eca396a37044e96eca66caf46e", + "x-ms-correlation-request-id": "e7f8a8d2-cd33-46bf-9c80-840c9b3fa90b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;28652", + "x-ms-ratelimit-remaining-subscription-reads": "11029", + "x-ms-request-id": "9efaa163-2898-4d27-9058-17dcebfb7f57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062332Z:e7f8a8d2-cd33-46bf-9c80-840c9b3fa90b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e54fcb17fbdb4b522461d4429255cc3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e54fcb17fbdb4b522461d4429255cc3c", + "x-ms-correlation-request-id": "617a0c1d-b445-4296-a509-ec14d732b04e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;28651", + "x-ms-ratelimit-remaining-subscription-reads": "11028", + "x-ms-request-id": "9e871487-6733-41d1-9dda-ed007d31a66a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062333Z:617a0c1d-b445-4296-a509-ec14d732b04e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4b5745c6a3ff009d778d3e10c46493d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4b5745c6a3ff009d778d3e10c46493d", + "x-ms-correlation-request-id": "7b436bcd-5bf4-4995-bca9-1b15dde75e7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;28650", + "x-ms-ratelimit-remaining-subscription-reads": "11027", + "x-ms-request-id": "5321fd89-d450-45f6-a891-e9a31c1e1061", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062333Z:7b436bcd-5bf4-4995-bca9-1b15dde75e7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70238e9d21f0f03f437a6734ce2d10ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70238e9d21f0f03f437a6734ce2d10ef", + "x-ms-correlation-request-id": "65b6a54e-d2cc-4204-92a0-ad552f6413e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;28649", + "x-ms-ratelimit-remaining-subscription-reads": "11026", + "x-ms-request-id": "749f2cd2-81ca-4086-ad53-a0af485af42c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062333Z:65b6a54e-d2cc-4204-92a0-ad552f6413e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f16d321c3014ad2ec25e0e6228713fdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f16d321c3014ad2ec25e0e6228713fdd", + "x-ms-correlation-request-id": "a0ff0f79-1008-4c4b-a3ea-c530dd5172c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28648", + "x-ms-ratelimit-remaining-subscription-reads": "11025", + "x-ms-request-id": "c2a531c6-cd02-4086-98a2-eac406dc8ec5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062333Z:a0ff0f79-1008-4c4b-a3ea-c530dd5172c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "04a497185c323b4c35c481c502d421a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04a497185c323b4c35c481c502d421a9", + "x-ms-correlation-request-id": "9fbb6ea9-c2e6-4e0e-ab2b-10e746026ec3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28647", + "x-ms-ratelimit-remaining-subscription-reads": "11024", + "x-ms-request-id": "08187e1f-0bae-467a-973c-e5cc48bb7a4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062334Z:9fbb6ea9-c2e6-4e0e-ab2b-10e746026ec3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d9c4e36757d86d285f75ae9113dcc7d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9c4e36757d86d285f75ae9113dcc7d2", + "x-ms-correlation-request-id": "ad415d46-f57a-48c3-b0e1-159abd21c397", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28646", + "x-ms-ratelimit-remaining-subscription-reads": "11023", + "x-ms-request-id": "b7eeb592-073e-4a4e-8662-91fc3f56c5a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062334Z:ad415d46-f57a-48c3-b0e1-159abd21c397" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "371c8a3b0c89c0bce632bc4faf69aaed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "371c8a3b0c89c0bce632bc4faf69aaed", + "x-ms-correlation-request-id": "ab59af93-f68b-4ee1-af89-3a68303f069c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28645", + "x-ms-ratelimit-remaining-subscription-reads": "11022", + "x-ms-request-id": "b1960c46-a7af-437f-a503-ba4576724bfe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062334Z:ab59af93-f68b-4ee1-af89-3a68303f069c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44fa643d65acc1046e37a4bcadba2858", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44fa643d65acc1046e37a4bcadba2858", + "x-ms-correlation-request-id": "64561701-9392-4f92-998e-3c4b4c55c1b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28644", + "x-ms-ratelimit-remaining-subscription-reads": "11021", + "x-ms-request-id": "ba2980d8-9883-48e9-b77c-3e9a5d0959be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062334Z:64561701-9392-4f92-998e-3c4b4c55c1b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "788aaffdeab85b1f2603f3a69ad8bdf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "788aaffdeab85b1f2603f3a69ad8bdf5", + "x-ms-correlation-request-id": "dfc22a92-c020-4d60-9ebe-f4c6114a38a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28643", + "x-ms-ratelimit-remaining-subscription-reads": "11020", + "x-ms-request-id": "5b0c3563-8b79-4d18-b1ca-268faaf8adf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062335Z:dfc22a92-c020-4d60-9ebe-f4c6114a38a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae54c1cb82e1d525855ac8526700132b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae54c1cb82e1d525855ac8526700132b", + "x-ms-correlation-request-id": "8b2e1443-3acb-4ae8-86d0-7003713bae28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28642", + "x-ms-ratelimit-remaining-subscription-reads": "11019", + "x-ms-request-id": "23375f18-5b60-47ff-9142-801dce72796b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062335Z:8b2e1443-3acb-4ae8-86d0-7003713bae28" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0052640932df5234449f1da9725d2696", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0052640932df5234449f1da9725d2696", + "x-ms-correlation-request-id": "53281d4d-8e47-40a1-b8de-a57897ed613e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28641", + "x-ms-ratelimit-remaining-subscription-reads": "11018", + "x-ms-request-id": "f0eaca76-abbe-4a9f-b235-074138778f18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062335Z:53281d4d-8e47-40a1-b8de-a57897ed613e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ebf1ae797a667a7689b4f25d21cdf326", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebf1ae797a667a7689b4f25d21cdf326", + "x-ms-correlation-request-id": "40843b19-ef24-416e-b541-4d6bf762c86b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28640", + "x-ms-ratelimit-remaining-subscription-reads": "11017", + "x-ms-request-id": "8dc0ba9c-d1b6-48b7-b49e-af80e693521d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062335Z:40843b19-ef24-416e-b541-4d6bf762c86b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "369cc8efbc8598158c016942647c6228", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "369cc8efbc8598158c016942647c6228", + "x-ms-correlation-request-id": "b546b7d7-32e4-4c05-ad56-dd9438a45cef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28639", + "x-ms-ratelimit-remaining-subscription-reads": "11016", + "x-ms-request-id": "c4b217fe-c94b-4780-b393-5de4134c46f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062336Z:b546b7d7-32e4-4c05-ad56-dd9438a45cef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8d83234270e8fc5edd8762b3fd63177", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8d83234270e8fc5edd8762b3fd63177", + "x-ms-correlation-request-id": "c48ae64a-62ed-4c02-a68c-01fbaffb6ff4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28638", + "x-ms-ratelimit-remaining-subscription-reads": "11015", + "x-ms-request-id": "7d87869e-9593-4a4b-b345-c425de0822ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062336Z:c48ae64a-62ed-4c02-a68c-01fbaffb6ff4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aab9f7abf0c0bc1099585f641034150d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aab9f7abf0c0bc1099585f641034150d", + "x-ms-correlation-request-id": "aa6f2093-799a-4c61-8f01-c9d9f70c16d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28637", + "x-ms-ratelimit-remaining-subscription-reads": "11014", + "x-ms-request-id": "a5aae8d1-24bb-438d-a330-311ca07c5747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062336Z:aa6f2093-799a-4c61-8f01-c9d9f70c16d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef29ca513af5c817030d49ad46ea59b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef29ca513af5c817030d49ad46ea59b5", + "x-ms-correlation-request-id": "ae731787-1b8c-49ab-a0f0-92c395aa2306", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28636", + "x-ms-ratelimit-remaining-subscription-reads": "11013", + "x-ms-request-id": "3e24ae61-625c-4517-a7d3-e56b10a118e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062336Z:ae731787-1b8c-49ab-a0f0-92c395aa2306" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6d96f2d0b8c24467221b1fb6c8607eb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d96f2d0b8c24467221b1fb6c8607eb8", + "x-ms-correlation-request-id": "25288c5b-1634-49d2-b060-ebcce97f68be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28635", + "x-ms-ratelimit-remaining-subscription-reads": "11012", + "x-ms-request-id": "8de1f53a-84e7-4ddf-833c-90f277ca6da2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062337Z:25288c5b-1634-49d2-b060-ebcce97f68be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75d969c342ad7181dff0a7b3a66276ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75d969c342ad7181dff0a7b3a66276ae", + "x-ms-correlation-request-id": "4c657f55-bddb-4f73-83b1-4e2a62031e6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28634", + "x-ms-ratelimit-remaining-subscription-reads": "11011", + "x-ms-request-id": "eb4b50c8-6a21-4c2a-a0ce-5817683c5c96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062337Z:4c657f55-bddb-4f73-83b1-4e2a62031e6d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e94a9ffa79e994b62e4cdd91a61ffa2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e94a9ffa79e994b62e4cdd91a61ffa2", + "x-ms-correlation-request-id": "28f7ed6d-45eb-44ea-b987-c968b0b7b812", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28633", + "x-ms-ratelimit-remaining-subscription-reads": "11010", + "x-ms-request-id": "8d5447e2-07da-4d53-a262-96b33042f178", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062337Z:28f7ed6d-45eb-44ea-b987-c968b0b7b812" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dcea908ee4118e0870258ed111b39dbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dcea908ee4118e0870258ed111b39dbf", + "x-ms-correlation-request-id": "d681e859-f12d-4159-bb19-4ae64825c7ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28632", + "x-ms-ratelimit-remaining-subscription-reads": "11009", + "x-ms-request-id": "220be89b-694f-4b70-9065-6963e141979c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062337Z:d681e859-f12d-4159-bb19-4ae64825c7ad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1eb771a460cb1b191e4012c874a8567e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1eb771a460cb1b191e4012c874a8567e", + "x-ms-correlation-request-id": "08c3223d-bc31-476e-906b-c6b0a218f847", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28631", + "x-ms-ratelimit-remaining-subscription-reads": "11008", + "x-ms-request-id": "9970e2f4-1ef4-452f-80c8-3bc0a4ed83e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062338Z:08c3223d-bc31-476e-906b-c6b0a218f847" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "152504f099781b9ca106ae79197987ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "152504f099781b9ca106ae79197987ae", + "x-ms-correlation-request-id": "953ba496-7544-4bf5-8128-f2902275cb94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28630", + "x-ms-ratelimit-remaining-subscription-reads": "11007", + "x-ms-request-id": "bed7acb6-0034-4466-90c9-aac2c3bd0793", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062338Z:953ba496-7544-4bf5-8128-f2902275cb94" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a9340d47e1aa2ed777cebed1d13f19c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9340d47e1aa2ed777cebed1d13f19c8", + "x-ms-correlation-request-id": "6afe2da9-fe73-4e88-bb24-32771b551d32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28629", + "x-ms-ratelimit-remaining-subscription-reads": "11006", + "x-ms-request-id": "875a8b0e-7931-41e3-b61e-8a418d084d22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062338Z:6afe2da9-fe73-4e88-bb24-32771b551d32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0de00fce888e0a46d49c7dc5b2a001a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0de00fce888e0a46d49c7dc5b2a001a4", + "x-ms-correlation-request-id": "0b2d5dd3-aefe-472b-a10f-f99b83d2866d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28628", + "x-ms-ratelimit-remaining-subscription-reads": "11005", + "x-ms-request-id": "9be364f8-e52d-444c-b0eb-132aa3e8ecd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062338Z:0b2d5dd3-aefe-472b-a10f-f99b83d2866d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "678163b8ac730fd42df79ea9dbcb4962", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "678163b8ac730fd42df79ea9dbcb4962", + "x-ms-correlation-request-id": "01daa5ad-8dd8-47ac-a3cf-e4982bc1379a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28627", + "x-ms-ratelimit-remaining-subscription-reads": "11004", + "x-ms-request-id": "f3674bb2-60eb-40eb-9bd7-4c86b1a16a75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062339Z:01daa5ad-8dd8-47ac-a3cf-e4982bc1379a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09aae5ed7a98bf20c72ad50e63117cd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09aae5ed7a98bf20c72ad50e63117cd6", + "x-ms-correlation-request-id": "f10c8c41-f025-4992-b17d-b84a69060030", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28626", + "x-ms-ratelimit-remaining-subscription-reads": "11003", + "x-ms-request-id": "e40fe9c6-e2b0-4781-978e-1370a0664814", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062339Z:f10c8c41-f025-4992-b17d-b84a69060030" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6d1819cdb2bd22553bd0e097e99d2f09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d1819cdb2bd22553bd0e097e99d2f09", + "x-ms-correlation-request-id": "564cf44e-f1db-410a-b9f1-22a11ce5f92d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28625", + "x-ms-ratelimit-remaining-subscription-reads": "11002", + "x-ms-request-id": "4e81914a-6544-4f67-a8fa-360a3df70d67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062339Z:564cf44e-f1db-410a-b9f1-22a11ce5f92d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ccd81a52f7f63e0c43c29f49d7c6ab1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccd81a52f7f63e0c43c29f49d7c6ab1b", + "x-ms-correlation-request-id": "7e46bfe9-d79d-44f8-a27b-b0761f789005", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28624", + "x-ms-ratelimit-remaining-subscription-reads": "11001", + "x-ms-request-id": "f360ce20-7b6f-4509-9ca7-709f49fba9da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062339Z:7e46bfe9-d79d-44f8-a27b-b0761f789005" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c1dcc87bdbb23ba49088cec79988d52a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1dcc87bdbb23ba49088cec79988d52a", + "x-ms-correlation-request-id": "0fed35b4-62e3-4d6c-9b98-c5dfed3e149c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14363,Microsoft.Compute/GetOperation30Min;28623", + "x-ms-ratelimit-remaining-subscription-reads": "11000", + "x-ms-request-id": "89a74a3c-3240-42c3-9dfa-f523c3f43524", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062340Z:0fed35b4-62e3-4d6c-9b98-c5dfed3e149c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48bbccfaaf39d5e00dda2afb120c4b75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48bbccfaaf39d5e00dda2afb120c4b75", + "x-ms-correlation-request-id": "9f8c6d2c-64c2-4708-b35b-4abac17a9c6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28622", + "x-ms-ratelimit-remaining-subscription-reads": "10999", + "x-ms-request-id": "556d2d65-df01-4dfe-9f25-74615b5f4d0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062340Z:9f8c6d2c-64c2-4708-b35b-4abac17a9c6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "211cc4256ec07656769d3b6e2945a4ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "211cc4256ec07656769d3b6e2945a4ba", + "x-ms-correlation-request-id": "ea1e80fe-a70c-4d08-9d1a-325ea95fe218", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28621", + "x-ms-ratelimit-remaining-subscription-reads": "10998", + "x-ms-request-id": "c6252cd5-cb20-4641-bcef-bd44fe0baad3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062340Z:ea1e80fe-a70c-4d08-9d1a-325ea95fe218" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b4e75ec620acbe2e807b3d7b1a92884", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b4e75ec620acbe2e807b3d7b1a92884", + "x-ms-correlation-request-id": "d66d929b-9c51-45b9-b6b3-f53c223e9412", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28620", + "x-ms-ratelimit-remaining-subscription-reads": "10997", + "x-ms-request-id": "f5240521-db6e-47c2-8853-d600e34afb88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062340Z:d66d929b-9c51-45b9-b6b3-f53c223e9412" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d5a2583cb46c8c697544d29c7472abc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5a2583cb46c8c697544d29c7472abc8", + "x-ms-correlation-request-id": "a511c494-f53c-41ae-8caa-a660c1d00e68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28619", + "x-ms-ratelimit-remaining-subscription-reads": "10996", + "x-ms-request-id": "3de9f0b3-b6f8-4ab8-a99b-d7718f6018d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062340Z:a511c494-f53c-41ae-8caa-a660c1d00e68" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c0e6f363fbdc26ae25139b9ba7ec5cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c0e6f363fbdc26ae25139b9ba7ec5cc", + "x-ms-correlation-request-id": "d5ed2c28-c266-42a8-ab58-8f0c6b076c0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28618", + "x-ms-ratelimit-remaining-subscription-reads": "10995", + "x-ms-request-id": "0acbc6db-1bc0-4ca0-ab13-ab67c6fa6be2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062341Z:d5ed2c28-c266-42a8-ab58-8f0c6b076c0c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d031b674cfa2384e0cc295c690465675", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d031b674cfa2384e0cc295c690465675", + "x-ms-correlation-request-id": "d392ef33-899a-4e60-8ab9-e76bf349ca9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28617", + "x-ms-ratelimit-remaining-subscription-reads": "10994", + "x-ms-request-id": "410b5635-934c-4168-9006-e66195c04e2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062341Z:d392ef33-899a-4e60-8ab9-e76bf349ca9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42a1eb5b8c9bfcc6eee0f31b7bafd1f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42a1eb5b8c9bfcc6eee0f31b7bafd1f6", + "x-ms-correlation-request-id": "7151e2cf-dc03-4775-bda6-933b4166578b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28616", + "x-ms-ratelimit-remaining-subscription-reads": "10993", + "x-ms-request-id": "e3ae6c0f-0eec-4dc1-83e5-7e00d57b50e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062341Z:7151e2cf-dc03-4775-bda6-933b4166578b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd27067fdb40662520d58ffbaaa4329c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd27067fdb40662520d58ffbaaa4329c", + "x-ms-correlation-request-id": "5cb1c1e2-ba72-49cc-b234-76984581dd95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28615", + "x-ms-ratelimit-remaining-subscription-reads": "10992", + "x-ms-request-id": "c15dafc2-ff83-4a0f-8c7a-7f49a49d235b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062341Z:5cb1c1e2-ba72-49cc-b234-76984581dd95" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf5ec3fa82dce731ef34e2c2dc33bc5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf5ec3fa82dce731ef34e2c2dc33bc5c", + "x-ms-correlation-request-id": "a4fac043-bab7-409e-92e5-d005c7e5ddfb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28614", + "x-ms-ratelimit-remaining-subscription-reads": "10991", + "x-ms-request-id": "f8110422-4a20-463f-acbc-fd96abd1f790", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062342Z:a4fac043-bab7-409e-92e5-d005c7e5ddfb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a479ef1981e8035c53b21c5fccb5249", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a479ef1981e8035c53b21c5fccb5249", + "x-ms-correlation-request-id": "3dc6877d-7200-4e2a-8fda-f21fd9ffa4f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28613", + "x-ms-ratelimit-remaining-subscription-reads": "10990", + "x-ms-request-id": "f66ceb74-dd17-497b-afc8-a1c968bb7a3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062342Z:3dc6877d-7200-4e2a-8fda-f21fd9ffa4f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b82057ae0251fc1ad43fcd0cf8628aed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b82057ae0251fc1ad43fcd0cf8628aed", + "x-ms-correlation-request-id": "4ab0564a-c685-4db6-bf4d-52ce1104034b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28612", + "x-ms-ratelimit-remaining-subscription-reads": "10989", + "x-ms-request-id": "fc3a747c-7220-4216-96b1-925c6cc87b06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062342Z:4ab0564a-c685-4db6-bf4d-52ce1104034b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b0a3218a75d617d8ede09a1616beb23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b0a3218a75d617d8ede09a1616beb23", + "x-ms-correlation-request-id": "26c14711-c6b0-4e22-b098-4d9cfe43b60c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28611", + "x-ms-ratelimit-remaining-subscription-reads": "10988", + "x-ms-request-id": "bc64e44a-925f-4be6-923f-128cb161fbd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062342Z:26c14711-c6b0-4e22-b098-4d9cfe43b60c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "851499e10413ee0b844bb5decb288763", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "851499e10413ee0b844bb5decb288763", + "x-ms-correlation-request-id": "e4ef3b09-02ca-4cf4-bde0-f7a64e1f070e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28610", + "x-ms-ratelimit-remaining-subscription-reads": "10987", + "x-ms-request-id": "4783ebda-ae31-4cf4-94ac-325a5a02e16b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062343Z:e4ef3b09-02ca-4cf4-bde0-f7a64e1f070e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9ac34b046c106ecd9be2a73f9789b68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9ac34b046c106ecd9be2a73f9789b68", + "x-ms-correlation-request-id": "6e389cbd-b4a4-497c-a9e3-ce81f1bb8034", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28609", + "x-ms-ratelimit-remaining-subscription-reads": "10986", + "x-ms-request-id": "865cb1e6-7b96-4f34-8582-05c32cdc290d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062343Z:6e389cbd-b4a4-497c-a9e3-ce81f1bb8034" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f2ba954054e14da271b8712f29f9665", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f2ba954054e14da271b8712f29f9665", + "x-ms-correlation-request-id": "ec5c6452-5e36-4334-90f1-7c4a7fed6ae6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28608", + "x-ms-ratelimit-remaining-subscription-reads": "10985", + "x-ms-request-id": "55d247e9-97ad-4e0c-b454-9d7f8c968f19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062343Z:ec5c6452-5e36-4334-90f1-7c4a7fed6ae6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2cf1a65621bf9b62ac0eab54da98f50b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cf1a65621bf9b62ac0eab54da98f50b", + "x-ms-correlation-request-id": "e747cc40-f9d9-419e-bcbc-43640618970a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28607", + "x-ms-ratelimit-remaining-subscription-reads": "10984", + "x-ms-request-id": "3d02b481-5d62-4d6c-881f-17d8f18b07ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062343Z:e747cc40-f9d9-419e-bcbc-43640618970a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21894caf28fdaa145a98a2a6bed9133a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21894caf28fdaa145a98a2a6bed9133a", + "x-ms-correlation-request-id": "61c5691d-46b6-4326-bbbb-fd90aa793c93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28606", + "x-ms-ratelimit-remaining-subscription-reads": "10983", + "x-ms-request-id": "3a3b6741-8cd0-472b-b86c-7d2932153fd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062344Z:61c5691d-46b6-4326-bbbb-fd90aa793c93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "531cc4276e8733a94790b2405a85398f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "531cc4276e8733a94790b2405a85398f", + "x-ms-correlation-request-id": "8666761d-7416-413c-998f-1f97ce94a546", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28605", + "x-ms-ratelimit-remaining-subscription-reads": "10982", + "x-ms-request-id": "393863a7-3642-499e-9e71-18d1b3c41173", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062344Z:8666761d-7416-413c-998f-1f97ce94a546" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6627c2675152e689146d1267ebbdcd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6627c2675152e689146d1267ebbdcd2", + "x-ms-correlation-request-id": "c5b9f079-f0a2-4813-862d-0f2f3402926a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28604", + "x-ms-ratelimit-remaining-subscription-reads": "10981", + "x-ms-request-id": "04d5402b-b86e-4262-8305-609a22aeb21e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062344Z:c5b9f079-f0a2-4813-862d-0f2f3402926a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "152c71faa17b4183a255d96d75d450d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "152c71faa17b4183a255d96d75d450d5", + "x-ms-correlation-request-id": "8abdcda0-c6ef-4847-b41b-623a1ed2e9fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28603", + "x-ms-ratelimit-remaining-subscription-reads": "10980", + "x-ms-request-id": "aa97a6f8-033a-4af2-bccc-a33e081e2e09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062344Z:8abdcda0-c6ef-4847-b41b-623a1ed2e9fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "427f135e6d77b2245ceec1409d82b48b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "427f135e6d77b2245ceec1409d82b48b", + "x-ms-correlation-request-id": "2289d86b-a85a-4740-a367-11459f7ccea7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14342,Microsoft.Compute/GetOperation30Min;28602", + "x-ms-ratelimit-remaining-subscription-reads": "10979", + "x-ms-request-id": "010b468b-103b-445b-b54f-c8fc451a2023", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062345Z:2289d86b-a85a-4740-a367-11459f7ccea7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e845dfb324588413f82103bf9bfbb9bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e845dfb324588413f82103bf9bfbb9bd", + "x-ms-correlation-request-id": "dcf31b1f-eb52-40e0-a533-f77a467502f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28601", + "x-ms-ratelimit-remaining-subscription-reads": "10978", + "x-ms-request-id": "f00e3b06-4ac9-466d-8dea-cf35d23adb9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062345Z:dcf31b1f-eb52-40e0-a533-f77a467502f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6bc8fcf6993b8d5b4d7ab98ddf42a31f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bc8fcf6993b8d5b4d7ab98ddf42a31f", + "x-ms-correlation-request-id": "8f3234c0-c049-4068-a4ac-2b149dcdf26f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28600", + "x-ms-ratelimit-remaining-subscription-reads": "10977", + "x-ms-request-id": "43461642-af62-4a43-93bd-34793583d5fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062345Z:8f3234c0-c049-4068-a4ac-2b149dcdf26f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "95b94da0678e397cfffb4a5669641661", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95b94da0678e397cfffb4a5669641661", + "x-ms-correlation-request-id": "f46a239b-851a-4c0b-a319-0c276d7a816c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28599", + "x-ms-ratelimit-remaining-subscription-reads": "10976", + "x-ms-request-id": "acf3d068-b1e9-4715-bbee-83b54f6c479d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062345Z:f46a239b-851a-4c0b-a319-0c276d7a816c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a04a043549ba1a5084b89bdd6b86a4b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a04a043549ba1a5084b89bdd6b86a4b5", + "x-ms-correlation-request-id": "af7ce88c-e09b-4d06-85a3-603ad29b5dbc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28598", + "x-ms-ratelimit-remaining-subscription-reads": "10975", + "x-ms-request-id": "2d5106b8-0b99-40f7-8342-6f6bc8c423cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062346Z:af7ce88c-e09b-4d06-85a3-603ad29b5dbc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e1ee37d23418e2e808e6b404f0523e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e1ee37d23418e2e808e6b404f0523e8", + "x-ms-correlation-request-id": "47c347aa-47cb-4052-872d-eec439667dce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28597", + "x-ms-ratelimit-remaining-subscription-reads": "10974", + "x-ms-request-id": "5574d195-6a3b-4d71-a508-0b685ef78539", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062346Z:47c347aa-47cb-4052-872d-eec439667dce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db58576403f85765fd9f11d6cc9ece79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db58576403f85765fd9f11d6cc9ece79", + "x-ms-correlation-request-id": "c44ed90a-7e26-4fdc-99ed-81db69da495b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28596", + "x-ms-ratelimit-remaining-subscription-reads": "10973", + "x-ms-request-id": "151293db-35a5-4297-a444-ff2d43fa3609", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062346Z:c44ed90a-7e26-4fdc-99ed-81db69da495b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85d89456c745111fd5bc1f2bdd0fca7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85d89456c745111fd5bc1f2bdd0fca7f", + "x-ms-correlation-request-id": "3067c6e9-d3c5-455a-89db-467313c8fe9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28595", + "x-ms-ratelimit-remaining-subscription-reads": "10972", + "x-ms-request-id": "d4a3ba8b-3024-43f9-969b-56cf353c0caf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062346Z:3067c6e9-d3c5-455a-89db-467313c8fe9b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1379b394c92e79bd7ec750a21158c1e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1379b394c92e79bd7ec750a21158c1e1", + "x-ms-correlation-request-id": "5e4d8740-fd3e-41af-81d7-ac71c9c704e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28594", + "x-ms-ratelimit-remaining-subscription-reads": "10971", + "x-ms-request-id": "1aebf1db-4452-499a-8c44-657027fd08b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062347Z:5e4d8740-fd3e-41af-81d7-ac71c9c704e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bbeaf2bf9d2c9ca23846053be3397aed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbeaf2bf9d2c9ca23846053be3397aed", + "x-ms-correlation-request-id": "34e97ad0-4377-4e9d-b3cf-1263cc57dd45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28593", + "x-ms-ratelimit-remaining-subscription-reads": "10970", + "x-ms-request-id": "2bc08617-deef-4dfe-8704-8d97e8ef8418", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062347Z:34e97ad0-4377-4e9d-b3cf-1263cc57dd45" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "194192d4bb258c4ad65f077e767d007c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "194192d4bb258c4ad65f077e767d007c", + "x-ms-correlation-request-id": "e0b93fb4-f3e8-4d7b-bbec-f9bf43ef9292", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28592", + "x-ms-ratelimit-remaining-subscription-reads": "10969", + "x-ms-request-id": "d010d1e2-9ce4-40a9-b05d-31cbadffe762", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062347Z:e0b93fb4-f3e8-4d7b-bbec-f9bf43ef9292" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ea6c3efa0f25f75310dcdbe8c3829545", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea6c3efa0f25f75310dcdbe8c3829545", + "x-ms-correlation-request-id": "6ae16489-c49d-4f37-bd79-85f813f99642", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28591", + "x-ms-ratelimit-remaining-subscription-reads": "10968", + "x-ms-request-id": "e953fb1f-f606-496d-837d-1548eb59930a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062347Z:6ae16489-c49d-4f37-bd79-85f813f99642" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7fcd624da81704bca75de4cc962425ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fcd624da81704bca75de4cc962425ba", + "x-ms-correlation-request-id": "19b1edde-741f-47fd-8f18-4756dffd7bb5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28590", + "x-ms-ratelimit-remaining-subscription-reads": "10967", + "x-ms-request-id": "6b1cd6ca-305c-4b9e-bcdb-db6730f7a5e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062348Z:19b1edde-741f-47fd-8f18-4756dffd7bb5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a54088468fccc5c83f490848e062c954", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a54088468fccc5c83f490848e062c954", + "x-ms-correlation-request-id": "4fb65005-f8ae-4449-853a-90ae74532fe8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28589", + "x-ms-ratelimit-remaining-subscription-reads": "10966", + "x-ms-request-id": "980069c7-b0bc-4a9b-99d0-b76f37e414ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062348Z:4fb65005-f8ae-4449-853a-90ae74532fe8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1331c2c980af5265816842c72a8661ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1331c2c980af5265816842c72a8661ec", + "x-ms-correlation-request-id": "68a66767-41ec-45b2-822a-eaa1ca183af9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28588", + "x-ms-ratelimit-remaining-subscription-reads": "10965", + "x-ms-request-id": "dd5f7dad-853e-440a-b429-9222bbed7ee4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062348Z:68a66767-41ec-45b2-822a-eaa1ca183af9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ba220b6f041bd789a0840cd9f742345", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ba220b6f041bd789a0840cd9f742345", + "x-ms-correlation-request-id": "718dfa0f-8dbe-495b-b0af-93552120fa1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28587", + "x-ms-ratelimit-remaining-subscription-reads": "10964", + "x-ms-request-id": "9f938505-8301-4986-9c41-6972a4c20fe7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062349Z:718dfa0f-8dbe-495b-b0af-93552120fa1b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3038f9411f2c50a23ed24644c019ab9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3038f9411f2c50a23ed24644c019ab9", + "x-ms-correlation-request-id": "44c040f3-3859-418e-86c8-0f467c2162a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28586", + "x-ms-ratelimit-remaining-subscription-reads": "10963", + "x-ms-request-id": "de7bf111-1a75-4f01-bcf7-8d43acdf0c8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062349Z:44c040f3-3859-418e-86c8-0f467c2162a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf911ce88ec0d912497379a74097b30d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf911ce88ec0d912497379a74097b30d", + "x-ms-correlation-request-id": "83408f44-41ca-496e-b27c-d68736f5e332", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28585", + "x-ms-ratelimit-remaining-subscription-reads": "10962", + "x-ms-request-id": "e7e0e536-f6ec-40f7-99f7-381602fa7ef4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062349Z:83408f44-41ca-496e-b27c-d68736f5e332" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b33fd448d82a4f915dc1754cb137198", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b33fd448d82a4f915dc1754cb137198", + "x-ms-correlation-request-id": "e58efd57-d223-4482-951f-a68ade05f8ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28584", + "x-ms-ratelimit-remaining-subscription-reads": "10961", + "x-ms-request-id": "604f86d6-5e1b-482c-8bb3-9471af7e9a7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062349Z:e58efd57-d223-4482-951f-a68ade05f8ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82e5876e64e206847d2a8a7f9863858b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82e5876e64e206847d2a8a7f9863858b", + "x-ms-correlation-request-id": "47c9ec8d-5953-4e77-94ad-0f85d0052f92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28583", + "x-ms-ratelimit-remaining-subscription-reads": "10960", + "x-ms-request-id": "c95fa24b-a840-430d-8533-950261c2aa9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062349Z:47c9ec8d-5953-4e77-94ad-0f85d0052f92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e20173affce5a3623eca9e376be0d36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e20173affce5a3623eca9e376be0d36", + "x-ms-correlation-request-id": "4821e75d-263d-4912-a7ec-763bd1586699", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28582", + "x-ms-ratelimit-remaining-subscription-reads": "10959", + "x-ms-request-id": "0fd21836-6dd7-47a7-8fb6-1e342f3e7047", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062350Z:4821e75d-263d-4912-a7ec-763bd1586699" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b838e10130b1e02a782c1e5803790cb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b838e10130b1e02a782c1e5803790cb1", + "x-ms-correlation-request-id": "f090e686-bc6b-4570-afca-4aed7a6001f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28581", + "x-ms-ratelimit-remaining-subscription-reads": "10958", + "x-ms-request-id": "bb345405-2242-4532-89fe-d13ce15d9b8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062350Z:f090e686-bc6b-4570-afca-4aed7a6001f4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4198b5722f36fca508b5ff5baa190be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4198b5722f36fca508b5ff5baa190be", + "x-ms-correlation-request-id": "054678d9-1fde-4fec-ae9e-86ae6857e71c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28580", + "x-ms-ratelimit-remaining-subscription-reads": "10957", + "x-ms-request-id": "eb8eac16-9e07-48a9-9d0c-35bd89d4f35b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062350Z:054678d9-1fde-4fec-ae9e-86ae6857e71c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b77d541ccc2a09daec3fd5a1e0de57a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b77d541ccc2a09daec3fd5a1e0de57a9", + "x-ms-correlation-request-id": "f828cae6-9d35-4e44-ba69-0edc7f2d20cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28579", + "x-ms-ratelimit-remaining-subscription-reads": "10956", + "x-ms-request-id": "b422f6e4-6244-4b31-b182-c0019e8cd02e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062350Z:f828cae6-9d35-4e44-ba69-0edc7f2d20cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ea8cf8e058a5de4216c96826d13426d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea8cf8e058a5de4216c96826d13426d7", + "x-ms-correlation-request-id": "4f54a7f3-b4db-4854-9cfd-1f2373ba3c60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28578", + "x-ms-ratelimit-remaining-subscription-reads": "10955", + "x-ms-request-id": "2351f8b8-7528-4401-aa2d-9cf221cdc5a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062351Z:4f54a7f3-b4db-4854-9cfd-1f2373ba3c60" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af3b5f9c55fc8b86b10fc8b34d288e72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af3b5f9c55fc8b86b10fc8b34d288e72", + "x-ms-correlation-request-id": "8c21309a-0b3a-4eb2-b1d9-9a9b93f9d16d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28577", + "x-ms-ratelimit-remaining-subscription-reads": "10954", + "x-ms-request-id": "31adea84-d983-40ac-9e34-2c5a798f4af7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062351Z:8c21309a-0b3a-4eb2-b1d9-9a9b93f9d16d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c215b534a514c419119fa06164b338b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c215b534a514c419119fa06164b338b7", + "x-ms-correlation-request-id": "9feca777-bc58-44fb-b513-087c68dd163a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28576", + "x-ms-ratelimit-remaining-subscription-reads": "10953", + "x-ms-request-id": "e5b9b324-7e09-404b-953c-4368c9e5b54f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062351Z:9feca777-bc58-44fb-b513-087c68dd163a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8105fd19a7a28aad71003895908f91ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8105fd19a7a28aad71003895908f91ed", + "x-ms-correlation-request-id": "86c15df7-dec9-4b27-be53-c5588f4902bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28575", + "x-ms-ratelimit-remaining-subscription-reads": "10952", + "x-ms-request-id": "5f5e48d0-01fb-4a99-ba78-041c62a6fa44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062352Z:86c15df7-dec9-4b27-be53-c5588f4902bb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1bf2f53b631ef6c346779d5cb42527fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bf2f53b631ef6c346779d5cb42527fd", + "x-ms-correlation-request-id": "210f1e86-946d-4041-9842-6153c2eb168f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28574", + "x-ms-ratelimit-remaining-subscription-reads": "10951", + "x-ms-request-id": "8832706f-9a11-4c32-9aff-4035d66de12c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062352Z:210f1e86-946d-4041-9842-6153c2eb168f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f9910d60d238ccf088b51136c833482", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f9910d60d238ccf088b51136c833482", + "x-ms-correlation-request-id": "ca247a37-ac7b-4fd4-8285-5c487fe57279", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28573", + "x-ms-ratelimit-remaining-subscription-reads": "10950", + "x-ms-request-id": "ed5496a6-2920-4605-a630-5909d2330d5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062352Z:ca247a37-ac7b-4fd4-8285-5c487fe57279" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e26b20d1dc1b5983a0e3a2b0a50d54b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e26b20d1dc1b5983a0e3a2b0a50d54b", + "x-ms-correlation-request-id": "82ad406f-2c59-4e8d-81e5-aed6d06be407", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28572", + "x-ms-ratelimit-remaining-subscription-reads": "10949", + "x-ms-request-id": "f9674503-172d-48c6-9b94-46a060d9c5ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062352Z:82ad406f-2c59-4e8d-81e5-aed6d06be407" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7fbf3bd942f52eca2665129312af8ac3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fbf3bd942f52eca2665129312af8ac3", + "x-ms-correlation-request-id": "34426838-74f4-48d5-b8f8-7926faaba911", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28571", + "x-ms-ratelimit-remaining-subscription-reads": "10948", + "x-ms-request-id": "0a5c3db5-b1fc-49bf-8fac-24f1961dea54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062353Z:34426838-74f4-48d5-b8f8-7926faaba911" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "024f1b42b8ffb93b78e31414d2a381b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "024f1b42b8ffb93b78e31414d2a381b8", + "x-ms-correlation-request-id": "8d6be761-9550-478e-8aa7-1a03cb9a8cfe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28570", + "x-ms-ratelimit-remaining-subscription-reads": "10947", + "x-ms-request-id": "60261dd5-9be3-4212-9ae9-27b5760ac2b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062353Z:8d6be761-9550-478e-8aa7-1a03cb9a8cfe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "313905b5b5c4cb8de8f7485b0b05a38b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "313905b5b5c4cb8de8f7485b0b05a38b", + "x-ms-correlation-request-id": "aaae2622-6337-4650-9846-ff3243560852", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28569", + "x-ms-ratelimit-remaining-subscription-reads": "10946", + "x-ms-request-id": "183f0bc2-db04-40a4-9387-05eae01290b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062353Z:aaae2622-6337-4650-9846-ff3243560852" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "efe97684d300214bff0607112db55b82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efe97684d300214bff0607112db55b82", + "x-ms-correlation-request-id": "09cbf669-3445-4e53-80fb-cc1503eab474", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14308,Microsoft.Compute/GetOperation30Min;28568", + "x-ms-ratelimit-remaining-subscription-reads": "10945", + "x-ms-request-id": "c7b85971-4013-492c-acbc-f1533e26283a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062353Z:09cbf669-3445-4e53-80fb-cc1503eab474" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0cde5ae358758dff8d8419076fe0ad73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cde5ae358758dff8d8419076fe0ad73", + "x-ms-correlation-request-id": "0a369cb1-d604-433d-a4c7-53102fdc7710", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28567", + "x-ms-ratelimit-remaining-subscription-reads": "10944", + "x-ms-request-id": "72c99573-6086-4bf1-a4c4-e5f5585ee422", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062354Z:0a369cb1-d604-433d-a4c7-53102fdc7710" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c90894092bae1b7b91832bead7b9d32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c90894092bae1b7b91832bead7b9d32", + "x-ms-correlation-request-id": "3ded5109-a4e2-4930-b26b-c582a22afe09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28566", + "x-ms-ratelimit-remaining-subscription-reads": "10943", + "x-ms-request-id": "7f1f7644-93da-4534-898b-9803fc5e914d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062354Z:3ded5109-a4e2-4930-b26b-c582a22afe09" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b077c69c96262c16775b617cba44b11f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b077c69c96262c16775b617cba44b11f", + "x-ms-correlation-request-id": "213b2f0d-3e1f-4452-bf04-4505d14ec57e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28565", + "x-ms-ratelimit-remaining-subscription-reads": "10942", + "x-ms-request-id": "11beefed-a427-410c-8e71-2660853cec33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062354Z:213b2f0d-3e1f-4452-bf04-4505d14ec57e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a4d09458ff2551c7a3fc535c2641df11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4d09458ff2551c7a3fc535c2641df11", + "x-ms-correlation-request-id": "e2c10132-ec7a-4077-8c05-e23b0b21f345", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28564", + "x-ms-ratelimit-remaining-subscription-reads": "10941", + "x-ms-request-id": "78578b0d-9349-4bf8-a70c-011479fbb234", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062354Z:e2c10132-ec7a-4077-8c05-e23b0b21f345" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a96ae6e6fd68aa4c7264e45f313a2775", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a96ae6e6fd68aa4c7264e45f313a2775", + "x-ms-correlation-request-id": "12878b53-becb-4a66-bb1e-cc344647d808", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28563", + "x-ms-ratelimit-remaining-subscription-reads": "10940", + "x-ms-request-id": "2545662e-33bc-408b-a698-394d2d536dce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062355Z:12878b53-becb-4a66-bb1e-cc344647d808" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19661366f8ab9d0dfe260d2a43b90536", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19661366f8ab9d0dfe260d2a43b90536", + "x-ms-correlation-request-id": "42ba3458-01b5-4573-b940-e8364c19d331", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28562", + "x-ms-ratelimit-remaining-subscription-reads": "10939", + "x-ms-request-id": "682cc1b1-0d02-4408-89e6-b29052bdc855", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062355Z:42ba3458-01b5-4573-b940-e8364c19d331" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3954f7b07d95ab6472531c11a671f68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3954f7b07d95ab6472531c11a671f68", + "x-ms-correlation-request-id": "b1df66b4-c013-4662-b0e0-1ef6d7811d11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28561", + "x-ms-ratelimit-remaining-subscription-reads": "10938", + "x-ms-request-id": "0cc3a0e0-c2c0-4fc9-83f6-ea315a5ddbb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062355Z:b1df66b4-c013-4662-b0e0-1ef6d7811d11" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13f5ddd5c5daed66d9cdaa41f02267b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13f5ddd5c5daed66d9cdaa41f02267b9", + "x-ms-correlation-request-id": "677bfaee-65af-490f-879d-51097d36a9c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28560", + "x-ms-ratelimit-remaining-subscription-reads": "10937", + "x-ms-request-id": "32ad82f6-cb79-4f17-b9a3-c1e3b839ba32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062355Z:677bfaee-65af-490f-879d-51097d36a9c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e2e3ae5e54a45f9c5c0bd286c74c8396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2e3ae5e54a45f9c5c0bd286c74c8396", + "x-ms-correlation-request-id": "3acd11f9-cee8-4d57-875e-93d38e34f5f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28559", + "x-ms-ratelimit-remaining-subscription-reads": "10936", + "x-ms-request-id": "6f480bc4-eed3-4c1c-be74-d8c9ac33afc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062356Z:3acd11f9-cee8-4d57-875e-93d38e34f5f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6555a407f2c3b55be8a8f90c5d756a25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6555a407f2c3b55be8a8f90c5d756a25", + "x-ms-correlation-request-id": "cf8eb54f-cc36-4d0d-bee5-802322a70284", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28558", + "x-ms-ratelimit-remaining-subscription-reads": "10935", + "x-ms-request-id": "9fddd386-c179-4c1e-827b-da696ddbf462", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062356Z:cf8eb54f-cc36-4d0d-bee5-802322a70284" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c6278bd3c8480c44096b6cff3e0268d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c6278bd3c8480c44096b6cff3e0268d", + "x-ms-correlation-request-id": "c835c1ed-4085-4c5e-8a73-59b79cf97488", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14297,Microsoft.Compute/GetOperation30Min;28557", + "x-ms-ratelimit-remaining-subscription-reads": "10934", + "x-ms-request-id": "224256c9-c50b-4d16-bfeb-17ae3acf8d36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062356Z:c835c1ed-4085-4c5e-8a73-59b79cf97488" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b3a134a01cc6bf5522df9fc5a9001e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b3a134a01cc6bf5522df9fc5a9001e7", + "x-ms-correlation-request-id": "e4a823c3-8f3b-4aac-8a69-d39f1952eba2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14296,Microsoft.Compute/GetOperation30Min;28556", + "x-ms-ratelimit-remaining-subscription-reads": "10933", + "x-ms-request-id": "65347364-5699-409d-addf-98c5c5ebf0ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062356Z:e4a823c3-8f3b-4aac-8a69-d39f1952eba2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ec8aca116e9ca12e0d4242c3b8cc108", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ec8aca116e9ca12e0d4242c3b8cc108", + "x-ms-correlation-request-id": "57aa820e-b77a-4b01-835b-6513493e0afc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14295,Microsoft.Compute/GetOperation30Min;28555", + "x-ms-ratelimit-remaining-subscription-reads": "10932", + "x-ms-request-id": "e68d985a-699f-4b53-9f6c-69e692ed2550", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062357Z:57aa820e-b77a-4b01-835b-6513493e0afc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49c16b811e3abb5882f7195642c725b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49c16b811e3abb5882f7195642c725b0", + "x-ms-correlation-request-id": "eaae382d-8f21-4c6d-adf1-44c9b00b0387", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14294,Microsoft.Compute/GetOperation30Min;28554", + "x-ms-ratelimit-remaining-subscription-reads": "10931", + "x-ms-request-id": "7b31818b-8ff2-4903-9996-94035aa3f38c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062357Z:eaae382d-8f21-4c6d-adf1-44c9b00b0387" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "472ecf95d81733a4006f6bf8ddc82fc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "472ecf95d81733a4006f6bf8ddc82fc6", + "x-ms-correlation-request-id": "0d4d76b0-ff75-4ab3-b688-cde03baa4a5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14293,Microsoft.Compute/GetOperation30Min;28553", + "x-ms-ratelimit-remaining-subscription-reads": "10930", + "x-ms-request-id": "e0fa1bae-f59e-4778-8035-7b7923fe3baa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062357Z:0d4d76b0-ff75-4ab3-b688-cde03baa4a5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee7bf16cb8ce82ac530ccbf1fdbc8818", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee7bf16cb8ce82ac530ccbf1fdbc8818", + "x-ms-correlation-request-id": "7dd658d0-8dfa-4a47-bac8-d6e3d6044a09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14292,Microsoft.Compute/GetOperation30Min;28552", + "x-ms-ratelimit-remaining-subscription-reads": "10929", + "x-ms-request-id": "2077db60-e3f2-4589-9282-14179f1bd44b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062357Z:7dd658d0-8dfa-4a47-bac8-d6e3d6044a09" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c9774ae7a5ea9f0c78e48cbb260deb9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c9774ae7a5ea9f0c78e48cbb260deb9", + "x-ms-correlation-request-id": "a4d67f10-d6a5-4bb3-9b48-8b315b904b86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14291,Microsoft.Compute/GetOperation30Min;28551", + "x-ms-ratelimit-remaining-subscription-reads": "10928", + "x-ms-request-id": "c5b8f62d-c327-4da9-af15-e49fcaae0055", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062358Z:a4d67f10-d6a5-4bb3-9b48-8b315b904b86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "51ea53c7364cdde122abf40b0cb23544", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51ea53c7364cdde122abf40b0cb23544", + "x-ms-correlation-request-id": "1949e27e-2b6e-4448-8455-0617cbc70fea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14290,Microsoft.Compute/GetOperation30Min;28550", + "x-ms-ratelimit-remaining-subscription-reads": "10927", + "x-ms-request-id": "b75cfcd0-8250-4246-be23-04f0753bc6ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062358Z:1949e27e-2b6e-4448-8455-0617cbc70fea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "684953e7c331f16800d1273f6fe0cff3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "684953e7c331f16800d1273f6fe0cff3", + "x-ms-correlation-request-id": "d85ffe49-27fb-4ccf-a730-9d062459c67c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14289,Microsoft.Compute/GetOperation30Min;28549", + "x-ms-ratelimit-remaining-subscription-reads": "10926", + "x-ms-request-id": "9aea6339-ee7b-453a-9ee3-188f64b2cf3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062358Z:d85ffe49-27fb-4ccf-a730-9d062459c67c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa2a122d36d278cb92ba4ab286e59d14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa2a122d36d278cb92ba4ab286e59d14", + "x-ms-correlation-request-id": "ae690877-b605-444a-aaf1-08c010f95f96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14288,Microsoft.Compute/GetOperation30Min;28548", + "x-ms-ratelimit-remaining-subscription-reads": "10925", + "x-ms-request-id": "04b7c53c-5850-44a7-94db-2f41c4855c2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062359Z:ae690877-b605-444a-aaf1-08c010f95f96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5fe4045876160488ebf8517a0fa26d41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fe4045876160488ebf8517a0fa26d41", + "x-ms-correlation-request-id": "2775b31e-2ab3-4874-a91f-e3bc86434329", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14287,Microsoft.Compute/GetOperation30Min;28547", + "x-ms-ratelimit-remaining-subscription-reads": "10924", + "x-ms-request-id": "ad0c0d9a-e24e-43c3-88eb-3b634cd26fe0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062359Z:2775b31e-2ab3-4874-a91f-e3bc86434329" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fadd00db8b88b07287d1d67678b56b1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fadd00db8b88b07287d1d67678b56b1a", + "x-ms-correlation-request-id": "b7ef8adf-b46f-4dcb-8f8e-ee77dc798237", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14286,Microsoft.Compute/GetOperation30Min;28546", + "x-ms-ratelimit-remaining-subscription-reads": "10923", + "x-ms-request-id": "35c6c1c7-0f07-4a1d-83fb-2819a06f073e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062359Z:b7ef8adf-b46f-4dcb-8f8e-ee77dc798237" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ae7123470fcb7dc8926bed9e45068f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ae7123470fcb7dc8926bed9e45068f0", + "x-ms-correlation-request-id": "2d29e1df-c4e5-474c-8614-702804e37cbb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14285,Microsoft.Compute/GetOperation30Min;28545", + "x-ms-ratelimit-remaining-subscription-reads": "10922", + "x-ms-request-id": "fc1d1326-a39e-46c8-97a0-32ce49fbc991", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062359Z:2d29e1df-c4e5-474c-8614-702804e37cbb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85d7084da308cc8c9233d7459f128b36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85d7084da308cc8c9233d7459f128b36", + "x-ms-correlation-request-id": "05caa738-bf63-4c93-8f52-5868d42c2634", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;28544", + "x-ms-ratelimit-remaining-subscription-reads": "10921", + "x-ms-request-id": "8188218f-a71a-44ee-b133-4b0e0e2cf0f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062400Z:05caa738-bf63-4c93-8f52-5868d42c2634" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc46368d02bb6a4524257061cd98cc37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:23:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc46368d02bb6a4524257061cd98cc37", + "x-ms-correlation-request-id": "fb82da8d-4380-40a8-96f8-9c25fd45ce57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;28543", + "x-ms-ratelimit-remaining-subscription-reads": "10920", + "x-ms-request-id": "bca71e77-9656-442c-ab2d-8f2d8f56fb95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062400Z:fb82da8d-4380-40a8-96f8-9c25fd45ce57" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7029e568e5dd9112851ad8c899961776", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7029e568e5dd9112851ad8c899961776", + "x-ms-correlation-request-id": "be31ee35-4d45-4494-8aee-9db56666075b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;28542", + "x-ms-ratelimit-remaining-subscription-reads": "10919", + "x-ms-request-id": "a8809c18-78b6-4457-b81b-3004f874c4d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062400Z:be31ee35-4d45-4494-8aee-9db56666075b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad4c889a6c0a4a35c36c60e3322bfff9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad4c889a6c0a4a35c36c60e3322bfff9", + "x-ms-correlation-request-id": "cdd67474-afa3-4cd8-a062-fbed30d3066f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28541", + "x-ms-ratelimit-remaining-subscription-reads": "10918", + "x-ms-request-id": "6db09192-1808-475f-a9d3-d5db6bca34cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062400Z:cdd67474-afa3-4cd8-a062-fbed30d3066f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "badda0671be9a75824b477a02a7cd18e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "badda0671be9a75824b477a02a7cd18e", + "x-ms-correlation-request-id": "97706906-1895-40df-9e95-076be6aa60a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28540", + "x-ms-ratelimit-remaining-subscription-reads": "10917", + "x-ms-request-id": "aa0366e3-4aae-449f-a279-68c51be4d43b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062401Z:97706906-1895-40df-9e95-076be6aa60a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44c7f90d1e4cfc2cb0dfad71852e5f5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44c7f90d1e4cfc2cb0dfad71852e5f5a", + "x-ms-correlation-request-id": "36adcf16-2ed8-4f1a-812d-acd9b9aa15da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28539", + "x-ms-ratelimit-remaining-subscription-reads": "10916", + "x-ms-request-id": "246c5cdd-f4d8-4c07-b6e6-efc999ad28e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062401Z:36adcf16-2ed8-4f1a-812d-acd9b9aa15da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f861de1a5db87f8d30a48955f5942047", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f861de1a5db87f8d30a48955f5942047", + "x-ms-correlation-request-id": "e8d0a980-96ac-4d90-8c94-a314863f0008", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28538", + "x-ms-ratelimit-remaining-subscription-reads": "10915", + "x-ms-request-id": "ca73090b-afda-4f9e-9a94-8843ba7aeb87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062401Z:e8d0a980-96ac-4d90-8c94-a314863f0008" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38d5d29abb6349ad73e1090a6ee622f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38d5d29abb6349ad73e1090a6ee622f5", + "x-ms-correlation-request-id": "d5df8ccf-5b47-4293-8937-dbe5099ee0fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28537", + "x-ms-ratelimit-remaining-subscription-reads": "10914", + "x-ms-request-id": "081fcff2-7ee5-476d-a3cc-ae85604515b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062401Z:d5df8ccf-5b47-4293-8937-dbe5099ee0fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b861c55d91aafd56c4713a795d6071b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b861c55d91aafd56c4713a795d6071b", + "x-ms-correlation-request-id": "248384b9-e342-486d-85f6-b34d1dd10798", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28536", + "x-ms-ratelimit-remaining-subscription-reads": "10913", + "x-ms-request-id": "cf132bd3-6761-4910-b389-c4fd8a569d4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062402Z:248384b9-e342-486d-85f6-b34d1dd10798" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3d765bf27595ef6311884d75383114a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3d765bf27595ef6311884d75383114a", + "x-ms-correlation-request-id": "afcec336-31be-4f11-af24-b0ba8db189fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28535", + "x-ms-ratelimit-remaining-subscription-reads": "10912", + "x-ms-request-id": "23275d36-9584-4364-a82a-170895ca6b23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062402Z:afcec336-31be-4f11-af24-b0ba8db189fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8009382d40dc02cfc26cb1ba706b49d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8009382d40dc02cfc26cb1ba706b49d", + "x-ms-correlation-request-id": "bab9dc5d-9ab3-4cb2-a6a7-cf58cc46a1b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;28534", + "x-ms-ratelimit-remaining-subscription-reads": "10911", + "x-ms-request-id": "814ea675-3539-426d-a30a-e06ef571f9d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062402Z:bab9dc5d-9ab3-4cb2-a6a7-cf58cc46a1b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "084beeda6e0f2d9c2628190254fe5ce8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "084beeda6e0f2d9c2628190254fe5ce8", + "x-ms-correlation-request-id": "54e18def-33ac-4fd9-b753-cc39dc5e844a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;28533", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "6e2dc586-6763-45e5-a500-eae23e82a5b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062403Z:54e18def-33ac-4fd9-b753-cc39dc5e844a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0224c9362ed5ea0e3916b6335bdab62a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0224c9362ed5ea0e3916b6335bdab62a", + "x-ms-correlation-request-id": "e509c529-3a15-480a-8f00-2a2834038f93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;28532", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "6c2f881e-1d11-4af3-8e77-75728a4eacd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062403Z:e509c529-3a15-480a-8f00-2a2834038f93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65fce7630938133bf6d2b2e5ba296cfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65fce7630938133bf6d2b2e5ba296cfe", + "x-ms-correlation-request-id": "ed869125-a577-4d80-b9d2-5387089e0f0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;28531", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "e242f154-d840-4c8b-b168-5c22831321f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062403Z:ed869125-a577-4d80-b9d2-5387089e0f0c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dee5e2cab2e1abc7df60cef8b869d24b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dee5e2cab2e1abc7df60cef8b869d24b", + "x-ms-correlation-request-id": "2d52b34f-d82b-4ea5-ad5b-fa249137d300", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;28530", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "6fcc21a2-d6d4-4e85-973b-7fd5f975be8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062403Z:2d52b34f-d82b-4ea5-ad5b-fa249137d300" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c9eee71f6012db08d100b037c292f0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c9eee71f6012db08d100b037c292f0f", + "x-ms-correlation-request-id": "4ccc3709-2aa0-40b2-b06a-5059becf5dee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;28529", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "90075212-12cb-4242-94b2-0724d490cd57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062404Z:4ccc3709-2aa0-40b2-b06a-5059becf5dee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7869b7aad7f5b149205185d73a425b8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7869b7aad7f5b149205185d73a425b8c", + "x-ms-correlation-request-id": "49aad684-9251-4090-ab28-b1debf29ba94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;28528", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "e50e7101-e9ad-4a9a-a7c9-ea834c7bb536", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062404Z:49aad684-9251-4090-ab28-b1debf29ba94" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb736700ff8bd3fd32b850d1a6c42fb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb736700ff8bd3fd32b850d1a6c42fb6", + "x-ms-correlation-request-id": "5b033a4b-a4cb-4fe0-966d-76cacebb6766", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28527", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "42561b0d-bfb9-4c11-9149-52b11954290f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062404Z:5b033a4b-a4cb-4fe0-966d-76cacebb6766" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "004ebe3159009955a5ec4caf70d8f24b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "004ebe3159009955a5ec4caf70d8f24b", + "x-ms-correlation-request-id": "9e509735-fbb1-4c27-a031-83cc862e3403", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28526", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "303f3b5f-0355-4a8d-b640-c172f8747b72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062404Z:9e509735-fbb1-4c27-a031-83cc862e3403" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15027fb563b5aa84ba95453d87780b5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15027fb563b5aa84ba95453d87780b5c", + "x-ms-correlation-request-id": "9c6e8e4b-05b3-4669-a677-d2bb56d14dc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28525", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "a77d899a-1391-4aee-a849-29fb7c205a04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062405Z:9c6e8e4b-05b3-4669-a677-d2bb56d14dc2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ca5cf215af4a68c11da269eb34d6359", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ca5cf215af4a68c11da269eb34d6359", + "x-ms-correlation-request-id": "d5d354e7-b31e-4ab5-a4f7-4c1ef67b1c65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28524", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "e401fb7e-07a3-4f38-8aa0-d57d13ec7abb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062405Z:d5d354e7-b31e-4ab5-a4f7-4c1ef67b1c65" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "271b05c619c1ce013aa4466b1318122d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "271b05c619c1ce013aa4466b1318122d", + "x-ms-correlation-request-id": "2e0197fa-47bc-47af-82a0-3c4b94ee6eb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28523", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "376a8ac7-8a00-4beb-9abb-963061876673", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062405Z:2e0197fa-47bc-47af-82a0-3c4b94ee6eb9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a18defe176335a57f25b04db3de6f76c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a18defe176335a57f25b04db3de6f76c", + "x-ms-correlation-request-id": "5f3e62ba-b089-4576-bbbd-13b24787412e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28522", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "e3eafb0d-bfd5-4d87-9c8e-dac351d442fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062405Z:5f3e62ba-b089-4576-bbbd-13b24787412e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8277ec32e45c089aced7424f142192f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8277ec32e45c089aced7424f142192f8", + "x-ms-correlation-request-id": "768519b5-f5a1-4905-b372-7d9d74e79302", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28521", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "1cb4a184-a147-4fca-acbe-6ed2bad8e382", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062406Z:768519b5-f5a1-4905-b372-7d9d74e79302" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3bdf8c7c1bf4f26aec1346515269153", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3bdf8c7c1bf4f26aec1346515269153", + "x-ms-correlation-request-id": "4a1edf08-6d0f-497b-8a54-53face95da84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28520", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "5c672b46-415d-4dd9-af18-1adb2cbc4701", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062406Z:4a1edf08-6d0f-497b-8a54-53face95da84" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2738d9ac90a1fdd15485d35b340746d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2738d9ac90a1fdd15485d35b340746d1", + "x-ms-correlation-request-id": "b10422b4-0bb1-4f3b-a1b2-e186784c0d30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28519", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "ed39dbb6-35d2-44f5-a236-a3af4e0b9981", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062406Z:b10422b4-0bb1-4f3b-a1b2-e186784c0d30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44130bc9332970acc627d49baf34f2a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44130bc9332970acc627d49baf34f2a7", + "x-ms-correlation-request-id": "dbf876f5-dc3e-4841-94de-b52696548ad0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28518", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "2ddec278-fb1f-4833-ae0b-0a0bd853c407", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062406Z:dbf876f5-dc3e-4841-94de-b52696548ad0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ba2ee466be8375626c06e3aeeca1ba6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ba2ee466be8375626c06e3aeeca1ba6", + "x-ms-correlation-request-id": "eb72dacc-7c15-4353-be78-fcbfc0fac4d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28517", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "3795b91b-1f91-4161-9ca7-78bb7d9c1442", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062407Z:eb72dacc-7c15-4353-be78-fcbfc0fac4d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a9c627b4c12792a2cc8617abc364d1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a9c627b4c12792a2cc8617abc364d1f", + "x-ms-correlation-request-id": "c78e3b5b-1f34-41f7-a81e-06c9eb1dbd82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28516", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "3e7f4c04-d92b-4bd8-807b-a383940a0b8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062407Z:c78e3b5b-1f34-41f7-a81e-06c9eb1dbd82" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45152b930a645de9b4db1d68c47281fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45152b930a645de9b4db1d68c47281fb", + "x-ms-correlation-request-id": "f2a43a58-48dc-4ed0-be34-25f3012a9ab1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28515", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "8a8ed168-56a8-4409-87a5-4de919a03d0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062407Z:f2a43a58-48dc-4ed0-be34-25f3012a9ab1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d1f2d0be898f995c3290e2009dc7bf0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d1f2d0be898f995c3290e2009dc7bf0", + "x-ms-correlation-request-id": "f5e9785e-053f-4b92-bd9a-1012a7c9a1bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28514", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "3e23740e-6ac7-42db-ac90-d0f8d1ce489c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062407Z:f5e9785e-053f-4b92-bd9a-1012a7c9a1bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3a64e72d5b57042793f55372ec1b4b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3a64e72d5b57042793f55372ec1b4b9", + "x-ms-correlation-request-id": "2e5a90fd-c0db-4125-b8e4-61d3d838b73a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28513", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "71e85f57-f5d8-4e44-bea9-a19a3059039a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062408Z:2e5a90fd-c0db-4125-b8e4-61d3d838b73a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e6f66460016ab87951b823bfcc954d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e6f66460016ab87951b823bfcc954d8", + "x-ms-correlation-request-id": "ead44c2c-190c-457b-b90a-0d4ca6c454e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28512", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "f1d623aa-c5ed-4a19-90c9-9aaf3655b966", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062408Z:ead44c2c-190c-457b-b90a-0d4ca6c454e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75f62d60bdcc3545ebafd359925dcb01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75f62d60bdcc3545ebafd359925dcb01", + "x-ms-correlation-request-id": "0ba64d00-7ac9-4278-b440-2027d787ac8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28511", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "c7f1aa7b-0fc8-4eff-aedd-7f6ff70d95af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062408Z:0ba64d00-7ac9-4278-b440-2027d787ac8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3d95475ec6d72d9c7fb2d9a530773af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3d95475ec6d72d9c7fb2d9a530773af", + "x-ms-correlation-request-id": "a0f6ec0e-7f7c-4c74-a89c-5231e9857074", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28510", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "51626fac-c6e4-4b72-a565-594651a3df81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062408Z:a0f6ec0e-7f7c-4c74-a89c-5231e9857074" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00d77deb3ecb89ed2039a3662c2e1937", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00d77deb3ecb89ed2039a3662c2e1937", + "x-ms-correlation-request-id": "16168179-c693-497d-9ef1-331a716df32f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28509", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "3f3a81c8-d1e9-46e0-a60a-212ad29fa894", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062409Z:16168179-c693-497d-9ef1-331a716df32f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8c5814fb0f0736a5383aed18faae2e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8c5814fb0f0736a5383aed18faae2e4", + "x-ms-correlation-request-id": "82cb338f-76bb-4e89-a81b-cbe4de63d004", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28508", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "ef117f12-950f-42ce-a407-e00c0c5c343d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062409Z:82cb338f-76bb-4e89-a81b-cbe4de63d004" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "146e243cca8636366650823349734698", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "146e243cca8636366650823349734698", + "x-ms-correlation-request-id": "5aa12e70-1908-4d1f-9274-86125fb2b38b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28507", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "d6b155a3-e0ce-4b52-83a0-b2b50e93ed32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062409Z:5aa12e70-1908-4d1f-9274-86125fb2b38b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d24af6e2cb413abf1263ad478f1cf976", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d24af6e2cb413abf1263ad478f1cf976", + "x-ms-correlation-request-id": "6f5825d6-cead-4f2c-a02a-ad01f9b3510a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28506", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "9f20567e-3c7f-48b0-8c66-763c71902428", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062409Z:6f5825d6-cead-4f2c-a02a-ad01f9b3510a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "082abe5704c085b14b8f41a02e3729e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "082abe5704c085b14b8f41a02e3729e0", + "x-ms-correlation-request-id": "a62aaa39-7b8f-405c-b118-c5ced54fc833", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28505", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "9c07f968-4858-406d-be48-71324f83e0c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062410Z:a62aaa39-7b8f-405c-b118-c5ced54fc833" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99ef163d106070a3643302231deea64a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99ef163d106070a3643302231deea64a", + "x-ms-correlation-request-id": "5f597b4e-4890-446d-8351-5d0687f28dae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28504", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "62c65d7f-354c-41b0-96cb-f75f13ed5607", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062410Z:5f597b4e-4890-446d-8351-5d0687f28dae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8adc0c563e48ddd745c586b18a1f0cdb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8adc0c563e48ddd745c586b18a1f0cdb", + "x-ms-correlation-request-id": "6dc7682f-5556-432b-b699-bace7f28144a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28503", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "738c467c-c4a4-48cb-83be-f331f86f632e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062410Z:6dc7682f-5556-432b-b699-bace7f28144a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "790acc395f2d46161bb9a38c028d675c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "790acc395f2d46161bb9a38c028d675c", + "x-ms-correlation-request-id": "cac46660-8dc3-4af3-b333-d98afd630883", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14363,Microsoft.Compute/GetOperation30Min;28502", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "2db6abe8-5e30-41f7-8260-00e5602e0ed8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062410Z:cac46660-8dc3-4af3-b333-d98afd630883" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2149f7e99f5aff973e11549a89f1e645", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2149f7e99f5aff973e11549a89f1e645", + "x-ms-correlation-request-id": "98ff2244-fc1d-454c-82dd-845649709d26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28501", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "67e192fc-fe0c-4713-b6cf-89ca48da23d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062411Z:98ff2244-fc1d-454c-82dd-845649709d26" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "51e926272ce4f61cf6956e8f9a4adbb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51e926272ce4f61cf6956e8f9a4adbb7", + "x-ms-correlation-request-id": "27c5c527-395a-46f6-a076-bca2cea8a368", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28500", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "1fc64df7-96bc-4ec9-b4dd-d39e29b5997c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062411Z:27c5c527-395a-46f6-a076-bca2cea8a368" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "93c82a5eead59a81340a3b1c0b7bbd29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93c82a5eead59a81340a3b1c0b7bbd29", + "x-ms-correlation-request-id": "b2ad2571-faed-41fa-9ad1-bd3fdf9396e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28499", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "66356db9-8734-4333-904c-9d1508cce54d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062411Z:b2ad2571-faed-41fa-9ad1-bd3fdf9396e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db655ed216a4bc78da522bc4300864f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db655ed216a4bc78da522bc4300864f3", + "x-ms-correlation-request-id": "7166ede4-565f-47f4-a869-33fd43971270", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28498", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "b20b1a2e-920b-4fec-b83f-1421ff65a918", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062411Z:7166ede4-565f-47f4-a869-33fd43971270" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f3b9d3553293d6fa54f1cd9f100eb7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f3b9d3553293d6fa54f1cd9f100eb7a", + "x-ms-correlation-request-id": "935516fb-271f-4d7f-b657-c9c1ce231c02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28497", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "f901dded-0cb5-4f3b-b747-705988b53e53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062412Z:935516fb-271f-4d7f-b657-c9c1ce231c02" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3cbc45d800e54712b10cb883bebc692c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cbc45d800e54712b10cb883bebc692c", + "x-ms-correlation-request-id": "528905c9-a120-400a-abeb-c9131095bb0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28496", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "483f5838-3ff4-4a4c-a38b-98f85dc4fcd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062412Z:528905c9-a120-400a-abeb-c9131095bb0d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6de747a55e3f7f00ee283655fa9fcad9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6de747a55e3f7f00ee283655fa9fcad9", + "x-ms-correlation-request-id": "b159d8d2-68f9-4750-ba8f-4777645c5acb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28495", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "8ff313af-0dc1-436e-95e1-46089d3c5941", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062412Z:b159d8d2-68f9-4750-ba8f-4777645c5acb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ebecb167284c350d8af4ad1d9aec7ee9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebecb167284c350d8af4ad1d9aec7ee9", + "x-ms-correlation-request-id": "aebb2cdc-45dd-4983-ad15-33ffac14b4ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28494", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "5cdb2a15-eedd-489e-b2e4-b2fb9ebbb7a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062412Z:aebb2cdc-45dd-4983-ad15-33ffac14b4ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a934f0e57d197a3a443c4dbdcabd4d12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a934f0e57d197a3a443c4dbdcabd4d12", + "x-ms-correlation-request-id": "ec894819-2d76-439d-a845-d9a38450076a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28493", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "accaed7d-06bf-43a9-af01-c52fd46e1dd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062413Z:ec894819-2d76-439d-a845-d9a38450076a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0d1bde417dd07ddf3ab2e34bb0e3e402", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d1bde417dd07ddf3ab2e34bb0e3e402", + "x-ms-correlation-request-id": "114becb6-ee04-4d8a-b7df-8c51c6c59175", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28492", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "1fb0a9b7-d356-4f21-851c-9067b688e08f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062413Z:114becb6-ee04-4d8a-b7df-8c51c6c59175" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "096f4ca9206be9c07671a60fda506acd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "096f4ca9206be9c07671a60fda506acd", + "x-ms-correlation-request-id": "a1ae3fef-7206-475e-8aa2-83836ca8a403", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28491", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "b5c941e7-54f2-4b10-8f7d-c5a34553db63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062413Z:a1ae3fef-7206-475e-8aa2-83836ca8a403" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bcdb9ba671d0671810b66f679aeec961", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcdb9ba671d0671810b66f679aeec961", + "x-ms-correlation-request-id": "732375d4-c9b3-4625-bfd8-c613530afbc1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28490", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "59201b8a-6da9-43df-8912-cd584bc5d727", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062413Z:732375d4-c9b3-4625-bfd8-c613530afbc1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d134b58444d21a71e32965ed6cfa2e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d134b58444d21a71e32965ed6cfa2e9", + "x-ms-correlation-request-id": "b889de7e-5b92-4a08-8cdc-529bfed9a075", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28489", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "5dc0b438-65df-4ae8-8453-826ee4be1878", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062414Z:b889de7e-5b92-4a08-8cdc-529bfed9a075" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "14a51547280738323307f8b4b1594f87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14a51547280738323307f8b4b1594f87", + "x-ms-correlation-request-id": "63b639d0-de95-4a8a-b6d9-fb945e088fc7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28488", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "339d821e-763b-4aac-8b80-e515dfc8e927", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062414Z:63b639d0-de95-4a8a-b6d9-fb945e088fc7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8fb645a7ed3c627ff4b99e9edaba9140", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fb645a7ed3c627ff4b99e9edaba9140", + "x-ms-correlation-request-id": "86bf0043-36d3-44c3-94bd-ade59239439e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28487", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "e4461e32-dd71-409d-9214-713a92f89a10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062414Z:86bf0043-36d3-44c3-94bd-ade59239439e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "841f8514b549305918db49454bf370c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "841f8514b549305918db49454bf370c4", + "x-ms-correlation-request-id": "84568e79-a60b-44d4-92a1-9c9c73de1040", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28486", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "11df60b1-0f35-4ffd-9c0b-d3bfc94ef06e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062415Z:84568e79-a60b-44d4-92a1-9c9c73de1040" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "91b60fe2121859ad9643204e8a945d79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91b60fe2121859ad9643204e8a945d79", + "x-ms-correlation-request-id": "6f0b4b9e-7153-4eb8-a8b7-e172ab91ae34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28485", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "1c0fccb0-20cd-4750-a1fe-16eda4643997", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062415Z:6f0b4b9e-7153-4eb8-a8b7-e172ab91ae34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b9fb876cb39f23eeb867760a4391601", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b9fb876cb39f23eeb867760a4391601", + "x-ms-correlation-request-id": "8044bdd9-18da-42a2-bd2d-7ccf884375b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28484", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "8455ef5f-a002-44ff-a6ca-df487f7df36e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062415Z:8044bdd9-18da-42a2-bd2d-7ccf884375b4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cbbbd949ff040227d8c5ee05940ba684", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbbbd949ff040227d8c5ee05940ba684", + "x-ms-correlation-request-id": "ea247b37-5f34-4ff3-af3e-5c4147a9d6ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28483", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "e76bfa2a-5c7c-4eb8-94ba-62f15387fe16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062415Z:ea247b37-5f34-4ff3-af3e-5c4147a9d6ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "93cfd07d4453178ad0c3a6929b4cb55c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93cfd07d4453178ad0c3a6929b4cb55c", + "x-ms-correlation-request-id": "10ab6cb0-1a96-4355-bc09-f5e2c601048e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28482", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "733f2d8c-3188-4679-8a96-fd33a2efc0c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062416Z:10ab6cb0-1a96-4355-bc09-f5e2c601048e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0041f2c92d87774909d5373dd385edf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0041f2c92d87774909d5373dd385edf", + "x-ms-correlation-request-id": "94735da4-3c12-421e-903b-180b2236e792", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14342,Microsoft.Compute/GetOperation30Min;28481", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "906291a5-b481-490e-abf7-48e78bf13219", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062416Z:94735da4-3c12-421e-903b-180b2236e792" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3e2f2e0836a04ad4ea4fa405895668b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3e2f2e0836a04ad4ea4fa405895668b", + "x-ms-correlation-request-id": "e81844a9-ebe7-4882-b804-b503085e9d86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28480", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "c9a9e178-b44c-45dd-b30d-df81a72a8428", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062416Z:e81844a9-ebe7-4882-b804-b503085e9d86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "74d89110f607ebab5b5703b6f1173a98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74d89110f607ebab5b5703b6f1173a98", + "x-ms-correlation-request-id": "4e203d39-8168-4dcf-b644-1a855e29de85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28479", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "c94e5f04-0518-412f-a2c7-90dadc7a2580", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062416Z:4e203d39-8168-4dcf-b644-1a855e29de85" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8b2c664e16aa8f172ff613498331efa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8b2c664e16aa8f172ff613498331efa", + "x-ms-correlation-request-id": "f2dfb1a0-9897-4579-8d28-174506703ebe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28478", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "3de51b4d-74b8-499e-ac4c-c7585e80c6ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062417Z:f2dfb1a0-9897-4579-8d28-174506703ebe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b63c736e95fead847f7781280f61337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b63c736e95fead847f7781280f61337", + "x-ms-correlation-request-id": "6e2a6e78-f036-4ac3-9d10-d7aff586f167", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28477", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "58701ee3-92e0-4550-9574-126533fc71f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062417Z:6e2a6e78-f036-4ac3-9d10-d7aff586f167" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92db6169bde32e219f2f020794775227", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92db6169bde32e219f2f020794775227", + "x-ms-correlation-request-id": "34e5909d-c406-4e07-ad66-4f6a48cfb256", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28476", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "ac9d2739-03f7-4527-b886-3e19360b9c86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062417Z:34e5909d-c406-4e07-ad66-4f6a48cfb256" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "297f0839efb37b38edc8617269df287b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "297f0839efb37b38edc8617269df287b", + "x-ms-correlation-request-id": "1678e3ba-ff45-4184-ad92-e00f2e144761", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28475", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "fcbdf0c2-72ac-4455-9f52-02b582e7e09e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062418Z:1678e3ba-ff45-4184-ad92-e00f2e144761" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36ca29ec8c577817a635ab2fe7d155cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36ca29ec8c577817a635ab2fe7d155cf", + "x-ms-correlation-request-id": "fa60a859-698e-4784-982e-881762d3fd11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28474", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "8ce49c66-5463-471f-8ec8-3e712fbb1de3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062418Z:fa60a859-698e-4784-982e-881762d3fd11" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "77d951a4e9767a842960a41a5caec4c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77d951a4e9767a842960a41a5caec4c0", + "x-ms-correlation-request-id": "7db9e916-1da3-4809-9aa2-959a189c39c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28473", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "0c699c63-79de-4b60-a169-a31137ca6555", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062418Z:7db9e916-1da3-4809-9aa2-959a189c39c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a1b86071bacaccff107827e4308931c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a1b86071bacaccff107827e4308931c", + "x-ms-correlation-request-id": "f45461e7-01ea-4f29-ab96-e00f911795e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28472", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "fde5c628-a3ae-4d42-9ff3-af18dd162393", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062419Z:f45461e7-01ea-4f29-ab96-e00f911795e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17ce9272b0050205a54f0df7e7fc1cf8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17ce9272b0050205a54f0df7e7fc1cf8", + "x-ms-correlation-request-id": "aff1b55e-8b7c-474e-a01c-60305f4ba361", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28471", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "5ceca78c-b4c0-4f0e-b13f-c464ceb9a393", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062419Z:aff1b55e-8b7c-474e-a01c-60305f4ba361" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6128ea70eab68922822c866f66053721", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6128ea70eab68922822c866f66053721", + "x-ms-correlation-request-id": "db7b0726-6e6b-4bef-a905-5931ebe0cbe8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28470", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "99f8b622-1643-4a4d-b3a0-59ccf0cf7628", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062419Z:db7b0726-6e6b-4bef-a905-5931ebe0cbe8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "caa888cdade057bb8118c55d0ed8c4f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "caa888cdade057bb8118c55d0ed8c4f5", + "x-ms-correlation-request-id": "a6492953-91af-487d-897a-081b56f0c646", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28469", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "8d0215a7-82a3-4a8f-9aae-14dd7e8e0912", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062419Z:a6492953-91af-487d-897a-081b56f0c646" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "580d8aea32e088656f4495d82a959c9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "580d8aea32e088656f4495d82a959c9f", + "x-ms-correlation-request-id": "d3ad76f2-01ae-4f38-ad83-84227880b0e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28468", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "fe5290f1-107b-4d14-a29a-d6d3c4d2cff6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062420Z:d3ad76f2-01ae-4f38-ad83-84227880b0e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f2aec185254c3182fd1df9e25c57baa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f2aec185254c3182fd1df9e25c57baa", + "x-ms-correlation-request-id": "c5d22acf-6f7a-4e1b-853b-22ba085b32a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28467", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "6a79cdc7-3471-49b9-8de4-4613cbec5cf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062420Z:c5d22acf-6f7a-4e1b-853b-22ba085b32a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc859168def89a40221f5a9b17e22ceb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc859168def89a40221f5a9b17e22ceb", + "x-ms-correlation-request-id": "4a4ab294-36eb-40af-87e3-a149d36d1050", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28466", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "62f0b7ff-ef05-4666-bf9d-bd61fd6650f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062420Z:4a4ab294-36eb-40af-87e3-a149d36d1050" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2244257c64ae97a1714a290f52c762a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2244257c64ae97a1714a290f52c762a9", + "x-ms-correlation-request-id": "bc00e5d8-a020-4dc6-b566-a98d142f51d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28465", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "1227785e-8066-4ab3-a2e8-59c40cd5b494", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062420Z:bc00e5d8-a020-4dc6-b566-a98d142f51d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9970ebc9bf1039a7ab8f3d34f77dab4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9970ebc9bf1039a7ab8f3d34f77dab4d", + "x-ms-correlation-request-id": "67272875-0ad3-406f-b821-907a154db6ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28464", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "cc23c376-9d09-464b-9854-4975f89f5d91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062421Z:67272875-0ad3-406f-b821-907a154db6ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff22f3a4588003fcf0ed6aadb531475a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff22f3a4588003fcf0ed6aadb531475a", + "x-ms-correlation-request-id": "35a4dc97-0a97-4931-9420-d9e0b37b7cee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28463", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "a2f950a0-a80c-4a11-8361-dfa871a9b7b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062421Z:35a4dc97-0a97-4931-9420-d9e0b37b7cee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2cd1b1bc9371bcdb7d0b761e276c9ff4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cd1b1bc9371bcdb7d0b761e276c9ff4", + "x-ms-correlation-request-id": "6c62f036-2de2-4fa9-a4ad-e9ab3bfc8f01", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28462", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "4c5d0121-a8b2-4d50-a9b1-4c87486947c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062421Z:6c62f036-2de2-4fa9-a4ad-e9ab3bfc8f01" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e6bdb9f63a57028ef6da82254fa847a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e6bdb9f63a57028ef6da82254fa847a", + "x-ms-correlation-request-id": "228af182-5f96-4756-b383-ad8e1fcc089b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28461", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "db99bc93-a352-4ae5-9d63-0802d7ddc293", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062421Z:228af182-5f96-4756-b383-ad8e1fcc089b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4677e3477fab10db18658175e2dddc83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4677e3477fab10db18658175e2dddc83", + "x-ms-correlation-request-id": "26534a77-82ca-4df2-a997-b0980ca75021", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28460", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "5d7bc0e8-34fb-4247-a01f-c38a3355fcd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062422Z:26534a77-82ca-4df2-a997-b0980ca75021" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da0e764de8c659b489603d04ebb86783", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da0e764de8c659b489603d04ebb86783", + "x-ms-correlation-request-id": "88e54a92-7171-41ce-910b-be71c5d13979", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28459", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "1bfb86f4-b984-4a0c-8914-5fea3ea44fe2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062422Z:88e54a92-7171-41ce-910b-be71c5d13979" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43d6fc8759f42048ff5b463fe1b38e11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43d6fc8759f42048ff5b463fe1b38e11", + "x-ms-correlation-request-id": "4ef5f629-7746-4ecf-a12a-1469fefc1115", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28458", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "b57a4bcb-21aa-41a5-93f7-49bcc6f6853f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062422Z:4ef5f629-7746-4ecf-a12a-1469fefc1115" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ded52591a9eb5fb32e1dbd4a42d72560", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ded52591a9eb5fb32e1dbd4a42d72560", + "x-ms-correlation-request-id": "c3709597-7316-4e1d-b7a3-4fcdc9d9287e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28457", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "3f7fec3d-d84b-4d73-8a72-b403c6e71311", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062423Z:c3709597-7316-4e1d-b7a3-4fcdc9d9287e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5edfefe9806f38e2eeeda6ba27578d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5edfefe9806f38e2eeeda6ba27578d5", + "x-ms-correlation-request-id": "93a0923b-b3c3-4a21-92e3-b86410931320", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28456", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "ebbf3926-50b4-4307-a947-e282e1fd1373", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062423Z:93a0923b-b3c3-4a21-92e3-b86410931320" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c5732bd289e3dd98487715d79cfdde28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5732bd289e3dd98487715d79cfdde28", + "x-ms-correlation-request-id": "5569ecf2-1f9f-4841-a396-1530d074d1a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28455", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "0035aed3-8df3-4d9b-a892-bb632e085f7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062423Z:5569ecf2-1f9f-4841-a396-1530d074d1a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e340e636a8c5f80b96e1affdcf48bcb9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e340e636a8c5f80b96e1affdcf48bcb9", + "x-ms-correlation-request-id": "7b6daec8-5989-4455-98e8-0b8c6f61fb94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28454", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "766db93a-39c2-49f5-aa9a-4ef255abb228", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062423Z:7b6daec8-5989-4455-98e8-0b8c6f61fb94" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1678e7a55f64757c65109d8f83b75730", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1678e7a55f64757c65109d8f83b75730", + "x-ms-correlation-request-id": "73ac68bb-345e-4ac0-abeb-4aeaa7fe500d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28453", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "e6c9b3c7-149a-4c4f-b8b3-583ab094184b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062424Z:73ac68bb-345e-4ac0-abeb-4aeaa7fe500d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc35b21095342a10207a2f01d99a0d00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc35b21095342a10207a2f01d99a0d00", + "x-ms-correlation-request-id": "1aea0c0c-3c4a-4c01-be86-2cf13dc4b4cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28452", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "5ecb6b30-3083-408f-9604-e408b042bcfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062424Z:1aea0c0c-3c4a-4c01-be86-2cf13dc4b4cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b5325bbac785d6c369cb7db40b7b74de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5325bbac785d6c369cb7db40b7b74de", + "x-ms-correlation-request-id": "2ed3578b-af66-4db3-ba84-27a58f1cc650", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28451", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "5c9fb2f6-2461-4f17-a062-6aa5a058d1d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062424Z:2ed3578b-af66-4db3-ba84-27a58f1cc650" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ded7e8a00130f84d64df6e9307b9bcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ded7e8a00130f84d64df6e9307b9bcb", + "x-ms-correlation-request-id": "47acb7d3-eed5-49fd-b62d-6c91318d354b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28450", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "7dbc2988-7419-4d3a-91fa-5ad62a79f6cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062424Z:47acb7d3-eed5-49fd-b62d-6c91318d354b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27d49d02a18549abee5e5268185c1fa4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27d49d02a18549abee5e5268185c1fa4", + "x-ms-correlation-request-id": "569cf3c6-36c7-4cd7-9f6a-e46f28da7586", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28449", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "ce424872-5f58-4aff-af07-7f636520a749", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062425Z:569cf3c6-36c7-4cd7-9f6a-e46f28da7586" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b775006f0adbaecd622de37d0daa6ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b775006f0adbaecd622de37d0daa6ee", + "x-ms-correlation-request-id": "dfd79a74-ecf2-4ba0-bd12-099d11bc29af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28448", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "063bf04a-9d4a-4b5e-b7f7-e46d353a9f49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062425Z:dfd79a74-ecf2-4ba0-bd12-099d11bc29af" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6db2b12f4ca7e859d3a42eb4ae1cf67a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6db2b12f4ca7e859d3a42eb4ae1cf67a", + "x-ms-correlation-request-id": "c10ea1cf-0883-430c-9adf-4b28399104ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14308,Microsoft.Compute/GetOperation30Min;28447", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "638e9fe3-3391-4a11-a606-eda0cb363c66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062425Z:c10ea1cf-0883-430c-9adf-4b28399104ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dfe2522e4003111db0195162c2737814", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfe2522e4003111db0195162c2737814", + "x-ms-correlation-request-id": "67884ff1-2c26-4e67-8765-8a61305f3b66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28446", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "459a0164-9676-4e60-8a3f-42a7817829d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062425Z:67884ff1-2c26-4e67-8765-8a61305f3b66" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "663964b7b1a9b9fcf68f8709c2380cba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "663964b7b1a9b9fcf68f8709c2380cba", + "x-ms-correlation-request-id": "81c794d3-427e-416a-ade6-cc2dbd03cdb5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28445", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "9f098399-213e-4524-a8d6-4b592d75757d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062426Z:81c794d3-427e-416a-ade6-cc2dbd03cdb5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7e09642cc6f7efea94a0bd8dfbf6255f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e09642cc6f7efea94a0bd8dfbf6255f", + "x-ms-correlation-request-id": "fd5674f6-aaf8-462d-9827-4665f009a8b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28444", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "d55dc6b3-9f45-4a0c-9b2d-6c82db79a495", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062426Z:fd5674f6-aaf8-462d-9827-4665f009a8b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49fd1a2b8fe37cd05529e974b8144f78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49fd1a2b8fe37cd05529e974b8144f78", + "x-ms-correlation-request-id": "38c7d068-b876-45e3-a875-b3cc50f5b884", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28443", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "3e12e387-eee8-4565-9285-1e46667b7708", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062426Z:38c7d068-b876-45e3-a875-b3cc50f5b884" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e36960df969f11c7949d209f36ebe00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e36960df969f11c7949d209f36ebe00", + "x-ms-correlation-request-id": "d2d208b5-a215-45c0-99d0-da04ccfc029c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28442", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "35d87dc3-1c96-462c-b4df-ca2996c4e154", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062426Z:d2d208b5-a215-45c0-99d0-da04ccfc029c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8dd2769c23b9cd7948c29cedd75367f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8dd2769c23b9cd7948c29cedd75367f", + "x-ms-correlation-request-id": "ba1772dc-30b0-4565-b315-69625f7e4d1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28441", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "a72d4872-a253-4485-b696-24ead5f74cd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062427Z:ba1772dc-30b0-4565-b315-69625f7e4d1d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "64804551c6c032f6fd0bcf99bdc689e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64804551c6c032f6fd0bcf99bdc689e6", + "x-ms-correlation-request-id": "3aa823b1-357d-4511-99a3-0f25d47dcad8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28440", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "be399f7d-66b1-4575-affa-6c59435d44f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062427Z:3aa823b1-357d-4511-99a3-0f25d47dcad8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "900be96aa7364b3dbf9acadcd04e1304", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "900be96aa7364b3dbf9acadcd04e1304", + "x-ms-correlation-request-id": "989e3fc4-c9d0-45a5-b94f-ca3053ef86c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28439", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "c144c8f6-1787-4bbe-a783-43b553f5f3d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062427Z:989e3fc4-c9d0-45a5-b94f-ca3053ef86c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aeb8521359eea24031abaa2ff23edecd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aeb8521359eea24031abaa2ff23edecd", + "x-ms-correlation-request-id": "5e386c87-26a8-404f-93bb-94b098eac946", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28438", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "4c94aab0-ffc4-4a83-9771-c7741c9c360d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062427Z:5e386c87-26a8-404f-93bb-94b098eac946" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4634203a56aa9480834a525fc1961af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4634203a56aa9480834a525fc1961af", + "x-ms-correlation-request-id": "f0114835-b352-4991-bb35-128baf2949d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28437", + "x-ms-ratelimit-remaining-subscription-reads": "11652", + "x-ms-request-id": "3809e746-5448-4ad6-8572-589255c3848b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062428Z:f0114835-b352-4991-bb35-128baf2949d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a86cbf8da0e11f8a9685f8bfc0d5880", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a86cbf8da0e11f8a9685f8bfc0d5880", + "x-ms-correlation-request-id": "c333c106-681b-46f4-9de5-d9a74a571d44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14297,Microsoft.Compute/GetOperation30Min;28436", + "x-ms-ratelimit-remaining-subscription-reads": "11651", + "x-ms-request-id": "16b91a09-ed87-46d4-97af-943c899801dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062428Z:c333c106-681b-46f4-9de5-d9a74a571d44" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8ed9fdbb1feb6d99090ea5b9b31aa618", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ed9fdbb1feb6d99090ea5b9b31aa618", + "x-ms-correlation-request-id": "975d813d-80e9-4960-a088-f95577a981a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14296,Microsoft.Compute/GetOperation30Min;28435", + "x-ms-ratelimit-remaining-subscription-reads": "11650", + "x-ms-request-id": "e7aab419-9462-4735-af18-1760b53f6c1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062428Z:975d813d-80e9-4960-a088-f95577a981a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2636fb4974b829be49514b0246bcadfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2636fb4974b829be49514b0246bcadfa", + "x-ms-correlation-request-id": "e0793eac-3551-4434-9ff7-eabed2c30d3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14295,Microsoft.Compute/GetOperation30Min;28434", + "x-ms-ratelimit-remaining-subscription-reads": "11649", + "x-ms-request-id": "db0f741f-e8b6-4201-adc2-1337a1e0fb51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062428Z:e0793eac-3551-4434-9ff7-eabed2c30d3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff6a24dcd340d8c4321860ff353e5d8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff6a24dcd340d8c4321860ff353e5d8e", + "x-ms-correlation-request-id": "eeab9c86-774f-4ae0-b81b-ddd030cf36d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14294,Microsoft.Compute/GetOperation30Min;28433", + "x-ms-ratelimit-remaining-subscription-reads": "11648", + "x-ms-request-id": "b600943e-6139-4a20-b91c-50a700d45547", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062429Z:eeab9c86-774f-4ae0-b81b-ddd030cf36d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "014246c231d746c83eb04499d497274d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "014246c231d746c83eb04499d497274d", + "x-ms-correlation-request-id": "d1507889-7c10-4c5a-a5eb-a2358db73553", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14293,Microsoft.Compute/GetOperation30Min;28432", + "x-ms-ratelimit-remaining-subscription-reads": "11647", + "x-ms-request-id": "95939d45-478b-40e2-8e92-78faf56c9839", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062429Z:d1507889-7c10-4c5a-a5eb-a2358db73553" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8eddab61a6b076d8375ef49f13bff30b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8eddab61a6b076d8375ef49f13bff30b", + "x-ms-correlation-request-id": "4ef4c166-cf9c-48e9-84a3-044f22f8a3e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14292,Microsoft.Compute/GetOperation30Min;28431", + "x-ms-ratelimit-remaining-subscription-reads": "11646", + "x-ms-request-id": "5ed882f0-2e38-4371-84ca-6edac1697fb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062429Z:4ef4c166-cf9c-48e9-84a3-044f22f8a3e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff3fbcf4ab7aaa235c23c1908e2a049a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff3fbcf4ab7aaa235c23c1908e2a049a", + "x-ms-correlation-request-id": "569848e3-a99b-4ee7-ae62-84ac817dd285", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14291,Microsoft.Compute/GetOperation30Min;28430", + "x-ms-ratelimit-remaining-subscription-reads": "11645", + "x-ms-request-id": "bd26099b-dfab-429c-995b-dbb2e4cf8085", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062429Z:569848e3-a99b-4ee7-ae62-84ac817dd285" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "899e13f0ce601bde6eccca783c28337f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "899e13f0ce601bde6eccca783c28337f", + "x-ms-correlation-request-id": "e70a37b6-e8a1-4651-afb4-b501b6689365", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14290,Microsoft.Compute/GetOperation30Min;28429", + "x-ms-ratelimit-remaining-subscription-reads": "11644", + "x-ms-request-id": "252f0ee5-9139-4c5a-9300-a6970a34de70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062430Z:e70a37b6-e8a1-4651-afb4-b501b6689365" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17a538bc2757b6d28733328ce548e70c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17a538bc2757b6d28733328ce548e70c", + "x-ms-correlation-request-id": "86807e97-ab05-415c-98ac-796aed3e4ece", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;28428", + "x-ms-ratelimit-remaining-subscription-reads": "11643", + "x-ms-request-id": "b504e223-b327-4378-848c-a45be756c589", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062430Z:86807e97-ab05-415c-98ac-796aed3e4ece" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00af5a59692025aadd2491ade1aa6d33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00af5a59692025aadd2491ade1aa6d33", + "x-ms-correlation-request-id": "b925f0db-c2bb-412e-ad93-0f571bca6130", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;28427", + "x-ms-ratelimit-remaining-subscription-reads": "11642", + "x-ms-request-id": "43d6514e-3cd6-45fe-8b18-6b41cad093f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062430Z:b925f0db-c2bb-412e-ad93-0f571bca6130" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "56d342f0ec85c84340e7022d9c513625", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56d342f0ec85c84340e7022d9c513625", + "x-ms-correlation-request-id": "7796a95d-4b3b-4c1a-9bfe-869bb1844470", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;28426", + "x-ms-ratelimit-remaining-subscription-reads": "11641", + "x-ms-request-id": "ac611864-0249-4c5f-bc18-0c0994e05b20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062430Z:7796a95d-4b3b-4c1a-9bfe-869bb1844470" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e21fbde53279525e8d7f3a339624d5dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e21fbde53279525e8d7f3a339624d5dd", + "x-ms-correlation-request-id": "8c3fb427-3316-4ea3-b96e-ff14724fb8b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;28425", + "x-ms-ratelimit-remaining-subscription-reads": "11640", + "x-ms-request-id": "23f4b70d-8fb3-409c-a2e4-2d5eb039016d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062431Z:8c3fb427-3316-4ea3-b96e-ff14724fb8b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a39cffc590746c8616e6bf38677d898b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a39cffc590746c8616e6bf38677d898b", + "x-ms-correlation-request-id": "2071c3ca-1978-47c2-9336-072873ac7d95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;28424", + "x-ms-ratelimit-remaining-subscription-reads": "11639", + "x-ms-request-id": "77cde04e-1e3f-4493-9cac-dbf2dc2753ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062431Z:2071c3ca-1978-47c2-9336-072873ac7d95" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23c86bed8a8bbdb9e381c805b210321b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23c86bed8a8bbdb9e381c805b210321b", + "x-ms-correlation-request-id": "c9960018-0742-4f67-98be-ec2ec878e7da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;28423", + "x-ms-ratelimit-remaining-subscription-reads": "11638", + "x-ms-request-id": "09ee0a45-3b4d-4f17-b74f-4da5c9009ac5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062431Z:c9960018-0742-4f67-98be-ec2ec878e7da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c67241293b554b137b2cc937225ea10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c67241293b554b137b2cc937225ea10", + "x-ms-correlation-request-id": "d99b9d1b-c9dd-4d3c-9d8d-07f8995ee926", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28422", + "x-ms-ratelimit-remaining-subscription-reads": "11637", + "x-ms-request-id": "bb724ec6-8c02-4693-8bdb-ce4cfbcca225", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062431Z:d99b9d1b-c9dd-4d3c-9d8d-07f8995ee926" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a45aef6b25c3b5245debff2c881ba05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a45aef6b25c3b5245debff2c881ba05", + "x-ms-correlation-request-id": "cdc8ffe3-c45a-4610-b09d-2c29d8426692", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28421", + "x-ms-ratelimit-remaining-subscription-reads": "11636", + "x-ms-request-id": "2c01ae08-920f-4bcd-bfe3-79e7076d7a51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062432Z:cdc8ffe3-c45a-4610-b09d-2c29d8426692" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4226a3b4ec165ad6ba73ecd8be264bbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4226a3b4ec165ad6ba73ecd8be264bbe", + "x-ms-correlation-request-id": "80fdf290-e94d-4527-be00-bdc501cb45a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28420", + "x-ms-ratelimit-remaining-subscription-reads": "11635", + "x-ms-request-id": "09186299-f239-4916-96ba-046a167902b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062432Z:80fdf290-e94d-4527-be00-bdc501cb45a7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "030fb89708cb60bfd22b56d6d3be8bb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "030fb89708cb60bfd22b56d6d3be8bb5", + "x-ms-correlation-request-id": "b532fa14-c2b4-4e96-9c06-76bc421047dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28419", + "x-ms-ratelimit-remaining-subscription-reads": "11634", + "x-ms-request-id": "9a65ee65-519f-41a9-8eab-a87f2dec9108", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062432Z:b532fa14-c2b4-4e96-9c06-76bc421047dc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cedfc6f8a7ff09f9d8eb6fe8c5797d1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cedfc6f8a7ff09f9d8eb6fe8c5797d1f", + "x-ms-correlation-request-id": "92024a48-bb1b-43ad-b256-dfd3665cfa97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28418", + "x-ms-ratelimit-remaining-subscription-reads": "11633", + "x-ms-request-id": "e4b5b2b4-d744-4899-9e94-1fedfa0c7168", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062432Z:92024a48-bb1b-43ad-b256-dfd3665cfa97" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "105b0093b672ab3ae4c570ea96ff86fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "105b0093b672ab3ae4c570ea96ff86fc", + "x-ms-correlation-request-id": "61b67388-f147-4ecf-892c-874f249c5635", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28417", + "x-ms-ratelimit-remaining-subscription-reads": "11632", + "x-ms-request-id": "0ceff862-dd38-4305-b499-de6ef8266a8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062433Z:61b67388-f147-4ecf-892c-874f249c5635" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f7e036e87c47efbfbe052be098d69a59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7e036e87c47efbfbe052be098d69a59", + "x-ms-correlation-request-id": "567e54d0-7353-4d0b-ba0b-4d5fedfd713b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28416", + "x-ms-ratelimit-remaining-subscription-reads": "11631", + "x-ms-request-id": "a50d2845-1762-4176-8d7c-577dd565e2ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062433Z:567e54d0-7353-4d0b-ba0b-4d5fedfd713b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d34337ae7a6241438c33ea39370e73d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d34337ae7a6241438c33ea39370e73d9", + "x-ms-correlation-request-id": "645a385b-a22e-4e06-984e-a3e73ea4445d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;28415", + "x-ms-ratelimit-remaining-subscription-reads": "11630", + "x-ms-request-id": "1a9692b9-ee49-42d2-9812-9a216c45cd2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062433Z:645a385b-a22e-4e06-984e-a3e73ea4445d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8f007264859917d8416c526c8a5a130d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f007264859917d8416c526c8a5a130d", + "x-ms-correlation-request-id": "879a0823-e835-4922-aca7-0e642e58d992", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;28414", + "x-ms-ratelimit-remaining-subscription-reads": "11629", + "x-ms-request-id": "8b5d5583-6574-483d-b53d-7cbfbb5597a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062433Z:879a0823-e835-4922-aca7-0e642e58d992" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f3c162ab3bc6d9af29e6b149285b7af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f3c162ab3bc6d9af29e6b149285b7af", + "x-ms-correlation-request-id": "97e0e47b-4705-4bb4-bc1a-55bacd97082e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;28413", + "x-ms-ratelimit-remaining-subscription-reads": "11628", + "x-ms-request-id": "e2aaefaa-4dae-473a-860a-4f224c4c4569", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062434Z:97e0e47b-4705-4bb4-bc1a-55bacd97082e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "257b52910bd628bf5f2b91f628d6b631", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "257b52910bd628bf5f2b91f628d6b631", + "x-ms-correlation-request-id": "78fb629c-3237-4570-bf3c-3d60925b0337", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;28412", + "x-ms-ratelimit-remaining-subscription-reads": "11627", + "x-ms-request-id": "293e4f88-0e73-42db-b7a2-8bb22a5949ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062434Z:78fb629c-3237-4570-bf3c-3d60925b0337" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "200edc1f14d2b11cd8939dfb1ac385bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "200edc1f14d2b11cd8939dfb1ac385bb", + "x-ms-correlation-request-id": "ad93fe9a-6680-4ba9-8476-791bb71c2302", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;28411", + "x-ms-ratelimit-remaining-subscription-reads": "11626", + "x-ms-request-id": "e84f637f-85e7-4901-90b7-f85b176ca8b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062434Z:ad93fe9a-6680-4ba9-8476-791bb71c2302" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38dba2b4eddf1f375713ff9021a3441b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38dba2b4eddf1f375713ff9021a3441b", + "x-ms-correlation-request-id": "72114718-72f6-4a67-b093-197f4bd84190", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;28410", + "x-ms-ratelimit-remaining-subscription-reads": "11625", + "x-ms-request-id": "2d025233-cf76-475a-8782-2740706f09da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062434Z:72114718-72f6-4a67-b093-197f4bd84190" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b5f439e797777ddd35c94c436dc40d9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5f439e797777ddd35c94c436dc40d9b", + "x-ms-correlation-request-id": "52f85ba3-3ec2-41ec-a630-b2e90f11d3c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;28409", + "x-ms-ratelimit-remaining-subscription-reads": "11624", + "x-ms-request-id": "173815a3-38ac-4040-a327-f10d2c6c320c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062435Z:52f85ba3-3ec2-41ec-a630-b2e90f11d3c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8541d6a67efb3252a4efc9be148c9034", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8541d6a67efb3252a4efc9be148c9034", + "x-ms-correlation-request-id": "aa0b4ff2-29f7-459a-adad-ec7a67704c70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28408", + "x-ms-ratelimit-remaining-subscription-reads": "11623", + "x-ms-request-id": "6872c561-b672-4ee0-b348-b3258a23f9b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062435Z:aa0b4ff2-29f7-459a-adad-ec7a67704c70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e113814ecfcf1d44c55e0315a0f4b192", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e113814ecfcf1d44c55e0315a0f4b192", + "x-ms-correlation-request-id": "48df1e5a-6b16-4582-a8a6-45662a20c4f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28407", + "x-ms-ratelimit-remaining-subscription-reads": "11622", + "x-ms-request-id": "275b95df-cde2-4cd8-ac2b-4e434b430e5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062435Z:48df1e5a-6b16-4582-a8a6-45662a20c4f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4bea6405be626820e6c21087cd1e68a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bea6405be626820e6c21087cd1e68a9", + "x-ms-correlation-request-id": "f1981bc1-cb7d-4372-9c6b-c05fe1547e01", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28406", + "x-ms-ratelimit-remaining-subscription-reads": "11621", + "x-ms-request-id": "736379b9-b45d-4efd-9092-b01cab51fe00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062435Z:f1981bc1-cb7d-4372-9c6b-c05fe1547e01" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecf418392cb1d6cc9124c09d7b3d91b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecf418392cb1d6cc9124c09d7b3d91b0", + "x-ms-correlation-request-id": "27d16d74-242d-4ad2-a418-534b92b3c1c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28405", + "x-ms-ratelimit-remaining-subscription-reads": "11620", + "x-ms-request-id": "2cdf7f7c-6aeb-4cf9-82ac-634924c70bd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062436Z:27d16d74-242d-4ad2-a418-534b92b3c1c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0b8363d44a190d261aafa0cbfbc4fa7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0b8363d44a190d261aafa0cbfbc4fa7", + "x-ms-correlation-request-id": "2f86f02d-55d3-4b21-a544-4b31afad1dc6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28404", + "x-ms-ratelimit-remaining-subscription-reads": "11619", + "x-ms-request-id": "009aa815-c8e8-4aa9-a705-2a0955a1b1ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062436Z:2f86f02d-55d3-4b21-a544-4b31afad1dc6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88db59f5c400d9e19814b93dfe82eda9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88db59f5c400d9e19814b93dfe82eda9", + "x-ms-correlation-request-id": "8812a579-b543-4601-b105-19e1e4405274", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28403", + "x-ms-ratelimit-remaining-subscription-reads": "11618", + "x-ms-request-id": "5146644a-77a2-4e08-98f5-f231c7a315ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062436Z:8812a579-b543-4601-b105-19e1e4405274" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "974a6031b865f40745648b0631bf17d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "974a6031b865f40745648b0631bf17d5", + "x-ms-correlation-request-id": "c3cf7814-b574-4b93-9f16-60f899c40e21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28402", + "x-ms-ratelimit-remaining-subscription-reads": "11617", + "x-ms-request-id": "d9c73121-eb08-4078-9847-ebc41e1d3594", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062436Z:c3cf7814-b574-4b93-9f16-60f899c40e21" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21a718d5086178b055df178d8b9491de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21a718d5086178b055df178d8b9491de", + "x-ms-correlation-request-id": "7333106e-caa0-4df1-8be2-2ff5df671200", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28401", + "x-ms-ratelimit-remaining-subscription-reads": "11616", + "x-ms-request-id": "826e52ed-42ca-46c1-9c84-d086cb80da7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062437Z:7333106e-caa0-4df1-8be2-2ff5df671200" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5edb50bdb8723d4252e6429b39dba7d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5edb50bdb8723d4252e6429b39dba7d9", + "x-ms-correlation-request-id": "8a6d6d35-40f2-4294-9e3e-c1a103f6b7cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28400", + "x-ms-ratelimit-remaining-subscription-reads": "11615", + "x-ms-request-id": "bc57d9fa-53cc-4fbb-896d-5e5fa5da5e76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062437Z:8a6d6d35-40f2-4294-9e3e-c1a103f6b7cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e568e4fdcbda2848afd14186a07a69b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e568e4fdcbda2848afd14186a07a69b0", + "x-ms-correlation-request-id": "297ed9b8-3c10-4ce4-b309-321d95397f5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28399", + "x-ms-ratelimit-remaining-subscription-reads": "11614", + "x-ms-request-id": "57be3f80-c4e0-4a6e-b9a1-9d77509c4235", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062437Z:297ed9b8-3c10-4ce4-b309-321d95397f5e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e149acd2b8e31d63d66acf7ac6143f7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e149acd2b8e31d63d66acf7ac6143f7a", + "x-ms-correlation-request-id": "c46c9624-24ca-4593-b1ab-78dd90367c2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28398", + "x-ms-ratelimit-remaining-subscription-reads": "11613", + "x-ms-request-id": "08acb8b7-3e04-4e38-80ad-ebc4e0d3ceb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062437Z:c46c9624-24ca-4593-b1ab-78dd90367c2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7903e37ac2cf10308b3afa076bb9dd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7903e37ac2cf10308b3afa076bb9dd7", + "x-ms-correlation-request-id": "6fd386b9-2687-4bbd-b5ae-dc6e1624540f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28397", + "x-ms-ratelimit-remaining-subscription-reads": "11612", + "x-ms-request-id": "f030fbb6-15e7-421c-bbcd-5b90ff646dae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062438Z:6fd386b9-2687-4bbd-b5ae-dc6e1624540f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8cc9917dc69144f5804b0f70fcce629a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cc9917dc69144f5804b0f70fcce629a", + "x-ms-correlation-request-id": "bfcf4a82-ca64-4308-ae3a-4a577467ad07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28396", + "x-ms-ratelimit-remaining-subscription-reads": "11611", + "x-ms-request-id": "14f7d0a7-0d9c-4b71-a090-05a920f96464", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062438Z:bfcf4a82-ca64-4308-ae3a-4a577467ad07" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "614ec792c2ea2684a858d83009c3a61a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "614ec792c2ea2684a858d83009c3a61a", + "x-ms-correlation-request-id": "78e31d9d-747b-4529-bbf2-5ba9be38eb60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28395", + "x-ms-ratelimit-remaining-subscription-reads": "11610", + "x-ms-request-id": "406df709-e225-4a8e-a284-ec0a5562235a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062438Z:78e31d9d-747b-4529-bbf2-5ba9be38eb60" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34fcf7ccb24b70e8494b26e19c93f439", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34fcf7ccb24b70e8494b26e19c93f439", + "x-ms-correlation-request-id": "bbb30bab-281e-49b3-8486-26657c670d46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28394", + "x-ms-ratelimit-remaining-subscription-reads": "11609", + "x-ms-request-id": "17a6f27b-dd95-4ec4-be61-095a3ec3f309", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062439Z:bbb30bab-281e-49b3-8486-26657c670d46" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae0d14513b6dbbed0da2e339edc53bbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae0d14513b6dbbed0da2e339edc53bbd", + "x-ms-correlation-request-id": "dc1c5817-71a9-4dc1-8d68-348a7f95558e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28393", + "x-ms-ratelimit-remaining-subscription-reads": "11608", + "x-ms-request-id": "5be518ba-8e7d-4367-9161-2ebac93d43f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062439Z:dc1c5817-71a9-4dc1-8d68-348a7f95558e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "04a3f4a42dd1e04fdfde189f9ba28915", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04a3f4a42dd1e04fdfde189f9ba28915", + "x-ms-correlation-request-id": "efabb9cb-c8b1-4226-9e4f-0596c6e3de46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28392", + "x-ms-ratelimit-remaining-subscription-reads": "11607", + "x-ms-request-id": "c0a2373a-5be7-4f95-90e4-7bf90d611c5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062439Z:efabb9cb-c8b1-4226-9e4f-0596c6e3de46" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4de9e63f7b591ad0a4126a8ceae8283", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4de9e63f7b591ad0a4126a8ceae8283", + "x-ms-correlation-request-id": "4cd0448c-e455-4510-9d37-a4d6985a1db6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28391", + "x-ms-ratelimit-remaining-subscription-reads": "11606", + "x-ms-request-id": "329b5178-0caf-4172-9d48-51adcc9fb084", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062439Z:4cd0448c-e455-4510-9d37-a4d6985a1db6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a83c680feff02368c42ccf8e234e1f6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a83c680feff02368c42ccf8e234e1f6a", + "x-ms-correlation-request-id": "7e36a93a-db63-4863-b849-aac98ef0ce73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28390", + "x-ms-ratelimit-remaining-subscription-reads": "11605", + "x-ms-request-id": "5655f078-3c79-4ca4-9b7b-ba9d8f5fd2d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062440Z:7e36a93a-db63-4863-b849-aac98ef0ce73" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4fd5ce1947e6ac074712fa8f06a71130", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fd5ce1947e6ac074712fa8f06a71130", + "x-ms-correlation-request-id": "b1038828-8d26-4864-aa99-cb7cf9dd53c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28389", + "x-ms-ratelimit-remaining-subscription-reads": "11604", + "x-ms-request-id": "999fce38-e1ac-4a08-8474-f0d2f2b3c9b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062440Z:b1038828-8d26-4864-aa99-cb7cf9dd53c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "328f945ce066732536bb3088271e6dbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "328f945ce066732536bb3088271e6dbc", + "x-ms-correlation-request-id": "60eceaeb-856d-4298-a57a-4ae7671c2775", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28388", + "x-ms-ratelimit-remaining-subscription-reads": "11603", + "x-ms-request-id": "abd39eda-9027-4df1-8192-c244d256297a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062440Z:60eceaeb-856d-4298-a57a-4ae7671c2775" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "008ebc2133d9c89d608f61ddf5d81c1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "008ebc2133d9c89d608f61ddf5d81c1d", + "x-ms-correlation-request-id": "58a23108-ee14-4997-81e0-4ce7ead20ad2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28387", + "x-ms-ratelimit-remaining-subscription-reads": "11602", + "x-ms-request-id": "8ff54a5f-f905-4756-9a87-c45c54e0230a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062440Z:58a23108-ee14-4997-81e0-4ce7ead20ad2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e329f1bedbe3804a962182b167f8428", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e329f1bedbe3804a962182b167f8428", + "x-ms-correlation-request-id": "612ae06f-b97f-4e22-b3ea-1783a298c75e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28386", + "x-ms-ratelimit-remaining-subscription-reads": "11601", + "x-ms-request-id": "990b077e-2fd3-4308-a7f3-b0963914a1c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062441Z:612ae06f-b97f-4e22-b3ea-1783a298c75e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a6e3da411182856f6c7d1d67f477d5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a6e3da411182856f6c7d1d67f477d5d", + "x-ms-correlation-request-id": "548cb197-f4d5-4250-8885-dc175b3ca22d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28385", + "x-ms-ratelimit-remaining-subscription-reads": "11600", + "x-ms-request-id": "43ad0662-4142-4f5c-8c68-ca9839d58b1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062441Z:548cb197-f4d5-4250-8885-dc175b3ca22d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "876d129edfec34fdb85657761a72b1e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "876d129edfec34fdb85657761a72b1e1", + "x-ms-correlation-request-id": "0d124aab-42ef-422b-ba0b-f3ff2dc918f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28384", + "x-ms-ratelimit-remaining-subscription-reads": "11599", + "x-ms-request-id": "99e6a9fb-1884-4218-9263-0e99049d77c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062441Z:0d124aab-42ef-422b-ba0b-f3ff2dc918f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b739390bd26a0905480a97f71b2eb961", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b739390bd26a0905480a97f71b2eb961", + "x-ms-correlation-request-id": "5dcfeb14-894e-4863-9e96-3c0820f60b18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14363,Microsoft.Compute/GetOperation30Min;28383", + "x-ms-ratelimit-remaining-subscription-reads": "11598", + "x-ms-request-id": "38b6c878-30db-4e78-946d-526728088634", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062442Z:5dcfeb14-894e-4863-9e96-3c0820f60b18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "048dbae4fc11c53c403a92c2badf0d84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "048dbae4fc11c53c403a92c2badf0d84", + "x-ms-correlation-request-id": "b6dd1c1d-1f86-45a9-95c8-d62daf540b36", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28382", + "x-ms-ratelimit-remaining-subscription-reads": "11597", + "x-ms-request-id": "549be940-2301-4fc9-a6b0-51ef7e148bee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062442Z:b6dd1c1d-1f86-45a9-95c8-d62daf540b36" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46cbef15c60dcbf30d633fe147061889", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46cbef15c60dcbf30d633fe147061889", + "x-ms-correlation-request-id": "c35c1442-97ae-4ad7-afc8-aa79306d075e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28381", + "x-ms-ratelimit-remaining-subscription-reads": "11596", + "x-ms-request-id": "6d45dd78-b2f1-42ef-b476-e0bfe2afa761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062442Z:c35c1442-97ae-4ad7-afc8-aa79306d075e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f92f59cace40ed0fc74773040434f68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f92f59cace40ed0fc74773040434f68", + "x-ms-correlation-request-id": "d599a17d-1633-44a5-ad82-75e01564d58d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28380", + "x-ms-ratelimit-remaining-subscription-reads": "11595", + "x-ms-request-id": "104ca1d3-de79-4eeb-b62b-b083783ba712", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062442Z:d599a17d-1633-44a5-ad82-75e01564d58d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2be113fc72631e54c7c1f7adbd5a7d3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2be113fc72631e54c7c1f7adbd5a7d3a", + "x-ms-correlation-request-id": "e85ef866-c011-4c4b-8f26-63811e87ddb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28379", + "x-ms-ratelimit-remaining-subscription-reads": "11594", + "x-ms-request-id": "a6d01b8d-5f6a-4a4d-aaf1-a75bc7c5e720", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062443Z:e85ef866-c011-4c4b-8f26-63811e87ddb6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4250821ae4d68a01fbd49994ec38bca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4250821ae4d68a01fbd49994ec38bca", + "x-ms-correlation-request-id": "e948ee91-c542-4606-a7a5-760ddd049b2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28378", + "x-ms-ratelimit-remaining-subscription-reads": "11593", + "x-ms-request-id": "23bc1374-8f8c-41b8-9bf8-af709ddb2d9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062443Z:e948ee91-c542-4606-a7a5-760ddd049b2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34e5d613ed242a26a1749823b52250a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34e5d613ed242a26a1749823b52250a2", + "x-ms-correlation-request-id": "cf2ba885-05ce-46c5-b6f3-b9db9ffd7200", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28377", + "x-ms-ratelimit-remaining-subscription-reads": "11592", + "x-ms-request-id": "a2518df7-50e0-434f-887d-14f18b7d2d49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062443Z:cf2ba885-05ce-46c5-b6f3-b9db9ffd7200" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "370e3df68b1e4d1b72780ba529bbcf04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "370e3df68b1e4d1b72780ba529bbcf04", + "x-ms-correlation-request-id": "44b851bc-52c7-4d8a-8c83-933378660b3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28376", + "x-ms-ratelimit-remaining-subscription-reads": "11591", + "x-ms-request-id": "3ca64a53-3ff1-42ef-a1b8-5d81b5a9446f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062443Z:44b851bc-52c7-4d8a-8c83-933378660b3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e79a2d3549743415e1fa23d8167cb3fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e79a2d3549743415e1fa23d8167cb3fd", + "x-ms-correlation-request-id": "63b25e64-73af-426f-897b-7d49bb81b6d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28375", + "x-ms-ratelimit-remaining-subscription-reads": "11590", + "x-ms-request-id": "301014b0-8892-453a-8b31-7234326f9b3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062444Z:63b25e64-73af-426f-897b-7d49bb81b6d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11a2a76c54b488abba97c1ace18001e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11a2a76c54b488abba97c1ace18001e6", + "x-ms-correlation-request-id": "fa3d103b-4c90-4dc8-a1c6-19d515fab6b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28374", + "x-ms-ratelimit-remaining-subscription-reads": "11589", + "x-ms-request-id": "14907cf4-7eef-4479-8a7c-f95bc3f1fb19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062444Z:fa3d103b-4c90-4dc8-a1c6-19d515fab6b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88ed93a46888ac2e28da5523674237f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88ed93a46888ac2e28da5523674237f5", + "x-ms-correlation-request-id": "219c4e15-8c65-4319-a810-71121c7f97cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28373", + "x-ms-ratelimit-remaining-subscription-reads": "11588", + "x-ms-request-id": "e0d75f18-26b6-4bdd-a8d4-20b408c78f55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062444Z:219c4e15-8c65-4319-a810-71121c7f97cf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82390ec5be18e15081112ddc88695360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82390ec5be18e15081112ddc88695360", + "x-ms-correlation-request-id": "0be60d1f-ee00-4d0a-a06a-18bfe9eb7217", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28372", + "x-ms-ratelimit-remaining-subscription-reads": "11587", + "x-ms-request-id": "28889f7b-d0bb-4f5d-a000-b49845dc3460", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062444Z:0be60d1f-ee00-4d0a-a06a-18bfe9eb7217" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82343df92a8f047479f5e9d9fe882077", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82343df92a8f047479f5e9d9fe882077", + "x-ms-correlation-request-id": "074e1e9c-3b2d-4312-9558-3eb9a9ff3086", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28371", + "x-ms-ratelimit-remaining-subscription-reads": "11586", + "x-ms-request-id": "2d09ea82-2a2d-4104-af34-2572907d59d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062445Z:074e1e9c-3b2d-4312-9558-3eb9a9ff3086" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2e6cb5f7e47e5cd420c07773a5124be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2e6cb5f7e47e5cd420c07773a5124be", + "x-ms-correlation-request-id": "8edfcdbc-2df2-45e1-b477-785348c5e920", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28370", + "x-ms-ratelimit-remaining-subscription-reads": "11585", + "x-ms-request-id": "a2dc84fb-e5a2-4a17-a693-0b4029b7e14e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062445Z:8edfcdbc-2df2-45e1-b477-785348c5e920" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a29f487b50e9a6699340922d577e2f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a29f487b50e9a6699340922d577e2f8", + "x-ms-correlation-request-id": "ea03ad7c-981f-4b63-b6a0-fcaf039fc33d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28369", + "x-ms-ratelimit-remaining-subscription-reads": "11584", + "x-ms-request-id": "55d1fc8f-8074-4af2-9d2a-2e260a365a88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062445Z:ea03ad7c-981f-4b63-b6a0-fcaf039fc33d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd7cb5f080827a186f4e3f8323fdc927", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd7cb5f080827a186f4e3f8323fdc927", + "x-ms-correlation-request-id": "3e580dc5-ac3c-4a7a-bb78-23dbf48443d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28368", + "x-ms-ratelimit-remaining-subscription-reads": "11583", + "x-ms-request-id": "1b6d7606-26ec-4a5b-b3f5-7564eb6dbf97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062445Z:3e580dc5-ac3c-4a7a-bb78-23dbf48443d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09512ad1f65faa69644c381375ab10cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09512ad1f65faa69644c381375ab10cb", + "x-ms-correlation-request-id": "f0a6ca5e-1429-4954-99de-ec90c577a535", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28367", + "x-ms-ratelimit-remaining-subscription-reads": "11582", + "x-ms-request-id": "4c28fb5b-e25c-47cc-b713-f571cc1a764c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062446Z:f0a6ca5e-1429-4954-99de-ec90c577a535" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85860e2966d4073cdcaebbbf75e3769c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85860e2966d4073cdcaebbbf75e3769c", + "x-ms-correlation-request-id": "f6f62e92-007a-47b3-a77e-b539cbcf0293", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28366", + "x-ms-ratelimit-remaining-subscription-reads": "11581", + "x-ms-request-id": "9c040896-7a3d-4de5-b24d-f5d573d25f70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062446Z:f6f62e92-007a-47b3-a77e-b539cbcf0293" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab51e16ad925fa994cd15836480504c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab51e16ad925fa994cd15836480504c4", + "x-ms-correlation-request-id": "2befe7c3-8470-4c24-bdae-da9d9d4e1e11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28365", + "x-ms-ratelimit-remaining-subscription-reads": "11580", + "x-ms-request-id": "0b59e237-23c8-4e1b-bb9e-e6e796ec905a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062446Z:2befe7c3-8470-4c24-bdae-da9d9d4e1e11" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1559733e44776a52ee4a2db03aa93581", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1559733e44776a52ee4a2db03aa93581", + "x-ms-correlation-request-id": "d67aec3e-c566-4954-90d8-f1a975306de3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28364", + "x-ms-ratelimit-remaining-subscription-reads": "11579", + "x-ms-request-id": "48887954-5d24-4b2e-93ea-ba3d5a7320e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062446Z:d67aec3e-c566-4954-90d8-f1a975306de3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "94a89cd5645950a6758c38020e05bfd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94a89cd5645950a6758c38020e05bfd6", + "x-ms-correlation-request-id": "e4ba592c-4f4b-4db0-8b43-e46fab97af87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28363", + "x-ms-ratelimit-remaining-subscription-reads": "11578", + "x-ms-request-id": "efb64f7e-d74f-4eea-9a42-d25807eec905", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062447Z:e4ba592c-4f4b-4db0-8b43-e46fab97af87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0181f7a9608926258ee6bcdaabe8bfa2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0181f7a9608926258ee6bcdaabe8bfa2", + "x-ms-correlation-request-id": "f62c7814-2c28-4de9-817d-38542f8c9c05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14342,Microsoft.Compute/GetOperation30Min;28362", + "x-ms-ratelimit-remaining-subscription-reads": "11577", + "x-ms-request-id": "17a42ddd-6148-4923-b1a6-97c6f7d6e295", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062447Z:f62c7814-2c28-4de9-817d-38542f8c9c05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab60d79c705cd96acd09a0ea0b505ce8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab60d79c705cd96acd09a0ea0b505ce8", + "x-ms-correlation-request-id": "2b7e15b5-a560-4abb-a106-bbc8e7da8818", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28361", + "x-ms-ratelimit-remaining-subscription-reads": "11576", + "x-ms-request-id": "75b2fd28-38cf-4264-bc34-c1b85c79b719", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062447Z:2b7e15b5-a560-4abb-a106-bbc8e7da8818" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4307578b332875f777820673a8cca48c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4307578b332875f777820673a8cca48c", + "x-ms-correlation-request-id": "f46334cf-df15-4330-9776-a259fff1de70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28360", + "x-ms-ratelimit-remaining-subscription-reads": "11575", + "x-ms-request-id": "bc6413c7-e8cb-4ec3-abce-a2e5710f2a9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062447Z:f46334cf-df15-4330-9776-a259fff1de70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "366696cd13a5397a8ca8347fc03a1a3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "366696cd13a5397a8ca8347fc03a1a3e", + "x-ms-correlation-request-id": "4126f812-d1bb-4e87-b8df-608df8545362", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28359", + "x-ms-ratelimit-remaining-subscription-reads": "11574", + "x-ms-request-id": "dde14467-06f1-4f7e-b713-c53ae766d1be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062448Z:4126f812-d1bb-4e87-b8df-608df8545362" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "544ed4897be0687adfeb34d96af63100", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "544ed4897be0687adfeb34d96af63100", + "x-ms-correlation-request-id": "b050e5be-fd5a-4985-ab7e-db257605dc4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28358", + "x-ms-ratelimit-remaining-subscription-reads": "11573", + "x-ms-request-id": "401fdcdc-3d7c-48eb-9a36-013c1eef9714", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062448Z:b050e5be-fd5a-4985-ab7e-db257605dc4a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "751d136525e97843ddceb77fff78b43c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "751d136525e97843ddceb77fff78b43c", + "x-ms-correlation-request-id": "e08d42ed-6a4c-4906-93da-d3d8a32eb1d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28357", + "x-ms-ratelimit-remaining-subscription-reads": "11572", + "x-ms-request-id": "408b38ce-e0e7-4a40-afe5-58c70545f826", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062448Z:e08d42ed-6a4c-4906-93da-d3d8a32eb1d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3eac768507e51ac1bfd57badea0ce96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3eac768507e51ac1bfd57badea0ce96", + "x-ms-correlation-request-id": "a45d08d7-b702-4e10-a06f-f761824e29f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28356", + "x-ms-ratelimit-remaining-subscription-reads": "11571", + "x-ms-request-id": "92934032-e1f0-45a6-9fe2-c5729fda420c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062448Z:a45d08d7-b702-4e10-a06f-f761824e29f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad1a3476a41d635491d67712c4fa6967", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad1a3476a41d635491d67712c4fa6967", + "x-ms-correlation-request-id": "a5814cef-7673-4351-95c9-5f6b3e460f6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28355", + "x-ms-ratelimit-remaining-subscription-reads": "11570", + "x-ms-request-id": "3f2bf066-d186-4602-a58b-28fbebccd107", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062449Z:a5814cef-7673-4351-95c9-5f6b3e460f6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a271f7365d0c158267cb59ecce88993c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a271f7365d0c158267cb59ecce88993c", + "x-ms-correlation-request-id": "e458d181-aba1-40d5-93be-18311edb630d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28354", + "x-ms-ratelimit-remaining-subscription-reads": "11569", + "x-ms-request-id": "448202b9-6183-45f2-a3f2-5e76031ffbc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062449Z:e458d181-aba1-40d5-93be-18311edb630d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb0821ff075dc31f738642a7d8998d21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb0821ff075dc31f738642a7d8998d21", + "x-ms-correlation-request-id": "198e225a-ba9d-4bde-b4ef-7d33a94714da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28353", + "x-ms-ratelimit-remaining-subscription-reads": "11568", + "x-ms-request-id": "5f61e95d-cdbd-4948-81f8-d4698d38a56a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062449Z:198e225a-ba9d-4bde-b4ef-7d33a94714da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e784f0942c2f1989b10545514a679508", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e784f0942c2f1989b10545514a679508", + "x-ms-correlation-request-id": "ce761a1e-8556-4217-94d4-195facf73ede", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28352", + "x-ms-ratelimit-remaining-subscription-reads": "11567", + "x-ms-request-id": "9681c5ca-fc56-45bf-b9bc-e5c9223dbda7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062449Z:ce761a1e-8556-4217-94d4-195facf73ede" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3123a3c9ef12e09d8ad2e851ada3ccd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3123a3c9ef12e09d8ad2e851ada3ccd", + "x-ms-correlation-request-id": "91ffee0c-b4a0-445a-988a-e03ba91998ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28351", + "x-ms-ratelimit-remaining-subscription-reads": "11566", + "x-ms-request-id": "6d0aba43-f231-453c-a803-a87540be839c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062450Z:91ffee0c-b4a0-445a-988a-e03ba91998ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de58383db204d30d97ef1958c1cd790b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de58383db204d30d97ef1958c1cd790b", + "x-ms-correlation-request-id": "5be5df32-60a1-48e9-af31-d36c7e3c2a8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28350", + "x-ms-ratelimit-remaining-subscription-reads": "11565", + "x-ms-request-id": "4af18a1c-f3c1-4726-aee6-e94375f2fe43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062450Z:5be5df32-60a1-48e9-af31-d36c7e3c2a8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e6b39f1ea87f52fe6550f81fd04fed7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e6b39f1ea87f52fe6550f81fd04fed7", + "x-ms-correlation-request-id": "9d96ba87-9ec3-48df-9977-a87b2c0142c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28349", + "x-ms-ratelimit-remaining-subscription-reads": "11564", + "x-ms-request-id": "be3aa30c-a5f9-416b-8169-0319f7008b75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062450Z:9d96ba87-9ec3-48df-9977-a87b2c0142c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "121378c9b60f8a042d3f0b0284b16d0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "121378c9b60f8a042d3f0b0284b16d0a", + "x-ms-correlation-request-id": "14bc4f53-56ed-4b23-893f-68ab762b6316", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28348", + "x-ms-ratelimit-remaining-subscription-reads": "11563", + "x-ms-request-id": "876a35bb-935e-4d6a-a81b-54cc372ffc02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062450Z:14bc4f53-56ed-4b23-893f-68ab762b6316" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e09423349e6f53450962f8afa38bd593", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e09423349e6f53450962f8afa38bd593", + "x-ms-correlation-request-id": "a18fc3dd-1b80-4491-8675-cac5bb1c9276", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28347", + "x-ms-ratelimit-remaining-subscription-reads": "11562", + "x-ms-request-id": "6d0e3457-d427-45b6-a96a-98b4eac066f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062451Z:a18fc3dd-1b80-4491-8675-cac5bb1c9276" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "498f42f067ba3afb35e07148de2c7134", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "498f42f067ba3afb35e07148de2c7134", + "x-ms-correlation-request-id": "99d408ae-6630-479a-97a4-c7cc39dccc59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28346", + "x-ms-ratelimit-remaining-subscription-reads": "11561", + "x-ms-request-id": "d46f7f7d-7093-4f5a-8c98-00d97db8b258", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062451Z:99d408ae-6630-479a-97a4-c7cc39dccc59" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da4d04e71d6f2b6832c008adbe54e7a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da4d04e71d6f2b6832c008adbe54e7a1", + "x-ms-correlation-request-id": "0a596b22-1027-4d6d-944b-03bc62f48186", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28345", + "x-ms-ratelimit-remaining-subscription-reads": "11560", + "x-ms-request-id": "9e2f42fb-bbb3-4463-934e-644a28273a47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062451Z:0a596b22-1027-4d6d-944b-03bc62f48186" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "421178692322cd502759ab8e2cfd75dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "421178692322cd502759ab8e2cfd75dc", + "x-ms-correlation-request-id": "075b42f2-2653-4805-aa9d-848c5b0f20fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28344", + "x-ms-ratelimit-remaining-subscription-reads": "11559", + "x-ms-request-id": "1cce005c-423d-4f31-af15-42c13a6391ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062451Z:075b42f2-2653-4805-aa9d-848c5b0f20fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9ec7c3f0fa3dd223da6416fa5e4e7ce1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ec7c3f0fa3dd223da6416fa5e4e7ce1", + "x-ms-correlation-request-id": "9d7b71b3-5fc4-4914-8deb-ea4473baa73a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28343", + "x-ms-ratelimit-remaining-subscription-reads": "11558", + "x-ms-request-id": "2a01b39d-99ce-4cab-8645-024861b54e1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062452Z:9d7b71b3-5fc4-4914-8deb-ea4473baa73a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66decff92f1bc412b480b31672d9fe34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66decff92f1bc412b480b31672d9fe34", + "x-ms-correlation-request-id": "69876990-8aea-4a31-bac0-8277d4934603", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28342", + "x-ms-ratelimit-remaining-subscription-reads": "11557", + "x-ms-request-id": "cb1d905f-d7c1-4278-95c5-2c4d9b6ddddf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062452Z:69876990-8aea-4a31-bac0-8277d4934603" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbbc2c4a488d6e63543f67be0d566ed8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbbc2c4a488d6e63543f67be0d566ed8", + "x-ms-correlation-request-id": "970efddc-a6e2-493a-aee3-02cc6ca1a813", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28341", + "x-ms-ratelimit-remaining-subscription-reads": "11556", + "x-ms-request-id": "762d37f9-7ee3-455e-8817-1fa98735bbc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062452Z:970efddc-a6e2-493a-aee3-02cc6ca1a813" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d94cadc0e1fc1c1b003eabd470c5f00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d94cadc0e1fc1c1b003eabd470c5f00", + "x-ms-correlation-request-id": "93115a3b-8618-496f-beca-5cd16955b837", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28340", + "x-ms-ratelimit-remaining-subscription-reads": "11555", + "x-ms-request-id": "80967f11-36b7-4387-a5f4-7ddbe34c3676", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062452Z:93115a3b-8618-496f-beca-5cd16955b837" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "32afe1668191b0536c6f11dbc754b65e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32afe1668191b0536c6f11dbc754b65e", + "x-ms-correlation-request-id": "1cdb6a7a-5c7c-4b92-a51b-b6af8a1112b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28339", + "x-ms-ratelimit-remaining-subscription-reads": "11554", + "x-ms-request-id": "3f794924-07ec-4043-a6e9-5c289ead65eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062453Z:1cdb6a7a-5c7c-4b92-a51b-b6af8a1112b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a839da12a0453b156afa4b895ea62748", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a839da12a0453b156afa4b895ea62748", + "x-ms-correlation-request-id": "3ad5ccce-fb7b-423c-98eb-bfbb538a7d18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28338", + "x-ms-ratelimit-remaining-subscription-reads": "11553", + "x-ms-request-id": "8be80986-12f5-4af8-8cd9-4634efc7bb86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062453Z:3ad5ccce-fb7b-423c-98eb-bfbb538a7d18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b5867df3ca65b4676e3f0affde5f95b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b5867df3ca65b4676e3f0affde5f95b", + "x-ms-correlation-request-id": "d767ec48-7530-4ee7-abaf-49bfc8c91bd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28337", + "x-ms-ratelimit-remaining-subscription-reads": "11552", + "x-ms-request-id": "1dbfb6e7-0edf-4172-a148-fbb2f4ae8424", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062453Z:d767ec48-7530-4ee7-abaf-49bfc8c91bd8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6cab8b4cb7d2c5bbcb73c79636c952c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cab8b4cb7d2c5bbcb73c79636c952c6", + "x-ms-correlation-request-id": "a7487205-083e-4057-b8e4-68aa4140cb72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28336", + "x-ms-ratelimit-remaining-subscription-reads": "11551", + "x-ms-request-id": "7d99ca7b-5621-4684-92e6-cae445fbf084", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062453Z:a7487205-083e-4057-b8e4-68aa4140cb72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60fcc8488afcd5b794de3261b0663e84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60fcc8488afcd5b794de3261b0663e84", + "x-ms-correlation-request-id": "d2f86b2d-dea5-40b8-bb96-efc8d2b8bfd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28335", + "x-ms-ratelimit-remaining-subscription-reads": "11550", + "x-ms-request-id": "7a12d87c-8dde-428f-bd73-3aeb284d1945", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062454Z:d2f86b2d-dea5-40b8-bb96-efc8d2b8bfd5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d23def01bafb2875ab925f3374af25ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d23def01bafb2875ab925f3374af25ac", + "x-ms-correlation-request-id": "cc118699-c2e5-4482-a8cf-f942997b1c64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28334", + "x-ms-ratelimit-remaining-subscription-reads": "11549", + "x-ms-request-id": "7f332f52-6229-4d9f-b284-823b132753e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062454Z:cc118699-c2e5-4482-a8cf-f942997b1c64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34662a9199e9c15fd4d5d8f484591465", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34662a9199e9c15fd4d5d8f484591465", + "x-ms-correlation-request-id": "45729360-8ce0-423e-a2e4-5fc501a17a49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28333", + "x-ms-ratelimit-remaining-subscription-reads": "11548", + "x-ms-request-id": "e5c5d5ff-5c49-4bc3-ab68-7f6c7f46aec7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062454Z:45729360-8ce0-423e-a2e4-5fc501a17a49" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "469542357f8c8dca53d4b4692b8361e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "469542357f8c8dca53d4b4692b8361e4", + "x-ms-correlation-request-id": "f1ad6de8-a88d-44c2-8efc-5b8a58e0f199", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28332", + "x-ms-ratelimit-remaining-subscription-reads": "11547", + "x-ms-request-id": "945cdd5d-18b1-429b-85b7-44e0a0407ecb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062454Z:f1ad6de8-a88d-44c2-8efc-5b8a58e0f199" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85d086b80900689b907bfe26e280a352", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85d086b80900689b907bfe26e280a352", + "x-ms-correlation-request-id": "bbca1909-1e6f-4e57-be5e-96923f8e6e42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28331", + "x-ms-ratelimit-remaining-subscription-reads": "11546", + "x-ms-request-id": "ef4a5737-13f2-4571-b89f-84616b9e6aff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062455Z:bbca1909-1e6f-4e57-be5e-96923f8e6e42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31fefa7edf1a111f5fd9e114e4f59650", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31fefa7edf1a111f5fd9e114e4f59650", + "x-ms-correlation-request-id": "0e851162-a2e8-44d3-9ab0-845386c4f2cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28330", + "x-ms-ratelimit-remaining-subscription-reads": "11545", + "x-ms-request-id": "14358c03-72e1-482c-9a93-217973dbeee8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062455Z:0e851162-a2e8-44d3-9ab0-845386c4f2cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe3cf4738e892c64a72db61181a4abd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe3cf4738e892c64a72db61181a4abd2", + "x-ms-correlation-request-id": "d59b24b5-4815-42de-9f97-dbcc4a86d877", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28329", + "x-ms-ratelimit-remaining-subscription-reads": "11544", + "x-ms-request-id": "1b08134a-8470-439b-bf09-88064ccf58f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062455Z:d59b24b5-4815-42de-9f97-dbcc4a86d877" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30eb62303085d9ca66be26262786839a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30eb62303085d9ca66be26262786839a", + "x-ms-correlation-request-id": "32580ff1-9c99-4674-894c-972513f69da8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14308,Microsoft.Compute/GetOperation30Min;28328", + "x-ms-ratelimit-remaining-subscription-reads": "11543", + "x-ms-request-id": "b1f58477-1488-4f2c-a53c-a10139cac6a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062455Z:32580ff1-9c99-4674-894c-972513f69da8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eeb2ade4a544efc995d28aec280d90ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eeb2ade4a544efc995d28aec280d90ba", + "x-ms-correlation-request-id": "f39dfdcd-7edc-4655-a1ac-e07e4792be51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28327", + "x-ms-ratelimit-remaining-subscription-reads": "11542", + "x-ms-request-id": "773059c1-4372-458a-a16e-0b6a377350be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062456Z:f39dfdcd-7edc-4655-a1ac-e07e4792be51" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81e40f2e660943cb2a6297ca683e0420", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81e40f2e660943cb2a6297ca683e0420", + "x-ms-correlation-request-id": "3ffc640b-0ce2-4cb8-a9aa-ef92b6e35760", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28326", + "x-ms-ratelimit-remaining-subscription-reads": "11541", + "x-ms-request-id": "67599deb-3400-40d0-9521-779ac4020745", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062456Z:3ffc640b-0ce2-4cb8-a9aa-ef92b6e35760" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d32c1ba9bcf18a8d99fb9ab3a6ddb058", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d32c1ba9bcf18a8d99fb9ab3a6ddb058", + "x-ms-correlation-request-id": "90823fed-71cb-4b01-91ce-6dc61c8cccce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28325", + "x-ms-ratelimit-remaining-subscription-reads": "11540", + "x-ms-request-id": "377316e6-76f7-4006-a7d3-e4dea1eb6d6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062456Z:90823fed-71cb-4b01-91ce-6dc61c8cccce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "18f86b2e01a27e90e26fc4e10efe8657", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18f86b2e01a27e90e26fc4e10efe8657", + "x-ms-correlation-request-id": "77464728-b235-43c7-927b-0f765fbd0948", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28324", + "x-ms-ratelimit-remaining-subscription-reads": "11539", + "x-ms-request-id": "c4a6d5e3-0cdc-49c8-b3e7-d495b145a104", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062456Z:77464728-b235-43c7-927b-0f765fbd0948" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0d4269cdbce171c9815ae80ecc189c4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d4269cdbce171c9815ae80ecc189c4c", + "x-ms-correlation-request-id": "82047123-ded3-4e26-87f7-e8bffaa30a6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28323", + "x-ms-ratelimit-remaining-subscription-reads": "11538", + "x-ms-request-id": "fdb539f3-41d7-43d4-b7ea-0d1f13aefbb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062457Z:82047123-ded3-4e26-87f7-e8bffaa30a6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd9c3eb2ec45a77e8aaef182f8ac7c9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd9c3eb2ec45a77e8aaef182f8ac7c9a", + "x-ms-correlation-request-id": "9558c49b-9f96-4d61-80c6-1ffcbbe1b7a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28322", + "x-ms-ratelimit-remaining-subscription-reads": "11537", + "x-ms-request-id": "77e87528-34da-4d2e-a784-e9ada6d703c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062457Z:9558c49b-9f96-4d61-80c6-1ffcbbe1b7a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ce54275a39b7177a28797471982b1c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ce54275a39b7177a28797471982b1c9", + "x-ms-correlation-request-id": "e4369183-f32f-4396-8ec8-8ab456f2ebe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28321", + "x-ms-ratelimit-remaining-subscription-reads": "11536", + "x-ms-request-id": "572c0e01-3744-493e-99fd-5eb19a735d7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062457Z:e4369183-f32f-4396-8ec8-8ab456f2ebe7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf2f77d28962e112eb9a8232ca4778d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf2f77d28962e112eb9a8232ca4778d4", + "x-ms-correlation-request-id": "0b66858c-f6a7-490a-8e20-beb93108b820", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28320", + "x-ms-ratelimit-remaining-subscription-reads": "11535", + "x-ms-request-id": "eaa7d475-6a93-4e1e-ae6d-43f52c8ea86d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062457Z:0b66858c-f6a7-490a-8e20-beb93108b820" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "89984ede60320fb1c62a5bbe54368e07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89984ede60320fb1c62a5bbe54368e07", + "x-ms-correlation-request-id": "b0bed14c-a864-4fe5-9dd6-c1b373e82ab8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28319", + "x-ms-ratelimit-remaining-subscription-reads": "11534", + "x-ms-request-id": "c3a5e555-5b6e-4cee-8595-57a4cbe898e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062458Z:b0bed14c-a864-4fe5-9dd6-c1b373e82ab8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81af27fcac7dec37300351002045a75b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81af27fcac7dec37300351002045a75b", + "x-ms-correlation-request-id": "27abe10a-69a4-42ae-80c9-8556609aa1b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28318", + "x-ms-ratelimit-remaining-subscription-reads": "11533", + "x-ms-request-id": "7b038578-4ff7-455f-b273-806486d317de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062458Z:27abe10a-69a4-42ae-80c9-8556609aa1b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca69c20e27ea7296c62008382d538cb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca69c20e27ea7296c62008382d538cb5", + "x-ms-correlation-request-id": "fe867308-752b-4e7c-9d5b-d6cdf80c4de4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14297,Microsoft.Compute/GetOperation30Min;28317", + "x-ms-ratelimit-remaining-subscription-reads": "11532", + "x-ms-request-id": "fe95406b-7512-46ce-b002-4b7e8b7c5b39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062458Z:fe867308-752b-4e7c-9d5b-d6cdf80c4de4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3357b0bf797315716ac592f0fb0ee81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3357b0bf797315716ac592f0fb0ee81", + "x-ms-correlation-request-id": "b53c47b4-04e3-4a68-872b-c22babd6c621", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14296,Microsoft.Compute/GetOperation30Min;28316", + "x-ms-ratelimit-remaining-subscription-reads": "11531", + "x-ms-request-id": "a648894d-d2ab-4622-b79e-bb6e9f9d1214", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062458Z:b53c47b4-04e3-4a68-872b-c22babd6c621" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92af0083c3ccd41d903cbb5ca3ffbedc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92af0083c3ccd41d903cbb5ca3ffbedc", + "x-ms-correlation-request-id": "916b81e0-2ecc-441d-9264-9ea2351a4dc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14295,Microsoft.Compute/GetOperation30Min;28315", + "x-ms-ratelimit-remaining-subscription-reads": "11530", + "x-ms-request-id": "a0abd4f7-2995-4182-a8d6-bde3ef2416a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062459Z:916b81e0-2ecc-441d-9264-9ea2351a4dc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5f49b76040f16c36a37b43dce676315", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5f49b76040f16c36a37b43dce676315", + "x-ms-correlation-request-id": "d1e7cab8-1a63-46a6-b454-c28399280e9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14294,Microsoft.Compute/GetOperation30Min;28314", + "x-ms-ratelimit-remaining-subscription-reads": "11529", + "x-ms-request-id": "5ed45803-5c72-4a41-b16c-c97d981487a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062459Z:d1e7cab8-1a63-46a6-b454-c28399280e9d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2cb58731faa348e85e60125b3cfa8e16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cb58731faa348e85e60125b3cfa8e16", + "x-ms-correlation-request-id": "7d553147-e8e2-4603-a6b4-1e1a23b0336b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14293,Microsoft.Compute/GetOperation30Min;28313", + "x-ms-ratelimit-remaining-subscription-reads": "11528", + "x-ms-request-id": "88cc6128-fe1e-4a1c-b80b-a8ff672c9703", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062459Z:7d553147-e8e2-4603-a6b4-1e1a23b0336b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73b87ded49bc7e713d9927940fdf0629", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73b87ded49bc7e713d9927940fdf0629", + "x-ms-correlation-request-id": "f00dda1d-b06f-4b10-b878-178fd04d03e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14292,Microsoft.Compute/GetOperation30Min;28312", + "x-ms-ratelimit-remaining-subscription-reads": "11527", + "x-ms-request-id": "48064a84-a0cc-4a56-931b-baf198e4ff7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062459Z:f00dda1d-b06f-4b10-b878-178fd04d03e0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c2aa5d8914a7c38b3ac47aff167da6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c2aa5d8914a7c38b3ac47aff167da6f", + "x-ms-correlation-request-id": "0a064a99-251e-44e9-bae0-661197fc3b7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;28311", + "x-ms-ratelimit-remaining-subscription-reads": "11526", + "x-ms-request-id": "6439e8dc-cdc9-464e-b8eb-1038d34f7832", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062500Z:0a064a99-251e-44e9-bae0-661197fc3b7b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "51509da9f0afe8581536ef0ad254387e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51509da9f0afe8581536ef0ad254387e", + "x-ms-correlation-request-id": "fe60e78a-ce5f-4529-90bb-26331242936c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;28310", + "x-ms-ratelimit-remaining-subscription-reads": "11525", + "x-ms-request-id": "b6c9f046-44ff-42e3-aee1-a29de0fd32c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062500Z:fe60e78a-ce5f-4529-90bb-26331242936c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9682e95972cf5ccc443bc00f02c28dd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:24:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9682e95972cf5ccc443bc00f02c28dd5", + "x-ms-correlation-request-id": "28751ad9-733f-4b97-8245-1ee0c5baaec0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14409,Microsoft.Compute/GetOperation30Min;28309", + "x-ms-ratelimit-remaining-subscription-reads": "11524", + "x-ms-request-id": "a077e265-a9a4-48c8-b16c-50286fb9144f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062500Z:28751ad9-733f-4b97-8245-1ee0c5baaec0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71ebb7beb58fe8794d420613a22da95e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71ebb7beb58fe8794d420613a22da95e", + "x-ms-correlation-request-id": "c3d244fd-a36b-425c-a39a-526c3e030b48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;28308", + "x-ms-ratelimit-remaining-subscription-reads": "11523", + "x-ms-request-id": "5c368181-1d3c-48ad-be9d-156e1ce9827d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062500Z:c3d244fd-a36b-425c-a39a-526c3e030b48" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0855c87344e5379fd1f40c733049e653", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0855c87344e5379fd1f40c733049e653", + "x-ms-correlation-request-id": "563a7ebf-655f-40dd-b520-6c1178220121", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;28307", + "x-ms-ratelimit-remaining-subscription-reads": "11522", + "x-ms-request-id": "89334681-2a56-4707-bfd2-3ab288cdef34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062501Z:563a7ebf-655f-40dd-b520-6c1178220121" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1a4c19a9c769a4ef6f99498d6bb8b916", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a4c19a9c769a4ef6f99498d6bb8b916", + "x-ms-correlation-request-id": "841797a3-07ae-490d-9bd0-493d5c89395e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;28306", + "x-ms-ratelimit-remaining-subscription-reads": "11521", + "x-ms-request-id": "f8b31a65-8269-4959-9ad8-ce5f8f7e1c1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062501Z:841797a3-07ae-490d-9bd0-493d5c89395e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "399b6192846c7af018b4a09ba806b803", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "399b6192846c7af018b4a09ba806b803", + "x-ms-correlation-request-id": "0473c2b3-446f-4e8b-97a9-60663b68a966", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;28305", + "x-ms-ratelimit-remaining-subscription-reads": "11520", + "x-ms-request-id": "3c7380cf-ff69-40a7-980c-e5c952d9b2ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062501Z:0473c2b3-446f-4e8b-97a9-60663b68a966" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "886ab25c8ee1acf5d8b1984bfa12cb18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "886ab25c8ee1acf5d8b1984bfa12cb18", + "x-ms-correlation-request-id": "d7bc7b63-75ac-4a30-a331-4b4046c9a4f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;28304", + "x-ms-ratelimit-remaining-subscription-reads": "11519", + "x-ms-request-id": "59d67532-dd87-4fd9-8c90-0707d069d7df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062501Z:d7bc7b63-75ac-4a30-a331-4b4046c9a4f4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cee1f63aacad24e729d102b52754fb69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cee1f63aacad24e729d102b52754fb69", + "x-ms-correlation-request-id": "10517e3b-8ca8-4e33-aa70-23db5758e859", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;28303", + "x-ms-ratelimit-remaining-subscription-reads": "11518", + "x-ms-request-id": "5da63522-0e23-4ed9-8d2b-9a1cae96266e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062502Z:10517e3b-8ca8-4e33-aa70-23db5758e859" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b83145e1314d03356bef60baeba57f05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b83145e1314d03356bef60baeba57f05", + "x-ms-correlation-request-id": "5722720d-1a30-42c3-9663-6ee973ab0baf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28302", + "x-ms-ratelimit-remaining-subscription-reads": "11517", + "x-ms-request-id": "0acd06a3-d2e3-49fa-b04e-d5c968c4e1ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062502Z:5722720d-1a30-42c3-9663-6ee973ab0baf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b26187e8e925af56cb455e0f8b408584", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b26187e8e925af56cb455e0f8b408584", + "x-ms-correlation-request-id": "7d7ed858-f97b-444d-a12b-258c746dd127", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28301", + "x-ms-ratelimit-remaining-subscription-reads": "11516", + "x-ms-request-id": "58fb5c06-b729-41be-baae-f9752d855dff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062502Z:7d7ed858-f97b-444d-a12b-258c746dd127" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b56a2fb512e108cac0dd63be4b2c3984", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b56a2fb512e108cac0dd63be4b2c3984", + "x-ms-correlation-request-id": "f44ff892-f491-4f9b-8009-c4f1c0140848", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28300", + "x-ms-ratelimit-remaining-subscription-reads": "11515", + "x-ms-request-id": "740182b0-0080-4cc1-8b7b-707cb43dc423", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062502Z:f44ff892-f491-4f9b-8009-c4f1c0140848" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9fccfd5249f3f743ef81ed07d225772a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fccfd5249f3f743ef81ed07d225772a", + "x-ms-correlation-request-id": "a2d5a1b2-fd5d-4807-9f02-4e9dd669e9d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28299", + "x-ms-ratelimit-remaining-subscription-reads": "11514", + "x-ms-request-id": "9e926506-3739-4e97-82f1-33613305f51b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062503Z:a2d5a1b2-fd5d-4807-9f02-4e9dd669e9d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb05dc69ca3ad624bc58f1478698649f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb05dc69ca3ad624bc58f1478698649f", + "x-ms-correlation-request-id": "a2f4923c-b0a3-4594-8fdb-2f895ae39bff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28298", + "x-ms-ratelimit-remaining-subscription-reads": "11513", + "x-ms-request-id": "1dbc7686-dc02-48be-a166-dded876ac70d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062503Z:a2f4923c-b0a3-4594-8fdb-2f895ae39bff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8ebdda0ce5746c91eb72c66025c3359a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ebdda0ce5746c91eb72c66025c3359a", + "x-ms-correlation-request-id": "645b1bd7-4764-40d1-aff7-eeaa16cc67c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28297", + "x-ms-ratelimit-remaining-subscription-reads": "11512", + "x-ms-request-id": "5d5cb465-52c6-483d-9a17-8a694ab8ae75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062503Z:645b1bd7-4764-40d1-aff7-eeaa16cc67c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f5438667d278849d8f5e39a57fc7056", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f5438667d278849d8f5e39a57fc7056", + "x-ms-correlation-request-id": "5e8caaac-a16e-4039-b267-5faf442746d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28296", + "x-ms-ratelimit-remaining-subscription-reads": "11511", + "x-ms-request-id": "e4f449d0-1f6d-40ec-bbcb-6bd8ce4bb203", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062503Z:5e8caaac-a16e-4039-b267-5faf442746d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8fa4e1ce96884b64a98cfc803c4b1f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8fa4e1ce96884b64a98cfc803c4b1f9", + "x-ms-correlation-request-id": "08162ee4-48a5-4d2e-bebd-f43ceac51973", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;28295", + "x-ms-ratelimit-remaining-subscription-reads": "11510", + "x-ms-request-id": "5f2d5104-6088-4bcf-83da-7848c2d3a6fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062504Z:08162ee4-48a5-4d2e-bebd-f43ceac51973" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ee05623f4448f779134b57e02f615ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ee05623f4448f779134b57e02f615ef", + "x-ms-correlation-request-id": "7b30fd50-610c-41e0-a17a-81aeb44ae287", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;28294", + "x-ms-ratelimit-remaining-subscription-reads": "11509", + "x-ms-request-id": "40809d70-5f9c-413d-9595-f35f4a457e7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062504Z:7b30fd50-610c-41e0-a17a-81aeb44ae287" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7436f023dc87d3282cf258ead818414", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7436f023dc87d3282cf258ead818414", + "x-ms-correlation-request-id": "ef1281ff-a2b0-41ca-8b8f-36cca79dc5b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;28293", + "x-ms-ratelimit-remaining-subscription-reads": "11508", + "x-ms-request-id": "7cba5571-e6d4-4220-990f-7e571000aaf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062504Z:ef1281ff-a2b0-41ca-8b8f-36cca79dc5b2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0077e944211b2812d66b673333378153", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0077e944211b2812d66b673333378153", + "x-ms-correlation-request-id": "34089250-b009-4eff-90a9-9a21a1a1500f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;28292", + "x-ms-ratelimit-remaining-subscription-reads": "11507", + "x-ms-request-id": "c9a7e33d-5b13-441e-a30e-3081c586f8e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062504Z:34089250-b009-4eff-90a9-9a21a1a1500f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "94c5e083da81e6312463cc74cfe9e20f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94c5e083da81e6312463cc74cfe9e20f", + "x-ms-correlation-request-id": "85ec6c5e-5f4d-4c4b-b523-e44bdd9207d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;28291", + "x-ms-ratelimit-remaining-subscription-reads": "11506", + "x-ms-request-id": "1abd4841-03cc-4dac-b6c0-d79f9b66c9e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062505Z:85ec6c5e-5f4d-4c4b-b523-e44bdd9207d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "183aa0b0147fe0d35d1b005cd5fe494a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "183aa0b0147fe0d35d1b005cd5fe494a", + "x-ms-correlation-request-id": "41497ba5-0c4e-49e6-8001-b9796b91255f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;28290", + "x-ms-ratelimit-remaining-subscription-reads": "11505", + "x-ms-request-id": "e7efa6dd-53e4-4c75-996b-95cf1d3595fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062505Z:41497ba5-0c4e-49e6-8001-b9796b91255f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc0ad14df0bb6a93b891dbb7559d58ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc0ad14df0bb6a93b891dbb7559d58ed", + "x-ms-correlation-request-id": "41c80a02-a7c4-4abc-b49e-2d05f2f9f73e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;28289", + "x-ms-ratelimit-remaining-subscription-reads": "11504", + "x-ms-request-id": "81cde094-daf9-4aa1-9a46-277242f2c721", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062505Z:41c80a02-a7c4-4abc-b49e-2d05f2f9f73e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9283578869fd6fd40de43666d9d41026", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9283578869fd6fd40de43666d9d41026", + "x-ms-correlation-request-id": "344fbc8c-2084-4df4-95c0-3035b9bc6cea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28288", + "x-ms-ratelimit-remaining-subscription-reads": "11503", + "x-ms-request-id": "3cd0e70b-7f91-4533-b035-19fe66674a99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062505Z:344fbc8c-2084-4df4-95c0-3035b9bc6cea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd26821a16dec0530dcf60ed381b8bbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd26821a16dec0530dcf60ed381b8bbf", + "x-ms-correlation-request-id": "d30bec78-e016-4e3f-9eb8-fcac7a93328e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28287", + "x-ms-ratelimit-remaining-subscription-reads": "11502", + "x-ms-request-id": "a4af316d-b20a-47e7-8ef5-c0c01c1878de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062506Z:d30bec78-e016-4e3f-9eb8-fcac7a93328e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7dd413c2b67ae44dfd9bbfd7b92d91e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dd413c2b67ae44dfd9bbfd7b92d91e3", + "x-ms-correlation-request-id": "7817be71-f7cb-4b90-b755-79bf3e1fad1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28286", + "x-ms-ratelimit-remaining-subscription-reads": "11501", + "x-ms-request-id": "1653f3fc-b97c-4902-bc0a-197783dff90f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062506Z:7817be71-f7cb-4b90-b755-79bf3e1fad1e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d39db5815a77720e03c3852d09e636f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d39db5815a77720e03c3852d09e636f1", + "x-ms-correlation-request-id": "e36bb51e-ee1f-4b49-b4f6-e54833ed2149", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28285", + "x-ms-ratelimit-remaining-subscription-reads": "11500", + "x-ms-request-id": "e3a83385-8268-4463-8622-d71d34c2c0ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062506Z:e36bb51e-ee1f-4b49-b4f6-e54833ed2149" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c5a37759920063ab34410042567c06e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5a37759920063ab34410042567c06e0", + "x-ms-correlation-request-id": "5486e5a7-9577-4ce0-9070-b066f3c3b3cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28284", + "x-ms-ratelimit-remaining-subscription-reads": "11499", + "x-ms-request-id": "3d5108a0-0c3b-43e6-a011-804d3fc245c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062506Z:5486e5a7-9577-4ce0-9070-b066f3c3b3cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "836c7c3eb87e674805617ab7311fdb17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "836c7c3eb87e674805617ab7311fdb17", + "x-ms-correlation-request-id": "0f53c6cc-7406-4289-bbcd-d4c4f6973904", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28283", + "x-ms-ratelimit-remaining-subscription-reads": "11498", + "x-ms-request-id": "02dd0d86-701a-4c46-92e6-8a6b67bd62f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062507Z:0f53c6cc-7406-4289-bbcd-d4c4f6973904" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "427ecd65cb89eee30a399e355acb1b87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "427ecd65cb89eee30a399e355acb1b87", + "x-ms-correlation-request-id": "3fd208dd-cc0e-45ad-a2b6-560a15adf534", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28282", + "x-ms-ratelimit-remaining-subscription-reads": "11497", + "x-ms-request-id": "b3146529-3c30-4e48-9b1a-954679accf36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062507Z:3fd208dd-cc0e-45ad-a2b6-560a15adf534" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8ceea4bcb379a0722f3bbf9e18f33115", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ceea4bcb379a0722f3bbf9e18f33115", + "x-ms-correlation-request-id": "474dda6e-dad4-4f2f-b044-2d280e1d6e64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28281", + "x-ms-ratelimit-remaining-subscription-reads": "11496", + "x-ms-request-id": "3ea478f6-84a8-46f4-84bb-ba142aa17739", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062507Z:474dda6e-dad4-4f2f-b044-2d280e1d6e64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88dde866c4fe7256987d79441a120d39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88dde866c4fe7256987d79441a120d39", + "x-ms-correlation-request-id": "32c3ec5d-3a98-4215-80ad-d2932eab564c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28280", + "x-ms-ratelimit-remaining-subscription-reads": "11495", + "x-ms-request-id": "f30d1df3-ede5-4684-ac4e-ec4b66095c45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062507Z:32c3ec5d-3a98-4215-80ad-d2932eab564c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8cfbf3464e30b19d5bdd134e0b45d616", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cfbf3464e30b19d5bdd134e0b45d616", + "x-ms-correlation-request-id": "2eeff57d-2d05-4140-82b6-c023df4297f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28279", + "x-ms-ratelimit-remaining-subscription-reads": "11494", + "x-ms-request-id": "6acc666b-6070-4e8b-a05b-1786e9a455bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062508Z:2eeff57d-2d05-4140-82b6-c023df4297f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71cf890892edf7884e7cf4fb392e861c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71cf890892edf7884e7cf4fb392e861c", + "x-ms-correlation-request-id": "e5aac585-581b-49f4-ba56-f7d62cf9caaa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28278", + "x-ms-ratelimit-remaining-subscription-reads": "11493", + "x-ms-request-id": "ca0b7256-898f-435b-88b5-13e216189b09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062508Z:e5aac585-581b-49f4-ba56-f7d62cf9caaa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2558862da4f717e44b2b2d20b1086653", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2558862da4f717e44b2b2d20b1086653", + "x-ms-correlation-request-id": "9c82f782-8895-44f8-b64b-6fc106cb513f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28277", + "x-ms-ratelimit-remaining-subscription-reads": "11492", + "x-ms-request-id": "0cac8b55-b2d7-42ef-8adf-c8e7a212cdff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062508Z:9c82f782-8895-44f8-b64b-6fc106cb513f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "913c62a79c42b34c6a043eb45aa2782c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "913c62a79c42b34c6a043eb45aa2782c", + "x-ms-correlation-request-id": "1b5d5cc4-c7c4-4e7b-b335-8f9e67a55dcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28276", + "x-ms-ratelimit-remaining-subscription-reads": "11491", + "x-ms-request-id": "be52254e-a35b-40b6-8ea2-acc0fad06c50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062508Z:1b5d5cc4-c7c4-4e7b-b335-8f9e67a55dcd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8520f657b1ec631fa4b726c164674546", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8520f657b1ec631fa4b726c164674546", + "x-ms-correlation-request-id": "e3af0839-af7e-4a0f-b8a7-5de1e4d73cfe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28275", + "x-ms-ratelimit-remaining-subscription-reads": "11490", + "x-ms-request-id": "5b6c21b6-dc5e-4ff6-97a8-b2c71c1cffaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062509Z:e3af0839-af7e-4a0f-b8a7-5de1e4d73cfe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d754a015f5f291d939a4baf26630bda8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d754a015f5f291d939a4baf26630bda8", + "x-ms-correlation-request-id": "25bf3c19-f72a-4a58-99ca-bf768d0a695b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28274", + "x-ms-ratelimit-remaining-subscription-reads": "11489", + "x-ms-request-id": "e2b02f66-cb40-4ce5-9d44-71b4e067ff92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062509Z:25bf3c19-f72a-4a58-99ca-bf768d0a695b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bbc901b3e1e7f66643d9ec8b758a4e03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbc901b3e1e7f66643d9ec8b758a4e03", + "x-ms-correlation-request-id": "ef2156b4-7156-4d00-b934-cf3cca75ea05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28273", + "x-ms-ratelimit-remaining-subscription-reads": "11488", + "x-ms-request-id": "1c410ce7-ad6d-4427-ae3f-4591c6cefd4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062509Z:ef2156b4-7156-4d00-b934-cf3cca75ea05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b99ff7bfa04e623a1c8e4b48f72cfc74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b99ff7bfa04e623a1c8e4b48f72cfc74", + "x-ms-correlation-request-id": "b4c64186-ec92-4855-aaf0-64eabcf01175", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28272", + "x-ms-ratelimit-remaining-subscription-reads": "11487", + "x-ms-request-id": "5ff13076-bf39-4ccc-ba43-ebed633ca346", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062509Z:b4c64186-ec92-4855-aaf0-64eabcf01175" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "630d7dfa8a9d345e395d9418084e1caf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "630d7dfa8a9d345e395d9418084e1caf", + "x-ms-correlation-request-id": "390145f5-887a-4459-a1d8-1a509dcd805a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28271", + "x-ms-ratelimit-remaining-subscription-reads": "11486", + "x-ms-request-id": "f74fe031-ab59-4731-84e6-796382a0222e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062510Z:390145f5-887a-4459-a1d8-1a509dcd805a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e33b6550391135ac6679e58951efe17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e33b6550391135ac6679e58951efe17", + "x-ms-correlation-request-id": "5d391b9f-d978-4968-928f-d38588312fa8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28270", + "x-ms-ratelimit-remaining-subscription-reads": "11485", + "x-ms-request-id": "9860bf8f-39f6-4e08-8bd6-3664559b4509", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062510Z:5d391b9f-d978-4968-928f-d38588312fa8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f89078dceb7c3465996a7ff00c2159ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f89078dceb7c3465996a7ff00c2159ce", + "x-ms-correlation-request-id": "958c9126-a5ad-4a89-a346-698585857d12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28269", + "x-ms-ratelimit-remaining-subscription-reads": "11484", + "x-ms-request-id": "e51cb03e-a79b-48c9-bf73-bf1d06d0a3ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062510Z:958c9126-a5ad-4a89-a346-698585857d12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "40f29c728ef8f7e322fa9c35eb059f1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40f29c728ef8f7e322fa9c35eb059f1b", + "x-ms-correlation-request-id": "a2f4b82c-aca6-4dc7-8ce3-6a39e8d96d8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28268", + "x-ms-ratelimit-remaining-subscription-reads": "11483", + "x-ms-request-id": "ef4ecb15-dcde-406a-947c-62497e76f74f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062510Z:a2f4b82c-aca6-4dc7-8ce3-6a39e8d96d8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "903c7c5f23be6a3251ffd526836a06a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "903c7c5f23be6a3251ffd526836a06a5", + "x-ms-correlation-request-id": "667e31b9-4a87-455c-b07e-1995e72f9a6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28267", + "x-ms-ratelimit-remaining-subscription-reads": "11482", + "x-ms-request-id": "cc96f65b-f423-4fc0-abc8-b1a2f4ddb690", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062511Z:667e31b9-4a87-455c-b07e-1995e72f9a6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8e6d00ebe2b4e1e9498d5824e2f4893", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8e6d00ebe2b4e1e9498d5824e2f4893", + "x-ms-correlation-request-id": "525306f2-474c-4a12-99cf-68981e1e2be0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28266", + "x-ms-ratelimit-remaining-subscription-reads": "11481", + "x-ms-request-id": "297fd563-d610-4b01-9fcf-0698a164d929", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062511Z:525306f2-474c-4a12-99cf-68981e1e2be0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8f9164cbc9e54e0f6a88eff9b8bc74b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f9164cbc9e54e0f6a88eff9b8bc74b8", + "x-ms-correlation-request-id": "fad81c35-1043-46ad-9494-3db4eb68804d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28265", + "x-ms-ratelimit-remaining-subscription-reads": "11480", + "x-ms-request-id": "731cdff3-a0b6-453d-8446-378452905d1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062511Z:fad81c35-1043-46ad-9494-3db4eb68804d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b27f7f4a61fa0ef5eeefb254eaf1b21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b27f7f4a61fa0ef5eeefb254eaf1b21", + "x-ms-correlation-request-id": "a6bf2e7c-ec39-4547-a9fc-9bcb31e12c48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28264", + "x-ms-ratelimit-remaining-subscription-reads": "11479", + "x-ms-request-id": "cc180f08-27ae-42e2-9fc3-4ca0e6fb9cae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062511Z:a6bf2e7c-ec39-4547-a9fc-9bcb31e12c48" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e5a42b676d945bfc0978ea2cf2595d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e5a42b676d945bfc0978ea2cf2595d7", + "x-ms-correlation-request-id": "74a79341-4792-400f-a46e-b69e4aea2b47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14363,Microsoft.Compute/GetOperation30Min;28263", + "x-ms-ratelimit-remaining-subscription-reads": "11478", + "x-ms-request-id": "5048b8a8-ac9c-4aaf-8020-0813c6dc4188", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062512Z:74a79341-4792-400f-a46e-b69e4aea2b47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "578e1d242c08257374f031f6cdea00ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "578e1d242c08257374f031f6cdea00ba", + "x-ms-correlation-request-id": "960f11ed-1e6c-4b43-b27b-0eae66d42efb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28262", + "x-ms-ratelimit-remaining-subscription-reads": "11477", + "x-ms-request-id": "e25ee3dc-7b94-494e-b0f1-04500f45e6f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062512Z:960f11ed-1e6c-4b43-b27b-0eae66d42efb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7642cd6d55627dde37e25b87174dd038", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7642cd6d55627dde37e25b87174dd038", + "x-ms-correlation-request-id": "61aeb437-af19-41cc-80ea-9d08a36c2472", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28261", + "x-ms-ratelimit-remaining-subscription-reads": "11476", + "x-ms-request-id": "ec9bd115-ec32-4038-9ace-12e7dfdafb49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062512Z:61aeb437-af19-41cc-80ea-9d08a36c2472" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31012359c4218919ce35aae845c977d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31012359c4218919ce35aae845c977d6", + "x-ms-correlation-request-id": "fd53d429-1a92-4606-be0d-d503457690fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28260", + "x-ms-ratelimit-remaining-subscription-reads": "11475", + "x-ms-request-id": "06245ff0-5bcd-4132-9267-3cb37af8b6d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062512Z:fd53d429-1a92-4606-be0d-d503457690fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0135d4971ee2cf753e111f25d1ec0d27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0135d4971ee2cf753e111f25d1ec0d27", + "x-ms-correlation-request-id": "025aa87b-5fbc-42da-bb19-806c6b76e557", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28259", + "x-ms-ratelimit-remaining-subscription-reads": "11474", + "x-ms-request-id": "7eb6ea7c-10b5-4310-a23c-4e45d9ac8fd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062513Z:025aa87b-5fbc-42da-bb19-806c6b76e557" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa9df81fcfe8a998b4b9a82cabf5386e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa9df81fcfe8a998b4b9a82cabf5386e", + "x-ms-correlation-request-id": "7d8fccdd-5c69-4207-a9d7-d6a7fff68a8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28258", + "x-ms-ratelimit-remaining-subscription-reads": "11473", + "x-ms-request-id": "6a7d01bb-5eb4-478c-ac54-1522612a17a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062513Z:7d8fccdd-5c69-4207-a9d7-d6a7fff68a8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43f0856bce183a56ad32f210a4f3b7e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43f0856bce183a56ad32f210a4f3b7e2", + "x-ms-correlation-request-id": "cf2e034b-86ee-47c8-ab23-def8d9b88ca7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28257", + "x-ms-ratelimit-remaining-subscription-reads": "11472", + "x-ms-request-id": "fe76dea4-3f8a-4751-a5b1-54fdb72732f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062513Z:cf2e034b-86ee-47c8-ab23-def8d9b88ca7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4cc88328cc2bc8ed3b8b4d2875482348", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cc88328cc2bc8ed3b8b4d2875482348", + "x-ms-correlation-request-id": "6aa3bbd4-9f84-43e5-a5fb-c2d8e9a816aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28256", + "x-ms-ratelimit-remaining-subscription-reads": "11471", + "x-ms-request-id": "2482663e-12b1-4c23-a217-424ee1a10828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062514Z:6aa3bbd4-9f84-43e5-a5fb-c2d8e9a816aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4cbab1d8c9fc500fa162fcb6dc8704c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cbab1d8c9fc500fa162fcb6dc8704c0", + "x-ms-correlation-request-id": "3ac061cd-ca30-4dd7-9463-d2f8e77f3378", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28255", + "x-ms-ratelimit-remaining-subscription-reads": "11470", + "x-ms-request-id": "cc310494-8ae7-47d8-995f-f052647b089c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062514Z:3ac061cd-ca30-4dd7-9463-d2f8e77f3378" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2704c601eb2d9e429727088c812dc464", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2704c601eb2d9e429727088c812dc464", + "x-ms-correlation-request-id": "ed5d29e4-5f6d-4f85-ad45-2e8de95ddcd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28254", + "x-ms-ratelimit-remaining-subscription-reads": "11469", + "x-ms-request-id": "4cf36ad8-5223-42db-8936-ac6760af3599", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062514Z:ed5d29e4-5f6d-4f85-ad45-2e8de95ddcd3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f337a90e6b395ee67477aac8cf36ebb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f337a90e6b395ee67477aac8cf36ebb3", + "x-ms-correlation-request-id": "7f5f8cb0-6037-4ba2-ad7c-90d1e4ed4959", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28253", + "x-ms-ratelimit-remaining-subscription-reads": "11468", + "x-ms-request-id": "aa67d80f-dd13-465d-b386-25822bd2c9d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062514Z:7f5f8cb0-6037-4ba2-ad7c-90d1e4ed4959" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af278d86fb44ed1b6e1bb4d4c182cf74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af278d86fb44ed1b6e1bb4d4c182cf74", + "x-ms-correlation-request-id": "379f3d01-919d-4ff4-b975-35b99d19d884", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28252", + "x-ms-ratelimit-remaining-subscription-reads": "11467", + "x-ms-request-id": "e5bd8efb-2ba9-4a47-8edf-bd4d6f992bc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062515Z:379f3d01-919d-4ff4-b975-35b99d19d884" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/f3b5da92-3576-4990-9ac4-b69df9e046ea?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "33a8989d11509587dfa6b3b54079cf61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33a8989d11509587dfa6b3b54079cf61", + "x-ms-correlation-request-id": "49feca17-e3f7-4102-b8f4-7e1027ea1d05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28251", + "x-ms-ratelimit-remaining-subscription-reads": "11466", + "x-ms-request-id": "9c9e3a98-bb94-425a-8737-73849379fdef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062515Z:49feca17-e3f7-4102-b8f4-7e1027ea1d05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:19:24.3752935\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:25:15.0626944\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u0022f3b5da92-3576-4990-9ac4-b69df9e046ea\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f405543b150612208d4a841eb7119cf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2510", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f405543b150612208d4a841eb7119cf1", + "x-ms-correlation-request-id": "ab7b4435-0cb6-4a11-8483-90448a39a639", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31993", + "x-ms-ratelimit-remaining-subscription-reads": "11465", + "x-ms-request-id": "32765ca5-8d0b-4352-af67-e6b5b72d75fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062515Z:ab7b4435-0cb6-4a11-8483-90448a39a639" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVM-1286\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u00221d8d62b7-d12b-4cd7-9e5c-5bffb1e761e6\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-1286_OsDisk_1_77806724d9394cb2a4b7ac1e6261c33c\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/disks/testVM-1286_OsDisk_1_77806724d9394cb2a4b7ac1e6261c33c\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-1286\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286/deallocate?api-version=2021-03-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "372b36a8b88e75630691cf9e4866adf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:25:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "372b36a8b88e75630691cf9e4866adf5", + "x-ms-correlation-request-id": "84549bc4-7a6b-4ecf-b54f-3761b4058ce6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1196", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "92cfe0a3-d598-4508-924c-44d7ef27f917", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062516Z:84549bc4-7a6b-4ecf-b54f-3761b4058ce6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "090cc209974e82d2f090ee744582ca27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "36", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "090cc209974e82d2f090ee744582ca27", + "x-ms-correlation-request-id": "2a388d29-e152-435e-bee8-2d7be430a538", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28250", + "x-ms-ratelimit-remaining-subscription-reads": "11464", + "x-ms-request-id": "d18d32c8-5b55-479b-a376-5af1ee2a7d40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062516Z:2a388d29-e152-435e-bee8-2d7be430a538" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "64d28f9c2f78cc74c8a2c0f8135de79d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64d28f9c2f78cc74c8a2c0f8135de79d", + "x-ms-correlation-request-id": "10b2975f-7033-4125-a6ad-825413d14bed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28249", + "x-ms-ratelimit-remaining-subscription-reads": "11463", + "x-ms-request-id": "f24b450f-0789-46c1-b643-a63f30ed9c15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062516Z:10b2975f-7033-4125-a6ad-825413d14bed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "859401b3a359b4a680157cecedf843f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "859401b3a359b4a680157cecedf843f5", + "x-ms-correlation-request-id": "dc75eec0-68b1-44bf-aa5d-3564066d31ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28248", + "x-ms-ratelimit-remaining-subscription-reads": "11462", + "x-ms-request-id": "0d300692-4bed-4706-8d47-251b9de621da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062516Z:dc75eec0-68b1-44bf-aa5d-3564066d31ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd697ecc7996d9554d3f40acd7da6f93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd697ecc7996d9554d3f40acd7da6f93", + "x-ms-correlation-request-id": "90c9bd6b-40cd-4ff3-9867-0fc6205c11c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28247", + "x-ms-ratelimit-remaining-subscription-reads": "11461", + "x-ms-request-id": "13714a57-2fbe-43eb-9b9f-94d8ae6d7474", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062517Z:90c9bd6b-40cd-4ff3-9867-0fc6205c11c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43c150a844edf9cde81de463b388dfd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43c150a844edf9cde81de463b388dfd0", + "x-ms-correlation-request-id": "a6f9b3ce-7869-45e7-9b54-fdbe7d4fa317", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28246", + "x-ms-ratelimit-remaining-subscription-reads": "11460", + "x-ms-request-id": "f6a1b991-b753-4aa4-be6d-f608aaf256f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062517Z:a6f9b3ce-7869-45e7-9b54-fdbe7d4fa317" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "952cca5eeaf43906acbb371962fadda5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "952cca5eeaf43906acbb371962fadda5", + "x-ms-correlation-request-id": "5dc4bf13-9a46-49b9-b42e-881bcc74533f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28245", + "x-ms-ratelimit-remaining-subscription-reads": "11459", + "x-ms-request-id": "d41f1d76-c1b8-44af-ba77-e00552981de9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062517Z:5dc4bf13-9a46-49b9-b42e-881bcc74533f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c43e8a600378707b06f147995f226c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c43e8a600378707b06f147995f226c5", + "x-ms-correlation-request-id": "76e9ba8b-24f7-475b-b567-807f790a2b55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28244", + "x-ms-ratelimit-remaining-subscription-reads": "11458", + "x-ms-request-id": "195840ce-2386-4ddd-b01b-f423e83e3756", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062518Z:76e9ba8b-24f7-475b-b567-807f790a2b55" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c4d7060d9aebe9f498797320db397ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c4d7060d9aebe9f498797320db397ee", + "x-ms-correlation-request-id": "e14e1103-d3c9-4182-837f-359a34274ca9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28243", + "x-ms-ratelimit-remaining-subscription-reads": "11457", + "x-ms-request-id": "30458631-e534-4ac4-9121-562cca2a5813", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062518Z:e14e1103-d3c9-4182-837f-359a34274ca9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cabc3e4042455e98c2a4e484d58da4b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cabc3e4042455e98c2a4e484d58da4b9", + "x-ms-correlation-request-id": "49e2a9c3-ca4b-4003-90d2-0797005ef198", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28241", + "x-ms-ratelimit-remaining-subscription-reads": "11456", + "x-ms-request-id": "41695603-319e-42b4-b31c-b654a2011200", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062518Z:49e2a9c3-ca4b-4003-90d2-0797005ef198" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f1b97294d0acccf7498453b068d57afd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1b97294d0acccf7498453b068d57afd", + "x-ms-correlation-request-id": "7bba0c48-3b79-4ed8-b216-0456586d2ac4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28240", + "x-ms-ratelimit-remaining-subscription-reads": "11455", + "x-ms-request-id": "41eee800-3bda-4cab-a794-a73fe54cf828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062519Z:7bba0c48-3b79-4ed8-b216-0456586d2ac4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "573826d85c351e80d8ef4a09f51ae9bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "573826d85c351e80d8ef4a09f51ae9bb", + "x-ms-correlation-request-id": "c4558d7c-ade3-4515-966a-9d173f622cb3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28239", + "x-ms-ratelimit-remaining-subscription-reads": "11454", + "x-ms-request-id": "eb4082b6-5f43-4f9b-bd91-92e858876499", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062519Z:c4558d7c-ade3-4515-966a-9d173f622cb3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a9ddde2a5fa6f4247f080c0efe8f5ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a9ddde2a5fa6f4247f080c0efe8f5ec", + "x-ms-correlation-request-id": "ae80f33d-9a1d-43fe-8cb2-3843b8065cc6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28238", + "x-ms-ratelimit-remaining-subscription-reads": "11453", + "x-ms-request-id": "03590250-b50d-4d11-bd34-7b3d532c65ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062519Z:ae80f33d-9a1d-43fe-8cb2-3843b8065cc6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aface62a4d543884f29a19bc86edd72f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aface62a4d543884f29a19bc86edd72f", + "x-ms-correlation-request-id": "69d25dac-3a9a-40cf-8f6d-97e35ea33f18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28237", + "x-ms-ratelimit-remaining-subscription-reads": "11452", + "x-ms-request-id": "261732a8-0ce6-4c78-824b-3c908e74099e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062519Z:69d25dac-3a9a-40cf-8f6d-97e35ea33f18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8acd979adf383203e3c90f45dbbf2fef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8acd979adf383203e3c90f45dbbf2fef", + "x-ms-correlation-request-id": "14ff9c2c-610c-4564-b221-0d04b1f904cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28236", + "x-ms-ratelimit-remaining-subscription-reads": "11451", + "x-ms-request-id": "3184f43c-ecd8-4e7e-94fc-35ac3d462faf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062520Z:14ff9c2c-610c-4564-b221-0d04b1f904cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0edf5df93a6d95675964a85f8b86e95a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0edf5df93a6d95675964a85f8b86e95a", + "x-ms-correlation-request-id": "37ab1560-d864-4c17-9409-5285c1a75cb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28235", + "x-ms-ratelimit-remaining-subscription-reads": "11450", + "x-ms-request-id": "186c74f6-fe1f-4e6f-97b9-c8d555187c2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062520Z:37ab1560-d864-4c17-9409-5285c1a75cb6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "582550186a1a4ab4e379cb8b3d3e5d33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "582550186a1a4ab4e379cb8b3d3e5d33", + "x-ms-correlation-request-id": "7b5c148c-92f7-4b87-b217-8a33aa5bbd43", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28234", + "x-ms-ratelimit-remaining-subscription-reads": "11449", + "x-ms-request-id": "c09dda30-bbcd-4bfc-9d8a-0c297fe351e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062520Z:7b5c148c-92f7-4b87-b217-8a33aa5bbd43" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29c22a6bc80d60c22f3831d336a4a75d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29c22a6bc80d60c22f3831d336a4a75d", + "x-ms-correlation-request-id": "39a79645-1031-4ef5-ae1f-2f30f633ef9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28233", + "x-ms-ratelimit-remaining-subscription-reads": "11448", + "x-ms-request-id": "bf4eec0e-d5fd-4a2c-b624-6a041134c524", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062520Z:39a79645-1031-4ef5-ae1f-2f30f633ef9c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a2cb5e0d7998fd4a8942af36edb571b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a2cb5e0d7998fd4a8942af36edb571b", + "x-ms-correlation-request-id": "9a8a2afa-9042-4939-9b5b-1b00c9999481", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28232", + "x-ms-ratelimit-remaining-subscription-reads": "11447", + "x-ms-request-id": "a40c033d-a401-4bd4-913c-82b03f289968", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062521Z:9a8a2afa-9042-4939-9b5b-1b00c9999481" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61f37507bfc34f4c8ec528e239e1133e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61f37507bfc34f4c8ec528e239e1133e", + "x-ms-correlation-request-id": "3709271c-dd5a-4212-822d-932a7e0b4036", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28231", + "x-ms-ratelimit-remaining-subscription-reads": "11446", + "x-ms-request-id": "0c9c7a10-1610-4718-85cd-dba7405394c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062521Z:3709271c-dd5a-4212-822d-932a7e0b4036" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88aa6ed2d211949a553380789dcef254", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88aa6ed2d211949a553380789dcef254", + "x-ms-correlation-request-id": "023b35a9-3713-4ec0-8292-3a305f4918ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28230", + "x-ms-ratelimit-remaining-subscription-reads": "11445", + "x-ms-request-id": "da0d78b1-8869-4f1f-a7b7-8d83a3578181", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062521Z:023b35a9-3713-4ec0-8292-3a305f4918ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c1cc16e045b0209969ddfcd3aef255c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1cc16e045b0209969ddfcd3aef255c7", + "x-ms-correlation-request-id": "a925f8f1-db85-40d0-92ce-b3ea21d1696d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28229", + "x-ms-ratelimit-remaining-subscription-reads": "11444", + "x-ms-request-id": "eea1df5f-ee8c-4661-9521-1d6349a2fb4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062521Z:a925f8f1-db85-40d0-92ce-b3ea21d1696d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff21eb80cf303509db5f0c903fd3b1c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff21eb80cf303509db5f0c903fd3b1c0", + "x-ms-correlation-request-id": "26841326-27c6-4be6-a155-d58a0cb28438", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28228", + "x-ms-ratelimit-remaining-subscription-reads": "11443", + "x-ms-request-id": "68e0093b-75d7-4423-9e15-dc2999ce99c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062522Z:26841326-27c6-4be6-a155-d58a0cb28438" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2302d4d252148d8ed48a1e34d6c6e563", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2302d4d252148d8ed48a1e34d6c6e563", + "x-ms-correlation-request-id": "ecce94d6-7f97-4c36-ac3a-36d6d453d9bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28227", + "x-ms-ratelimit-remaining-subscription-reads": "11442", + "x-ms-request-id": "ea9eaf44-7249-4d3b-8bd8-4d633336bda6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062522Z:ecce94d6-7f97-4c36-ac3a-36d6d453d9bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2f8b9ddf3ad11230c97e6513809e195", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2f8b9ddf3ad11230c97e6513809e195", + "x-ms-correlation-request-id": "abba2c17-db75-463e-bdc6-4ceb71d0baba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28226", + "x-ms-ratelimit-remaining-subscription-reads": "11441", + "x-ms-request-id": "80f08b8c-0f3f-4bb9-8c71-eda6e56d580e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062522Z:abba2c17-db75-463e-bdc6-4ceb71d0baba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da013b2b32ef2eb25d932aa6b0d55e15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da013b2b32ef2eb25d932aa6b0d55e15", + "x-ms-correlation-request-id": "0643db93-18ee-4266-9619-2700721ef247", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28225", + "x-ms-ratelimit-remaining-subscription-reads": "11440", + "x-ms-request-id": "d019e9ae-dc52-49fa-8cbf-56757cf1d504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062522Z:0643db93-18ee-4266-9619-2700721ef247" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86b2a979ffdbdf13b0f0167d6c3c54cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86b2a979ffdbdf13b0f0167d6c3c54cb", + "x-ms-correlation-request-id": "5ab225d6-3ef7-410f-9921-917d5943614e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28224", + "x-ms-ratelimit-remaining-subscription-reads": "11439", + "x-ms-request-id": "6facdd49-b5fe-4a19-9967-3eec1b9e16bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062523Z:5ab225d6-3ef7-410f-9921-917d5943614e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a0989a90bc4aa7306ca5419c87c6037", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a0989a90bc4aa7306ca5419c87c6037", + "x-ms-correlation-request-id": "da11244b-cf6c-421e-a9fa-3705a51cd3ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28223", + "x-ms-ratelimit-remaining-subscription-reads": "11438", + "x-ms-request-id": "87757758-20b8-4b2f-ac58-4d33ff1b5aa6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062523Z:da11244b-cf6c-421e-a9fa-3705a51cd3ba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8fd8d0385b572bba282229ff1c35c120", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fd8d0385b572bba282229ff1c35c120", + "x-ms-correlation-request-id": "4a20a365-42ac-4c93-b9b7-0e993795b512", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28222", + "x-ms-ratelimit-remaining-subscription-reads": "11437", + "x-ms-request-id": "ae569d11-8cc6-4b8d-aba4-9bbfef9d43f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062523Z:4a20a365-42ac-4c93-b9b7-0e993795b512" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27fd5f3fc4cb6e5036077f11abfa1634", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27fd5f3fc4cb6e5036077f11abfa1634", + "x-ms-correlation-request-id": "b5a55b74-c6ee-4126-bea7-02a8cb20485f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28221", + "x-ms-ratelimit-remaining-subscription-reads": "11436", + "x-ms-request-id": "4ab553e2-9abd-4b65-ad84-625defe66252", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062523Z:b5a55b74-c6ee-4126-bea7-02a8cb20485f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b45df90c5644e73cedd72a2e1748ed1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b45df90c5644e73cedd72a2e1748ed1", + "x-ms-correlation-request-id": "c61db71a-5688-43ee-8b7b-d1d97675208b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28220", + "x-ms-ratelimit-remaining-subscription-reads": "11435", + "x-ms-request-id": "2432ee6b-c9cb-40eb-98a0-b47807d95727", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062524Z:c61db71a-5688-43ee-8b7b-d1d97675208b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69da3308397f746b8069594fdba97f2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69da3308397f746b8069594fdba97f2e", + "x-ms-correlation-request-id": "e549860c-60fc-4a18-88a6-3218b7a35be3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28219", + "x-ms-ratelimit-remaining-subscription-reads": "11434", + "x-ms-request-id": "284ecc42-0435-4c33-bc19-2b9e2d23b4e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062524Z:e549860c-60fc-4a18-88a6-3218b7a35be3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c6ef50b25ef79bbebaf58ed51ad8cc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c6ef50b25ef79bbebaf58ed51ad8cc2", + "x-ms-correlation-request-id": "cbe5366f-945f-4060-b0c0-79d3d15e330a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28218", + "x-ms-ratelimit-remaining-subscription-reads": "11433", + "x-ms-request-id": "a345b782-0560-4274-8b71-6c8d09ebb775", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062524Z:cbe5366f-945f-4060-b0c0-79d3d15e330a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7708ae79ad1f57b473d01bfb6b247325", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7708ae79ad1f57b473d01bfb6b247325", + "x-ms-correlation-request-id": "6c5699aa-7718-42b2-ba29-ea10b11aaeee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28217", + "x-ms-ratelimit-remaining-subscription-reads": "11432", + "x-ms-request-id": "1e40bb7f-886b-426b-ae35-7ece16a29556", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062524Z:6c5699aa-7718-42b2-ba29-ea10b11aaeee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec97445e5105e2e177607dd0e07d22d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec97445e5105e2e177607dd0e07d22d2", + "x-ms-correlation-request-id": "44d09c88-f729-4bc2-ac9c-c9f15f7b3bc7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28216", + "x-ms-ratelimit-remaining-subscription-reads": "11431", + "x-ms-request-id": "be1e3dcf-0612-4e0c-b2a4-48ac8b45a194", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062525Z:44d09c88-f729-4bc2-ac9c-c9f15f7b3bc7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2cd697dd08a05d0e4017c91f0ac00dc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cd697dd08a05d0e4017c91f0ac00dc7", + "x-ms-correlation-request-id": "a04263d7-47a6-4521-b1c6-22dc002d2325", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28215", + "x-ms-ratelimit-remaining-subscription-reads": "11430", + "x-ms-request-id": "a574e69f-e7ad-4a2b-a263-eb12ab222f80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062525Z:a04263d7-47a6-4521-b1c6-22dc002d2325" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0d8f323ba01627bccd26ffbf30e476f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d8f323ba01627bccd26ffbf30e476f6", + "x-ms-correlation-request-id": "0c629bed-7c3c-44cc-80fd-71548fd2bf7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28214", + "x-ms-ratelimit-remaining-subscription-reads": "11429", + "x-ms-request-id": "60a8c238-159f-43c6-9c32-ac68ba4464d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062525Z:0c629bed-7c3c-44cc-80fd-71548fd2bf7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d41d49ad464d55853639abed88c2d8b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d41d49ad464d55853639abed88c2d8b7", + "x-ms-correlation-request-id": "6554a12c-7ad2-4c19-af20-c3ab888a0d21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28213", + "x-ms-ratelimit-remaining-subscription-reads": "11428", + "x-ms-request-id": "6501a0a2-58df-4f53-ad3d-2288ebb82847", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062525Z:6554a12c-7ad2-4c19-af20-c3ab888a0d21" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae94b65215ed3cbbdaae5f7a084f2d5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae94b65215ed3cbbdaae5f7a084f2d5c", + "x-ms-correlation-request-id": "309f3431-f8bd-4801-8566-a41fe8814f6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28212", + "x-ms-ratelimit-remaining-subscription-reads": "11427", + "x-ms-request-id": "53e17b66-8fae-438e-a5f1-407362c6137f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062526Z:309f3431-f8bd-4801-8566-a41fe8814f6e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c171d2a139a2f579ad39d7ddf5cf9e0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c171d2a139a2f579ad39d7ddf5cf9e0b", + "x-ms-correlation-request-id": "9fc34cdb-2bf9-41ff-b6c2-31a35d2981b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28211", + "x-ms-ratelimit-remaining-subscription-reads": "11426", + "x-ms-request-id": "70cc96a6-964d-4cf2-ac0d-b5400442142e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062526Z:9fc34cdb-2bf9-41ff-b6c2-31a35d2981b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "796c484ec74f98098de1fa9ee70b4de7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "796c484ec74f98098de1fa9ee70b4de7", + "x-ms-correlation-request-id": "a11363fe-06fb-4df1-914b-dc6e8f8ccbf4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28210", + "x-ms-ratelimit-remaining-subscription-reads": "11425", + "x-ms-request-id": "27ae73de-b2de-4782-98b8-6247bdbf2bca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062526Z:a11363fe-06fb-4df1-914b-dc6e8f8ccbf4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b64b4e0b165119143d9f01b33ede470b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b64b4e0b165119143d9f01b33ede470b", + "x-ms-correlation-request-id": "b6b77b43-5d30-4dbb-8ede-f8deeea5bcad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28209", + "x-ms-ratelimit-remaining-subscription-reads": "11424", + "x-ms-request-id": "ae34d0de-7484-4a35-9199-0f6454d61fe1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062526Z:b6b77b43-5d30-4dbb-8ede-f8deeea5bcad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c02c5410b3e2d90dc9d833c13fda0ea2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c02c5410b3e2d90dc9d833c13fda0ea2", + "x-ms-correlation-request-id": "2148d693-2df8-4389-971d-f8388b69d88a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28207", + "x-ms-ratelimit-remaining-subscription-reads": "11423", + "x-ms-request-id": "f8bcf58d-e432-4069-8234-d350332a0757", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062527Z:2148d693-2df8-4389-971d-f8388b69d88a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6d1f0ece88337b933533cb0c65559af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6d1f0ece88337b933533cb0c65559af", + "x-ms-correlation-request-id": "cebeb549-3f52-4584-b681-09b2e10531a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28206", + "x-ms-ratelimit-remaining-subscription-reads": "11422", + "x-ms-request-id": "1b877398-89e4-4c8b-b5e1-b030d0aa96cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062527Z:cebeb549-3f52-4584-b681-09b2e10531a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "938eef998dde58044171ec78e253da63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "938eef998dde58044171ec78e253da63", + "x-ms-correlation-request-id": "7ea95b97-c02c-4389-8c8a-dfdb1fc920d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28205", + "x-ms-ratelimit-remaining-subscription-reads": "11421", + "x-ms-request-id": "9dd99f99-bf73-420b-ab5e-bc8c98dd2239", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062527Z:7ea95b97-c02c-4389-8c8a-dfdb1fc920d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ec65f90a00c27879af48c8e775c1373", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ec65f90a00c27879af48c8e775c1373", + "x-ms-correlation-request-id": "681dd7fc-2c30-4766-b201-e08922735830", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28204", + "x-ms-ratelimit-remaining-subscription-reads": "11420", + "x-ms-request-id": "071669a9-386e-407c-a6a3-c13f73dda7ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062528Z:681dd7fc-2c30-4766-b201-e08922735830" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f27847e7b4b5fc3eb796511fc4154e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f27847e7b4b5fc3eb796511fc4154e0", + "x-ms-correlation-request-id": "15ff4ee4-9668-42ea-947f-a73eb52edd2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28203", + "x-ms-ratelimit-remaining-subscription-reads": "11419", + "x-ms-request-id": "b7a2f5ed-e68e-45a2-bc2f-4044514b9ccc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062528Z:15ff4ee4-9668-42ea-947f-a73eb52edd2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "671fd9790b8ef9a26767f8ea0075e0e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "671fd9790b8ef9a26767f8ea0075e0e4", + "x-ms-correlation-request-id": "e7df3124-9a73-45e0-a612-0a331dd97fd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28202", + "x-ms-ratelimit-remaining-subscription-reads": "11418", + "x-ms-request-id": "f222eaac-ad39-4967-8e35-7b4c68af9ffd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062528Z:e7df3124-9a73-45e0-a612-0a331dd97fd8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ef9785e8a2b15179b6762933a762a58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ef9785e8a2b15179b6762933a762a58", + "x-ms-correlation-request-id": "b557a6e0-35d0-4cda-9978-5220d91463b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28201", + "x-ms-ratelimit-remaining-subscription-reads": "11417", + "x-ms-request-id": "b325d221-9550-4f40-bc90-4c856c2944ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062528Z:b557a6e0-35d0-4cda-9978-5220d91463b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e15aba0ab3c73e5e12ee8e382d95e75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e15aba0ab3c73e5e12ee8e382d95e75", + "x-ms-correlation-request-id": "6e58d510-197a-4868-a8c4-3b7e1dc7c3f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28200", + "x-ms-ratelimit-remaining-subscription-reads": "11416", + "x-ms-request-id": "9ffd791b-3f85-4634-bd1b-d53a371b833f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062529Z:6e58d510-197a-4868-a8c4-3b7e1dc7c3f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83b28098f648efb5c109cb26a80fbef1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83b28098f648efb5c109cb26a80fbef1", + "x-ms-correlation-request-id": "4c99e946-8937-43ee-a6aa-6e2699a394dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28199", + "x-ms-ratelimit-remaining-subscription-reads": "11415", + "x-ms-request-id": "03d03a48-ddf8-4b39-821f-18c7b9e8cd70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062529Z:4c99e946-8937-43ee-a6aa-6e2699a394dc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "554aa03c4260b2a793867cfda13493c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "554aa03c4260b2a793867cfda13493c2", + "x-ms-correlation-request-id": "daf1120c-598c-4724-8568-33bbda6dea4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28198", + "x-ms-ratelimit-remaining-subscription-reads": "11414", + "x-ms-request-id": "13ecf1fa-1734-449e-a513-37a5ab818db9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062529Z:daf1120c-598c-4724-8568-33bbda6dea4e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b9faed09a7c3a910f626dc33e0becad2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9faed09a7c3a910f626dc33e0becad2", + "x-ms-correlation-request-id": "08101e68-b63b-4d58-9ec1-538ac97e0f75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14297,Microsoft.Compute/GetOperation30Min;28197", + "x-ms-ratelimit-remaining-subscription-reads": "11413", + "x-ms-request-id": "d4b5e914-f6e0-4698-92a3-bd4decfc0fdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062529Z:08101e68-b63b-4d58-9ec1-538ac97e0f75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e2a6f76f098e5614d900efc179b74d8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2a6f76f098e5614d900efc179b74d8d", + "x-ms-correlation-request-id": "5c91a65f-e39d-402d-a023-27739124f6f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14296,Microsoft.Compute/GetOperation30Min;28196", + "x-ms-ratelimit-remaining-subscription-reads": "11412", + "x-ms-request-id": "6c04aa2a-e4d2-4dda-babc-53b61d0083c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062530Z:5c91a65f-e39d-402d-a023-27739124f6f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb1d08760415952e8fa05e3a6674d2d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb1d08760415952e8fa05e3a6674d2d5", + "x-ms-correlation-request-id": "0429cf5e-b1ff-4553-ad92-da69393bbf13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14414,Microsoft.Compute/GetOperation30Min;28195", + "x-ms-ratelimit-remaining-subscription-reads": "11411", + "x-ms-request-id": "54cb1180-fab7-4c95-a693-827e3abb2b10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062530Z:0429cf5e-b1ff-4553-ad92-da69393bbf13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa8daabbb08d0033d8a3e0c3b74e2f3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa8daabbb08d0033d8a3e0c3b74e2f3e", + "x-ms-correlation-request-id": "6b6d5010-8e9d-42ba-b84a-3389db53fc87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14413,Microsoft.Compute/GetOperation30Min;28194", + "x-ms-ratelimit-remaining-subscription-reads": "11410", + "x-ms-request-id": "0d99307a-15e5-4db5-9457-6ea147fd2f78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062530Z:6b6d5010-8e9d-42ba-b84a-3389db53fc87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7bc4ed80fa06bbdc91152eeaadaf064", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7bc4ed80fa06bbdc91152eeaadaf064", + "x-ms-correlation-request-id": "865aecac-6f9b-4301-9a43-de93bbab4ee0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14412,Microsoft.Compute/GetOperation30Min;28193", + "x-ms-ratelimit-remaining-subscription-reads": "11409", + "x-ms-request-id": "1ed8cfe2-dceb-4b0d-b527-18620b0797ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062530Z:865aecac-6f9b-4301-9a43-de93bbab4ee0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf061a2da22ac500d41de271246bdd40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf061a2da22ac500d41de271246bdd40", + "x-ms-correlation-request-id": "27959b27-296e-44a9-b4c1-2dba18a749ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;28192", + "x-ms-ratelimit-remaining-subscription-reads": "11408", + "x-ms-request-id": "384f95dc-5ab8-41d0-a07c-236c36f8a390", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062531Z:27959b27-296e-44a9-b4c1-2dba18a749ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17611f70fbb8ac34ed22e17b5e4555fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17611f70fbb8ac34ed22e17b5e4555fd", + "x-ms-correlation-request-id": "91282612-7dc0-4db4-8d1a-aca0127d1659", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;28191", + "x-ms-ratelimit-remaining-subscription-reads": "11407", + "x-ms-request-id": "bcd9e29f-dd3c-430d-aa36-ece69a0ab712", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062531Z:91282612-7dc0-4db4-8d1a-aca0127d1659" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9d957bb3604835144ef602822c4b465e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d957bb3604835144ef602822c4b465e", + "x-ms-correlation-request-id": "a45bb5c8-75dd-454d-af43-ef05bf86f574", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14409,Microsoft.Compute/GetOperation30Min;28190", + "x-ms-ratelimit-remaining-subscription-reads": "11406", + "x-ms-request-id": "fbdf01ac-e429-4242-bfce-0a7af120a0cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062531Z:a45bb5c8-75dd-454d-af43-ef05bf86f574" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b7d1134d97931ace559e107c185678f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b7d1134d97931ace559e107c185678f", + "x-ms-correlation-request-id": "a026c5a3-c4c1-4aeb-b01e-e5b5836967fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;28189", + "x-ms-ratelimit-remaining-subscription-reads": "11405", + "x-ms-request-id": "6dff3e57-eac2-46ad-a772-b470a40ed766", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062531Z:a026c5a3-c4c1-4aeb-b01e-e5b5836967fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8bde5c83fd510f80a2bc9c1f9b180a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8bde5c83fd510f80a2bc9c1f9b180a1", + "x-ms-correlation-request-id": "c6ebbc28-073d-48b3-835b-253861ea21b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;28188", + "x-ms-ratelimit-remaining-subscription-reads": "11404", + "x-ms-request-id": "9fa4f544-d327-4e44-9b63-8683af43ed2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062532Z:c6ebbc28-073d-48b3-835b-253861ea21b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c4683dbcac7da84cf64b8ee7e0d74c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c4683dbcac7da84cf64b8ee7e0d74c9", + "x-ms-correlation-request-id": "87404d9e-1730-4078-8f24-75ffceb5941b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;28187", + "x-ms-ratelimit-remaining-subscription-reads": "11403", + "x-ms-request-id": "2738fe81-adf7-4437-86ae-f8bd83cf0d07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062532Z:87404d9e-1730-4078-8f24-75ffceb5941b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "47ba728f9e8ef488196d804e0feb3833", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47ba728f9e8ef488196d804e0feb3833", + "x-ms-correlation-request-id": "ed95ac87-8fce-407b-84ce-ed838cfa10d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;28186", + "x-ms-ratelimit-remaining-subscription-reads": "11402", + "x-ms-request-id": "9055906b-ae1e-4288-bbfc-c8a4057afd67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062532Z:ed95ac87-8fce-407b-84ce-ed838cfa10d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e2b40d91b3efec761e3d970870991fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e2b40d91b3efec761e3d970870991fd", + "x-ms-correlation-request-id": "d8bfb153-c347-407e-957b-447ee7da7583", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;28185", + "x-ms-ratelimit-remaining-subscription-reads": "11401", + "x-ms-request-id": "a501503f-f559-4b24-99f3-2503ffb884c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062533Z:d8bfb153-c347-407e-957b-447ee7da7583" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8632ffb638f73d13fa52325a4935cae3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8632ffb638f73d13fa52325a4935cae3", + "x-ms-correlation-request-id": "1cab3754-a8d4-49d2-a0e7-b7f27e61be93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;28184", + "x-ms-ratelimit-remaining-subscription-reads": "11400", + "x-ms-request-id": "e6dbb3ff-1c23-4e1a-b1ba-d9052b097323", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062533Z:1cab3754-a8d4-49d2-a0e7-b7f27e61be93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e14842c35e1738babbce6aac5176d0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e14842c35e1738babbce6aac5176d0f", + "x-ms-correlation-request-id": "97822d41-f35b-4fb1-889f-71f9e8526267", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28183", + "x-ms-ratelimit-remaining-subscription-reads": "11399", + "x-ms-request-id": "a1a65a15-a0b6-40df-b335-5548fe24f168", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062533Z:97822d41-f35b-4fb1-889f-71f9e8526267" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "109783dbb1b9a13c2cee43ebe86cb42b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "109783dbb1b9a13c2cee43ebe86cb42b", + "x-ms-correlation-request-id": "15e729e1-32ac-48f5-bba0-cd03514273fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28182", + "x-ms-ratelimit-remaining-subscription-reads": "11398", + "x-ms-request-id": "e9610aff-3f2a-464a-83d1-dde708e9bad3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062533Z:15e729e1-32ac-48f5-bba0-cd03514273fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0344f51853f5801b74bedb3b526877e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0344f51853f5801b74bedb3b526877e2", + "x-ms-correlation-request-id": "6cfb1f02-5c66-4043-986c-e008d2373577", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28181", + "x-ms-ratelimit-remaining-subscription-reads": "11397", + "x-ms-request-id": "7336650c-5ed7-4c8a-aa87-46f67919eaf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062533Z:6cfb1f02-5c66-4043-986c-e008d2373577" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c57e23e4ba9e7a2a477311f3f29f8b3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c57e23e4ba9e7a2a477311f3f29f8b3e", + "x-ms-correlation-request-id": "3c428c48-d309-46b8-8aad-0202a547ee1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28180", + "x-ms-ratelimit-remaining-subscription-reads": "11396", + "x-ms-request-id": "a87abe01-11e4-457d-94d0-6c235d014ff4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062534Z:3c428c48-d309-46b8-8aad-0202a547ee1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d091ba076ad2881a68169bfad6014ec4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d091ba076ad2881a68169bfad6014ec4", + "x-ms-correlation-request-id": "caa0b9d5-5c4d-4f02-9b8d-167fa66a27c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28179", + "x-ms-ratelimit-remaining-subscription-reads": "11395", + "x-ms-request-id": "06f72502-05ae-4681-8116-c5ced17395e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062534Z:caa0b9d5-5c4d-4f02-9b8d-167fa66a27c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c5076076eeee5e8dcac9bb8142288ed5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5076076eeee5e8dcac9bb8142288ed5", + "x-ms-correlation-request-id": "cb3e73a5-8c83-4090-bf90-3469b165ea67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28178", + "x-ms-ratelimit-remaining-subscription-reads": "11394", + "x-ms-request-id": "1040c468-ea35-4563-997d-f766bb28fa92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062534Z:cb3e73a5-8c83-4090-bf90-3469b165ea67" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97339c32a7d67a0f09f65d871f30a446", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97339c32a7d67a0f09f65d871f30a446", + "x-ms-correlation-request-id": "d161c0d4-3b92-4c99-812e-6b6dd4cf29d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28177", + "x-ms-ratelimit-remaining-subscription-reads": "11393", + "x-ms-request-id": "438275cc-37b7-4878-8e83-ab1a41edb668", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062535Z:d161c0d4-3b92-4c99-812e-6b6dd4cf29d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "917c4d25c69818502d330508ae98453f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "917c4d25c69818502d330508ae98453f", + "x-ms-correlation-request-id": "9f272269-78e3-47b2-8d34-51a5c2677be4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14395,Microsoft.Compute/GetOperation30Min;28176", + "x-ms-ratelimit-remaining-subscription-reads": "11392", + "x-ms-request-id": "519bdd27-ed64-4c6f-bf11-5a5cd617c78a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062535Z:9f272269-78e3-47b2-8d34-51a5c2677be4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39c7c587b6cdcfed518cbcf791053f9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39c7c587b6cdcfed518cbcf791053f9a", + "x-ms-correlation-request-id": "c453f895-7f56-4308-9d8b-d5ce75f1d657", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14394,Microsoft.Compute/GetOperation30Min;28175", + "x-ms-ratelimit-remaining-subscription-reads": "11391", + "x-ms-request-id": "b01f16ba-7748-47ea-8051-249b6ec18afd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062535Z:c453f895-7f56-4308-9d8b-d5ce75f1d657" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f55c7425fdac6c3d4c1b69a3a106cb70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f55c7425fdac6c3d4c1b69a3a106cb70", + "x-ms-correlation-request-id": "f946ce8d-abf1-422e-a643-24681c2fae95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14393,Microsoft.Compute/GetOperation30Min;28174", + "x-ms-ratelimit-remaining-subscription-reads": "11390", + "x-ms-request-id": "31d40c34-e91b-4203-886c-4402dfbfe497", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062535Z:f946ce8d-abf1-422e-a643-24681c2fae95" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59001db16b686e7860ac400b09598728", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59001db16b686e7860ac400b09598728", + "x-ms-correlation-request-id": "0bd2426a-a063-40dc-888f-35d05b79214e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14392,Microsoft.Compute/GetOperation30Min;28173", + "x-ms-ratelimit-remaining-subscription-reads": "11389", + "x-ms-request-id": "7019cf9f-631c-4f69-b8a6-6d7f75854411", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062536Z:0bd2426a-a063-40dc-888f-35d05b79214e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ae36bf4503c8993885aecb24c492d4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ae36bf4503c8993885aecb24c492d4a", + "x-ms-correlation-request-id": "c1d36dd3-ba1f-4816-8910-efac189654bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14391,Microsoft.Compute/GetOperation30Min;28172", + "x-ms-ratelimit-remaining-subscription-reads": "11388", + "x-ms-request-id": "ef2fd7e9-42c1-429f-b27c-db752267e9e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062536Z:c1d36dd3-ba1f-4816-8910-efac189654bb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73454bc0e504b931fbed95ffbd3162f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73454bc0e504b931fbed95ffbd3162f3", + "x-ms-correlation-request-id": "ccae108b-20ba-482b-8f0e-3f0d96d7fdde", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14390,Microsoft.Compute/GetOperation30Min;28171", + "x-ms-ratelimit-remaining-subscription-reads": "11387", + "x-ms-request-id": "25e9047c-404f-4589-834d-80e377234653", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062536Z:ccae108b-20ba-482b-8f0e-3f0d96d7fdde" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36af4194912360338a76d00d7ec62116", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36af4194912360338a76d00d7ec62116", + "x-ms-correlation-request-id": "ce70431f-c39e-401b-b781-12c59dabbedf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14389,Microsoft.Compute/GetOperation30Min;28170", + "x-ms-ratelimit-remaining-subscription-reads": "11386", + "x-ms-request-id": "aec110d7-fa2b-44a0-8cf5-5b9bfe75cd33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062536Z:ce70431f-c39e-401b-b781-12c59dabbedf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be4bf57f13130e233a293e4fbb94cc56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be4bf57f13130e233a293e4fbb94cc56", + "x-ms-correlation-request-id": "9c776cce-0577-4461-863a-5b60afceb95d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14388,Microsoft.Compute/GetOperation30Min;28169", + "x-ms-ratelimit-remaining-subscription-reads": "11385", + "x-ms-request-id": "5da75806-b2cc-4c88-8c25-d1cbd6db5fec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062537Z:9c776cce-0577-4461-863a-5b60afceb95d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b1ef9f7f79a2e2618e5e98e15233a35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b1ef9f7f79a2e2618e5e98e15233a35", + "x-ms-correlation-request-id": "efc83dfa-6504-4459-9960-aada88a2de1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14387,Microsoft.Compute/GetOperation30Min;28168", + "x-ms-ratelimit-remaining-subscription-reads": "11384", + "x-ms-request-id": "c6064f71-0367-4095-8147-a64f24a32697", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062537Z:efc83dfa-6504-4459-9960-aada88a2de1d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c77f7ecba4e680df1da0fcf953e4a5f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c77f7ecba4e680df1da0fcf953e4a5f5", + "x-ms-correlation-request-id": "28723446-2e65-4a77-bbd6-642e47dbc69e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14386,Microsoft.Compute/GetOperation30Min;28167", + "x-ms-ratelimit-remaining-subscription-reads": "11383", + "x-ms-request-id": "50b2bae7-2629-477e-b669-75405d81acf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062537Z:28723446-2e65-4a77-bbd6-642e47dbc69e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85157aaa15a8887bce1ca52e2a95f916", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85157aaa15a8887bce1ca52e2a95f916", + "x-ms-correlation-request-id": "86dca58c-87b7-4b25-bd21-6e75962c6b26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14385,Microsoft.Compute/GetOperation30Min;28166", + "x-ms-ratelimit-remaining-subscription-reads": "11382", + "x-ms-request-id": "26f7a4bc-f754-46c2-86e2-fab6bb84cf71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062537Z:86dca58c-87b7-4b25-bd21-6e75962c6b26" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c8308ef04145270199eeef9fa2dda34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c8308ef04145270199eeef9fa2dda34", + "x-ms-correlation-request-id": "2968329a-f201-4d2c-952b-8fe09b372603", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14384,Microsoft.Compute/GetOperation30Min;28165", + "x-ms-ratelimit-remaining-subscription-reads": "11381", + "x-ms-request-id": "94b748fd-881b-4e8a-b0ba-82c036b2e2ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062538Z:2968329a-f201-4d2c-952b-8fe09b372603" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9ae4f33fb50db58d03f7f8c9ffb15588", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ae4f33fb50db58d03f7f8c9ffb15588", + "x-ms-correlation-request-id": "264f7f3f-1801-4928-8f1f-67e75db14a59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14383,Microsoft.Compute/GetOperation30Min;28164", + "x-ms-ratelimit-remaining-subscription-reads": "11380", + "x-ms-request-id": "035c9115-d198-4d42-95ca-d5a6f5f88516", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062538Z:264f7f3f-1801-4928-8f1f-67e75db14a59" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b0ae5a76860a5e00ac26b0927818da1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b0ae5a76860a5e00ac26b0927818da1", + "x-ms-correlation-request-id": "4cbdf859-cc6a-422b-84cf-f55d49692e0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14382,Microsoft.Compute/GetOperation30Min;28163", + "x-ms-ratelimit-remaining-subscription-reads": "11379", + "x-ms-request-id": "49f1cf82-13e6-4414-a380-26b93ef148ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062538Z:4cbdf859-cc6a-422b-84cf-f55d49692e0a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "37ee71415eb03a087bcd391d0ba65368", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37ee71415eb03a087bcd391d0ba65368", + "x-ms-correlation-request-id": "e4854d6a-9da0-4f3b-aca6-0429e80abc19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14381,Microsoft.Compute/GetOperation30Min;28162", + "x-ms-ratelimit-remaining-subscription-reads": "11378", + "x-ms-request-id": "f8823d40-d6e1-44b0-a8f4-bc6dd994febf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062538Z:e4854d6a-9da0-4f3b-aca6-0429e80abc19" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "155266488f23d7d3133e904a49838e81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "155266488f23d7d3133e904a49838e81", + "x-ms-correlation-request-id": "a95d8bb2-5d96-4391-8a99-1de5f81c4b5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14380,Microsoft.Compute/GetOperation30Min;28161", + "x-ms-ratelimit-remaining-subscription-reads": "11377", + "x-ms-request-id": "3b19251d-968d-4328-858e-5c8d299181a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062539Z:a95d8bb2-5d96-4391-8a99-1de5f81c4b5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e88576a1ec249d7ddd0cf932ec29a64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e88576a1ec249d7ddd0cf932ec29a64", + "x-ms-correlation-request-id": "d774dcdb-d7d3-4ccd-b562-40dc64ea80da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14379,Microsoft.Compute/GetOperation30Min;28160", + "x-ms-ratelimit-remaining-subscription-reads": "11376", + "x-ms-request-id": "884a8c77-4efd-4e3a-a972-69e0880531eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062539Z:d774dcdb-d7d3-4ccd-b562-40dc64ea80da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c1c1036f782fb17d9d172372cdbdf0f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1c1036f782fb17d9d172372cdbdf0f7", + "x-ms-correlation-request-id": "7693c425-2327-44b4-b709-5790d6c32a3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14378,Microsoft.Compute/GetOperation30Min;28159", + "x-ms-ratelimit-remaining-subscription-reads": "11375", + "x-ms-request-id": "1b6c4d7f-956b-4f3d-8150-379b31133677", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062539Z:7693c425-2327-44b4-b709-5790d6c32a3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3b3b83fc41e2aa58e093753bf40a850", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3b3b83fc41e2aa58e093753bf40a850", + "x-ms-correlation-request-id": "9d0e8f27-9dcf-4e3f-b866-54304ffaaab1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14377,Microsoft.Compute/GetOperation30Min;28158", + "x-ms-ratelimit-remaining-subscription-reads": "11374", + "x-ms-request-id": "97d39aa6-10ee-4ace-8056-981529d55cdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062539Z:9d0e8f27-9dcf-4e3f-b866-54304ffaaab1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45db2ca4ccc2f152dad6f1abfa657b20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45db2ca4ccc2f152dad6f1abfa657b20", + "x-ms-correlation-request-id": "5e6fc256-6f14-4cae-9498-5deefafc107f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14376,Microsoft.Compute/GetOperation30Min;28157", + "x-ms-ratelimit-remaining-subscription-reads": "11373", + "x-ms-request-id": "f5e935b4-2a7d-45e9-8ba2-a63bce1ac3d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062540Z:5e6fc256-6f14-4cae-9498-5deefafc107f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7653d8dfe60faa465e9632254029f25c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7653d8dfe60faa465e9632254029f25c", + "x-ms-correlation-request-id": "221a6531-3b43-43d7-83e1-4b5ea6e5d0f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14375,Microsoft.Compute/GetOperation30Min;28156", + "x-ms-ratelimit-remaining-subscription-reads": "11372", + "x-ms-request-id": "f96ebd58-53fa-4fd5-866d-216188a62597", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062540Z:221a6531-3b43-43d7-83e1-4b5ea6e5d0f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a1ced36eabe1723466c1d947d3f92f29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1ced36eabe1723466c1d947d3f92f29", + "x-ms-correlation-request-id": "46a17843-4ba4-4d1d-9eb8-2a7772f0da72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14374,Microsoft.Compute/GetOperation30Min;28155", + "x-ms-ratelimit-remaining-subscription-reads": "11371", + "x-ms-request-id": "df54a636-1ce8-4d78-90d7-e6b40e6801bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062540Z:46a17843-4ba4-4d1d-9eb8-2a7772f0da72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e774178e32ecbd41e630e72b9a2cb0b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e774178e32ecbd41e630e72b9a2cb0b0", + "x-ms-correlation-request-id": "e2d43c78-4155-4f4c-82c7-6f5a40e15b5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14373,Microsoft.Compute/GetOperation30Min;28154", + "x-ms-ratelimit-remaining-subscription-reads": "11370", + "x-ms-request-id": "49e78a6f-aff2-4f06-9d52-711502d97aa7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062540Z:e2d43c78-4155-4f4c-82c7-6f5a40e15b5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "273d94e3d997343ea3e10f4d0dfed664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "273d94e3d997343ea3e10f4d0dfed664", + "x-ms-correlation-request-id": "7214f81c-a845-43fc-ba25-3bc060783b27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14372,Microsoft.Compute/GetOperation30Min;28153", + "x-ms-ratelimit-remaining-subscription-reads": "11369", + "x-ms-request-id": "13fe43b7-4395-4651-8a8c-39d998a30457", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062541Z:7214f81c-a845-43fc-ba25-3bc060783b27" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "299708670ab53b709210bbb0c309d83a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "299708670ab53b709210bbb0c309d83a", + "x-ms-correlation-request-id": "6f45bfa0-b39d-47b4-8753-83ad632092a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14371,Microsoft.Compute/GetOperation30Min;28152", + "x-ms-ratelimit-remaining-subscription-reads": "11368", + "x-ms-request-id": "0cc240dd-7649-4b61-860b-5d58eb55c611", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062541Z:6f45bfa0-b39d-47b4-8753-83ad632092a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f63291107bbb492d83f430b23f3b0e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f63291107bbb492d83f430b23f3b0e8", + "x-ms-correlation-request-id": "adf5f3b7-6367-4724-89ac-9c5e513cfa1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14370,Microsoft.Compute/GetOperation30Min;28151", + "x-ms-ratelimit-remaining-subscription-reads": "11367", + "x-ms-request-id": "e9aedfa6-610c-4820-bc7d-c9e9be18ed25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062541Z:adf5f3b7-6367-4724-89ac-9c5e513cfa1e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "91c4825a8694d9fa240295861e8d709a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91c4825a8694d9fa240295861e8d709a", + "x-ms-correlation-request-id": "9c61cb7f-ce31-4caf-8762-473406be2d40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14369,Microsoft.Compute/GetOperation30Min;28150", + "x-ms-ratelimit-remaining-subscription-reads": "11366", + "x-ms-request-id": "58b27f00-bd36-48ae-989a-501c6aa04889", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062541Z:9c61cb7f-ce31-4caf-8762-473406be2d40" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e43cd409979a5fa876e35075c764179e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e43cd409979a5fa876e35075c764179e", + "x-ms-correlation-request-id": "58746da9-336c-4750-b38e-bdedc9d745e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14368,Microsoft.Compute/GetOperation30Min;28149", + "x-ms-ratelimit-remaining-subscription-reads": "11365", + "x-ms-request-id": "77cbc3a2-9803-474e-99eb-27715ea41a85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062542Z:58746da9-336c-4750-b38e-bdedc9d745e5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4156d26046458aa62e8a1ab9720c954b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4156d26046458aa62e8a1ab9720c954b", + "x-ms-correlation-request-id": "6c73fb9e-e3d5-4d57-9eed-7e44789a1d61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14367,Microsoft.Compute/GetOperation30Min;28148", + "x-ms-ratelimit-remaining-subscription-reads": "11364", + "x-ms-request-id": "ab8c4ade-5b93-43bf-89b2-3994bdd3fd87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062542Z:6c73fb9e-e3d5-4d57-9eed-7e44789a1d61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e01a9cfcbb7c24dd9641bb0368411bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e01a9cfcbb7c24dd9641bb0368411bf", + "x-ms-correlation-request-id": "5f971797-5702-4b36-8fe7-5306335634a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14366,Microsoft.Compute/GetOperation30Min;28147", + "x-ms-ratelimit-remaining-subscription-reads": "11363", + "x-ms-request-id": "e736a144-7924-4ea6-a7a5-3575144d9e7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062542Z:5f971797-5702-4b36-8fe7-5306335634a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b26f7ea2f36c2552eb1b50f7cefec69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b26f7ea2f36c2552eb1b50f7cefec69", + "x-ms-correlation-request-id": "8599fcee-727d-46ad-a304-44931175910b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14365,Microsoft.Compute/GetOperation30Min;28146", + "x-ms-ratelimit-remaining-subscription-reads": "11362", + "x-ms-request-id": "e9916922-a817-4048-99d1-f458236ce803", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062542Z:8599fcee-727d-46ad-a304-44931175910b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ea6054dc96294e6849367e02bf554a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ea6054dc96294e6849367e02bf554a9", + "x-ms-correlation-request-id": "fe5e95d7-2aca-4e41-b456-7bf9350e703c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14364,Microsoft.Compute/GetOperation30Min;28145", + "x-ms-ratelimit-remaining-subscription-reads": "11361", + "x-ms-request-id": "f2eecad5-650b-4769-a567-25dc529c7a15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062543Z:fe5e95d7-2aca-4e41-b456-7bf9350e703c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7bcf5b7949e69f14543f1f05163e45ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bcf5b7949e69f14543f1f05163e45ea", + "x-ms-correlation-request-id": "1d527001-bacd-4641-b9d6-964128913bc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14362,Microsoft.Compute/GetOperation30Min;28143", + "x-ms-ratelimit-remaining-subscription-reads": "11360", + "x-ms-request-id": "e49bf82a-1379-4c32-b50a-5c6059812bfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062543Z:1d527001-bacd-4641-b9d6-964128913bc3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3062b177f3de215c1091c6a2c8749639", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3062b177f3de215c1091c6a2c8749639", + "x-ms-correlation-request-id": "ec4c9a94-d4a5-45bd-8769-037a13c80c6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14361,Microsoft.Compute/GetOperation30Min;28142", + "x-ms-ratelimit-remaining-subscription-reads": "11359", + "x-ms-request-id": "e78b5162-617a-4deb-8295-b294d1ed4340", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062543Z:ec4c9a94-d4a5-45bd-8769-037a13c80c6f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21960c5d711f0483f006c923a9e07e46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21960c5d711f0483f006c923a9e07e46", + "x-ms-correlation-request-id": "659a4dbc-aef1-4019-92e8-1ef3f5440344", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14360,Microsoft.Compute/GetOperation30Min;28141", + "x-ms-ratelimit-remaining-subscription-reads": "11358", + "x-ms-request-id": "72ddc27f-fafc-4eec-a7b9-f4d78f629eec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062543Z:659a4dbc-aef1-4019-92e8-1ef3f5440344" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a687c4e239285cafeae6a548271d7df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a687c4e239285cafeae6a548271d7df", + "x-ms-correlation-request-id": "d223e30a-5f18-446a-88b2-ea95defddbbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14359,Microsoft.Compute/GetOperation30Min;28140", + "x-ms-ratelimit-remaining-subscription-reads": "11357", + "x-ms-request-id": "61009e50-b3dd-45fb-874c-2926bff8a481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062544Z:d223e30a-5f18-446a-88b2-ea95defddbbd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09a7e6a923a806ca2d5e3fd72939772f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09a7e6a923a806ca2d5e3fd72939772f", + "x-ms-correlation-request-id": "4e55c767-66ff-4da9-9633-f2b9f6fb28fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14358,Microsoft.Compute/GetOperation30Min;28139", + "x-ms-ratelimit-remaining-subscription-reads": "11356", + "x-ms-request-id": "55654069-bf3c-424d-8adf-52cc2f0b4b79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062544Z:4e55c767-66ff-4da9-9633-f2b9f6fb28fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b5480131c0b3aa641112371062e817f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b5480131c0b3aa641112371062e817f", + "x-ms-correlation-request-id": "50c37854-3829-47a3-b51a-6b624baf97d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14357,Microsoft.Compute/GetOperation30Min;28138", + "x-ms-ratelimit-remaining-subscription-reads": "11355", + "x-ms-request-id": "aad9ea1b-a60b-49ae-8f91-b17c1d7ce5c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062544Z:50c37854-3829-47a3-b51a-6b624baf97d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c379e92f74382a9eb1624c33e3f35bc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c379e92f74382a9eb1624c33e3f35bc4", + "x-ms-correlation-request-id": "e02cede8-8149-4299-ab19-050beaeaf222", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14356,Microsoft.Compute/GetOperation30Min;28137", + "x-ms-ratelimit-remaining-subscription-reads": "11354", + "x-ms-request-id": "9c781e85-1962-4dcd-a2e3-b4825509ed5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062544Z:e02cede8-8149-4299-ab19-050beaeaf222" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02413a368b1d8dd43f6dc8960059ffff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02413a368b1d8dd43f6dc8960059ffff", + "x-ms-correlation-request-id": "6b6ba20f-d265-4341-8aa3-23787ef6aa0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14355,Microsoft.Compute/GetOperation30Min;28136", + "x-ms-ratelimit-remaining-subscription-reads": "11353", + "x-ms-request-id": "ad788239-292b-47bf-a22e-9660d23b75b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062545Z:6b6ba20f-d265-4341-8aa3-23787ef6aa0b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3fa8c0ddb3bf9ef7e22a9aa8cf73564e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fa8c0ddb3bf9ef7e22a9aa8cf73564e", + "x-ms-correlation-request-id": "9364325f-a10e-4238-b760-6c5f696267ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14354,Microsoft.Compute/GetOperation30Min;28135", + "x-ms-ratelimit-remaining-subscription-reads": "11352", + "x-ms-request-id": "d47f1b1b-6218-490a-b8aa-d8fff87fbcbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062545Z:9364325f-a10e-4238-b760-6c5f696267ea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb3a5fb57feda36115ec83cbab072958", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb3a5fb57feda36115ec83cbab072958", + "x-ms-correlation-request-id": "c531a4f9-abf9-4816-8aac-2b67f18edefc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14353,Microsoft.Compute/GetOperation30Min;28134", + "x-ms-ratelimit-remaining-subscription-reads": "11351", + "x-ms-request-id": "3be69f15-8010-4fe1-861b-7305ed16ea78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062545Z:c531a4f9-abf9-4816-8aac-2b67f18edefc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23564d631b4a820443a21ff2f12bbdcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23564d631b4a820443a21ff2f12bbdcc", + "x-ms-correlation-request-id": "06d1be9f-6751-42b7-bce8-c1f6ef39bdb3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14352,Microsoft.Compute/GetOperation30Min;28133", + "x-ms-ratelimit-remaining-subscription-reads": "11350", + "x-ms-request-id": "77c324a8-1eed-4088-b0b5-4a2138b549e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062546Z:06d1be9f-6751-42b7-bce8-c1f6ef39bdb3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a1e17a17331e5d115e042ad3302bf3da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1e17a17331e5d115e042ad3302bf3da", + "x-ms-correlation-request-id": "0733dc3a-96c1-4d42-8685-f5b22874c95d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14351,Microsoft.Compute/GetOperation30Min;28132", + "x-ms-ratelimit-remaining-subscription-reads": "11349", + "x-ms-request-id": "f6263de3-28cd-434f-aec8-668837895ef8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062546Z:0733dc3a-96c1-4d42-8685-f5b22874c95d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82454100321c9a035ab7874a5f6fb2e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82454100321c9a035ab7874a5f6fb2e9", + "x-ms-correlation-request-id": "5fb0eee1-e539-4835-b343-2f7bee4f5ca9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14350,Microsoft.Compute/GetOperation30Min;28131", + "x-ms-ratelimit-remaining-subscription-reads": "11348", + "x-ms-request-id": "95b29fc3-16b7-424b-b29c-9be79d116129", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062546Z:5fb0eee1-e539-4835-b343-2f7bee4f5ca9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31b3b72f88262f3a3bf8c445f0315218", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31b3b72f88262f3a3bf8c445f0315218", + "x-ms-correlation-request-id": "4860abbb-6b89-4940-a531-16c31e0fb08e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14349,Microsoft.Compute/GetOperation30Min;28130", + "x-ms-ratelimit-remaining-subscription-reads": "11347", + "x-ms-request-id": "4865d69b-9c02-4b2e-9ff5-055fd6ec89d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062546Z:4860abbb-6b89-4940-a531-16c31e0fb08e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0f245af3ae6e4b076464766abc7feef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0f245af3ae6e4b076464766abc7feef", + "x-ms-correlation-request-id": "25956aa2-c85a-4322-9ae3-730903529bf1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14348,Microsoft.Compute/GetOperation30Min;28129", + "x-ms-ratelimit-remaining-subscription-reads": "11346", + "x-ms-request-id": "7294d190-075d-45ce-8df0-b56b34d21f2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062547Z:25956aa2-c85a-4322-9ae3-730903529bf1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78a34052c17778b4061647236dbda928", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78a34052c17778b4061647236dbda928", + "x-ms-correlation-request-id": "27dcb3ec-a383-43ea-a417-99b71d09d874", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14347,Microsoft.Compute/GetOperation30Min;28128", + "x-ms-ratelimit-remaining-subscription-reads": "11345", + "x-ms-request-id": "c2920572-ff18-4a29-95cd-a47f8cf6bc08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062547Z:27dcb3ec-a383-43ea-a417-99b71d09d874" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1a9b6f65027df50307cfbadf41d48374", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a9b6f65027df50307cfbadf41d48374", + "x-ms-correlation-request-id": "23b6c7ce-ec30-40cc-a7f1-4d175ff50e89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14346,Microsoft.Compute/GetOperation30Min;28127", + "x-ms-ratelimit-remaining-subscription-reads": "11344", + "x-ms-request-id": "cc9cd0d3-cf17-4d68-b33c-e0574852a34e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062547Z:23b6c7ce-ec30-40cc-a7f1-4d175ff50e89" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aff3d5fada8eeda09079a9d0f38c76b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aff3d5fada8eeda09079a9d0f38c76b8", + "x-ms-correlation-request-id": "05a5b575-183d-42eb-8c9f-ff3152bffd8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14345,Microsoft.Compute/GetOperation30Min;28126", + "x-ms-ratelimit-remaining-subscription-reads": "11343", + "x-ms-request-id": "10c9cfe6-ce03-499b-859c-3d3f58fb64b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062547Z:05a5b575-183d-42eb-8c9f-ff3152bffd8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b011e9ce32b50723dae71a807d43632", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b011e9ce32b50723dae71a807d43632", + "x-ms-correlation-request-id": "4dd25375-ba3d-43ec-900f-85c2f5968d85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14344,Microsoft.Compute/GetOperation30Min;28125", + "x-ms-ratelimit-remaining-subscription-reads": "11342", + "x-ms-request-id": "c65c377c-873a-45e3-bd13-2c6086a27af7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062548Z:4dd25375-ba3d-43ec-900f-85c2f5968d85" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9828d392f9ca8a9acfad89035833017a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9828d392f9ca8a9acfad89035833017a", + "x-ms-correlation-request-id": "459856ec-bfa7-457a-8002-3b9b1a15e2ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14343,Microsoft.Compute/GetOperation30Min;28124", + "x-ms-ratelimit-remaining-subscription-reads": "11341", + "x-ms-request-id": "ab55b2ae-4982-4baa-832a-a94f1a57da01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062548Z:459856ec-bfa7-457a-8002-3b9b1a15e2ce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2342015947d3164863a372df69f7e5bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2342015947d3164863a372df69f7e5bc", + "x-ms-correlation-request-id": "0a72ea22-874b-415a-8fbf-258b2922c440", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14342,Microsoft.Compute/GetOperation30Min;28123", + "x-ms-ratelimit-remaining-subscription-reads": "11340", + "x-ms-request-id": "fd861fbf-3248-4a99-b67b-8695507733f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062548Z:0a72ea22-874b-415a-8fbf-258b2922c440" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "203d7743de63a3ee84766c7e5a6ef70a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "203d7743de63a3ee84766c7e5a6ef70a", + "x-ms-correlation-request-id": "ed2fb464-91d9-4b74-a155-f71c3e0189bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14341,Microsoft.Compute/GetOperation30Min;28122", + "x-ms-ratelimit-remaining-subscription-reads": "11339", + "x-ms-request-id": "87edaf65-8278-4611-8f89-56663e68ef24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062548Z:ed2fb464-91d9-4b74-a155-f71c3e0189bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "064ff6ac13914a5e8a12342787ba21d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "064ff6ac13914a5e8a12342787ba21d7", + "x-ms-correlation-request-id": "178b03d3-9908-4537-afa6-3aae83d78a9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14340,Microsoft.Compute/GetOperation30Min;28121", + "x-ms-ratelimit-remaining-subscription-reads": "11338", + "x-ms-request-id": "af5cd8d7-6449-442e-9df7-8d5da6667913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062549Z:178b03d3-9908-4537-afa6-3aae83d78a9e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1bfcdc7e1f57a16129f9f5ddbcabcf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1bfcdc7e1f57a16129f9f5ddbcabcf4", + "x-ms-correlation-request-id": "b5651320-421c-44bd-8203-f6199280bf71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14339,Microsoft.Compute/GetOperation30Min;28120", + "x-ms-ratelimit-remaining-subscription-reads": "11337", + "x-ms-request-id": "350151d1-7e82-4f8e-8ebe-01e7c88ec306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062549Z:b5651320-421c-44bd-8203-f6199280bf71" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048?api-version=2021-05-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "272", - "Content-Type": "application/json", - "traceparent": "00-02a85ada6c0b5d4ba03c7630e6ebd69b-5bcfcdb06b40204a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2f38e6ca08a563d9ef522ae3cda2cbe7", + "x-ms-client-request-id": "723368abdfa82f2a18f39551a9c71cc9", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273" - } - } - } - ] - }, - "location": "westus2" + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "723368abdfa82f2a18f39551a9c71cc9", + "x-ms-correlation-request-id": "0696d0aa-a59d-4226-820a-4a3e13ba0a0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14338,Microsoft.Compute/GetOperation30Min;28119", + "x-ms-ratelimit-remaining-subscription-reads": "11336", + "x-ms-request-id": "0ff5a453-3110-4fcd-ad74-c5d681fed556", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062549Z:0696d0aa-a59d-4226-820a-4a3e13ba0a0c" }, - "StatusCode": 201, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8cb6945416aeca14dfd4f3f274016ec0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b24142a3-d723-4c7c-9e27-1e5451088581?api-version=2021-05-01", "Cache-Control": "no-cache", - "Content-Length": "1682", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:18 GMT", + "Date": "Mon, 25 Oct 2021 06:25:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17214,76 +81550,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5becbdad-2573-4536-b06b-1e58dc97f3ca", - "x-ms-client-request-id": "2f38e6ca08a563d9ef522ae3cda2cbe7", - "x-ms-correlation-request-id": "2667e287-5c0f-4cf2-b000-59546608e8f5", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "b24142a3-d723-4c7c-9e27-1e5451088581", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064919Z:2667e287-5c0f-4cf2-b000-59546608e8f5" + "x-ms-client-request-id": "8cb6945416aeca14dfd4f3f274016ec0", + "x-ms-correlation-request-id": "e28a51af-7916-4bec-a5a9-1f41e6c51915", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14337,Microsoft.Compute/GetOperation30Min;28118", + "x-ms-ratelimit-remaining-subscription-reads": "11335", + "x-ms-request-id": "1a46f11f-0f56-488a-9dc5-301c0b2d160e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062549Z:e28a51af-7916-4bec-a5a9-1f41e6c51915" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-1048\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f886f2ac-2a92-44eb-ae70-247be79150d8\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022cb8e2255-1135-48ca-83d6-53b0e94eab11\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f886f2ac-2a92-44eb-ae70-247be79150d8\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022sbobko4ryzcunicj54fatjfxrg.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b24142a3-d723-4c7c-9e27-1e5451088581?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-02a85ada6c0b5d4ba03c7630e6ebd69b-df16c3cd917e114b-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "551fcd90d3b8751b00d3c14af3a9a2f8", + "x-ms-client-request-id": "1e7c3f55af87e82fa390c8014cc5d14b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:19 GMT", + "Date": "Mon, 25 Oct 2021 06:25:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17292,40 +81592,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ddc0028a-391f-48e1-95ec-e4007b1fcb52", - "x-ms-client-request-id": "551fcd90d3b8751b00d3c14af3a9a2f8", - "x-ms-correlation-request-id": "c2d5f2f6-abd1-47f7-b830-d9fc6ec91f62", - "x-ms-ratelimit-remaining-subscription-reads": "11502", - "x-ms-request-id": "ada85f1b-9a7c-4f2d-bb7d-2900ba984a27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064919Z:c2d5f2f6-abd1-47f7-b830-d9fc6ec91f62" + "x-ms-client-request-id": "1e7c3f55af87e82fa390c8014cc5d14b", + "x-ms-correlation-request-id": "eefb120a-2c05-476a-8367-f393deedc8df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14336,Microsoft.Compute/GetOperation30Min;28117", + "x-ms-ratelimit-remaining-subscription-reads": "11334", + "x-ms-request-id": "ef3d6567-5465-484c-bb56-c546091f8f32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062550Z:eefb120a-2c05-476a-8367-f393deedc8df" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-02a85ada6c0b5d4ba03c7630e6ebd69b-fdc7969a16df3945-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "47997a07ddf597a7a84b777bb8800b4a", + "x-ms-client-request-id": "4708d5832f149446536893d3ec37bb16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1682", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:19 GMT", - "ETag": "W/\u0022f886f2ac-2a92-44eb-ae70-247be79150d8\u0022", + "Date": "Mon, 25 Oct 2021 06:25:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17334,219 +81634,115 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "676f7ed0-e9a8-47a5-9dee-8d3f13dcb369", - "x-ms-client-request-id": "47997a07ddf597a7a84b777bb8800b4a", - "x-ms-correlation-request-id": "cac31acd-7462-44a3-a160-511f5cb20679", - "x-ms-ratelimit-remaining-subscription-reads": "11501", - "x-ms-request-id": "37406350-c3b3-414b-8a83-6b044e821da8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064919Z:cac31acd-7462-44a3-a160-511f5cb20679" + "x-ms-client-request-id": "4708d5832f149446536893d3ec37bb16", + "x-ms-correlation-request-id": "f393dd40-e2ff-4349-b5dd-bd0419d15760", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14335,Microsoft.Compute/GetOperation30Min;28116", + "x-ms-ratelimit-remaining-subscription-reads": "11333", + "x-ms-request-id": "eb0fdc6e-5322-4647-964c-f0ee90330b0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062550Z:f393dd40-e2ff-4349-b5dd-bd0419d15760" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-1048\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f886f2ac-2a92-44eb-ae70-247be79150d8\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022cb8e2255-1135-48ca-83d6-53b0e94eab11\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f886f2ac-2a92-44eb-ae70-247be79150d8\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/virtualNetworks/testVNet-3079/subnets/testSubnet-3273\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022sbobko4ryzcunicj54fatjfxrg.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1185", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ff528b3a76834e2f2e613fbb72f3f90e", + "x-ms-client-request-id": "69fbd584fd4ba54165cde91e4e127e1a", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": { - "hardwareProfile": { - "vmSize": "Standard_F2" - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "osType": "Linux", - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "osProfile": { - "computerName": "testVM-1286", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "networkProfile": { - "networkInterfaces": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048", - "properties": { - "primary": true - } - } - ] - } - } + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69fbd584fd4ba54165cde91e4e127e1a", + "x-ms-correlation-request-id": "7605c068-3534-4b0c-912c-4134c7af4885", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14334,Microsoft.Compute/GetOperation30Min;28115", + "x-ms-ratelimit-remaining-subscription-reads": "11332", + "x-ms-request-id": "d39f6c37-bbd5-4aae-b56d-05cc89682045", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062550Z:7605c068-3534-4b0c-912c-4134c7af4885" }, - "StatusCode": 201, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e6fa70327f926abf9e7ca1f1c5bfb6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "2369", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:24 GMT", + "Date": "Mon, 25 Oct 2021 06:25:50 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff528b3a76834e2f2e613fbb72f3f90e", - "x-ms-correlation-request-id": "1b930959-ef7d-4352-870b-0ef36074ff49", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1189", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "a9665554-1804-484a-bce7-9f047056943a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064924Z:1b930959-ef7d-4352-870b-0ef36074ff49" + "x-ms-client-request-id": "9e6fa70327f926abf9e7ca1f1c5bfb6b", + "x-ms-correlation-request-id": "d7860089-e94e-409d-8dc5-d3985e351b13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14333,Microsoft.Compute/GetOperation30Min;28114", + "x-ms-ratelimit-remaining-subscription-reads": "11331", + "x-ms-request-id": "1ca08272-a655-4433-a2ec-a7d0d0cb6851", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062551Z:d7860089-e94e-409d-8dc5-d3985e351b13" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-1286\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u002228652930-0f64-4380-a719-80c626965d4a\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-1286\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "680f76c7a25690744a4a18939eeb24b5", + "x-ms-client-request-id": "767cb1d567c985009462e24645274641", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17555,41 +81751,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:25 GMT", + "Date": "Mon, 25 Oct 2021 06:25:50 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "35", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "680f76c7a25690744a4a18939eeb24b5", - "x-ms-correlation-request-id": "145dbd71-f199-4a15-96d2-427510ad77f2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;28170", - "x-ms-ratelimit-remaining-subscription-reads": "11500", - "x-ms-request-id": "649c63f0-5b26-4708-942c-9e82c3d7d182", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064925Z:145dbd71-f199-4a15-96d2-427510ad77f2" + "x-ms-client-request-id": "767cb1d567c985009462e24645274641", + "x-ms-correlation-request-id": "9845b48d-d2e8-44dc-a268-36c3723dc969", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14332,Microsoft.Compute/GetOperation30Min;28113", + "x-ms-ratelimit-remaining-subscription-reads": "11330", + "x-ms-request-id": "91bef234-45f9-4765-99e1-ee9f21d7c0bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062551Z:9845b48d-d2e8-44dc-a268-36c3723dc969" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "60f468522c2e6a3ee09fd9fbcac3f28d", + "x-ms-client-request-id": "45d078e91cc85d1d29d56f6333228909", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17598,7 +81793,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:26 GMT", + "Date": "Mon, 25 Oct 2021 06:25:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17607,31 +81802,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60f468522c2e6a3ee09fd9fbcac3f28d", - "x-ms-correlation-request-id": "0f0398cb-3793-4951-bacf-dddaeadbe965", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;28169", - "x-ms-ratelimit-remaining-subscription-reads": "11499", - "x-ms-request-id": "1adbf76a-9e14-4414-8d5f-6061ddf0bdcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064926Z:0f0398cb-3793-4951-bacf-dddaeadbe965" + "x-ms-client-request-id": "45d078e91cc85d1d29d56f6333228909", + "x-ms-correlation-request-id": "93ee4779-91a2-4df1-9dc1-5b09abc4ae13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14331,Microsoft.Compute/GetOperation30Min;28112", + "x-ms-ratelimit-remaining-subscription-reads": "11329", + "x-ms-request-id": "a412167b-678d-437f-8812-8ee88792fa2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062551Z:93ee4779-91a2-4df1-9dc1-5b09abc4ae13" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fbf3bea591e3e4b8e2c194c1b717143a", + "x-ms-client-request-id": "9c497dd207959b50a6ea0a964565e0d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17640,7 +81835,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:27 GMT", + "Date": "Mon, 25 Oct 2021 06:25:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17649,31 +81844,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fbf3bea591e3e4b8e2c194c1b717143a", - "x-ms-correlation-request-id": "39c3a64f-1b77-445e-8811-dcc451fb071b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;28168", - "x-ms-ratelimit-remaining-subscription-reads": "11498", - "x-ms-request-id": "0bedce00-2c9e-4307-8960-ec444a57de14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064927Z:39c3a64f-1b77-445e-8811-dcc451fb071b" + "x-ms-client-request-id": "9c497dd207959b50a6ea0a964565e0d2", + "x-ms-correlation-request-id": "e173d2af-222b-47e9-9776-2b479463e626", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14330,Microsoft.Compute/GetOperation30Min;28111", + "x-ms-ratelimit-remaining-subscription-reads": "11328", + "x-ms-request-id": "32fe734a-a092-40fe-84b2-c8235ffa92b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062552Z:e173d2af-222b-47e9-9776-2b479463e626" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f31af6635bac9b5238a587b6c979c687", + "x-ms-client-request-id": "a33589a0b68ab9a3931f4df4f89d5272", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17682,7 +81877,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:28 GMT", + "Date": "Mon, 25 Oct 2021 06:25:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17691,31 +81886,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f31af6635bac9b5238a587b6c979c687", - "x-ms-correlation-request-id": "797063ac-7bc7-4bc8-b497-ddb4b3177776", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;28167", - "x-ms-ratelimit-remaining-subscription-reads": "11497", - "x-ms-request-id": "9ce4a0ee-7488-4c04-aefc-b14a8156fe1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064928Z:797063ac-7bc7-4bc8-b497-ddb4b3177776" + "x-ms-client-request-id": "a33589a0b68ab9a3931f4df4f89d5272", + "x-ms-correlation-request-id": "abd26d0e-1025-41a6-9e40-2e13901ba327", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14329,Microsoft.Compute/GetOperation30Min;28110", + "x-ms-ratelimit-remaining-subscription-reads": "11327", + "x-ms-request-id": "8c7779c4-ce85-452b-97d3-a397eb0319c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062552Z:abd26d0e-1025-41a6-9e40-2e13901ba327" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dfee8b5729f8c1d2b00f7d6c987cb3c9", + "x-ms-client-request-id": "c774d8d9a9dee1ab28359edd118718c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17724,7 +81919,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:29 GMT", + "Date": "Mon, 25 Oct 2021 06:25:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17733,31 +81928,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfee8b5729f8c1d2b00f7d6c987cb3c9", - "x-ms-correlation-request-id": "5c72c4bc-a5c9-48fa-b67a-b0a03e714236", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;28166", - "x-ms-ratelimit-remaining-subscription-reads": "11496", - "x-ms-request-id": "33de48ee-9139-4e9f-a476-ed9a737ac340", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064930Z:5c72c4bc-a5c9-48fa-b67a-b0a03e714236" + "x-ms-client-request-id": "c774d8d9a9dee1ab28359edd118718c4", + "x-ms-correlation-request-id": "d08406af-cf91-4db2-84a0-e13667a41818", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14328,Microsoft.Compute/GetOperation30Min;28109", + "x-ms-ratelimit-remaining-subscription-reads": "11326", + "x-ms-request-id": "f3129f0f-40ba-4fd3-9de7-36973ac7c7c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062552Z:d08406af-cf91-4db2-84a0-e13667a41818" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d3989e8affa949e16c58c23e09011b69", + "x-ms-client-request-id": "a9c29df4e6ec1b7fda8f0876ba5ca309", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17766,7 +81961,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:31 GMT", + "Date": "Mon, 25 Oct 2021 06:25:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17775,31 +81970,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3989e8affa949e16c58c23e09011b69", - "x-ms-correlation-request-id": "951d9ce2-dc97-401a-8881-38a4820fbb31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;28165", - "x-ms-ratelimit-remaining-subscription-reads": "11495", - "x-ms-request-id": "22bf0dac-b3fc-4b6d-8a33-7bf86b35d53d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064931Z:951d9ce2-dc97-401a-8881-38a4820fbb31" + "x-ms-client-request-id": "a9c29df4e6ec1b7fda8f0876ba5ca309", + "x-ms-correlation-request-id": "022a2c52-8dbe-4f03-9196-56fffbef66a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14327,Microsoft.Compute/GetOperation30Min;28108", + "x-ms-ratelimit-remaining-subscription-reads": "11325", + "x-ms-request-id": "0b4ad4f6-b07d-4567-890f-313dff8e28e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062552Z:022a2c52-8dbe-4f03-9196-56fffbef66a6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c6a0dfa352939412458429cdde502bc", + "x-ms-client-request-id": "6cbc989818f1f7f3de547b5417c5a70c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17808,7 +82003,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:32 GMT", + "Date": "Mon, 25 Oct 2021 06:25:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17817,31 +82012,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c6a0dfa352939412458429cdde502bc", - "x-ms-correlation-request-id": "7e39fac4-b290-4bea-8428-91e1d21b1cbd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;28164", - "x-ms-ratelimit-remaining-subscription-reads": "11494", - "x-ms-request-id": "fd3fcc28-271e-4ebe-9013-cec0dbaa541b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064932Z:7e39fac4-b290-4bea-8428-91e1d21b1cbd" + "x-ms-client-request-id": "6cbc989818f1f7f3de547b5417c5a70c", + "x-ms-correlation-request-id": "9203212c-5f2b-4b8e-a7d1-04fe030aed9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14326,Microsoft.Compute/GetOperation30Min;28107", + "x-ms-ratelimit-remaining-subscription-reads": "11324", + "x-ms-request-id": "08b6718d-6db1-42c4-8f0c-c2052ab71122", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062553Z:9203212c-5f2b-4b8e-a7d1-04fe030aed9d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2a2cbef2f3e157dda9a473a06794b7ae", + "x-ms-client-request-id": "5aff8906a8daf3855958ed4ea03427cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17850,7 +82045,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:33 GMT", + "Date": "Mon, 25 Oct 2021 06:25:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17859,31 +82054,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a2cbef2f3e157dda9a473a06794b7ae", - "x-ms-correlation-request-id": "41609a03-a59d-4027-b043-feabfa7161da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;28163", - "x-ms-ratelimit-remaining-subscription-reads": "11493", - "x-ms-request-id": "9e1f2a27-94df-4a90-9933-24a5d86e5dca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064934Z:41609a03-a59d-4027-b043-feabfa7161da" + "x-ms-client-request-id": "5aff8906a8daf3855958ed4ea03427cb", + "x-ms-correlation-request-id": "50f902b3-ac3a-4db4-a2be-bb3703d0ead9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14325,Microsoft.Compute/GetOperation30Min;28106", + "x-ms-ratelimit-remaining-subscription-reads": "11323", + "x-ms-request-id": "75b600dc-f499-489e-a048-717317ffb0b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062553Z:50f902b3-ac3a-4db4-a2be-bb3703d0ead9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b7114f4861255a05c5eaf50bd456b86", + "x-ms-client-request-id": "78459592accadbd2a9cbcb986a2a0314", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17892,7 +82087,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:34 GMT", + "Date": "Mon, 25 Oct 2021 06:25:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17901,31 +82096,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b7114f4861255a05c5eaf50bd456b86", - "x-ms-correlation-request-id": "3a8e513f-af09-4081-b7d2-9620dce10b99", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;28162", - "x-ms-ratelimit-remaining-subscription-reads": "11492", - "x-ms-request-id": "c993d551-62b4-4cab-accd-a10f563eed17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064935Z:3a8e513f-af09-4081-b7d2-9620dce10b99" + "x-ms-client-request-id": "78459592accadbd2a9cbcb986a2a0314", + "x-ms-correlation-request-id": "6da2f1b7-ebdd-44fe-b3ae-2ef5695bed3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14324,Microsoft.Compute/GetOperation30Min;28105", + "x-ms-ratelimit-remaining-subscription-reads": "11322", + "x-ms-request-id": "fe535b8f-5c23-4699-9643-c7f5fc9697e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062553Z:6da2f1b7-ebdd-44fe-b3ae-2ef5695bed3e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4b4b0655f0d507882f128284c1a1d28f", + "x-ms-client-request-id": "3170fce7485def2f12c913992ba456aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17934,7 +82129,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:36 GMT", + "Date": "Mon, 25 Oct 2021 06:25:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17943,31 +82138,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b4b0655f0d507882f128284c1a1d28f", - "x-ms-correlation-request-id": "3762b315-66a7-4efd-b282-77c2b1c04934", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;28161", - "x-ms-ratelimit-remaining-subscription-reads": "11491", - "x-ms-request-id": "89de7391-e865-430e-a0c0-6cb83d8c5177", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064936Z:3762b315-66a7-4efd-b282-77c2b1c04934" + "x-ms-client-request-id": "3170fce7485def2f12c913992ba456aa", + "x-ms-correlation-request-id": "8b6bf2d4-e4c7-4736-a827-6e649a58c6d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14323,Microsoft.Compute/GetOperation30Min;28104", + "x-ms-ratelimit-remaining-subscription-reads": "11321", + "x-ms-request-id": "5628b5bf-de1c-4292-a32e-e8ba2eb6e83e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062553Z:8b6bf2d4-e4c7-4736-a827-6e649a58c6d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c9a894a177736ba91ed6cd82448d9a64", + "x-ms-client-request-id": "82c1b02d2f7f5a42b623b00edded882e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17976,7 +82171,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:37 GMT", + "Date": "Mon, 25 Oct 2021 06:25:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17985,31 +82180,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9a894a177736ba91ed6cd82448d9a64", - "x-ms-correlation-request-id": "6e6f95c9-e340-46d3-9721-2a881aeb8b71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;28160", - "x-ms-ratelimit-remaining-subscription-reads": "11490", - "x-ms-request-id": "14ca4318-5aaa-4301-b7fa-5c8fdf96d939", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064937Z:6e6f95c9-e340-46d3-9721-2a881aeb8b71" + "x-ms-client-request-id": "82c1b02d2f7f5a42b623b00edded882e", + "x-ms-correlation-request-id": "f25ce7bc-3c00-48ff-9478-ca811ca80893", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14322,Microsoft.Compute/GetOperation30Min;28103", + "x-ms-ratelimit-remaining-subscription-reads": "11320", + "x-ms-request-id": "430188ce-6ae6-4bb6-959b-282a05b0829e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062554Z:f25ce7bc-3c00-48ff-9478-ca811ca80893" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "604aec396c4803d98b6a5bff041c94bb", + "x-ms-client-request-id": "a466d854f5c44a6d665665019939b004", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18018,7 +82213,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:38 GMT", + "Date": "Mon, 25 Oct 2021 06:25:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18027,31 +82222,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "604aec396c4803d98b6a5bff041c94bb", - "x-ms-correlation-request-id": "ae813f95-d2fd-4e89-ac4a-bd88792cf581", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;28159", - "x-ms-ratelimit-remaining-subscription-reads": "11489", - "x-ms-request-id": "23cd792b-404f-440b-854d-51c3038fd156", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064939Z:ae813f95-d2fd-4e89-ac4a-bd88792cf581" + "x-ms-client-request-id": "a466d854f5c44a6d665665019939b004", + "x-ms-correlation-request-id": "640902b1-e44d-4212-af71-6ef43055db67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14321,Microsoft.Compute/GetOperation30Min;28102", + "x-ms-ratelimit-remaining-subscription-reads": "11319", + "x-ms-request-id": "b0d24185-ed39-43ee-b587-706e4c56607b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062554Z:640902b1-e44d-4212-af71-6ef43055db67" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "28ae1f8ca19dde125ce02cfe2206c3a2", + "x-ms-client-request-id": "ba6a21758168b895b9157b3a97201225", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18060,7 +82255,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:39 GMT", + "Date": "Mon, 25 Oct 2021 06:25:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18069,31 +82264,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28ae1f8ca19dde125ce02cfe2206c3a2", - "x-ms-correlation-request-id": "26818d78-fe77-407e-83bd-6e48aebdd93e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;28158", - "x-ms-ratelimit-remaining-subscription-reads": "11488", - "x-ms-request-id": "74ff7f64-638e-4822-858a-f0cce2e6f1dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064940Z:26818d78-fe77-407e-83bd-6e48aebdd93e" + "x-ms-client-request-id": "ba6a21758168b895b9157b3a97201225", + "x-ms-correlation-request-id": "7fe74731-8b57-46be-a6df-3fed7f9d233b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14320,Microsoft.Compute/GetOperation30Min;28101", + "x-ms-ratelimit-remaining-subscription-reads": "11318", + "x-ms-request-id": "af12bb47-6f47-4f74-a44c-c10411f8b048", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062554Z:7fe74731-8b57-46be-a6df-3fed7f9d233b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d44a1e7871563547bba43d091baa6702", + "x-ms-client-request-id": "5344e440b13e37e542771c29c941c17c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18102,7 +82297,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:41 GMT", + "Date": "Mon, 25 Oct 2021 06:25:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18111,31 +82306,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d44a1e7871563547bba43d091baa6702", - "x-ms-correlation-request-id": "83fb0d70-e452-4a70-adcf-68c5c43ec81c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;28157", - "x-ms-ratelimit-remaining-subscription-reads": "11487", - "x-ms-request-id": "bb0e7472-769b-4483-8235-8bec31e8f6c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064941Z:83fb0d70-e452-4a70-adcf-68c5c43ec81c" + "x-ms-client-request-id": "5344e440b13e37e542771c29c941c17c", + "x-ms-correlation-request-id": "f5cadd17-3ace-4ccb-972c-517738fb7156", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14319,Microsoft.Compute/GetOperation30Min;28100", + "x-ms-ratelimit-remaining-subscription-reads": "11317", + "x-ms-request-id": "d3e992df-00e6-4285-8377-d3db9a1af04c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062554Z:f5cadd17-3ace-4ccb-972c-517738fb7156" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "25f5124271de97c6d96c03673fdae085", + "x-ms-client-request-id": "bb99ac72ce82d3c643aeeaae7a33b245", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18144,7 +82339,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:42 GMT", + "Date": "Mon, 25 Oct 2021 06:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18153,31 +82348,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25f5124271de97c6d96c03673fdae085", - "x-ms-correlation-request-id": "63477b75-9e00-4b8f-a451-dba1433a1541", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;28156", - "x-ms-ratelimit-remaining-subscription-reads": "11486", - "x-ms-request-id": "a0ebc963-c16c-406e-b1eb-4799360b5f47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064942Z:63477b75-9e00-4b8f-a451-dba1433a1541" + "x-ms-client-request-id": "bb99ac72ce82d3c643aeeaae7a33b245", + "x-ms-correlation-request-id": "aad70fdd-1f8f-4543-aada-5d36d0a2b8e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14318,Microsoft.Compute/GetOperation30Min;28099", + "x-ms-ratelimit-remaining-subscription-reads": "11316", + "x-ms-request-id": "38bc0963-00e7-4a95-a314-173b9884a116", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062555Z:aad70fdd-1f8f-4543-aada-5d36d0a2b8e4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e587b9a7bfd11b64d7796df86409c3b2", + "x-ms-client-request-id": "b4c040435df4c3c63b3378f1646bee78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18186,7 +82381,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:43 GMT", + "Date": "Mon, 25 Oct 2021 06:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18195,31 +82390,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e587b9a7bfd11b64d7796df86409c3b2", - "x-ms-correlation-request-id": "d6472612-92d4-487e-aadf-2e6174cf9bac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;28155", - "x-ms-ratelimit-remaining-subscription-reads": "11485", - "x-ms-request-id": "fa01ff9f-e749-46d1-bbf0-b10dd6cf2e51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064944Z:d6472612-92d4-487e-aadf-2e6174cf9bac" + "x-ms-client-request-id": "b4c040435df4c3c63b3378f1646bee78", + "x-ms-correlation-request-id": "05557054-d25f-489a-9f63-dad0c9d30fde", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14317,Microsoft.Compute/GetOperation30Min;28098", + "x-ms-ratelimit-remaining-subscription-reads": "11315", + "x-ms-request-id": "6fb63a49-76cf-4b35-bbd1-59981b1963f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062555Z:05557054-d25f-489a-9f63-dad0c9d30fde" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0fbc2a799d1007c357b3fbea6ddff5e0", + "x-ms-client-request-id": "ebc7fe54568672a21e71108fc737bd0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18228,7 +82423,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:44 GMT", + "Date": "Mon, 25 Oct 2021 06:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18237,31 +82432,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fbc2a799d1007c357b3fbea6ddff5e0", - "x-ms-correlation-request-id": "7c7c166b-e3c4-4c1c-99f9-ca21f0d792d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;28154", - "x-ms-ratelimit-remaining-subscription-reads": "11484", - "x-ms-request-id": "68509dd9-a3c1-4e28-aa57-ec26053ffd9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064945Z:7c7c166b-e3c4-4c1c-99f9-ca21f0d792d0" + "x-ms-client-request-id": "ebc7fe54568672a21e71108fc737bd0e", + "x-ms-correlation-request-id": "f07825f6-6ea8-4aef-91bb-44e8fe907e0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14316,Microsoft.Compute/GetOperation30Min;28097", + "x-ms-ratelimit-remaining-subscription-reads": "11314", + "x-ms-request-id": "35312b56-bf8a-4cd4-9246-cf24c536fce9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062555Z:f07825f6-6ea8-4aef-91bb-44e8fe907e0c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6162b8c481228330aeda4d6503ce33d0", + "x-ms-client-request-id": "89e6d6c40c801587e5d5804f55d56ed7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18270,7 +82465,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:46 GMT", + "Date": "Mon, 25 Oct 2021 06:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18279,31 +82474,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6162b8c481228330aeda4d6503ce33d0", - "x-ms-correlation-request-id": "c6ceb7cb-de61-4e87-ad8f-636ba012b211", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;28153", - "x-ms-ratelimit-remaining-subscription-reads": "11483", - "x-ms-request-id": "b0f050d9-2927-4041-b5f3-e5b5263fc4fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064947Z:c6ceb7cb-de61-4e87-ad8f-636ba012b211" + "x-ms-client-request-id": "89e6d6c40c801587e5d5804f55d56ed7", + "x-ms-correlation-request-id": "0e69710b-6dc6-498e-a8a2-e238b498cc51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14315,Microsoft.Compute/GetOperation30Min;28096", + "x-ms-ratelimit-remaining-subscription-reads": "11313", + "x-ms-request-id": "e352e4bc-0482-4912-844b-18bd2e4b3175", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062555Z:0e69710b-6dc6-498e-a8a2-e238b498cc51" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "14ee50a9d01d0974f67f8d1ec379adf7", + "x-ms-client-request-id": "7b5972bfc76cecbf9d4d96834c36fc03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18312,7 +82507,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:47 GMT", + "Date": "Mon, 25 Oct 2021 06:25:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18321,31 +82516,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14ee50a9d01d0974f67f8d1ec379adf7", - "x-ms-correlation-request-id": "4a3cdc0f-1362-4cc0-b442-ecb4721b4179", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;28152", - "x-ms-ratelimit-remaining-subscription-reads": "11482", - "x-ms-request-id": "13a3d6bb-9a63-40b5-8bdf-898c98aef6cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064948Z:4a3cdc0f-1362-4cc0-b442-ecb4721b4179" + "x-ms-client-request-id": "7b5972bfc76cecbf9d4d96834c36fc03", + "x-ms-correlation-request-id": "78eea9bf-448a-4b06-b06f-d3cf8ed268b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14314,Microsoft.Compute/GetOperation30Min;28095", + "x-ms-ratelimit-remaining-subscription-reads": "11312", + "x-ms-request-id": "41adbc5e-f3fb-42ad-84f8-b86270195db1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062556Z:78eea9bf-448a-4b06-b06f-d3cf8ed268b1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ab348c8361a6f78ff9386136505e0389", + "x-ms-client-request-id": "8e2c6976658547f776b105b0d6531c49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18354,7 +82549,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:49 GMT", + "Date": "Mon, 25 Oct 2021 06:25:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18363,31 +82558,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab348c8361a6f78ff9386136505e0389", - "x-ms-correlation-request-id": "286a5863-a68a-435d-8a33-074cf8aae0f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;28151", - "x-ms-ratelimit-remaining-subscription-reads": "11481", - "x-ms-request-id": "59d31282-94c6-4fc6-9d91-428bfbc686a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064949Z:286a5863-a68a-435d-8a33-074cf8aae0f5" + "x-ms-client-request-id": "8e2c6976658547f776b105b0d6531c49", + "x-ms-correlation-request-id": "bdf7239b-f69e-434c-9661-41485a1f7366", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14313,Microsoft.Compute/GetOperation30Min;28094", + "x-ms-ratelimit-remaining-subscription-reads": "11311", + "x-ms-request-id": "93117fd9-b62b-40ae-9b02-4236633b0e43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062556Z:bdf7239b-f69e-434c-9661-41485a1f7366" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1c412a7fe0f1f3c343596ba3f412bf35", + "x-ms-client-request-id": "55d0380341ddfca217f9eb327604c9ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18396,7 +82591,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:50 GMT", + "Date": "Mon, 25 Oct 2021 06:25:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18405,31 +82600,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c412a7fe0f1f3c343596ba3f412bf35", - "x-ms-correlation-request-id": "3b322cec-7dae-4e70-96f5-4642e11b0e29", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;28150", - "x-ms-ratelimit-remaining-subscription-reads": "11480", - "x-ms-request-id": "b74d9223-4fbd-4380-bbed-6e199adabc19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064950Z:3b322cec-7dae-4e70-96f5-4642e11b0e29" + "x-ms-client-request-id": "55d0380341ddfca217f9eb327604c9ae", + "x-ms-correlation-request-id": "9d042f0b-8865-4d8d-9a9d-a603542f9d12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14312,Microsoft.Compute/GetOperation30Min;28093", + "x-ms-ratelimit-remaining-subscription-reads": "11310", + "x-ms-request-id": "70bc70ab-28c9-4cf8-98fb-f27e12aaef22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062556Z:9d042f0b-8865-4d8d-9a9d-a603542f9d12" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "76e1562c879a4729c1f61be46f3eb997", + "x-ms-client-request-id": "ecd97cd9dfa859527a1104bac20e164a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18438,7 +82633,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:51 GMT", + "Date": "Mon, 25 Oct 2021 06:25:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18447,31 +82642,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76e1562c879a4729c1f61be46f3eb997", - "x-ms-correlation-request-id": "c76fceed-cff6-4c38-972f-f43be350deee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;28149", - "x-ms-ratelimit-remaining-subscription-reads": "11479", - "x-ms-request-id": "f7e990af-71d3-4ec9-9af6-adc56e5b5478", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064952Z:c76fceed-cff6-4c38-972f-f43be350deee" + "x-ms-client-request-id": "ecd97cd9dfa859527a1104bac20e164a", + "x-ms-correlation-request-id": "c1639af5-ca87-4aa2-9385-885d31cb7d53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14311,Microsoft.Compute/GetOperation30Min;28092", + "x-ms-ratelimit-remaining-subscription-reads": "11309", + "x-ms-request-id": "e9cf061f-b439-40e7-b493-a179990f552f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062556Z:c1639af5-ca87-4aa2-9385-885d31cb7d53" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "999e047c9137a205c940674df5ec03e6", + "x-ms-client-request-id": "147f4c31a7663426c62f778b7ac5d172", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18480,7 +82675,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:52 GMT", + "Date": "Mon, 25 Oct 2021 06:25:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18489,31 +82684,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "999e047c9137a205c940674df5ec03e6", - "x-ms-correlation-request-id": "9c17cfd8-e346-41e7-a9e4-ce644d4f3591", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;28148", - "x-ms-ratelimit-remaining-subscription-reads": "11478", - "x-ms-request-id": "c9f899ec-ca24-48ca-bcfd-61c7e560a449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064953Z:9c17cfd8-e346-41e7-a9e4-ce644d4f3591" + "x-ms-client-request-id": "147f4c31a7663426c62f778b7ac5d172", + "x-ms-correlation-request-id": "b9e2757f-249e-4211-9819-43c3c6266792", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14310,Microsoft.Compute/GetOperation30Min;28091", + "x-ms-ratelimit-remaining-subscription-reads": "11308", + "x-ms-request-id": "d5a27fc9-4230-4c53-a075-54d44d6896bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062557Z:b9e2757f-249e-4211-9819-43c3c6266792" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f90a2b798c7cf8ee00fa5bfbc5de8305", + "x-ms-client-request-id": "59d756e8307a23a0e676dacb3de83a09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18522,7 +82717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:54 GMT", + "Date": "Mon, 25 Oct 2021 06:25:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18531,40 +82726,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f90a2b798c7cf8ee00fa5bfbc5de8305", - "x-ms-correlation-request-id": "d82bdb7d-f630-4c7b-b7f5-900d8d7ff2ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;28147", - "x-ms-ratelimit-remaining-subscription-reads": "11477", - "x-ms-request-id": "8ff2ba00-e22f-461a-b77c-8727b6cfe4a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064954Z:d82bdb7d-f630-4c7b-b7f5-900d8d7ff2ce" + "x-ms-client-request-id": "59d756e8307a23a0e676dacb3de83a09", + "x-ms-correlation-request-id": "01622e26-d0c9-4240-91cd-23d1fca5e308", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14309,Microsoft.Compute/GetOperation30Min;28090", + "x-ms-ratelimit-remaining-subscription-reads": "11307", + "x-ms-request-id": "fabbc1ee-a8e2-4d67-8ce9-133c86374fd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062557Z:01622e26-d0c9-4240-91cd-23d1fca5e308" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/a9665554-1804-484a-bce7-9f047056943a?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f026d39f26749afd503fad591fdb51d4", + "x-ms-client-request-id": "2901a0e3b584314856a4257968c6dfb5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:55 GMT", + "Date": "Mon, 25 Oct 2021 06:25:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18573,41 +82768,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f026d39f26749afd503fad591fdb51d4", - "x-ms-correlation-request-id": "9a02fa1d-1493-4e77-a1eb-8171fe3568dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;28146", - "x-ms-ratelimit-remaining-subscription-reads": "11476", - "x-ms-request-id": "41f4aaea-0404-4b86-aca5-b2c94b8248be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064955Z:9a02fa1d-1493-4e77-a1eb-8171fe3568dc" + "x-ms-client-request-id": "2901a0e3b584314856a4257968c6dfb5", + "x-ms-correlation-request-id": "edbdab6a-24ae-47fc-850c-4fb3576217ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14308,Microsoft.Compute/GetOperation30Min;28089", + "x-ms-ratelimit-remaining-subscription-reads": "11306", + "x-ms-request-id": "ca379509-ac6d-4097-9fa6-4e44eb57b663", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062557Z:edbdab6a-24ae-47fc-850c-4fb3576217ca" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:22.4036537\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:49:54.9346125\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022a9665554-1804-484a-bce7-9f047056943a\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "436b34f2bf33ef1b15a6983d350addeb", + "x-ms-client-request-id": "6bd29240bc3600d0ac5b2defcc5af7de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:55 GMT", + "Date": "Mon, 25 Oct 2021 06:25:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18616,127 +82810,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "436b34f2bf33ef1b15a6983d350addeb", - "x-ms-correlation-request-id": "fba3965f-e48a-46cb-b0af-6b64a5b93551", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31939", - "x-ms-ratelimit-remaining-subscription-reads": "11475", - "x-ms-request-id": "acc0829c-e1a0-489d-b6f5-36d23ef715b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064956Z:fba3965f-e48a-46cb-b0af-6b64a5b93551" + "x-ms-client-request-id": "6bd29240bc3600d0ac5b2defcc5af7de", + "x-ms-correlation-request-id": "e21e54b4-7e34-4189-9b81-a21e4c268bec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14307,Microsoft.Compute/GetOperation30Min;28088", + "x-ms-ratelimit-remaining-subscription-reads": "11305", + "x-ms-request-id": "64df8557-4829-47c5-9709-3dae5c8e8111", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062557Z:e21e54b4-7e34-4189-9b81-a21e4c268bec" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-1286\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u002228652930-0f64-4380-a719-80c626965d4a\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-1286_OsDisk_1_23bff42fa50d4a6e930d45f5f471791f\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/disks/testVM-1286_OsDisk_1_23bff42fa50d4a6e930d45f5f471791f\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-1286\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286/deallocate?api-version=2021-03-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "22ae62bc13c653722d6fa93ddf94d824", + "x-ms-client-request-id": "d9a86ef4a8c333ed0ea503d50b27bb20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:49:56 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:25:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22ae62bc13c653722d6fa93ddf94d824", - "x-ms-correlation-request-id": "4736c646-452b-496d-a1e4-f4134abef55b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1187", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "68cadc6c-c42e-46c9-bef6-68f0bc11bfc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064956Z:4736c646-452b-496d-a1e4-f4134abef55b" + "x-ms-client-request-id": "d9a86ef4a8c333ed0ea503d50b27bb20", + "x-ms-correlation-request-id": "ce7c015b-7347-454f-83ec-9e914f5c0e1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14306,Microsoft.Compute/GetOperation30Min;28087", + "x-ms-ratelimit-remaining-subscription-reads": "11304", + "x-ms-request-id": "64218b33-e6c6-4ad4-9a67-9a7e7e7ea7bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062558Z:ce7c015b-7347-454f-83ec-9e914f5c0e1d" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bd9cc1622f2ddf0dc21815c415de1080", + "x-ms-client-request-id": "ab8b2597cf1526d2cf017d28875865fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18745,41 +82885,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:56 GMT", + "Date": "Mon, 25 Oct 2021 06:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "36", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd9cc1622f2ddf0dc21815c415de1080", - "x-ms-correlation-request-id": "d62a3042-61ad-42c1-b1eb-7425419f521c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;28145", - "x-ms-ratelimit-remaining-subscription-reads": "11474", - "x-ms-request-id": "25e82396-1da9-4d5f-b0e1-dc5ab32034a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064956Z:d62a3042-61ad-42c1-b1eb-7425419f521c" + "x-ms-client-request-id": "ab8b2597cf1526d2cf017d28875865fb", + "x-ms-correlation-request-id": "5adc02c6-e995-4490-83b1-65afea7a1fac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14305,Microsoft.Compute/GetOperation30Min;28086", + "x-ms-ratelimit-remaining-subscription-reads": "11303", + "x-ms-request-id": "0e613d7a-b82e-456d-9e00-650d5ecdda51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062558Z:5adc02c6-e995-4490-83b1-65afea7a1fac" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae9573ce4c017c7890cd698f38a4c56d", + "x-ms-client-request-id": "fa8446ad051d98f1a49f5c91b9faf584", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18788,7 +82927,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:57 GMT", + "Date": "Mon, 25 Oct 2021 06:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18797,31 +82936,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae9573ce4c017c7890cd698f38a4c56d", - "x-ms-correlation-request-id": "b45792b2-7121-4a15-814f-ae8b8d05557b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;28144", - "x-ms-ratelimit-remaining-subscription-reads": "11473", - "x-ms-request-id": "092961f8-b092-4194-9742-4d8044d068b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064958Z:b45792b2-7121-4a15-814f-ae8b8d05557b" + "x-ms-client-request-id": "fa8446ad051d98f1a49f5c91b9faf584", + "x-ms-correlation-request-id": "dc806b4d-5229-4591-87c5-14233838cf64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14304,Microsoft.Compute/GetOperation30Min;28085", + "x-ms-ratelimit-remaining-subscription-reads": "11302", + "x-ms-request-id": "efa664d1-b377-4d7e-b932-bbe4d5663f66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062558Z:dc806b4d-5229-4591-87c5-14233838cf64" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1dda630a1af878f77929cd5a2a0dcada", + "x-ms-client-request-id": "a6580da04ccf25c89b8209c22ac5abb5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18830,7 +82969,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:49:58 GMT", + "Date": "Mon, 25 Oct 2021 06:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18839,31 +82978,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1dda630a1af878f77929cd5a2a0dcada", - "x-ms-correlation-request-id": "02bbb4c4-386f-4a8f-8420-bfd20cbb8892", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;28142", - "x-ms-ratelimit-remaining-subscription-reads": "11472", - "x-ms-request-id": "c7cd0c7b-7108-457d-9571-ce6aafdc3b2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T064959Z:02bbb4c4-386f-4a8f-8420-bfd20cbb8892" + "x-ms-client-request-id": "a6580da04ccf25c89b8209c22ac5abb5", + "x-ms-correlation-request-id": "8ec0b04d-c187-4bdf-a51e-137c3cf4eee5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14303,Microsoft.Compute/GetOperation30Min;28084", + "x-ms-ratelimit-remaining-subscription-reads": "11301", + "x-ms-request-id": "e97a80f5-1ee8-427f-8890-027a533d874c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062558Z:8ec0b04d-c187-4bdf-a51e-137c3cf4eee5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1a005a26b62a154448202c60c67ea71e", + "x-ms-client-request-id": "c4280740c1a3920234f2077672416cd5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18872,7 +83011,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:00 GMT", + "Date": "Mon, 25 Oct 2021 06:25:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18881,31 +83020,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a005a26b62a154448202c60c67ea71e", - "x-ms-correlation-request-id": "9db02174-954a-471d-9c85-6a923074926c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;28999", - "x-ms-ratelimit-remaining-subscription-reads": "11471", - "x-ms-request-id": "e8713922-2a07-4d02-a878-335f7fa9781e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065000Z:9db02174-954a-471d-9c85-6a923074926c" + "x-ms-client-request-id": "c4280740c1a3920234f2077672416cd5", + "x-ms-correlation-request-id": "105a67a2-905a-498a-b797-6b4598f060df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14302,Microsoft.Compute/GetOperation30Min;28083", + "x-ms-ratelimit-remaining-subscription-reads": "11300", + "x-ms-request-id": "8de54e7d-d7c2-4590-a0b5-fa3c79163516", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062559Z:105a67a2-905a-498a-b797-6b4598f060df" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b2b9a853f203b3887c1d35d87e1e5283", + "x-ms-client-request-id": "7a88f80bbe00602c7d5f5e9bfb2f6ddf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18914,7 +83053,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:01 GMT", + "Date": "Mon, 25 Oct 2021 06:25:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18923,31 +83062,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2b9a853f203b3887c1d35d87e1e5283", - "x-ms-correlation-request-id": "1d29cef7-b427-487a-9313-ca110441af05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;28998", - "x-ms-ratelimit-remaining-subscription-reads": "11470", - "x-ms-request-id": "b8f1d2f8-a71f-4801-9d6c-9ec9390cf783", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065001Z:1d29cef7-b427-487a-9313-ca110441af05" + "x-ms-client-request-id": "7a88f80bbe00602c7d5f5e9bfb2f6ddf", + "x-ms-correlation-request-id": "d86af87b-483a-465a-98c3-18db0bc275d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14301,Microsoft.Compute/GetOperation30Min;28082", + "x-ms-ratelimit-remaining-subscription-reads": "11299", + "x-ms-request-id": "97f178fc-5358-453d-93b7-76b699f8e6c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062559Z:d86af87b-483a-465a-98c3-18db0bc275d6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "de698f03aaa354421fc5d4d7ee96b2fa", + "x-ms-client-request-id": "b151a7f330d2dee10bc672dc4551b25a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18956,7 +83095,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:02 GMT", + "Date": "Mon, 25 Oct 2021 06:25:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18965,31 +83104,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de698f03aaa354421fc5d4d7ee96b2fa", - "x-ms-correlation-request-id": "1db60088-9dca-45b1-b033-18eaa4dccfa6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;28997", - "x-ms-ratelimit-remaining-subscription-reads": "11469", - "x-ms-request-id": "a4b89897-a669-405f-bca3-21e98fbc9563", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065003Z:1db60088-9dca-45b1-b033-18eaa4dccfa6" + "x-ms-client-request-id": "b151a7f330d2dee10bc672dc4551b25a", + "x-ms-correlation-request-id": "8d9d5441-7fd3-45cc-b6c9-00152c8953ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14300,Microsoft.Compute/GetOperation30Min;28081", + "x-ms-ratelimit-remaining-subscription-reads": "11298", + "x-ms-request-id": "8bb256d7-f27e-4e0c-b0e6-dc3d5fd77048", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062559Z:8d9d5441-7fd3-45cc-b6c9-00152c8953ba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8207af82185333d6d14d9e0d816c972a", + "x-ms-client-request-id": "32b63415313c81b5dbc8464463669604", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18998,7 +83137,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:03 GMT", + "Date": "Mon, 25 Oct 2021 06:25:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19007,31 +83146,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8207af82185333d6d14d9e0d816c972a", - "x-ms-correlation-request-id": "0b3cac28-0b18-4856-937a-7480ab965f93", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;28996", - "x-ms-ratelimit-remaining-subscription-reads": "11468", - "x-ms-request-id": "d0b9b639-5733-41af-acf9-0669a297bd55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065004Z:0b3cac28-0b18-4856-937a-7480ab965f93" + "x-ms-client-request-id": "32b63415313c81b5dbc8464463669604", + "x-ms-correlation-request-id": "518d73a8-8ace-4b34-9284-b63650387bee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14299,Microsoft.Compute/GetOperation30Min;28080", + "x-ms-ratelimit-remaining-subscription-reads": "11297", + "x-ms-request-id": "5bd11053-158b-4d82-b6cb-102bcd7b660f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062559Z:518d73a8-8ace-4b34-9284-b63650387bee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "365ca8cdc815a97a6565923e1eb0c4e5", + "x-ms-client-request-id": "cb832785baefdb0217a96e3a4c4f1b2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19040,7 +83179,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:05 GMT", + "Date": "Mon, 25 Oct 2021 06:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19049,31 +83188,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "365ca8cdc815a97a6565923e1eb0c4e5", - "x-ms-correlation-request-id": "0b8e1c3b-f115-4fb6-95cf-45acab9d0cbc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;28995", - "x-ms-ratelimit-remaining-subscription-reads": "11467", - "x-ms-request-id": "afa8216d-c174-4d19-8d6f-bf1a3b071164", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065005Z:0b8e1c3b-f115-4fb6-95cf-45acab9d0cbc" + "x-ms-client-request-id": "cb832785baefdb0217a96e3a4c4f1b2b", + "x-ms-correlation-request-id": "95a15aef-08e8-4f28-952c-f2ceb871e899", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14298,Microsoft.Compute/GetOperation30Min;28079", + "x-ms-ratelimit-remaining-subscription-reads": "11296", + "x-ms-request-id": "1eb4c7f7-a730-441e-88ad-80e807f215fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062600Z:95a15aef-08e8-4f28-952c-f2ceb871e899" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf553a6bd017eb2fb8350d560b34d2b2", + "x-ms-client-request-id": "c68603ac3b78c1a2f1cfd60ae99d7ba5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19082,7 +83221,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:06 GMT", + "Date": "Mon, 25 Oct 2021 06:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19091,31 +83230,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf553a6bd017eb2fb8350d560b34d2b2", - "x-ms-correlation-request-id": "2fc4962e-6917-44a2-b1d0-26d662b625c4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;28994", - "x-ms-ratelimit-remaining-subscription-reads": "11466", - "x-ms-request-id": "be8b20a9-8d15-4d6b-ad39-fab8df64f33a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065006Z:2fc4962e-6917-44a2-b1d0-26d662b625c4" + "x-ms-client-request-id": "c68603ac3b78c1a2f1cfd60ae99d7ba5", + "x-ms-correlation-request-id": "e97fbcdf-2153-4e60-9e44-c4a3633f493e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14414,Microsoft.Compute/GetOperation30Min;28077", + "x-ms-ratelimit-remaining-subscription-reads": "11295", + "x-ms-request-id": "5484e674-082e-44be-9b6c-b709b3ae4822", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062600Z:e97fbcdf-2153-4e60-9e44-c4a3633f493e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "450aa92d7b3ab9e5345d1cee85981520", + "x-ms-client-request-id": "1d576d2fe6ce5a6a31db1a92c37a358c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19124,7 +83263,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:07 GMT", + "Date": "Mon, 25 Oct 2021 06:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19133,31 +83272,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "450aa92d7b3ab9e5345d1cee85981520", - "x-ms-correlation-request-id": "5eb9d7a8-2bf7-4af6-8b56-4d9138d0a002", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;28992", - "x-ms-ratelimit-remaining-subscription-reads": "11465", - "x-ms-request-id": "df3b1fff-8008-4f3a-8df3-1d9c8a7b2af3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065008Z:5eb9d7a8-2bf7-4af6-8b56-4d9138d0a002" + "x-ms-client-request-id": "1d576d2fe6ce5a6a31db1a92c37a358c", + "x-ms-correlation-request-id": "3c4ac0b4-89aa-418c-82c6-c8c6bd015080", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14413,Microsoft.Compute/GetOperation30Min;28076", + "x-ms-ratelimit-remaining-subscription-reads": "11294", + "x-ms-request-id": "873d79fd-974e-47e1-8bf6-56ce05daeb67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062600Z:3c4ac0b4-89aa-418c-82c6-c8c6bd015080" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "47a2b988c716fd1379717ddfbb239d30", + "x-ms-client-request-id": "5f971aaccfdf498c85c2d920e4f8f179", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19166,7 +83305,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:09 GMT", + "Date": "Mon, 25 Oct 2021 06:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19175,31 +83314,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47a2b988c716fd1379717ddfbb239d30", - "x-ms-correlation-request-id": "f9e74bb6-8cea-457a-8e35-ba87f93173aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;28991", - "x-ms-ratelimit-remaining-subscription-reads": "11464", - "x-ms-request-id": "e7695b06-4a5f-4155-b8fe-0be800598871", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065009Z:f9e74bb6-8cea-457a-8e35-ba87f93173aa" + "x-ms-client-request-id": "5f971aaccfdf498c85c2d920e4f8f179", + "x-ms-correlation-request-id": "b9cb1dc2-a958-4337-87d3-f596e632a70d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14412,Microsoft.Compute/GetOperation30Min;28075", + "x-ms-ratelimit-remaining-subscription-reads": "11293", + "x-ms-request-id": "6312cb57-9cba-43da-913b-f49ec685a51f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062600Z:b9cb1dc2-a958-4337-87d3-f596e632a70d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7410df927ea6efab549c9ab9b341651f", + "x-ms-client-request-id": "de0bc92dfdf7c55d982b949d200ffe77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19208,7 +83347,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:10 GMT", + "Date": "Mon, 25 Oct 2021 06:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19217,31 +83356,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7410df927ea6efab549c9ab9b341651f", - "x-ms-correlation-request-id": "74fd4d54-8e30-4ece-9f63-6c3ea7931f18", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14961,Microsoft.Compute/GetOperation30Min;28990", - "x-ms-ratelimit-remaining-subscription-reads": "11463", - "x-ms-request-id": "fee6ae46-d092-4724-82db-5666a1f73e1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065010Z:74fd4d54-8e30-4ece-9f63-6c3ea7931f18" + "x-ms-client-request-id": "de0bc92dfdf7c55d982b949d200ffe77", + "x-ms-correlation-request-id": "80033d3c-a109-412f-b333-bf03de5137ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;28074", + "x-ms-ratelimit-remaining-subscription-reads": "11292", + "x-ms-request-id": "fdd481b6-0e34-4c4c-bbe7-0e1c0cf66c22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062601Z:80033d3c-a109-412f-b333-bf03de5137ee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "52ceec208b92669c960cccc8fd06fd10", + "x-ms-client-request-id": "cf5d4a991c055fc5e10e970c0d4a7539", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19250,7 +83389,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:11 GMT", + "Date": "Mon, 25 Oct 2021 06:26:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19259,31 +83398,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52ceec208b92669c960cccc8fd06fd10", - "x-ms-correlation-request-id": "f95cbd8e-dca4-4413-badf-67153a18e909", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;28989", - "x-ms-ratelimit-remaining-subscription-reads": "11462", - "x-ms-request-id": "4c6bae48-2bc3-4ba5-ba6b-bff86a5bcb22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065012Z:f95cbd8e-dca4-4413-badf-67153a18e909" + "x-ms-client-request-id": "cf5d4a991c055fc5e10e970c0d4a7539", + "x-ms-correlation-request-id": "dd571ef7-42ee-464a-b618-496a08380588", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;28073", + "x-ms-ratelimit-remaining-subscription-reads": "11291", + "x-ms-request-id": "116e0285-bb6f-4f07-82e8-b7d6cc25955d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062601Z:dd571ef7-42ee-464a-b618-496a08380588" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a55bebc0a088097a0db3f2792d5a4a37", + "x-ms-client-request-id": "f964a0e9576fae94bdd2c7b33aee2875", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19292,7 +83431,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:13 GMT", + "Date": "Mon, 25 Oct 2021 06:26:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19301,31 +83440,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a55bebc0a088097a0db3f2792d5a4a37", - "x-ms-correlation-request-id": "eb2f3219-885c-4e31-af19-d606b25bab57", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;28988", - "x-ms-ratelimit-remaining-subscription-reads": "11461", - "x-ms-request-id": "b81108a8-32e3-432d-8c92-b6b787730f79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065013Z:eb2f3219-885c-4e31-af19-d606b25bab57" + "x-ms-client-request-id": "f964a0e9576fae94bdd2c7b33aee2875", + "x-ms-correlation-request-id": "a7ac1d6b-1fc7-46a5-b5d9-beaad81863d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14409,Microsoft.Compute/GetOperation30Min;28072", + "x-ms-ratelimit-remaining-subscription-reads": "11290", + "x-ms-request-id": "1f669e67-1b9b-46df-8b38-d09166e62e1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062601Z:a7ac1d6b-1fc7-46a5-b5d9-beaad81863d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cfbe5d0b4b55079e43a9dd99b2e3f14d", + "x-ms-client-request-id": "9a8662c3229b117404abfce96551b84e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19334,7 +83473,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:14 GMT", + "Date": "Mon, 25 Oct 2021 06:26:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19343,31 +83482,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfbe5d0b4b55079e43a9dd99b2e3f14d", - "x-ms-correlation-request-id": "d85d9109-4b44-40e9-afd3-82e4eb4d9d50", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;28987", - "x-ms-ratelimit-remaining-subscription-reads": "11460", - "x-ms-request-id": "6ec048e4-ef09-4e7a-be55-40e048a9478d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065015Z:d85d9109-4b44-40e9-afd3-82e4eb4d9d50" + "x-ms-client-request-id": "9a8662c3229b117404abfce96551b84e", + "x-ms-correlation-request-id": "90a2273f-1c78-4486-bdd7-d39001e686a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;28071", + "x-ms-ratelimit-remaining-subscription-reads": "11289", + "x-ms-request-id": "372a47e5-cdcd-42e5-bf4f-f5a961338980", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062601Z:90a2273f-1c78-4486-bdd7-d39001e686a2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c7f88a9ec0e6809772c444df9822393c", + "x-ms-client-request-id": "80b45bb604aa4208b5ae1133551124f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19376,7 +83515,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:15 GMT", + "Date": "Mon, 25 Oct 2021 06:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19385,31 +83524,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7f88a9ec0e6809772c444df9822393c", - "x-ms-correlation-request-id": "247df165-4d41-4f64-ab25-c5e85bedc367", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;28986", - "x-ms-ratelimit-remaining-subscription-reads": "11459", - "x-ms-request-id": "0f3b20ba-59a1-4088-bc1a-7117fa9e5faf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065016Z:247df165-4d41-4f64-ab25-c5e85bedc367" + "x-ms-client-request-id": "80b45bb604aa4208b5ae1133551124f2", + "x-ms-correlation-request-id": "eb0c51bb-cdf9-4dca-8cad-0f98410e2f93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;28070", + "x-ms-ratelimit-remaining-subscription-reads": "11288", + "x-ms-request-id": "286cc570-5fa0-4e98-971f-637253cef835", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062602Z:eb0c51bb-cdf9-4dca-8cad-0f98410e2f93" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9fbc95c22e4875ba4d5462dec2e0572a", + "x-ms-client-request-id": "ab4822e6dbc3c79d2c53f5c35aab486c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19418,7 +83557,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:17 GMT", + "Date": "Mon, 25 Oct 2021 06:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19427,31 +83566,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fbc95c22e4875ba4d5462dec2e0572a", - "x-ms-correlation-request-id": "971a06df-7c89-4884-ad17-2f14b96f3a54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;28985", - "x-ms-ratelimit-remaining-subscription-reads": "11458", - "x-ms-request-id": "9f8619ba-d381-4953-94cb-a50342a3217c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065017Z:971a06df-7c89-4884-ad17-2f14b96f3a54" + "x-ms-client-request-id": "ab4822e6dbc3c79d2c53f5c35aab486c", + "x-ms-correlation-request-id": "de7aecd6-c376-4051-954a-9e40962c39c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;28069", + "x-ms-ratelimit-remaining-subscription-reads": "11287", + "x-ms-request-id": "74ef476f-e01c-4923-a43f-5db5b35efec7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062602Z:de7aecd6-c376-4051-954a-9e40962c39c9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a2dba5c182614b50c63e5c9106bf6e20", + "x-ms-client-request-id": "defd781aa83abeca5943e4ec1040bcf3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19460,7 +83599,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:18 GMT", + "Date": "Mon, 25 Oct 2021 06:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19469,31 +83608,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2dba5c182614b50c63e5c9106bf6e20", - "x-ms-correlation-request-id": "66370bc7-3b7d-448f-a688-9ea058fa6184", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;28984", - "x-ms-ratelimit-remaining-subscription-reads": "11457", - "x-ms-request-id": "4844c9f5-570e-4126-884e-0846067ad3fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065019Z:66370bc7-3b7d-448f-a688-9ea058fa6184" + "x-ms-client-request-id": "defd781aa83abeca5943e4ec1040bcf3", + "x-ms-correlation-request-id": "391f99d4-4f41-4581-a9d9-ce1ff106f175", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;28068", + "x-ms-ratelimit-remaining-subscription-reads": "11286", + "x-ms-request-id": "73b9f313-764c-469c-8b27-2ba4367a0698", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062602Z:391f99d4-4f41-4581-a9d9-ce1ff106f175" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1cd7a17051266f05cf837a925eb8bd91", + "x-ms-client-request-id": "430309860c08db8abeec53570f44e80a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19502,7 +83641,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:19 GMT", + "Date": "Mon, 25 Oct 2021 06:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19511,31 +83650,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cd7a17051266f05cf837a925eb8bd91", - "x-ms-correlation-request-id": "8a65da42-4081-4956-9395-8bbdc0ea8a57", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;28983", - "x-ms-ratelimit-remaining-subscription-reads": "11456", - "x-ms-request-id": "9bfcfcca-8619-4ca7-82e3-ec1fe45a4e08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065020Z:8a65da42-4081-4956-9395-8bbdc0ea8a57" + "x-ms-client-request-id": "430309860c08db8abeec53570f44e80a", + "x-ms-correlation-request-id": "05a715cb-b1bf-4b82-b3ca-19630bade6d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;28067", + "x-ms-ratelimit-remaining-subscription-reads": "11285", + "x-ms-request-id": "9a5dee91-87d1-4c21-bf7d-0b9943610b91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062602Z:05a715cb-b1bf-4b82-b3ca-19630bade6d1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f31d196d96473fda4470d90ad1296e8d", + "x-ms-client-request-id": "dc19a56545133eb85789517ff6b1b6eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19544,7 +83683,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:21 GMT", + "Date": "Mon, 25 Oct 2021 06:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19553,31 +83692,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f31d196d96473fda4470d90ad1296e8d", - "x-ms-correlation-request-id": "17245d63-8850-4da1-8ff4-adfe335f8aff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;28982", - "x-ms-ratelimit-remaining-subscription-reads": "11455", - "x-ms-request-id": "0b9646e3-c4f1-48ff-b1d0-b5498681e5b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065021Z:17245d63-8850-4da1-8ff4-adfe335f8aff" + "x-ms-client-request-id": "dc19a56545133eb85789517ff6b1b6eb", + "x-ms-correlation-request-id": "a9565afd-55c9-4647-bfca-e2e1f6167dec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;28066", + "x-ms-ratelimit-remaining-subscription-reads": "11284", + "x-ms-request-id": "ebe627d7-ae4c-4090-b676-740e1e16e32a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062603Z:a9565afd-55c9-4647-bfca-e2e1f6167dec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "216d41e53a086f049f6bd3dd08beed0e", + "x-ms-client-request-id": "503d019605a80d63ee22204d5473af15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19586,7 +83725,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:22 GMT", + "Date": "Mon, 25 Oct 2021 06:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19595,31 +83734,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "216d41e53a086f049f6bd3dd08beed0e", - "x-ms-correlation-request-id": "ff1de28d-ebac-4fb7-b587-a8a3671758b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;28981", - "x-ms-ratelimit-remaining-subscription-reads": "11454", - "x-ms-request-id": "8e24929e-e153-4d7a-a0fb-480a0c3ce264", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065022Z:ff1de28d-ebac-4fb7-b587-a8a3671758b6" + "x-ms-client-request-id": "503d019605a80d63ee22204d5473af15", + "x-ms-correlation-request-id": "857623af-84b9-4b2f-be91-5bcb6c73cb26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14402,Microsoft.Compute/GetOperation30Min;28065", + "x-ms-ratelimit-remaining-subscription-reads": "11283", + "x-ms-request-id": "268aaa7b-09dc-4b04-9176-d0ef5f9b3d8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062603Z:857623af-84b9-4b2f-be91-5bcb6c73cb26" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ed23cb807ba2dad9c698d8b578fb9da5", + "x-ms-client-request-id": "6a86da5be02740df51c5ec7ebb0ae50d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19628,7 +83767,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:23 GMT", + "Date": "Mon, 25 Oct 2021 06:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19637,31 +83776,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed23cb807ba2dad9c698d8b578fb9da5", - "x-ms-correlation-request-id": "d91d0023-8ac0-4c35-a7cb-440400b8b88a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;28979", - "x-ms-ratelimit-remaining-subscription-reads": "11453", - "x-ms-request-id": "cdb65eaf-a932-4095-b367-a0c7340a5ca7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065024Z:d91d0023-8ac0-4c35-a7cb-440400b8b88a" + "x-ms-client-request-id": "6a86da5be02740df51c5ec7ebb0ae50d", + "x-ms-correlation-request-id": "33d2c9b7-0bae-49ae-8af3-be2b51406cb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14401,Microsoft.Compute/GetOperation30Min;28064", + "x-ms-ratelimit-remaining-subscription-reads": "11282", + "x-ms-request-id": "32efaf99-19cf-45a9-adfb-06a66ef705c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062603Z:33d2c9b7-0bae-49ae-8af3-be2b51406cb6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1cacec149b4a328815ad53dbc2fd3686", + "x-ms-client-request-id": "0dc0683698066062410ceef0256be9e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19670,7 +83809,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:24 GMT", + "Date": "Mon, 25 Oct 2021 06:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19679,31 +83818,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cacec149b4a328815ad53dbc2fd3686", - "x-ms-correlation-request-id": "69767f1c-803b-4361-a1bf-ed95c62b2ee6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;28978", - "x-ms-ratelimit-remaining-subscription-reads": "11452", - "x-ms-request-id": "e764742d-7ce2-4a8c-bb60-8fcc7b1cab3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065025Z:69767f1c-803b-4361-a1bf-ed95c62b2ee6" + "x-ms-client-request-id": "0dc0683698066062410ceef0256be9e4", + "x-ms-correlation-request-id": "dc5f6c7a-a354-4b71-8f7a-282fb87b6f7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14400,Microsoft.Compute/GetOperation30Min;28063", + "x-ms-ratelimit-remaining-subscription-reads": "11281", + "x-ms-request-id": "6efb866c-a14e-4ca8-9bb0-f9a14ca2e4ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062603Z:dc5f6c7a-a354-4b71-8f7a-282fb87b6f7c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0689ca8381056aeb68935b70624ef7a4", + "x-ms-client-request-id": "1b243bda4b2ab6c422fcfee319e551e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19712,7 +83851,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:26 GMT", + "Date": "Mon, 25 Oct 2021 06:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19721,31 +83860,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0689ca8381056aeb68935b70624ef7a4", - "x-ms-correlation-request-id": "0e6239c1-e674-4b2d-b602-7b1ed2a29244", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;28976", - "x-ms-ratelimit-remaining-subscription-reads": "11451", - "x-ms-request-id": "5b526f53-262b-429e-bade-f32662ad9443", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065027Z:0e6239c1-e674-4b2d-b602-7b1ed2a29244" + "x-ms-client-request-id": "1b243bda4b2ab6c422fcfee319e551e3", + "x-ms-correlation-request-id": "4f3df4d6-2e88-4d7d-8974-bca5abe074ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14399,Microsoft.Compute/GetOperation30Min;28062", + "x-ms-ratelimit-remaining-subscription-reads": "11280", + "x-ms-request-id": "63a11c0e-741b-4660-b65a-cb8312138f21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062604Z:4f3df4d6-2e88-4d7d-8974-bca5abe074ba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1cc92dcdd011e5c442f1d7f427fd18c9", + "x-ms-client-request-id": "ec17133da1b2c30e7826291bf1ee1be6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19754,7 +83893,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:27 GMT", + "Date": "Mon, 25 Oct 2021 06:26:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19763,31 +83902,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cc92dcdd011e5c442f1d7f427fd18c9", - "x-ms-correlation-request-id": "19ce3625-5c00-473b-acf8-aa0071ea741b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;28975", - "x-ms-ratelimit-remaining-subscription-reads": "11450", - "x-ms-request-id": "d707dcd7-dac0-4c8d-9067-d6897aad7282", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065028Z:19ce3625-5c00-473b-acf8-aa0071ea741b" + "x-ms-client-request-id": "ec17133da1b2c30e7826291bf1ee1be6", + "x-ms-correlation-request-id": "87c0246e-4edd-405a-9a92-a0f8fee625c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14398,Microsoft.Compute/GetOperation30Min;28061", + "x-ms-ratelimit-remaining-subscription-reads": "11279", + "x-ms-request-id": "25a2e7e7-9651-483f-ba96-554cf74b3269", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062604Z:87c0246e-4edd-405a-9a92-a0f8fee625c2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae3252619771929f0041b4b64018d0c7", + "x-ms-client-request-id": "80a307dbc9e6eae2a309eb0a997f475c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19796,7 +83935,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:29 GMT", + "Date": "Mon, 25 Oct 2021 06:26:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19805,32 +83944,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae3252619771929f0041b4b64018d0c7", - "x-ms-correlation-request-id": "cca5bb70-6e06-42d3-aaa8-09ffb92dd12a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;28974", - "x-ms-ratelimit-remaining-subscription-reads": "11449", - "x-ms-request-id": "c6626bd9-bc9d-4b3b-942d-b01489f4b296", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065029Z:cca5bb70-6e06-42d3-aaa8-09ffb92dd12a" + "x-ms-client-request-id": "80a307dbc9e6eae2a309eb0a997f475c", + "x-ms-correlation-request-id": "315c30c4-8a85-4b91-bf8b-7ef9d03478b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14397,Microsoft.Compute/GetOperation30Min;28060", + "x-ms-ratelimit-remaining-subscription-reads": "11278", + "x-ms-request-id": "0dbd014c-60b7-45df-82ec-d4c150281ee1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062604Z:315c30c4-8a85-4b91-bf8b-7ef9d03478b7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:49:56.5752417\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:50:29.1998818\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:25:15.8751632\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:26:04.2345542\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u002268cadc6c-c42e-46c9-bef6-68f0bc11bfc1\u0022\r\n", + " \u0022name\u0022: \u002292cfe0a3-d598-4508-924c-44d7ef27f917\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/68cadc6c-c42e-46c9-bef6-68f0bc11bfc1?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/92cfe0a3-d598-4508-924c-44d7ef27f917?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "940eafb61a33b37406a4c414aaf7436b", + "x-ms-client-request-id": "11b30abafd5339312c61a30422a8c433", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19838,7 +83977,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:50:29 GMT", + "Date": "Mon, 25 Oct 2021 06:26:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19847,17 +83986,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "940eafb61a33b37406a4c414aaf7436b", - "x-ms-correlation-request-id": "647ab79e-4841-400a-8b3c-09d5b258e854", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;28973", - "x-ms-ratelimit-remaining-subscription-reads": "11448", - "x-ms-request-id": "4a522315-a390-435c-97b6-56134fd88c59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065030Z:647ab79e-4841-400a-8b3c-09d5b258e854" + "x-ms-client-request-id": "11b30abafd5339312c61a30422a8c433", + "x-ms-correlation-request-id": "fec0fad9-0b5b-4ac9-818f-1b497521f3e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14396,Microsoft.Compute/GetOperation30Min;28059", + "x-ms-ratelimit-remaining-subscription-reads": "11277", + "x-ms-request-id": "8652e43a-b719-4631-9864-8048e0c0c6b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062604Z:fec0fad9-0b5b-4ac9-818f-1b497521f3e2" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -19865,10 +84004,10 @@ "Content-Length": "59", "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "100f917b491b36328e361bcf1b0da42a", + "x-ms-client-request-id": "110718e0d14174fd302c48a8b50429f8", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -19881,11 +84020,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/e2454e68-226f-4cff-b075-21edd26ec6e5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/af68a7bc-ab85-48e9-b279-9abba65fee50?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "2554", + "Content-Length": "2433", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:32 GMT", + "Date": "Mon, 25 Oct 2021 06:26:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19894,25 +84033,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "100f917b491b36328e361bcf1b0da42a", - "x-ms-correlation-request-id": "3b5da815-ae8f-47c0-b3a4-4d5140ad16ff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1191", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "e2454e68-226f-4cff-b075-21edd26ec6e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065032Z:3b5da815-ae8f-47c0-b3a4-4d5140ad16ff" + "x-ms-client-request-id": "110718e0d14174fd302c48a8b50429f8", + "x-ms-correlation-request-id": "c2483831-9ae5-4d0e-8964-74db703f70d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "af68a7bc-ab85-48e9-b279-9abba65fee50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062607Z:c2483831-9ae5-4d0e-8964-74db703f70d2" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVM-1286\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u002228652930-0f64-4380-a719-80c626965d4a\u0022,\r\n", + " \u0022vmId\u0022: \u00221d8d62b7-d12b-4cd7-9e5c-5bffb1e761e6\u0022,\r\n", " \u0022hardwareProfile\u0022: {\r\n", " \u0022vmSize\u0022: \u0022Standard_F1\u0022\r\n", " },\r\n", @@ -19926,11 +84062,11 @@ " },\r\n", " \u0022osDisk\u0022: {\r\n", " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-1286_OsDisk_1_23bff42fa50d4a6e930d45f5f471791f\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-1286_OsDisk_1_77806724d9394cb2a4b7ac1e6261c33c\u0022,\r\n", " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", " \u0022managedDisk\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/disks/testVM-1286_OsDisk_1_23bff42fa50d4a6e930d45f5f471791f\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/disks/testVM-1286_OsDisk_1_77806724d9394cb2a4b7ac1e6261c33c\u0022\r\n", " },\r\n", " \u0022deleteOption\u0022: \u0022Detach\u0022\r\n", " },\r\n", @@ -19959,31 +84095,31 @@ " \u0022allowExtensionOperations\u0022: true,\r\n", " \u0022requireGuestProvisionSignal\u0022: true\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022\r\n", " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae3b49febf086dab7cd706fdfea497f8", + "x-ms-client-request-id": "8029b8443577e91a0c3fe027b4898328", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2555", + "Content-Length": "2434", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:50:33 GMT", + "Date": "Mon, 25 Oct 2021 06:26:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19992,25 +84128,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae3b49febf086dab7cd706fdfea497f8", - "x-ms-correlation-request-id": "f3c04d2b-cd91-42b6-ac05-d58c02943542", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31952", - "x-ms-ratelimit-remaining-subscription-reads": "11447", - "x-ms-request-id": "3f96989b-8ec7-4b61-ad34-118af3d1470f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065034Z:f3c04d2b-cd91-42b6-ac05-d58c02943542" + "x-ms-client-request-id": "8029b8443577e91a0c3fe027b4898328", + "x-ms-correlation-request-id": "587a07a7-361a-463b-a124-2c5392e775f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31991", + "x-ms-ratelimit-remaining-subscription-reads": "11276", + "x-ms-request-id": "e18eba58-b9c8-4649-a5b3-2e0b0b54c3c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T062607Z:587a07a7-361a-463b-a124-2c5392e775f1" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVM-1286\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/virtualMachines/testVM-1286\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u002228652930-0f64-4380-a719-80c626965d4a\u0022,\r\n", + " \u0022vmId\u0022: \u00221d8d62b7-d12b-4cd7-9e5c-5bffb1e761e6\u0022,\r\n", " \u0022hardwareProfile\u0022: {\r\n", " \u0022vmSize\u0022: \u0022Standard_F1\u0022\r\n", " },\r\n", @@ -20024,11 +84157,11 @@ " },\r\n", " \u0022osDisk\u0022: {\r\n", " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-1286_OsDisk_1_23bff42fa50d4a6e930d45f5f471791f\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-1286_OsDisk_1_77806724d9394cb2a4b7ac1e6261c33c\u0022,\r\n", " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", " \u0022managedDisk\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Compute/disks/testVM-1286_OsDisk_1_23bff42fa50d4a6e930d45f5f471791f\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Compute/disks/testVM-1286_OsDisk_1_77806724d9394cb2a4b7ac1e6261c33c\u0022\r\n", " },\r\n", " \u0022deleteOption\u0022: \u0022Detach\u0022\r\n", " },\r\n", @@ -20057,7 +84190,7 @@ " \u0022allowExtensionOperations\u0022: true,\r\n", " \u0022requireGuestProvisionSignal\u0022: true\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-1048\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-5261/providers/Microsoft.Network/networkInterfaces/testNic-7226\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", " }\r\n", "}" @@ -20066,7 +84199,7 @@ ], "Variables": { "RandomSeed": "1496211470", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update()Async.json index 5019377c9184f..9244d2bd7e54b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineOperationsTests/Update()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-4425248cb38ca74ebd71e46b3e8b2946-2d28a640d7c3cc4e-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "4e16e48c016ae50e713c83ed9a84a44a", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:41 GMT", + "Date": "Mon, 25 Oct 2021 06:30:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f66ffe0-a9c3-4c03-b306-c3d8c3b08a8f", - "x-ms-ratelimit-remaining-subscription-reads": "11560", - "x-ms-request-id": "5f66ffe0-a9c3-4c03-b306-c3d8c3b08a8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065341Z:5f66ffe0-a9c3-4c03-b306-c3d8c3b08a8f" + "x-ms-correlation-request-id": "cc98f960-6cc9-4df3-ab05-2b0053a4c2b5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cc98f960-6cc9-4df3-ab05-2b0053a4c2b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063023Z:cc98f960-6cc9-4df3-ab05-2b0053a4c2b5" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-3253?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-3253?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-b08d0ccc1fa78142a494158cf09b5120-fdc9a95d7faa274c-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "8816b2c6f2943704a68741e09be80eb2", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:44 GMT", + "Date": "Mon, 25 Oct 2021 06:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7969ef4e-2d74-4463-b320-056ee463d5f0", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "7969ef4e-2d74-4463-b320-056ee463d5f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065345Z:7969ef4e-2d74-4463-b320-056ee463d5f0" + "x-ms-correlation-request-id": "0dba6f71-31f4-4717-8255-3cf80aef570e", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "0dba6f71-31f4-4717-8255-3cf80aef570e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063025Z:0dba6f71-31f4-4717-8255-3cf80aef570e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253", "name": "testRG-3253", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-483baa51867e614c9fb7e8b7a30263d4-6f8f2a671f67f144-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "8b529fa36d2616ad4b018861e36794aa", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:45 GMT", + "Date": "Mon, 25 Oct 2021 06:30:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ed83aa4-751f-47f7-abd8-8424ad2c9b36", - "x-ms-ratelimit-remaining-subscription-reads": "11559", - "x-ms-request-id": "9ed83aa4-751f-47f7-abd8-8424ad2c9b36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065345Z:9ed83aa4-751f-47f7-abd8-8424ad2c9b36" + "x-ms-correlation-request-id": "bdb0cfa0-c94a-492a-973e-d05ad68ebd9f", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bdb0cfa0-c94a-492a-973e-d05ad68ebd9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063026Z:bdb0cfa0-c94a-492a-973e-d05ad68ebd9f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,421 +8618,12 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-483baa51867e614c9fb7e8b7a30263d4-03cc8c534769e944-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "04f09f7f244f334a5a86a490a09bdee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-6871", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a443296c-c54d-40bf-a7ae-fb92aeabafe6?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1cb74aa-970d-4729-baed-b9710363fe94", - "x-ms-client-request-id": "04f09f7f244f334a5a86a490a09bdee8", - "x-ms-correlation-request-id": "89ec7163-e28e-4302-9d03-e8004481e568", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "a443296c-c54d-40bf-a7ae-fb92aeabafe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065351Z:89ec7163-e28e-4302-9d03-e8004481e568" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-6747\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00229bd3c82b-03c7-486b-a953-b5989f26b81b\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022501f796e-ca03-42b1-8f6e-7c7d5f9f8a5d\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-6871\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00229bd3c82b-03c7-486b-a953-b5989f26b81b\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a443296c-c54d-40bf-a7ae-fb92aeabafe6?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-483baa51867e614c9fb7e8b7a30263d4-59227c2b922b7645-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "6e68f14c5ec27e01541f31a0c91c75b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89d60a10-80a5-4b80-8c67-a551bc99cd96", - "x-ms-client-request-id": "6e68f14c5ec27e01541f31a0c91c75b0", - "x-ms-correlation-request-id": "43268a9b-ac50-4ed4-be49-02de0707ca05", - "x-ms-ratelimit-remaining-subscription-reads": "11558", - "x-ms-request-id": "7660b189-336d-4585-b5cf-47eee7b26474", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065351Z:43268a9b-ac50-4ed4-be49-02de0707ca05" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a443296c-c54d-40bf-a7ae-fb92aeabafe6?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-483baa51867e614c9fb7e8b7a30263d4-e5ea471edad9c44e-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "913fa022fabf449f134629d17d478314", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d295932c-5ef4-463a-9dce-30bbd43d2ec5", - "x-ms-client-request-id": "913fa022fabf449f134629d17d478314", - "x-ms-correlation-request-id": "03050d81-d757-4b85-9543-08d6f6c6076f", - "x-ms-ratelimit-remaining-subscription-reads": "11557", - "x-ms-request-id": "a4dc657e-3b0a-40ef-afac-e315d1f68002", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065352Z:03050d81-d757-4b85-9543-08d6f6c6076f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a443296c-c54d-40bf-a7ae-fb92aeabafe6?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-483baa51867e614c9fb7e8b7a30263d4-164be78972006842-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "af44cae26f32c326502844eb09ebe0be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb01fb36-0a29-4239-896b-1c2e6375e754", - "x-ms-client-request-id": "af44cae26f32c326502844eb09ebe0be", - "x-ms-correlation-request-id": "59e205cd-91d8-4742-bd26-65dba62a0d26", - "x-ms-ratelimit-remaining-subscription-reads": "11556", - "x-ms-request-id": "d766633d-22b9-4460-a79e-566a9b025cc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065354Z:59e205cd-91d8-4742-bd26-65dba62a0d26" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747?api-version=2021-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-483baa51867e614c9fb7e8b7a30263d4-7507cd29110ca34c-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "0fdff7091206511951245b7b3530010d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:53 GMT", - "ETag": "W/\u00227dca1708-17a4-4c56-937e-c9a0ca966a86\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b9dc2cec-1d31-4dd9-96f6-1ba52df576b6", - "x-ms-client-request-id": "0fdff7091206511951245b7b3530010d", - "x-ms-correlation-request-id": "dd45138d-8494-48a5-89eb-4e6136caf005", - "x-ms-ratelimit-remaining-subscription-reads": "11555", - "x-ms-request-id": "77ad9862-5b9e-49f2-8f0a-38719b3c7788", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065354Z:dd45138d-8494-48a5-89eb-4e6136caf005" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-6747\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00227dca1708-17a4-4c56-937e-c9a0ca966a86\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022501f796e-ca03-42b1-8f6e-7c7d5f9f8a5d\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-6871\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00227dca1708-17a4-4c56-937e-c9a0ca966a86\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-62974ea941b69f469aba20fcec816a56-2d07b389bdceb84d-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "d7febd1c7dc579b37b4097b6b33a2766", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "115076", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffc24390-fc67-464b-921c-7b455dd4cd39", - "x-ms-ratelimit-remaining-subscription-reads": "11554", - "x-ms-request-id": "ffc24390-fc67-464b-921c-7b455dd4cd39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065354Z:ffc24390-fc67-464b-921c-7b455dd4cd39" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - }, - { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ { - "resourceType": "virtualNetworks", + "resourceType": "networkWatchers/lenses", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8953,42 +8660,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "virtualNetworks/taggedTrafficConsumers", + "resourceType": "expressRoutePorts", "locations": [ "West US", "East US", @@ -9014,17 +8692,21 @@ "West US 2", "UK West", "UK South", + "Central US EUAP", + "East US 2 EUAP", "Korea Central", "Korea South", "France Central", "Australia Central", - "South Africa North", "UAE North", + "South Africa North", "Switzerland North", "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -9052,1446 +8734,724 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "natGateways", + "resourceType": "frontdoors", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", "North Central US", "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" + "Australia Southeast" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01", "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", "2019-08-01", - "2019-07-01", - "2019-06-01", + "2019-05-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" + "2018-08-01" ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, { - "resourceType": "publicIPAddresses", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", "Central US", + "East US", "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", "Australia Central", - "South Africa North", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } + "2019-11-01" ], + "defaultApiVersion": "2019-11-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "customIpPrefixes", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", "2020-08-01", "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - } + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2019-11-01", + "capabilities": "None" }, { - "resourceType": "networkInterfaces", + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", "West US", - "East US", - "North Europe", "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", + "UAE Central", + "Germany North", + "East US", + "West India", "East US 2", - "Japan East", - "Japan West", + "Australia Central", + "Australia Central 2", + "South Africa West", "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", + "North Europe", + "Central US", "UAE North", - "Switzerland North", "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", "Norway East", + "France Central", "West US 3", - "Jio India West" + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" ], "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dscpConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints/privateLinkServiceProxies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", + "2021-02-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", "2020-05-01", "2020-04-01", "2020-03-01", - "2020-01-01", "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" + "2019-11-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2019-11-01", "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "04f09f7f244f334a5a86a490a09bdee8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" + "subnets": [ + { + "name": "testSubnet-6871", + "properties": { + "addressPrefix": "10.0.2.0/24" } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/adcebacc-3fe5-41df-892f-5ef6b8816352?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b36ab60c-2519-497d-a1a8-852bd909c432", + "x-ms-client-request-id": "04f09f7f244f334a5a86a490a09bdee8", + "x-ms-correlation-request-id": "4d266815-cdad-4aa0-9214-f0f847d3fd0f", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "adcebacc-3fe5-41df-892f-5ef6b8816352", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063032Z:4d266815-cdad-4aa0-9214-f0f847d3fd0f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-6747\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022027fbf1b-8d34-426d-8e0e-ab7bd4bae7ee\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002229598e11-7102-4497-9c77-39cf20fd5321\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-6871\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022027fbf1b-8d34-426d-8e0e-ab7bd4bae7ee\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/adcebacc-3fe5-41df-892f-5ef6b8816352?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e68f14c5ec27e01541f31a0c91c75b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "05d270f0-57fd-4037-a050-0dd9fc7cf451", + "x-ms-client-request-id": "6e68f14c5ec27e01541f31a0c91c75b0", + "x-ms-correlation-request-id": "746096ac-fe53-4eae-a469-2dac5cfd7b8d", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "723d0014-379d-4562-bf4f-ee68277ce7a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063032Z:746096ac-fe53-4eae-a469-2dac5cfd7b8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/adcebacc-3fe5-41df-892f-5ef6b8816352?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "913fa022fabf449f134629d17d478314", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c1659192-d0b5-4fdc-a946-0cf925dd3bba", + "x-ms-client-request-id": "913fa022fabf449f134629d17d478314", + "x-ms-correlation-request-id": "e2952443-af42-4ff3-9828-02837c71469f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "69230d91-bafa-4875-bf55-c0bef979a22a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063033Z:e2952443-af42-4ff3-9828-02837c71469f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af44cae26f32c326502844eb09ebe0be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:33 GMT", + "ETag": "W/\u002255dd2456-21e7-4e0a-80b5-126c41520986\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "658e818c-80cb-4470-a993-aa3c1df8b1b4", + "x-ms-client-request-id": "af44cae26f32c326502844eb09ebe0be", + "x-ms-correlation-request-id": "71b11991-30bb-40ff-bef5-e9c10f3d2fb0", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "95e1c0eb-f871-455b-b73f-309769fce5f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063034Z:71b11991-30bb-40ff-bef5-e9c10f3d2fb0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-6747\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002255dd2456-21e7-4e0a-80b5-126c41520986\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002229598e11-7102-4497-9c77-39cf20fd5321\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-6871\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002255dd2456-21e7-4e0a-80b5-126c41520986\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "060fdff719125151245b7b3530010d9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0617d869-8a07-4433-a3a1-85ebf705781b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "0617d869-8a07-4433-a3a1-85ebf705781b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063035Z:0617d869-8a07-4433-a3a1-85ebf705781b" + }, + "ResponseBody": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" }, { - "resourceType": "applicationSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" }, { - "resourceType": "serviceEndpointPolicies", + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", "locations": [ "West US", "East US", @@ -10527,7 +9487,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10561,87 +9523,45 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01" + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "routeTables", + "resourceType": "virtualNetworks/taggedTrafficConsumers", "locations": [ "West US", "East US", @@ -10677,7 +9597,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10746,10 +9668,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "publicIPPrefixes", + "resourceType": "natGateways", "locations": [ "West US", "East US", @@ -10785,7 +9707,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -10810,10 +9734,7 @@ "2019-04-01", "2019-02-01", "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" + "2018-11-01" ], "defaultApiVersion": "2020-03-01", "zoneMappings": [ @@ -10821,24 +9742,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10849,8 +9770,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -10861,15 +9789,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -10877,32 +9813,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10913,40 +9849,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -10957,107 +9893,39 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "ddosCustomPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers", + "resourceType": "publicIPAddresses", "locations": [ "West US", "East US", @@ -11093,7 +9961,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11148,10 +10018,209 @@ "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/connectionMonitors", + "resourceType": "customIpPrefixes", "locations": [ "West US", "East US", @@ -11187,7 +10256,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11198,39 +10269,198 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } ], - "defaultApiVersion": "2020-03-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/flowLogs", + "resourceType": "networkInterfaces", "locations": [ "West US", "East US", @@ -11266,7 +10496,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11303,13 +10535,42 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01" + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "networkWatchers/pingMeshes", + "resourceType": "dscpConfigurations", "locations": [ "West US", "East US", @@ -11345,7 +10606,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11356,39 +10619,13 @@ "2020-11-01", "2020-08-01", "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" + "2020-06-01" ], - "defaultApiVersion": "2020-03-01", + "defaultApiVersion": "2020-06-01", "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "virtualNetworkGateways", + "resourceType": "privateEndpoints", "locations": [ "West US", "East US", @@ -11424,7 +10661,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11447,56 +10686,143 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2019-02-01" ], "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "localNetworkGateways", + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", "locations": [ "West US", "East US", @@ -11532,7 +10858,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11594,7 +10922,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11604,7 +10932,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "connections", + "resourceType": "networkSecurityGroups", "locations": [ "West US", "East US", @@ -11640,7 +10968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11702,7 +11032,7 @@ }, { "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" + "apiVersion": "2017-10-01" }, { "profileVersion": "2019-03-01-hybrid", @@ -11712,7 +11042,7 @@ "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGateways", + "resourceType": "applicationSecurityGroups", "locations": [ "West US", "East US", @@ -11748,7 +11078,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -11785,198 +11117,23 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2017-09-01" ], "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, + "apiProfiles": [ { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" }, { - "location": "Korea Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Switzerland North", - "zones": [] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" } ], - "capabilities": "SupportsTags, SupportsLocation" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "resourceType": "serviceEndpointPolicies", "locations": [ "West US", "East US", @@ -12012,38 +11169,10 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -12076,44 +11205,13 @@ "2018-04-01", "2018-03-01", "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-01-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operations", + "resourceType": "networkIntentPolicies", "locations": [ "West US", "East US", @@ -12142,6 +11240,7 @@ "Korea Central", "Korea South", "France Central", + "France South", "Australia Central", "South Africa North", "UAE North", @@ -12149,7 +11248,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12180,47 +11281,13 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } + "2018-04-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/operationResults", + "resourceType": "routeTables", "locations": [ "West US", "East US", @@ -12256,7 +11323,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12310,6 +11379,7 @@ "2015-05-01-preview", "2014-12-01-preview" ], + "defaultApiVersion": "2020-03-01", "apiProfiles": [ { "profileVersion": "2017-03-09-profile", @@ -12324,10 +11394,10 @@ "apiVersion": "2017-10-01" } ], - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/CheckDnsNameAvailability", + "resourceType": "publicIPPrefixes", "locations": [ "West US", "East US", @@ -12363,7 +11433,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12391,52 +11463,214 @@ "2018-11-01", "2018-10-01", "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-07-01" ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ddosCustomPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", "Central India", "South India", "West India", @@ -12456,7 +11690,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12468,12 +11704,27 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01" + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/usages", + "resourceType": "networkWatchers", "locations": [ "West US", "East US", @@ -12509,7 +11760,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12563,24 +11816,11 @@ "2015-05-01-preview", "2014-12-01-preview" ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "resourceType": "networkWatchers/connectionMonitors", "locations": [ "West US", "East US", @@ -12616,7 +11856,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12653,15 +11895,13 @@ "2018-01-01", "2017-11-01", "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableDelegations", + "resourceType": "networkWatchers/flowLogs", "locations": [ "West US", "East US", @@ -12697,7 +11937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12728,12 +11970,19 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/serviceTags", + "resourceType": "networkWatchers/pingMeshes", "locations": [ "West US", "East US", @@ -12769,7 +12018,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12792,12 +12043,27 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availablePrivateEndpointTypes", + "resourceType": "virtualNetworkGateways", "locations": [ "West US", "East US", @@ -12833,7 +12099,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12856,12 +12124,56 @@ "2019-07-01", "2019-06-01", "2019-04-01", - "2019-02-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/availableServiceAliases", + "resourceType": "localNetworkGateways", "locations": [ "West US", "East US", @@ -12897,7 +12209,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12916,12 +12230,60 @@ "2019-12-01", "2019-11-01", "2019-09-01", - "2019-08-01" + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/checkPrivateLinkServiceVisibility", + "resourceType": "connections", "locations": [ "West US", "East US", @@ -12957,7 +12319,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -12979,12 +12343,57 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "locations/autoApprovedPrivateLinkServices", + "resourceType": "applicationGateways", "locations": [ "West US", "East US", @@ -13020,7 +12429,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13042,76 +12453,237 @@ "2019-08-01", "2019-07-01", "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "1", + "2" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "1", + "2", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "3", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "3", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", "Central US", "East US 2", "Japan East", @@ -13138,7 +12710,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13152,49 +12726,24 @@ "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], + "resourceType": "locations", + "locations": [], "apiVersions": [ "2021-05-01", "2021-04-01", @@ -13224,12 +12773,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/setAzureNetworkManagerConfiguration", + "resourceType": "locations/operations", "locations": [ "West US", "East US", @@ -13265,7 +12849,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13274,12 +12860,69 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" }, { - "resourceType": "locations/getAzureNetworkManagerConfiguration", + "resourceType": "locations/operationResults", "locations": [ "West US", "East US", @@ -13315,7 +12958,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13324,12 +12969,69 @@ "2021-02-01", "2021-01-01", "2020-11-01", - "2020-08-01" + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/checkAcceleratedNetworkingSupport", + "resourceType": "locations/CheckDnsNameAvailability", "locations": [ "West US", "East US", @@ -13365,7 +13067,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13396,12 +13100,33 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], "capabilities": "None" }, { - "resourceType": "locations/validateResourceOwnership", + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", "locations": [ "West US", "East US", @@ -13437,7 +13162,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13449,31 +13176,12 @@ "2020-08-01", "2020-07-01", "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" + "2020-05-01" ], "capabilities": "None" }, { - "resourceType": "locations/setResourceOwnership", + "resourceType": "locations/usages", "locations": [ "West US", "East US", @@ -13509,7 +13217,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13540,12 +13250,47 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } ], "capabilities": "None" }, { - "resourceType": "locations/effectiveResourceOwnership", + "resourceType": "locations/virtualNetworkAvailableEndpointServices", "locations": [ "West US", "East US", @@ -13581,7 +13326,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13612,12 +13359,21 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01" + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" ], "capabilities": "None" }, { - "resourceType": "operations", + "resourceType": "locations/availableDelegations", "locations": [ "West US", "East US", @@ -13653,7 +13409,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -13684,545 +13442,1498 @@ "2018-07-01", "2018-06-01", "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" + "2018-04-01" ], "capabilities": "None" }, { - "resourceType": "dnszones", + "resourceType": "locations/serviceTags", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnsOperationStatuses", + "resourceType": "locations/availablePrivateEndpointTypes", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "getDnsResourceReference", + "resourceType": "locations/availableServiceAliases", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "internalNotify", + "resourceType": "locations/checkPrivateLinkServiceVisibility", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], "capabilities": "None" }, { - "resourceType": "dnszones/A", + "resourceType": "locations/autoApprovedPrivateLinkServices", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/AAAA", + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/CNAME", + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/PTR", + "resourceType": "locations/supportedVirtualMachineSizes", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/MX", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/TXT", + "resourceType": "locations/setAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SRV", + "resourceType": "locations/getAzureNetworkManagerConfiguration", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/SOA", + "resourceType": "locations/checkAcceleratedNetworkingSupport", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/NS", + "resourceType": "locations/validateResourceOwnership", "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CAA", - "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/recordsets", + "resourceType": "locations/setResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "dnszones/all", + "resourceType": "locations/effectiveResourceOwnership", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" + "2018-04-01" ], - "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones", + "resourceType": "operations", "locations": [ - "global" + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsZones/virtualNetworkLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "capabilities": "None" }, { - "resourceType": "privateDnsOperationResults", + "resourceType": "dnszones", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "privateDnsOperationStatuses", + "resourceType": "dnsOperationResults", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZonesInternal", + "resourceType": "dnsOperationStatuses", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" ], - "defaultApiVersion": "2020-01-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/A", + "resourceType": "getDnsResourceReference", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/AAAA", + "resourceType": "internalNotify", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/CNAME", + "resourceType": "dnszones/A", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/PTR", + "resourceType": "dnszones/AAAA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/MX", + "resourceType": "dnszones/CNAME", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/TXT", + "resourceType": "dnszones/PTR", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/SRV", + "resourceType": "dnszones/MX", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/SOA", + "resourceType": "dnszones/TXT", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "privateDnsZones/all", + "resourceType": "dnszones/SRV", "locations": [ "global" ], "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-09-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "virtualNetworks/privateDnsZoneLinks", + "resourceType": "dnszones/SOA", "locations": [ "global" ], "apiVersions": [ - "2020-06-01" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2020-06-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "trafficmanagerprofiles", + "resourceType": "dnszones/NS", "locations": [ "global" ], "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + "defaultApiVersion": "2018-05-01", + "capabilities": "None" }, { - "resourceType": "trafficmanagerprofiles/heatMaps", + "resourceType": "dnszones/CAA", "locations": [ "global" ], "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" ], - "defaultApiVersion": "2018-08-01", + "defaultApiVersion": "2018-05-01", "capabilities": "None" }, { - "resourceType": "checkTrafficManagerNameAvailability", + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", "locations": [ "global" ], @@ -14237,23 +14948,25 @@ "2015-04-28-preview" ], "defaultApiVersion": "2018-08-01", - "capabilities": "None" + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, { - "resourceType": "trafficManagerUserMetricsKeys", + "resourceType": "trafficmanagerprofiles/heatMaps", "locations": [ "global" ], "apiVersions": [ "2018-08-01", "2018-04-01", + "2018-03-01", + "2018-02-01", "2017-09-01-preview" ], "defaultApiVersion": "2018-08-01", "capabilities": "None" }, { - "resourceType": "trafficManagerGeographicHierarchies", + "resourceType": "checkTrafficManagerNameAvailability", "locations": [ "global" ], @@ -14263,26 +14976,57 @@ "2018-03-01", "2018-02-01", "2017-05-01", - "2017-03-01" + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" ], "defaultApiVersion": "2018-08-01", "capabilities": "None" }, { - "resourceType": "expressRouteCircuits", + "resourceType": "trafficManagerUserMetricsKeys", "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", "Brazil South", "Australia East", "Australia Southeast", @@ -14305,7 +15049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14399,7 +15145,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14492,7 +15240,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14574,7 +15324,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14654,7 +15406,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14720,7 +15474,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14786,7 +15542,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14852,7 +15610,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -14946,7 +15706,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15029,7 +15791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15108,7 +15872,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15185,7 +15951,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15246,7 +16014,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15325,7 +16095,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15404,7 +16176,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15473,7 +16247,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15508,7 +16284,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -15584,7 +16398,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15655,7 +16471,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15785,7 +16603,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15842,7 +16662,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -15881,24 +16703,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15909,8 +16731,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -15921,15 +16750,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -15937,32 +16774,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -15973,40 +16810,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -16017,32 +16854,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -16085,7 +16922,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16153,7 +16992,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16222,7 +17063,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16291,7 +17134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16346,7 +17191,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16427,7 +17274,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16462,28 +17311,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -16517,7 +17344,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -16537,252 +17364,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -16807,7 +17480,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -16883,7 +17558,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -16947,7 +17624,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17005,7 +17684,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17070,7 +17751,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17130,7 +17813,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -17195,7 +17880,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -17203,51 +17890,21195 @@ "2021-03-01" ], "capabilities": "None" - } + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "272", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7febd1c7dc579b37b4097b6b33a2766", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871" + } + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4d1f3079-acb6-4a68-bd35-e6db2b012c33?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1679", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0a4805f8-a3a4-4ac7-9110-9c6668a1324a", + "x-ms-client-request-id": "d7febd1c7dc579b37b4097b6b33a2766", + "x-ms-correlation-request-id": "0e1a0e6c-aca9-436f-b118-f36fb68fc9a3", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "4d1f3079-acb6-4a68-bd35-e6db2b012c33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063039Z:0e1a0e6c-aca9-436f-b118-f36fb68fc9a3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-602\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a80f02e2-a72a-4729-923d-e83bf7e07722\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f40d4da5-94c2-492d-9eef-897ab653226f\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a80f02e2-a72a-4729-923d-e83bf7e07722\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022cghfskicoglujhdxhhhsb5kteb.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4d1f3079-acb6-4a68-bd35-e6db2b012c33?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2eed5036e6e179432c958ad1829a9eea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "11233a88-e038-4fd3-a50d-e8688006bd24", + "x-ms-client-request-id": "2eed5036e6e179432c958ad1829a9eea", + "x-ms-correlation-request-id": "0fe3867d-d273-4b83-9e50-d24f6589d1ff", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2980ae60-e5ec-40fd-946b-2dc0f9b319a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063039Z:0fe3867d-d273-4b83-9e50-d24f6589d1ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "67ca1533a67b0e26ec4ee5676f9ecfec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1679", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:39 GMT", + "ETag": "W/\u0022a80f02e2-a72a-4729-923d-e83bf7e07722\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "89b0cc98-e5e3-492c-a70b-b59e40762d6f", + "x-ms-client-request-id": "67ca1533a67b0e26ec4ee5676f9ecfec", + "x-ms-correlation-request-id": "784f0866-edfe-4b25-a681-221b20dc557a", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c9813fa2-d6d2-4451-92ed-a220a354c569", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063040Z:784f0866-edfe-4b25-a681-221b20dc557a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testNic-602\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a80f02e2-a72a-4729-923d-e83bf7e07722\\\u0022\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f40d4da5-94c2-492d-9eef-897ab653226f\u0022,\r\n", + " \u0022ipConfigurations\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022internal\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602/ipConfigurations/internal\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a80f02e2-a72a-4729-923d-e83bf7e07722\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", + " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022\r\n", + " },\r\n", + " \u0022primary\u0022: true,\r\n", + " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", + " }\r\n", + " }\r\n", + " ],\r\n", + " \u0022dnsSettings\u0022: {\r\n", + " \u0022dnsServers\u0022: [],\r\n", + " \u0022appliedDnsServers\u0022: [],\r\n", + " \u0022internalDomainNameSuffix\u0022: \u0022cghfskicoglujhdxhhhsb5kteb.xx.internal.cloudapp.net\u0022\r\n", + " },\r\n", + " \u0022enableAcceleratedNetworking\u0022: false,\r\n", + " \u0022vnetEncryptionSupported\u0022: false,\r\n", + " \u0022enableIPForwarding\u0022: false,\r\n", + " \u0022hostedWorkloads\u0022: [],\r\n", + " \u0022tapConfigurations\u0022: [],\r\n", + " \u0022nicType\u0022: \u0022Standard\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1184", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "627f7020f94d8384850c3adf83fe2d57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": { + "hardwareProfile": { + "vmSize": "Standard_F2" + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "osType": "Linux", + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "osProfile": { + "computerName": "testVM-4642", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602", + "properties": { + "primary": true + } + } + ] + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "627f7020f94d8384850c3adf83fe2d57", + "x-ms-correlation-request-id": "7e288f32-9f56-4c3d-80e0-a0f12b364991", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1192", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "494dffde-7818-4536-952a-a63024d9e21a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063043Z:7e288f32-9f56-4c3d-80e0-a0f12b364991" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVM-4642\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u00229ac3634a-a06f-40b3-8748-baa550e24764\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-4642\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11b19ec63b1b3a9d9147e26e6c478bed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "35", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11b19ec63b1b3a9d9147e26e6c478bed", + "x-ms-correlation-request-id": "6512903c-c170-4e5d-a60c-561e91dec8bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;27389", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1a68ef19-5cd7-4d2e-92db-71c7ffe40d87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063044Z:6512903c-c170-4e5d-a60c-561e91dec8bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ba88d2039bd6729c5ef386eb7f081a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ba88d2039bd6729c5ef386eb7f081a9", + "x-ms-correlation-request-id": "1159fd3e-3329-4b0b-80e2-82bb1e141807", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;27388", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9be1494f-b75d-4311-97a8-cfc7ad5cc992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063044Z:1159fd3e-3329-4b0b-80e2-82bb1e141807" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e519ab021c4d833c86a7047bd53c24e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e519ab021c4d833c86a7047bd53c24e3", + "x-ms-correlation-request-id": "4b7f06ea-8eee-43e9-a083-5f60818dc6de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;27387", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "9d0a450b-0015-4000-9c0e-998a5303910b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063044Z:4b7f06ea-8eee-43e9-a083-5f60818dc6de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "74725452be328cd174494c2b022e82a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74725452be328cd174494c2b022e82a0", + "x-ms-correlation-request-id": "825e4703-897f-47f7-8a5b-517ddd9fb7d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;27386", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "c58d5dc9-4375-4f90-8c76-86eae55fe18e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063045Z:825e4703-897f-47f7-8a5b-517ddd9fb7d1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c06b39c5a62d049f5024c41635ad9188", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c06b39c5a62d049f5024c41635ad9188", + "x-ms-correlation-request-id": "14f23945-8670-4f31-8321-7604b51443f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;27385", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "bd14a0fe-0055-486a-9677-f212c2457473", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063045Z:14f23945-8670-4f31-8321-7604b51443f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "631c55cb0c7e4476da8c7003cf118058", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "631c55cb0c7e4476da8c7003cf118058", + "x-ms-correlation-request-id": "7945a678-b9f5-46f7-8bd3-745548573eea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;27384", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a4476b87-4f7a-4fb0-a44a-edc1eb780e5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063045Z:7945a678-b9f5-46f7-8bd3-745548573eea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cb6642464d1acb5b46e240ef9ba57c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cb6642464d1acb5b46e240ef9ba57c6", + "x-ms-correlation-request-id": "d6e59202-60ce-46f8-ac6c-6338aaf78e4d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;27383", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "0230ba47-777b-45e6-a4bb-138acec6a79a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063046Z:d6e59202-60ce-46f8-ac6c-6338aaf78e4d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad5fc4b81f12b821c227e5a1359c343e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad5fc4b81f12b821c227e5a1359c343e", + "x-ms-correlation-request-id": "a0f00ff8-f250-4e23-a2b9-6c594a1fc06a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;27382", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1798ff9f-1f2d-4f6d-9498-dbcf5aaab7b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063046Z:a0f00ff8-f250-4e23-a2b9-6c594a1fc06a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d0f16ca3f5f767b7a070ae0fe8684a1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0f16ca3f5f767b7a070ae0fe8684a1f", + "x-ms-correlation-request-id": "2ab351de-c0bb-4ae4-8036-5b9fc7323488", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;27381", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "8ae50da3-067b-45bf-951b-abf23bb08a90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063046Z:2ab351de-c0bb-4ae4-8036-5b9fc7323488" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b4ba934d3b1044642fdd9aa7e137618", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b4ba934d3b1044642fdd9aa7e137618", + "x-ms-correlation-request-id": "4f4d410f-5f84-4c9c-8b8e-06f6bccb9813", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;27380", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e1595e95-dddc-41a6-967a-abea96857f76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063047Z:4f4d410f-5f84-4c9c-8b8e-06f6bccb9813" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d6ae63986c9c3cf0df80ca17012d05a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d6ae63986c9c3cf0df80ca17012d05a", + "x-ms-correlation-request-id": "ee7da71c-dfd9-4318-98b9-4af0ef116ab6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;27379", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f10608a7-afa1-469f-8953-84b265be8335", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063047Z:ee7da71c-dfd9-4318-98b9-4af0ef116ab6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c6cc5dc2950d08c25ec8efa1b0de88c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c6cc5dc2950d08c25ec8efa1b0de88c", + "x-ms-correlation-request-id": "9f1e6af6-3804-434d-8870-98f3091ec2b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;27378", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "89a6d0b1-1db0-4d8b-bc48-286e80b71e39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063047Z:9f1e6af6-3804-434d-8870-98f3091ec2b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02d596f9bdfeae56da88fdb9c7a4932f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02d596f9bdfeae56da88fdb9c7a4932f", + "x-ms-correlation-request-id": "f49a1e7b-f723-4bcb-859f-53ee85d4f4fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;27377", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "c4688c15-e7fe-49a3-896b-f9b9848b0e48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063047Z:f49a1e7b-f723-4bcb-859f-53ee85d4f4fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8cd7f2ceaa70fc7599a67dcf8d5a700", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8cd7f2ceaa70fc7599a67dcf8d5a700", + "x-ms-correlation-request-id": "66fb8af9-5e11-4b69-9557-1a814c782b9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;27376", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "7ad3eb16-7f6c-430a-86ae-9c2eefef714f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063048Z:66fb8af9-5e11-4b69-9557-1a814c782b9a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "daa77f0fce3c1f5c6fbeb1c82bd20881", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daa77f0fce3c1f5c6fbeb1c82bd20881", + "x-ms-correlation-request-id": "e9270e25-b399-4136-a753-61f0fb65959b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;27375", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "40f44776-9215-4e63-81ce-dd5b3762870c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063048Z:e9270e25-b399-4136-a753-61f0fb65959b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9ccd5e58303f0fe5cec6a864557ab605", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ccd5e58303f0fe5cec6a864557ab605", + "x-ms-correlation-request-id": "f1a979d8-a65d-4c73-9a72-2c26cf5bf7e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;27374", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "10570c5c-3e50-48ec-adc3-1e49ec63acee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063048Z:f1a979d8-a65d-4c73-9a72-2c26cf5bf7e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48aafde0b9fc5ef323ae49e838ffe386", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48aafde0b9fc5ef323ae49e838ffe386", + "x-ms-correlation-request-id": "ae02f2e0-b078-40b1-8611-588cc2f2fb8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;27373", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "2050e46b-aa93-46de-80cd-9304028461f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063049Z:ae02f2e0-b078-40b1-8611-588cc2f2fb8e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9983e6910b07dfc099980b7625f7c9f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9983e6910b07dfc099980b7625f7c9f4", + "x-ms-correlation-request-id": "92975cf6-14ef-46a6-84f4-fe4c49790d7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;27372", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "0fade30a-1177-474c-9afa-0d836e69cbed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063049Z:92975cf6-14ef-46a6-84f4-fe4c49790d7b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ee7ac08c0289f846b6f7991e6fcd7cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ee7ac08c0289f846b6f7991e6fcd7cf", + "x-ms-correlation-request-id": "aa0e75d1-50f3-4bba-9b75-423803ea81cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;27371", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "9af8962e-d33a-4519-af0a-3321e3306870", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063049Z:aa0e75d1-50f3-4bba-9b75-423803ea81cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ed222e21cf6d5fd3ccbae64ad7c382b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ed222e21cf6d5fd3ccbae64ad7c382b", + "x-ms-correlation-request-id": "81fe4656-0f73-4900-a46b-6607f43187fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;27370", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "5f75c6e3-567c-43c0-8a4c-412c05715abf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063050Z:81fe4656-0f73-4900-a46b-6607f43187fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8be054e4b518d15e61e32e98922ff89c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8be054e4b518d15e61e32e98922ff89c", + "x-ms-correlation-request-id": "4d6469eb-c686-4abb-8d98-03582ce0d615", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;27369", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "24413f82-789b-4f23-b6a2-501c3a4dcac9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063050Z:4d6469eb-c686-4abb-8d98-03582ce0d615" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03943cc05a25ebfdae11f15d1120f1ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03943cc05a25ebfdae11f15d1120f1ee", + "x-ms-correlation-request-id": "9a70da4b-648f-47f4-bcaf-abda2658ecfb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;27368", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "e1b39f96-5081-4d2a-8cb5-4a0ee52bb122", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063050Z:9a70da4b-648f-47f4-bcaf-abda2658ecfb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "91ac4e364b1b2cb7c4010d13ed65420d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91ac4e364b1b2cb7c4010d13ed65420d", + "x-ms-correlation-request-id": "cc24a91b-d5d2-4f12-8432-dd898266026d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;27367", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "f17b0edf-a0c1-4492-889b-d589531841c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063050Z:cc24a91b-d5d2-4f12-8432-dd898266026d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71a411d235e8890556f5dd06c301bf41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71a411d235e8890556f5dd06c301bf41", + "x-ms-correlation-request-id": "524cc9ce-0ff1-4d32-8fb3-884e0b18026a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27366", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "50e7eeab-4cd7-4340-a83a-6a1f471967d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063051Z:524cc9ce-0ff1-4d32-8fb3-884e0b18026a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "446240f26782758085673f234deafd49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "446240f26782758085673f234deafd49", + "x-ms-correlation-request-id": "d70307cc-0a84-4763-adaa-c6779fcd30a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27365", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "1a3c4e12-3109-45e0-be46-21ca7d15b7bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063051Z:d70307cc-0a84-4763-adaa-c6779fcd30a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "008ae4cf807b000548233a266eb068c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "008ae4cf807b000548233a266eb068c2", + "x-ms-correlation-request-id": "63e3eaa0-a944-4db0-b2d8-0d7c43ae0d70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27364", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "73b1c7a2-7335-43e8-8005-43e4debb2a5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063052Z:63e3eaa0-a944-4db0-b2d8-0d7c43ae0d70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad20cb42fe036b8a912fec80f6e23b6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad20cb42fe036b8a912fec80f6e23b6c", + "x-ms-correlation-request-id": "9332ff76-3988-4bf5-886b-a16d16dba620", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27363", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "92a7b52f-ac48-44b0-8590-eb024e942a1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063052Z:9332ff76-3988-4bf5-886b-a16d16dba620" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df3793f7bf7672c53a61fc5e2c5906d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df3793f7bf7672c53a61fc5e2c5906d4", + "x-ms-correlation-request-id": "7db00058-5b30-41ac-8516-e8c0b5ee525b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27362", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "1a536e23-1dd1-4149-a31f-2a376d0ddd96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063053Z:7db00058-5b30-41ac-8516-e8c0b5ee525b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82e17cff50c9d045591f6f4c93850a66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82e17cff50c9d045591f6f4c93850a66", + "x-ms-correlation-request-id": "a4517463-9fb9-4d19-9b23-46659db37168", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27361", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "a83bada1-4599-4a82-b0a9-7c7655b68c26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063053Z:a4517463-9fb9-4d19-9b23-46659db37168" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da2fcee88979824c05ae72a1022b3e37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da2fcee88979824c05ae72a1022b3e37", + "x-ms-correlation-request-id": "e0dc3600-6d5e-4166-839f-c7a4329e63da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27360", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "12edd0c3-3bf4-44fa-8b9f-75163897f43e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063053Z:e0dc3600-6d5e-4166-839f-c7a4329e63da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a811728b800a6a24d6685565078deb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a811728b800a6a24d6685565078deb5", + "x-ms-correlation-request-id": "63e4107c-f1f2-4b00-b543-1690fb1246d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27359", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "6f30dce5-d634-49d1-bc54-bbfe33f0cc1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063054Z:63e4107c-f1f2-4b00-b543-1690fb1246d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d7695572c2a755b2f5f7d1adda3ce2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d7695572c2a755b2f5f7d1adda3ce2e", + "x-ms-correlation-request-id": "e0d7b49c-02fc-46d6-a332-07f37408864a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27358", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "cbe20af9-cad1-425e-bd61-30e50260d53e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063054Z:e0d7b49c-02fc-46d6-a332-07f37408864a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c2437e090042f652c888c1203f6328c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c2437e090042f652c888c1203f6328c", + "x-ms-correlation-request-id": "f9aa82db-7cb1-405c-a4f5-93c2bc870f97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27357", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "44b11701-9247-4cfc-8b5f-a721078a69aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063054Z:f9aa82db-7cb1-405c-a4f5-93c2bc870f97" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c4abdd0e0b4fb0cbc0b4aa13b87c9a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c4abdd0e0b4fb0cbc0b4aa13b87c9a9", + "x-ms-correlation-request-id": "9d89dc32-f1bd-48b0-800c-4df77f911455", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27356", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "18bfe367-3fe3-411b-b1d8-12fbbd6a6618", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063054Z:9d89dc32-f1bd-48b0-800c-4df77f911455" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "187557986254c7b0304731a1a0487139", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "187557986254c7b0304731a1a0487139", + "x-ms-correlation-request-id": "286594af-69f4-401e-aa68-d1b3ce0f9c56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27355", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "a4db0afd-3d67-4561-bd6f-595da35a7504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063055Z:286594af-69f4-401e-aa68-d1b3ce0f9c56" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1f4af02c615900792a28bff845c4f3a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f4af02c615900792a28bff845c4f3a4", + "x-ms-correlation-request-id": "43d4c810-2408-4d11-a09f-cec3d9d2cdba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27354", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "e1cc1ae6-7a43-4029-882b-c39f1f54c853", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063055Z:43d4c810-2408-4d11-a09f-cec3d9d2cdba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac7ae2bf19806e380d833c6daf6b5b74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac7ae2bf19806e380d833c6daf6b5b74", + "x-ms-correlation-request-id": "11de9797-b766-4d79-8948-3670a291d9f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27353", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "f278db12-9660-4791-900c-c94c3c47d150", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063055Z:11de9797-b766-4d79-8948-3670a291d9f2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b741199a93d3650dd75ed2ba2b7816b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b741199a93d3650dd75ed2ba2b7816b", + "x-ms-correlation-request-id": "36c45401-6e81-41e8-90cb-d7cac8ff0c87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27352", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "ff7cd5b2-607d-46f2-8159-c69854afa962", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063056Z:36c45401-6e81-41e8-90cb-d7cac8ff0c87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bde18c53c5cd12b9b8db12d5250b51bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bde18c53c5cd12b9b8db12d5250b51bf", + "x-ms-correlation-request-id": "b058d95e-5241-4342-81f4-51192c813d8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27351", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "da223e55-7db2-42d2-8ab8-ec6ac9e3c1bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063056Z:b058d95e-5241-4342-81f4-51192c813d8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "345f4bcda84f16679143cf0a2c0dcb55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "345f4bcda84f16679143cf0a2c0dcb55", + "x-ms-correlation-request-id": "c234e2e2-3685-466a-9117-5ee5ff927fa3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27350", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "4e10fb6f-2be2-44ce-8446-b651e9e294ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063056Z:c234e2e2-3685-466a-9117-5ee5ff927fa3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "221ad0029d8ad4a657619261977b11d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "221ad0029d8ad4a657619261977b11d2", + "x-ms-correlation-request-id": "485bb2ad-6fdd-4b3c-a5c5-9a43d3d58d0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27349", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "a59eb76e-5609-47c1-84ad-3b6bbe8575f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063056Z:485bb2ad-6fdd-4b3c-a5c5-9a43d3d58d0a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "575d2e244d58aa1b25cb2c8af6aee6ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "575d2e244d58aa1b25cb2c8af6aee6ab", + "x-ms-correlation-request-id": "f122acaf-efb5-407f-b666-981a037fd85f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27348", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "95921790-baa8-4fea-a49b-879fc6fa6c52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063057Z:f122acaf-efb5-407f-b666-981a037fd85f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55d2bd0f2ef12f35a48bdcee16057f15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55d2bd0f2ef12f35a48bdcee16057f15", + "x-ms-correlation-request-id": "8e363bb1-d25d-4aa7-92f5-87ac467932ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27347", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "05626134-6b4d-4f8d-83cc-d4d5c8de60e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063057Z:8e363bb1-d25d-4aa7-92f5-87ac467932ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fee6fc3274afb4fcb46ffdbe701cdea9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fee6fc3274afb4fcb46ffdbe701cdea9", + "x-ms-correlation-request-id": "c682278c-7814-44e4-b908-f68f3a9b5458", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27346", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "8ae26aec-23c9-4ef2-b2a1-bae1f2bdd1bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063057Z:c682278c-7814-44e4-b908-f68f3a9b5458" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d952e77bbba8f5e0f82db3cc712d941f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d952e77bbba8f5e0f82db3cc712d941f", + "x-ms-correlation-request-id": "a0b020fa-b8c0-4a96-b537-1c5212b79c70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27345", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "f03813da-512a-4255-bb9d-355fcacf7da4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063058Z:a0b020fa-b8c0-4a96-b537-1c5212b79c70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f957174ce8c89bfbc01da0813176bf88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f957174ce8c89bfbc01da0813176bf88", + "x-ms-correlation-request-id": "c92ef721-c919-4407-bcad-fda8b8d6078d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27344", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "d41e56dd-2ae9-4191-a56e-116365a994ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063058Z:c92ef721-c919-4407-bcad-fda8b8d6078d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e7232ada5b3766c1cf00581c0304387", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e7232ada5b3766c1cf00581c0304387", + "x-ms-correlation-request-id": "cb4677f7-a2d1-45d2-985c-03675839c17c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27343", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "88f5b11a-ed04-46ac-9e1e-cd748175f6ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063058Z:cb4677f7-a2d1-45d2-985c-03675839c17c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5972dddbe4c492e1ebb6198b1b5fc382", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5972dddbe4c492e1ebb6198b1b5fc382", + "x-ms-correlation-request-id": "27b54d65-f1a9-4ebd-b215-ad05e459587d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27342", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "78e67475-0c6d-41a7-b2f5-e406b4e1e418", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063058Z:27b54d65-f1a9-4ebd-b215-ad05e459587d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e1f2a6e66baa76caae0ddd7e27ada90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e1f2a6e66baa76caae0ddd7e27ada90", + "x-ms-correlation-request-id": "d6ac44f3-9510-43c4-afbe-6bce62ebf6a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27341", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "b0fc24d8-d2eb-48c5-9020-b71d78e50934", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063059Z:d6ac44f3-9510-43c4-afbe-6bce62ebf6a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54a619da6503c8c351e042fd8be15bbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54a619da6503c8c351e042fd8be15bbc", + "x-ms-correlation-request-id": "7fd05cb9-209b-4a9e-919a-43f073463106", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27340", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "09a33a43-a67b-4be4-963d-01435cd23c8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063059Z:7fd05cb9-209b-4a9e-919a-43f073463106" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9612822d051075cc71cbafe4070aaf71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9612822d051075cc71cbafe4070aaf71", + "x-ms-correlation-request-id": "1ac8c26b-94d8-4e68-9841-d9c07e0a2c29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27339", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "db362002-5281-40dc-91da-bb7cb494c5d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063059Z:1ac8c26b-94d8-4e68-9841-d9c07e0a2c29" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02b089db6fb9097e6756edda236e1bc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02b089db6fb9097e6756edda236e1bc8", + "x-ms-correlation-request-id": "bf2895fd-168a-498a-a31d-f45d16545e1a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27338", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "3403fe25-29d5-4323-88b8-23cb02ab068c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063059Z:bf2895fd-168a-498a-a31d-f45d16545e1a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5faa20854468d47f4d31e338b5dfc046", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:30:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5faa20854468d47f4d31e338b5dfc046", + "x-ms-correlation-request-id": "1ca00581-3003-4728-b5a5-9963d3c7c2f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14635,Microsoft.Compute/GetOperation30Min;27337", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "cb214a73-40cc-4be2-bcf2-07e56956b181", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063100Z:1ca00581-3003-4728-b5a5-9963d3c7c2f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0221d1305830bd0304082eb918f15102", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0221d1305830bd0304082eb918f15102", + "x-ms-correlation-request-id": "77931ec1-0e1a-48f2-9a71-64ec8c7f32a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14634,Microsoft.Compute/GetOperation30Min;27336", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "5f04c71e-1d5e-431b-80b5-d2881d1bbf28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063100Z:77931ec1-0e1a-48f2-9a71-64ec8c7f32a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e75ee6b04f60970909dcb5878c455388", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e75ee6b04f60970909dcb5878c455388", + "x-ms-correlation-request-id": "18a7fb6d-e0a0-448c-8fe7-eb74d7cb9a24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14633,Microsoft.Compute/GetOperation30Min;27335", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "5a513b60-0883-4bd6-87fb-5f44e8102a76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063100Z:18a7fb6d-e0a0-448c-8fe7-eb74d7cb9a24" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52aaa695184d2c981cec5b5f16c5bc5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52aaa695184d2c981cec5b5f16c5bc5b", + "x-ms-correlation-request-id": "788fe350-3b4f-4f42-848a-7a7d7b32feae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14632,Microsoft.Compute/GetOperation30Min;27334", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "57da473e-22fe-4d2b-99a6-047785ba23a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063101Z:788fe350-3b4f-4f42-848a-7a7d7b32feae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf88e0dfd980e0e6c78af854a37b31be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf88e0dfd980e0e6c78af854a37b31be", + "x-ms-correlation-request-id": "eeb58c68-e3b8-4e66-89d9-3a1d77f93d8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14631,Microsoft.Compute/GetOperation30Min;27333", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "f57ff152-94c0-4eff-b1f3-b39d0dce2190", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063101Z:eeb58c68-e3b8-4e66-89d9-3a1d77f93d8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7124a6b4fe4797b44e31cb74f4a98144", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7124a6b4fe4797b44e31cb74f4a98144", + "x-ms-correlation-request-id": "d6fcc849-ec1a-411c-81fd-2349993be6f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14630,Microsoft.Compute/GetOperation30Min;27332", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "2239db2d-f2c0-46a6-8fb7-491eeecde2e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063101Z:d6fcc849-ec1a-411c-81fd-2349993be6f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aba85a1f84bdbc07c0c98ac31f4389a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aba85a1f84bdbc07c0c98ac31f4389a0", + "x-ms-correlation-request-id": "dbb59fa5-e592-461a-93fd-de1c9caf6ff5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14629,Microsoft.Compute/GetOperation30Min;27331", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "62f1b21e-74a8-4317-9355-fc164e2a85f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063101Z:dbb59fa5-e592-461a-93fd-de1c9caf6ff5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6faa9cba4ba1e1132bf0804e0e72eb1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6faa9cba4ba1e1132bf0804e0e72eb1d", + "x-ms-correlation-request-id": "fef9ca64-7983-4e4f-8e02-b39bf08f2f12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14628,Microsoft.Compute/GetOperation30Min;27330", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "7ded5d68-6986-414c-84e6-d23b322f4564", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063102Z:fef9ca64-7983-4e4f-8e02-b39bf08f2f12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4935b40985d330019e67b17d73f1770a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4935b40985d330019e67b17d73f1770a", + "x-ms-correlation-request-id": "00ec9672-7d6d-45f8-9082-bbec4c981e9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14627,Microsoft.Compute/GetOperation30Min;27329", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "1039ad5e-eab9-468c-b7bf-3a6fe4e3d10a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063102Z:00ec9672-7d6d-45f8-9082-bbec4c981e9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57b92aa811ffd4a246c67fcc03b9ae4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57b92aa811ffd4a246c67fcc03b9ae4d", + "x-ms-correlation-request-id": "cd108e7f-23f0-45f8-be82-2f063dad7539", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14626,Microsoft.Compute/GetOperation30Min;27328", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "88f117b2-e871-44fa-95ef-ba62fa063178", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063102Z:cd108e7f-23f0-45f8-be82-2f063dad7539" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6bba6cdd3f0e35cc9b79d13a9a956d3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bba6cdd3f0e35cc9b79d13a9a956d3a", + "x-ms-correlation-request-id": "06389cf1-a947-4767-8e99-8697c8e52ed4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14625,Microsoft.Compute/GetOperation30Min;27327", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "03b39ede-25f0-4749-85e0-eeef6d192f02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063103Z:06389cf1-a947-4767-8e99-8697c8e52ed4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3a6757994b9f71e1261020c05342ce4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3a6757994b9f71e1261020c05342ce4", + "x-ms-correlation-request-id": "fa18dcba-4092-4dfa-a4bf-b0e8458703f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14624,Microsoft.Compute/GetOperation30Min;27326", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "89b13a06-d25b-4b09-877f-def791e91ea0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063103Z:fa18dcba-4092-4dfa-a4bf-b0e8458703f5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "079f63b80c3768fc5d83bc853f683ab0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "079f63b80c3768fc5d83bc853f683ab0", + "x-ms-correlation-request-id": "2539d5c3-1b23-4c56-901c-dcef8b8b4671", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14623,Microsoft.Compute/GetOperation30Min;27325", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "1cb881bb-c9ec-41c9-8744-1df4fd850d20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063103Z:2539d5c3-1b23-4c56-901c-dcef8b8b4671" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d534559ca1349944ec258ad3cbf2f67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d534559ca1349944ec258ad3cbf2f67", + "x-ms-correlation-request-id": "d6a36245-89af-4dc2-9c50-de5f393ed5ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14622,Microsoft.Compute/GetOperation30Min;27324", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "464d0c5a-958b-4c51-a52a-1e241ca10815", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063103Z:d6a36245-89af-4dc2-9c50-de5f393ed5ba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3681ed4d65f66c02793d8535d798b8a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3681ed4d65f66c02793d8535d798b8a9", + "x-ms-correlation-request-id": "fee614c2-4943-4c45-b6f4-7369d560f72d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14621,Microsoft.Compute/GetOperation30Min;27323", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "7e60c630-6a74-4e63-a9ec-d72c67927340", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063104Z:fee614c2-4943-4c45-b6f4-7369d560f72d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bfb352279ee1edd1ce55b875b34f2b9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfb352279ee1edd1ce55b875b34f2b9e", + "x-ms-correlation-request-id": "ca21a40b-c0bd-4980-8afd-d11b9ebb8dc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14620,Microsoft.Compute/GetOperation30Min;27322", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "2d367444-9836-4375-a9de-d7698533a16b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063104Z:ca21a40b-c0bd-4980-8afd-d11b9ebb8dc3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5238555403e7f3ba43e614d5455f72b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5238555403e7f3ba43e614d5455f72b5", + "x-ms-correlation-request-id": "02250fef-5cf5-4784-b3de-d871d6f35dea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14619,Microsoft.Compute/GetOperation30Min;27321", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "82aea1fc-4ba2-4652-b692-855efe348b37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063104Z:02250fef-5cf5-4784-b3de-d871d6f35dea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ea86af096f0cae851b9367a0ad8db92a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea86af096f0cae851b9367a0ad8db92a", + "x-ms-correlation-request-id": "67e439e7-9fa0-44ee-987b-d1cc74d55d62", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14618,Microsoft.Compute/GetOperation30Min;27320", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "d27baaa2-d50e-453e-8f3b-b8ca4eb668eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063105Z:67e439e7-9fa0-44ee-987b-d1cc74d55d62" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82e1e711666023c297bf7cfa8afba86f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82e1e711666023c297bf7cfa8afba86f", + "x-ms-correlation-request-id": "52ee835c-1889-46e1-8340-a01a24466fb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;27319", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "a33d88da-96fa-4ac3-95d6-610135a439cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063105Z:52ee835c-1889-46e1-8340-a01a24466fb2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "046b03e341c9e491cf8a36549b1a46b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "046b03e341c9e491cf8a36549b1a46b5", + "x-ms-correlation-request-id": "bba3f337-50a0-41ad-a7a6-31d297312080", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;27318", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "9888e412-4ac4-43bb-8827-0b5c6738bfbd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063105Z:bba3f337-50a0-41ad-a7a6-31d297312080" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5dc4ea2def7da355ed62524cf38b2420", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5dc4ea2def7da355ed62524cf38b2420", + "x-ms-correlation-request-id": "baee5fc4-8514-4410-900e-7deb8c12a99b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;27317", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "9ea82989-f793-4448-bd20-0ff73178fe4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063106Z:baee5fc4-8514-4410-900e-7deb8c12a99b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aabcf8eab522cf6156fcb2d6306e887d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aabcf8eab522cf6156fcb2d6306e887d", + "x-ms-correlation-request-id": "5c28013e-75e2-4ac8-8aba-05e462f108eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;27316", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "6e017578-560e-41ef-b9cd-614e5d07c342", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063106Z:5c28013e-75e2-4ac8-8aba-05e462f108eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9fcdc6794b36f3f1adc71666ee44f043", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fcdc6794b36f3f1adc71666ee44f043", + "x-ms-correlation-request-id": "d6fb8bbb-68a5-4c7b-806c-e816213797b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;27315", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "5a35f36d-6f0e-4a96-8648-6597790eb02f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063106Z:d6fb8bbb-68a5-4c7b-806c-e816213797b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a36916659c5d789389f407803c7f737f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a36916659c5d789389f407803c7f737f", + "x-ms-correlation-request-id": "692b9679-87fc-482a-b380-efcee6dcf41a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;27314", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "37eb75b6-a309-4f93-9f59-01df642c1415", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063106Z:692b9679-87fc-482a-b380-efcee6dcf41a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2dd3d5da84be9ee906c8fc5a9efae011", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2dd3d5da84be9ee906c8fc5a9efae011", + "x-ms-correlation-request-id": "5705676f-d3b0-456c-81f4-6546137a8488", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;27313", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "c2c21788-20ec-4d62-a248-2193fb3ac408", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063107Z:5705676f-d3b0-456c-81f4-6546137a8488" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19706e0ce404dc1f325416424471b62e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19706e0ce404dc1f325416424471b62e", + "x-ms-correlation-request-id": "c1230e65-2539-44ea-8c17-750d82350df4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;27312", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "acfc68a2-e642-4a4e-96a6-6daf2ab0e6b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063107Z:c1230e65-2539-44ea-8c17-750d82350df4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "198c9754c370e1852dcb9c95a039d98e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "198c9754c370e1852dcb9c95a039d98e", + "x-ms-correlation-request-id": "e63dd271-072d-4362-8b1b-043422584bc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;27311", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "dde2465d-aa8f-4b9e-9aa6-fa2f9be44303", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063107Z:e63dd271-072d-4362-8b1b-043422584bc5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cd74f514590ff57bb5f7fa696da75a95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd74f514590ff57bb5f7fa696da75a95", + "x-ms-correlation-request-id": "b38bdd68-bb39-427a-9b5d-8edc60e8be24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;27310", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "b8e3d681-e91a-4451-b052-3569ad1e126b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063108Z:b38bdd68-bb39-427a-9b5d-8edc60e8be24" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0605cd11c76e48a0e98eec38488a3cf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0605cd11c76e48a0e98eec38488a3cf9", + "x-ms-correlation-request-id": "f700f449-0482-4011-888c-82f0a00ccbc1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;27309", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "f0d1911b-58d8-4f2f-b4fe-1e945e0cc8a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063108Z:f700f449-0482-4011-888c-82f0a00ccbc1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e2e877be8fcfb1f1c966379c91c7386", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e2e877be8fcfb1f1c966379c91c7386", + "x-ms-correlation-request-id": "d24a2519-2777-49d3-9f6b-3bc5b46f038b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;27308", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "dda8af1e-d318-40f0-a619-6a98a097a613", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063108Z:d24a2519-2777-49d3-9f6b-3bc5b46f038b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2830771d3334c20542be4806c42ad2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2830771d3334c20542be4806c42ad2b", + "x-ms-correlation-request-id": "eea58de7-aded-41d5-84dd-3a845f1c86cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;27307", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "52c25bfb-4702-4b99-b74c-3ef6af208863", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063108Z:eea58de7-aded-41d5-84dd-3a845f1c86cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6ee00bb0b792898ae0aead763277fcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6ee00bb0b792898ae0aead763277fcd", + "x-ms-correlation-request-id": "be7d8008-395f-415f-add4-583da381024e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;27306", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "b7fd0216-ce7f-47dc-b7b6-3c081c60c01c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063109Z:be7d8008-395f-415f-add4-583da381024e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "40c7661a6a06a7c667e1fad0049e8eda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40c7661a6a06a7c667e1fad0049e8eda", + "x-ms-correlation-request-id": "998777e4-f6af-43e8-a85a-c1358ca2f4c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;27305", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "7074ceb6-fd67-4ef0-919f-bbc0c8ee700d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063109Z:998777e4-f6af-43e8-a85a-c1358ca2f4c8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c8be38e98d2d650d6f5a2328e848e92d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8be38e98d2d650d6f5a2328e848e92d", + "x-ms-correlation-request-id": "3e50d27e-4fd4-4d71-ba4b-58cf666f6d28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;27304", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "23f5ae48-a223-4d99-8cd9-afd9eca1b8e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063109Z:3e50d27e-4fd4-4d71-ba4b-58cf666f6d28" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "066517ac6d7a51243a467f9710c7240f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "066517ac6d7a51243a467f9710c7240f", + "x-ms-correlation-request-id": "a82adb78-2243-44e9-b1fa-c9e838aeed9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;27303", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "8ebd75dd-229f-4ecb-825a-95d7501915c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063109Z:a82adb78-2243-44e9-b1fa-c9e838aeed9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bee0f7cb7698c9f5962d0ac469dbe1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bee0f7cb7698c9f5962d0ac469dbe1e", + "x-ms-correlation-request-id": "8ed0d8d6-20e6-48de-b6e2-4e3b113edd02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;27302", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "a688b9ae-5cae-4839-9b6b-c59f31843bb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063110Z:8ed0d8d6-20e6-48de-b6e2-4e3b113edd02" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed24cdf788387c60136d8de60e7554a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed24cdf788387c60136d8de60e7554a7", + "x-ms-correlation-request-id": "020da821-508c-424c-8f83-fac663290df0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;27301", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "284ff9ee-8aa0-4bec-a25b-f6caee63903e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063110Z:020da821-508c-424c-8f83-fac663290df0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d9ac1435be5af4c377d9ac189c780a9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9ac1435be5af4c377d9ac189c780a9c", + "x-ms-correlation-request-id": "fd9bda88-5174-4af8-9770-c35db5dc79ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;27300", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "e690fdc0-ad0c-4d12-bda1-3c10d3eab6aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063110Z:fd9bda88-5174-4af8-9770-c35db5dc79ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43a0608737a2f4d6af7217fc29b97ee4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43a0608737a2f4d6af7217fc29b97ee4", + "x-ms-correlation-request-id": "3795f1cf-6531-45cb-8cf9-b36d52b91cd1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;27299", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "03433739-c0b7-4732-b095-24230ea00b4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063111Z:3795f1cf-6531-45cb-8cf9-b36d52b91cd1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3276280de5f139c40930765fdb48df9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3276280de5f139c40930765fdb48df9b", + "x-ms-correlation-request-id": "7fc54f77-bfc0-475a-9396-69dc9e2f55e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;27298", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "04e587a3-a1fe-4712-9a15-8a655b39c15c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063111Z:7fc54f77-bfc0-475a-9396-69dc9e2f55e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae5ff16210d5fe053db729e7a7c7cbbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae5ff16210d5fe053db729e7a7c7cbbe", + "x-ms-correlation-request-id": "26cb6f68-8504-4207-a2c0-a8185eda5585", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;27297", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "fd1ae468-3d17-4cf2-88fe-a521676cad9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063111Z:26cb6f68-8504-4207-a2c0-a8185eda5585" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "730ac85ad801a2aa9c663a72c1761867", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "730ac85ad801a2aa9c663a72c1761867", + "x-ms-correlation-request-id": "df751935-1230-4471-9141-521fb0f2e8cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;27296", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "f52fa285-8090-423d-9e64-658b6e03eda8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063111Z:df751935-1230-4471-9141-521fb0f2e8cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "379a7c92d05afc0f2378f439bbdc9242", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "379a7c92d05afc0f2378f439bbdc9242", + "x-ms-correlation-request-id": "19831f0f-9a0c-4338-821b-c93be3d4d65b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;27295", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "bfa82147-4e14-46da-8372-190c09b8f004", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063112Z:19831f0f-9a0c-4338-821b-c93be3d4d65b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1304b8646b3d899946bd116ed6933dc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1304b8646b3d899946bd116ed6933dc6", + "x-ms-correlation-request-id": "9d6270f0-ff9b-4bf2-a457-26c1db6f28f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;27294", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "a2d8848a-8a21-4ed8-8def-30dfc52306fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063112Z:9d6270f0-ff9b-4bf2-a457-26c1db6f28f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a54c29f932c8a64b90e5089e370e6bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a54c29f932c8a64b90e5089e370e6bf", + "x-ms-correlation-request-id": "3cd234d4-27d3-465d-a63d-d5f86e771377", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;27293", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "4f6bddc1-637b-4c8b-be93-ba2c7a3b4ac9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063112Z:3cd234d4-27d3-465d-a63d-d5f86e771377" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "090df8d405712729e210f09cbea02590", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "090df8d405712729e210f09cbea02590", + "x-ms-correlation-request-id": "b8c53918-6a19-4e0e-bd59-4c41233cdd29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;27292", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "9a922d40-e66b-400e-9ca1-94d605da5417", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063113Z:b8c53918-6a19-4e0e-bd59-4c41233cdd29" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f99a2e3b6787d115547a5a2e1b0fa6d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f99a2e3b6787d115547a5a2e1b0fa6d6", + "x-ms-correlation-request-id": "b3a82626-00a5-474b-bade-63117d9ee3f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;27291", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "ddedc29c-1575-4eca-9bab-c0aa864870f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063113Z:b3a82626-00a5-474b-bade-63117d9ee3f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de9952d633859a54982d471ca2c7cc18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de9952d633859a54982d471ca2c7cc18", + "x-ms-correlation-request-id": "481dc1c1-aca8-4096-8c6c-8ff5bd5ac5c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;27290", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "5b77a4ee-750e-4614-aded-5a11ad12a42e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063113Z:481dc1c1-aca8-4096-8c6c-8ff5bd5ac5c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b54ec0e8ecd66d38e23bb5f7abfb0bd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b54ec0e8ecd66d38e23bb5f7abfb0bd3", + "x-ms-correlation-request-id": "d0e63bc0-ebce-464f-879a-52333da4555b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;27289", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "137a3daa-1c2b-4316-87c8-8b760539d87e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063113Z:d0e63bc0-ebce-464f-879a-52333da4555b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6cc61a6a4707070ad90060591ff92f8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cc61a6a4707070ad90060591ff92f8c", + "x-ms-correlation-request-id": "30b59018-b67f-41b1-96fe-e5baa1e44f30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;27288", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "307d295c-d555-4f19-90ed-627305e2c011", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063114Z:30b59018-b67f-41b1-96fe-e5baa1e44f30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5a4541aef0c1e9ff1a2cfc497e5cef9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a4541aef0c1e9ff1a2cfc497e5cef9d", + "x-ms-correlation-request-id": "e6de25e3-4d80-4dba-bf05-1a4513037efe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;27287", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "75b422e1-57b0-41c4-b1b1-1b0700d6d6d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063114Z:e6de25e3-4d80-4dba-bf05-1a4513037efe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87b274215f00a110b547dbd68cde4de9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87b274215f00a110b547dbd68cde4de9", + "x-ms-correlation-request-id": "2a2900ab-3f79-4654-a85f-6350dafc168f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;27286", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "a3754a81-67a1-4c09-acf9-b646c0eb60fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063114Z:2a2900ab-3f79-4654-a85f-6350dafc168f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6949280cb1b579111adc52db4ac0887d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6949280cb1b579111adc52db4ac0887d", + "x-ms-correlation-request-id": "db761632-266c-46ab-9843-103d1c757488", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;27285", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "fed34951-289a-4a11-b38c-f41549c8da2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063114Z:db761632-266c-46ab-9843-103d1c757488" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa37c210a7474e8b30a3a57a15295d3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa37c210a7474e8b30a3a57a15295d3b", + "x-ms-correlation-request-id": "666a1f89-a5d3-47a8-a0f6-ba6279121984", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;27283", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "fee488e9-3704-47a8-bbf0-aa94591a5b69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063115Z:666a1f89-a5d3-47a8-a0f6-ba6279121984" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "563c12de861370e862386c240d3556f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "563c12de861370e862386c240d3556f4", + "x-ms-correlation-request-id": "f0da90d6-df14-4a2f-a576-1fa6e213624b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27282", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "a2bc4f63-02ea-4c7c-9069-94b5ebe8c3a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063115Z:f0da90d6-df14-4a2f-a576-1fa6e213624b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9c55ebea2a665a29cfb38110b9763f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9c55ebea2a665a29cfb38110b9763f1", + "x-ms-correlation-request-id": "e1a73f32-8119-4556-9e79-641dbec89ec5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27281", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "1bf5132a-e6d3-415b-9397-11eae924d097", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063115Z:e1a73f32-8119-4556-9e79-641dbec89ec5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38fd167e32838a69dac6480e3a6740fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38fd167e32838a69dac6480e3a6740fb", + "x-ms-correlation-request-id": "1703be1d-b22d-40db-9072-882494f1be91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27280", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "667e32c4-732c-4467-b2fa-295b47ec09d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063116Z:1703be1d-b22d-40db-9072-882494f1be91" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b7bcb04c93633b9570d7b9184dd765ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7bcb04c93633b9570d7b9184dd765ca", + "x-ms-correlation-request-id": "c0465940-f4ca-4f76-b0c5-ed60b0867f0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27279", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "607ce079-fa49-4b21-895e-1837bd1acbc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063116Z:c0465940-f4ca-4f76-b0c5-ed60b0867f0b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f6a57bd41e388b70f43aefdf5a942b35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6a57bd41e388b70f43aefdf5a942b35", + "x-ms-correlation-request-id": "8e609788-5695-4fac-ac41-a36eac1a78dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27278", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "43f3b835-7f8e-4381-9a0b-fc33b7412739", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063116Z:8e609788-5695-4fac-ac41-a36eac1a78dd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ac43cbaabdbeb8d81c2c8ac78513c03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ac43cbaabdbeb8d81c2c8ac78513c03", + "x-ms-correlation-request-id": "2c8c339b-6cc8-46bd-98d6-5e1a31405be2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27277", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "59fcaedb-aeed-4e40-8275-cf7aefaac083", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063116Z:2c8c339b-6cc8-46bd-98d6-5e1a31405be2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be397d614ac12ec24030c329a3b5e0db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be397d614ac12ec24030c329a3b5e0db", + "x-ms-correlation-request-id": "36a88b6d-eb3f-48fa-8f13-c2536ecae5e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27276", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "9b4db5d5-255f-4af1-983b-1a118d78c22e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063117Z:36a88b6d-eb3f-48fa-8f13-c2536ecae5e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "105d84ac0a1229efeeba757656c412a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "105d84ac0a1229efeeba757656c412a2", + "x-ms-correlation-request-id": "fbb9e323-5fcb-4b71-86db-10c76f91bc22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27275", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "677fc77b-d19e-4d7b-a57b-83ce339db35f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063117Z:fbb9e323-5fcb-4b71-86db-10c76f91bc22" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd7decfd6c5a707379961aabe86447cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd7decfd6c5a707379961aabe86447cb", + "x-ms-correlation-request-id": "0e3eafd0-a656-4b53-91b9-8e1b9f80c076", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27274", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "2013dd87-a9fc-48d8-bb39-ecb0d01b37de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063117Z:0e3eafd0-a656-4b53-91b9-8e1b9f80c076" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f300ece12cf357f08d10d006d44cd87c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f300ece12cf357f08d10d006d44cd87c", + "x-ms-correlation-request-id": "7b1dea79-5a95-4665-9e4d-aaf15a01fb0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27273", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "e1e9819c-43be-4055-9b00-e34dc2ce9d64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063118Z:7b1dea79-5a95-4665-9e4d-aaf15a01fb0c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b72b201d03383f8111ed967cef44408a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b72b201d03383f8111ed967cef44408a", + "x-ms-correlation-request-id": "726090e7-8796-4aa7-9dcb-76f20f8cb12f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27272", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "0b61483d-26b9-4ad0-819f-d19d08d1e522", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063118Z:726090e7-8796-4aa7-9dcb-76f20f8cb12f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6994a9721fc3d1aefc264f4a9c6c9b2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6994a9721fc3d1aefc264f4a9c6c9b2d", + "x-ms-correlation-request-id": "fc1dcec7-68f4-4a4b-aa84-e9e0c93dcc0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27271", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "9464205e-650c-4a67-a7ee-823899d2b55b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063118Z:fc1dcec7-68f4-4a4b-aa84-e9e0c93dcc0e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c78d9ebd9038de936bc0e20695736849", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c78d9ebd9038de936bc0e20695736849", + "x-ms-correlation-request-id": "5d57b2fb-aaa0-4beb-9059-b6cfbba8c6c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27270", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "5e0dfbcc-3b28-4022-8c42-7b6744ff48c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063118Z:5d57b2fb-aaa0-4beb-9059-b6cfbba8c6c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b9446cf6eb7feb87259ba11b337a3a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b9446cf6eb7feb87259ba11b337a3a4", + "x-ms-correlation-request-id": "3ad96769-e3af-401c-8898-f317501d480c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27269", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "d3a3fd2d-05a5-4dc1-987d-67dd0bd7a2fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063119Z:3ad96769-e3af-401c-8898-f317501d480c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "50bf695179b6e25115b6fe033ca83c88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50bf695179b6e25115b6fe033ca83c88", + "x-ms-correlation-request-id": "58e3a31b-d582-4ec9-96c1-e64ae4ba30c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27268", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "280f1a52-2eb5-4fee-8d4b-260abd4a1fb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063119Z:58e3a31b-d582-4ec9-96c1-e64ae4ba30c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "557b05be70d84e75e68e55ded5812a34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "557b05be70d84e75e68e55ded5812a34", + "x-ms-correlation-request-id": "989e7bfe-9e2d-465d-8ffb-dceacec06b61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27267", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "0196e37d-3cab-4c30-9315-9446835088e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063119Z:989e7bfe-9e2d-465d-8ffb-dceacec06b61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bb43e1c17b45592f4b1150170b4c1c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bb43e1c17b45592f4b1150170b4c1c9", + "x-ms-correlation-request-id": "99fca2ec-cd87-4773-a875-4088a963c813", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27266", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "647621f9-cc2f-444b-bf65-1991ef850d34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063120Z:99fca2ec-cd87-4773-a875-4088a963c813" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad53321d4dbce1cbf3706a2724720c94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad53321d4dbce1cbf3706a2724720c94", + "x-ms-correlation-request-id": "8d8b6179-b6b7-425e-8094-bdab5c0a2911", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27265", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "40ded197-0431-4cf6-acb7-c2b30aa25139", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063120Z:8d8b6179-b6b7-425e-8094-bdab5c0a2911" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fee6ca8b11f3a6d3722560275b74de31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fee6ca8b11f3a6d3722560275b74de31", + "x-ms-correlation-request-id": "87510067-531d-432c-b375-33e19e20e200", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27264", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "749d009f-429a-4fbc-ac81-fd22d1291b86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063120Z:87510067-531d-432c-b375-33e19e20e200" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3c18bcc7c2ecf7872d33744ac6a3182", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3c18bcc7c2ecf7872d33744ac6a3182", + "x-ms-correlation-request-id": "7289f498-ea53-4e9f-9f9f-5476c1ea9822", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27263", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "5b2b5912-d8bd-4b05-9a3b-a0eacae68adf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063120Z:7289f498-ea53-4e9f-9f9f-5476c1ea9822" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a57580a4c3ce0cd55eac3a96eda4857f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a57580a4c3ce0cd55eac3a96eda4857f", + "x-ms-correlation-request-id": "16880d8c-b830-469e-b93f-b5fce4ad44e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27262", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "1463eac1-0f5c-4cd1-9c95-2fd5b98646c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063121Z:16880d8c-b830-469e-b93f-b5fce4ad44e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "995b389169b10e6652178c20d98ffa08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "995b389169b10e6652178c20d98ffa08", + "x-ms-correlation-request-id": "21f8797d-cab2-45d0-b2c0-711399fdd05e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27261", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "391892fb-ba24-41ba-8051-5c6159eeb22b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063121Z:21f8797d-cab2-45d0-b2c0-711399fdd05e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da82def438fe0963b5b5448142e1e2cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da82def438fe0963b5b5448142e1e2cd", + "x-ms-correlation-request-id": "58b8a60c-6bfc-40cd-b3b3-fab0370c233b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27260", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "6ec5404c-19f0-4fe8-ba3f-cf04de77c4fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063121Z:58b8a60c-6bfc-40cd-b3b3-fab0370c233b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "74b2b84e970f3bd01a6753b637b532ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74b2b84e970f3bd01a6753b637b532ce", + "x-ms-correlation-request-id": "7d987a61-20ab-475b-8f73-f4dfb0c577cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27259", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "5fb04ffe-8e06-49bb-b0e8-dc1c1d995fb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063121Z:7d987a61-20ab-475b-8f73-f4dfb0c577cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0ea232b2aa225980d551e3fb24e4cc71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ea232b2aa225980d551e3fb24e4cc71", + "x-ms-correlation-request-id": "909abdc0-f28e-4bc4-a2e0-012e18b8a910", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27258", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "9b62f6ab-3157-49ad-ba51-188bbcecac5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063122Z:909abdc0-f28e-4bc4-a2e0-012e18b8a910" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21d2be3585dd5cf80d46bf97e5acd2ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21d2be3585dd5cf80d46bf97e5acd2ff", + "x-ms-correlation-request-id": "c761a19d-dc4f-4fce-938f-1259502b3abb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27257", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "9e8ee55d-b0be-49f8-9c80-163918dbde95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063122Z:c761a19d-dc4f-4fce-938f-1259502b3abb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0fce7682d33fa3ab37589fbeb3d51736", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fce7682d33fa3ab37589fbeb3d51736", + "x-ms-correlation-request-id": "c1787b34-eeda-4858-be9b-75d5bea94d3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27256", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "b5796912-7974-4948-9f8b-58b66ff6a25a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063122Z:c1787b34-eeda-4858-be9b-75d5bea94d3b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7981e29a11e32cf13a4500dbeae87428", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7981e29a11e32cf13a4500dbeae87428", + "x-ms-correlation-request-id": "414c2245-8046-4af7-a628-0e8334bc3ab7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27255", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "e156c164-bf20-4dae-81cc-230f320319e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063123Z:414c2245-8046-4af7-a628-0e8334bc3ab7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae78e47fbd156131122ee984e63aa838", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae78e47fbd156131122ee984e63aa838", + "x-ms-correlation-request-id": "e612c886-3a20-49cc-ad7a-365cee7ec4a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27254", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "01114b87-dd78-449a-b774-d4243217c828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063123Z:e612c886-3a20-49cc-ad7a-365cee7ec4a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02fd892f592b711c84a1d5f9d3cfb84e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02fd892f592b711c84a1d5f9d3cfb84e", + "x-ms-correlation-request-id": "8405cc53-39b7-4eff-a0f8-abf37236c019", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27253", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "2fcb4cd5-7caa-437f-8265-bf71717aabea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063123Z:8405cc53-39b7-4eff-a0f8-abf37236c019" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf3e76e4685cdd20b01f66b4286c46ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf3e76e4685cdd20b01f66b4286c46ff", + "x-ms-correlation-request-id": "75710baf-00ab-4762-b7b1-af531552f25c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27252", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "8b920a44-5e14-4861-872a-bcb91acf70b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063124Z:75710baf-00ab-4762-b7b1-af531552f25c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61acc89c71eb26fdc8072973e7388e43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61acc89c71eb26fdc8072973e7388e43", + "x-ms-correlation-request-id": "8a9c35ba-2163-42c3-820b-406a48506fba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27251", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "b9cc4fd0-f972-4557-aa6b-c848ed2efafd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063124Z:8a9c35ba-2163-42c3-820b-406a48506fba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "709f9a75d9fbc6dc691f520bf2674918", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "709f9a75d9fbc6dc691f520bf2674918", + "x-ms-correlation-request-id": "2b7230c9-db58-4ff5-a770-ef4a6786c249", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27250", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "9c55cb59-c31c-420e-9bdb-979310aa3c75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063125Z:2b7230c9-db58-4ff5-a770-ef4a6786c249" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a5cd55b57237363791807543facf578", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a5cd55b57237363791807543facf578", + "x-ms-correlation-request-id": "a696a35f-35a2-472d-867a-a1ed284a8296", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27249", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "d96a57f3-a3f5-4a05-9a29-7d4e8ce4119e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063125Z:a696a35f-35a2-472d-867a-a1ed284a8296" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d3f2290d5ccc304ece5f7cc1ef13361", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d3f2290d5ccc304ece5f7cc1ef13361", + "x-ms-correlation-request-id": "63e048e8-2fff-4d60-85cd-4d2df25008bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27248", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "53e66bf7-a7b5-4559-bb96-ced41e172589", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063125Z:63e048e8-2fff-4d60-85cd-4d2df25008bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "121711be83db1e20372cf7e2d18787bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "121711be83db1e20372cf7e2d18787bc", + "x-ms-correlation-request-id": "14f0a295-4a0f-4eee-8dad-06714d119a0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27247", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "ee871b45-0ac2-41ae-a404-a8d15f0f107c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063126Z:14f0a295-4a0f-4eee-8dad-06714d119a0e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d07bda29bb28864bd0981e3d5f975487", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d07bda29bb28864bd0981e3d5f975487", + "x-ms-correlation-request-id": "203cb57d-bde3-4b95-ae45-efe798faaaad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27246", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "1b249e8c-899d-4c7c-b5f6-bf4c1ad75f27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063126Z:203cb57d-bde3-4b95-ae45-efe798faaaad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e96a6e5e3940c9c022056a0de21f264", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e96a6e5e3940c9c022056a0de21f264", + "x-ms-correlation-request-id": "d91a5964-7191-4504-a0b9-b133a16409fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27245", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "dd78132b-9112-428a-a3cf-612bf942a37f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063126Z:d91a5964-7191-4504-a0b9-b133a16409fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44a23b5e63760238c591414265e2bea0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44a23b5e63760238c591414265e2bea0", + "x-ms-correlation-request-id": "33b91bb1-aae4-4112-9d5b-712bc7515270", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27244", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "e9dbad61-604a-4b8f-b29f-46c5de6acf9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063126Z:33b91bb1-aae4-4112-9d5b-712bc7515270" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bfd6fd758f046283d6ecd0764aaa7ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bfd6fd758f046283d6ecd0764aaa7ae", + "x-ms-correlation-request-id": "e225dafc-0118-4965-9b07-79c21713bda2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27243", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "1d9844f7-cd42-4150-80b0-93dccd606306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063127Z:e225dafc-0118-4965-9b07-79c21713bda2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "24dfb9a610f481116d936802a15aa71f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24dfb9a610f481116d936802a15aa71f", + "x-ms-correlation-request-id": "c86dfc20-9fb0-4cbc-8231-67a1af392f8a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27242", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "63cf1786-aef1-43c9-a2af-f8e19b202e45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063127Z:c86dfc20-9fb0-4cbc-8231-67a1af392f8a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ec8b662c7240573135b060795319d1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ec8b662c7240573135b060795319d1b", + "x-ms-correlation-request-id": "0cf8bbac-846d-41c2-8986-178b3c15125e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27241", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "b29c3821-a1be-49a0-8b0d-ea78c90898ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063127Z:0cf8bbac-846d-41c2-8986-178b3c15125e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab9b93ea9903c7ab5e7bbd5df025a5e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab9b93ea9903c7ab5e7bbd5df025a5e3", + "x-ms-correlation-request-id": "1a6b2387-7c6a-462d-b1e2-ca2658188744", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27240", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "1079d5b5-b294-4e83-a90e-3a1271f971c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063127Z:1a6b2387-7c6a-462d-b1e2-ca2658188744" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aea4aec638e2df8a45da11990a09ec3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aea4aec638e2df8a45da11990a09ec3b", + "x-ms-correlation-request-id": "824d5f39-5779-4eb9-97ea-5cb3705aacd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27239", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "dedc23d6-3cb1-48ad-a3a6-b8b35cbbf052", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063128Z:824d5f39-5779-4eb9-97ea-5cb3705aacd9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e184df5fcbec91c0b0110a8091614ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e184df5fcbec91c0b0110a8091614ed", + "x-ms-correlation-request-id": "7dd39ba6-3967-445d-95b8-f3a83183d5cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27238", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "2fecdddb-7940-411b-af5d-9255feb1e9bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063128Z:7dd39ba6-3967-445d-95b8-f3a83183d5cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e74023b6ef8cb13808bc65288712bc54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e74023b6ef8cb13808bc65288712bc54", + "x-ms-correlation-request-id": "05be4a7f-80fc-4797-91e2-fae096864768", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27237", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "32013ddf-5516-4ac9-9e56-58fea42eebf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063128Z:05be4a7f-80fc-4797-91e2-fae096864768" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a367818f970cca2491dba3e027e2d52f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a367818f970cca2491dba3e027e2d52f", + "x-ms-correlation-request-id": "c708990c-34a0-428b-8c64-e38055aa27e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27236", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "661de14f-2abc-4a93-9b12-e50ba6d3d1f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063129Z:c708990c-34a0-428b-8c64-e38055aa27e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6e224c504c806ae1467050296f341f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6e224c504c806ae1467050296f341f8", + "x-ms-correlation-request-id": "c93a607f-3825-4154-bdd4-0f5c4357431c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27235", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "3c53e99b-023c-491f-a204-c218da7a90b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063129Z:c93a607f-3825-4154-bdd4-0f5c4357431c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8818bc4471ae1fe0fe7556b14b588926", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8818bc4471ae1fe0fe7556b14b588926", + "x-ms-correlation-request-id": "9c4cc325-7828-4847-8b3f-10e7863d50fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27234", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "eb3c1ede-3e3c-4264-a378-21b47ecebb50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063129Z:9c4cc325-7828-4847-8b3f-10e7863d50fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "636336e6d52f8b8cd2618fa59122349d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "636336e6d52f8b8cd2618fa59122349d", + "x-ms-correlation-request-id": "c73df85d-c5ea-4aad-aaea-7ec88918d910", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27233", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "e930f78f-aba4-4fd5-aff1-c21184941c19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063129Z:c73df85d-c5ea-4aad-aaea-7ec88918d910" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b9baa994dc9548043c3e852aefdbabb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b9baa994dc9548043c3e852aefdbabb", + "x-ms-correlation-request-id": "0e7d3098-bc1d-4aad-9980-a420a5c28031", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14620,Microsoft.Compute/GetOperation30Min;27232", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "d40d5e54-88ca-4159-8631-c6fa24ac7649", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063130Z:0e7d3098-bc1d-4aad-9980-a420a5c28031" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "601cdedddd906ec9308db54de23b8ddc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "601cdedddd906ec9308db54de23b8ddc", + "x-ms-correlation-request-id": "c8ee98e0-e118-4243-9dad-b868faebc348", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14619,Microsoft.Compute/GetOperation30Min;27231", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "75d5e60c-1d15-43ea-9703-0d26faeb33c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063130Z:c8ee98e0-e118-4243-9dad-b868faebc348" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a117b8411ebc985cb60e206ced39ddd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a117b8411ebc985cb60e206ced39ddd5", + "x-ms-correlation-request-id": "bb8626e1-f906-4434-9906-1f6ab153c939", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14618,Microsoft.Compute/GetOperation30Min;27230", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "d94d0a8c-66cd-4b73-8db4-978e5c5b0cbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063130Z:bb8626e1-f906-4434-9906-1f6ab153c939" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2c8d3a7d406bc0de12c3b3c98327208", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2c8d3a7d406bc0de12c3b3c98327208", + "x-ms-correlation-request-id": "2b3229f6-74e1-4d10-8631-f694e68cd109", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;27229", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "c8a1f164-caf4-4770-b215-04b0ee803b75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063130Z:2b3229f6-74e1-4d10-8631-f694e68cd109" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5110c3519e5bffe8283a981bd5d81f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5110c3519e5bffe8283a981bd5d81f6", + "x-ms-correlation-request-id": "6e122b13-47f1-4c00-b2df-0ad6d610409e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;27228", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "a395fd71-11c7-4447-9fbc-cc70ebaf6570", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063131Z:6e122b13-47f1-4c00-b2df-0ad6d610409e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0ea6e0b0da726cd6ab5bbf90e2200083", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ea6e0b0da726cd6ab5bbf90e2200083", + "x-ms-correlation-request-id": "2c1400ad-970b-4d80-8f8a-417ae8267191", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;27227", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "493bd762-3cfb-4f0d-8084-d51ca579634f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063131Z:2c1400ad-970b-4d80-8f8a-417ae8267191" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e136189ce7288defd40930822a8bfe84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e136189ce7288defd40930822a8bfe84", + "x-ms-correlation-request-id": "889e73de-dd51-4f75-85d1-d56a10796855", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;27226", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "f054a7aa-604d-4603-9536-2c8307f1b2c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063131Z:889e73de-dd51-4f75-85d1-d56a10796855" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b78c45ab638c5b9536a44a8a596edc61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b78c45ab638c5b9536a44a8a596edc61", + "x-ms-correlation-request-id": "28e2c97f-4951-4634-a0b6-f33a4bff4518", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;27225", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "9f866598-8b12-434b-92b6-cbe02db6e055", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063132Z:28e2c97f-4951-4634-a0b6-f33a4bff4518" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5e42683a026c8cef1183a69aa534220", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5e42683a026c8cef1183a69aa534220", + "x-ms-correlation-request-id": "45c48e65-299c-43a2-befb-bb1036cb522c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;27224", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "ae7c2643-25a3-4785-9386-63a800fdb718", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063132Z:45c48e65-299c-43a2-befb-bb1036cb522c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9de43a5c489339f682dbaa849d643366", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9de43a5c489339f682dbaa849d643366", + "x-ms-correlation-request-id": "4ed9be24-40f0-42ad-b47a-cececbc0a611", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;27222", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "5b960780-22fc-4312-aa26-ec0df8f80517", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063132Z:4ed9be24-40f0-42ad-b47a-cececbc0a611" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03fece2c59a60a5d76c3c674292cb0e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03fece2c59a60a5d76c3c674292cb0e2", + "x-ms-correlation-request-id": "67a48f84-825a-46bc-bd27-f0668f4f12ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;27221", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "87fcc64f-1d8e-4a95-92b7-20c976c7ceeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063132Z:67a48f84-825a-46bc-bd27-f0668f4f12ea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1f2d29613f893bce30ab224bf54a2b8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f2d29613f893bce30ab224bf54a2b8c", + "x-ms-correlation-request-id": "8a925c8d-a200-479c-924d-c43208a9677e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;27220", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "78380317-d3c1-45f0-8c62-5fe1c844ff41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063133Z:8a925c8d-a200-479c-924d-c43208a9677e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db3cd4e43e550279dcda26d082821056", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db3cd4e43e550279dcda26d082821056", + "x-ms-correlation-request-id": "d1e8b4d5-b12e-489f-aa17-f9f27e129631", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;27219", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "25935720-0f50-4fee-8111-a377f8a0f346", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063133Z:d1e8b4d5-b12e-489f-aa17-f9f27e129631" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7322c82a1436eddc00c3d3fa3712152c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7322c82a1436eddc00c3d3fa3712152c", + "x-ms-correlation-request-id": "2788b728-ead3-48dd-8d81-d790463a8f39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;27218", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "8f32b4a6-8f42-4728-bfc2-5d191453d6ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063133Z:2788b728-ead3-48dd-8d81-d790463a8f39" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "558f3997d5ef238cb02b42af18fdb8ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "558f3997d5ef238cb02b42af18fdb8ae", + "x-ms-correlation-request-id": "1300519f-753a-47ba-b0b7-5dd3e10ac5c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;27217", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "d05efbb6-6c16-480f-866a-bd514fe70a32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063133Z:1300519f-753a-47ba-b0b7-5dd3e10ac5c8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c21cb9bb827d056f74fda926b7ecbca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c21cb9bb827d056f74fda926b7ecbca", + "x-ms-correlation-request-id": "98c14711-7a35-47ec-b61b-cdeb563b66e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;27216", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "df8da099-3c5f-4bdb-81e7-b75fbd1d1212", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063134Z:98c14711-7a35-47ec-b61b-cdeb563b66e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4838f9c4bbf255673bfec20bd22cd402", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4838f9c4bbf255673bfec20bd22cd402", + "x-ms-correlation-request-id": "1dd64f88-acde-4bef-9052-3258943fc548", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;27215", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "c96fc9ac-e148-4905-9f03-62d86cb4703a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063134Z:1dd64f88-acde-4bef-9052-3258943fc548" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c5f250ae8f1df05e3bf5d9ffafab831", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c5f250ae8f1df05e3bf5d9ffafab831", + "x-ms-correlation-request-id": "36f2fbc1-949e-42bc-b59b-62079853aa1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;27214", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "4e1f99e9-b4b0-4a90-a3f8-1fffba7408ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063134Z:36f2fbc1-949e-42bc-b59b-62079853aa1b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1fea775f6fc5e0bb64ccf128f54afdca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fea775f6fc5e0bb64ccf128f54afdca", + "x-ms-correlation-request-id": "b95dba2f-8f9f-4e4b-bf05-3e99eda62999", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;27213", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "7f524d3b-c676-4066-96e5-232879593e09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063135Z:b95dba2f-8f9f-4e4b-bf05-3e99eda62999" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4687d77b5f1fdcd9f45865335dc75a41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4687d77b5f1fdcd9f45865335dc75a41", + "x-ms-correlation-request-id": "60a03222-5c24-4ce1-accf-a3c1645dd5da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;27212", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "80909082-8457-4447-9351-8519a97986e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063135Z:60a03222-5c24-4ce1-accf-a3c1645dd5da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5aac9146b4429a3d697e0725f7dce999", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5aac9146b4429a3d697e0725f7dce999", + "x-ms-correlation-request-id": "5f536d03-25dd-46f3-a664-784c6b903be7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;27211", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "f319b343-c67c-4016-9b08-54f672c05ee8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063135Z:5f536d03-25dd-46f3-a664-784c6b903be7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "222492c1717300119e0e2a6c0a88829d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "222492c1717300119e0e2a6c0a88829d", + "x-ms-correlation-request-id": "918ff74f-4b9d-431b-b910-8db7bf39ca34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;27210", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "ba7c32a9-60ec-4ef6-b20d-391a3ec41b19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063135Z:918ff74f-4b9d-431b-b910-8db7bf39ca34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "63e2af71a39ec6889aecdca157b4e418", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63e2af71a39ec6889aecdca157b4e418", + "x-ms-correlation-request-id": "e718bb36-e0ed-4a59-829b-1a2f60de1614", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;27209", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "7833e84e-1c52-497f-bf8f-0abc314b8f6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063136Z:e718bb36-e0ed-4a59-829b-1a2f60de1614" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca71cc6f37a2d4ce80abbc3389d190e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca71cc6f37a2d4ce80abbc3389d190e1", + "x-ms-correlation-request-id": "db84c45f-ac16-419c-a678-6aa9acd4ee23", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;27208", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "a662e5ba-2d4d-4005-ba54-89f25df58dfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063136Z:db84c45f-ac16-419c-a678-6aa9acd4ee23" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "47b36afb85f91efa0a5d88869570a8ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47b36afb85f91efa0a5d88869570a8ea", + "x-ms-correlation-request-id": "80af5c0d-f14f-403c-bdf6-27443fe7ba9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;27207", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "6d69519d-9791-4728-b3aa-a42750062d52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063136Z:80af5c0d-f14f-403c-bdf6-27443fe7ba9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3dfd1229b71639fae10de3f2e7553cc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3dfd1229b71639fae10de3f2e7553cc9", + "x-ms-correlation-request-id": "22a8200b-d273-4f1d-bf1b-db208976a8f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;27206", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "e6464799-d996-4d39-a8a2-a6eb0efed41a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063136Z:22a8200b-d273-4f1d-bf1b-db208976a8f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eda5fa5c9d00e91ed153c045af473f0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eda5fa5c9d00e91ed153c045af473f0f", + "x-ms-correlation-request-id": "5922f49e-1e88-4d61-8e5d-657b9274da7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;27205", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "89037a6a-686f-4fe0-a86e-4663293e7fd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063137Z:5922f49e-1e88-4d61-8e5d-657b9274da7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7709d10252d443cb707966eca20837b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7709d10252d443cb707966eca20837b4", + "x-ms-correlation-request-id": "1b81a0d5-8412-471f-9f01-46257521fcfe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;27204", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "a1e3b7b3-ef9f-4804-a314-00ec36891f92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063137Z:1b81a0d5-8412-471f-9f01-46257521fcfe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a2abf21bbca8ce9f3146bc2f6b58a99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a2abf21bbca8ce9f3146bc2f6b58a99", + "x-ms-correlation-request-id": "0a549b50-f9e1-4db1-96b2-fe5c6ffeaa6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;27203", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "338d3a21-7313-43a3-ad20-3adc2dd3fa3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063137Z:0a549b50-f9e1-4db1-96b2-fe5c6ffeaa6b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15efd3cec54b09f52f617c86373246c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15efd3cec54b09f52f617c86373246c9", + "x-ms-correlation-request-id": "cf005aeb-7356-4769-bd48-9542673883f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;27202", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "6cc16d50-387d-4ec8-9e0f-84d6b6f1e0ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063138Z:cf005aeb-7356-4769-bd48-9542673883f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f0240c1ca41d4745e77d83bfe7094dbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0240c1ca41d4745e77d83bfe7094dbb", + "x-ms-correlation-request-id": "71f701f1-db7e-4cd1-960b-64513868c980", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;27201", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "ec786add-7d52-448d-b70b-d8979148f5cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063138Z:71f701f1-db7e-4cd1-960b-64513868c980" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce1eccef21185b69ca216b693f6355c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce1eccef21185b69ca216b693f6355c1", + "x-ms-correlation-request-id": "6e4447c0-a3ba-489b-a306-fbba95c54b8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;27200", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "ad034adf-2c08-40a5-9892-3ce4ebc1b645", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063138Z:6e4447c0-a3ba-489b-a306-fbba95c54b8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eaa5a2cd9991297c8ea82dce41352226", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaa5a2cd9991297c8ea82dce41352226", + "x-ms-correlation-request-id": "f46bd439-a68e-4175-9b0b-02a7b885999a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;27199", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "0f87b0c8-fb93-41cd-bb43-9f7a8781b836", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063138Z:f46bd439-a68e-4175-9b0b-02a7b885999a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a96c1147814fab0a2c826fc39db0884", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a96c1147814fab0a2c826fc39db0884", + "x-ms-correlation-request-id": "c9b25113-bd08-4e71-907b-8cbfa536779b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;27198", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "581e9d75-02a5-4b87-9518-c0bee48141d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063139Z:c9b25113-bd08-4e71-907b-8cbfa536779b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44f2c2276263562a50f43f70f39b1994", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44f2c2276263562a50f43f70f39b1994", + "x-ms-correlation-request-id": "e8ce00c0-3a43-4b4e-917e-8850fdd39be1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;27197", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "a4f37ad5-e64c-4702-86b5-1feae77d3279", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063139Z:e8ce00c0-3a43-4b4e-917e-8850fdd39be1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d5444ffeacc54adf1ab48c8737fefb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d5444ffeacc54adf1ab48c8737fefb2", + "x-ms-correlation-request-id": "63383301-ee9b-4c2e-8abc-73973b3045aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;27196", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "6fd58e5d-7c06-4521-bcc5-c93db8cad962", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063139Z:63383301-ee9b-4c2e-8abc-73973b3045aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7fa6a9a0dd42b2c397401a1f38400607", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fa6a9a0dd42b2c397401a1f38400607", + "x-ms-correlation-request-id": "caca3379-d09d-4462-baa4-f944f5713e34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;27195", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "dca628dc-6aeb-43db-94a8-780d6927813b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063139Z:caca3379-d09d-4462-baa4-f944f5713e34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4fd91ae8a863cb8159d52b71a61e2d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4fd91ae8a863cb8159d52b71a61e2d0", + "x-ms-correlation-request-id": "41bbbb04-2420-4d66-a665-84e369f41ecb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;27194", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "df97cfc1-b7fc-44b0-98cb-3935407c87f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063140Z:41bbbb04-2420-4d66-a665-84e369f41ecb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ad08d049af4215281a2e68bd08d1cb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ad08d049af4215281a2e68bd08d1cb1", + "x-ms-correlation-request-id": "664e6de9-144c-4f16-abd2-9e1e015bc533", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;27193", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "0a9c29d0-d76e-44f7-ab7f-2bfc47c8e8da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063140Z:664e6de9-144c-4f16-abd2-9e1e015bc533" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e11a40a4fb82152bf16a69a48a0b9836", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e11a40a4fb82152bf16a69a48a0b9836", + "x-ms-correlation-request-id": "fd4fc1e5-f281-426e-9b51-715e1ffa38e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;27192", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "b55df2e1-0e74-4c01-9d75-e9d084e3d79b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063140Z:fd4fc1e5-f281-426e-9b51-715e1ffa38e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab1a4a5dbc7013133fdb73e4a42c6c88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab1a4a5dbc7013133fdb73e4a42c6c88", + "x-ms-correlation-request-id": "a86e8830-5051-45cd-bc4d-78cc17648bad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;27191", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "98d07041-a656-4455-90f2-2e0dd1d56b68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063141Z:a86e8830-5051-45cd-bc4d-78cc17648bad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d913a1810147094d61ba598a30ad9775", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d913a1810147094d61ba598a30ad9775", + "x-ms-correlation-request-id": "66b891d8-b891-4e09-80af-0c866e87215b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;27190", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "b0660345-65a7-4b12-949d-fef84aff274d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063141Z:66b891d8-b891-4e09-80af-0c866e87215b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "852daf0a7172e8402c06a2a7874771c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "852daf0a7172e8402c06a2a7874771c4", + "x-ms-correlation-request-id": "871aedda-046a-43b7-a968-503471089262", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;27189", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "3213fb3c-4140-4410-99f3-19df39507a29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063141Z:871aedda-046a-43b7-a968-503471089262" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e923e1fdbef85ceffc1149b56289e391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e923e1fdbef85ceffc1149b56289e391", + "x-ms-correlation-request-id": "811a53db-09b4-4a9c-8746-2a75673ebb83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;27188", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "51aeef38-0c52-4d8f-8b57-eaf6ee5bb3e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063141Z:811a53db-09b4-4a9c-8746-2a75673ebb83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4d9fd44e6fe0f15602bac405fa68219", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4d9fd44e6fe0f15602bac405fa68219", + "x-ms-correlation-request-id": "31fa8dc9-8130-4288-9c9a-56a35bb0724c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;27187", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "c7ed7614-9142-47cd-8a00-8378b375e755", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063142Z:31fa8dc9-8130-4288-9c9a-56a35bb0724c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e8c9449ae8a4b7dc0d18961278b85a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e8c9449ae8a4b7dc0d18961278b85a3", + "x-ms-correlation-request-id": "53d8a2d6-45e1-4df0-92ea-767aa8a525bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;27186", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "ce34ec3b-e714-4f0d-a63a-2712150ec592", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063142Z:53d8a2d6-45e1-4df0-92ea-767aa8a525bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "896211227c6d17c6cc1388cc11aefd56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "896211227c6d17c6cc1388cc11aefd56", + "x-ms-correlation-request-id": "86bc28be-37db-4033-bb31-0632529c27bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;27185", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "0e57f27e-e1d4-4cdc-aeb7-127fee72c087", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063142Z:86bc28be-37db-4033-bb31-0632529c27bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce6c2f8f94fc9606808e332d5db4e8d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce6c2f8f94fc9606808e332d5db4e8d5", + "x-ms-correlation-request-id": "af515543-4f5b-4d2b-8179-0ea966cbe6c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;27184", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "1e7b15b4-fab5-46b1-9776-0a6c701648dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063142Z:af515543-4f5b-4d2b-8179-0ea966cbe6c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e1d09a5f843ccacce75827725b03a12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e1d09a5f843ccacce75827725b03a12", + "x-ms-correlation-request-id": "c40bf210-32f1-4460-9138-88f69edf0e24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;27183", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "e76a14a8-1082-4a4e-ac00-f5ed76cafb2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063143Z:c40bf210-32f1-4460-9138-88f69edf0e24" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f7d132d4b61e8ea60acc09df4998b917", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7d132d4b61e8ea60acc09df4998b917", + "x-ms-correlation-request-id": "550f2c84-0fcc-493f-89bd-88e6a8610674", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;27182", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "50824f11-ca64-460c-bdc6-2fc5a2dba14d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063143Z:550f2c84-0fcc-493f-89bd-88e6a8610674" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0827b22aaf90961383a0ff87128f70cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0827b22aaf90961383a0ff87128f70cf", + "x-ms-correlation-request-id": "bce40493-3e9b-4eed-9c16-35204513de9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;27181", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "bc55deda-bf99-472c-a6d2-86df895fd243", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063143Z:bce40493-3e9b-4eed-9c16-35204513de9a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a582153f0e2eeb6628f4376eecd8335", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a582153f0e2eeb6628f4376eecd8335", + "x-ms-correlation-request-id": "9e80b239-7560-4221-980d-ac4442a04e48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;27180", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "b2e7ac86-825e-49c6-a641-a484687e0390", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063144Z:9e80b239-7560-4221-980d-ac4442a04e48" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "724c6abb328925811f3a747eb71f7b7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "724c6abb328925811f3a747eb71f7b7b", + "x-ms-correlation-request-id": "e665a8b9-51e7-43c6-9b5c-70fd3ecd3842", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;27179", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "06a4d3ab-4ec4-4850-b454-bd2be10f9235", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063144Z:e665a8b9-51e7-43c6-9b5c-70fd3ecd3842" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "278b3a5b8e3f3a35fc38a6006b9ca8b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "278b3a5b8e3f3a35fc38a6006b9ca8b6", + "x-ms-correlation-request-id": "2dffff6d-3475-4b3a-b0bc-f1bb10cd4c60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;27178", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "381e00de-871a-41ef-85e0-8227bfb34f2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063144Z:2dffff6d-3475-4b3a-b0bc-f1bb10cd4c60" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7cbca1cfe4221469f330ba77b383742", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7cbca1cfe4221469f330ba77b383742", + "x-ms-correlation-request-id": "930ea163-3d06-40ca-b86c-ad01733eb10f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;27177", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "aabd30e3-9ed7-43db-92c5-51e0284813b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063144Z:930ea163-3d06-40ca-b86c-ad01733eb10f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b41ac8135b412df5351276518c80b982", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b41ac8135b412df5351276518c80b982", + "x-ms-correlation-request-id": "4ec9af3f-0a4d-49c3-86b3-adeda91a7d72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;27176", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "5b817100-aa29-4c15-84a2-43f14840629a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063145Z:4ec9af3f-0a4d-49c3-86b3-adeda91a7d72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec62be92d3545d39f36a880c838dbec3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec62be92d3545d39f36a880c838dbec3", + "x-ms-correlation-request-id": "f370c4ab-5807-4220-b0cd-39aebcbe92cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;27175", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "b829ad2a-969c-40c9-976a-8d2ed07baedb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063145Z:f370c4ab-5807-4220-b0cd-39aebcbe92cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3ec6300f481c074d49e723087f4951e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3ec6300f481c074d49e723087f4951e", + "x-ms-correlation-request-id": "9efe4b25-f104-46eb-855a-7e867efe3005", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;27174", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "5860e39b-9b82-43b7-974c-da0e966465e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063145Z:9efe4b25-f104-46eb-855a-7e867efe3005" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd15897a4ad640ed8fbdc0d6d3e9a9a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd15897a4ad640ed8fbdc0d6d3e9a9a7", + "x-ms-correlation-request-id": "4b28a329-d24a-407a-bca9-5b0585d696ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;27173", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "aed80434-3183-4828-91e8-8b348bc2cdd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063146Z:4b28a329-d24a-407a-bca9-5b0585d696ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2850b25316939e0049a118b66108d5ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2850b25316939e0049a118b66108d5ff", + "x-ms-correlation-request-id": "036e1768-665a-472d-be85-601854184e7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;27172", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "edba3cc5-f037-411c-b7dd-d47bf2c58667", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063146Z:036e1768-665a-472d-be85-601854184e7e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f99169d40178b5ed75ac14c4339dedeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f99169d40178b5ed75ac14c4339dedeb", + "x-ms-correlation-request-id": "5683bd7d-f6a7-4b51-9ab2-76f511ade743", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;27171", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "83323cde-a82d-413d-b6c2-6b66fe6d7140", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063146Z:5683bd7d-f6a7-4b51-9ab2-76f511ade743" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d5dccaf46ca4648a887673353237de86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5dccaf46ca4648a887673353237de86", + "x-ms-correlation-request-id": "89283844-de0f-4fa7-b03d-7d6070a97e93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;27170", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "235835e6-bf5f-4134-878a-7a8571eca479", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063146Z:89283844-de0f-4fa7-b03d-7d6070a97e93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6901c1e7b057512fc49bb3e7013c6aac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6901c1e7b057512fc49bb3e7013c6aac", + "x-ms-correlation-request-id": "bbc8e953-09a4-4b87-a5e9-4a2921c1723a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;27169", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "18a469f0-98c4-4277-a0e7-63aa24054c86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063147Z:bbc8e953-09a4-4b87-a5e9-4a2921c1723a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96c22db3002c685bde2d71018eb8823e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96c22db3002c685bde2d71018eb8823e", + "x-ms-correlation-request-id": "086957ac-94f1-4e98-a1bb-bb92b2eacfa9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27168", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "fdab7588-8f49-4073-bb37-ef11d4ec313a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063147Z:086957ac-94f1-4e98-a1bb-bb92b2eacfa9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "72dc8ecd839b44939a8a1008b9a3624b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72dc8ecd839b44939a8a1008b9a3624b", + "x-ms-correlation-request-id": "00a8e686-0f8a-467f-81d3-aefcf8752115", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27167", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "2e62f39f-7c78-46cf-b38c-637a2d49abf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063147Z:00a8e686-0f8a-467f-81d3-aefcf8752115" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0581c70b4875e65a66998b2a3e2ec30c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0581c70b4875e65a66998b2a3e2ec30c", + "x-ms-correlation-request-id": "d7666a9f-6521-4452-923c-17fd9a4c23bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27166", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "f64bdd23-c188-476f-b417-807701217d25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063148Z:d7666a9f-6521-4452-923c-17fd9a4c23bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73197418f85f2f10997efca1f052ae3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73197418f85f2f10997efca1f052ae3b", + "x-ms-correlation-request-id": "39fbc53e-ddf1-41fa-af74-5037cbd4e132", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27165", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "437bdd68-922c-499f-ac9c-492b83f45176", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063148Z:39fbc53e-ddf1-41fa-af74-5037cbd4e132" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7f525cb7d3685c834f50b02f869056c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7f525cb7d3685c834f50b02f869056c", + "x-ms-correlation-request-id": "4e95ae5f-d182-4730-b536-76071dc78b83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27164", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "3a5dc499-bdd3-4175-a8d2-13fb77e3d07f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063148Z:4e95ae5f-d182-4730-b536-76071dc78b83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44ef03c7ee8a13ebb7516bf74cb8f613", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44ef03c7ee8a13ebb7516bf74cb8f613", + "x-ms-correlation-request-id": "997abe5e-9adf-4250-862f-6fa4a1d947a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27163", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "97c9d6ed-b185-4021-ab8f-02e48c6fee66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063148Z:997abe5e-9adf-4250-862f-6fa4a1d947a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "185e4febfc399bd5ac933f6aec0e3730", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "185e4febfc399bd5ac933f6aec0e3730", + "x-ms-correlation-request-id": "be32afd2-953f-44f6-bc3c-00f40b6e58cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27162", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "a508fe6a-3cd1-47dd-88b0-03039020fb09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063149Z:be32afd2-953f-44f6-bc3c-00f40b6e58cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecd98f786962dcb139e210e511d1397b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecd98f786962dcb139e210e511d1397b", + "x-ms-correlation-request-id": "8cc09540-59d4-44e0-a1c2-20efe34ef89e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27161", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "56f9d8c0-952c-4f13-a3ae-092f3924f8dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063149Z:8cc09540-59d4-44e0-a1c2-20efe34ef89e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a816f8ffec0acb322e5498f6af8126a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a816f8ffec0acb322e5498f6af8126a9", + "x-ms-correlation-request-id": "33ff6a71-2234-4c21-8243-b88a9e8014e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27160", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "2df63d92-7440-4488-9320-530ac2f9af85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063149Z:33ff6a71-2234-4c21-8243-b88a9e8014e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc7e3a1a09df81b19e82de57ecf08ada", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc7e3a1a09df81b19e82de57ecf08ada", + "x-ms-correlation-request-id": "500844d8-838f-48c1-b953-0182686310d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27159", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "0aa04bc7-6578-4f11-bf95-777529fae338", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063150Z:500844d8-838f-48c1-b953-0182686310d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f46ac4598ef78b265d0ebe0ed1ba2db8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f46ac4598ef78b265d0ebe0ed1ba2db8", + "x-ms-correlation-request-id": "e9868397-0b68-4fe6-a9c8-37ef4c7a624a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27158", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "6294ff63-9618-4864-9bb5-88b39ac344f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063150Z:e9868397-0b68-4fe6-a9c8-37ef4c7a624a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d6ca67bb7d52f69c46950a880edbde3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6ca67bb7d52f69c46950a880edbde3d", + "x-ms-correlation-request-id": "6b861e87-a64e-4535-9d2d-c75e951cd087", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27157", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "16fbaa52-fbab-4ea9-b148-38eaaa35d433", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063150Z:6b861e87-a64e-4535-9d2d-c75e951cd087" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eb9dbdca31168bb114f35fd04aa3b0e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb9dbdca31168bb114f35fd04aa3b0e4", + "x-ms-correlation-request-id": "a918dcbb-d315-4760-9658-8b1c27f202d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27156", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "909cc336-8e79-4ed2-b385-8af09084243e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063150Z:a918dcbb-d315-4760-9658-8b1c27f202d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "859b2654b325db872774ad61849e7d81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "859b2654b325db872774ad61849e7d81", + "x-ms-correlation-request-id": "baf66940-6a0f-4e69-86b2-57c0826f989f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27155", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "76a31242-350d-4c26-ba6b-70dbebd54c5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063151Z:baf66940-6a0f-4e69-86b2-57c0826f989f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1344812f421c89a1b53ec15f1ecbaba3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1344812f421c89a1b53ec15f1ecbaba3", + "x-ms-correlation-request-id": "33a618ec-abec-4085-b10d-ed655e41d38c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27154", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "0d397bac-b419-47c0-99d1-be4fcc048a10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063151Z:33a618ec-abec-4085-b10d-ed655e41d38c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e73325e5593f161836c1c3a283500776", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e73325e5593f161836c1c3a283500776", + "x-ms-correlation-request-id": "889816e7-c719-4ae4-9d9c-2bd1417340e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27153", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "b22baf25-8f5f-4dc4-871d-b64ac0e91f03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063151Z:889816e7-c719-4ae4-9d9c-2bd1417340e4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9a0dd759c5e12c78411d0e6f128bd5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9a0dd759c5e12c78411d0e6f128bd5c", + "x-ms-correlation-request-id": "617dc432-e3d1-42fb-8ed7-909408c33aa8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27152", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "99222e06-ca22-4da9-9391-e51a6c53afc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063152Z:617dc432-e3d1-42fb-8ed7-909408c33aa8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e7c0ac8956ad641692edd5b7fff0664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e7c0ac8956ad641692edd5b7fff0664", + "x-ms-correlation-request-id": "271fff27-495d-4eb9-b260-603bf11a8113", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27151", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "318749ee-b6e0-4e3c-9cd6-d5536a1f7332", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063152Z:271fff27-495d-4eb9-b260-603bf11a8113" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41e94b37e22b48445d21632d8931240d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41e94b37e22b48445d21632d8931240d", + "x-ms-correlation-request-id": "57e5ecee-1041-4b80-a7c9-bebedd51bdda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27150", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "433d4acd-9715-4621-9b7e-9dfc41565c2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063152Z:57e5ecee-1041-4b80-a7c9-bebedd51bdda" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79d96603a8d3e00b9bca6030bf6b9285", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79d96603a8d3e00b9bca6030bf6b9285", + "x-ms-correlation-request-id": "51b99533-4dc7-481e-8e84-228f44f0b421", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27149", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "1c3a6bc1-667c-475e-b508-9b25896f1565", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063152Z:51b99533-4dc7-481e-8e84-228f44f0b421" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6ae6b0b7c3ee631c534014832134c37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6ae6b0b7c3ee631c534014832134c37", + "x-ms-correlation-request-id": "49082611-dfd6-4a5a-9775-26548c224f00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27148", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "ee46f300-5bb9-4e12-8db5-b701c52658b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063153Z:49082611-dfd6-4a5a-9775-26548c224f00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1857cf098c268f914009a560821388f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1857cf098c268f914009a560821388f1", + "x-ms-correlation-request-id": "7c0bc24a-3f60-483e-990c-e15153d4f788", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27147", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "fc7f8c47-3a76-4035-a0b2-6d97116cffac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063153Z:7c0bc24a-3f60-483e-990c-e15153d4f788" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e22dd8e7d8287cf35f3b49fa7c2ad87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e22dd8e7d8287cf35f3b49fa7c2ad87", + "x-ms-correlation-request-id": "d8189a0d-0e80-4e22-a784-5df2736361b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27146", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "c83f6b64-70bd-4189-a448-35dd404234ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063153Z:d8189a0d-0e80-4e22-a784-5df2736361b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f027287d7a147f5fda1f6634d6d063b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f027287d7a147f5fda1f6634d6d063b1", + "x-ms-correlation-request-id": "fa115c7d-ac45-4367-8c94-852751343a47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27145", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "4b8ba545-4564-443a-99f2-50e53d2e078c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063153Z:fa115c7d-ac45-4367-8c94-852751343a47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54ba0fac2ef18bb4ffcfe333d8f2e77d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54ba0fac2ef18bb4ffcfe333d8f2e77d", + "x-ms-correlation-request-id": "dd44d740-41f0-4f5e-8341-d6cd785c54a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27144", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "8fad0189-3cb2-4873-ad8e-c506d41475c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063154Z:dd44d740-41f0-4f5e-8341-d6cd785c54a6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59e31d5b98ec14dd7ea24462179ab164", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59e31d5b98ec14dd7ea24462179ab164", + "x-ms-correlation-request-id": "e7630b64-fcf6-4964-8097-4ccfd07fbcd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27143", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "b9d6977a-3b7a-4a65-b1da-a56db18d51df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063154Z:e7630b64-fcf6-4964-8097-4ccfd07fbcd6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98f2028f58084e95739bf044972ca6e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98f2028f58084e95739bf044972ca6e7", + "x-ms-correlation-request-id": "4bb18b80-43c0-498e-9f2f-cc8709c30fe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27142", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "d09c618d-df65-434d-b011-62a3aa53e248", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063154Z:4bb18b80-43c0-498e-9f2f-cc8709c30fe7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8d8e83709ed14c431a5d64eea517465", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8d8e83709ed14c431a5d64eea517465", + "x-ms-correlation-request-id": "3a0666e5-99e1-40b5-908d-d6fffd03ff50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27141", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "f82e704a-a491-47da-991f-a929dabf5f0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063154Z:3a0666e5-99e1-40b5-908d-d6fffd03ff50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d5a37e1e4fff02748794e651a7997d52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5a37e1e4fff02748794e651a7997d52", + "x-ms-correlation-request-id": "d653fa98-4bb7-44bf-be2f-ba6b8cef07d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27140", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "5ee26996-e816-454b-8975-663025b66037", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063155Z:d653fa98-4bb7-44bf-be2f-ba6b8cef07d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e2a5cfbf9c185773ede666282466322", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e2a5cfbf9c185773ede666282466322", + "x-ms-correlation-request-id": "2b14ec55-37d4-4285-8691-bdcc11661860", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27139", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "8b2a7486-95f3-4598-97eb-23602ce85d77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063155Z:2b14ec55-37d4-4285-8691-bdcc11661860" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19268b26d188e8e874d6305823726c98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19268b26d188e8e874d6305823726c98", + "x-ms-correlation-request-id": "a670103e-685b-40b4-a25d-5129825c10d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27138", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "a26a49d5-4fa7-4abc-aa53-527fa3920b96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063155Z:a670103e-685b-40b4-a25d-5129825c10d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e528328452625a3061d9720e8128041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e528328452625a3061d9720e8128041", + "x-ms-correlation-request-id": "c6b1fb5e-18df-40ef-9c7d-42394196a070", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27137", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "53662950-01d1-4ae3-b3bc-94bb7bcd11d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063156Z:c6b1fb5e-18df-40ef-9c7d-42394196a070" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c2ac33064722aca7442baebc81e62cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c2ac33064722aca7442baebc81e62cb", + "x-ms-correlation-request-id": "6662476f-9b74-467d-9880-0b821bcd661c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27136", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "703dd576-3f81-4179-9286-60d21b7e6a72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063156Z:6662476f-9b74-467d-9880-0b821bcd661c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff39ce72d5f3e1fbe701126a39c7ff61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff39ce72d5f3e1fbe701126a39c7ff61", + "x-ms-correlation-request-id": "3dfc04a4-d748-4ac1-96d2-83370b435e3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27135", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "4d4dd8b3-bbee-4d62-887c-ff9ca38feade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063156Z:3dfc04a4-d748-4ac1-96d2-83370b435e3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f28ef554f47c425b9281ae48ab75ce8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f28ef554f47c425b9281ae48ab75ce8", + "x-ms-correlation-request-id": "eaa058b8-b970-41fe-901d-dbe04be4fb18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27134", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "2e24c724-d137-4036-bb8d-dd799ae389a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063156Z:eaa058b8-b970-41fe-901d-dbe04be4fb18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1aaeccbb80d85b4dc8493571525ff1ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1aaeccbb80d85b4dc8493571525ff1ac", + "x-ms-correlation-request-id": "c6dfc2fd-9d36-4a2a-b3fd-ae5b534343c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27133", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "785c44b8-1cad-4496-a3a0-6e17f3385947", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063157Z:c6dfc2fd-9d36-4a2a-b3fd-ae5b534343c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d895584302f62283a97545cbba17562f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d895584302f62283a97545cbba17562f", + "x-ms-correlation-request-id": "925f4aae-095d-40a1-ba7f-94efe78fb176", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27132", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "81278caa-edd2-4822-8226-f76e7fd2009d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063157Z:925f4aae-095d-40a1-ba7f-94efe78fb176" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6caf29a4e519d589a2cc96fe1ab37259", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6caf29a4e519d589a2cc96fe1ab37259", + "x-ms-correlation-request-id": "6ae4508b-fef9-492f-b7c5-3475bafd727f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27131", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "66ca03ad-2329-440a-9406-76c127edc589", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063157Z:6ae4508b-fef9-492f-b7c5-3475bafd727f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31a06e368322b9f2498b70623b81a0b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31a06e368322b9f2498b70623b81a0b1", + "x-ms-correlation-request-id": "ab555832-e60e-4d27-b7e9-73e1d964470c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27130", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "48428d88-ca82-4304-82e1-3cde5ea2bbaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063157Z:ab555832-e60e-4d27-b7e9-73e1d964470c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28cd05f384b05e92cfc036296b8508f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28cd05f384b05e92cfc036296b8508f6", + "x-ms-correlation-request-id": "88ab6c52-23e9-482e-a5e5-35c90a495673", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27129", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "74544736-c764-44aa-8666-c5a030335ff5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063158Z:88ab6c52-23e9-482e-a5e5-35c90a495673" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c95eb032476200d36f5238d74269a21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c95eb032476200d36f5238d74269a21", + "x-ms-correlation-request-id": "b6fb757e-2497-4a30-b2a2-6746ef005736", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27128", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "0c081750-221a-42db-bbee-c1a937d11ffc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063158Z:b6fb757e-2497-4a30-b2a2-6746ef005736" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "150be42b49e5b1a9db4262614dc94dc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "150be42b49e5b1a9db4262614dc94dc4", + "x-ms-correlation-request-id": "9593e804-e0b7-4f72-be61-100be1777ec2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27127", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "53872cd3-de00-4398-8813-bedbd1ccffe0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063158Z:9593e804-e0b7-4f72-be61-100be1777ec2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f5f7a8354ebce3bf8acf1ba6105eaa9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f5f7a8354ebce3bf8acf1ba6105eaa9", + "x-ms-correlation-request-id": "6d0e27f1-57d8-4cc4-9055-b4c381f06608", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27126", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "b67dde16-4835-4eb4-8810-ae8b505e8a30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063158Z:6d0e27f1-57d8-4cc4-9055-b4c381f06608" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86fd1526f37ab91042e37134c2abd36d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86fd1526f37ab91042e37134c2abd36d", + "x-ms-correlation-request-id": "f5be84cb-ab9c-4093-b10e-18d88ea168cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27125", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "63b50d84-5a4a-48e3-92ec-15673ec4475e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063159Z:f5be84cb-ab9c-4093-b10e-18d88ea168cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f90a5fa84ac6d735a93c1c3958ef50d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f90a5fa84ac6d735a93c1c3958ef50d6", + "x-ms-correlation-request-id": "5fd3cdc2-a197-4e1c-9861-8b1e78788a18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27124", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "8aa88525-005d-4605-9e28-8148b178ce6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063159Z:5fd3cdc2-a197-4e1c-9861-8b1e78788a18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "373bb958c6cb90496aa60c07e3070c4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "373bb958c6cb90496aa60c07e3070c4c", + "x-ms-correlation-request-id": "8018b6a7-a71a-46cb-a531-c07592685c5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27123", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "19b8ddb4-e96a-48af-a571-c91511917561", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063159Z:8018b6a7-a71a-46cb-a531-c07592685c5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "011183d9f0fadbe2e026dd3dd6d66152", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "011183d9f0fadbe2e026dd3dd6d66152", + "x-ms-correlation-request-id": "5f9229bf-0d32-445a-aef9-0672a6c4eec4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27122", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "582d5739-cb91-4b41-868d-cc9dc7650991", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063159Z:5f9229bf-0d32-445a-aef9-0672a6c4eec4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "08dc9b939b70e1a215798e1f3d2df4a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08dc9b939b70e1a215798e1f3d2df4a1", + "x-ms-correlation-request-id": "c5d64a52-55cd-405d-8ea7-5a1db427921d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;27121", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "3873a1bc-a3a3-4502-b925-33ed8b0b7c64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063200Z:c5d64a52-55cd-405d-8ea7-5a1db427921d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d45fcf2f4edd67dbd65f57a4e90cba94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d45fcf2f4edd67dbd65f57a4e90cba94", + "x-ms-correlation-request-id": "5c17237e-80f7-4f1d-aaa6-1e10d0418a6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;27120", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "c96006de-d561-4e9e-9a82-3544340405e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063200Z:5c17237e-80f7-4f1d-aaa6-1e10d0418a6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4773b945042b3ddce02fec8062c29db2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:31:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4773b945042b3ddce02fec8062c29db2", + "x-ms-correlation-request-id": "b4450567-5e00-4ab3-8629-b93ef6e05a7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;27119", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "df1c1fac-b598-4372-b35f-042159eb30ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063200Z:b4450567-5e00-4ab3-8629-b93ef6e05a7f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "060e3b328c764575c075311044fef809", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "060e3b328c764575c075311044fef809", + "x-ms-correlation-request-id": "8d2f383b-c88b-4ae7-8fe8-9ef092c7dae7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;27118", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "d5c3bee9-a270-49bb-aa77-aa1b8d00dce5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063201Z:8d2f383b-c88b-4ae7-8fe8-9ef092c7dae7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83dafabfacb92b76f322f3ad625a0414", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83dafabfacb92b76f322f3ad625a0414", + "x-ms-correlation-request-id": "c11bd1da-e137-4b5b-8c10-64116401fcf4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;27117", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "019bbcd9-180a-4478-8005-17073c45b3c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063201Z:c11bd1da-e137-4b5b-8c10-64116401fcf4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae71a4c1b3feb81d442e87b6d2cbf9e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae71a4c1b3feb81d442e87b6d2cbf9e2", + "x-ms-correlation-request-id": "83799a09-24d0-4b19-96a8-1461b1b66fa2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27116", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "770e9e89-b900-4876-8899-c3bc6edf6b79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063201Z:83799a09-24d0-4b19-96a8-1461b1b66fa2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68c0e23719e886f9c4e2125499c7e365", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68c0e23719e886f9c4e2125499c7e365", + "x-ms-correlation-request-id": "6ceb2b74-ee43-41c7-96cf-505270efb5b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27115", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "b810ac88-cb65-4d51-b02d-2ca25e4ea915", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063201Z:6ceb2b74-ee43-41c7-96cf-505270efb5b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9f4f1d704a8c0c0bdd213f8b24bf5928", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f4f1d704a8c0c0bdd213f8b24bf5928", + "x-ms-correlation-request-id": "5b501a8b-6595-4123-b337-a498e24e86b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27114", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "5352d21b-5ddd-4935-b307-64415232a111", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063202Z:5b501a8b-6595-4123-b337-a498e24e86b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f7511299c99a72cabebe91ba1c81f7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f7511299c99a72cabebe91ba1c81f7c", + "x-ms-correlation-request-id": "5cdbe83b-f629-4c47-8c6f-99e04794cb15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27113", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "25d523f3-9c3d-45bc-811e-f9da3537d21a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063202Z:5cdbe83b-f629-4c47-8c6f-99e04794cb15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b545224b597ced55d7b48bc6da6d6104", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b545224b597ced55d7b48bc6da6d6104", + "x-ms-correlation-request-id": "5985aebf-8530-41f5-b0d6-c928893f7a7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27112", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "dc8fcced-674f-472e-8e42-4c93013d68d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063202Z:5985aebf-8530-41f5-b0d6-c928893f7a7b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "882aea896451d4ccf0a7f3a161ef6b14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "882aea896451d4ccf0a7f3a161ef6b14", + "x-ms-correlation-request-id": "94490fe8-9d38-4924-99f2-89803ca53f22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27110", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "51afe3c9-ea0f-4cb3-b4ad-30abecf52775", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063202Z:94490fe8-9d38-4924-99f2-89803ca53f22" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "023fc201a47ad0acbb88a7e41165cd3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "023fc201a47ad0acbb88a7e41165cd3d", + "x-ms-correlation-request-id": "54db17d9-7263-4dfb-b405-0887d48f159f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;27109", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "fbdeffe0-f1c1-440b-8115-9a6bfd30cdbd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063203Z:54db17d9-7263-4dfb-b405-0887d48f159f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b692e489979ee62a5571c4d465b48ce7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b692e489979ee62a5571c4d465b48ce7", + "x-ms-correlation-request-id": "4fddebd2-8319-4db2-855b-fd3d983aa5cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;27108", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "d2eff365-8b84-4d58-a46c-d3b4efb53f36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063203Z:4fddebd2-8319-4db2-855b-fd3d983aa5cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17c476495f2ee58a3e5accc9bce7c28a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17c476495f2ee58a3e5accc9bce7c28a", + "x-ms-correlation-request-id": "98477d4b-69ee-44d2-917d-3cbd948c8edd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;27107", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "fb7c507d-c7e1-4d28-869b-4a6b962de2b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063203Z:98477d4b-69ee-44d2-917d-3cbd948c8edd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c17b5dab45d69769759ac08dfd76a07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c17b5dab45d69769759ac08dfd76a07", + "x-ms-correlation-request-id": "45a618bd-2ed8-4f27-95fe-c39659c8014a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;27106", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "62a65c6e-d83f-4dd5-9905-c95894197c45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063203Z:45a618bd-2ed8-4f27-95fe-c39659c8014a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a9abffcb5a02a0f59ac7743cb61296e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a9abffcb5a02a0f59ac7743cb61296e", + "x-ms-correlation-request-id": "d72706c6-fa95-4d51-b5c6-1f01a5cb9e34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;27105", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "2a102db4-79cf-4bc3-adfc-97810cd793cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063204Z:d72706c6-fa95-4d51-b5c6-1f01a5cb9e34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aff939ae0f9c9589005b7fd5b2820566", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aff939ae0f9c9589005b7fd5b2820566", + "x-ms-correlation-request-id": "297331d6-e4ad-427d-9d13-7c588fef23bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;27104", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "251a0fe8-7824-4606-936f-258c97a13ac3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063204Z:297331d6-e4ad-427d-9d13-7c588fef23bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fdccc5f0284d25e9a6ed23b13c329e36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdccc5f0284d25e9a6ed23b13c329e36", + "x-ms-correlation-request-id": "c48679ca-9e06-487d-a5fc-29c82edb5320", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;27103", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "ed81453d-df0f-4491-b7da-0415433b58d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063204Z:c48679ca-9e06-487d-a5fc-29c82edb5320" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5593e2fbadded6a35059945353a78d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5593e2fbadded6a35059945353a78d6", + "x-ms-correlation-request-id": "4f266cca-c74d-462f-8780-4bddf42e9877", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;27102", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "8ff0168a-aa62-4425-81fb-b165b83db819", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063204Z:4f266cca-c74d-462f-8780-4bddf42e9877" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "055310a72c9586214fd409aeebd858cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "055310a72c9586214fd409aeebd858cd", + "x-ms-correlation-request-id": "6fb04029-bf8b-49fe-84e8-fe8434d8af8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;27101", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "efebceb5-b1fc-43f3-9597-15c53e8738f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063205Z:6fb04029-bf8b-49fe-84e8-fe8434d8af8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73a549bc5f2935895bdec7478ea4ef6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73a549bc5f2935895bdec7478ea4ef6b", + "x-ms-correlation-request-id": "6afecb2b-fa05-46ab-8cb7-3b0b0369c89a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;27100", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "98f8eda4-da35-4e7b-b710-6dcf199b92dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063205Z:6afecb2b-fa05-46ab-8cb7-3b0b0369c89a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b094c7599df02a11dd35609b1bb015c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b094c7599df02a11dd35609b1bb015c", + "x-ms-correlation-request-id": "72e1694d-444e-4e72-899e-36190320419a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;27099", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "b6a9cfbd-8e0e-495d-ab0b-41b1766caf21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063205Z:72e1694d-444e-4e72-899e-36190320419a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec89ccac049447ad871daab665d9f7ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec89ccac049447ad871daab665d9f7ab", + "x-ms-correlation-request-id": "8d4f567c-75dc-47ed-bdc8-ce67609710fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;27098", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "19ff116c-5789-437d-8d55-8706aaca04ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063205Z:8d4f567c-75dc-47ed-bdc8-ce67609710fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e399de52ccf23eea8a35655097f839f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e399de52ccf23eea8a35655097f839f", + "x-ms-correlation-request-id": "70ae25a4-eb14-4aee-9e75-0a63eaf45e20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;27097", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "0632f158-a8f4-462d-9a97-fdabc0db3c75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063206Z:70ae25a4-eb14-4aee-9e75-0a63eaf45e20" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c29a6add031a71d69fc2a3c1eeea9d44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c29a6add031a71d69fc2a3c1eeea9d44", + "x-ms-correlation-request-id": "dfd13f64-3c5e-4214-8756-cd9fae9bab43", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;27096", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "0057ec2c-67d1-41fb-b30e-36bed7e5c0fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063206Z:dfd13f64-3c5e-4214-8756-cd9fae9bab43" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1323aadb6382808ddd6543f1ae573e07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1323aadb6382808ddd6543f1ae573e07", + "x-ms-correlation-request-id": "d73ca5c9-1a3c-4822-804a-844ecc012f3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;27095", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "f619d476-3528-4773-95ba-3f1e4e7d850b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063206Z:d73ca5c9-1a3c-4822-804a-844ecc012f3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fad90a99353ee190c7c8ff0c882c34bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fad90a99353ee190c7c8ff0c882c34bd", + "x-ms-correlation-request-id": "629643a3-4c90-458a-a204-374a449167a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;27094", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "fdfbd2a4-6f6f-4ade-9a5e-d0f555baf7e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063206Z:629643a3-4c90-458a-a204-374a449167a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f7a1106705c791ddc1ae4b5bfe5c247", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f7a1106705c791ddc1ae4b5bfe5c247", + "x-ms-correlation-request-id": "8074eebe-8352-493e-bb73-445dc24a543b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;27093", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "f8d483a1-8cfb-42aa-bf77-1d4bdb280462", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063207Z:8074eebe-8352-493e-bb73-445dc24a543b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3289b84a211a60519414cb96380f7b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3289b84a211a60519414cb96380f7b1", + "x-ms-correlation-request-id": "37d5e3d1-4414-4a7c-9258-91736ce82a1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;27092", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "4a475337-35dc-461f-bda8-1354975f4690", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063207Z:37d5e3d1-4414-4a7c-9258-91736ce82a1b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cea8631dedd29abed5f1d2350db22e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cea8631dedd29abed5f1d2350db22e1", + "x-ms-correlation-request-id": "5e5c3710-8328-47d1-a24e-0e3dc87764dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;27091", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "6bfb8417-4bad-4ede-8b39-fd58b5623664", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063207Z:5e5c3710-8328-47d1-a24e-0e3dc87764dc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec88b805500463ab0bd4461a2363165b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec88b805500463ab0bd4461a2363165b", + "x-ms-correlation-request-id": "4ecfa535-d568-4fac-8cb4-37a9947c81d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;27090", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "31f3e82c-402f-4889-8a79-6aadcb074965", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063207Z:4ecfa535-d568-4fac-8cb4-37a9947c81d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3983322226faa56af0fef6b284e2553d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3983322226faa56af0fef6b284e2553d", + "x-ms-correlation-request-id": "66d8d54e-b323-4f2b-965c-b305741944e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;27089", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "71c8889f-f9a0-4f6e-bb56-80dfe8ccb5d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063208Z:66d8d54e-b323-4f2b-965c-b305741944e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "abb36a1f0bf8e1adda8690099891058a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abb36a1f0bf8e1adda8690099891058a", + "x-ms-correlation-request-id": "3fa8a914-f92a-4a11-be12-7c8bfe90b320", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;27088", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "fe6cacbb-8d53-40bd-963a-c1dc1ccc4345", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063208Z:3fa8a914-f92a-4a11-be12-7c8bfe90b320" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d01c148e858dfe64ee3fc055af9de29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d01c148e858dfe64ee3fc055af9de29", + "x-ms-correlation-request-id": "bd61e77c-0ee6-49a4-a698-3e0c2a88a00b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;27087", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "2f3b82ef-8635-446d-bd6d-91b85dcb8064", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063208Z:bd61e77c-0ee6-49a4-a698-3e0c2a88a00b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8fa087e6baf176385a25f7495600c5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8fa087e6baf176385a25f7495600c5e", + "x-ms-correlation-request-id": "0ace8562-9d82-463c-9a10-1de3b68e3507", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;27086", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "19506d23-4e28-4336-ad84-44a834e3195b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063208Z:0ace8562-9d82-463c-9a10-1de3b68e3507" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3696cf837e137e484d45d140ea786e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3696cf837e137e484d45d140ea786e0", + "x-ms-correlation-request-id": "9054db8a-d877-45f7-85ea-da065cc14ab9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;27085", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "09026c1e-4fb1-415c-b0de-55a4d7a93fc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063209Z:9054db8a-d877-45f7-85ea-da065cc14ab9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "908a67a74c97ddda5ee998b589724aed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "908a67a74c97ddda5ee998b589724aed", + "x-ms-correlation-request-id": "2c74b736-5110-4b54-a21a-75870ef38aee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;27084", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "775508ea-549b-47eb-9225-5946802a1b9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063209Z:2c74b736-5110-4b54-a21a-75870ef38aee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee0d9dd61b90464823c334db0d4e08dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee0d9dd61b90464823c334db0d4e08dd", + "x-ms-correlation-request-id": "c2078205-3311-42f7-86df-635c9162f5c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;27083", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "e79b0298-0687-4cd6-bea5-5fcc9870cab5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063209Z:c2078205-3311-42f7-86df-635c9162f5c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ecc7e1b7cd5abc7918b64f79f2fae11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ecc7e1b7cd5abc7918b64f79f2fae11", + "x-ms-correlation-request-id": "f670fdae-8ba3-4192-b025-52ac892b21d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;27082", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "ce1e571c-1026-4a97-9908-d69d26592ed0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063210Z:f670fdae-8ba3-4192-b025-52ac892b21d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "703e6f89989a8b501e446cd318fecf0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "703e6f89989a8b501e446cd318fecf0f", + "x-ms-correlation-request-id": "0ccc1ebf-5d8b-4db2-9b3f-4d025c66fb7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;27081", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "34efce26-bedd-426a-aa3b-9f9575406f34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063210Z:0ccc1ebf-5d8b-4db2-9b3f-4d025c66fb7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a9abbe01ca65a17d6615c04b650a7f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a9abbe01ca65a17d6615c04b650a7f4", + "x-ms-correlation-request-id": "af13f86d-aad0-405b-a19a-392694f86765", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;27080", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "915ea1ba-900b-48bf-843e-fc4c8c4fd093", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063210Z:af13f86d-aad0-405b-a19a-392694f86765" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e522215971083422e400f9110f39393", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e522215971083422e400f9110f39393", + "x-ms-correlation-request-id": "0bd7ce4c-bae7-451e-b5b0-15bb1eda8f11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;27079", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "e836c7c9-832a-4a16-87b3-d3a1a1bdf788", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063210Z:0bd7ce4c-bae7-451e-b5b0-15bb1eda8f11" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e41755bba3946d6b58e39a383c4cd5ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e41755bba3946d6b58e39a383c4cd5ce", + "x-ms-correlation-request-id": "aba1d5b6-0e93-4a65-8a9b-9800792548cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;27078", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "281596fb-57c8-4df1-add8-703f25e54351", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063211Z:aba1d5b6-0e93-4a65-8a9b-9800792548cf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5be779d31ac48fe7817dc660d864ae2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5be779d31ac48fe7817dc660d864ae2", + "x-ms-correlation-request-id": "a4195aea-03e4-4e79-b68b-c8ea95c92108", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;27077", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "b742fbca-1e83-4c27-bc35-ab6c9939569d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063211Z:a4195aea-03e4-4e79-b68b-c8ea95c92108" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6148c8cec239715fb7e4462cfd0946e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6148c8cec239715fb7e4462cfd0946e2", + "x-ms-correlation-request-id": "0a57edcb-6f22-408b-ba7a-8b0914c58ad5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;27076", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "faa34867-1463-40ff-aade-066569c06a9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063211Z:0a57edcb-6f22-408b-ba7a-8b0914c58ad5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98f4416b9d348ae756ce6c7dc70560d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98f4416b9d348ae756ce6c7dc70560d2", + "x-ms-correlation-request-id": "37e76172-9181-4481-ba4a-0f2aeaa0d0b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;27075", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "581c63d2-c67d-4797-a698-ccc20a38010a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063211Z:37e76172-9181-4481-ba4a-0f2aeaa0d0b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "746ab8997303da94184d3dc7ebd14b6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "746ab8997303da94184d3dc7ebd14b6e", + "x-ms-correlation-request-id": "7db2384a-3b50-4011-93ab-f9892ab840fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;27074", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "4162cd10-f599-4550-a503-0791f53c9070", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063212Z:7db2384a-3b50-4011-93ab-f9892ab840fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cbfbfad0b29130ade0be0a6b56e1a9b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbfbfad0b29130ade0be0a6b56e1a9b2", + "x-ms-correlation-request-id": "536b3d42-c971-4099-bd1f-6c7853208d2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;27073", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "b68c18d0-e54c-4e5e-94a3-eddef13a5254", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063212Z:536b3d42-c971-4099-bd1f-6c7853208d2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44937484d29ff7deac1a80e760209e84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44937484d29ff7deac1a80e760209e84", + "x-ms-correlation-request-id": "d1debb73-7cc8-44f0-a10f-a49a7f02c9b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;27072", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "6f5293e4-fe3b-451e-89c9-3ff69fecf12f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063212Z:d1debb73-7cc8-44f0-a10f-a49a7f02c9b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cdadfe829409e7400a3a934469288336", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cdadfe829409e7400a3a934469288336", + "x-ms-correlation-request-id": "acf9f007-cc84-4a8b-8c7c-f6df82bffb3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;27071", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "23193953-add3-4e3d-93a9-3f337590648e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063212Z:acf9f007-cc84-4a8b-8c7c-f6df82bffb3d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "77428aa3063efdce1b031f7731c5d0c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77428aa3063efdce1b031f7731c5d0c0", + "x-ms-correlation-request-id": "1bb7f95b-7499-4355-a1d6-8aad7001d564", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;27070", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "d8759d57-347f-4e11-b3e5-20f280447a1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063213Z:1bb7f95b-7499-4355-a1d6-8aad7001d564" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "58e8851fdc34f0a833ac39653f9a8e84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58e8851fdc34f0a833ac39653f9a8e84", + "x-ms-correlation-request-id": "a576e451-d8fa-46b4-8651-3e6b001a4e45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;27069", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "a27c425c-ee8e-4ce8-80cf-2d5d0362f385", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063213Z:a576e451-d8fa-46b4-8651-3e6b001a4e45" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d544499627dd7c462fafb10675c8b545", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d544499627dd7c462fafb10675c8b545", + "x-ms-correlation-request-id": "c21cccae-5c1f-407f-83b1-bb868f2c25f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;27068", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "c9f81d43-2e7c-4c84-929e-14a036794636", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063213Z:c21cccae-5c1f-407f-83b1-bb868f2c25f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e325d2692b40c601e2524391cc69be81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e325d2692b40c601e2524391cc69be81", + "x-ms-correlation-request-id": "ae5ca302-5029-4ef9-af44-05216abd1a7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;27067", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "dbc176ea-6e86-41c3-be49-69429ad0eb93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063214Z:ae5ca302-5029-4ef9-af44-05216abd1a7e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e7e19a75fa81f7e33f6c29842ba27b6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7e19a75fa81f7e33f6c29842ba27b6a", + "x-ms-correlation-request-id": "12971a65-00b0-4ecb-af3e-c0b54e9bf8c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;27066", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "f2c3d3b2-759d-4a0c-8170-3125e7c75e9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063214Z:12971a65-00b0-4ecb-af3e-c0b54e9bf8c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6cfbf4f7aa756a43487df38ae4b4afc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cfbf4f7aa756a43487df38ae4b4afc5", + "x-ms-correlation-request-id": "b0be0ded-056a-41c8-9723-d31ced19a8a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;27065", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "aa9002af-4b8f-426a-b962-b94d46550bff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063214Z:b0be0ded-056a-41c8-9723-d31ced19a8a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da902ff0cde76ec3ef2da4d3027c9a3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da902ff0cde76ec3ef2da4d3027c9a3f", + "x-ms-correlation-request-id": "f62ffdf3-a750-484e-a263-7ac6e60f0d40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;27064", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "6515be57-e436-4aae-8b93-ca636afdb9d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063214Z:f62ffdf3-a750-484e-a263-7ac6e60f0d40" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d79ad8d7526ecb0c57769f040758138a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d79ad8d7526ecb0c57769f040758138a", + "x-ms-correlation-request-id": "37bd653e-2162-4251-8c68-75f99b2fd886", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;27063", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "fa82f098-30c4-45e6-925a-4dc1fa18c45f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063215Z:37bd653e-2162-4251-8c68-75f99b2fd886" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fb9463bca0122983318c7d47067068cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb9463bca0122983318c7d47067068cb", + "x-ms-correlation-request-id": "a15309dc-5a18-4906-83f7-5382774171ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;27062", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "865c0cf4-55fb-4f0c-aef3-67016fb1b9de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063215Z:a15309dc-5a18-4906-83f7-5382774171ad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0cb3b3e2d71a9e5723c583702dbe6797", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cb3b3e2d71a9e5723c583702dbe6797", + "x-ms-correlation-request-id": "c218fbe4-1f72-4603-8e9a-f13250d1d86d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;27061", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "28d066b8-f544-46dc-87fd-34c64a1ce124", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063215Z:c218fbe4-1f72-4603-8e9a-f13250d1d86d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e16191a9fe8362d5570a6e1d4c4c4e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e16191a9fe8362d5570a6e1d4c4c4e6", + "x-ms-correlation-request-id": "94309cef-78c5-443b-90c6-a0ecf9b2713e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;27060", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "c57501a3-8582-455d-90ed-d703cd52e551", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063215Z:94309cef-78c5-443b-90c6-a0ecf9b2713e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5421d40e06a4e5700cf5d84d1d12fc73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5421d40e06a4e5700cf5d84d1d12fc73", + "x-ms-correlation-request-id": "718300d4-5253-4b2b-b70a-105697f39e83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;27059", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "ac9173bb-7391-4f3f-8415-11cf7fd6f9de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063216Z:718300d4-5253-4b2b-b70a-105697f39e83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec2de625c95943e2867db7a93175c95e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec2de625c95943e2867db7a93175c95e", + "x-ms-correlation-request-id": "e1fdcab0-f49f-4e99-a44e-0e5af8a2962d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;27058", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "eb054777-7577-40c6-845b-e9ebe8748649", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063216Z:e1fdcab0-f49f-4e99-a44e-0e5af8a2962d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "58629c00129c13f2a93192f3c7e01842", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58629c00129c13f2a93192f3c7e01842", + "x-ms-correlation-request-id": "6128df72-df62-4164-9c2f-202f8a667f49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;27057", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "eb915b84-2492-4ea8-813f-3edd25dc1195", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063216Z:6128df72-df62-4164-9c2f-202f8a667f49" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eebc3274d897458df2decd274fc6b396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eebc3274d897458df2decd274fc6b396", + "x-ms-correlation-request-id": "d86c7ea5-0ff2-44de-867b-04da745b0b28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;27056", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "0f34a676-81e6-408d-b28f-a78e2eef9ef3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063216Z:d86c7ea5-0ff2-44de-867b-04da745b0b28" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "814c792ba3b012d6f319422736ee7ba6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "814c792ba3b012d6f319422736ee7ba6", + "x-ms-correlation-request-id": "0d304ba1-7c81-4270-84bc-417f4e79c7ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;27055", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "7dff8090-2357-45fc-8c9a-d87f2043b4f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063217Z:0d304ba1-7c81-4270-84bc-417f4e79c7ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/494dffde-7818-4536-952a-a63024d9e21a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe357464dbb827c70e1d66bd44cbc4e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe357464dbb827c70e1d66bd44cbc4e3", + "x-ms-correlation-request-id": "56db225f-4745-4e0b-af8b-b973e15eb97e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;27054", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "55a22781-76fe-4482-9159-a9f9a6f20caa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063217Z:56db225f-4745-4e0b-af8b-b973e15eb97e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:30:41.8124054\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:32:17.2657061\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u0022494dffde-7818-4536-952a-a63024d9e21a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4dc7fc7e9693d0925caafb7d96660e03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2509", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4dc7fc7e9693d0925caafb7d96660e03", + "x-ms-correlation-request-id": "a63cef05-7893-4468-a580-14bd34c39044", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31973", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "aabea3c5-1ac1-4d17-9ff3-bc4194592490", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063217Z:a63cef05-7893-4468-a580-14bd34c39044" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVM-4642\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022vmId\u0022: \u00229ac3634a-a06f-40b3-8748-baa550e24764\u0022,\r\n", + " \u0022hardwareProfile\u0022: {\r\n", + " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022,\r\n", + " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", + " },\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-4642_OsDisk_1_ec0363ea192d445fb9c9b8819a9ef575\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/disks/testVM-4642_OsDisk_1_ec0363ea192d445fb9c9b8819a9ef575\u0022\r\n", + " },\r\n", + " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022dataDisks\u0022: []\r\n", + " },\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerName\u0022: \u0022testVM-4642\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true,\r\n", + " \u0022patchSettings\u0022: {\r\n", + " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", + " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642/deallocate?api-version=2021-03-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dac22763b49150ddb12572933d18cd28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:32:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dac22763b49150ddb12572933d18cd28", + "x-ms-correlation-request-id": "c82386be-238a-4482-b4a9-93153394ccc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1189", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8a02fe3e-855c-437e-b96d-75053d8cb53a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063218Z:c82386be-238a-4482-b4a9-93153394ccc0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c5a620ee908c9511e769c6d24ff9244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "36", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c5a620ee908c9511e769c6d24ff9244", + "x-ms-correlation-request-id": "1f59dacb-dba5-4c4c-97ac-5c9a00dd1a2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;27053", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "37ad9591-51d3-403d-8208-cbe66f67d8f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063218Z:1f59dacb-dba5-4c4c-97ac-5c9a00dd1a2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3627d3dcd4bc35dc15f4f92c12ce7067", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3627d3dcd4bc35dc15f4f92c12ce7067", + "x-ms-correlation-request-id": "84805332-d925-4e97-9d7b-7c68f97aedaa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;27052", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "bc930b56-3b9d-4fc1-a7c2-9cfb92db2770", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063218Z:84805332-d925-4e97-9d7b-7c68f97aedaa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da84ca94b0bd6c1f0ddf1bb091a5a9e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da84ca94b0bd6c1f0ddf1bb091a5a9e2", + "x-ms-correlation-request-id": "d6e1a69d-de48-484f-b345-8040534971ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;27051", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "66cef178-f103-428f-ad58-03cc8010baa2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063218Z:d6e1a69d-de48-484f-b345-8040534971ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c325dd25a2339eb86250714ef25b74f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c325dd25a2339eb86250714ef25b74f", + "x-ms-correlation-request-id": "fd944bfa-4ca5-4851-bd79-7ee89340cea6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;27050", + "x-ms-ratelimit-remaining-subscription-reads": "11652", + "x-ms-request-id": "b5aeef4e-6e7d-4489-af74-0b485bfa2f3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063219Z:fd944bfa-4ca5-4851-bd79-7ee89340cea6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59d93405b87a2b86b3ba29ddb82ba370", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59d93405b87a2b86b3ba29ddb82ba370", + "x-ms-correlation-request-id": "8e3121fd-f43e-4fbf-b366-05380a88ff74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;27049", + "x-ms-ratelimit-remaining-subscription-reads": "11651", + "x-ms-request-id": "5e49f1c1-5a81-4bf6-bdee-60e1941aca80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063219Z:8e3121fd-f43e-4fbf-b366-05380a88ff74" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b459164a649c3944de4b5397a80b7de7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b459164a649c3944de4b5397a80b7de7", + "x-ms-correlation-request-id": "0b6125f4-711d-4444-9108-7fc66fa3fe91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;27048", + "x-ms-ratelimit-remaining-subscription-reads": "11650", + "x-ms-request-id": "9785f445-3d18-427a-abcf-3dc58ff18b83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063219Z:0b6125f4-711d-4444-9108-7fc66fa3fe91" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5daacc284fcb1967d7065868310e805b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5daacc284fcb1967d7065868310e805b", + "x-ms-correlation-request-id": "c59c3241-ba83-4d2a-8330-c0f020283235", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;27047", + "x-ms-ratelimit-remaining-subscription-reads": "11649", + "x-ms-request-id": "b5e8037e-3374-44b4-be1d-b2cc86c564c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063220Z:c59c3241-ba83-4d2a-8330-c0f020283235" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8c9978202cba1b3ef9f7b2f64ef82a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8c9978202cba1b3ef9f7b2f64ef82a8", + "x-ms-correlation-request-id": "020e7746-e4dc-41d0-a310-cee3b4f04170", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;27046", + "x-ms-ratelimit-remaining-subscription-reads": "11648", + "x-ms-request-id": "e6e1fb2c-b748-488d-911e-8cc5c0ea3496", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063220Z:020e7746-e4dc-41d0-a310-cee3b4f04170" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecb5413d4581fba4af40dd950bdb08d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecb5413d4581fba4af40dd950bdb08d0", + "x-ms-correlation-request-id": "56e315c4-0437-42ff-bf6c-f18cf2a16e93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;27045", + "x-ms-ratelimit-remaining-subscription-reads": "11647", + "x-ms-request-id": "cdc9c5e7-b249-4141-aa53-b67a0fb4429e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063220Z:56e315c4-0437-42ff-bf6c-f18cf2a16e93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1114f8cba442251c18086d2bd438b4e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1114f8cba442251c18086d2bd438b4e8", + "x-ms-correlation-request-id": "75bb3b95-51bc-4a2e-a52c-f53ab8203024", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;27044", + "x-ms-ratelimit-remaining-subscription-reads": "11646", + "x-ms-request-id": "4993c94e-d9b3-4368-82f2-b2ecf5920560", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063220Z:75bb3b95-51bc-4a2e-a52c-f53ab8203024" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f02bb08493583dd9f2cd298b251d9514", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f02bb08493583dd9f2cd298b251d9514", + "x-ms-correlation-request-id": "6c168b72-247e-4a9f-bb3e-a096937bd795", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;27043", + "x-ms-ratelimit-remaining-subscription-reads": "11645", + "x-ms-request-id": "0d15450e-c67e-4167-bc7d-9daaee5d1d0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063221Z:6c168b72-247e-4a9f-bb3e-a096937bd795" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c63ab9771da9966258fd378d8792777", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c63ab9771da9966258fd378d8792777", + "x-ms-correlation-request-id": "45c60c16-a7ff-4ad6-82f3-ba8395495b86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;27042", + "x-ms-ratelimit-remaining-subscription-reads": "11644", + "x-ms-request-id": "6faa0169-670f-4783-98ac-640ff6a0de60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063221Z:45c60c16-a7ff-4ad6-82f3-ba8395495b86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b11f58b17b037771ed71e747a9000fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b11f58b17b037771ed71e747a9000fb", + "x-ms-correlation-request-id": "07d88cd3-c1ef-4819-9036-084e77ff48d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;27041", + "x-ms-ratelimit-remaining-subscription-reads": "11643", + "x-ms-request-id": "2067ac67-09a9-4a92-927c-a387895a2a82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063221Z:07d88cd3-c1ef-4819-9036-084e77ff48d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2893597348d4120e4992cbc9bf616579", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2893597348d4120e4992cbc9bf616579", + "x-ms-correlation-request-id": "1c7aebf2-247f-4912-b327-2d107d770a79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;27040", + "x-ms-ratelimit-remaining-subscription-reads": "11642", + "x-ms-request-id": "ed1e10c4-2def-455c-afb3-9a73d7c421ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063221Z:1c7aebf2-247f-4912-b327-2d107d770a79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2f00b2a63a0c8063342b4e0253f21e94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f00b2a63a0c8063342b4e0253f21e94", + "x-ms-correlation-request-id": "c4b45e31-253d-4642-8db4-584b15a15f81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;27038", + "x-ms-ratelimit-remaining-subscription-reads": "11641", + "x-ms-request-id": "ea14d04c-103d-4533-a784-fa1734227fd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063222Z:c4b45e31-253d-4642-8db4-584b15a15f81" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7e05d88ffee542a2e7fe121e4cad78bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e05d88ffee542a2e7fe121e4cad78bc", + "x-ms-correlation-request-id": "cee09c05-ff37-4daf-a8e6-4a1e606b4ee9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;27037", + "x-ms-ratelimit-remaining-subscription-reads": "11640", + "x-ms-request-id": "e2b9e18b-97d0-4a92-ac94-882658dff5a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063222Z:cee09c05-ff37-4daf-a8e6-4a1e606b4ee9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c8cda472d08f38eef613f4a8f90bbf56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8cda472d08f38eef613f4a8f90bbf56", + "x-ms-correlation-request-id": "68a7a3f8-783f-42a9-93ce-188ecd2ec959", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;27036", + "x-ms-ratelimit-remaining-subscription-reads": "11639", + "x-ms-request-id": "36f0c5ab-05b6-47b4-abc3-3c9530a74c4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063222Z:68a7a3f8-783f-42a9-93ce-188ecd2ec959" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e7393673e65ca89410bd480d27453486", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7393673e65ca89410bd480d27453486", + "x-ms-correlation-request-id": "79d999f5-f473-40bf-9004-e808f7635f64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;27035", + "x-ms-ratelimit-remaining-subscription-reads": "11638", + "x-ms-request-id": "322bc412-2e17-46c1-8383-e9efaffb891a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063223Z:79d999f5-f473-40bf-9004-e808f7635f64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae8f91b35625be05e9cc88d109f948db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae8f91b35625be05e9cc88d109f948db", + "x-ms-correlation-request-id": "691ee8ca-80ee-4431-8f14-6ce613678457", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;27034", + "x-ms-ratelimit-remaining-subscription-reads": "11637", + "x-ms-request-id": "a42cb526-5791-4423-b18f-6992078ea69a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063223Z:691ee8ca-80ee-4431-8f14-6ce613678457" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15aabb3f90738c601024b8d188e111b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15aabb3f90738c601024b8d188e111b0", + "x-ms-correlation-request-id": "74f22949-6f9d-4c87-a73c-96d8a712e3cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;27033", + "x-ms-ratelimit-remaining-subscription-reads": "11636", + "x-ms-request-id": "75d23eb2-a33a-4c96-bd6d-ee7f4070fda2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063223Z:74f22949-6f9d-4c87-a73c-96d8a712e3cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68f46edf117c1d31317bfd8f5ec29e16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68f46edf117c1d31317bfd8f5ec29e16", + "x-ms-correlation-request-id": "50887706-6fc2-47ec-89e1-64420d98c505", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;27032", + "x-ms-ratelimit-remaining-subscription-reads": "11635", + "x-ms-request-id": "71aa0e3e-5d96-4955-b7eb-cb7ae062760a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063223Z:50887706-6fc2-47ec-89e1-64420d98c505" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6cce6c741e9a231230039e009e333508", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cce6c741e9a231230039e009e333508", + "x-ms-correlation-request-id": "92032e62-b162-4712-8120-a05303985e08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;27031", + "x-ms-ratelimit-remaining-subscription-reads": "11634", + "x-ms-request-id": "93dbf767-d2ad-40f0-aabb-30744f1156f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063224Z:92032e62-b162-4712-8120-a05303985e08" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9bf2d7bbe0042e5f898de4f893d02d4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9bf2d7bbe0042e5f898de4f893d02d4d", + "x-ms-correlation-request-id": "dcdb8867-238e-41e0-b8ce-52713a9c0248", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;27030", + "x-ms-ratelimit-remaining-subscription-reads": "11633", + "x-ms-request-id": "3e61af94-8105-4f12-a586-4b9609e81e37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063224Z:dcdb8867-238e-41e0-b8ce-52713a9c0248" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b5da186a413c1165bd1387972317ffd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b5da186a413c1165bd1387972317ffd", + "x-ms-correlation-request-id": "279c4285-89af-4450-9458-7aef5982c771", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;27029", + "x-ms-ratelimit-remaining-subscription-reads": "11632", + "x-ms-request-id": "358d1b2a-e675-4de7-b065-ebf3b90cc39b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063224Z:279c4285-89af-4450-9458-7aef5982c771" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86d4f44502cf94110da0e30d39198f5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86d4f44502cf94110da0e30d39198f5f", + "x-ms-correlation-request-id": "ec47d882-ac82-4f56-8ea4-d3fdb4cc3efd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;27028", + "x-ms-ratelimit-remaining-subscription-reads": "11631", + "x-ms-request-id": "8fa52e0a-76ff-40d0-a873-eda6d988b8cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063224Z:ec47d882-ac82-4f56-8ea4-d3fdb4cc3efd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc7950d519d616f5c1314033a8e5bb57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc7950d519d616f5c1314033a8e5bb57", + "x-ms-correlation-request-id": "e3fc5022-18d5-4dfe-8b0d-41f7c99a689e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;27027", + "x-ms-ratelimit-remaining-subscription-reads": "11630", + "x-ms-request-id": "0e86d618-dc93-4813-94f1-fd938282f505", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063225Z:e3fc5022-18d5-4dfe-8b0d-41f7c99a689e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9eb2e70ea6fc847d90c80e73c1098741", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9eb2e70ea6fc847d90c80e73c1098741", + "x-ms-correlation-request-id": "bfb8c26f-c57b-4e9b-b7e0-3e79f7a1ea0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;27026", + "x-ms-ratelimit-remaining-subscription-reads": "11629", + "x-ms-request-id": "dfabf5f7-9ce6-467e-a027-97c2a601ca74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063225Z:bfb8c26f-c57b-4e9b-b7e0-3e79f7a1ea0b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22a3d84282b72c27ffbdc59ec2deec27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22a3d84282b72c27ffbdc59ec2deec27", + "x-ms-correlation-request-id": "26e6758d-45c0-4a90-a3c4-bd4a6b7c4e88", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;27025", + "x-ms-ratelimit-remaining-subscription-reads": "11628", + "x-ms-request-id": "1f93473b-87a5-448f-8bc1-a21c62e435f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063225Z:26e6758d-45c0-4a90-a3c4-bd4a6b7c4e88" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52ff8be4f0672e63d2f56c0d0b8255b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52ff8be4f0672e63d2f56c0d0b8255b7", + "x-ms-correlation-request-id": "14fcce0f-2582-4568-b7c1-c2ec0614cb0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;27024", + "x-ms-ratelimit-remaining-subscription-reads": "11627", + "x-ms-request-id": "57a7c155-004e-4c59-93e9-0a0741a5c079", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063225Z:14fcce0f-2582-4568-b7c1-c2ec0614cb0b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cff0fea998428b9fc0869f3ee1dfc1b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cff0fea998428b9fc0869f3ee1dfc1b2", + "x-ms-correlation-request-id": "6e59264d-9b2b-4260-a4dc-c8164f4f5fb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;27023", + "x-ms-ratelimit-remaining-subscription-reads": "11626", + "x-ms-request-id": "5bfe2f63-b0bd-45be-b45a-8950bdc52caa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063226Z:6e59264d-9b2b-4260-a4dc-c8164f4f5fb4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "358ee6dc340a51da757450c21619207d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "358ee6dc340a51da757450c21619207d", + "x-ms-correlation-request-id": "0bd34cae-6337-4e2a-b9ca-a26c4062f237", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;27022", + "x-ms-ratelimit-remaining-subscription-reads": "11625", + "x-ms-request-id": "c2acbdd8-6993-4d92-b564-0d1dc601c671", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063226Z:0bd34cae-6337-4e2a-b9ca-a26c4062f237" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3f40d671ced4ce5eb7392e151244df2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3f40d671ced4ce5eb7392e151244df2", + "x-ms-correlation-request-id": "c2f0f052-bdaa-43c3-a2d5-f8086e94bab3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;27021", + "x-ms-ratelimit-remaining-subscription-reads": "11624", + "x-ms-request-id": "c0f189c7-3b87-452e-b816-46b4731c6dd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063226Z:c2f0f052-bdaa-43c3-a2d5-f8086e94bab3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2431ba3320f474ad249f5acd48dd75a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2431ba3320f474ad249f5acd48dd75a6", + "x-ms-correlation-request-id": "e3f73535-a7cc-4e00-9511-a3cf6633c1a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;27020", + "x-ms-ratelimit-remaining-subscription-reads": "11623", + "x-ms-request-id": "203a1f74-a784-4068-8dd2-408c3db4b5f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063226Z:e3f73535-a7cc-4e00-9511-a3cf6633c1a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3d62165feeac0c400414a96a2f8ff51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3d62165feeac0c400414a96a2f8ff51", + "x-ms-correlation-request-id": "a5a4a3f3-c6b1-40fa-858d-9398f5feaacc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;27019", + "x-ms-ratelimit-remaining-subscription-reads": "11622", + "x-ms-request-id": "33ef1fd0-96a9-459d-844c-c524bd30d8d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063227Z:a5a4a3f3-c6b1-40fa-858d-9398f5feaacc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c8e5d27fbe747895f809f4dc218040e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c8e5d27fbe747895f809f4dc218040e", + "x-ms-correlation-request-id": "41e3df10-6c5a-48d6-9365-b4b86600985f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;27018", + "x-ms-ratelimit-remaining-subscription-reads": "11621", + "x-ms-request-id": "4f40e2a5-5243-4414-988e-2d753d2bb838", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063227Z:41e3df10-6c5a-48d6-9365-b4b86600985f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "307bebfe7a4d3508f57123b2d517d22b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "307bebfe7a4d3508f57123b2d517d22b", + "x-ms-correlation-request-id": "da05e236-3fd5-477a-bb88-78cc252208d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;27017", + "x-ms-ratelimit-remaining-subscription-reads": "11620", + "x-ms-request-id": "5f73e753-eeab-4788-82b6-b6273e736b9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063227Z:da05e236-3fd5-477a-bb88-78cc252208d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eaa5099f184e69be988f736a5e76fee8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaa5099f184e69be988f736a5e76fee8", + "x-ms-correlation-request-id": "901bea60-8440-4dc9-acae-13fabdc286e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;27016", + "x-ms-ratelimit-remaining-subscription-reads": "11619", + "x-ms-request-id": "20381db8-1f0d-4aa1-b457-dcd8e30d16ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063227Z:901bea60-8440-4dc9-acae-13fabdc286e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b6973c3dcf7cad0354596676d7d67248", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6973c3dcf7cad0354596676d7d67248", + "x-ms-correlation-request-id": "9f5f2b97-0f4a-4003-a6cc-96f1cec16763", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;27015", + "x-ms-ratelimit-remaining-subscription-reads": "11618", + "x-ms-request-id": "65a5be68-731b-4e04-a7b8-411031294fa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063228Z:9f5f2b97-0f4a-4003-a6cc-96f1cec16763" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8ae73ad1972e5bf2d1297be079ed67e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8ae73ad1972e5bf2d1297be079ed67e", + "x-ms-correlation-request-id": "f9b071d2-737e-4152-8101-81f04e79da4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;27014", + "x-ms-ratelimit-remaining-subscription-reads": "11617", + "x-ms-request-id": "a97b8265-0423-455c-ad4c-869d45ef0270", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063228Z:f9b071d2-737e-4152-8101-81f04e79da4f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99743b721b7fcfae05f895f4b24791c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99743b721b7fcfae05f895f4b24791c1", + "x-ms-correlation-request-id": "432dabbd-2b18-4594-8fb6-4b34c452c9bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;27013", + "x-ms-ratelimit-remaining-subscription-reads": "11616", + "x-ms-request-id": "35ab8980-ff23-443b-ba7c-77b7753dad53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063228Z:432dabbd-2b18-4594-8fb6-4b34c452c9bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eabc2a1d45c823767cb2896a3745a6b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eabc2a1d45c823767cb2896a3745a6b6", + "x-ms-correlation-request-id": "e3f221f2-7668-456a-9fca-6496994e394c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;27012", + "x-ms-ratelimit-remaining-subscription-reads": "11615", + "x-ms-request-id": "ab11655a-9864-42e7-9b35-78e9224303b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063228Z:e3f221f2-7668-456a-9fca-6496994e394c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c03e882d86291c8c5deb27983ca33e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c03e882d86291c8c5deb27983ca33e5", + "x-ms-correlation-request-id": "0b95f29b-6cd3-402f-8054-bec127adcd46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;27011", + "x-ms-ratelimit-remaining-subscription-reads": "11614", + "x-ms-request-id": "1ec6d75e-3cc7-4de6-b810-ef51c9c1b633", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063229Z:0b95f29b-6cd3-402f-8054-bec127adcd46" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dca1d681ece12db6c5511dcd924497c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dca1d681ece12db6c5511dcd924497c0", + "x-ms-correlation-request-id": "d81f0777-938a-4107-9d8d-fd5561cc92fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;27010", + "x-ms-ratelimit-remaining-subscription-reads": "11613", + "x-ms-request-id": "e757745e-a33d-43db-b58e-0a82149ff532", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063229Z:d81f0777-938a-4107-9d8d-fd5561cc92fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca72df52f443445f612a25e992fca0b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca72df52f443445f612a25e992fca0b1", + "x-ms-correlation-request-id": "4ab4bbd6-8ef6-44a3-98e5-39154c8a321f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;27009", + "x-ms-ratelimit-remaining-subscription-reads": "11612", + "x-ms-request-id": "cdada8a2-f93f-4515-be5d-a127d16fb53d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063229Z:4ab4bbd6-8ef6-44a3-98e5-39154c8a321f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61e9a47ec9a496d431d6d711bbfbff80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61e9a47ec9a496d431d6d711bbfbff80", + "x-ms-correlation-request-id": "81588a52-6f77-4bb5-8855-3ae9a294be2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;27008", + "x-ms-ratelimit-remaining-subscription-reads": "11611", + "x-ms-request-id": "0e67d02d-f2f4-4628-b1b9-4937b915ccd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063229Z:81588a52-6f77-4bb5-8855-3ae9a294be2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a427f24769588ca1775c7ab7c6cc9ac8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a427f24769588ca1775c7ab7c6cc9ac8", + "x-ms-correlation-request-id": "2fb9cbb9-97f9-4c75-b538-b7918d6ea528", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;27006", + "x-ms-ratelimit-remaining-subscription-reads": "11610", + "x-ms-request-id": "490c13d2-230c-4f2e-9866-2d4a3bc001d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063230Z:2fb9cbb9-97f9-4c75-b538-b7918d6ea528" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee4e6bb0365b881b0bdb986d1d4e8966", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee4e6bb0365b881b0bdb986d1d4e8966", + "x-ms-correlation-request-id": "956e7ef5-7414-4c16-a750-e9ffe14f39d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;27005", + "x-ms-ratelimit-remaining-subscription-reads": "11609", + "x-ms-request-id": "5ddfba06-27ca-4383-ab06-5f8955459717", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063230Z:956e7ef5-7414-4c16-a750-e9ffe14f39d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9fa2a42bfcd51559035dea484f1dd065", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fa2a42bfcd51559035dea484f1dd065", + "x-ms-correlation-request-id": "1d347de0-a7b2-4a4c-94c7-e8ead2b95aea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;27004", + "x-ms-ratelimit-remaining-subscription-reads": "11608", + "x-ms-request-id": "d0a5d8c9-277c-4b6a-97ac-eb0151ddbd2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063230Z:1d347de0-a7b2-4a4c-94c7-e8ead2b95aea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f600e3b11ac1025d69e997cd0336e29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f600e3b11ac1025d69e997cd0336e29", + "x-ms-correlation-request-id": "4402ca80-9a46-481b-9475-7a4a4540c34e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;27003", + "x-ms-ratelimit-remaining-subscription-reads": "11607", + "x-ms-request-id": "e523696c-d123-490b-bfd3-1414826a69aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063230Z:4402ca80-9a46-481b-9475-7a4a4540c34e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "218b13d2fb2ab4f31139ebfe4cd339ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "218b13d2fb2ab4f31139ebfe4cd339ed", + "x-ms-correlation-request-id": "1d8a8d2a-6180-4bdb-91e6-a319feeb5575", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;27002", + "x-ms-ratelimit-remaining-subscription-reads": "11606", + "x-ms-request-id": "b35590b2-600a-4b98-a6bf-f40a8a3c16aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063231Z:1d8a8d2a-6180-4bdb-91e6-a319feeb5575" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e31330b39ee1ab97e91c93763dc44cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e31330b39ee1ab97e91c93763dc44cf", + "x-ms-correlation-request-id": "e40a2584-06a3-482f-9fd2-6eb9bd907381", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;27001", + "x-ms-ratelimit-remaining-subscription-reads": "11605", + "x-ms-request-id": "96c05f3f-3645-4e4e-b65e-eb7b9c9d28c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063231Z:e40a2584-06a3-482f-9fd2-6eb9bd907381" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b75c1eeae91403b1bab3d732627c402", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b75c1eeae91403b1bab3d732627c402", + "x-ms-correlation-request-id": "544c187a-4dc3-40e4-ae2d-4c98cc00cab5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;27000", + "x-ms-ratelimit-remaining-subscription-reads": "11604", + "x-ms-request-id": "120edaef-ed5a-4538-88e2-cf01a8b766d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063231Z:544c187a-4dc3-40e4-ae2d-4c98cc00cab5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9d71ab646002983b5a71a39831bb5135", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d71ab646002983b5a71a39831bb5135", + "x-ms-correlation-request-id": "e2d47534-f330-442e-92c7-836fe2a99ce9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26999", + "x-ms-ratelimit-remaining-subscription-reads": "11603", + "x-ms-request-id": "f70b6156-a0c0-4442-81da-94345e1f6ed3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063231Z:e2d47534-f330-442e-92c7-836fe2a99ce9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a0f1bf4fd5e5d5cf8f1f242fb46f357", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a0f1bf4fd5e5d5cf8f1f242fb46f357", + "x-ms-correlation-request-id": "43a6ffe9-e764-4107-887e-3ba4f84bd39b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26998", + "x-ms-ratelimit-remaining-subscription-reads": "11602", + "x-ms-request-id": "bfecfa5a-b1e3-4c6d-b36c-d49db02e70cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063232Z:43a6ffe9-e764-4107-887e-3ba4f84bd39b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b7d2c6cca76b8ecc86dce11f0aa20e60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7d2c6cca76b8ecc86dce11f0aa20e60", + "x-ms-correlation-request-id": "49580f4f-cf57-41f6-b1df-7e522ac3b32d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26997", + "x-ms-ratelimit-remaining-subscription-reads": "11601", + "x-ms-request-id": "1665b5f8-dcc2-4dda-8b30-25f2037ea0f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063232Z:49580f4f-cf57-41f6-b1df-7e522ac3b32d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a7f0859391767a44e13a5116df89c14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a7f0859391767a44e13a5116df89c14", + "x-ms-correlation-request-id": "260dcc4d-192e-47ab-8d3a-6e0d6c79e3a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26996", + "x-ms-ratelimit-remaining-subscription-reads": "11600", + "x-ms-request-id": "91d7c314-3350-4e5a-94a1-249cd292c087", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063232Z:260dcc4d-192e-47ab-8d3a-6e0d6c79e3a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6bcb4b7d9ae94dc94f8104811c3c5255", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bcb4b7d9ae94dc94f8104811c3c5255", + "x-ms-correlation-request-id": "fdbaf3c8-520a-4fd4-ba86-a504b4a6f280", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26995", + "x-ms-ratelimit-remaining-subscription-reads": "11599", + "x-ms-request-id": "df97cd88-43f6-4552-83fe-83bfbb66241b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063233Z:fdbaf3c8-520a-4fd4-ba86-a504b4a6f280" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f3e992e2e9c7923f216b685801bb208d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3e992e2e9c7923f216b685801bb208d", + "x-ms-correlation-request-id": "7514de12-e4c4-4b48-96cb-15f718e54faa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26994", + "x-ms-ratelimit-remaining-subscription-reads": "11598", + "x-ms-request-id": "3bb5a463-7697-4563-ab81-28d5230796ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063233Z:7514de12-e4c4-4b48-96cb-15f718e54faa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bfa1cd3fa2d6bf763f31bb9635234a12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfa1cd3fa2d6bf763f31bb9635234a12", + "x-ms-correlation-request-id": "6f017c93-8a89-44b0-bb69-79e24b7bc95e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26993", + "x-ms-ratelimit-remaining-subscription-reads": "11597", + "x-ms-request-id": "28f16996-e9ef-42c3-96ee-3d2583bb28b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063233Z:6f017c93-8a89-44b0-bb69-79e24b7bc95e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db2f4fc0a90e944d0c384a7e31714b93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db2f4fc0a90e944d0c384a7e31714b93", + "x-ms-correlation-request-id": "ee60270d-b46f-4621-8ac7-c9bc10ab3275", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26992", + "x-ms-ratelimit-remaining-subscription-reads": "11596", + "x-ms-request-id": "154dd743-5b9f-4089-93d0-5c89a12df170", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063233Z:ee60270d-b46f-4621-8ac7-c9bc10ab3275" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f417761939a3f7e1b2ab3952ea95dfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f417761939a3f7e1b2ab3952ea95dfe", + "x-ms-correlation-request-id": "bf25bf86-7236-4f69-92a2-27b8e31ec2b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26991", + "x-ms-ratelimit-remaining-subscription-reads": "11595", + "x-ms-request-id": "55aa0a02-9a7c-4f9e-8b6c-8fed389b8ebb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063234Z:bf25bf86-7236-4f69-92a2-27b8e31ec2b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2975620448c957f7f0db29e58f88ece", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2975620448c957f7f0db29e58f88ece", + "x-ms-correlation-request-id": "003b804b-fb3f-4461-b3a6-51d07bb84fc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26990", + "x-ms-ratelimit-remaining-subscription-reads": "11594", + "x-ms-request-id": "d424e3c5-5b93-4a3d-b4b0-f8a205f38de4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063234Z:003b804b-fb3f-4461-b3a6-51d07bb84fc9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd3427e6fae12d77d0efbfe4f6b76663", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd3427e6fae12d77d0efbfe4f6b76663", + "x-ms-correlation-request-id": "fd6cc601-3bba-46b4-9fda-eb2fddcd75f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26989", + "x-ms-ratelimit-remaining-subscription-reads": "11593", + "x-ms-request-id": "a6038d4a-cadb-4e81-9a13-fa212a516894", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063234Z:fd6cc601-3bba-46b4-9fda-eb2fddcd75f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da5d4cda99da1c07f7accf8de1e0e622", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da5d4cda99da1c07f7accf8de1e0e622", + "x-ms-correlation-request-id": "6a92f54a-be5a-49d1-ab98-77170b9ea647", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26988", + "x-ms-ratelimit-remaining-subscription-reads": "11592", + "x-ms-request-id": "330c1104-cfd1-4856-a080-f1308806d51d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063234Z:6a92f54a-be5a-49d1-ab98-77170b9ea647" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "06afe59c9f74261cde69e19c849a9fc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06afe59c9f74261cde69e19c849a9fc8", + "x-ms-correlation-request-id": "7f60080c-9d73-4a00-a4ed-860917aaea75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26987", + "x-ms-ratelimit-remaining-subscription-reads": "11591", + "x-ms-request-id": "b1cf408b-c2e3-4da6-9d78-4e74c401967c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063235Z:7f60080c-9d73-4a00-a4ed-860917aaea75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0cc34ea7b39b4df32017c6352aea4cf0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cc34ea7b39b4df32017c6352aea4cf0", + "x-ms-correlation-request-id": "d8808f42-92f0-449f-837b-32f27ba740e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26986", + "x-ms-ratelimit-remaining-subscription-reads": "11590", + "x-ms-request-id": "2cd68220-4de6-4b05-8df1-11337eadf7b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063235Z:d8808f42-92f0-449f-837b-32f27ba740e8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10489d095f083aee2f36fc70b76a985d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10489d095f083aee2f36fc70b76a985d", + "x-ms-correlation-request-id": "cc762c27-4459-4d9a-b1f5-06df16498ea6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26985", + "x-ms-ratelimit-remaining-subscription-reads": "11589", + "x-ms-request-id": "a1337c02-aac3-4a5a-ad6f-5b74d97c1943", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063235Z:cc762c27-4459-4d9a-b1f5-06df16498ea6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92e5070cda1de887f162e55cd9e7fbf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92e5070cda1de887f162e55cd9e7fbf3", + "x-ms-correlation-request-id": "71dd8382-8b41-4898-b4d2-aa400f46b44d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26984", + "x-ms-ratelimit-remaining-subscription-reads": "11588", + "x-ms-request-id": "0234ecaa-3da3-4b20-b4d8-25e6465c2172", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063235Z:71dd8382-8b41-4898-b4d2-aa400f46b44d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e793f11d8f5247bf6088dd64b78395b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e793f11d8f5247bf6088dd64b78395b6", + "x-ms-correlation-request-id": "ee52360a-c296-4c4c-8bce-2c6200026931", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26983", + "x-ms-ratelimit-remaining-subscription-reads": "11587", + "x-ms-request-id": "8dd338fc-4f0f-424c-98dd-c42bbb199500", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063236Z:ee52360a-c296-4c4c-8bce-2c6200026931" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2328687fba052ed3165f1ea67a916147", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2328687fba052ed3165f1ea67a916147", + "x-ms-correlation-request-id": "4f914949-34ad-4cd8-ab78-0075d3cce4eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26982", + "x-ms-ratelimit-remaining-subscription-reads": "11586", + "x-ms-request-id": "7ea9d333-71f6-40c6-b711-483d18963b59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063236Z:4f914949-34ad-4cd8-ab78-0075d3cce4eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c652083bb0d67c0a479e3194fd22316e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c652083bb0d67c0a479e3194fd22316e", + "x-ms-correlation-request-id": "22006f35-a74c-4387-8659-8ba1f223bae9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26981", + "x-ms-ratelimit-remaining-subscription-reads": "11585", + "x-ms-request-id": "18fb12b4-54d8-4902-98a4-f0456ca15823", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063236Z:22006f35-a74c-4387-8659-8ba1f223bae9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71dd2fccd7bf63ee1e64d1f37119cdce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71dd2fccd7bf63ee1e64d1f37119cdce", + "x-ms-correlation-request-id": "a528510b-758e-49df-8ff6-c06fe71b6628", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26980", + "x-ms-ratelimit-remaining-subscription-reads": "11584", + "x-ms-request-id": "a10fcc10-aa56-4b64-b7a9-cdf9cd8131a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063236Z:a528510b-758e-49df-8ff6-c06fe71b6628" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af299527cf30cfdf5eacdb66883e31f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af299527cf30cfdf5eacdb66883e31f3", + "x-ms-correlation-request-id": "e551b433-d667-4e53-a790-afd4dc0ed0a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26979", + "x-ms-ratelimit-remaining-subscription-reads": "11583", + "x-ms-request-id": "25f5b2a9-c45f-47ef-8b98-b397a969a414", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063237Z:e551b433-d667-4e53-a790-afd4dc0ed0a3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4adab02df0b4638819efa772df170b2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4adab02df0b4638819efa772df170b2e", + "x-ms-correlation-request-id": "60bb0c8e-9477-45a8-a3a0-6a8610a2692a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26978", + "x-ms-ratelimit-remaining-subscription-reads": "11582", + "x-ms-request-id": "a23015be-2df6-43c2-b756-7dad3c46edcc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063237Z:60bb0c8e-9477-45a8-a3a0-6a8610a2692a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "676d63d182f8fc3d500d1213fc88dadf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "676d63d182f8fc3d500d1213fc88dadf", + "x-ms-correlation-request-id": "ce8c3769-a681-4966-b638-4639a0d47539", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26977", + "x-ms-ratelimit-remaining-subscription-reads": "11581", + "x-ms-request-id": "d4a2a327-91f5-4700-bb1e-c4412ad2cb17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063237Z:ce8c3769-a681-4966-b638-4639a0d47539" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0c5dd33833e37190dc59541276df046", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0c5dd33833e37190dc59541276df046", + "x-ms-correlation-request-id": "d32a7c9c-b9f9-481c-af31-6767b2cd2390", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26976", + "x-ms-ratelimit-remaining-subscription-reads": "11580", + "x-ms-request-id": "1817b62f-7a21-4af3-bc10-2412de4d6947", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063237Z:d32a7c9c-b9f9-481c-af31-6767b2cd2390" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2495ada0cad1abfb73ddf9a7dd756791", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2495ada0cad1abfb73ddf9a7dd756791", + "x-ms-correlation-request-id": "a1b49b04-4288-4b49-a210-008862cb92cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26975", + "x-ms-ratelimit-remaining-subscription-reads": "11579", + "x-ms-request-id": "e6699dcd-f653-41ab-8d96-71b4c96d0989", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063238Z:a1b49b04-4288-4b49-a210-008862cb92cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "013ec8144a524eef4a365932ecfbd4e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "013ec8144a524eef4a365932ecfbd4e3", + "x-ms-correlation-request-id": "74d243b3-4d6a-403b-a273-3adc9eaad059", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26974", + "x-ms-ratelimit-remaining-subscription-reads": "11578", + "x-ms-request-id": "affdd9b8-dc47-45bc-a1b8-4381e2949f1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063238Z:74d243b3-4d6a-403b-a273-3adc9eaad059" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f72cc1db6f2680ee2194d6189715998", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f72cc1db6f2680ee2194d6189715998", + "x-ms-correlation-request-id": "3916a7b8-92b3-4d41-a29c-44ec703496e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26973", + "x-ms-ratelimit-remaining-subscription-reads": "11577", + "x-ms-request-id": "c09efdd4-8035-4842-a5f6-53825c8015df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063238Z:3916a7b8-92b3-4d41-a29c-44ec703496e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f2c045eee2e55f4bd47da9a71c8be77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f2c045eee2e55f4bd47da9a71c8be77", + "x-ms-correlation-request-id": "67a962d3-7e70-494a-a62a-64a483669c1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26972", + "x-ms-ratelimit-remaining-subscription-reads": "11576", + "x-ms-request-id": "8e74834c-c185-4740-a8db-7c6b99d9364b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063239Z:67a962d3-7e70-494a-a62a-64a483669c1d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1089160818025e9ebad61f38fc8ec5d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1089160818025e9ebad61f38fc8ec5d8", + "x-ms-correlation-request-id": "48366619-cd0b-4ca2-b356-7304be4b6782", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26971", + "x-ms-ratelimit-remaining-subscription-reads": "11575", + "x-ms-request-id": "8d9d2fc1-efc3-47c8-a520-6266a5dc6138", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063239Z:48366619-cd0b-4ca2-b356-7304be4b6782" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e8d4c0dc75ce2eb4d71c91aadc73f719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8d4c0dc75ce2eb4d71c91aadc73f719", + "x-ms-correlation-request-id": "12bc9447-ded8-4086-9945-9475168ec697", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26970", + "x-ms-ratelimit-remaining-subscription-reads": "11574", + "x-ms-request-id": "73f0ca6d-4f93-4cf4-bbf5-6e48421018e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063239Z:12bc9447-ded8-4086-9945-9475168ec697" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7258d65b49e7469565cea557cfbc582e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7258d65b49e7469565cea557cfbc582e", + "x-ms-correlation-request-id": "e64e492c-8546-4d6e-8f92-c89df88ea26e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26969", + "x-ms-ratelimit-remaining-subscription-reads": "11573", + "x-ms-request-id": "80ed6079-e6df-4336-af57-03642f80dd41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063239Z:e64e492c-8546-4d6e-8f92-c89df88ea26e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0be0182d6f493a8625b38e686f38146", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0be0182d6f493a8625b38e686f38146", + "x-ms-correlation-request-id": "9a79d04e-8c40-4d94-aed4-ae35297db52c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26968", + "x-ms-ratelimit-remaining-subscription-reads": "11572", + "x-ms-request-id": "d8b70360-0823-4f58-be24-3c25a5483259", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063240Z:9a79d04e-8c40-4d94-aed4-ae35297db52c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "26dd05df533693f02b8d8300d05c5e1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26dd05df533693f02b8d8300d05c5e1b", + "x-ms-correlation-request-id": "fcae5c96-8777-4fc2-b8b0-f7c22de680bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26967", + "x-ms-ratelimit-remaining-subscription-reads": "11571", + "x-ms-request-id": "9ecdf675-d753-402c-ad86-d98eaf9ac91a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063240Z:fcae5c96-8777-4fc2-b8b0-f7c22de680bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db2863c346b485252dc50f8c10afc071", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db2863c346b485252dc50f8c10afc071", + "x-ms-correlation-request-id": "75347241-0cf0-46e6-b560-251b897d495f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26966", + "x-ms-ratelimit-remaining-subscription-reads": "11570", + "x-ms-request-id": "015d19c0-b92d-4269-92f7-2d584e2bb8bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063240Z:75347241-0cf0-46e6-b560-251b897d495f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca785e4d32de2ff8102b856652a8c305", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca785e4d32de2ff8102b856652a8c305", + "x-ms-correlation-request-id": "f52800b8-c5ae-4d62-a66e-6ce8fb5b0c31", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26965", + "x-ms-ratelimit-remaining-subscription-reads": "11569", + "x-ms-request-id": "8c617e15-aee7-46c8-a26e-02862974121f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063240Z:f52800b8-c5ae-4d62-a66e-6ce8fb5b0c31" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22221cfca6cb9891df58f9704364827b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22221cfca6cb9891df58f9704364827b", + "x-ms-correlation-request-id": "1e5f1846-9082-4ca5-8473-5a2b286d54c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26964", + "x-ms-ratelimit-remaining-subscription-reads": "11568", + "x-ms-request-id": "f2f50450-f768-4d53-aa62-64eb19cf0b5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063241Z:1e5f1846-9082-4ca5-8473-5a2b286d54c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71b312cc94e4913d6af9ca89c1be3284", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71b312cc94e4913d6af9ca89c1be3284", + "x-ms-correlation-request-id": "5c94d200-27d3-4e48-8731-66a6773f3074", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26963", + "x-ms-ratelimit-remaining-subscription-reads": "11567", + "x-ms-request-id": "529496ce-6492-4ab3-842b-6b0c9d8948f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063241Z:5c94d200-27d3-4e48-8731-66a6773f3074" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f38f0a029d8da6a5cddfea863987ecac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f38f0a029d8da6a5cddfea863987ecac", + "x-ms-correlation-request-id": "ac20952c-fd4e-4b89-bb9f-dac6399009b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26962", + "x-ms-ratelimit-remaining-subscription-reads": "11566", + "x-ms-request-id": "566dbb46-a56b-4b3b-accf-607586ff6abe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063241Z:ac20952c-fd4e-4b89-bb9f-dac6399009b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "409a09a851f56720df90b8d2dc08d621", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "409a09a851f56720df90b8d2dc08d621", + "x-ms-correlation-request-id": "40a4fd5d-2d69-4504-bff7-d4bc60a67a00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26961", + "x-ms-ratelimit-remaining-subscription-reads": "11565", + "x-ms-request-id": "8b17fff7-8e27-4e6c-abab-82f620a8a09c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063241Z:40a4fd5d-2d69-4504-bff7-d4bc60a67a00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "386e74258fd42eed6c0ca405aab658e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "386e74258fd42eed6c0ca405aab658e2", + "x-ms-correlation-request-id": "e19192d8-3113-4943-89fe-fc01ec9f32c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26960", + "x-ms-ratelimit-remaining-subscription-reads": "11564", + "x-ms-request-id": "066fd1fa-53e1-4f98-924f-b950e0d8e100", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063242Z:e19192d8-3113-4943-89fe-fc01ec9f32c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b7e01d0cf224b08fe92813fce5d3c9c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7e01d0cf224b08fe92813fce5d3c9c4", + "x-ms-correlation-request-id": "d6f7a6c4-2c00-445a-9de1-8490313d5f48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26959", + "x-ms-ratelimit-remaining-subscription-reads": "11563", + "x-ms-request-id": "aee69132-37c6-4953-a50a-ecf51d9680fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063242Z:d6f7a6c4-2c00-445a-9de1-8490313d5f48" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c460c908b31919d81b6bd4e8ad1bbd29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c460c908b31919d81b6bd4e8ad1bbd29", + "x-ms-correlation-request-id": "1318566f-08fe-4c5f-ae50-f3b6d849fb8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26958", + "x-ms-ratelimit-remaining-subscription-reads": "11562", + "x-ms-request-id": "9734c974-42c3-4ccc-9c3c-3b3da6675733", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063242Z:1318566f-08fe-4c5f-ae50-f3b6d849fb8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bec5d5381e2733fce5be4fac7bf14998", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bec5d5381e2733fce5be4fac7bf14998", + "x-ms-correlation-request-id": "345a7c43-9b98-4f71-9798-b49bb47d068a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26957", + "x-ms-ratelimit-remaining-subscription-reads": "11561", + "x-ms-request-id": "b4e2010c-2a65-4dea-9db7-d6f622f62deb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063242Z:345a7c43-9b98-4f71-9798-b49bb47d068a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1fcdf42935559c945c79cb91da603ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1fcdf42935559c945c79cb91da603ce", + "x-ms-correlation-request-id": "33878961-4d4c-4aea-a883-ef2dc15d5c5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26956", + "x-ms-ratelimit-remaining-subscription-reads": "11560", + "x-ms-request-id": "4d606701-a1b5-49ed-869d-b64d4ce8958d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063243Z:33878961-4d4c-4aea-a883-ef2dc15d5c5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0fc3ea6a0a0ee99dcc2ddf5b642c9d2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fc3ea6a0a0ee99dcc2ddf5b642c9d2a", + "x-ms-correlation-request-id": "bd4dffc7-b771-4b96-a925-4d435a6949c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26955", + "x-ms-ratelimit-remaining-subscription-reads": "11559", + "x-ms-request-id": "9ec734df-77ff-4f1e-a976-eb974130cf96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063243Z:bd4dffc7-b771-4b96-a925-4d435a6949c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cda53b21dc1fa4d30c6b795f8243153e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cda53b21dc1fa4d30c6b795f8243153e", + "x-ms-correlation-request-id": "d69ddf4d-3343-4dc1-bbec-f44cde704d32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26954", + "x-ms-ratelimit-remaining-subscription-reads": "11558", + "x-ms-request-id": "c0c4149c-ec72-4a31-9155-cbddd22997ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063243Z:d69ddf4d-3343-4dc1-bbec-f44cde704d32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "914180ba392d378a41121428b46ef518", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "914180ba392d378a41121428b46ef518", + "x-ms-correlation-request-id": "2dea799a-38d5-42c4-b39f-57349611be22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26953", + "x-ms-ratelimit-remaining-subscription-reads": "11557", + "x-ms-request-id": "5edf5fd9-0a9e-487f-9352-03c0fd9e1556", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063243Z:2dea799a-38d5-42c4-b39f-57349611be22" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e297712a35008daf171f03a2913d6788", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e297712a35008daf171f03a2913d6788", + "x-ms-correlation-request-id": "50d4d649-f869-4890-bf64-478119be9be1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26952", + "x-ms-ratelimit-remaining-subscription-reads": "11556", + "x-ms-request-id": "50c19fbf-f4b6-43be-8a61-170825c049a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063244Z:50d4d649-f869-4890-bf64-478119be9be1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3a0a1170ceae8fcb06e8b0cc7aaf09d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3a0a1170ceae8fcb06e8b0cc7aaf09d", + "x-ms-correlation-request-id": "f35d8c3c-962d-4974-8bdd-b7462ff97a4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26951", + "x-ms-ratelimit-remaining-subscription-reads": "11555", + "x-ms-request-id": "e9e0bd94-b7bd-4594-9aab-8df80e23688b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063244Z:f35d8c3c-962d-4974-8bdd-b7462ff97a4b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1035607633ac853dd1b4790e35e8a604", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1035607633ac853dd1b4790e35e8a604", + "x-ms-correlation-request-id": "699bd9a1-3714-4c8b-b204-d521de757e13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26950", + "x-ms-ratelimit-remaining-subscription-reads": "11554", + "x-ms-request-id": "2530c3ce-77e0-40f1-afc8-9a39f6d191df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063244Z:699bd9a1-3714-4c8b-b204-d521de757e13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "12118cab12ce1d2e75af3292a9a2c66c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12118cab12ce1d2e75af3292a9a2c66c", + "x-ms-correlation-request-id": "93eee895-54aa-4866-8d2a-5c061639f76d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26949", + "x-ms-ratelimit-remaining-subscription-reads": "11553", + "x-ms-request-id": "79e1e0df-d02f-4a3a-a3af-abaf089f2786", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063244Z:93eee895-54aa-4866-8d2a-5c061639f76d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "302c662e5608e4dc631a113692eeb2c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "302c662e5608e4dc631a113692eeb2c8", + "x-ms-correlation-request-id": "c41f8c27-bd7b-4130-bea0-d7bfe582738c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26948", + "x-ms-ratelimit-remaining-subscription-reads": "11552", + "x-ms-request-id": "18c505b9-0c89-459f-997d-c1fc6842d8d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063245Z:c41f8c27-bd7b-4130-bea0-d7bfe582738c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b6187c7dd9963cf32179bfc01abdb2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b6187c7dd9963cf32179bfc01abdb2e", + "x-ms-correlation-request-id": "dc4f65ed-2278-4d27-8bec-08972e323c73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26946", + "x-ms-ratelimit-remaining-subscription-reads": "11551", + "x-ms-request-id": "ab064c46-477f-4ffb-9c26-b17ee910052a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063245Z:dc4f65ed-2278-4d27-8bec-08972e323c73" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cfe00dee76bc54fcb02dafb300f88b87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfe00dee76bc54fcb02dafb300f88b87", + "x-ms-correlation-request-id": "55410157-381b-4a92-b8ba-6a0cb9846229", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;26945", + "x-ms-ratelimit-remaining-subscription-reads": "11550", + "x-ms-request-id": "0e68257d-4f0c-416c-b763-98670925d052", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063245Z:55410157-381b-4a92-b8ba-6a0cb9846229" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21cb69fc8b4150d296c8fdf0bbdfe3b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21cb69fc8b4150d296c8fdf0bbdfe3b7", + "x-ms-correlation-request-id": "3290bdc4-ab05-48d0-a44d-f48c7477804d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26944", + "x-ms-ratelimit-remaining-subscription-reads": "11549", + "x-ms-request-id": "9a277635-2ce0-4511-9521-a5f8938f389c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063245Z:3290bdc4-ab05-48d0-a44d-f48c7477804d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8448e23fe20d500b8b0c8a6c2e1c633a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8448e23fe20d500b8b0c8a6c2e1c633a", + "x-ms-correlation-request-id": "c3e1fcf7-95a9-4acb-8654-419295c7d2c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26943", + "x-ms-ratelimit-remaining-subscription-reads": "11548", + "x-ms-request-id": "710d88ca-8593-476b-950d-aa976cdbbbb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063246Z:c3e1fcf7-95a9-4acb-8654-419295c7d2c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97ff148bb9e062ed3a9038f4780b99d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97ff148bb9e062ed3a9038f4780b99d0", + "x-ms-correlation-request-id": "7200c17e-b812-4cb4-8b9b-9268ffc75681", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26942", + "x-ms-ratelimit-remaining-subscription-reads": "11547", + "x-ms-request-id": "8d3c626c-142e-4422-981d-913363dd6488", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063246Z:7200c17e-b812-4cb4-8b9b-9268ffc75681" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d74f74906af1a795e7a96350066227a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d74f74906af1a795e7a96350066227a", + "x-ms-correlation-request-id": "5f0b3e7e-110c-436a-a913-974dd4c9df50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26941", + "x-ms-ratelimit-remaining-subscription-reads": "11546", + "x-ms-request-id": "e1ba31f7-3608-44f2-9200-50730e26ae15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063246Z:5f0b3e7e-110c-436a-a913-974dd4c9df50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a664c3644bdf85d7f5e54a7daa17d87f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a664c3644bdf85d7f5e54a7daa17d87f", + "x-ms-correlation-request-id": "1e998ac4-8573-4d99-bfd8-bcfef23fe7ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26940", + "x-ms-ratelimit-remaining-subscription-reads": "11545", + "x-ms-request-id": "75b29694-f7ea-4842-b897-804928ff74fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063247Z:1e998ac4-8573-4d99-bfd8-bcfef23fe7ed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3622ba7245a7848a9ae5396623b762d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3622ba7245a7848a9ae5396623b762d3", + "x-ms-correlation-request-id": "b4757a85-9875-4980-815c-d035001529cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26939", + "x-ms-ratelimit-remaining-subscription-reads": "11544", + "x-ms-request-id": "282e6641-c6d2-4e89-8dcf-9a00db4bdd0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063247Z:b4757a85-9875-4980-815c-d035001529cf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b58fbd6ef3a7fdf020ee27cabcfc6f46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b58fbd6ef3a7fdf020ee27cabcfc6f46", + "x-ms-correlation-request-id": "da42b29f-e023-451c-98d3-e299c53e0b32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26938", + "x-ms-ratelimit-remaining-subscription-reads": "11543", + "x-ms-request-id": "3d9f8be4-f3a0-4971-adc8-8e0036f3797d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063247Z:da42b29f-e023-451c-98d3-e299c53e0b32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45c316a1eb431fd238df0cfa1271623e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45c316a1eb431fd238df0cfa1271623e", + "x-ms-correlation-request-id": "c9d185f0-8051-4291-8107-7efc7300a73d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;26937", + "x-ms-ratelimit-remaining-subscription-reads": "11542", + "x-ms-request-id": "4e5f4925-d45e-4eaf-b69f-62d948a83ac9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063247Z:c9d185f0-8051-4291-8107-7efc7300a73d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec0f768223887fd8ca2416b91dbfc89e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec0f768223887fd8ca2416b91dbfc89e", + "x-ms-correlation-request-id": "f456bc38-6d0e-42b6-965f-70795dbf37ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;26936", + "x-ms-ratelimit-remaining-subscription-reads": "11541", + "x-ms-request-id": "429efa1f-b4e1-414f-9bff-8d8641c0dace", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063248Z:f456bc38-6d0e-42b6-965f-70795dbf37ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0cc4f2751df4828feb6f7cc7e6f6eaae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cc4f2751df4828feb6f7cc7e6f6eaae", + "x-ms-correlation-request-id": "51b9a9ac-067b-465f-bfee-d0da62d7fd65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;26935", + "x-ms-ratelimit-remaining-subscription-reads": "11540", + "x-ms-request-id": "4b69cc76-f37d-4415-9bb8-10dcbc9df169", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063248Z:51b9a9ac-067b-465f-bfee-d0da62d7fd65" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4648e98c83ec7ebd3e447b1fd5190178", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4648e98c83ec7ebd3e447b1fd5190178", + "x-ms-correlation-request-id": "ccf78b27-4d96-4e23-968a-9129dae577b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;26934", + "x-ms-ratelimit-remaining-subscription-reads": "11539", + "x-ms-request-id": "f95fde55-96aa-4546-9659-f8a6faac3427", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063248Z:ccf78b27-4d96-4e23-968a-9129dae577b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20846e1755ad654ae68d0118a61098d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20846e1755ad654ae68d0118a61098d4", + "x-ms-correlation-request-id": "09159adf-9273-4e91-bfab-163c3cc0d943", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;26933", + "x-ms-ratelimit-remaining-subscription-reads": "11538", + "x-ms-request-id": "96ff1709-25bc-4c49-8114-1b90d103356c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063248Z:09159adf-9273-4e91-bfab-163c3cc0d943" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "342c67398277f2b13445cdb0a170add1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "342c67398277f2b13445cdb0a170add1", + "x-ms-correlation-request-id": "27865751-1f2c-4917-9cd7-06571bde0b32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;26932", + "x-ms-ratelimit-remaining-subscription-reads": "11537", + "x-ms-request-id": "74987868-2e18-425b-b3da-8658d0d8801d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063249Z:27865751-1f2c-4917-9cd7-06571bde0b32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78b0036eca7137019ee35f5f82a4d82d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78b0036eca7137019ee35f5f82a4d82d", + "x-ms-correlation-request-id": "19a12948-c55a-47c2-958f-d21a0f41efed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;26931", + "x-ms-ratelimit-remaining-subscription-reads": "11536", + "x-ms-request-id": "1b3f2747-8cd4-4d21-811f-a7f31a135533", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063249Z:19a12948-c55a-47c2-958f-d21a0f41efed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6de5a7abcdec9501bc91eb68879ac375", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6de5a7abcdec9501bc91eb68879ac375", + "x-ms-correlation-request-id": "cb2cd0e2-d3a7-46f7-982a-1956c2847a7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;26930", + "x-ms-ratelimit-remaining-subscription-reads": "11535", + "x-ms-request-id": "89b87eb2-3605-4f98-a02d-f278810851f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063249Z:cb2cd0e2-d3a7-46f7-982a-1956c2847a7a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3aa2fdf20606e6266f5959422526f8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3aa2fdf20606e6266f5959422526f8f", + "x-ms-correlation-request-id": "402e94f6-4b1b-4459-b340-c61b9aea1074", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;26929", + "x-ms-ratelimit-remaining-subscription-reads": "11534", + "x-ms-request-id": "ce3699c7-28c2-4e6f-85cc-848771f194f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063249Z:402e94f6-4b1b-4459-b340-c61b9aea1074" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fa04a06d408aa1e4021bbbdfdf98af04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa04a06d408aa1e4021bbbdfdf98af04", + "x-ms-correlation-request-id": "1f290790-b8c1-476a-9d54-83ccbd91f09e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;26928", + "x-ms-ratelimit-remaining-subscription-reads": "11533", + "x-ms-request-id": "bf18911c-b78b-4b05-a646-e61b3a81afe6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063250Z:1f290790-b8c1-476a-9d54-83ccbd91f09e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "537fe91f35fa8acc457606f7376c726a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "537fe91f35fa8acc457606f7376c726a", + "x-ms-correlation-request-id": "6a1b7dd9-906f-465f-9f19-1eee650337ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;26927", + "x-ms-ratelimit-remaining-subscription-reads": "11532", + "x-ms-request-id": "1ddd33fe-df77-4d9c-aaf1-862583a28f10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063250Z:6a1b7dd9-906f-465f-9f19-1eee650337ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e7fa5b22c8959feb4a09a04564828fcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7fa5b22c8959feb4a09a04564828fcd", + "x-ms-correlation-request-id": "38b99866-3b9b-4a63-82fe-551497728e34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;26926", + "x-ms-ratelimit-remaining-subscription-reads": "11531", + "x-ms-request-id": "588306df-c927-44df-925f-fe413746e7b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063250Z:38b99866-3b9b-4a63-82fe-551497728e34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "387490461cd23895d379b51339ed6995", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "387490461cd23895d379b51339ed6995", + "x-ms-correlation-request-id": "72b076ad-8257-47ae-8e7c-db7d3e31e9e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;26925", + "x-ms-ratelimit-remaining-subscription-reads": "11530", + "x-ms-request-id": "4b637511-3fa3-4538-812b-43f3a1c5414c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063250Z:72b076ad-8257-47ae-8e7c-db7d3e31e9e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83bd51a8c89e576ffedf08f0948626c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83bd51a8c89e576ffedf08f0948626c2", + "x-ms-correlation-request-id": "f77f8c6e-4264-4ea4-a9cd-ea1240ece45e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;26924", + "x-ms-ratelimit-remaining-subscription-reads": "11529", + "x-ms-request-id": "1d51ec61-d758-4a4f-951c-160866cd9dd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063250Z:f77f8c6e-4264-4ea4-a9cd-ea1240ece45e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6b138e73af80597c5c2131b13d7665d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6b138e73af80597c5c2131b13d7665d", + "x-ms-correlation-request-id": "f9cd3f93-adea-4e83-b13c-a571468eadea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;26923", + "x-ms-ratelimit-remaining-subscription-reads": "11528", + "x-ms-request-id": "7a255832-f0e2-432e-9500-52c9f29d5a77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063251Z:f9cd3f93-adea-4e83-b13c-a571468eadea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "129d0ba00cc47e2f211d39f214a5a34d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "129d0ba00cc47e2f211d39f214a5a34d", + "x-ms-correlation-request-id": "9d7173b6-e537-4a13-bf1a-f0e0b30c0ec0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;26922", + "x-ms-ratelimit-remaining-subscription-reads": "11527", + "x-ms-request-id": "5897bb01-74c7-4ab2-a81d-2792ec982ca2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063251Z:9d7173b6-e537-4a13-bf1a-f0e0b30c0ec0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "012cf253c23c6d9dbab8bddbb4534327", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "012cf253c23c6d9dbab8bddbb4534327", + "x-ms-correlation-request-id": "cae9cdd7-b298-41b9-aa72-76b95f8fade6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;26921", + "x-ms-ratelimit-remaining-subscription-reads": "11526", + "x-ms-request-id": "9cbce404-325b-4f01-80e8-1d93e9feea10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063251Z:cae9cdd7-b298-41b9-aa72-76b95f8fade6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8950ab7913e9dafd083385da00a4f020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8950ab7913e9dafd083385da00a4f020", + "x-ms-correlation-request-id": "e0ae60b0-2517-44d4-88a8-db5f8c657847", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;26920", + "x-ms-ratelimit-remaining-subscription-reads": "11525", + "x-ms-request-id": "e4ca595a-c17e-4a55-ba13-84808e9fd713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063251Z:e0ae60b0-2517-44d4-88a8-db5f8c657847" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20c8c61f64aadd206e2f580c4e54c9ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20c8c61f64aadd206e2f580c4e54c9ce", + "x-ms-correlation-request-id": "219bca22-b917-41b1-93b3-1adf592ddf5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;26919", + "x-ms-ratelimit-remaining-subscription-reads": "11524", + "x-ms-request-id": "1b82b732-c8b1-4678-ae0c-25128f6fcece", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063252Z:219bca22-b917-41b1-93b3-1adf592ddf5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "687811d91a543f63f452f8093dc26d15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "687811d91a543f63f452f8093dc26d15", + "x-ms-correlation-request-id": "51751da4-3e38-41ff-aa93-75aed99bd9a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;26918", + "x-ms-ratelimit-remaining-subscription-reads": "11523", + "x-ms-request-id": "e70c70a8-f5ff-42a5-a3aa-38e1f7539f8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063252Z:51751da4-3e38-41ff-aa93-75aed99bd9a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eebc9cc7238b157d8a731bbabbf18cb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eebc9cc7238b157d8a731bbabbf18cb4", + "x-ms-correlation-request-id": "4c45ac7f-1a3a-4708-952f-4e8f34d472a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;26917", + "x-ms-ratelimit-remaining-subscription-reads": "11522", + "x-ms-request-id": "c208d4a2-096a-4762-be99-97a6ecf29deb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063252Z:4c45ac7f-1a3a-4708-952f-4e8f34d472a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef01b669882b04cc62882b576c179fab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef01b669882b04cc62882b576c179fab", + "x-ms-correlation-request-id": "fbba355e-81bc-4e7a-9144-684a694affcf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;26916", + "x-ms-ratelimit-remaining-subscription-reads": "11521", + "x-ms-request-id": "5891341d-e42f-492d-879d-87b63a340c45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063253Z:fbba355e-81bc-4e7a-9144-684a694affcf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b14442c2da98b5429363dee1ffa98403", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b14442c2da98b5429363dee1ffa98403", + "x-ms-correlation-request-id": "c4b0abe5-ce08-4103-a26f-89073a9989e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;26915", + "x-ms-ratelimit-remaining-subscription-reads": "11520", + "x-ms-request-id": "818018ca-eb41-4ee2-afed-c49845003a59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063253Z:c4b0abe5-ce08-4103-a26f-89073a9989e4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "869f44c67ec03fe9d0b78b02f726a873", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "869f44c67ec03fe9d0b78b02f726a873", + "x-ms-correlation-request-id": "449068d8-fdf1-4462-839d-025fe24544c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;26914", + "x-ms-ratelimit-remaining-subscription-reads": "11519", + "x-ms-request-id": "58db9c72-c62d-4fb2-a284-ae799d2b961e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063253Z:449068d8-fdf1-4462-839d-025fe24544c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78f76fd3daad8f1b744b5bc8aaeb04b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78f76fd3daad8f1b744b5bc8aaeb04b9", + "x-ms-correlation-request-id": "233500c7-615d-4977-b22e-7971ba91ad42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;26913", + "x-ms-ratelimit-remaining-subscription-reads": "11518", + "x-ms-request-id": "e55afc38-561a-4188-9eea-9aa2e609cb66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063253Z:233500c7-615d-4977-b22e-7971ba91ad42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27912803197844eb5904e1e04e40be6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27912803197844eb5904e1e04e40be6d", + "x-ms-correlation-request-id": "482b0a31-f108-484a-bf54-83bd9b3d8c6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;26912", + "x-ms-ratelimit-remaining-subscription-reads": "11517", + "x-ms-request-id": "0af01fec-e242-4689-8967-7d224c8f23ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063254Z:482b0a31-f108-484a-bf54-83bd9b3d8c6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "900d6abb0cb1ec5528101275222195e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "900d6abb0cb1ec5528101275222195e5", + "x-ms-correlation-request-id": "c671dcb8-cf04-4362-9c6f-cfa9bac02da8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;26911", + "x-ms-ratelimit-remaining-subscription-reads": "11516", + "x-ms-request-id": "c10a5428-2dcf-47b6-bd72-39a49b333b7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063254Z:c671dcb8-cf04-4362-9c6f-cfa9bac02da8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ceffd2b28194bafb84b31fa8f83a4033", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceffd2b28194bafb84b31fa8f83a4033", + "x-ms-correlation-request-id": "c20a0b60-ca7b-46e9-be94-c72632c93192", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;26910", + "x-ms-ratelimit-remaining-subscription-reads": "11515", + "x-ms-request-id": "db743bbe-1480-444d-9972-c96cc56d4593", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063254Z:c20a0b60-ca7b-46e9-be94-c72632c93192" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f0ded8d74ddf707d3a5fe6706762137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f0ded8d74ddf707d3a5fe6706762137", + "x-ms-correlation-request-id": "224aecef-9619-45cb-bbae-4aefe78d1d8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;26909", + "x-ms-ratelimit-remaining-subscription-reads": "11514", + "x-ms-request-id": "4b618336-3657-473a-bcc6-992d6447bd45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063254Z:224aecef-9619-45cb-bbae-4aefe78d1d8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7b2dfc6fef4039d96f530cfeedadf3ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b2dfc6fef4039d96f530cfeedadf3ee", + "x-ms-correlation-request-id": "a0382b28-33af-4eed-80fa-9f8199a35ecf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;26908", + "x-ms-ratelimit-remaining-subscription-reads": "11513", + "x-ms-request-id": "f2e544cc-8a1d-442e-a32f-363920b3a235", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063255Z:a0382b28-33af-4eed-80fa-9f8199a35ecf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "35e7decf56143e08cb08fbee8293b30e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35e7decf56143e08cb08fbee8293b30e", + "x-ms-correlation-request-id": "2e6b2f12-ed90-4eac-a148-5e69a7cf5e78", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;26907", + "x-ms-ratelimit-remaining-subscription-reads": "11512", + "x-ms-request-id": "42457df2-bc3f-4622-b6f6-a76a6d5e1c42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063255Z:2e6b2f12-ed90-4eac-a148-5e69a7cf5e78" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc38e791c40c9df314d3cf8968090a25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc38e791c40c9df314d3cf8968090a25", + "x-ms-correlation-request-id": "6ca628dc-0eb3-474c-9667-7b4151917deb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;26906", + "x-ms-ratelimit-remaining-subscription-reads": "11511", + "x-ms-request-id": "d82445c0-f5bb-4ed7-a181-b8ffb5a1770a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063255Z:6ca628dc-0eb3-474c-9667-7b4151917deb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "279810b1ec8e1923f4efb038f3eab7dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "279810b1ec8e1923f4efb038f3eab7dc", + "x-ms-correlation-request-id": "2b34b401-607c-4fa4-9144-151915127cd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;26905", + "x-ms-ratelimit-remaining-subscription-reads": "11510", + "x-ms-request-id": "1f3c8824-ae6b-4822-b8d6-3a0099cf9440", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063255Z:2b34b401-607c-4fa4-9144-151915127cd3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "056cfe9ff7740ae1eb492041867ed5c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:32:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "056cfe9ff7740ae1eb492041867ed5c1", + "x-ms-correlation-request-id": "064b85d5-bd30-41f6-a0c8-e18adef18b64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;26904", + "x-ms-ratelimit-remaining-subscription-reads": "11509", + "x-ms-request-id": "e30043a5-5436-47f1-ae1b-d5ed613c8825", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063256Z:064b85d5-bd30-41f6-a0c8-e18adef18b64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808?api-version=2021-05-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "272", - "Content-Type": "application/json", - "traceparent": "00-62974ea941b69f469aba20fcec816a56-3ee1aafed576ee49-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6786c86a0e74b0d0f25d0e14aa8e2026", + "x-ms-client-request-id": "713cd5fe8cfaa57fc41f081d14baaa29", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871" - } - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/343e6365-01df-4bc6-972b-6ad243110cee?api-version=2021-05-01", "Cache-Control": "no-cache", - "Content-Length": "1682", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:57 GMT", + "Date": "Mon, 25 Oct 2021 06:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17256,76 +39087,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0c6ea37-f032-45e4-bb57-7afbdff30d15", - "x-ms-client-request-id": "6786c86a0e74b0d0f25d0e14aa8e2026", - "x-ms-correlation-request-id": "1a9f1e3d-7066-49a2-abd6-265f90137775", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "343e6365-01df-4bc6-972b-6ad243110cee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065357Z:1a9f1e3d-7066-49a2-abd6-265f90137775" + "x-ms-client-request-id": "713cd5fe8cfaa57fc41f081d14baaa29", + "x-ms-correlation-request-id": "fa0b5483-77b4-4049-ae26-65d24b5d8bbb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;26903", + "x-ms-ratelimit-remaining-subscription-reads": "11508", + "x-ms-request-id": "62a22060-82c1-4164-adc3-27f77faeb79e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063256Z:fa0b5483-77b4-4049-ae26-65d24b5d8bbb" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-2808\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022970e6d18-8da3-4d8e-b0d1-851f3cfbe8de\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022cf0b0516-7356-4609-8995-9a17defe3770\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022970e6d18-8da3-4d8e-b0d1-851f3cfbe8de\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022nz2r4uadzkyufd1opr4v5h2klf.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/343e6365-01df-4bc6-972b-6ad243110cee?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-62974ea941b69f469aba20fcec816a56-19a9a286ed9aad41-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "67ca1533a67b0e26ec4ee5676f9ecfec", + "x-ms-client-request-id": "6aeaf21b049dbab12f8e3c44cbe29375", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:57 GMT", + "Date": "Mon, 25 Oct 2021 06:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17334,40 +39129,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "411815b6-1251-4d60-a35c-5fa1a2e83f6e", - "x-ms-client-request-id": "67ca1533a67b0e26ec4ee5676f9ecfec", - "x-ms-correlation-request-id": "f6d3ca56-571e-4f23-b6d3-c839ec531268", - "x-ms-ratelimit-remaining-subscription-reads": "11553", - "x-ms-request-id": "d3e921ac-3daa-47ce-ae1e-6c7ba2ac427f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065358Z:f6d3ca56-571e-4f23-b6d3-c839ec531268" + "x-ms-client-request-id": "6aeaf21b049dbab12f8e3c44cbe29375", + "x-ms-correlation-request-id": "8d2af5f3-6624-4bb2-95c3-1277212a98b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;26902", + "x-ms-ratelimit-remaining-subscription-reads": "11507", + "x-ms-request-id": "27614174-a9d6-4779-8138-74b2ea20b2d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063256Z:8d2af5f3-6624-4bb2-95c3-1277212a98b0" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-62974ea941b69f469aba20fcec816a56-7b5196dfa8336546-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "627f7020f94d8384850c3adf83fe2d57", + "x-ms-client-request-id": "1d3aee1a45ad13e27ec64055efc3f630", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1682", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:53:57 GMT", - "ETag": "W/\u0022970e6d18-8da3-4d8e-b0d1-851f3cfbe8de\u0022", + "Date": "Mon, 25 Oct 2021 06:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17376,219 +39171,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3006acc7-d140-4e16-9407-63ff10f91946", - "x-ms-client-request-id": "627f7020f94d8384850c3adf83fe2d57", - "x-ms-correlation-request-id": "d3344dd4-ebdf-47e9-ba05-35e1bbc61ea6", - "x-ms-ratelimit-remaining-subscription-reads": "11552", - "x-ms-request-id": "9c1d0980-d8e6-4ad6-9bce-7f43fea18514", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065358Z:d3344dd4-ebdf-47e9-ba05-35e1bbc61ea6" + "x-ms-client-request-id": "1d3aee1a45ad13e27ec64055efc3f630", + "x-ms-correlation-request-id": "c690398d-19a7-48f1-99b8-8393a91429fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;26901", + "x-ms-ratelimit-remaining-subscription-reads": "11506", + "x-ms-request-id": "55dad685-30fb-4ca6-abde-f27cf3ecd384", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063256Z:c690398d-19a7-48f1-99b8-8393a91429fd" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testNic-2808\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022970e6d18-8da3-4d8e-b0d1-851f3cfbe8de\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022cf0b0516-7356-4609-8995-9a17defe3770\u0022,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022internal\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808/ipConfigurations/internal\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022970e6d18-8da3-4d8e-b0d1-851f3cfbe8de\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAddress\u0022: \u002210.0.2.4\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/virtualNetworks/testVNet-6747/subnets/testSubnet-6871\u0022\r\n", - " },\r\n", - " \u0022primary\u0022: true,\r\n", - " \u0022privateIPAddressVersion\u0022: \u0022IPv4\u0022\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022dnsServers\u0022: [],\r\n", - " \u0022appliedDnsServers\u0022: [],\r\n", - " \u0022internalDomainNameSuffix\u0022: \u0022nz2r4uadzkyufd1opr4v5h2klf.xx.internal.cloudapp.net\u0022\r\n", - " },\r\n", - " \u0022enableAcceleratedNetworking\u0022: false,\r\n", - " \u0022vnetEncryptionSupported\u0022: false,\r\n", - " \u0022enableIPForwarding\u0022: false,\r\n", - " \u0022hostedWorkloads\u0022: [],\r\n", - " \u0022tapConfigurations\u0022: [],\r\n", - " \u0022nicType\u0022: \u0022Standard\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/networkInterfaces\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1185", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "95e123bfb8c390ab2ade419301db098e", + "x-ms-client-request-id": "9325f79f6b94f9242482426c4f3bd9e2", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": { - "hardwareProfile": { - "vmSize": "Standard_F2" - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "osType": "Linux", - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "osProfile": { - "computerName": "testVM-4642", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "networkProfile": { - "networkInterfaces": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808", - "properties": { - "primary": true - } - } - ] - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "2369", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:02 GMT", + "Date": "Mon, 25 Oct 2021 06:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95e123bfb8c390ab2ade419301db098e", - "x-ms-correlation-request-id": "0553cdaf-99ae-453c-b618-883197f205d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1190", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "6b5b404b-bd83-408d-92ff-fd9ff41a0093", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065402Z:0553cdaf-99ae-453c-b618-883197f205d0" + "x-ms-client-request-id": "9325f79f6b94f9242482426c4f3bd9e2", + "x-ms-correlation-request-id": "ac6c46e7-7b86-41ab-848b-6de20bd4bea4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;26900", + "x-ms-ratelimit-remaining-subscription-reads": "11505", + "x-ms-request-id": "f35062d7-abeb-41fe-b00f-36f9069da482", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063256Z:ac6c46e7-7b86-41ab-848b-6de20bd4bea4" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-4642\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u00229064b5fe-cc5d-4b81-9cb3-3648ce0444f2\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-4642\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4ba88d2039bd6729c5ef386eb7f081a9", + "x-ms-client-request-id": "2502928b8c80d57b10d6ecd6c45bcb6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17597,41 +39246,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:02 GMT", + "Date": "Mon, 25 Oct 2021 06:32:57 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "35", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ba88d2039bd6729c5ef386eb7f081a9", - "x-ms-correlation-request-id": "d87f585f-79d3-4bf1-b51a-3b9c03764142", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;28968", - "x-ms-ratelimit-remaining-subscription-reads": "11551", - "x-ms-request-id": "a0cdb770-2bb7-4eba-b3de-ae41efa214da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065403Z:d87f585f-79d3-4bf1-b51a-3b9c03764142" + "x-ms-client-request-id": "2502928b8c80d57b10d6ecd6c45bcb6b", + "x-ms-correlation-request-id": "e6ecfce8-d878-4926-9449-0b7fc1bc59a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;26899", + "x-ms-ratelimit-remaining-subscription-reads": "11504", + "x-ms-request-id": "13a9ecb0-d4d3-4059-997c-3f7478d858b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063257Z:e6ecfce8-d878-4926-9449-0b7fc1bc59a5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e519ab021c4d833c86a7047bd53c24e3", + "x-ms-client-request-id": "d4a40b97ffbcafe1c941f92a0375c343", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17640,7 +39288,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:03 GMT", + "Date": "Mon, 25 Oct 2021 06:32:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17649,31 +39297,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e519ab021c4d833c86a7047bd53c24e3", - "x-ms-correlation-request-id": "ddeec5f1-37e0-42f7-9119-c180615a9720", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;28967", - "x-ms-ratelimit-remaining-subscription-reads": "11550", - "x-ms-request-id": "3a9f6707-6e76-4556-b6e6-f14a02eb7ae2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065404Z:ddeec5f1-37e0-42f7-9119-c180615a9720" + "x-ms-client-request-id": "d4a40b97ffbcafe1c941f92a0375c343", + "x-ms-correlation-request-id": "d7a3e1f5-1925-4df5-9bbf-6daa47f6491a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;26898", + "x-ms-ratelimit-remaining-subscription-reads": "11503", + "x-ms-request-id": "4bf67445-400b-4450-90cf-3ed6ff9e937b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063257Z:d7a3e1f5-1925-4df5-9bbf-6daa47f6491a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "74725452be328cd174494c2b022e82a0", + "x-ms-client-request-id": "5cc95decd0c113af7b4f82bd7f4e34c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17682,7 +39330,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:04 GMT", + "Date": "Mon, 25 Oct 2021 06:32:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17691,31 +39339,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74725452be328cd174494c2b022e82a0", - "x-ms-correlation-request-id": "937a96c3-3080-4600-b6f1-090519a19cfb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;28966", - "x-ms-ratelimit-remaining-subscription-reads": "11549", - "x-ms-request-id": "6da18b5e-5a94-44cb-8cbe-6ac90ec344fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065405Z:937a96c3-3080-4600-b6f1-090519a19cfb" + "x-ms-client-request-id": "5cc95decd0c113af7b4f82bd7f4e34c9", + "x-ms-correlation-request-id": "805d9d3b-26e3-4512-be56-7ac25e7407c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;26897", + "x-ms-ratelimit-remaining-subscription-reads": "11502", + "x-ms-request-id": "11be5bcb-428b-4a8d-bb0a-b690f92ffbc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063257Z:805d9d3b-26e3-4512-be56-7ac25e7407c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c06b39c5a62d049f5024c41635ad9188", + "x-ms-client-request-id": "44d4d6b705968c25b1535b3f9251d19b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17724,7 +39372,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:06 GMT", + "Date": "Mon, 25 Oct 2021 06:32:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17733,31 +39381,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c06b39c5a62d049f5024c41635ad9188", - "x-ms-correlation-request-id": "27032d37-d4d6-4d45-8c22-4cad84e909b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;28965", - "x-ms-ratelimit-remaining-subscription-reads": "11548", - "x-ms-request-id": "4c581c9e-f98d-4735-a572-5c5640beb9b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065406Z:27032d37-d4d6-4d45-8c22-4cad84e909b5" + "x-ms-client-request-id": "44d4d6b705968c25b1535b3f9251d19b", + "x-ms-correlation-request-id": "b2301f5e-8fa1-4677-b40e-1bafdaa3a8f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;26896", + "x-ms-ratelimit-remaining-subscription-reads": "11501", + "x-ms-request-id": "e90de605-6755-4139-867c-3e5dec4e2d9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063258Z:b2301f5e-8fa1-4677-b40e-1bafdaa3a8f9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "631c55cb0c7e4476da8c7003cf118058", + "x-ms-client-request-id": "66e9a9136e91c6aa5b90586c7c232f7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17766,7 +39414,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:07 GMT", + "Date": "Mon, 25 Oct 2021 06:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17775,31 +39423,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "631c55cb0c7e4476da8c7003cf118058", - "x-ms-correlation-request-id": "8e9bea00-c7fa-4ae0-b923-b84713c5fa62", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;28964", - "x-ms-ratelimit-remaining-subscription-reads": "11547", - "x-ms-request-id": "87874bb6-82ef-4bc8-b072-51cde812879f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065408Z:8e9bea00-c7fa-4ae0-b923-b84713c5fa62" + "x-ms-client-request-id": "66e9a9136e91c6aa5b90586c7c232f7b", + "x-ms-correlation-request-id": "45a8ef42-f436-442d-98ea-ee95a87ffdf6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;26895", + "x-ms-ratelimit-remaining-subscription-reads": "11500", + "x-ms-request-id": "627d0989-19dd-4588-a343-5abfc6463073", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063258Z:45a8ef42-f436-442d-98ea-ee95a87ffdf6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9cb6642464d1acb5b46e240ef9ba57c6", + "x-ms-client-request-id": "2d73300c7fa0e6ac383dab6d7570802a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17808,7 +39456,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:08 GMT", + "Date": "Mon, 25 Oct 2021 06:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17817,31 +39465,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cb6642464d1acb5b46e240ef9ba57c6", - "x-ms-correlation-request-id": "be9a969d-defe-4e19-bc98-ab834399e174", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;28963", - "x-ms-ratelimit-remaining-subscription-reads": "11546", - "x-ms-request-id": "d8628c74-bbc5-4bf1-a3d1-010f85c7a294", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065409Z:be9a969d-defe-4e19-bc98-ab834399e174" + "x-ms-client-request-id": "2d73300c7fa0e6ac383dab6d7570802a", + "x-ms-correlation-request-id": "dad8ffcd-3f5a-4684-80c2-c4c672675d64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;26894", + "x-ms-ratelimit-remaining-subscription-reads": "11499", + "x-ms-request-id": "e8bc6f2f-96f3-43b3-b05b-ec39668d8423", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063258Z:dad8ffcd-3f5a-4684-80c2-c4c672675d64" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ad5fc4b81f12b821c227e5a1359c343e", + "x-ms-client-request-id": "d6a9e77dce6549372b0ee805adb80f8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17850,7 +39498,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:09 GMT", + "Date": "Mon, 25 Oct 2021 06:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17858,32 +39506,32 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad5fc4b81f12b821c227e5a1359c343e", - "x-ms-correlation-request-id": "83c45422-2079-44ab-8752-87f86c4756d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;28962", - "x-ms-ratelimit-remaining-subscription-reads": "11545", - "x-ms-request-id": "876c2b29-10d1-48a6-a3f5-0b70474d95b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065410Z:83c45422-2079-44ab-8752-87f86c4756d4" + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6a9e77dce6549372b0ee805adb80f8d", + "x-ms-correlation-request-id": "834bd39a-d86e-4d00-97b9-5e503ab837f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;26893", + "x-ms-ratelimit-remaining-subscription-reads": "11498", + "x-ms-request-id": "c098ac01-c334-4dcd-adb9-4c2a1bf46942", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063258Z:834bd39a-d86e-4d00-97b9-5e503ab837f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d0f16ca3f5f767b7a070ae0fe8684a1f", + "x-ms-client-request-id": "6233e023a4dd94fafc022e54c23d51eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17892,7 +39540,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:11 GMT", + "Date": "Mon, 25 Oct 2021 06:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17901,31 +39549,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0f16ca3f5f767b7a070ae0fe8684a1f", - "x-ms-correlation-request-id": "4f660f91-6248-42ce-8e3c-8fa0fee35950", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;28961", - "x-ms-ratelimit-remaining-subscription-reads": "11544", - "x-ms-request-id": "72962c9f-50af-4a46-a6d6-0e5b1d9d4a43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065412Z:4f660f91-6248-42ce-8e3c-8fa0fee35950" + "x-ms-client-request-id": "6233e023a4dd94fafc022e54c23d51eb", + "x-ms-correlation-request-id": "365aa81a-46af-462c-9a32-20df7f231267", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;26892", + "x-ms-ratelimit-remaining-subscription-reads": "11497", + "x-ms-request-id": "7af8d295-ff49-48a7-865a-01cb5931f16b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063258Z:365aa81a-46af-462c-9a32-20df7f231267" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0b4ba934d3b1044642fdd9aa7e137618", + "x-ms-client-request-id": "95ef2e1059793d16f829019297a6397f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17934,7 +39582,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:12 GMT", + "Date": "Mon, 25 Oct 2021 06:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17943,31 +39591,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b4ba934d3b1044642fdd9aa7e137618", - "x-ms-correlation-request-id": "eed3d3c2-2c7d-46e5-bb82-8944cc9a0700", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;28960", - "x-ms-ratelimit-remaining-subscription-reads": "11543", - "x-ms-request-id": "edd77688-ffc2-43f0-9023-1c663920cc9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065413Z:eed3d3c2-2c7d-46e5-bb82-8944cc9a0700" + "x-ms-client-request-id": "95ef2e1059793d16f829019297a6397f", + "x-ms-correlation-request-id": "4f4521c4-f099-4f62-8b26-71541065ea84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;26891", + "x-ms-ratelimit-remaining-subscription-reads": "11496", + "x-ms-request-id": "e88f6b9d-4e08-408a-b02b-4c0363e3a6a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063259Z:4f4521c4-f099-4f62-8b26-71541065ea84" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8d6ae63986c9c3cf0df80ca17012d05a", + "x-ms-client-request-id": "95491e2e1d3cd94ced15d962a0e286ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17976,7 +39624,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:13 GMT", + "Date": "Mon, 25 Oct 2021 06:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -17985,31 +39633,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d6ae63986c9c3cf0df80ca17012d05a", - "x-ms-correlation-request-id": "5d2eb25e-234a-4e80-9293-bb5507a43cf2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;28959", - "x-ms-ratelimit-remaining-subscription-reads": "11542", - "x-ms-request-id": "6d987189-e069-4da9-a345-1b13d82ba440", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065414Z:5d2eb25e-234a-4e80-9293-bb5507a43cf2" + "x-ms-client-request-id": "95491e2e1d3cd94ced15d962a0e286ee", + "x-ms-correlation-request-id": "6b4e9ffc-341e-4ebf-8765-d14b92c1e529", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;26890", + "x-ms-ratelimit-remaining-subscription-reads": "11495", + "x-ms-request-id": "37793810-b8d0-45b4-84d3-1480c673abb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063259Z:6b4e9ffc-341e-4ebf-8765-d14b92c1e529" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8c6cc5dc2950d08c25ec8efa1b0de88c", + "x-ms-client-request-id": "7ff5fcbd7ac9ca13c9f56ab3a267fc56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18018,7 +39666,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:14 GMT", + "Date": "Mon, 25 Oct 2021 06:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18027,31 +39675,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c6cc5dc2950d08c25ec8efa1b0de88c", - "x-ms-correlation-request-id": "f5474ed4-b51f-410c-be46-52252e14533b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;28958", - "x-ms-ratelimit-remaining-subscription-reads": "11541", - "x-ms-request-id": "6453c876-eb19-47fb-a1f3-60f88eac7b93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065415Z:f5474ed4-b51f-410c-be46-52252e14533b" + "x-ms-client-request-id": "7ff5fcbd7ac9ca13c9f56ab3a267fc56", + "x-ms-correlation-request-id": "5f65dd70-dd5e-4080-87c0-3b2a0c8f9361", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;26889", + "x-ms-ratelimit-remaining-subscription-reads": "11494", + "x-ms-request-id": "2bbc8eac-7341-4fe4-aa10-5747a5001483", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063259Z:5f65dd70-dd5e-4080-87c0-3b2a0c8f9361" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02d596f9bdfeae56da88fdb9c7a4932f", + "x-ms-client-request-id": "a426afc8bbf4f2aee115a76480b39d15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18060,7 +39708,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:16 GMT", + "Date": "Mon, 25 Oct 2021 06:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18069,31 +39717,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02d596f9bdfeae56da88fdb9c7a4932f", - "x-ms-correlation-request-id": "4d971279-0d8d-44ac-af68-78292028b6a7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;28957", - "x-ms-ratelimit-remaining-subscription-reads": "11540", - "x-ms-request-id": "aa4dbd44-a39c-44a2-9183-82e5d347b7ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065417Z:4d971279-0d8d-44ac-af68-78292028b6a7" + "x-ms-client-request-id": "a426afc8bbf4f2aee115a76480b39d15", + "x-ms-correlation-request-id": "237c6dc2-e273-44ec-a3f6-17413abb75af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;26888", + "x-ms-ratelimit-remaining-subscription-reads": "11493", + "x-ms-request-id": "2790f98c-3159-4db7-abde-5e74bf499b75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063259Z:237c6dc2-e273-44ec-a3f6-17413abb75af" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b8cd7f2ceaa70fc7599a67dcf8d5a700", + "x-ms-client-request-id": "9ad513a3bab0b3b50a7fcb47b3993685", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18102,7 +39750,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:17 GMT", + "Date": "Mon, 25 Oct 2021 06:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18111,31 +39759,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8cd7f2ceaa70fc7599a67dcf8d5a700", - "x-ms-correlation-request-id": "87f0734c-d3b9-4633-95c0-2cfad5c895e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;28956", - "x-ms-ratelimit-remaining-subscription-reads": "11539", - "x-ms-request-id": "5c4ced9b-b420-47b0-80d3-31ea8fade6bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065418Z:87f0734c-d3b9-4633-95c0-2cfad5c895e9" + "x-ms-client-request-id": "9ad513a3bab0b3b50a7fcb47b3993685", + "x-ms-correlation-request-id": "0c1c1f72-6ea3-4d88-afe8-38c4180366ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26887", + "x-ms-ratelimit-remaining-subscription-reads": "11492", + "x-ms-request-id": "03cc91b6-0ddb-4980-a21c-a6cb7f20c475", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063300Z:0c1c1f72-6ea3-4d88-afe8-38c4180366ad" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "daa77f0fce3c1f5c6fbeb1c82bd20881", + "x-ms-client-request-id": "f0998218e2bc01f94d039db4d2af4916", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18144,7 +39792,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:18 GMT", + "Date": "Mon, 25 Oct 2021 06:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18153,31 +39801,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daa77f0fce3c1f5c6fbeb1c82bd20881", - "x-ms-correlation-request-id": "5eec2f16-b88d-41ad-844a-9dc42da286fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;28955", - "x-ms-ratelimit-remaining-subscription-reads": "11538", - "x-ms-request-id": "63b1b4ce-1805-4655-93d0-50b159a38a3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065419Z:5eec2f16-b88d-41ad-844a-9dc42da286fe" + "x-ms-client-request-id": "f0998218e2bc01f94d039db4d2af4916", + "x-ms-correlation-request-id": "b0d4f7b8-96db-4476-9fc6-5e65afe98a6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26886", + "x-ms-ratelimit-remaining-subscription-reads": "11491", + "x-ms-request-id": "e224bb75-262e-4340-8412-e0da153a3a45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063300Z:b0d4f7b8-96db-4476-9fc6-5e65afe98a6c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9ccd5e58303f0fe5cec6a864557ab605", + "x-ms-client-request-id": "8f10545762920ea6fa729a75f0673e48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18186,7 +39834,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:20 GMT", + "Date": "Mon, 25 Oct 2021 06:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18195,31 +39843,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ccd5e58303f0fe5cec6a864557ab605", - "x-ms-correlation-request-id": "f85ebe7d-7afc-463b-9c48-759f964b7514", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;28954", - "x-ms-ratelimit-remaining-subscription-reads": "11537", - "x-ms-request-id": "9af6f68d-0f9f-4ae7-9046-b635a3879b18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065420Z:f85ebe7d-7afc-463b-9c48-759f964b7514" + "x-ms-client-request-id": "8f10545762920ea6fa729a75f0673e48", + "x-ms-correlation-request-id": "a984f41f-a5fa-44ba-898a-dfbc6b886526", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26885", + "x-ms-ratelimit-remaining-subscription-reads": "11490", + "x-ms-request-id": "6ea51e86-bd16-4c55-b8ba-3484dabeb51d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063300Z:a984f41f-a5fa-44ba-898a-dfbc6b886526" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "48aafde0b9fc5ef323ae49e838ffe386", + "x-ms-client-request-id": "fd4b22deac19c05919d44dac1c00e15a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18228,7 +39876,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:21 GMT", + "Date": "Mon, 25 Oct 2021 06:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18237,31 +39885,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48aafde0b9fc5ef323ae49e838ffe386", - "x-ms-correlation-request-id": "0cc5d59f-57a8-4516-9b87-720b43114cf0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;28953", - "x-ms-ratelimit-remaining-subscription-reads": "11536", - "x-ms-request-id": "19d7c7d4-eb0c-4477-bef6-37ff7082a2b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065422Z:0cc5d59f-57a8-4516-9b87-720b43114cf0" + "x-ms-client-request-id": "fd4b22deac19c05919d44dac1c00e15a", + "x-ms-correlation-request-id": "770467c3-7cfa-4a8f-a458-e79661e7255a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26884", + "x-ms-ratelimit-remaining-subscription-reads": "11489", + "x-ms-request-id": "55da2bcf-325a-4343-b40b-27cb89368911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063300Z:770467c3-7cfa-4a8f-a458-e79661e7255a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9983e6910b07dfc099980b7625f7c9f4", + "x-ms-client-request-id": "5fefb535a788b6f2dc8bf64a488411e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18270,7 +39918,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:22 GMT", + "Date": "Mon, 25 Oct 2021 06:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18279,31 +39927,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9983e6910b07dfc099980b7625f7c9f4", - "x-ms-correlation-request-id": "66d6bf15-18ce-4a46-bc27-6ef9cdf60d13", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;28952", - "x-ms-ratelimit-remaining-subscription-reads": "11535", - "x-ms-request-id": "47c51221-62c9-402c-8f8f-64e66926a275", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065423Z:66d6bf15-18ce-4a46-bc27-6ef9cdf60d13" + "x-ms-client-request-id": "5fefb535a788b6f2dc8bf64a488411e5", + "x-ms-correlation-request-id": "c409be4d-bd88-4c98-88e9-d626bfec1a34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26883", + "x-ms-ratelimit-remaining-subscription-reads": "11488", + "x-ms-request-id": "37037974-e2d9-427e-85ea-b6cb37d82080", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063301Z:c409be4d-bd88-4c98-88e9-d626bfec1a34" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2ee7ac08c0289f846b6f7991e6fcd7cf", + "x-ms-client-request-id": "afd555c54b64aafcfb4f75be14f9f1f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18312,7 +39960,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:23 GMT", + "Date": "Mon, 25 Oct 2021 06:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18321,31 +39969,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ee7ac08c0289f846b6f7991e6fcd7cf", - "x-ms-correlation-request-id": "eb2155cf-5edc-4c44-af0d-29203e63e5ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;28951", - "x-ms-ratelimit-remaining-subscription-reads": "11534", - "x-ms-request-id": "833a8a75-9652-41c1-a431-c69dec1f1e67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065424Z:eb2155cf-5edc-4c44-af0d-29203e63e5ec" + "x-ms-client-request-id": "afd555c54b64aafcfb4f75be14f9f1f9", + "x-ms-correlation-request-id": "dc9db184-2ee8-439a-bc7e-c2e4723efcdd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;26882", + "x-ms-ratelimit-remaining-subscription-reads": "11487", + "x-ms-request-id": "0f78e3c8-873e-4ce4-bd50-48f0f6e93834", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063301Z:dc9db184-2ee8-439a-bc7e-c2e4723efcdd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ed222e21cf6d5fd3ccbae64ad7c382b", + "x-ms-client-request-id": "3b3f3f90df7737bf2f94208eb60e7895", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18354,7 +40002,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:25 GMT", + "Date": "Mon, 25 Oct 2021 06:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18363,31 +40011,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ed222e21cf6d5fd3ccbae64ad7c382b", - "x-ms-correlation-request-id": "a41507dc-e36e-466f-845b-182cbb70c9ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;28950", - "x-ms-ratelimit-remaining-subscription-reads": "11533", - "x-ms-request-id": "01df1350-6d84-4c21-99e5-fc283315d272", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065426Z:a41507dc-e36e-466f-845b-182cbb70c9ea" + "x-ms-client-request-id": "3b3f3f90df7737bf2f94208eb60e7895", + "x-ms-correlation-request-id": "195b49f9-7e1d-4acb-8fdc-84bbf92ddf5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26881", + "x-ms-ratelimit-remaining-subscription-reads": "11486", + "x-ms-request-id": "f517956e-841a-48db-ad6e-7e8b7ea4736b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063301Z:195b49f9-7e1d-4acb-8fdc-84bbf92ddf5e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8be054e4b518d15e61e32e98922ff89c", + "x-ms-client-request-id": "c7e767c2312beaf6b84464383234a2e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18396,7 +40044,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:26 GMT", + "Date": "Mon, 25 Oct 2021 06:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18405,31 +40053,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8be054e4b518d15e61e32e98922ff89c", - "x-ms-correlation-request-id": "9d561de5-219c-4a5c-9121-3f6e9f0e6a07", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;28949", - "x-ms-ratelimit-remaining-subscription-reads": "11532", - "x-ms-request-id": "9d825d05-187c-42cc-9667-521463a84fcd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065427Z:9d561de5-219c-4a5c-9121-3f6e9f0e6a07" + "x-ms-client-request-id": "c7e767c2312beaf6b84464383234a2e3", + "x-ms-correlation-request-id": "05152222-af21-466b-93f8-78219178e6cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26879", + "x-ms-ratelimit-remaining-subscription-reads": "11485", + "x-ms-request-id": "fedea612-7f95-44ca-939e-0f2144d9ce7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063302Z:05152222-af21-466b-93f8-78219178e6cf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "03943cc05a25ebfdae11f15d1120f1ee", + "x-ms-client-request-id": "08b9fd99d644e66d959e7fd02a6ef4ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18438,7 +40086,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:27 GMT", + "Date": "Mon, 25 Oct 2021 06:33:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18447,31 +40095,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03943cc05a25ebfdae11f15d1120f1ee", - "x-ms-correlation-request-id": "156231ea-37df-4b88-ae7e-7a9aac8ce01d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;28948", - "x-ms-ratelimit-remaining-subscription-reads": "11531", - "x-ms-request-id": "0bff4653-a73a-4cd8-b337-c6ab84221732", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065428Z:156231ea-37df-4b88-ae7e-7a9aac8ce01d" + "x-ms-client-request-id": "08b9fd99d644e66d959e7fd02a6ef4ec", + "x-ms-correlation-request-id": "2310a01d-6fbf-4505-9ec8-3d4cb43514c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26878", + "x-ms-ratelimit-remaining-subscription-reads": "11484", + "x-ms-request-id": "ba6009b2-eaee-4cd6-8a01-80fd9dfe99a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063302Z:2310a01d-6fbf-4505-9ec8-3d4cb43514c2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91ac4e364b1b2cb7c4010d13ed65420d", + "x-ms-client-request-id": "adfbe0d72a125ece495582337a8704fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18480,7 +40128,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:28 GMT", + "Date": "Mon, 25 Oct 2021 06:33:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18489,31 +40137,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91ac4e364b1b2cb7c4010d13ed65420d", - "x-ms-correlation-request-id": "16e1e11a-b994-495a-a7ed-c58ee4dea9a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;28947", - "x-ms-ratelimit-remaining-subscription-reads": "11530", - "x-ms-request-id": "1a2ae9bb-3c7d-4982-a497-3df5655ceb21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065429Z:16e1e11a-b994-495a-a7ed-c58ee4dea9a4" + "x-ms-client-request-id": "adfbe0d72a125ece495582337a8704fb", + "x-ms-correlation-request-id": "b0460e99-496d-420b-a537-5e65c9e6e6f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26877", + "x-ms-ratelimit-remaining-subscription-reads": "11483", + "x-ms-request-id": "0e5d7f5f-fe4b-42da-a831-7ce1e94cd89c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063302Z:b0460e99-496d-420b-a537-5e65c9e6e6f5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "71a411d235e8890556f5dd06c301bf41", + "x-ms-client-request-id": "b8f43df26f54ec50f901318cb225bf49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18522,7 +40170,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:30 GMT", + "Date": "Mon, 25 Oct 2021 06:33:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18531,31 +40179,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71a411d235e8890556f5dd06c301bf41", - "x-ms-correlation-request-id": "f15acacc-1301-4a58-928e-6b286a9aae1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;28946", - "x-ms-ratelimit-remaining-subscription-reads": "11529", - "x-ms-request-id": "df8eb334-1956-4fc4-84b3-736ccb907ccc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065431Z:f15acacc-1301-4a58-928e-6b286a9aae1f" + "x-ms-client-request-id": "b8f43df26f54ec50f901318cb225bf49", + "x-ms-correlation-request-id": "41215af8-4fda-4924-b526-5586aaa5fbe0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26876", + "x-ms-ratelimit-remaining-subscription-reads": "11482", + "x-ms-request-id": "4135687e-52a3-4d9a-9f7b-8e2f209e91f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063302Z:41215af8-4fda-4924-b526-5586aaa5fbe0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "446240f26782758085673f234deafd49", + "x-ms-client-request-id": "5261774ff5396ed12f5abfef533a6b0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18564,7 +40212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:31 GMT", + "Date": "Mon, 25 Oct 2021 06:33:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18573,31 +40221,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "446240f26782758085673f234deafd49", - "x-ms-correlation-request-id": "c39a734c-ca43-47f8-8256-50dafb50a511", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;28945", - "x-ms-ratelimit-remaining-subscription-reads": "11528", - "x-ms-request-id": "37bd629c-708d-4036-975c-ffb95250d489", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065432Z:c39a734c-ca43-47f8-8256-50dafb50a511" + "x-ms-client-request-id": "5261774ff5396ed12f5abfef533a6b0e", + "x-ms-correlation-request-id": "dd3d638b-8f2a-4535-9c1f-3feec74a872c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26875", + "x-ms-ratelimit-remaining-subscription-reads": "11481", + "x-ms-request-id": "60c506f6-6b77-4645-b290-b17dbbce6a55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063303Z:dd3d638b-8f2a-4535-9c1f-3feec74a872c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "008ae4cf807b000548233a266eb068c2", + "x-ms-client-request-id": "edde84993c7967978f0eb311f941ac23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18606,7 +40254,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:32 GMT", + "Date": "Mon, 25 Oct 2021 06:33:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18615,31 +40263,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "008ae4cf807b000548233a266eb068c2", - "x-ms-correlation-request-id": "43a7c670-b61a-4e78-9848-31527c21f0d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;28944", - "x-ms-ratelimit-remaining-subscription-reads": "11527", - "x-ms-request-id": "8ccfcf66-8b9b-49d7-b0a8-65fc245c9ba4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065433Z:43a7c670-b61a-4e78-9848-31527c21f0d2" + "x-ms-client-request-id": "edde84993c7967978f0eb311f941ac23", + "x-ms-correlation-request-id": "2e9b7296-f387-4967-a743-3fe37059bec2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26874", + "x-ms-ratelimit-remaining-subscription-reads": "11480", + "x-ms-request-id": "4eff96ff-1e6e-4ccc-a59d-1eb007d94b55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063303Z:2e9b7296-f387-4967-a743-3fe37059bec2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ad20cb42fe036b8a912fec80f6e23b6c", + "x-ms-client-request-id": "03e33995b226fcc16c8689f9b06099be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18648,7 +40296,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:34 GMT", + "Date": "Mon, 25 Oct 2021 06:33:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18657,31 +40305,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad20cb42fe036b8a912fec80f6e23b6c", - "x-ms-correlation-request-id": "4dbb34fe-7ca5-41e7-953f-4238dcbfb528", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;28943", - "x-ms-ratelimit-remaining-subscription-reads": "11526", - "x-ms-request-id": "35c6f4e9-3058-4f5c-afa0-23a879723a1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065434Z:4dbb34fe-7ca5-41e7-953f-4238dcbfb528" + "x-ms-client-request-id": "03e33995b226fcc16c8689f9b06099be", + "x-ms-correlation-request-id": "5cdc6bb4-0674-416b-871d-36c3779a2398", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26873", + "x-ms-ratelimit-remaining-subscription-reads": "11479", + "x-ms-request-id": "eef4e352-adf0-4e54-a5f9-df787a3e7958", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063303Z:5cdc6bb4-0674-416b-871d-36c3779a2398" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "df3793f7bf7672c53a61fc5e2c5906d4", + "x-ms-client-request-id": "2df22395d24713cfdffac22a41c075ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18690,7 +40338,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:35 GMT", + "Date": "Mon, 25 Oct 2021 06:33:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18699,31 +40347,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df3793f7bf7672c53a61fc5e2c5906d4", - "x-ms-correlation-request-id": "103622bc-f2df-455f-aecb-d005cadc4b80", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;28942", - "x-ms-ratelimit-remaining-subscription-reads": "11525", - "x-ms-request-id": "a9a41850-a6ef-4ff9-bb70-c659156865aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065436Z:103622bc-f2df-455f-aecb-d005cadc4b80" + "x-ms-client-request-id": "2df22395d24713cfdffac22a41c075ed", + "x-ms-correlation-request-id": "d5addab5-f57a-47c0-a726-896c316768c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;26872", + "x-ms-ratelimit-remaining-subscription-reads": "11478", + "x-ms-request-id": "ace2d495-c95c-4fc6-8753-33d1e34d7414", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063303Z:d5addab5-f57a-47c0-a726-896c316768c2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "82e17cff50c9d045591f6f4c93850a66", + "x-ms-client-request-id": "19599cae6857e7e7c2e181f3b39db62f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18732,7 +40380,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:36 GMT", + "Date": "Mon, 25 Oct 2021 06:33:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18741,31 +40389,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82e17cff50c9d045591f6f4c93850a66", - "x-ms-correlation-request-id": "93d5d9da-2344-45cb-bd99-888cf8e069d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;28941", - "x-ms-ratelimit-remaining-subscription-reads": "11524", - "x-ms-request-id": "97a5f2b7-713d-46f6-80d4-b40dedc36c17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065437Z:93d5d9da-2344-45cb-bd99-888cf8e069d0" + "x-ms-client-request-id": "19599cae6857e7e7c2e181f3b39db62f", + "x-ms-correlation-request-id": "3b584b9c-8700-48b6-bb23-d4fcfbc29b7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;26871", + "x-ms-ratelimit-remaining-subscription-reads": "11477", + "x-ms-request-id": "84c577a0-0d1a-420c-9f93-b41baeb7a8f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063304Z:3b584b9c-8700-48b6-bb23-d4fcfbc29b7f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "da2fcee88979824c05ae72a1022b3e37", + "x-ms-client-request-id": "d57bf4757e4fc3db6acf232bf097bbab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18774,7 +40422,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:37 GMT", + "Date": "Mon, 25 Oct 2021 06:33:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18783,31 +40431,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da2fcee88979824c05ae72a1022b3e37", - "x-ms-correlation-request-id": "d7a8fb40-b0ea-41a3-8bc2-56451989d61f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;28940", - "x-ms-ratelimit-remaining-subscription-reads": "11523", - "x-ms-request-id": "7923d949-0a27-4aef-99ba-25bd53e9cad2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065438Z:d7a8fb40-b0ea-41a3-8bc2-56451989d61f" + "x-ms-client-request-id": "d57bf4757e4fc3db6acf232bf097bbab", + "x-ms-correlation-request-id": "bc38baa6-9f0a-47c0-9b37-82a70a5ac6e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;26870", + "x-ms-ratelimit-remaining-subscription-reads": "11476", + "x-ms-request-id": "1d716582-2534-47c9-a6d4-ab2a46966216", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063304Z:bc38baa6-9f0a-47c0-9b37-82a70a5ac6e9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7a811728b800a6a24d6685565078deb5", + "x-ms-client-request-id": "134b9b117f062d673b0b6a6650dc6041", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18816,7 +40464,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:39 GMT", + "Date": "Mon, 25 Oct 2021 06:33:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18825,31 +40473,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a811728b800a6a24d6685565078deb5", - "x-ms-correlation-request-id": "9dab297a-8f65-4985-b0c6-38950b2b3cc4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;28939", - "x-ms-ratelimit-remaining-subscription-reads": "11522", - "x-ms-request-id": "426e5df0-4986-4faa-9000-b5a56695b9a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065440Z:9dab297a-8f65-4985-b0c6-38950b2b3cc4" + "x-ms-client-request-id": "134b9b117f062d673b0b6a6650dc6041", + "x-ms-correlation-request-id": "73638773-a5a6-483f-85d7-3de2cb57ee0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;26869", + "x-ms-ratelimit-remaining-subscription-reads": "11475", + "x-ms-request-id": "10175654-7df5-44ae-81b0-f7d3e01594b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063304Z:73638773-a5a6-483f-85d7-3de2cb57ee0f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5d7695572c2a755b2f5f7d1adda3ce2e", + "x-ms-client-request-id": "4cb593439f452f9ec095af8744bcf62b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18858,7 +40506,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:40 GMT", + "Date": "Mon, 25 Oct 2021 06:33:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18867,31 +40515,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d7695572c2a755b2f5f7d1adda3ce2e", - "x-ms-correlation-request-id": "021cc15b-c9aa-48d3-87bf-bb9baf182214", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;28938", - "x-ms-ratelimit-remaining-subscription-reads": "11521", - "x-ms-request-id": "312c5c35-1476-4ac2-a1ce-050e8915bf14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065441Z:021cc15b-c9aa-48d3-87bf-bb9baf182214" + "x-ms-client-request-id": "4cb593439f452f9ec095af8744bcf62b", + "x-ms-correlation-request-id": "3894d1cb-b2c6-459d-ad7d-3246cc74ade7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;26868", + "x-ms-ratelimit-remaining-subscription-reads": "11474", + "x-ms-request-id": "aabad192-e45f-4fb4-9849-6b2c7f6bd42a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063304Z:3894d1cb-b2c6-459d-ad7d-3246cc74ade7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7c2437e090042f652c888c1203f6328c", + "x-ms-client-request-id": "17e2d525a352f5288d4d99431375738e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18900,7 +40548,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:42 GMT", + "Date": "Mon, 25 Oct 2021 06:33:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18909,31 +40557,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c2437e090042f652c888c1203f6328c", - "x-ms-correlation-request-id": "8751e35c-6928-4e86-b4f4-e215df3c291b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;28937", - "x-ms-ratelimit-remaining-subscription-reads": "11520", - "x-ms-request-id": "1f4279d4-6564-4cb1-be9f-dbaaf16df3ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065442Z:8751e35c-6928-4e86-b4f4-e215df3c291b" + "x-ms-client-request-id": "17e2d525a352f5288d4d99431375738e", + "x-ms-correlation-request-id": "98c56458-dfe8-48f2-95cc-675cb1b5b762", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;26867", + "x-ms-ratelimit-remaining-subscription-reads": "11473", + "x-ms-request-id": "4d0d6c5b-e48d-4c16-9d6b-41a7b266de30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063305Z:98c56458-dfe8-48f2-95cc-675cb1b5b762" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6c4abdd0e0b4fb0cbc0b4aa13b87c9a9", + "x-ms-client-request-id": "5de8e16f6ee17166fd1b5371cfdfe97f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18942,7 +40590,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:43 GMT", + "Date": "Mon, 25 Oct 2021 06:33:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18951,31 +40599,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c4abdd0e0b4fb0cbc0b4aa13b87c9a9", - "x-ms-correlation-request-id": "e54668a8-a875-4cf1-b44b-e48f55b89c72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;28936", - "x-ms-ratelimit-remaining-subscription-reads": "11519", - "x-ms-request-id": "9f749a66-da43-4e46-adfb-f408f62f24f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065443Z:e54668a8-a875-4cf1-b44b-e48f55b89c72" + "x-ms-client-request-id": "5de8e16f6ee17166fd1b5371cfdfe97f", + "x-ms-correlation-request-id": "7584ab9d-8db8-4c60-ba2a-c906fdc2fbf0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;26866", + "x-ms-ratelimit-remaining-subscription-reads": "11472", + "x-ms-request-id": "8b56b268-0e63-4658-92b8-71ecd7831069", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063305Z:7584ab9d-8db8-4c60-ba2a-c906fdc2fbf0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "187557986254c7b0304731a1a0487139", + "x-ms-client-request-id": "7a403f1549f9a0ef6abfbff7055a1b4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -18984,7 +40632,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:45 GMT", + "Date": "Mon, 25 Oct 2021 06:33:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -18993,40 +40641,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "187557986254c7b0304731a1a0487139", - "x-ms-correlation-request-id": "91b3b17e-1dc6-4747-a4da-33fac4308286", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;28935", - "x-ms-ratelimit-remaining-subscription-reads": "11518", - "x-ms-request-id": "4965d2d8-2b50-4a5b-9239-080cbfdcf831", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065445Z:91b3b17e-1dc6-4747-a4da-33fac4308286" + "x-ms-client-request-id": "7a403f1549f9a0ef6abfbff7055a1b4b", + "x-ms-correlation-request-id": "47984540-f776-4192-843f-e7821d711f41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;26865", + "x-ms-ratelimit-remaining-subscription-reads": "11471", + "x-ms-request-id": "1deeb0f1-2017-441a-b492-f2eec571b771", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063305Z:47984540-f776-4192-843f-e7821d711f41" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6b5b404b-bd83-408d-92ff-fd9ff41a0093?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1f4af02c615900792a28bff845c4f3a4", + "x-ms-client-request-id": "6218212299d3b6496f7019364fb726ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:46 GMT", + "Date": "Mon, 25 Oct 2021 06:33:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19035,41 +40683,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f4af02c615900792a28bff845c4f3a4", - "x-ms-correlation-request-id": "a328638a-31f3-43c0-bcd0-6459e68b6e58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;28934", - "x-ms-ratelimit-remaining-subscription-reads": "11517", - "x-ms-request-id": "b61a84f2-0918-4a7a-8480-4465ba3e8d08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065446Z:a328638a-31f3-43c0-bcd0-6459e68b6e58" + "x-ms-client-request-id": "6218212299d3b6496f7019364fb726ad", + "x-ms-correlation-request-id": "7f03cb0b-7acf-4c89-be99-898bc4d2437b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;26864", + "x-ms-ratelimit-remaining-subscription-reads": "11470", + "x-ms-request-id": "9af25cf3-f649-4e29-9c2a-61731c02db57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063305Z:7f03cb0b-7acf-4c89-be99-898bc4d2437b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:00.5885158\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:54:45.9159048\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u00226b5b404b-bd83-408d-92ff-fd9ff41a0093\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ac7ae2bf19806e380d833c6daf6b5b74", + "x-ms-client-request-id": "d42e1a64f8342694f248f222af6f6ba3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2631", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:46 GMT", + "Date": "Mon, 25 Oct 2021 06:33:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19078,127 +40725,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac7ae2bf19806e380d833c6daf6b5b74", - "x-ms-correlation-request-id": "f79898db-657c-4c23-bfab-dcd9cde0e6c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3999,Microsoft.Compute/LowCostGet30Min;31949", - "x-ms-ratelimit-remaining-subscription-reads": "11516", - "x-ms-request-id": "804c27e3-b641-43ef-bf0a-536d76c384d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065446Z:f79898db-657c-4c23-bfab-dcd9cde0e6c7" + "x-ms-client-request-id": "d42e1a64f8342694f248f222af6f6ba3", + "x-ms-correlation-request-id": "d4bcf6d3-604f-4271-8ad0-29c60b7f0c74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;26863", + "x-ms-ratelimit-remaining-subscription-reads": "11469", + "x-ms-request-id": "2d46dcf5-80e6-404d-b1f9-5406c921c5f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063306Z:d4bcf6d3-604f-4271-8ad0-29c60b7f0c74" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVM-4642\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u00229064b5fe-cc5d-4b81-9cb3-3648ce0444f2\u0022,\r\n", - " \u0022hardwareProfile\u0022: {\r\n", - " \u0022vmSize\u0022: \u0022Standard_F2\u0022\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022,\r\n", - " \u0022exactVersion\u0022: \u002216.04.202109280\u0022\r\n", - " },\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-4642_OsDisk_1_677ec53b777d4b019e0c63d9b9ea26a4\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/disks/testVM-4642_OsDisk_1_677ec53b777d4b019e0c63d9b9ea26a4\u0022\r\n", - " },\r\n", - " \u0022deleteOption\u0022: \u0022Detach\u0022,\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022dataDisks\u0022: []\r\n", - " },\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerName\u0022: \u0022testVM-4642\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true,\r\n", - " \u0022patchSettings\u0022: {\r\n", - " \u0022patchMode\u0022: \u0022ImageDefault\u0022,\r\n", - " \u0022assessmentMode\u0022: \u0022ImageDefault\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642/deallocate?api-version=2021-03-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4b741199a93d3650dd75ed2ba2b7816b", + "x-ms-client-request-id": "ae4e070086c67bacf5890b882fb850b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:54:47 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:33:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b741199a93d3650dd75ed2ba2b7816b", - "x-ms-correlation-request-id": "20b07a7b-0f15-4be8-88fb-ae6353630280", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1189", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "d2015852-4424-42bb-985e-42d60b51fe57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065447Z:20b07a7b-0f15-4be8-88fb-ae6353630280" + "x-ms-client-request-id": "ae4e070086c67bacf5890b882fb850b3", + "x-ms-correlation-request-id": "07395898-01ac-4d71-8c83-6fd7862acd9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;26862", + "x-ms-ratelimit-remaining-subscription-reads": "11468", + "x-ms-request-id": "bc59f2f3-7dc9-45e9-b28d-6452af7c5384", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063306Z:07395898-01ac-4d71-8c83-6fd7862acd9f" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "345f4bcda84f16679143cf0a2c0dcb55", + "x-ms-client-request-id": "eb931199472b2a168df26f8ba6260700", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19207,41 +40800,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:47 GMT", + "Date": "Mon, 25 Oct 2021 06:33:06 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "36", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "345f4bcda84f16679143cf0a2c0dcb55", - "x-ms-correlation-request-id": "50b6c014-8c97-4089-9990-c348634e416b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;28933", - "x-ms-ratelimit-remaining-subscription-reads": "11515", - "x-ms-request-id": "dcbb78d4-2016-45c2-8158-bff6edf0ad56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065447Z:50b6c014-8c97-4089-9990-c348634e416b" + "x-ms-client-request-id": "eb931199472b2a168df26f8ba6260700", + "x-ms-correlation-request-id": "639c553e-b223-4164-96ce-f532a2434000", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;26861", + "x-ms-ratelimit-remaining-subscription-reads": "11467", + "x-ms-request-id": "f77359fd-2e90-4912-aa83-16f7b709e7c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063306Z:639c553e-b223-4164-96ce-f532a2434000" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "221ad0029d8ad4a657619261977b11d2", + "x-ms-client-request-id": "483676057768dde66eb2deabec0bf63a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19250,7 +40842,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:48 GMT", + "Date": "Mon, 25 Oct 2021 06:33:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19259,31 +40851,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "221ad0029d8ad4a657619261977b11d2", - "x-ms-correlation-request-id": "7e86a3c0-668c-480d-a411-84193eed581e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;28932", - "x-ms-ratelimit-remaining-subscription-reads": "11514", - "x-ms-request-id": "55f89a37-dca3-4ed7-9fa8-adf170419eea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065448Z:7e86a3c0-668c-480d-a411-84193eed581e" + "x-ms-client-request-id": "483676057768dde66eb2deabec0bf63a", + "x-ms-correlation-request-id": "a1cff1de-c78b-4a7a-96c9-aefee212f6dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;26860", + "x-ms-ratelimit-remaining-subscription-reads": "11466", + "x-ms-request-id": "9f9d57e3-e52c-4059-a614-d4568c670a47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063306Z:a1cff1de-c78b-4a7a-96c9-aefee212f6dc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "575d2e244d58aa1b25cb2c8af6aee6ab", + "x-ms-client-request-id": "9e893ef880dcb877f12421d41621d5ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19292,7 +40884,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:49 GMT", + "Date": "Mon, 25 Oct 2021 06:33:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19301,31 +40893,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "575d2e244d58aa1b25cb2c8af6aee6ab", - "x-ms-correlation-request-id": "dd991e1b-b7e9-4207-b668-52df696b6985", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;28931", - "x-ms-ratelimit-remaining-subscription-reads": "11513", - "x-ms-request-id": "a8f13af0-9f6c-495e-ad9e-a0da072c9779", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065449Z:dd991e1b-b7e9-4207-b668-52df696b6985" + "x-ms-client-request-id": "9e893ef880dcb877f12421d41621d5ce", + "x-ms-correlation-request-id": "233279d8-b47f-4ef1-834f-176ee349a7e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;26859", + "x-ms-ratelimit-remaining-subscription-reads": "11465", + "x-ms-request-id": "bcd5102b-3d90-4624-b40b-6eed19d503ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063307Z:233279d8-b47f-4ef1-834f-176ee349a7e0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "55d2bd0f2ef12f35a48bdcee16057f15", + "x-ms-client-request-id": "b9830b820881214b2ab57d78686b3d81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19334,7 +40926,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:51 GMT", + "Date": "Mon, 25 Oct 2021 06:33:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19343,31 +40935,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55d2bd0f2ef12f35a48bdcee16057f15", - "x-ms-correlation-request-id": "3afee4f6-140a-4ec6-b1e6-cd1d3390acfe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;28929", - "x-ms-ratelimit-remaining-subscription-reads": "11512", - "x-ms-request-id": "b1642ca6-f7bc-4261-a8a5-8c547aac2248", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065451Z:3afee4f6-140a-4ec6-b1e6-cd1d3390acfe" + "x-ms-client-request-id": "b9830b820881214b2ab57d78686b3d81", + "x-ms-correlation-request-id": "fca208d1-2fee-4d42-a069-cad1fa98347a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;26858", + "x-ms-ratelimit-remaining-subscription-reads": "11464", + "x-ms-request-id": "72615eea-65d5-4044-ba16-a14d18b5f30b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063307Z:fca208d1-2fee-4d42-a069-cad1fa98347a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fee6fc3274afb4fcb46ffdbe701cdea9", + "x-ms-client-request-id": "689235fc689d8523fe7d57445612c64d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19376,7 +40968,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:52 GMT", + "Date": "Mon, 25 Oct 2021 06:33:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19385,31 +40977,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fee6fc3274afb4fcb46ffdbe701cdea9", - "x-ms-correlation-request-id": "be091dce-3659-4132-91b4-7083fa97f43e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;28928", - "x-ms-ratelimit-remaining-subscription-reads": "11511", - "x-ms-request-id": "f7f79e4b-cbea-4c6c-a726-e28f63c0dac4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065452Z:be091dce-3659-4132-91b4-7083fa97f43e" + "x-ms-client-request-id": "689235fc689d8523fe7d57445612c64d", + "x-ms-correlation-request-id": "6b1f78e5-4e9b-44e6-94f1-12e2b4da3610", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;26857", + "x-ms-ratelimit-remaining-subscription-reads": "11463", + "x-ms-request-id": "d82bc77e-4096-412a-aa7d-4fcc1dff7ff5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063307Z:6b1f78e5-4e9b-44e6-94f1-12e2b4da3610" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d952e77bbba8f5e0f82db3cc712d941f", + "x-ms-client-request-id": "e0280fdd3c87efb8f367742602fe5085", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19418,7 +41010,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:53 GMT", + "Date": "Mon, 25 Oct 2021 06:33:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19427,31 +41019,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d952e77bbba8f5e0f82db3cc712d941f", - "x-ms-correlation-request-id": "9d715601-fa25-4bd5-bc62-8e3b7a523799", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;28927", - "x-ms-ratelimit-remaining-subscription-reads": "11510", - "x-ms-request-id": "2fabec70-c475-420b-b491-005e82ebcde3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065453Z:9d715601-fa25-4bd5-bc62-8e3b7a523799" + "x-ms-client-request-id": "e0280fdd3c87efb8f367742602fe5085", + "x-ms-correlation-request-id": "ebeaef5d-6f0f-45e7-b2f1-bbe44a183513", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;26856", + "x-ms-ratelimit-remaining-subscription-reads": "11462", + "x-ms-request-id": "8fe05c03-fe2b-46fb-9f0b-6399afb60316", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063307Z:ebeaef5d-6f0f-45e7-b2f1-bbe44a183513" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f957174ce8c89bfbc01da0813176bf88", + "x-ms-client-request-id": "e1d89fe66c8e1931e7febb03b107ca17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19460,7 +41052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:55 GMT", + "Date": "Mon, 25 Oct 2021 06:33:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19469,31 +41061,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f957174ce8c89bfbc01da0813176bf88", - "x-ms-correlation-request-id": "0650edbd-0592-41d5-9077-49bda7a13f70", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;28926", - "x-ms-ratelimit-remaining-subscription-reads": "11509", - "x-ms-request-id": "e9cd64fc-8cab-4c6e-92bd-461e849fbc3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065455Z:0650edbd-0592-41d5-9077-49bda7a13f70" + "x-ms-client-request-id": "e1d89fe66c8e1931e7febb03b107ca17", + "x-ms-correlation-request-id": "a96a3ee1-4ca5-40ca-892a-aa82df0c0a22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;26855", + "x-ms-ratelimit-remaining-subscription-reads": "11461", + "x-ms-request-id": "deaaf0cc-945b-49b9-9ba1-73d9e8a86173", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063308Z:a96a3ee1-4ca5-40ca-892a-aa82df0c0a22" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2e7232ada5b3766c1cf00581c0304387", + "x-ms-client-request-id": "589a30ee5d42bffa7ca37535f4fd82ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19502,7 +41094,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:56 GMT", + "Date": "Mon, 25 Oct 2021 06:33:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19511,31 +41103,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e7232ada5b3766c1cf00581c0304387", - "x-ms-correlation-request-id": "2de14695-fcae-4cca-a973-62d10251c2d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;28925", - "x-ms-ratelimit-remaining-subscription-reads": "11508", - "x-ms-request-id": "dedbe740-a12e-4a09-9751-de3c61c49f99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065456Z:2de14695-fcae-4cca-a973-62d10251c2d0" + "x-ms-client-request-id": "589a30ee5d42bffa7ca37535f4fd82ff", + "x-ms-correlation-request-id": "2b5128df-de01-4036-91bd-4ebba7d82fda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;26854", + "x-ms-ratelimit-remaining-subscription-reads": "11460", + "x-ms-request-id": "7c78b068-607a-42c9-b8b7-fa3310ca72b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063308Z:2b5128df-de01-4036-91bd-4ebba7d82fda" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5972dddbe4c492e1ebb6198b1b5fc382", + "x-ms-client-request-id": "b75dd12de53a71bede0ff88981b43eeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19544,7 +41136,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:57 GMT", + "Date": "Mon, 25 Oct 2021 06:33:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19553,31 +41145,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5972dddbe4c492e1ebb6198b1b5fc382", - "x-ms-correlation-request-id": "cce5700c-9b90-4d27-9339-c6143bed0940", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;28924", - "x-ms-ratelimit-remaining-subscription-reads": "11507", - "x-ms-request-id": "0991da8b-fe5f-44ee-9020-f9a3a0ba7013", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065457Z:cce5700c-9b90-4d27-9339-c6143bed0940" + "x-ms-client-request-id": "b75dd12de53a71bede0ff88981b43eeb", + "x-ms-correlation-request-id": "2f2f3e1d-76e5-41d5-a0f5-8e80849a130c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;26853", + "x-ms-ratelimit-remaining-subscription-reads": "11459", + "x-ms-request-id": "dce53380-c132-43e2-8b38-4ba6857a3737", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063308Z:2f2f3e1d-76e5-41d5-a0f5-8e80849a130c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3e1f2a6e66baa76caae0ddd7e27ada90", + "x-ms-client-request-id": "d2375c9cf7648842a51964eaf7fb25ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19586,7 +41178,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:54:58 GMT", + "Date": "Mon, 25 Oct 2021 06:33:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19595,31 +41187,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e1f2a6e66baa76caae0ddd7e27ada90", - "x-ms-correlation-request-id": "e7c3bdc8-6475-43cb-a6f5-358527fcd29b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;28923", - "x-ms-ratelimit-remaining-subscription-reads": "11506", - "x-ms-request-id": "4ae2e56d-532f-4463-9566-cf9483774cca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065458Z:e7c3bdc8-6475-43cb-a6f5-358527fcd29b" + "x-ms-client-request-id": "d2375c9cf7648842a51964eaf7fb25ea", + "x-ms-correlation-request-id": "8381bc2a-a9b8-4077-81d5-41ba724e1b15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;26852", + "x-ms-ratelimit-remaining-subscription-reads": "11458", + "x-ms-request-id": "6dbd9d2d-8311-45c4-9e5e-0cc7a4236134", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063308Z:8381bc2a-a9b8-4077-81d5-41ba724e1b15" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "54a619da6503c8c351e042fd8be15bbc", + "x-ms-client-request-id": "dfd6bc7c13a909dd7129793364703dc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19628,7 +41220,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:00 GMT", + "Date": "Mon, 25 Oct 2021 06:33:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19637,31 +41229,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54a619da6503c8c351e042fd8be15bbc", - "x-ms-correlation-request-id": "f4b26852-8001-4b70-988f-a22047b0b261", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29175", - "x-ms-ratelimit-remaining-subscription-reads": "11505", - "x-ms-request-id": "7c73d068-2f0f-4d03-8ec3-d2398b9281ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065500Z:f4b26852-8001-4b70-988f-a22047b0b261" + "x-ms-client-request-id": "dfd6bc7c13a909dd7129793364703dc7", + "x-ms-correlation-request-id": "fc7f197f-b72e-4f1d-b5c7-31abd798deba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;26851", + "x-ms-ratelimit-remaining-subscription-reads": "11457", + "x-ms-request-id": "8ba68a9d-7122-423e-a051-76f12351caed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063309Z:fc7f197f-b72e-4f1d-b5c7-31abd798deba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9612822d051075cc71cbafe4070aaf71", + "x-ms-client-request-id": "98988964afc5359b8ed4122080d479e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19670,7 +41262,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:01 GMT", + "Date": "Mon, 25 Oct 2021 06:33:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19679,31 +41271,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9612822d051075cc71cbafe4070aaf71", - "x-ms-correlation-request-id": "2fb304dc-47d0-4fe5-8d36-b04cdc0c4167", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14951,Microsoft.Compute/GetOperation30Min;29173", - "x-ms-ratelimit-remaining-subscription-reads": "11504", - "x-ms-request-id": "4dbf8a42-11f9-466d-9e16-68a0370045e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065501Z:2fb304dc-47d0-4fe5-8d36-b04cdc0c4167" + "x-ms-client-request-id": "98988964afc5359b8ed4122080d479e3", + "x-ms-correlation-request-id": "9654b54e-c76d-44fc-8957-8f663beeef05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;26850", + "x-ms-ratelimit-remaining-subscription-reads": "11456", + "x-ms-request-id": "eb43a016-f6a1-436f-bc75-3d72e4180250", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063309Z:9654b54e-c76d-44fc-8957-8f663beeef05" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02b089db6fb9097e6756edda236e1bc8", + "x-ms-client-request-id": "c50d0eea5ede89417e2e613a7d0f2434", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19712,7 +41304,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:02 GMT", + "Date": "Mon, 25 Oct 2021 06:33:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19721,31 +41313,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02b089db6fb9097e6756edda236e1bc8", - "x-ms-correlation-request-id": "acac5bc1-c08b-421d-9d80-22c37330a9ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29172", - "x-ms-ratelimit-remaining-subscription-reads": "11503", - "x-ms-request-id": "9b1382b3-1e90-43ea-9ffc-64d7a510a279", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065502Z:acac5bc1-c08b-421d-9d80-22c37330a9ae" + "x-ms-client-request-id": "c50d0eea5ede89417e2e613a7d0f2434", + "x-ms-correlation-request-id": "dd31c5a8-a96e-49fb-bce9-ef4423c80467", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;26849", + "x-ms-ratelimit-remaining-subscription-reads": "11455", + "x-ms-request-id": "7555f1a2-87a8-46cc-9d84-635b5eb95833", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063309Z:dd31c5a8-a96e-49fb-bce9-ef4423c80467" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5faa20854468d47f4d31e338b5dfc046", + "x-ms-client-request-id": "6d869cdb8c62cc2520a051d400bd899d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19754,7 +41346,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:04 GMT", + "Date": "Mon, 25 Oct 2021 06:33:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19763,31 +41355,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5faa20854468d47f4d31e338b5dfc046", - "x-ms-correlation-request-id": "b8d3d757-5bd6-429a-9b1b-73ce67babbcb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29171", - "x-ms-ratelimit-remaining-subscription-reads": "11502", - "x-ms-request-id": "f08fa0d6-fc6a-4520-8c5c-11e81daab7d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065504Z:b8d3d757-5bd6-429a-9b1b-73ce67babbcb" + "x-ms-client-request-id": "6d869cdb8c62cc2520a051d400bd899d", + "x-ms-correlation-request-id": "689335b7-fbaf-4bb3-89f6-560d7041737a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;26848", + "x-ms-ratelimit-remaining-subscription-reads": "11454", + "x-ms-request-id": "612a25e9-b0fb-41be-b75d-dcc8ab094e33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063309Z:689335b7-fbaf-4bb3-89f6-560d7041737a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0221d1305830bd0304082eb918f15102", + "x-ms-client-request-id": "564996b0786306e9470f1a974e61b87f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19796,7 +41388,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:05 GMT", + "Date": "Mon, 25 Oct 2021 06:33:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19805,31 +41397,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0221d1305830bd0304082eb918f15102", - "x-ms-correlation-request-id": "39670c57-16b9-4c3f-bc46-392e108c3dbb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29169", - "x-ms-ratelimit-remaining-subscription-reads": "11501", - "x-ms-request-id": "80178498-3307-4f62-b9e7-ce1831c2521f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065505Z:39670c57-16b9-4c3f-bc46-392e108c3dbb" + "x-ms-client-request-id": "564996b0786306e9470f1a974e61b87f", + "x-ms-correlation-request-id": "3ece2250-453b-4320-97d5-aadf50f1dc44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;26847", + "x-ms-ratelimit-remaining-subscription-reads": "11453", + "x-ms-request-id": "78ac1b3d-faf6-4ec9-bbb0-dd1419525b52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063310Z:3ece2250-453b-4320-97d5-aadf50f1dc44" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e75ee6b04f60970909dcb5878c455388", + "x-ms-client-request-id": "e345deb00b4d5d80e940a43e0c6d88c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19838,7 +41430,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:06 GMT", + "Date": "Mon, 25 Oct 2021 06:33:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19847,31 +41439,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e75ee6b04f60970909dcb5878c455388", - "x-ms-correlation-request-id": "89e22575-d741-44b2-80e8-ece4d249ec58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;29168", - "x-ms-ratelimit-remaining-subscription-reads": "11500", - "x-ms-request-id": "560c2138-4de0-4601-8afc-34cb8b3a19a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065506Z:89e22575-d741-44b2-80e8-ece4d249ec58" + "x-ms-client-request-id": "e345deb00b4d5d80e940a43e0c6d88c1", + "x-ms-correlation-request-id": "3c254339-8bd9-484e-8e97-07a199876585", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;26846", + "x-ms-ratelimit-remaining-subscription-reads": "11452", + "x-ms-request-id": "41369574-0a13-408d-ba02-771edc4d623a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063310Z:3c254339-8bd9-484e-8e97-07a199876585" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "52aaa695184d2c981cec5b5f16c5bc5b", + "x-ms-client-request-id": "e689c4a4cdc562d0b3802652718d7ebf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19880,7 +41472,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:07 GMT", + "Date": "Mon, 25 Oct 2021 06:33:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19889,31 +41481,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52aaa695184d2c981cec5b5f16c5bc5b", - "x-ms-correlation-request-id": "affbdde7-7340-4fbc-a938-0a4970798425", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;29167", - "x-ms-ratelimit-remaining-subscription-reads": "11499", - "x-ms-request-id": "4bf04bbd-f798-4186-9a7a-34d58aefee27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065508Z:affbdde7-7340-4fbc-a938-0a4970798425" + "x-ms-client-request-id": "e689c4a4cdc562d0b3802652718d7ebf", + "x-ms-correlation-request-id": "31ba53f9-feb4-44fc-94b8-e830828ae05f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;26845", + "x-ms-ratelimit-remaining-subscription-reads": "11451", + "x-ms-request-id": "9b21ffb3-d99b-4ceb-bf4c-1235f287cf1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063310Z:31ba53f9-feb4-44fc-94b8-e830828ae05f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf88e0dfd980e0e6c78af854a37b31be", + "x-ms-client-request-id": "2224d2e8a677a44f15eb6d23d4abf9da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19922,7 +41514,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:09 GMT", + "Date": "Mon, 25 Oct 2021 06:33:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19931,31 +41523,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf88e0dfd980e0e6c78af854a37b31be", - "x-ms-correlation-request-id": "8083e554-11b1-44d0-97da-87016361773f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;29166", - "x-ms-ratelimit-remaining-subscription-reads": "11498", - "x-ms-request-id": "2dcc0491-3b38-4131-91af-0179b61d53a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065509Z:8083e554-11b1-44d0-97da-87016361773f" + "x-ms-client-request-id": "2224d2e8a677a44f15eb6d23d4abf9da", + "x-ms-correlation-request-id": "a8804350-64b5-4c26-8533-e431c8fbcf7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;26844", + "x-ms-ratelimit-remaining-subscription-reads": "11450", + "x-ms-request-id": "b0c697a0-a0a6-4ddb-8493-769afcdcb579", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063311Z:a8804350-64b5-4c26-8533-e431c8fbcf7b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7124a6b4fe4797b44e31cb74f4a98144", + "x-ms-client-request-id": "8af25986d1d7e2b90de22fcde52deb5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19964,7 +41556,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:10 GMT", + "Date": "Mon, 25 Oct 2021 06:33:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -19973,31 +41565,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7124a6b4fe4797b44e31cb74f4a98144", - "x-ms-correlation-request-id": "82349d68-7651-4928-8d10-acfc9acd0a90", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29165", - "x-ms-ratelimit-remaining-subscription-reads": "11497", - "x-ms-request-id": "dbf95787-01de-4e2c-aa75-fb812be0a7e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065510Z:82349d68-7651-4928-8d10-acfc9acd0a90" + "x-ms-client-request-id": "8af25986d1d7e2b90de22fcde52deb5b", + "x-ms-correlation-request-id": "b059ae07-28b9-4820-bcd3-e518138a4bba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;26843", + "x-ms-ratelimit-remaining-subscription-reads": "11449", + "x-ms-request-id": "76099648-23cb-45d3-8613-9069f40724f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063311Z:b059ae07-28b9-4820-bcd3-e518138a4bba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aba85a1f84bdbc07c0c98ac31f4389a0", + "x-ms-client-request-id": "3a56e4c26548fe4974e4d1d960ad8e08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20006,7 +41598,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:11 GMT", + "Date": "Mon, 25 Oct 2021 06:33:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20015,31 +41607,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aba85a1f84bdbc07c0c98ac31f4389a0", - "x-ms-correlation-request-id": "01353f72-eb24-4645-a499-3794ecb6c181", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29164", - "x-ms-ratelimit-remaining-subscription-reads": "11496", - "x-ms-request-id": "d0f9556d-61a7-4fba-b20c-32b5ce246084", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065511Z:01353f72-eb24-4645-a499-3794ecb6c181" + "x-ms-client-request-id": "3a56e4c26548fe4974e4d1d960ad8e08", + "x-ms-correlation-request-id": "eb7918c8-2f2b-40a4-b9b0-3447c2e561e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;26842", + "x-ms-ratelimit-remaining-subscription-reads": "11448", + "x-ms-request-id": "52678a11-ba00-4825-8026-2c8d04411d36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063311Z:eb7918c8-2f2b-40a4-b9b0-3447c2e561e1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6faa9cba4ba1e1132bf0804e0e72eb1d", + "x-ms-client-request-id": "18cc4b86f39b16e8194114947681bfe7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20048,7 +41640,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:13 GMT", + "Date": "Mon, 25 Oct 2021 06:33:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20057,31 +41649,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6faa9cba4ba1e1132bf0804e0e72eb1d", - "x-ms-correlation-request-id": "766206bb-5be5-4fd2-9330-6a5edd8d3071", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14941,Microsoft.Compute/GetOperation30Min;29163", - "x-ms-ratelimit-remaining-subscription-reads": "11495", - "x-ms-request-id": "e9a38ac7-4560-48e2-990e-a45e5bb65529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065513Z:766206bb-5be5-4fd2-9330-6a5edd8d3071" + "x-ms-client-request-id": "18cc4b86f39b16e8194114947681bfe7", + "x-ms-correlation-request-id": "b215c5ba-12c4-4bca-a81a-d1fa0c070931", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;26841", + "x-ms-ratelimit-remaining-subscription-reads": "11447", + "x-ms-request-id": "e3b92390-337b-4a61-a3a0-c8588aa439e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063312Z:b215c5ba-12c4-4bca-a81a-d1fa0c070931" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4935b40985d330019e67b17d73f1770a", + "x-ms-client-request-id": "ef601100be55209110f315f200df8260", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20090,7 +41682,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:14 GMT", + "Date": "Mon, 25 Oct 2021 06:33:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20099,31 +41691,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4935b40985d330019e67b17d73f1770a", - "x-ms-correlation-request-id": "04e1ded6-9fa2-40b1-a34d-6a7a21a1d6e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;29162", - "x-ms-ratelimit-remaining-subscription-reads": "11494", - "x-ms-request-id": "1dc5752c-a6a7-4a18-b1a1-5c2f28453f3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065514Z:04e1ded6-9fa2-40b1-a34d-6a7a21a1d6e1" + "x-ms-client-request-id": "ef601100be55209110f315f200df8260", + "x-ms-correlation-request-id": "3e5edc66-8dc5-40a0-bb25-e1c136688198", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;26840", + "x-ms-ratelimit-remaining-subscription-reads": "11446", + "x-ms-request-id": "0d2ebf49-869f-4a90-ac9a-1dcc98fe7c4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063312Z:3e5edc66-8dc5-40a0-bb25-e1c136688198" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "57b92aa811ffd4a246c67fcc03b9ae4d", + "x-ms-client-request-id": "99472754d361cec0fb3f210651b487f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20132,7 +41724,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:15 GMT", + "Date": "Mon, 25 Oct 2021 06:33:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20141,31 +41733,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57b92aa811ffd4a246c67fcc03b9ae4d", - "x-ms-correlation-request-id": "ddb69468-8931-463d-b273-774115cdb565", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14939,Microsoft.Compute/GetOperation30Min;29161", - "x-ms-ratelimit-remaining-subscription-reads": "11493", - "x-ms-request-id": "7f70250d-33fa-4043-a25c-18c42e41b91d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065515Z:ddb69468-8931-463d-b273-774115cdb565" + "x-ms-client-request-id": "99472754d361cec0fb3f210651b487f3", + "x-ms-correlation-request-id": "55731853-63fc-42ed-ad8f-74a461d9fea9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;26839", + "x-ms-ratelimit-remaining-subscription-reads": "11445", + "x-ms-request-id": "528ac3b4-31c6-4523-83e0-fe646192a089", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063312Z:55731853-63fc-42ed-ad8f-74a461d9fea9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6bba6cdd3f0e35cc9b79d13a9a956d3a", + "x-ms-client-request-id": "4ed9e9249f4dc7b2baab08a7def51639", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20174,7 +41766,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:16 GMT", + "Date": "Mon, 25 Oct 2021 06:33:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20183,32 +41775,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bba6cdd3f0e35cc9b79d13a9a956d3a", - "x-ms-correlation-request-id": "e634dc5a-05aa-4470-a448-72b1b3262f4e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14937,Microsoft.Compute/GetOperation30Min;29159", - "x-ms-ratelimit-remaining-subscription-reads": "11492", - "x-ms-request-id": "66280eec-ef36-4eae-a6e8-b1c5440a9520", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065517Z:e634dc5a-05aa-4470-a448-72b1b3262f4e" + "x-ms-client-request-id": "4ed9e9249f4dc7b2baab08a7def51639", + "x-ms-correlation-request-id": "13ad43f3-9bc4-4be9-9bd2-8efc7fc9c75d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;26838", + "x-ms-ratelimit-remaining-subscription-reads": "11444", + "x-ms-request-id": "020eb237-e3b4-404f-8e21-472c98989cee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063312Z:13ad43f3-9bc4-4be9-9bd2-8efc7fc9c75d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-13T06:54:46.9471727\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-13T06:55:16.1186925\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:32:18.0001388\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:33:12.4688488\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022d2015852-4424-42bb-985e-42d60b51fe57\u0022\r\n", + " \u0022name\u0022: \u00228a02fe3e-855c-437e-b96d-75053d8cb53a\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/d2015852-4424-42bb-985e-42d60b51fe57?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/8a02fe3e-855c-437e-b96d-75053d8cb53a?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e3a6757994b9f71e1261020c05342ce4", + "x-ms-client-request-id": "4e40b4bf263a2c865191f3169d8acf5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -20216,7 +41808,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 13 Oct 2021 06:55:17 GMT", + "Date": "Mon, 25 Oct 2021 06:33:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20225,17 +41817,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3a6757994b9f71e1261020c05342ce4", - "x-ms-correlation-request-id": "96bbc885-3e4f-47ea-8a6b-fef8453b3cbf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14936,Microsoft.Compute/GetOperation30Min;29158", - "x-ms-ratelimit-remaining-subscription-reads": "11491", - "x-ms-request-id": "f8213413-6aec-41fa-af68-0ebfce5becd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065517Z:96bbc885-3e4f-47ea-8a6b-fef8453b3cbf" + "x-ms-client-request-id": "4e40b4bf263a2c865191f3169d8acf5b", + "x-ms-correlation-request-id": "6c112eb3-7c8e-4d9c-b2f8-c91ffaee024a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;26837", + "x-ms-ratelimit-remaining-subscription-reads": "11443", + "x-ms-request-id": "a456db76-27a4-464e-890d-b7041afce026", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063313Z:6c112eb3-7c8e-4d9c-b2f8-c91ffaee024a" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -20243,10 +41835,10 @@ "Content-Length": "59", "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211013.1", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "079f63b80c3768fc5d83bc853f683ab0", + "x-ms-client-request-id": "17cd226c3305b513747fdeb6cb18f006", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -20259,11 +41851,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/6dd7cce3-0617-418b-8b53-e2d097ec3287?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/ef7976a7-3a79-4c6a-83ae-19890275fe5f?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "2554", + "Content-Length": "2432", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:19 GMT", + "Date": "Mon, 25 Oct 2021 06:33:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20272,25 +41864,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "079f63b80c3768fc5d83bc853f683ab0", - "x-ms-correlation-request-id": "e121b190-8a79-4d00-ae1a-ad7a4812c80c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1190", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "6dd7cce3-0617-418b-8b53-e2d097ec3287", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065519Z:e121b190-8a79-4d00-ae1a-ad7a4812c80c" + "x-ms-client-request-id": "17cd226c3305b513747fdeb6cb18f006", + "x-ms-correlation-request-id": "b581c732-0415-476f-bf71-9fd544341e31", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1191", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "ef7976a7-3a79-4c6a-83ae-19890275fe5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063315Z:b581c732-0415-476f-bf71-9fd544341e31" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVM-4642\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u00229064b5fe-cc5d-4b81-9cb3-3648ce0444f2\u0022,\r\n", + " \u0022vmId\u0022: \u00229ac3634a-a06f-40b3-8748-baa550e24764\u0022,\r\n", " \u0022hardwareProfile\u0022: {\r\n", " \u0022vmSize\u0022: \u0022Standard_F1\u0022\r\n", " },\r\n", @@ -20304,11 +41893,11 @@ " },\r\n", " \u0022osDisk\u0022: {\r\n", " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-4642_OsDisk_1_677ec53b777d4b019e0c63d9b9ea26a4\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-4642_OsDisk_1_ec0363ea192d445fb9c9b8819a9ef575\u0022,\r\n", " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", " \u0022managedDisk\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/disks/testVM-4642_OsDisk_1_677ec53b777d4b019e0c63d9b9ea26a4\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/disks/testVM-4642_OsDisk_1_ec0363ea192d445fb9c9b8819a9ef575\u0022\r\n", " },\r\n", " \u0022deleteOption\u0022: \u0022Detach\u0022\r\n", " },\r\n", @@ -20337,31 +41926,31 @@ " \u0022allowExtensionOperations\u0022: true,\r\n", " \u0022requireGuestProvisionSignal\u0022: true\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022\r\n", " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.3", - "(.NET 5.0.10; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3681ed4d65f66c02793d8535d798b8a9", + "x-ms-client-request-id": "bb3bacdbff288b33a18bd9bb47cf6038", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2555", + "Content-Length": "2433", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Oct 2021 06:55:20 GMT", + "Date": "Mon, 25 Oct 2021 06:33:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -20370,25 +41959,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3681ed4d65f66c02793d8535d798b8a9", - "x-ms-correlation-request-id": "71f6a42f-7c4c-4f1c-a1f6-bb5af3582175", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31961", - "x-ms-ratelimit-remaining-subscription-reads": "11490", - "x-ms-request-id": "487e4ca8-48a1-47e6-82b6-23b015390a64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T065521Z:71f6a42f-7c4c-4f1c-a1f6-bb5af3582175" + "x-ms-client-request-id": "bb3bacdbff288b33a18bd9bb47cf6038", + "x-ms-correlation-request-id": "33aa94cf-20dc-43a9-9122-5161b460c5b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31971", + "x-ms-ratelimit-remaining-subscription-reads": "11442", + "x-ms-request-id": "18ff6b77-c458-412c-8c6d-1884b3cef1b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063315Z:33aa94cf-20dc-43a9-9122-5161b460c5b7" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVM-4642\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/virtualMachines/testVM-4642\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachines\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022properties\u0022: {\r\n", - " \u0022vmId\u0022: \u00229064b5fe-cc5d-4b81-9cb3-3648ce0444f2\u0022,\r\n", + " \u0022vmId\u0022: \u00229ac3634a-a06f-40b3-8748-baa550e24764\u0022,\r\n", " \u0022hardwareProfile\u0022: {\r\n", " \u0022vmSize\u0022: \u0022Standard_F1\u0022\r\n", " },\r\n", @@ -20402,11 +41988,11 @@ " },\r\n", " \u0022osDisk\u0022: {\r\n", " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022name\u0022: \u0022testVM-4642_OsDisk_1_677ec53b777d4b019e0c63d9b9ea26a4\u0022,\r\n", + " \u0022name\u0022: \u0022testVM-4642_OsDisk_1_ec0363ea192d445fb9c9b8819a9ef575\u0022,\r\n", " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", " \u0022managedDisk\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Compute/disks/testVM-4642_OsDisk_1_677ec53b777d4b019e0c63d9b9ea26a4\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Compute/disks/testVM-4642_OsDisk_1_ec0363ea192d445fb9c9b8819a9ef575\u0022\r\n", " },\r\n", " \u0022deleteOption\u0022: \u0022Detach\u0022\r\n", " },\r\n", @@ -20435,7 +42021,7 @@ " \u0022allowExtensionOperations\u0022: true,\r\n", " \u0022requireGuestProvisionSignal\u0022: true\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-2808\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaces\u0022:[{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-3253/providers/Microsoft.Network/networkInterfaces/testNic-602\u0022,\u0022properties\u0022:{\u0022primary\u0022:true}}]},\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", " }\r\n", "}" @@ -20444,7 +42030,7 @@ ], "Variables": { "RandomSeed": "1541803274", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CheckIfExists().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CheckIfExists().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CheckIfExists().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CheckIfExists()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CheckIfExists()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CheckIfExists()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CreateOrUpdate().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CreateOrUpdate().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CreateOrUpdate().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CreateOrUpdate()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/CreateOrUpdate()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/Get().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/Get().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/Get().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/Get()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/Get()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/Get()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAll().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAll().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAll().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAll().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAll()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAll()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAll()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAll()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAllInSubscription().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAllInSubscription().json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAllInSubscription().json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAllInSubscription().json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAllInSubscription()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAllInSubscription()Async.json similarity index 100% rename from sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetContainerTests/GetAllInSubscription()Async.json rename to sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetCollectionTests/GetAllInSubscription()Async.json diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete().json index d4e7d9a6f2f23..e1c6a50ca7613 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete().json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete().json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-f8456b997ca4d94f83239c06c7cccf6f-ae7c90261df16748-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "7fc02220dd49a4c4146557ae72d51592", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:33:45 GMT", + "Date": "Mon, 25 Oct 2021 06:33:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b2a3458-3faf-4323-b9ff-340c0aba028f", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "3b2a3458-3faf-4323-b9ff-340c0aba028f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033345Z:3b2a3458-3faf-4323-b9ff-340c0aba028f" + "x-ms-correlation-request-id": "c1723a4e-fa0e-4722-b30b-c7c9d91a2467", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c1723a4e-fa0e-4722-b30b-c7c9d91a2467", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063348Z:c1723a4e-fa0e-4722-b30b-c7c9d91a2467" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-2668?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-2668?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-949488ce3e71514497b32b45e44bd8f3-2e14daf66b0e5342-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "3edfa25bfbe26f44ff5341a4871b7429", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:33:47 GMT", + "Date": "Mon, 25 Oct 2021 06:33:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cb83532-1140-4c78-a68e-54c89e296a51", + "x-ms-correlation-request-id": "818fc9cc-a561-4662-a219-89fecaf0434e", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0cb83532-1140-4c78-a68e-54c89e296a51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033347Z:0cb83532-1140-4c78-a68e-54c89e296a51" + "x-ms-request-id": "818fc9cc-a561-4662-a219-89fecaf0434e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063350Z:818fc9cc-a561-4662-a219-89fecaf0434e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668", "name": "testRG-2668", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4cb8c41571e7404994edcceb1f085ee9-c19c677f03eaa54a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "bd968417d15033ef9994b031f025950a", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:33:48 GMT", + "Date": "Mon, 25 Oct 2021 06:33:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37871faf-cccb-4394-96f5-d851508a2dae", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "37871faf-cccb-4394-96f5-d851508a2dae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033348Z:37871faf-cccb-4394-96f5-d851508a2dae" + "x-ms-correlation-request-id": "0b828f45-db1b-4599-9280-0633bff1894c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0b828f45-db1b-4599-9280-0633bff1894c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063352Z:0b828f45-db1b-4599-9280-0633bff1894c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,168 +8618,8146 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-4cb8c41571e7404994edcceb1f085ee9-8a938d62f198234b-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "e1eb7750c53fda3bdd70636fdd3b3949", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-4365", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1fd5b70a-0dd8-413d-8abf-0df202cb0a5d?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:33:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a099019f-1bb8-4768-92b9-44b51bd842dc", - "x-ms-client-request-id": "e1eb7750c53fda3bdd70636fdd3b3949", - "x-ms-correlation-request-id": "0302167b-ef95-44c6-a197-f1b638f48fe8", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "1fd5b70a-0dd8-413d-8abf-0df202cb0a5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033355Z:0302167b-ef95-44c6-a197-f1b638f48fe8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-2068\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002253724329-5b42-4ed0-aec9-0d08409f3b17\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022edf923f3-42ca-4296-aad4-90671e813ae5\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-4365\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002253724329-5b42-4ed0-aec9-0d08409f3b17\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1eb7750c53fda3bdd70636fdd3b3949", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-4365", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/de32b534-7e59-4180-8cfa-8e446832faa3?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:33:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "874bfb5f-30a9-448f-8798-ce987d68e53b", + "x-ms-client-request-id": "e1eb7750c53fda3bdd70636fdd3b3949", + "x-ms-correlation-request-id": "db71613d-34a2-4f67-bd8f-b57596a448ef", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "de32b534-7e59-4180-8cfa-8e446832faa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063359Z:db71613d-34a2-4f67-bd8f-b57596a448ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-2068\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022652b272e-79c1-4675-83f0-4ed9212002b8\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b30ce1eb-f45d-427c-b1d2-3dc58394cfe6\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-4365\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022652b272e-79c1-4675-83f0-4ed9212002b8\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/de32b534-7e59-4180-8cfa-8e446832faa3?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fccb7d0e483d521149bbe0e06e7f565d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:33:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "958f2ba5-31dc-4dad-be53-8f9b1f7d7b77", + "x-ms-client-request-id": "fccb7d0e483d521149bbe0e06e7f565d", + "x-ms-correlation-request-id": "680c16de-2be9-4758-af33-6889c1d5c5b5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c856ed63-513b-4558-b6a1-bcbb07419e58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063359Z:680c16de-2be9-4758-af33-6889c1d5c5b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/de32b534-7e59-4180-8cfa-8e446832faa3?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c85675b64abb1fb25de9191638b1c0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b03bceeb-0547-4b51-ba9c-2c63336f73cf", + "x-ms-client-request-id": "2c85675b64abb1fb25de9191638b1c0e", + "x-ms-correlation-request-id": "b4e7feea-048b-4d89-94a7-6bea34da0b64", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f6af7ffc-6847-4150-9802-277af7024a1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063400Z:b4e7feea-048b-4d89-94a7-6bea34da0b64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6060470d3c70630cb227e753bd719fd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:00 GMT", + "ETag": "W/\u0022c73174d2-7590-4c13-97fd-e74c5435169e\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7601fc32-0689-4dde-ab6a-978cf2870337", + "x-ms-client-request-id": "6060470d3c70630cb227e753bd719fd0", + "x-ms-correlation-request-id": "003ddaa9-8966-4d13-8d18-9e500e763fc7", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "1c362cf6-f5ab-4179-b469-6114132b1c80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063400Z:003ddaa9-8966-4d13-8d18-9e500e763fc7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-2068\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c73174d2-7590-4c13-97fd-e74c5435169e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b30ce1eb-f45d-427c-b1d2-3dc58394cfe6\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-4365\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c73174d2-7590-4c13-97fd-e74c5435169e\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1388", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "575404583648aa6f8219d75fb680efbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-3315", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2627", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "575404583648aa6f8219d75fb680efbe", + "x-ms-correlation-request-id": "33732206-9d94-4169-a22e-3b180d078c88", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-charge": "4", + "x-ms-request-id": "871b1995-ecf1-49c2-abc3-7d46556d0213", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063405Z:33732206-9d94-4169-a22e-3b180d078c88" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-3315\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-3315\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u002277d576af-819b-4b94-891d-523f8c3c885b\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f38c03ec537d7c6d7b5de5665adad32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f38c03ec537d7c6d7b5de5665adad32", + "x-ms-correlation-request-id": "747dd9ce-8eda-4089-91bc-576bdbf603b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;26833", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c6848235-18a8-4df7-9f87-69e455b744dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063405Z:747dd9ce-8eda-4089-91bc-576bdbf603b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecb42937789f63b11635fc26bceb2ed9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecb42937789f63b11635fc26bceb2ed9", + "x-ms-correlation-request-id": "34d368fb-3b17-4554-8a0f-d868731dcde1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;26832", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3d8488d1-8ef1-4b5b-acc3-25c83c954e8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063406Z:34d368fb-3b17-4554-8a0f-d868731dcde1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f52023259048d9860bfa4e691796b8ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f52023259048d9860bfa4e691796b8ad", + "x-ms-correlation-request-id": "9df8108a-61f4-4040-9950-c4d0efdd840d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;26831", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5c7fd1ed-2dbe-4048-8deb-94e5dca23713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063406Z:9df8108a-61f4-4040-9950-c4d0efdd840d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "534c467407f3c6140fd54801c89f1aec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "534c467407f3c6140fd54801c89f1aec", + "x-ms-correlation-request-id": "7c5afa8e-fdbb-411b-8fb6-4180e6c80d75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;26830", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b3396c7b-c7a1-4126-925a-b190444d508a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063406Z:7c5afa8e-fdbb-411b-8fb6-4180e6c80d75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42310487b78da7eaa2dae0a429484b80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42310487b78da7eaa2dae0a429484b80", + "x-ms-correlation-request-id": "b430e570-7d0d-42ef-9e84-ee699352d9f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;26829", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "224c6e77-6fe0-4b19-a96b-610505b0f651", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063406Z:b430e570-7d0d-42ef-9e84-ee699352d9f2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76b14f7cda9f1de50e59e6724785106c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76b14f7cda9f1de50e59e6724785106c", + "x-ms-correlation-request-id": "f44baf81-eee7-49de-b54c-72ae57c17505", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;26828", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8dc9243c-fa95-4cd3-bee4-e9cc1c1f3b2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063407Z:f44baf81-eee7-49de-b54c-72ae57c17505" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13e162df7665bd1f5ca4b019276f9cc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13e162df7665bd1f5ca4b019276f9cc7", + "x-ms-correlation-request-id": "a7be6712-7da8-4b48-9e1e-4a2aae464b13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;26827", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a479fe11-7e01-4972-9e19-0c5e56e584c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063407Z:a7be6712-7da8-4b48-9e1e-4a2aae464b13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7984c889a4edac4c1e133333d0775f1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7984c889a4edac4c1e133333d0775f1d", + "x-ms-correlation-request-id": "0d34f96f-f485-4a1c-bcc5-b5ce2479ec69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;26826", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ffd7b1bf-6758-492f-aae9-be672c5502ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063407Z:0d34f96f-f485-4a1c-bcc5-b5ce2479ec69" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c6c474ca3866061a2ff419fb29ccf69f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6c474ca3866061a2ff419fb29ccf69f", + "x-ms-correlation-request-id": "6b705994-2af5-42bc-8a4a-98f95011ea9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;26825", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d1439255-201b-40d3-80b8-b1911a415109", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063407Z:6b705994-2af5-42bc-8a4a-98f95011ea9a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7fe91ebc97003b7e1634f55142ecede5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fe91ebc97003b7e1634f55142ecede5", + "x-ms-correlation-request-id": "1869b13e-bf7a-4d80-9aa3-05046c5fe16b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;26824", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "cf15354a-4a9d-451b-9d34-8ac2c164dc2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063408Z:1869b13e-bf7a-4d80-9aa3-05046c5fe16b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b24f9344d5aa5160ad7e49f98a508351", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b24f9344d5aa5160ad7e49f98a508351", + "x-ms-correlation-request-id": "d55eab94-cf6a-4fae-bd07-437a16474b94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;26823", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "aecb1049-3a7f-4cdb-8f62-1a517ca2a8fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063408Z:d55eab94-cf6a-4fae-bd07-437a16474b94" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b176941de08d331cf689b03143c9c443", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b176941de08d331cf689b03143c9c443", + "x-ms-correlation-request-id": "0762e1ff-22f6-40fe-98d6-3393f482ea01", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;26822", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "22fc5e84-bc4c-486c-85ff-7e5e40fcbf19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063408Z:0762e1ff-22f6-40fe-98d6-3393f482ea01" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96b73407447de6f4bd98d2824d85b0c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96b73407447de6f4bd98d2824d85b0c5", + "x-ms-correlation-request-id": "52bdb502-78ac-459d-9b7e-08c4d58be70a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;26821", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "2ac6908c-a6bf-46da-acfe-62e7e12ff649", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063408Z:52bdb502-78ac-459d-9b7e-08c4d58be70a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad34a3b13b756457771cbc21252f0de3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad34a3b13b756457771cbc21252f0de3", + "x-ms-correlation-request-id": "52ce7113-c92a-4585-9b9a-a32c3af98bcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;26820", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "4b82ecae-c10b-4eee-abd0-d441c38eebd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063409Z:52ce7113-c92a-4585-9b9a-a32c3af98bcb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55f206baec99d8d3a090f3f50d9ae570", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55f206baec99d8d3a090f3f50d9ae570", + "x-ms-correlation-request-id": "9f2c1863-b0b6-4825-b8d5-a615c5a7b40a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26819", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6e80d4a6-47ef-4249-be56-06114b82735e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063409Z:9f2c1863-b0b6-4825-b8d5-a615c5a7b40a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9f80ead81694cbcedd531f6188d3c18e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f80ead81694cbcedd531f6188d3c18e", + "x-ms-correlation-request-id": "ee9ad9ea-66c8-43e6-aba6-7c48f9f43142", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26818", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "a674fcc4-a701-44d7-9e1c-8b4d21a647d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063409Z:ee9ad9ea-66c8-43e6-aba6-7c48f9f43142" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46c8ee8a5a93c42bcf5b0de4476156dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46c8ee8a5a93c42bcf5b0de4476156dc", + "x-ms-correlation-request-id": "5d0aa919-aca0-4258-82dd-2e204f9dd98a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26817", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "ca15b321-6452-415b-858c-62b7bd05028a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063409Z:5d0aa919-aca0-4258-82dd-2e204f9dd98a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a484b366eaea34e37267846cd7250cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a484b366eaea34e37267846cd7250cd", + "x-ms-correlation-request-id": "80f276f8-5a92-46f3-aa85-bd6c2e6ebfd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26816", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "81e9ec5b-a37b-4b02-ae5d-7ee91bc35ac2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063410Z:80f276f8-5a92-46f3-aa85-bd6c2e6ebfd7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e6b64ce9ed17dddbfbbd03908e9847c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e6b64ce9ed17dddbfbbd03908e9847c", + "x-ms-correlation-request-id": "42004433-e793-4480-8b91-108bd41a5ffb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26815", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "8361ae5c-7ccb-4dea-97e1-b37240f801ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063410Z:42004433-e793-4480-8b91-108bd41a5ffb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c2b42fc868a1ce09f240e6de2e5f65d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c2b42fc868a1ce09f240e6de2e5f65d", + "x-ms-correlation-request-id": "7e7947cd-5d12-4818-9d59-8db570455833", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26814", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "0f14ea1c-9c17-4bd5-8ada-e9d99b4b99a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063410Z:7e7947cd-5d12-4818-9d59-8db570455833" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e216400b37f5970b6dca7bf29e159a4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e216400b37f5970b6dca7bf29e159a4e", + "x-ms-correlation-request-id": "d8aca4bd-27e4-4da8-af61-294eafc71580", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26813", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "7cb8db12-b36b-4e76-8c6b-5f3b2c00dc24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063410Z:d8aca4bd-27e4-4da8-af61-294eafc71580" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b49fba113474842844f7ead8f709bd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b49fba113474842844f7ead8f709bd9", + "x-ms-correlation-request-id": "27082d16-bb53-4815-b20b-79774c08376e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26812", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4d82a850-57c5-4430-8779-3feb38c76d0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063411Z:27082d16-bb53-4815-b20b-79774c08376e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c82d72c4a2d3c4863693cfc00bed7d8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c82d72c4a2d3c4863693cfc00bed7d8a", + "x-ms-correlation-request-id": "20f491d3-c4c6-4f1f-9055-8614982333e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26811", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e9deeb6f-3c0b-4bed-a3a6-6a01281ab056", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063411Z:20f491d3-c4c6-4f1f-9055-8614982333e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6cbc0896b9bf716fdce5da6b85e07fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6cbc0896b9bf716fdce5da6b85e07fd", + "x-ms-correlation-request-id": "111e6526-6a91-4c68-9cc3-338640d06c8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26810", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "fbbf6128-abf1-4679-90f9-49d6c5720c37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063411Z:111e6526-6a91-4c68-9cc3-338640d06c8c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b2da12fd2e7ff7a758454b344823c97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b2da12fd2e7ff7a758454b344823c97", + "x-ms-correlation-request-id": "d53180d7-10e6-4da5-ab1f-220da34b6be1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26809", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "fe410d50-7d3f-4e95-bd2e-1939208433c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063411Z:d53180d7-10e6-4da5-ab1f-220da34b6be1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf23f4d1b4a4593e5c36cb0544e00cd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf23f4d1b4a4593e5c36cb0544e00cd8", + "x-ms-correlation-request-id": "cda31700-2c31-4e27-a3f8-4f149dd4b1f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26808", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "7ebae076-a383-4d01-bd92-54b5cca02ed0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063412Z:cda31700-2c31-4e27-a3f8-4f149dd4b1f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6990d28c52bfb7a245cc71161663b27b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6990d28c52bfb7a245cc71161663b27b", + "x-ms-correlation-request-id": "a1ae01f2-8a0c-43e8-ad65-65ad9e641d8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26807", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "2a9ca11a-d335-44bf-a71f-b94f2455a597", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063412Z:a1ae01f2-8a0c-43e8-ad65-65ad9e641d8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4d4c691373b7a5863d4cfb10675bb95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4d4c691373b7a5863d4cfb10675bb95", + "x-ms-correlation-request-id": "e04909fa-2bb5-48d7-a00a-62b496a510c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26806", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "28db38b8-55cb-465d-9e7b-7b43097e258d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063412Z:e04909fa-2bb5-48d7-a00a-62b496a510c8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "72267c78d2f17fd7526b89d8432843f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72267c78d2f17fd7526b89d8432843f9", + "x-ms-correlation-request-id": "49f744ce-1b31-4504-aa98-0f893f95806b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26805", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "ff2dbba1-3835-4a1d-b03f-5aa8789c52e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063412Z:49f744ce-1b31-4504-aa98-0f893f95806b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d734f83480b549d7a1606eb83f0b0d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d734f83480b549d7a1606eb83f0b0d0", + "x-ms-correlation-request-id": "0dce17d1-8517-4d5e-9189-492d28ad38be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26804", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "ca4549fe-d40c-48e0-9b0f-6b30fac8dbef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063413Z:0dce17d1-8517-4d5e-9189-492d28ad38be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a9ddc10403cbe89ee5571cfae7f373a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a9ddc10403cbe89ee5571cfae7f373a", + "x-ms-correlation-request-id": "17a2f3de-514d-4a3a-bce6-3a679eb1b799", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26803", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "e83bd554-165f-4c38-ae29-3302ee74a355", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063413Z:17a2f3de-514d-4a3a-bce6-3a679eb1b799" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b72dd5903d013089ded1f8dbccecfc62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b72dd5903d013089ded1f8dbccecfc62", + "x-ms-correlation-request-id": "2665cfe0-19ec-4fc3-a350-3ae84e9a2344", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26802", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "4f3999b6-31a5-4ba0-aab3-a2932aecf355", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063413Z:2665cfe0-19ec-4fc3-a350-3ae84e9a2344" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66c7b9baa98a42bcc6b58eb6d6cda6fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66c7b9baa98a42bcc6b58eb6d6cda6fa", + "x-ms-correlation-request-id": "be3ae821-72cd-4703-b036-b2f7980e22b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26801", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "42988798-56cd-4139-b0fc-49b9353a35f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063413Z:be3ae821-72cd-4703-b036-b2f7980e22b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad5acbdef9c2d2ce526cbb6a48aef202", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad5acbdef9c2d2ce526cbb6a48aef202", + "x-ms-correlation-request-id": "66a6f8c5-bc4b-4fb0-8af2-35fd0b274ed4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26800", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "a82e490a-0e62-4f39-a2cc-57804aaf8b02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063414Z:66a6f8c5-bc4b-4fb0-8af2-35fd0b274ed4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4150f58d0b7e7b019eaf04cafd35a10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4150f58d0b7e7b019eaf04cafd35a10", + "x-ms-correlation-request-id": "1e0850b5-07d1-4871-ae50-50775a0f5b15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26799", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "9fbc2955-4f4e-4111-b01c-00d77d8e3168", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063414Z:1e0850b5-07d1-4871-ae50-50775a0f5b15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00fcfd2b4f92c09febf4141eed51fa18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00fcfd2b4f92c09febf4141eed51fa18", + "x-ms-correlation-request-id": "01fe81d5-6e2f-43d9-856a-ffb226bb11b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26798", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "42af4676-13c6-4341-a0a0-926f76eeb1ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063414Z:01fe81d5-6e2f-43d9-856a-ffb226bb11b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c75d8cc3b2b80d431b7293d70982237e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c75d8cc3b2b80d431b7293d70982237e", + "x-ms-correlation-request-id": "1abe4cd5-6267-436d-807f-af88d10f781a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26797", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "a76f24f5-7bdf-4682-a599-9bbdd44a9ed1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063415Z:1abe4cd5-6267-436d-807f-af88d10f781a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b3faa12f1b10970705408c2bc91fac7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b3faa12f1b10970705408c2bc91fac7", + "x-ms-correlation-request-id": "b80076fe-de62-4bc3-b0b8-cf4046a736e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26796", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "1868be0d-40f7-4406-9975-a8daea974da2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063415Z:b80076fe-de62-4bc3-b0b8-cf4046a736e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2389d8f092767858baefe41fbbc7b769", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2389d8f092767858baefe41fbbc7b769", + "x-ms-correlation-request-id": "f7fc8d04-1a21-4f0d-a580-4d858044e807", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26795", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "81cfd29f-e2d3-4af5-a6c7-02519e13a192", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063415Z:f7fc8d04-1a21-4f0d-a580-4d858044e807" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "420b95d1af12d1671b535764a9805189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "420b95d1af12d1671b535764a9805189", + "x-ms-correlation-request-id": "0c17d9e1-8a6b-4803-8df1-b2de26f3d8ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26794", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "013b3413-8c4f-41d1-ab9a-9d7a2b3f7f29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063415Z:0c17d9e1-8a6b-4803-8df1-b2de26f3d8ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30e7cc7800f87f0752c690c10d504ea8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30e7cc7800f87f0752c690c10d504ea8", + "x-ms-correlation-request-id": "87eede78-3e45-4fa0-9d09-ba8b01c2662b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26793", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "b12c6839-ccec-4c19-86af-6807611a145c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063416Z:87eede78-3e45-4fa0-9d09-ba8b01c2662b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "26f19f9cb78641b571b807223bf4cf3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26f19f9cb78641b571b807223bf4cf3a", + "x-ms-correlation-request-id": "453ba1cf-a02c-4133-8f6d-fcf281c4bbc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26792", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "8cf7d11a-367f-4091-ba26-b191b6175c03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063416Z:453ba1cf-a02c-4133-8f6d-fcf281c4bbc9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eea75a9d87e0d1708e8bf04b1ea5c3ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eea75a9d87e0d1708e8bf04b1ea5c3ca", + "x-ms-correlation-request-id": "556d4e15-0882-4e7e-86d5-bb5725656f25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26791", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "0194f8ff-39a8-4abb-bd99-4f63c614ac98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063416Z:556d4e15-0882-4e7e-86d5-bb5725656f25" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09c7ae052b8fc00317a5bf40f8e5445e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09c7ae052b8fc00317a5bf40f8e5445e", + "x-ms-correlation-request-id": "5b13a2fa-ec2c-4cef-80c1-90cb5b31b3ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26790", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "3ddd9a01-d40e-4440-9c41-1facb5c35db6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063416Z:5b13a2fa-ec2c-4cef-80c1-90cb5b31b3ad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b22456f75fa915c82f1f98fac76922cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b22456f75fa915c82f1f98fac76922cc", + "x-ms-correlation-request-id": "75efb62c-b295-4d44-bdfe-58f25bdb69ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26789", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "f6262ebe-c989-4a6a-a115-6d2eecaa780b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063417Z:75efb62c-b295-4d44-bdfe-58f25bdb69ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d1d3cf4c52c71aa56e6d73ac72fd8a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d1d3cf4c52c71aa56e6d73ac72fd8a8", + "x-ms-correlation-request-id": "1e24cd9a-c94c-4931-b47e-4f6b77a4602f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26788", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "dbd163a4-8431-4e3e-8149-ed87782b0f15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063417Z:1e24cd9a-c94c-4931-b47e-4f6b77a4602f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c85491471080a621e5b1da6f9309f9ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c85491471080a621e5b1da6f9309f9ae", + "x-ms-correlation-request-id": "e8e29c1e-1d35-485f-961b-de0a05c30d3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26787", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "fa9cedd0-c075-4fb3-b8c1-c60b450978cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063417Z:e8e29c1e-1d35-485f-961b-de0a05c30d3f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb4cf282b7c73131abb35bc2878e4dff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb4cf282b7c73131abb35bc2878e4dff", + "x-ms-correlation-request-id": "657abcb8-4ae1-4239-959a-440064056b70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26786", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "ec0e69ae-43ee-4086-9e1d-64ea424fd97e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063417Z:657abcb8-4ae1-4239-959a-440064056b70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "35b2ef475a14e34b1b77a77bea3bdd4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35b2ef475a14e34b1b77a77bea3bdd4d", + "x-ms-correlation-request-id": "d9279fc3-c25e-419b-b491-3a279c703e86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26785", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "74a7cc22-6250-49c9-a3a8-df21b4b63b40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063418Z:d9279fc3-c25e-419b-b491-3a279c703e86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d4b729ed1ce390e15f231dccb55e1e57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4b729ed1ce390e15f231dccb55e1e57", + "x-ms-correlation-request-id": "5264bc80-8a0c-4e81-bc44-98172c7d4748", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26784", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "e1dfd945-6e61-4873-89ab-5707bec46782", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063418Z:5264bc80-8a0c-4e81-bc44-98172c7d4748" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a428db63c3572899a768a0500fb64670", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a428db63c3572899a768a0500fb64670", + "x-ms-correlation-request-id": "26a374d3-28c3-4a42-9ac7-1c5f724a8f4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26783", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "08f98733-8601-4982-a83d-eab4a7a5e62b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063418Z:26a374d3-28c3-4a42-9ac7-1c5f724a8f4b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ed50ed578d62a1c0d22d5f13d7e2ebc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ed50ed578d62a1c0d22d5f13d7e2ebc", + "x-ms-correlation-request-id": "85fdd801-da5a-4c09-b873-2e1b93c4956e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26782", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "a7c49eab-3caa-497b-8a9e-2fc9f2d38561", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063418Z:85fdd801-da5a-4c09-b873-2e1b93c4956e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0f17505839132af68f8f2d7a7c9081a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f17505839132af68f8f2d7a7c9081a9", + "x-ms-correlation-request-id": "e9340238-a794-44e6-9713-efa94144d0b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26781", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "7d75d6be-cb65-4484-9490-dd6e260c46d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063419Z:e9340238-a794-44e6-9713-efa94144d0b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6f7acdcbf89ea81befd9634eda8eb28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6f7acdcbf89ea81befd9634eda8eb28", + "x-ms-correlation-request-id": "2e1fbe0d-595b-43f6-907c-fcfb35e3ea8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26780", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "bb10b2fd-3bb1-4960-a1f7-6394d110a24d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063419Z:2e1fbe0d-595b-43f6-907c-fcfb35e3ea8c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bef7e43a379e9c5c18abcf464ba1ae7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bef7e43a379e9c5c18abcf464ba1ae7c", + "x-ms-correlation-request-id": "e9ad7498-0982-4f18-9863-adbfa8d7b22d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26779", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "6b111d2d-286f-4b17-b06f-aa701074b5ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063419Z:e9ad7498-0982-4f18-9863-adbfa8d7b22d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90152ca088879832cf2d5015a2c13ce6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90152ca088879832cf2d5015a2c13ce6", + "x-ms-correlation-request-id": "ffa2bb2d-78a6-4d55-9d7b-027d5db643f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26778", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "328b13cb-b5e7-404d-8c1a-afd84720edb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063419Z:ffa2bb2d-78a6-4d55-9d7b-027d5db643f5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "974005a4c298a40b4f5b8ddef03a9f1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "974005a4c298a40b4f5b8ddef03a9f1c", + "x-ms-correlation-request-id": "9d5b2b6e-9665-4ee2-be3d-d64023a208c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26777", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "9226d9be-28ee-461c-9550-4f4584468c6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063420Z:9d5b2b6e-9665-4ee2-be3d-d64023a208c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c094194f5a93b2a0b15fef71e647fa57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c094194f5a93b2a0b15fef71e647fa57", + "x-ms-correlation-request-id": "ce9a47ed-0fc9-44da-867e-71963086ef9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26776", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "fd25d58c-4a05-47b9-b917-787bfaea5a97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063420Z:ce9a47ed-0fc9-44da-867e-71963086ef9b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45a2e96e1661dee42170402cfa54a894", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45a2e96e1661dee42170402cfa54a894", + "x-ms-correlation-request-id": "14b43866-f060-4189-84c1-9d819390e938", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26775", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "8bbb6747-7071-46c4-866e-58118c0796e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063420Z:14b43866-f060-4189-84c1-9d819390e938" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88c5338e7b2d4953648de539d29abd08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88c5338e7b2d4953648de539d29abd08", + "x-ms-correlation-request-id": "8a8a2c18-713d-48ce-bc2f-b7e960900c81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26774", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "7a420b2f-79d3-438a-9fcb-58c3bad2ac7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063420Z:8a8a2c18-713d-48ce-bc2f-b7e960900c81" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "06703660599838bb35b59f221a74b75d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06703660599838bb35b59f221a74b75d", + "x-ms-correlation-request-id": "7602abec-029a-4071-bb0f-d889900a4b22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26773", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "60fab385-5c49-4136-ade5-342eba1e9931", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063421Z:7602abec-029a-4071-bb0f-d889900a4b22" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2e25bb67181f22a9658e0d330aa0b87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2e25bb67181f22a9658e0d330aa0b87", + "x-ms-correlation-request-id": "02e88177-aeb9-4ece-bff7-d027d1980f8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26772", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "ac4ab151-7ee4-4d91-b75c-1362fddb71e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063421Z:02e88177-aeb9-4ece-bff7-d027d1980f8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4cb38b2a2e434fc788d5277dc302ff0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4cb38b2a2e434fc788d5277dc302ff0", + "x-ms-correlation-request-id": "072b87b8-5ea1-44bf-807e-15c1471cdf96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26771", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "e4f16914-051e-4b7d-987f-51dae0a64d7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063421Z:072b87b8-5ea1-44bf-807e-15c1471cdf96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "778388d60bb7ef860c7d704078e7078b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "778388d60bb7ef860c7d704078e7078b", + "x-ms-correlation-request-id": "68a8433c-c161-440e-aa8c-416355875f89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26770", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "e751d779-e793-42fb-865e-b44551aeb2a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063421Z:68a8433c-c161-440e-aa8c-416355875f89" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e27018a9f3a814795eae39f41eb21565", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e27018a9f3a814795eae39f41eb21565", + "x-ms-correlation-request-id": "87e64749-438e-460a-915e-d793f7d637c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26769", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "1daafdc1-a2c8-4a8b-9717-764bace9f1e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063422Z:87e64749-438e-460a-915e-d793f7d637c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8fdf0289426a7cfb1dbb76631bbbb91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8fdf0289426a7cfb1dbb76631bbbb91", + "x-ms-correlation-request-id": "d9865994-2c0c-4a8a-9492-8e184d1c958a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26768", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "2d686625-f284-4121-843f-5fac07e13675", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063422Z:d9865994-2c0c-4a8a-9492-8e184d1c958a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3cdc7854dc0e2470f6f1808d192d059", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3cdc7854dc0e2470f6f1808d192d059", + "x-ms-correlation-request-id": "a0f13c9a-c702-404b-8bd6-addc80efbed9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26767", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "c3f77fb7-2e9d-4376-89f4-aa2ccf01010b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063422Z:a0f13c9a-c702-404b-8bd6-addc80efbed9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88180b675fe9156548c830cc3b12e2a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88180b675fe9156548c830cc3b12e2a3", + "x-ms-correlation-request-id": "712d64d1-4ebd-4927-88fb-0d34272a0542", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26766", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "4ac6aa4d-c58b-43b7-b0e8-21c5d409f0b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063423Z:712d64d1-4ebd-4927-88fb-0d34272a0542" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "576fa8f352e4daa5a81a98b67bc7d61f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "576fa8f352e4daa5a81a98b67bc7d61f", + "x-ms-correlation-request-id": "846180d8-9477-49cd-8f62-5ee1333942ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26765", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "d59edf56-70f1-420d-881d-be1795c883c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063423Z:846180d8-9477-49cd-8f62-5ee1333942ba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "26fe5e0b32a325a762b87bf71c7aa7fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26fe5e0b32a325a762b87bf71c7aa7fc", + "x-ms-correlation-request-id": "4bb70fe4-582a-4f4c-a9f0-485451ad573c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26764", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "97b1a610-8066-4420-80f7-2dfca964fa0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063423Z:4bb70fe4-582a-4f4c-a9f0-485451ad573c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2815758c79231574653ddfcec6ae9981", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2815758c79231574653ddfcec6ae9981", + "x-ms-correlation-request-id": "7f840f6d-cfa4-4449-8cb6-b2da48a5b1c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26763", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "6dcbe13b-7885-48b1-86a7-d3cd608a81e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063423Z:7f840f6d-cfa4-4449-8cb6-b2da48a5b1c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dcc111f1bc14c0ff0049f52cd6adbd2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dcc111f1bc14c0ff0049f52cd6adbd2e", + "x-ms-correlation-request-id": "cc625d35-4803-44c1-bc25-e76ed2449745", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26762", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "5188e919-33f9-4ab1-a563-61e5ab4438e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063424Z:cc625d35-4803-44c1-bc25-e76ed2449745" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "062a9c73adb292fceae8c06653d85eb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "062a9c73adb292fceae8c06653d85eb3", + "x-ms-correlation-request-id": "db3ccaf4-5262-41cd-bfb2-7574811bca8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26761", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "d295522e-9fc4-4cae-a7ea-b14d827a0ec2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063424Z:db3ccaf4-5262-41cd-bfb2-7574811bca8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b05fa1fcab8d0e7755528d983483fb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b05fa1fcab8d0e7755528d983483fb7", + "x-ms-correlation-request-id": "cbaa9040-4983-4b9b-8635-5099c25b874b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26760", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "d78cce36-e7fc-4058-bc2c-2c38916fbc14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063424Z:cbaa9040-4983-4b9b-8635-5099c25b874b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a5bb17f928444ce152ff22bfc996c27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a5bb17f928444ce152ff22bfc996c27", + "x-ms-correlation-request-id": "fe1a98c8-b3fa-4a57-b4a0-08b7f2ef45f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26759", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "654b38cd-e6dc-412b-b588-8c8f2e9d33f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063424Z:fe1a98c8-b3fa-4a57-b4a0-08b7f2ef45f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc0d41ebb2a7a975b45a905d85220ea2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc0d41ebb2a7a975b45a905d85220ea2", + "x-ms-correlation-request-id": "fd443306-0435-4f1a-a106-50840a9f8c6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26758", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "269be7ba-6c51-4037-9f9b-b6b6628ff477", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063425Z:fd443306-0435-4f1a-a106-50840a9f8c6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a2e608a9347d8c2f2bc1f589d7bbd3dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2e608a9347d8c2f2bc1f589d7bbd3dc", + "x-ms-correlation-request-id": "c2a86110-06b0-4f9d-a693-554335ebf65b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26757", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "01dd0864-d086-4179-a1c4-cf907728e6db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063425Z:c2a86110-06b0-4f9d-a693-554335ebf65b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41ee00e8623acd103bb175290271bff2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41ee00e8623acd103bb175290271bff2", + "x-ms-correlation-request-id": "daedacb1-0585-4250-8819-30817899c871", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26756", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "7013e736-b86d-4b5a-a040-b93ef354845b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063425Z:daedacb1-0585-4250-8819-30817899c871" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f3825021cab2b6a91181b0e6bcecd2f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3825021cab2b6a91181b0e6bcecd2f8", + "x-ms-correlation-request-id": "6d21226f-e9f3-4719-ba57-245aeaf3bbe9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26755", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "559f62d3-78e7-4d21-a2ef-d1197494b56d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063425Z:6d21226f-e9f3-4719-ba57-245aeaf3bbe9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8475b486cc344767f81966ccbf058ab9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8475b486cc344767f81966ccbf058ab9", + "x-ms-correlation-request-id": "456cb0d9-3ec7-4b07-b0bb-b34888dd1b5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26754", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "6beb54fa-476a-4249-8301-c4f9a57c1c99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063426Z:456cb0d9-3ec7-4b07-b0bb-b34888dd1b5f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86670202e0391d29573730b9b12a104f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86670202e0391d29573730b9b12a104f", + "x-ms-correlation-request-id": "418094c7-9939-4b51-bedd-41710f6e7503", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26753", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "bfc6b5d7-785b-476c-b8fc-077875ec4b35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063426Z:418094c7-9939-4b51-bedd-41710f6e7503" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4da37cde3afc54bee93bfb9864ddf70b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4da37cde3afc54bee93bfb9864ddf70b", + "x-ms-correlation-request-id": "8b976706-e40c-4506-9072-8df81c67d108", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26752", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "89c7fca9-c3d5-403e-8d0f-c07a72642e9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063426Z:8b976706-e40c-4506-9072-8df81c67d108" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b9e3f6f74b84a5bf8a572dfc9cad95ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9e3f6f74b84a5bf8a572dfc9cad95ce", + "x-ms-correlation-request-id": "0e1dafdc-822e-427e-81fb-c84175317b55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26751", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "922cff81-f09b-4ca7-b66f-785ecd55c279", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063426Z:0e1dafdc-822e-427e-81fb-c84175317b55" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43ed17093c62c7bd44139dfee590b879", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43ed17093c62c7bd44139dfee590b879", + "x-ms-correlation-request-id": "a2e365dc-2073-480a-8e07-e1358128451e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26750", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "231e7752-c0d0-449c-b1c4-f358e824502c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063427Z:a2e365dc-2073-480a-8e07-e1358128451e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bbc22440564693cabdfec2a40dc1b83b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbc22440564693cabdfec2a40dc1b83b", + "x-ms-correlation-request-id": "7b5a6768-54e6-4d12-843f-30cfbbadf164", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26749", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "7511a949-57f7-4fe7-86d0-6a61d1d5f894", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063427Z:7b5a6768-54e6-4d12-843f-30cfbbadf164" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d8f2ca6b3efbaa9391b7571aec0c0fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d8f2ca6b3efbaa9391b7571aec0c0fa", + "x-ms-correlation-request-id": "62344948-a76c-47a3-82bd-d3fb98481519", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26748", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "988788ea-bbdb-4646-bdee-3b98b0a5a2cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063427Z:62344948-a76c-47a3-82bd-d3fb98481519" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78bbb39fdaeab2874d5a85647918b982", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78bbb39fdaeab2874d5a85647918b982", + "x-ms-correlation-request-id": "0e5d026d-2853-4317-ad0f-ba96c549367e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26747", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "1fa364e2-da6d-4f57-b80a-2ef65ba1a3bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063427Z:0e5d026d-2853-4317-ad0f-ba96c549367e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b858625a6b008c8a7a08812ae158e5fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b858625a6b008c8a7a08812ae158e5fc", + "x-ms-correlation-request-id": "2adf0fdf-d290-415e-b0f5-f895a9303777", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26746", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "854bb5a9-15c7-4523-9d15-cca8717b0cbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063428Z:2adf0fdf-d290-415e-b0f5-f895a9303777" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5a05c83d4006cb50a5dd00952e454020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a05c83d4006cb50a5dd00952e454020", + "x-ms-correlation-request-id": "42c26157-eda4-487e-af9e-0521250d043c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26745", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "730b2cdc-6272-4533-a1a2-ad4d30df28b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063428Z:42c26157-eda4-487e-af9e-0521250d043c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b16f262076733f9292efde2585cd1f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b16f262076733f9292efde2585cd1f4", + "x-ms-correlation-request-id": "3a5f9ec6-5750-4af2-9071-e274210ca18d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26744", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "4874dcf2-dfc7-4e71-9abe-862d17dc8ef2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063428Z:3a5f9ec6-5750-4af2-9071-e274210ca18d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b12688755f131a7c118c13236bf45e35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b12688755f131a7c118c13236bf45e35", + "x-ms-correlation-request-id": "481a19ad-42e5-4648-bd71-9a36d2b90975", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26743", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "69e63eb0-c0c6-4c84-a43d-53f727bfe270", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063429Z:481a19ad-42e5-4648-bd71-9a36d2b90975" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eec860c799413695cfd131d7426d7348", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eec860c799413695cfd131d7426d7348", + "x-ms-correlation-request-id": "af938128-c378-419f-a21c-d877429c021f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26742", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "da82998b-7d69-42d4-96c3-d3ae69f65233", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063429Z:af938128-c378-419f-a21c-d877429c021f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5200b0b8f1f030d76fc3adaf4d5c834", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5200b0b8f1f030d76fc3adaf4d5c834", + "x-ms-correlation-request-id": "361139a0-d1a3-44b6-bcb9-32ddd4574440", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26741", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "7b99c09e-7e71-41f0-b07e-2dd8cca606a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063429Z:361139a0-d1a3-44b6-bcb9-32ddd4574440" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f71bc8d0e394dcb2f3efe2412da5d8a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f71bc8d0e394dcb2f3efe2412da5d8a3", + "x-ms-correlation-request-id": "acc8eceb-e7ce-4cb4-a72c-fa499a6be706", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26740", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "c106f0e5-0d0d-4c47-84c6-019c9bb2467d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063429Z:acc8eceb-e7ce-4cb4-a72c-fa499a6be706" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6018ca19b9d4381553c577455eba42f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6018ca19b9d4381553c577455eba42f9", + "x-ms-correlation-request-id": "0607ea27-a9ed-4dab-a8a8-c5c7b1cd8923", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26739", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "1cfbe8cd-4531-4d34-997f-1fb2ef5f3888", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063430Z:0607ea27-a9ed-4dab-a8a8-c5c7b1cd8923" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a06fc097b5227b45843b12faccbd5d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a06fc097b5227b45843b12faccbd5d1", + "x-ms-correlation-request-id": "d54e82ff-d7eb-4d17-bb8c-6804e2d15a05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;26738", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "ef0efef0-4f34-4263-9a77-0e12a2f6e824", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063430Z:d54e82ff-d7eb-4d17-bb8c-6804e2d15a05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29c1962368bc165fb2e2a4cf6b6d7d39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29c1962368bc165fb2e2a4cf6b6d7d39", + "x-ms-correlation-request-id": "bd989a11-d441-497b-ba45-1daf9a30b296", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;26737", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "3edcd63c-cfd3-4b02-8103-76eb3e09dc6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063430Z:bd989a11-d441-497b-ba45-1daf9a30b296" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3038e8ad5e9e9d5016f0079008e68b87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3038e8ad5e9e9d5016f0079008e68b87", + "x-ms-correlation-request-id": "b1a43089-8384-4ed6-bcf9-d56775ebb111", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;26736", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "0851b788-0bcd-47c0-b254-ce3ad5c0bc37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063430Z:b1a43089-8384-4ed6-bcf9-d56775ebb111" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c821a6ef18f8a13d9cf0c770d6e5bceb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c821a6ef18f8a13d9cf0c770d6e5bceb", + "x-ms-correlation-request-id": "887011a4-1da5-42f6-87e6-db0c4ce5ec85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;26735", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "b8d4be13-344c-4c0b-9a81-941f40b7a5fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063431Z:887011a4-1da5-42f6-87e6-db0c4ce5ec85" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c48278c6a593c532452313cc60cf0ecc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c48278c6a593c532452313cc60cf0ecc", + "x-ms-correlation-request-id": "e5842533-07f6-45ee-b6fc-2b27cd68eec3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;26734", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "63141af9-9c1b-4cf2-85a2-affdb387b815", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063431Z:e5842533-07f6-45ee-b6fc-2b27cd68eec3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c5df1d56b54b9440ab9693ae96e0c730", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5df1d56b54b9440ab9693ae96e0c730", + "x-ms-correlation-request-id": "f575bef9-3ea6-43a7-8c89-8abed8f212c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;26733", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "c32a91b8-39a7-4800-9cef-6c76871ed43a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063431Z:f575bef9-3ea6-43a7-8c89-8abed8f212c1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90ca1b34c7644af4735c82d5047040cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90ca1b34c7644af4735c82d5047040cd", + "x-ms-correlation-request-id": "e615cba4-2149-4b2d-a92e-b5a15cf21dd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;26732", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "2db88d43-c411-49af-b26f-cb349d28eccf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063431Z:e615cba4-2149-4b2d-a92e-b5a15cf21dd5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b919fbe1f70510a037ed19fc11842f65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b919fbe1f70510a037ed19fc11842f65", + "x-ms-correlation-request-id": "f9692975-9f77-4735-a335-f1ff61f76bc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;26731", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "d63c5f96-4c00-4636-bc1a-d11d99f0648d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063432Z:f9692975-9f77-4735-a335-f1ff61f76bc0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4597e25c7e048f68289551ee336a8f3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4597e25c7e048f68289551ee336a8f3a", + "x-ms-correlation-request-id": "2c735c8b-bb3d-42ce-9dd0-afcc4f269dad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;26730", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "9430bcfa-c024-493f-8e60-b4179109b0dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063432Z:2c735c8b-bb3d-42ce-9dd0-afcc4f269dad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9bccc6550dc63d2b7aba5876aef739ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9bccc6550dc63d2b7aba5876aef739ef", + "x-ms-correlation-request-id": "5ddd52b3-9914-484c-a804-4b1f0deef1ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;26729", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "9c5fd383-f6c9-41f9-889d-71e4a8cb1b9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063432Z:5ddd52b3-9914-484c-a804-4b1f0deef1ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22791d2dfbd963c9938a906fa5b1ddcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22791d2dfbd963c9938a906fa5b1ddcc", + "x-ms-correlation-request-id": "8ff9bc82-db7d-463a-a201-0146d23bcfba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;26728", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "40c1ac70-373b-4cc2-aea3-07de0e431915", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063433Z:8ff9bc82-db7d-463a-a201-0146d23bcfba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ba7de5d94b84e9eb75acb4925f1e131", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ba7de5d94b84e9eb75acb4925f1e131", + "x-ms-correlation-request-id": "30a20391-0b7d-43d7-a026-9a278a4b7a40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;26727", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "38cef045-44e2-4430-8b9a-20216caf8363", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063433Z:30a20391-0b7d-43d7-a026-9a278a4b7a40" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15c1615c6df15a61fc69083c7cbb97c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15c1615c6df15a61fc69083c7cbb97c8", + "x-ms-correlation-request-id": "f4326abf-35e8-4836-a33b-cee99e9de971", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;26726", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "1c2bb6c5-b941-4832-9158-f06db47a5581", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063433Z:f4326abf-35e8-4836-a33b-cee99e9de971" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf198bdcee5099377e2a6a7e307f3da1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf198bdcee5099377e2a6a7e307f3da1", + "x-ms-correlation-request-id": "d64e4bee-9d56-434e-8966-7887908618fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;26725", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "1d1a422d-718c-4a61-b62a-7e629f5c89d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063433Z:d64e4bee-9d56-434e-8966-7887908618fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44135fa8c7f0efdb7d4c4e4e8c61d2fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44135fa8c7f0efdb7d4c4e4e8c61d2fb", + "x-ms-correlation-request-id": "3f772509-c4be-4caf-9c34-293e5a581976", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;26724", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "85a03826-90c0-4cc0-9ee2-9cb91d26ab78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063434Z:3f772509-c4be-4caf-9c34-293e5a581976" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a6d02c211d86ee12a2897c602e22a7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a6d02c211d86ee12a2897c602e22a7c", + "x-ms-correlation-request-id": "6e93ccef-8486-43c4-930a-b68a2e6d1866", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;26723", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "53dd0ca4-575d-407a-8fdb-b45d2ce60ec0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063434Z:6e93ccef-8486-43c4-930a-b68a2e6d1866" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d93662b53a715d8b02952039fe80d1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d93662b53a715d8b02952039fe80d1d", + "x-ms-correlation-request-id": "59c7e004-18ef-4dbf-bc1e-0a24d0110d6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;26722", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "c99cb9df-4e69-4b09-be17-e7961b2aa3c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063434Z:59c7e004-18ef-4dbf-bc1e-0a24d0110d6b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2dbb6f58a31296c97da519c73014ed9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2dbb6f58a31296c97da519c73014ed9a", + "x-ms-correlation-request-id": "316a2362-3b18-4311-abc2-aed598f95b61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;26721", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "88a5ca76-e81d-443f-906b-4d1752d3838f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063434Z:316a2362-3b18-4311-abc2-aed598f95b61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2522d121b4ce6f542a57e9aebfdece41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2522d121b4ce6f542a57e9aebfdece41", + "x-ms-correlation-request-id": "3dfff4d1-5394-4d4b-8d96-1d6febb94322", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;26720", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "885483b1-427d-4e39-9c48-d0c36faf9884", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063435Z:3dfff4d1-5394-4d4b-8d96-1d6febb94322" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "936e791bfd26886a9dfca0023a10e49c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "936e791bfd26886a9dfca0023a10e49c", + "x-ms-correlation-request-id": "6830c07c-e9dc-4660-9fe2-5a059a9bc06b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;26719", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "aa0541e0-bb59-4ed9-bda2-bc21ebba84f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063435Z:6830c07c-e9dc-4660-9fe2-5a059a9bc06b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cde1b73ce7c5a44e1b4c03bab91ad79f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cde1b73ce7c5a44e1b4c03bab91ad79f", + "x-ms-correlation-request-id": "436e1bfa-882a-4e12-a5fa-1ba28c40f7e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;26718", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "e7443d91-3162-421d-b735-0fde9d0f3dd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063435Z:436e1bfa-882a-4e12-a5fa-1ba28c40f7e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b6acd7d659a62473679a88d114513519", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6acd7d659a62473679a88d114513519", + "x-ms-correlation-request-id": "bb54f153-2aea-4160-bb83-3f43f2f7fd0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;26717", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "062f7444-59f3-4665-9999-3b1eb263a1e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063435Z:bb54f153-2aea-4160-bb83-3f43f2f7fd0e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "08724c7201fc347b2bca78daf9afce82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08724c7201fc347b2bca78daf9afce82", + "x-ms-correlation-request-id": "222744e4-57b7-43f6-9c21-1bc95da5e995", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;26716", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "6e6054fa-615b-40e1-b274-f72644b932b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063436Z:222744e4-57b7-43f6-9c21-1bc95da5e995" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "622b00252e64e2f644bd662b5f7c8fc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "622b00252e64e2f644bd662b5f7c8fc9", + "x-ms-correlation-request-id": "ec27d489-58a0-4b1e-b084-8516a9a40c1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;26715", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "452888b5-6242-41f1-84a4-5d22b260cc6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063436Z:ec27d489-58a0-4b1e-b084-8516a9a40c1e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c47e917cfa7d5a35b788bdbe1992ab7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c47e917cfa7d5a35b788bdbe1992ab7", + "x-ms-correlation-request-id": "a6c7cb65-b92a-4ae9-96c6-5fcf8038c536", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;26714", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "3470d276-2d96-4be8-9022-cee456e3e174", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063436Z:a6c7cb65-b92a-4ae9-96c6-5fcf8038c536" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13ac05cbd22644b45690c33e9b50d4ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13ac05cbd22644b45690c33e9b50d4ae", + "x-ms-correlation-request-id": "fc876913-90c5-467f-bf9c-2140f366503c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;26713", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "877b7e80-0123-4afa-a3e2-4d0b4f9f387e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063436Z:fc876913-90c5-467f-bf9c-2140f366503c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10c2ae3a616756db5d5606eca31a00ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10c2ae3a616756db5d5606eca31a00ab", + "x-ms-correlation-request-id": "d704d259-f3e1-4a9c-b9fa-4094f93494ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;26712", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "301798ee-560e-4d33-8da6-23b16e588d84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063437Z:d704d259-f3e1-4a9c-b9fa-4094f93494ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5960ae927cd044a3340316160b643a0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5960ae927cd044a3340316160b643a0b", + "x-ms-correlation-request-id": "5aab17be-5325-41fa-945d-e5ef7ada8414", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;26711", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "7af1703d-5146-4087-bd52-f4d5285329e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063437Z:5aab17be-5325-41fa-945d-e5ef7ada8414" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "32a1dda31ad669502956b5cfccc8a13c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32a1dda31ad669502956b5cfccc8a13c", + "x-ms-correlation-request-id": "b0d0a8fd-6b91-4ea0-8e2c-ce285915660f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;26710", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "19dc0733-7991-4d08-b546-4db49f498331", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063437Z:b0d0a8fd-6b91-4ea0-8e2c-ce285915660f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecac188f7aefbddd0b7edb644bc44af9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecac188f7aefbddd0b7edb644bc44af9", + "x-ms-correlation-request-id": "0b1d517b-5d5c-4e84-89d7-83d72ad6b68e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;26709", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "963b48ef-2d26-4d69-8e3b-b66626bd1fc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063437Z:0b1d517b-5d5c-4e84-89d7-83d72ad6b68e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c649fa1bce7878d45ef7307ac6d3776c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c649fa1bce7878d45ef7307ac6d3776c", + "x-ms-correlation-request-id": "768d3964-0853-457f-be5c-0dbe5a70feed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26708", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "66daa0d1-0621-4213-a5cb-87fbc599148b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063438Z:768d3964-0853-457f-be5c-0dbe5a70feed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f287da624db8281cffe426583feb1d65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f287da624db8281cffe426583feb1d65", + "x-ms-correlation-request-id": "b00c41af-b602-4226-8a28-0e0b24fe9169", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26707", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "0ef60223-a365-496e-8e16-fb5eaf341297", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063438Z:b00c41af-b602-4226-8a28-0e0b24fe9169" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2b4bc0bdb7fc1c344348ef84a63f638", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2b4bc0bdb7fc1c344348ef84a63f638", + "x-ms-correlation-request-id": "cc551198-95ed-4fc5-aba3-c0ebe2d55e03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26706", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "e1e2df1c-187b-40e8-8e67-63bd52fd782d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063438Z:cc551198-95ed-4fc5-aba3-c0ebe2d55e03" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71026f06583dce41de21c694a77c3972", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71026f06583dce41de21c694a77c3972", + "x-ms-correlation-request-id": "ad0f8daa-9cb4-4595-8780-8f7bf23b323e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26705", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "9f88e261-84a4-49b1-8906-c0ae29efb8f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063438Z:ad0f8daa-9cb4-4595-8780-8f7bf23b323e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a6fcbd9a51f86ed16c5ae84be23dd9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a6fcbd9a51f86ed16c5ae84be23dd9c", + "x-ms-correlation-request-id": "27837aa6-23ae-4c39-8d3d-66ee28bef597", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26704", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "1435d625-474e-44d2-b378-682318432c52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063439Z:27837aa6-23ae-4c39-8d3d-66ee28bef597" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf51eeedace9b2277be6f35d142f19c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf51eeedace9b2277be6f35d142f19c7", + "x-ms-correlation-request-id": "0cec1c5d-6381-479e-b017-0477ec1f28f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26703", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "174199b1-b47e-4fc2-ac88-20bad81a5beb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063439Z:0cec1c5d-6381-479e-b017-0477ec1f28f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f1f1cfbecf36019817b5a78a9bd0fba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f1f1cfbecf36019817b5a78a9bd0fba", + "x-ms-correlation-request-id": "38cdfdcd-363e-4ac8-89b7-ada0218b51f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26702", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "0d8cb6da-567c-4c3f-a917-6b3374f57cd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063439Z:38cdfdcd-363e-4ac8-89b7-ada0218b51f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8a62a43692a2c88a3bc8f39b18f72e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8a62a43692a2c88a3bc8f39b18f72e7", + "x-ms-correlation-request-id": "8dc987db-cfa4-4bba-b29f-27a91b4cdf3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26701", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "d6abd0c7-68c8-4b36-8de1-728b3a08fa95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063439Z:8dc987db-cfa4-4bba-b29f-27a91b4cdf3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a289e6ab5d0401a8d5f14d6e51af08be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a289e6ab5d0401a8d5f14d6e51af08be", + "x-ms-correlation-request-id": "ade699f5-b46d-4046-84c2-ecc9f2a2e4f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26700", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "080ba143-0b6f-432d-9ae8-3a180f3f3fff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063440Z:ade699f5-b46d-4046-84c2-ecc9f2a2e4f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e91a39d66188919c94f2db375ddfaef2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e91a39d66188919c94f2db375ddfaef2", + "x-ms-correlation-request-id": "ff3d60c8-2920-4e1e-bf1b-0ae7acb4c14a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26699", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "2e3389a8-4345-4af4-b136-1339a0f4fc51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063440Z:ff3d60c8-2920-4e1e-bf1b-0ae7acb4c14a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3cc73086c34e6b582a5e3391b19daf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3cc73086c34e6b582a5e3391b19daf4", + "x-ms-correlation-request-id": "8a00ac1a-caf6-4169-a934-685b981b687b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26698", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "cf5af072-4ef4-4113-81c9-45bb2398c275", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063440Z:8a00ac1a-caf6-4169-a934-685b981b687b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7862d0b388754a5e49f70d128171a3f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7862d0b388754a5e49f70d128171a3f5", + "x-ms-correlation-request-id": "1b2a38e7-2869-4136-91ce-938f19d47e9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26697", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "424bdc0d-ebe2-42b9-b330-e885e3795a6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063441Z:1b2a38e7-2869-4136-91ce-938f19d47e9a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de655b4245e2698a843367e37e63767a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de655b4245e2698a843367e37e63767a", + "x-ms-correlation-request-id": "d642ff3a-5801-4337-b67e-1f6b0d1d699c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26696", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "ec2d920b-f455-4d39-ba96-f62774a40fa7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063441Z:d642ff3a-5801-4337-b67e-1f6b0d1d699c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c83e717367d807d1481793c5fa36411", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c83e717367d807d1481793c5fa36411", + "x-ms-correlation-request-id": "7252e2d2-bbad-4d1d-8c9a-ab9ed74083be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26695", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "10acab5c-2eb2-4c1c-9466-1b4f9c2441f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063441Z:7252e2d2-bbad-4d1d-8c9a-ab9ed74083be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0f6ed01fcb36e1146f8f341217bcce6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0f6ed01fcb36e1146f8f341217bcce6", + "x-ms-correlation-request-id": "4d93d92c-3e10-44d3-bd87-4ae521bd9e34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26694", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "563501e9-0c17-4109-a45c-d2e6303a094e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063441Z:4d93d92c-3e10-44d3-bd87-4ae521bd9e34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9afa938017ed0b78dde5c961cc4d0ae0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9afa938017ed0b78dde5c961cc4d0ae0", + "x-ms-correlation-request-id": "c2da7817-170e-40ff-a35e-d886b36b7f61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26693", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "e3cd1bc3-c82f-43ba-8abf-7f025bdc7238", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063442Z:c2da7817-170e-40ff-a35e-d886b36b7f61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90e156cfb66c1bc6d6154585423c5f99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90e156cfb66c1bc6d6154585423c5f99", + "x-ms-correlation-request-id": "53591e95-6bcb-4145-96a7-01844d610721", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26692", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "8c2f02e8-9d38-4deb-8b00-6ea215af5348", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063442Z:53591e95-6bcb-4145-96a7-01844d610721" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cbbc93b5caa9ea2375ebe2cd32b0a1f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbbc93b5caa9ea2375ebe2cd32b0a1f9", + "x-ms-correlation-request-id": "6b58a8ed-5f4f-47d2-ab3e-3f0bf0741639", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26691", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "baf4f5b8-32fe-4509-8f06-cd6e97a17def", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063443Z:6b58a8ed-5f4f-47d2-ab3e-3f0bf0741639" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca7213ed3b99c979ccdec4d8d1f2c8a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca7213ed3b99c979ccdec4d8d1f2c8a1", + "x-ms-correlation-request-id": "47431b8c-bb78-4757-a3dc-f61376e60223", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26690", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "c56891e4-701a-4cea-917f-cfd428835645", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063443Z:47431b8c-bb78-4757-a3dc-f61376e60223" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39ab2f863f90043733f71b81d4f8e825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39ab2f863f90043733f71b81d4f8e825", + "x-ms-correlation-request-id": "25e82dc2-6efa-4ac4-ab78-d34099a72b2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26689", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "b526bc43-ab8b-4d40-8911-7cb83f81e544", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063443Z:25e82dc2-6efa-4ac4-ab78-d34099a72b2d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2f974b7394ca790019f2ffca064a1882", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f974b7394ca790019f2ffca064a1882", + "x-ms-correlation-request-id": "e0a82edd-e3e5-4076-b6d0-fb04a461f10a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26688", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "a9bd51ea-a716-4095-8e44-0bcf3264fa4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063443Z:e0a82edd-e3e5-4076-b6d0-fb04a461f10a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "034741226804ae69db6d96a120f8f5d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "034741226804ae69db6d96a120f8f5d3", + "x-ms-correlation-request-id": "c8c8ce4c-e0bb-4c20-b2e4-182d621a8363", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26687", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "539d4e8a-16c1-4588-be97-dea43b27c6f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063444Z:c8c8ce4c-e0bb-4c20-b2e4-182d621a8363" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85649ef5985af2d62f321f9e3f6cfde8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85649ef5985af2d62f321f9e3f6cfde8", + "x-ms-correlation-request-id": "4ced5d46-2e5b-4f90-a1b6-a7972ec821d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26686", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "8bc19228-21ee-442a-a5d9-9473043d5c8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063444Z:4ced5d46-2e5b-4f90-a1b6-a7972ec821d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/871b1995-ecf1-49c2-abc3-7d46556d0213?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "925e98dfe5b10b21e2e9545cfd5e5821", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "925e98dfe5b10b21e2e9545cfd5e5821", + "x-ms-correlation-request-id": "9e516474-4495-4ace-8214-6271ff9714e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26685", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "26e78849-b1db-4f49-89fe-9772ed96bc3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063444Z:9e516474-4495-4ace-8214-6271ff9714e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:03.3906793\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:34:44.2813484\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u0022871b1995-ecf1-49c2-abc3-7d46556d0213\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315?api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68d52bfc92e689276a54d3d148ca6e6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2628", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68d52bfc92e689276a54d3d148ca6e6e", + "x-ms-correlation-request-id": "ca418c70-2ed1-48c2-8ac8-29aa8ba0e9a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2599", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "5845f572-7481-4ef7-b7fe-5e1604c5911a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063444Z:ca418c70-2ed1-48c2-8ac8-29aa8ba0e9a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-3315\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-3315\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u002277d576af-819b-4b94-891d-523f8c3c885b\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315?api-version=2021-03-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87c2ae6f63990f227d59a271447af4d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:34:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87c2ae6f63990f227d59a271447af4d0", + "x-ms-correlation-request-id": "67e225af-f75a-41e8-91ca-79a9a288d7e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-charge": "4", + "x-ms-request-id": "455f3896-2797-477f-843a-fe5aa6f1f443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063445Z:67e225af-f75a-41e8-91ca-79a9a288d7e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4fece57ad19b998709c5eb8cefb644f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fece57ad19b998709c5eb8cefb644f0", + "x-ms-correlation-request-id": "10382992-651f-4cb0-b29f-2d804f646039", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26684", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "1a819c40-3162-437c-ac87-c7ff8f86cc4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063445Z:10382992-651f-4cb0-b29f-2d804f646039" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49f802605a29dad7ac7616c43ac5fd2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49f802605a29dad7ac7616c43ac5fd2d", + "x-ms-correlation-request-id": "27dc1297-12ae-497b-847f-dea13ee81eac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26683", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "21f7f708-46b6-42aa-934e-3de18d0da33d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063445Z:27dc1297-12ae-497b-847f-dea13ee81eac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ff68a96a58d083577070bd1aa755cba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ff68a96a58d083577070bd1aa755cba", + "x-ms-correlation-request-id": "5fcc6f01-6074-48e6-a021-b79410c8c8a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26682", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "df5698be-0de8-4f04-8e01-ec806c4942fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063446Z:5fcc6f01-6074-48e6-a021-b79410c8c8a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0ffc3890795720ee0e12a225bac35e43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ffc3890795720ee0e12a225bac35e43", + "x-ms-correlation-request-id": "a0390574-ef38-4962-9484-ae8cfe0eb435", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26681", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "3485a4d5-6643-40c1-b49c-28908333a4bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063446Z:a0390574-ef38-4962-9484-ae8cfe0eb435" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "64f6bdc8e5bfbb62cdefd2214f052f37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64f6bdc8e5bfbb62cdefd2214f052f37", + "x-ms-correlation-request-id": "c4c27286-5874-43a1-9ad6-68bd74d566fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26680", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "f9bfe213-67af-4e09-bbca-ea5bc265186b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063446Z:c4c27286-5874-43a1-9ad6-68bd74d566fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02345c19edc91dd69cd6517a020f4eb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02345c19edc91dd69cd6517a020f4eb4", + "x-ms-correlation-request-id": "8e40836c-2658-4c98-84b1-ed8c30a2f5cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26679", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "b0753f70-0b10-450e-969e-c0cd9ec6631c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063446Z:8e40836c-2658-4c98-84b1-ed8c30a2f5cf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec09c7a8f77eaafbd5414167a6ccd108", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec09c7a8f77eaafbd5414167a6ccd108", + "x-ms-correlation-request-id": "7c20c197-1bdb-4139-a0f0-c36eaf6eb61a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26678", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "9463d2bc-7b35-4f5a-b5db-bc2c8d2aaba1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063447Z:7c20c197-1bdb-4139-a0f0-c36eaf6eb61a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e0b6be25b8eda7ae6d9c8e993e8b8bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e0b6be25b8eda7ae6d9c8e993e8b8bd", + "x-ms-correlation-request-id": "5dc5b1f3-c8fa-4eb3-a21f-711aa99dcd07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26677", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "217f4926-1534-49e8-bdc6-e6d8fb454b32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063447Z:5dc5b1f3-c8fa-4eb3-a21f-711aa99dcd07" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87781ea143fb21b860892d88ac6f76cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87781ea143fb21b860892d88ac6f76cf", + "x-ms-correlation-request-id": "ab400359-4d0e-44a3-9f49-cf5a2c1687ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26676", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "a5c8cd13-e380-420a-89b0-c50b69e2ad08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063447Z:ab400359-4d0e-44a3-9f49-cf5a2c1687ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97984804f0044c254c2f06a52f1116ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97984804f0044c254c2f06a52f1116ed", + "x-ms-correlation-request-id": "7c69f80e-d591-4b77-9819-99b5b9a2e904", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26674", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "dffa9686-3336-49db-8691-dd5005f3efeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063447Z:7c69f80e-d591-4b77-9819-99b5b9a2e904" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88c6838849539f0db2e9fd052ef22e77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88c6838849539f0db2e9fd052ef22e77", + "x-ms-correlation-request-id": "a19371c1-a971-4cd3-aeb5-e72f8046adc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26673", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "20e728ef-0c06-47c1-975e-01effb797e13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063448Z:a19371c1-a971-4cd3-aeb5-e72f8046adc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4be4f8622050b0b9f82c3bcc3c13f24f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4be4f8622050b0b9f82c3bcc3c13f24f", + "x-ms-correlation-request-id": "70c39760-f427-4be0-9f29-12254b4497d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26672", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "8f5ca2d8-99de-4d89-af7b-0528dfb30b36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063448Z:70c39760-f427-4be0-9f29-12254b4497d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28ff4072eda8bb7b3bf8e51af31f1e5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28ff4072eda8bb7b3bf8e51af31f1e5a", + "x-ms-correlation-request-id": "3580d658-6263-4d92-bc27-208236d58bee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26671", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "355f5dd1-b897-4180-bda5-0bcff52bdc05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063448Z:3580d658-6263-4d92-bc27-208236d58bee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36428e01cb2d689cca1590270e41629e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36428e01cb2d689cca1590270e41629e", + "x-ms-correlation-request-id": "88215f50-db89-41be-8f37-fe85c8dcc7fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26670", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "3e0c6af5-ab0c-4223-bfd2-3648e5f2b27e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063449Z:88215f50-db89-41be-8f37-fe85c8dcc7fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed93aef705f275ce7d2910573b9fbdd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed93aef705f275ce7d2910573b9fbdd8", + "x-ms-correlation-request-id": "491f4a07-6961-47f9-8c1b-fd3e84ac6519", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26669", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "2f0acf87-d3f0-4430-9224-97fa39e765e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063449Z:491f4a07-6961-47f9-8c1b-fd3e84ac6519" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aecbe00dbbd1a621a3975e935c54acfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aecbe00dbbd1a621a3975e935c54acfa", + "x-ms-correlation-request-id": "b84cc572-0cf0-4a26-89b3-188b47772207", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26668", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "63b315a5-de55-4e5f-ba2d-80a55124f7f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063449Z:b84cc572-0cf0-4a26-89b3-188b47772207" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45234695318cfb67bfccb904bb452d2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45234695318cfb67bfccb904bb452d2b", + "x-ms-correlation-request-id": "8caf8a32-82c8-44b1-912a-19ab183741d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26667", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "a193c60a-e7f1-4351-b22e-61d2af9f336e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063449Z:8caf8a32-82c8-44b1-912a-19ab183741d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d1ab758b4753bcd8cec495ba73b1828", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d1ab758b4753bcd8cec495ba73b1828", + "x-ms-correlation-request-id": "b1b8371d-df54-49c0-8650-359aaa16c350", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26666", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "836c639b-1b70-481d-86cc-0e067d0fa555", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063450Z:b1b8371d-df54-49c0-8650-359aaa16c350" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1fd5b70a-0dd8-413d-8abf-0df202cb0a5d?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4cb8c41571e7404994edcceb1f085ee9-ef6d5cd9dc644e40-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fccb7d0e483d521149bbe0e06e7f565d", + "x-ms-client-request-id": "f4c2157c787cdc4c79cfee04021deb5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "30", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:33:55 GMT", + "Date": "Mon, 25 Oct 2021 06:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc9775ee-582a-4abd-b8cf-1a3f7bb2457a", - "x-ms-client-request-id": "fccb7d0e483d521149bbe0e06e7f565d", - "x-ms-correlation-request-id": "6ad091c7-dc23-4404-b57e-1f5d7da8c110", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9c5dd203-edef-4f3c-ba56-d9e18a4fc746", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033355Z:6ad091c7-dc23-4404-b57e-1f5d7da8c110" + "x-ms-client-request-id": "f4c2157c787cdc4c79cfee04021deb5e", + "x-ms-correlation-request-id": "3d371577-48ab-4704-aa20-c810a8c36904", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26665", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "54a942f8-a65d-46bf-a9c2-016917b40a66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063450Z:3d371577-48ab-4704-aa20-c810a8c36904" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1fd5b70a-0dd8-413d-8abf-0df202cb0a5d?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4cb8c41571e7404994edcceb1f085ee9-c3e9f5658520ad40-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c85675b64abb1fb25de9191638b1c0e", + "x-ms-client-request-id": "a53b336a7e39e18479e7b89fe70b5484", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:33:56 GMT", + "Date": "Mon, 25 Oct 2021 06:34:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,40 +16766,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed3429fe-62d7-4d54-8438-af1291b0f06f", - "x-ms-client-request-id": "2c85675b64abb1fb25de9191638b1c0e", - "x-ms-correlation-request-id": "13e88222-b1e9-4d54-9076-4fe43f98cede", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "166ab4b9-ff38-4998-8ec5-3feffb2b52ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033356Z:13e88222-b1e9-4d54-9076-4fe43f98cede" + "x-ms-client-request-id": "a53b336a7e39e18479e7b89fe70b5484", + "x-ms-correlation-request-id": "7ea25b76-e0f1-4d3e-b9b0-ebd311a8482e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26664", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "ae9248db-a1ab-41bd-a59b-f76f8fb1dbb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063450Z:7ea25b76-e0f1-4d3e-b9b0-ebd311a8482e" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4cb8c41571e7404994edcceb1f085ee9-6c557e8fec4d5f4b-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6060470d3c70630cb227e753bd719fd0", + "x-ms-client-request-id": "a58790b43982dfae6b3eb4a6c5c8386e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1249", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:33:56 GMT", - "ETag": "W/\u0022a17badd9-ed4a-4a18-808e-87d7e1c4ba68\u0022", + "Date": "Mon, 25 Oct 2021 06:34:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8714,259 +16808,241 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23fd3eb1-7805-4016-814a-21289212435c", - "x-ms-client-request-id": "6060470d3c70630cb227e753bd719fd0", - "x-ms-correlation-request-id": "92ed5867-9b47-4fd9-829d-c491ad638612", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f49c543c-1aaa-4ffe-a988-314bb77c8c88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033357Z:92ed5867-9b47-4fd9-829d-c491ad638612" + "x-ms-client-request-id": "a58790b43982dfae6b3eb4a6c5c8386e", + "x-ms-correlation-request-id": "4928716c-ba26-4d7d-9b23-ce3800f65227", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26663", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "8870dba9-6d2b-4143-b1b4-10b521b324d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063450Z:4928716c-ba26-4d7d-9b23-ce3800f65227" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-2068\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a17badd9-ed4a-4a18-808e-87d7e1c4ba68\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022edf923f3-42ca-4296-aad4-90671e813ae5\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-4365\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a17badd9-ed4a-4a18-808e-87d7e1c4ba68\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1388", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "575404583648aa6f8219d75fb680efbe", + "x-ms-client-request-id": "74f1ea017300fdef91e17a94bfacf46d", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-3315", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74f1ea017300fdef91e17a94bfacf46d", + "x-ms-correlation-request-id": "2457456f-8c2a-4299-9359-40ce1c43612f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26662", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "3ad98cc6-3707-4ae5-82cc-375902d570af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063451Z:2457456f-8c2a-4299-9359-40ce1c43612f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "72506a7b459531dc845b39fbcadd1bb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72506a7b459531dc845b39fbcadd1bb0", + "x-ms-correlation-request-id": "f364d091-4176-4968-947e-b94df8db1167", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26661", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "92ed5290-d60e-4571-b949-c49276e77194", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063451Z:f364d091-4176-4968-947e-b94df8db1167" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc9e49aee01a4084a18913a1be1a20be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc9e49aee01a4084a18913a1be1a20be", + "x-ms-correlation-request-id": "7b8b92e2-e2b3-4226-bf6f-0301b41f5e47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26660", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "9801af61-768f-47c1-9c37-4f44f09c61bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063451Z:7b8b92e2-e2b3-4226-bf6f-0301b41f5e47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b2b4749c678bbd90ec0efa439f333b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:34:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b2b4749c678bbd90ec0efa439f333b3", + "x-ms-correlation-request-id": "8ce91dd2-9729-4f21-b757-ce4266b6ed38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26659", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "2604eaac-913a-47ce-bee4-8f2d3a7b0b0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063451Z:8ce91dd2-9729-4f21-b757-ce4266b6ed38" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75e5c9c5f80e9a52e60fd00b313a7269", + "x-ms-return-client-request-id": "true" }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:01 GMT", + "Date": "Mon, 25 Oct 2021 06:34:51 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "575404583648aa6f8219d75fb680efbe", - "x-ms-correlation-request-id": "37e3e0a5-834e-41ff-af2c-4083a8cc658f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;292,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-charge": "4", - "x-ms-request-id": "5b506427-91c3-4539-bac0-c4cfaff506c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033402Z:37e3e0a5-834e-41ff-af2c-4083a8cc658f" + "x-ms-client-request-id": "75e5c9c5f80e9a52e60fd00b313a7269", + "x-ms-correlation-request-id": "3954adf2-7b18-43f2-9829-5043b1b21718", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26658", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "0df80cad-1a87-4fb2-9fe2-b05b770f1c24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063452Z:3954adf2-7b18-43f2-9829-5043b1b21718" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-3315\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-3315\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022c611f08b-063c-40f2-b96d-3e96e44f15d4\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5f38c03ec537d7c6d7b5de5665adad32", + "x-ms-client-request-id": "82b27b3ac0b2e73870e2ed5af0df07ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8975,41 +17051,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:01 GMT", + "Date": "Mon, 25 Oct 2021 06:34:51 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f38c03ec537d7c6d7b5de5665adad32", - "x-ms-correlation-request-id": "7e59583a-5cd8-439c-a40b-242c2f5d6d95", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29356", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a3cde9bc-65ce-4f3c-be29-54bb8cf9bdbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033402Z:7e59583a-5cd8-439c-a40b-242c2f5d6d95" + "x-ms-client-request-id": "82b27b3ac0b2e73870e2ed5af0df07ad", + "x-ms-correlation-request-id": "c7fb0302-7c71-4925-97e6-84c578d9a71f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26657", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "9a6ab216-1731-4ea6-a91a-1fa5e8e7839d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063452Z:c7fb0302-7c71-4925-97e6-84c578d9a71f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ecb42937789f63b11635fc26bceb2ed9", + "x-ms-client-request-id": "f5dc6056ab3450b0f4907468f5cd89d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9018,7 +17093,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:03 GMT", + "Date": "Mon, 25 Oct 2021 06:34:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,31 +17102,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecb42937789f63b11635fc26bceb2ed9", - "x-ms-correlation-request-id": "b201ebce-8689-4c6a-8ca8-049657adbb24", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29355", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "dfa03e31-adf9-47c0-aabf-894ee3fd9b38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033403Z:b201ebce-8689-4c6a-8ca8-049657adbb24" + "x-ms-client-request-id": "f5dc6056ab3450b0f4907468f5cd89d4", + "x-ms-correlation-request-id": "784ec5ec-cdc6-41f7-befb-1755c19fe8fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26656", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "667c9f6b-a2e6-437d-8518-14621b7ab661", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063452Z:784ec5ec-cdc6-41f7-befb-1755c19fe8fa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f52023259048d9860bfa4e691796b8ad", + "x-ms-client-request-id": "be6a864db041040190fd042b0bf7aa07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9060,7 +17135,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:04 GMT", + "Date": "Mon, 25 Oct 2021 06:34:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,31 +17144,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f52023259048d9860bfa4e691796b8ad", - "x-ms-correlation-request-id": "6cc40bf3-0578-4185-8ae7-126c41676d7a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29354", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ae777fe9-a21c-49a7-a239-6241ce75a60a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033405Z:6cc40bf3-0578-4185-8ae7-126c41676d7a" + "x-ms-client-request-id": "be6a864db041040190fd042b0bf7aa07", + "x-ms-correlation-request-id": "069096b4-a988-402a-a14a-77c260461e4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26655", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "02a0e088-bf7f-4785-8a3e-76e764146fbd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063452Z:069096b4-a988-402a-a14a-77c260461e4a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "534c467407f3c6140fd54801c89f1aec", + "x-ms-client-request-id": "d1b523087d5d8f35ca618e214bd0f1a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9102,7 +17177,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:05 GMT", + "Date": "Mon, 25 Oct 2021 06:34:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,31 +17186,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "534c467407f3c6140fd54801c89f1aec", - "x-ms-correlation-request-id": "cba43a7a-82da-4997-ad8f-b08cbb8301cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29353", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "a49586db-5bfe-4157-9abb-67056925e13a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033406Z:cba43a7a-82da-4997-ad8f-b08cbb8301cb" + "x-ms-client-request-id": "d1b523087d5d8f35ca618e214bd0f1a3", + "x-ms-correlation-request-id": "1b69127d-60f1-4bc6-afd4-237717f90582", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26654", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "56c23a1a-6e3e-48b0-89af-5db06b8cdbb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063453Z:1b69127d-60f1-4bc6-afd4-237717f90582" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "42310487b78da7eaa2dae0a429484b80", + "x-ms-client-request-id": "6a0d18584974a66c5ed76436a68445fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9144,7 +17219,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:07 GMT", + "Date": "Mon, 25 Oct 2021 06:34:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,31 +17228,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42310487b78da7eaa2dae0a429484b80", - "x-ms-correlation-request-id": "220f8e1b-65be-45d2-be65-0cbe346190cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29352", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "7ccb2349-d52f-4dc1-b84e-1ba2dab91ab1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033407Z:220f8e1b-65be-45d2-be65-0cbe346190cb" + "x-ms-client-request-id": "6a0d18584974a66c5ed76436a68445fc", + "x-ms-correlation-request-id": "8d366544-3070-48a1-9d73-23bace72bfd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26653", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "d5c7aca7-6d15-423e-aa2b-d54b7e65dd21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063453Z:8d366544-3070-48a1-9d73-23bace72bfd5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "76b14f7cda9f1de50e59e6724785106c", + "x-ms-client-request-id": "d2606de5b817d07650daf3df22dfb8c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9186,7 +17261,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:08 GMT", + "Date": "Mon, 25 Oct 2021 06:34:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,31 +17270,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76b14f7cda9f1de50e59e6724785106c", - "x-ms-correlation-request-id": "f307ff0c-6814-4f99-a87c-db8e4a1cd718", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29351", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ff88f7cf-b877-430a-931f-50f2df602a0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033408Z:f307ff0c-6814-4f99-a87c-db8e4a1cd718" + "x-ms-client-request-id": "d2606de5b817d07650daf3df22dfb8c0", + "x-ms-correlation-request-id": "c5560fd4-4aaf-43ea-9fda-5e5b50455c6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26652", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "6d36ab14-ac72-428c-aa28-080b8f5ec2b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063453Z:c5560fd4-4aaf-43ea-9fda-5e5b50455c6f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "13e162df7665bd1f5ca4b019276f9cc7", + "x-ms-client-request-id": "f2d3610c40eabf92b60f738518fee945", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9228,7 +17303,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:09 GMT", + "Date": "Mon, 25 Oct 2021 06:34:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,31 +17312,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13e162df7665bd1f5ca4b019276f9cc7", - "x-ms-correlation-request-id": "d013b311-d16c-4142-9852-6ced301823f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29350", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "cbaa7880-38a8-4dce-bcdd-0bbd8149e505", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033410Z:d013b311-d16c-4142-9852-6ced301823f6" + "x-ms-client-request-id": "f2d3610c40eabf92b60f738518fee945", + "x-ms-correlation-request-id": "d46cfe5c-2ba1-432d-95bb-29b57978900a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26651", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "460f952b-3691-4540-b6eb-7237add9139e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063453Z:d46cfe5c-2ba1-432d-95bb-29b57978900a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7984c889a4edac4c1e133333d0775f1d", + "x-ms-client-request-id": "de3c911c1f6fa08ba23d199a558d837e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9270,7 +17345,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:10 GMT", + "Date": "Mon, 25 Oct 2021 06:34:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,31 +17354,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7984c889a4edac4c1e133333d0775f1d", - "x-ms-correlation-request-id": "f83587e7-1f72-4a65-a6b4-c2c824f9e28e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29349", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5483edf4-2e34-4b96-8865-73bbf3b3541a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033411Z:f83587e7-1f72-4a65-a6b4-c2c824f9e28e" + "x-ms-client-request-id": "de3c911c1f6fa08ba23d199a558d837e", + "x-ms-correlation-request-id": "e1ef1de2-0a05-49bb-9649-1b26ba03ccce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26650", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "3ad2ca62-af97-4f8b-be7e-d7fe1584137f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063454Z:e1ef1de2-0a05-49bb-9649-1b26ba03ccce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c6c474ca3866061a2ff419fb29ccf69f", + "x-ms-client-request-id": "452aa31f52b1a512dba01c0844f0b752", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9312,7 +17387,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:12 GMT", + "Date": "Mon, 25 Oct 2021 06:34:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,31 +17396,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6c474ca3866061a2ff419fb29ccf69f", - "x-ms-correlation-request-id": "1ba244b4-1278-41b7-af69-9344fa4a1099", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29348", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a8205121-01f0-4bee-bc1a-f87e565f6625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033412Z:1ba244b4-1278-41b7-af69-9344fa4a1099" + "x-ms-client-request-id": "452aa31f52b1a512dba01c0844f0b752", + "x-ms-correlation-request-id": "0e049fb0-3629-45b8-b011-2d5ff7f2247b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26649", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "5a4dcdb9-8aac-42a6-a8d3-cafef0c1e443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063454Z:0e049fb0-3629-45b8-b011-2d5ff7f2247b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7fe91ebc97003b7e1634f55142ecede5", + "x-ms-client-request-id": "90c2aef1daa3ec50d53350ad27f86a29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9354,7 +17429,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:13 GMT", + "Date": "Mon, 25 Oct 2021 06:34:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,31 +17438,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fe91ebc97003b7e1634f55142ecede5", - "x-ms-correlation-request-id": "901d1664-a1ae-4d4c-b8d8-4c25c5ed7fb3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29347", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "d9835a9a-968c-4726-93ba-ab7711fb06c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033413Z:901d1664-a1ae-4d4c-b8d8-4c25c5ed7fb3" + "x-ms-client-request-id": "90c2aef1daa3ec50d53350ad27f86a29", + "x-ms-correlation-request-id": "b5a3956c-4905-4ad9-b085-c223cc4425c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26648", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "4e8e956f-6419-4eb1-82d2-b7a456bbec68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063454Z:b5a3956c-4905-4ad9-b085-c223cc4425c4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b24f9344d5aa5160ad7e49f98a508351", + "x-ms-client-request-id": "7466f48ba3d4c9947f9602ce02835bb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9396,7 +17471,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:14 GMT", + "Date": "Mon, 25 Oct 2021 06:34:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,31 +17480,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b24f9344d5aa5160ad7e49f98a508351", - "x-ms-correlation-request-id": "352fe2e5-a24d-4ff8-a045-c80de9b15a58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29346", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "206573d8-4e84-4451-b05a-c063dc7c6856", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033415Z:352fe2e5-a24d-4ff8-a045-c80de9b15a58" + "x-ms-client-request-id": "7466f48ba3d4c9947f9602ce02835bb1", + "x-ms-correlation-request-id": "a6596b33-302a-49ee-81fb-7f9902173b3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26647", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "0ef3feb7-52da-4dd5-b248-b71ab1b14fec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063454Z:a6596b33-302a-49ee-81fb-7f9902173b3a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b176941de08d331cf689b03143c9c443", + "x-ms-client-request-id": "a6a8c786f3cb44db533d6f7e02647ee3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9438,7 +17513,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:15 GMT", + "Date": "Mon, 25 Oct 2021 06:34:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,31 +17522,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b176941de08d331cf689b03143c9c443", - "x-ms-correlation-request-id": "37e58b5e-5ec9-4a28-af3b-63c66aad6827", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29345", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "860071da-ca01-4362-b991-ca760c4c1e68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033416Z:37e58b5e-5ec9-4a28-af3b-63c66aad6827" + "x-ms-client-request-id": "a6a8c786f3cb44db533d6f7e02647ee3", + "x-ms-correlation-request-id": "58a80c6f-034e-4dcd-93bd-4ea14640bd63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26646", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "765be6c4-6f0f-4990-b581-5d4e2ca6e59c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063455Z:58a80c6f-034e-4dcd-93bd-4ea14640bd63" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "96b73407447de6f4bd98d2824d85b0c5", + "x-ms-client-request-id": "507cf336428a4d7e19f8110cd781ea51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9480,7 +17555,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:17 GMT", + "Date": "Mon, 25 Oct 2021 06:34:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,31 +17564,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96b73407447de6f4bd98d2824d85b0c5", - "x-ms-correlation-request-id": "0f20dfdd-e2b6-4809-878e-6f9677251b25", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29344", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0decce82-4479-4614-8d47-0cec7006f351", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033417Z:0f20dfdd-e2b6-4809-878e-6f9677251b25" + "x-ms-client-request-id": "507cf336428a4d7e19f8110cd781ea51", + "x-ms-correlation-request-id": "0c54270b-5a84-41d1-a581-f5d9bef93f71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26645", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "22c2bbab-d05e-4af3-9fcc-3c3a498c3908", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063455Z:0c54270b-5a84-41d1-a581-f5d9bef93f71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ad34a3b13b756457771cbc21252f0de3", + "x-ms-client-request-id": "60279fd7c34f985e182121963416c71a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9522,7 +17597,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:18 GMT", + "Date": "Mon, 25 Oct 2021 06:34:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,31 +17606,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad34a3b13b756457771cbc21252f0de3", - "x-ms-correlation-request-id": "5a152fd1-1050-442e-9b7d-c398d8af7cea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29343", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "2e3749b5-be39-48f4-ab87-feb07ec74fd0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033419Z:5a152fd1-1050-442e-9b7d-c398d8af7cea" + "x-ms-client-request-id": "60279fd7c34f985e182121963416c71a", + "x-ms-correlation-request-id": "0c5d1d2d-5145-4cb6-9cb2-f150e45892f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26644", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "fe7287c2-51e4-4a4c-8ea2-187978e47747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063455Z:0c5d1d2d-5145-4cb6-9cb2-f150e45892f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "55f206baec99d8d3a090f3f50d9ae570", + "x-ms-client-request-id": "0f981f180a064426485a8dd2e1ce6cd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9564,7 +17639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:19 GMT", + "Date": "Mon, 25 Oct 2021 06:34:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,31 +17648,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55f206baec99d8d3a090f3f50d9ae570", - "x-ms-correlation-request-id": "76f03b8d-5485-446b-8a97-270b2d231d34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29342", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d1e4ab27-b006-4aba-b640-dbbae2b9fcb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033420Z:76f03b8d-5485-446b-8a97-270b2d231d34" + "x-ms-client-request-id": "0f981f180a064426485a8dd2e1ce6cd1", + "x-ms-correlation-request-id": "5bfd5b71-6911-480e-8e47-504dedbcea58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26643", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "cea06377-c3f8-4276-bbb0-775f2a54f06e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063456Z:5bfd5b71-6911-480e-8e47-504dedbcea58" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9f80ead81694cbcedd531f6188d3c18e", + "x-ms-client-request-id": "63a61e531e3d739395e4376820e71903", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9606,7 +17681,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:21 GMT", + "Date": "Mon, 25 Oct 2021 06:34:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,31 +17690,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f80ead81694cbcedd531f6188d3c18e", - "x-ms-correlation-request-id": "bfb2c622-48e8-4a50-8eba-9b6e7ebd3d30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29341", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "9d086e96-fc8e-4e60-9330-7408db95f702", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033422Z:bfb2c622-48e8-4a50-8eba-9b6e7ebd3d30" + "x-ms-client-request-id": "63a61e531e3d739395e4376820e71903", + "x-ms-correlation-request-id": "f8488424-bad3-461a-894c-469e5498d48e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26642", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "0181397f-188c-4934-95e8-4b07ce7c35b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063456Z:f8488424-bad3-461a-894c-469e5498d48e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "46c8ee8a5a93c42bcf5b0de4476156dc", + "x-ms-client-request-id": "b8f4f631dae9cc4b78e317f4368bb74a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9648,7 +17723,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:22 GMT", + "Date": "Mon, 25 Oct 2021 06:34:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,31 +17732,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46c8ee8a5a93c42bcf5b0de4476156dc", - "x-ms-correlation-request-id": "b7d60575-7a04-44ab-bcc7-a2f209754624", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29340", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "82e01960-6506-4043-a920-309c509f5616", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033423Z:b7d60575-7a04-44ab-bcc7-a2f209754624" + "x-ms-client-request-id": "b8f4f631dae9cc4b78e317f4368bb74a", + "x-ms-correlation-request-id": "8531b209-e825-41c7-9548-f7b287c062aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26641", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "655d7ff6-9acb-40e2-8bd8-be7f69e9f44c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063456Z:8531b209-e825-41c7-9548-f7b287c062aa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3a484b366eaea34e37267846cd7250cd", + "x-ms-client-request-id": "15424fb4646ff9dd8b247a22d3be2361", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9690,7 +17765,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:24 GMT", + "Date": "Mon, 25 Oct 2021 06:34:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,31 +17774,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a484b366eaea34e37267846cd7250cd", - "x-ms-correlation-request-id": "146db6f7-473a-4b2c-befc-f75c8d35fb4c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29339", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "d9cec80a-6f4a-45ae-bc42-6f9189a87d56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033424Z:146db6f7-473a-4b2c-befc-f75c8d35fb4c" + "x-ms-client-request-id": "15424fb4646ff9dd8b247a22d3be2361", + "x-ms-correlation-request-id": "d086533b-2847-48a4-bed4-2da476514083", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26640", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "80b94077-5dee-4507-ba29-56ebb7fc7b6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063456Z:d086533b-2847-48a4-bed4-2da476514083" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e6b64ce9ed17dddbfbbd03908e9847c", + "x-ms-client-request-id": "eaa18941b4d979e8d2d9ea5a079f3d09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9732,7 +17807,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:25 GMT", + "Date": "Mon, 25 Oct 2021 06:34:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,31 +17816,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e6b64ce9ed17dddbfbbd03908e9847c", - "x-ms-correlation-request-id": "e29d8af6-5f18-4680-9ba0-66b9f803f346", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29338", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "c67d1d23-6c0b-49c4-aa8b-4ee540e08f6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033426Z:e29d8af6-5f18-4680-9ba0-66b9f803f346" + "x-ms-client-request-id": "eaa18941b4d979e8d2d9ea5a079f3d09", + "x-ms-correlation-request-id": "75121504-4a55-48eb-aedc-9fd8e5d8da2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26639", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "7b3221ee-b315-4dae-bc5b-fb0157665a3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063457Z:75121504-4a55-48eb-aedc-9fd8e5d8da2e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3c2b42fc868a1ce09f240e6de2e5f65d", + "x-ms-client-request-id": "d0b4ed2d03a4cd9419fa2dc55f29f9ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9774,7 +17849,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:26 GMT", + "Date": "Mon, 25 Oct 2021 06:34:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,31 +17858,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c2b42fc868a1ce09f240e6de2e5f65d", - "x-ms-correlation-request-id": "8731a258-e867-4cd8-9130-8feb28b9880d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29337", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "5eb2ca59-8717-4de2-a5a7-cbc3c18819f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033427Z:8731a258-e867-4cd8-9130-8feb28b9880d" + "x-ms-client-request-id": "d0b4ed2d03a4cd9419fa2dc55f29f9ba", + "x-ms-correlation-request-id": "945f2175-0519-4bcf-8fbf-285dd62815d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26638", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "7dd37660-a639-4715-a9de-6bd0eccd3ac0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063457Z:945f2175-0519-4bcf-8fbf-285dd62815d3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e216400b37f5970b6dca7bf29e159a4e", + "x-ms-client-request-id": "acb3b5bfccea007067c943967982f2ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9816,7 +17891,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:27 GMT", + "Date": "Mon, 25 Oct 2021 06:34:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,31 +17900,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e216400b37f5970b6dca7bf29e159a4e", - "x-ms-correlation-request-id": "3bd65e7f-686e-472c-b0be-316c1c003c6f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29336", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "17753ab8-0493-405c-b629-6e80d12a0610", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033428Z:3bd65e7f-686e-472c-b0be-316c1c003c6f" + "x-ms-client-request-id": "acb3b5bfccea007067c943967982f2ec", + "x-ms-correlation-request-id": "43538e5d-cad3-4323-b871-6de6bdb30543", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26637", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "b6984a20-9869-4201-a02e-a9aade19d084", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063457Z:43538e5d-cad3-4323-b871-6de6bdb30543" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b49fba113474842844f7ead8f709bd9", + "x-ms-client-request-id": "e5f470e6520a3dbcf5d4d0de862319a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9858,7 +17933,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:29 GMT", + "Date": "Mon, 25 Oct 2021 06:34:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,31 +17942,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b49fba113474842844f7ead8f709bd9", - "x-ms-correlation-request-id": "59bc6a56-d721-4345-9a26-a4465e53be6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29335", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "d3a0097e-ff45-48e9-a215-d4bbd1fda242", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033429Z:59bc6a56-d721-4345-9a26-a4465e53be6e" + "x-ms-client-request-id": "e5f470e6520a3dbcf5d4d0de862319a9", + "x-ms-correlation-request-id": "12a18d41-5306-40c7-b3d0-fb689de1d95a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26636", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "494b7f87-abea-4c89-a298-b4f79f052093", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063457Z:12a18d41-5306-40c7-b3d0-fb689de1d95a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c82d72c4a2d3c4863693cfc00bed7d8a", + "x-ms-client-request-id": "519a30df90eb601f7cb369dbc0fd5396", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9900,7 +17975,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:30 GMT", + "Date": "Mon, 25 Oct 2021 06:34:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,31 +17984,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c82d72c4a2d3c4863693cfc00bed7d8a", - "x-ms-correlation-request-id": "83788f56-c88b-47be-9f9f-8ed48c02bc04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29334", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "f9b8eb6c-4507-4b33-b403-3089d34c9417", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033431Z:83788f56-c88b-47be-9f9f-8ed48c02bc04" + "x-ms-client-request-id": "519a30df90eb601f7cb369dbc0fd5396", + "x-ms-correlation-request-id": "77480c0f-c115-49c4-8a3c-4ae6d0100bee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26635", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "a01ca081-078c-4c0d-83d9-077e04571b88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063458Z:77480c0f-c115-49c4-8a3c-4ae6d0100bee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e6cbc0896b9bf716fdce5da6b85e07fd", + "x-ms-client-request-id": "efde410814346cb0f975b716fb917a43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9942,7 +18017,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:31 GMT", + "Date": "Mon, 25 Oct 2021 06:34:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,31 +18026,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6cbc0896b9bf716fdce5da6b85e07fd", - "x-ms-correlation-request-id": "f78d8243-8036-44e1-88b6-c6ad382d8314", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29333", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "19418b9d-7b87-4a25-8bae-0e044b30923b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033432Z:f78d8243-8036-44e1-88b6-c6ad382d8314" + "x-ms-client-request-id": "efde410814346cb0f975b716fb917a43", + "x-ms-correlation-request-id": "2887904c-feaa-468e-8547-0a9bc51f2e4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26634", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "d9ef36df-ec21-4cb4-b308-3f08988ef9a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063458Z:2887904c-feaa-468e-8547-0a9bc51f2e4b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b2da12fd2e7ff7a758454b344823c97", + "x-ms-client-request-id": "48b699b0a1e8550051936956e8e07df7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9984,7 +18059,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:32 GMT", + "Date": "Mon, 25 Oct 2021 06:34:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9993,31 +18068,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b2da12fd2e7ff7a758454b344823c97", - "x-ms-correlation-request-id": "995e642e-8a0c-406c-874c-a02327dcbc71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29332", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "e1a0b08f-f82c-4bca-bdd8-fafab3e54921", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033433Z:995e642e-8a0c-406c-874c-a02327dcbc71" + "x-ms-client-request-id": "48b699b0a1e8550051936956e8e07df7", + "x-ms-correlation-request-id": "edf349f9-5825-4c89-b00d-6ae5e68366c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26633", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "a5a73735-7c23-41e5-8bef-3899e79af2d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063458Z:edf349f9-5825-4c89-b00d-6ae5e68366c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf23f4d1b4a4593e5c36cb0544e00cd8", + "x-ms-client-request-id": "45d639802a44cb75802d5775d90964ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10026,7 +18101,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:34 GMT", + "Date": "Mon, 25 Oct 2021 06:34:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,31 +18110,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf23f4d1b4a4593e5c36cb0544e00cd8", - "x-ms-correlation-request-id": "ea28cd1c-22d2-416c-b8c5-dad529d0b695", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29331", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "34965623-bf1e-410b-8b63-280b3d18b628", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033434Z:ea28cd1c-22d2-416c-b8c5-dad529d0b695" + "x-ms-client-request-id": "45d639802a44cb75802d5775d90964ea", + "x-ms-correlation-request-id": "4ed05bb3-669f-435f-b961-4d5d53912aa8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26632", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "4c1f3a68-0ca5-4ea1-877e-9cdbc3187208", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063458Z:4ed05bb3-669f-435f-b961-4d5d53912aa8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6990d28c52bfb7a245cc71161663b27b", + "x-ms-client-request-id": "262b25390b4766ae40889da0aa598318", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10068,7 +18143,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:35 GMT", + "Date": "Mon, 25 Oct 2021 06:34:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,31 +18152,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6990d28c52bfb7a245cc71161663b27b", - "x-ms-correlation-request-id": "e042bd45-8dae-4a2b-9dbb-1de54ee60ad2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29330", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "1941fea1-eebc-4e27-9ec9-fd4f01461987", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033436Z:e042bd45-8dae-4a2b-9dbb-1de54ee60ad2" + "x-ms-client-request-id": "262b25390b4766ae40889da0aa598318", + "x-ms-correlation-request-id": "e79bcad3-24ec-45d8-83a2-4a763043213d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26631", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "90134b49-4ceb-4803-a64b-4b1aea7617bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063459Z:e79bcad3-24ec-45d8-83a2-4a763043213d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c4d4c691373b7a5863d4cfb10675bb95", + "x-ms-client-request-id": "c295c0f834bb85ff24ebc8ba498b7c48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10110,7 +18185,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:36 GMT", + "Date": "Mon, 25 Oct 2021 06:34:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,31 +18194,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4d4c691373b7a5863d4cfb10675bb95", - "x-ms-correlation-request-id": "304a1abc-d493-46d6-a1bc-732c729fdeed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29329", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "27156043-f6b2-4ecf-a90c-830b53f9c42a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033437Z:304a1abc-d493-46d6-a1bc-732c729fdeed" + "x-ms-client-request-id": "c295c0f834bb85ff24ebc8ba498b7c48", + "x-ms-correlation-request-id": "ff7692b2-7cc8-49a4-a1f3-710536e2d963", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26630", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "e3d2f1ab-fd53-410b-ab80-0951872e0c9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063459Z:ff7692b2-7cc8-49a4-a1f3-710536e2d963" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "72267c78d2f17fd7526b89d8432843f9", + "x-ms-client-request-id": "c31d7e2e56b575b08a7004bb8cd42027", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10152,7 +18227,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:38 GMT", + "Date": "Mon, 25 Oct 2021 06:34:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,31 +18236,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72267c78d2f17fd7526b89d8432843f9", - "x-ms-correlation-request-id": "f2dec72b-5a93-4457-a771-4fe904fc8270", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29328", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "ac2a6c97-4c33-4eff-b823-0853ef2a858d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033438Z:f2dec72b-5a93-4457-a771-4fe904fc8270" + "x-ms-client-request-id": "c31d7e2e56b575b08a7004bb8cd42027", + "x-ms-correlation-request-id": "bd2ca25d-c0db-4490-a9c4-24ca48e2f996", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26629", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "30b199df-a395-4c63-8c4e-76616a3380a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063459Z:bd2ca25d-c0db-4490-a9c4-24ca48e2f996" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7d734f83480b549d7a1606eb83f0b0d0", + "x-ms-client-request-id": "197d3fa9a273042f26a5025b43f41db5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10194,7 +18269,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:39 GMT", + "Date": "Mon, 25 Oct 2021 06:34:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,31 +18278,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d734f83480b549d7a1606eb83f0b0d0", - "x-ms-correlation-request-id": "b1df8757-8f28-452e-a1b3-943929743b57", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;29327", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "c79ce079-5550-40e9-8949-8d5dc3dc09b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033440Z:b1df8757-8f28-452e-a1b3-943929743b57" + "x-ms-client-request-id": "197d3fa9a273042f26a5025b43f41db5", + "x-ms-correlation-request-id": "1725deed-3a18-4c30-b1d8-437ea186044a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26628", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "22b1890c-5f0b-43ce-bec8-08f47ff965dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063500Z:1725deed-3a18-4c30-b1d8-437ea186044a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9a9ddc10403cbe89ee5571cfae7f373a", + "x-ms-client-request-id": "2c71550cc03ca2630f20374a3043f84f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10236,7 +18311,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:40 GMT", + "Date": "Mon, 25 Oct 2021 06:34:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,31 +18320,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a9ddc10403cbe89ee5571cfae7f373a", - "x-ms-correlation-request-id": "039072d8-e1a0-4df0-8f82-8ddb6d906eb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29326", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "011ff57e-3549-41d5-86fd-84a2a476a593", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033441Z:039072d8-e1a0-4df0-8f82-8ddb6d906eb8" + "x-ms-client-request-id": "2c71550cc03ca2630f20374a3043f84f", + "x-ms-correlation-request-id": "44ca271b-9121-4bdb-900f-aed639742c39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14620,Microsoft.Compute/GetOperation30Min;26627", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "03d040af-822e-4ffd-b228-702eff763d75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063500Z:44ca271b-9121-4bdb-900f-aed639742c39" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b72dd5903d013089ded1f8dbccecfc62", + "x-ms-client-request-id": "0a10a0ca630d8cd44f189c0f53543196", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10278,7 +18353,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:41 GMT", + "Date": "Mon, 25 Oct 2021 06:34:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,31 +18362,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b72dd5903d013089ded1f8dbccecfc62", - "x-ms-correlation-request-id": "39d6b7e9-b7f2-40af-8550-d2eee3a410b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29325", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "a08d540c-69c2-468e-8a9d-0bdbc6c79c2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033442Z:39d6b7e9-b7f2-40af-8550-d2eee3a410b5" + "x-ms-client-request-id": "0a10a0ca630d8cd44f189c0f53543196", + "x-ms-correlation-request-id": "6a9e9368-5d0c-49be-a34f-1af279d7eec0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14619,Microsoft.Compute/GetOperation30Min;26626", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "b520b50e-2683-4dc3-94cb-f66411c115ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063500Z:6a9e9368-5d0c-49be-a34f-1af279d7eec0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "66c7b9baa98a42bcc6b58eb6d6cda6fa", + "x-ms-client-request-id": "37af4f52f463e9ebdbdb09526be4d4e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10320,7 +18395,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:43 GMT", + "Date": "Mon, 25 Oct 2021 06:35:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,31 +18404,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66c7b9baa98a42bcc6b58eb6d6cda6fa", - "x-ms-correlation-request-id": "93ebd377-c1df-45f3-861f-78eb5a1de8e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29324", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "d7ebf010-db61-4738-99c9-547de86b1292", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033443Z:93ebd377-c1df-45f3-861f-78eb5a1de8e6" + "x-ms-client-request-id": "37af4f52f463e9ebdbdb09526be4d4e3", + "x-ms-correlation-request-id": "dc7174ff-2e69-495e-be38-351f292ed9d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14618,Microsoft.Compute/GetOperation30Min;26625", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "e3362d35-525e-4c15-bc9b-ecbb37dfbecf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063500Z:dc7174ff-2e69-495e-be38-351f292ed9d7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ad5acbdef9c2d2ce526cbb6a48aef202", + "x-ms-client-request-id": "a291b3ac13e3a9a780e5dc2323544ebb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10362,7 +18437,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:44 GMT", + "Date": "Mon, 25 Oct 2021 06:35:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,31 +18446,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad5acbdef9c2d2ce526cbb6a48aef202", - "x-ms-correlation-request-id": "70dbdb51-6a3d-4762-9cf2-4aa81bfbdf42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29323", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "18b1f5d0-816e-4ba2-9875-262860476854", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033445Z:70dbdb51-6a3d-4762-9cf2-4aa81bfbdf42" + "x-ms-client-request-id": "a291b3ac13e3a9a780e5dc2323544ebb", + "x-ms-correlation-request-id": "7426d035-b357-4520-9f57-a736478b608f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;26624", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "b04f1227-e354-484b-af51-758f224529d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063501Z:7426d035-b357-4520-9f57-a736478b608f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f4150f58d0b7e7b019eaf04cafd35a10", + "x-ms-client-request-id": "e0f8a0eec193d6ecb5272e325982206a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10404,7 +18479,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:45 GMT", + "Date": "Mon, 25 Oct 2021 06:35:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,31 +18488,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4150f58d0b7e7b019eaf04cafd35a10", - "x-ms-correlation-request-id": "5453ebba-9a28-4f50-b970-98f46a069320", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;29322", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "bddc496c-f8ca-4c94-88d9-cab89c340097", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033446Z:5453ebba-9a28-4f50-b970-98f46a069320" + "x-ms-client-request-id": "e0f8a0eec193d6ecb5272e325982206a", + "x-ms-correlation-request-id": "174f0e85-6529-4871-ae14-9234e0b7b988", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;26623", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "fc691358-c4c3-464c-90ec-0c789f3ef1c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063501Z:174f0e85-6529-4871-ae14-9234e0b7b988" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "00fcfd2b4f92c09febf4141eed51fa18", + "x-ms-client-request-id": "a062b9448fc33fb3a706b77d17c7c587", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10446,7 +18521,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:46 GMT", + "Date": "Mon, 25 Oct 2021 06:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,31 +18530,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00fcfd2b4f92c09febf4141eed51fa18", - "x-ms-correlation-request-id": "e4d1c61c-9425-450e-8c02-250894698f5b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29321", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "c3040bd0-71d6-447e-95ee-49e485a48335", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033447Z:e4d1c61c-9425-450e-8c02-250894698f5b" + "x-ms-client-request-id": "a062b9448fc33fb3a706b77d17c7c587", + "x-ms-correlation-request-id": "4ee59f7b-37e0-4a39-b74c-1637c752e8d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;26622", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "6fdf22dd-5eec-436b-a664-2596679600d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063502Z:4ee59f7b-37e0-4a39-b74c-1637c752e8d2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c75d8cc3b2b80d431b7293d70982237e", + "x-ms-client-request-id": "ca644e8cf3eceb4fc6bbecbbe4754ffe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10488,7 +18563,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:48 GMT", + "Date": "Mon, 25 Oct 2021 06:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,31 +18572,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c75d8cc3b2b80d431b7293d70982237e", - "x-ms-correlation-request-id": "6c8348b4-e2f6-4434-a0d3-9d7c43e340ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29320", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "af45885c-2e53-4f4f-b943-0a59737c0349", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033449Z:6c8348b4-e2f6-4434-a0d3-9d7c43e340ec" + "x-ms-client-request-id": "ca644e8cf3eceb4fc6bbecbbe4754ffe", + "x-ms-correlation-request-id": "98b18ef8-24db-47db-aa87-da569f4b072b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;26621", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "213118f9-6297-4bdc-af36-cf39c9a598a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063502Z:98b18ef8-24db-47db-aa87-da569f4b072b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4b3faa12f1b10970705408c2bc91fac7", + "x-ms-client-request-id": "6ade72c4aef25ff7edb8398d096fbeed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10530,7 +18605,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:49 GMT", + "Date": "Mon, 25 Oct 2021 06:35:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10539,31 +18614,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b3faa12f1b10970705408c2bc91fac7", - "x-ms-correlation-request-id": "b48af30b-827e-4736-865e-31f819803068", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29319", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "e9e7461c-37a2-4e3c-82a2-b4e5c5e4a159", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033450Z:b48af30b-827e-4736-865e-31f819803068" + "x-ms-client-request-id": "6ade72c4aef25ff7edb8398d096fbeed", + "x-ms-correlation-request-id": "261533e5-6274-4c41-9ded-b70ba2c43cad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;26620", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "073b0cb5-bb39-475c-8277-74b55e3df136", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063503Z:261533e5-6274-4c41-9ded-b70ba2c43cad" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2389d8f092767858baefe41fbbc7b769", + "x-ms-client-request-id": "0aa5a762561d507e6a76d908a2f75a32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10572,7 +18647,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:50 GMT", + "Date": "Mon, 25 Oct 2021 06:35:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,31 +18656,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2389d8f092767858baefe41fbbc7b769", - "x-ms-correlation-request-id": "792c85c8-09b1-40e4-98ef-7bfb103d316a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14961,Microsoft.Compute/GetOperation30Min;29318", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "815f691f-b0b2-4ab8-bf44-4f2cff1487d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033451Z:792c85c8-09b1-40e4-98ef-7bfb103d316a" + "x-ms-client-request-id": "0aa5a762561d507e6a76d908a2f75a32", + "x-ms-correlation-request-id": "9598581b-564e-43b5-98df-509557d88758", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;26619", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "4bbf34fc-b32b-47e8-a1a3-cdbe165e9070", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063503Z:9598581b-564e-43b5-98df-509557d88758" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "420b95d1af12d1671b535764a9805189", + "x-ms-client-request-id": "a5b8b9b65ae9de945605dc33bac2e257", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10614,7 +18689,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:52 GMT", + "Date": "Mon, 25 Oct 2021 06:35:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,31 +18698,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "420b95d1af12d1671b535764a9805189", - "x-ms-correlation-request-id": "185ff0ac-3291-4bc1-8bf1-627f9ef4223c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29317", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "f44dd638-98d3-42c9-be35-a02cc83ebfcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033452Z:185ff0ac-3291-4bc1-8bf1-627f9ef4223c" + "x-ms-client-request-id": "a5b8b9b65ae9de945605dc33bac2e257", + "x-ms-correlation-request-id": "c0a511f8-a49b-44e7-9732-4ceb73aefc66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;26618", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "91e9d3f2-2199-4eee-9255-bb7cb66771dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063503Z:c0a511f8-a49b-44e7-9732-4ceb73aefc66" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "30e7cc7800f87f0752c690c10d504ea8", + "x-ms-client-request-id": "3d59fefc44cf6ee0f48e007bd4efbcf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10656,7 +18731,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:53 GMT", + "Date": "Mon, 25 Oct 2021 06:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,31 +18740,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30e7cc7800f87f0752c690c10d504ea8", - "x-ms-correlation-request-id": "ac99fcb6-0747-49c2-b397-0585ef9b6a24", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29316", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "b5160de0-f79d-413f-bc1c-654304dbd66e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033454Z:ac99fcb6-0747-49c2-b397-0585ef9b6a24" + "x-ms-client-request-id": "3d59fefc44cf6ee0f48e007bd4efbcf6", + "x-ms-correlation-request-id": "e770904a-a784-4f1b-985a-a08268abc8f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;26617", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "29bfd4f2-dc10-4439-b54d-44e1a5ed621e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063503Z:e770904a-a784-4f1b-985a-a08268abc8f2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "26f19f9cb78641b571b807223bf4cf3a", + "x-ms-client-request-id": "50d6065d19b6070412c6b418794a96a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10698,7 +18773,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:54 GMT", + "Date": "Mon, 25 Oct 2021 06:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,31 +18782,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26f19f9cb78641b571b807223bf4cf3a", - "x-ms-correlation-request-id": "f07ebbf5-9a19-4c8e-9ea8-eb56dc557a31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29315", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "56dc5b93-f3fe-4b28-97eb-ce2a07eaf640", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033455Z:f07ebbf5-9a19-4c8e-9ea8-eb56dc557a31" + "x-ms-client-request-id": "50d6065d19b6070412c6b418794a96a7", + "x-ms-correlation-request-id": "8444ca69-ce2a-45e9-9d87-f22509ede191", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;26616", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "bc3ff801-b372-4a8f-a9ed-05f274129d71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063504Z:8444ca69-ce2a-45e9-9d87-f22509ede191" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eea75a9d87e0d1708e8bf04b1ea5c3ca", + "x-ms-client-request-id": "a40b81941d9e7162d949b15b5a190a66", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10740,7 +18815,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:55 GMT", + "Date": "Mon, 25 Oct 2021 06:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,31 +18824,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eea75a9d87e0d1708e8bf04b1ea5c3ca", - "x-ms-correlation-request-id": "6b9c9ca4-8150-453a-841d-760b18fe21b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29314", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "4a7eed81-272a-40e5-b28b-e56967a5c45c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033456Z:6b9c9ca4-8150-453a-841d-760b18fe21b5" + "x-ms-client-request-id": "a40b81941d9e7162d949b15b5a190a66", + "x-ms-correlation-request-id": "49ade41d-3e75-4b71-8604-a49e843ab39b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;26615", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "573f5c29-458c-4d28-8ac5-74ccf7cb3c80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063504Z:49ade41d-3e75-4b71-8604-a49e843ab39b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "09c7ae052b8fc00317a5bf40f8e5445e", + "x-ms-client-request-id": "b3d6e64991ebe3a1fa512a0890c7f5aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10782,7 +18857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:57 GMT", + "Date": "Mon, 25 Oct 2021 06:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,31 +18866,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09c7ae052b8fc00317a5bf40f8e5445e", - "x-ms-correlation-request-id": "4fe56350-3192-4c5e-bc21-7475a916ebc4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;29313", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "92ef6a59-2087-4dd0-b772-967f444e3b26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033457Z:4fe56350-3192-4c5e-bc21-7475a916ebc4" + "x-ms-client-request-id": "b3d6e64991ebe3a1fa512a0890c7f5aa", + "x-ms-correlation-request-id": "b5b2b64f-94d8-408b-8c03-d3588484213f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;26614", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "6e7c9fe4-22be-4825-bd0d-f587c1016f0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063504Z:b5b2b64f-94d8-408b-8c03-d3588484213f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b22456f75fa915c82f1f98fac76922cc", + "x-ms-client-request-id": "53e758f718e44057a365766c68a9adf9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10824,7 +18899,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:58 GMT", + "Date": "Mon, 25 Oct 2021 06:35:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,31 +18908,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b22456f75fa915c82f1f98fac76922cc", - "x-ms-correlation-request-id": "19e9333c-c53b-4f1b-b8ad-1dfe27bfff1e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29312", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "76fe43d5-d9d5-4106-a8fe-c7c978403a96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033459Z:19e9333c-c53b-4f1b-b8ad-1dfe27bfff1e" + "x-ms-client-request-id": "53e758f718e44057a365766c68a9adf9", + "x-ms-correlation-request-id": "f0ce1b73-a91a-48dc-8b47-48829c40e28b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;26613", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "4fe75e3c-1f00-4f15-b704-d7e05d6779b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063504Z:f0ce1b73-a91a-48dc-8b47-48829c40e28b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8d1d3cf4c52c71aa56e6d73ac72fd8a8", + "x-ms-client-request-id": "92cf4dbce27402bce028a94df25ae111", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10866,7 +18941,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:34:59 GMT", + "Date": "Mon, 25 Oct 2021 06:35:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,31 +18950,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d1d3cf4c52c71aa56e6d73ac72fd8a8", - "x-ms-correlation-request-id": "cb911c4e-1a18-485b-9918-11257a5471cd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;29311", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "7ef58a54-4f64-458e-9652-b2c135d16ba5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033500Z:cb911c4e-1a18-485b-9918-11257a5471cd" + "x-ms-client-request-id": "92cf4dbce27402bce028a94df25ae111", + "x-ms-correlation-request-id": "9535b55d-046a-48f1-bc0c-9b8aed2ac50c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;26612", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "72458ce9-2ef3-4801-89e2-f22bab54f1e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063505Z:9535b55d-046a-48f1-bc0c-9b8aed2ac50c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c85491471080a621e5b1da6f9309f9ae", + "x-ms-client-request-id": "02630654b73230828f950f851a347a50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10908,7 +18983,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:00 GMT", + "Date": "Mon, 25 Oct 2021 06:35:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,31 +18992,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c85491471080a621e5b1da6f9309f9ae", - "x-ms-correlation-request-id": "7e264340-2157-4cb5-bf38-632ea809c29f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29310", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "e909fded-b3d1-42de-8b79-3caf97cb83e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033501Z:7e264340-2157-4cb5-bf38-632ea809c29f" + "x-ms-client-request-id": "02630654b73230828f950f851a347a50", + "x-ms-correlation-request-id": "06ca33d3-9239-4e7b-8314-e14e2cad567c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;26611", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "dfe0ea56-1e7b-4414-bbf5-30f6f360ac0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063505Z:06ca33d3-9239-4e7b-8314-e14e2cad567c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bb4cf282b7c73131abb35bc2878e4dff", + "x-ms-client-request-id": "424c31a462f815359be473bb6e0a4d49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10950,7 +19025,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:02 GMT", + "Date": "Mon, 25 Oct 2021 06:35:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,31 +19034,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb4cf282b7c73131abb35bc2878e4dff", - "x-ms-correlation-request-id": "92e63071-dd32-4cae-bd61-6231e9c6d16b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;29309", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "e7ae2f61-0d06-4542-855f-a329c2462fc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033502Z:92e63071-dd32-4cae-bd61-6231e9c6d16b" + "x-ms-client-request-id": "424c31a462f815359be473bb6e0a4d49", + "x-ms-correlation-request-id": "b7832d0a-39d0-481c-9faf-4c178067b2f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;26610", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "f8dedf2e-6dc3-4e7c-8c36-4f517a7fdd7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063505Z:b7832d0a-39d0-481c-9faf-4c178067b2f8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "35b2ef475a14e34b1b77a77bea3bdd4d", + "x-ms-client-request-id": "61186584aa4605c7cb9e03ded236e7ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10992,7 +19067,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:03 GMT", + "Date": "Mon, 25 Oct 2021 06:35:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,31 +19076,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35b2ef475a14e34b1b77a77bea3bdd4d", - "x-ms-correlation-request-id": "86072747-7860-4342-a6f0-a5155a30529a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14950,Microsoft.Compute/GetOperation30Min;29307", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "d0e9d989-49de-4644-8f02-a49395e4a5ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033504Z:86072747-7860-4342-a6f0-a5155a30529a" + "x-ms-client-request-id": "61186584aa4605c7cb9e03ded236e7ab", + "x-ms-correlation-request-id": "91998413-7ffc-4b14-ae21-6c9df35e26ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;26609", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "31d0cccf-8845-4119-9566-da46dcb52285", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063505Z:91998413-7ffc-4b14-ae21-6c9df35e26ea" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d4b729ed1ce390e15f231dccb55e1e57", + "x-ms-client-request-id": "c1a959ae9e0df118d14d664d43c7c284", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11034,7 +19109,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:04 GMT", + "Date": "Mon, 25 Oct 2021 06:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,31 +19118,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4b729ed1ce390e15f231dccb55e1e57", - "x-ms-correlation-request-id": "88b4034a-3155-4251-8043-fbbef249b8a7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29306", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "dce33262-8ff7-45ca-9041-daa40a83b5b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033505Z:88b4034a-3155-4251-8043-fbbef249b8a7" + "x-ms-client-request-id": "c1a959ae9e0df118d14d664d43c7c284", + "x-ms-correlation-request-id": "51abf9dd-b1f3-4fe3-a77f-fae416bf9be6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;26608", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "a9dff1a5-b228-41e8-87c9-5ced738866e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063506Z:51abf9dd-b1f3-4fe3-a77f-fae416bf9be6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a428db63c3572899a768a0500fb64670", + "x-ms-client-request-id": "b501c548191cf90a6a4677595f574265", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11076,7 +19151,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:05 GMT", + "Date": "Mon, 25 Oct 2021 06:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,31 +19160,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a428db63c3572899a768a0500fb64670", - "x-ms-correlation-request-id": "607a59b1-d3c7-492c-94c3-40bfcab860f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;29305", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "ddaf0923-47b0-4698-a607-148f4dda7705", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033506Z:607a59b1-d3c7-492c-94c3-40bfcab860f6" + "x-ms-client-request-id": "b501c548191cf90a6a4677595f574265", + "x-ms-correlation-request-id": "a80a6486-168f-4d61-b638-d6c7b308d516", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;26607", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "10d89592-7154-4bb2-ba70-36f1a661a586", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063506Z:a80a6486-168f-4d61-b638-d6c7b308d516" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5ed50ed578d62a1c0d22d5f13d7e2ebc", + "x-ms-client-request-id": "150dc7fc8c61e53c4c2690f84479c104", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11118,7 +19193,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:07 GMT", + "Date": "Mon, 25 Oct 2021 06:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,31 +19202,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ed50ed578d62a1c0d22d5f13d7e2ebc", - "x-ms-correlation-request-id": "09bd26b4-6905-4e0a-859a-66764a843e43", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29304", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "d0d445ca-979d-4898-9b37-7109c8f6a243", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033507Z:09bd26b4-6905-4e0a-859a-66764a843e43" + "x-ms-client-request-id": "150dc7fc8c61e53c4c2690f84479c104", + "x-ms-correlation-request-id": "413a54ca-5eeb-4714-926a-4c118b9fe4fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;26606", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "234baf3c-475a-4d69-91bf-a4e3f2911f05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063506Z:413a54ca-5eeb-4714-926a-4c118b9fe4fa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0f17505839132af68f8f2d7a7c9081a9", + "x-ms-client-request-id": "0c957edb3235948e4eb056c727be9279", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +19235,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:08 GMT", + "Date": "Mon, 25 Oct 2021 06:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,31 +19244,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f17505839132af68f8f2d7a7c9081a9", - "x-ms-correlation-request-id": "dd5b82d3-fc6f-4172-9435-2c30ff1f3199", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;29303", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "d64ea4f2-6b6d-41a7-b806-e851f8fd493d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033509Z:dd5b82d3-fc6f-4172-9435-2c30ff1f3199" + "x-ms-client-request-id": "0c957edb3235948e4eb056c727be9279", + "x-ms-correlation-request-id": "1b0a5ab9-a050-4e9c-831d-ff368184ecd4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;26605", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "d126202b-8a0c-4c67-8cd0-ccf8b33c3cad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063506Z:1b0a5ab9-a050-4e9c-831d-ff368184ecd4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c51010aadb9bb23891b68f68811b4f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c51010aadb9bb23891b68f68811b4f1", + "x-ms-correlation-request-id": "7d53dcf0-4bc2-4a66-894a-9d15c72e2742", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;26604", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "42105b01-03f7-4e4e-9757-cae10cf335a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063507Z:7d53dcf0-4bc2-4a66-894a-9d15c72e2742" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a6f7acdcbf89ea81befd9634eda8eb28", + "x-ms-client-request-id": "e17d728435c1ca2f3878c6b13574be8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11202,7 +19319,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:10 GMT", + "Date": "Mon, 25 Oct 2021 06:35:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,31 +19328,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6f7acdcbf89ea81befd9634eda8eb28", - "x-ms-correlation-request-id": "f5677113-6f08-478b-a5d2-82a7fb6ede27", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;29302", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "72408b67-ea0f-4617-9716-36c25aa536f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033510Z:f5677113-6f08-478b-a5d2-82a7fb6ede27" + "x-ms-client-request-id": "e17d728435c1ca2f3878c6b13574be8d", + "x-ms-correlation-request-id": "ff46a4de-baa3-4bc0-9730-10b69fd221aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;26603", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "b5ab58aa-c4cb-4728-a148-e12bab98aa97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063507Z:ff46a4de-baa3-4bc0-9730-10b69fd221aa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bef7e43a379e9c5c18abcf464ba1ae7c", + "x-ms-client-request-id": "43ee179445282e4a5ada8319c9980c3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11244,7 +19361,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:11 GMT", + "Date": "Mon, 25 Oct 2021 06:35:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,31 +19370,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bef7e43a379e9c5c18abcf464ba1ae7c", - "x-ms-correlation-request-id": "ef2e79c1-bd81-4c75-b652-1744c0d174a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;29301", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "31827e25-6ae2-4ec7-9c4e-6eb84e5a181f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033512Z:ef2e79c1-bd81-4c75-b652-1744c0d174a9" + "x-ms-client-request-id": "43ee179445282e4a5ada8319c9980c3d", + "x-ms-correlation-request-id": "01b052fa-bfd2-42bb-ba23-9ed495d7bfce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;26602", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "b82c02c0-5b67-4483-b5aa-fb51c6fe327e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063507Z:01b052fa-bfd2-42bb-ba23-9ed495d7bfce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "90152ca088879832cf2d5015a2c13ce6", + "x-ms-client-request-id": "b44265fbb140d4b7d1864341e7728514", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11286,7 +19403,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:13 GMT", + "Date": "Mon, 25 Oct 2021 06:35:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,31 +19412,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90152ca088879832cf2d5015a2c13ce6", - "x-ms-correlation-request-id": "8c5d7de8-d4f1-4479-9f49-24afec0c5e72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29300", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "2692e955-4295-4012-8b9e-58aae4352170", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033513Z:8c5d7de8-d4f1-4479-9f49-24afec0c5e72" + "x-ms-client-request-id": "b44265fbb140d4b7d1864341e7728514", + "x-ms-correlation-request-id": "98e0a77e-448d-4376-a53c-05ba4bb0798d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;26601", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "ca388a8c-ed98-453f-b785-cae12ecab822", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063507Z:98e0a77e-448d-4376-a53c-05ba4bb0798d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "974005a4c298a40b4f5b8ddef03a9f1c", + "x-ms-client-request-id": "7161da5d71223fc9284f86e7b21600a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +19445,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:14 GMT", + "Date": "Mon, 25 Oct 2021 06:35:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,31 +19454,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "974005a4c298a40b4f5b8ddef03a9f1c", - "x-ms-correlation-request-id": "199627af-a120-41ba-bbfd-da4cee85202e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29299", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "eb47ea76-b65e-4a6a-aed2-a5f0875c45b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033514Z:199627af-a120-41ba-bbfd-da4cee85202e" + "x-ms-client-request-id": "7161da5d71223fc9284f86e7b21600a0", + "x-ms-correlation-request-id": "7b9bc6ff-4d55-4684-baf9-9a7568f2ff55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;26600", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "8e03dff6-dcd0-4194-8667-40445a6d15d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063508Z:7b9bc6ff-4d55-4684-baf9-9a7568f2ff55" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c094194f5a93b2a0b15fef71e647fa57", + "x-ms-client-request-id": "d0b5886c0a32e34d5f1971a1020947e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11370,7 +19487,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:16 GMT", + "Date": "Mon, 25 Oct 2021 06:35:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11379,31 +19496,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c094194f5a93b2a0b15fef71e647fa57", - "x-ms-correlation-request-id": "a507bfd0-08d4-4b13-b99c-2523f0f5d2ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14941,Microsoft.Compute/GetOperation30Min;29298", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "faefa944-c1ee-4b7c-949f-ec8a003b1e37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033516Z:a507bfd0-08d4-4b13-b99c-2523f0f5d2ab" + "x-ms-client-request-id": "d0b5886c0a32e34d5f1971a1020947e8", + "x-ms-correlation-request-id": "43ddd3e2-faac-40b4-b207-8b3dc73f6434", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;26599", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "3bc1c86c-c79c-4136-ba59-c61b6256f890", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063508Z:43ddd3e2-faac-40b4-b207-8b3dc73f6434" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "45a2e96e1661dee42170402cfa54a894", + "x-ms-client-request-id": "efbc6e549a378a1a9b028bf12acf21bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11412,7 +19529,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:17 GMT", + "Date": "Mon, 25 Oct 2021 06:35:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11421,31 +19538,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45a2e96e1661dee42170402cfa54a894", - "x-ms-correlation-request-id": "a4d3dd45-59a4-496f-8477-5cc7a58759a7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;29297", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "4d910824-35e6-42da-9e56-e52a1a22c0c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033517Z:a4d3dd45-59a4-496f-8477-5cc7a58759a7" + "x-ms-client-request-id": "efbc6e549a378a1a9b028bf12acf21bb", + "x-ms-correlation-request-id": "cea21196-6cd1-45bf-8e86-363748aa843b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;26598", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "56b57016-076c-423a-acde-1f10892aa1a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063508Z:cea21196-6cd1-45bf-8e86-363748aa843b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "88c5338e7b2d4953648de539d29abd08", + "x-ms-client-request-id": "5ed4a386b5bc52e28d7e1209ff273d1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11454,7 +19571,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:18 GMT", + "Date": "Mon, 25 Oct 2021 06:35:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11463,31 +19580,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88c5338e7b2d4953648de539d29abd08", - "x-ms-correlation-request-id": "83401f2e-d7c6-4e5e-a23b-e6ffb5259ee4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14939,Microsoft.Compute/GetOperation30Min;29296", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "e59d8a83-bf33-43c7-a46f-215159328759", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033518Z:83401f2e-d7c6-4e5e-a23b-e6ffb5259ee4" + "x-ms-client-request-id": "5ed4a386b5bc52e28d7e1209ff273d1e", + "x-ms-correlation-request-id": "59b19a73-189f-43a9-bfae-535ebfc5d5b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;26597", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "4c2c4907-eb0e-4049-8e51-94855e1387ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063508Z:59b19a73-189f-43a9-bfae-535ebfc5d5b1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "06703660599838bb35b59f221a74b75d", + "x-ms-client-request-id": "44939d071059d2686d2b342f7e5bb88f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11496,7 +19613,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:19 GMT", + "Date": "Mon, 25 Oct 2021 06:35:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11505,31 +19622,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06703660599838bb35b59f221a74b75d", - "x-ms-correlation-request-id": "9839da1c-ebdb-4f73-9fae-e2c556081d30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14938,Microsoft.Compute/GetOperation30Min;29295", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "e58eb40b-0cd4-4a1c-b8de-0211aca3ff03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033519Z:9839da1c-ebdb-4f73-9fae-e2c556081d30" + "x-ms-client-request-id": "44939d071059d2686d2b342f7e5bb88f", + "x-ms-correlation-request-id": "2f4ccfc1-be00-42d8-836f-ba395db2e04a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;26596", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "840e5e3c-b974-4c2b-b57b-151d3f647973", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063509Z:2f4ccfc1-be00-42d8-836f-ba395db2e04a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b2e25bb67181f22a9658e0d330aa0b87", + "x-ms-client-request-id": "5e1ab6f7e8349e2b8c6a62b887118a74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11538,7 +19655,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:21 GMT", + "Date": "Mon, 25 Oct 2021 06:35:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11547,31 +19664,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2e25bb67181f22a9658e0d330aa0b87", - "x-ms-correlation-request-id": "7c477187-1224-4996-9984-9672b4fbcd8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14937,Microsoft.Compute/GetOperation30Min;29294", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "3d68f4e3-a55b-447e-9a01-dc58065438cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033521Z:7c477187-1224-4996-9984-9672b4fbcd8c" + "x-ms-client-request-id": "5e1ab6f7e8349e2b8c6a62b887118a74", + "x-ms-correlation-request-id": "a58b414f-cd81-4a40-9f18-9c3f6c1c9c31", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;26595", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "7f638353-4ea5-4b7a-bfc2-e63afba67ea7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063509Z:a58b414f-cd81-4a40-9f18-9c3f6c1c9c31" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c4cb38b2a2e434fc788d5277dc302ff0", + "x-ms-client-request-id": "8de96dc5dd3c75623a02f19180b2d431", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11580,7 +19697,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:22 GMT", + "Date": "Mon, 25 Oct 2021 06:35:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11589,31 +19706,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4cb38b2a2e434fc788d5277dc302ff0", - "x-ms-correlation-request-id": "34b3af92-3262-4ed4-b3b2-5480b42db0f4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14936,Microsoft.Compute/GetOperation30Min;29293", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "a29b431d-7f40-4b89-9436-066128953b80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033522Z:34b3af92-3262-4ed4-b3b2-5480b42db0f4" + "x-ms-client-request-id": "8de96dc5dd3c75623a02f19180b2d431", + "x-ms-correlation-request-id": "2b23c34e-29ba-49ef-bf46-2902aad6f56f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;26594", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "eb2e6647-a93b-42a2-b88c-df6698c39a19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063509Z:2b23c34e-29ba-49ef-bf46-2902aad6f56f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "778388d60bb7ef860c7d704078e7078b", + "x-ms-client-request-id": "491182c6de0d1fea71f4b8efaeb04a5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11622,7 +19739,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:23 GMT", + "Date": "Mon, 25 Oct 2021 06:35:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11631,31 +19748,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "778388d60bb7ef860c7d704078e7078b", - "x-ms-correlation-request-id": "f952579c-936c-4681-a718-9f81174e6552", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14935,Microsoft.Compute/GetOperation30Min;29292", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "131ba626-fa63-48f5-b745-8b6c3528b0a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033523Z:f952579c-936c-4681-a718-9f81174e6552" + "x-ms-client-request-id": "491182c6de0d1fea71f4b8efaeb04a5b", + "x-ms-correlation-request-id": "7041c0c0-7712-4ba0-803c-a62883f47e3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26593", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "2dc2f86c-dfa5-45e0-a1d8-c7382fdbd16e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063509Z:7041c0c0-7712-4ba0-803c-a62883f47e3e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e27018a9f3a814795eae39f41eb21565", + "x-ms-client-request-id": "116ac0a02b711a5253a52432f79a1ed9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11664,7 +19781,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:25 GMT", + "Date": "Mon, 25 Oct 2021 06:35:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11673,31 +19790,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e27018a9f3a814795eae39f41eb21565", - "x-ms-correlation-request-id": "418b2060-9341-48cf-b12f-c7d9cb8f361b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14934,Microsoft.Compute/GetOperation30Min;29291", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "80769c5d-1468-4b6b-8bb4-5a51598e7c44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033525Z:418b2060-9341-48cf-b12f-c7d9cb8f361b" + "x-ms-client-request-id": "116ac0a02b711a5253a52432f79a1ed9", + "x-ms-correlation-request-id": "1b8fc396-f059-41ce-8643-5e17594a5874", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26592", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "8a1b3e85-3abe-4daf-9a7a-7d060453823e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063510Z:1b8fc396-f059-41ce-8643-5e17594a5874" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a8fdf0289426a7cfb1dbb76631bbbb91", + "x-ms-client-request-id": "05f230954100e66782ca1b482573c689", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11706,7 +19823,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:26 GMT", + "Date": "Mon, 25 Oct 2021 06:35:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11715,31 +19832,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8fdf0289426a7cfb1dbb76631bbbb91", - "x-ms-correlation-request-id": "27bf6cf7-89af-4bc0-8da6-2d875b7f9b52", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14933,Microsoft.Compute/GetOperation30Min;29290", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "18e0fb82-33d7-4173-b9f0-79323b6700cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033526Z:27bf6cf7-89af-4bc0-8da6-2d875b7f9b52" + "x-ms-client-request-id": "05f230954100e66782ca1b482573c689", + "x-ms-correlation-request-id": "e3731777-8b71-438c-819c-27c336b43b68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26591", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "10a01e4a-7ec5-436c-8613-cc40decceb91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063510Z:e3731777-8b71-438c-819c-27c336b43b68" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c3cdc7854dc0e2470f6f1808d192d059", + "x-ms-client-request-id": "c0f195b8c2479ac02ff7f567b9b727d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11748,7 +19865,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:27 GMT", + "Date": "Mon, 25 Oct 2021 06:35:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11757,31 +19874,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3cdc7854dc0e2470f6f1808d192d059", - "x-ms-correlation-request-id": "0f7ee94e-1a94-4e64-a134-c378f6086585", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14932,Microsoft.Compute/GetOperation30Min;29289", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "dc808442-2d82-4f2d-9877-e3c386ff502d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033527Z:0f7ee94e-1a94-4e64-a134-c378f6086585" + "x-ms-client-request-id": "c0f195b8c2479ac02ff7f567b9b727d7", + "x-ms-correlation-request-id": "a988d5e9-56ad-465e-93fb-e5c0f1d7f490", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26590", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "812821c4-e529-408d-ad76-e62307289e35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063510Z:a988d5e9-56ad-465e-93fb-e5c0f1d7f490" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "88180b675fe9156548c830cc3b12e2a3", + "x-ms-client-request-id": "7e59ded645bd5e5b59838ea70f0af5e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11790,7 +19907,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:29 GMT", + "Date": "Mon, 25 Oct 2021 06:35:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11799,31 +19916,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88180b675fe9156548c830cc3b12e2a3", - "x-ms-correlation-request-id": "c89b1c8d-ab96-45e0-9c33-db8b07e40eb6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14931,Microsoft.Compute/GetOperation30Min;29288", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "25e281fe-0721-468f-9a99-eecb0e3597c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033529Z:c89b1c8d-ab96-45e0-9c33-db8b07e40eb6" + "x-ms-client-request-id": "7e59ded645bd5e5b59838ea70f0af5e0", + "x-ms-correlation-request-id": "1a4ca7e1-b138-4646-bce5-9d9bfed9c6e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26589", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "d53249b6-e6c8-4118-bf2a-c7e6ef3c7fae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063510Z:1a4ca7e1-b138-4646-bce5-9d9bfed9c6e2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "576fa8f352e4daa5a81a98b67bc7d61f", + "x-ms-client-request-id": "617a9ade5ea9d3926f57d5094bff2dcb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11832,7 +19949,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:30 GMT", + "Date": "Mon, 25 Oct 2021 06:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11841,31 +19958,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "576fa8f352e4daa5a81a98b67bc7d61f", - "x-ms-correlation-request-id": "9dd3ba92-bc15-404c-b572-2b31650c1685", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14930,Microsoft.Compute/GetOperation30Min;29287", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "ab393594-89d0-4060-a4dd-1ac7dabc832c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033530Z:9dd3ba92-bc15-404c-b572-2b31650c1685" + "x-ms-client-request-id": "617a9ade5ea9d3926f57d5094bff2dcb", + "x-ms-correlation-request-id": "35d8d837-1439-4d73-8e10-81503a361ad5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26588", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "4c5fa44f-1d27-4beb-8d75-16ed90fb45e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063511Z:35d8d837-1439-4d73-8e10-81503a361ad5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "26fe5e0b32a325a762b87bf71c7aa7fc", + "x-ms-client-request-id": "467143a2471972cc3a9266c434198b24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11874,7 +19991,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:31 GMT", + "Date": "Mon, 25 Oct 2021 06:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11883,31 +20000,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26fe5e0b32a325a762b87bf71c7aa7fc", - "x-ms-correlation-request-id": "32c9e87b-081c-41bb-aa7b-eaf176b2ef99", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14929,Microsoft.Compute/GetOperation30Min;29286", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "07a16767-1185-471e-b85d-ab38d211f8cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033531Z:32c9e87b-081c-41bb-aa7b-eaf176b2ef99" + "x-ms-client-request-id": "467143a2471972cc3a9266c434198b24", + "x-ms-correlation-request-id": "dfe9ad67-adc3-42d8-9b28-cf8caf631a3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26587", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "f5e075ff-4197-48ce-a4a6-873ce0b068cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063511Z:dfe9ad67-adc3-42d8-9b28-cf8caf631a3a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2815758c79231574653ddfcec6ae9981", + "x-ms-client-request-id": "1e881401c63d782e4c860e656f52135a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11916,7 +20033,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:32 GMT", + "Date": "Mon, 25 Oct 2021 06:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11925,31 +20042,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2815758c79231574653ddfcec6ae9981", - "x-ms-correlation-request-id": "7e54b2ef-7d2e-44f8-9f09-9a3a4f0f99fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14928,Microsoft.Compute/GetOperation30Min;29285", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "1a9ba755-2ef1-48d2-91c9-7ab22d2fed9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033532Z:7e54b2ef-7d2e-44f8-9f09-9a3a4f0f99fd" + "x-ms-client-request-id": "1e881401c63d782e4c860e656f52135a", + "x-ms-correlation-request-id": "2e261e71-e379-45b9-bfe6-532533a567ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26586", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "0db5e946-7a4f-4c5e-9c0e-2bdabb5103a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063511Z:2e261e71-e379-45b9-bfe6-532533a567ec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dcc111f1bc14c0ff0049f52cd6adbd2e", + "x-ms-client-request-id": "cc04c356ae9996c7ce072716f7ce9e56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11958,7 +20075,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:34 GMT", + "Date": "Mon, 25 Oct 2021 06:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11967,31 +20084,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcc111f1bc14c0ff0049f52cd6adbd2e", - "x-ms-correlation-request-id": "442afcb0-ffca-4ff7-80b6-10de754d2639", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14927,Microsoft.Compute/GetOperation30Min;29284", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "63e269f6-b9e5-4826-828f-38ed09041386", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033534Z:442afcb0-ffca-4ff7-80b6-10de754d2639" + "x-ms-client-request-id": "cc04c356ae9996c7ce072716f7ce9e56", + "x-ms-correlation-request-id": "1a70fd1c-3177-4cef-aefa-938d232b0df8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26585", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "65d081fa-8fc3-4389-ab4e-74c9c6dacb6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063511Z:1a70fd1c-3177-4cef-aefa-938d232b0df8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "062a9c73adb292fceae8c06653d85eb3", + "x-ms-client-request-id": "3607b0cc0e76dc8e14f9fa93396602e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12000,7 +20117,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:35 GMT", + "Date": "Mon, 25 Oct 2021 06:35:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12009,31 +20126,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "062a9c73adb292fceae8c06653d85eb3", - "x-ms-correlation-request-id": "f142e7ae-eafc-475e-b748-de6097d4f668", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14926,Microsoft.Compute/GetOperation30Min;29283", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "a749417e-2085-49f4-8ca7-6b5f7ea8d22b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033535Z:f142e7ae-eafc-475e-b748-de6097d4f668" + "x-ms-client-request-id": "3607b0cc0e76dc8e14f9fa93396602e8", + "x-ms-correlation-request-id": "0c106a0e-9113-49ab-8871-ec59e5c81213", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26584", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "65d897cb-2c4a-4801-ab12-2b9b77d91fe9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063512Z:0c106a0e-9113-49ab-8871-ec59e5c81213" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0b05fa1fcab8d0e7755528d983483fb7", + "x-ms-client-request-id": "716d0c7fbe15538b4df250359f17807d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12042,7 +20159,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:37 GMT", + "Date": "Mon, 25 Oct 2021 06:35:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12051,31 +20168,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b05fa1fcab8d0e7755528d983483fb7", - "x-ms-correlation-request-id": "57540f3d-0826-49ad-a55a-cbec14103733", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14925,Microsoft.Compute/GetOperation30Min;29282", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "7a51b1bf-697f-4611-9b1e-085d6092ff5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033537Z:57540f3d-0826-49ad-a55a-cbec14103733" + "x-ms-client-request-id": "716d0c7fbe15538b4df250359f17807d", + "x-ms-correlation-request-id": "14838a04-3107-474b-b34d-606bd4eac03d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26583", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "31a4a467-c7a7-4b4d-bf72-d8526fef2ee3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063512Z:14838a04-3107-474b-b34d-606bd4eac03d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2a5bb17f928444ce152ff22bfc996c27", + "x-ms-client-request-id": "bf99b8e7dc4b48e33427b79fb4335d67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12084,7 +20201,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:38 GMT", + "Date": "Mon, 25 Oct 2021 06:35:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12093,40 +20210,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a5bb17f928444ce152ff22bfc996c27", - "x-ms-correlation-request-id": "2c065456-5641-46ac-9ddf-3b2a5725ceb2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14924,Microsoft.Compute/GetOperation30Min;29281", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "6d28fe86-cf54-4664-8695-9511f35599fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033538Z:2c065456-5641-46ac-9ddf-3b2a5725ceb2" + "x-ms-client-request-id": "bf99b8e7dc4b48e33427b79fb4335d67", + "x-ms-correlation-request-id": "cbdc800a-97f5-4763-aac2-57bdb7b42fbf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26582", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "f2499f79-d4a3-43bf-8d9f-b8cbca277a53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063512Z:cbdc800a-97f5-4763-aac2-57bdb7b42fbf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/5b506427-91c3-4539-bac0-c4cfaff506c9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc0d41ebb2a7a975b45a905d85220ea2", + "x-ms-client-request-id": "ea973f042d600e4124b3e984bd583dfc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:39 GMT", + "Date": "Mon, 25 Oct 2021 06:35:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12135,41 +20252,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc0d41ebb2a7a975b45a905d85220ea2", - "x-ms-correlation-request-id": "2a6d7be9-1347-4bb5-a1d7-355186670ce3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14923,Microsoft.Compute/GetOperation30Min;29280", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "34295bf0-0be7-44b3-b3ce-70db33bd611f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033539Z:2a6d7be9-1347-4bb5-a1d7-355186670ce3" + "x-ms-client-request-id": "ea973f042d600e4124b3e984bd583dfc", + "x-ms-correlation-request-id": "62a3b805-ee45-41fc-97a9-b7b173f78f61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26581", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "9b380bf9-2206-436a-9aab-c3353a329e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063512Z:62a3b805-ee45-41fc-97a9-b7b173f78f61" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:33:59.8030014\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T03:35:38.5059908\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u00225b506427-91c3-4539-bac0-c4cfaff506c9\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a2e608a9347d8c2f2bc1f589d7bbd3dc", + "x-ms-client-request-id": "80ac7c7843cda29c28253ced07ec9f1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:39 GMT", + "Date": "Mon, 25 Oct 2021 06:35:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12178,156 +20294,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2e608a9347d8c2f2bc1f589d7bbd3dc", - "x-ms-correlation-request-id": "85f87d24-a87a-4694-8e99-a51d0329501f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;397,Microsoft.Compute/GetVMScaleSet30Min;2559", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "145407d2-2741-48b8-9e83-62af59cc7be6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033540Z:85f87d24-a87a-4694-8e99-a51d0329501f" + "x-ms-client-request-id": "80ac7c7843cda29c28253ced07ec9f1a", + "x-ms-correlation-request-id": "21100aed-c5d7-45cd-976b-08e610a1e73b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26580", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "183b7775-bd4c-490e-88a4-b3ca30a453d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063513Z:21100aed-c5d7-45cd-976b-08e610a1e73b" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-3315\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-3315\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Network/virtualNetworks/testVNet-2068/subnets/testSubnet-4365\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022c611f08b-063c-40f2-b96d-3e96e44f15d4\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-2668/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-3315?api-version=2021-03-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "41ee00e8623acd103bb175290271bff2", + "x-ms-client-request-id": "5f30e8949580b91d768b9b97f35f8adc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 03:35:40 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41ee00e8623acd103bb175290271bff2", - "x-ms-correlation-request-id": "7fd4e6f5-6e47-4d80-a299-2f7c287f4df0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;392,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-charge": "4", - "x-ms-request-id": "beddf7db-3b1d-4ee6-9f67-08907789f95f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033540Z:7fd4e6f5-6e47-4d80-a299-2f7c287f4df0" + "x-ms-client-request-id": "5f30e8949580b91d768b9b97f35f8adc", + "x-ms-correlation-request-id": "f01190d7-7a7c-4a9a-a084-9006904c22f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26579", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "25c13fc6-c28f-488a-9a59-d11ed28c682a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063513Z:f01190d7-7a7c-4a9a-a084-9006904c22f8" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8475b486cc344767f81966ccbf058ab9", + "x-ms-client-request-id": "3727baeadd87c19aa2f4c23bf1540638", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12336,41 +20369,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:40 GMT", + "Date": "Mon, 25 Oct 2021 06:35:12 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8475b486cc344767f81966ccbf058ab9", - "x-ms-correlation-request-id": "86446ef3-9be3-45f6-aea3-34184e4d5329", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14922,Microsoft.Compute/GetOperation30Min;29279", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "68c50564-f26a-4c6b-a144-01d40b2079fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033540Z:86446ef3-9be3-45f6-aea3-34184e4d5329" + "x-ms-client-request-id": "3727baeadd87c19aa2f4c23bf1540638", + "x-ms-correlation-request-id": "db476fa4-08bd-430c-8034-1f365a688b4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26578", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "7767180d-9113-487f-b9f6-0840d43bdf67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063513Z:db476fa4-08bd-430c-8034-1f365a688b4a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "86670202e0391d29573730b9b12a104f", + "x-ms-client-request-id": "d5f0ce14dd28e27c5ff30942a705afc9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12379,7 +20411,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:42 GMT", + "Date": "Mon, 25 Oct 2021 06:35:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12388,31 +20420,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86670202e0391d29573730b9b12a104f", - "x-ms-correlation-request-id": "1c004775-673f-4503-a740-eaa9c800a8bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14920,Microsoft.Compute/GetOperation30Min;29277", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "4554b8a3-68fd-4bc4-9137-83bcc5b84c0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033542Z:1c004775-673f-4503-a740-eaa9c800a8bf" + "x-ms-client-request-id": "d5f0ce14dd28e27c5ff30942a705afc9", + "x-ms-correlation-request-id": "97c89fdc-8948-498d-a8f3-f103805b757d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26577", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "4c6ce4ec-fb72-495e-9835-2f96fadf5361", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063513Z:97c89fdc-8948-498d-a8f3-f103805b757d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4da37cde3afc54bee93bfb9864ddf70b", + "x-ms-client-request-id": "4c02609b67c5b7934e6fbd8bd3e2c722", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12421,7 +20453,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:43 GMT", + "Date": "Mon, 25 Oct 2021 06:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12430,31 +20462,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4da37cde3afc54bee93bfb9864ddf70b", - "x-ms-correlation-request-id": "8a18b9f7-e341-4e4f-a8a2-ca23e5d7f781", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14919,Microsoft.Compute/GetOperation30Min;29276", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "a898a21b-a360-4947-ae78-01398b331308", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033543Z:8a18b9f7-e341-4e4f-a8a2-ca23e5d7f781" + "x-ms-client-request-id": "4c02609b67c5b7934e6fbd8bd3e2c722", + "x-ms-correlation-request-id": "4859eb80-24b1-42eb-ad09-30587872e592", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26576", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "a4322879-ff2c-41ba-a3f1-909905fb61b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063514Z:4859eb80-24b1-42eb-ad09-30587872e592" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b9e3f6f74b84a5bf8a572dfc9cad95ce", + "x-ms-client-request-id": "24826384b56f0cb43e44d894d357199c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12463,7 +20495,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:44 GMT", + "Date": "Mon, 25 Oct 2021 06:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12472,31 +20504,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9e3f6f74b84a5bf8a572dfc9cad95ce", - "x-ms-correlation-request-id": "7ea173fc-e80a-4acb-8285-51dd69470739", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14918,Microsoft.Compute/GetOperation30Min;29275", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "1cd084a3-4d6a-44f4-9f57-b5d17dbfcbae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033544Z:7ea173fc-e80a-4acb-8285-51dd69470739" + "x-ms-client-request-id": "24826384b56f0cb43e44d894d357199c", + "x-ms-correlation-request-id": "a0c3c90c-b2a5-4e82-962d-717c98507260", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26575", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "baac094a-4b2c-49b1-91c2-5d42e8a7d512", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063514Z:a0c3c90c-b2a5-4e82-962d-717c98507260" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "43ed17093c62c7bd44139dfee590b879", + "x-ms-client-request-id": "909ff845ba51ad723b3886b81ff00e7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12505,7 +20537,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:45 GMT", + "Date": "Mon, 25 Oct 2021 06:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12514,31 +20546,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43ed17093c62c7bd44139dfee590b879", - "x-ms-correlation-request-id": "8a20ebf0-fc83-473d-b477-e94b24a7b436", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14917,Microsoft.Compute/GetOperation30Min;29274", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "03e77e2d-3340-4156-b0c2-9d432a39b0d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033546Z:8a20ebf0-fc83-473d-b477-e94b24a7b436" + "x-ms-client-request-id": "909ff845ba51ad723b3886b81ff00e7c", + "x-ms-correlation-request-id": "e32e9350-c2ad-43fd-a128-3a68c363b16d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26574", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "72b01211-c1c2-4b15-9150-c6eec43a67eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063514Z:e32e9350-c2ad-43fd-a128-3a68c363b16d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bbc22440564693cabdfec2a40dc1b83b", + "x-ms-client-request-id": "44bee62b8b83e55aacf60e808efee3f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12547,7 +20579,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:47 GMT", + "Date": "Mon, 25 Oct 2021 06:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12556,31 +20588,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbc22440564693cabdfec2a40dc1b83b", - "x-ms-correlation-request-id": "b98c4807-c1b9-43c5-8aef-dd8750a9ae84", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14916,Microsoft.Compute/GetOperation30Min;29273", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "9a8a489e-01df-466a-b578-1faf66aa194b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033547Z:b98c4807-c1b9-43c5-8aef-dd8750a9ae84" + "x-ms-client-request-id": "44bee62b8b83e55aacf60e808efee3f6", + "x-ms-correlation-request-id": "68203553-b035-4ee1-8884-a60db244ac8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26573", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "0c9ca419-0bc2-4029-9606-b0cab0f5eed1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063514Z:68203553-b035-4ee1-8884-a60db244ac8f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4d8f2ca6b3efbaa9391b7571aec0c0fa", + "x-ms-client-request-id": "da4620553742cad1f0d4e8362efbec4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12589,7 +20621,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:48 GMT", + "Date": "Mon, 25 Oct 2021 06:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12598,31 +20630,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d8f2ca6b3efbaa9391b7571aec0c0fa", - "x-ms-correlation-request-id": "96aef152-c634-4f92-8760-527df3ffb94d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14915,Microsoft.Compute/GetOperation30Min;29272", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "387c3070-7162-41c2-acb1-e088da86d130", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033548Z:96aef152-c634-4f92-8760-527df3ffb94d" + "x-ms-client-request-id": "da4620553742cad1f0d4e8362efbec4d", + "x-ms-correlation-request-id": "caba7994-f13b-4b57-97aa-173b2e373293", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26572", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "e75331c1-6fbc-41d9-a30b-b8aedf5fdc39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063515Z:caba7994-f13b-4b57-97aa-173b2e373293" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "78bbb39fdaeab2874d5a85647918b982", + "x-ms-client-request-id": "ec695c35d599b9199eb9e45babf11f3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12631,7 +20663,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:49 GMT", + "Date": "Mon, 25 Oct 2021 06:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12640,31 +20672,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78bbb39fdaeab2874d5a85647918b982", - "x-ms-correlation-request-id": "5c02d4f4-2f83-4bfb-8853-b31e23ccc147", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14914,Microsoft.Compute/GetOperation30Min;29271", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "7492da32-f164-41bd-b992-f3bd9c005505", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033549Z:5c02d4f4-2f83-4bfb-8853-b31e23ccc147" + "x-ms-client-request-id": "ec695c35d599b9199eb9e45babf11f3c", + "x-ms-correlation-request-id": "dcc7276b-7302-4aee-81a3-2929c5ef25d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26571", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "5d61e00d-f299-4a9a-bcf0-58b0b4e6581b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063515Z:dcc7276b-7302-4aee-81a3-2929c5ef25d6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b858625a6b008c8a7a08812ae158e5fc", + "x-ms-client-request-id": "fe63905534aaf33a15f454aea223b7b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12673,7 +20705,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:50 GMT", + "Date": "Mon, 25 Oct 2021 06:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12682,31 +20714,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b858625a6b008c8a7a08812ae158e5fc", - "x-ms-correlation-request-id": "a60692d5-0aa7-4ad5-98e4-1bb4a42ac4be", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14913,Microsoft.Compute/GetOperation30Min;29270", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "9abe50cb-65d9-4d3d-923d-129bbf30a9ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033551Z:a60692d5-0aa7-4ad5-98e4-1bb4a42ac4be" + "x-ms-client-request-id": "fe63905534aaf33a15f454aea223b7b1", + "x-ms-correlation-request-id": "baaf900c-9766-491c-89c4-3ecebe3be929", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26570", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "7adbaec8-75e1-4bb2-ad85-999153bf4900", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063515Z:baaf900c-9766-491c-89c4-3ecebe3be929" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5a05c83d4006cb50a5dd00952e454020", + "x-ms-client-request-id": "324bc109f695805c078c3b8852761efe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12715,7 +20747,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:52 GMT", + "Date": "Mon, 25 Oct 2021 06:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12724,31 +20756,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a05c83d4006cb50a5dd00952e454020", - "x-ms-correlation-request-id": "7fb43829-4172-4479-9f95-26f94e07173e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14912,Microsoft.Compute/GetOperation30Min;29269", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "2b2cac9d-34fc-4eed-b4a7-51f3dd9bc2c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033552Z:7fb43829-4172-4479-9f95-26f94e07173e" + "x-ms-client-request-id": "324bc109f695805c078c3b8852761efe", + "x-ms-correlation-request-id": "d3dc27b5-7c06-42dc-9923-4ed4c4153c88", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26569", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "2934e5e6-d9f0-433d-acce-5376691bbb8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063515Z:d3dc27b5-7c06-42dc-9923-4ed4c4153c88" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4b16f262076733f9292efde2585cd1f4", + "x-ms-client-request-id": "9ee1abb5ed9701a32175d7a5806a177b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12757,7 +20789,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:53 GMT", + "Date": "Mon, 25 Oct 2021 06:35:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12766,31 +20798,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b16f262076733f9292efde2585cd1f4", - "x-ms-correlation-request-id": "93491ef3-3b02-4e19-b783-a8a1432dd749", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14911,Microsoft.Compute/GetOperation30Min;29268", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "e9efaa01-2a1b-44d8-bc80-3ee80e1fefa2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033553Z:93491ef3-3b02-4e19-b783-a8a1432dd749" + "x-ms-client-request-id": "9ee1abb5ed9701a32175d7a5806a177b", + "x-ms-correlation-request-id": "c75720ed-d191-4639-99e8-642a050d9039", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26568", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "b26b176b-9d63-447f-8285-85c22c72c5ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063516Z:c75720ed-d191-4639-99e8-642a050d9039" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b12688755f131a7c118c13236bf45e35", + "x-ms-client-request-id": "ea513302eca65ea733e2f71df8b1a19f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12799,7 +20831,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:54 GMT", + "Date": "Mon, 25 Oct 2021 06:35:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12808,31 +20840,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b12688755f131a7c118c13236bf45e35", - "x-ms-correlation-request-id": "88fdaeb6-7d82-4f7c-bb43-5db2e346e39b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14910,Microsoft.Compute/GetOperation30Min;29267", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "ac3d8273-6bf1-4897-9dfb-f5e223a8e729", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033554Z:88fdaeb6-7d82-4f7c-bb43-5db2e346e39b" + "x-ms-client-request-id": "ea513302eca65ea733e2f71df8b1a19f", + "x-ms-correlation-request-id": "2a35c1f0-aad2-4552-82a3-80d1d405e686", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26567", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "03295bd8-35f6-4a52-935a-b1de42b22daa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063516Z:2a35c1f0-aad2-4552-82a3-80d1d405e686" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eec860c799413695cfd131d7426d7348", + "x-ms-client-request-id": "f6f955d519421b191d4a10201fb7ff9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12841,7 +20873,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:56 GMT", + "Date": "Mon, 25 Oct 2021 06:35:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12850,31 +20882,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eec860c799413695cfd131d7426d7348", - "x-ms-correlation-request-id": "175831a8-7ccf-453a-99e3-a521816c56fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14909,Microsoft.Compute/GetOperation30Min;29266", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "3d7d0d5a-5f46-4506-b515-2faecb3e9e7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033556Z:175831a8-7ccf-453a-99e3-a521816c56fa" + "x-ms-client-request-id": "f6f955d519421b191d4a10201fb7ff9c", + "x-ms-correlation-request-id": "94379098-61bc-4427-8459-745578b6c214", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26566", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "752c7aee-6acf-45e1-913f-431547c0ea88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063516Z:94379098-61bc-4427-8459-745578b6c214" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a5200b0b8f1f030d76fc3adaf4d5c834", + "x-ms-client-request-id": "1f85c0753424c85804826ab4f685086f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12883,7 +20915,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:57 GMT", + "Date": "Mon, 25 Oct 2021 06:35:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12892,31 +20924,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5200b0b8f1f030d76fc3adaf4d5c834", - "x-ms-correlation-request-id": "ed4db4b9-0518-4ab3-a50f-4c0877e0d3e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14908,Microsoft.Compute/GetOperation30Min;29265", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "637636ff-f494-4443-8e0d-36a751bc4c69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033557Z:ed4db4b9-0518-4ab3-a50f-4c0877e0d3e6" + "x-ms-client-request-id": "1f85c0753424c85804826ab4f685086f", + "x-ms-correlation-request-id": "1e9e797a-f0db-4cba-8605-f62b1037118a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26565", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "9261140d-da8a-49fb-b568-fd9344022977", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063516Z:1e9e797a-f0db-4cba-8605-f62b1037118a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f71bc8d0e394dcb2f3efe2412da5d8a3", + "x-ms-client-request-id": "2bd038d32071e9381936cc5cdc863f7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12925,7 +20957,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:58 GMT", + "Date": "Mon, 25 Oct 2021 06:35:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12934,31 +20966,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f71bc8d0e394dcb2f3efe2412da5d8a3", - "x-ms-correlation-request-id": "d901b7e9-8b9d-4bf2-b929-7ee6f62c3d2b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14907,Microsoft.Compute/GetOperation30Min;29264", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "cb5a9542-a43a-4dc1-811a-249512c340da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033558Z:d901b7e9-8b9d-4bf2-b929-7ee6f62c3d2b" + "x-ms-client-request-id": "2bd038d32071e9381936cc5cdc863f7c", + "x-ms-correlation-request-id": "a33cce6b-00fb-4703-b9df-0c112fb5d2a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26564", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "8306af7d-bca2-4953-a044-78b1fad8cc7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063517Z:a33cce6b-00fb-4703-b9df-0c112fb5d2a4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6018ca19b9d4381553c577455eba42f9", + "x-ms-client-request-id": "37a85ae3822ca17afc30f2bfae642497", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12967,7 +20999,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:35:59 GMT", + "Date": "Mon, 25 Oct 2021 06:35:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12976,31 +21008,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6018ca19b9d4381553c577455eba42f9", - "x-ms-correlation-request-id": "6de342c4-4881-44b6-99a5-4fe3442f2c9a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14906,Microsoft.Compute/GetOperation30Min;29263", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "18a8938b-0e76-4550-b907-547d41221a42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033600Z:6de342c4-4881-44b6-99a5-4fe3442f2c9a" + "x-ms-client-request-id": "37a85ae3822ca17afc30f2bfae642497", + "x-ms-correlation-request-id": "1f771406-52d9-4007-8e1e-11fbcc6c1d35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26563", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "062f138f-1ab3-4c7b-a65c-a3b570c43404", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063517Z:1f771406-52d9-4007-8e1e-11fbcc6c1d35" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7a06fc097b5227b45843b12faccbd5d1", + "x-ms-client-request-id": "e74ca041d3e6542b879c05ed67fcec7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13009,7 +21041,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:01 GMT", + "Date": "Mon, 25 Oct 2021 06:35:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13018,31 +21050,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a06fc097b5227b45843b12faccbd5d1", - "x-ms-correlation-request-id": "1bde7bf0-c045-4e74-815d-84d079dd0d5b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14905,Microsoft.Compute/GetOperation30Min;29262", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "d4d48a6f-7a9d-4eb3-ad92-49f740ade1e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033601Z:1bde7bf0-c045-4e74-815d-84d079dd0d5b" + "x-ms-client-request-id": "e74ca041d3e6542b879c05ed67fcec7d", + "x-ms-correlation-request-id": "cce96817-cc8a-4988-a25c-5d61e8a569fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26562", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "6d927a71-c95d-48da-b46f-4dc66c05713d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063517Z:cce96817-cc8a-4988-a25c-5d61e8a569fe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "29c1962368bc165fb2e2a4cf6b6d7d39", + "x-ms-client-request-id": "9bd1ed43d1dd5143bd2e2e412e793ab5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13051,7 +21083,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:02 GMT", + "Date": "Mon, 25 Oct 2021 06:35:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13060,31 +21092,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29c1962368bc165fb2e2a4cf6b6d7d39", - "x-ms-correlation-request-id": "f82bf72e-cdef-4a38-bad9-156322ed2a78", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14904,Microsoft.Compute/GetOperation30Min;29261", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "2c912286-f796-4bf2-8b51-bee06c230d6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033602Z:f82bf72e-cdef-4a38-bad9-156322ed2a78" + "x-ms-client-request-id": "9bd1ed43d1dd5143bd2e2e412e793ab5", + "x-ms-correlation-request-id": "68f3e563-6577-4102-8391-2e8d66eccaa8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26561", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "44221bc5-53eb-4e2f-83fd-890f2a3b579f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063517Z:68f3e563-6577-4102-8391-2e8d66eccaa8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3038e8ad5e9e9d5016f0079008e68b87", + "x-ms-client-request-id": "3b1a341157390f952f54b08f7c8d3a00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13093,7 +21125,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:03 GMT", + "Date": "Mon, 25 Oct 2021 06:35:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13102,31 +21134,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3038e8ad5e9e9d5016f0079008e68b87", - "x-ms-correlation-request-id": "af8de952-cf00-46fb-b007-bc4df9836278", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14903,Microsoft.Compute/GetOperation30Min;29260", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "31370c6a-472f-43c1-a6dc-223fdbf91ac0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033603Z:af8de952-cf00-46fb-b007-bc4df9836278" + "x-ms-client-request-id": "3b1a341157390f952f54b08f7c8d3a00", + "x-ms-correlation-request-id": "809b705a-8cf3-407e-9bf3-a51bf9d78728", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26560", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "258fe871-024c-49bd-a82b-7387c2a427e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063518Z:809b705a-8cf3-407e-9bf3-a51bf9d78728" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c821a6ef18f8a13d9cf0c770d6e5bceb", + "x-ms-client-request-id": "c17c7444889370ba5cfb2ab8a4ea250e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13135,7 +21167,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:04 GMT", + "Date": "Mon, 25 Oct 2021 06:35:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13144,31 +21176,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c821a6ef18f8a13d9cf0c770d6e5bceb", - "x-ms-correlation-request-id": "49335015-85c5-4998-84c9-1f2967e99c42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14902,Microsoft.Compute/GetOperation30Min;29259", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "9392c91e-ad8d-4ebc-8bf3-978ac68d4ef6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033605Z:49335015-85c5-4998-84c9-1f2967e99c42" + "x-ms-client-request-id": "c17c7444889370ba5cfb2ab8a4ea250e", + "x-ms-correlation-request-id": "904e0c1a-ebb1-466b-8334-43c506808e11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26559", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "4632fdeb-3700-4f10-adc0-6bdc2f5a0dcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063518Z:904e0c1a-ebb1-466b-8334-43c506808e11" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c48278c6a593c532452313cc60cf0ecc", + "x-ms-client-request-id": "32dc5062b0e1eb4458c16c8921b4d430", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13177,7 +21209,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:06 GMT", + "Date": "Mon, 25 Oct 2021 06:35:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13186,31 +21218,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c48278c6a593c532452313cc60cf0ecc", - "x-ms-correlation-request-id": "3f291679-1144-491e-b19f-213b774fbb29", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14901,Microsoft.Compute/GetOperation30Min;29258", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "a4d8c8b4-b75a-422e-af1d-909a46caed6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033606Z:3f291679-1144-491e-b19f-213b774fbb29" + "x-ms-client-request-id": "32dc5062b0e1eb4458c16c8921b4d430", + "x-ms-correlation-request-id": "d9be0d0a-aec6-4b16-b68f-33e5036b396b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26558", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "f94c2a2d-acbd-4252-843b-80f0b3d5c66c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063518Z:d9be0d0a-aec6-4b16-b68f-33e5036b396b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c5df1d56b54b9440ab9693ae96e0c730", + "x-ms-client-request-id": "bafc2ef479fc88217aaade3e2ddd6a45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13219,7 +21251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:07 GMT", + "Date": "Mon, 25 Oct 2021 06:35:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13228,31 +21260,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c5df1d56b54b9440ab9693ae96e0c730", - "x-ms-correlation-request-id": "93be2b29-8704-4324-8734-1bf619b05a83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14900,Microsoft.Compute/GetOperation30Min;29257", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "ab2e45fc-6365-4933-8487-4669ee9f53c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033607Z:93be2b29-8704-4324-8734-1bf619b05a83" + "x-ms-client-request-id": "bafc2ef479fc88217aaade3e2ddd6a45", + "x-ms-correlation-request-id": "555da827-8b45-4b7e-86aa-6f7d57f30376", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26557", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "358fc41f-2eb1-4f70-bf90-e812ca598a49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063518Z:555da827-8b45-4b7e-86aa-6f7d57f30376" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "90ca1b34c7644af4735c82d5047040cd", + "x-ms-client-request-id": "2c2ca12e07b0941e309069d11c314fa8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13261,7 +21293,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:08 GMT", + "Date": "Mon, 25 Oct 2021 06:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13270,31 +21302,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90ca1b34c7644af4735c82d5047040cd", - "x-ms-correlation-request-id": "aa445dcc-0184-4ca8-afce-88a28f156081", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14899,Microsoft.Compute/GetOperation30Min;29256", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "69d6e813-7d33-491a-afa8-874b8bebbeab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033608Z:aa445dcc-0184-4ca8-afce-88a28f156081" + "x-ms-client-request-id": "2c2ca12e07b0941e309069d11c314fa8", + "x-ms-correlation-request-id": "404ac4d3-ed3c-4e5d-a89f-852ffeaa03c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26556", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "1f1af835-1b42-44bc-9370-fdb29a916ccc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063519Z:404ac4d3-ed3c-4e5d-a89f-852ffeaa03c4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b919fbe1f70510a037ed19fc11842f65", + "x-ms-client-request-id": "76c3f9266bede9112e53b836d105be7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13303,7 +21335,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:09 GMT", + "Date": "Mon, 25 Oct 2021 06:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13312,31 +21344,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b919fbe1f70510a037ed19fc11842f65", - "x-ms-correlation-request-id": "f8c131cf-acf9-47bc-b0e7-ab5aeb1a60ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14898,Microsoft.Compute/GetOperation30Min;29255", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "227286d8-b5be-4458-9e01-fa5dbe99edeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033610Z:f8c131cf-acf9-47bc-b0e7-ab5aeb1a60ec" + "x-ms-client-request-id": "76c3f9266bede9112e53b836d105be7a", + "x-ms-correlation-request-id": "afd75583-f74c-4d6b-9cd2-18ae8a4458c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26555", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "0891b48e-112c-413f-a625-091af4b9831a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063519Z:afd75583-f74c-4d6b-9cd2-18ae8a4458c3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4597e25c7e048f68289551ee336a8f3a", + "x-ms-client-request-id": "7f5a2756a887ed7f0f688a6b10506c48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13345,7 +21377,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:11 GMT", + "Date": "Mon, 25 Oct 2021 06:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13354,31 +21386,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4597e25c7e048f68289551ee336a8f3a", - "x-ms-correlation-request-id": "e0cbc8ed-d7b1-43de-9548-9bf81b378b50", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14897,Microsoft.Compute/GetOperation30Min;29254", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "69419904-6596-46c1-98ea-54037f6441db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033611Z:e0cbc8ed-d7b1-43de-9548-9bf81b378b50" + "x-ms-client-request-id": "7f5a2756a887ed7f0f688a6b10506c48", + "x-ms-correlation-request-id": "6d8fcca4-cca4-4bca-ad1e-2deba0b31b36", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26554", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "a83c5463-3581-4d7f-97c9-4434df238f6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063519Z:6d8fcca4-cca4-4bca-ad1e-2deba0b31b36" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9bccc6550dc63d2b7aba5876aef739ef", + "x-ms-client-request-id": "3317365bf41ac3588f43fe5d4fe7c22a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13387,7 +21419,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:12 GMT", + "Date": "Mon, 25 Oct 2021 06:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13396,31 +21428,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bccc6550dc63d2b7aba5876aef739ef", - "x-ms-correlation-request-id": "59fae2f2-62ae-4a3a-81d8-d463502f80b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;29253", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "0fc5d814-49dc-4bb7-9e41-439bc6d37276", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033612Z:59fae2f2-62ae-4a3a-81d8-d463502f80b8" + "x-ms-client-request-id": "3317365bf41ac3588f43fe5d4fe7c22a", + "x-ms-correlation-request-id": "747578bd-2452-4a42-a740-a4a74a0aa8ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26553", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "072d5346-875e-4970-b5fe-b01d09db4000", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063519Z:747578bd-2452-4a42-a740-a4a74a0aa8ce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "22791d2dfbd963c9938a906fa5b1ddcc", + "x-ms-client-request-id": "f57beed2cfd67e207ad56684e0a5d9de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13429,7 +21461,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:13 GMT", + "Date": "Mon, 25 Oct 2021 06:35:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13438,31 +21470,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22791d2dfbd963c9938a906fa5b1ddcc", - "x-ms-correlation-request-id": "10369a17-2f9e-4e57-b364-9b09f57d1ef6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;29252", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "36a23697-fc38-4d2b-a87c-f819c2f07cfd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033613Z:10369a17-2f9e-4e57-b364-9b09f57d1ef6" + "x-ms-client-request-id": "f57beed2cfd67e207ad56684e0a5d9de", + "x-ms-correlation-request-id": "19814dc6-83d3-470b-8b95-e223332e0116", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26552", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "1675f100-fc85-4f93-8e20-d5e3c8d1f122", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063520Z:19814dc6-83d3-470b-8b95-e223332e0116" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4ba7de5d94b84e9eb75acb4925f1e131", + "x-ms-client-request-id": "9adb6fe68aed615fcf97ef43aa219e28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13471,7 +21503,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:14 GMT", + "Date": "Mon, 25 Oct 2021 06:35:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13480,31 +21512,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ba7de5d94b84e9eb75acb4925f1e131", - "x-ms-correlation-request-id": "e1eb612b-f159-4ec9-abf3-4bfa229ca65d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;29251", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "52fc4904-1d62-4a27-b7eb-63709c17ec43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033615Z:e1eb612b-f159-4ec9-abf3-4bfa229ca65d" + "x-ms-client-request-id": "9adb6fe68aed615fcf97ef43aa219e28", + "x-ms-correlation-request-id": "15fc5925-577f-4c01-ae51-218e84b27179", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26551", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "ba8f4fa8-0c5e-4c1e-b7bd-2578d32108de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063520Z:15fc5925-577f-4c01-ae51-218e84b27179" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "15c1615c6df15a61fc69083c7cbb97c8", + "x-ms-client-request-id": "219960a677d48b711599b9448ed3e2ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13513,7 +21545,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:16 GMT", + "Date": "Mon, 25 Oct 2021 06:35:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13522,31 +21554,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15c1615c6df15a61fc69083c7cbb97c8", - "x-ms-correlation-request-id": "2521e2be-dec3-45f9-9800-89c83c73b276", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;29250", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "8ce5a531-7b26-42f4-88a6-589451427975", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033616Z:2521e2be-dec3-45f9-9800-89c83c73b276" + "x-ms-client-request-id": "219960a677d48b711599b9448ed3e2ea", + "x-ms-correlation-request-id": "7145642e-f645-426d-878c-7ff1e675df8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26550", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "dd3caaa9-b3f4-4ff0-84e3-77616a6bdf93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063520Z:7145642e-f645-426d-878c-7ff1e675df8b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf198bdcee5099377e2a6a7e307f3da1", + "x-ms-client-request-id": "df771f6a270c483c8e19253fe0dcd359", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13555,7 +21587,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:17 GMT", + "Date": "Mon, 25 Oct 2021 06:35:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13564,31 +21596,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf198bdcee5099377e2a6a7e307f3da1", - "x-ms-correlation-request-id": "38651388-79ff-4a93-be6a-5cec3af66fd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29249", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "f9783301-1aa2-4e37-9589-540d918dc6f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033617Z:38651388-79ff-4a93-be6a-5cec3af66fd8" + "x-ms-client-request-id": "df771f6a270c483c8e19253fe0dcd359", + "x-ms-correlation-request-id": "dfc3ccce-c8ee-4653-b729-60b85f451c71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26549", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "868df805-128d-4714-b779-b57ac5e18d48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063520Z:dfc3ccce-c8ee-4653-b729-60b85f451c71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "44135fa8c7f0efdb7d4c4e4e8c61d2fb", + "x-ms-client-request-id": "80de3e37b70c6f09fd4f8453d11bd3fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13597,7 +21629,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:18 GMT", + "Date": "Mon, 25 Oct 2021 06:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13606,31 +21638,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44135fa8c7f0efdb7d4c4e4e8c61d2fb", - "x-ms-correlation-request-id": "acf13ebd-eebd-4fad-b644-22fb70972dac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29248", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "e7ff3562-63ef-4e9a-bd8e-0ff1b517a9a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033618Z:acf13ebd-eebd-4fad-b644-22fb70972dac" + "x-ms-client-request-id": "80de3e37b70c6f09fd4f8453d11bd3fb", + "x-ms-correlation-request-id": "a62d3830-01aa-4e13-aeac-d2a495c8d0eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26548", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "283da8db-1e59-46aa-afed-f52f8571b650", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063521Z:a62d3830-01aa-4e13-aeac-d2a495c8d0eb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9a6d02c211d86ee12a2897c602e22a7c", + "x-ms-client-request-id": "8ad905b4beaa7e1b235092bb5132ab39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13639,7 +21671,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:19 GMT", + "Date": "Mon, 25 Oct 2021 06:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13648,31 +21680,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a6d02c211d86ee12a2897c602e22a7c", - "x-ms-correlation-request-id": "96133e15-b379-43fb-a0c4-1eacffeef4bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29247", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "68975466-2c3c-41f5-8782-bf9aa8cfa8de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033620Z:96133e15-b379-43fb-a0c4-1eacffeef4bb" + "x-ms-client-request-id": "8ad905b4beaa7e1b235092bb5132ab39", + "x-ms-correlation-request-id": "41731723-db91-4180-8309-51fbaca1a6c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26547", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "b757c8a9-8999-415a-ac3c-9485d79cc182", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063521Z:41731723-db91-4180-8309-51fbaca1a6c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/beddf7db-3b1d-4ee6-9f67-08907789f95f?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/455f3896-2797-477f-843a-fe5aa6f1f443?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1d93662b53a715d8b02952039fe80d1d", + "x-ms-client-request-id": "500d5fc561f5b2dd1507e1bda3e87773", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13681,7 +21713,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:21 GMT", + "Date": "Mon, 25 Oct 2021 06:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13690,26 +21722,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d93662b53a715d8b02952039fe80d1d", - "x-ms-correlation-request-id": "8bc05b6a-7f1e-4d53-bb6d-a4833628506e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29246", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "86f5f2f0-1584-4a86-a0a9-c503ad1f1325", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033621Z:8bc05b6a-7f1e-4d53-bb6d-a4833628506e" + "x-ms-client-request-id": "500d5fc561f5b2dd1507e1bda3e87773", + "x-ms-correlation-request-id": "f0c79547-41f9-429d-a05e-de97b5f8f62d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26546", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "c98e40b4-79e0-4091-8ea1-26b538c8f221", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063521Z:f0c79547-41f9-429d-a05e-de97b5f8f62d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:35:40.4747088\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T03:36:20.1155108\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:34:45.3125527\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:35:21.5001004\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022beddf7db-3b1d-4ee6-9f67-08907789f95f\u0022\r\n", + " \u0022name\u0022: \u0022455f3896-2797-477f-843a-fe5aa6f1f443\u0022\r\n", "}" ] } ], "Variables": { "RandomSeed": "1481172021", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete()Async.json index c98a0027c4674..bcec86891cb9d 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Delete()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-4434d12b847bb0478955c71206da8842-8c333433d36e3846-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "e5c583cf966482d2a47ccc58e8fa964a", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:15 GMT", + "Date": "Mon, 25 Oct 2021 06:41:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee9a033f-3e70-4fa6-8c64-9846fe2121d3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ee9a033f-3e70-4fa6-8c64-9846fe2121d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053915Z:ee9a033f-3e70-4fa6-8c64-9846fe2121d3" + "x-ms-correlation-request-id": "c7b26e7a-7c6f-4311-98ac-95e8021212a3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c7b26e7a-7c6f-4311-98ac-95e8021212a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064123Z:c7b26e7a-7c6f-4311-98ac-95e8021212a3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-8821?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-8821?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-099ecb1fe2e8344883025638f584f60d-9ca5ad798570c142-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "0ee85444f1752cb6b2616174291c4364", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:17 GMT", + "Date": "Mon, 25 Oct 2021 06:41:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cad77c7-8920-4c32-ac1a-987fe025fee5", + "x-ms-correlation-request-id": "b81c7dd1-4e8b-42bb-81f7-82a4732cad0c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0cad77c7-8920-4c32-ac1a-987fe025fee5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053918Z:0cad77c7-8920-4c32-ac1a-987fe025fee5" + "x-ms-request-id": "b81c7dd1-4e8b-42bb-81f7-82a4732cad0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064124Z:b81c7dd1-4e8b-42bb-81f7-82a4732cad0c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821", "name": "testRG-8821", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5f76426d167c99448f525ffc0a90152e-e31261be2bb0db4c-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "70841d296bb355b412ea41fc1fd1bdf9", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:18 GMT", + "Date": "Mon, 25 Oct 2021 06:41:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c599988-0c84-4825-b2c6-9ba686fff843", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1c599988-0c84-4825-b2c6-9ba686fff843", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053918Z:1c599988-0c84-4825-b2c6-9ba686fff843" + "x-ms-correlation-request-id": "f4375757-9df1-4bc6-ac36-563a52928933", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f4375757-9df1-4bc6-ac36-563a52928933", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064126Z:f4375757-9df1-4bc6-ac36-563a52928933" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,168 +8618,14740 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-5f76426d167c99448f525ffc0a90152e-e1b07f9c2f384c47-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "c027ad0ed40e372ee370202f52af1583", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-5239", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0af3d69f-6c47-48b0-b8a8-330d606d2ed5?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cce8bf9b-88f2-4ea6-ad28-f9d029b1edfb", - "x-ms-client-request-id": "c027ad0ed40e372ee370202f52af1583", - "x-ms-correlation-request-id": "0ab6cc3f-abf2-43ca-aca0-2ecda3f45ee2", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "0af3d69f-6c47-48b0-b8a8-330d606d2ed5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053924Z:0ab6cc3f-abf2-43ca-aca0-2ecda3f45ee2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-4895\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00227c97ff50-ac7c-400d-8024-6a4587288264\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002222d0ce1a-45c1-4a58-887f-373f6a31e7d5\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-5239\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00227c97ff50-ac7c-400d-8024-6a4587288264\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c027ad0ed40e372ee370202f52af1583", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-5239", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6db8ee33-8158-4876-b671-b21b26d88bf3?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "11f110f9-f158-42f8-b93d-0fef7064717f", + "x-ms-client-request-id": "c027ad0ed40e372ee370202f52af1583", + "x-ms-correlation-request-id": "8363426d-982f-4fb3-bdf2-e287b77ae5d7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "6db8ee33-8158-4876-b671-b21b26d88bf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064131Z:8363426d-982f-4fb3-bdf2-e287b77ae5d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-4895\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c47a88e7-2138-4163-9e9e-c6588f775c4d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b3050d56-cd4a-4e23-82c5-fc99257b6c07\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-5239\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c47a88e7-2138-4163-9e9e-c6588f775c4d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6db8ee33-8158-4876-b671-b21b26d88bf3?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "950e30b74e3d556dee4d8d424b840263", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ca3ccafd-2e20-440d-8400-1b58fb073cdd", + "x-ms-client-request-id": "950e30b74e3d556dee4d8d424b840263", + "x-ms-correlation-request-id": "cc69beea-c30d-480f-9125-f2dd1822ba12", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "cde3f5df-f345-4031-a26e-79a7e51b601c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064131Z:cc69beea-c30d-480f-9125-f2dd1822ba12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6db8ee33-8158-4876-b671-b21b26d88bf3?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0310bdd5a3b03a110caa65eef5624b2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "95335aea-3cf8-4327-906d-b0937b08b97e", + "x-ms-client-request-id": "0310bdd5a3b03a110caa65eef5624b2d", + "x-ms-correlation-request-id": "5c4162b5-a77c-4f84-a595-b85c6719333a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "538f1572-74c4-4edc-8b60-575f1bdddcd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064133Z:5c4162b5-a77c-4f84-a595-b85c6719333a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2277902e7fa09d46aecb2b9a465e31d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:32 GMT", + "ETag": "W/\u0022a00f7657-ab41-42b3-aad5-81e7b7bf35b8\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a7ae4046-e9b6-412a-b518-eb4ab603e699", + "x-ms-client-request-id": "2277902e7fa09d46aecb2b9a465e31d6", + "x-ms-correlation-request-id": "0b68b02a-8112-432f-bbad-7abdaacd4015", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "780fa4d3-30ad-458e-8b0e-7ac166022511", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064133Z:0b68b02a-8112-432f-bbad-7abdaacd4015" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-4895\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a00f7657-ab41-42b3-aad5-81e7b7bf35b8\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b3050d56-cd4a-4e23-82c5-fc99257b6c07\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-5239\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a00f7657-ab41-42b3-aad5-81e7b7bf35b8\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1388", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ef77b1e3ea614df1ed48892e87f5f8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-1841", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2627", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ef77b1e3ea614df1ed48892e87f5f8b", + "x-ms-correlation-request-id": "71bcb8be-59e0-4312-8063-7756dfc66d54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;295,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1178,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-charge": "4", + "x-ms-request-id": "c7ab8987-5f37-423b-9c1b-78251028c2a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064137Z:71bcb8be-59e0-4312-8063-7756dfc66d54" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-1841\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-1841\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u0022e8ef6ca2-ef1f-43e5-b5c5-699e7b9d63c1\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ad08f791d6bef86b06204cbf7b4b42e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ad08f791d6bef86b06204cbf7b4b42e", + "x-ms-correlation-request-id": "b7b9c04d-a294-4c72-b514-4a9c4ac90c6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;25506", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "7f4d8342-cc68-4466-ac82-637e0a811d18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064138Z:b7b9c04d-a294-4c72-b514-4a9c4ac90c6f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e698a06c764a3ec9b7a1b633e9fb9da6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e698a06c764a3ec9b7a1b633e9fb9da6", + "x-ms-correlation-request-id": "56591df3-1e50-4eaf-b2fd-68d74f6aba2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;25505", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "265192a8-1a36-4aec-9c23-66c838c15fec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064138Z:56591df3-1e50-4eaf-b2fd-68d74f6aba2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5918d9e0e4afe41fd9240aaadbf75dc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5918d9e0e4afe41fd9240aaadbf75dc3", + "x-ms-correlation-request-id": "f89f9082-3bfd-48dd-aad9-09e18614ca64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;25504", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "f7012733-84ff-4b2c-bab4-38a05752137b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064138Z:f89f9082-3bfd-48dd-aad9-09e18614ca64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d77826bd0ddf0264c591c2c9665305b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d77826bd0ddf0264c591c2c9665305b5", + "x-ms-correlation-request-id": "60babf41-3512-4e34-aa35-df2a36ecbca7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;25503", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "2c308649-8d9e-45c7-9d75-93de66c8c935", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064138Z:60babf41-3512-4e34-aa35-df2a36ecbca7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1eeb5dc55a9b877f80b30c256b1e63c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1eeb5dc55a9b877f80b30c256b1e63c0", + "x-ms-correlation-request-id": "2aa2daf7-b7d0-4275-a70a-f81847f1130b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;25502", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "14e919d0-33d6-49f4-919e-558257f53aca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064139Z:2aa2daf7-b7d0-4275-a70a-f81847f1130b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c276f244c682d2c77515931d21567e86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c276f244c682d2c77515931d21567e86", + "x-ms-correlation-request-id": "329ed7e2-08f6-4032-9d23-1050a8912f80", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;25501", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "05f19712-67bc-42f1-a605-06dd945fcdde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064139Z:329ed7e2-08f6-4032-9d23-1050a8912f80" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ee4551e3f0c6228a6f1562c003f97a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ee4551e3f0c6228a6f1562c003f97a6", + "x-ms-correlation-request-id": "03d7bac4-5514-4367-b218-42b54b35559b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;25500", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "8cf453c9-a61f-413d-a28a-f324cb853fc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064139Z:03d7bac4-5514-4367-b218-42b54b35559b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7385022e43dcff329518a985c6626529", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7385022e43dcff329518a985c6626529", + "x-ms-correlation-request-id": "5b109565-9228-48ce-9762-2895630ca261", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;25499", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "7e07cad2-8ebf-485e-8c62-132c3572ba5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064139Z:5b109565-9228-48ce-9762-2895630ca261" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15068634e43a05b3ca131c916f9ad135", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15068634e43a05b3ca131c916f9ad135", + "x-ms-correlation-request-id": "c7f95b2f-9f52-4651-a25c-b282679dc709", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;25498", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "84133cfa-0541-45b0-9cee-542a062c2c26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064140Z:c7f95b2f-9f52-4651-a25c-b282679dc709" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1fefec7e0ad1dba922e5e8f396a39b44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fefec7e0ad1dba922e5e8f396a39b44", + "x-ms-correlation-request-id": "c3848bdf-be01-4759-89c6-7f2400f36b5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;25497", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "dffc9471-ceaa-488d-8409-aed2a0803b9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064140Z:c3848bdf-be01-4759-89c6-7f2400f36b5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7af72c8c8138496c4f7fa9c826a18ffb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7af72c8c8138496c4f7fa9c826a18ffb", + "x-ms-correlation-request-id": "e4208896-666b-4ec1-b1ee-ca6ca04d99c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;25496", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "7f9a60f2-e047-4485-bcd4-5d22c400e020", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064140Z:e4208896-666b-4ec1-b1ee-ca6ca04d99c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da06734646722a58dd2af354fcbf6f27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da06734646722a58dd2af354fcbf6f27", + "x-ms-correlation-request-id": "08ebcf30-2437-4ba3-82c8-3297c5b725bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;25495", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "ac199959-4a83-4d75-af0c-6e0e229ac26f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064141Z:08ebcf30-2437-4ba3-82c8-3297c5b725bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4205d77857a2fdfd80a5d05161e0b481", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4205d77857a2fdfd80a5d05161e0b481", + "x-ms-correlation-request-id": "4753a80d-fe1e-42de-b5fd-7cb1938d8c47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;25494", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "f7cb76d3-c5b2-4b6f-b1de-3b286f9c55e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064141Z:4753a80d-fe1e-42de-b5fd-7cb1938d8c47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23aced55c19c46d1d4cd9d0e8e174d8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23aced55c19c46d1d4cd9d0e8e174d8f", + "x-ms-correlation-request-id": "f5c4edd7-879c-4abc-b253-19af1eff7089", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;25493", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "1028cbc3-28fe-44d4-a4d4-b2eae129b06a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064141Z:f5c4edd7-879c-4abc-b253-19af1eff7089" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f5081104d9cef58750959cd7606c8fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f5081104d9cef58750959cd7606c8fc", + "x-ms-correlation-request-id": "1d50f535-2010-4c34-9a85-30aeaf009152", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;25492", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "9b0fff81-3770-4018-b677-ce80e3a6622e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064141Z:1d50f535-2010-4c34-9a85-30aeaf009152" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0fff72754c12b68a05bf6ed5baee6f68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fff72754c12b68a05bf6ed5baee6f68", + "x-ms-correlation-request-id": "38b4e32f-a0fd-45b9-948a-72e606fa9046", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;25491", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "4b55919f-da7c-4d43-9f7a-d7d94e734e9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064142Z:38b4e32f-a0fd-45b9-948a-72e606fa9046" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df414058658f08e494bdad936704cfcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df414058658f08e494bdad936704cfcd", + "x-ms-correlation-request-id": "f1026134-f3b8-46ef-be5b-e53ccdf7a955", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;25490", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e3c5b034-cded-4565-9f51-4f71a13ed0a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064142Z:f1026134-f3b8-46ef-be5b-e53ccdf7a955" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c99a0053d18c37cf79a4adddf833487", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c99a0053d18c37cf79a4adddf833487", + "x-ms-correlation-request-id": "6cffbe77-bc99-46a9-83d6-4da0f6bf54d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;25489", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "621d5d1c-9d67-4cfe-90b5-2794706643e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064142Z:6cffbe77-bc99-46a9-83d6-4da0f6bf54d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3575f19ae8c5106c8df77a559ff74e01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3575f19ae8c5106c8df77a559ff74e01", + "x-ms-correlation-request-id": "3a556472-bd34-477c-99ab-ae2a23fbb272", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;25488", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "e90076bc-ea2e-4f52-8723-7dc9d0a1a2ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064142Z:3a556472-bd34-477c-99ab-ae2a23fbb272" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1acfa0ef53551a4fc47de8f51b072811", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1acfa0ef53551a4fc47de8f51b072811", + "x-ms-correlation-request-id": "895f3b24-f68a-4754-822e-d030c0230384", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;25487", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "76ef0855-75f7-4724-bf93-1e87f4fbdd2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064143Z:895f3b24-f68a-4754-822e-d030c0230384" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76f925889a8f1c0733888e21c32624ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76f925889a8f1c0733888e21c32624ff", + "x-ms-correlation-request-id": "01c4c3c4-a298-4d13-99c8-5ca76031d8e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;25486", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "20c5d305-2548-42b9-9774-470e6be47a36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064143Z:01c4c3c4-a298-4d13-99c8-5ca76031d8e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3eed494b1ab34731a15a70470077f585", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3eed494b1ab34731a15a70470077f585", + "x-ms-correlation-request-id": "17df5a2d-085f-4095-9b86-6ef8812cdd91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;25485", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "ffbf6a4c-69fc-4b79-810a-87950ff8745a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064143Z:17df5a2d-085f-4095-9b86-6ef8812cdd91" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79cc68ced8fe547298b3e6ccc42e569d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79cc68ced8fe547298b3e6ccc42e569d", + "x-ms-correlation-request-id": "7d492630-20d4-40f6-967d-ad758b904cc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;25484", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "ae460aa0-3147-4e00-ac14-130fd6fbb3a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064143Z:7d492630-20d4-40f6-967d-ad758b904cc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1a9e859ea196d5ef4b1d4342ac01cbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1a9e859ea196d5ef4b1d4342ac01cbb", + "x-ms-correlation-request-id": "446b240c-ffbe-4ad9-97bb-76ee4eb6533b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;25483", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "6f015a7d-05ad-4ee9-ac68-bf4969800865", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064144Z:446b240c-ffbe-4ad9-97bb-76ee4eb6533b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5a520993ab5a7301d799a5ff34648272", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a520993ab5a7301d799a5ff34648272", + "x-ms-correlation-request-id": "8f124778-d864-4e63-ada5-20a9e2a868f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;25482", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "918e51ce-c26e-443d-884e-26a23ddcb6a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064144Z:8f124778-d864-4e63-ada5-20a9e2a868f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17eed30423cee46b0a5f844c033d2ad8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17eed30423cee46b0a5f844c033d2ad8", + "x-ms-correlation-request-id": "ef40a670-dc44-49c5-9d3f-f8b71e4177b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;25481", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "6f57b46a-e34f-4d61-b806-60df620b1dfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064144Z:ef40a670-dc44-49c5-9d3f-f8b71e4177b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb382b97fcdcad43e736fa80445e398f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb382b97fcdcad43e736fa80445e398f", + "x-ms-correlation-request-id": "5161e7e9-10dd-4f84-ac10-9a8e4460f770", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;25480", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "49a05067-62ab-4e11-a1f1-718b793c778d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064144Z:5161e7e9-10dd-4f84-ac10-9a8e4460f770" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "562f622f04d270ed9d6d50fa26b46f99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "562f622f04d270ed9d6d50fa26b46f99", + "x-ms-correlation-request-id": "845b1704-d3b6-449d-80a8-5898838e90a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;25479", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "6440d41e-ab99-4159-b50a-cfea5b0ac9b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064145Z:845b1704-d3b6-449d-80a8-5898838e90a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0968cd6ec72b08968f40309828eba0ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0968cd6ec72b08968f40309828eba0ab", + "x-ms-correlation-request-id": "a2279f1b-23af-4c93-99c6-f46d80f89b2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;25478", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "3e60aa83-23c6-4e6c-be30-48c1804c83ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064145Z:a2279f1b-23af-4c93-99c6-f46d80f89b2a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a11df525d30e92063ec81d6eab488732", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a11df525d30e92063ec81d6eab488732", + "x-ms-correlation-request-id": "6fbb74aa-b82f-4ca6-8a47-10429297fe9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;25477", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "a6e99211-af93-46a5-95a3-bbeb48a8c14a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064145Z:6fbb74aa-b82f-4ca6-8a47-10429297fe9e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "771161c630f66763cb27c791d45448b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "771161c630f66763cb27c791d45448b2", + "x-ms-correlation-request-id": "4f7f592c-2149-4657-90b0-c782013a6c71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;25476", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "7087d18a-1c0b-439e-80bb-473b24070b5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064145Z:4f7f592c-2149-4657-90b0-c782013a6c71" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30d5a5cdce979b8ac6d6cb63aa275c46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30d5a5cdce979b8ac6d6cb63aa275c46", + "x-ms-correlation-request-id": "3f2a23b6-c4b9-4dc0-bb23-618a9f8e5ba3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;25475", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "d318b3fe-1c4f-4121-b2b1-5b1d63c935b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064146Z:3f2a23b6-c4b9-4dc0-bb23-618a9f8e5ba3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c6d1fdb828d9f5b592b6d5e60c74bde9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6d1fdb828d9f5b592b6d5e60c74bde9", + "x-ms-correlation-request-id": "1541026b-00dc-4f48-9f8d-e45ccb3b7b42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;25474", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "a9e59557-2385-4eb6-9494-4b1e7cb17150", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064146Z:1541026b-00dc-4f48-9f8d-e45ccb3b7b42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "05a16b805673f89bd675b11f65ffbca4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05a16b805673f89bd675b11f65ffbca4", + "x-ms-correlation-request-id": "bf1696af-73ce-4baf-a1d4-784cf17824c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;25473", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "c38fdeab-323e-4cae-ba3d-fe998d37b423", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064146Z:bf1696af-73ce-4baf-a1d4-784cf17824c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d6d880ca8183a4d8f0e09ee1f8a48f51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6d880ca8183a4d8f0e09ee1f8a48f51", + "x-ms-correlation-request-id": "f6342e1f-bd19-492e-92a8-5c49dfa17298", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;25472", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "607c50a6-6f9f-41af-b75c-421d5c3d1449", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064146Z:f6342e1f-bd19-492e-92a8-5c49dfa17298" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ee3e118568661d362d9ef6477958f92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ee3e118568661d362d9ef6477958f92", + "x-ms-correlation-request-id": "3dc89159-fc2e-43a9-a297-a11e67e08d1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;25471", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "17a4e74f-5255-4130-b142-02bb78836edc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064147Z:3dc89159-fc2e-43a9-a297-a11e67e08d1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b1b30f9e79bfe6693fc1593b8b9ff32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b1b30f9e79bfe6693fc1593b8b9ff32", + "x-ms-correlation-request-id": "e914521a-9e24-46dc-9161-7f0b9ab37908", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;25470", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "fef4966a-d4fa-46f1-b458-5af54cff4332", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064147Z:e914521a-9e24-46dc-9161-7f0b9ab37908" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83075fe67e1c741ead7773a991742d5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83075fe67e1c741ead7773a991742d5a", + "x-ms-correlation-request-id": "0016406d-9470-4fbf-a67a-f43e7a849bfb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;25469", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "038bf7b0-beaf-4529-a33a-e67eefa7e8fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064147Z:0016406d-9470-4fbf-a67a-f43e7a849bfb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7e70c50048931b57be4ab8a4140a9a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7e70c50048931b57be4ab8a4140a9a8", + "x-ms-correlation-request-id": "203131d7-6d3e-4815-81cf-87660d46551c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;25468", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "1e68bacf-5294-42cf-aaa6-1a106acae8bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064148Z:203131d7-6d3e-4815-81cf-87660d46551c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "187dbdd90c8e7b7512a7de2473bc6d1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "187dbdd90c8e7b7512a7de2473bc6d1f", + "x-ms-correlation-request-id": "8e1f6585-a954-411e-8b7a-ea95de8b36ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;25467", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "101cfa40-570a-4b7a-afac-19780109e832", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064148Z:8e1f6585-a954-411e-8b7a-ea95de8b36ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac42bbce37d2e2a8a9d50738d293326c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac42bbce37d2e2a8a9d50738d293326c", + "x-ms-correlation-request-id": "8310fdba-d5a0-405d-9fc6-eac4a4f7bb50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;25466", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "0a9b8f81-7651-4a46-a198-b0fd3df94b85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064148Z:8310fdba-d5a0-405d-9fc6-eac4a4f7bb50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3cfcbcd15f644cc966cb4e22590bebf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3cfcbcd15f644cc966cb4e22590bebf", + "x-ms-correlation-request-id": "0cfe976f-063c-4af3-a022-229147ec5d9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;25465", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "154d4682-40ae-4e0f-bd9b-50848c344002", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064148Z:0cfe976f-063c-4af3-a022-229147ec5d9d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86bb8c77fdfda2d6149b6eb8043da97f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86bb8c77fdfda2d6149b6eb8043da97f", + "x-ms-correlation-request-id": "722efa34-6790-47bf-bab4-03f40ed0886e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;25464", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "ab0f53e2-9a86-4b01-be97-ce6c53aa1979", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064149Z:722efa34-6790-47bf-bab4-03f40ed0886e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a757717499edb928eefd156583c6bc19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a757717499edb928eefd156583c6bc19", + "x-ms-correlation-request-id": "57634ebe-1fd9-4340-a24a-d960e845af00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;25463", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "140173f5-c2b1-4887-932b-1f1cac29ac51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064149Z:57634ebe-1fd9-4340-a24a-d960e845af00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45c04817acd8d06ff42dbe5ba6134058", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45c04817acd8d06ff42dbe5ba6134058", + "x-ms-correlation-request-id": "bb81553d-fdb4-48f1-b89a-619272d69911", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;25462", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "09e156c3-fd13-4bbc-8159-5d05eae7260e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064149Z:bb81553d-fdb4-48f1-b89a-619272d69911" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b46d35c31639ded1630297ffe7701e4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b46d35c31639ded1630297ffe7701e4e", + "x-ms-correlation-request-id": "3df88c99-ad93-4876-82d9-50b661f1e41f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;25461", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "a8dff380-ed63-4935-a081-f057bfdc54d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064149Z:3df88c99-ad93-4876-82d9-50b661f1e41f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bba155de637dc7a70287b3bfdacd12db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bba155de637dc7a70287b3bfdacd12db", + "x-ms-correlation-request-id": "ab860ff9-37ca-4caa-ade0-b1f1db5b25fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;25460", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "2d2ee6ec-a89a-4916-9d89-3c76425b4f7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064150Z:ab860ff9-37ca-4caa-ade0-b1f1db5b25fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4da2bdbd085900e076e2e1d6156fe883", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4da2bdbd085900e076e2e1d6156fe883", + "x-ms-correlation-request-id": "44fb82b8-680b-4b12-9213-c669f242eb11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;25459", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "cacfc3b4-98eb-4230-80dc-4c147e010556", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064150Z:44fb82b8-680b-4b12-9213-c669f242eb11" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "517c700e857160db8ea5b2b163120396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "517c700e857160db8ea5b2b163120396", + "x-ms-correlation-request-id": "4a8a463b-4606-4b57-bef3-2d66387b6f34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;25458", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "a1de92af-440d-4c36-b3ea-32609e44e730", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064150Z:4a8a463b-4606-4b57-bef3-2d66387b6f34" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2942bbefd1ced6f574a0449a81d0b293", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2942bbefd1ced6f574a0449a81d0b293", + "x-ms-correlation-request-id": "3a30557e-753b-4d15-9ad8-f35ca897ae0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;25457", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "022e0b7f-470f-435e-aaaa-912205bbbfba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064150Z:3a30557e-753b-4d15-9ad8-f35ca897ae0c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69b02f9ec1503869e242beb3552e9d64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69b02f9ec1503869e242beb3552e9d64", + "x-ms-correlation-request-id": "9a7d638e-1b5c-45da-af7c-89ab5cf80f2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;25456", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "614bb64a-e9b0-4268-aa2b-7cc748acf714", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064151Z:9a7d638e-1b5c-45da-af7c-89ab5cf80f2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59e64bdebe2c3db57ba6dcd04040debd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59e64bdebe2c3db57ba6dcd04040debd", + "x-ms-correlation-request-id": "537efb3c-1d6a-4178-9a04-23c475ad6b33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;25455", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "dafdc45e-8abc-41a6-bc94-0f20318f3bfb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064151Z:537efb3c-1d6a-4178-9a04-23c475ad6b33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "33131ff39a612e465109478b12428046", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33131ff39a612e465109478b12428046", + "x-ms-correlation-request-id": "b059f548-101e-4e67-a481-cdd80bac86a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;25454", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "b85810c8-be32-49b9-9a2d-f0c1bf79a2a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064151Z:b059f548-101e-4e67-a481-cdd80bac86a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36bbe00358eadf667973eeaae499f7a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36bbe00358eadf667973eeaae499f7a1", + "x-ms-correlation-request-id": "20b63515-5325-438c-9e76-6680bd2eb9b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;25453", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "16283bfc-af73-4915-b985-bc732c5023be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064151Z:20b63515-5325-438c-9e76-6680bd2eb9b4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36bf01636a1b440205b80723772a2a39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36bf01636a1b440205b80723772a2a39", + "x-ms-correlation-request-id": "7b24a1a2-9ac6-4e6e-9a7b-83205d08c991", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;25452", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "62e76f8a-eb1e-4fd0-8776-ecb633b48533", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064152Z:7b24a1a2-9ac6-4e6e-9a7b-83205d08c991" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60cd9625a8859ad3b933b9edac9b4ab8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60cd9625a8859ad3b933b9edac9b4ab8", + "x-ms-correlation-request-id": "93e917c5-8f4e-47e5-9933-ee6e70758aaa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;25451", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "4036a3a2-04c0-4dd7-99c0-0a39b28a057d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064152Z:93e917c5-8f4e-47e5-9933-ee6e70758aaa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1128a6114982992add7630315142684f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1128a6114982992add7630315142684f", + "x-ms-correlation-request-id": "b9c899e9-0456-41d7-9992-4d4911a40958", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;25450", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "11739b24-1bbe-4186-b158-d89d8ed7b9cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064152Z:b9c899e9-0456-41d7-9992-4d4911a40958" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d84b44997cbba1b2d257de8b0159869", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d84b44997cbba1b2d257de8b0159869", + "x-ms-correlation-request-id": "a192439d-ab1f-4e0f-939c-3e195dd3ea2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;25449", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "dbc86751-c4af-4507-ba31-29b02a56e7d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064153Z:a192439d-ab1f-4e0f-939c-3e195dd3ea2a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1114e6e1802dbb76b34820e77a24976", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1114e6e1802dbb76b34820e77a24976", + "x-ms-correlation-request-id": "706352b4-1114-4345-b7d3-881826af884f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;25448", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "435abab5-f21b-4856-81cc-8c8a422dc497", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064153Z:706352b4-1114-4345-b7d3-881826af884f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f7a36acbfc177aed8a6de45ccc42e8c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7a36acbfc177aed8a6de45ccc42e8c7", + "x-ms-correlation-request-id": "73de7774-e643-421d-aade-eff55d3563ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;25447", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "eb6868a4-2f0e-4226-8473-1ef73d67d909", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064153Z:73de7774-e643-421d-aade-eff55d3563ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02c2c7de9631314dfda8e197140d428a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02c2c7de9631314dfda8e197140d428a", + "x-ms-correlation-request-id": "096b7ed8-c35c-453a-8474-181477326b92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25446", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "44faa991-6ea2-43d4-8958-67c03f34730f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064153Z:096b7ed8-c35c-453a-8474-181477326b92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "451c07dca171715161974794335a0f29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "451c07dca171715161974794335a0f29", + "x-ms-correlation-request-id": "2ed68028-e03a-419c-a011-881dccb665fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;25445", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "64f2570d-b0e1-4770-aacf-d277dea09975", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064154Z:2ed68028-e03a-419c-a011-881dccb665fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af30ba4b46df34441d72f96e1b56657c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af30ba4b46df34441d72f96e1b56657c", + "x-ms-correlation-request-id": "c9cf7c51-c4f3-44c2-834c-2ab3609db5a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25444", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "65cb53c6-2f87-4aa8-b87b-e84ad9dde584", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064154Z:c9cf7c51-c4f3-44c2-834c-2ab3609db5a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c480592aa3253d567650a09a4fb8fda2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c480592aa3253d567650a09a4fb8fda2", + "x-ms-correlation-request-id": "d5235db1-401a-4ae8-9e6f-574b6214cc61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25443", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "823fbd41-3e29-4649-abd4-54109466969b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064154Z:d5235db1-401a-4ae8-9e6f-574b6214cc61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "594bb89993dd95abc3e828fea7e3560b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "594bb89993dd95abc3e828fea7e3560b", + "x-ms-correlation-request-id": "7bb4ea56-43fa-4977-b90a-1cd2639dd661", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25442", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "fd420beb-2daf-445e-a446-c7d6ffdaaf2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064154Z:7bb4ea56-43fa-4977-b90a-1cd2639dd661" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da6aca314bdaa80364f2398fa6a9e564", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da6aca314bdaa80364f2398fa6a9e564", + "x-ms-correlation-request-id": "b21f1f81-6622-4228-b959-0136433d6dd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25441", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "62d01151-6f13-4161-8047-fb5621272aba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064155Z:b21f1f81-6622-4228-b959-0136433d6dd5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62d557750b0a979faeea013d7a579593", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62d557750b0a979faeea013d7a579593", + "x-ms-correlation-request-id": "c6a1082c-6dc0-4753-b306-dbffaf369d7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25440", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "13c76024-b9c2-44dd-86a9-96dd62631e41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064155Z:c6a1082c-6dc0-4753-b306-dbffaf369d7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "856895f9234d4dc7b5a3f5ea591cef19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "856895f9234d4dc7b5a3f5ea591cef19", + "x-ms-correlation-request-id": "88bfdf9c-eb00-4cbe-aa34-de87fa4bd243", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25439", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "e7906908-221e-4ab7-990e-7a438ea86af7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064155Z:88bfdf9c-eb00-4cbe-aa34-de87fa4bd243" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5089c303f30d26002ad32bef4ac52d0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5089c303f30d26002ad32bef4ac52d0c", + "x-ms-correlation-request-id": "a26e5882-0f6d-426b-ab15-77f6247a1cd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25438", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "f87950ae-454a-4b7f-b1b7-cb4355bb3d52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064155Z:a26e5882-0f6d-426b-ab15-77f6247a1cd3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1095a65c5f4152178f87ad6716b43d92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1095a65c5f4152178f87ad6716b43d92", + "x-ms-correlation-request-id": "f3122cc4-c42c-4ef3-a138-eedbc39643b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25437", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "965cc180-5b1a-40da-972a-fc553d79183f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064156Z:f3122cc4-c42c-4ef3-a138-eedbc39643b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b73ae7fb45cd068594425a7af7d803ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b73ae7fb45cd068594425a7af7d803ef", + "x-ms-correlation-request-id": "d7fecfde-f4d4-4521-964e-a07962637c30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25436", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "ea92de62-2569-4ba1-814b-03a6a4a1c5f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064156Z:d7fecfde-f4d4-4521-964e-a07962637c30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b28de875de86a3d8ac37c18545991076", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b28de875de86a3d8ac37c18545991076", + "x-ms-correlation-request-id": "a1cdb7b8-fae0-4b4e-925b-9719021a54ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25435", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "6698a71d-81eb-4210-aa02-707dec02d061", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064156Z:a1cdb7b8-fae0-4b4e-925b-9719021a54ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62f49995768b173f208e7bfe059c5ab7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62f49995768b173f208e7bfe059c5ab7", + "x-ms-correlation-request-id": "a4d37f31-2853-410f-9b0e-55609f371366", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25434", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "9864e799-b964-4f7c-a6b4-2b5198fb20f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064156Z:a4d37f31-2853-410f-9b0e-55609f371366" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2df1be848b271c0b0f960b968400c0fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2df1be848b271c0b0f960b968400c0fb", + "x-ms-correlation-request-id": "3e576d7a-85d1-4f78-b2db-04ea78c5c6aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25433", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "7a0b937f-5994-42a0-a75f-1be994fa3034", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064157Z:3e576d7a-85d1-4f78-b2db-04ea78c5c6aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5de5e432a1e3ff64a97692f862d99d0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5de5e432a1e3ff64a97692f862d99d0f", + "x-ms-correlation-request-id": "d5829fd6-8153-4ef4-9666-c30188cdf2b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25432", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "2899badd-9a17-410f-a989-04f00afb80ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064157Z:d5829fd6-8153-4ef4-9666-c30188cdf2b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87010adce2a70a4e8ed753f46aa89320", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87010adce2a70a4e8ed753f46aa89320", + "x-ms-correlation-request-id": "f483e44e-80eb-4653-8d3b-ad65f7b9f04b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25431", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "8802f5c3-6eae-4723-8a80-44160514c88e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064157Z:f483e44e-80eb-4653-8d3b-ad65f7b9f04b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21cc80cefdb7e3d35af284b1f813ba35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21cc80cefdb7e3d35af284b1f813ba35", + "x-ms-correlation-request-id": "d5e317ce-74de-463f-a7d7-0de5cbf154d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25430", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "79659c26-d884-43ab-aac3-2e0585abb786", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064157Z:d5e317ce-74de-463f-a7d7-0de5cbf154d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ab9fbf939fe505495dacf0b4d6f9400", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ab9fbf939fe505495dacf0b4d6f9400", + "x-ms-correlation-request-id": "57254995-9529-4597-bbba-4e111a2863fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25429", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "6adb3971-7334-47dc-b972-94593d7a4f5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064158Z:57254995-9529-4597-bbba-4e111a2863fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e22971e27c0ddf57361e2cb45d9d117a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e22971e27c0ddf57361e2cb45d9d117a", + "x-ms-correlation-request-id": "babfa598-f954-4d0d-a815-a5510fefd4fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25428", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "de6b347e-2f18-429f-915e-eb6ff7ca9f42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064158Z:babfa598-f954-4d0d-a815-a5510fefd4fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ffb1e1d19ef95212c7b8cdc2dc795ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ffb1e1d19ef95212c7b8cdc2dc795ea", + "x-ms-correlation-request-id": "fc7084da-e663-4d1c-9cd6-656c93d29118", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25427", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "51e37ec1-5147-41b0-baf7-ebbf900bb1c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064158Z:fc7084da-e663-4d1c-9cd6-656c93d29118" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87ce845dd8e97c27a4da43e00c9ff2f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87ce845dd8e97c27a4da43e00c9ff2f7", + "x-ms-correlation-request-id": "93fe39e6-3a47-425d-828d-c9bfc3407b6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25426", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "31cde466-80ba-42a0-b6e0-eed2212edb5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064159Z:93fe39e6-3a47-425d-828d-c9bfc3407b6b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2fee55c92574c9114f94b691f07ab16e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fee55c92574c9114f94b691f07ab16e", + "x-ms-correlation-request-id": "039079bc-33e2-4e9f-a238-30ca8c43858d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25425", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "023a62bd-ccf7-43b8-8bb3-01cc08f59abf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064159Z:039079bc-33e2-4e9f-a238-30ca8c43858d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d957418889cf4590f67eca14d541888c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d957418889cf4590f67eca14d541888c", + "x-ms-correlation-request-id": "b737930f-376c-417d-9382-f178bf986450", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25424", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "1fa4db70-1d03-419b-9c3c-6445cf5fe2e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064159Z:b737930f-376c-417d-9382-f178bf986450" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d813948865d838767204375521958c29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d813948865d838767204375521958c29", + "x-ms-correlation-request-id": "ad01d014-3ac2-4449-a157-47d0e93bf6db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25423", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "3b6c68fa-87bd-4935-a8f6-9e429acf53fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064159Z:ad01d014-3ac2-4449-a157-47d0e93bf6db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca57d42819483f27c4a939f65afcf40e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:41:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca57d42819483f27c4a939f65afcf40e", + "x-ms-correlation-request-id": "4601f57a-98d2-46bb-83cc-63afbaf2b696", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25422", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "f59b20dc-ee2e-44f4-b948-e30a7eba2567", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064200Z:4601f57a-98d2-46bb-83cc-63afbaf2b696" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b08290cd8672395cb1e66cb523b2360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b08290cd8672395cb1e66cb523b2360", + "x-ms-correlation-request-id": "7391b116-040a-41f8-9e75-628bb0e8eede", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;25421", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "d0767495-eee2-42c4-93f6-1c4ba078836f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064200Z:7391b116-040a-41f8-9e75-628bb0e8eede" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00eba0f1bdea6f446cd3142f2c7fdd76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00eba0f1bdea6f446cd3142f2c7fdd76", + "x-ms-correlation-request-id": "0837b924-a3cf-412c-92f2-ff9d8195a5c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;25420", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "f80b2759-fa9f-4d43-916b-c0ea14ca35a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064200Z:0837b924-a3cf-412c-92f2-ff9d8195a5c8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8482910308c50c23e34fe29b35ced88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8482910308c50c23e34fe29b35ced88", + "x-ms-correlation-request-id": "9ee0ed7d-faa0-4976-ac5c-9db39ca902d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;25419", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "43d70263-73e8-4c92-b016-371b560e94da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064200Z:9ee0ed7d-faa0-4976-ac5c-9db39ca902d1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ba04d886f3104e24e499ee94c466f64b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba04d886f3104e24e499ee94c466f64b", + "x-ms-correlation-request-id": "b7d11c02-721d-4c63-94b2-f0e3cace286d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;25418", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "239973f0-b301-411b-b4f3-aa49fa841d60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064201Z:b7d11c02-721d-4c63-94b2-f0e3cace286d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29bbef402af2c0d3de9bc1b5be1abb10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29bbef402af2c0d3de9bc1b5be1abb10", + "x-ms-correlation-request-id": "062fee2d-40cb-4b95-b051-dcf3be0a33f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;25417", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "bf8a5c9f-54a5-4ab8-8831-fda59f7f23de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064201Z:062fee2d-40cb-4b95-b051-dcf3be0a33f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53a98be5237b1c6504fa13f3422e8bd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53a98be5237b1c6504fa13f3422e8bd8", + "x-ms-correlation-request-id": "a218839b-b9db-4f8f-bf21-5af48a61d4e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;25416", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "c946b445-1cfb-4cff-b0dc-bb0436f1d6cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064201Z:a218839b-b9db-4f8f-bf21-5af48a61d4e0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3e8b33dc4a15b960543dc75326e90c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3e8b33dc4a15b960543dc75326e90c9", + "x-ms-correlation-request-id": "cfc60421-c6bf-4710-b1d7-e67799d9c356", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;25415", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "fdfe781b-8ff5-4e18-9e88-27dbf633a6a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064201Z:cfc60421-c6bf-4710-b1d7-e67799d9c356" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39aededea2bc1dd08a9e24f816e07eaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39aededea2bc1dd08a9e24f816e07eaf", + "x-ms-correlation-request-id": "a63d4843-ea39-4b1b-9df7-e239a03d7dd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;25414", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "632f0f59-492a-4a6f-a350-efe16713b87f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064202Z:a63d4843-ea39-4b1b-9df7-e239a03d7dd5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b77e910f832216ef54e4e3747f0ea96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b77e910f832216ef54e4e3747f0ea96", + "x-ms-correlation-request-id": "ee13e17f-64ea-421d-908a-b85dd2e7753c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;25413", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "a6a0701d-b210-4d08-94eb-96229119889d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064202Z:ee13e17f-64ea-421d-908a-b85dd2e7753c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6315496a52809b1ce2cb39029f9d4425", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6315496a52809b1ce2cb39029f9d4425", + "x-ms-correlation-request-id": "2f94e1c5-bd75-4f53-a3fd-f99d3233f4b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;25412", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "0302d774-f7ea-4d57-a9f0-10c6592a5bb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064202Z:2f94e1c5-bd75-4f53-a3fd-f99d3233f4b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48642cc484f7e597708c446e5498d69a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48642cc484f7e597708c446e5498d69a", + "x-ms-correlation-request-id": "f873b635-d5c7-469d-9bde-a909c97821e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;25411", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "afc80bf1-28dc-4e8f-99b2-cd72d2fe7ec2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064202Z:f873b635-d5c7-469d-9bde-a909c97821e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cd8e8eb41bcbbe2fccdc2866bf6b8157", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd8e8eb41bcbbe2fccdc2866bf6b8157", + "x-ms-correlation-request-id": "040b0452-70f3-41ef-8ee3-64f80816f9a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;25410", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "59c49062-6d45-4e3c-8848-aa4f2203b48e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064203Z:040b0452-70f3-41ef-8ee3-64f80816f9a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1a72290aa18be59eb12ff3f30dad464a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a72290aa18be59eb12ff3f30dad464a", + "x-ms-correlation-request-id": "54eb57d9-64ff-4332-8f6d-c09c4b6f8f3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;25409", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "9ddab587-8180-4667-9d6e-e708c61296ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064203Z:54eb57d9-64ff-4332-8f6d-c09c4b6f8f3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "114e9ef4770fa959fca67c1a5b302604", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "114e9ef4770fa959fca67c1a5b302604", + "x-ms-correlation-request-id": "8b704eea-b3ba-4934-be3b-f0dc58aad56d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;25408", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "7d4bcfe7-7bb3-48e6-943b-324893d5e99b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064203Z:8b704eea-b3ba-4934-be3b-f0dc58aad56d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b64ec0abb25120eefa81b9b283cb01f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b64ec0abb25120eefa81b9b283cb01f", + "x-ms-correlation-request-id": "02bcaf77-8696-4628-913f-a16c8506f2fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;25407", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "0118bab5-2ed3-4a27-8c35-e2783d7fc84d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064203Z:02bcaf77-8696-4628-913f-a16c8506f2fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2072de96701c9348cfc91de425848a80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2072de96701c9348cfc91de425848a80", + "x-ms-correlation-request-id": "f021195f-0580-423d-af3b-56dc6c87bcce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;25406", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "46473b28-69ef-4807-8726-ddc79206584b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064204Z:f021195f-0580-423d-af3b-56dc6c87bcce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21e8ee081a4938248f3b21665bbd81c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21e8ee081a4938248f3b21665bbd81c0", + "x-ms-correlation-request-id": "e3bdca5f-3cdc-4ee5-b4ae-df75841e213e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;25405", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "806b7d08-5305-4c03-bd18-c274f89907ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064204Z:e3bdca5f-3cdc-4ee5-b4ae-df75841e213e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c845cf606be9ae8a4d05c5c9d2aed6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c845cf606be9ae8a4d05c5c9d2aed6b", + "x-ms-correlation-request-id": "8d6e9865-b5fb-401b-a78c-e8d356377b05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;25404", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "c4117dd1-2ff7-4bcf-8179-8c91638d6f03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064204Z:8d6e9865-b5fb-401b-a78c-e8d356377b05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39939a1e8f547bd5ba3990e14ee13711", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39939a1e8f547bd5ba3990e14ee13711", + "x-ms-correlation-request-id": "0501d83d-4e55-4f24-9d1f-07439c6eadb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;25403", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "bcb64026-48a6-486b-8085-dd1b2f85b1cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064204Z:0501d83d-4e55-4f24-9d1f-07439c6eadb2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c8ee5d470d0002c2064d7c78bec89a65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8ee5d470d0002c2064d7c78bec89a65", + "x-ms-correlation-request-id": "5dc3e09a-76a1-41c2-ade2-8f394acdba8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;25402", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "14f2dc46-f8ec-49fb-9f37-41ef5bc8aec9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064205Z:5dc3e09a-76a1-41c2-ade2-8f394acdba8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c148b64e472a666c8709c28475074bc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c148b64e472a666c8709c28475074bc2", + "x-ms-correlation-request-id": "5265e410-aad3-4021-aed7-2aafaf05531b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;25401", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "3dc1a535-9f12-48c4-9f3d-45361e875e33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064205Z:5265e410-aad3-4021-aed7-2aafaf05531b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "40144b99243b106bd7903306125cbcf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40144b99243b106bd7903306125cbcf1", + "x-ms-correlation-request-id": "11551bf6-ca14-43ae-acb1-d491a639b634", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;25400", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "4fd710c3-ad0d-42ac-b7a6-841d7c29c9be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064205Z:11551bf6-ca14-43ae-acb1-d491a639b634" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98922a9f7599ffe6f18741f64b3d8cfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98922a9f7599ffe6f18741f64b3d8cfe", + "x-ms-correlation-request-id": "4da355f0-4291-4a12-ba7c-9acf7de11988", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;25399", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "d0384560-6b49-441d-b6cd-8197d416ca52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064205Z:4da355f0-4291-4a12-ba7c-9acf7de11988" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73deba025ab329294b37ea991466542a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73deba025ab329294b37ea991466542a", + "x-ms-correlation-request-id": "d119e0dd-5e86-4968-8a0e-b1407aa43b2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;25398", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "7ae7a537-4758-495f-bea3-545e63c1342f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064206Z:d119e0dd-5e86-4968-8a0e-b1407aa43b2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ae5d04cb374242964154fb4e374c49a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ae5d04cb374242964154fb4e374c49a", + "x-ms-correlation-request-id": "9efb5528-bd4b-4ab5-8abd-60febea09f6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;25397", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "0299a14c-f776-4f5e-b702-c5e66391e1d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064206Z:9efb5528-bd4b-4ab5-8abd-60febea09f6f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "58033404497d443e00694c618b4ceb8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58033404497d443e00694c618b4ceb8b", + "x-ms-correlation-request-id": "108f49bf-eb40-4885-a37e-eb30a4607b77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;25396", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "c751d884-b268-4cf6-bcf8-af4d6b97eebd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064206Z:108f49bf-eb40-4885-a37e-eb30a4607b77" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7baa163341574e8a90ba0e9e0b7545d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7baa163341574e8a90ba0e9e0b7545d7", + "x-ms-correlation-request-id": "a9b1f782-6909-4d04-906b-488b64e6ab4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;25395", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "9c08f897-d318-49ec-91db-9e6ae8b7b711", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064207Z:a9b1f782-6909-4d04-906b-488b64e6ab4f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df955073fc6202ac91a0490a66c89917", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df955073fc6202ac91a0490a66c89917", + "x-ms-correlation-request-id": "e73c95bf-795b-4d14-8b4a-0166b7186997", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;25394", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "81e14a20-7169-4195-8cbf-8b81a3ec2d83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064207Z:e73c95bf-795b-4d14-8b4a-0166b7186997" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cd80c42949c9c242aab5c7c33aa0398b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd80c42949c9c242aab5c7c33aa0398b", + "x-ms-correlation-request-id": "7333e6a2-eacd-4b9e-9878-fc5b65a9b0f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;25393", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "09d782cd-c15a-49ac-ac4b-dc514d86e81a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064207Z:7333e6a2-eacd-4b9e-9878-fc5b65a9b0f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3bee75240bb7372869a7e9b6f77fe7c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bee75240bb7372869a7e9b6f77fe7c8", + "x-ms-correlation-request-id": "9a713eed-281a-49bf-be93-473269cd9758", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25392", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "0a00b8c5-c2b1-4938-a0b2-1545e73fd860", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064207Z:9a713eed-281a-49bf-be93-473269cd9758" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4774f72078f5290d0dd235ad34e9c8f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4774f72078f5290d0dd235ad34e9c8f1", + "x-ms-correlation-request-id": "e6f4941a-36f4-4a99-a920-e7394e568c59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;25391", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "e8c94f03-0acf-41e6-806b-a10853b54f96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064208Z:e6f4941a-36f4-4a99-a920-e7394e568c59" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f1e6be675eda1e609b496321608bca2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1e6be675eda1e609b496321608bca2a", + "x-ms-correlation-request-id": "d3d793ed-f368-44c1-97fb-b8f0a25f8a4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25390", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "045373ff-a47e-4050-a5ee-ab7401060de3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064208Z:d3d793ed-f368-44c1-97fb-b8f0a25f8a4e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43a2ffcdf22bab9567c42de4d67b0280", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43a2ffcdf22bab9567c42de4d67b0280", + "x-ms-correlation-request-id": "f52371c7-3a5f-4063-842e-6af1a0050fd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25389", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "0e9a8163-56a7-4f31-a484-d84edef674a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064208Z:f52371c7-3a5f-4063-842e-6af1a0050fd8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "394ff7dff699c2ee9656abab14ecc882", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "394ff7dff699c2ee9656abab14ecc882", + "x-ms-correlation-request-id": "22376e39-ce19-441d-9ca1-7625c5ed6ef0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25388", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "900478ff-4d04-48ab-9eae-bb698fbe5f37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064208Z:22376e39-ce19-441d-9ca1-7625c5ed6ef0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34df0a08854674c6283a8a15317c4720", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34df0a08854674c6283a8a15317c4720", + "x-ms-correlation-request-id": "9890fed6-abe3-4d74-97dc-2fb192283e92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25387", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "8ed0bdb9-0463-474d-8b2f-dc466d909b1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064209Z:9890fed6-abe3-4d74-97dc-2fb192283e92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6942e346913bd79011e0add546ea977b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6942e346913bd79011e0add546ea977b", + "x-ms-correlation-request-id": "4a749993-27f5-4059-b833-4744787258d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25386", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "5f405f44-d325-4880-b854-d15172b45da0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064209Z:4a749993-27f5-4059-b833-4744787258d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cbdbaafcce9b5a3931da105f6bd99119", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbdbaafcce9b5a3931da105f6bd99119", + "x-ms-correlation-request-id": "d5bd05f3-8ae6-4b3e-973d-091354a41fe9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25385", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "7ae32327-45b5-464e-bda5-716746df08f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064209Z:d5bd05f3-8ae6-4b3e-973d-091354a41fe9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31648b0e5fa9764679082266d7f02e3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31648b0e5fa9764679082266d7f02e3e", + "x-ms-correlation-request-id": "b20fdd16-df97-47a6-901f-3ddfa3a0877b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25384", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "a046476a-fc50-4ab8-ba19-ae0d0f88a89d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064209Z:b20fdd16-df97-47a6-901f-3ddfa3a0877b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86180fa37ba07884a9e8376181316b38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86180fa37ba07884a9e8376181316b38", + "x-ms-correlation-request-id": "b83ec26b-1c4c-48ac-879b-29b78f9bafe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25383", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "eacaead9-ba4a-4005-b01e-e07e3c136153", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064210Z:b83ec26b-1c4c-48ac-879b-29b78f9bafe1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bbc7934e65859cd164655193abd28240", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbc7934e65859cd164655193abd28240", + "x-ms-correlation-request-id": "fc88e364-8671-4404-ab9a-ef130ead3966", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25382", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "09c6bb2b-d827-415d-a3cd-e7d292ddee8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064210Z:fc88e364-8671-4404-ab9a-ef130ead3966" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5cbbd2ac0bc0927807ec87c127e5f548", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cbbd2ac0bc0927807ec87c127e5f548", + "x-ms-correlation-request-id": "6165c63e-b258-470e-ac89-aafcb8e6f863", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25381", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "1d11acbf-ca53-4b62-b851-05194c970885", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064210Z:6165c63e-b258-470e-ac89-aafcb8e6f863" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4417ea9c72293db83e7c213b2af1ccd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4417ea9c72293db83e7c213b2af1ccd7", + "x-ms-correlation-request-id": "4a786f2b-a46f-4281-b0a6-f62461ac7b8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25380", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "003ba02b-e05b-4c13-95f6-2e09806c7597", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064210Z:4a786f2b-a46f-4281-b0a6-f62461ac7b8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "afb4f6660f7643781a34b399de0f747e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afb4f6660f7643781a34b399de0f747e", + "x-ms-correlation-request-id": "ac6248f0-6b9f-44cf-ad37-f9b59b42da43", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25379", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "6bb481d8-c457-4719-8569-eb5382579913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064210Z:ac6248f0-6b9f-44cf-ad37-f9b59b42da43" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0f609703ebb3917197e1e43e93d6816", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0f609703ebb3917197e1e43e93d6816", + "x-ms-correlation-request-id": "5bf81a2f-0dc5-4741-b512-f2a70ea7d93e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25378", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "02a0a1e3-ad48-4659-9c31-6ef20b1cd6e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064211Z:5bf81a2f-0dc5-4741-b512-f2a70ea7d93e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "305bb01f46318dd172d429f5be1e5f2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "305bb01f46318dd172d429f5be1e5f2e", + "x-ms-correlation-request-id": "fe5e6792-7bf3-441c-a0fd-eb44e35511e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25377", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "03b2d7b4-6a29-4471-9b41-c2d48444f4fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064211Z:fe5e6792-7bf3-441c-a0fd-eb44e35511e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20cba2080bfa281cdf7a95f7f1345add", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20cba2080bfa281cdf7a95f7f1345add", + "x-ms-correlation-request-id": "ae59fad0-0009-47b2-9056-6ea3bd01b956", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25376", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "63bae956-faa9-4763-aaa8-230d7018a66b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064211Z:ae59fad0-0009-47b2-9056-6ea3bd01b956" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d799dcb43b42a4d37684ee714227afb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d799dcb43b42a4d37684ee714227afb", + "x-ms-correlation-request-id": "a53a4bbf-2c10-4004-84fc-d3a95f143372", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25375", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "73131f1c-f4f5-4dde-affc-670ae113e1d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064211Z:a53a4bbf-2c10-4004-84fc-d3a95f143372" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "463bef1e4872131b943351b6b0da9c3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "463bef1e4872131b943351b6b0da9c3e", + "x-ms-correlation-request-id": "856047bc-13c3-4ff6-8b81-d1928af876bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25374", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "ae77070d-4f65-4b80-ace9-69afa5b555a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064212Z:856047bc-13c3-4ff6-8b81-d1928af876bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21294c7931a4c47a55a1e891bd3513bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21294c7931a4c47a55a1e891bd3513bd", + "x-ms-correlation-request-id": "49970d65-a3c7-4d76-958d-fdd99e24a6a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25373", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "d874c2ba-46f1-4d98-9721-8a95e2ed2762", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064212Z:49970d65-a3c7-4d76-958d-fdd99e24a6a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "01d899ff13f8836a82659980f296795d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01d899ff13f8836a82659980f296795d", + "x-ms-correlation-request-id": "aff8a41e-7df6-447e-8e57-bba86fbf15e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25372", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "5bec6b30-e59a-4d18-aff9-1a10742eb452", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064212Z:aff8a41e-7df6-447e-8e57-bba86fbf15e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c86d10cc59f8ed567577f1d15f89565f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c86d10cc59f8ed567577f1d15f89565f", + "x-ms-correlation-request-id": "5d649588-cbe8-46c5-9467-cc5849940ff6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25371", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "083d5c09-9e7f-499a-a60c-49f9a564069c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064213Z:5d649588-cbe8-46c5-9467-cc5849940ff6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16b794209b016645e1a69f3e97f9d2be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16b794209b016645e1a69f3e97f9d2be", + "x-ms-correlation-request-id": "40d4c43d-4b71-42f2-8b2d-1f04a2c8fa81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25370", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "50e2f652-d932-4487-afd5-a591f2574b07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064213Z:40d4c43d-4b71-42f2-8b2d-1f04a2c8fa81" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "adc58b284bc7a5c443eb8c81229923f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adc58b284bc7a5c443eb8c81229923f8", + "x-ms-correlation-request-id": "2d7c259f-14d8-4b78-899c-7d9821aa8d2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25369", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "735f202e-0045-4cfc-94df-fdf89baa630d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064213Z:2d7c259f-14d8-4b78-899c-7d9821aa8d2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d603a0f62df315cca06e651ba17557b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d603a0f62df315cca06e651ba17557b", + "x-ms-correlation-request-id": "6bee15da-2b99-4d51-9b43-e4622b011341", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25368", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "969932f0-6766-4d27-80e0-299d7adb8c4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064213Z:6bee15da-2b99-4d51-9b43-e4622b011341" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d4a832a4a9c4d497cf11d3150ec34347", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4a832a4a9c4d497cf11d3150ec34347", + "x-ms-correlation-request-id": "03ee3f27-424f-4311-b642-54141b75ef93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25367", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "17d64a78-e2f3-4ff1-9770-45669320968f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064214Z:03ee3f27-424f-4311-b642-54141b75ef93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d2fa6837499c5df2e94e2c16473eb2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d2fa6837499c5df2e94e2c16473eb2b", + "x-ms-correlation-request-id": "c4346e50-6643-4128-809b-70716bc830cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25366", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "30d896d2-b0ee-4b90-b252-17a1518a5882", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064214Z:c4346e50-6643-4128-809b-70716bc830cf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f0dc11954ff06534a38b8ece8e462206", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0dc11954ff06534a38b8ece8e462206", + "x-ms-correlation-request-id": "59f4df31-2ba8-487e-a235-4bb4d82ae697", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25365", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "656e4915-da9a-4a1d-ac53-83902d78dac3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064214Z:59f4df31-2ba8-487e-a235-4bb4d82ae697" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13ce9fc3f8e830e153e3a52fc7d5705c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13ce9fc3f8e830e153e3a52fc7d5705c", + "x-ms-correlation-request-id": "8d023dd0-3eb9-4cc3-9eef-dd6487e5aa72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25364", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "fa7e0b43-d433-4518-adb8-ebabc455004d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064214Z:8d023dd0-3eb9-4cc3-9eef-dd6487e5aa72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd80a82653e7335672c9b90de51137e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd80a82653e7335672c9b90de51137e8", + "x-ms-correlation-request-id": "b14f6c5e-3d8d-4400-b92b-aedd78ee52d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25363", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "c8055a3d-f37e-4e0a-a9a7-036904237f14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064215Z:b14f6c5e-3d8d-4400-b92b-aedd78ee52d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4fddb72d7a49d432fac9d0da9049ecd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4fddb72d7a49d432fac9d0da9049ecd", + "x-ms-correlation-request-id": "a3d251a8-fa11-4ec7-b4ce-eca85d621640", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25362", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "d7788157-1075-4391-8699-55472efc62fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064215Z:a3d251a8-fa11-4ec7-b4ce-eca85d621640" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6a7321b24c66f1f499aa11e3ed44a42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6a7321b24c66f1f499aa11e3ed44a42", + "x-ms-correlation-request-id": "ba7a6d2b-a269-4ef4-811f-910d5ff6a568", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25361", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "85c09536-55cc-4727-a285-72c9bfd47e76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064215Z:ba7a6d2b-a269-4ef4-811f-910d5ff6a568" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecbcbdacabd84fb864e2ce3ab6488a6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecbcbdacabd84fb864e2ce3ab6488a6d", + "x-ms-correlation-request-id": "1d2e3c1d-4b8d-4d4e-8f28-1f4d14991888", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25360", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "a0b8dfb5-18da-4110-b44b-1d3a24705771", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064215Z:1d2e3c1d-4b8d-4d4e-8f28-1f4d14991888" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3f2ec2b50694e21bb8e7b0936255e5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3f2ec2b50694e21bb8e7b0936255e5a", + "x-ms-correlation-request-id": "4dd36a8b-eb62-40f5-a644-40ef3e4ab6b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25359", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "4969c47a-a017-4dbc-985f-fed3dcfebdf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064216Z:4dd36a8b-eb62-40f5-a644-40ef3e4ab6b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec615a62b2476ff57a5881e355e5b900", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec615a62b2476ff57a5881e355e5b900", + "x-ms-correlation-request-id": "46ee1f32-ecda-48eb-ac8c-768bc017d34e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25358", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "5151627c-4c9b-4880-94d4-413b665e5330", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064216Z:46ee1f32-ecda-48eb-ac8c-768bc017d34e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52f2331097e25bd89c6e30492fae183f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52f2331097e25bd89c6e30492fae183f", + "x-ms-correlation-request-id": "5defc495-29d0-4edd-8da2-20d317f129e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25357", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "c41cfa3a-193e-4ff3-91bf-03700f98d318", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064216Z:5defc495-29d0-4edd-8da2-20d317f129e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5bd874849ee77926f7823810ce3df8d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5bd874849ee77926f7823810ce3df8d5", + "x-ms-correlation-request-id": "e1170f98-d4ca-454e-8b79-958e04364152", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25356", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "5e08a103-df5a-4637-9208-120e8bb464af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064216Z:e1170f98-d4ca-454e-8b79-958e04364152" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02f87bd40c32ca78810650d981ab3fcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02f87bd40c32ca78810650d981ab3fcb", + "x-ms-correlation-request-id": "8a4d13fe-a6c7-4453-8902-940700fd2520", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25355", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "6cb0b00a-aeb2-4b9e-a389-e60107532bb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064217Z:8a4d13fe-a6c7-4453-8902-940700fd2520" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e15f423f5e0d72190d795a5f5ec88c5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e15f423f5e0d72190d795a5f5ec88c5e", + "x-ms-correlation-request-id": "82d03f82-032c-4b42-b868-5132f5c85864", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25354", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "2d4d12d7-00b6-4e4f-86af-b99b30576dc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064217Z:82d03f82-032c-4b42-b868-5132f5c85864" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4755a7515b6770dfb0dd9e04e4cf74b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4755a7515b6770dfb0dd9e04e4cf74b", + "x-ms-correlation-request-id": "3e7d10b7-ffed-4d9c-9fe6-11020af1c84f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25353", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "da9c2da8-3cd9-4fec-925d-99fdecffb774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064217Z:3e7d10b7-ffed-4d9c-9fe6-11020af1c84f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8cd06c4217dd76c86186f5b8b1186bb9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cd06c4217dd76c86186f5b8b1186bb9", + "x-ms-correlation-request-id": "3b44959c-bb9d-4c46-8c95-28381ff766ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25352", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "32517a3c-7bcb-4ab8-aacd-35f393991af7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064217Z:3b44959c-bb9d-4c46-8c95-28381ff766ea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2663f1798b362a1534e8e5ff843824c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2663f1798b362a1534e8e5ff843824c0", + "x-ms-correlation-request-id": "0f4bb636-2b29-4453-896d-fbbcffd97845", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25351", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "b4722844-8793-4c9f-b72c-fc1bf9dc423a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064218Z:0f4bb636-2b29-4453-896d-fbbcffd97845" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f21d0f81fff85e8092ff53302054c5e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f21d0f81fff85e8092ff53302054c5e2", + "x-ms-correlation-request-id": "bac185af-8299-439d-a332-3b041dbbeff7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25350", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "5e906c23-5aba-4b5f-8469-d0dd81d25f4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064218Z:bac185af-8299-439d-a332-3b041dbbeff7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c671fa1d1e9b71557a658f531c9f129", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c671fa1d1e9b71557a658f531c9f129", + "x-ms-correlation-request-id": "66c1b3bb-26e2-4a49-b27c-2c76ee082073", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25349", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "b70027f5-0e64-4369-a98c-a3a3c316e88b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064218Z:66c1b3bb-26e2-4a49-b27c-2c76ee082073" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a237356179fb79c17005943738e509e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a237356179fb79c17005943738e509e0", + "x-ms-correlation-request-id": "d96e05e9-cb09-44af-9266-2e043cbcb420", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25348", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "ba2d0915-ed5f-46a8-a864-e240df523cb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064218Z:d96e05e9-cb09-44af-9266-2e043cbcb420" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "645d0322c7d0b0d6f9659a51a78b2cc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "645d0322c7d0b0d6f9659a51a78b2cc9", + "x-ms-correlation-request-id": "7efb62f2-e1a6-4838-8764-b5a7afc14d00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25347", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "b222e859-3ef4-4a4c-9022-0655c5f3b67f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064219Z:7efb62f2-e1a6-4838-8764-b5a7afc14d00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eace290d231d28e75eedece43dde7f71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eace290d231d28e75eedece43dde7f71", + "x-ms-correlation-request-id": "da3c0930-3765-4a62-98e1-9a8504d25d17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25346", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "d83e23cf-463a-4918-b255-3eb780ac8eaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064219Z:da3c0930-3765-4a62-98e1-9a8504d25d17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ed2779c8c6b9a585f86a895de6fd1e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ed2779c8c6b9a585f86a895de6fd1e4", + "x-ms-correlation-request-id": "1e561855-a78a-45f1-b74c-1fb609631626", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25345", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "ddbdd61c-7af2-4bbd-8f89-b313734c3a70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064219Z:1e561855-a78a-45f1-b74c-1fb609631626" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e29cad81f17fec21b3506e2dbf2721b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e29cad81f17fec21b3506e2dbf2721b", + "x-ms-correlation-request-id": "2beef33e-23c5-4f83-96a2-e4977f512970", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25344", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "f142d0a6-0e11-4f6c-8b9a-033f1d45860e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064219Z:2beef33e-23c5-4f83-96a2-e4977f512970" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2fb529e6feb8815dd1338b967a5149ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fb529e6feb8815dd1338b967a5149ef", + "x-ms-correlation-request-id": "ee750cc2-72e4-44ab-8736-34c750d87736", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25343", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "c5873792-6e81-4048-8f6a-88b64593a485", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064220Z:ee750cc2-72e4-44ab-8736-34c750d87736" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "720c071c71b57c5ab5d312368675bf6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "720c071c71b57c5ab5d312368675bf6c", + "x-ms-correlation-request-id": "5ff66811-c11a-4661-b8b9-1aea6944993a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25342", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "ab06ac78-5bb4-4cd7-9a71-6f0d0a57b324", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064220Z:5ff66811-c11a-4661-b8b9-1aea6944993a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b5af8d13a2bad92c6da83ce3942c84ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5af8d13a2bad92c6da83ce3942c84ca", + "x-ms-correlation-request-id": "8e305056-ebcf-4988-b102-2d514027bb3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25341", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "d25f300e-443a-4b8a-a8cb-596ae708d574", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064220Z:8e305056-ebcf-4988-b102-2d514027bb3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3c617eb00e67565ce387ae4ec26fb5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3c617eb00e67565ce387ae4ec26fb5c", + "x-ms-correlation-request-id": "991663e8-b475-431e-ac7e-11493ed0c55f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25340", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "f374a097-3fed-446e-bc91-bb1d42213a65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064220Z:991663e8-b475-431e-ac7e-11493ed0c55f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed821e7493a27a34db32040d3476e889", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed821e7493a27a34db32040d3476e889", + "x-ms-correlation-request-id": "d9de9f7d-eead-4de7-8829-8d2448cbc9f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25339", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "c53bbd18-e629-43b2-915a-cd644c16cafa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064221Z:d9de9f7d-eead-4de7-8829-8d2448cbc9f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f4b484febae1386273ae7812747ed46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f4b484febae1386273ae7812747ed46", + "x-ms-correlation-request-id": "321f88d7-9a90-497d-a10b-f34ee3a07a56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25338", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "00b3fced-20f6-4b76-a848-0e5af53fd6c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064221Z:321f88d7-9a90-497d-a10b-f34ee3a07a56" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "766fe0ad96a95728e24cf8b3fb584057", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "766fe0ad96a95728e24cf8b3fb584057", + "x-ms-correlation-request-id": "39596798-9608-43ca-9f22-c864dc233ef6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25337", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "c5c269fe-8cf0-452e-b064-01caa06ac4e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064221Z:39596798-9608-43ca-9f22-c864dc233ef6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a394f14f8bdb88ad976fc567acb35294", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a394f14f8bdb88ad976fc567acb35294", + "x-ms-correlation-request-id": "af2e2a9b-e195-4915-8f7c-c53593d673bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25336", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "d447e8e9-3c01-42c4-b482-98f881283765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064221Z:af2e2a9b-e195-4915-8f7c-c53593d673bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5360bd447207b9df20f38d61f3d217cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5360bd447207b9df20f38d61f3d217cf", + "x-ms-correlation-request-id": "e0c88f8a-3a1f-468b-ac2f-7594b64a9d67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25335", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "96c8702e-a45a-4cc4-a53e-875f528abbf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064222Z:e0c88f8a-3a1f-468b-ac2f-7594b64a9d67" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36328ff949b2216b33e7de3ad1c0aa2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36328ff949b2216b33e7de3ad1c0aa2f", + "x-ms-correlation-request-id": "9b73623a-7014-42e8-bede-37873b7c6f0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25334", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "87548401-3abd-4b92-be5f-d3103e4f8afd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064222Z:9b73623a-7014-42e8-bede-37873b7c6f0a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e6f63faedf8dd5011db83e7fe4b94c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e6f63faedf8dd5011db83e7fe4b94c4", + "x-ms-correlation-request-id": "e46b2ccc-144c-439b-98f6-b9b61e849f59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25333", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "d1f2ad45-fc06-4b0f-a919-6a8de65fbf35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064222Z:e46b2ccc-144c-439b-98f6-b9b61e849f59" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d6ef6571c80fae1523e1f1f93a5e75f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d6ef6571c80fae1523e1f1f93a5e75f", + "x-ms-correlation-request-id": "b68c8821-211e-454b-aace-6927190c10b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25332", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "473311dd-d94f-45da-bd21-4c3d169b4551", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064222Z:b68c8821-211e-454b-aace-6927190c10b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8f675e48d9630bd63e5424d6c68322e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f675e48d9630bd63e5424d6c68322e7", + "x-ms-correlation-request-id": "40b24c35-2fd7-4a6a-bcc2-b26b892d5959", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25331", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "285ca61e-46bb-40b5-b3cf-bffd11c4d289", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064223Z:40b24c35-2fd7-4a6a-bcc2-b26b892d5959" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dae21a538d51deae8274ecb9cd314a6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dae21a538d51deae8274ecb9cd314a6c", + "x-ms-correlation-request-id": "7f399707-e2fa-4524-aec1-82293dc6ad17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25330", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "484eba34-8a7e-4565-b833-9f003063f7da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064223Z:7f399707-e2fa-4524-aec1-82293dc6ad17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a09e23f404e47e602062de2cf70b34ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a09e23f404e47e602062de2cf70b34ce", + "x-ms-correlation-request-id": "27b3e978-bfc1-4dc6-8e06-884f169a6217", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25329", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "3f37cf9e-c08f-4fe4-949d-a07f5e0675a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064223Z:27b3e978-bfc1-4dc6-8e06-884f169a6217" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78cc381c0cc2bb0eaf880defec1c3e0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78cc381c0cc2bb0eaf880defec1c3e0d", + "x-ms-correlation-request-id": "8d1f2c1f-7e49-45a5-87dd-da09ec45cc8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25328", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "bd590583-53b5-4295-ba2a-e751cf180e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064223Z:8d1f2c1f-7e49-45a5-87dd-da09ec45cc8e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a2e2b70981e44e02b963baefae81e677", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2e2b70981e44e02b963baefae81e677", + "x-ms-correlation-request-id": "f333e124-dd04-48c9-81ad-73dc74d489db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25327", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "96d0e140-6cce-4521-9d4f-710dfab01024", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064224Z:f333e124-dd04-48c9-81ad-73dc74d489db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "959d1d3fd164e7aa15e3f05bf6719103", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "959d1d3fd164e7aa15e3f05bf6719103", + "x-ms-correlation-request-id": "3434a2b9-47a8-4a6c-bbf6-03b4155f97e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25326", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "1fe11911-052e-4b95-9339-9056247f6765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064224Z:3434a2b9-47a8-4a6c-bbf6-03b4155f97e8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4022d12492289ae9367dbe5e521f0c2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4022d12492289ae9367dbe5e521f0c2e", + "x-ms-correlation-request-id": "36e90a5c-33f0-4487-b1d3-ca67f9ed7f93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25325", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "0a3d6707-ae98-4368-ac3b-504f0bb1b3df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064224Z:36e90a5c-33f0-4487-b1d3-ca67f9ed7f93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cfaf96a2a97f38a80dfb8c0190a65848", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfaf96a2a97f38a80dfb8c0190a65848", + "x-ms-correlation-request-id": "fbdfb13c-68ec-4d4a-8067-cdee21c6dbcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25324", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "85b1c6f5-23f9-4839-99b0-9df43f4a0175", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064224Z:fbdfb13c-68ec-4d4a-8067-cdee21c6dbcd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ddcab6d1a55eac4e34025fe7124b95f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddcab6d1a55eac4e34025fe7124b95f6", + "x-ms-correlation-request-id": "210260c6-481d-45fb-bd87-5a8342519db8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25323", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "67f733f3-e4c3-41fd-b24a-af573e8a9fe1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064225Z:210260c6-481d-45fb-bd87-5a8342519db8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60b9c2d6c2c17b8428ea332d06e8098f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60b9c2d6c2c17b8428ea332d06e8098f", + "x-ms-correlation-request-id": "202d96e6-8156-4c64-a080-9fe25585ea9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25322", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "6a7b840f-d3ad-4df1-ba7d-6e8bbb39eb5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064225Z:202d96e6-8156-4c64-a080-9fe25585ea9d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b8c76252f54fccf47029a7c4ac125c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b8c76252f54fccf47029a7c4ac125c1", + "x-ms-correlation-request-id": "67b7f914-5300-4859-ad28-baf06109b138", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25321", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "75e4ac82-43ee-4a34-8680-69a1b596cf81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064225Z:67b7f914-5300-4859-ad28-baf06109b138" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce2a9565f7ed0e87324eb4747221a64b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce2a9565f7ed0e87324eb4747221a64b", + "x-ms-correlation-request-id": "ce814237-a56b-4188-b066-c9873dfd69d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25320", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "39c0085f-e971-4b7f-aa95-8c63d30577e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064225Z:ce814237-a56b-4188-b066-c9873dfd69d1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cc1cff8fabea7a1f2bc18be28083167", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cc1cff8fabea7a1f2bc18be28083167", + "x-ms-correlation-request-id": "f49a76cf-3c2e-4be8-9c15-42110e63aea0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25319", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "808326b6-e74b-424c-ac66-3c8b43d8ddd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064226Z:f49a76cf-3c2e-4be8-9c15-42110e63aea0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70c771c43bbe2da1ef7e68057b5b8a26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70c771c43bbe2da1ef7e68057b5b8a26", + "x-ms-correlation-request-id": "9cd84c4a-4340-4285-a4bd-eaffb30bf902", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25318", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "5a96e1a8-04b0-4ea3-83e8-aa6f5ba01528", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064226Z:9cd84c4a-4340-4285-a4bd-eaffb30bf902" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a834e5c89006b02f382dc31dfc8e62a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a834e5c89006b02f382dc31dfc8e62a", + "x-ms-correlation-request-id": "dc423ddc-f0fa-4fdc-8dd5-ed6202a84b28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25317", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "95529633-3cca-46d1-a9c6-da303c9d82e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064226Z:dc423ddc-f0fa-4fdc-8dd5-ed6202a84b28" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00af4d1d3659bd8d2d94ad40919c2c96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00af4d1d3659bd8d2d94ad40919c2c96", + "x-ms-correlation-request-id": "4a1ce194-7036-43a1-88bf-f24e88029781", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25316", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "00966dd1-ba9a-4585-904b-b74b4f86894d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064226Z:4a1ce194-7036-43a1-88bf-f24e88029781" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d962f132b7843b676e5b7c3b5e704d27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d962f132b7843b676e5b7c3b5e704d27", + "x-ms-correlation-request-id": "6207c98f-9668-4700-aea6-13933c8bf5fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25315", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "bc8945f3-5f54-42ae-8503-e31686a06eee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064227Z:6207c98f-9668-4700-aea6-13933c8bf5fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2de83e9789ab26cdc1c64c6bdbc2da57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2de83e9789ab26cdc1c64c6bdbc2da57", + "x-ms-correlation-request-id": "69081a69-e642-47e4-977d-110987a98a39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25314", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "b8333960-e5d4-491a-ae74-eb81f639cb93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064227Z:69081a69-e642-47e4-977d-110987a98a39" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eefe45560d6566a5e57492feb9525ebd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eefe45560d6566a5e57492feb9525ebd", + "x-ms-correlation-request-id": "30eac81f-dfef-4c36-b576-74865c2dc910", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;25313", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "4d74c2e2-f519-489e-98e5-e0d1c304be0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064227Z:30eac81f-dfef-4c36-b576-74865c2dc910" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52a98646feb3a9ea243c17bd6afb5fac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52a98646feb3a9ea243c17bd6afb5fac", + "x-ms-correlation-request-id": "a6cc5a64-b863-44b7-bbe1-8fec770d38e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25312", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "3e566b13-a5e4-42a2-9614-8f7ed06ef512", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064227Z:a6cc5a64-b863-44b7-bbe1-8fec770d38e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19e425805f7289c198814737f7ce6c6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19e425805f7289c198814737f7ce6c6e", + "x-ms-correlation-request-id": "1d07d4fe-97b0-4da5-8ede-190376d04ed6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25311", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "33034a54-0e62-4d29-ae12-f4a8f2058e6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064228Z:1d07d4fe-97b0-4da5-8ede-190376d04ed6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55258f67881858a35b55ca28f6e7fbea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55258f67881858a35b55ca28f6e7fbea", + "x-ms-correlation-request-id": "1ace7083-bd92-4018-9b3c-47b945ac24d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25310", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "02c818f7-9759-4f3b-9784-56de854ef123", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064228Z:1ace7083-bd92-4018-9b3c-47b945ac24d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "947de514456de74ac420b931b6b3b255", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "947de514456de74ac420b931b6b3b255", + "x-ms-correlation-request-id": "9f2bab10-2541-4baa-af81-165218df0434", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25309", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "232e2076-ca7a-47e0-b07f-6d9dad10f0c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064228Z:9f2bab10-2541-4baa-af81-165218df0434" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "db56a9cf09d5f893818cbd1c959893b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db56a9cf09d5f893818cbd1c959893b0", + "x-ms-correlation-request-id": "bcf87397-c799-4799-ad85-5ae2345d101a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25308", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "c2aa0edf-f738-44c5-a7b2-f834cf0c1eff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064228Z:bcf87397-c799-4799-ad85-5ae2345d101a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11225d86d8512200443e91f8ce71a1a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11225d86d8512200443e91f8ce71a1a7", + "x-ms-correlation-request-id": "ef0a6ca0-241b-429f-a138-2d31c5d17b9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25307", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "a9e97622-cc8f-4776-8663-c1fb19899ce8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064229Z:ef0a6ca0-241b-429f-a138-2d31c5d17b9c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c5874a320910b14518512e1872e512b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c5874a320910b14518512e1872e512b", + "x-ms-correlation-request-id": "7ee9a877-0ed6-4f20-a0ab-23367f88ec2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;25306", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "b88d8bfc-3753-4cd3-a973-8d325797c3aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064229Z:7ee9a877-0ed6-4f20-a0ab-23367f88ec2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59ab088ca090f704a8349697789a290f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59ab088ca090f704a8349697789a290f", + "x-ms-correlation-request-id": "96bd77b7-6ed1-49fc-b8a9-d6f5e6ec083a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;25305", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "2654575a-173f-481b-8306-7acfdccb9c85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064229Z:96bd77b7-6ed1-49fc-b8a9-d6f5e6ec083a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "207916ea4640651f4817bfccc61f9a16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "207916ea4640651f4817bfccc61f9a16", + "x-ms-correlation-request-id": "e445ed24-c1d6-466b-a7b8-4e236be4214f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;25304", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "eae2b37b-213d-4729-ac1a-3efbfb30418d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064229Z:e445ed24-c1d6-466b-a7b8-4e236be4214f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c56b65ec48c602177061a45d897d92b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c56b65ec48c602177061a45d897d92b7", + "x-ms-correlation-request-id": "386bade5-b329-405b-bfc2-0e57bbbb49e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;25303", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "8a3537b3-1e75-4b2b-ae72-a2c01a8a16d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064230Z:386bade5-b329-405b-bfc2-0e57bbbb49e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71f7035b31b446ebe9451078e0383089", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71f7035b31b446ebe9451078e0383089", + "x-ms-correlation-request-id": "2ea21ca7-11a2-41f5-bc3c-a3f3e40faa57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;25302", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "bd4a5e10-e0c9-4476-b1ce-9695283b41c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064230Z:2ea21ca7-11a2-41f5-bc3c-a3f3e40faa57" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "12aa8099642fa149fe76b0dea1c1dcca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12aa8099642fa149fe76b0dea1c1dcca", + "x-ms-correlation-request-id": "4bc5231b-1995-46d7-958a-4b54c18d7021", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;25301", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "db13ccbe-2669-4186-bafd-72675dd14764", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064230Z:4bc5231b-1995-46d7-958a-4b54c18d7021" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c27108852828bb627a25dc80379f2137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c27108852828bb627a25dc80379f2137", + "x-ms-correlation-request-id": "e8e6266c-78f2-4efc-a83d-13ca42873cb3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;25300", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "58d803e7-505f-4d2f-a9e0-6e9f5caa79c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064230Z:e8e6266c-78f2-4efc-a83d-13ca42873cb3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09c31b307fd2f687b955733d800da427", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09c31b307fd2f687b955733d800da427", + "x-ms-correlation-request-id": "1e4d7ad5-fdad-4ded-a0c3-a3d0b0c74a2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;25299", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "42bed3d9-6aeb-4b39-99cf-4e7d7c6b5c4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064231Z:1e4d7ad5-fdad-4ded-a0c3-a3d0b0c74a2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8f346696ec770601eef980987c9695f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8f346696ec770601eef980987c9695f", + "x-ms-correlation-request-id": "b3ee78c2-6da5-413d-8688-eeeb951f30ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;25298", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "5205555e-037e-4eaf-b7b7-5aea52c31de6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064231Z:b3ee78c2-6da5-413d-8688-eeeb951f30ea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86ad7855d3fd05f7807a09d2b5243b6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86ad7855d3fd05f7807a09d2b5243b6d", + "x-ms-correlation-request-id": "6b9d1ef1-f836-402a-bfde-d0b4dfc33673", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25297", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "80e3f3cb-60a8-4be8-9e85-650dd3e9fe9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064231Z:6b9d1ef1-f836-402a-bfde-d0b4dfc33673" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f116b48049abc270ba53ebe3e67e6ff0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f116b48049abc270ba53ebe3e67e6ff0", + "x-ms-correlation-request-id": "219062be-87dd-4045-a4a9-be65339752a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;25296", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "64382366-6d0d-493d-a80c-ae2b77178364", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064231Z:219062be-87dd-4045-a4a9-be65339752a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "07e813eb1d5f96294eee574c648dbbf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07e813eb1d5f96294eee574c648dbbf9", + "x-ms-correlation-request-id": "cf6ed767-1399-41f9-a138-c539d08e54ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25295", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "696199d4-9d6a-4d6a-a3df-7d21de006b51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064232Z:cf6ed767-1399-41f9-a138-c539d08e54ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2882bb478b20bb308eaccaae8131e02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2882bb478b20bb308eaccaae8131e02", + "x-ms-correlation-request-id": "d419c599-1b5e-4ab9-b035-dc05b4dcc317", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25294", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "2a19c1b9-5c0a-4b8c-81f5-d1dc992fd381", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064232Z:d419c599-1b5e-4ab9-b035-dc05b4dcc317" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a1e7180b333c620d8b80a3bdf1235d2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1e7180b333c620d8b80a3bdf1235d2c", + "x-ms-correlation-request-id": "d5326507-06bc-4b6d-9d45-3a6bbdefe73e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25293", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "7f9b2f39-6f73-4021-a063-d428aaf7d5bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064232Z:d5326507-06bc-4b6d-9d45-3a6bbdefe73e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ba2ff1979cf5733d60dcff74517fae3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba2ff1979cf5733d60dcff74517fae3a", + "x-ms-correlation-request-id": "50047a01-e574-4bb2-a847-720524da603d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25292", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "02a2ff3a-de4f-45cf-a8e5-eeb501510f55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064232Z:50047a01-e574-4bb2-a847-720524da603d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b4155cf19a680bc1e264731d5f61ae4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b4155cf19a680bc1e264731d5f61ae4", + "x-ms-correlation-request-id": "bab18b43-9b43-4294-8bcd-e1debfb3b05d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25291", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "db3c6d93-1636-4d08-80bd-b65ec3cc8322", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064233Z:bab18b43-9b43-4294-8bcd-e1debfb3b05d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f6129f8c63e46e0ddb7341603498100b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6129f8c63e46e0ddb7341603498100b", + "x-ms-correlation-request-id": "08795031-116e-423a-894d-9ea18d9a769c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25290", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "f8c47d40-c2b3-4ab9-9642-d414cdaece59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064233Z:08795031-116e-423a-894d-9ea18d9a769c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cee68d211e27e8634ae9ccf540b9e6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cee68d211e27e8634ae9ccf540b9e6a", + "x-ms-correlation-request-id": "48439447-51a1-4645-aa7a-21a653aee892", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25289", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "374c6f62-b110-4d8a-aa17-d87f3a2182b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064233Z:48439447-51a1-4645-aa7a-21a653aee892" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2e71bc2b76c6b5648d27032d75c4c85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2e71bc2b76c6b5648d27032d75c4c85", + "x-ms-correlation-request-id": "d857f6b1-a437-4ffb-8afb-3db875eac8fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25288", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "46470a31-a547-49eb-9b97-93e12c3fda5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064233Z:d857f6b1-a437-4ffb-8afb-3db875eac8fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6c5f3b157d077a011994c135c73d1acf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c5f3b157d077a011994c135c73d1acf", + "x-ms-correlation-request-id": "8cd325d9-522f-4391-a623-a5334966eafa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25287", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "f5a85d2c-6780-4d5d-b22a-4ef4c17d6f22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064234Z:8cd325d9-522f-4391-a623-a5334966eafa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "189ed7d55eb01a9f1182540fa053a6d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "189ed7d55eb01a9f1182540fa053a6d8", + "x-ms-correlation-request-id": "9caa3a68-cf37-4957-af4b-0dced6616524", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25286", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "2d9daf1b-6153-416e-8869-bface908aa8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064234Z:9caa3a68-cf37-4957-af4b-0dced6616524" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "18b9166231ac4462196c99d7f620a40a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18b9166231ac4462196c99d7f620a40a", + "x-ms-correlation-request-id": "13d01356-9feb-4126-bb9f-b669af14259e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25285", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "f534f67b-803d-4a85-957b-b3ee96e62e80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064234Z:13d01356-9feb-4126-bb9f-b669af14259e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff5da1b833beb6d49c455a8529f2dac5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff5da1b833beb6d49c455a8529f2dac5", + "x-ms-correlation-request-id": "82ba5261-e5d6-4e32-a4ce-f2ee9bfd6b00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25284", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "5e974f25-cadb-40d9-aa6f-1bfd8c2e8424", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064234Z:82ba5261-e5d6-4e32-a4ce-f2ee9bfd6b00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0d3e9ed0184a3227559ff43c5c724f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0d3e9ed0184a3227559ff43c5c724f1", + "x-ms-correlation-request-id": "fb33e6ed-483b-4d9a-9612-8205214e80d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25283", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "82e23ce9-78f8-44e7-a928-d0201782153f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064235Z:fb33e6ed-483b-4d9a-9612-8205214e80d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff564adea7f62e1941027c66d6dc1b26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff564adea7f62e1941027c66d6dc1b26", + "x-ms-correlation-request-id": "3c1aba4a-7ab7-4076-9daf-220435bcc216", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25282", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "7d7f449c-c376-4c48-a970-55118e38265d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064235Z:3c1aba4a-7ab7-4076-9daf-220435bcc216" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0cead392f34db6867eb98a643491f1d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cead392f34db6867eb98a643491f1d4", + "x-ms-correlation-request-id": "f458c10a-7b11-4dd8-8913-56b29c9d4808", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25281", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "da4d8783-8b5f-4c97-a6ff-7f683e9bab49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064235Z:f458c10a-7b11-4dd8-8913-56b29c9d4808" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dfa76921da9b46cfcfa46e8185bccc98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfa76921da9b46cfcfa46e8185bccc98", + "x-ms-correlation-request-id": "aaa746b3-f00c-4b83-9b06-f5957f8e0f2f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25280", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "48e61906-23f4-4341-b497-8d2b99ebc9a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064236Z:aaa746b3-f00c-4b83-9b06-f5957f8e0f2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f1b1d83e17ddeaa3c39f803c1cb4fab0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1b1d83e17ddeaa3c39f803c1cb4fab0", + "x-ms-correlation-request-id": "bb4fcc98-9270-4706-9836-576c2363fd7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25279", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "e26a01b6-021e-4717-b95c-a4fe58f8f9f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064236Z:bb4fcc98-9270-4706-9836-576c2363fd7f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6d45a8113b35b88a03a43da8850431c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d45a8113b35b88a03a43da8850431c2", + "x-ms-correlation-request-id": "7065dd0e-fbb0-4ebf-87b7-853c21a81bc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25278", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "784173c6-82ff-419e-a8cf-d2d635e286d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064236Z:7065dd0e-fbb0-4ebf-87b7-853c21a81bc0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5b26f1edffdf09f6c5bc1bfc5a93291b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b26f1edffdf09f6c5bc1bfc5a93291b", + "x-ms-correlation-request-id": "5aaabc42-f24a-4759-aebd-a5f63c6fca7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25277", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "a96acf5f-d2cd-492a-a7a2-e3c10226983b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064236Z:5aaabc42-f24a-4759-aebd-a5f63c6fca7c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc70bdaa5f7602624df8ee38dafb65bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc70bdaa5f7602624df8ee38dafb65bf", + "x-ms-correlation-request-id": "92f70daa-438e-4a11-9a8e-356d7c9c3dd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25276", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "94cd8085-ac11-47d1-9bec-97548f939e69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064237Z:92f70daa-438e-4a11-9a8e-356d7c9c3dd3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b4fbd6e9e8e11d0b13ba779208e5d70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b4fbd6e9e8e11d0b13ba779208e5d70", + "x-ms-correlation-request-id": "92e11c61-763b-46c6-94cb-2385d236a247", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25275", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "d7960893-992a-4f09-9e60-23097fc520a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064237Z:92e11c61-763b-46c6-94cb-2385d236a247" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7fd217b54948d4c8e230ee711bd2fca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7fd217b54948d4c8e230ee711bd2fca", + "x-ms-correlation-request-id": "81f1497e-4478-4972-9471-02b00600bcfd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25274", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "0016bbb5-2bd9-4770-89e2-319b505529e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064237Z:81f1497e-4478-4972-9471-02b00600bcfd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c8e5c57fe440c8dec5e2b3ab7e9e1bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c8e5c57fe440c8dec5e2b3ab7e9e1bf", + "x-ms-correlation-request-id": "203c2dd3-eff0-4f51-ae49-9e5154a45bd0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25273", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "ce8553e1-a620-400b-89bd-c10e41f62b49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064237Z:203c2dd3-eff0-4f51-ae49-9e5154a45bd0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8bd7d9b9dfd192a71c19c6a8fe9fff3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8bd7d9b9dfd192a71c19c6a8fe9fff3", + "x-ms-correlation-request-id": "7acd8397-87c5-475f-82c0-5f816f3726e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25272", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "23633f35-557b-4575-9eaf-159002c941a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064238Z:7acd8397-87c5-475f-82c0-5f816f3726e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c421dd0cc0007c2c94f1da352912d6a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c421dd0cc0007c2c94f1da352912d6a4", + "x-ms-correlation-request-id": "bf466c4a-2412-49eb-8166-981db7395e5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25271", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "6c5d555a-5614-4058-9de3-e76cfbfb18cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064238Z:bf466c4a-2412-49eb-8166-981db7395e5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "944b4f4277ffbacc31742b8361227c03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "944b4f4277ffbacc31742b8361227c03", + "x-ms-correlation-request-id": "b37ef271-7dac-45f0-98e6-00876d0c6cbc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25270", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "0f73d715-44bd-417e-9968-88b6a25c84bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064238Z:b37ef271-7dac-45f0-98e6-00876d0c6cbc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da2d375f1dc8dabe5141230cc2f4ef5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da2d375f1dc8dabe5141230cc2f4ef5e", + "x-ms-correlation-request-id": "76d11ea4-506c-488b-8bdc-7af3f369c633", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25269", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "b50fe738-9b96-4d7b-bc96-c43e00c5c079", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064239Z:76d11ea4-506c-488b-8bdc-7af3f369c633" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4028f7ea6a9e95f31067938b95a81b71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4028f7ea6a9e95f31067938b95a81b71", + "x-ms-correlation-request-id": "f80ac9af-ca61-4b0b-89c6-ddd9b4228eb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25268", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "e9cca159-4cc5-4f2c-ab59-8727bf71db32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064239Z:f80ac9af-ca61-4b0b-89c6-ddd9b4228eb9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f2d6d774fce424dc907142be53c0f73c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2d6d774fce424dc907142be53c0f73c", + "x-ms-correlation-request-id": "2d399ef6-9ca9-4276-bca0-18cb86706108", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25267", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "e069871a-8460-4a08-9dc9-0c4cd6cb0058", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064239Z:2d399ef6-9ca9-4276-bca0-18cb86706108" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6998cd843bfaf4654398c9618a3245a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6998cd843bfaf4654398c9618a3245a8", + "x-ms-correlation-request-id": "0ae4b543-e2ca-4f03-b96d-37446893855a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25266", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "3d64a0be-3f4e-48d8-b044-7a1628565f1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064239Z:0ae4b543-e2ca-4f03-b96d-37446893855a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eb97b125fd1eee7a1b03af2c27354150", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb97b125fd1eee7a1b03af2c27354150", + "x-ms-correlation-request-id": "c0057486-2edc-4415-9cb1-b97e38273f48", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25265", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "f4b7b505-c59b-4776-884b-9297f394bc5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064240Z:c0057486-2edc-4415-9cb1-b97e38273f48" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c706566fb110387772e1ae4c337b9a5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c706566fb110387772e1ae4c337b9a5d", + "x-ms-correlation-request-id": "086d27f0-ba84-4410-bd2c-2f1a2688eb42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25264", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "17a47b1a-c0f5-46a2-8b2a-0c5209a9260a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064240Z:086d27f0-ba84-4410-bd2c-2f1a2688eb42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a1999a2b0b29871e53aa4ef78c38cc0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1999a2b0b29871e53aa4ef78c38cc0e", + "x-ms-correlation-request-id": "77e0971a-3a51-4ee9-a13f-e226e6472e44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25263", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "69e1686a-8d01-4d18-aeb4-db905242d0c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064240Z:77e0971a-3a51-4ee9-a13f-e226e6472e44" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "33f178567d2c74983a5e793d4e2dbba0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33f178567d2c74983a5e793d4e2dbba0", + "x-ms-correlation-request-id": "52c1a789-a562-4e72-82c9-ef5ed474b98a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25262", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "ef1cd183-2837-4bf1-9c92-9141fbb9bd2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064241Z:52c1a789-a562-4e72-82c9-ef5ed474b98a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d005168a09b6327387f7466637fac39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d005168a09b6327387f7466637fac39", + "x-ms-correlation-request-id": "5bd05d56-c3e9-46d1-bb33-09e7f240a691", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25261", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "18be050a-7dc1-41f6-be59-422582533afd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064241Z:5bd05d56-c3e9-46d1-bb33-09e7f240a691" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "baf5a0146689ae31022566ca92e03825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "baf5a0146689ae31022566ca92e03825", + "x-ms-correlation-request-id": "9f1057ef-047c-41b2-992f-fe5dfa1c2f3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25260", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "33bcb4a7-d1a1-4ad3-b90e-7c546882b82c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064241Z:9f1057ef-047c-41b2-992f-fe5dfa1c2f3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a8faeef3f37b672518dfbac083210bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a8faeef3f37b672518dfbac083210bb", + "x-ms-correlation-request-id": "e4ad2833-819f-4156-894f-de01003271c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25259", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "d01a1cda-8399-4cc1-8aa6-75ae139a2fa1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064241Z:e4ad2833-819f-4156-894f-de01003271c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae283fb10038011620528b763a5cd157", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae283fb10038011620528b763a5cd157", + "x-ms-correlation-request-id": "aa36e331-ce13-40e0-94b6-d0a4389e7b3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25258", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "41fbc7a5-0155-4990-aa09-0acb84479a75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064242Z:aa36e331-ce13-40e0-94b6-d0a4389e7b3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b5774f4772f0d5022e3f68fc6b85a5d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5774f4772f0d5022e3f68fc6b85a5d0", + "x-ms-correlation-request-id": "654c6b73-f83b-4cbd-84d4-45001ae7e7da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25257", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "32478b26-4e01-49f5-9a03-567331dcb36f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064242Z:654c6b73-f83b-4cbd-84d4-45001ae7e7da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5319aa1489b8eeec978d1ae5b4fb7bf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5319aa1489b8eeec978d1ae5b4fb7bf4", + "x-ms-correlation-request-id": "a90754a4-29a5-40c8-806d-890f10a6ae7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25256", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "4ba6ed75-5432-4542-bdaf-8a12e2aa28c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064242Z:a90754a4-29a5-40c8-806d-890f10a6ae7c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b965a4bc5bbb3ecb3c5380f8981a969a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b965a4bc5bbb3ecb3c5380f8981a969a", + "x-ms-correlation-request-id": "1bd972ec-19b8-48a4-9d1a-5c78c30c72ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25255", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "5efed1f6-3796-4d87-9449-f13d15db2a30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064242Z:1bd972ec-19b8-48a4-9d1a-5c78c30c72ce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8f62baac7d43bd9f62881d62581c2132", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f62baac7d43bd9f62881d62581c2132", + "x-ms-correlation-request-id": "25a9889f-1421-4643-820a-c97ba0d41822", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25254", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "d60b1949-b7e0-4a3e-a59d-09d81b3ff73e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064243Z:25a9889f-1421-4643-820a-c97ba0d41822" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c64074c3ec20b815dfda176409f3567d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c64074c3ec20b815dfda176409f3567d", + "x-ms-correlation-request-id": "0af12aaa-6c24-4229-9042-fc62b4912458", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25253", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "05279cbc-019e-4737-8baa-64ff440eb497", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064243Z:0af12aaa-6c24-4229-9042-fc62b4912458" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f9387ff7ec993fb005a756323e69e520", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9387ff7ec993fb005a756323e69e520", + "x-ms-correlation-request-id": "0e0604db-9a76-4dff-996f-246659cfd619", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25252", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "e61e93b5-5ba6-4709-a057-9a9a9934cd23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064243Z:0e0604db-9a76-4dff-996f-246659cfd619" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23354e32cfd9c07aa5a9af69663ab36e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23354e32cfd9c07aa5a9af69663ab36e", + "x-ms-correlation-request-id": "3d82b2ca-b560-404b-ab1e-436d0c32a519", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25251", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "0922670f-6f04-4199-a436-1c25c9385b77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064243Z:3d82b2ca-b560-404b-ab1e-436d0c32a519" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d96b9f3227e4d698c300c17895e37a76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d96b9f3227e4d698c300c17895e37a76", + "x-ms-correlation-request-id": "e0b2bb2e-687d-4086-af65-2029245bfc5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25250", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "849c937d-c089-4297-8314-39d49f61eca9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064244Z:e0b2bb2e-687d-4086-af65-2029245bfc5e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb32f6f432be27a3057754f03c47d8ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb32f6f432be27a3057754f03c47d8ca", + "x-ms-correlation-request-id": "cf99c329-814d-453f-9643-2f331141280c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25249", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "cbd98ed1-7eb3-4505-a8c1-b4ea9f83b7b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064244Z:cf99c329-814d-453f-9643-2f331141280c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9effe8f30cfd0a3bb55e60d90d022bc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9effe8f30cfd0a3bb55e60d90d022bc2", + "x-ms-correlation-request-id": "763ccd6a-8530-4787-ab27-64fd83c7b249", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25248", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "d8cc2c1a-ba99-414d-8e20-d12d59d22944", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064244Z:763ccd6a-8530-4787-ab27-64fd83c7b249" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f74392ef80800affb43d46cd3a8997b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f74392ef80800affb43d46cd3a8997b", + "x-ms-correlation-request-id": "09d3c3c1-4fdc-4a90-8d8f-587bd2f5e770", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25247", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "8ddeed8b-b56e-421b-9da5-72eb8c44a157", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064244Z:09d3c3c1-4fdc-4a90-8d8f-587bd2f5e770" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac84f727dbe3e878bb270660d2ca1903", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac84f727dbe3e878bb270660d2ca1903", + "x-ms-correlation-request-id": "e99f52f6-8d11-4f90-84f0-5a6a6731d771", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25246", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "b8e62030-abc9-487e-ac60-8f761d58e240", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064245Z:e99f52f6-8d11-4f90-84f0-5a6a6731d771" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03c1914c69d2fbc138ffa2ba38cf370c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03c1914c69d2fbc138ffa2ba38cf370c", + "x-ms-correlation-request-id": "c3c65a50-8a64-44ff-9b36-47d680dc7081", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25245", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "711f32ad-b086-4360-bc37-1edc54fabde4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064245Z:c3c65a50-8a64-44ff-9b36-47d680dc7081" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16b1e4c47e7d53dec18cb4e1f24f2d31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16b1e4c47e7d53dec18cb4e1f24f2d31", + "x-ms-correlation-request-id": "cd5efd7a-83dc-4e10-97bd-f0d342c28e4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25244", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "f0ff4fee-d199-40fa-91b8-502a1bb6951e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064245Z:cd5efd7a-83dc-4e10-97bd-f0d342c28e4a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "411fd12996e7bea9358874e439beb0eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "411fd12996e7bea9358874e439beb0eb", + "x-ms-correlation-request-id": "adf0948c-a5e5-4dae-b06b-e9ed5e174923", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25243", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "d0e7c54b-683a-43c3-a2f5-14ba7111d31b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064245Z:adf0948c-a5e5-4dae-b06b-e9ed5e174923" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed9bf9ef0319cd85b36e4246b5e009e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed9bf9ef0319cd85b36e4246b5e009e8", + "x-ms-correlation-request-id": "139b5743-a711-4a7e-bfea-4f9f395deb37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25242", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "9f489634-b290-47a2-a280-3fe977ef98f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064246Z:139b5743-a711-4a7e-bfea-4f9f395deb37" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "679071d1f5af2d243bf2e0f40afa1902", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "679071d1f5af2d243bf2e0f40afa1902", + "x-ms-correlation-request-id": "06a387b7-72e9-4b2e-b180-3d4e08092c13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25241", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "5a5e38c2-7464-4d31-9f9a-9db62b8c4c1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064246Z:06a387b7-72e9-4b2e-b180-3d4e08092c13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8f1c8dc40b426174b528e7954620855", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8f1c8dc40b426174b528e7954620855", + "x-ms-correlation-request-id": "80f7296e-b84e-47d1-9c8f-63df394a17d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25240", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "aa6a107f-a5fe-4809-812f-b719e6365fac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064246Z:80f7296e-b84e-47d1-9c8f-63df394a17d1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7128c7f482df93bd46db2262290c3b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7128c7f482df93bd46db2262290c3b8", + "x-ms-correlation-request-id": "697523eb-97a4-4009-b622-bf21e111c0cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25239", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "4ab25414-0a9a-4734-8320-c9d744a76dd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064247Z:697523eb-97a4-4009-b622-bf21e111c0cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec693f5410ee91345a691b5d67abd9d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec693f5410ee91345a691b5d67abd9d8", + "x-ms-correlation-request-id": "bdd66190-8134-47a1-9a3a-fe8c4707b3b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25238", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "1ae85dea-2f1c-45c9-833c-a5233141e204", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064247Z:bdd66190-8134-47a1-9a3a-fe8c4707b3b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d748bea52e893d58df723468df004bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d748bea52e893d58df723468df004bb", + "x-ms-correlation-request-id": "4b1a007e-43de-4ae9-80ed-7233d2052ad7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25237", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "2a37c970-57a3-4780-8e32-99f67dcb5450", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064247Z:4b1a007e-43de-4ae9-80ed-7233d2052ad7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1425d68e1bf86f6657816dc42dde9229", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1425d68e1bf86f6657816dc42dde9229", + "x-ms-correlation-request-id": "b361e8bc-7683-48df-9478-3fc6547a6d02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25236", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "51dbd98b-6f00-4e37-bc80-506d7afd56d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064247Z:b361e8bc-7683-48df-9478-3fc6547a6d02" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "963cd994451b01d06ad65ff6eced0369", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "963cd994451b01d06ad65ff6eced0369", + "x-ms-correlation-request-id": "4e9deae8-b2d1-45d0-b8f0-4366fe2618db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25235", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "c179504d-d7f5-4275-b6fd-1700b9509166", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064248Z:4e9deae8-b2d1-45d0-b8f0-4366fe2618db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "91ce5f65c485cee025052567e41065af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91ce5f65c485cee025052567e41065af", + "x-ms-correlation-request-id": "3d2de7a0-1535-41f3-bdf7-e8b11be7cc33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25234", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "02cd50c7-f803-48c4-b06d-823422613b73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064248Z:3d2de7a0-1535-41f3-bdf7-e8b11be7cc33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3b2fa656db3489f0523aa22bc6f836a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3b2fa656db3489f0523aa22bc6f836a", + "x-ms-correlation-request-id": "e5d9ee67-0081-4781-ba4c-3073f4021ab5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25233", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "daaff0b1-32d8-4312-b7e3-52f1d6de8792", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064248Z:e5d9ee67-0081-4781-ba4c-3073f4021ab5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce5e047d010fcfa3f96e71161f691d59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce5e047d010fcfa3f96e71161f691d59", + "x-ms-correlation-request-id": "ffc2ba79-f81d-498c-87f8-9f8294ce18fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25232", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "e8375a39-0c80-496f-aeac-c3cc6ca02dab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064248Z:ffc2ba79-f81d-498c-87f8-9f8294ce18fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f191b070503bf7b5c0858b6219bd11b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f191b070503bf7b5c0858b6219bd11b6", + "x-ms-correlation-request-id": "9501c29c-211c-43ea-ba06-5e575c599ed0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25231", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "8465ad6c-8092-404c-9725-05bb49538f38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064249Z:9501c29c-211c-43ea-ba06-5e575c599ed0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e0e9bb8197b1649f56e2b945fc89289c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0e9bb8197b1649f56e2b945fc89289c", + "x-ms-correlation-request-id": "ba0069f3-5160-4601-b685-a64de3d88546", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25230", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "a260ea69-f1d6-4084-9496-0538ba7be688", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064249Z:ba0069f3-5160-4601-b685-a64de3d88546" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0cb1510691dd2d2e4e670d897540b53b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cb1510691dd2d2e4e670d897540b53b", + "x-ms-correlation-request-id": "d649b791-130d-48d7-80c4-42155c68d7eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25229", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "5b6ba197-065d-4293-b4e6-6df1b64cd229", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064249Z:d649b791-130d-48d7-80c4-42155c68d7eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6494ba5c3c7fd9a7102c9b58966ffb37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6494ba5c3c7fd9a7102c9b58966ffb37", + "x-ms-correlation-request-id": "4ba49815-1863-4334-9464-63a7b890f803", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25228", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "0c6f185c-8782-4420-9c99-14ef9c3793df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064249Z:4ba49815-1863-4334-9464-63a7b890f803" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c85cee5c050cf0d88dbc914a8915ee15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c85cee5c050cf0d88dbc914a8915ee15", + "x-ms-correlation-request-id": "d8c317d2-a0b5-4165-bdb4-9ac0fd8f217a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25227", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "3ec99f94-eb62-4f6b-b1a0-a6ba694b9871", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064250Z:d8c317d2-a0b5-4165-bdb4-9ac0fd8f217a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41e87e2dc4f4c91da9d7fbb0f6d596de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41e87e2dc4f4c91da9d7fbb0f6d596de", + "x-ms-correlation-request-id": "7aef151a-bdba-45b2-a530-947bc6fc6e7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25226", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "094754ff-659f-47cc-9c39-81ee432dc598", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064250Z:7aef151a-bdba-45b2-a530-947bc6fc6e7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "872dd66cece4572fe2a3d6c2aa5c4ffb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "872dd66cece4572fe2a3d6c2aa5c4ffb", + "x-ms-correlation-request-id": "234e88c7-229f-4d16-b533-33c5fba5aac6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25225", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "9b36ee53-9718-4393-9e17-abf277873e15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064250Z:234e88c7-229f-4d16-b533-33c5fba5aac6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "182b853eb9869742d0931f350a27fab7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "182b853eb9869742d0931f350a27fab7", + "x-ms-correlation-request-id": "acd96042-c0f4-4986-abb2-e6d916e3b02e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25224", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "cda21abc-7363-431f-8caa-0334c8f9cb2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064250Z:acd96042-c0f4-4986-abb2-e6d916e3b02e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2deb32567e840314f915f50ee5b1e4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2deb32567e840314f915f50ee5b1e4c", + "x-ms-correlation-request-id": "b6cdd54e-72ac-4d5c-bf61-c969a79e0b2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25223", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "d14dbf4a-648c-4dbb-be05-df05f747f3ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064251Z:b6cdd54e-72ac-4d5c-bf61-c969a79e0b2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "707200887eaab2579495b650cdf94dbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "707200887eaab2579495b650cdf94dbb", + "x-ms-correlation-request-id": "faa6f966-7cf2-40e8-a0ce-7804aa339c75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25222", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "ab002c99-f9d1-44e8-953d-d857b56e533e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064251Z:faa6f966-7cf2-40e8-a0ce-7804aa339c75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f79c1ea99c7ed61253eac9f55af1a975", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f79c1ea99c7ed61253eac9f55af1a975", + "x-ms-correlation-request-id": "58fb86b5-7db9-4f8e-9e5f-8e03329463fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25221", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "6c4d8213-071a-4620-9967-e5e1e4043d21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064251Z:58fb86b5-7db9-4f8e-9e5f-8e03329463fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09add27589b4a60d5b2b1e52b1e07355", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09add27589b4a60d5b2b1e52b1e07355", + "x-ms-correlation-request-id": "d9320d70-841d-44d5-a7d8-9c7a812cfffe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25220", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "cf8629ca-2262-41b4-8e1e-ddb010a5f8ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064251Z:d9320d70-841d-44d5-a7d8-9c7a812cfffe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cfa7a34426beebceed9c1dbfb56258a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfa7a34426beebceed9c1dbfb56258a3", + "x-ms-correlation-request-id": "9f2ebf23-c302-431c-a9af-6727c318fd0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25219", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "b7e1e15f-ce8e-461a-9ab9-4f2fcf49fa33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064252Z:9f2ebf23-c302-431c-a9af-6727c318fd0d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbdb40ec434c1f0710f59c527ec02472", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbdb40ec434c1f0710f59c527ec02472", + "x-ms-correlation-request-id": "5a78f078-1ab3-49a6-9886-215fb7fc571f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;25218", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "e8ee2d99-c76b-4b8e-bb9d-937b122c4050", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064252Z:5a78f078-1ab3-49a6-9886-215fb7fc571f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b6b17377d9494eb703c11c176c4ef1f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6b17377d9494eb703c11c176c4ef1f8", + "x-ms-correlation-request-id": "62c1f447-e3c9-40dd-aa12-91c56e1510da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25217", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "a5332755-2413-4595-a813-67c93c990d5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064252Z:62c1f447-e3c9-40dd-aa12-91c56e1510da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70667bd3770400089c87bec8897c6c2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70667bd3770400089c87bec8897c6c2d", + "x-ms-correlation-request-id": "c5014023-584e-43f3-b24f-a888025e965d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25216", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "1cb28daf-6946-48ba-9c73-49bc714706dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064252Z:c5014023-584e-43f3-b24f-a888025e965d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4147aa77a1b11259898df78a26efb3c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4147aa77a1b11259898df78a26efb3c2", + "x-ms-correlation-request-id": "299c0cc3-0255-411a-8f7e-68ff45054271", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25215", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "2ac3f434-4e24-4be4-a475-a2dece795edb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064253Z:299c0cc3-0255-411a-8f7e-68ff45054271" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "037fa304b459006e6bb01ac21aeec486", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "037fa304b459006e6bb01ac21aeec486", + "x-ms-correlation-request-id": "cb8de11a-d2ff-4ca9-99e6-8207f97dd4b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25214", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "decd492c-2f3d-4197-bf1e-8d8908a8fd36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064253Z:cb8de11a-d2ff-4ca9-99e6-8207f97dd4b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c19fef55af0731472154e7777f7dd9ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c19fef55af0731472154e7777f7dd9ad", + "x-ms-correlation-request-id": "1602890d-59dd-4931-8d70-58f65fba3607", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25213", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "512aac39-1b18-418b-b315-30bf228f1963", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064253Z:1602890d-59dd-4931-8d70-58f65fba3607" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5c4fcd369fdc3d33c46d6018797f79a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5c4fcd369fdc3d33c46d6018797f79a", + "x-ms-correlation-request-id": "deb85d85-32be-471c-a02f-9e83cbd39f18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25212", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "caab4ba6-ffc7-4cab-95c7-98ed7896463a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064253Z:deb85d85-32be-471c-a02f-9e83cbd39f18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "373570c8f24f54ba5c4ee104cdf680ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "373570c8f24f54ba5c4ee104cdf680ed", + "x-ms-correlation-request-id": "1cc76afc-5fcc-4eb2-b62b-e44a716ed196", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;25211", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "25c0b3ec-97ec-4cd8-91d1-0d5b95f4f04e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064254Z:1cc76afc-5fcc-4eb2-b62b-e44a716ed196" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1eee6cd6de2aeb891bdc85c0d946a98a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1eee6cd6de2aeb891bdc85c0d946a98a", + "x-ms-correlation-request-id": "e8012668-fa49-487c-ad21-fbfdc4c3f6a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;25210", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "bc27819c-bc58-4ba4-a642-d92a9180f8b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064254Z:e8012668-fa49-487c-ad21-fbfdc4c3f6a1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0eaf4c5ca248e15d426f89af88cff546", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0eaf4c5ca248e15d426f89af88cff546", + "x-ms-correlation-request-id": "24c3d911-1b3d-4eaa-a7ac-a22c83dd56b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;25209", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "14c27113-73b8-4ad6-91ef-76b1e9472fcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064254Z:24c3d911-1b3d-4eaa-a7ac-a22c83dd56b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1a2ae8c6d9a9e96fe7491c726cf97b16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a2ae8c6d9a9e96fe7491c726cf97b16", + "x-ms-correlation-request-id": "1a134517-8bf1-4620-be34-a2067dffcb9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;25208", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "0dcc72cc-76a8-4427-a683-75c157185f77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064254Z:1a134517-8bf1-4620-be34-a2067dffcb9b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "80a856a4714633a50f0cdbbb55da634c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80a856a4714633a50f0cdbbb55da634c", + "x-ms-correlation-request-id": "cd539707-fa27-4c9e-9134-8509d6f72c64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;25207", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "d454e14b-865f-485f-8475-872301ebbf4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064255Z:cd539707-fa27-4c9e-9134-8509d6f72c64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f1fa3fe68e1b83e1dcc627fe86eb7448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1fa3fe68e1b83e1dcc627fe86eb7448", + "x-ms-correlation-request-id": "d999314e-2968-44d6-aa16-ad4ee116dc00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;25206", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "58320db5-b9a8-4fe2-b57b-6e39f842b5bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064255Z:d999314e-2968-44d6-aa16-ad4ee116dc00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "310a73f4742654ff42f70b9cfdb4930c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "310a73f4742654ff42f70b9cfdb4930c", + "x-ms-correlation-request-id": "f473ddd1-8357-4eb9-9f3f-0cffb85c2751", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;25205", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "d94b6238-7c00-4353-8e4c-f766ab7b905a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064255Z:f473ddd1-8357-4eb9-9f3f-0cffb85c2751" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d8bcfe689ff16fa7524a48049a7ad24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d8bcfe689ff16fa7524a48049a7ad24", + "x-ms-correlation-request-id": "17609aa4-ffc8-445a-b8fc-2b0dbaee5c9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;25204", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "df6e0aac-087b-4a57-a853-f4296f757490", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064255Z:17609aa4-ffc8-445a-b8fc-2b0dbaee5c9a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e2c7939732d072253fa5ae2482448528", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2c7939732d072253fa5ae2482448528", + "x-ms-correlation-request-id": "75301283-2362-4290-8949-cf644eb66efe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;25203", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "f9479cdd-ce34-40b2-bfd0-c0772d8a5c7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064256Z:75301283-2362-4290-8949-cf644eb66efe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b6171b32465f6a4979f4bc02d07e0a9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6171b32465f6a4979f4bc02d07e0a9a", + "x-ms-correlation-request-id": "6b66494a-2a74-499e-929c-4a4778c6bcff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;25202", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "0ca4a76b-a1bf-4c36-b38a-95594192e641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064256Z:6b66494a-2a74-499e-929c-4a4778c6bcff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a05e749b1ecb43baa19ee59dbd59330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a05e749b1ecb43baa19ee59dbd59330", + "x-ms-correlation-request-id": "b79fa119-99c1-4596-95e8-4f2905aaab6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;25201", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "a52da0e0-bb73-417c-84c0-f28c74eaa0b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064256Z:b79fa119-99c1-4596-95e8-4f2905aaab6d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e4e7c9ff68f50c44a5d68dc7523a1c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e4e7c9ff68f50c44a5d68dc7523a1c1", + "x-ms-correlation-request-id": "f628ca1b-7981-4605-beba-882710cf4983", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;25200", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "ba1bba22-0b89-46ff-adf8-6e4f9dbc875c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064256Z:f628ca1b-7981-4605-beba-882710cf4983" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9bdb139a1a3f803be0630c4558ef8fa3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9bdb139a1a3f803be0630c4558ef8fa3", + "x-ms-correlation-request-id": "02f0b185-7355-4f92-958f-e80bd320093b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;25199", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "cfbe8f7a-6fd2-4f91-84a0-8c11f21da074", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064257Z:02f0b185-7355-4f92-958f-e80bd320093b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54628b60dc2f520b22b4208f485f3e87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54628b60dc2f520b22b4208f485f3e87", + "x-ms-correlation-request-id": "6b062bd4-4a46-4619-8ea9-6fff4edda85b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;25198", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "f7c1ea75-7d52-43a2-8336-5d7d575367b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064257Z:6b062bd4-4a46-4619-8ea9-6fff4edda85b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/c7ab8987-5f37-423b-9c1b-78251028c2a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7bf2c77f7fa84f040ce4e2cea7ef75a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7bf2c77f7fa84f040ce4e2cea7ef75a", + "x-ms-correlation-request-id": "71a4f152-0350-453c-aa78-a0125a1ced42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;25197", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "c9897cd5-b214-4978-8530-71288cfce067", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064257Z:71a4f152-0350-453c-aa78-a0125a1ced42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:41:36.3747764\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:42:57.3591534\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u0022c7ab8987-5f37-423b-9c1b-78251028c2a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841?api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e97bc5ce4dc0bd910888788bfaac3780", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2628", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e97bc5ce4dc0bd910888788bfaac3780", + "x-ms-correlation-request-id": "d6d85b00-85f3-4876-b22a-ec5277ef26cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2579", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "a9510ca0-15e4-4e97-b745-114c927297b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064257Z:d6d85b00-85f3-4876-b22a-ec5277ef26cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-1841\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-1841\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u0022e8ef6ca2-ef1f-43e5-b5c5-699e7b9d63c1\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841?api-version=2021-03-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bce8424c83069a89bdd13618ede67a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:42:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bce8424c83069a89bdd13618ede67a3", + "x-ms-correlation-request-id": "e327c1e1-078c-4961-82eb-e37e277c8b74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;77,Microsoft.Compute/DeleteVMScaleSet30Min;391,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1178,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-charge": "4", + "x-ms-request-id": "4c5dd4fe-acbf-46dd-83f6-43379f223c16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064258Z:e327c1e1-078c-4961-82eb-e37e277c8b74" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6607cd96ccb0062a1c124ee33a2f2f2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6607cd96ccb0062a1c124ee33a2f2f2a", + "x-ms-correlation-request-id": "c6b4410d-684d-4e01-8f5b-163e0d83e1cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;25196", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "11be9ee4-1337-4772-98a1-5c3534aa5071", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064258Z:c6b4410d-684d-4e01-8f5b-163e0d83e1cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34ced520b4ead09dbea4902e0936ea35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34ced520b4ead09dbea4902e0936ea35", + "x-ms-correlation-request-id": "8e9ad073-f968-44ff-b684-ff50bc58c6ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;25195", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "ca1c0c2f-c87a-467d-9db5-821896c62267", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064258Z:8e9ad073-f968-44ff-b684-ff50bc58c6ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c1cb7e5301d7f0f39abb66d106e3ef6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1cb7e5301d7f0f39abb66d106e3ef6b", + "x-ms-correlation-request-id": "16c54ab7-e7c2-4384-81a2-e1c77e7300cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;25194", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "5d54e52e-2d8d-48d7-954b-02af7e645be3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064259Z:16c54ab7-e7c2-4384-81a2-e1c77e7300cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a95294d15597e2a92f37a70c3bfbfce6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a95294d15597e2a92f37a70c3bfbfce6", + "x-ms-correlation-request-id": "59f74b60-0f6f-419e-97e0-f875c64fe395", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;25193", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "e891af6b-6238-4b1d-8d8d-9c06474790f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064259Z:59f74b60-0f6f-419e-97e0-f875c64fe395" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bb9018276d641e52e2de9a2f4dcccadb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb9018276d641e52e2de9a2f4dcccadb", + "x-ms-correlation-request-id": "f7427bda-3acf-4b90-83e6-378746e03239", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;25192", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "a6c64401-cab7-4f71-9e85-65e6bcfccd7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064259Z:f7427bda-3acf-4b90-83e6-378746e03239" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "755d25b441e3fd9ed4e991a05ae6b59e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "755d25b441e3fd9ed4e991a05ae6b59e", + "x-ms-correlation-request-id": "78ecde65-58e4-4c5b-9e7a-a8cde56ebd3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;25191", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "61812a06-04d5-44c2-a2b0-ffb757ede72e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064300Z:78ecde65-58e4-4c5b-9e7a-a8cde56ebd3d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eda97fbe335263064134c7b9bb7a9463", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eda97fbe335263064134c7b9bb7a9463", + "x-ms-correlation-request-id": "68ac05d8-76d6-4691-b946-f85614f03156", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;25190", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "e26db993-a38c-481d-88b7-a59d164cc740", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064300Z:68ac05d8-76d6-4691-b946-f85614f03156" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1657cc6c869ee6037a92e77bdcb2c3fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:42:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1657cc6c869ee6037a92e77bdcb2c3fb", + "x-ms-correlation-request-id": "a9c10b79-9e25-453a-b4a7-1149c6c18ccb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;25189", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "2757bdc0-a9b0-4a68-ae88-a9a8f6f1a2ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064300Z:a9c10b79-9e25-453a-b4a7-1149c6c18ccb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce71fb29dd2280881ef934af79e5415a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce71fb29dd2280881ef934af79e5415a", + "x-ms-correlation-request-id": "0c64744e-7006-463c-8f27-7e7dac94d58d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;25188", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "4b7f85fa-a45e-4ac7-95a9-841e343cc8a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064300Z:0c64744e-7006-463c-8f27-7e7dac94d58d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d332d549e8e37ff7cc372c04c8b878f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d332d549e8e37ff7cc372c04c8b878f", + "x-ms-correlation-request-id": "8ce3cf90-7f27-4a86-add8-6a39f2ed6327", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25187", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "f79e2c19-35b9-48dd-9c42-ce797a2f6234", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064301Z:8ce3cf90-7f27-4a86-add8-6a39f2ed6327" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf90cb70c6098f4144d7f7a552536c94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf90cb70c6098f4144d7f7a552536c94", + "x-ms-correlation-request-id": "702c2b7d-43d9-4b5b-bff0-3ef7d2373794", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25185", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "96240493-28f9-4115-bcf7-94244e177e16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064301Z:702c2b7d-43d9-4b5b-bff0-3ef7d2373794" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae268c50367e8a6cfb39515e6ac83492", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae268c50367e8a6cfb39515e6ac83492", + "x-ms-correlation-request-id": "b71b2e17-47ba-44d4-9af7-a53133d83457", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25184", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "d43c9b07-50b2-4c78-a416-58d449654e25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064301Z:b71b2e17-47ba-44d4-9af7-a53133d83457" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad3fa57182558e51eca349b7a65ae429", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad3fa57182558e51eca349b7a65ae429", + "x-ms-correlation-request-id": "552ec3c9-2ef8-4559-b7fa-8813bb42ffb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25183", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "fc59eb9d-3506-4ffc-a8cf-4f4c3df704db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064302Z:552ec3c9-2ef8-4559-b7fa-8813bb42ffb6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf6fde56d8643a105f05c4cf74e2257c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf6fde56d8643a105f05c4cf74e2257c", + "x-ms-correlation-request-id": "31d59b64-1967-4570-8a1c-c01306468867", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25182", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "274327f6-0924-4ae5-a854-67b57a5c30d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064302Z:31d59b64-1967-4570-8a1c-c01306468867" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0af3d69f-6c47-48b0-b8a8-330d606d2ed5?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f76426d167c99448f525ffc0a90152e-1974cca715a3f945-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "950e30b74e3d556dee4d8d424b840263", + "x-ms-client-request-id": "ad3364a2be13ce3f3b98c2daecb4e3a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "30", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:24 GMT", + "Date": "Mon, 25 Oct 2021 06:43:01 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44f38a2d-21c0-4de7-90c3-c53c6c7f9761", - "x-ms-client-request-id": "950e30b74e3d556dee4d8d424b840263", - "x-ms-correlation-request-id": "2092277f-68fa-4d6d-84e1-a1dd4ce8b86b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "873fd720-1bc8-4908-a85e-0674436cd5ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053925Z:2092277f-68fa-4d6d-84e1-a1dd4ce8b86b" + "x-ms-client-request-id": "ad3364a2be13ce3f3b98c2daecb4e3a1", + "x-ms-correlation-request-id": "977b062c-94c5-47fc-a723-7995179f5e64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25181", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "302a07bb-4d70-4cd7-ab1f-b9a2c3f9b7cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064302Z:977b062c-94c5-47fc-a723-7995179f5e64" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0af3d69f-6c47-48b0-b8a8-330d606d2ed5?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f76426d167c99448f525ffc0a90152e-261ecf4740285041-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0310bdd5a3b03a110caa65eef5624b2d", + "x-ms-client-request-id": "8c0828547458982e94054e4fbd811a09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:26 GMT", + "Date": "Mon, 25 Oct 2021 06:43:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,40 +23360,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01a0a15e-8104-4505-be48-cbe750219937", - "x-ms-client-request-id": "0310bdd5a3b03a110caa65eef5624b2d", - "x-ms-correlation-request-id": "ad86a024-ca8c-4165-9a84-dbc7b144ad25", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "7d8c71ab-2cf7-4034-918d-bb202c17476c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053927Z:ad86a024-ca8c-4165-9a84-dbc7b144ad25" + "x-ms-client-request-id": "8c0828547458982e94054e4fbd811a09", + "x-ms-correlation-request-id": "c061b6a6-792b-4aed-8664-7d4bb9ee1fbc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25180", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "6e58233d-8eb9-435e-9db1-04e968016eae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064302Z:c061b6a6-792b-4aed-8664-7d4bb9ee1fbc" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f76426d167c99448f525ffc0a90152e-7e81593e2b56564a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2277902e7fa09d46aecb2b9a465e31d6", + "x-ms-client-request-id": "4215cd7e372698159ea084cc16354daa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1249", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:26 GMT", - "ETag": "W/\u0022e4befda2-f50c-4b93-9aa4-80b139f24e15\u0022", + "Date": "Mon, 25 Oct 2021 06:43:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8714,311 +23402,250 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2105e9c-7d26-40b2-8e1c-dbfa58e73c55", - "x-ms-client-request-id": "2277902e7fa09d46aecb2b9a465e31d6", - "x-ms-correlation-request-id": "d02ff265-b821-47c4-855f-164f68190905", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0d0123c2-6c0f-43ae-ac4f-d4646205d93e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053927Z:d02ff265-b821-47c4-855f-164f68190905" + "x-ms-client-request-id": "4215cd7e372698159ea084cc16354daa", + "x-ms-correlation-request-id": "1982a8ab-a028-46f6-a73a-1b7dd41ebbbc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25179", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "5b4d1e05-4db7-4d1c-9ab8-b1d61d8b18ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064303Z:1982a8ab-a028-46f6-a73a-1b7dd41ebbbc" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-4895\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e4befda2-f50c-4b93-9aa4-80b139f24e15\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002222d0ce1a-45c1-4a58-887f-373f6a31e7d5\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-5239\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e4befda2-f50c-4b93-9aa4-80b139f24e15\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1388", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2ef77b1e3ea614df1ed48892e87f5f8b", + "x-ms-client-request-id": "4b7b222299da2e23369b180d70ef10b9", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-1841", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b7b222299da2e23369b180d70ef10b9", + "x-ms-correlation-request-id": "aa4c55e5-2577-457d-b586-d905ca154e51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25178", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "39e4af5c-0211-43aa-909e-a0309d5bb13e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064303Z:aa4c55e5-2577-457d-b586-d905ca154e51" }, - "StatusCode": 201, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e5cb87da19f1d7b1270edb8ef61815f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:31 GMT", + "Date": "Mon, 25 Oct 2021 06:43:02 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ef77b1e3ea614df1ed48892e87f5f8b", - "x-ms-correlation-request-id": "697703f9-71dc-477f-bfb3-f90f98c6f55d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;299,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1196,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-charge": "4", - "x-ms-request-id": "cb40c278-91b4-4bc9-86a5-e0e355b1c5c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053931Z:697703f9-71dc-477f-bfb3-f90f98c6f55d" + "x-ms-client-request-id": "1e5cb87da19f1d7b1270edb8ef61815f", + "x-ms-correlation-request-id": "3a687c78-4d15-4a1b-bffd-3372288f4dbf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25177", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "f342af0b-79d8-4a74-bd45-56fb51e501cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064303Z:3a687c78-4d15-4a1b-bffd-3372288f4dbf" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-1841\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-1841\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u002285164979-540a-4d67-a52c-03655395b492\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b2da3b8ce06e52faae60b8a1e0827af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b2da3b8ce06e52faae60b8a1e0827af", + "x-ms-correlation-request-id": "434563f7-fa47-4a5d-bc7f-6c85e82b2b13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25176", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "793837ff-f462-4914-b337-e30acde8f23b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064303Z:434563f7-fa47-4a5d-bc7f-6c85e82b2b13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e4eca8f2fd8810aa65e396aab6b3ed4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e4eca8f2fd8810aa65e396aab6b3ed4", + "x-ms-correlation-request-id": "79c1dca4-cbcc-4475-8886-2eb1076baf05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25175", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "78674702-a8d8-4d6e-9a73-1c4094d3aae1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064304Z:79c1dca4-cbcc-4475-8886-2eb1076baf05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ad08f791d6bef86b06204cbf7b4b42e", + "x-ms-client-request-id": "cc55b91975c2afb3897774b895f0fe0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:31 GMT", + "Date": "Mon, 25 Oct 2021 06:43:03 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ad08f791d6bef86b06204cbf7b4b42e", - "x-ms-correlation-request-id": "206fe009-94c7-4567-afab-34a60d32b309", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "5c942cbf-5983-4e10-a38f-0c0475d92c43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053932Z:206fe009-94c7-4567-afab-34a60d32b309" + "x-ms-client-request-id": "cc55b91975c2afb3897774b895f0fe0a", + "x-ms-correlation-request-id": "ff3b0e46-3342-4a41-a600-080876bdd8be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25174", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "45a52b6f-4041-4bfc-ba0c-05a2995773f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064304Z:ff3b0e46-3342-4a41-a600-080876bdd8be" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e698a06c764a3ec9b7a1b633e9fb9da6", + "x-ms-client-request-id": "24283e482313888698abf4a895c4393e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:32 GMT", + "Date": "Mon, 25 Oct 2021 06:43:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,40 +23654,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e698a06c764a3ec9b7a1b633e9fb9da6", - "x-ms-correlation-request-id": "fc52febf-7129-4e9e-ae93-3a7b81e2519e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "768b3cf2-8679-4976-b1dd-8872a8e8a318", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053933Z:fc52febf-7129-4e9e-ae93-3a7b81e2519e" + "x-ms-client-request-id": "24283e482313888698abf4a895c4393e", + "x-ms-correlation-request-id": "464b5dfa-07f2-44d3-8bcb-8c0fb9007c2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25173", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "4916412c-9bcc-43cc-bed0-797b08c7d443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064304Z:464b5dfa-07f2-44d3-8bcb-8c0fb9007c2a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5918d9e0e4afe41fd9240aaadbf75dc3", + "x-ms-client-request-id": "647136a85bb21aec179fd561ba52ebb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:33 GMT", + "Date": "Mon, 25 Oct 2021 06:43:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,40 +23696,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5918d9e0e4afe41fd9240aaadbf75dc3", - "x-ms-correlation-request-id": "249fbb79-ff94-4fb0-9008-d5b7d79c11bd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "9eab2dbb-60a5-4ef0-a601-1a26ceb2b529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053934Z:249fbb79-ff94-4fb0-9008-d5b7d79c11bd" + "x-ms-client-request-id": "647136a85bb21aec179fd561ba52ebb6", + "x-ms-correlation-request-id": "5ea9d351-73b3-4f15-a2a3-cd4784d310c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25172", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "06baf386-45eb-4850-b1b9-a97fb0242a03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064304Z:5ea9d351-73b3-4f15-a2a3-cd4784d310c9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d77826bd0ddf0264c591c2c9665305b5", + "x-ms-client-request-id": "6d222f5f1943f5c132cc3316810a19c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:35 GMT", + "Date": "Mon, 25 Oct 2021 06:43:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,40 +23738,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d77826bd0ddf0264c591c2c9665305b5", - "x-ms-correlation-request-id": "5c528429-a51a-4aa5-96f3-2844bbb66ce6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "4faf1599-e6fa-4a6e-a6d2-fe41c405b85a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053936Z:5c528429-a51a-4aa5-96f3-2844bbb66ce6" + "x-ms-client-request-id": "6d222f5f1943f5c132cc3316810a19c4", + "x-ms-correlation-request-id": "9a0e7ea7-6e41-49cc-8c93-f145b4f02338", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25171", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "7cab94ab-d29c-4cd4-a4b2-d881e5544b7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064305Z:9a0e7ea7-6e41-49cc-8c93-f145b4f02338" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1eeb5dc55a9b877f80b30c256b1e63c0", + "x-ms-client-request-id": "5f10353d997fec57510e0d734e24ce46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:36 GMT", + "Date": "Mon, 25 Oct 2021 06:43:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,40 +23780,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1eeb5dc55a9b877f80b30c256b1e63c0", - "x-ms-correlation-request-id": "91f0d611-a59b-433c-8f3f-a43affcb1c4c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "3fe2517c-44cf-424c-9d34-ff72f2ef571b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053937Z:91f0d611-a59b-433c-8f3f-a43affcb1c4c" + "x-ms-client-request-id": "5f10353d997fec57510e0d734e24ce46", + "x-ms-correlation-request-id": "5fd90aa6-cf4c-4ad6-9d6a-cf6023d062cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25170", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "734acd66-b7b6-4643-9654-8a1ef92f98fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064305Z:5fd90aa6-cf4c-4ad6-9d6a-cf6023d062cd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c276f244c682d2c77515931d21567e86", + "x-ms-client-request-id": "66493ec0cca28efb747b32e527d6990d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:37 GMT", + "Date": "Mon, 25 Oct 2021 06:43:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,40 +23822,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c276f244c682d2c77515931d21567e86", - "x-ms-correlation-request-id": "f8ff5848-36f3-49b2-bf22-bad1b6b37049", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6616d18f-6454-4311-959c-1e6c3b09d5e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053938Z:f8ff5848-36f3-49b2-bf22-bad1b6b37049" + "x-ms-client-request-id": "66493ec0cca28efb747b32e527d6990d", + "x-ms-correlation-request-id": "0062d022-805f-4f01-8b55-22d0625976cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25169", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "9ee6a40a-ec81-4907-9efd-9b7d7084bb21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064305Z:0062d022-805f-4f01-8b55-22d0625976cd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ee4551e3f0c6228a6f1562c003f97a6", + "x-ms-client-request-id": "852410858b41c537d7351c350c4ea70d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:38 GMT", + "Date": "Mon, 25 Oct 2021 06:43:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,40 +23864,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ee4551e3f0c6228a6f1562c003f97a6", - "x-ms-correlation-request-id": "f87fbabb-b07f-4e5c-8481-94dec604e951", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "16852d92-d48e-4657-984c-d28ba5145376", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053939Z:f87fbabb-b07f-4e5c-8481-94dec604e951" + "x-ms-client-request-id": "852410858b41c537d7351c350c4ea70d", + "x-ms-correlation-request-id": "5c66bfcc-4bf5-41c3-8225-fdd907b17166", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25168", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "190108d7-4c8f-4d0a-9482-3ed2d51dcbdd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064305Z:5c66bfcc-4bf5-41c3-8225-fdd907b17166" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7385022e43dcff329518a985c6626529", + "x-ms-client-request-id": "4356ecfeb3c171213981eb036771c57b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:40 GMT", + "Date": "Mon, 25 Oct 2021 06:43:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,40 +23906,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7385022e43dcff329518a985c6626529", - "x-ms-correlation-request-id": "1791132b-0524-4880-a1a2-89f1bafae1dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29992", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3cc8eebb-95cc-4ca7-a7fc-d34ca782c696", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053941Z:1791132b-0524-4880-a1a2-89f1bafae1dd" + "x-ms-client-request-id": "4356ecfeb3c171213981eb036771c57b", + "x-ms-correlation-request-id": "ad6c4d74-8ac9-46ab-9a98-b4708e19c678", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25167", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "9c1f12e2-ddf6-46d8-b1cc-7b2d6d76a38c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064306Z:ad6c4d74-8ac9-46ab-9a98-b4708e19c678" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "15068634e43a05b3ca131c916f9ad135", + "x-ms-client-request-id": "3dedff754800340506838e6dafc68226", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:41 GMT", + "Date": "Mon, 25 Oct 2021 06:43:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,40 +23948,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15068634e43a05b3ca131c916f9ad135", - "x-ms-correlation-request-id": "c7433515-4782-4abe-bc7c-62c3c9e45737", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29991", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "05a1d955-ecc7-4319-a1b4-fce5118d1840", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053942Z:c7433515-4782-4abe-bc7c-62c3c9e45737" + "x-ms-client-request-id": "3dedff754800340506838e6dafc68226", + "x-ms-correlation-request-id": "744563f6-26cc-43e9-95eb-7309c8e4b7bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25166", + "x-ms-ratelimit-remaining-subscription-reads": "11652", + "x-ms-request-id": "9e96c294-7547-4f16-9e48-fb5ae4b7f2f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064306Z:744563f6-26cc-43e9-95eb-7309c8e4b7bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1fefec7e0ad1dba922e5e8f396a39b44", + "x-ms-client-request-id": "3ae724d4557fd24befb24bc0a0335d65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:42 GMT", + "Date": "Mon, 25 Oct 2021 06:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,40 +23990,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fefec7e0ad1dba922e5e8f396a39b44", - "x-ms-correlation-request-id": "459c100f-338c-4fd5-89e7-0c26813556fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29990", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "3fa2742f-fe97-4ab9-9024-ba042871c34c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053943Z:459c100f-338c-4fd5-89e7-0c26813556fc" + "x-ms-client-request-id": "3ae724d4557fd24befb24bc0a0335d65", + "x-ms-correlation-request-id": "0a2852af-67bc-4503-ba14-7087bfed1962", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25165", + "x-ms-ratelimit-remaining-subscription-reads": "11651", + "x-ms-request-id": "7f49a2b9-bf17-40ba-a8df-efddfc0bff1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064306Z:0a2852af-67bc-4503-ba14-7087bfed1962" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7af72c8c8138496c4f7fa9c826a18ffb", + "x-ms-client-request-id": "0cc0a06f6960b50de7223c3e24b4c172", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:44 GMT", + "Date": "Mon, 25 Oct 2021 06:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,40 +24032,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7af72c8c8138496c4f7fa9c826a18ffb", - "x-ms-correlation-request-id": "ebed5885-7a6e-4351-b21e-4efc16788e21", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29989", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "aeb83ab3-1103-4183-a271-88200b71c293", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053945Z:ebed5885-7a6e-4351-b21e-4efc16788e21" + "x-ms-client-request-id": "0cc0a06f6960b50de7223c3e24b4c172", + "x-ms-correlation-request-id": "ea93eb46-9ef8-474e-bd95-324806fc95d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25164", + "x-ms-ratelimit-remaining-subscription-reads": "11650", + "x-ms-request-id": "825feb5c-4355-43ee-874f-1dd5fc4266fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064307Z:ea93eb46-9ef8-474e-bd95-324806fc95d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "da06734646722a58dd2af354fcbf6f27", + "x-ms-client-request-id": "432ec4fe8a8a1ffbb41b4e4dfd4493d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:45 GMT", + "Date": "Mon, 25 Oct 2021 06:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,40 +24074,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da06734646722a58dd2af354fcbf6f27", - "x-ms-correlation-request-id": "e6bc06e0-8965-4317-8d09-6d38d83abb37", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29988", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "8a0cebd7-d640-43bf-9032-49f16eb21fbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053946Z:e6bc06e0-8965-4317-8d09-6d38d83abb37" + "x-ms-client-request-id": "432ec4fe8a8a1ffbb41b4e4dfd4493d2", + "x-ms-correlation-request-id": "f6055732-3da2-46e0-a70f-780c40996abc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25163", + "x-ms-ratelimit-remaining-subscription-reads": "11649", + "x-ms-request-id": "2c55e416-20d7-4ea4-8cda-f8921c575c5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064307Z:f6055732-3da2-46e0-a70f-780c40996abc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4205d77857a2fdfd80a5d05161e0b481", + "x-ms-client-request-id": "0ffd292576066ac51732525d190dad3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:46 GMT", + "Date": "Mon, 25 Oct 2021 06:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,40 +24116,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4205d77857a2fdfd80a5d05161e0b481", - "x-ms-correlation-request-id": "d42f14d5-f373-46be-a1c4-7a6744e96d20", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29987", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d14f61a7-0f15-4ad9-ace4-2c0595ec2814", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053947Z:d42f14d5-f373-46be-a1c4-7a6744e96d20" + "x-ms-client-request-id": "0ffd292576066ac51732525d190dad3a", + "x-ms-correlation-request-id": "feb46c56-4146-470c-9569-9d449849b17d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25162", + "x-ms-ratelimit-remaining-subscription-reads": "11648", + "x-ms-request-id": "d1710ab1-0d78-4542-bd97-bf061b83625d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064307Z:feb46c56-4146-470c-9569-9d449849b17d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23aced55c19c46d1d4cd9d0e8e174d8f", + "x-ms-client-request-id": "dcc1d9f11a05e5dba5a058451bbfb8a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:47 GMT", + "Date": "Mon, 25 Oct 2021 06:43:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,40 +24158,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23aced55c19c46d1d4cd9d0e8e174d8f", - "x-ms-correlation-request-id": "349e17b2-4479-44be-b6ef-f6409d996dbc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29986", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "14327483-cce5-455c-adc4-251a19b159ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053948Z:349e17b2-4479-44be-b6ef-f6409d996dbc" + "x-ms-client-request-id": "dcc1d9f11a05e5dba5a058451bbfb8a2", + "x-ms-correlation-request-id": "2b0967b5-490d-4fa1-907d-539761d33051", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25161", + "x-ms-ratelimit-remaining-subscription-reads": "11647", + "x-ms-request-id": "2d67eaec-7e24-4d73-a683-6b21ec494eee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064307Z:2b0967b5-490d-4fa1-907d-539761d33051" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4f5081104d9cef58750959cd7606c8fc", + "x-ms-client-request-id": "fb18698eb2b6886cffc42c58379e05a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:49 GMT", + "Date": "Mon, 25 Oct 2021 06:43:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,40 +24200,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f5081104d9cef58750959cd7606c8fc", - "x-ms-correlation-request-id": "5f2b14ae-2308-42e5-ab2f-9eef597f201b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29985", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "14fef9bb-791d-4f69-ac1c-d06081c29383", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053950Z:5f2b14ae-2308-42e5-ab2f-9eef597f201b" + "x-ms-client-request-id": "fb18698eb2b6886cffc42c58379e05a7", + "x-ms-correlation-request-id": "84f15aed-a68e-4a5c-a9cc-62c4dc3c33fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25160", + "x-ms-ratelimit-remaining-subscription-reads": "11646", + "x-ms-request-id": "1f1a16b6-80f2-45fc-9814-03a1c6dc3644", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064308Z:84f15aed-a68e-4a5c-a9cc-62c4dc3c33fc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0fff72754c12b68a05bf6ed5baee6f68", + "x-ms-client-request-id": "245c136db7830acd4d186a651e804e57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:50 GMT", + "Date": "Mon, 25 Oct 2021 06:43:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,40 +24242,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fff72754c12b68a05bf6ed5baee6f68", - "x-ms-correlation-request-id": "41e5ef21-d60e-46ed-b947-d9f9477bef5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29984", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "cccf6d58-0ba4-4bd7-a285-5741d166922e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053951Z:41e5ef21-d60e-46ed-b947-d9f9477bef5a" + "x-ms-client-request-id": "245c136db7830acd4d186a651e804e57", + "x-ms-correlation-request-id": "f999086b-cc5b-43f3-9c29-845a13f5081a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25159", + "x-ms-ratelimit-remaining-subscription-reads": "11645", + "x-ms-request-id": "80c6e132-bf00-4e6d-9dcf-858bd81329e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064308Z:f999086b-cc5b-43f3-9c29-845a13f5081a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "df414058658f08e494bdad936704cfcd", + "x-ms-client-request-id": "b0ceaf79b2f43e846c38dc40ee83ad06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:51 GMT", + "Date": "Mon, 25 Oct 2021 06:43:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,40 +24284,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df414058658f08e494bdad936704cfcd", - "x-ms-correlation-request-id": "f17748e5-cc0d-4ab3-a7ae-827c9e9e0e17", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29983", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "d20042c5-5909-4570-a416-2e1ab2f46852", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053952Z:f17748e5-cc0d-4ab3-a7ae-827c9e9e0e17" + "x-ms-client-request-id": "b0ceaf79b2f43e846c38dc40ee83ad06", + "x-ms-correlation-request-id": "08db5c67-4961-469b-b671-ac1840c79c2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25158", + "x-ms-ratelimit-remaining-subscription-reads": "11644", + "x-ms-request-id": "aa8cf3ab-2adf-4586-9c9f-a428f8adece2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064308Z:08db5c67-4961-469b-b671-ac1840c79c2d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1c99a0053d18c37cf79a4adddf833487", + "x-ms-client-request-id": "08d7b09b9462d71f9b0dad9e48066a7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:52 GMT", + "Date": "Mon, 25 Oct 2021 06:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,40 +24326,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c99a0053d18c37cf79a4adddf833487", - "x-ms-correlation-request-id": "456e8703-13d5-4e28-ba2e-f9d67e20eb65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29982", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "728d689c-86b1-4d77-a0e2-661fc1e8847e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053953Z:456e8703-13d5-4e28-ba2e-f9d67e20eb65" + "x-ms-client-request-id": "08d7b09b9462d71f9b0dad9e48066a7f", + "x-ms-correlation-request-id": "9d5bc867-7c67-4f42-adc1-70741ec6c0c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25157", + "x-ms-ratelimit-remaining-subscription-reads": "11643", + "x-ms-request-id": "563fe18f-18fc-4a23-9de8-a4c2bdb551a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064308Z:9d5bc867-7c67-4f42-adc1-70741ec6c0c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3575f19ae8c5106c8df77a559ff74e01", + "x-ms-client-request-id": "88ded47554cfbbb28f1eb74ada8c1cca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:55 GMT", + "Date": "Mon, 25 Oct 2021 06:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,40 +24368,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3575f19ae8c5106c8df77a559ff74e01", - "x-ms-correlation-request-id": "f5b1bcf3-a08a-484d-85d9-941890a0ee0d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29981", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "26767aba-3980-405f-ad5e-f73d47274b05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053955Z:f5b1bcf3-a08a-484d-85d9-941890a0ee0d" + "x-ms-client-request-id": "88ded47554cfbbb28f1eb74ada8c1cca", + "x-ms-correlation-request-id": "b147c782-b178-42c5-90ec-23390080802c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25156", + "x-ms-ratelimit-remaining-subscription-reads": "11642", + "x-ms-request-id": "68f03dfd-ae89-4d20-8f43-5aac6574cd7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064309Z:b147c782-b178-42c5-90ec-23390080802c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1acfa0ef53551a4fc47de8f51b072811", + "x-ms-client-request-id": "6dca636b46a9e5f590f615e604e5f666", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:56 GMT", + "Date": "Mon, 25 Oct 2021 06:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,40 +24410,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1acfa0ef53551a4fc47de8f51b072811", - "x-ms-correlation-request-id": "518ff143-e2f5-42cc-92cf-dd0944fa7867", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29980", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "5d0b0681-387a-4bd8-9f12-17d59b9831e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053956Z:518ff143-e2f5-42cc-92cf-dd0944fa7867" + "x-ms-client-request-id": "6dca636b46a9e5f590f615e604e5f666", + "x-ms-correlation-request-id": "937c7c79-0987-43be-a94a-021d5a482c2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25155", + "x-ms-ratelimit-remaining-subscription-reads": "11641", + "x-ms-request-id": "0944b607-0134-4054-8da4-a58d9dd9510f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064309Z:937c7c79-0987-43be-a94a-021d5a482c2d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "76f925889a8f1c0733888e21c32624ff", + "x-ms-client-request-id": "1acb5dcd25a44636fe1b7844ddd4fc0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:57 GMT", + "Date": "Mon, 25 Oct 2021 06:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,40 +24452,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76f925889a8f1c0733888e21c32624ff", - "x-ms-correlation-request-id": "e6c70678-bdcb-49e8-82d3-b0c403b7fc8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29979", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "04bb7d85-63e1-4406-a37a-6c6a3b05c243", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053957Z:e6c70678-bdcb-49e8-82d3-b0c403b7fc8e" + "x-ms-client-request-id": "1acb5dcd25a44636fe1b7844ddd4fc0e", + "x-ms-correlation-request-id": "3ef6b3f7-9de6-4de7-b907-9d66014721fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25154", + "x-ms-ratelimit-remaining-subscription-reads": "11640", + "x-ms-request-id": "31244b21-428c-4ac0-9590-242312fc0af6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064309Z:3ef6b3f7-9de6-4de7-b907-9d66014721fa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3eed494b1ab34731a15a70470077f585", + "x-ms-client-request-id": "e433e2f1fd3c2ed5def9f7d93fcbb6a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:39:58 GMT", + "Date": "Mon, 25 Oct 2021 06:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,40 +24494,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3eed494b1ab34731a15a70470077f585", - "x-ms-correlation-request-id": "6b3e68c2-a217-4cc5-a0d3-1a67c367319d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29978", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "28d3e928-3eef-40a0-8754-3ad26450eedc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T053958Z:6b3e68c2-a217-4cc5-a0d3-1a67c367319d" + "x-ms-client-request-id": "e433e2f1fd3c2ed5def9f7d93fcbb6a9", + "x-ms-correlation-request-id": "11406dc5-ceb6-462b-b2a4-61b7ac588e0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25153", + "x-ms-ratelimit-remaining-subscription-reads": "11639", + "x-ms-request-id": "590d9cbe-a3cc-4ee7-8ddc-45d676d03f7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064309Z:11406dc5-ceb6-462b-b2a4-61b7ac588e0a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "79cc68ced8fe547298b3e6ccc42e569d", + "x-ms-client-request-id": "7d7c502701c146262c836e8dcdb108bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:00 GMT", + "Date": "Mon, 25 Oct 2021 06:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,40 +24536,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79cc68ced8fe547298b3e6ccc42e569d", - "x-ms-correlation-request-id": "3647f04a-1227-4158-91e6-64bec278a997", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29977", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "4f6fb132-0889-4ba8-9c07-7e26fffe7618", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054000Z:3647f04a-1227-4158-91e6-64bec278a997" + "x-ms-client-request-id": "7d7c502701c146262c836e8dcdb108bc", + "x-ms-correlation-request-id": "39795f12-a25e-4245-85ad-30ca52ccd488", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25152", + "x-ms-ratelimit-remaining-subscription-reads": "11638", + "x-ms-request-id": "d6a9a9ea-5042-4c9e-a6a6-56784be31df5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064310Z:39795f12-a25e-4245-85ad-30ca52ccd488" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d1a9e859ea196d5ef4b1d4342ac01cbb", + "x-ms-client-request-id": "22f506f911b2d02a879c3bab2d5d0732", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:01 GMT", + "Date": "Mon, 25 Oct 2021 06:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,40 +24578,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1a9e859ea196d5ef4b1d4342ac01cbb", - "x-ms-correlation-request-id": "a02de76b-c5f4-4cb8-bf11-0d215388827e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14976,Microsoft.Compute/GetOperation30Min;29976", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "91361439-c9db-4804-9b37-9a78fcbcf256", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054001Z:a02de76b-c5f4-4cb8-bf11-0d215388827e" + "x-ms-client-request-id": "22f506f911b2d02a879c3bab2d5d0732", + "x-ms-correlation-request-id": "84db9208-36ef-4568-b97f-8f5566115819", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25151", + "x-ms-ratelimit-remaining-subscription-reads": "11637", + "x-ms-request-id": "80d644e3-a37c-4c5f-89a1-e007ee1b9818", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064310Z:84db9208-36ef-4568-b97f-8f5566115819" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5a520993ab5a7301d799a5ff34648272", + "x-ms-client-request-id": "8c1cce647f57ef4dbcedb8b98e48612d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:02 GMT", + "Date": "Mon, 25 Oct 2021 06:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9993,40 +24620,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a520993ab5a7301d799a5ff34648272", - "x-ms-correlation-request-id": "c186f477-5511-461e-a34b-44698d306b1d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29975", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "d9c59cee-4256-454c-899d-22fa895bafac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054002Z:c186f477-5511-461e-a34b-44698d306b1d" + "x-ms-client-request-id": "8c1cce647f57ef4dbcedb8b98e48612d", + "x-ms-correlation-request-id": "01a97fed-02c9-4f5a-9527-a396518c857d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25150", + "x-ms-ratelimit-remaining-subscription-reads": "11636", + "x-ms-request-id": "1749bbde-a4c3-4bfd-b7d1-b899c26aa50f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064310Z:01a97fed-02c9-4f5a-9527-a396518c857d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "17eed30423cee46b0a5f844c033d2ad8", + "x-ms-client-request-id": "38df3bf194d615f726acf524c57a18cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:03 GMT", + "Date": "Mon, 25 Oct 2021 06:43:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,40 +24662,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17eed30423cee46b0a5f844c033d2ad8", - "x-ms-correlation-request-id": "50b8b51e-b506-4eb8-a94d-970457e6350d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29974", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "79ae75f3-8b46-4b9d-819b-e9b0f9905034", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054004Z:50b8b51e-b506-4eb8-a94d-970457e6350d" + "x-ms-client-request-id": "38df3bf194d615f726acf524c57a18cf", + "x-ms-correlation-request-id": "976a2661-dd18-466c-9452-594f8c565629", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25149", + "x-ms-ratelimit-remaining-subscription-reads": "11635", + "x-ms-request-id": "e566b0e9-e15a-44b2-b000-44f10e06a1d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064310Z:976a2661-dd18-466c-9452-594f8c565629" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bb382b97fcdcad43e736fa80445e398f", + "x-ms-client-request-id": "fe283b7b7b947a64b90566c55971413f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:05 GMT", + "Date": "Mon, 25 Oct 2021 06:43:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,40 +24704,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb382b97fcdcad43e736fa80445e398f", - "x-ms-correlation-request-id": "0f2c673b-ad62-45a3-b964-be92df4c2356", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29973", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "845be245-b6ed-42b1-9d0f-4532bd488933", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054005Z:0f2c673b-ad62-45a3-b964-be92df4c2356" + "x-ms-client-request-id": "fe283b7b7b947a64b90566c55971413f", + "x-ms-correlation-request-id": "bfa942aa-45c4-42aa-afb2-4de155fa638d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25148", + "x-ms-ratelimit-remaining-subscription-reads": "11634", + "x-ms-request-id": "78fd6a79-8be8-4ff5-97fe-445a690b0cd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064311Z:bfa942aa-45c4-42aa-afb2-4de155fa638d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "562f622f04d270ed9d6d50fa26b46f99", + "x-ms-client-request-id": "f1ba0e3bce7ed05cd70666aa89282a41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:06 GMT", + "Date": "Mon, 25 Oct 2021 06:43:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,40 +24746,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "562f622f04d270ed9d6d50fa26b46f99", - "x-ms-correlation-request-id": "128b41c0-35e2-4a3f-aa11-c70060a200c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29972", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "5b1155ff-f092-450b-a92e-1131cd8878f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054006Z:128b41c0-35e2-4a3f-aa11-c70060a200c0" + "x-ms-client-request-id": "f1ba0e3bce7ed05cd70666aa89282a41", + "x-ms-correlation-request-id": "c7bc56b2-6f43-4c0b-846e-a33ae8bbe3dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25147", + "x-ms-ratelimit-remaining-subscription-reads": "11633", + "x-ms-request-id": "539cc47d-993b-43f4-9669-aafcc1a357b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064311Z:c7bc56b2-6f43-4c0b-846e-a33ae8bbe3dd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0968cd6ec72b08968f40309828eba0ab", + "x-ms-client-request-id": "523de8d4621f7598d7647fd12d31bcb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:07 GMT", + "Date": "Mon, 25 Oct 2021 06:43:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,40 +24788,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0968cd6ec72b08968f40309828eba0ab", - "x-ms-correlation-request-id": "2cffd28e-b9c4-42f2-bb27-06898850ddc1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29971", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "25898386-e871-407b-99bf-d67845b9e32d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054007Z:2cffd28e-b9c4-42f2-bb27-06898850ddc1" + "x-ms-client-request-id": "523de8d4621f7598d7647fd12d31bcb4", + "x-ms-correlation-request-id": "70b95875-71b2-404f-ae2f-c29fb0e72437", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25146", + "x-ms-ratelimit-remaining-subscription-reads": "11632", + "x-ms-request-id": "0393a1ef-01a0-444c-a15d-13e0b74acbea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064311Z:70b95875-71b2-404f-ae2f-c29fb0e72437" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a11df525d30e92063ec81d6eab488732", + "x-ms-client-request-id": "b7e9b66a26c0ad50df57278d14b9f091", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:08 GMT", + "Date": "Mon, 25 Oct 2021 06:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,40 +24830,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a11df525d30e92063ec81d6eab488732", - "x-ms-correlation-request-id": "94a3a36f-600c-43ac-807d-fe980b6aa55b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;29970", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "edc64e35-31a4-49b0-bc0e-c8a63d364df9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054009Z:94a3a36f-600c-43ac-807d-fe980b6aa55b" + "x-ms-client-request-id": "b7e9b66a26c0ad50df57278d14b9f091", + "x-ms-correlation-request-id": "003bf690-de87-4b4a-8132-14016272600e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25145", + "x-ms-ratelimit-remaining-subscription-reads": "11631", + "x-ms-request-id": "936143fc-bfde-4950-bcb1-266c518c3769", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064311Z:003bf690-de87-4b4a-8132-14016272600e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "771161c630f66763cb27c791d45448b2", + "x-ms-client-request-id": "70f124dbee33d91f75441a194f8aa2a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:10 GMT", + "Date": "Mon, 25 Oct 2021 06:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,40 +24872,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "771161c630f66763cb27c791d45448b2", - "x-ms-correlation-request-id": "d8b0d121-c3e6-4a6b-8f9b-26713829f4a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29969", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "01ef4960-a569-4233-8d82-72b4204f9380", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054010Z:d8b0d121-c3e6-4a6b-8f9b-26713829f4a3" + "x-ms-client-request-id": "70f124dbee33d91f75441a194f8aa2a5", + "x-ms-correlation-request-id": "731f2f6f-2cad-443b-8833-215fdc4445e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25144", + "x-ms-ratelimit-remaining-subscription-reads": "11630", + "x-ms-request-id": "d1706b47-cc9b-4d76-9ebd-a24d3cfceb81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064312Z:731f2f6f-2cad-443b-8833-215fdc4445e9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "30d5a5cdce979b8ac6d6cb63aa275c46", + "x-ms-client-request-id": "d33fb14a733ead80979073c73a0a601d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:11 GMT", + "Date": "Mon, 25 Oct 2021 06:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,40 +24914,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30d5a5cdce979b8ac6d6cb63aa275c46", - "x-ms-correlation-request-id": "9306f5a3-efe5-48c3-aef5-d51c158c5878", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29968", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "538617f9-575d-491a-9081-e760288dac84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054011Z:9306f5a3-efe5-48c3-aef5-d51c158c5878" + "x-ms-client-request-id": "d33fb14a733ead80979073c73a0a601d", + "x-ms-correlation-request-id": "1d9892ad-471a-4bf1-8e04-11ff4ccb9eba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25143", + "x-ms-ratelimit-remaining-subscription-reads": "11629", + "x-ms-request-id": "c22f321f-7582-430e-a796-259440264260", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064312Z:1d9892ad-471a-4bf1-8e04-11ff4ccb9eba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c6d1fdb828d9f5b592b6d5e60c74bde9", + "x-ms-client-request-id": "08f6ee744b407c809710417c0c375d55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:12 GMT", + "Date": "Mon, 25 Oct 2021 06:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,40 +24956,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6d1fdb828d9f5b592b6d5e60c74bde9", - "x-ms-correlation-request-id": "a6886e1d-be03-49e6-af9f-98573300d182", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29967", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "31a52bb0-5c8b-4a01-9c9c-b4ad8326e69d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054012Z:a6886e1d-be03-49e6-af9f-98573300d182" + "x-ms-client-request-id": "08f6ee744b407c809710417c0c375d55", + "x-ms-correlation-request-id": "39566a77-911e-44cd-9377-4a0d962e6f26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25142", + "x-ms-ratelimit-remaining-subscription-reads": "11628", + "x-ms-request-id": "1930161b-7d7b-4070-af6b-44d8bf66da0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064312Z:39566a77-911e-44cd-9377-4a0d962e6f26" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "05a16b805673f89bd675b11f65ffbca4", + "x-ms-client-request-id": "624381b51d796852a443d8a37b579e6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:13 GMT", + "Date": "Mon, 25 Oct 2021 06:43:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,40 +24998,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05a16b805673f89bd675b11f65ffbca4", - "x-ms-correlation-request-id": "c1e1ad1b-27af-48cc-89b5-0b35a8b1f5c4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29966", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "c7d39c78-4377-45c3-9648-2e0366f50456", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054014Z:c1e1ad1b-27af-48cc-89b5-0b35a8b1f5c4" + "x-ms-client-request-id": "624381b51d796852a443d8a37b579e6b", + "x-ms-correlation-request-id": "161d6828-6006-4774-89f7-70f063ffd83b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25141", + "x-ms-ratelimit-remaining-subscription-reads": "11627", + "x-ms-request-id": "a6958de9-e1f5-4cfa-80c3-2888007d7ed2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064312Z:161d6828-6006-4774-89f7-70f063ffd83b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d6d880ca8183a4d8f0e09ee1f8a48f51", + "x-ms-client-request-id": "60a5fde39994ff6430c33b2e3104a160", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:15 GMT", + "Date": "Mon, 25 Oct 2021 06:43:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,40 +25040,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6d880ca8183a4d8f0e09ee1f8a48f51", - "x-ms-correlation-request-id": "16720d22-997a-4e36-8498-84d88fb222a7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;29965", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "ee4f1e9d-74bf-4cc0-a193-2245c2479803", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054015Z:16720d22-997a-4e36-8498-84d88fb222a7" + "x-ms-client-request-id": "60a5fde39994ff6430c33b2e3104a160", + "x-ms-correlation-request-id": "afdd0c0f-0153-4f73-82f6-0bd238978fdc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25140", + "x-ms-ratelimit-remaining-subscription-reads": "11626", + "x-ms-request-id": "e60fc98f-3335-4db6-91d7-7cdc16bb1a9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064313Z:afdd0c0f-0153-4f73-82f6-0bd238978fdc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3ee3e118568661d362d9ef6477958f92", + "x-ms-client-request-id": "b8121d32fec756a39c8e64fd72dd003f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:16 GMT", + "Date": "Mon, 25 Oct 2021 06:43:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,40 +25082,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ee3e118568661d362d9ef6477958f92", - "x-ms-correlation-request-id": "6e8a760f-55c3-48d1-8583-62c62344508b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29964", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "ad644715-b01c-45a9-85df-549aa43951f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054016Z:6e8a760f-55c3-48d1-8583-62c62344508b" + "x-ms-client-request-id": "b8121d32fec756a39c8e64fd72dd003f", + "x-ms-correlation-request-id": "0c4f3ee9-0e91-4561-a798-1af68b5de5ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25139", + "x-ms-ratelimit-remaining-subscription-reads": "11625", + "x-ms-request-id": "a89cb929-5b38-46fb-8a9c-7806a5bd2759", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064313Z:0c4f3ee9-0e91-4561-a798-1af68b5de5ba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b1b30f9e79bfe6693fc1593b8b9ff32", + "x-ms-client-request-id": "0e98d671fd911bc01d4432b6e123369f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:17 GMT", + "Date": "Mon, 25 Oct 2021 06:43:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,40 +25124,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b1b30f9e79bfe6693fc1593b8b9ff32", - "x-ms-correlation-request-id": "2fa3935c-b3a4-4f8a-9c82-073fed8be193", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29963", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "61e6bc5b-2abe-4ead-8c14-00c6fffe79e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054017Z:2fa3935c-b3a4-4f8a-9c82-073fed8be193" + "x-ms-client-request-id": "0e98d671fd911bc01d4432b6e123369f", + "x-ms-correlation-request-id": "408b43b3-624c-40a2-8353-ff1f29b1780d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25138", + "x-ms-ratelimit-remaining-subscription-reads": "11624", + "x-ms-request-id": "89335e91-d31f-4b2a-8534-494f10cd49aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064313Z:408b43b3-624c-40a2-8353-ff1f29b1780d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "83075fe67e1c741ead7773a991742d5a", + "x-ms-client-request-id": "5d7178a2e545e5a35a4ec40635678c53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:18 GMT", + "Date": "Mon, 25 Oct 2021 06:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10539,40 +25166,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83075fe67e1c741ead7773a991742d5a", - "x-ms-correlation-request-id": "2ee40968-d122-425c-8c85-451b8607946d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29962", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "68560225-bc65-47a1-a0c4-84755fe913fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054019Z:2ee40968-d122-425c-8c85-451b8607946d" + "x-ms-client-request-id": "5d7178a2e545e5a35a4ec40635678c53", + "x-ms-correlation-request-id": "941b72e6-acf6-4f20-bc3f-6ac9e406c109", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25137", + "x-ms-ratelimit-remaining-subscription-reads": "11623", + "x-ms-request-id": "a6f4a7d1-4f3b-4947-b06c-d68a6ee29acb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064313Z:941b72e6-acf6-4f20-bc3f-6ac9e406c109" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c7e70c50048931b57be4ab8a4140a9a8", + "x-ms-client-request-id": "5bbdfcc2926c35ce5df79b83ccec7579", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:20 GMT", + "Date": "Mon, 25 Oct 2021 06:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,40 +25208,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7e70c50048931b57be4ab8a4140a9a8", - "x-ms-correlation-request-id": "e8ef3bf5-ce85-4511-8774-497855226b2f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14961,Microsoft.Compute/GetOperation30Min;29961", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "9961bc64-0407-4e36-91ab-b45e4d786241", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054020Z:e8ef3bf5-ce85-4511-8774-497855226b2f" + "x-ms-client-request-id": "5bbdfcc2926c35ce5df79b83ccec7579", + "x-ms-correlation-request-id": "b9f86f3d-84e0-447e-980a-6c227711b42f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25136", + "x-ms-ratelimit-remaining-subscription-reads": "11622", + "x-ms-request-id": "15891571-a748-41ff-8ae8-748d196dd5ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064314Z:b9f86f3d-84e0-447e-980a-6c227711b42f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "187dbdd90c8e7b7512a7de2473bc6d1f", + "x-ms-client-request-id": "fa5ac558a36c8bf932b2b44338bae6b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:21 GMT", + "Date": "Mon, 25 Oct 2021 06:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,40 +25250,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "187dbdd90c8e7b7512a7de2473bc6d1f", - "x-ms-correlation-request-id": "fe478b3b-a629-48a4-a0da-2bbf9cb3e2e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29960", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "7867903f-9056-4dc6-9448-b7926e5fe095", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054022Z:fe478b3b-a629-48a4-a0da-2bbf9cb3e2e8" + "x-ms-client-request-id": "fa5ac558a36c8bf932b2b44338bae6b5", + "x-ms-correlation-request-id": "63d79e11-d1c0-4472-a3e3-b8f15f630b49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25135", + "x-ms-ratelimit-remaining-subscription-reads": "11621", + "x-ms-request-id": "d16fb7f9-0ecf-4cd4-815f-07ade55a343f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064314Z:63d79e11-d1c0-4472-a3e3-b8f15f630b49" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ac42bbce37d2e2a8a9d50738d293326c", + "x-ms-client-request-id": "e4f3deb7da650f33a93c004e4a1f196d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:23 GMT", + "Date": "Mon, 25 Oct 2021 06:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,40 +25292,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac42bbce37d2e2a8a9d50738d293326c", - "x-ms-correlation-request-id": "ed4eb3d6-799e-4baa-83e8-45b4c37f6c05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29959", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "638cca71-95d0-46d8-90e4-6d5993e3dff6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054023Z:ed4eb3d6-799e-4baa-83e8-45b4c37f6c05" + "x-ms-client-request-id": "e4f3deb7da650f33a93c004e4a1f196d", + "x-ms-correlation-request-id": "fa0be627-3266-415d-8f9b-6b68de3f2e74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25134", + "x-ms-ratelimit-remaining-subscription-reads": "11620", + "x-ms-request-id": "94448157-5085-4d2c-9a99-8bccdddacf84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064314Z:fa0be627-3266-415d-8f9b-6b68de3f2e74" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d3cfcbcd15f644cc966cb4e22590bebf", + "x-ms-client-request-id": "6fae4bd9920c1fe6023229b9de8bfca2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:24 GMT", + "Date": "Mon, 25 Oct 2021 06:43:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,40 +25334,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3cfcbcd15f644cc966cb4e22590bebf", - "x-ms-correlation-request-id": "38d02411-b8a8-452c-9790-ae62c507c9db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29958", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "af1df0ce-9660-414e-a087-e0cfbaf73281", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054024Z:38d02411-b8a8-452c-9790-ae62c507c9db" + "x-ms-client-request-id": "6fae4bd9920c1fe6023229b9de8bfca2", + "x-ms-correlation-request-id": "2992da3e-1960-4789-8cab-f06c3d2a87fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25133", + "x-ms-ratelimit-remaining-subscription-reads": "11619", + "x-ms-request-id": "5218f6fb-8609-4059-a5b4-4971c4793e6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064314Z:2992da3e-1960-4789-8cab-f06c3d2a87fa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "86bb8c77fdfda2d6149b6eb8043da97f", + "x-ms-client-request-id": "edcce51090f87d13924a5130a3ab4113", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:25 GMT", + "Date": "Mon, 25 Oct 2021 06:43:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,40 +25376,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86bb8c77fdfda2d6149b6eb8043da97f", - "x-ms-correlation-request-id": "c874fe00-de6a-4e47-b2a7-338c020e9708", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29957", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "62231eb3-08b6-4f51-8d3a-93431fd84f55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054025Z:c874fe00-de6a-4e47-b2a7-338c020e9708" + "x-ms-client-request-id": "edcce51090f87d13924a5130a3ab4113", + "x-ms-correlation-request-id": "8319151e-f3ee-4ef0-8a56-9f5096e7cd36", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25132", + "x-ms-ratelimit-remaining-subscription-reads": "11618", + "x-ms-request-id": "d896240c-bea6-4cf4-9c71-bcc74887add6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064315Z:8319151e-f3ee-4ef0-8a56-9f5096e7cd36" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a757717499edb928eefd156583c6bc19", + "x-ms-client-request-id": "ed6a4699760c25a9f7d4e133b179311d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:26 GMT", + "Date": "Mon, 25 Oct 2021 06:43:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,40 +25418,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a757717499edb928eefd156583c6bc19", - "x-ms-correlation-request-id": "35437d02-e2d9-4b0c-a738-409521c4d495", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14956,Microsoft.Compute/GetOperation30Min;29956", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "9ba752ab-020e-4f89-801f-d2139c89ad5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054027Z:35437d02-e2d9-4b0c-a738-409521c4d495" + "x-ms-client-request-id": "ed6a4699760c25a9f7d4e133b179311d", + "x-ms-correlation-request-id": "83ec8154-6626-4dba-9a83-343f0e749e26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25131", + "x-ms-ratelimit-remaining-subscription-reads": "11617", + "x-ms-request-id": "b914de7f-dfbe-4240-b699-27d7609c6671", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064315Z:83ec8154-6626-4dba-9a83-343f0e749e26" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "45c04817acd8d06ff42dbe5ba6134058", + "x-ms-client-request-id": "643d5d3f2c5348743730ddc141b67c57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:28 GMT", + "Date": "Mon, 25 Oct 2021 06:43:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,40 +25460,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45c04817acd8d06ff42dbe5ba6134058", - "x-ms-correlation-request-id": "a388bb12-d9d9-4b44-8185-5e71d996bcc6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29955", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "9ba42ee5-4a1b-4ed8-ae2b-8b262a914d98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054028Z:a388bb12-d9d9-4b44-8185-5e71d996bcc6" + "x-ms-client-request-id": "643d5d3f2c5348743730ddc141b67c57", + "x-ms-correlation-request-id": "85d205bb-8b4d-4818-bf7a-dc6b34503269", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25130", + "x-ms-ratelimit-remaining-subscription-reads": "11616", + "x-ms-request-id": "90172a2f-62ad-475d-8b19-1fd66a4b75e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064315Z:85d205bb-8b4d-4818-bf7a-dc6b34503269" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b46d35c31639ded1630297ffe7701e4e", + "x-ms-client-request-id": "972016f00e219a963ca7f524aee0cc19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:30 GMT", + "Date": "Mon, 25 Oct 2021 06:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,40 +25502,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b46d35c31639ded1630297ffe7701e4e", - "x-ms-correlation-request-id": "a851c5a4-c5d9-4b56-8b76-eb7f9cf8d41f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;29954", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "ead4687f-dbda-40c8-b96a-67c73b749122", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054030Z:a851c5a4-c5d9-4b56-8b76-eb7f9cf8d41f" + "x-ms-client-request-id": "972016f00e219a963ca7f524aee0cc19", + "x-ms-correlation-request-id": "db88091a-01b2-495b-ab86-1a0ad56c51ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25129", + "x-ms-ratelimit-remaining-subscription-reads": "11615", + "x-ms-request-id": "b216125e-8b63-4017-9825-c184c2f6933b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064315Z:db88091a-01b2-495b-ab86-1a0ad56c51ce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bba155de637dc7a70287b3bfdacd12db", + "x-ms-client-request-id": "45f03319dc6e6cbfd221b6dc99e7e441", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:31 GMT", + "Date": "Mon, 25 Oct 2021 06:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,40 +25544,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bba155de637dc7a70287b3bfdacd12db", - "x-ms-correlation-request-id": "126a17fc-4db1-4448-9ee0-15a2ab92aa75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29953", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "8901c7fc-1c8e-4e63-a966-45a1a86207df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054031Z:126a17fc-4db1-4448-9ee0-15a2ab92aa75" + "x-ms-client-request-id": "45f03319dc6e6cbfd221b6dc99e7e441", + "x-ms-correlation-request-id": "5c443e10-49fe-4e29-a7f5-a2090676308e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25128", + "x-ms-ratelimit-remaining-subscription-reads": "11614", + "x-ms-request-id": "f9b713ab-baae-454b-b459-72f75bdb0fe3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064316Z:5c443e10-49fe-4e29-a7f5-a2090676308e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4da2bdbd085900e076e2e1d6156fe883", + "x-ms-client-request-id": "9b428a589a5831fbc7a327ac36509957", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:32 GMT", + "Date": "Mon, 25 Oct 2021 06:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,40 +25586,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4da2bdbd085900e076e2e1d6156fe883", - "x-ms-correlation-request-id": "e0bd88b0-0b45-4053-ada7-ad32980a49b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14952,Microsoft.Compute/GetOperation30Min;29952", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "8e467349-3a74-478d-81f7-f7e35a8dd794", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054032Z:e0bd88b0-0b45-4053-ada7-ad32980a49b1" + "x-ms-client-request-id": "9b428a589a5831fbc7a327ac36509957", + "x-ms-correlation-request-id": "1d1530d5-f64f-4a8d-acfa-9dfbd1f0ab1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25127", + "x-ms-ratelimit-remaining-subscription-reads": "11613", + "x-ms-request-id": "b11caa38-fc25-4c83-8b16-b3c59db8ac5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064316Z:1d1530d5-f64f-4a8d-acfa-9dfbd1f0ab1c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "517c700e857160db8ea5b2b163120396", + "x-ms-client-request-id": "0da8c46336c614e956b3c50057ba0054", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:33 GMT", + "Date": "Mon, 25 Oct 2021 06:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,40 +25628,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "517c700e857160db8ea5b2b163120396", - "x-ms-correlation-request-id": "e30219a6-166a-46da-bbf6-6c0d825725a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14951,Microsoft.Compute/GetOperation30Min;29951", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "e20eec6c-b7b4-4d4f-a8cf-0901137fc54d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054034Z:e30219a6-166a-46da-bbf6-6c0d825725a9" + "x-ms-client-request-id": "0da8c46336c614e956b3c50057ba0054", + "x-ms-correlation-request-id": "d12225a1-0afe-4ccd-ae1a-aa935dababf2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25126", + "x-ms-ratelimit-remaining-subscription-reads": "11612", + "x-ms-request-id": "64d1b20c-86d6-4599-a862-20817d4ab9cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064316Z:d12225a1-0afe-4ccd-ae1a-aa935dababf2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2942bbefd1ced6f574a0449a81d0b293", + "x-ms-client-request-id": "24ccb4c2319d7ec037be7ecab4133581", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:35 GMT", + "Date": "Mon, 25 Oct 2021 06:43:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,40 +25670,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2942bbefd1ced6f574a0449a81d0b293", - "x-ms-correlation-request-id": "d5a7b55d-b6f7-4b37-afba-b0d9e29f76c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14949,Microsoft.Compute/GetOperation30Min;29949", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "64c98bb8-d596-4a32-b997-66f77d1c5c1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054035Z:d5a7b55d-b6f7-4b37-afba-b0d9e29f76c9" + "x-ms-client-request-id": "24ccb4c2319d7ec037be7ecab4133581", + "x-ms-correlation-request-id": "d84a4355-50f2-4927-b0d1-327aad7cd5c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25125", + "x-ms-ratelimit-remaining-subscription-reads": "11611", + "x-ms-request-id": "efce78c8-5912-45db-907a-f81935b9a56e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064316Z:d84a4355-50f2-4927-b0d1-327aad7cd5c6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "69b02f9ec1503869e242beb3552e9d64", + "x-ms-client-request-id": "d5785f87d63f217ba02e44a4d5fbd90c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:36 GMT", + "Date": "Mon, 25 Oct 2021 06:43:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,40 +25712,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69b02f9ec1503869e242beb3552e9d64", - "x-ms-correlation-request-id": "3ef45c53-8aaf-4182-97dd-e43c9b01a33d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14948,Microsoft.Compute/GetOperation30Min;29948", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "11058370-fc25-4a2f-bb61-9386cea67e47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054036Z:3ef45c53-8aaf-4182-97dd-e43c9b01a33d" + "x-ms-client-request-id": "d5785f87d63f217ba02e44a4d5fbd90c", + "x-ms-correlation-request-id": "2895d585-6e12-4adc-bc32-547bf2f5a571", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25124", + "x-ms-ratelimit-remaining-subscription-reads": "11610", + "x-ms-request-id": "7c593952-7070-43d8-a923-752df072d6de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064317Z:2895d585-6e12-4adc-bc32-547bf2f5a571" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "59e64bdebe2c3db57ba6dcd04040debd", + "x-ms-client-request-id": "82e9d3a2758431b90329d507b81e5f43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:37 GMT", + "Date": "Mon, 25 Oct 2021 06:43:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,40 +25754,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59e64bdebe2c3db57ba6dcd04040debd", - "x-ms-correlation-request-id": "1c62bb77-2b81-440e-8886-e6cbf82e9b91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14947,Microsoft.Compute/GetOperation30Min;29947", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "c8eda939-a166-45c2-8aed-0adabc22edbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054037Z:1c62bb77-2b81-440e-8886-e6cbf82e9b91" + "x-ms-client-request-id": "82e9d3a2758431b90329d507b81e5f43", + "x-ms-correlation-request-id": "583043bd-0740-4f9b-90b2-3d421d27e7c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25123", + "x-ms-ratelimit-remaining-subscription-reads": "11609", + "x-ms-request-id": "34aa2304-4481-4b15-bcb4-65309d480c80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064317Z:583043bd-0740-4f9b-90b2-3d421d27e7c6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "33131ff39a612e465109478b12428046", + "x-ms-client-request-id": "f878437d2b41ec1538aa836fed1ba93b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:38 GMT", + "Date": "Mon, 25 Oct 2021 06:43:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,40 +25796,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33131ff39a612e465109478b12428046", - "x-ms-correlation-request-id": "81c2b0a7-9bf4-42a6-bb26-6902f9ec4fdc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14946,Microsoft.Compute/GetOperation30Min;29946", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "fa012e34-b1a6-473f-a776-6226cd8ab81c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054039Z:81c2b0a7-9bf4-42a6-bb26-6902f9ec4fdc" + "x-ms-client-request-id": "f878437d2b41ec1538aa836fed1ba93b", + "x-ms-correlation-request-id": "c433e9f6-2561-43ec-8260-2ae10b44936d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25122", + "x-ms-ratelimit-remaining-subscription-reads": "11608", + "x-ms-request-id": "c0b82ad1-8000-4159-8e60-6b5aff1e5d81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064317Z:c433e9f6-2561-43ec-8260-2ae10b44936d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "36bbe00358eadf667973eeaae499f7a1", + "x-ms-client-request-id": "e12871e4b32912fda547d11501736982", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:40 GMT", + "Date": "Mon, 25 Oct 2021 06:43:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,40 +25838,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36bbe00358eadf667973eeaae499f7a1", - "x-ms-correlation-request-id": "e858d3f7-6dac-49a9-b5ae-a7dca208c675", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14945,Microsoft.Compute/GetOperation30Min;29945", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "d2af8015-083f-4f55-9d9a-94bbcc9a69cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054040Z:e858d3f7-6dac-49a9-b5ae-a7dca208c675" + "x-ms-client-request-id": "e12871e4b32912fda547d11501736982", + "x-ms-correlation-request-id": "40ae8d63-0498-43d6-bdcb-12b1e0b5f81c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25121", + "x-ms-ratelimit-remaining-subscription-reads": "11607", + "x-ms-request-id": "f8936870-da55-43f4-860e-31c8971874b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064317Z:40ae8d63-0498-43d6-bdcb-12b1e0b5f81c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "36bf01636a1b440205b80723772a2a39", + "x-ms-client-request-id": "922601cee18376cbbefd49d9f14943e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:41 GMT", + "Date": "Mon, 25 Oct 2021 06:43:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,40 +25880,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36bf01636a1b440205b80723772a2a39", - "x-ms-correlation-request-id": "4a66ccca-72c8-4a53-b582-5f4d2063cea6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14944,Microsoft.Compute/GetOperation30Min;29944", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "f94b76f9-d0f6-4437-b015-0bf9890f45b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054041Z:4a66ccca-72c8-4a53-b582-5f4d2063cea6" + "x-ms-client-request-id": "922601cee18376cbbefd49d9f14943e8", + "x-ms-correlation-request-id": "ac380643-6f7a-4a5a-ab01-363e7090243b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25120", + "x-ms-ratelimit-remaining-subscription-reads": "11606", + "x-ms-request-id": "312d4fa0-a3d5-480f-8aea-494940817aae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064318Z:ac380643-6f7a-4a5a-ab01-363e7090243b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "60cd9625a8859ad3b933b9edac9b4ab8", + "x-ms-client-request-id": "462299807df5ca19456652f95affeac5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:42 GMT", + "Date": "Mon, 25 Oct 2021 06:43:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,40 +25922,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60cd9625a8859ad3b933b9edac9b4ab8", - "x-ms-correlation-request-id": "cb40edd2-9f2d-4f31-be35-b5471a1a1cb3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14943,Microsoft.Compute/GetOperation30Min;29943", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "b0aa3ac9-d10c-4afe-a750-993af9563b62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054042Z:cb40edd2-9f2d-4f31-be35-b5471a1a1cb3" + "x-ms-client-request-id": "462299807df5ca19456652f95affeac5", + "x-ms-correlation-request-id": "59321bf5-446a-4135-8e96-09ffee9c077c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25119", + "x-ms-ratelimit-remaining-subscription-reads": "11605", + "x-ms-request-id": "7b261dc8-0341-4768-8943-4c006d58aa63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064318Z:59321bf5-446a-4135-8e96-09ffee9c077c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1128a6114982992add7630315142684f", + "x-ms-client-request-id": "eba1014116f403b8a6b1232c6923205c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:43 GMT", + "Date": "Mon, 25 Oct 2021 06:43:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,40 +25964,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1128a6114982992add7630315142684f", - "x-ms-correlation-request-id": "728352c6-87ad-453c-85ee-14ba61f5c3ef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14942,Microsoft.Compute/GetOperation30Min;29942", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "7f6dddba-28d8-46a2-b10c-5dac55d887ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054044Z:728352c6-87ad-453c-85ee-14ba61f5c3ef" + "x-ms-client-request-id": "eba1014116f403b8a6b1232c6923205c", + "x-ms-correlation-request-id": "11b6c7e8-5e37-4a41-a934-e793c9837ba1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25118", + "x-ms-ratelimit-remaining-subscription-reads": "11604", + "x-ms-request-id": "52679938-e0ac-4469-844b-429ba0b434d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064318Z:11b6c7e8-5e37-4a41-a934-e793c9837ba1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4d84b44997cbba1b2d257de8b0159869", + "x-ms-client-request-id": "6795e9032350508ce75c4c1c8ed11cbe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:45 GMT", + "Date": "Mon, 25 Oct 2021 06:43:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11379,40 +26006,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d84b44997cbba1b2d257de8b0159869", - "x-ms-correlation-request-id": "2cfffd1e-e232-43c8-809d-9afdc86762dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14941,Microsoft.Compute/GetOperation30Min;29941", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "933fa933-2292-4f04-8455-cf4cc3de404c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054045Z:2cfffd1e-e232-43c8-809d-9afdc86762dc" + "x-ms-client-request-id": "6795e9032350508ce75c4c1c8ed11cbe", + "x-ms-correlation-request-id": "5b05e91f-4940-4716-9b71-33a2cdcb7da8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25117", + "x-ms-ratelimit-remaining-subscription-reads": "11603", + "x-ms-request-id": "597afd18-c175-40d6-b657-f96eb7024d02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064318Z:5b05e91f-4940-4716-9b71-33a2cdcb7da8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d1114e6e1802dbb76b34820e77a24976", + "x-ms-client-request-id": "f098841258a869f3e11f9f445aed6121", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:46 GMT", + "Date": "Mon, 25 Oct 2021 06:43:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11421,40 +26048,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1114e6e1802dbb76b34820e77a24976", - "x-ms-correlation-request-id": "35aac9cd-28d3-41ae-887d-be3485ee6be7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14940,Microsoft.Compute/GetOperation30Min;29940", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "86bd0faf-9c43-43b9-bda3-39032c7c383e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054046Z:35aac9cd-28d3-41ae-887d-be3485ee6be7" + "x-ms-client-request-id": "f098841258a869f3e11f9f445aed6121", + "x-ms-correlation-request-id": "a2f58777-068c-44ed-876d-1998657c70b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25116", + "x-ms-ratelimit-remaining-subscription-reads": "11602", + "x-ms-request-id": "90c7c317-b04c-4404-9462-eea712b929b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064319Z:a2f58777-068c-44ed-876d-1998657c70b6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f7a36acbfc177aed8a6de45ccc42e8c7", + "x-ms-client-request-id": "70f6f645836a1e7474500398ca9b75d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:47 GMT", + "Date": "Mon, 25 Oct 2021 06:43:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11463,40 +26090,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7a36acbfc177aed8a6de45ccc42e8c7", - "x-ms-correlation-request-id": "51cb81f0-1d4e-41b3-b5fb-5fe936e787ff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14939,Microsoft.Compute/GetOperation30Min;29939", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "d9739dc7-18c8-406f-9450-a8d311b6d564", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054048Z:51cb81f0-1d4e-41b3-b5fb-5fe936e787ff" + "x-ms-client-request-id": "70f6f645836a1e7474500398ca9b75d4", + "x-ms-correlation-request-id": "a723d06c-f712-4b52-bd2d-611452d2b41d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25115", + "x-ms-ratelimit-remaining-subscription-reads": "11601", + "x-ms-request-id": "6cee1738-6ff2-443c-9e11-dbad745578ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064319Z:a723d06c-f712-4b52-bd2d-611452d2b41d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02c2c7de9631314dfda8e197140d428a", + "x-ms-client-request-id": "e41a65952f8babb3f52b86318348f6fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:48 GMT", + "Date": "Mon, 25 Oct 2021 06:43:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11505,40 +26132,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02c2c7de9631314dfda8e197140d428a", - "x-ms-correlation-request-id": "32c65f6a-7089-4d84-9d39-4fb0336109ef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14938,Microsoft.Compute/GetOperation30Min;29938", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "3012e07a-f7d8-418b-86aa-006cdf690f5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054049Z:32c65f6a-7089-4d84-9d39-4fb0336109ef" + "x-ms-client-request-id": "e41a65952f8babb3f52b86318348f6fa", + "x-ms-correlation-request-id": "bc1aff09-df6a-4e95-931d-22b469d1c877", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25114", + "x-ms-ratelimit-remaining-subscription-reads": "11600", + "x-ms-request-id": "31b8d870-3e03-4855-b592-96102660a55d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064319Z:bc1aff09-df6a-4e95-931d-22b469d1c877" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "451c07dca171715161974794335a0f29", + "x-ms-client-request-id": "97d72bfaabdb8e54107a7c58545b9f45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:50 GMT", + "Date": "Mon, 25 Oct 2021 06:43:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11547,40 +26174,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "451c07dca171715161974794335a0f29", - "x-ms-correlation-request-id": "1b89ff07-119b-4705-9b96-b2a8070b4734", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14937,Microsoft.Compute/GetOperation30Min;29937", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "e079c6d7-cd43-4707-bf74-327723ff16b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054050Z:1b89ff07-119b-4705-9b96-b2a8070b4734" + "x-ms-client-request-id": "97d72bfaabdb8e54107a7c58545b9f45", + "x-ms-correlation-request-id": "d16a3af4-9cd0-4092-b02b-a1286acf4a02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25113", + "x-ms-ratelimit-remaining-subscription-reads": "11599", + "x-ms-request-id": "7f0ccf39-ec32-4210-a861-5498369a5ed3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064319Z:d16a3af4-9cd0-4092-b02b-a1286acf4a02" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "af30ba4b46df34441d72f96e1b56657c", + "x-ms-client-request-id": "f5aecbaa7cd21596434a7b3efd429a2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:51 GMT", + "Date": "Mon, 25 Oct 2021 06:43:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11589,40 +26216,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af30ba4b46df34441d72f96e1b56657c", - "x-ms-correlation-request-id": "ba032861-ed95-4d7c-909b-14b744222b3a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14936,Microsoft.Compute/GetOperation30Min;29936", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "5bf619cc-11da-4864-b9d9-5ecfa92b7799", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054051Z:ba032861-ed95-4d7c-909b-14b744222b3a" + "x-ms-client-request-id": "f5aecbaa7cd21596434a7b3efd429a2b", + "x-ms-correlation-request-id": "aa7ea6f8-b850-40e4-a91e-8b6cd93adf1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25112", + "x-ms-ratelimit-remaining-subscription-reads": "11598", + "x-ms-request-id": "b9e7dd38-2d18-4b9f-b130-57da86b99c7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064320Z:aa7ea6f8-b850-40e4-a91e-8b6cd93adf1e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c480592aa3253d567650a09a4fb8fda2", + "x-ms-client-request-id": "9e9d085addc4e9f9108bd410b35b5799", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:52 GMT", + "Date": "Mon, 25 Oct 2021 06:43:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11631,40 +26258,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c480592aa3253d567650a09a4fb8fda2", - "x-ms-correlation-request-id": "7fe17fd0-f5fd-4a53-9159-17469019e1ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14935,Microsoft.Compute/GetOperation30Min;29935", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "8ebd284e-fa87-4234-be23-17c52ec1f75e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054053Z:7fe17fd0-f5fd-4a53-9159-17469019e1ec" + "x-ms-client-request-id": "9e9d085addc4e9f9108bd410b35b5799", + "x-ms-correlation-request-id": "876b87ad-8c35-4b25-99f4-fd1d11bef42a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25111", + "x-ms-ratelimit-remaining-subscription-reads": "11597", + "x-ms-request-id": "bd934691-811b-4883-b49a-fb22fc0a8120", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064320Z:876b87ad-8c35-4b25-99f4-fd1d11bef42a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "594bb89993dd95abc3e828fea7e3560b", + "x-ms-client-request-id": "b887418c00997e2894c15491301591cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:53 GMT", + "Date": "Mon, 25 Oct 2021 06:43:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11673,40 +26300,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "594bb89993dd95abc3e828fea7e3560b", - "x-ms-correlation-request-id": "15dd35cc-0e34-47c0-b644-e52262ae8d6d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14934,Microsoft.Compute/GetOperation30Min;29934", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "3467f6d5-0eb4-46a5-9bbe-a88585cd99d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054054Z:15dd35cc-0e34-47c0-b644-e52262ae8d6d" + "x-ms-client-request-id": "b887418c00997e2894c15491301591cd", + "x-ms-correlation-request-id": "b18ffa58-9153-42d0-bc13-fef1393d4717", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25110", + "x-ms-ratelimit-remaining-subscription-reads": "11596", + "x-ms-request-id": "17879906-c92b-47ec-9fea-198765cba9fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064320Z:b18ffa58-9153-42d0-bc13-fef1393d4717" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "da6aca314bdaa80364f2398fa6a9e564", + "x-ms-client-request-id": "4bfe50df00becc80d1c5e447a88662e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:55 GMT", + "Date": "Mon, 25 Oct 2021 06:43:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11715,40 +26342,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da6aca314bdaa80364f2398fa6a9e564", - "x-ms-correlation-request-id": "7c2f927e-deae-4723-89cd-6991ea58b6d8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14933,Microsoft.Compute/GetOperation30Min;29933", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "6b78483c-35d2-4e91-b485-842cbffa70bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054055Z:7c2f927e-deae-4723-89cd-6991ea58b6d8" + "x-ms-client-request-id": "4bfe50df00becc80d1c5e447a88662e8", + "x-ms-correlation-request-id": "d3452235-2d5c-4fb4-b709-060b95224d41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25109", + "x-ms-ratelimit-remaining-subscription-reads": "11595", + "x-ms-request-id": "fd7c86fa-3de7-43c5-a4b4-e0052ec4b738", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064320Z:d3452235-2d5c-4fb4-b709-060b95224d41" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "62d557750b0a979faeea013d7a579593", + "x-ms-client-request-id": "bcb1e1f3e2bb5992e01f09038968b9fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:56 GMT", + "Date": "Mon, 25 Oct 2021 06:43:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11757,40 +26384,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62d557750b0a979faeea013d7a579593", - "x-ms-correlation-request-id": "7462877f-ed9f-448b-b2ea-c533d8a0f3e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14932,Microsoft.Compute/GetOperation30Min;29932", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "a791e466-50af-47fb-950d-081b570e2e98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054056Z:7462877f-ed9f-448b-b2ea-c533d8a0f3e5" + "x-ms-client-request-id": "bcb1e1f3e2bb5992e01f09038968b9fa", + "x-ms-correlation-request-id": "ae68b477-1ad2-4fe4-9fec-f110de875192", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;25108", + "x-ms-ratelimit-remaining-subscription-reads": "11594", + "x-ms-request-id": "3340037f-db5c-4470-9442-bbfa0da7df59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064321Z:ae68b477-1ad2-4fe4-9fec-f110de875192" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "856895f9234d4dc7b5a3f5ea591cef19", + "x-ms-client-request-id": "633007f90c5d8bdbc0bae6d41ce0d50e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:57 GMT", + "Date": "Mon, 25 Oct 2021 06:43:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11799,40 +26426,82 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "856895f9234d4dc7b5a3f5ea591cef19", - "x-ms-correlation-request-id": "74e9ff62-afe9-4f8c-b192-f33cd627cf37", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14931,Microsoft.Compute/GetOperation30Min;29931", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "f91ea6dc-5869-4a61-bd8f-8ffa30dbe0f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054058Z:74e9ff62-afe9-4f8c-b192-f33cd627cf37" + "x-ms-client-request-id": "633007f90c5d8bdbc0bae6d41ce0d50e", + "x-ms-correlation-request-id": "c4b4e88b-72af-44bd-8c4c-6d688b249400", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25107", + "x-ms-ratelimit-remaining-subscription-reads": "11593", + "x-ms-request-id": "382dca12-2ccd-49bb-bed6-1823e23e4979", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064321Z:c4b4e88b-72af-44bd-8c4c-6d688b249400" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e9e6b5ed564fc11bda46a9ef67c4369", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e9e6b5ed564fc11bda46a9ef67c4369", + "x-ms-correlation-request-id": "4a46f639-6fb6-4491-a955-9c6426bdbe5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25106", + "x-ms-ratelimit-remaining-subscription-reads": "11592", + "x-ms-request-id": "720a666b-102f-4fc2-9d65-b3ce2e209239", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064321Z:4a46f639-6fb6-4491-a955-9c6426bdbe5b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5089c303f30d26002ad32bef4ac52d0c", + "x-ms-client-request-id": "a14ee90cff55e68b0525fb01fcbe3d00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:40:58 GMT", + "Date": "Mon, 25 Oct 2021 06:43:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11841,40 +26510,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5089c303f30d26002ad32bef4ac52d0c", - "x-ms-correlation-request-id": "f9f6ee28-9826-4699-bcb8-0ec7b90880dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14930,Microsoft.Compute/GetOperation30Min;29930", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "7c4d80b7-2a23-41c6-969d-2ddf87865e2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054059Z:f9f6ee28-9826-4699-bcb8-0ec7b90880dd" + "x-ms-client-request-id": "a14ee90cff55e68b0525fb01fcbe3d00", + "x-ms-correlation-request-id": "629a85f7-8594-4f68-84da-ae655a1d2ec4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25105", + "x-ms-ratelimit-remaining-subscription-reads": "11591", + "x-ms-request-id": "47271df4-6159-4a2f-a141-7c9308602087", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064321Z:629a85f7-8594-4f68-84da-ae655a1d2ec4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1095a65c5f4152178f87ad6716b43d92", + "x-ms-client-request-id": "1da4fa496aca2496f533a5b8a13d9543", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:00 GMT", + "Date": "Mon, 25 Oct 2021 06:43:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11883,40 +26552,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1095a65c5f4152178f87ad6716b43d92", - "x-ms-correlation-request-id": "e9339c15-d057-4b56-8f45-be8682868178", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14929,Microsoft.Compute/GetOperation30Min;29929", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "7c0d8d96-087c-42c7-8467-8bd1fa6d2031", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054100Z:e9339c15-d057-4b56-8f45-be8682868178" + "x-ms-client-request-id": "1da4fa496aca2496f533a5b8a13d9543", + "x-ms-correlation-request-id": "3915843f-f625-47c0-b978-6574159cde77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25104", + "x-ms-ratelimit-remaining-subscription-reads": "11590", + "x-ms-request-id": "a0f64f38-a697-42fa-ae75-c8ec0afe253e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064322Z:3915843f-f625-47c0-b978-6574159cde77" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b73ae7fb45cd068594425a7af7d803ef", + "x-ms-client-request-id": "32c77c7634925fb9e0b7483eda0f00ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:01 GMT", + "Date": "Mon, 25 Oct 2021 06:43:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11925,40 +26594,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b73ae7fb45cd068594425a7af7d803ef", - "x-ms-correlation-request-id": "5178339f-9b9d-49ef-8abc-418585ea5c75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14928,Microsoft.Compute/GetOperation30Min;29928", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "efbc7138-8d0c-4b07-902a-b332f0505f79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054101Z:5178339f-9b9d-49ef-8abc-418585ea5c75" + "x-ms-client-request-id": "32c77c7634925fb9e0b7483eda0f00ff", + "x-ms-correlation-request-id": "8b36aee1-1a94-4450-90cd-54d1972a5848", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25103", + "x-ms-ratelimit-remaining-subscription-reads": "11589", + "x-ms-request-id": "44fcf423-bc86-4e40-a20e-960f47ab7ac1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064322Z:8b36aee1-1a94-4450-90cd-54d1972a5848" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b28de875de86a3d8ac37c18545991076", + "x-ms-client-request-id": "fb55696726d8a19f5329ab2159d245c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:02 GMT", + "Date": "Mon, 25 Oct 2021 06:43:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11967,40 +26636,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b28de875de86a3d8ac37c18545991076", - "x-ms-correlation-request-id": "cf2fefd7-4751-4f1e-9db4-2ea57fdfd226", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14927,Microsoft.Compute/GetOperation30Min;29927", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "90483d63-c338-47bd-931d-b90039643ff9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054103Z:cf2fefd7-4751-4f1e-9db4-2ea57fdfd226" + "x-ms-client-request-id": "fb55696726d8a19f5329ab2159d245c8", + "x-ms-correlation-request-id": "7e44516a-30db-4614-b1a7-5c63d1d8dada", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25102", + "x-ms-ratelimit-remaining-subscription-reads": "11588", + "x-ms-request-id": "30a2f017-aedf-4301-a06a-2992760f17be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064322Z:7e44516a-30db-4614-b1a7-5c63d1d8dada" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "62f49995768b173f208e7bfe059c5ab7", + "x-ms-client-request-id": "808bb7900bf6146e41443c12225849e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:03 GMT", + "Date": "Mon, 25 Oct 2021 06:43:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12009,40 +26678,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62f49995768b173f208e7bfe059c5ab7", - "x-ms-correlation-request-id": "deba2eb1-e383-4ed4-b640-d78e73832f24", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14926,Microsoft.Compute/GetOperation30Min;29926", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "6edf4486-6e3b-4c5b-b32c-659da3e061d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054104Z:deba2eb1-e383-4ed4-b640-d78e73832f24" + "x-ms-client-request-id": "808bb7900bf6146e41443c12225849e5", + "x-ms-correlation-request-id": "4560ddd9-ea63-49dc-a19e-52777c883e88", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;25101", + "x-ms-ratelimit-remaining-subscription-reads": "11587", + "x-ms-request-id": "64bb796d-e6a5-46a0-8bd2-30013f935697", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064322Z:4560ddd9-ea63-49dc-a19e-52777c883e88" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2df1be848b271c0b0f960b968400c0fb", + "x-ms-client-request-id": "3850a53399e7506bdc26de688997060e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:05 GMT", + "Date": "Mon, 25 Oct 2021 06:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12051,40 +26720,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2df1be848b271c0b0f960b968400c0fb", - "x-ms-correlation-request-id": "5961b517-0499-4aaf-9cd8-bd920b06acb3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14925,Microsoft.Compute/GetOperation30Min;29925", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "078242a0-8216-4bc7-8407-83687c4656f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054105Z:5961b517-0499-4aaf-9cd8-bd920b06acb3" + "x-ms-client-request-id": "3850a53399e7506bdc26de688997060e", + "x-ms-correlation-request-id": "ac5fc2f7-1b03-48c9-a83b-1443bf8db65c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;25100", + "x-ms-ratelimit-remaining-subscription-reads": "11586", + "x-ms-request-id": "4e2d8871-0a3d-4ed5-a640-7b5683fe17a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064323Z:ac5fc2f7-1b03-48c9-a83b-1443bf8db65c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5de5e432a1e3ff64a97692f862d99d0f", + "x-ms-client-request-id": "22ad807280845c09fb40ba93e98c7efb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:06 GMT", + "Date": "Mon, 25 Oct 2021 06:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12093,40 +26762,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5de5e432a1e3ff64a97692f862d99d0f", - "x-ms-correlation-request-id": "121933f5-184a-4684-b17d-bb29bc46959e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14924,Microsoft.Compute/GetOperation30Min;29924", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "907be1ed-8c75-4fd0-8ada-11f5d881353c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054106Z:121933f5-184a-4684-b17d-bb29bc46959e" + "x-ms-client-request-id": "22ad807280845c09fb40ba93e98c7efb", + "x-ms-correlation-request-id": "848e9ded-53a3-4dfd-838f-f67545dc2537", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;25099", + "x-ms-ratelimit-remaining-subscription-reads": "11585", + "x-ms-request-id": "34a43ede-86b1-40e6-a578-49bf4cd0a339", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064323Z:848e9ded-53a3-4dfd-838f-f67545dc2537" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "87010adce2a70a4e8ed753f46aa89320", + "x-ms-client-request-id": "b3eec5e00d82f6e04b3ba3cf2c058baa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:07 GMT", + "Date": "Mon, 25 Oct 2021 06:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12135,40 +26804,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87010adce2a70a4e8ed753f46aa89320", - "x-ms-correlation-request-id": "112e30f1-ba88-4938-a369-3f6b2607b570", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14923,Microsoft.Compute/GetOperation30Min;29923", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "af942d66-24b4-49ca-9aa7-31543544e808", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054108Z:112e30f1-ba88-4938-a369-3f6b2607b570" + "x-ms-client-request-id": "b3eec5e00d82f6e04b3ba3cf2c058baa", + "x-ms-correlation-request-id": "99f6e029-cce5-4eae-97ae-da55e512d129", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;25098", + "x-ms-ratelimit-remaining-subscription-reads": "11584", + "x-ms-request-id": "c84e22da-a3e3-48cf-b730-be9f6470a2f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064323Z:99f6e029-cce5-4eae-97ae-da55e512d129" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21cc80cefdb7e3d35af284b1f813ba35", + "x-ms-client-request-id": "a2a02e3e26aab3619cf43ca6dfd86650", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:08 GMT", + "Date": "Mon, 25 Oct 2021 06:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12177,40 +26846,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21cc80cefdb7e3d35af284b1f813ba35", - "x-ms-correlation-request-id": "d29e51f5-d944-4f1c-8260-a4ef26206bc7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14922,Microsoft.Compute/GetOperation30Min;29922", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "aed40b20-10c8-4623-bab8-c2c1ae6e1571", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054109Z:d29e51f5-d944-4f1c-8260-a4ef26206bc7" + "x-ms-client-request-id": "a2a02e3e26aab3619cf43ca6dfd86650", + "x-ms-correlation-request-id": "5294256a-2b6f-4500-8e65-95622d61af0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;25097", + "x-ms-ratelimit-remaining-subscription-reads": "11583", + "x-ms-request-id": "b774e39d-b76d-4e9b-bddc-2016e337cfa0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064323Z:5294256a-2b6f-4500-8e65-95622d61af0e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ab9fbf939fe505495dacf0b4d6f9400", + "x-ms-client-request-id": "c388e3a752a8658c9fb6d749dc3930f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:10 GMT", + "Date": "Mon, 25 Oct 2021 06:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12219,40 +26888,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ab9fbf939fe505495dacf0b4d6f9400", - "x-ms-correlation-request-id": "5e804bc6-4a09-42ac-bac5-bb5d3418e114", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14921,Microsoft.Compute/GetOperation30Min;29921", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "01767227-8612-445f-b07c-ff807314ee90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054110Z:5e804bc6-4a09-42ac-bac5-bb5d3418e114" + "x-ms-client-request-id": "c388e3a752a8658c9fb6d749dc3930f5", + "x-ms-correlation-request-id": "1dda69af-8825-4aa8-9d37-9946a17b8e07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;25096", + "x-ms-ratelimit-remaining-subscription-reads": "11582", + "x-ms-request-id": "9097d7c3-430d-4343-9053-fd3867f59a32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064324Z:1dda69af-8825-4aa8-9d37-9946a17b8e07" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e22971e27c0ddf57361e2cb45d9d117a", + "x-ms-client-request-id": "bb540fb5dcecb950643b168dd0391772", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:11 GMT", + "Date": "Mon, 25 Oct 2021 06:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12261,40 +26930,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e22971e27c0ddf57361e2cb45d9d117a", - "x-ms-correlation-request-id": "a88bbe85-9614-4564-ac66-16e9f53bd6b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14920,Microsoft.Compute/GetOperation30Min;29920", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "172e586a-ab1b-4329-baae-cd71a53693d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054111Z:a88bbe85-9614-4564-ac66-16e9f53bd6b5" + "x-ms-client-request-id": "bb540fb5dcecb950643b168dd0391772", + "x-ms-correlation-request-id": "f26d2c15-41bd-4b4e-bad7-4e8b9ae7c364", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;25095", + "x-ms-ratelimit-remaining-subscription-reads": "11581", + "x-ms-request-id": "01af994a-bcaf-4264-becb-ddd128b04314", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064324Z:f26d2c15-41bd-4b4e-bad7-4e8b9ae7c364" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ffb1e1d19ef95212c7b8cdc2dc795ea", + "x-ms-client-request-id": "482753d4c87dec01a23b02f34f18d663", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:12 GMT", + "Date": "Mon, 25 Oct 2021 06:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12303,40 +26972,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ffb1e1d19ef95212c7b8cdc2dc795ea", - "x-ms-correlation-request-id": "1cab96ee-73a0-41f9-9da3-74c8603d57f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14919,Microsoft.Compute/GetOperation30Min;29919", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "d083109e-7342-4eb5-8fc5-5228aa5dbbef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054113Z:1cab96ee-73a0-41f9-9da3-74c8603d57f8" + "x-ms-client-request-id": "482753d4c87dec01a23b02f34f18d663", + "x-ms-correlation-request-id": "39aa3d59-35c8-41e6-a2ee-7e08cd4d0917", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;25094", + "x-ms-ratelimit-remaining-subscription-reads": "11580", + "x-ms-request-id": "13daadce-f689-48d6-9fbd-2565dc971ea2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064324Z:39aa3d59-35c8-41e6-a2ee-7e08cd4d0917" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "87ce845dd8e97c27a4da43e00c9ff2f7", + "x-ms-client-request-id": "cff146c4ab84cb6392ce5e6d3bfe9465", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:14 GMT", + "Date": "Mon, 25 Oct 2021 06:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12345,40 +27014,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87ce845dd8e97c27a4da43e00c9ff2f7", - "x-ms-correlation-request-id": "aa17aca2-b5a4-4c37-8322-a27577bf4143", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14918,Microsoft.Compute/GetOperation30Min;29918", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "94f85ce3-a40b-4730-8b85-7b31d1321c18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054114Z:aa17aca2-b5a4-4c37-8322-a27577bf4143" + "x-ms-client-request-id": "cff146c4ab84cb6392ce5e6d3bfe9465", + "x-ms-correlation-request-id": "9c1e4110-b105-4935-803f-f1d48c65bbbe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;25093", + "x-ms-ratelimit-remaining-subscription-reads": "11579", + "x-ms-request-id": "f1604f21-eca3-476b-8b0b-6ee593ddad6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064324Z:9c1e4110-b105-4935-803f-f1d48c65bbbe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2fee55c92574c9114f94b691f07ab16e", + "x-ms-client-request-id": "8974649fe711ed780e6719b0d95d6a4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:15 GMT", + "Date": "Mon, 25 Oct 2021 06:43:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12387,40 +27056,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fee55c92574c9114f94b691f07ab16e", - "x-ms-correlation-request-id": "d98a8084-d4f7-49e6-99b5-8480518135fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14917,Microsoft.Compute/GetOperation30Min;29917", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "d7b72d4e-f348-4a68-9ce2-1ed86341af2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054115Z:d98a8084-d4f7-49e6-99b5-8480518135fa" + "x-ms-client-request-id": "8974649fe711ed780e6719b0d95d6a4c", + "x-ms-correlation-request-id": "4d1ec333-18a1-4375-968d-747cd76396b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;25092", + "x-ms-ratelimit-remaining-subscription-reads": "11578", + "x-ms-request-id": "19e7a51a-f1e7-42d3-a8db-80920298bcdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064325Z:4d1ec333-18a1-4375-968d-747cd76396b3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d957418889cf4590f67eca14d541888c", + "x-ms-client-request-id": "89c9b364474829eeef5cb5af6994b1a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:16 GMT", + "Date": "Mon, 25 Oct 2021 06:43:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12429,40 +27098,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d957418889cf4590f67eca14d541888c", - "x-ms-correlation-request-id": "a376dd9b-eecb-4cbc-b129-e250c76788e0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14916,Microsoft.Compute/GetOperation30Min;29916", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "a23770c7-55e1-4c44-b741-ed568323f14e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054117Z:a376dd9b-eecb-4cbc-b129-e250c76788e0" + "x-ms-client-request-id": "89c9b364474829eeef5cb5af6994b1a3", + "x-ms-correlation-request-id": "176577b3-cb87-4935-b711-d6d4bd1c0887", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;25091", + "x-ms-ratelimit-remaining-subscription-reads": "11577", + "x-ms-request-id": "4be2f626-b94d-4dc0-a19d-1212ce530761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064325Z:176577b3-cb87-4935-b711-d6d4bd1c0887" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d813948865d838767204375521958c29", + "x-ms-client-request-id": "ea539da64da3dc51ce04c11c91b2f135", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:17 GMT", + "Date": "Mon, 25 Oct 2021 06:43:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12471,40 +27140,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d813948865d838767204375521958c29", - "x-ms-correlation-request-id": "906e9f42-ac89-41dc-b580-25d22db9dc19", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14915,Microsoft.Compute/GetOperation30Min;29915", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "798a3ddf-12b6-4684-8160-95d0b22c65ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054118Z:906e9f42-ac89-41dc-b580-25d22db9dc19" + "x-ms-client-request-id": "ea539da64da3dc51ce04c11c91b2f135", + "x-ms-correlation-request-id": "bf71c7c3-b001-4172-ad38-7b31f895b19a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;25090", + "x-ms-ratelimit-remaining-subscription-reads": "11576", + "x-ms-request-id": "cd264cbc-8917-42f7-9592-5c9465953c51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064325Z:bf71c7c3-b001-4172-ad38-7b31f895b19a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ca57d42819483f27c4a939f65afcf40e", + "x-ms-client-request-id": "870812640a34571d754b9ab532c8837a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:19 GMT", + "Date": "Mon, 25 Oct 2021 06:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12513,40 +27182,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca57d42819483f27c4a939f65afcf40e", - "x-ms-correlation-request-id": "5f0e4e41-159c-42cd-bd2c-6a73520ddb88", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14914,Microsoft.Compute/GetOperation30Min;29914", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "b300d3c0-e150-4838-a277-a59fdfb0962f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054119Z:5f0e4e41-159c-42cd-bd2c-6a73520ddb88" + "x-ms-client-request-id": "870812640a34571d754b9ab532c8837a", + "x-ms-correlation-request-id": "8cc398c7-031f-4086-b1cd-4e5b4ad47fb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;25089", + "x-ms-ratelimit-remaining-subscription-reads": "11575", + "x-ms-request-id": "44ea7af2-d8a4-4f2b-97cb-e09094c38f80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064325Z:8cc398c7-031f-4086-b1cd-4e5b4ad47fb4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5b08290cd8672395cb1e66cb523b2360", + "x-ms-client-request-id": "3c0a75b67f0917a861edbb4486d1973c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:20 GMT", + "Date": "Mon, 25 Oct 2021 06:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12555,40 +27224,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b08290cd8672395cb1e66cb523b2360", - "x-ms-correlation-request-id": "444f261d-d75d-4d16-88a1-d2f9e621cc1a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14913,Microsoft.Compute/GetOperation30Min;29913", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "41b3326c-58c1-41cb-9feb-f30589d87c0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054120Z:444f261d-d75d-4d16-88a1-d2f9e621cc1a" + "x-ms-client-request-id": "3c0a75b67f0917a861edbb4486d1973c", + "x-ms-correlation-request-id": "9ab1f893-3e2f-4c90-a4b6-35478e9539df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;25088", + "x-ms-ratelimit-remaining-subscription-reads": "11574", + "x-ms-request-id": "72a4f9e9-1e82-4f83-93b9-637825a6c430", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064326Z:9ab1f893-3e2f-4c90-a4b6-35478e9539df" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "00eba0f1bdea6f446cd3142f2c7fdd76", + "x-ms-client-request-id": "564a7f6b298b9c6f80fc7558b39caa05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:21 GMT", + "Date": "Mon, 25 Oct 2021 06:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12597,40 +27266,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00eba0f1bdea6f446cd3142f2c7fdd76", - "x-ms-correlation-request-id": "2992b3e6-04d4-4e9d-9638-a308ff0d9754", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14912,Microsoft.Compute/GetOperation30Min;29912", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "c694e155-cff4-425d-980f-1514051bdc3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054122Z:2992b3e6-04d4-4e9d-9638-a308ff0d9754" + "x-ms-client-request-id": "564a7f6b298b9c6f80fc7558b39caa05", + "x-ms-correlation-request-id": "32308ed8-9cda-4761-ab71-63f642aaeab2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;25087", + "x-ms-ratelimit-remaining-subscription-reads": "11573", + "x-ms-request-id": "a2bc22de-8d2b-4f34-9c74-661c31c70d14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064326Z:32308ed8-9cda-4761-ab71-63f642aaeab2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f8482910308c50c23e34fe29b35ced88", + "x-ms-client-request-id": "1c664680b4a8e52c6af025474fd9d0a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:22 GMT", + "Date": "Mon, 25 Oct 2021 06:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12639,40 +27308,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8482910308c50c23e34fe29b35ced88", - "x-ms-correlation-request-id": "964b3ca1-ae5a-4e28-a977-2e582d6a9774", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14911,Microsoft.Compute/GetOperation30Min;29911", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "24914a09-b551-49ab-b197-1f065dde4b9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054123Z:964b3ca1-ae5a-4e28-a977-2e582d6a9774" + "x-ms-client-request-id": "1c664680b4a8e52c6af025474fd9d0a3", + "x-ms-correlation-request-id": "76259f37-e6db-44d0-89a9-1beb946a6da2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;25086", + "x-ms-ratelimit-remaining-subscription-reads": "11572", + "x-ms-request-id": "8e5ccf4f-61b0-4202-96bd-1c3e0713ba17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064326Z:76259f37-e6db-44d0-89a9-1beb946a6da2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ba04d886f3104e24e499ee94c466f64b", + "x-ms-client-request-id": "b24a5db32d7e8cee066dbc0c0a5064c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:24 GMT", + "Date": "Mon, 25 Oct 2021 06:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12681,40 +27350,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba04d886f3104e24e499ee94c466f64b", - "x-ms-correlation-request-id": "c82d9430-6e05-4ccd-9697-622f88efd8cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14910,Microsoft.Compute/GetOperation30Min;29910", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "bf3acb2a-336f-46bd-9520-7d624741b1fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054124Z:c82d9430-6e05-4ccd-9697-622f88efd8cc" + "x-ms-client-request-id": "b24a5db32d7e8cee066dbc0c0a5064c5", + "x-ms-correlation-request-id": "38313c71-15bb-4de6-b07d-be495dbf842a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;25085", + "x-ms-ratelimit-remaining-subscription-reads": "11571", + "x-ms-request-id": "5c91dc1b-4cbd-49e5-be43-7696075b4603", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064326Z:38313c71-15bb-4de6-b07d-be495dbf842a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "29bbef402af2c0d3de9bc1b5be1abb10", + "x-ms-client-request-id": "3fc3b5427a6bb6935365ec9a03274ca7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:25 GMT", + "Date": "Mon, 25 Oct 2021 06:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12723,40 +27392,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29bbef402af2c0d3de9bc1b5be1abb10", - "x-ms-correlation-request-id": "a22bb868-161c-445a-81ac-01fac332fd2d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14909,Microsoft.Compute/GetOperation30Min;29909", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "2e6ea5f6-825b-480a-bd29-906ee4bac663", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054126Z:a22bb868-161c-445a-81ac-01fac332fd2d" + "x-ms-client-request-id": "3fc3b5427a6bb6935365ec9a03274ca7", + "x-ms-correlation-request-id": "c6fcac2b-af4e-47b5-a5bc-a551ff0c5c8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;25084", + "x-ms-ratelimit-remaining-subscription-reads": "11570", + "x-ms-request-id": "148f88fc-3069-462f-9fd3-8fd9793b66fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064327Z:c6fcac2b-af4e-47b5-a5bc-a551ff0c5c8c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53a98be5237b1c6504fa13f3422e8bd8", + "x-ms-client-request-id": "55a5d12bf852528757d9163af71fda1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:26 GMT", + "Date": "Mon, 25 Oct 2021 06:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12765,40 +27434,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53a98be5237b1c6504fa13f3422e8bd8", - "x-ms-correlation-request-id": "cce4dd9c-a305-4ac9-a47d-c39883d6137d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14908,Microsoft.Compute/GetOperation30Min;29908", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "79850a63-73d1-471a-b5ea-0aaa5857963a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054127Z:cce4dd9c-a305-4ac9-a47d-c39883d6137d" + "x-ms-client-request-id": "55a5d12bf852528757d9163af71fda1a", + "x-ms-correlation-request-id": "931e5531-bf01-4fbd-95b2-6a6b8061060b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;25083", + "x-ms-ratelimit-remaining-subscription-reads": "11569", + "x-ms-request-id": "aa3684ee-841c-47d1-9040-172e5ff9a36a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064327Z:931e5531-bf01-4fbd-95b2-6a6b8061060b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c3e8b33dc4a15b960543dc75326e90c9", + "x-ms-client-request-id": "9904608c90153838c9935e18415489de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:27 GMT", + "Date": "Mon, 25 Oct 2021 06:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12807,40 +27476,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3e8b33dc4a15b960543dc75326e90c9", - "x-ms-correlation-request-id": "a6714d3c-703f-422d-9eed-667bccec767f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14907,Microsoft.Compute/GetOperation30Min;29907", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "8d201ee8-d95d-4964-a556-dc0639e6392c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054128Z:a6714d3c-703f-422d-9eed-667bccec767f" + "x-ms-client-request-id": "9904608c90153838c9935e18415489de", + "x-ms-correlation-request-id": "d35f13d4-5676-4999-86bf-136c94e71b2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;25082", + "x-ms-ratelimit-remaining-subscription-reads": "11568", + "x-ms-request-id": "29fd4bc2-dc3e-4ac5-af24-a12e620aabba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064327Z:d35f13d4-5676-4999-86bf-136c94e71b2b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "39aededea2bc1dd08a9e24f816e07eaf", + "x-ms-client-request-id": "38e115210fab4a732e70e8916458be34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:29 GMT", + "Date": "Mon, 25 Oct 2021 06:43:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12849,40 +27518,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39aededea2bc1dd08a9e24f816e07eaf", - "x-ms-correlation-request-id": "c07bc937-e18d-4007-a11c-e7146e5a671f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14906,Microsoft.Compute/GetOperation30Min;29906", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "ff682ff1-451d-4124-bf21-11d662bfe6aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054129Z:c07bc937-e18d-4007-a11c-e7146e5a671f" + "x-ms-client-request-id": "38e115210fab4a732e70e8916458be34", + "x-ms-correlation-request-id": "88c534a5-8814-4ba0-9f7e-8ba26d6c6f47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;25081", + "x-ms-ratelimit-remaining-subscription-reads": "11567", + "x-ms-request-id": "46e0f32a-d538-45c8-aef3-a6bbf294a56e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064327Z:88c534a5-8814-4ba0-9f7e-8ba26d6c6f47" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0b77e910f832216ef54e4e3747f0ea96", + "x-ms-client-request-id": "a20ed28ab3229a91986c8bbe996e1103", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:30 GMT", + "Date": "Mon, 25 Oct 2021 06:43:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12891,40 +27560,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b77e910f832216ef54e4e3747f0ea96", - "x-ms-correlation-request-id": "9106afb6-b198-4524-b0cb-a0e59563ea8d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14905,Microsoft.Compute/GetOperation30Min;29905", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "d64acfe8-c73d-4940-998e-1a8dbedb8b05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054131Z:9106afb6-b198-4524-b0cb-a0e59563ea8d" + "x-ms-client-request-id": "a20ed28ab3229a91986c8bbe996e1103", + "x-ms-correlation-request-id": "a3523351-c8b0-405a-a41e-23e56578407d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;25080", + "x-ms-ratelimit-remaining-subscription-reads": "11566", + "x-ms-request-id": "2a1bb2f7-fa4a-4864-b54b-7bca60cfaee4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064328Z:a3523351-c8b0-405a-a41e-23e56578407d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb40c278-91b4-4bc9-86a5-e0e355b1c5c5?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6315496a52809b1ce2cb39029f9d4425", + "x-ms-client-request-id": "e2193850a23e7d6fedba6ba4a8a6d470", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:31 GMT", + "Date": "Mon, 25 Oct 2021 06:43:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12933,41 +27602,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6315496a52809b1ce2cb39029f9d4425", - "x-ms-correlation-request-id": "d1675b4b-c7de-4cae-ad69-c8f029b2972d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14903,Microsoft.Compute/GetOperation30Min;29903", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "f25a44d6-c921-461f-b88b-4aa40d420cc5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054132Z:d1675b4b-c7de-4cae-ad69-c8f029b2972d" + "x-ms-client-request-id": "e2193850a23e7d6fedba6ba4a8a6d470", + "x-ms-correlation-request-id": "be4c6839-7ce2-4138-8ae1-420482e3b70c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;25079", + "x-ms-ratelimit-remaining-subscription-reads": "11565", + "x-ms-request-id": "d8dfa60e-9a3d-476c-9322-2ec84253a370", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064328Z:be4c6839-7ce2-4138-8ae1-420482e3b70c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:39:29.644914\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T05:41:31.5511472\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022cb40c278-91b4-4bc9-86a5-e0e355b1c5c5\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "48642cc484f7e597708c446e5498d69a", + "x-ms-client-request-id": "6f8e2ad4e6456dbb84469f3e83b4b1bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:31 GMT", + "Date": "Mon, 25 Oct 2021 06:43:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12976,208 +27644,124 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48642cc484f7e597708c446e5498d69a", - "x-ms-correlation-request-id": "92bb849e-d3aa-4806-a729-827b8d22d3fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2585", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "dd3f430e-34b9-4780-badc-3ee2f47ec445", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054132Z:92bb849e-d3aa-4806-a729-827b8d22d3fc" + "x-ms-client-request-id": "6f8e2ad4e6456dbb84469f3e83b4b1bf", + "x-ms-correlation-request-id": "df83acfb-998c-4374-b9bb-c0ea7a896962", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;25078", + "x-ms-ratelimit-remaining-subscription-reads": "11564", + "x-ms-request-id": "22b4dd7f-9cbc-412a-8057-09ff907add98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064328Z:df83acfb-998c-4374-b9bb-c0ea7a896962" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-1841\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-1841\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Network/virtualNetworks/testVNet-4895/subnets/testSubnet-5239\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u002285164979-540a-4d67-a52c-03655395b492\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-8821/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-1841?api-version=2021-03-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd8e8eb41bcbbe2fccdc2866bf6b8157", + "x-ms-client-request-id": "2c41e45edc3fe8f66391b56847ecf2f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 05:41:32 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd8e8eb41bcbbe2fccdc2866bf6b8157", - "x-ms-correlation-request-id": "1c99faaf-fd31-4ed3-8d2f-05e9f4284684", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;399,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1192,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-charge": "4", - "x-ms-request-id": "81bba7e5-cd8b-475b-9dfc-ebb79a240dc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054133Z:1c99faaf-fd31-4ed3-8d2f-05e9f4284684" + "x-ms-client-request-id": "2c41e45edc3fe8f66391b56847ecf2f2", + "x-ms-correlation-request-id": "6172ce69-745b-4a34-9809-7d458c55be60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;25077", + "x-ms-ratelimit-remaining-subscription-reads": "11563", + "x-ms-request-id": "32c7f2cb-19b8-496f-bcf0-d9b8bab809ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064328Z:6172ce69-745b-4a34-9809-7d458c55be60" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "114e9ef4770fa959fca67c1a5b302604", + "x-ms-client-request-id": "6fea1a98a2e06abd7cab5ef70230f939", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:32 GMT", + "Date": "Mon, 25 Oct 2021 06:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "114e9ef4770fa959fca67c1a5b302604", - "x-ms-correlation-request-id": "b10010d6-9dc4-4412-8823-60856ab9062f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14902,Microsoft.Compute/GetOperation30Min;29902", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "d26e9f7c-3fea-4e1d-94e3-f408264440cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054133Z:b10010d6-9dc4-4412-8823-60856ab9062f" + "x-ms-client-request-id": "6fea1a98a2e06abd7cab5ef70230f939", + "x-ms-correlation-request-id": "0f3861e9-f102-48d6-86a2-53c7adc5d271", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;25076", + "x-ms-ratelimit-remaining-subscription-reads": "11562", + "x-ms-request-id": "693edb66-0e72-4d50-8ef4-8936a49d41a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064329Z:0f3861e9-f102-48d6-86a2-53c7adc5d271" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b64ec0abb25120eefa81b9b283cb01f", + "x-ms-client-request-id": "c445ab08a864f73134a50cb430532597", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:34 GMT", + "Date": "Mon, 25 Oct 2021 06:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13186,40 +27770,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b64ec0abb25120eefa81b9b283cb01f", - "x-ms-correlation-request-id": "7356a097-2581-471c-a0c3-f588e328478c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14901,Microsoft.Compute/GetOperation30Min;29901", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "3d7911b9-3266-4af8-93c5-b5906a697aac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054134Z:7356a097-2581-471c-a0c3-f588e328478c" + "x-ms-client-request-id": "c445ab08a864f73134a50cb430532597", + "x-ms-correlation-request-id": "cfd71765-ed80-4e71-aafc-33b5ea3163ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;25075", + "x-ms-ratelimit-remaining-subscription-reads": "11561", + "x-ms-request-id": "e6ea79fe-87e9-42ae-b45e-841384e5d68c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064329Z:cfd71765-ed80-4e71-aafc-33b5ea3163ac" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2072de96701c9348cfc91de425848a80", + "x-ms-client-request-id": "68a6ad5442c9bcde26d7b0937efee632", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:35 GMT", + "Date": "Mon, 25 Oct 2021 06:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13228,40 +27812,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2072de96701c9348cfc91de425848a80", - "x-ms-correlation-request-id": "01ed314c-0453-4c5c-b198-363de5f218c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14899,Microsoft.Compute/GetOperation30Min;29899", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "0e3b49cb-cee7-4309-83df-66a68f661e9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054136Z:01ed314c-0453-4c5c-b198-363de5f218c1" + "x-ms-client-request-id": "68a6ad5442c9bcde26d7b0937efee632", + "x-ms-correlation-request-id": "520e4bae-4d62-41e8-8a23-17ad9352094c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;25074", + "x-ms-ratelimit-remaining-subscription-reads": "11560", + "x-ms-request-id": "92891f9a-08fe-498f-b042-4bcaec0b37a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064329Z:520e4bae-4d62-41e8-8a23-17ad9352094c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21e8ee081a4938248f3b21665bbd81c0", + "x-ms-client-request-id": "9b5f7c972da6f08de8f23a3b96083928", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:36 GMT", + "Date": "Mon, 25 Oct 2021 06:43:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13270,40 +27854,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21e8ee081a4938248f3b21665bbd81c0", - "x-ms-correlation-request-id": "c42704e6-0769-4d09-b181-dbc614bbf21f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14898,Microsoft.Compute/GetOperation30Min;29898", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "b6db31cc-4ca4-4984-be9a-635b543bfe12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054137Z:c42704e6-0769-4d09-b181-dbc614bbf21f" + "x-ms-client-request-id": "9b5f7c972da6f08de8f23a3b96083928", + "x-ms-correlation-request-id": "5580a564-c503-43cb-9ac8-eaf4285218eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25073", + "x-ms-ratelimit-remaining-subscription-reads": "11559", + "x-ms-request-id": "4e5840d3-713b-44d5-b0dc-1566d3b3b2fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064330Z:5580a564-c503-43cb-9ac8-eaf4285218eb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7c845cf606be9ae8a4d05c5c9d2aed6b", + "x-ms-client-request-id": "54a3c685918ac66fcd899d8df79e7936", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:37 GMT", + "Date": "Mon, 25 Oct 2021 06:43:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13312,40 +27896,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c845cf606be9ae8a4d05c5c9d2aed6b", - "x-ms-correlation-request-id": "ea46472c-8396-4d61-9773-eab96a6838af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14897,Microsoft.Compute/GetOperation30Min;29897", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "402ad5ff-fdb5-44f1-b380-e9883a35c39f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054138Z:ea46472c-8396-4d61-9773-eab96a6838af" + "x-ms-client-request-id": "54a3c685918ac66fcd899d8df79e7936", + "x-ms-correlation-request-id": "cc9a8df5-2a6d-4eee-88f3-51350a867a00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25072", + "x-ms-ratelimit-remaining-subscription-reads": "11558", + "x-ms-request-id": "242583e3-0979-436d-94ff-b86381cb88e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064330Z:cc9a8df5-2a6d-4eee-88f3-51350a867a00" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "39939a1e8f547bd5ba3990e14ee13711", + "x-ms-client-request-id": "b41dd9bf89f326f01fb57fd707a3251d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:39 GMT", + "Date": "Mon, 25 Oct 2021 06:43:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13354,40 +27938,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39939a1e8f547bd5ba3990e14ee13711", - "x-ms-correlation-request-id": "d2cd2d70-4519-4b2d-be15-facf814df3b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;29896", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "2e7ac1c2-9786-46cc-b034-4615a74d9ab3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054140Z:d2cd2d70-4519-4b2d-be15-facf814df3b5" + "x-ms-client-request-id": "b41dd9bf89f326f01fb57fd707a3251d", + "x-ms-correlation-request-id": "5a031845-533d-484d-bd3d-3492c58b2ebd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25071", + "x-ms-ratelimit-remaining-subscription-reads": "11557", + "x-ms-request-id": "4069c6f6-95a9-4e6a-a227-e087742a3ed6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064330Z:5a031845-533d-484d-bd3d-3492c58b2ebd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c8ee5d470d0002c2064d7c78bec89a65", + "x-ms-client-request-id": "b70d879d915a06a70c98ce1d90fff84a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:40 GMT", + "Date": "Mon, 25 Oct 2021 06:43:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13396,40 +27980,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8ee5d470d0002c2064d7c78bec89a65", - "x-ms-correlation-request-id": "6fbdf1a2-4dbb-458c-9eff-3d7e3511e2ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;29895", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "22b84415-878d-4d32-b5b2-ff02c072dcc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054141Z:6fbdf1a2-4dbb-458c-9eff-3d7e3511e2ec" + "x-ms-client-request-id": "b70d879d915a06a70c98ce1d90fff84a", + "x-ms-correlation-request-id": "ff176a99-12c8-40cf-a258-0cd86a04056e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25070", + "x-ms-ratelimit-remaining-subscription-reads": "11556", + "x-ms-request-id": "0f83ecc1-e472-4522-a35a-891b977b5f3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064331Z:ff176a99-12c8-40cf-a258-0cd86a04056e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c148b64e472a666c8709c28475074bc2", + "x-ms-client-request-id": "bd7b047884ebfc35d67d34d41197bf29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:41 GMT", + "Date": "Mon, 25 Oct 2021 06:43:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13438,40 +28022,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c148b64e472a666c8709c28475074bc2", - "x-ms-correlation-request-id": "b87793fe-d934-4ac9-9788-19b1bc0adf85", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;29894", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "52d05272-1654-4c8d-be24-05d630e9c07d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054142Z:b87793fe-d934-4ac9-9788-19b1bc0adf85" + "x-ms-client-request-id": "bd7b047884ebfc35d67d34d41197bf29", + "x-ms-correlation-request-id": "94bfa67e-22f4-44a1-b8a0-67b9c6c94599", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25069", + "x-ms-ratelimit-remaining-subscription-reads": "11555", + "x-ms-request-id": "75765d68-198e-437e-aa27-170e2120629d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064331Z:94bfa67e-22f4-44a1-b8a0-67b9c6c94599" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "40144b99243b106bd7903306125cbcf1", + "x-ms-client-request-id": "70f07f63c1912ddb3116a75abbd2961f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:43 GMT", + "Date": "Mon, 25 Oct 2021 06:43:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13480,40 +28064,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40144b99243b106bd7903306125cbcf1", - "x-ms-correlation-request-id": "b5108ba0-7d9d-444a-a580-99b194fa0539", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;29893", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "4397e8b1-03e5-4919-8b82-6310150a0e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054144Z:b5108ba0-7d9d-444a-a580-99b194fa0539" + "x-ms-client-request-id": "70f07f63c1912ddb3116a75abbd2961f", + "x-ms-correlation-request-id": "044a0926-42f4-431e-b102-cdca060e558a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25068", + "x-ms-ratelimit-remaining-subscription-reads": "11554", + "x-ms-request-id": "7b00c6c2-5b3a-4260-8b72-577dfc481761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064331Z:044a0926-42f4-431e-b102-cdca060e558a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "98922a9f7599ffe6f18741f64b3d8cfe", + "x-ms-client-request-id": "025e35bd682718325211e1dd5cd3f474", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:44 GMT", + "Date": "Mon, 25 Oct 2021 06:43:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13522,40 +28106,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98922a9f7599ffe6f18741f64b3d8cfe", - "x-ms-correlation-request-id": "6ddb6347-f79a-421d-a456-3f25601607f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29892", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "757b1543-3304-4da4-849d-c642429412a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054145Z:6ddb6347-f79a-421d-a456-3f25601607f5" + "x-ms-client-request-id": "025e35bd682718325211e1dd5cd3f474", + "x-ms-correlation-request-id": "63c61cfd-e5e0-4e7c-9c4e-63e398de8b6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25067", + "x-ms-ratelimit-remaining-subscription-reads": "11553", + "x-ms-request-id": "cafd4e6c-0a53-43fa-97e6-8c32ee258bef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064331Z:63c61cfd-e5e0-4e7c-9c4e-63e398de8b6c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "73deba025ab329294b37ea991466542a", + "x-ms-client-request-id": "10b9a4d9870fb7b8284e8bd4dcda4003", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:45 GMT", + "Date": "Mon, 25 Oct 2021 06:43:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13564,40 +28148,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73deba025ab329294b37ea991466542a", - "x-ms-correlation-request-id": "edb187c7-9e74-4845-8fd9-64ac1697f897", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29891", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "f631af3f-ca70-4037-b3f5-d9a742f20d90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054146Z:edb187c7-9e74-4845-8fd9-64ac1697f897" + "x-ms-client-request-id": "10b9a4d9870fb7b8284e8bd4dcda4003", + "x-ms-correlation-request-id": "600778d2-a8f8-4c7e-9715-34cf0396e71b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25066", + "x-ms-ratelimit-remaining-subscription-reads": "11552", + "x-ms-request-id": "d681d29e-f18e-4fe3-9b1b-37d54bf88765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064332Z:600778d2-a8f8-4c7e-9715-34cf0396e71b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4ae5d04cb374242964154fb4e374c49a", + "x-ms-client-request-id": "dc1714e6bc39fa024dd71e80e0fed05e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:47 GMT", + "Date": "Mon, 25 Oct 2021 06:43:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13606,40 +28190,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ae5d04cb374242964154fb4e374c49a", - "x-ms-correlation-request-id": "8fc07d84-ba32-4e27-9796-2a90d22475e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29890", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "56f03a22-5cc5-41e2-9169-cf856e79e311", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054148Z:8fc07d84-ba32-4e27-9796-2a90d22475e4" + "x-ms-client-request-id": "dc1714e6bc39fa024dd71e80e0fed05e", + "x-ms-correlation-request-id": "e1d91bab-b81e-4728-8629-25720e23dfa5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25065", + "x-ms-ratelimit-remaining-subscription-reads": "11551", + "x-ms-request-id": "bb4f39fd-592c-47f3-aa51-a2792d12ce75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064332Z:e1d91bab-b81e-4728-8629-25720e23dfa5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "58033404497d443e00694c618b4ceb8b", + "x-ms-client-request-id": "16813322861935107ca7dad9dd5d3b77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:48 GMT", + "Date": "Mon, 25 Oct 2021 06:43:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13648,40 +28232,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58033404497d443e00694c618b4ceb8b", - "x-ms-correlation-request-id": "27030f97-9ace-49b3-bf1c-424f3286096f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29889", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "930d612b-7d51-4d41-9153-270db0ab7e34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054149Z:27030f97-9ace-49b3-bf1c-424f3286096f" + "x-ms-client-request-id": "16813322861935107ca7dad9dd5d3b77", + "x-ms-correlation-request-id": "cd0ebe82-d161-4f73-891f-958799a85717", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25064", + "x-ms-ratelimit-remaining-subscription-reads": "11550", + "x-ms-request-id": "6039af15-9685-4288-b445-d97403a5b543", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064332Z:cd0ebe82-d161-4f73-891f-958799a85717" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7baa163341574e8a90ba0e9e0b7545d7", + "x-ms-client-request-id": "47f6ded018bb1c3ba2bec2386938d62a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:49 GMT", + "Date": "Mon, 25 Oct 2021 06:43:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13690,40 +28274,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7baa163341574e8a90ba0e9e0b7545d7", - "x-ms-correlation-request-id": "37ef0d3a-578d-4665-8b6b-fa5aab029936", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29888", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "e0ef5ad9-ba7c-4d31-aa52-92b38919298e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054150Z:37ef0d3a-578d-4665-8b6b-fa5aab029936" + "x-ms-client-request-id": "47f6ded018bb1c3ba2bec2386938d62a", + "x-ms-correlation-request-id": "8d5ef62b-c634-4016-b56d-4a5f6ffd7093", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25063", + "x-ms-ratelimit-remaining-subscription-reads": "11549", + "x-ms-request-id": "f908ac0c-df50-4c02-8da8-385e9cbdf6a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064332Z:8d5ef62b-c634-4016-b56d-4a5f6ffd7093" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "df955073fc6202ac91a0490a66c89917", + "x-ms-client-request-id": "a9b22c7d2a5960ea04e15f91e2281def", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:50 GMT", + "Date": "Mon, 25 Oct 2021 06:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13732,40 +28316,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df955073fc6202ac91a0490a66c89917", - "x-ms-correlation-request-id": "50e3971a-f0b3-4b0a-9554-2ec5cc611a0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29887", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "39378424-f5d2-412f-b34a-02a39664c35e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054151Z:50e3971a-f0b3-4b0a-9554-2ec5cc611a0c" + "x-ms-client-request-id": "a9b22c7d2a5960ea04e15f91e2281def", + "x-ms-correlation-request-id": "5ddd5613-dcf5-45df-ba1d-5671fa434beb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25062", + "x-ms-ratelimit-remaining-subscription-reads": "11548", + "x-ms-request-id": "91e7c772-9c16-4137-a817-6e01a697cd05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064333Z:5ddd5613-dcf5-45df-ba1d-5671fa434beb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd80c42949c9c242aab5c7c33aa0398b", + "x-ms-client-request-id": "02afa69b890809a2f764735ac3d7cc43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:52 GMT", + "Date": "Mon, 25 Oct 2021 06:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13774,40 +28358,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd80c42949c9c242aab5c7c33aa0398b", - "x-ms-correlation-request-id": "5ceabbaf-b1ef-4fcc-b798-0b29dc3913fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29886", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "56554c38-ed42-4dc8-bd4b-adad97aaca09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054153Z:5ceabbaf-b1ef-4fcc-b798-0b29dc3913fc" + "x-ms-client-request-id": "02afa69b890809a2f764735ac3d7cc43", + "x-ms-correlation-request-id": "42235621-ba9d-47d6-ba1e-0242eee6beae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25061", + "x-ms-ratelimit-remaining-subscription-reads": "11547", + "x-ms-request-id": "1b00b5b8-29bd-4ed5-bf98-c423d8b2e086", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064333Z:42235621-ba9d-47d6-ba1e-0242eee6beae" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3bee75240bb7372869a7e9b6f77fe7c8", + "x-ms-client-request-id": "b05bb0d092aba51ef49643dab8a93979", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:53 GMT", + "Date": "Mon, 25 Oct 2021 06:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13816,40 +28400,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bee75240bb7372869a7e9b6f77fe7c8", - "x-ms-correlation-request-id": "2421e453-bc30-4daf-95e8-dbac82a5b8b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29885", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "d8fa7614-fe0a-4dad-ac83-4a4525da43bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054154Z:2421e453-bc30-4daf-95e8-dbac82a5b8b2" + "x-ms-client-request-id": "b05bb0d092aba51ef49643dab8a93979", + "x-ms-correlation-request-id": "57cde56b-7aae-4fea-b71a-dbd43e3d49aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25060", + "x-ms-ratelimit-remaining-subscription-reads": "11546", + "x-ms-request-id": "aacaf64e-6105-40b5-a390-e5920b685066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064333Z:57cde56b-7aae-4fea-b71a-dbd43e3d49aa" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4774f72078f5290d0dd235ad34e9c8f1", + "x-ms-client-request-id": "c29cd2a1d488f4218aa8b1f4b78f9c2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:54 GMT", + "Date": "Mon, 25 Oct 2021 06:43:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13858,40 +28442,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4774f72078f5290d0dd235ad34e9c8f1", - "x-ms-correlation-request-id": "33420b40-c206-495b-8079-d9e0ac831c4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29884", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "c9364560-a71a-4462-8af8-02dbfd39656c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054155Z:33420b40-c206-495b-8079-d9e0ac831c4a" + "x-ms-client-request-id": "c29cd2a1d488f4218aa8b1f4b78f9c2c", + "x-ms-correlation-request-id": "bf503039-1a25-4cc0-801e-9b39f8ebcf3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25059", + "x-ms-ratelimit-remaining-subscription-reads": "11545", + "x-ms-request-id": "ff35646e-3b81-42b3-bbd1-4388fe2127dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064333Z:bf503039-1a25-4cc0-801e-9b39f8ebcf3a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f1e6be675eda1e609b496321608bca2a", + "x-ms-client-request-id": "32c11c156ccd0944880a0e7246c8514e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:56 GMT", + "Date": "Mon, 25 Oct 2021 06:43:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13900,40 +28484,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1e6be675eda1e609b496321608bca2a", - "x-ms-correlation-request-id": "b9c3ab3d-84a2-4fde-8656-ce8e28370af8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29883", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "069587b4-32f6-4f60-bfb0-d703282cbc7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054157Z:b9c3ab3d-84a2-4fde-8656-ce8e28370af8" + "x-ms-client-request-id": "32c11c156ccd0944880a0e7246c8514e", + "x-ms-correlation-request-id": "8a8a7bd2-4c6e-47c6-a7bb-c40bec3bf791", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25058", + "x-ms-ratelimit-remaining-subscription-reads": "11544", + "x-ms-request-id": "394ebbf2-d847-4c36-b814-b8833a6b013c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064334Z:8a8a7bd2-4c6e-47c6-a7bb-c40bec3bf791" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "43a2ffcdf22bab9567c42de4d67b0280", + "x-ms-client-request-id": "f0b8f92a093bfcbb8e672602e029ee64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:57 GMT", + "Date": "Mon, 25 Oct 2021 06:43:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13942,40 +28526,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43a2ffcdf22bab9567c42de4d67b0280", - "x-ms-correlation-request-id": "8b16484d-097f-4dcc-b93b-1304a0937860", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29882", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "e7393b6c-a547-4d95-8786-c76e6bbaf280", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054158Z:8b16484d-097f-4dcc-b93b-1304a0937860" + "x-ms-client-request-id": "f0b8f92a093bfcbb8e672602e029ee64", + "x-ms-correlation-request-id": "a30ab16f-0508-4174-8036-6159fa9ca4ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25057", + "x-ms-ratelimit-remaining-subscription-reads": "11543", + "x-ms-request-id": "2ec0b0bb-8f5c-4d19-8933-69f1f0a9a878", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064334Z:a30ab16f-0508-4174-8036-6159fa9ca4ea" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "394ff7dff699c2ee9656abab14ecc882", + "x-ms-client-request-id": "9cc416f907e834ac8e93397ec6afaec1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:58 GMT", + "Date": "Mon, 25 Oct 2021 06:43:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13984,40 +28568,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "394ff7dff699c2ee9656abab14ecc882", - "x-ms-correlation-request-id": "8ae93ed4-3eef-4e30-802c-621c23fe38b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29881", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "0f269aa4-560d-45ad-97ab-5fbf8a9360b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054159Z:8ae93ed4-3eef-4e30-802c-621c23fe38b6" + "x-ms-client-request-id": "9cc416f907e834ac8e93397ec6afaec1", + "x-ms-correlation-request-id": "e79c6bc5-2888-4d54-86f5-37f633d4814f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25056", + "x-ms-ratelimit-remaining-subscription-reads": "11542", + "x-ms-request-id": "ed5faa96-ee9e-4210-820f-a2796787305c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064334Z:e79c6bc5-2888-4d54-86f5-37f633d4814f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "34df0a08854674c6283a8a15317c4720", + "x-ms-client-request-id": "bdca6357acd70cf160c5a4654642295f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:41:59 GMT", + "Date": "Mon, 25 Oct 2021 06:43:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14026,40 +28610,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34df0a08854674c6283a8a15317c4720", - "x-ms-correlation-request-id": "2a887c25-9a06-4a27-94d5-0bfde0e55bd1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29880", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "f5d457c1-ddcb-4b0a-a574-0f3907ee16c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054200Z:2a887c25-9a06-4a27-94d5-0bfde0e55bd1" + "x-ms-client-request-id": "bdca6357acd70cf160c5a4654642295f", + "x-ms-correlation-request-id": "e414f73e-8caf-4173-b313-c79f73ea29b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25055", + "x-ms-ratelimit-remaining-subscription-reads": "11541", + "x-ms-request-id": "82782767-6e07-45f0-b49a-4a5c850a8093", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064334Z:e414f73e-8caf-4173-b313-c79f73ea29b3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6942e346913bd79011e0add546ea977b", + "x-ms-client-request-id": "2f78a91bb40423664c8462a7cf3c35de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:02 GMT", + "Date": "Mon, 25 Oct 2021 06:43:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14068,40 +28652,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6942e346913bd79011e0add546ea977b", - "x-ms-correlation-request-id": "1a0539cf-f1e4-4a9e-8df1-b57e9e624a42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29879", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "c04d7fd6-8750-4294-8f13-bfc77e76a633", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054202Z:1a0539cf-f1e4-4a9e-8df1-b57e9e624a42" + "x-ms-client-request-id": "2f78a91bb40423664c8462a7cf3c35de", + "x-ms-correlation-request-id": "36a9ae1d-0dfc-45cc-9dc2-ddfd43a5244c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25054", + "x-ms-ratelimit-remaining-subscription-reads": "11540", + "x-ms-request-id": "9a0186a8-9140-4ac0-ada2-625afdde051c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064335Z:36a9ae1d-0dfc-45cc-9dc2-ddfd43a5244c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cbdbaafcce9b5a3931da105f6bd99119", + "x-ms-client-request-id": "7caa65b8315f4d8d24b73b236346ee4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:03 GMT", + "Date": "Mon, 25 Oct 2021 06:43:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14110,40 +28694,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbdbaafcce9b5a3931da105f6bd99119", - "x-ms-correlation-request-id": "6184950e-75e6-452f-91a2-5a9c392c5f78", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29878", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "380849da-52df-41ef-ba3a-2e7c81732d95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054203Z:6184950e-75e6-452f-91a2-5a9c392c5f78" + "x-ms-client-request-id": "7caa65b8315f4d8d24b73b236346ee4b", + "x-ms-correlation-request-id": "c02f9f9b-7b5e-4b76-ac80-df8681d7cdbc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25053", + "x-ms-ratelimit-remaining-subscription-reads": "11539", + "x-ms-request-id": "f0dc73fb-40b8-4686-9bf8-95e40dfea7d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064335Z:c02f9f9b-7b5e-4b76-ac80-df8681d7cdbc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "31648b0e5fa9764679082266d7f02e3e", + "x-ms-client-request-id": "1c63da6a7e36a3bdfda67052494a3c24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:04 GMT", + "Date": "Mon, 25 Oct 2021 06:43:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14152,40 +28736,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31648b0e5fa9764679082266d7f02e3e", - "x-ms-correlation-request-id": "c54e8b8f-e6f9-4850-8cd4-a1ad4d3b373e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29877", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "557bbcd0-ec76-4ad6-8b80-c9b07681fcab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054204Z:c54e8b8f-e6f9-4850-8cd4-a1ad4d3b373e" + "x-ms-client-request-id": "1c63da6a7e36a3bdfda67052494a3c24", + "x-ms-correlation-request-id": "ecac7ba3-1298-4914-bff6-e5fada570514", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25052", + "x-ms-ratelimit-remaining-subscription-reads": "11538", + "x-ms-request-id": "28ce9307-bb0d-4c41-83f2-4bd463da11a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064335Z:ecac7ba3-1298-4914-bff6-e5fada570514" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "86180fa37ba07884a9e8376181316b38", + "x-ms-client-request-id": "e1adc58fac97eaff1c2b0b4c7842c006", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:05 GMT", + "Date": "Mon, 25 Oct 2021 06:43:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14194,40 +28778,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86180fa37ba07884a9e8376181316b38", - "x-ms-correlation-request-id": "ebb6da5f-30d0-4c95-a6ac-860a8ef8d81d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29876", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "05338178-38f0-4cdf-90a1-2a3fd4c4b1ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054205Z:ebb6da5f-30d0-4c95-a6ac-860a8ef8d81d" + "x-ms-client-request-id": "e1adc58fac97eaff1c2b0b4c7842c006", + "x-ms-correlation-request-id": "1c6f4783-756c-4005-adfc-50e2053cfbfc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25051", + "x-ms-ratelimit-remaining-subscription-reads": "11537", + "x-ms-request-id": "ac93fc64-d564-4464-a9a8-07c3646c6a61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064335Z:1c6f4783-756c-4005-adfc-50e2053cfbfc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bbc7934e65859cd164655193abd28240", + "x-ms-client-request-id": "f53d169519d93aa7a8077fb8c03a03da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:07 GMT", + "Date": "Mon, 25 Oct 2021 06:43:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14236,40 +28820,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbc7934e65859cd164655193abd28240", - "x-ms-correlation-request-id": "3beb294a-ad75-423c-af49-e3e55e4b507b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29875", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "292287db-6fbc-40d9-a7ee-06ffe1ff2985", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054207Z:3beb294a-ad75-423c-af49-e3e55e4b507b" + "x-ms-client-request-id": "f53d169519d93aa7a8077fb8c03a03da", + "x-ms-correlation-request-id": "e5f69a14-153a-4741-87e4-bfa398bd6e4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25050", + "x-ms-ratelimit-remaining-subscription-reads": "11536", + "x-ms-request-id": "e5e61a42-2581-4726-a524-b9b7c54dea38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064336Z:e5f69a14-153a-4741-87e4-bfa398bd6e4e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5cbbd2ac0bc0927807ec87c127e5f548", + "x-ms-client-request-id": "9d93177b0c99bdb4da79ff0a73702aba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:08 GMT", + "Date": "Mon, 25 Oct 2021 06:43:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14278,40 +28862,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cbbd2ac0bc0927807ec87c127e5f548", - "x-ms-correlation-request-id": "d060e831-da48-4018-8be7-96ad03112509", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29874", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "8a8db761-4d31-44f7-b050-e4f2c7f18ffa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054208Z:d060e831-da48-4018-8be7-96ad03112509" + "x-ms-client-request-id": "9d93177b0c99bdb4da79ff0a73702aba", + "x-ms-correlation-request-id": "28159599-6214-4942-8899-8b2a4d02a67c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25049", + "x-ms-ratelimit-remaining-subscription-reads": "11535", + "x-ms-request-id": "667ab389-abe9-4000-a539-916f6165b6c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064336Z:28159599-6214-4942-8899-8b2a4d02a67c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4417ea9c72293db83e7c213b2af1ccd7", + "x-ms-client-request-id": "32bc6ae6470c764b1d7239902c4729e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:09 GMT", + "Date": "Mon, 25 Oct 2021 06:43:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14320,40 +28904,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4417ea9c72293db83e7c213b2af1ccd7", - "x-ms-correlation-request-id": "1181071b-cb12-4703-a444-f5047f836b02", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29873", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "e1ccff33-f6cc-41c1-b410-eba353c9b786", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054209Z:1181071b-cb12-4703-a444-f5047f836b02" + "x-ms-client-request-id": "32bc6ae6470c764b1d7239902c4729e2", + "x-ms-correlation-request-id": "3c76c77d-0ca9-431a-beb8-4dec232bd656", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25048", + "x-ms-ratelimit-remaining-subscription-reads": "11534", + "x-ms-request-id": "b1016a48-8fed-4a93-b4b2-26f91676b6c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064336Z:3c76c77d-0ca9-431a-beb8-4dec232bd656" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "afb4f6660f7643781a34b399de0f747e", + "x-ms-client-request-id": "61d1312823ae886c627f1a60199dc737", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:10 GMT", + "Date": "Mon, 25 Oct 2021 06:43:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14362,40 +28946,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afb4f6660f7643781a34b399de0f747e", - "x-ms-correlation-request-id": "b05620ad-75fd-45c6-bf38-a5798829f1a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29872", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "224ed02f-885d-413e-9eca-c3e2f97237b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054210Z:b05620ad-75fd-45c6-bf38-a5798829f1a3" + "x-ms-client-request-id": "61d1312823ae886c627f1a60199dc737", + "x-ms-correlation-request-id": "49426757-903b-4abf-abd3-0dcd63932f04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25047", + "x-ms-ratelimit-remaining-subscription-reads": "11533", + "x-ms-request-id": "7f343a3e-9d02-42b7-8ca3-56efc1f9190c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064336Z:49426757-903b-4abf-abd3-0dcd63932f04" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/81bba7e5-cd8b-475b-9dfc-ebb79a240dc9?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/4c5dd4fe-acbf-46dd-83f6-43379f223c16?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c0f609703ebb3917197e1e43e93d6816", + "x-ms-client-request-id": "56d2c5dcd07d33cecb1d7f27d3239193", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:12 GMT", + "Date": "Mon, 25 Oct 2021 06:43:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14404,26 +28988,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0f609703ebb3917197e1e43e93d6816", - "x-ms-correlation-request-id": "e58f9549-e0f7-4d72-8c86-4efc2b0e2ec9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29871", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "ffc0c98d-694d-4b66-9526-edb9ac4c57ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054212Z:e58f9549-e0f7-4d72-8c86-4efc2b0e2ec9" + "x-ms-client-request-id": "56d2c5dcd07d33cecb1d7f27d3239193", + "x-ms-correlation-request-id": "875045ac-399e-4ae7-afef-57787cfd6b28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25046", + "x-ms-ratelimit-remaining-subscription-reads": "11532", + "x-ms-request-id": "63e2bce7-9037-4b98-8d67-6bbda2658048", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064337Z:875045ac-399e-4ae7-afef-57787cfd6b28" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:41:32.957406\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T05:42:11.6136364\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:42:58.3747632\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:43:36.9216679\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u002281bba7e5-cd8b-475b-9dfc-ebb79a240dc9\u0022\r\n", + " \u0022name\u0022: \u00224c5dd4fe-acbf-46dd-83f6-43379f223c16\u0022\r\n", "}" ] } ], "Variables": { "RandomSeed": "1396595656", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get().json index 15021fa97099c..ed1e338a30b49 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get().json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get().json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-724ecaf6ec41134f9e4a1aa9d9a2ed5c-627e66d6a5a50846-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "c0236af396bbeb6d42bdfe93d8b89a66", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:25 GMT", + "Date": "Mon, 25 Oct 2021 06:35:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3d893b1-7210-45aa-9f95-a6c9c9348d78", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "d3d893b1-7210-45aa-9f95-a6c9c9348d78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033625Z:d3d893b1-7210-45aa-9f95-a6c9c9348d78" + "x-ms-correlation-request-id": "fbfa13a9-bf1a-4c87-b8ee-353a2dfa4479", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "fbfa13a9-bf1a-4c87-b8ee-353a2dfa4479", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063528Z:fbfa13a9-bf1a-4c87-b8ee-353a2dfa4479" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-9492?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-9492?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-4331f0c18bcc7a4497bff94f9e4e193d-61f9666ae7f57b4c-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "66e15d3c37db5252dd5a67bfec6eba8a", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:25 GMT", + "Date": "Mon, 25 Oct 2021 06:35:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d7068a8-afbb-4261-a6a5-db5e826a1de4", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "5d7068a8-afbb-4261-a6a5-db5e826a1de4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033626Z:5d7068a8-afbb-4261-a6a5-db5e826a1de4" + "x-ms-correlation-request-id": "c7d2f641-7aee-4884-ab3e-cd49651867e8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c7d2f641-7aee-4884-ab3e-cd49651867e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063530Z:c7d2f641-7aee-4884-ab3e-cd49651867e8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492", "name": "testRG-9492", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-23239ab42f17bb41bff054207ec84117-a5917d6129e5de4c-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "20fb92242bfeadb33a93964d22842a24", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:26 GMT", + "Date": "Mon, 25 Oct 2021 06:35:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acf354a1-1b34-46fc-889d-356c6fa16ae0", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "acf354a1-1b34-46fc-889d-356c6fa16ae0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033626Z:acf354a1-1b34-46fc-889d-356c6fa16ae0" + "x-ms-correlation-request-id": "becb7bc7-7ecc-4d07-b616-57c86967ce2a", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "becb7bc7-7ecc-4d07-b616-57c86967ce2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063531Z:becb7bc7-7ecc-4d07-b616-57c86967ce2a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,126 +8618,7209 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-23239ab42f17bb41bff054207ec84117-804456b7ffee7a47-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "8d77c7f9eb8f696eb8128482d18fd84d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-2078", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cb0ee5c-f90b-4da0-b351-dad8f6854ada?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01c05e99-ebd7-4408-a96a-f124431cd880", - "x-ms-client-request-id": "8d77c7f9eb8f696eb8128482d18fd84d", - "x-ms-correlation-request-id": "97bf7afe-f065-4d50-8f97-1dd405ba1efc", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "2cb0ee5c-f90b-4da0-b351-dad8f6854ada", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033631Z:97bf7afe-f065-4d50-8f97-1dd405ba1efc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-8156\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022caeb7565-2e8a-40df-8d43-cd9c789876a1\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022184efa40-9abd-4e85-b7f8-4b058f87a341\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-2078\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022caeb7565-2e8a-40df-8d43-cd9c789876a1\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cb0ee5c-f90b-4da0-b351-dad8f6854ada?api-version=2021-05-01", + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d77c7f9eb8f696eb8128482d18fd84d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-2078", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/c7bdcf3f-f38d-41b2-9828-16f046b78fee?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e3e9cbc1-b989-4c1c-b4ce-7238587cbd0c", + "x-ms-client-request-id": "8d77c7f9eb8f696eb8128482d18fd84d", + "x-ms-correlation-request-id": "82fef14b-6e86-4dd1-b395-5a7cf8afd48c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "c7bdcf3f-f38d-41b2-9828-16f046b78fee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063541Z:82fef14b-6e86-4dd1-b395-5a7cf8afd48c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-8156\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022eb899488-f95c-46b7-90f8-ae25115b5976\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022fc747462-900b-4b0c-9fab-e3663afe84de\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-2078\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022eb899488-f95c-46b7-90f8-ae25115b5976\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/c7bdcf3f-f38d-41b2-9828-16f046b78fee?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f375c795091339d5249167eba630dcaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d98285e5-3e19-4e95-9122-9ad3003f021c", + "x-ms-client-request-id": "f375c795091339d5249167eba630dcaa", + "x-ms-correlation-request-id": "56e1d709-5020-43d5-8e21-63bad174dd06", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "be4c3399-c26b-4666-949e-0e8520a24591", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063541Z:56e1d709-5020-43d5-8e21-63bad174dd06" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eb2b48bb7242dd8867c0db60eeaead29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:41 GMT", + "ETag": "W/\u0022ed771588-7ba0-481c-9952-52669b17264b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3aaf9ee3-1cf6-443c-b27d-1a636d5834ff", + "x-ms-client-request-id": "eb2b48bb7242dd8867c0db60eeaead29", + "x-ms-correlation-request-id": "49253424-d961-42de-b169-daef49a9a248", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "69e4c303-0280-44e4-a975-6d3ab9730748", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063542Z:49253424-d961-42de-b169-daef49a9a248" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-8156\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022ed771588-7ba0-481c-9952-52669b17264b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022fc747462-900b-4b0c-9fab-e3663afe84de\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-2078\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022ed771588-7ba0-481c-9952-52669b17264b\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1388", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09eca1dae41a193a6109930ab4740f81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-5289", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2627", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09eca1dae41a193a6109930ab4740f81", + "x-ms-correlation-request-id": "e7192bbd-5820-4865-b753-713d13cda9bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-charge": "4", + "x-ms-request-id": "a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063545Z:e7192bbd-5820-4865-b753-713d13cda9bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-5289\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-5289\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u0022618b3456-7594-4602-bfb7-538460d682ab\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "05113ee4d243d6900e128a39df7d28f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05113ee4d243d6900e128a39df7d28f3", + "x-ms-correlation-request-id": "45b27c4a-649f-463b-97d3-380a02062684", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14656,Microsoft.Compute/GetOperation30Min;26544", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "febb7c2d-719a-44e1-ab8d-f7c10b406e3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063545Z:45b27c4a-649f-463b-97d3-380a02062684" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c0e59b03aaa8dc401cac98258e7ebec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c0e59b03aaa8dc401cac98258e7ebec", + "x-ms-correlation-request-id": "059005cd-82b6-4263-a2fe-72c37f84d2cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14655,Microsoft.Compute/GetOperation30Min;26543", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1959b567-aaee-46b8-a35a-f09a0b58ae64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063545Z:059005cd-82b6-4263-a2fe-72c37f84d2cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76261dbe0a637f3dc12d6451c16643c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76261dbe0a637f3dc12d6451c16643c2", + "x-ms-correlation-request-id": "520f386c-1190-4c72-b94e-d52df57b28cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14654,Microsoft.Compute/GetOperation30Min;26542", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "1fd8087f-6fb8-4965-98c0-2c16bb2c90db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063546Z:520f386c-1190-4c72-b94e-d52df57b28cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d4a2986ead66aacb79830379090d7d26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4a2986ead66aacb79830379090d7d26", + "x-ms-correlation-request-id": "2d703b99-fcee-45a9-8c06-c358e7956715", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14653,Microsoft.Compute/GetOperation30Min;26541", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "007e8604-8023-4903-82c9-a6599ed4a4cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063546Z:2d703b99-fcee-45a9-8c06-c358e7956715" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c17a9e27b256a6901b8edb7cd573cb9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c17a9e27b256a6901b8edb7cd573cb9a", + "x-ms-correlation-request-id": "adbcb934-ec11-490e-9c85-4af872718938", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14652,Microsoft.Compute/GetOperation30Min;26540", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "f9425203-24de-4993-a12e-4551eb07a14a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063546Z:adbcb934-ec11-490e-9c85-4af872718938" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c014078616451186527bfcdf06c476b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c014078616451186527bfcdf06c476b4", + "x-ms-correlation-request-id": "e603384b-831f-441d-9d16-157a6ad21e4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14651,Microsoft.Compute/GetOperation30Min;26539", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "6f9dc123-6c26-44ef-907f-3f23e4c23e14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063547Z:e603384b-831f-441d-9d16-157a6ad21e4b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23293db081ecbc6b08fcb9d7d24fd506", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23293db081ecbc6b08fcb9d7d24fd506", + "x-ms-correlation-request-id": "a8b09bf6-dd4c-4d15-a7e0-e28f75936c5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14650,Microsoft.Compute/GetOperation30Min;26538", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "0bd298b3-cdb2-44f5-9dfc-3a9fec9150c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063547Z:a8b09bf6-dd4c-4d15-a7e0-e28f75936c5e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "01f369b8bdf911e117696fdbb5b09f57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01f369b8bdf911e117696fdbb5b09f57", + "x-ms-correlation-request-id": "78a64f48-18a8-4408-9c18-fa2f1acd719f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14649,Microsoft.Compute/GetOperation30Min;26537", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "3b16c9b9-5a85-4bbc-af70-a2cfc5992429", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063547Z:78a64f48-18a8-4408-9c18-fa2f1acd719f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97cb2617a74904ae9b57b8495cae3e03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97cb2617a74904ae9b57b8495cae3e03", + "x-ms-correlation-request-id": "72f7f1e3-529d-484a-b9d3-4e07d74260ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14648,Microsoft.Compute/GetOperation30Min;26536", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "1d329904-9062-431b-adc7-73c9ae4a9680", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063548Z:72f7f1e3-529d-484a-b9d3-4e07d74260ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9d26f6a674d0f3bb5c180b8212900657", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d26f6a674d0f3bb5c180b8212900657", + "x-ms-correlation-request-id": "5cd5ad25-c689-4af8-a50c-cf0ab135b528", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14647,Microsoft.Compute/GetOperation30Min;26535", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "53ae86f1-81dd-492e-b6f9-3ce9c25203f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063548Z:5cd5ad25-c689-4af8-a50c-cf0ab135b528" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "abc0625c3d8310bcbbee66a10598b469", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abc0625c3d8310bcbbee66a10598b469", + "x-ms-correlation-request-id": "6a3e7a04-3201-49fb-b346-89467c2d8ae9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14646,Microsoft.Compute/GetOperation30Min;26534", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "af491799-c128-4dab-8af9-205dfa4bbfd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063548Z:6a3e7a04-3201-49fb-b346-89467c2d8ae9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf346c2a0189a2866bd83b319b2bf20b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf346c2a0189a2866bd83b319b2bf20b", + "x-ms-correlation-request-id": "263cbab3-9abd-4d91-b136-4504b44229dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14645,Microsoft.Compute/GetOperation30Min;26533", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "bdf4f046-f6d1-425e-be78-f3bd8ade4f52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063548Z:263cbab3-9abd-4d91-b136-4504b44229dd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "faec605192ee697f3a16e2e20e19edc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "faec605192ee697f3a16e2e20e19edc4", + "x-ms-correlation-request-id": "1b8ddff0-0ec5-4139-8129-c05ac2a2f2aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14644,Microsoft.Compute/GetOperation30Min;26532", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "be2bec6b-f034-43ae-90c8-e0a714fbff37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063549Z:1b8ddff0-0ec5-4139-8129-c05ac2a2f2aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a558a263465c5bcddc1d40aa028b7590", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a558a263465c5bcddc1d40aa028b7590", + "x-ms-correlation-request-id": "22a116b2-2869-487f-b16b-92ba9d897ff9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14643,Microsoft.Compute/GetOperation30Min;26531", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "10b0ce11-342f-4ff7-b24e-f3bfbdd1599e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063549Z:22a116b2-2869-487f-b16b-92ba9d897ff9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a44f5bfbbaab987beccb84731fa49451", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a44f5bfbbaab987beccb84731fa49451", + "x-ms-correlation-request-id": "108b0b74-2d9f-4340-a0fc-52d4a06141f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14642,Microsoft.Compute/GetOperation30Min;26530", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "8e7a5d0f-c2b9-4d2a-b02b-35c5b4de70c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063549Z:108b0b74-2d9f-4340-a0fc-52d4a06141f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f9cd77ea4cd30aae92911dd052d466af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9cd77ea4cd30aae92911dd052d466af", + "x-ms-correlation-request-id": "6e03340d-6f97-4590-a5f0-a49474cc841c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14641,Microsoft.Compute/GetOperation30Min;26529", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "496ab33c-e893-47a7-8b45-0374a376beb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063549Z:6e03340d-6f97-4590-a5f0-a49474cc841c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3e651a049caa81826bfb991c25a3b37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3e651a049caa81826bfb991c25a3b37", + "x-ms-correlation-request-id": "216a3358-d60f-4a86-84b0-8629b2e8e74a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14640,Microsoft.Compute/GetOperation30Min;26528", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "4d71e5e9-d4bb-4fee-b6b6-ee6d105b314d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063550Z:216a3358-d60f-4a86-84b0-8629b2e8e74a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8bbfef887bbdafbdac44111a9caa4517", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bbfef887bbdafbdac44111a9caa4517", + "x-ms-correlation-request-id": "268b77cd-03ae-4a5e-99af-5197918afac4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14639,Microsoft.Compute/GetOperation30Min;26527", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d6990483-9c3d-4744-a53f-05925b4a4322", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063550Z:268b77cd-03ae-4a5e-99af-5197918afac4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cdd2d564e1bda1865e25d313931d4838", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cdd2d564e1bda1865e25d313931d4838", + "x-ms-correlation-request-id": "94fd889d-1690-43dc-85c1-22f7deaae945", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14638,Microsoft.Compute/GetOperation30Min;26526", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "b4703e52-78ba-4823-bfb2-c3a3b5867c1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063550Z:94fd889d-1690-43dc-85c1-22f7deaae945" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6348e655db1525f19437068537fd0b7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6348e655db1525f19437068537fd0b7b", + "x-ms-correlation-request-id": "6acdb19c-1314-4096-80e1-449610084300", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14637,Microsoft.Compute/GetOperation30Min;26525", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "80fa01d2-a460-48b5-bae2-a633635e9900", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063551Z:6acdb19c-1314-4096-80e1-449610084300" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec2ca17a6e87a77a681e2c98a8aa1b8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec2ca17a6e87a77a681e2c98a8aa1b8f", + "x-ms-correlation-request-id": "78aad8f3-5270-4722-85b2-4d44b24f26a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14636,Microsoft.Compute/GetOperation30Min;26524", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "58a240ea-ecab-4630-ab89-ae5f90c4a00f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063551Z:78aad8f3-5270-4722-85b2-4d44b24f26a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b6c5d9fbe2628902e4ad3986db016a60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6c5d9fbe2628902e4ad3986db016a60", + "x-ms-correlation-request-id": "21239cad-5d7c-4844-8bda-6185f6b25cf0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14635,Microsoft.Compute/GetOperation30Min;26523", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "325ae0e4-7350-4a19-8ea9-015fc0315763", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063551Z:21239cad-5d7c-4844-8bda-6185f6b25cf0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f19957195cf0e7b16ba1faf7ae597dea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f19957195cf0e7b16ba1faf7ae597dea", + "x-ms-correlation-request-id": "1929e307-9b56-4ee3-9922-4ff926d70ed0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14634,Microsoft.Compute/GetOperation30Min;26522", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "5dee50f9-acb0-4560-b5a7-bb17dd2e23bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063551Z:1929e307-9b56-4ee3-9922-4ff926d70ed0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e89771b543897199ea308da35f4cb67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e89771b543897199ea308da35f4cb67", + "x-ms-correlation-request-id": "3eb15b67-7cdc-4beb-abe0-c5568311177e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14633,Microsoft.Compute/GetOperation30Min;26521", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "85b5c843-8f90-4120-9893-dbc2c716037d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063552Z:3eb15b67-7cdc-4beb-abe0-c5568311177e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "507eccb32a109f9e27de4bc1e80bda8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "507eccb32a109f9e27de4bc1e80bda8b", + "x-ms-correlation-request-id": "e670d87e-db0e-4c0c-8c3f-5691ae84a101", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14632,Microsoft.Compute/GetOperation30Min;26520", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "70d7b204-a874-49a6-8f9c-5c99c9852f94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063552Z:e670d87e-db0e-4c0c-8c3f-5691ae84a101" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "636a4e2f0c77c4283d01534d54d7b277", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "636a4e2f0c77c4283d01534d54d7b277", + "x-ms-correlation-request-id": "e0cbc7b8-dedc-4366-80c4-3ec73aaa9cc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14631,Microsoft.Compute/GetOperation30Min;26519", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "a2b91a84-2ba5-4ef6-a94c-4abeab445259", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063552Z:e0cbc7b8-dedc-4366-80c4-3ec73aaa9cc9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e24393d52cdaf1d9d8ea365a0958af93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e24393d52cdaf1d9d8ea365a0958af93", + "x-ms-correlation-request-id": "4f4a1185-4094-4d18-99a2-75241cbb8c83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14630,Microsoft.Compute/GetOperation30Min;26518", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "edea76f1-890a-43b8-b635-2dabdf00d82e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063552Z:4f4a1185-4094-4d18-99a2-75241cbb8c83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6aa7cc86889a7f0a4ba120fd7514b50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6aa7cc86889a7f0a4ba120fd7514b50", + "x-ms-correlation-request-id": "f7efa4e3-0917-4e3e-98f8-e2de1a7e78b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14629,Microsoft.Compute/GetOperation30Min;26517", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "3c4b2227-bd52-4bef-8126-8d02a70e20bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063553Z:f7efa4e3-0917-4e3e-98f8-e2de1a7e78b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54ebd42cf8c802b074798a8cd5cdbbe5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54ebd42cf8c802b074798a8cd5cdbbe5", + "x-ms-correlation-request-id": "c9573a74-cc9e-4e42-9a13-db856817296c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14628,Microsoft.Compute/GetOperation30Min;26516", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "cd9dc419-4fc2-4e36-a6b7-e2a445a5ed85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063553Z:c9573a74-cc9e-4e42-9a13-db856817296c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d784bf52cb2c6deda39b3e2019ca1a87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d784bf52cb2c6deda39b3e2019ca1a87", + "x-ms-correlation-request-id": "b5c5fbaa-a639-40d5-b939-38a6d8acdced", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14627,Microsoft.Compute/GetOperation30Min;26515", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "5cad482f-62e3-4846-930c-09b674a2b867", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063553Z:b5c5fbaa-a639-40d5-b939-38a6d8acdced" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "352ee59e5a6ccfcbcba77110dd63d1d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "352ee59e5a6ccfcbcba77110dd63d1d6", + "x-ms-correlation-request-id": "48f2fec4-e40e-4898-a65c-ae9e68c1578c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14626,Microsoft.Compute/GetOperation30Min;26514", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "e1f33f69-6579-4f95-adb0-988124e29b08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063554Z:48f2fec4-e40e-4898-a65c-ae9e68c1578c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17bc2dfe74cc6023e67eb02cba90e9aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17bc2dfe74cc6023e67eb02cba90e9aa", + "x-ms-correlation-request-id": "4ce3df4c-a5c4-4aa0-9c9b-8e125ce0a9aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14625,Microsoft.Compute/GetOperation30Min;26513", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "f654f841-df67-4133-b2be-6e3c78e6248e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063554Z:4ce3df4c-a5c4-4aa0-9c9b-8e125ce0a9aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "efee035e869ff779f4b40b8559dd8f40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efee035e869ff779f4b40b8559dd8f40", + "x-ms-correlation-request-id": "14231f7b-9464-45d1-afbe-b038948b512d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14624,Microsoft.Compute/GetOperation30Min;26512", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "48f8341d-d380-4ad6-a00d-7d10335fc97a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063554Z:14231f7b-9464-45d1-afbe-b038948b512d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec2167c9030d29bac2cd4eedaa9e153b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec2167c9030d29bac2cd4eedaa9e153b", + "x-ms-correlation-request-id": "9fb660fd-31b0-4a47-93ee-064d1dadead6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14623,Microsoft.Compute/GetOperation30Min;26511", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "6ce8c3cd-bf53-40ed-b501-bf754147f0f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063554Z:9fb660fd-31b0-4a47-93ee-064d1dadead6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dab1c7bee1747837b4c42218699e0709", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dab1c7bee1747837b4c42218699e0709", + "x-ms-correlation-request-id": "d725df12-f08d-48a3-b508-0a799bf15f54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14622,Microsoft.Compute/GetOperation30Min;26510", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "e6abde1a-d3f8-41d5-b489-1e392f27b934", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063555Z:d725df12-f08d-48a3-b508-0a799bf15f54" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52626feffc6f5b9c48c42dd1378b4d56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52626feffc6f5b9c48c42dd1378b4d56", + "x-ms-correlation-request-id": "8edf86f6-4e6c-45ec-893e-20260b87c9d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14621,Microsoft.Compute/GetOperation30Min;26509", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "90f49e3c-30d3-4fa0-ac9b-09b3a329b563", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063555Z:8edf86f6-4e6c-45ec-893e-20260b87c9d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "91c6cf9fb52be7cc30a93849e0a2c023", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91c6cf9fb52be7cc30a93849e0a2c023", + "x-ms-correlation-request-id": "59bb2868-76f9-4efa-9d21-43ba56259463", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14620,Microsoft.Compute/GetOperation30Min;26508", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "bdc08e78-7c88-4496-8178-78a74ad1c2e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063555Z:59bb2868-76f9-4efa-9d21-43ba56259463" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3afe45c6c23bc2cc2b5591afb4654028", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3afe45c6c23bc2cc2b5591afb4654028", + "x-ms-correlation-request-id": "661df2d1-5851-4f30-85cf-324ea8b8665d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14619,Microsoft.Compute/GetOperation30Min;26507", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "8d7ca868-f7eb-4226-a8fc-b5d88df2ab7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063555Z:661df2d1-5851-4f30-85cf-324ea8b8665d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9978cc7775d739dda37a22c5c3537ba6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9978cc7775d739dda37a22c5c3537ba6", + "x-ms-correlation-request-id": "841c97d8-968e-4f2f-b8ea-bf0602a00594", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14618,Microsoft.Compute/GetOperation30Min;26506", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "b7528433-1332-4e3b-9697-a2785175bd8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063556Z:841c97d8-968e-4f2f-b8ea-bf0602a00594" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f20a0904138cdd1a030466d6231c33ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f20a0904138cdd1a030466d6231c33ca", + "x-ms-correlation-request-id": "7595c9b7-02bd-489f-acd9-f21087701549", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;26505", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "36250fa0-b39b-47d1-89c9-b7753e2daf0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063556Z:7595c9b7-02bd-489f-acd9-f21087701549" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "14d10f682629514c67c496c09f06fed8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14d10f682629514c67c496c09f06fed8", + "x-ms-correlation-request-id": "8ff6b1ea-fe95-4327-b93f-21c044404eb5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;26504", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "719fc071-1e0a-4c00-840a-d7ad52b21047", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063556Z:8ff6b1ea-fe95-4327-b93f-21c044404eb5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aaabebda4e5b649bb19b96d30f071687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aaabebda4e5b649bb19b96d30f071687", + "x-ms-correlation-request-id": "e1bfc7ad-6a00-4c49-9d71-2f48f430e772", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;26503", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "c7527d48-3edb-418c-986f-393800ebca0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063557Z:e1bfc7ad-6a00-4c49-9d71-2f48f430e772" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b35d57476781de7cbdb98ac87c593dfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b35d57476781de7cbdb98ac87c593dfd", + "x-ms-correlation-request-id": "8aa9a06a-0d1e-463d-a92c-79264b14104e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;26502", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "e1642a45-596b-4e1a-bfb5-47640189f035", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063557Z:8aa9a06a-0d1e-463d-a92c-79264b14104e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "37fc8d068871196f736d628d90794260", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37fc8d068871196f736d628d90794260", + "x-ms-correlation-request-id": "9c4594cb-6a4c-4d25-bc71-9dfd83df4e1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;26501", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "c7da2e00-0c13-4517-9047-8accb46090fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063557Z:9c4594cb-6a4c-4d25-bc71-9dfd83df4e1c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48790fae4aa873576ecceda1c4d3e757", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48790fae4aa873576ecceda1c4d3e757", + "x-ms-correlation-request-id": "72bdf240-74c0-49ad-8e84-3055da1d0e0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;26500", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "c723e3e7-cbd5-4d1c-8788-098b1e46c415", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063557Z:72bdf240-74c0-49ad-8e84-3055da1d0e0f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81cc985dde0bbe15e743401304ef4d44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81cc985dde0bbe15e743401304ef4d44", + "x-ms-correlation-request-id": "dfb14d26-92bf-48a1-8bbb-3164b7b5d18b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;26499", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "1800c99f-7cbc-48fa-8703-198a4eb8dabd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063558Z:dfb14d26-92bf-48a1-8bbb-3164b7b5d18b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6d192977f5e0bc543689c9a49bce55a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d192977f5e0bc543689c9a49bce55a0", + "x-ms-correlation-request-id": "8d44ab8e-66ad-43fd-a3ff-e21810edc561", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;26498", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "1488b31a-7c79-4410-b5dc-8111189cf440", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063558Z:8d44ab8e-66ad-43fd-a3ff-e21810edc561" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f72f0a85c0accf55f9ba60650a436e7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f72f0a85c0accf55f9ba60650a436e7f", + "x-ms-correlation-request-id": "3beaca18-a8e2-4e15-a73c-aec2a3ea142f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;26497", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "9ae5697c-9d1a-410a-834a-1d4dc4172060", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063558Z:3beaca18-a8e2-4e15-a73c-aec2a3ea142f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a2aa87e7ab9687644104a8115712319", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a2aa87e7ab9687644104a8115712319", + "x-ms-correlation-request-id": "823a1677-84a7-4446-9f5f-a29a2bfbc73a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;26496", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "4d672584-ddaa-49e4-b6ce-a911840971c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063559Z:823a1677-84a7-4446-9f5f-a29a2bfbc73a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f98da0ee56bfb698d44a732694efb2f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:35:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f98da0ee56bfb698d44a732694efb2f3", + "x-ms-correlation-request-id": "8397abf6-27f9-4031-a8dc-13a6c553007b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;26495", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "94c0f726-81d8-4473-97da-ec2786659127", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063559Z:8397abf6-27f9-4031-a8dc-13a6c553007b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f325491abba30be694c7b39c76d3ba88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f325491abba30be694c7b39c76d3ba88", + "x-ms-correlation-request-id": "e93a3649-e2ae-4cc0-880d-c8f5f7f17e2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14659,Microsoft.Compute/GetOperation30Min;26494", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "e41ebbbd-2edb-49c7-a846-1ca418b902ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063600Z:e93a3649-e2ae-4cc0-880d-c8f5f7f17e2d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a77479774b528c01074c56f0650d454", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a77479774b528c01074c56f0650d454", + "x-ms-correlation-request-id": "6ca21f84-a033-4344-926a-2f143c578ae8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14658,Microsoft.Compute/GetOperation30Min;26493", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "c7be3704-90e3-4a0f-95d2-2f671ffde07d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063600Z:6ca21f84-a033-4344-926a-2f143c578ae8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb67575e304b3275ba8265f8a3fc3f00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb67575e304b3275ba8265f8a3fc3f00", + "x-ms-correlation-request-id": "011ff014-3991-48fe-b7c3-bff553770226", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14657,Microsoft.Compute/GetOperation30Min;26492", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "f47b0b16-ed63-4b09-981b-0e02142d8ca3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063601Z:011ff014-3991-48fe-b7c3-bff553770226" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c8fea8f4878a53d89fde22ff5760443", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c8fea8f4878a53d89fde22ff5760443", + "x-ms-correlation-request-id": "40af72c8-f97b-46f4-aab8-baeacaaf023e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14656,Microsoft.Compute/GetOperation30Min;26491", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "f2cd3706-0d50-4ed6-8e4d-b013359f5781", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063601Z:40af72c8-f97b-46f4-aab8-baeacaaf023e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e3d5ef3ee6c673dd144b0330fc88514", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e3d5ef3ee6c673dd144b0330fc88514", + "x-ms-correlation-request-id": "48c1a794-06d6-4853-9cd0-9f90f7c9f9de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14655,Microsoft.Compute/GetOperation30Min;26490", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "3c887001-5c24-4e3f-b4db-ea948b1713aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063601Z:48c1a794-06d6-4853-9cd0-9f90f7c9f9de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1bdfc53487c115dc19c1414d4d463d43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bdfc53487c115dc19c1414d4d463d43", + "x-ms-correlation-request-id": "f2fe9e94-46d0-4a04-b947-a88323f87070", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14654,Microsoft.Compute/GetOperation30Min;26489", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "0236e9c8-88e7-4a63-97f4-07db657ea699", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063601Z:f2fe9e94-46d0-4a04-b947-a88323f87070" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4404227d21bea194ad277b33980996c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4404227d21bea194ad277b33980996c1", + "x-ms-correlation-request-id": "56544305-7edf-46c9-b309-e9fb66ffe49b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14653,Microsoft.Compute/GetOperation30Min;26488", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "38fe7028-0e2b-4555-aa59-4c148d430fa9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063602Z:56544305-7edf-46c9-b309-e9fb66ffe49b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30face78e8966b81812705abadef1a8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30face78e8966b81812705abadef1a8b", + "x-ms-correlation-request-id": "5a723ac7-1c3f-408a-93a2-805534fb9dec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14652,Microsoft.Compute/GetOperation30Min;26487", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "3be41f8d-d951-4b31-ac15-d1530dd70543", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063602Z:5a723ac7-1c3f-408a-93a2-805534fb9dec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "edb66c0740c31356313e6e990ca87d0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edb66c0740c31356313e6e990ca87d0f", + "x-ms-correlation-request-id": "d858e421-f7c4-4475-a661-3f1ac4725d3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14651,Microsoft.Compute/GetOperation30Min;26486", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "2c74c7e7-23e9-425d-9e7c-5f305ec7477a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063602Z:d858e421-f7c4-4475-a661-3f1ac4725d3f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ed5802b0c4b94ada099c3961be9f3bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ed5802b0c4b94ada099c3961be9f3bd", + "x-ms-correlation-request-id": "e1a79a15-fda6-4783-b4f6-79fa9d1cb61d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14650,Microsoft.Compute/GetOperation30Min;26485", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "aa1f6358-f1ef-410b-8047-2eb2d4b5444d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063602Z:e1a79a15-fda6-4783-b4f6-79fa9d1cb61d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b2cef0da95338fe78e7ff577ae85fd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b2cef0da95338fe78e7ff577ae85fd9", + "x-ms-correlation-request-id": "9b7ce96d-3692-49a1-a6b0-0b84011d29e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14649,Microsoft.Compute/GetOperation30Min;26484", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "c60cdc7d-3770-4640-b892-84c4605b5af7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063603Z:9b7ce96d-3692-49a1-a6b0-0b84011d29e4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c7ff5aa9b1afa40bf214d2a7dbff748", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c7ff5aa9b1afa40bf214d2a7dbff748", + "x-ms-correlation-request-id": "6c531683-5e30-4953-afb2-685f79bb17aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14648,Microsoft.Compute/GetOperation30Min;26483", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "2ea174e5-ed02-4cf3-a1b9-2ceeaba5b026", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063603Z:6c531683-5e30-4953-afb2-685f79bb17aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c8cb04a527c82bc829d05630d551ab8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c8cb04a527c82bc829d05630d551ab8", + "x-ms-correlation-request-id": "093b4b5e-9ade-49f2-9f04-c907bf59585f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14647,Microsoft.Compute/GetOperation30Min;26482", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "08218700-657a-4bb5-8a13-6e97e2365006", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063603Z:093b4b5e-9ade-49f2-9f04-c907bf59585f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "26ece939c76971a3af326c325bd3bbb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26ece939c76971a3af326c325bd3bbb8", + "x-ms-correlation-request-id": "4379831f-ff68-454c-b5dc-baa7583b2bd0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14646,Microsoft.Compute/GetOperation30Min;26481", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "3125c943-31d2-4f93-b9d7-e61f789cd8c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063603Z:4379831f-ff68-454c-b5dc-baa7583b2bd0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca0db6f0435b585d39fdaa7d95dcec6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca0db6f0435b585d39fdaa7d95dcec6a", + "x-ms-correlation-request-id": "66b2e3f8-3262-457f-92f9-5b1854e7028f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14645,Microsoft.Compute/GetOperation30Min;26480", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "ba17ec16-817c-4129-bdb3-ab7e3f06a237", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063604Z:66b2e3f8-3262-457f-92f9-5b1854e7028f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "93f19407d0d383df0d1a6c4ae58926ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93f19407d0d383df0d1a6c4ae58926ae", + "x-ms-correlation-request-id": "0267e0a5-50db-4eed-91a5-00ae6733853e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14644,Microsoft.Compute/GetOperation30Min;26479", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "a7ce1149-4932-4c00-bd45-19f50cf1cb70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063604Z:0267e0a5-50db-4eed-91a5-00ae6733853e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "56734ce25048f55c8c93ed6b1d26dcd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56734ce25048f55c8c93ed6b1d26dcd3", + "x-ms-correlation-request-id": "5b237324-4cc5-4ae6-83e7-c065006f6000", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14643,Microsoft.Compute/GetOperation30Min;26478", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "55e28667-6279-49bf-b0a7-1e8558c0562b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063604Z:5b237324-4cc5-4ae6-83e7-c065006f6000" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c72b024527e21fe4d789bd41d61272af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c72b024527e21fe4d789bd41d61272af", + "x-ms-correlation-request-id": "c7f339e8-bb66-4bdb-9f24-7fe84d4de3ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14642,Microsoft.Compute/GetOperation30Min;26477", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "d87c0d5d-3be4-42e8-81fb-93060f7f1f1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063604Z:c7f339e8-bb66-4bdb-9f24-7fe84d4de3ed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "499bfbd79569b62138fb063fe27466e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "499bfbd79569b62138fb063fe27466e6", + "x-ms-correlation-request-id": "197ba27c-fe9f-45d7-9f59-32fb07036270", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14641,Microsoft.Compute/GetOperation30Min;26476", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "3c5c4cca-0f34-43ba-9078-98b21ec94e1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063605Z:197ba27c-fe9f-45d7-9f59-32fb07036270" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e204993e5f5ebacb67537fbe931a1e7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e204993e5f5ebacb67537fbe931a1e7a", + "x-ms-correlation-request-id": "56a57279-1e3f-4ec8-942c-4c76a21da9bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14640,Microsoft.Compute/GetOperation30Min;26475", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "c2ea18e5-437d-4c84-9b8e-4e9eb01703ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063605Z:56a57279-1e3f-4ec8-942c-4c76a21da9bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21933e21928aaf6ae0748ee721a53d63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21933e21928aaf6ae0748ee721a53d63", + "x-ms-correlation-request-id": "96f7b31e-ef16-49fa-85d3-0aaade2909dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14639,Microsoft.Compute/GetOperation30Min;26474", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "7e22a7bf-cabf-455a-8bab-1d8682c57340", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063605Z:96f7b31e-ef16-49fa-85d3-0aaade2909dc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3d03d6238f0e78502fe1e1151663231e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d03d6238f0e78502fe1e1151663231e", + "x-ms-correlation-request-id": "4ee213fb-2586-44f9-a1d7-fa78813a756a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14638,Microsoft.Compute/GetOperation30Min;26473", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "4b661a10-1db3-435d-bb7f-731857750829", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063605Z:4ee213fb-2586-44f9-a1d7-fa78813a756a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a41e8cdc44e0ab5b2f5402ead0e498c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a41e8cdc44e0ab5b2f5402ead0e498c2", + "x-ms-correlation-request-id": "730bc13a-8f4d-4d12-b621-fed8117cff7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14637,Microsoft.Compute/GetOperation30Min;26472", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "2ccbdadd-6925-4d2f-afc2-78eb0c6939df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063606Z:730bc13a-8f4d-4d12-b621-fed8117cff7a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd9b1b16e116916bed1af1a9b154997d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd9b1b16e116916bed1af1a9b154997d", + "x-ms-correlation-request-id": "debf696d-de6d-488b-a40b-dc2552203bf3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14636,Microsoft.Compute/GetOperation30Min;26471", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "8b7cf4de-d2bb-4614-8c9e-ebf84e369492", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063606Z:debf696d-de6d-488b-a40b-dc2552203bf3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "950a70509886de827a580eb98d66a84b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "950a70509886de827a580eb98d66a84b", + "x-ms-correlation-request-id": "42a8e426-c9d0-45fd-b14d-f05138340d04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14635,Microsoft.Compute/GetOperation30Min;26470", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "2e75ae5f-a49c-4ae5-b7b5-2413c9c722e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063606Z:42a8e426-c9d0-45fd-b14d-f05138340d04" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "faff1e4966c7fb07208db6c652b2f9da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "faff1e4966c7fb07208db6c652b2f9da", + "x-ms-correlation-request-id": "1c804ce7-e60e-40b6-b896-99ae3729b78a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14634,Microsoft.Compute/GetOperation30Min;26469", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "26884725-d2d5-4fe5-ba38-5485f3de7fa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063606Z:1c804ce7-e60e-40b6-b896-99ae3729b78a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "609984bb02da7d3c98bc42bed2b20386", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "609984bb02da7d3c98bc42bed2b20386", + "x-ms-correlation-request-id": "a0713296-d5b0-4ae3-94a5-90e66e856f75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14633,Microsoft.Compute/GetOperation30Min;26468", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "1447f4a5-727a-4fc4-acb5-ca7ddf5c5401", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063607Z:a0713296-d5b0-4ae3-94a5-90e66e856f75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9360a6729e55e9b5690e75f9e1bc8bc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9360a6729e55e9b5690e75f9e1bc8bc7", + "x-ms-correlation-request-id": "f482e148-28c8-479f-8c94-055895514070", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14632,Microsoft.Compute/GetOperation30Min;26467", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "f518b781-ca40-4a3b-929b-387ad550a112", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063607Z:f482e148-28c8-479f-8c94-055895514070" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "08fd335f47cd4670e181620b2348286d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08fd335f47cd4670e181620b2348286d", + "x-ms-correlation-request-id": "045c7306-767d-40e1-bfa8-9d9016bba6eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14631,Microsoft.Compute/GetOperation30Min;26466", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "e9010741-63c0-4b68-a059-2c8f1f12bfdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063607Z:045c7306-767d-40e1-bfa8-9d9016bba6eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab532f8965511d84cfaff6cb8c439cdb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab532f8965511d84cfaff6cb8c439cdb", + "x-ms-correlation-request-id": "c2818d5a-6ff9-484e-a767-b65c16721ef9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14630,Microsoft.Compute/GetOperation30Min;26465", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "afb6efd6-2682-42f5-a2ce-b6874df19bb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063607Z:c2818d5a-6ff9-484e-a767-b65c16721ef9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9f5f7b31fbb42ab93619b1d43caac620", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f5f7b31fbb42ab93619b1d43caac620", + "x-ms-correlation-request-id": "07208556-c77e-4410-b95f-d91deb9b67fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14629,Microsoft.Compute/GetOperation30Min;26464", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "2c7605bb-61f9-4ab2-a080-560d8b1ad3f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063608Z:07208556-c77e-4410-b95f-d91deb9b67fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b16f07e6e069f975aee0391d50a5b99e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b16f07e6e069f975aee0391d50a5b99e", + "x-ms-correlation-request-id": "b990631d-75d7-49fe-96a8-c4f16cc9a73d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14628,Microsoft.Compute/GetOperation30Min;26463", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "0e6b13e1-0502-4fce-8e8a-c1acaa32c7fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063608Z:b990631d-75d7-49fe-96a8-c4f16cc9a73d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8d986e589e98eb876287538b4b0e024", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8d986e589e98eb876287538b4b0e024", + "x-ms-correlation-request-id": "570437b3-0a2d-4bd0-9d8d-2abfd9f0430b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14627,Microsoft.Compute/GetOperation30Min;26462", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "1b179ec7-69b8-4b93-b659-dc6f314d3a74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063608Z:570437b3-0a2d-4bd0-9d8d-2abfd9f0430b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85e5d6e9ead351720566f0d4c19bd990", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85e5d6e9ead351720566f0d4c19bd990", + "x-ms-correlation-request-id": "08e7d874-f40e-477f-8616-b2316debec99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14626,Microsoft.Compute/GetOperation30Min;26461", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "4b2c7853-9f63-4f8f-8a42-375a86f063aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063608Z:08e7d874-f40e-477f-8616-b2316debec99" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b5ef135f1dd05c374ee13b406a3d44fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5ef135f1dd05c374ee13b406a3d44fe", + "x-ms-correlation-request-id": "a6f3549b-99e7-406b-a0ff-1baa810b1d2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14625,Microsoft.Compute/GetOperation30Min;26460", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "d6fdcd2a-fe46-42e0-a777-e54823c7494d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063609Z:a6f3549b-99e7-406b-a0ff-1baa810b1d2d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a3414ff34c0fbca1488a38299e4ccda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a3414ff34c0fbca1488a38299e4ccda", + "x-ms-correlation-request-id": "48788f95-f3ec-4695-adbd-21846e096677", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14624,Microsoft.Compute/GetOperation30Min;26459", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "418b77d7-9325-4b89-91f6-a543f1302342", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063609Z:48788f95-f3ec-4695-adbd-21846e096677" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a0d8e54e2ac0cb549e8836f2ae31e6c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0d8e54e2ac0cb549e8836f2ae31e6c7", + "x-ms-correlation-request-id": "b8e91a95-e024-4ebd-8fcd-e79e95e9170f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14623,Microsoft.Compute/GetOperation30Min;26458", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "578ece38-0d1b-41bc-ad05-89193b50af74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063609Z:b8e91a95-e024-4ebd-8fcd-e79e95e9170f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "acd4f1215f672acf49f4a1477ab5c26a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "acd4f1215f672acf49f4a1477ab5c26a", + "x-ms-correlation-request-id": "71ad23a4-ee46-4a9c-819b-a942901f9267", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14622,Microsoft.Compute/GetOperation30Min;26457", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "4b9352d1-000d-42a0-ac0b-d8c076e8577c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063609Z:71ad23a4-ee46-4a9c-819b-a942901f9267" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85f26115a465d43dc068dc38fed84ce3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85f26115a465d43dc068dc38fed84ce3", + "x-ms-correlation-request-id": "759d4812-b1ef-44e9-aa59-48397271768e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14621,Microsoft.Compute/GetOperation30Min;26456", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "0f5f3616-5aa6-4e0a-8dc3-4577e132ca01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063610Z:759d4812-b1ef-44e9-aa59-48397271768e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a861dba21f0fef7215ad56cc890c51e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a861dba21f0fef7215ad56cc890c51e9", + "x-ms-correlation-request-id": "ba83b27e-954f-4a46-a6ab-87b132965f01", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14620,Microsoft.Compute/GetOperation30Min;26455", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "c7441122-c99f-452f-a2fd-e2caca42fd0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063610Z:ba83b27e-954f-4a46-a6ab-87b132965f01" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ddccbc5613e7c62b3ffebff82972b71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ddccbc5613e7c62b3ffebff82972b71", + "x-ms-correlation-request-id": "c82b90c1-1baa-46d4-9b6b-af7eb712881c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14619,Microsoft.Compute/GetOperation30Min;26454", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "8de7e617-57ab-4f73-8da9-f0e41c0c2770", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063610Z:c82b90c1-1baa-46d4-9b6b-af7eb712881c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9ea5bea81a54f55aee026fb74d714bb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ea5bea81a54f55aee026fb74d714bb4", + "x-ms-correlation-request-id": "1fbb34aa-f66b-4a37-9861-143c7b5cd2b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14618,Microsoft.Compute/GetOperation30Min;26453", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "e0deb9d3-fe98-4d29-a6b7-6eec4b44dff4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063610Z:1fbb34aa-f66b-4a37-9861-143c7b5cd2b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3372f316fefb40a479e4f40f33736c7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3372f316fefb40a479e4f40f33736c7e", + "x-ms-correlation-request-id": "2179f490-ea2a-4bc1-aa1d-6b7c6a688546", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14617,Microsoft.Compute/GetOperation30Min;26452", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "66bf962d-3d94-4402-85fe-17110f989b99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063611Z:2179f490-ea2a-4bc1-aa1d-6b7c6a688546" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca24e581b366ab9470e75f3cf2aa2f42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca24e581b366ab9470e75f3cf2aa2f42", + "x-ms-correlation-request-id": "beb44724-1f7f-4ae9-bb69-b17c0acfa5be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14616,Microsoft.Compute/GetOperation30Min;26451", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "2b716e3c-bb66-4684-a238-8cfa5ec7022a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063611Z:beb44724-1f7f-4ae9-bb69-b17c0acfa5be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8fe837b3f825a9761a652470254bc17b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fe837b3f825a9761a652470254bc17b", + "x-ms-correlation-request-id": "31a510df-ce99-4686-addd-c1fd00354ccf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14615,Microsoft.Compute/GetOperation30Min;26450", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "39032d4a-093a-4d7a-a322-d334d40fe53f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063611Z:31a510df-ce99-4686-addd-c1fd00354ccf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6836f196814c634d5ec6c2149f674ecf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6836f196814c634d5ec6c2149f674ecf", + "x-ms-correlation-request-id": "2df5acbb-a98d-4de6-907b-1108c2d603c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14614,Microsoft.Compute/GetOperation30Min;26449", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "1474e62b-2e0f-4a52-bd64-77b7497aa983", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063611Z:2df5acbb-a98d-4de6-907b-1108c2d603c1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc5bb2b5dd8a88586f7bb0018e248525", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc5bb2b5dd8a88586f7bb0018e248525", + "x-ms-correlation-request-id": "f296df35-b339-4b87-80f3-64e8a766af5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14613,Microsoft.Compute/GetOperation30Min;26448", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "ab9e0ef8-ccdf-4af0-948a-812293ceb357", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063612Z:f296df35-b339-4b87-80f3-64e8a766af5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00a6e425c67432f5e985315e366109b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00a6e425c67432f5e985315e366109b2", + "x-ms-correlation-request-id": "f4e91409-048f-4ff5-856a-2ded683234f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14612,Microsoft.Compute/GetOperation30Min;26447", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "7e53b830-2e5d-4769-84a6-cf94b2fc959c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063612Z:f4e91409-048f-4ff5-856a-2ded683234f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73ba5517c5efb8f098adf9d1d14bd439", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73ba5517c5efb8f098adf9d1d14bd439", + "x-ms-correlation-request-id": "72ce3d96-5c4d-426c-8e89-67a8cf5aea33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14611,Microsoft.Compute/GetOperation30Min;26446", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "425f584f-9061-4322-8e3a-9d76e52bb774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063612Z:72ce3d96-5c4d-426c-8e89-67a8cf5aea33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bbef9d414dc1ee5abd291205acfa520d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbef9d414dc1ee5abd291205acfa520d", + "x-ms-correlation-request-id": "bd6d04d2-3188-4626-a3f2-074d51e437db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14610,Microsoft.Compute/GetOperation30Min;26445", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "d50fddf8-8a1a-4dfe-8e26-bab2d70ac254", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063612Z:bd6d04d2-3188-4626-a3f2-074d51e437db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39eafd72126a5f35f3ed68c7cd23619e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39eafd72126a5f35f3ed68c7cd23619e", + "x-ms-correlation-request-id": "1f27f86e-d7d6-48dc-8673-a542a9230c22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14609,Microsoft.Compute/GetOperation30Min;26444", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "ed4319bd-6350-4743-b62a-8508e33669a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063613Z:1f27f86e-d7d6-48dc-8673-a542a9230c22" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "981df7b04d72c9f0faccb6c6b3eb0c9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "981df7b04d72c9f0faccb6c6b3eb0c9e", + "x-ms-correlation-request-id": "771eefe4-1449-4642-add8-422a543dd483", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14608,Microsoft.Compute/GetOperation30Min;26443", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "810dbfce-394a-4abe-ab26-2f1e689e35bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063613Z:771eefe4-1449-4642-add8-422a543dd483" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d35fec5a9b612ecf678fc8d4e4932199", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d35fec5a9b612ecf678fc8d4e4932199", + "x-ms-correlation-request-id": "9514cb96-dc55-4dbf-816a-f4faab6bee06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14607,Microsoft.Compute/GetOperation30Min;26442", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "5de85fdb-3f84-4525-889c-da8bba80e258", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063613Z:9514cb96-dc55-4dbf-816a-f4faab6bee06" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b45474c7badd249a0d203e9d5c6fac08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b45474c7badd249a0d203e9d5c6fac08", + "x-ms-correlation-request-id": "ab67a71f-7204-4313-a2b8-b1e7a3a99753", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14606,Microsoft.Compute/GetOperation30Min;26441", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "94b2970c-3f8c-473b-a1a4-e075362bd609", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063613Z:ab67a71f-7204-4313-a2b8-b1e7a3a99753" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e16dcae08dc4153c28ee31e3851be567", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e16dcae08dc4153c28ee31e3851be567", + "x-ms-correlation-request-id": "a0976a79-908e-48c3-adce-378919aa78f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14605,Microsoft.Compute/GetOperation30Min;26440", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "e0be4456-75bc-46ce-9cf8-a35cb15b0442", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063614Z:a0976a79-908e-48c3-adce-378919aa78f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3efe1daa5896a0c0513ac6405c31d2f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3efe1daa5896a0c0513ac6405c31d2f8", + "x-ms-correlation-request-id": "2a314564-08a1-4a3d-8eff-2e090ab04f3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;26439", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "4b609640-9452-4236-ae3b-7d592b5189a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063614Z:2a314564-08a1-4a3d-8eff-2e090ab04f3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1af4bfe3402639d4373e8cee88b79ff1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1af4bfe3402639d4373e8cee88b79ff1", + "x-ms-correlation-request-id": "20430a5e-9871-40b8-b980-b7f57f8102c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;26438", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "c13af6e2-cb0c-4ff3-a107-f09683289e58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063614Z:20430a5e-9871-40b8-b980-b7f57f8102c6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ff3d73b6d70887109cc8f89c7fcb9f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ff3d73b6d70887109cc8f89c7fcb9f6", + "x-ms-correlation-request-id": "3ecc6f1b-30ee-4c3b-a3e4-6bf64034ba15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;26437", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "8809a652-fd56-4bef-bac1-08651d879173", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063614Z:3ecc6f1b-30ee-4c3b-a3e4-6bf64034ba15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c5ff381cca276a4048c40757ccd2179a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5ff381cca276a4048c40757ccd2179a", + "x-ms-correlation-request-id": "4a1aebf9-139e-43b9-801e-89aaea61662b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;26436", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "a720fe96-2642-4441-8297-678dda9ea0a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063615Z:4a1aebf9-139e-43b9-801e-89aaea61662b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8504d59b933e75874d6c1159b14a723a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8504d59b933e75874d6c1159b14a723a", + "x-ms-correlation-request-id": "5a7f75f4-61aa-43e5-9a6a-59d67f3f0a9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;26435", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "3bf10b6a-bae9-4ada-98b7-48968f595c66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063615Z:5a7f75f4-61aa-43e5-9a6a-59d67f3f0a9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4fd29585d9b771c99689f6ab651abb37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fd29585d9b771c99689f6ab651abb37", + "x-ms-correlation-request-id": "cc13ae86-66cb-4e43-83dc-ce7fc26ceeef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;26434", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "9b5e33d7-a483-4a89-b729-2fd4301b1ce1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063615Z:cc13ae86-66cb-4e43-83dc-ce7fc26ceeef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f1eef4b533f889b8b18978bbb9e7b8fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1eef4b533f889b8b18978bbb9e7b8fd", + "x-ms-correlation-request-id": "f7e95006-1fbd-4ad7-b9f9-c8305c1f05c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;26433", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "dc29f25c-a998-432f-b1a3-010913b47aae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063615Z:f7e95006-1fbd-4ad7-b9f9-c8305c1f05c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36d1cc52c7ffc2e30b93eeb59cdb1033", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36d1cc52c7ffc2e30b93eeb59cdb1033", + "x-ms-correlation-request-id": "bd83d418-e5b2-4827-afb1-2267cd3710d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;26432", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "c9dd347f-f9a3-48e2-b874-44166ce54641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063616Z:bd83d418-e5b2-4827-afb1-2267cd3710d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bca3dab0805c5242dc499e2d610db7af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bca3dab0805c5242dc499e2d610db7af", + "x-ms-correlation-request-id": "72afc12e-849e-4913-a39e-260d8fb3ad10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;26431", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "09ccca19-5666-412b-a4de-0d025c0c6300", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063616Z:72afc12e-849e-4913-a39e-260d8fb3ad10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9959f8d08548ee37102be5644503ecd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9959f8d08548ee37102be5644503ecd5", + "x-ms-correlation-request-id": "9826e00c-d64f-4d67-9398-e4247af49110", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;26430", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "5a9d599c-1fa2-4cbe-bfbb-a91d052862f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063616Z:9826e00c-d64f-4d67-9398-e4247af49110" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df0b4479fc43d1a18a7f59b628b661fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df0b4479fc43d1a18a7f59b628b661fe", + "x-ms-correlation-request-id": "a7bd4593-a35d-4976-aa5f-1c782a2764e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;26429", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "3ad84783-c4bd-45dd-9ef3-0b1211e56878", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063616Z:a7bd4593-a35d-4976-aa5f-1c782a2764e0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3e43fdb77822beba2b5ab309add0cd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3e43fdb77822beba2b5ab309add0cd9", + "x-ms-correlation-request-id": "c258856e-8ac0-434b-a0e4-bdbe450c4ae7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;26428", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "5cf30351-adc1-417d-9a33-f96a9af462d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063617Z:c258856e-8ac0-434b-a0e4-bdbe450c4ae7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1cb3c85cd802d46b57880ec82b81c55a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cb3c85cd802d46b57880ec82b81c55a", + "x-ms-correlation-request-id": "cdfbccae-1f5f-4281-bf47-165e5c26a307", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;26427", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "7ce00033-3722-41a8-ad6a-df301a5bf91e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063617Z:cdfbccae-1f5f-4281-bf47-165e5c26a307" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0589e7ca491e025359e03c8e507036ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0589e7ca491e025359e03c8e507036ac", + "x-ms-correlation-request-id": "bf855c6f-9bc7-4be1-841e-4c208effbfe5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;26426", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "b430116c-520a-449f-962f-e78f312538a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063617Z:bf855c6f-9bc7-4be1-841e-4c208effbfe5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60598073440302fbd4104bf96822ff21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60598073440302fbd4104bf96822ff21", + "x-ms-correlation-request-id": "b75d0e27-df83-4d9d-9892-97b079386e9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;26425", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "351ebc4f-2eeb-4e82-b68b-eb3ef6bcdcde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063617Z:b75d0e27-df83-4d9d-9892-97b079386e9c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b36551f0065313ba75b0c3219bdd84e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b36551f0065313ba75b0c3219bdd84e7", + "x-ms-correlation-request-id": "2d3067eb-e525-4bb3-9df5-3d90f80f4a25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;26424", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "2b9c1746-ea29-49fb-8901-f83af06968f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063618Z:2d3067eb-e525-4bb3-9df5-3d90f80f4a25" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab55615165288656eb86310efd599a36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab55615165288656eb86310efd599a36", + "x-ms-correlation-request-id": "2b9be02f-05c0-4d1f-9f62-d66b53f4d492", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;26423", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "d03e06d2-6dc0-4c86-876f-c4dd8f42b2e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063618Z:2b9be02f-05c0-4d1f-9f62-d66b53f4d492" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe9e1be0830a6c59c545ea5380da67f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe9e1be0830a6c59c545ea5380da67f7", + "x-ms-correlation-request-id": "7999a9ed-64e8-47ff-b64d-3ef2133fe99b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;26422", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "97edd5ee-6dda-4f6a-afa9-a529c58170f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063618Z:7999a9ed-64e8-47ff-b64d-3ef2133fe99b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "06a8648b54cd8af8fadfc7cdd5ab161b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06a8648b54cd8af8fadfc7cdd5ab161b", + "x-ms-correlation-request-id": "cad25537-6018-4471-922c-cef5193db3fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26421", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "8ba355c2-b8ff-45b1-aa32-23f804e45ad4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063618Z:cad25537-6018-4471-922c-cef5193db3fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "80418d15853ecddc08e9e5e27a030511", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80418d15853ecddc08e9e5e27a030511", + "x-ms-correlation-request-id": "faeffc04-0ab0-4812-8325-5929efc919b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26420", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "bf23e87b-7e56-492a-a524-ce3056b846bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063619Z:faeffc04-0ab0-4812-8325-5929efc919b2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99823a1f94b18c682213042bbc8b9619", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99823a1f94b18c682213042bbc8b9619", + "x-ms-correlation-request-id": "d9ab2468-a0e4-44f4-be8f-2030e125b9fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26419", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "c38203e2-672e-4b1e-95e0-d1aa4a96f0c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063619Z:d9ab2468-a0e4-44f4-be8f-2030e125b9fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f33dcf2fe79906b887dafde46f1610f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f33dcf2fe79906b887dafde46f1610f6", + "x-ms-correlation-request-id": "401f2297-5732-440a-8220-f407d8bb64db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26418", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "e39844a2-185d-4af1-976b-ac13e0195aec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063619Z:401f2297-5732-440a-8220-f407d8bb64db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9aaeb5d97c28816a24b45d2b81b1117d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9aaeb5d97c28816a24b45d2b81b1117d", + "x-ms-correlation-request-id": "0b462d64-a775-46d7-b903-b2286c73f3f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26417", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "e39289ce-19b0-42f3-9237-01f6ef9b7ff3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063619Z:0b462d64-a775-46d7-b903-b2286c73f3f5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aab3cb5211c63878827c11d696831c0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aab3cb5211c63878827c11d696831c0c", + "x-ms-correlation-request-id": "d84e9407-733c-487a-9f97-b1003e4070ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26416", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "69bbfe7a-da20-4254-86ce-72605f34cd2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063620Z:d84e9407-733c-487a-9f97-b1003e4070ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "06510d03fbddb2f065bbcee4898c85d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06510d03fbddb2f065bbcee4898c85d6", + "x-ms-correlation-request-id": "242f6921-dd38-44a1-bde8-0cf6a2867f70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26415", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "ae5bacfb-3e0d-4dda-89fe-3e2c6e65cca3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063620Z:242f6921-dd38-44a1-bde8-0cf6a2867f70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a39280c96562c8303d7518ac6b93eaa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a39280c96562c8303d7518ac6b93eaa0", + "x-ms-correlation-request-id": "9529067d-4518-477d-a2f0-129366971bce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26414", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "b2fbf24a-5bd3-4c23-bcc1-dc324ed090ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063620Z:9529067d-4518-477d-a2f0-129366971bce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "732750970a5f569fda01450a4294aef5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "732750970a5f569fda01450a4294aef5", + "x-ms-correlation-request-id": "aace1841-88ad-4b1d-9d57-7a2aba735a7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26413", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "21093fc1-885b-425b-a463-e0229721b17f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063620Z:aace1841-88ad-4b1d-9d57-7a2aba735a7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "160d3bf779f19ea9dd89c967e34447d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "160d3bf779f19ea9dd89c967e34447d1", + "x-ms-correlation-request-id": "c438d3f9-5a2a-4169-ac83-35c003002c6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26412", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "006424cd-13bf-42e3-ae7f-7e580748fb03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063621Z:c438d3f9-5a2a-4169-ac83-35c003002c6d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "384c2ed01165be76e03bc8611f2585a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "384c2ed01165be76e03bc8611f2585a8", + "x-ms-correlation-request-id": "b9e03dd6-0ffe-4c5b-9c2a-41ef5622ad79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26411", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "832b811e-8720-4910-842b-bfb6ceb8c77f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063621Z:b9e03dd6-0ffe-4c5b-9c2a-41ef5622ad79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30b523c7d4861eafa78996d641377396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30b523c7d4861eafa78996d641377396", + "x-ms-correlation-request-id": "5e185dad-b946-4c74-890c-16e3658fe916", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26410", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "c1de04a9-8597-4f78-8554-4e5bb8b7d58e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063621Z:5e185dad-b946-4c74-890c-16e3658fe916" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "143974ba7547e690c44e35b5b0487eb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "143974ba7547e690c44e35b5b0487eb7", + "x-ms-correlation-request-id": "f670f7f6-a1ba-4e82-b9e1-12622fbe5c71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26409", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "a5ef16c1-c9d5-4e13-aba4-d3dc3de6335c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063621Z:f670f7f6-a1ba-4e82-b9e1-12622fbe5c71" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bfa02004168ffc4b7f2d91db7aa07da9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfa02004168ffc4b7f2d91db7aa07da9", + "x-ms-correlation-request-id": "57805415-29fe-465d-b72f-a2c15c5c0a60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26408", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "aee18f9a-32e5-4777-8a94-6288bc702702", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063622Z:57805415-29fe-465d-b72f-a2c15c5c0a60" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aba732c870eb516193ce6b379ff96e5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aba732c870eb516193ce6b379ff96e5e", + "x-ms-correlation-request-id": "171c565a-85ea-44d3-ba6d-05a9c580bc5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26407", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "f5dd183b-9439-45b4-a62f-4a93de4fc7fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063622Z:171c565a-85ea-44d3-ba6d-05a9c580bc5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20d2df0bb397a306293d9519e3b56b23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20d2df0bb397a306293d9519e3b56b23", + "x-ms-correlation-request-id": "a8ad05df-c6ec-4acf-8ff3-2efe772bb3ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26406", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "d7c8fc8f-f027-4e9c-9e7f-3293d81560b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063622Z:a8ad05df-c6ec-4acf-8ff3-2efe772bb3ba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ded8cd1d2a193cbbf4e2cc0ab135c85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ded8cd1d2a193cbbf4e2cc0ab135c85", + "x-ms-correlation-request-id": "7f66fcfa-b765-47cc-acff-12599a452cc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26405", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "decb78aa-82e6-4273-bf25-d82348f288e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063623Z:7f66fcfa-b765-47cc-acff-12599a452cc2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9bcf33bf5cce14112b0482adda476dde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9bcf33bf5cce14112b0482adda476dde", + "x-ms-correlation-request-id": "d88894dc-02d0-456c-a3d7-89d18cf839d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26404", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "49eaa7c2-ba55-4fda-afcc-31a595cc1e83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063623Z:d88894dc-02d0-456c-a3d7-89d18cf839d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13664863f00b38bd133e61488746f815", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13664863f00b38bd133e61488746f815", + "x-ms-correlation-request-id": "f1b39631-ffda-4ce3-96b7-566a5922c7c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26403", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "51ff7c4e-b182-4b40-95cf-d6c8e9c36cac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063623Z:f1b39631-ffda-4ce3-96b7-566a5922c7c1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b05a0fe1d0e574557ad8519d501eb878", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b05a0fe1d0e574557ad8519d501eb878", + "x-ms-correlation-request-id": "3b49c540-6653-4961-a590-e9cc3838db1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26402", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "a3416530-7e49-4631-9647-f02932ffbc9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063623Z:3b49c540-6653-4961-a590-e9cc3838db1c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "625d4ee149accf7a75968890fbc98de5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "625d4ee149accf7a75968890fbc98de5", + "x-ms-correlation-request-id": "44e62b6d-7dcb-4130-b237-72148e34c89d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26401", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "69bc74b3-64ef-4a37-a02e-0215da6e80a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063624Z:44e62b6d-7dcb-4130-b237-72148e34c89d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cacc6c0bbcec93f8f2f298329e20e8f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cacc6c0bbcec93f8f2f298329e20e8f5", + "x-ms-correlation-request-id": "36a42f3c-c717-43d1-9e5a-75c832a58186", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26400", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "dae424e0-a726-4027-bd11-5f860e02b380", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063624Z:36a42f3c-c717-43d1-9e5a-75c832a58186" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3867e88595e99769958b3a4e47c578b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3867e88595e99769958b3a4e47c578b1", + "x-ms-correlation-request-id": "dca96bd8-bfef-4bcb-af2b-4d68675f42ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26399", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "e079777f-1363-4012-a4ba-485922c57f05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063624Z:dca96bd8-bfef-4bcb-af2b-4d68675f42ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3916c4bed51248b55c970b9b0473055", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3916c4bed51248b55c970b9b0473055", + "x-ms-correlation-request-id": "5b85c10e-aa6f-40d6-a603-db6573fc84a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26398", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "0f60efbe-037d-4891-8c78-1df8fb51fa32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063624Z:5b85c10e-aa6f-40d6-a603-db6573fc84a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "130a92ae546276fc0334356181aa4b2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "130a92ae546276fc0334356181aa4b2d", + "x-ms-correlation-request-id": "5e30d597-607c-4438-9c5d-37a9be5505fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26397", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "805970f0-3886-4313-83c9-7c78ffa7780d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063625Z:5e30d597-607c-4438-9c5d-37a9be5505fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "32e7e77a048e97a35d43e21f25afe74e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32e7e77a048e97a35d43e21f25afe74e", + "x-ms-correlation-request-id": "1f171f61-a502-4cb0-9a96-b2403e0facfb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26396", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "ec3864de-97eb-4f72-8f30-a8de655853e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063625Z:1f171f61-a502-4cb0-9a96-b2403e0facfb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b59fe55a65baf64f6f1ae01cb829a2ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b59fe55a65baf64f6f1ae01cb829a2ab", + "x-ms-correlation-request-id": "0a1252c0-f28c-4df9-979a-8d8e6ccf4c15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26395", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "acfca77d-d373-4f51-8c0a-bbcbd62c2ac4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063625Z:0a1252c0-f28c-4df9-979a-8d8e6ccf4c15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-23239ab42f17bb41bff054207ec84117-0e10b4775fb1a149-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f375c795091339d5249167eba630dcaa", + "x-ms-client-request-id": "c93f427efd60a9c6ef73b51e71dc5153", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:31 GMT", + "Date": "Mon, 25 Oct 2021 06:36:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8630,40 +15829,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99498a94-78a4-4551-9fef-935b38118064", - "x-ms-client-request-id": "f375c795091339d5249167eba630dcaa", - "x-ms-correlation-request-id": "3330c5fa-a1d2-4f81-b9ab-deacc7f3a7dc", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "59fd38d0-d988-4090-a372-64db4557fdc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033631Z:3330c5fa-a1d2-4f81-b9ab-deacc7f3a7dc" + "x-ms-client-request-id": "c93f427efd60a9c6ef73b51e71dc5153", + "x-ms-correlation-request-id": "0f94917e-6821-428a-a2bf-0340b6a03e7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26394", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "040dd3ee-997a-4ae8-8205-31127c6df0dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063625Z:0f94917e-6821-428a-a2bf-0340b6a03e7a" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-23239ab42f17bb41bff054207ec84117-68e7f8c685a46f4f-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eb2b48bb7242dd8867c0db60eeaead29", + "x-ms-client-request-id": "9c06e74d960a157398f0c2742487de33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1249", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:31 GMT", - "ETag": "W/\u00224d8247d8-96d2-419b-971d-d3998048b3ac\u0022", + "Date": "Mon, 25 Oct 2021 06:36:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,259 +15871,157 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bf097420-bbb5-49e9-a4f8-941f45822cf4", - "x-ms-client-request-id": "eb2b48bb7242dd8867c0db60eeaead29", - "x-ms-correlation-request-id": "cd5f3b81-9078-47df-a409-3f9bf724d270", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "4089e288-f57d-4107-82ed-7e4ae31d2908", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033631Z:cd5f3b81-9078-47df-a409-3f9bf724d270" + "x-ms-client-request-id": "9c06e74d960a157398f0c2742487de33", + "x-ms-correlation-request-id": "434c6df9-0e66-4d6b-a35a-3d51b2c4c1c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26393", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "07aa3b48-e1ea-43d7-b427-d8fc594d275e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063626Z:434c6df9-0e66-4d6b-a35a-3d51b2c4c1c0" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-8156\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224d8247d8-96d2-419b-971d-d3998048b3ac\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022184efa40-9abd-4e85-b7f8-4b058f87a341\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-2078\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224d8247d8-96d2-419b-971d-d3998048b3ac\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1388", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "09eca1dae41a193a6109930ab4740f81", + "x-ms-client-request-id": "e2a137a01d6f5ded1ef6c646af308493", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-5289", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2a137a01d6f5ded1ef6c646af308493", + "x-ms-correlation-request-id": "0c7fcba1-bf99-497c-a2a3-dbb2c071f2b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26392", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "48ac5a1b-1ecf-40b8-bdf0-41154246c66d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063626Z:0c7fcba1-bf99-497c-a2a3-dbb2c071f2b3" }, - "StatusCode": 201, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1cf8cc90522e8a1ce2a306f3a528468", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:35 GMT", + "Date": "Mon, 25 Oct 2021 06:36:26 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09eca1dae41a193a6109930ab4740f81", - "x-ms-correlation-request-id": "f6600bbd-7f48-492f-b463-4dd8a03eee72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;291,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-charge": "4", - "x-ms-request-id": "caebca68-0f30-4605-8fe1-bfcc0508cc21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033635Z:f6600bbd-7f48-492f-b463-4dd8a03eee72" + "x-ms-client-request-id": "d1cf8cc90522e8a1ce2a306f3a528468", + "x-ms-correlation-request-id": "28ee2962-1757-4b69-a243-17caa0c1c2dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26391", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "8fd99ef2-04ce-4bf7-b3c5-f4ad59443e81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063626Z:28ee2962-1757-4b69-a243-17caa0c1c2dd" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-5289\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-5289\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022b5d08580-dd8b-4920-a7bc-9577e72880e6\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a7e82946e3b2fe4f9a97d13d02c6568", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a7e82946e3b2fe4f9a97d13d02c6568", + "x-ms-correlation-request-id": "5537980c-7990-4f63-bd09-a2c1735b35d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26390", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "4ec1fa0c-32ad-485a-845d-4069946f9287", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063626Z:5537980c-7990-4f63-bd09-a2c1735b35d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "05113ee4d243d6900e128a39df7d28f3", + "x-ms-client-request-id": "98aa2f6b0db79b1095b91345ec7e22cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8933,41 +16030,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:35 GMT", + "Date": "Mon, 25 Oct 2021 06:36:26 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05113ee4d243d6900e128a39df7d28f3", - "x-ms-correlation-request-id": "ef089278-defc-4db9-a85e-97356342bb30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29244", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "3bd46c1e-c981-4f77-a24b-b8cca6491151", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033636Z:ef089278-defc-4db9-a85e-97356342bb30" + "x-ms-client-request-id": "98aa2f6b0db79b1095b91345ec7e22cc", + "x-ms-correlation-request-id": "d7309ec5-4011-4073-88ab-fb4778344173", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26389", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "00eb617f-c8d5-40e3-9dbb-ba4dffa5f10c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063627Z:d7309ec5-4011-4073-88ab-fb4778344173" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9c0e59b03aaa8dc401cac98258e7ebec", + "x-ms-client-request-id": "2db15d714ab25b58a89fd779888d18a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8976,7 +16072,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:36 GMT", + "Date": "Mon, 25 Oct 2021 06:36:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8985,31 +16081,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c0e59b03aaa8dc401cac98258e7ebec", - "x-ms-correlation-request-id": "053c3727-71bf-4466-8420-5d34dd4755f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29243", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "238b6f82-8def-4b67-b9f2-8e71fa116080", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033637Z:053c3727-71bf-4466-8420-5d34dd4755f0" + "x-ms-client-request-id": "2db15d714ab25b58a89fd779888d18a2", + "x-ms-correlation-request-id": "eeb09375-fdae-49d1-a9b9-27eb345b2bf6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26388", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "d961618c-5e9c-48d5-a203-6e88ddbc7e33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063627Z:eeb09375-fdae-49d1-a9b9-27eb345b2bf6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "76261dbe0a637f3dc12d6451c16643c2", + "x-ms-client-request-id": "0b03c8c4eca887b071e2a4825a9e427b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9018,7 +16114,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:38 GMT", + "Date": "Mon, 25 Oct 2021 06:36:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,31 +16123,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76261dbe0a637f3dc12d6451c16643c2", - "x-ms-correlation-request-id": "db0af48a-4232-4833-a79b-8fd2606df63b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29242", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "40726d1d-17e2-4462-b928-0002d0460bee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033638Z:db0af48a-4232-4833-a79b-8fd2606df63b" + "x-ms-client-request-id": "0b03c8c4eca887b071e2a4825a9e427b", + "x-ms-correlation-request-id": "b896506e-83d7-4d15-ad9c-c5e822528a9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26387", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "ca93a85d-8bcc-4f21-8f5c-f46957e7810a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063627Z:b896506e-83d7-4d15-ad9c-c5e822528a9a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d4a2986ead66aacb79830379090d7d26", + "x-ms-client-request-id": "72a2b187387a21b5d74ff01836971208", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9060,7 +16156,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:39 GMT", + "Date": "Mon, 25 Oct 2021 06:36:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,31 +16165,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4a2986ead66aacb79830379090d7d26", - "x-ms-correlation-request-id": "35246275-318f-4329-a041-80dd44c484eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29241", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "a64713ea-0c1e-4ed7-9eca-8ee4d063c2c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033639Z:35246275-318f-4329-a041-80dd44c484eb" + "x-ms-client-request-id": "72a2b187387a21b5d74ff01836971208", + "x-ms-correlation-request-id": "e2230433-76fd-4c07-a904-848fa46d3172", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26386", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "8bb1f29d-f86c-4e80-95ae-9d5c5b150e59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063627Z:e2230433-76fd-4c07-a904-848fa46d3172" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c17a9e27b256a6901b8edb7cd573cb9a", + "x-ms-client-request-id": "248071a1167a8524ad2abbcfa5d50009", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9102,7 +16198,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:40 GMT", + "Date": "Mon, 25 Oct 2021 06:36:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,31 +16207,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c17a9e27b256a6901b8edb7cd573cb9a", - "x-ms-correlation-request-id": "3744da1d-efcb-407c-ab57-460681341225", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29240", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "a9b9432e-67ef-4f03-950a-25e1e7a8e2a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033641Z:3744da1d-efcb-407c-ab57-460681341225" + "x-ms-client-request-id": "248071a1167a8524ad2abbcfa5d50009", + "x-ms-correlation-request-id": "00fe91eb-d5a6-4a52-b020-c558b6523447", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26385", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "2ecd3202-c1e2-457e-8bff-94ce8dd1d822", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063628Z:00fe91eb-d5a6-4a52-b020-c558b6523447" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c014078616451186527bfcdf06c476b4", + "x-ms-client-request-id": "d6f15b5ca5eb8c2712e13459fc9751d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9144,7 +16240,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:42 GMT", + "Date": "Mon, 25 Oct 2021 06:36:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,31 +16249,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c014078616451186527bfcdf06c476b4", - "x-ms-correlation-request-id": "70e598f2-5887-4f41-a385-1b3876a3dbef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29239", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "0bc53765-cef4-49b3-99ff-79a3fce9684f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033642Z:70e598f2-5887-4f41-a385-1b3876a3dbef" + "x-ms-client-request-id": "d6f15b5ca5eb8c2712e13459fc9751d9", + "x-ms-correlation-request-id": "0deae6e2-5481-4611-ab6e-54afa487e790", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26384", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "5545c739-5c9d-4792-894d-7df47b080cec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063628Z:0deae6e2-5481-4611-ab6e-54afa487e790" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23293db081ecbc6b08fcb9d7d24fd506", + "x-ms-client-request-id": "e8e19ccf1e1e70018d1cc4507ce67c01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9186,7 +16282,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:43 GMT", + "Date": "Mon, 25 Oct 2021 06:36:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,31 +16291,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23293db081ecbc6b08fcb9d7d24fd506", - "x-ms-correlation-request-id": "072a1e13-8b5a-4e54-9f74-94f1bc1fa371", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29238", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "2f3d9fdf-192b-42e6-b73d-d4bd58a6580d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033643Z:072a1e13-8b5a-4e54-9f74-94f1bc1fa371" + "x-ms-client-request-id": "e8e19ccf1e1e70018d1cc4507ce67c01", + "x-ms-correlation-request-id": "6bde21de-b79a-47f0-a3da-617661a3e3bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26383", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "100cb099-8329-44cc-8ca2-91e156dcb0fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063628Z:6bde21de-b79a-47f0-a3da-617661a3e3bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "01f369b8bdf911e117696fdbb5b09f57", + "x-ms-client-request-id": "dabce74e3ca5fb1d4af41198e2ca8916", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9228,7 +16324,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:44 GMT", + "Date": "Mon, 25 Oct 2021 06:36:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,31 +16333,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01f369b8bdf911e117696fdbb5b09f57", - "x-ms-correlation-request-id": "366104dc-e38e-4dc5-b160-60a06a392abf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29237", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "3a022c90-8f58-4d39-95d8-adbd1093cf8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033645Z:366104dc-e38e-4dc5-b160-60a06a392abf" + "x-ms-client-request-id": "dabce74e3ca5fb1d4af41198e2ca8916", + "x-ms-correlation-request-id": "54c3499b-a9fe-43c4-bb51-699d96aa8333", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26382", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "4e00a2b5-33e8-4b17-93e1-99a95b4f8d51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063628Z:54c3499b-a9fe-43c4-bb51-699d96aa8333" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "97cb2617a74904ae9b57b8495cae3e03", + "x-ms-client-request-id": "09ffe1d918f43dea5a8149cee1d60f2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9270,7 +16366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:45 GMT", + "Date": "Mon, 25 Oct 2021 06:36:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,31 +16375,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97cb2617a74904ae9b57b8495cae3e03", - "x-ms-correlation-request-id": "82066f16-3ad6-48d0-a76f-85588884a6a7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29236", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "91df5ec3-6dd9-48bb-8ff9-ecfd78cd3b5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033646Z:82066f16-3ad6-48d0-a76f-85588884a6a7" + "x-ms-client-request-id": "09ffe1d918f43dea5a8149cee1d60f2c", + "x-ms-correlation-request-id": "397ab58e-1835-4a85-b439-229ff7b83b40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26381", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "08b42dfe-540f-49b3-b60d-32dd5ce14947", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063629Z:397ab58e-1835-4a85-b439-229ff7b83b40" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9d26f6a674d0f3bb5c180b8212900657", + "x-ms-client-request-id": "140b326577db93347fe59d2a0d688dc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9312,7 +16408,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:47 GMT", + "Date": "Mon, 25 Oct 2021 06:36:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,31 +16417,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d26f6a674d0f3bb5c180b8212900657", - "x-ms-correlation-request-id": "6edb28a4-4df4-4176-90aa-d322ba3f25e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29235", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "ab37e1ed-64fe-4700-a079-2f849b87a14c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033647Z:6edb28a4-4df4-4176-90aa-d322ba3f25e6" + "x-ms-client-request-id": "140b326577db93347fe59d2a0d688dc2", + "x-ms-correlation-request-id": "7ca2b746-0cc5-44b7-aee3-f17380f9417f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26380", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "0988db31-6ded-4b6d-80b2-d7714ab9d9b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063629Z:7ca2b746-0cc5-44b7-aee3-f17380f9417f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "abc0625c3d8310bcbbee66a10598b469", + "x-ms-client-request-id": "9a76ae9373e7350cfc7e7f24f24e1a73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9354,7 +16450,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:48 GMT", + "Date": "Mon, 25 Oct 2021 06:36:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,31 +16459,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abc0625c3d8310bcbbee66a10598b469", - "x-ms-correlation-request-id": "2556af2d-b8d7-446e-a87d-70e286c7bdf8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29234", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "5d13df91-2c29-451a-85b5-95fa88e6cdda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033648Z:2556af2d-b8d7-446e-a87d-70e286c7bdf8" + "x-ms-client-request-id": "9a76ae9373e7350cfc7e7f24f24e1a73", + "x-ms-correlation-request-id": "c57b6160-02f3-418d-b49a-9ecc3a1f272a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26379", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "a5802c7d-458d-49c8-a4fa-ca8dc68edf59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063629Z:c57b6160-02f3-418d-b49a-9ecc3a1f272a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bf346c2a0189a2866bd83b319b2bf20b", + "x-ms-client-request-id": "af32e5e474bf623aad6b8a0e7ac030f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9396,7 +16492,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:49 GMT", + "Date": "Mon, 25 Oct 2021 06:36:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,31 +16501,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf346c2a0189a2866bd83b319b2bf20b", - "x-ms-correlation-request-id": "99053a10-4a16-4fbe-95b9-d2f75e85be39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29233", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "0eda14a4-00df-4510-a70c-d48b04b31ede", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033650Z:99053a10-4a16-4fbe-95b9-d2f75e85be39" + "x-ms-client-request-id": "af32e5e474bf623aad6b8a0e7ac030f1", + "x-ms-correlation-request-id": "6424347c-b0fb-4bdc-95a3-bb535d2f0448", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26378", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "524b0871-eb4e-4f20-875c-f9bf43e0e37b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063629Z:6424347c-b0fb-4bdc-95a3-bb535d2f0448" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "faec605192ee697f3a16e2e20e19edc4", + "x-ms-client-request-id": "323b87f37460f24426d5185df710a130", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9438,7 +16534,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:50 GMT", + "Date": "Mon, 25 Oct 2021 06:36:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,31 +16543,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "faec605192ee697f3a16e2e20e19edc4", - "x-ms-correlation-request-id": "4f2c57d8-9744-4120-9a79-bb2de0d199d1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29232", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "d5329878-f156-4699-858b-14c49929cccf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033651Z:4f2c57d8-9744-4120-9a79-bb2de0d199d1" + "x-ms-client-request-id": "323b87f37460f24426d5185df710a130", + "x-ms-correlation-request-id": "29c92e86-add1-40b8-a491-708a32a77e38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26377", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "b866aaf7-1b25-407b-8a95-7834770ccfa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063630Z:29c92e86-add1-40b8-a491-708a32a77e38" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a558a263465c5bcddc1d40aa028b7590", + "x-ms-client-request-id": "284529cbdd361e027314ed7be9fdbb3b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9480,7 +16576,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:52 GMT", + "Date": "Mon, 25 Oct 2021 06:36:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,31 +16585,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a558a263465c5bcddc1d40aa028b7590", - "x-ms-correlation-request-id": "30b341c2-4dc6-4ca1-ac22-746443ed1a58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29231", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "121ef0e3-2caa-44b2-8276-744fdbf632fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033652Z:30b341c2-4dc6-4ca1-ac22-746443ed1a58" + "x-ms-client-request-id": "284529cbdd361e027314ed7be9fdbb3b", + "x-ms-correlation-request-id": "8c8f5a5c-6179-4198-8957-b1127d1efd8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26376", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "5fabc2c5-0269-4cea-9e00-15c329185823", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063631Z:8c8f5a5c-6179-4198-8957-b1127d1efd8b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a44f5bfbbaab987beccb84731fa49451", + "x-ms-client-request-id": "6b308d4de7127013a04089ea5bdd6a9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9522,7 +16618,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:53 GMT", + "Date": "Mon, 25 Oct 2021 06:36:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,31 +16627,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a44f5bfbbaab987beccb84731fa49451", - "x-ms-correlation-request-id": "d85804e2-3d5c-46e7-bda6-ec9241b15fea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29230", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "017c55c3-5566-4771-985e-4b4bbbbd4d89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033654Z:d85804e2-3d5c-46e7-bda6-ec9241b15fea" + "x-ms-client-request-id": "6b308d4de7127013a04089ea5bdd6a9d", + "x-ms-correlation-request-id": "2fed003c-70cb-4c3d-8b32-dd252815b7b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26375", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "b4dbf213-1554-4592-81db-4009161af704", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063631Z:2fed003c-70cb-4c3d-8b32-dd252815b7b2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f9cd77ea4cd30aae92911dd052d466af", + "x-ms-client-request-id": "504359ca087b15bb851dbe4b87c90928", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9564,7 +16660,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:54 GMT", + "Date": "Mon, 25 Oct 2021 06:36:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,31 +16669,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f9cd77ea4cd30aae92911dd052d466af", - "x-ms-correlation-request-id": "4ba9ecad-3178-429c-9638-189e563d131a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29229", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "68e0b406-073d-4744-a4f9-e1223e26922a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033655Z:4ba9ecad-3178-429c-9638-189e563d131a" + "x-ms-client-request-id": "504359ca087b15bb851dbe4b87c90928", + "x-ms-correlation-request-id": "bc6c4fc2-3671-42f5-bf81-cbce40b44abb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26374", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "1f3208e4-8e40-4347-8238-218cbc298e2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063631Z:bc6c4fc2-3671-42f5-bf81-cbce40b44abb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b3e651a049caa81826bfb991c25a3b37", + "x-ms-client-request-id": "6a0fdc1936dfe41e15d487f55417c296", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9606,7 +16702,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:56 GMT", + "Date": "Mon, 25 Oct 2021 06:36:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,31 +16711,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3e651a049caa81826bfb991c25a3b37", - "x-ms-correlation-request-id": "2af4d8f5-d11f-4e27-88a0-71610967e610", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29228", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "ed4f9cdc-5bd0-4e1c-bd77-773495e19a3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033656Z:2af4d8f5-d11f-4e27-88a0-71610967e610" + "x-ms-client-request-id": "6a0fdc1936dfe41e15d487f55417c296", + "x-ms-correlation-request-id": "1c1914d7-fadf-43d6-94b5-8d47712c7fe5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26373", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "199532d0-0654-4f18-a817-a9ad0d6e6de8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063631Z:1c1914d7-fadf-43d6-94b5-8d47712c7fe5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8bbfef887bbdafbdac44111a9caa4517", + "x-ms-client-request-id": "8fb14fa96aba45c0d21be6f428c8e8d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9648,7 +16744,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:57 GMT", + "Date": "Mon, 25 Oct 2021 06:36:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,31 +16753,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bbfef887bbdafbdac44111a9caa4517", - "x-ms-correlation-request-id": "9996bbe8-b2ef-4a5b-bfbb-b276bc440bdf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29227", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "7fd0cbb8-3012-4b5e-b8da-f2e8c7cd746f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033658Z:9996bbe8-b2ef-4a5b-bfbb-b276bc440bdf" + "x-ms-client-request-id": "8fb14fa96aba45c0d21be6f428c8e8d7", + "x-ms-correlation-request-id": "f74cafb0-d6a2-4f5c-83a2-d29e2f82eebf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26372", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "c19df2fd-ec8c-42f5-b73d-ae68acb3cab3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063632Z:f74cafb0-d6a2-4f5c-83a2-d29e2f82eebf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cdd2d564e1bda1865e25d313931d4838", + "x-ms-client-request-id": "7fd0613600cd94be3a5e3aa680c5c16d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9690,7 +16786,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:58 GMT", + "Date": "Mon, 25 Oct 2021 06:36:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,31 +16795,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdd2d564e1bda1865e25d313931d4838", - "x-ms-correlation-request-id": "0fa8ae93-3f43-466b-82d4-8161cf0f7a6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29226", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "6d4b42fe-8ef0-4d8d-bf12-188fcee6502c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033659Z:0fa8ae93-3f43-466b-82d4-8161cf0f7a6a" + "x-ms-client-request-id": "7fd0613600cd94be3a5e3aa680c5c16d", + "x-ms-correlation-request-id": "0d0034d5-3e63-4db2-9be8-53f94c615569", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26371", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "3b8b90be-7be3-4651-83e1-1ec2cdc0bb7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063632Z:0d0034d5-3e63-4db2-9be8-53f94c615569" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6348e655db1525f19437068537fd0b7b", + "x-ms-client-request-id": "38a2275a7917af6d1cca97c44f2abc4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9732,7 +16828,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:36:59 GMT", + "Date": "Mon, 25 Oct 2021 06:36:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,31 +16837,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6348e655db1525f19437068537fd0b7b", - "x-ms-correlation-request-id": "b34d8e8f-869a-4c6a-96ef-80737cac5455", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29225", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "6684fd74-79c2-4d69-8eeb-0f9b177eb8ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033700Z:b34d8e8f-869a-4c6a-96ef-80737cac5455" + "x-ms-client-request-id": "38a2275a7917af6d1cca97c44f2abc4d", + "x-ms-correlation-request-id": "268faa95-eac8-4700-863a-7f142cf5c5cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26370", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "ad9463c1-4b9c-4527-b705-2dee0da8787a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063632Z:268faa95-eac8-4700-863a-7f142cf5c5cc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ec2ca17a6e87a77a681e2c98a8aa1b8f", + "x-ms-client-request-id": "f2beb0ec4346a9c9911d555c2f1ac40c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9774,7 +16870,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:01 GMT", + "Date": "Mon, 25 Oct 2021 06:36:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,31 +16879,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec2ca17a6e87a77a681e2c98a8aa1b8f", - "x-ms-correlation-request-id": "9d7d4dd3-3c44-404a-ad1e-d58ded683011", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29224", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "497dcef7-b8e0-45f5-b772-1bb4227dcca7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033702Z:9d7d4dd3-3c44-404a-ad1e-d58ded683011" + "x-ms-client-request-id": "f2beb0ec4346a9c9911d555c2f1ac40c", + "x-ms-correlation-request-id": "b8cbf148-da48-465a-bd50-b83fed193ae3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26369", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "dec679c4-b01b-47f2-bf3b-b938e0dc7af9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063632Z:b8cbf148-da48-465a-bd50-b83fed193ae3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b6c5d9fbe2628902e4ad3986db016a60", + "x-ms-client-request-id": "00997859b026bdbff421620268f94410", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9816,7 +16912,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:02 GMT", + "Date": "Mon, 25 Oct 2021 06:36:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,31 +16921,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6c5d9fbe2628902e4ad3986db016a60", - "x-ms-correlation-request-id": "8e5e950f-4ee3-4502-b252-a250e67757fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29223", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "c238e4c1-8aea-4b7e-b9cb-20029a90b4f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033703Z:8e5e950f-4ee3-4502-b252-a250e67757fb" + "x-ms-client-request-id": "00997859b026bdbff421620268f94410", + "x-ms-correlation-request-id": "efa50fcc-f06b-4a89-992b-b632d97fa8e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26368", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "25395d8d-f7fa-4e99-9a3a-40b2630e6d05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063633Z:efa50fcc-f06b-4a89-992b-b632d97fa8e7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f19957195cf0e7b16ba1faf7ae597dea", + "x-ms-client-request-id": "cfbaeda2ce0617265ef9a7fa24117f02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9858,7 +16954,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:03 GMT", + "Date": "Mon, 25 Oct 2021 06:36:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,31 +16963,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f19957195cf0e7b16ba1faf7ae597dea", - "x-ms-correlation-request-id": "1c83d901-a5ac-4ff7-b07f-1a205f8a48dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29221", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "c3169ac2-7a14-452f-a931-6435abc0940d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033704Z:1c83d901-a5ac-4ff7-b07f-1a205f8a48dc" + "x-ms-client-request-id": "cfbaeda2ce0617265ef9a7fa24117f02", + "x-ms-correlation-request-id": "bddf7e2b-1ef9-4e00-8f7a-0042dec6c877", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26367", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "5e864242-c381-4008-b2e2-967ab20ead8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063633Z:bddf7e2b-1ef9-4e00-8f7a-0042dec6c877" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5e89771b543897199ea308da35f4cb67", + "x-ms-client-request-id": "d76a8b05bb903b27f001fe25e0c64097", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9900,7 +16996,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:05 GMT", + "Date": "Mon, 25 Oct 2021 06:36:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,31 +17005,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e89771b543897199ea308da35f4cb67", - "x-ms-correlation-request-id": "e86728d0-919c-4f63-b056-40c33f7e483f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29220", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "ec27fe72-1b38-49ed-a4be-1e04cbb5a731", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033705Z:e86728d0-919c-4f63-b056-40c33f7e483f" + "x-ms-client-request-id": "d76a8b05bb903b27f001fe25e0c64097", + "x-ms-correlation-request-id": "bde6746f-c4a3-4f55-820b-e38a486a9739", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26366", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "d316205b-d82b-45d3-8d94-d6d8d2a7bd93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063633Z:bde6746f-c4a3-4f55-820b-e38a486a9739" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "507eccb32a109f9e27de4bc1e80bda8b", + "x-ms-client-request-id": "42b945d8f55f8a055182a22d09c599e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9942,7 +17038,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:06 GMT", + "Date": "Mon, 25 Oct 2021 06:36:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,31 +17047,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "507eccb32a109f9e27de4bc1e80bda8b", - "x-ms-correlation-request-id": "be174692-9a26-48bd-a9e2-e1a98339b1b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29219", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "0ae447ae-bb50-4b89-9c0b-5fd61e09acdc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033707Z:be174692-9a26-48bd-a9e2-e1a98339b1b6" + "x-ms-client-request-id": "42b945d8f55f8a055182a22d09c599e3", + "x-ms-correlation-request-id": "1e41d880-8038-457c-9879-c9bf9f2c8268", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26365", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "33eb551b-47eb-4c00-914e-60ad518b57df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063633Z:1e41d880-8038-457c-9879-c9bf9f2c8268" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "636a4e2f0c77c4283d01534d54d7b277", + "x-ms-client-request-id": "ddfd60a16c8fe77fc57ede05d0013697", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9984,7 +17080,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:07 GMT", + "Date": "Mon, 25 Oct 2021 06:36:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9993,31 +17089,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "636a4e2f0c77c4283d01534d54d7b277", - "x-ms-correlation-request-id": "11af856f-e3e8-48c8-a21d-27c332f8c8c5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29218", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "4528e6de-dba1-4be2-a2db-ad1e37e3685b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033708Z:11af856f-e3e8-48c8-a21d-27c332f8c8c5" + "x-ms-client-request-id": "ddfd60a16c8fe77fc57ede05d0013697", + "x-ms-correlation-request-id": "da9bd6fa-7513-4d9b-b1dd-b7e83c7eb163", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26364", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "22912e72-ef72-412e-8c98-78f5ac07628d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063634Z:da9bd6fa-7513-4d9b-b1dd-b7e83c7eb163" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e24393d52cdaf1d9d8ea365a0958af93", + "x-ms-client-request-id": "de210fb83c5710a285df860d19fa322b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10026,7 +17122,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:08 GMT", + "Date": "Mon, 25 Oct 2021 06:36:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,31 +17131,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e24393d52cdaf1d9d8ea365a0958af93", - "x-ms-correlation-request-id": "36c5fd61-5fcd-448d-b64b-7818123436a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29217", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "7df0786b-4790-4e04-9ab1-26eddad4965f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033709Z:36c5fd61-5fcd-448d-b64b-7818123436a2" + "x-ms-client-request-id": "de210fb83c5710a285df860d19fa322b", + "x-ms-correlation-request-id": "e22157b2-cdeb-445b-a7cc-8cbdc0f2d58f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26363", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "bd7ed175-5013-4621-896a-9056db238ccf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063634Z:e22157b2-cdeb-445b-a7cc-8cbdc0f2d58f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e6aa7cc86889a7f0a4ba120fd7514b50", + "x-ms-client-request-id": "80831b6863c96b07c5d27de11600ba4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10068,7 +17164,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:10 GMT", + "Date": "Mon, 25 Oct 2021 06:36:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,31 +17173,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6aa7cc86889a7f0a4ba120fd7514b50", - "x-ms-correlation-request-id": "c1cc7c47-8e89-470d-9af1-26fbb91ea9a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29216", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "1c11e04f-d4f1-4981-bbdb-cfc03879899c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033711Z:c1cc7c47-8e89-470d-9af1-26fbb91ea9a2" + "x-ms-client-request-id": "80831b6863c96b07c5d27de11600ba4f", + "x-ms-correlation-request-id": "20603f1c-2156-40f9-a597-cc314ab79f17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26362", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "16f33686-3957-4fd2-9207-7cbd3ebf28bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063634Z:20603f1c-2156-40f9-a597-cc314ab79f17" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "54ebd42cf8c802b074798a8cd5cdbbe5", + "x-ms-client-request-id": "f9740a4bbaa3648bbded57afe671cdca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10110,7 +17206,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:11 GMT", + "Date": "Mon, 25 Oct 2021 06:36:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,31 +17215,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54ebd42cf8c802b074798a8cd5cdbbe5", - "x-ms-correlation-request-id": "61e7a301-fa02-4dd9-92aa-f7f41f19a7f2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29215", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "88d1526b-f477-4cf5-af96-fc5c2b9c4124", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033712Z:61e7a301-fa02-4dd9-92aa-f7f41f19a7f2" + "x-ms-client-request-id": "f9740a4bbaa3648bbded57afe671cdca", + "x-ms-correlation-request-id": "a038a31e-f547-4129-aa4f-53f5960c138b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26361", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "73b5ce2d-b931-4e9a-b4c9-b88b20a38545", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063635Z:a038a31e-f547-4129-aa4f-53f5960c138b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d784bf52cb2c6deda39b3e2019ca1a87", + "x-ms-client-request-id": "b49db24bb67e55ce07b51984bfc0f985", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10152,7 +17248,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:12 GMT", + "Date": "Mon, 25 Oct 2021 06:36:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,31 +17257,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d784bf52cb2c6deda39b3e2019ca1a87", - "x-ms-correlation-request-id": "56e38d3a-1ac7-4f8d-9ec9-9cc5d17dd6ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29214", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "ea99d505-cc10-42d1-81f8-a9c89bee5ac4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033713Z:56e38d3a-1ac7-4f8d-9ec9-9cc5d17dd6ac" + "x-ms-client-request-id": "b49db24bb67e55ce07b51984bfc0f985", + "x-ms-correlation-request-id": "974e625a-af6a-47a1-9346-d502ecaca935", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26360", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "a349ee96-46a9-43ca-a4cf-676b4d904bda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063635Z:974e625a-af6a-47a1-9346-d502ecaca935" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "352ee59e5a6ccfcbcba77110dd63d1d6", + "x-ms-client-request-id": "0ec236243986ad888f1ec2dc0c588553", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10194,7 +17290,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:13 GMT", + "Date": "Mon, 25 Oct 2021 06:36:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,31 +17299,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "352ee59e5a6ccfcbcba77110dd63d1d6", - "x-ms-correlation-request-id": "0fec9e3c-2809-4d1c-b64d-74cf40447404", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29213", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "664eeeb5-5845-4241-ad42-4d8973ed1254", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033714Z:0fec9e3c-2809-4d1c-b64d-74cf40447404" + "x-ms-client-request-id": "0ec236243986ad888f1ec2dc0c588553", + "x-ms-correlation-request-id": "802431ec-d063-4160-b211-1880b80585e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26359", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "8dada4fa-8168-47c7-9d63-cfea65dc731e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063635Z:802431ec-d063-4160-b211-1880b80585e9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "17bc2dfe74cc6023e67eb02cba90e9aa", + "x-ms-client-request-id": "6395b205066395d03c1ff1eea107a5fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10236,7 +17332,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:15 GMT", + "Date": "Mon, 25 Oct 2021 06:36:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,31 +17341,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17bc2dfe74cc6023e67eb02cba90e9aa", - "x-ms-correlation-request-id": "ed01e400-9ced-4805-81a3-f3dd2f04cca0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29212", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "5c51ae79-8a63-48e8-ae5d-669282235bc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033716Z:ed01e400-9ced-4805-81a3-f3dd2f04cca0" + "x-ms-client-request-id": "6395b205066395d03c1ff1eea107a5fc", + "x-ms-correlation-request-id": "dbcba442-ff32-4687-819a-9d48a8717fcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26358", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "40803eab-fbb5-4148-b430-d4c3c899284f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063635Z:dbcba442-ff32-4687-819a-9d48a8717fcb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "efee035e869ff779f4b40b8559dd8f40", + "x-ms-client-request-id": "b08ad1f3bfaf12442aef2560f3f249af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10278,7 +17374,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:16 GMT", + "Date": "Mon, 25 Oct 2021 06:36:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,31 +17383,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efee035e869ff779f4b40b8559dd8f40", - "x-ms-correlation-request-id": "925cc363-3db9-48c2-8eb9-69934fda13a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29211", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "57459ccc-3acf-45ab-8e3b-1b1556941854", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033717Z:925cc363-3db9-48c2-8eb9-69934fda13a9" + "x-ms-client-request-id": "b08ad1f3bfaf12442aef2560f3f249af", + "x-ms-correlation-request-id": "8895dc14-509f-4a13-b455-64c507af66f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26357", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "21dd8962-4268-43ad-8783-919b6186b9a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063636Z:8895dc14-509f-4a13-b455-64c507af66f3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ec2167c9030d29bac2cd4eedaa9e153b", + "x-ms-client-request-id": "0c7fc530962a1e22652cd267479a0c87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10320,7 +17416,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:17 GMT", + "Date": "Mon, 25 Oct 2021 06:36:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,31 +17425,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec2167c9030d29bac2cd4eedaa9e153b", - "x-ms-correlation-request-id": "af3abf5f-efc7-4765-b00c-bf83629b8872", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29210", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "0c660e93-3aff-4054-9f8f-16d2dfc060d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033718Z:af3abf5f-efc7-4765-b00c-bf83629b8872" + "x-ms-client-request-id": "0c7fc530962a1e22652cd267479a0c87", + "x-ms-correlation-request-id": "1d212ce0-d966-48b0-95cf-2630f0f39299", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26356", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "9746d046-9219-4ca2-adef-005e2bb1aca6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063636Z:1d212ce0-d966-48b0-95cf-2630f0f39299" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dab1c7bee1747837b4c42218699e0709", + "x-ms-client-request-id": "3ae8c579d5cd45a36e833873e070a249", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10362,7 +17458,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:18 GMT", + "Date": "Mon, 25 Oct 2021 06:36:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,31 +17467,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dab1c7bee1747837b4c42218699e0709", - "x-ms-correlation-request-id": "86329eae-f60d-47af-be46-47764bd788f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29209", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "27f308eb-2367-4a12-902b-560a72bc6df7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033719Z:86329eae-f60d-47af-be46-47764bd788f6" + "x-ms-client-request-id": "3ae8c579d5cd45a36e833873e070a249", + "x-ms-correlation-request-id": "b8e77b96-b88a-4fed-8ae6-0da00fe3440a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26355", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "46213437-1d0b-4ddd-895e-4802cdb22c95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063636Z:b8e77b96-b88a-4fed-8ae6-0da00fe3440a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "52626feffc6f5b9c48c42dd1378b4d56", + "x-ms-client-request-id": "dbbd41d698885dd1af6c4a83ecddca90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10404,7 +17500,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:20 GMT", + "Date": "Mon, 25 Oct 2021 06:36:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,31 +17509,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52626feffc6f5b9c48c42dd1378b4d56", - "x-ms-correlation-request-id": "2d800b0a-0586-4e0b-89cb-de257a2c73a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29208", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "7c3f5a90-02ea-4fc6-b910-016e6c7b47e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033721Z:2d800b0a-0586-4e0b-89cb-de257a2c73a9" + "x-ms-client-request-id": "dbbd41d698885dd1af6c4a83ecddca90", + "x-ms-correlation-request-id": "b117b04b-863c-44f7-918e-bb98d62fd02d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26354", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "98e78f46-736c-47eb-b257-bac59c8e7df4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063637Z:b117b04b-863c-44f7-918e-bb98d62fd02d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91c6cf9fb52be7cc30a93849e0a2c023", + "x-ms-client-request-id": "2de79de30e095be221399da75dae3df5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10446,7 +17542,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:21 GMT", + "Date": "Mon, 25 Oct 2021 06:36:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,31 +17551,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91c6cf9fb52be7cc30a93849e0a2c023", - "x-ms-correlation-request-id": "4b5ce5a7-191f-4664-9065-19873ae86f81", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29207", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "62ff832e-1db8-40d3-a848-2154c9d44305", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033722Z:4b5ce5a7-191f-4664-9065-19873ae86f81" + "x-ms-client-request-id": "2de79de30e095be221399da75dae3df5", + "x-ms-correlation-request-id": "0e1b4c53-9d0e-44e4-a846-818784743566", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26353", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "ac182c09-4b09-4ce9-9ea0-4af8f93e4733", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063637Z:0e1b4c53-9d0e-44e4-a846-818784743566" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3afe45c6c23bc2cc2b5591afb4654028", + "x-ms-client-request-id": "0591888930dce0fff38b8a618a205891", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10488,7 +17584,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:22 GMT", + "Date": "Mon, 25 Oct 2021 06:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,31 +17593,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3afe45c6c23bc2cc2b5591afb4654028", - "x-ms-correlation-request-id": "29a074e9-ce30-4920-993e-98cf127604d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29206", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "dc03a06c-dad4-484a-9590-70eac4b39d1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033723Z:29a074e9-ce30-4920-993e-98cf127604d6" + "x-ms-client-request-id": "0591888930dce0fff38b8a618a205891", + "x-ms-correlation-request-id": "a1e242a1-444b-439f-9b4f-5338558c309c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26352", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "e221f446-9ca7-45c4-a3aa-3ebb8d4be480", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063637Z:a1e242a1-444b-439f-9b4f-5338558c309c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9978cc7775d739dda37a22c5c3537ba6", + "x-ms-client-request-id": "4390a7b87489c73f5f62ba4ffa2aff01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10530,7 +17626,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:23 GMT", + "Date": "Mon, 25 Oct 2021 06:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10539,31 +17635,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9978cc7775d739dda37a22c5c3537ba6", - "x-ms-correlation-request-id": "5678c1d0-75db-440b-a528-6dfe4a8c4efe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29205", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "0b41f7e1-55f0-4028-8756-65ab143f129f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033724Z:5678c1d0-75db-440b-a528-6dfe4a8c4efe" + "x-ms-client-request-id": "4390a7b87489c73f5f62ba4ffa2aff01", + "x-ms-correlation-request-id": "3b3f6f8a-9837-445d-b549-a6fa27fab1ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26351", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "8c29e723-2f9d-4cc0-a97f-4f7ef6294ff7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063637Z:3b3f6f8a-9837-445d-b549-a6fa27fab1ef" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f20a0904138cdd1a030466d6231c33ca", + "x-ms-client-request-id": "64f9552ec44bb3b49e06397e8380d001", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10572,7 +17668,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:25 GMT", + "Date": "Mon, 25 Oct 2021 06:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,31 +17677,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f20a0904138cdd1a030466d6231c33ca", - "x-ms-correlation-request-id": "5d8f91d3-71fd-462b-a8aa-4ceebd5a7a78", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29204", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "30fb8b0d-cd1f-456a-981a-dbac0ab5c6a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033726Z:5d8f91d3-71fd-462b-a8aa-4ceebd5a7a78" + "x-ms-client-request-id": "64f9552ec44bb3b49e06397e8380d001", + "x-ms-correlation-request-id": "140114cb-9dbe-4abe-b4b6-657a121100c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26350", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "1dad45de-d2ac-48f4-9c57-314e09bc0bf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063638Z:140114cb-9dbe-4abe-b4b6-657a121100c2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "14d10f682629514c67c496c09f06fed8", + "x-ms-client-request-id": "b5ef0ce0fa1d146c48c9a67975b0e5c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10614,7 +17710,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:26 GMT", + "Date": "Mon, 25 Oct 2021 06:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,31 +17719,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14d10f682629514c67c496c09f06fed8", - "x-ms-correlation-request-id": "b48c967e-54dc-4225-b8db-8d152862db94", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29203", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "c77927d1-2894-4008-a452-afa88c2aeabd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033727Z:b48c967e-54dc-4225-b8db-8d152862db94" + "x-ms-client-request-id": "b5ef0ce0fa1d146c48c9a67975b0e5c9", + "x-ms-correlation-request-id": "533df0da-d6d2-49a8-bbf7-e55ae93f8f97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26349", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "29a8633a-0a17-45a8-8b72-cc6128379ed4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063638Z:533df0da-d6d2-49a8-bbf7-e55ae93f8f97" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aaabebda4e5b649bb19b96d30f071687", + "x-ms-client-request-id": "3533898bf427f345f3dda5823bc143de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10656,7 +17752,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:27 GMT", + "Date": "Mon, 25 Oct 2021 06:36:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,31 +17761,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aaabebda4e5b649bb19b96d30f071687", - "x-ms-correlation-request-id": "463f5035-5c0c-481e-8490-757ad31071ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29202", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "c06ffa8a-031f-4196-984f-e86a996a093c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033728Z:463f5035-5c0c-481e-8490-757ad31071ae" + "x-ms-client-request-id": "3533898bf427f345f3dda5823bc143de", + "x-ms-correlation-request-id": "0c9affa0-288b-4cf0-b9cc-804e9698d3c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26348", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "52458aff-c20b-40fe-a2cb-cec503bd8a0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063638Z:0c9affa0-288b-4cf0-b9cc-804e9698d3c6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b35d57476781de7cbdb98ac87c593dfd", + "x-ms-client-request-id": "ee6eb992493b33e3e8e41b821e3a3dee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10698,7 +17794,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:29 GMT", + "Date": "Mon, 25 Oct 2021 06:36:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,31 +17803,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b35d57476781de7cbdb98ac87c593dfd", - "x-ms-correlation-request-id": "bf9f9c77-b5be-4b4e-b49a-eacfa335991e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29201", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "7aa444c7-e4d7-401d-a6e0-e8893ef05a58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033729Z:bf9f9c77-b5be-4b4e-b49a-eacfa335991e" + "x-ms-client-request-id": "ee6eb992493b33e3e8e41b821e3a3dee", + "x-ms-correlation-request-id": "72bd3f73-90d0-4119-858b-5bf7797d0c40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26347", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "6f52279d-bcdd-456f-bb83-2d58706aaf27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063638Z:72bd3f73-90d0-4119-858b-5bf7797d0c40" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "37fc8d068871196f736d628d90794260", + "x-ms-client-request-id": "faf270219a4debdac6fbc24055e9d987", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10740,7 +17836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:30 GMT", + "Date": "Mon, 25 Oct 2021 06:36:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,31 +17845,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37fc8d068871196f736d628d90794260", - "x-ms-correlation-request-id": "46fdbb3b-2671-4aae-a92c-31c90bc69bc0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29200", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "52c98801-4164-44f8-a62c-f619dbd02ec2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033731Z:46fdbb3b-2671-4aae-a92c-31c90bc69bc0" + "x-ms-client-request-id": "faf270219a4debdac6fbc24055e9d987", + "x-ms-correlation-request-id": "55a48188-91e9-48e2-9fdc-b0393b356d83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26346", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "1e629adc-4b27-4521-80fd-a6a91daded1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063639Z:55a48188-91e9-48e2-9fdc-b0393b356d83" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "48790fae4aa873576ecceda1c4d3e757", + "x-ms-client-request-id": "bce7c786f741428ea5ff4c42d9c3d4b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10782,7 +17878,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:31 GMT", + "Date": "Mon, 25 Oct 2021 06:36:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,31 +17887,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48790fae4aa873576ecceda1c4d3e757", - "x-ms-correlation-request-id": "dd82f3ab-c205-40be-b9c8-bf59ed078d26", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29199", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "0b08b403-6bf6-43a8-87f5-775cc9765e5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033732Z:dd82f3ab-c205-40be-b9c8-bf59ed078d26" + "x-ms-client-request-id": "bce7c786f741428ea5ff4c42d9c3d4b8", + "x-ms-correlation-request-id": "f449fd1e-1189-4ed6-8726-9d63971c239d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26345", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "65b48eb4-fecb-4f30-b014-57341c69bb92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063639Z:f449fd1e-1189-4ed6-8726-9d63971c239d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "81cc985dde0bbe15e743401304ef4d44", + "x-ms-client-request-id": "cb60b7a048cef890df83273f86a3deff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10824,7 +17920,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:32 GMT", + "Date": "Mon, 25 Oct 2021 06:36:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,31 +17929,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81cc985dde0bbe15e743401304ef4d44", - "x-ms-correlation-request-id": "02e046a4-3d65-4521-a382-46dce224035c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29198", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "27e02c37-2708-48ca-b356-fef93c64dec9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033733Z:02e046a4-3d65-4521-a382-46dce224035c" + "x-ms-client-request-id": "cb60b7a048cef890df83273f86a3deff", + "x-ms-correlation-request-id": "2c5c3a93-57d1-433b-9977-ab8c3f5ade37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26344", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "71c19c2b-d801-46d1-8578-d461a7bfb3b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063639Z:2c5c3a93-57d1-433b-9977-ab8c3f5ade37" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6d192977f5e0bc543689c9a49bce55a0", + "x-ms-client-request-id": "57fb940a80532aace1b0554e4d971203", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10866,7 +17962,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:34 GMT", + "Date": "Mon, 25 Oct 2021 06:36:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,31 +17971,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d192977f5e0bc543689c9a49bce55a0", - "x-ms-correlation-request-id": "30264836-5c82-4d0a-b8c4-101acbc7a337", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29197", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "ad7afeff-bd81-4331-a0b2-33407b7123d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033735Z:30264836-5c82-4d0a-b8c4-101acbc7a337" + "x-ms-client-request-id": "57fb940a80532aace1b0554e4d971203", + "x-ms-correlation-request-id": "7530ee0d-fef9-4d34-b326-24d81ebcac96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26343", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "e72d67ac-5f29-4dba-a8be-d1c01e46de69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063639Z:7530ee0d-fef9-4d34-b326-24d81ebcac96" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f72f0a85c0accf55f9ba60650a436e7f", + "x-ms-client-request-id": "9ea00a260e883db836efddbecf4ebb01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10908,7 +18004,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:35 GMT", + "Date": "Mon, 25 Oct 2021 06:36:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,31 +18013,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f72f0a85c0accf55f9ba60650a436e7f", - "x-ms-correlation-request-id": "12b33aa8-ce48-4f75-b9a0-54efb4d40d1b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29195", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "54254974-8df4-4ee5-94d0-78029b84c719", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033736Z:12b33aa8-ce48-4f75-b9a0-54efb4d40d1b" + "x-ms-client-request-id": "9ea00a260e883db836efddbecf4ebb01", + "x-ms-correlation-request-id": "43bbad99-1551-43d5-98ba-20663e59c261", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26342", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "0810413b-3b9f-4114-b38e-4ad82363b9ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063640Z:43bbad99-1551-43d5-98ba-20663e59c261" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9a2aa87e7ab9687644104a8115712319", + "x-ms-client-request-id": "45374d217dc81f640a36e91ef342aa47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10950,7 +18046,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:36 GMT", + "Date": "Mon, 25 Oct 2021 06:36:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,31 +18055,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a2aa87e7ab9687644104a8115712319", - "x-ms-correlation-request-id": "d1cf9bcc-4679-43ae-8022-3c26ffec96ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29194", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "6fcc1e20-91c7-44f6-bffd-9afda533ecdf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033737Z:d1cf9bcc-4679-43ae-8022-3c26ffec96ac" + "x-ms-client-request-id": "45374d217dc81f640a36e91ef342aa47", + "x-ms-correlation-request-id": "66ad96a3-6d23-4dcf-8b09-d7209d461c19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26341", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "9a295f08-9847-416d-8e23-14f9a2af0b2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063640Z:66ad96a3-6d23-4dcf-8b09-d7209d461c19" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f98da0ee56bfb698d44a732694efb2f3", + "x-ms-client-request-id": "7b1824704003fc76dbbd2064a3ee5a92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10992,7 +18088,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:37 GMT", + "Date": "Mon, 25 Oct 2021 06:36:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,31 +18097,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f98da0ee56bfb698d44a732694efb2f3", - "x-ms-correlation-request-id": "1437a2e2-8235-4339-88cd-ad18e0f9aa36", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29193", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "b6b7923e-fb22-4862-9e17-704caf8d3dae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033738Z:1437a2e2-8235-4339-88cd-ad18e0f9aa36" + "x-ms-client-request-id": "7b1824704003fc76dbbd2064a3ee5a92", + "x-ms-correlation-request-id": "c62d098c-73c4-480f-aff8-c07aa56ca2f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26340", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "b311de5a-fb0b-49a9-86a0-aeabd8011e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063640Z:c62d098c-73c4-480f-aff8-c07aa56ca2f5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f325491abba30be694c7b39c76d3ba88", + "x-ms-client-request-id": "ff2d53f5cd5fa93ba6809452259a4af4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11034,7 +18130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:39 GMT", + "Date": "Mon, 25 Oct 2021 06:36:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,31 +18139,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f325491abba30be694c7b39c76d3ba88", - "x-ms-correlation-request-id": "c21bf620-c835-4747-8bf9-88acb5cb0b31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29192", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "0ddcaaa0-1938-40ef-bc47-915cbb85751b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033740Z:c21bf620-c835-4747-8bf9-88acb5cb0b31" + "x-ms-client-request-id": "ff2d53f5cd5fa93ba6809452259a4af4", + "x-ms-correlation-request-id": "b019ff9d-fa91-4db9-a7ac-54f8a386e871", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26339", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "5ef97bef-5a87-4f4b-946a-aab6a049263f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063640Z:b019ff9d-fa91-4db9-a7ac-54f8a386e871" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6a77479774b528c01074c56f0650d454", + "x-ms-client-request-id": "aa4d95443f36e0fed73b690a5dff7b1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11076,7 +18172,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:40 GMT", + "Date": "Mon, 25 Oct 2021 06:36:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,31 +18181,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a77479774b528c01074c56f0650d454", - "x-ms-correlation-request-id": "086c7fae-2425-4880-8f61-e1c92b294cdf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29191", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "0f775afc-4684-4af2-85a9-7a3725879fd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033741Z:086c7fae-2425-4880-8f61-e1c92b294cdf" + "x-ms-client-request-id": "aa4d95443f36e0fed73b690a5dff7b1b", + "x-ms-correlation-request-id": "5a31be9c-415f-47f9-9fcf-e6eaaf7e4595", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26338", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "c5dfc9e6-a389-4ee5-9a9e-365c27ae3631", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063641Z:5a31be9c-415f-47f9-9fcf-e6eaaf7e4595" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cb67575e304b3275ba8265f8a3fc3f00", + "x-ms-client-request-id": "a02856dcaa15a3e7e96fd582ac23d641", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11118,7 +18214,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:41 GMT", + "Date": "Mon, 25 Oct 2021 06:36:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,31 +18223,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb67575e304b3275ba8265f8a3fc3f00", - "x-ms-correlation-request-id": "aee930f8-df23-45dc-815b-b544f639d941", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29190", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "6037b7de-338a-4694-a70d-25c9d9aaea7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033742Z:aee930f8-df23-45dc-815b-b544f639d941" + "x-ms-client-request-id": "a02856dcaa15a3e7e96fd582ac23d641", + "x-ms-correlation-request-id": "82da4896-4fce-468a-8b1c-7c1d4632d780", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26337", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "e5befcb4-e3b8-41ce-9483-a3a29357b7c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063641Z:82da4896-4fce-468a-8b1c-7c1d4632d780" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c8fea8f4878a53d89fde22ff5760443", + "x-ms-client-request-id": "0d202c73afa1b55c554c282463304ba6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +18256,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:42 GMT", + "Date": "Mon, 25 Oct 2021 06:36:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,31 +18265,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c8fea8f4878a53d89fde22ff5760443", - "x-ms-correlation-request-id": "70daf32a-84fe-42a8-a14f-a22778e11689", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29189", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "720a9abf-a6b9-43a5-9268-a224225baec2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033743Z:70daf32a-84fe-42a8-a14f-a22778e11689" + "x-ms-client-request-id": "0d202c73afa1b55c554c282463304ba6", + "x-ms-correlation-request-id": "2e013d1c-5ce6-4826-9818-eaa2bc65b6b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26336", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "a34e45b7-a8b5-4ce9-809a-69d59142bc92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063641Z:2e013d1c-5ce6-4826-9818-eaa2bc65b6b2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e3d5ef3ee6c673dd144b0330fc88514", + "x-ms-client-request-id": "cf767804aa7199deaea9c1c7697b34b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11202,7 +18298,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:44 GMT", + "Date": "Mon, 25 Oct 2021 06:36:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,31 +18307,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e3d5ef3ee6c673dd144b0330fc88514", - "x-ms-correlation-request-id": "c5552db7-89ce-4f2c-b877-235ab7ca9b27", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29188", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "d388ab0d-79b2-4767-b93d-1f7473ead129", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033745Z:c5552db7-89ce-4f2c-b877-235ab7ca9b27" + "x-ms-client-request-id": "cf767804aa7199deaea9c1c7697b34b3", + "x-ms-correlation-request-id": "7bbefa3c-b3e5-4ac7-a93f-4b5510cb8e45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26335", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "54c24d65-ef56-4a28-b1b2-c4866b9c4eb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063642Z:7bbefa3c-b3e5-4ac7-a93f-4b5510cb8e45" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1bdfc53487c115dc19c1414d4d463d43", + "x-ms-client-request-id": "319728646edf2c79f9724ac882c33fb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11244,7 +18340,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:45 GMT", + "Date": "Mon, 25 Oct 2021 06:36:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,31 +18349,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bdfc53487c115dc19c1414d4d463d43", - "x-ms-correlation-request-id": "1763dc6e-70d7-4796-beb5-0b6cd7fdcfd9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29187", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "1ae5e688-a6b8-4f48-a52b-06892737ace4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033746Z:1763dc6e-70d7-4796-beb5-0b6cd7fdcfd9" + "x-ms-client-request-id": "319728646edf2c79f9724ac882c33fb9", + "x-ms-correlation-request-id": "359a33b2-1d21-4c77-98f9-8c5f729a502b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26334", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "9d841db2-c775-416d-be97-2fc75aff4fcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063642Z:359a33b2-1d21-4c77-98f9-8c5f729a502b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4404227d21bea194ad277b33980996c1", + "x-ms-client-request-id": "337d2e2307adc8cf4d865ff7ee954bda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11286,7 +18382,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:47 GMT", + "Date": "Mon, 25 Oct 2021 06:36:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,31 +18391,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4404227d21bea194ad277b33980996c1", - "x-ms-correlation-request-id": "81105e00-a9bb-40af-9d46-15e0ed0727a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29186", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "d300bf20-5476-4f0d-a212-f94ad9b7ebfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033747Z:81105e00-a9bb-40af-9d46-15e0ed0727a9" + "x-ms-client-request-id": "337d2e2307adc8cf4d865ff7ee954bda", + "x-ms-correlation-request-id": "e6f64947-4ea4-42bc-bc00-6a902fa1fe7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26333", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "cbbf4405-7a73-49d7-adcb-84d072cff30f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063642Z:e6f64947-4ea4-42bc-bc00-6a902fa1fe7a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "30face78e8966b81812705abadef1a8b", + "x-ms-client-request-id": "3bc074181a9996c7fe49d5fe5f1516ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +18424,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:49 GMT", + "Date": "Mon, 25 Oct 2021 06:36:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,31 +18433,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30face78e8966b81812705abadef1a8b", - "x-ms-correlation-request-id": "1803df94-88fb-41ba-9f4a-ea65dc0b3103", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29185", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "c2f34124-d0d8-4b39-a05b-0495324e7db5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033749Z:1803df94-88fb-41ba-9f4a-ea65dc0b3103" + "x-ms-client-request-id": "3bc074181a9996c7fe49d5fe5f1516ea", + "x-ms-correlation-request-id": "d5b0cf9a-b253-4fa6-bb7b-9e88347d928c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26332", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "e2a8b3e6-237b-4af9-9686-45439ad18e9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063643Z:d5b0cf9a-b253-4fa6-bb7b-9e88347d928c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "edb66c0740c31356313e6e990ca87d0f", + "x-ms-client-request-id": "3ba3086900fd5c0558cee3580e813d64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11370,7 +18466,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:50 GMT", + "Date": "Mon, 25 Oct 2021 06:36:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11379,31 +18475,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edb66c0740c31356313e6e990ca87d0f", - "x-ms-correlation-request-id": "382eadc7-b1d8-4a8c-bc63-7a3bf4c93955", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29184", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "b48726b6-e98d-4041-b8cd-6da93539919a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033750Z:382eadc7-b1d8-4a8c-bc63-7a3bf4c93955" + "x-ms-client-request-id": "3ba3086900fd5c0558cee3580e813d64", + "x-ms-correlation-request-id": "71e9868b-e7fb-43df-af06-3aed293579a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26331", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "3aa13093-73ef-49ef-8f27-2346320cd598", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063643Z:71e9868b-e7fb-43df-af06-3aed293579a5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ed5802b0c4b94ada099c3961be9f3bd", + "x-ms-client-request-id": "0eb070260403081f67e7346432d06837", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11412,7 +18508,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:51 GMT", + "Date": "Mon, 25 Oct 2021 06:36:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11421,31 +18517,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ed5802b0c4b94ada099c3961be9f3bd", - "x-ms-correlation-request-id": "d1a57228-66b9-4964-93fd-a37099ed248d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29183", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "28b97884-1383-48e8-ad24-0bb987ab88e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033751Z:d1a57228-66b9-4964-93fd-a37099ed248d" + "x-ms-client-request-id": "0eb070260403081f67e7346432d06837", + "x-ms-correlation-request-id": "019d439a-61ed-4d84-9b8c-4c5d5b468015", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26330", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "c372cfb2-193e-44bf-b12f-20fb16563c64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063643Z:019d439a-61ed-4d84-9b8c-4c5d5b468015" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b2cef0da95338fe78e7ff577ae85fd9", + "x-ms-client-request-id": "e68d747010f117dc6e63e3ca376e877c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11454,7 +18550,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:52 GMT", + "Date": "Mon, 25 Oct 2021 06:36:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11463,31 +18559,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b2cef0da95338fe78e7ff577ae85fd9", - "x-ms-correlation-request-id": "beb2ca46-0f63-4e49-b375-97584894a713", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29182", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "a74684fe-4bf3-4306-866a-891e4f16a41a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033752Z:beb2ca46-0f63-4e49-b375-97584894a713" + "x-ms-client-request-id": "e68d747010f117dc6e63e3ca376e877c", + "x-ms-correlation-request-id": "020810f0-2a25-4c17-8335-c63ea73d24ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26329", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "befafa4a-b2cc-4a12-a6fd-c89a8ef6567f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063643Z:020810f0-2a25-4c17-8335-c63ea73d24ee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/caebca68-0f30-4605-8fe1-bfcc0508cc21?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c7ff5aa9b1afa40bf214d2a7dbff748", + "x-ms-client-request-id": "efd7700c076465e7e89bd315cca12a87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efd7700c076465e7e89bd315cca12a87", + "x-ms-correlation-request-id": "3bdf6568-8667-44b6-8c29-a204b34973ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26328", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "0e3c2723-0eeb-4897-9ea1-f7f667eb8831", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063644Z:3bdf6568-8667-44b6-8c29-a204b34973ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9ae8ab6557f416739399a09f2055d1f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11496,7 +18634,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:54 GMT", + "Date": "Mon, 25 Oct 2021 06:36:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11505,41 +18643,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c7ff5aa9b1afa40bf214d2a7dbff748", - "x-ms-correlation-request-id": "4825bbe6-2024-4059-b061-b767cf8f9319", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29181", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "5090756c-22b2-4255-94a5-1f3c87b0f386", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033754Z:4825bbe6-2024-4059-b061-b767cf8f9319" + "x-ms-client-request-id": "9ae8ab6557f416739399a09f2055d1f9", + "x-ms-correlation-request-id": "7a033ba1-9d65-4dfc-84ec-513599d472e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26327", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "e58b2fd5-6c54-401f-83ac-cc76520081ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063644Z:7a033ba1-9d65-4dfc-84ec-513599d472e6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:36:33.7559481\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T03:37:53.0684048\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:35:44.0938018\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:36:44.1561549\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022caebca68-0f30-4605-8fe1-bfcc0508cc21\u0022\r\n", + " \u0022name\u0022: \u0022a8e80bdd-9580-4c58-b0cc-83d3e61f7ccb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1c8cb04a527c82bc829d05630d551ab8", + "x-ms-client-request-id": "c257b85f79f968d28d27fe563dc74bcc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "2628", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:54 GMT", + "Date": "Mon, 25 Oct 2021 06:36:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11548,23 +18686,20 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c8cb04a527c82bc829d05630d551ab8", - "x-ms-correlation-request-id": "c5963907-82df-4fc4-8ecb-212e2f8dad73", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2555", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "d67058d2-28b4-4b26-864c-8b3e9b7f7101", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033754Z:c5963907-82df-4fc4-8ecb-212e2f8dad73" + "x-ms-client-request-id": "c257b85f79f968d28d27fe563dc74bcc", + "x-ms-correlation-request-id": "74ca7d93-7563-4ce0-a406-6a65b03cf9a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "61c9356c-c6b1-4efb-9dc7-9dbc2810a99a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063644Z:74ca7d93-7563-4ce0-a406-6a65b03cf9a7" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-5289\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -11612,62 +18747,36 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022b5d08580-dd8b-4920-a7bc-9577e72880e6\u0022\r\n", + " \u0022uniqueId\u0022: \u0022618b3456-7594-4602-bfb7-538460d682ab\u0022\r\n", " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "26ece939c76971a3af326c325bd3bbb8", + "x-ms-client-request-id": "8b645b39ed85b588fcc15bcb67474592", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "2628", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:54 GMT", + "Date": "Mon, 25 Oct 2021 06:36:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11676,23 +18785,20 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26ece939c76971a3af326c325bd3bbb8", - "x-ms-correlation-request-id": "52662506-c0ec-40ee-990d-06a521ca46a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2554", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "cf549654-e42f-42c7-8391-d8c89ec91495", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033754Z:52662506-c0ec-40ee-990d-06a521ca46a2" + "x-ms-client-request-id": "8b645b39ed85b588fcc15bcb67474592", + "x-ms-correlation-request-id": "e750ac71-c1d1-4b1e-911e-37108c0e4695", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2595", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "8c0f4fde-0834-488d-8151-3a2eca15b48f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063644Z:e750ac71-c1d1-4b1e-911e-37108c0e4695" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-5289\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5289\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -11740,38 +18846,12 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9492/providers/Microsoft.Network/virtualNetworks/testVNet-8156/subnets/testSubnet-2078\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022b5d08580-dd8b-4920-a7bc-9577e72880e6\u0022\r\n", + " \u0022uniqueId\u0022: \u0022618b3456-7594-4602-bfb7-538460d682ab\u0022\r\n", " }\r\n", "}" ] @@ -11779,7 +18859,7 @@ ], "Variables": { "RandomSeed": "82719901", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get()Async.json index aecd609baa54c..c837687cda565 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Get()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-38bf29f77997d94aa5e6aae85cb0d393-67c044ccb2e46a49-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "809dc17d88af47c133083fb62b36c1f4", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:15 GMT", + "Date": "Mon, 25 Oct 2021 06:43:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "265a6712-c5a0-4306-839c-0b1a7bacef38", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "265a6712-c5a0-4306-839c-0b1a7bacef38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054215Z:265a6712-c5a0-4306-839c-0b1a7bacef38" + "x-ms-correlation-request-id": "4b81b80f-ae50-4478-8169-be20d3ac110a", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4b81b80f-ae50-4478-8169-be20d3ac110a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064341Z:4b81b80f-ae50-4478-8169-be20d3ac110a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-4373?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-4373?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-3340304f47360b41aa32cfa937160cd5-08ad3063d621a34c-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "85c1048d9a7bdd84a748048d105540c2", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:16 GMT", + "Date": "Mon, 25 Oct 2021 06:43:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abdd3fae-9e6e-4ba0-b3bc-12c0758ff548", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "abdd3fae-9e6e-4ba0-b3bc-12c0758ff548", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054216Z:abdd3fae-9e6e-4ba0-b3bc-12c0758ff548" + "x-ms-correlation-request-id": "ce29ee1e-3a3a-434f-8553-e0b4ff8072a1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "ce29ee1e-3a3a-434f-8553-e0b4ff8072a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064342Z:ce29ee1e-3a3a-434f-8553-e0b4ff8072a1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373", "name": "testRG-4373", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-73b36725cbdd724a8802be6fe0baaf7b-f39b35441ba1da47-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "4487af71c0eca64a4570eeeef749b66e", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:16 GMT", + "Date": "Mon, 25 Oct 2021 06:43:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "140d5291-baa6-40b3-a705-8236f8cc0572", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "140d5291-baa6-40b3-a705-8236f8cc0572", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054216Z:140d5291-baa6-40b3-a705-8236f8cc0572" + "x-ms-correlation-request-id": "ed58edd1-b20a-4894-bbe5-fc0dbba15612", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "ed58edd1-b20a-4894-bbe5-fc0dbba15612", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064343Z:ed58edd1-b20a-4894-bbe5-fc0dbba15612" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,168 +8618,6663 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-73b36725cbdd724a8802be6fe0baaf7b-fa9e1e29f485a342-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "f89d92bb0345d2fce17943a6f8ea7669", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-7480", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c462fd92-e341-4936-ab2f-fe215934c7ed?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8c5e099-2114-4814-bb6a-ecbdff253069", - "x-ms-client-request-id": "f89d92bb0345d2fce17943a6f8ea7669", - "x-ms-correlation-request-id": "0d1dbe9c-4d60-4bdc-b8ce-8ae3a9e9b1da", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "c462fd92-e341-4936-ab2f-fe215934c7ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054220Z:0d1dbe9c-4d60-4bdc-b8ce-8ae3a9e9b1da" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-3989\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00226f6b5f8d-abd1-4407-83ac-d87a05ed99a3\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022d2bc9638-9714-4fd1-bda9-0fe45304031b\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-7480\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00226f6b5f8d-abd1-4407-83ac-d87a05ed99a3\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c462fd92-e341-4936-ab2f-fe215934c7ed?api-version=2021-05-01", + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f89d92bb0345d2fce17943a6f8ea7669", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-7480", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/a0258c1a-31df-4f6a-8ccf-28862259b965?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1b4f3e7c-88cb-4d8d-ab25-2c425c50f5b1", + "x-ms-client-request-id": "f89d92bb0345d2fce17943a6f8ea7669", + "x-ms-correlation-request-id": "a18c1d34-65e2-49ff-9258-441560d94267", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a0258c1a-31df-4f6a-8ccf-28862259b965", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064349Z:a18c1d34-65e2-49ff-9258-441560d94267" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-3989\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002278295137-cd0a-4792-80cc-2d4344a4f15b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00228d922e6f-f576-4212-bd11-beffdb889e3d\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-7480\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002278295137-cd0a-4792-80cc-2d4344a4f15b\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/a0258c1a-31df-4f6a-8ccf-28862259b965?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ad99a1d6a8246e0cb3b562737ca4ae5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "804bb454-cb23-4d9a-8c2d-88271e4db895", + "x-ms-client-request-id": "ad99a1d6a8246e0cb3b562737ca4ae5b", + "x-ms-correlation-request-id": "5877f80c-8b4e-4ce1-b913-88b5d4b4929b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "bf91ddd9-aefa-4595-ab46-a737e13417e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064350Z:5877f80c-8b4e-4ce1-b913-88b5d4b4929b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "875985faa2c672077b9dbd70aee8e429", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:50 GMT", + "ETag": "W/\u0022e88e3256-3fbc-4ab6-a4fb-b722d9b706a6\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "dff263e8-6290-4475-afa4-2c6451380051", + "x-ms-client-request-id": "875985faa2c672077b9dbd70aee8e429", + "x-ms-correlation-request-id": "69a47f91-ed12-4350-89e2-04e6143bcd2d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "92c1d349-0329-4e30-adb3-442e00bd7e9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064350Z:69a47f91-ed12-4350-89e2-04e6143bcd2d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-3989\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e88e3256-3fbc-4ab6-a4fb-b722d9b706a6\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00228d922e6f-f576-4212-bd11-beffdb889e3d\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-7480\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e88e3256-3fbc-4ab6-a4fb-b722d9b706a6\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1388", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "56cf8927c851ed44631460b2e6a38396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-5048", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2627", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56cf8927c851ed44631460b2e6a38396", + "x-ms-correlation-request-id": "ef9ea8a4-3bf2-4902-958a-c2e8e2b28543", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;294,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1176,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-charge": "4", + "x-ms-request-id": "d760666f-a2db-4528-be6c-664279a6a285", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064353Z:ef9ea8a4-3bf2-4902-958a-c2e8e2b28543" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-5048\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-5048\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u00225d8f9f70-4f89-4c35-bde5-5de05e6f2b86\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f34b39d157d43109406b23b241558cd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f34b39d157d43109406b23b241558cd7", + "x-ms-correlation-request-id": "9545c62a-52f8-4911-b63d-ce97b0364ef7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25044", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f51fae06-1a5a-42a7-bcbf-3393df97dcc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064354Z:9545c62a-52f8-4911-b63d-ce97b0364ef7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b54a27197acf5dc9959abc2a96bd02c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b54a27197acf5dc9959abc2a96bd02c8", + "x-ms-correlation-request-id": "fd768a73-f93e-4f19-a45f-7c7e705161d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25043", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "81c6071c-1557-42e3-bde0-e87926f9d2e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064354Z:fd768a73-f93e-4f19-a45f-7c7e705161d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ace196549058cec1efe728f3a641f344", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ace196549058cec1efe728f3a641f344", + "x-ms-correlation-request-id": "bd17b857-dcaf-4b02-b651-5900b22d8b97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25042", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b1f4faa8-1732-4245-ba1d-54892f6cd2a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064354Z:bd17b857-dcaf-4b02-b651-5900b22d8b97" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c36e5a9a095056fb6fee5e399bdf9b83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c36e5a9a095056fb6fee5e399bdf9b83", + "x-ms-correlation-request-id": "15d4962b-44b6-4297-aa68-aeaf2c43151d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25041", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "64aa73b4-0a4f-4a09-8288-09a7cc8fbbb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064354Z:15d4962b-44b6-4297-aa68-aeaf2c43151d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab5d5b68df73887f657bc6e852d6b753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab5d5b68df73887f657bc6e852d6b753", + "x-ms-correlation-request-id": "e2e6c27a-7632-4f0a-9f13-4246f4d2bb5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25040", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "ce72d912-48da-4961-bc61-0f7e54e809f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064355Z:e2e6c27a-7632-4f0a-9f13-4246f4d2bb5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c9077a73f4f4a779b8a3d693187330f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c9077a73f4f4a779b8a3d693187330f", + "x-ms-correlation-request-id": "bd03396b-0098-4f82-879a-62d194b628c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25039", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "84709aed-965a-4d17-ae2e-6684be652037", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064355Z:bd03396b-0098-4f82-879a-62d194b628c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a8ba54c47e4bbd1dae55dd543120499", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a8ba54c47e4bbd1dae55dd543120499", + "x-ms-correlation-request-id": "80cdfd7b-85f2-4abe-b815-a5bda96819a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25038", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "4e87c756-80db-42eb-8d4c-94ff90b02e50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064355Z:80cdfd7b-85f2-4abe-b815-a5bda96819a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23910b375f4f2933e41210e9a21557dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23910b375f4f2933e41210e9a21557dd", + "x-ms-correlation-request-id": "075b317b-fc5f-459e-af4c-33ef893a2e2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25037", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "fd4d67d8-d5ad-40ad-8e16-2add75c77901", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064356Z:075b317b-fc5f-459e-af4c-33ef893a2e2a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac9cb6486c4b606ea6d56169e1a20788", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac9cb6486c4b606ea6d56169e1a20788", + "x-ms-correlation-request-id": "38f46b6b-ab62-4d1c-a963-a72b47538def", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25036", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "63bd0f59-58b4-46b3-a51e-8e76710a06df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064356Z:38f46b6b-ab62-4d1c-a963-a72b47538def" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2532a38610f6ecc0716265d237e718c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2532a38610f6ecc0716265d237e718c4", + "x-ms-correlation-request-id": "6e396a77-5ad3-4600-9c3b-e4e7a589ffe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25035", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "32663542-8515-47e7-b767-67fb375d694f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064356Z:6e396a77-5ad3-4600-9c3b-e4e7a589ffe7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c8c7f8d5776ca4e9d317c7afec94742", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c8c7f8d5776ca4e9d317c7afec94742", + "x-ms-correlation-request-id": "d95c4349-b307-4048-8baa-29af3810fcee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25034", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "baf15cca-83c5-475e-9fb9-39620e25c8fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064356Z:d95c4349-b307-4048-8baa-29af3810fcee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe62880a31e338e7f6af3ae9069b28be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe62880a31e338e7f6af3ae9069b28be", + "x-ms-correlation-request-id": "0c18ba71-1513-48a6-a0f7-bcaeed3c97bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25033", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "09256870-9398-48bd-97e2-67442173b2c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064357Z:0c18ba71-1513-48a6-a0f7-bcaeed3c97bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62db9cbc7a152e11556888c49346eea7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62db9cbc7a152e11556888c49346eea7", + "x-ms-correlation-request-id": "64083ef3-f640-4b43-b990-2d7497a3d8ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25032", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "bf1e0b39-4634-4f93-8714-f66dcbd8ff1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064357Z:64083ef3-f640-4b43-b990-2d7497a3d8ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "afc7231a1a855ce1985396c71d64c301", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afc7231a1a855ce1985396c71d64c301", + "x-ms-correlation-request-id": "9f18ecd6-95b5-48d8-ac13-9efe7bb644ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25031", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4af6567a-956c-4a96-aa99-3a0560557ff7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064357Z:9f18ecd6-95b5-48d8-ac13-9efe7bb644ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61bebd09e5ed902c7634a87aa823a4b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61bebd09e5ed902c7634a87aa823a4b0", + "x-ms-correlation-request-id": "fe4ab731-a570-45ff-91e4-f31312a662a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25030", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "bb99b44a-3198-4a2c-a36b-84b66e552f32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064357Z:fe4ab731-a570-45ff-91e4-f31312a662a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3ce92c079d4a239ba7fc9c1e34a11f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3ce92c079d4a239ba7fc9c1e34a11f1", + "x-ms-correlation-request-id": "153e5000-8a76-4b27-bebc-077dd4a737d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25029", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "d773dec1-969a-4c55-9683-6c7fd8c84ac1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064358Z:153e5000-8a76-4b27-bebc-077dd4a737d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d6bb87a58d8835b9f73738517166b375", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6bb87a58d8835b9f73738517166b375", + "x-ms-correlation-request-id": "e9c88478-3d08-4f04-82c7-93c9a934a2e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25028", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "73492c76-b4bc-4b7b-835a-170d77caa279", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064358Z:e9c88478-3d08-4f04-82c7-93c9a934a2e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a06e6afe0968f2c831ca66e1b6aac2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a06e6afe0968f2c831ca66e1b6aac2c", + "x-ms-correlation-request-id": "a58ff0b7-8525-4c4f-9e85-5d2fb2eb950f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25027", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "8c989afc-3998-4463-b919-95921e51e459", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064358Z:a58ff0b7-8525-4c4f-9e85-5d2fb2eb950f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21d5b722ce683328d898ec9d40e83054", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21d5b722ce683328d898ec9d40e83054", + "x-ms-correlation-request-id": "18dc661c-c00c-41b6-bec6-d090ccdc3eca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25026", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "be3d38d6-e0e7-4d66-8be2-f5a5c295a64c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064359Z:18dc661c-c00c-41b6-bec6-d090ccdc3eca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd1254cb8643c55a5a2b526be64b1a8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd1254cb8643c55a5a2b526be64b1a8c", + "x-ms-correlation-request-id": "d843ce76-b9ae-4057-be5f-f70d13023d1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25025", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "423cfc22-8aa1-4c2e-9f48-4070c6ef13b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064359Z:d843ce76-b9ae-4057-be5f-f70d13023d1b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b92e0c8a9290e00cbed3b1fdf48f4f9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b92e0c8a9290e00cbed3b1fdf48f4f9b", + "x-ms-correlation-request-id": "e2aaa4b1-0164-49b2-a369-31ce4ffd0f12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25024", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "5d1dee7f-d9e6-4132-a946-c5fbb12d082a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064359Z:e2aaa4b1-0164-49b2-a369-31ce4ffd0f12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c6a252ebaf579ce85d10c73d7bbc4c8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6a252ebaf579ce85d10c73d7bbc4c8d", + "x-ms-correlation-request-id": "86b66d10-a132-47f8-a5d5-462ca6d4ef3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25023", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "0a3e3eb0-6db8-4cbe-b4fa-77971ce31fc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064359Z:86b66d10-a132-47f8-a5d5-462ca6d4ef3a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "33125f7d76ba39c347313e6fd45cd1ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:43:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33125f7d76ba39c347313e6fd45cd1ca", + "x-ms-correlation-request-id": "1a1c71f3-62bf-47ab-b4fc-591432f222ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25022", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "8977291b-7ca5-4136-b6a4-55ce85411a25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064400Z:1a1c71f3-62bf-47ab-b4fc-591432f222ba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9480b7db53a8db3423915c80cbcf6402", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9480b7db53a8db3423915c80cbcf6402", + "x-ms-correlation-request-id": "a1695096-a743-422f-bd4d-639157763a90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25021", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "b2b486e3-1680-4e33-9a5d-ff660d2d9134", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064400Z:a1695096-a743-422f-bd4d-639157763a90" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "948024861b7c74e08f697f257078c700", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "948024861b7c74e08f697f257078c700", + "x-ms-correlation-request-id": "6ff3e4e1-b9c6-4079-8f05-0c04d6e73db4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25020", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "03b73d59-a353-4b04-81cc-f1b45f8f70c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064400Z:6ff3e4e1-b9c6-4079-8f05-0c04d6e73db4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c461fc3fb83b2ae42a370f281a426e78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c461fc3fb83b2ae42a370f281a426e78", + "x-ms-correlation-request-id": "01b35531-6fc1-420d-9b4c-111225c8752c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25019", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "ec9184c3-58eb-4c43-805d-1e27d6a94010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064400Z:01b35531-6fc1-420d-9b4c-111225c8752c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0e93ccd3cdcbf4ed70b043fd40e6baa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0e93ccd3cdcbf4ed70b043fd40e6baa", + "x-ms-correlation-request-id": "08654a48-cdf3-4cb2-bfc0-1195b7288095", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25018", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "e4e23021-634a-4f71-9a81-0fdbbcc4890f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064401Z:08654a48-cdf3-4cb2-bfc0-1195b7288095" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce405cc9a06dcdc63f5569450cb7594c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce405cc9a06dcdc63f5569450cb7594c", + "x-ms-correlation-request-id": "0d4efa35-d15e-4d4b-8603-514997689feb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25017", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "632b15b2-5beb-462d-93f3-fccf0d2eb024", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064401Z:0d4efa35-d15e-4d4b-8603-514997689feb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "335806fa178f0323aea2ed2fb3a5551c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "335806fa178f0323aea2ed2fb3a5551c", + "x-ms-correlation-request-id": "7e2b199c-c1ec-45e6-91e9-1e949e33c10d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25016", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "ddfccbc8-a341-4f3c-93a2-170c1b0b006d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064401Z:7e2b199c-c1ec-45e6-91e9-1e949e33c10d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be5f64cc9f022c0a751b7186d209b31f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be5f64cc9f022c0a751b7186d209b31f", + "x-ms-correlation-request-id": "f709d091-3f22-4211-bdad-bf893c519315", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25015", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "41f8e924-b510-4868-bdd4-386d122068de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064401Z:f709d091-3f22-4211-bdad-bf893c519315" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cd44b8b237b5b21b383d20cbb2971a99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd44b8b237b5b21b383d20cbb2971a99", + "x-ms-correlation-request-id": "de68a252-ec01-4c06-941b-1a7af342ddf2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25014", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "45b28e32-969c-460f-897e-cc366b0a23de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064402Z:de68a252-ec01-4c06-941b-1a7af342ddf2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7794d009b585a49fc2bbe74a59c30a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7794d009b585a49fc2bbe74a59c30a5", + "x-ms-correlation-request-id": "2992504e-53b4-4a7a-b427-410362ddbfaa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25013", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "872b1e5b-03d5-4eef-9aaf-7b47e9f9195a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064402Z:2992504e-53b4-4a7a-b427-410362ddbfaa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fb7dcdee8760946649ac86c47f3e7ade", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb7dcdee8760946649ac86c47f3e7ade", + "x-ms-correlation-request-id": "05e48bc6-fa09-4f8e-8683-ad63fd13ed6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25012", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "8e02627c-0a5c-43e2-bb89-cbdf6109d02c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064402Z:05e48bc6-fa09-4f8e-8683-ad63fd13ed6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8586d7010c8f16c76ee9d18a79a60c9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8586d7010c8f16c76ee9d18a79a60c9b", + "x-ms-correlation-request-id": "e1a16b91-0927-4650-a6db-cbbc7c29e85e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25011", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "59ad5241-3035-48be-969d-6f5280380966", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064402Z:e1a16b91-0927-4650-a6db-cbbc7c29e85e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e4dc7b0d1f197838e7e45dab1585dbbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4dc7b0d1f197838e7e45dab1585dbbd", + "x-ms-correlation-request-id": "3d885a96-434c-4c57-aff2-4452e031fa3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25010", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "e01b8028-e1ca-487f-a11b-a4beabfe263e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064403Z:3d885a96-434c-4c57-aff2-4452e031fa3b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce73e0b1aa15e21506668c77b6dc1ba2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce73e0b1aa15e21506668c77b6dc1ba2", + "x-ms-correlation-request-id": "3b80a998-13cb-4352-9069-7af17b5d3e03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25009", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "70144bfc-e225-4ee6-932e-dd4f0cce03bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064403Z:3b80a998-13cb-4352-9069-7af17b5d3e03" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03b7ea9f9562e1c49e0e9eabae1b01e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03b7ea9f9562e1c49e0e9eabae1b01e9", + "x-ms-correlation-request-id": "0891a160-e9fe-4505-9a79-b87f2bc0556e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25008", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "465e5452-7fcf-4133-b7a8-9666c4c4f83f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064403Z:0891a160-e9fe-4505-9a79-b87f2bc0556e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99d8130d3e33628566fadeb393c1c10a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99d8130d3e33628566fadeb393c1c10a", + "x-ms-correlation-request-id": "6e3fca70-e5f8-4590-93dc-abacd2704d26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25007", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "cca6e704-a8d9-4c19-af6b-869fa2288af4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064404Z:6e3fca70-e5f8-4590-93dc-abacd2704d26" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a0cbac9d8cd1c5b1b912f070c6933eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a0cbac9d8cd1c5b1b912f070c6933eb", + "x-ms-correlation-request-id": "38172135-1f73-4620-9e9e-5a2cdc551137", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25006", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "5eefab17-f8c1-4819-87f4-970a80d5b8fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064404Z:38172135-1f73-4620-9e9e-5a2cdc551137" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a369a2658104616f65559c67b7114edd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a369a2658104616f65559c67b7114edd", + "x-ms-correlation-request-id": "0563ed4d-dc53-45fe-bb2c-4fa8b1be845b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25005", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "111e1eeb-e231-431d-81e4-2c09c3cecacf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064404Z:0563ed4d-dc53-45fe-bb2c-4fa8b1be845b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4e1934cd70f351bb7bb7da20e7e55fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4e1934cd70f351bb7bb7da20e7e55fc", + "x-ms-correlation-request-id": "a4046b0a-caaf-4603-b7ec-915250154bda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25004", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "62b8c95f-ed1f-46d4-9810-d193e6626fae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064404Z:a4046b0a-caaf-4603-b7ec-915250154bda" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f04df2c61e5747064baac5783bf3650a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f04df2c61e5747064baac5783bf3650a", + "x-ms-correlation-request-id": "2bdd7a28-df85-4711-862b-7a995574d2e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25003", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "d40a6cc1-e791-47a4-8371-e360c9be9751", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064405Z:2bdd7a28-df85-4711-862b-7a995574d2e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79ba51423f888edc8634eb4804cc52e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79ba51423f888edc8634eb4804cc52e7", + "x-ms-correlation-request-id": "69def88e-34c8-4a65-9418-06205b2516f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25002", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "8e11fc88-82cd-45d7-ad8c-e677e9e54544", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064405Z:69def88e-34c8-4a65-9418-06205b2516f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4a0a0ff5ec32e858c9aa96411a2f9c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4a0a0ff5ec32e858c9aa96411a2f9c3", + "x-ms-correlation-request-id": "188e266b-8605-4b60-bb33-48ebe4f24ceb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25001", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "ca4f8236-c982-4c61-b01c-462b2c5f552d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064405Z:188e266b-8605-4b60-bb33-48ebe4f24ceb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc607256dcc3877416bf692333be437e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc607256dcc3877416bf692333be437e", + "x-ms-correlation-request-id": "2d855426-cb3e-4687-9f4f-5b0b1b491e42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25000", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "29a95de6-22a5-4801-942c-b2c20228608d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064405Z:2d855426-cb3e-4687-9f4f-5b0b1b491e42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b79de58a052e346cc8ceced95777ce3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b79de58a052e346cc8ceced95777ce3", + "x-ms-correlation-request-id": "aecc6149-d2b3-41a7-90fe-d377f168bc4c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;24999", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "bf84bf32-9350-439d-9540-5b0cced1ccae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064406Z:aecc6149-d2b3-41a7-90fe-d377f168bc4c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "91f1273a956c23232b19ae04f462fbce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91f1273a956c23232b19ae04f462fbce", + "x-ms-correlation-request-id": "bd29a405-dec6-4ae2-9f5c-237d080b7dae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;24998", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "4d8714e2-c717-496d-a8f3-3f3b5ad7df7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064406Z:bd29a405-dec6-4ae2-9f5c-237d080b7dae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "330c2a575e29b5702c7cf037ef86f19e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "330c2a575e29b5702c7cf037ef86f19e", + "x-ms-correlation-request-id": "266290aa-c1b2-4712-814d-e4aa7b1a1fb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;24997", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "3681d5a8-239f-4dfd-a3ea-a99a30e61a67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064406Z:266290aa-c1b2-4712-814d-e4aa7b1a1fb2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0ce88543b1ccc211ba566f39f242ef6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ce88543b1ccc211ba566f39f242ef6a", + "x-ms-correlation-request-id": "7854da4a-1fa3-4116-ad07-81fc9b11d1f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;24996", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "e43b79aa-99b2-4c21-af16-d52250b8c093", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064406Z:7854da4a-1fa3-4116-ad07-81fc9b11d1f5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b961e91486bdcbab63b65f0a5ec33a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b961e91486bdcbab63b65f0a5ec33a5", + "x-ms-correlation-request-id": "325e231f-d8cd-4bf9-b1be-de220391d92c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;24995", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "55fc8136-355c-499f-9877-c442f1234c4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064407Z:325e231f-d8cd-4bf9-b1be-de220391d92c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ec10f27ee79a501194a79d3ef37c2e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ec10f27ee79a501194a79d3ef37c2e9", + "x-ms-correlation-request-id": "54926a01-e2ad-4bcc-8b33-37f7ce577dea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;24994", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "303d03ac-eedf-44c8-9534-82e490db7a1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064407Z:54926a01-e2ad-4bcc-8b33-37f7ce577dea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1a6868d86effa33cb0c55904c211dce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1a6868d86effa33cb0c55904c211dce", + "x-ms-correlation-request-id": "093832d3-f3af-40fc-b52b-a0ec8f67380a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;24993", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "c73fe0ce-135f-4653-9082-762aaeff7e30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064407Z:093832d3-f3af-40fc-b52b-a0ec8f67380a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e312c9228081a2f11cf15121cee7ed7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e312c9228081a2f11cf15121cee7ed7f", + "x-ms-correlation-request-id": "23ff7693-4b32-4a3e-bfdf-3a9a11ad2f7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;24992", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "73872359-6de0-42ae-bf49-5d0a51282ad5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064407Z:23ff7693-4b32-4a3e-bfdf-3a9a11ad2f7c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e637c796145a0b5dcc6a36c997059f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e637c796145a0b5dcc6a36c997059f7", + "x-ms-correlation-request-id": "9b5b48d9-9f02-49e5-82f4-e18fc6f072c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;24991", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "77f31856-cc97-4542-8085-dee11fd00dc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064408Z:9b5b48d9-9f02-49e5-82f4-e18fc6f072c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "25b0ab2cdf240c679504b4fe34112ce4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25b0ab2cdf240c679504b4fe34112ce4", + "x-ms-correlation-request-id": "26bd604f-cdf0-42bc-96d6-cb72b96a4910", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;24990", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "2e001499-633b-498c-abde-cf21d44fbc51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064408Z:26bd604f-cdf0-42bc-96d6-cb72b96a4910" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d017d61ffebdc088147206bbdc8409ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d017d61ffebdc088147206bbdc8409ac", + "x-ms-correlation-request-id": "b005c1b9-f09b-4f95-8731-33cdade56dfb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;24989", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "d71a19b1-80d3-4c13-acb4-4ec91b49586c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064408Z:b005c1b9-f09b-4f95-8731-33cdade56dfb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23f45a97c736995a14568941adb66bca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23f45a97c736995a14568941adb66bca", + "x-ms-correlation-request-id": "f28ab2ac-6c38-45f1-958d-4639da7c5323", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;24988", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "49a388bf-813e-437a-bc60-4a06d4ac6598", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064409Z:f28ab2ac-6c38-45f1-958d-4639da7c5323" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c24cbe9989582e3a23ef10b2d8ab3010", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c24cbe9989582e3a23ef10b2d8ab3010", + "x-ms-correlation-request-id": "0cb7bbbb-8646-4180-92c2-dfb1b6e8757c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;24987", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "49ceec79-cfa1-4107-a9fd-64e27e742f6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064409Z:0cb7bbbb-8646-4180-92c2-dfb1b6e8757c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da6708fa081d57ad7c7ebb677446135d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da6708fa081d57ad7c7ebb677446135d", + "x-ms-correlation-request-id": "069a3280-59f9-4a3c-8a17-0bd707ab1fa6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;24986", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "d49403ae-8552-4ce9-88f8-c990f99d6c65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064410Z:069a3280-59f9-4a3c-8a17-0bd707ab1fa6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d213c0647380e531fc50046b6a8c068", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d213c0647380e531fc50046b6a8c068", + "x-ms-correlation-request-id": "50fd1863-0ba0-43b2-8a0e-5d5520ea9823", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;24985", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "6791767f-35ea-4e48-89fa-1574fcacf52f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064410Z:50fd1863-0ba0-43b2-8a0e-5d5520ea9823" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a4477926904f91ad11f445dacdd2badc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4477926904f91ad11f445dacdd2badc", + "x-ms-correlation-request-id": "2a87de43-00ce-433f-8c51-2a1e2e0ae335", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;24984", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "9d3c422e-fde1-4f02-a8a0-10f3a5f78614", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064410Z:2a87de43-00ce-433f-8c51-2a1e2e0ae335" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cabb3db128ab3d8b458bb570867a1d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cabb3db128ab3d8b458bb570867a1d3", + "x-ms-correlation-request-id": "a13df458-0226-4ab5-b1dd-07a4e4716375", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;24983", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "5dcf650d-30ba-4d53-b067-087abb65842e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064410Z:a13df458-0226-4ab5-b1dd-07a4e4716375" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fb4152bd6fff760e8f900c430179404d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb4152bd6fff760e8f900c430179404d", + "x-ms-correlation-request-id": "8c7080bd-da8d-4e2f-bfc5-00354e89d890", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;24982", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "1a4d5c93-2c91-43e9-a8ee-f5c2e2231634", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064411Z:8c7080bd-da8d-4e2f-bfc5-00354e89d890" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "036a230b24fd14dea193f0f6d55588a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "036a230b24fd14dea193f0f6d55588a9", + "x-ms-correlation-request-id": "a0477ea9-e02b-47ac-981b-8a56a4f67028", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;24981", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "96b094c4-56ac-44e6-ae48-7d0b47ed6f02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064411Z:a0477ea9-e02b-47ac-981b-8a56a4f67028" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a1c7153bf916cdda4340cf90594b23a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a1c7153bf916cdda4340cf90594b23a", + "x-ms-correlation-request-id": "2694f446-9be0-4d6b-b467-822e5130d907", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;24980", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "78c953ae-71f2-4666-a337-82b5a4d96913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064411Z:2694f446-9be0-4d6b-b467-822e5130d907" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e44c6d189dfc99d6742c596c7e17a03a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e44c6d189dfc99d6742c596c7e17a03a", + "x-ms-correlation-request-id": "a75cdb70-fa6f-42a7-85e7-74508dc8f24e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;24979", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "9bdb797c-9275-4a37-a16b-006d0e845d53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064412Z:a75cdb70-fa6f-42a7-85e7-74508dc8f24e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8fef6307c55d4cbb46fe5fc817e40e0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fef6307c55d4cbb46fe5fc817e40e0c", + "x-ms-correlation-request-id": "61c9c486-23b7-46aa-9c7e-0d9ab162695f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;24978", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "1ca8f1bd-049c-46e6-85ef-b1622eb9c305", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064412Z:61c9c486-23b7-46aa-9c7e-0d9ab162695f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "67ddb5e0a409b6ad9b8306646571ed8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67ddb5e0a409b6ad9b8306646571ed8c", + "x-ms-correlation-request-id": "80fc1891-d92b-460e-a8d1-ded9d85265e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;24977", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "6fe46dfb-2bef-41f3-8048-5b6896960966", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064412Z:80fc1891-d92b-460e-a8d1-ded9d85265e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a2f1d29323a453ddb2ff9efe3d0e818f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2f1d29323a453ddb2ff9efe3d0e818f", + "x-ms-correlation-request-id": "f201fc35-5fa5-4af3-8eb0-bde1cdbcf953", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;24976", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "b075c9f1-a316-4366-91cb-553f78d5dd18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064412Z:f201fc35-5fa5-4af3-8eb0-bde1cdbcf953" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c98b4c1d39396330b539f4dabf56e6d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c98b4c1d39396330b539f4dabf56e6d5", + "x-ms-correlation-request-id": "fcc143d2-b7f0-47d2-b15f-c5c4a26dfdf3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;24975", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "9d0b036c-b608-40e4-9768-5e230c58f871", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064413Z:fcc143d2-b7f0-47d2-b15f-c5c4a26dfdf3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4434d2106cf3bc67d88ab50906af788c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4434d2106cf3bc67d88ab50906af788c", + "x-ms-correlation-request-id": "b5354712-665c-4635-9d11-26cc06e7658c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;24974", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "71a09f16-e0ed-425d-8997-4b75153a5d7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064413Z:b5354712-665c-4635-9d11-26cc06e7658c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1846760124e55a52a18dec6b2f03935b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1846760124e55a52a18dec6b2f03935b", + "x-ms-correlation-request-id": "6fed2666-33f2-4b21-b776-0ed25a99a389", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;24973", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "70e943a0-a08a-4ddb-b07a-7bdf853f371d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064413Z:6fed2666-33f2-4b21-b776-0ed25a99a389" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6bedc8183ddab19ce4cef1ae83275d06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bedc8183ddab19ce4cef1ae83275d06", + "x-ms-correlation-request-id": "989d1655-13db-415f-8a39-9ce479f1885f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;24972", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "e4901bdd-96d2-4b79-9360-906b2c54e8d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064413Z:989d1655-13db-415f-8a39-9ce479f1885f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "48d967c0ce0fecef7fd9a26580fc8dd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48d967c0ce0fecef7fd9a26580fc8dd4", + "x-ms-correlation-request-id": "aa6ff8b0-7e03-40a6-8c90-6b1d85996a25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;24971", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "9dd26810-225e-479d-98b0-058fdc12d6ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064414Z:aa6ff8b0-7e03-40a6-8c90-6b1d85996a25" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3df05af70dc1c4b2da95331632a3d67a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3df05af70dc1c4b2da95331632a3d67a", + "x-ms-correlation-request-id": "c75a2e27-3da5-4d52-87c5-353905cacc78", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;24970", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "95af6f33-741c-4ed0-9356-7095f9e72da1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064414Z:c75a2e27-3da5-4d52-87c5-353905cacc78" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7aae6304b2a4a4bd901eb009a3630e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7aae6304b2a4a4bd901eb009a3630e8", + "x-ms-correlation-request-id": "c246b427-dd2f-4c55-bef2-641096e7f185", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;24969", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "b6b2cfea-0a85-4418-aa86-e8c4f5651f21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064414Z:c246b427-dd2f-4c55-bef2-641096e7f185" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29b71c412036b344b5146e7a9ad8b9db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29b71c412036b344b5146e7a9ad8b9db", + "x-ms-correlation-request-id": "9cfdd8f9-871a-4bfa-94df-af1c1e5e9fbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;24968", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "d695e7cf-689a-41e9-9b9e-a2ca1a0378c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064414Z:9cfdd8f9-871a-4bfa-94df-af1c1e5e9fbd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a352803c551acaa0ea664c021b129a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a352803c551acaa0ea664c021b129a3", + "x-ms-correlation-request-id": "ab779514-42a3-4821-9f5f-6d821aa0b970", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;24967", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "2894c2ea-04f1-4e18-98de-fe4130c8956c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064415Z:ab779514-42a3-4821-9f5f-6d821aa0b970" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15d54b64adec0f43a1f71215dcd1b000", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15d54b64adec0f43a1f71215dcd1b000", + "x-ms-correlation-request-id": "4a1543da-91a6-45bc-bcb0-18d1a40f0fdc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;24966", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "978c7ae9-63bb-4e6e-a482-4407d1c85766", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064415Z:4a1543da-91a6-45bc-bcb0-18d1a40f0fdc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71fd104796017b96720b1b90bb849203", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71fd104796017b96720b1b90bb849203", + "x-ms-correlation-request-id": "6815148f-527e-4306-8aa5-5b7535b8f7e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;24965", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "c394878f-9679-438d-9627-d7a0e445566e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064415Z:6815148f-527e-4306-8aa5-5b7535b8f7e0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f15cbeba30256efe425f85ab295cf3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f15cbeba30256efe425f85ab295cf3d", + "x-ms-correlation-request-id": "6b12a2a9-e8b0-43c4-a124-101b7ecb38cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;24964", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "0412afa4-7e49-4191-af1b-dcc5aedb7640", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064416Z:6b12a2a9-e8b0-43c4-a124-101b7ecb38cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "117964f6b7b4cda1b459a3e092b2531d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "117964f6b7b4cda1b459a3e092b2531d", + "x-ms-correlation-request-id": "5fc366f6-e1f9-46e7-9c37-30512c97b15e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;24963", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "8c3c714f-a9b2-4c08-a3e5-410c56b223c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064416Z:5fc366f6-e1f9-46e7-9c37-30512c97b15e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "102a0f6560bca3fd20a68cdb9d3cc8dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "102a0f6560bca3fd20a68cdb9d3cc8dc", + "x-ms-correlation-request-id": "be679677-379f-433b-b3b3-d4333c65f7d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;24962", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "a96b22d3-b453-4b28-b384-b12143945564", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064416Z:be679677-379f-433b-b3b3-d4333c65f7d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "579add3b800b334e29479aa9ff0ec432", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "579add3b800b334e29479aa9ff0ec432", + "x-ms-correlation-request-id": "f6254c05-3c13-42a5-ad77-1b2c2f1bb3c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;24961", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "b2194b85-9d86-42c0-8911-87cd4c0ab57b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064416Z:f6254c05-3c13-42a5-ad77-1b2c2f1bb3c1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a3f5dbd2be6b958166d5f00d2bc62f78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3f5dbd2be6b958166d5f00d2bc62f78", + "x-ms-correlation-request-id": "c42a629f-2acf-4129-8b82-3641dfabf80b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;24960", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "9fbcea41-25ee-4c53-b757-a6a284c6f55c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064417Z:c42a629f-2acf-4129-8b82-3641dfabf80b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4a4c790fb18e412c0f7e674c654a411", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4a4c790fb18e412c0f7e674c654a411", + "x-ms-correlation-request-id": "2ba6c213-2c5f-4bfe-a3e5-04806d24b2ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;24959", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "d3744422-ea15-4fe2-8402-2685e8574477", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064417Z:2ba6c213-2c5f-4bfe-a3e5-04806d24b2ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c2095ae225467d715c05f1358f400863", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2095ae225467d715c05f1358f400863", + "x-ms-correlation-request-id": "c4fdba7c-f887-4836-a7f4-924cdf1a6ae8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;24958", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "16768398-05a6-4f4e-8a3d-0325cafe4744", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064417Z:c4fdba7c-f887-4836-a7f4-924cdf1a6ae8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "381821170f6ad619c910e374d70cce12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "381821170f6ad619c910e374d70cce12", + "x-ms-correlation-request-id": "d73c7fdb-5113-4a17-8166-dd6dc73618e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;24957", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "6dd4a443-43dd-4624-8137-276bce3577d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064417Z:d73c7fdb-5113-4a17-8166-dd6dc73618e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d02adf316dbc6b31552757120adc547f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d02adf316dbc6b31552757120adc547f", + "x-ms-correlation-request-id": "ddecae0c-a265-4dfe-9ac7-eac4bcac7a16", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;24956", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "f21a07cf-2f02-4b11-81cd-3630035145e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064418Z:ddecae0c-a265-4dfe-9ac7-eac4bcac7a16" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a55d83ee6b3cd2a74033f83641fda54f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a55d83ee6b3cd2a74033f83641fda54f", + "x-ms-correlation-request-id": "d1cfd2a5-c250-47b6-8048-03a75f8a0043", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;24955", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "d7befe03-4028-4c59-9710-add3b954ddf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064418Z:d1cfd2a5-c250-47b6-8048-03a75f8a0043" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b004de373715a9a6eface242b807cbed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b004de373715a9a6eface242b807cbed", + "x-ms-correlation-request-id": "bf614ddb-9a37-4430-ab80-8722f4f8ede0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;24954", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "f11691e5-d1f8-4584-b42d-0db058513066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064418Z:bf614ddb-9a37-4430-ab80-8722f4f8ede0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "548563bc29afc5d637588f8974fb2958", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "548563bc29afc5d637588f8974fb2958", + "x-ms-correlation-request-id": "38bfbdee-5f29-4866-b718-7b6d739d93e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;24953", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "e3a42233-82c9-4db3-9e3f-ee6d0696df35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064418Z:38bfbdee-5f29-4866-b718-7b6d739d93e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bdb0782a3d7b769dcb3b58f88641a39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bdb0782a3d7b769dcb3b58f88641a39", + "x-ms-correlation-request-id": "07144214-1082-4daa-9e1f-d3ba80aca891", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;24952", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "494373f0-dac4-468b-8f38-8a0df2467bcc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064419Z:07144214-1082-4daa-9e1f-d3ba80aca891" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de7a0b6750780da0083f79bda81d34f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de7a0b6750780da0083f79bda81d34f4", + "x-ms-correlation-request-id": "2bdca159-5da4-4afe-b31c-d12b6b7ba10a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;24951", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "7698a673-2fd2-46cd-95ef-db7a579ec9e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064419Z:2bdca159-5da4-4afe-b31c-d12b6b7ba10a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b0c08a829f2b1816f9cd78fb73463cd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0c08a829f2b1816f9cd78fb73463cd3", + "x-ms-correlation-request-id": "49d57df9-734b-458e-9b5d-e9d3701fede5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;24950", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "63fca3e6-4b32-4fb8-9569-4782b1e4c983", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064419Z:49d57df9-734b-458e-9b5d-e9d3701fede5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6922553d4b8131e066cd23982aac0ebe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6922553d4b8131e066cd23982aac0ebe", + "x-ms-correlation-request-id": "97ccff48-75c4-4137-ac1f-4d2935b19e83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;24949", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "c74d3a37-e4b4-4cb2-8bdf-a49c4ca284cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064419Z:97ccff48-75c4-4137-ac1f-4d2935b19e83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fe0dc17e6aa3c70ef461e4aad8a49ac1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe0dc17e6aa3c70ef461e4aad8a49ac1", + "x-ms-correlation-request-id": "c64de3c0-aa17-420c-ae5f-ead37a0ff0fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;24948", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "2cbdcc34-8347-4aa6-82d5-090a09615361", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064420Z:c64de3c0-aa17-420c-ae5f-ead37a0ff0fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5280a502cbfb3672aa8f495d7c7eed4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5280a502cbfb3672aa8f495d7c7eed4d", + "x-ms-correlation-request-id": "0ab9d541-84ad-4cb6-9c48-90ed1459e754", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;24947", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "38fa97ec-6b6e-42be-be9d-697c04e465f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064420Z:0ab9d541-84ad-4cb6-9c48-90ed1459e754" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b27db9bf3e39d32f465a741f673558c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b27db9bf3e39d32f465a741f673558c2", + "x-ms-correlation-request-id": "542c0568-21e3-42b5-a491-52da6bcc6631", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;24946", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "d4c487e4-0e7d-4a47-b4ee-f6f65cb48d3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064420Z:542c0568-21e3-42b5-a491-52da6bcc6631" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "84966133bc2bb3c34ed6541320b14b76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84966133bc2bb3c34ed6541320b14b76", + "x-ms-correlation-request-id": "fd36bf98-d1c8-4b82-a7e5-f15f1a433adb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;24945", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "8b027087-bdcb-4a39-a34e-1d2887e9d8e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064421Z:fd36bf98-d1c8-4b82-a7e5-f15f1a433adb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1feb9673e827c38876ad0ba05653cf74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1feb9673e827c38876ad0ba05653cf74", + "x-ms-correlation-request-id": "11d77b37-9573-4eea-86d6-3bd276e72bc7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;24944", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "3b8b0c1b-6ad0-49ad-9936-b38cf7e51354", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064421Z:11d77b37-9573-4eea-86d6-3bd276e72bc7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1a29873769e70222f5c96363ea1cb295", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a29873769e70222f5c96363ea1cb295", + "x-ms-correlation-request-id": "c9ea7b9b-158d-4734-9a79-65f40fa08abe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;24943", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "68bd8a75-2cd9-48e9-9680-32b9bdfd5eb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064421Z:c9ea7b9b-158d-4734-9a79-65f40fa08abe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d0abfd0f394a4b9ad9d20e7eb0235cfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0abfd0f394a4b9ad9d20e7eb0235cfa", + "x-ms-correlation-request-id": "7953e3bd-3d10-41d7-87c7-8709ef4671d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;24942", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "090765a3-eef6-411e-bdd8-12553362882d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064421Z:7953e3bd-3d10-41d7-87c7-8709ef4671d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98dce00630870a8e74e8295d8425d95a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98dce00630870a8e74e8295d8425d95a", + "x-ms-correlation-request-id": "6e4124f5-cd07-4238-a31e-3a8551475dc6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;24941", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "b83e5691-620b-4161-9ee2-e93b4c9d1f83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064422Z:6e4124f5-cd07-4238-a31e-3a8551475dc6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "589076faffa7fe29edde41155ba352d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "589076faffa7fe29edde41155ba352d2", + "x-ms-correlation-request-id": "d5bdc89d-da45-4aed-8135-53bc775a7f5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;24940", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "da28b911-f2be-4907-a9f4-1f7120786b46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064422Z:d5bdc89d-da45-4aed-8135-53bc775a7f5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a5c686d193fdf0e6ea15c620f3cc7b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a5c686d193fdf0e6ea15c620f3cc7b4", + "x-ms-correlation-request-id": "a1890ff2-acad-4dca-ad76-40587110b0ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;24939", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "32c81c4a-233b-48f9-9575-d2cac1865d28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064422Z:a1890ff2-acad-4dca-ad76-40587110b0ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a84b4f903920752b6ddaba9ee79afd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a84b4f903920752b6ddaba9ee79afd0", + "x-ms-correlation-request-id": "625b08c3-4fca-4553-b3a7-098695b68974", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;24938", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "c7ed0164-c57f-4bc6-9026-f40e08a7d157", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064422Z:625b08c3-4fca-4553-b3a7-098695b68974" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1bf05795cec8e01a67b1ea06a3c6efb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bf05795cec8e01a67b1ea06a3c6efb0", + "x-ms-correlation-request-id": "1862ccb9-8a34-4930-91ce-40b27d63f223", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;24937", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "4fd77024-df92-4a9f-84ca-b7b6329b1b9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064423Z:1862ccb9-8a34-4930-91ce-40b27d63f223" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a71c8c17181f6940155453616d65f0f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a71c8c17181f6940155453616d65f0f5", + "x-ms-correlation-request-id": "6103b1ca-d0c9-4b0b-af16-d44c32979d8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;24936", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "2ba6446f-671b-4af6-84fc-d27c10d47f89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064423Z:6103b1ca-d0c9-4b0b-af16-d44c32979d8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b7cc8bf2ab4c2aeb9aa4d2e0194c64ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7cc8bf2ab4c2aeb9aa4d2e0194c64ef", + "x-ms-correlation-request-id": "6f0749b6-f832-4f13-b3bf-4fad532e4775", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;24935", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "ceef7faf-af8a-4fdf-b102-7fdc531a3689", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064423Z:6f0749b6-f832-4f13-b3bf-4fad532e4775" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6291fbee085d7cb1168705737bb87202", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6291fbee085d7cb1168705737bb87202", + "x-ms-correlation-request-id": "6a6615d1-960c-4dfe-b16d-0ac744d6eee3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;24934", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "41bf3ef6-024f-4a3c-9a89-4a93671318b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064423Z:6a6615d1-960c-4dfe-b16d-0ac744d6eee3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1714f4c137fa6b64a1f20d7b465f4fc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1714f4c137fa6b64a1f20d7b465f4fc9", + "x-ms-correlation-request-id": "13b0e9e9-e80d-4d21-8764-e2bc7959d8e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;24933", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "678ab7a0-2c4b-437c-9a74-78b3e233d920", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064424Z:13b0e9e9-e80d-4d21-8764-e2bc7959d8e4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "727363f08ed3ea98d94fa1c4a677aee1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "727363f08ed3ea98d94fa1c4a677aee1", + "x-ms-correlation-request-id": "e94b330b-d3f5-4546-8176-56f01dddc309", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;24932", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "37bb4ada-1c60-451e-93b9-e763360529cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064424Z:e94b330b-d3f5-4546-8176-56f01dddc309" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "251fcf314c37b7f59726c06afb3636b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "251fcf314c37b7f59726c06afb3636b7", + "x-ms-correlation-request-id": "60355c1b-0fad-4b8d-91f3-d870940b0e8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;24931", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "1e4c95bd-7c34-48ea-99d8-70b55e6035b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064424Z:60355c1b-0fad-4b8d-91f3-d870940b0e8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "17833b380045322f5c2a3eaa969fc429", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17833b380045322f5c2a3eaa969fc429", + "x-ms-correlation-request-id": "61483d13-5442-4021-9f4f-cc8b4be890d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;24930", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "a2e536c2-5613-4741-be84-d4df9f8d4150", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064424Z:61483d13-5442-4021-9f4f-cc8b4be890d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "77492b432a40a3916dbbdaaccd2defa3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77492b432a40a3916dbbdaaccd2defa3", + "x-ms-correlation-request-id": "e9d4cadd-dee3-4fa2-828d-1809527e40a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;24929", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "295d5fec-9fa5-40b5-8ef6-321ca957b8d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064425Z:e9d4cadd-dee3-4fa2-828d-1809527e40a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a8ce91997f3319c9fecc80d0e4b21f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a8ce91997f3319c9fecc80d0e4b21f7", + "x-ms-correlation-request-id": "51334a12-a831-473d-9c58-90e784a42543", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;24928", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "0c5cdcb5-5376-4cc8-ae5b-ca5a6068eb0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064425Z:51334a12-a831-473d-9c58-90e784a42543" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf279661beec0d76a9e0a9892582642f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf279661beec0d76a9e0a9892582642f", + "x-ms-correlation-request-id": "5bf60749-e9d5-4061-ba79-e727615ee373", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;24927", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "028542b4-f4d3-4066-8fc8-3c13519e9fdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064425Z:5bf60749-e9d5-4061-ba79-e727615ee373" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac909b3b5913ac358f18d75361849522", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac909b3b5913ac358f18d75361849522", + "x-ms-correlation-request-id": "412ba023-28db-4257-be0b-bc3e3912b041", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;24926", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "354869d5-57b8-469c-b51f-b6ec412e5a4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064425Z:412ba023-28db-4257-be0b-bc3e3912b041" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "364ae29a1f055ab6727ec113ed120b1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "364ae29a1f055ab6727ec113ed120b1c", + "x-ms-correlation-request-id": "c08caae3-2639-41a8-86b8-2ad02d641c3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;24925", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "6bb294b1-e7f5-423c-ae1d-4152b77a16eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064426Z:c08caae3-2639-41a8-86b8-2ad02d641c3f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73d1998875bb08e4607b40d4e723ac24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73d1998875bb08e4607b40d4e723ac24", + "x-ms-correlation-request-id": "9f8f8f70-7a37-4e04-963e-94e5615ebdab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;24924", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "56015c82-5f0b-4d46-83a6-44c1587941d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064426Z:9f8f8f70-7a37-4e04-963e-94e5615ebdab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42ef874a2d381c29e43639949822be7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42ef874a2d381c29e43639949822be7c", + "x-ms-correlation-request-id": "d0f92aeb-1846-4b6a-b895-c967cece9e5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14415,Microsoft.Compute/GetOperation30Min;24923", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "625bcf09-4b65-484f-8a00-5da211964a20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064426Z:d0f92aeb-1846-4b6a-b895-c967cece9e5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c8caba0c21b32567fe42d689dee1734f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8caba0c21b32567fe42d689dee1734f", + "x-ms-correlation-request-id": "3d59ed35-887b-41e0-8f43-70a1c8c9a0cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14414,Microsoft.Compute/GetOperation30Min;24922", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "fae42c4a-d7e2-429c-b79b-1a3ef05cf62c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064427Z:3d59ed35-887b-41e0-8f43-70a1c8c9a0cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66c89cd2c9225ae46fb58e843b4f6f3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66c89cd2c9225ae46fb58e843b4f6f3e", + "x-ms-correlation-request-id": "3f9d90d8-c5ff-4ab4-ab84-289fe5099a69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14413,Microsoft.Compute/GetOperation30Min;24921", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "58295371-b2a1-41d2-9905-125953cf5dbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064427Z:3f9d90d8-c5ff-4ab4-ab84-289fe5099a69" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2cc8c3bce358297120ca44f5579f3d03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cc8c3bce358297120ca44f5579f3d03", + "x-ms-correlation-request-id": "74e09074-f275-4201-a752-41b4a32ffb96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14412,Microsoft.Compute/GetOperation30Min;24920", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "23b0d8ff-d89a-41ce-ab9b-1a2743f0e634", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064427Z:74e09074-f275-4201-a752-41b4a32ffb96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fcc2eac25859425ad67059fd93e2e9ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcc2eac25859425ad67059fd93e2e9ae", + "x-ms-correlation-request-id": "10652e1d-f4e2-4ad5-94ee-71a0382b122b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;24919", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "52fa8e68-9a13-4b37-b99c-e8dbd6effb92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064427Z:10652e1d-f4e2-4ad5-94ee-71a0382b122b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1acd97d24618eff62a9f455784ee02cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1acd97d24618eff62a9f455784ee02cf", + "x-ms-correlation-request-id": "6dd75160-697b-47f2-853a-e5e9ce1ff260", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14410,Microsoft.Compute/GetOperation30Min;24918", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "132e7424-e4d7-4453-98f6-399f05271c06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064428Z:6dd75160-697b-47f2-853a-e5e9ce1ff260" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "51c28b78738d64e5698555e88974953d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51c28b78738d64e5698555e88974953d", + "x-ms-correlation-request-id": "33f0fe46-4285-45f2-aec4-31a738ca5b8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14409,Microsoft.Compute/GetOperation30Min;24917", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "fda10a63-936f-44b2-84c1-c1c67de847bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064428Z:33f0fe46-4285-45f2-aec4-31a738ca5b8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c02396e122d27beaf3d3d2b91202bee7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c02396e122d27beaf3d3d2b91202bee7", + "x-ms-correlation-request-id": "60f2ae9c-d7e3-46d1-871c-ff576724318c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14408,Microsoft.Compute/GetOperation30Min;24916", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "7985db7b-33a8-4f87-ba95-3398fbba9c9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064428Z:60f2ae9c-d7e3-46d1-871c-ff576724318c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "08858a6d98205f20b168b193f10e65b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08858a6d98205f20b168b193f10e65b5", + "x-ms-correlation-request-id": "3d8abc13-7e81-4f71-ae09-e424809d987f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14407,Microsoft.Compute/GetOperation30Min;24915", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "5efe37b3-c32e-403e-ab90-46f960b8d556", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064428Z:3d8abc13-7e81-4f71-ae09-e424809d987f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee76080942cb55fca1465dbaa02b5167", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee76080942cb55fca1465dbaa02b5167", + "x-ms-correlation-request-id": "de181768-b5fc-48d3-be59-5c20fab7c3c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14406,Microsoft.Compute/GetOperation30Min;24914", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "418a6804-0d75-49f8-acc6-011fa095b744", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064429Z:de181768-b5fc-48d3-be59-5c20fab7c3c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff7a6ec78dee491d75c30e6a71568ae5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff7a6ec78dee491d75c30e6a71568ae5", + "x-ms-correlation-request-id": "fa680622-622d-415b-989a-c25a428dd412", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14405,Microsoft.Compute/GetOperation30Min;24913", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "5a58e507-d0a8-4461-a538-474ca3332bc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064429Z:fa680622-622d-415b-989a-c25a428dd412" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0aaf1c6ecf8c2b1c8e3066d93a66be86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aaf1c6ecf8c2b1c8e3066d93a66be86", + "x-ms-correlation-request-id": "e7816180-e17a-4a40-b764-6a69ff8e63ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14404,Microsoft.Compute/GetOperation30Min;24912", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "16e6a184-458a-47e7-91cf-374f8b275dea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064429Z:e7816180-e17a-4a40-b764-6a69ff8e63ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83cb491665937cc6ea2d79083391e34a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83cb491665937cc6ea2d79083391e34a", + "x-ms-correlation-request-id": "dfca6b9a-23bc-4f86-8116-76b43e52c9af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14403,Microsoft.Compute/GetOperation30Min;24911", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "cb5db643-e6a0-4790-8786-ad6a39d46553", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064429Z:dfca6b9a-23bc-4f86-8116-76b43e52c9af" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "844c77bb477bf8db514e71be26430e0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "844c77bb477bf8db514e71be26430e0e", + "x-ms-correlation-request-id": "e8fb53ea-e75b-4eba-a6e0-8f671a7b3b3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;24910", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "7b0f892d-ff3f-4009-a486-6a41e4c5b4ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064430Z:e8fb53ea-e75b-4eba-a6e0-8f671a7b3b3f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27538804078b08515533205e5514f8fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27538804078b08515533205e5514f8fc", + "x-ms-correlation-request-id": "4f46e065-8dc2-4374-adc1-46a4655d21ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;24909", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "64a736f7-d763-4701-9e6c-99427d8652e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064430Z:4f46e065-8dc2-4374-adc1-46a4655d21ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-73b36725cbdd724a8802be6fe0baaf7b-a21ae70d5ae1414f-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ad99a1d6a8246e0cb3b562737ca4ae5b", + "x-ms-client-request-id": "c31e1c4c3a1acf0a6ed33145f40755a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "30", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:20 GMT", + "Date": "Mon, 25 Oct 2021 06:44:30 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "754136a5-380e-4287-a2c4-f58940b429ef", - "x-ms-client-request-id": "ad99a1d6a8246e0cb3b562737ca4ae5b", - "x-ms-correlation-request-id": "a53682c9-0227-478a-8a73-ec3affcc0521", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "7bad5ced-4958-45ce-b87a-67f6531a514c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054220Z:a53682c9-0227-478a-8a73-ec3affcc0521" + "x-ms-client-request-id": "c31e1c4c3a1acf0a6ed33145f40755a6", + "x-ms-correlation-request-id": "97ddc701-9a4c-4a0e-8149-c377e8feb151", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;24908", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "26dd6016-bbaf-4caf-a97a-98bfa9985c65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064430Z:97ddc701-9a4c-4a0e-8149-c377e8feb151" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c462fd92-e341-4936-ab2f-fe215934c7ed?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-73b36725cbdd724a8802be6fe0baaf7b-4c0c727bdeec774d-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "875985faa2c672077b9dbd70aee8e429", + "x-ms-client-request-id": "ab036a1ebb3eb4be25432e48277ca23d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:21 GMT", + "Date": "Mon, 25 Oct 2021 06:44:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,40 +15283,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11b6ce5d-c9f2-4466-8334-b7b4e5ca7b76", - "x-ms-client-request-id": "875985faa2c672077b9dbd70aee8e429", - "x-ms-correlation-request-id": "4af4016f-c7e3-40a0-9d6c-b64f93b475a7", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "37bdabfe-7f14-4c95-9267-e1cd4187c40b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054222Z:4af4016f-c7e3-40a0-9d6c-b64f93b475a7" + "x-ms-client-request-id": "ab036a1ebb3eb4be25432e48277ca23d", + "x-ms-correlation-request-id": "ec410170-6825-4d9b-b0e5-8620837f8c02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;24907", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "16076946-5d45-41e9-9133-124d3169af1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064430Z:ec410170-6825-4d9b-b0e5-8620837f8c02" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-73b36725cbdd724a8802be6fe0baaf7b-48563383af643847-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "56cf8927c851ed44631460b2e6a38396", + "x-ms-client-request-id": "097275554b25caf47d83b9b7d60c134d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1249", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:22 GMT", - "ETag": "W/\u002211b0c701-7af6-4bc3-8529-05dd2dbb82e5\u0022", + "Date": "Mon, 25 Oct 2021 06:44:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8714,259 +15325,115 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9323c0fd-5fb2-453c-a814-fc66e922c096", - "x-ms-client-request-id": "56cf8927c851ed44631460b2e6a38396", - "x-ms-correlation-request-id": "f6072900-db4c-4000-9b54-c09dbcdd7204", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "a663d4d3-3d29-4680-a79a-e5dd43bb97ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054222Z:f6072900-db4c-4000-9b54-c09dbcdd7204" + "x-ms-client-request-id": "097275554b25caf47d83b9b7d60c134d", + "x-ms-correlation-request-id": "f75e0ce8-d631-4332-82e6-8920c8b5e0d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;24906", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "5f0b7185-7878-45ab-b81e-9d3b892c9590", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064431Z:f75e0ce8-d631-4332-82e6-8920c8b5e0d0" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-3989\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002211b0c701-7af6-4bc3-8529-05dd2dbb82e5\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022d2bc9638-9714-4fd1-bda9-0fe45304031b\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-7480\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002211b0c701-7af6-4bc3-8529-05dd2dbb82e5\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1388", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6919f926ca5f34f499263287ea9bbfca", + "x-ms-client-request-id": "eb3f79de4d1090bd5d699dd60bc2a8f2", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-5048", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:44:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb3f79de4d1090bd5d699dd60bc2a8f2", + "x-ms-correlation-request-id": "5ecf9b96-7e0c-4b09-be42-dd54a25e08eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;24905", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "dffcd2ec-c8dd-4f59-a3fe-301995f953e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064431Z:5ecf9b96-7e0c-4b09-be42-dd54a25e08eb" }, - "StatusCode": 201, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7feff3304b95d38075392dba0207dd19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:26 GMT", + "Date": "Mon, 25 Oct 2021 06:44:31 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6919f926ca5f34f499263287ea9bbfca", - "x-ms-correlation-request-id": "d589503e-2a1c-476d-8b8f-9a4afb4f24d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-charge": "4", - "x-ms-request-id": "71b451f8-fcdf-4ded-86d7-d04dacfaa38d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054226Z:d589503e-2a1c-476d-8b8f-9a4afb4f24d9" + "x-ms-client-request-id": "7feff3304b95d38075392dba0207dd19", + "x-ms-correlation-request-id": "d1f324e0-c68a-4bac-a04e-ab9ce94b7a8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;24904", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "50f3e262-5227-4993-b0eb-ca3c02a68671", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064431Z:d1f324e0-c68a-4bac-a04e-ab9ce94b7a8c" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-5048\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-5048\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u002248e07c3f-f6fd-4003-a9b2-0c4680825f2a\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b54a27197acf5dc9959abc2a96bd02c8", + "x-ms-client-request-id": "ad69e130b73c082db7e2acbbae1ebfba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8975,41 +15442,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:26 GMT", + "Date": "Mon, 25 Oct 2021 06:44:31 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b54a27197acf5dc9959abc2a96bd02c8", - "x-ms-correlation-request-id": "db5824af-e2ba-4090-bb60-a1c8b59b65f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29869", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "bb887830-404c-4430-a8d7-e67187ffca84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054226Z:db5824af-e2ba-4090-bb60-a1c8b59b65f8" + "x-ms-client-request-id": "ad69e130b73c082db7e2acbbae1ebfba", + "x-ms-correlation-request-id": "ae9676df-d971-48ff-8823-9858298b9b30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;24903", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "cfee839d-702f-4c39-8bba-ca8fbfd30c4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064431Z:ae9676df-d971-48ff-8823-9858298b9b30" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ace196549058cec1efe728f3a641f344", + "x-ms-client-request-id": "e287c7db941c92b8f86c75d71f028d56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9018,7 +15484,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:27 GMT", + "Date": "Mon, 25 Oct 2021 06:44:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,31 +15493,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ace196549058cec1efe728f3a641f344", - "x-ms-correlation-request-id": "b519b934-0a1f-42ef-837e-ba0e769a7b8b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29868", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "93285050-442e-4c66-b38a-8f077e0bc653", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054227Z:b519b934-0a1f-42ef-837e-ba0e769a7b8b" + "x-ms-client-request-id": "e287c7db941c92b8f86c75d71f028d56", + "x-ms-correlation-request-id": "99541f22-c9a7-48f3-bffc-350409820467", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;24902", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "a3dbdd85-1370-4121-955c-8491021e4844", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064432Z:99541f22-c9a7-48f3-bffc-350409820467" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c36e5a9a095056fb6fee5e399bdf9b83", + "x-ms-client-request-id": "29a6838cfa5879b5c6e7c7b39fc42557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9060,7 +15526,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:28 GMT", + "Date": "Mon, 25 Oct 2021 06:44:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,31 +15535,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c36e5a9a095056fb6fee5e399bdf9b83", - "x-ms-correlation-request-id": "9d11f6ef-e496-4320-adaf-70bb815d938d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29867", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "99d7c611-bfe5-4ebe-ab2f-12acdfebc6c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054229Z:9d11f6ef-e496-4320-adaf-70bb815d938d" + "x-ms-client-request-id": "29a6838cfa5879b5c6e7c7b39fc42557", + "x-ms-correlation-request-id": "63490a83-b2a9-4d48-9222-cd111388304f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;24901", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "845a2dbf-9e9c-4717-b920-486ce0873913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064432Z:63490a83-b2a9-4d48-9222-cd111388304f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ab5d5b68df73887f657bc6e852d6b753", + "x-ms-client-request-id": "3bdf7279fb7f9bfc29d7b5d04155e8b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9102,7 +15568,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:30 GMT", + "Date": "Mon, 25 Oct 2021 06:44:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,31 +15577,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab5d5b68df73887f657bc6e852d6b753", - "x-ms-correlation-request-id": "caea4b22-b9d5-4e0a-8919-a4d67cb38798", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29866", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "2da37352-b7b9-4040-9a40-d71a3cf841a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054230Z:caea4b22-b9d5-4e0a-8919-a4d67cb38798" + "x-ms-client-request-id": "3bdf7279fb7f9bfc29d7b5d04155e8b4", + "x-ms-correlation-request-id": "a3f8c9f6-3034-4f8a-9eba-510a1aa819c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;24900", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "9c5aba06-41be-40d1-ab4e-ffa18a37993a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064432Z:a3f8c9f6-3034-4f8a-9eba-510a1aa819c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3c9077a73f4f4a779b8a3d693187330f", + "x-ms-client-request-id": "2a2f55549577e162110d1c35cc05f333", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9144,7 +15610,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:31 GMT", + "Date": "Mon, 25 Oct 2021 06:44:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,31 +15619,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c9077a73f4f4a779b8a3d693187330f", - "x-ms-correlation-request-id": "3f4b65f4-a9ae-4a84-93e5-262d8c4f2048", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29865", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "80f6e57a-0082-4fc3-9c46-72065aca8695", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054231Z:3f4b65f4-a9ae-4a84-93e5-262d8c4f2048" + "x-ms-client-request-id": "2a2f55549577e162110d1c35cc05f333", + "x-ms-correlation-request-id": "1c65a2f2-6b53-498c-8c0c-dc02ddfa9ad3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;24899", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "3b79cb83-9887-4d3c-b68d-68201140d412", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064432Z:1c65a2f2-6b53-498c-8c0c-dc02ddfa9ad3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4a8ba54c47e4bbd1dae55dd543120499", + "x-ms-client-request-id": "ac5d1d47522390d7860a008145e53770", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9186,7 +15652,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:32 GMT", + "Date": "Mon, 25 Oct 2021 06:44:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,31 +15661,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a8ba54c47e4bbd1dae55dd543120499", - "x-ms-correlation-request-id": "f62406cb-4d9e-4a36-8afc-cfd5bd7c42e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29864", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "ed0dcfeb-0606-45c7-94c4-21871dc22d43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054232Z:f62406cb-4d9e-4a36-8afc-cfd5bd7c42e9" + "x-ms-client-request-id": "ac5d1d47522390d7860a008145e53770", + "x-ms-correlation-request-id": "fea9c1f6-9f69-4b69-8f3d-92b6a1a800a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;24898", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "293457d4-8f3c-4f51-b99a-dd0e1fef79ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064433Z:fea9c1f6-9f69-4b69-8f3d-92b6a1a800a0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23910b375f4f2933e41210e9a21557dd", + "x-ms-client-request-id": "4a5e12fefa95e4e010fe2a72dec7ce24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9228,7 +15694,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:33 GMT", + "Date": "Mon, 25 Oct 2021 06:44:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,31 +15703,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23910b375f4f2933e41210e9a21557dd", - "x-ms-correlation-request-id": "ccb9ae55-5447-41dd-9742-4eef6a6d45ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29863", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "fa190f55-b2f1-402b-995d-9497f11037a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054234Z:ccb9ae55-5447-41dd-9742-4eef6a6d45ba" + "x-ms-client-request-id": "4a5e12fefa95e4e010fe2a72dec7ce24", + "x-ms-correlation-request-id": "147891a8-0fe0-48f2-88dd-574d8e30458e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;24897", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "e7907cb0-352c-47f3-990d-3831aa10bd20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064433Z:147891a8-0fe0-48f2-88dd-574d8e30458e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ac9cb6486c4b606ea6d56169e1a20788", + "x-ms-client-request-id": "248881e43bf802917e9fa36c94e09b2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9270,7 +15736,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:35 GMT", + "Date": "Mon, 25 Oct 2021 06:44:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,31 +15745,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac9cb6486c4b606ea6d56169e1a20788", - "x-ms-correlation-request-id": "12828a11-4f40-46db-ac63-b320f19e6f68", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29861", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "d47e559a-d573-456a-8521-5ed3a99b18df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054235Z:12828a11-4f40-46db-ac63-b320f19e6f68" + "x-ms-client-request-id": "248881e43bf802917e9fa36c94e09b2b", + "x-ms-correlation-request-id": "88799de9-cfab-4da7-a570-15f7aaaeaeee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;24896", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "0ba3483e-dda3-44d0-90ea-6eac8bb14d8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064433Z:88799de9-cfab-4da7-a570-15f7aaaeaeee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2532a38610f6ecc0716265d237e718c4", + "x-ms-client-request-id": "ba36acd5a8a64c9e3d789c252764b1be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9312,7 +15778,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:36 GMT", + "Date": "Mon, 25 Oct 2021 06:44:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,31 +15787,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2532a38610f6ecc0716265d237e718c4", - "x-ms-correlation-request-id": "443d25c9-0670-4009-a5cb-af442a23235a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29860", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "d3e447a6-e82a-4b3b-9d1a-e36a1d80310f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054236Z:443d25c9-0670-4009-a5cb-af442a23235a" + "x-ms-client-request-id": "ba36acd5a8a64c9e3d789c252764b1be", + "x-ms-correlation-request-id": "eabf8b4e-e857-431c-b29b-7f07cd37a8fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;24895", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "413f15a8-9026-4bd3-96cb-66a101719869", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064434Z:eabf8b4e-e857-431c-b29b-7f07cd37a8fc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8c8c7f8d5776ca4e9d317c7afec94742", + "x-ms-client-request-id": "c49ddc3c135cc277815bccf556734f30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9354,7 +15820,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:37 GMT", + "Date": "Mon, 25 Oct 2021 06:44:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,31 +15829,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c8c7f8d5776ca4e9d317c7afec94742", - "x-ms-correlation-request-id": "e3746d62-8f58-425c-80b7-d34df887cd46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29859", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "2d9f810b-e354-43bc-a637-2a814ea5f118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054237Z:e3746d62-8f58-425c-80b7-d34df887cd46" + "x-ms-client-request-id": "c49ddc3c135cc277815bccf556734f30", + "x-ms-correlation-request-id": "387f3ce5-eac3-482a-b768-e3c9668c7139", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;24894", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "262e52f1-8752-41b3-9ba3-b6d6c21f58ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064434Z:387f3ce5-eac3-482a-b768-e3c9668c7139" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fe62880a31e338e7f6af3ae9069b28be", + "x-ms-client-request-id": "329cfe6214913b7de23ce77f9f6bda19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9396,7 +15862,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:38 GMT", + "Date": "Mon, 25 Oct 2021 06:44:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,31 +15871,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe62880a31e338e7f6af3ae9069b28be", - "x-ms-correlation-request-id": "0759496b-96d9-4619-aac3-5b7788d8f2db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29858", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "c2da1e2a-4d2f-49d2-966f-c870fcae360a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054239Z:0759496b-96d9-4619-aac3-5b7788d8f2db" + "x-ms-client-request-id": "329cfe6214913b7de23ce77f9f6bda19", + "x-ms-correlation-request-id": "83761b50-fee7-406b-b7bb-cc57581f1006", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;24893", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "929c3e94-fd15-44a2-8f36-775ed676a2b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064434Z:83761b50-fee7-406b-b7bb-cc57581f1006" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "62db9cbc7a152e11556888c49346eea7", + "x-ms-client-request-id": "b830e4edd742c2ce3473384bdca8f5c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9438,7 +15904,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:40 GMT", + "Date": "Mon, 25 Oct 2021 06:44:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,31 +15913,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62db9cbc7a152e11556888c49346eea7", - "x-ms-correlation-request-id": "3ecd17ec-f60b-4fe5-8e37-9429c366c755", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29857", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "e36270a7-5634-49d7-8080-43395ccdea91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054240Z:3ecd17ec-f60b-4fe5-8e37-9429c366c755" + "x-ms-client-request-id": "b830e4edd742c2ce3473384bdca8f5c9", + "x-ms-correlation-request-id": "05845285-0820-4ab8-91ad-b67c5e643ac0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;24892", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "c28fdce4-03c9-45e9-9af4-3de1a878f181", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064435Z:05845285-0820-4ab8-91ad-b67c5e643ac0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "afc7231a1a855ce1985396c71d64c301", + "x-ms-client-request-id": "29c26b297fc8282d5f62e1202cf82315", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9480,7 +15946,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:41 GMT", + "Date": "Mon, 25 Oct 2021 06:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,31 +15955,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afc7231a1a855ce1985396c71d64c301", - "x-ms-correlation-request-id": "83d0fe14-e7ab-4f4a-a330-76c7633454b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29856", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "8431fc7b-c349-47ed-a32c-f82742b7171d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054241Z:83d0fe14-e7ab-4f4a-a330-76c7633454b6" + "x-ms-client-request-id": "29c26b297fc8282d5f62e1202cf82315", + "x-ms-correlation-request-id": "cd67c48b-b5b9-4fd7-8578-6b845420514b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;24891", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "c35e40db-e361-4391-a6c3-8a1dc164ba8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064435Z:cd67c48b-b5b9-4fd7-8578-6b845420514b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "61bebd09e5ed902c7634a87aa823a4b0", + "x-ms-client-request-id": "7108b28097428aed2fdafe1ddb325e39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9522,7 +15988,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:42 GMT", + "Date": "Mon, 25 Oct 2021 06:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,31 +15997,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61bebd09e5ed902c7634a87aa823a4b0", - "x-ms-correlation-request-id": "d369c9a4-e59d-470f-b36d-c6e67b9d57e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29855", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "5e9038d2-1e91-4a68-a198-08e63cbe8bdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054242Z:d369c9a4-e59d-470f-b36d-c6e67b9d57e9" + "x-ms-client-request-id": "7108b28097428aed2fdafe1ddb325e39", + "x-ms-correlation-request-id": "2676f4da-a7c6-4240-8ba5-6a39e292786d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;24890", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "1449ed0a-7ba0-41e3-a1f4-842f067d388a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064435Z:2676f4da-a7c6-4240-8ba5-6a39e292786d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e3ce92c079d4a239ba7fc9c1e34a11f1", + "x-ms-client-request-id": "34561d47b1a86d51b70858e0f6ae953c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9564,7 +16030,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:43 GMT", + "Date": "Mon, 25 Oct 2021 06:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,31 +16039,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3ce92c079d4a239ba7fc9c1e34a11f1", - "x-ms-correlation-request-id": "b2c46831-51d1-4c15-86fc-624159f2dd8a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29854", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "be9481fa-e445-41eb-8dea-95e60c9a66d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054244Z:b2c46831-51d1-4c15-86fc-624159f2dd8a" + "x-ms-client-request-id": "34561d47b1a86d51b70858e0f6ae953c", + "x-ms-correlation-request-id": "e3a4f695-ca98-4bb7-afcc-223dbe001861", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;24889", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "d2c8f8bf-cada-46a1-a73c-bf2dcbaa8f49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064435Z:e3a4f695-ca98-4bb7-afcc-223dbe001861" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d6bb87a58d8835b9f73738517166b375", + "x-ms-client-request-id": "29ca2350839f91867e38faed80104c2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9606,7 +16072,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:45 GMT", + "Date": "Mon, 25 Oct 2021 06:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,31 +16081,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6bb87a58d8835b9f73738517166b375", - "x-ms-correlation-request-id": "6157a607-09a4-4523-a681-977fff5357c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29853", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "a68455c7-4283-478e-b3e2-4e2bef0e2718", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054245Z:6157a607-09a4-4523-a681-977fff5357c7" + "x-ms-client-request-id": "29ca2350839f91867e38faed80104c2c", + "x-ms-correlation-request-id": "ae446e55-8ea1-4150-a300-5b1be3e1f964", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;24888", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "dbbe38d9-0418-48be-99f2-92bcce6db29e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064436Z:ae446e55-8ea1-4150-a300-5b1be3e1f964" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a06e6afe0968f2c831ca66e1b6aac2c", + "x-ms-client-request-id": "0fd9a703efa1cf6c619aba3a3e0d9480", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9648,7 +16114,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:46 GMT", + "Date": "Mon, 25 Oct 2021 06:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,31 +16123,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a06e6afe0968f2c831ca66e1b6aac2c", - "x-ms-correlation-request-id": "e13d87b6-391b-4d01-b35c-f707628c6678", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29852", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "525b6984-9415-4660-b8ff-a19b1a0e9245", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054246Z:e13d87b6-391b-4d01-b35c-f707628c6678" + "x-ms-client-request-id": "0fd9a703efa1cf6c619aba3a3e0d9480", + "x-ms-correlation-request-id": "6ed79ea1-28d5-4399-a054-16633ec60585", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;24887", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "e8e3f880-af42-411b-8f40-4b4157abb76b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064436Z:6ed79ea1-28d5-4399-a054-16633ec60585" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21d5b722ce683328d898ec9d40e83054", + "x-ms-client-request-id": "b7ccc2443468c39996c4b570b763eda6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9690,7 +16156,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:47 GMT", + "Date": "Mon, 25 Oct 2021 06:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,31 +16165,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21d5b722ce683328d898ec9d40e83054", - "x-ms-correlation-request-id": "207f1180-1013-46a8-a9d2-893ab679af2f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29851", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "af5d591d-f748-4209-b003-18746a35139a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054248Z:207f1180-1013-46a8-a9d2-893ab679af2f" + "x-ms-client-request-id": "b7ccc2443468c39996c4b570b763eda6", + "x-ms-correlation-request-id": "f436bbce-8997-4bd6-b55f-951603f4668a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;24886", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "60e0ddfc-0a23-4d98-ab75-5dcaa4566e01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064436Z:f436bbce-8997-4bd6-b55f-951603f4668a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fd1254cb8643c55a5a2b526be64b1a8c", + "x-ms-client-request-id": "4edc2cbb86d5619ab6fac804c84c5271", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9732,7 +16198,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:48 GMT", + "Date": "Mon, 25 Oct 2021 06:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,31 +16207,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd1254cb8643c55a5a2b526be64b1a8c", - "x-ms-correlation-request-id": "2d107231-4662-44e3-baa3-8ba46e424f40", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29850", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "db960e79-cdd9-4456-86ed-0217528f4688", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054249Z:2d107231-4662-44e3-baa3-8ba46e424f40" + "x-ms-client-request-id": "4edc2cbb86d5619ab6fac804c84c5271", + "x-ms-correlation-request-id": "f287a579-7e52-410f-8f00-51874c5ec313", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;24885", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "2d7955e1-210a-4b9d-bab1-c33a01514c33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064436Z:f287a579-7e52-410f-8f00-51874c5ec313" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b92e0c8a9290e00cbed3b1fdf48f4f9b", + "x-ms-client-request-id": "bea979a39444cec40d1578dd39fb18fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9774,7 +16240,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:50 GMT", + "Date": "Mon, 25 Oct 2021 06:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,31 +16249,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b92e0c8a9290e00cbed3b1fdf48f4f9b", - "x-ms-correlation-request-id": "771862cf-bc2c-4383-9466-75690f420b86", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29849", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "2cbde069-d596-4a4f-b08e-2dacda5dbcbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054250Z:771862cf-bc2c-4383-9466-75690f420b86" + "x-ms-client-request-id": "bea979a39444cec40d1578dd39fb18fe", + "x-ms-correlation-request-id": "ab96711b-5bc3-4699-b185-27398f3e6a9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;24884", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "3fadef61-0f38-41fc-9903-bf6f1718205d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064437Z:ab96711b-5bc3-4699-b185-27398f3e6a9a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c6a252ebaf579ce85d10c73d7bbc4c8d", + "x-ms-client-request-id": "127e14ad4530bdab286a016d6c94fb4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9816,7 +16282,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:51 GMT", + "Date": "Mon, 25 Oct 2021 06:44:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,31 +16291,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6a252ebaf579ce85d10c73d7bbc4c8d", - "x-ms-correlation-request-id": "43957d04-cee8-4a0b-b18a-363cbfbff428", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29848", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "7641ecb0-8c85-4c2b-92fc-4590ab74e08d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054251Z:43957d04-cee8-4a0b-b18a-363cbfbff428" + "x-ms-client-request-id": "127e14ad4530bdab286a016d6c94fb4a", + "x-ms-correlation-request-id": "c1f66527-7ad0-4926-b588-dfd48685d14a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;24883", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "c4353f01-4887-4fd8-898f-3423112a9faf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064437Z:c1f66527-7ad0-4926-b588-dfd48685d14a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "33125f7d76ba39c347313e6fd45cd1ca", + "x-ms-client-request-id": "3dcd44712fba2762670e40c00ebd28bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9858,7 +16324,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:52 GMT", + "Date": "Mon, 25 Oct 2021 06:44:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,31 +16333,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33125f7d76ba39c347313e6fd45cd1ca", - "x-ms-correlation-request-id": "ecf4af13-88bc-4465-9291-509df1af3ed8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29847", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "98b4d7f5-4d1a-4603-8f5b-c928a8d67601", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054253Z:ecf4af13-88bc-4465-9291-509df1af3ed8" + "x-ms-client-request-id": "3dcd44712fba2762670e40c00ebd28bb", + "x-ms-correlation-request-id": "e71ba829-f7dd-4ca8-978f-9e53d21fd64c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;24882", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "348bea1f-2f1a-4bb7-ba3e-452ea62bdb3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064437Z:e71ba829-f7dd-4ca8-978f-9e53d21fd64c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9480b7db53a8db3423915c80cbcf6402", + "x-ms-client-request-id": "b457c9e240cd5d40ceeb95d993576178", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9900,7 +16366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:54 GMT", + "Date": "Mon, 25 Oct 2021 06:44:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,31 +16375,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9480b7db53a8db3423915c80cbcf6402", - "x-ms-correlation-request-id": "f37c9798-9a6b-4724-8606-b85981dabacf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29846", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "2713c2fd-1de9-4e76-8be9-74542923dea1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054254Z:f37c9798-9a6b-4724-8606-b85981dabacf" + "x-ms-client-request-id": "b457c9e240cd5d40ceeb95d993576178", + "x-ms-correlation-request-id": "e6403904-288e-49e2-b3ff-ee53db69d664", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;24881", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "88591341-1dae-4a5b-b8cd-39226dd77483", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064437Z:e6403904-288e-49e2-b3ff-ee53db69d664" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "948024861b7c74e08f697f257078c700", + "x-ms-client-request-id": "f46b2e1ada2e7e44b257ab2105ebaf6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9942,7 +16408,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:55 GMT", + "Date": "Mon, 25 Oct 2021 06:44:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,31 +16417,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "948024861b7c74e08f697f257078c700", - "x-ms-correlation-request-id": "5ef65b0a-1f9f-4f9b-b7eb-3c82cbe1dad8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29845", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "358ab9c2-56d6-4659-8940-bbab02a28fb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054255Z:5ef65b0a-1f9f-4f9b-b7eb-3c82cbe1dad8" + "x-ms-client-request-id": "f46b2e1ada2e7e44b257ab2105ebaf6b", + "x-ms-correlation-request-id": "9453e38b-6362-414d-a95a-af19526b0b82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;24880", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "853d229b-9055-4c59-857c-7913c99b9e54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064438Z:9453e38b-6362-414d-a95a-af19526b0b82" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c461fc3fb83b2ae42a370f281a426e78", + "x-ms-client-request-id": "a38a4541463d317c036f6fce9988930f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9984,7 +16450,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:56 GMT", + "Date": "Mon, 25 Oct 2021 06:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9993,31 +16459,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c461fc3fb83b2ae42a370f281a426e78", - "x-ms-correlation-request-id": "14ccc6cb-6e0d-4a44-b75b-8f823c26f40c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29844", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "f3cf1091-284d-42aa-abc3-0b46f050b530", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054257Z:14ccc6cb-6e0d-4a44-b75b-8f823c26f40c" + "x-ms-client-request-id": "a38a4541463d317c036f6fce9988930f", + "x-ms-correlation-request-id": "5afaf44f-47a3-46b4-8373-18ce3fbebf47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;24879", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "9c25ba3a-a5d8-4aef-bc65-97b0c9079d7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064438Z:5afaf44f-47a3-46b4-8373-18ce3fbebf47" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b0e93ccd3cdcbf4ed70b043fd40e6baa", + "x-ms-client-request-id": "e0a5c7ac3451088c85d80275951f58e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10026,7 +16492,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:57 GMT", + "Date": "Mon, 25 Oct 2021 06:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,31 +16501,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0e93ccd3cdcbf4ed70b043fd40e6baa", - "x-ms-correlation-request-id": "b05b2c83-4284-48b8-9ef8-e3bbfb2c8225", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29843", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "6d4ac8c5-e6c7-41df-a141-d7760e7cf25d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054258Z:b05b2c83-4284-48b8-9ef8-e3bbfb2c8225" + "x-ms-client-request-id": "e0a5c7ac3451088c85d80275951f58e2", + "x-ms-correlation-request-id": "b17fe01c-bd5e-4441-81c4-91aa1678e88b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;24878", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "41a739dd-6f4d-4360-80d6-d0c195b90b6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064438Z:b17fe01c-bd5e-4441-81c4-91aa1678e88b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ce405cc9a06dcdc63f5569450cb7594c", + "x-ms-client-request-id": "4d972a3cbecdd33bb139f0bf6a75e529", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10068,7 +16534,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:42:59 GMT", + "Date": "Mon, 25 Oct 2021 06:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,31 +16543,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce405cc9a06dcdc63f5569450cb7594c", - "x-ms-correlation-request-id": "4e6f1dff-4216-458a-a9b0-b0da35a7ac46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29842", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "81992ff5-a64f-4d53-9acc-0a4805f04ae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054259Z:4e6f1dff-4216-458a-a9b0-b0da35a7ac46" + "x-ms-client-request-id": "4d972a3cbecdd33bb139f0bf6a75e529", + "x-ms-correlation-request-id": "b6b0951c-33ef-42ae-812f-e34030cd3244", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;24877", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "d6407466-9af4-48d7-9ea3-3de9cbb518b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064438Z:b6b0951c-33ef-42ae-812f-e34030cd3244" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "335806fa178f0323aea2ed2fb3a5551c", + "x-ms-client-request-id": "3d759bc4ce450d19b9821d6544069ce4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10110,7 +16576,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:00 GMT", + "Date": "Mon, 25 Oct 2021 06:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,31 +16585,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "335806fa178f0323aea2ed2fb3a5551c", - "x-ms-correlation-request-id": "5153da1c-6dab-4b9f-a917-36992ce978c5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29841", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "62d6e1a0-2a75-44a9-9120-923836a56cd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054300Z:5153da1c-6dab-4b9f-a917-36992ce978c5" + "x-ms-client-request-id": "3d759bc4ce450d19b9821d6544069ce4", + "x-ms-correlation-request-id": "9dc7755f-abd0-4c46-91de-739cfe939da8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;24876", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "ff61681c-e5c3-4105-b526-65f3d9343737", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064439Z:9dc7755f-abd0-4c46-91de-739cfe939da8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "be5f64cc9f022c0a751b7186d209b31f", + "x-ms-client-request-id": "6e928d1645f0ed428cd22e1844cc9e0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10152,7 +16618,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:01 GMT", + "Date": "Mon, 25 Oct 2021 06:44:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,31 +16627,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be5f64cc9f022c0a751b7186d209b31f", - "x-ms-correlation-request-id": "a2b8cec8-41e8-4c22-bd69-ad03a229d0cf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29840", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "56eb1d26-8303-42f3-aedd-97cb78b0d5d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054302Z:a2b8cec8-41e8-4c22-bd69-ad03a229d0cf" + "x-ms-client-request-id": "6e928d1645f0ed428cd22e1844cc9e0f", + "x-ms-correlation-request-id": "60ee4420-5a5b-4bbf-b69f-d7b727d2fa83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;24875", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "ec1df930-4c03-4580-aacb-2f854fe34aba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064439Z:60ee4420-5a5b-4bbf-b69f-d7b727d2fa83" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cd44b8b237b5b21b383d20cbb2971a99", + "x-ms-client-request-id": "f9b1d8f31ba96d9d118a944aa0d68eaa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10194,7 +16660,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:02 GMT", + "Date": "Mon, 25 Oct 2021 06:44:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,31 +16669,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd44b8b237b5b21b383d20cbb2971a99", - "x-ms-correlation-request-id": "ff93c6ce-223c-4520-8d05-cec19a509644", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29839", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "67fbb60c-c059-49af-b690-c2aedb5ddd1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054303Z:ff93c6ce-223c-4520-8d05-cec19a509644" + "x-ms-client-request-id": "f9b1d8f31ba96d9d118a944aa0d68eaa", + "x-ms-correlation-request-id": "6fd2dd72-7d1f-477b-835b-0b42f1055723", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;24874", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "0cde386f-7fc5-4c67-8407-8c64aad50e6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064439Z:6fd2dd72-7d1f-477b-835b-0b42f1055723" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a7794d009b585a49fc2bbe74a59c30a5", + "x-ms-client-request-id": "dda80b9d76e37e395987b073a001c9ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10236,7 +16702,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:04 GMT", + "Date": "Mon, 25 Oct 2021 06:44:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,31 +16711,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7794d009b585a49fc2bbe74a59c30a5", - "x-ms-correlation-request-id": "25245432-d7d7-409d-bd14-c351ae1d4aed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29838", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "9d6bad3a-8ae0-4550-bc77-38b1ea602cbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054304Z:25245432-d7d7-409d-bd14-c351ae1d4aed" + "x-ms-client-request-id": "dda80b9d76e37e395987b073a001c9ec", + "x-ms-correlation-request-id": "46c0a4a7-07f7-421c-9c44-abdd4a39d9c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;24873", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "afbdfdc1-b21b-4564-9176-d547c5fc089d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064440Z:46c0a4a7-07f7-421c-9c44-abdd4a39d9c9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fb7dcdee8760946649ac86c47f3e7ade", + "x-ms-client-request-id": "6c710ee3a355fb3bef245d65b1f74cb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10278,7 +16744,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:05 GMT", + "Date": "Mon, 25 Oct 2021 06:44:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,31 +16753,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb7dcdee8760946649ac86c47f3e7ade", - "x-ms-correlation-request-id": "f6819434-f1e5-4202-a100-98b9b79ece7b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29837", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "0a938607-dbfd-4258-b622-d382d4bc79b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054305Z:f6819434-f1e5-4202-a100-98b9b79ece7b" + "x-ms-client-request-id": "6c710ee3a355fb3bef245d65b1f74cb6", + "x-ms-correlation-request-id": "eb786d37-a564-4914-94c8-2f7e87ff5341", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;24872", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "1ca19216-cf9e-40e0-8fe6-328364a55e15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064440Z:eb786d37-a564-4914-94c8-2f7e87ff5341" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8586d7010c8f16c76ee9d18a79a60c9b", + "x-ms-client-request-id": "387a8443c0237c2b9f32a0226a2acd0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10320,7 +16786,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:06 GMT", + "Date": "Mon, 25 Oct 2021 06:44:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,31 +16795,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8586d7010c8f16c76ee9d18a79a60c9b", - "x-ms-correlation-request-id": "9dbaf3ce-58e0-4557-9e0b-7a3fc64c439d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29836", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "326026eb-e708-4b52-b507-497e5efc2fb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054307Z:9dbaf3ce-58e0-4557-9e0b-7a3fc64c439d" + "x-ms-client-request-id": "387a8443c0237c2b9f32a0226a2acd0f", + "x-ms-correlation-request-id": "24d11960-7e56-461a-a2b9-fdfbb39be1ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;24871", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "86d5307b-3e00-496f-8382-c38136d2f5b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064440Z:24d11960-7e56-461a-a2b9-fdfbb39be1ef" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e4dc7b0d1f197838e7e45dab1585dbbd", + "x-ms-client-request-id": "9267a7c12264fa55d0adedbf19d3cd61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10362,7 +16828,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:07 GMT", + "Date": "Mon, 25 Oct 2021 06:44:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,31 +16837,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4dc7b0d1f197838e7e45dab1585dbbd", - "x-ms-correlation-request-id": "2cfedb56-d566-43b7-a721-39ca4c02cad8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29835", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "193f249d-cf5d-4ddf-8070-ade2accd02a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054308Z:2cfedb56-d566-43b7-a721-39ca4c02cad8" + "x-ms-client-request-id": "9267a7c12264fa55d0adedbf19d3cd61", + "x-ms-correlation-request-id": "12b69be8-495d-49d8-8d89-5a329dcf0f13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;24870", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "456c102b-9c66-4c93-964b-328145bd1610", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064440Z:12b69be8-495d-49d8-8d89-5a329dcf0f13" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ce73e0b1aa15e21506668c77b6dc1ba2", + "x-ms-client-request-id": "1b2ffa3a908622c8e2f5cd22031891c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10404,7 +16870,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:09 GMT", + "Date": "Mon, 25 Oct 2021 06:44:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,31 +16879,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce73e0b1aa15e21506668c77b6dc1ba2", - "x-ms-correlation-request-id": "1c8587d1-8d4f-4918-b6c6-fa0b075d3a39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29834", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "3d44324b-6312-4c0c-86ff-51dd7fd27f8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054309Z:1c8587d1-8d4f-4918-b6c6-fa0b075d3a39" + "x-ms-client-request-id": "1b2ffa3a908622c8e2f5cd22031891c5", + "x-ms-correlation-request-id": "c8bdec18-dc0c-46e1-8d59-c8cc8cd0023a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;24869", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "3f1b4a92-e81e-4fe8-94c8-adc87b9fd49e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064441Z:c8bdec18-dc0c-46e1-8d59-c8cc8cd0023a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "03b7ea9f9562e1c49e0e9eabae1b01e9", + "x-ms-client-request-id": "09a44e57ba9021512e806876d36c63cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10446,7 +16912,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:10 GMT", + "Date": "Mon, 25 Oct 2021 06:44:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,31 +16921,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03b7ea9f9562e1c49e0e9eabae1b01e9", - "x-ms-correlation-request-id": "cbabf891-6c59-40f3-a8a8-3e3183f5061b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29833", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "1463c637-c714-4ecd-873c-eba30c02b655", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054310Z:cbabf891-6c59-40f3-a8a8-3e3183f5061b" + "x-ms-client-request-id": "09a44e57ba9021512e806876d36c63cb", + "x-ms-correlation-request-id": "87a60008-72ab-4260-a090-ff85ad32055e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;24868", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "18828ccf-a63d-470d-a6e0-481235cc1fab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064441Z:87a60008-72ab-4260-a090-ff85ad32055e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "99d8130d3e33628566fadeb393c1c10a", + "x-ms-client-request-id": "6fe73e64b1fa3088de44b06f5532f6b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10488,7 +16954,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:11 GMT", + "Date": "Mon, 25 Oct 2021 06:44:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,31 +16963,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99d8130d3e33628566fadeb393c1c10a", - "x-ms-correlation-request-id": "c3d56c57-8e76-4497-917b-15cf508f5f7a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29832", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "b99f878f-f08a-4acd-875d-997e497f0797", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054312Z:c3d56c57-8e76-4497-917b-15cf508f5f7a" + "x-ms-client-request-id": "6fe73e64b1fa3088de44b06f5532f6b7", + "x-ms-correlation-request-id": "7216c399-ec8e-4b18-ab02-2b8ba774d8df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;24867", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "a85cd86c-8993-4062-8fb0-c3b9dcae0375", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064441Z:7216c399-ec8e-4b18-ab02-2b8ba774d8df" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2a0cbac9d8cd1c5b1b912f070c6933eb", + "x-ms-client-request-id": "cb67271bc42e80d0a80eed0628524f76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10530,7 +16996,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:13 GMT", + "Date": "Mon, 25 Oct 2021 06:44:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10539,31 +17005,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a0cbac9d8cd1c5b1b912f070c6933eb", - "x-ms-correlation-request-id": "51a050fb-0ccd-4312-bfc5-a30e598dacd9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29831", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "b0806d06-e6b6-4795-ac12-798d692629e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054313Z:51a050fb-0ccd-4312-bfc5-a30e598dacd9" + "x-ms-client-request-id": "cb67271bc42e80d0a80eed0628524f76", + "x-ms-correlation-request-id": "b0d04dba-d98e-4e44-b508-ceafd32eaf85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;24866", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "4af18185-92f1-4ef7-a4dd-f004a0743d8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064441Z:b0d04dba-d98e-4e44-b508-ceafd32eaf85" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a369a2658104616f65559c67b7114edd", + "x-ms-client-request-id": "c4bd01912231a5cbc5732b4c0ae2cbfb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10572,7 +17038,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:14 GMT", + "Date": "Mon, 25 Oct 2021 06:44:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,31 +17047,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a369a2658104616f65559c67b7114edd", - "x-ms-correlation-request-id": "a17e80f9-639b-4f4d-aac4-ccd0e1ffafc5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29830", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "c3e831e3-8c4f-418f-a48e-f6a1d29094a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054314Z:a17e80f9-639b-4f4d-aac4-ccd0e1ffafc5" + "x-ms-client-request-id": "c4bd01912231a5cbc5732b4c0ae2cbfb", + "x-ms-correlation-request-id": "5e46b3bc-6a01-4974-9a32-907688994c70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;24865", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "4a3027fb-0dd7-4354-be49-f02a19d5530d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064442Z:5e46b3bc-6a01-4974-9a32-907688994c70" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f4e1934cd70f351bb7bb7da20e7e55fc", + "x-ms-client-request-id": "ab5bb1899804a09d6d67c6ebc482088c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10614,7 +17080,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:15 GMT", + "Date": "Mon, 25 Oct 2021 06:44:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,31 +17089,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4e1934cd70f351bb7bb7da20e7e55fc", - "x-ms-correlation-request-id": "53499bf8-0633-4e4c-b144-990061462cb6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29829", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "973360f7-ed43-4ecd-9166-1b4c40bee886", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054316Z:53499bf8-0633-4e4c-b144-990061462cb6" + "x-ms-client-request-id": "ab5bb1899804a09d6d67c6ebc482088c", + "x-ms-correlation-request-id": "bf836913-9851-4083-aea0-c988b9f4a59d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;24864", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "5db838b9-a7e4-44c5-a637-a3e6921377ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064442Z:bf836913-9851-4083-aea0-c988b9f4a59d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f04df2c61e5747064baac5783bf3650a", + "x-ms-client-request-id": "54dd3af43274f9865cc205bb998476c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10656,7 +17122,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:16 GMT", + "Date": "Mon, 25 Oct 2021 06:44:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,31 +17131,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f04df2c61e5747064baac5783bf3650a", - "x-ms-correlation-request-id": "494b2aa7-f1c8-4014-8409-da197807f524", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29828", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "509cabd0-a98b-4ea1-8230-b5250bf4be7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054317Z:494b2aa7-f1c8-4014-8409-da197807f524" + "x-ms-client-request-id": "54dd3af43274f9865cc205bb998476c6", + "x-ms-correlation-request-id": "23cb4fdf-5877-41ea-8947-2c0359d6df2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;24863", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "d35d94b7-e004-4be3-bce2-89805bbeff18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064442Z:23cb4fdf-5877-41ea-8947-2c0359d6df2b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "79ba51423f888edc8634eb4804cc52e7", + "x-ms-client-request-id": "767cf142a4f7f971641d57c95bdfe142", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10698,7 +17164,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:18 GMT", + "Date": "Mon, 25 Oct 2021 06:44:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,31 +17173,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79ba51423f888edc8634eb4804cc52e7", - "x-ms-correlation-request-id": "4d32b0b0-712a-440a-bddd-315154fe14f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29827", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "05feb67e-9196-4776-be64-d822a5ebfbe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054318Z:4d32b0b0-712a-440a-bddd-315154fe14f9" + "x-ms-client-request-id": "767cf142a4f7f971641d57c95bdfe142", + "x-ms-correlation-request-id": "d6c0e456-2d87-4b84-b8c4-55954b519b86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;24862", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "c4c009f2-0e74-4d84-87e0-a3e9b03d90c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064443Z:d6c0e456-2d87-4b84-b8c4-55954b519b86" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c4a0a0ff5ec32e858c9aa96411a2f9c3", + "x-ms-client-request-id": "cf589e6a770557862a614e4292e107e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10740,7 +17206,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:19 GMT", + "Date": "Mon, 25 Oct 2021 06:44:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,31 +17215,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4a0a0ff5ec32e858c9aa96411a2f9c3", - "x-ms-correlation-request-id": "f862721d-8f79-4896-88b2-77f58b2c6f37", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29826", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "16ee5f0a-404a-4e27-afcc-1068ae1c2624", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054319Z:f862721d-8f79-4896-88b2-77f58b2c6f37" + "x-ms-client-request-id": "cf589e6a770557862a614e4292e107e9", + "x-ms-correlation-request-id": "5d446048-743e-45f9-ab35-c96b0e131208", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;24861", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "e840b3a2-9c8f-472f-aa1a-f843fa6c0f0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064443Z:5d446048-743e-45f9-ab35-c96b0e131208" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bc607256dcc3877416bf692333be437e", + "x-ms-client-request-id": "d3a8fff191065095c8e3f057dabc9d7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10782,7 +17248,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:20 GMT", + "Date": "Mon, 25 Oct 2021 06:44:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,31 +17257,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc607256dcc3877416bf692333be437e", - "x-ms-correlation-request-id": "78616e53-1594-4034-bcbc-300ac47a6d6c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29825", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "7c2b2928-a254-44e8-8357-bb33bdebe17a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054321Z:78616e53-1594-4034-bcbc-300ac47a6d6c" + "x-ms-client-request-id": "d3a8fff191065095c8e3f057dabc9d7c", + "x-ms-correlation-request-id": "44e08281-cdbc-4f14-96bf-6d95083ab928", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;24860", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "c23b1acb-61e6-444c-9b6a-67b8ef797103", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064443Z:44e08281-cdbc-4f14-96bf-6d95083ab928" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b79de58a052e346cc8ceced95777ce3", + "x-ms-client-request-id": "fa50c3e0a62ccac16a244c95552e6782", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10824,7 +17290,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:21 GMT", + "Date": "Mon, 25 Oct 2021 06:44:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,31 +17299,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b79de58a052e346cc8ceced95777ce3", - "x-ms-correlation-request-id": "0f37c9f0-2988-4b61-99b7-793633c75a67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29824", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "46f4dabf-3dc4-4e62-acff-849e5f60c88d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054322Z:0f37c9f0-2988-4b61-99b7-793633c75a67" + "x-ms-client-request-id": "fa50c3e0a62ccac16a244c95552e6782", + "x-ms-correlation-request-id": "91e8e10e-058f-4591-bce0-da8e03d1b491", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;24859", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "9404b12c-fa25-40d0-be4c-583e9fcd00d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064443Z:91e8e10e-058f-4591-bce0-da8e03d1b491" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91f1273a956c23232b19ae04f462fbce", + "x-ms-client-request-id": "5cd86e160d36d83b09080721872f7c6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10866,7 +17332,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:23 GMT", + "Date": "Mon, 25 Oct 2021 06:44:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,31 +17341,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91f1273a956c23232b19ae04f462fbce", - "x-ms-correlation-request-id": "f4c00dc4-5476-42c0-8009-1fd524afab11", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29823", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "802e0512-503a-4d6b-b191-b781990054bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054323Z:f4c00dc4-5476-42c0-8009-1fd524afab11" + "x-ms-client-request-id": "5cd86e160d36d83b09080721872f7c6e", + "x-ms-correlation-request-id": "0a8c5f13-46b4-487a-b1ae-abe722575cc7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;24858", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "f3b39ea1-eff7-4d82-a684-f623acfb6a4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064444Z:0a8c5f13-46b4-487a-b1ae-abe722575cc7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "330c2a575e29b5702c7cf037ef86f19e", + "x-ms-client-request-id": "ce61d2c40c914abd3ede69e145fffa99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10908,7 +17374,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:24 GMT", + "Date": "Mon, 25 Oct 2021 06:44:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,31 +17383,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "330c2a575e29b5702c7cf037ef86f19e", - "x-ms-correlation-request-id": "91f0a688-8145-4249-87d6-1128f7843f04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29822", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "ffb3b31a-14a0-441f-b02c-822fdb6c1c1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054324Z:91f0a688-8145-4249-87d6-1128f7843f04" + "x-ms-client-request-id": "ce61d2c40c914abd3ede69e145fffa99", + "x-ms-correlation-request-id": "8187c9ff-e05b-4a25-8224-0c5fa63782c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;24857", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "4cdc307b-9f5a-41d9-9335-032b6edab722", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064444Z:8187c9ff-e05b-4a25-8224-0c5fa63782c6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0ce88543b1ccc211ba566f39f242ef6a", + "x-ms-client-request-id": "6c406e7c41e4d3458777f1249f9f423a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10950,7 +17416,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:25 GMT", + "Date": "Mon, 25 Oct 2021 06:44:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,31 +17425,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ce88543b1ccc211ba566f39f242ef6a", - "x-ms-correlation-request-id": "05d5f4cd-2f94-43c8-92f5-3b069c535637", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29821", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "007ffaab-24c6-4014-bd25-8c547c61b7af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054326Z:05d5f4cd-2f94-43c8-92f5-3b069c535637" + "x-ms-client-request-id": "6c406e7c41e4d3458777f1249f9f423a", + "x-ms-correlation-request-id": "6312a981-9f59-4ca9-a3cc-3dd5054ef3d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;24856", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "d62585d7-4c4d-47a7-a25b-c9ab63fcf616", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064444Z:6312a981-9f59-4ca9-a3cc-3dd5054ef3d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6b961e91486bdcbab63b65f0a5ec33a5", + "x-ms-client-request-id": "83d0dea898cd0af0b18d1d58a4599209", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10992,7 +17458,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:26 GMT", + "Date": "Mon, 25 Oct 2021 06:44:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,31 +17467,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b961e91486bdcbab63b65f0a5ec33a5", - "x-ms-correlation-request-id": "472ca34d-5393-4df9-809a-9f78f3e31b09", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29820", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "c0d0407b-7bfd-4071-b74f-6352a968cb16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054327Z:472ca34d-5393-4df9-809a-9f78f3e31b09" + "x-ms-client-request-id": "83d0dea898cd0af0b18d1d58a4599209", + "x-ms-correlation-request-id": "b6f3d4e2-2c19-47fe-b671-a005c54e24c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;24855", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "1f098479-cc51-4fb3-addb-49aec07d07b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064444Z:b6f3d4e2-2c19-47fe-b671-a005c54e24c9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ec10f27ee79a501194a79d3ef37c2e9", + "x-ms-client-request-id": "19a56d0d0fee82898c8e461a1b99ab9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11034,7 +17500,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:28 GMT", + "Date": "Mon, 25 Oct 2021 06:44:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,31 +17509,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ec10f27ee79a501194a79d3ef37c2e9", - "x-ms-correlation-request-id": "1e786150-9517-4ea2-bd99-cb9a2158e22a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29818", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "6ea245bb-2d06-445a-a81e-d5fd5a5c41b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054328Z:1e786150-9517-4ea2-bd99-cb9a2158e22a" + "x-ms-client-request-id": "19a56d0d0fee82898c8e461a1b99ab9f", + "x-ms-correlation-request-id": "e8e2019c-d33c-4ece-a468-1d0924ebd8cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;24854", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "4e027bef-2587-4041-a389-be1f6b31be34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064445Z:e8e2019c-d33c-4ece-a468-1d0924ebd8cb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d1a6868d86effa33cb0c55904c211dce", + "x-ms-client-request-id": "67392e9b772fe3cc7d36bb5724ec2e2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11076,7 +17542,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:29 GMT", + "Date": "Mon, 25 Oct 2021 06:44:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,31 +17551,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1a6868d86effa33cb0c55904c211dce", - "x-ms-correlation-request-id": "606752b3-6e60-45e2-adad-0b20f528d2ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29817", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "67e8dd27-8fe1-42f7-ae3a-e77ac68e39ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054330Z:606752b3-6e60-45e2-adad-0b20f528d2ea" + "x-ms-client-request-id": "67392e9b772fe3cc7d36bb5724ec2e2e", + "x-ms-correlation-request-id": "7585624f-2d0a-41b8-8667-9d98f4b48b1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;24853", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "72bdd1e3-b93d-462c-8c65-29d58539621c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064445Z:7585624f-2d0a-41b8-8667-9d98f4b48b1d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e312c9228081a2f11cf15121cee7ed7f", + "x-ms-client-request-id": "3216e8e429fa984c544ef63f51d6ee17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11118,7 +17584,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:30 GMT", + "Date": "Mon, 25 Oct 2021 06:44:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,31 +17593,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e312c9228081a2f11cf15121cee7ed7f", - "x-ms-correlation-request-id": "332a1785-27bf-425b-bf5f-9177139876f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29816", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "1bf54f1b-a1cd-4eb8-b151-93653ee46738", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054331Z:332a1785-27bf-425b-bf5f-9177139876f9" + "x-ms-client-request-id": "3216e8e429fa984c544ef63f51d6ee17", + "x-ms-correlation-request-id": "46a18ea3-ea5b-4cff-a958-f631f801182c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;24852", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "291c6a82-cce6-4eb8-9ad9-b092163bb10c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064445Z:46a18ea3-ea5b-4cff-a958-f631f801182c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e637c796145a0b5dcc6a36c997059f7", + "x-ms-client-request-id": "76bd7ee12b2096daa0c19cb754315e9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +17626,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:31 GMT", + "Date": "Mon, 25 Oct 2021 06:44:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,31 +17635,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e637c796145a0b5dcc6a36c997059f7", - "x-ms-correlation-request-id": "f43dada3-60c9-4777-8a40-264966ca25d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29815", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "0c34eae5-768d-4f7b-a3f2-a16008f2a682", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054332Z:f43dada3-60c9-4777-8a40-264966ca25d2" + "x-ms-client-request-id": "76bd7ee12b2096daa0c19cb754315e9f", + "x-ms-correlation-request-id": "5cd89dcd-d015-4932-b008-325cb523155d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;24851", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "acefa92e-833a-4b14-b217-db7f46c46c57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064445Z:5cd89dcd-d015-4932-b008-325cb523155d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "25b0ab2cdf240c679504b4fe34112ce4", + "x-ms-client-request-id": "3335185f798272a4e2a113e0808d91a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11202,7 +17668,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:33 GMT", + "Date": "Mon, 25 Oct 2021 06:44:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,31 +17677,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25b0ab2cdf240c679504b4fe34112ce4", - "x-ms-correlation-request-id": "84bf105f-4cb4-4ec8-9372-18b3022f8176", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29814", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "8ab4203d-6764-497d-85cc-8f1434291d4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054333Z:84bf105f-4cb4-4ec8-9372-18b3022f8176" + "x-ms-client-request-id": "3335185f798272a4e2a113e0808d91a7", + "x-ms-correlation-request-id": "07ac8431-d219-4ef4-9787-09c7c2e61537", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;24850", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "e5ec6944-aba5-4541-b457-2ba144663885", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064446Z:07ac8431-d219-4ef4-9787-09c7c2e61537" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d017d61ffebdc088147206bbdc8409ac", + "x-ms-client-request-id": "a676a347b82fb90e0d8091398d944422", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11244,7 +17710,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:34 GMT", + "Date": "Mon, 25 Oct 2021 06:44:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,31 +17719,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d017d61ffebdc088147206bbdc8409ac", - "x-ms-correlation-request-id": "04d470a8-2486-4626-af66-1c2ee96d89de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29813", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "9a651c3b-56e8-4d40-b167-53687aeb929a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054335Z:04d470a8-2486-4626-af66-1c2ee96d89de" + "x-ms-client-request-id": "a676a347b82fb90e0d8091398d944422", + "x-ms-correlation-request-id": "afa25482-0a6b-4f11-9715-582422f226e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;24849", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "af4c9d96-78ca-4dec-a0ae-3ef618c8bc91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064446Z:afa25482-0a6b-4f11-9715-582422f226e3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "23f45a97c736995a14568941adb66bca", + "x-ms-client-request-id": "39df57efbba06795d94b947e17f91613", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11286,7 +17752,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:35 GMT", + "Date": "Mon, 25 Oct 2021 06:44:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,31 +17761,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23f45a97c736995a14568941adb66bca", - "x-ms-correlation-request-id": "4cf2b48a-46e7-4296-b351-87413facdcff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29812", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "8882910f-3f01-431f-8659-1cb1bf0f0841", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054336Z:4cf2b48a-46e7-4296-b351-87413facdcff" + "x-ms-client-request-id": "39df57efbba06795d94b947e17f91613", + "x-ms-correlation-request-id": "811cfae7-f070-4eac-93cd-f4e05cae21b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;24848", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "7bf894d7-9bed-4558-b8e8-079ab3161775", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064446Z:811cfae7-f070-4eac-93cd-f4e05cae21b1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c24cbe9989582e3a23ef10b2d8ab3010", + "x-ms-client-request-id": "b070f42fb8bba7700a7b2502e86be54e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +17794,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:36 GMT", + "Date": "Mon, 25 Oct 2021 06:44:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,31 +17803,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c24cbe9989582e3a23ef10b2d8ab3010", - "x-ms-correlation-request-id": "885b818b-3070-4eaf-b875-4ab7482eec0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29811", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "f4e995aa-6826-4f4c-b0e4-82baf850e851", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054337Z:885b818b-3070-4eaf-b875-4ab7482eec0c" + "x-ms-client-request-id": "b070f42fb8bba7700a7b2502e86be54e", + "x-ms-correlation-request-id": "bcb0d4c6-e5e4-46fa-be1e-44cd89125b50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;24847", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "fe737bf8-ae70-454c-97ca-51c62882788e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064447Z:bcb0d4c6-e5e4-46fa-be1e-44cd89125b50" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "da6708fa081d57ad7c7ebb677446135d", + "x-ms-client-request-id": "29f1f05d58ae8b060e0ecde3238fa114", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11370,7 +17836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:38 GMT", + "Date": "Mon, 25 Oct 2021 06:44:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11379,31 +17845,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da6708fa081d57ad7c7ebb677446135d", - "x-ms-correlation-request-id": "c88f234f-388a-43f0-8a42-dcfbc08137b9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29810", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "b6542d21-fb9c-4486-8c41-cb40c94559d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054338Z:c88f234f-388a-43f0-8a42-dcfbc08137b9" + "x-ms-client-request-id": "29f1f05d58ae8b060e0ecde3238fa114", + "x-ms-correlation-request-id": "aace1271-a699-43eb-8c6f-0606bb9346bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;24846", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "5b136dba-c153-4803-987c-e0cb1ae6424e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064447Z:aace1271-a699-43eb-8c6f-0606bb9346bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1d213c0647380e531fc50046b6a8c068", + "x-ms-client-request-id": "98097d6a93243666e6372e2496927f6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11412,7 +17878,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:39 GMT", + "Date": "Mon, 25 Oct 2021 06:44:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11421,31 +17887,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d213c0647380e531fc50046b6a8c068", - "x-ms-correlation-request-id": "a3fe58f7-d8b5-47e9-b767-bddf67b37b40", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29809", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "effeb620-edff-494f-9f0d-ac62a15fc580", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054340Z:a3fe58f7-d8b5-47e9-b767-bddf67b37b40" + "x-ms-client-request-id": "98097d6a93243666e6372e2496927f6d", + "x-ms-correlation-request-id": "d1cc8199-91cb-4c21-90e5-3fceeb19c5ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;24845", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "cdf78b3f-5148-438b-9e3a-2ee832703088", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064447Z:d1cc8199-91cb-4c21-90e5-3fceeb19c5ce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a4477926904f91ad11f445dacdd2badc", + "x-ms-client-request-id": "27204666ed07d665eee4a1adeb8d837a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11454,7 +17920,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:40 GMT", + "Date": "Mon, 25 Oct 2021 06:44:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11463,31 +17929,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4477926904f91ad11f445dacdd2badc", - "x-ms-correlation-request-id": "044fda8e-4636-4d2f-bb27-fa341f86036f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29808", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "d0283206-1626-45bf-b4b3-a78c482fec87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054341Z:044fda8e-4636-4d2f-bb27-fa341f86036f" + "x-ms-client-request-id": "27204666ed07d665eee4a1adeb8d837a", + "x-ms-correlation-request-id": "d677ff64-490c-4bb2-8777-245243992fd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;24844", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "a02e4149-0220-45cf-9be8-3900f7658dd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064447Z:d677ff64-490c-4bb2-8777-245243992fd8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9cabb3db128ab3d8b458bb570867a1d3", + "x-ms-client-request-id": "6b9810da4c62c92989ba427629e1f57b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11496,7 +17962,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:42 GMT", + "Date": "Mon, 25 Oct 2021 06:44:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11505,31 +17971,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cabb3db128ab3d8b458bb570867a1d3", - "x-ms-correlation-request-id": "78a75485-efe3-4cbc-ac95-a9851a111a7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29807", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "4b00ccd6-a6fd-4964-96ab-115bb56fe162", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054342Z:78a75485-efe3-4cbc-ac95-a9851a111a7c" + "x-ms-client-request-id": "6b9810da4c62c92989ba427629e1f57b", + "x-ms-correlation-request-id": "aac35baa-c864-4ea8-ae41-37405e8a259d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;24843", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "c6ff9038-bdf3-4d0b-9ced-b679f6b05c73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064448Z:aac35baa-c864-4ea8-ae41-37405e8a259d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fb4152bd6fff760e8f900c430179404d", + "x-ms-client-request-id": "dd7c5f8f7a6f7d0c1732aa40f2b94b59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11538,7 +18004,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:43 GMT", + "Date": "Mon, 25 Oct 2021 06:44:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11547,31 +18013,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb4152bd6fff760e8f900c430179404d", - "x-ms-correlation-request-id": "8e676a97-5417-4657-b22f-77ddb44a4dcb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29806", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "f2036a76-c96d-4462-bca5-46b2cf5ac21a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054344Z:8e676a97-5417-4657-b22f-77ddb44a4dcb" + "x-ms-client-request-id": "dd7c5f8f7a6f7d0c1732aa40f2b94b59", + "x-ms-correlation-request-id": "af412493-50c5-482f-9e08-3a7ba760a22d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;24842", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "161f6f83-bfe9-48ca-b113-0b2560b8afe7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064448Z:af412493-50c5-482f-9e08-3a7ba760a22d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "036a230b24fd14dea193f0f6d55588a9", + "x-ms-client-request-id": "854ab4b313fa190b1c569d4caaeead0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11580,7 +18046,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:44 GMT", + "Date": "Mon, 25 Oct 2021 06:44:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11589,31 +18055,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "036a230b24fd14dea193f0f6d55588a9", - "x-ms-correlation-request-id": "c1275927-2566-471d-9c0d-1a67533c8e3d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29805", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "39a8e02b-d274-4bed-93c4-0c2c508b27de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054345Z:c1275927-2566-471d-9c0d-1a67533c8e3d" + "x-ms-client-request-id": "854ab4b313fa190b1c569d4caaeead0c", + "x-ms-correlation-request-id": "4e5e913f-d13a-4479-8b57-cd3f41dc3047", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;24841", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "0437caa8-8897-4e71-9fef-69c19c9017b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064448Z:4e5e913f-d13a-4479-8b57-cd3f41dc3047" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7a1c7153bf916cdda4340cf90594b23a", + "x-ms-client-request-id": "8b1e26eea6105f0b041b532fa2e9d7d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11622,7 +18088,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:45 GMT", + "Date": "Mon, 25 Oct 2021 06:44:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11631,31 +18097,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a1c7153bf916cdda4340cf90594b23a", - "x-ms-correlation-request-id": "6f469b2c-38a7-4709-89dc-de3dbc42b6ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29804", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "ec8fef16-3fde-4a30-9c28-b4456a0f47bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054346Z:6f469b2c-38a7-4709-89dc-de3dbc42b6ba" + "x-ms-client-request-id": "8b1e26eea6105f0b041b532fa2e9d7d0", + "x-ms-correlation-request-id": "d2d4d1b8-cc41-47ab-bf9a-01dd8668e1b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;24840", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "b48564da-f56c-451d-bdbe-670f752854d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064448Z:d2d4d1b8-cc41-47ab-bf9a-01dd8668e1b3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e44c6d189dfc99d6742c596c7e17a03a", + "x-ms-client-request-id": "75c3e86f6f977b805462c118dcbfd228", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11664,7 +18130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:47 GMT", + "Date": "Mon, 25 Oct 2021 06:44:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11673,31 +18139,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e44c6d189dfc99d6742c596c7e17a03a", - "x-ms-correlation-request-id": "b0e1897f-5523-447e-b65a-32ee17467570", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29803", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "e3329e40-6505-4b3f-9cf1-94020913506e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054347Z:b0e1897f-5523-447e-b65a-32ee17467570" + "x-ms-client-request-id": "75c3e86f6f977b805462c118dcbfd228", + "x-ms-correlation-request-id": "8fc8f741-5a05-4184-8632-b89d6207a8e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;24839", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "aa66cc21-ee40-4751-957c-1b7d1e5553cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064449Z:8fc8f741-5a05-4184-8632-b89d6207a8e5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8fef6307c55d4cbb46fe5fc817e40e0c", + "x-ms-client-request-id": "cb519d85bf9a0d49a8ea81dfbfdb7732", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11706,7 +18172,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:48 GMT", + "Date": "Mon, 25 Oct 2021 06:44:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11715,31 +18181,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8fef6307c55d4cbb46fe5fc817e40e0c", - "x-ms-correlation-request-id": "83ade192-db9e-4b45-b75b-36f41e6a2fd0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29802", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "ae6c214e-f25b-414f-8c8f-c036daae7e8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054349Z:83ade192-db9e-4b45-b75b-36f41e6a2fd0" + "x-ms-client-request-id": "cb519d85bf9a0d49a8ea81dfbfdb7732", + "x-ms-correlation-request-id": "7cdcfbc8-b5ea-449c-b797-b347c8eca699", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;24838", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "5facdfa2-70f1-404a-a31d-491d8af434ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064449Z:7cdcfbc8-b5ea-449c-b797-b347c8eca699" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "67ddb5e0a409b6ad9b8306646571ed8c", + "x-ms-client-request-id": "c1ddcd7f372b7f75a5a337ade4f38344", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11748,7 +18214,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:49 GMT", + "Date": "Mon, 25 Oct 2021 06:44:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11757,31 +18223,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67ddb5e0a409b6ad9b8306646571ed8c", - "x-ms-correlation-request-id": "d52d0102-661a-4d22-8b39-fb19d87f8dab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29801", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "f374eb3b-8ec1-4f89-95db-a1c500699a14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054350Z:d52d0102-661a-4d22-8b39-fb19d87f8dab" + "x-ms-client-request-id": "c1ddcd7f372b7f75a5a337ade4f38344", + "x-ms-correlation-request-id": "6b6761ad-96db-49f9-a137-f3d74c3b6ce1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14415,Microsoft.Compute/GetOperation30Min;24837", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "66e82f24-9f50-4003-ad87-9026fbccef31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064449Z:6b6761ad-96db-49f9-a137-f3d74c3b6ce1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a2f1d29323a453ddb2ff9efe3d0e818f", + "x-ms-client-request-id": "05aa2b490c98b0359fb6cdaceea1bb79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11790,7 +18256,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:50 GMT", + "Date": "Mon, 25 Oct 2021 06:44:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11799,31 +18265,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2f1d29323a453ddb2ff9efe3d0e818f", - "x-ms-correlation-request-id": "859886ae-2a94-4ba0-a433-7f0123206b00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29800", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "dcccb96c-7000-48b1-8f4e-1fb6b7036962", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054351Z:859886ae-2a94-4ba0-a433-7f0123206b00" + "x-ms-client-request-id": "05aa2b490c98b0359fb6cdaceea1bb79", + "x-ms-correlation-request-id": "4f0826d2-6f61-4a9d-905b-4808f978492e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14414,Microsoft.Compute/GetOperation30Min;24836", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "fe214727-7858-4516-b2c0-19bbeb9c4be2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064449Z:4f0826d2-6f61-4a9d-905b-4808f978492e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c98b4c1d39396330b539f4dabf56e6d5", + "x-ms-client-request-id": "0e998feb10e24dfd27d226f7879b28b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11832,7 +18298,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:52 GMT", + "Date": "Mon, 25 Oct 2021 06:44:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11841,31 +18307,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c98b4c1d39396330b539f4dabf56e6d5", - "x-ms-correlation-request-id": "43b6cb29-515c-47ac-98cf-8aa50cd7357a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29799", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "cf1418d2-0acb-46cb-899b-25a6b5103d5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054353Z:43b6cb29-515c-47ac-98cf-8aa50cd7357a" + "x-ms-client-request-id": "0e998feb10e24dfd27d226f7879b28b4", + "x-ms-correlation-request-id": "bca3256c-ef60-4f85-b842-0518d8382a30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14413,Microsoft.Compute/GetOperation30Min;24835", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "3f7d26d5-f31c-42e9-8b5b-9d503797a717", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064450Z:bca3256c-ef60-4f85-b842-0518d8382a30" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4434d2106cf3bc67d88ab50906af788c", + "x-ms-client-request-id": "94963c677131729a982c22746ac99103", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11874,7 +18340,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:53 GMT", + "Date": "Mon, 25 Oct 2021 06:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11883,31 +18349,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4434d2106cf3bc67d88ab50906af788c", - "x-ms-correlation-request-id": "3ac359aa-db88-4436-ab7f-cbcaab5fbe43", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29798", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "8bfb79f2-90c3-47fc-bd3d-07a012d1a9dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054354Z:3ac359aa-db88-4436-ab7f-cbcaab5fbe43" + "x-ms-client-request-id": "94963c677131729a982c22746ac99103", + "x-ms-correlation-request-id": "bf4dc99e-8052-4630-8e81-fd0303e73c6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14412,Microsoft.Compute/GetOperation30Min;24834", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "1c1b8150-1b34-415e-a38c-3fb4cd4c4113", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064450Z:bf4dc99e-8052-4630-8e81-fd0303e73c6e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/71b451f8-fcdf-4ded-86d7-d04dacfaa38d?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/d760666f-a2db-4528-be6c-664279a6a285?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1846760124e55a52a18dec6b2f03935b", + "x-ms-client-request-id": "54c1bee7745a38612d5cddc6e53d2803", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11916,7 +18382,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:54 GMT", + "Date": "Mon, 25 Oct 2021 06:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11925,41 +18391,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1846760124e55a52a18dec6b2f03935b", - "x-ms-correlation-request-id": "9cde177a-728c-48e6-8419-c0c862ee7afe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29797", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "6bb3bfd2-2e8a-4ecc-a402-864dc14ebc2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054355Z:9cde177a-728c-48e6-8419-c0c862ee7afe" + "x-ms-client-request-id": "54c1bee7745a38612d5cddc6e53d2803", + "x-ms-correlation-request-id": "199e243c-e2fe-4ad0-8346-1bc08b8ca561", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14411,Microsoft.Compute/GetOperation30Min;24833", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "ca281fd8-5acb-4745-9322-435490b06188", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064450Z:199e243c-e2fe-4ad0-8346-1bc08b8ca561" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:42:24.3636538\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T05:43:54.3792376\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:43:52.4060175\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:44:50.2497445\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u002271b451f8-fcdf-4ded-86d7-d04dacfaa38d\u0022\r\n", + " \u0022name\u0022: \u0022d760666f-a2db-4528-be6c-664279a6a285\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6bedc8183ddab19ce4cef1ae83275d06", + "x-ms-client-request-id": "b144188d260b7948f52676b5ee88e35e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "2628", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:55 GMT", + "Date": "Mon, 25 Oct 2021 06:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11968,23 +18434,20 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bedc8183ddab19ce4cef1ae83275d06", - "x-ms-correlation-request-id": "4f760800-c521-4057-bd25-12ceff5748b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2582", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "073c4ce6-baca-4748-8f61-3d63b8eb2921", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054355Z:4f760800-c521-4057-bd25-12ceff5748b1" + "x-ms-client-request-id": "b144188d260b7948f52676b5ee88e35e", + "x-ms-correlation-request-id": "71192011-3956-48b4-9f0a-0e395cdbf967", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2575", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "632c5268-da02-4fa1-9906-a088cf482708", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064450Z:71192011-3956-48b4-9f0a-0e395cdbf967" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-5048\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -12032,62 +18495,36 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u002248e07c3f-f6fd-4003-a9b2-0c4680825f2a\u0022\r\n", + " \u0022uniqueId\u0022: \u00225d8f9f70-4f89-4c35-bde5-5de05e6f2b86\u0022\r\n", " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "48d967c0ce0fecef7fd9a26580fc8dd4", + "x-ms-client-request-id": "c9102241d3daf25adb5d66d494d38d5a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "2628", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:43:55 GMT", + "Date": "Mon, 25 Oct 2021 06:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12096,23 +18533,20 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48d967c0ce0fecef7fd9a26580fc8dd4", - "x-ms-correlation-request-id": "fb7a14b7-e280-4e3d-a35e-674b1a83fe33", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2581", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "c6a6affa-21e2-4dd3-a02c-abd21d997a6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054356Z:fb7a14b7-e280-4e3d-a35e-674b1a83fe33" + "x-ms-client-request-id": "c9102241d3daf25adb5d66d494d38d5a", + "x-ms-correlation-request-id": "d902efa1-d45e-4965-ac7e-41849470b47e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2574", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "ad3cc6f6-8e83-4bee-bf5a-cc8df90f8556", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064451Z:d902efa1-d45e-4965-ac7e-41849470b47e" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-5048\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-5048\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -12160,38 +18594,12 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-4373/providers/Microsoft.Network/virtualNetworks/testVNet-3989/subnets/testSubnet-7480\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u002248e07c3f-f6fd-4003-a9b2-0c4680825f2a\u0022\r\n", + " \u0022uniqueId\u0022: \u00225d8f9f70-4f89-4c35-bde5-5de05e6f2b86\u0022\r\n", " }\r\n", "}" ] @@ -12199,7 +18607,7 @@ ], "Variables": { "RandomSeed": "1915247915", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff().json index 1d59ec71f30fa..3b3974364b80b 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff().json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff().json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-82e06d728c471d43ad85eb46e0330ca6-568c5c212a2a9f45-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "ec394c9e8ba304ebf546aaf232fc1e42", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:37:58 GMT", + "Date": "Mon, 25 Oct 2021 06:36:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27a79236-480e-4e92-b155-c5e5851d53e1", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "27a79236-480e-4e92-b155-c5e5851d53e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033759Z:27a79236-480e-4e92-b155-c5e5851d53e1" + "x-ms-correlation-request-id": "62be38e6-31bb-48b0-8741-9a2ce426f58d", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "62be38e6-31bb-48b0-8741-9a2ce426f58d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063650Z:62be38e6-31bb-48b0-8741-9a2ce426f58d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-9569?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-9569?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-03c6a9f52ed28148a548ad647a5bc00b-724f60660a01b942-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "076f76cb5f5d3f73168789619af6e646", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:00 GMT", + "Date": "Mon, 25 Oct 2021 06:36:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91df4f00-842b-478d-8176-f2cea4a8d150", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "91df4f00-842b-478d-8176-f2cea4a8d150", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033801Z:91df4f00-842b-478d-8176-f2cea4a8d150" + "x-ms-correlation-request-id": "824bdeba-9472-4c51-96e5-1fed7f68b19f", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "824bdeba-9472-4c51-96e5-1fed7f68b19f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063652Z:824bdeba-9472-4c51-96e5-1fed7f68b19f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569", "name": "testRG-9569", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4508dfab711f194581fe6a58979c28f2-79852e9a25e3d742-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "e62799a1d5dcbee65886b3871de698f1", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:00 GMT", + "Date": "Mon, 25 Oct 2021 06:36:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec798199-5707-45da-8c4a-8a591a935690", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ec798199-5707-45da-8c4a-8a591a935690", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033801Z:ec798199-5707-45da-8c4a-8a591a935690" + "x-ms-correlation-request-id": "b959d1f8-5186-4263-b787-624f83b5b5ee", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b959d1f8-5186-4263-b787-624f83b5b5ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063653Z:b959d1f8-5186-4263-b787-624f83b5b5ee" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,168 +8618,14065 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-4508dfab711f194581fe6a58979c28f2-bdadf3f3e9162e4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "9798f4eadaee637975637a94abb40bec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-3515", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4674be04-8cbc-4179-a725-d7365ef6ea06?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c2957d0-6004-4010-a93b-87e412a6b959", - "x-ms-client-request-id": "9798f4eadaee637975637a94abb40bec", - "x-ms-correlation-request-id": "fde9da29-207a-420f-b28e-e234439b03b5", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "4674be04-8cbc-4179-a725-d7365ef6ea06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033806Z:fde9da29-207a-420f-b28e-e234439b03b5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-3471\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e24950b8-0917-4daf-9d0f-38b936eb9574\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022fa4d9457-3e73-474a-a226-791d67e925e8\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-3515\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e24950b8-0917-4daf-9d0f-38b936eb9574\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9798f4eadaee637975637a94abb40bec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-3515", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/be504fd8-1d59-407c-a6cb-677bd6d5a00c?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1a96f296-dd81-4cf4-98e2-689045669cb2", + "x-ms-client-request-id": "9798f4eadaee637975637a94abb40bec", + "x-ms-correlation-request-id": "4cd46497-85dd-4d4d-b82e-4bc4db3f1c52", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "be504fd8-1d59-407c-a6cb-677bd6d5a00c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063700Z:4cd46497-85dd-4d4d-b82e-4bc4db3f1c52" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-3471\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002266696c01-bf1b-4613-9960-068d0344111b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00228a8eddc1-2905-4331-93cc-2f92ced2cea2\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-3515\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002266696c01-bf1b-4613-9960-068d0344111b\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/be504fd8-1d59-407c-a6cb-677bd6d5a00c?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f20ba9c8f8aec7961fc371785a5213a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:36:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1aea8047-4fbc-48a7-8e44-4e9a56e40653", + "x-ms-client-request-id": "f20ba9c8f8aec7961fc371785a5213a3", + "x-ms-correlation-request-id": "b5623a6c-11b1-467e-a3d0-87e11d6d370d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5aab14b0-bf0f-40c5-a7d3-357b0bb413dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063700Z:b5623a6c-11b1-467e-a3d0-87e11d6d370d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/be504fd8-1d59-407c-a6cb-677bd6d5a00c?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "841bc67bb745050d5afd774fd38dd7e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ea38913b-73f9-4d99-a851-f13f2b963284", + "x-ms-client-request-id": "841bc67bb745050d5afd774fd38dd7e6", + "x-ms-correlation-request-id": "30ab0ee7-f826-4f81-8d2d-833089151ae2", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8edd86cb-fc44-4055-8d40-62b1cbcfb2e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063701Z:30ab0ee7-f826-4f81-8d2d-833089151ae2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02cbd8f919a8733e02d9c121732140ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:01 GMT", + "ETag": "W/\u0022ea370e4c-5b18-452c-a4ba-13af93350841\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c22a55dc-d313-410b-ae35-6632fd4bd2c8", + "x-ms-client-request-id": "02cbd8f919a8733e02d9c121732140ce", + "x-ms-correlation-request-id": "262db5e7-e334-499b-be60-2a8436b280cd", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fab8c2e1-0483-44cb-85fb-8479b6b94755", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063702Z:262db5e7-e334-499b-be60-2a8436b280cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-3471\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022ea370e4c-5b18-452c-a4ba-13af93350841\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00228a8eddc1-2905-4331-93cc-2f92ced2cea2\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-3515\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022ea370e4c-5b18-452c-a4ba-13af93350841\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1388", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c571638ce573115c9c0697b08147f392", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-9646", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2627", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c571638ce573115c9c0697b08147f392", + "x-ms-correlation-request-id": "1873c20e-45ab-48e9-9e82-faf868f8ed77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1180,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-charge": "4", + "x-ms-request-id": "0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063705Z:1873c20e-45ab-48e9-9e82-faf868f8ed77" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-9646\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-9646\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u002298a95b97-c41a-46d1-b88d-903b6279ea5c\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70c3a9bd111c13727bba65a1818ef1bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70c3a9bd111c13727bba65a1818ef1bb", + "x-ms-correlation-request-id": "f0c489d3-0a7e-4a36-9b74-0fb3177c7105", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26323", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "9ec11583-6336-44c2-9361-4a1a1d14ff2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063705Z:f0c489d3-0a7e-4a36-9b74-0fb3177c7105" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e8352ee6bda27b46670f3dcb64f01ab0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8352ee6bda27b46670f3dcb64f01ab0", + "x-ms-correlation-request-id": "fcd75a49-4156-4109-aaf3-2961b7fb5955", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26322", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "7569eba9-1354-449d-926c-e986cc26b6fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063705Z:fcd75a49-4156-4109-aaf3-2961b7fb5955" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8f25e748384d976186b07cdab59e0f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8f25e748384d976186b07cdab59e0f9", + "x-ms-correlation-request-id": "14ac512c-dbd3-4f59-bc18-f7520438cc3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26321", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5407b2b3-6014-4889-be68-b0b7a3e496bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063706Z:14ac512c-dbd3-4f59-bc18-f7520438cc3b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c785c6b6a9b500966247080cd3a7af8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c785c6b6a9b500966247080cd3a7af8a", + "x-ms-correlation-request-id": "0c6e7dce-8332-4a5b-8dbf-2f32935b19d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26320", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "2987145f-6a6d-4e64-a8b2-b6bb2ad0c455", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063706Z:0c6e7dce-8332-4a5b-8dbf-2f32935b19d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "222db59f199b6336b85bcf36b679d00e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "222db59f199b6336b85bcf36b679d00e", + "x-ms-correlation-request-id": "4c6598e5-7e72-49a1-bdb4-b5b5f13ed76f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26319", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "68ba48ac-56c3-4bdf-9681-2a95af7fa30e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063706Z:4c6598e5-7e72-49a1-bdb4-b5b5f13ed76f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9d14442f536acbfac7f2753c7a690670", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d14442f536acbfac7f2753c7a690670", + "x-ms-correlation-request-id": "a31847c7-b43d-4eaf-8230-54ad4146aa6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26318", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "e6b0b190-a6b0-4dae-abbb-ca750fcc5833", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063706Z:a31847c7-b43d-4eaf-8230-54ad4146aa6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f52e7cbcbd2c9c5d8f220e59d96049e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f52e7cbcbd2c9c5d8f220e59d96049e8", + "x-ms-correlation-request-id": "c70a80ad-bba1-488e-a51e-6fc797117d8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26317", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e052a0cc-0488-4083-90b6-f5481a9e13ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063707Z:c70a80ad-bba1-488e-a51e-6fc797117d8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8fddfa7711934b1fba615aa9a3fae84e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fddfa7711934b1fba615aa9a3fae84e", + "x-ms-correlation-request-id": "0033648a-e984-4290-a075-0fbba1d8490c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26316", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "9f2fc70e-0aa9-413c-85ec-5f4b0826a637", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063707Z:0033648a-e984-4290-a075-0fbba1d8490c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a7a5f55da4b71e2e6770d4844a0f167", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a7a5f55da4b71e2e6770d4844a0f167", + "x-ms-correlation-request-id": "7d31d7ed-f8cb-450c-af00-72e6461161c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26315", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b35a2fdc-0c1e-46db-abe4-38b6d23c5886", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063707Z:7d31d7ed-f8cb-450c-af00-72e6461161c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "80c48da9768caadd5ce23bca62b4f895", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80c48da9768caadd5ce23bca62b4f895", + "x-ms-correlation-request-id": "7097dd6a-ab61-4a21-8a9f-3390bc5a6e08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26314", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "0d8a4a00-eae4-48bd-9b3b-094827538ab7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063708Z:7097dd6a-ab61-4a21-8a9f-3390bc5a6e08" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a04bf3a0ee69d9c186ba81b03d70619", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a04bf3a0ee69d9c186ba81b03d70619", + "x-ms-correlation-request-id": "acf93d1d-35a2-4709-a484-5ef24c78076b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26313", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "809a5b54-87e4-4847-8c02-0e798a86fdff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063708Z:acf93d1d-35a2-4709-a484-5ef24c78076b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1600f3706835dfc281cfdd699f180f32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1600f3706835dfc281cfdd699f180f32", + "x-ms-correlation-request-id": "544f56de-5293-49a7-b5a0-24176b9cf6fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26312", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d003dfd2-a005-4e64-a617-4a2725a30c1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063708Z:544f56de-5293-49a7-b5a0-24176b9cf6fd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "840d787e769c9a81f0266821cdc2a684", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "840d787e769c9a81f0266821cdc2a684", + "x-ms-correlation-request-id": "94816150-4e5c-4dac-a189-1f7a77894416", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26311", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "ee8cd795-0a88-4350-91b3-673fc32c18b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063708Z:94816150-4e5c-4dac-a189-1f7a77894416" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f5921dbe2b3d15ffd24f9163132fe00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f5921dbe2b3d15ffd24f9163132fe00", + "x-ms-correlation-request-id": "7912689b-827a-42c7-b4da-68d6a249f836", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26310", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "62a2f7e2-545e-4dfd-900d-a824c6932544", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063709Z:7912689b-827a-42c7-b4da-68d6a249f836" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b9c765c82c9fa7c7166250e00a111bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b9c765c82c9fa7c7166250e00a111bf", + "x-ms-correlation-request-id": "75804483-a077-40ae-afe5-51eb9b191506", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26309", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "cad98815-4b5c-4591-9b42-1998fbe5301a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063709Z:75804483-a077-40ae-afe5-51eb9b191506" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d8e58299fbe9c7e183c87777c6a68bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d8e58299fbe9c7e183c87777c6a68bd", + "x-ms-correlation-request-id": "c71d21fd-0df2-460a-a742-30fdbb1f7a96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26307", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "f066a231-03e1-4595-8e89-eef4e1bd12bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063709Z:c71d21fd-0df2-460a-a742-30fdbb1f7a96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57c468281a2559bba55efd4dbc50d15c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57c468281a2559bba55efd4dbc50d15c", + "x-ms-correlation-request-id": "d13f63ad-08a1-4d6c-b5d8-b579fc5f01d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26306", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c269a987-5215-4c78-98be-0cad8bf7a484", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063709Z:d13f63ad-08a1-4d6c-b5d8-b579fc5f01d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8ed3a1380a4bc41f7ff738dfa047d06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8ed3a1380a4bc41f7ff738dfa047d06", + "x-ms-correlation-request-id": "f231c006-1e5f-4918-aef0-97121f088b13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26305", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "6ca6efee-7628-4f7e-87b4-f9b4d78ab3c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063710Z:f231c006-1e5f-4918-aef0-97121f088b13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98e667fdbadc0e999d34d85fa230dfc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98e667fdbadc0e999d34d85fa230dfc7", + "x-ms-correlation-request-id": "acb77175-94c0-483b-9b44-89183033a1c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26304", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "e26524d3-694e-4b52-837b-d81695cad8f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063710Z:acb77175-94c0-483b-9b44-89183033a1c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42642b6a907da71926085f25a72d5ea0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42642b6a907da71926085f25a72d5ea0", + "x-ms-correlation-request-id": "564c24a2-af36-46ef-bf2c-95a8ff59b1fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26303", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "408f8203-2d6e-4170-a6e4-3774cfbf9adf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063710Z:564c24a2-af36-46ef-bf2c-95a8ff59b1fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5550f6e1396a587fa0de3a6fa8e119c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5550f6e1396a587fa0de3a6fa8e119c7", + "x-ms-correlation-request-id": "0607c6a9-fd26-4b02-82e8-56ec8f09aa47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26302", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "332fdd8f-30d6-4232-95b3-3d495e6e0c8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063711Z:0607c6a9-fd26-4b02-82e8-56ec8f09aa47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf23ab203ba06c894e3e71d35b736670", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf23ab203ba06c894e3e71d35b736670", + "x-ms-correlation-request-id": "d856aeb8-e072-4695-b432-de6d7de90ac2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26301", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "cc8b9914-c011-446f-a5b3-28745d64bebc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063711Z:d856aeb8-e072-4695-b432-de6d7de90ac2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab7e38d68ae0315cab0ba19f55a9ff44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab7e38d68ae0315cab0ba19f55a9ff44", + "x-ms-correlation-request-id": "ebbc5e1f-2a86-4ab9-aca7-d26c175d224f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26300", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "c1922f8b-3447-43fb-ac87-d9e03fbfae79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063711Z:ebbc5e1f-2a86-4ab9-aca7-d26c175d224f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc0598ee8e0aa6006de4062cc8abfd2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc0598ee8e0aa6006de4062cc8abfd2d", + "x-ms-correlation-request-id": "0fc7f7d1-9612-40c5-9898-57c28dd6af27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26299", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "1a2cbda1-e546-4061-98bf-ff0649197f61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063711Z:0fc7f7d1-9612-40c5-9898-57c28dd6af27" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f99ca786d6395e64ef2239499e916a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f99ca786d6395e64ef2239499e916a5", + "x-ms-correlation-request-id": "5df982b0-b085-404d-b220-aa3bb12afc83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26298", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "c23f71e4-1b43-4d45-95df-ddbb7acc1c2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063712Z:5df982b0-b085-404d-b220-aa3bb12afc83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3e42c3e6a6d476638d83efb833069ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3e42c3e6a6d476638d83efb833069ff", + "x-ms-correlation-request-id": "5cd2bab5-c694-4e47-b27f-5b75c2881ece", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26297", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "e25a145d-4fc7-48db-9d14-dace39fca55f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063712Z:5cd2bab5-c694-4e47-b27f-5b75c2881ece" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b27740e8f0f80e1b16fad186a6b0c83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b27740e8f0f80e1b16fad186a6b0c83", + "x-ms-correlation-request-id": "ab596914-98bb-45a3-9027-fc50618a2ff0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26296", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "fdfe463e-4a31-4b87-b881-cd124ec49024", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063712Z:ab596914-98bb-45a3-9027-fc50618a2ff0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9bed60cd3ac70dbf6451378b2feb111e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9bed60cd3ac70dbf6451378b2feb111e", + "x-ms-correlation-request-id": "ac4d932b-8a27-4469-a1d5-23401fdcb58c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26295", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "19eaf2c1-37ef-4955-937b-b51ff911e4c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063712Z:ac4d932b-8a27-4469-a1d5-23401fdcb58c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "258624888bc2ae954b6311fdbc4dddcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "258624888bc2ae954b6311fdbc4dddcc", + "x-ms-correlation-request-id": "0b74c9c3-8a49-45ab-921e-bc974ec11c86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26294", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "b588f626-ec64-4756-a061-db682f863386", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063713Z:0b74c9c3-8a49-45ab-921e-bc974ec11c86" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "232ebbcbcd42d338b41926be585551c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "232ebbcbcd42d338b41926be585551c6", + "x-ms-correlation-request-id": "b951c5ac-73ef-4c31-802c-e3ea6ff56dd2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26293", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "466f1f04-ecbe-4b9a-ab8a-67e5c61808e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063713Z:b951c5ac-73ef-4c31-802c-e3ea6ff56dd2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "468f8f5ee7e542c0cb3e506328c15116", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "468f8f5ee7e542c0cb3e506328c15116", + "x-ms-correlation-request-id": "ae6724a6-7155-48e8-8514-a5d9a029ab70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26292", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "356f5ac9-cb6b-4d3e-af98-99b09964e3a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063713Z:ae6724a6-7155-48e8-8514-a5d9a029ab70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "74bf6a74eebcbbdbebb270a964d756f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74bf6a74eebcbbdbebb270a964d756f5", + "x-ms-correlation-request-id": "472cea5d-9d55-4059-b3cd-fa7d2a98a4ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26291", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "f124d42c-5210-4846-8e75-968ee693fcd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063714Z:472cea5d-9d55-4059-b3cd-fa7d2a98a4ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d9f4b1296bee3e7faec57037dd5abf2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d9f4b1296bee3e7faec57037dd5abf2", + "x-ms-correlation-request-id": "2e145390-922a-4fd0-b546-24fed4f2576e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26290", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "4d6d9cda-8ed4-41c3-b100-e7dcd61fc4a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063714Z:2e145390-922a-4fd0-b546-24fed4f2576e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed4a10c8dd966f09b3d35b337717ddf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed4a10c8dd966f09b3d35b337717ddf4", + "x-ms-correlation-request-id": "c1e6a8be-f944-4f53-84a6-c49bb47dd018", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26289", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "986a0d11-cd7e-4ca2-9400-37164cc21f3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063714Z:c1e6a8be-f944-4f53-84a6-c49bb47dd018" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc505ae82421dd5783dc7ad097d83d15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc505ae82421dd5783dc7ad097d83d15", + "x-ms-correlation-request-id": "5f86994c-156b-4931-a1ad-02579ef58770", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26288", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "a6d8db91-3800-4922-a45c-ed02731d97cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063714Z:5f86994c-156b-4931-a1ad-02579ef58770" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53e07d06698c345f423079ea3ab36ce2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53e07d06698c345f423079ea3ab36ce2", + "x-ms-correlation-request-id": "89d0701d-9e64-48b0-88fe-9ed16b3854b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26287", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "bd8783f6-3d13-42c6-bc07-c7226838c5d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063715Z:89d0701d-9e64-48b0-88fe-9ed16b3854b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "221b630ecf84a4d0b86c69b96339d8db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "221b630ecf84a4d0b86c69b96339d8db", + "x-ms-correlation-request-id": "e1656106-2ada-4563-81e3-34dd30e6cab6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26286", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "aa1e1afd-439d-4cc8-ac18-00f675b77d8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063715Z:e1656106-2ada-4563-81e3-34dd30e6cab6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f92c469589377e67fb1b9af1aa6ca3d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f92c469589377e67fb1b9af1aa6ca3d0", + "x-ms-correlation-request-id": "92603e65-1de3-40c7-baa1-cccda378ed6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26285", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "af114ed9-8177-4617-bbcb-66715053547e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063715Z:92603e65-1de3-40c7-baa1-cccda378ed6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "33c1976f1abc3790ac3c9b2000a5d109", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33c1976f1abc3790ac3c9b2000a5d109", + "x-ms-correlation-request-id": "9030a068-fe7e-4fd2-86d5-95320427ad5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26284", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "12843d2d-4a5f-44f2-9556-ca8b87d18ece", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063716Z:9030a068-fe7e-4fd2-86d5-95320427ad5f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4549d58728684abfb9c276834dff94b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4549d58728684abfb9c276834dff94b", + "x-ms-correlation-request-id": "66fcc323-fc78-4788-82fd-fecce8124db1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26283", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "afb99d40-d1e0-4c0c-be05-82a3c8132cb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063716Z:66fcc323-fc78-4788-82fd-fecce8124db1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb4a99c9a4777b1eb5f54cfaee477e55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb4a99c9a4777b1eb5f54cfaee477e55", + "x-ms-correlation-request-id": "06e7dfe3-d5e9-42e9-9073-21c301311224", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26282", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "be0ca1d4-667e-45b7-b338-62aafdb36808", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063716Z:06e7dfe3-d5e9-42e9-9073-21c301311224" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c98904aae17fc49ec3c371ff32702cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c98904aae17fc49ec3c371ff32702cd", + "x-ms-correlation-request-id": "a4a34f08-bdde-43f3-87e5-95257861e770", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26281", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "e58b2f25-c471-426b-a08a-535d38cba822", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063716Z:a4a34f08-bdde-43f3-87e5-95257861e770" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66564f43055bb4917fd93f9126b096b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66564f43055bb4917fd93f9126b096b4", + "x-ms-correlation-request-id": "834871db-7803-4b04-af4e-a17a1d53456d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26280", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "17ba6f59-122e-48cd-9094-0c6ae6d29312", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063717Z:834871db-7803-4b04-af4e-a17a1d53456d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a31ed11eec461a33504dde3a6cfe878d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a31ed11eec461a33504dde3a6cfe878d", + "x-ms-correlation-request-id": "bffbdc09-ccdd-47f0-98e4-6987fa9a5e31", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26279", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "09fc7e19-954c-4fcf-af94-aa0e077f6d86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063717Z:bffbdc09-ccdd-47f0-98e4-6987fa9a5e31" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9eb77ff217f044fafee48d3d6fb7d63c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9eb77ff217f044fafee48d3d6fb7d63c", + "x-ms-correlation-request-id": "a2ee57c3-bb33-44d5-820c-3824e934670d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26278", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "c81df006-d640-4597-9736-fea9833a8279", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063717Z:a2ee57c3-bb33-44d5-820c-3824e934670d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "210183a65e0956861b3c160e27574780", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "210183a65e0956861b3c160e27574780", + "x-ms-correlation-request-id": "aecf4e31-d0d1-4891-8065-d604b7cf7766", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26277", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "27a69b1b-c23a-4a8d-bc0f-f1012fd84f12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063718Z:aecf4e31-d0d1-4891-8065-d604b7cf7766" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a69eb152f7f906c3d7daa5615ef5aa98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a69eb152f7f906c3d7daa5615ef5aa98", + "x-ms-correlation-request-id": "7e9c9a36-f40b-4ec3-b4c1-a48a5fa52aa5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26276", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "93ea8622-5802-4220-8857-d868a14160b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063718Z:7e9c9a36-f40b-4ec3-b4c1-a48a5fa52aa5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e893a27666fd9383f86083b401eb1da7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e893a27666fd9383f86083b401eb1da7", + "x-ms-correlation-request-id": "92c5ac52-2739-41aa-8f26-bcb252e78f1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26275", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "aa3abe60-b702-4442-9b12-d128eb0ab267", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063718Z:92c5ac52-2739-41aa-8f26-bcb252e78f1d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bdeb0d9d3018af43c0fa492fb924f725", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bdeb0d9d3018af43c0fa492fb924f725", + "x-ms-correlation-request-id": "6d64411a-72a1-4710-88f6-068ef0eee356", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26274", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "8f243c0b-e4e9-447f-b347-8fee112d8e64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063718Z:6d64411a-72a1-4710-88f6-068ef0eee356" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "84977d925ec3ec832e0bad98730f05eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84977d925ec3ec832e0bad98730f05eb", + "x-ms-correlation-request-id": "012ccc04-11d1-4d45-b337-e68a8375cefb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26273", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "388a11b4-602e-42ff-88ad-0525511292c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063719Z:012ccc04-11d1-4d45-b337-e68a8375cefb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "51c4fdbced0a467f5fe428021c54dad4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51c4fdbced0a467f5fe428021c54dad4", + "x-ms-correlation-request-id": "e892bcad-9630-4a12-888c-96be3e572cb0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26272", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "c2f05579-f77f-4341-a4e4-f8491f3dd572", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063719Z:e892bcad-9630-4a12-888c-96be3e572cb0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83215d6898533ee38aff8f0d82aa3bb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83215d6898533ee38aff8f0d82aa3bb1", + "x-ms-correlation-request-id": "af75488a-fdb9-45d8-9dea-81e94a76a2f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26271", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "dba6a936-414c-4f02-9b0a-0044cda47142", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063719Z:af75488a-fdb9-45d8-9dea-81e94a76a2f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc725df4a660a41bfe5125de3680cfd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc725df4a660a41bfe5125de3680cfd9", + "x-ms-correlation-request-id": "3791bb27-1ef4-4a1c-8853-60ae00888ada", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26270", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "97244f22-220f-4afc-a5d4-acb9100fed39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063719Z:3791bb27-1ef4-4a1c-8853-60ae00888ada" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "162fd93182ed24981985c70a5d72c3b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162fd93182ed24981985c70a5d72c3b4", + "x-ms-correlation-request-id": "7046ff78-f137-4c47-ab20-e3b64145fb9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26269", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "2ba27da0-183c-47a3-ad07-98c4c381ae47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063720Z:7046ff78-f137-4c47-ab20-e3b64145fb9e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be0d77a91de2c273427d840273050709", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be0d77a91de2c273427d840273050709", + "x-ms-correlation-request-id": "cfb302bf-bd49-442c-ad70-17a3565ae731", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26268", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "cfba8821-897a-4239-8201-62e3bb89c563", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063720Z:cfb302bf-bd49-442c-ad70-17a3565ae731" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a9dcb530257b72c3c54ea2dade10478c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9dcb530257b72c3c54ea2dade10478c", + "x-ms-correlation-request-id": "70a47062-1c36-4741-a789-6b726d78695d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26267", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "fddb54e0-a015-4e73-a6c6-16e954c8988f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063720Z:70a47062-1c36-4741-a789-6b726d78695d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf34708e107313f7656cd370fd95b014", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf34708e107313f7656cd370fd95b014", + "x-ms-correlation-request-id": "4e88a739-79bc-47d4-a8e3-30eff041859f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26266", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "8a0ec502-2854-48f3-82a2-d7c76604e8a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063721Z:4e88a739-79bc-47d4-a8e3-30eff041859f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7dabe7e19958439b39bf9937b99e431", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7dabe7e19958439b39bf9937b99e431", + "x-ms-correlation-request-id": "e32f9539-c572-4d8e-8bfe-03e2f6f52c9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26265", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "f09d190f-73b3-44a0-9f43-2875fdbc24c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063721Z:e32f9539-c572-4d8e-8bfe-03e2f6f52c9e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0373f83548d01f96bec9440e5153742f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0373f83548d01f96bec9440e5153742f", + "x-ms-correlation-request-id": "b442c111-e716-47bb-a990-59db104ab5d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26264", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "85143f3d-8a51-4a32-a8d3-9b5ee1fb0d07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063721Z:b442c111-e716-47bb-a990-59db104ab5d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "205c8d9d9f3674f636b00cd7176397cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "205c8d9d9f3674f636b00cd7176397cc", + "x-ms-correlation-request-id": "b386e800-7973-4452-b291-fc0785439f3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26263", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "528b1112-0817-4af4-97d5-8e64ac2ba869", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063721Z:b386e800-7973-4452-b291-fc0785439f3d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "043aa188ad21354427bbe9cbd52b3360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "043aa188ad21354427bbe9cbd52b3360", + "x-ms-correlation-request-id": "4880d23b-6594-4a9e-b4a7-e6a87d590030", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26262", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "a657ed47-4be1-4109-bbe6-2fd8b14dccc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063722Z:4880d23b-6594-4a9e-b4a7-e6a87d590030" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "edf6c926c33d96fb02ffcd203cbe075b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edf6c926c33d96fb02ffcd203cbe075b", + "x-ms-correlation-request-id": "f8c9ef97-3ab7-439f-8445-9635b8701f95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26261", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "8bd02b7a-dc6b-4cb4-a9f2-0886b6077925", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063722Z:f8c9ef97-3ab7-439f-8445-9635b8701f95" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af8577316f18ef0d4926f87ab62a9e0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af8577316f18ef0d4926f87ab62a9e0a", + "x-ms-correlation-request-id": "80d593dc-0698-4dac-a8f5-741f5407f1c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26260", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "2e930d7f-24ae-495d-8214-2d5055f9abe6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063722Z:80d593dc-0698-4dac-a8f5-741f5407f1c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4db1ac7caa6cc48fa6a40222e024f969", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4db1ac7caa6cc48fa6a40222e024f969", + "x-ms-correlation-request-id": "50224492-4383-4a7d-b4b6-79f3dd051927", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26259", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "aae6a52b-8c96-4a6e-9ecd-42b7bf53acd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063722Z:50224492-4383-4a7d-b4b6-79f3dd051927" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d9a8eb383a5b647bb06a416cb80dfd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d9a8eb383a5b647bb06a416cb80dfd7", + "x-ms-correlation-request-id": "bd931008-6849-4ceb-bafe-0233ac650e7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26258", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "a1b9c5e2-b04b-4418-b23a-e5452ed53e83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063723Z:bd931008-6849-4ceb-bafe-0233ac650e7a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90a3c260b90d87eee8c109746dea0f25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90a3c260b90d87eee8c109746dea0f25", + "x-ms-correlation-request-id": "5f034380-310d-4e93-b2e5-bdc92e592833", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26257", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "86fda36a-0666-40d9-b613-d8134020beba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063723Z:5f034380-310d-4e93-b2e5-bdc92e592833" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28c78e2d4190f86465fa92660678f825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28c78e2d4190f86465fa92660678f825", + "x-ms-correlation-request-id": "aad1a52d-734a-4f74-89aa-05652f4b419f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26256", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "d87942f8-0c88-4d87-99c4-8fe664623d10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063723Z:aad1a52d-734a-4f74-89aa-05652f4b419f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1dc22bc46980f95ca01275e47ad249d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dc22bc46980f95ca01275e47ad249d0", + "x-ms-correlation-request-id": "464071d0-e322-4a74-bff5-dccf945a2e28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26255", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "02446f0a-1a45-47b5-8012-12fcfe7f12d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063724Z:464071d0-e322-4a74-bff5-dccf945a2e28" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ce97ef7b7b91e465eaa2b1227878170", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ce97ef7b7b91e465eaa2b1227878170", + "x-ms-correlation-request-id": "7913b560-bc66-4645-b747-e91327b0a085", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26254", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "8245cc48-e58e-4796-9e39-02e084e0165d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063724Z:7913b560-bc66-4645-b747-e91327b0a085" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41b0e4c8f228c3a432ce887ecb7f7e92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41b0e4c8f228c3a432ce887ecb7f7e92", + "x-ms-correlation-request-id": "aee63d85-5936-459b-a158-ad084967776a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26253", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "a6a4ea98-ee03-433b-a1b0-ef6bdcf12b34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063724Z:aee63d85-5936-459b-a158-ad084967776a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "876fc1b0bc8f0c6be4a3bfd63e49d118", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "876fc1b0bc8f0c6be4a3bfd63e49d118", + "x-ms-correlation-request-id": "47c7c52b-5a57-405a-a092-ed983ec037f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26252", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "5f5dceff-103f-416c-82c1-24012ddf03c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063724Z:47c7c52b-5a57-405a-a092-ed983ec037f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "961c0590072105a8da2509eb2fc853de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "961c0590072105a8da2509eb2fc853de", + "x-ms-correlation-request-id": "02673a3b-bbca-44eb-a2b6-4b683866b7f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26251", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "0fc52d6b-8cae-4a03-b8ca-5a1790a7f94c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063725Z:02673a3b-bbca-44eb-a2b6-4b683866b7f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6562982cfa180ce078a45d8432ce85e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6562982cfa180ce078a45d8432ce85e9", + "x-ms-correlation-request-id": "f91240cd-e649-44f9-b79f-17be2b81717c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26250", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "66ca34cc-f890-4ae9-beb4-5b3f29789322", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063725Z:f91240cd-e649-44f9-b79f-17be2b81717c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c6ed6ffce863a871196aac69b280dc1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6ed6ffce863a871196aac69b280dc1c", + "x-ms-correlation-request-id": "f32fb692-3a8b-4bde-a2ef-c88a3f8e77ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26249", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "0cd8cced-c8d8-4e75-8d09-31a08e72767e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063725Z:f32fb692-3a8b-4bde-a2ef-c88a3f8e77ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6aae0506ce696ff24101d7daa23d20b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6aae0506ce696ff24101d7daa23d20b", + "x-ms-correlation-request-id": "935b1087-487e-4c8f-a947-ca17c3ccfc61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26248", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "e38ab0c7-5e32-42d6-b803-60ab5b523fb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063725Z:935b1087-487e-4c8f-a947-ca17c3ccfc61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bfee20a08cda437a26b94bae4d7759f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfee20a08cda437a26b94bae4d7759f7", + "x-ms-correlation-request-id": "820203d4-0143-4184-9472-8b938e2eaa09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26247", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "36cf453e-2243-46b8-bc8d-426e4b63dfaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063726Z:820203d4-0143-4184-9472-8b938e2eaa09" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "513341c7df2490027057a253caf3fef5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "513341c7df2490027057a253caf3fef5", + "x-ms-correlation-request-id": "65d5e019-9238-4162-9b06-6805d8a9bf70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26246", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "a17fa31b-30c4-4130-8fbc-7c6c51564d35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063726Z:65d5e019-9238-4162-9b06-6805d8a9bf70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92c8a1971d91c44166667f2d205148ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92c8a1971d91c44166667f2d205148ad", + "x-ms-correlation-request-id": "0af60bc0-b890-4f90-989f-497c01db10f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26245", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "d2f0ab73-7da0-4a55-84ca-47cbf9e01b6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063726Z:0af60bc0-b890-4f90-989f-497c01db10f2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69b626b680f0c1e71d5e4f83e9277932", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69b626b680f0c1e71d5e4f83e9277932", + "x-ms-correlation-request-id": "3c71fdd3-9fc1-4168-a25f-98b05c64feff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26244", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "05fdab6f-b1bf-48ca-9554-8a9fc487751f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063727Z:3c71fdd3-9fc1-4168-a25f-98b05c64feff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac1656bac7aeaa65ff6febbe5fd56f1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac1656bac7aeaa65ff6febbe5fd56f1e", + "x-ms-correlation-request-id": "62b80759-415d-4fc1-a05f-bcdff7947558", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26243", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "d566573d-ee38-46fd-9c8f-dda5bfb6c2e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063727Z:62b80759-415d-4fc1-a05f-bcdff7947558" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a39cf50e953d1705b9077533cdbdda3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a39cf50e953d1705b9077533cdbdda3e", + "x-ms-correlation-request-id": "73c61128-6cc6-4498-b7da-65a582b5b670", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26242", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "6a189a0d-6051-4162-9d59-9cd46db4d2ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063727Z:73c61128-6cc6-4498-b7da-65a582b5b670" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9724cec9c3aeffec00b698195296148", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9724cec9c3aeffec00b698195296148", + "x-ms-correlation-request-id": "95817f7e-7016-480f-bbe2-7df094f64a92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26241", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "a8b51cfc-435d-40e6-aac1-fe48a798b033", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063727Z:95817f7e-7016-480f-bbe2-7df094f64a92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f47531eed58a25f451fff3a75132dd41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f47531eed58a25f451fff3a75132dd41", + "x-ms-correlation-request-id": "2183f6ae-da18-42d6-94d7-7f2e876faf1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26240", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "5709f7b4-5b18-4fc3-a1b9-36d1b84331cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063728Z:2183f6ae-da18-42d6-94d7-7f2e876faf1c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13d1ac94a56272e3f6ade3322b84818f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13d1ac94a56272e3f6ade3322b84818f", + "x-ms-correlation-request-id": "2c76d02f-201a-442c-bb70-54bb4b560110", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26239", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "fa168d3a-ea1a-456c-ab7c-bc6f61a826b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063728Z:2c76d02f-201a-442c-bb70-54bb4b560110" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b442da5e54816b3574d783ba9579d8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b442da5e54816b3574d783ba9579d8e", + "x-ms-correlation-request-id": "7bdb082b-88cf-4c04-a7b3-5e3995c24520", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26238", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "dbe9cf77-4861-42ea-8987-e48f483e91df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063728Z:7bdb082b-88cf-4c04-a7b3-5e3995c24520" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e8ec272e4e5849e54d03fdddf2c2facc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8ec272e4e5849e54d03fdddf2c2facc", + "x-ms-correlation-request-id": "0451030d-6b89-4edc-b305-47c4abbc90eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26237", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "7cca7ec3-82c8-4c4a-b784-85ee06a99043", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063729Z:0451030d-6b89-4edc-b305-47c4abbc90eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2401637d41eeaef8f9babb152ca8c89f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2401637d41eeaef8f9babb152ca8c89f", + "x-ms-correlation-request-id": "74a775be-9e70-4ffd-981d-669909ea7c05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26236", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "61453c3d-635d-41f4-86eb-d48ff290bcc9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063729Z:74a775be-9e70-4ffd-981d-669909ea7c05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0303550f9997573747fb4e45e7d62495", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0303550f9997573747fb4e45e7d62495", + "x-ms-correlation-request-id": "31c4e856-1991-4224-bba5-d38de8921ad2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26235", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "be41f62c-7253-4eb8-8116-858c1e176718", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063729Z:31c4e856-1991-4224-bba5-d38de8921ad2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45bdac527956ed9f2f3def9d92d01ca5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45bdac527956ed9f2f3def9d92d01ca5", + "x-ms-correlation-request-id": "6ee6de19-c0be-40ec-8301-7536e2ec673a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26234", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "a00fb131-d6da-4c08-9fed-5ed7d0eb6086", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063729Z:6ee6de19-c0be-40ec-8301-7536e2ec673a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9dcd5e3af6bee4352ca9ddf2f2b3c622", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9dcd5e3af6bee4352ca9ddf2f2b3c622", + "x-ms-correlation-request-id": "35469e71-779d-44b4-ae69-9c685a98b9c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26233", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "8e7c4688-9e9d-48f1-a374-f096309588dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063730Z:35469e71-779d-44b4-ae69-9c685a98b9c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "80c2269683ea9648b516d459aa99c476", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80c2269683ea9648b516d459aa99c476", + "x-ms-correlation-request-id": "fadc0135-d348-4a29-841a-1801d01648b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14604,Microsoft.Compute/GetOperation30Min;26232", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "8bc24fcd-abc5-48cd-9675-134dc06ba7a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063730Z:fadc0135-d348-4a29-841a-1801d01648b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "890ba9df86085cd677d919ac9bacfa7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "890ba9df86085cd677d919ac9bacfa7b", + "x-ms-correlation-request-id": "3375cb06-47db-4321-a3d0-0cf46fd96f5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14603,Microsoft.Compute/GetOperation30Min;26231", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "5f9650d1-c441-4ac4-8dc6-f32881acf878", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063730Z:3375cb06-47db-4321-a3d0-0cf46fd96f5e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b07cc769b0eb6ba1536e8a822db3992", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b07cc769b0eb6ba1536e8a822db3992", + "x-ms-correlation-request-id": "3a100784-2b1a-4666-ba70-3f960e835b98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14602,Microsoft.Compute/GetOperation30Min;26230", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "22de81c4-a6a0-4bc8-889b-54c9145d21ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063730Z:3a100784-2b1a-4666-ba70-3f960e835b98" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "491366e43da70f19506509116a9cfa08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "491366e43da70f19506509116a9cfa08", + "x-ms-correlation-request-id": "1e6ca02b-407f-4b94-9e89-a7d76bf9d899", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14601,Microsoft.Compute/GetOperation30Min;26229", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "39470e54-5710-4096-93de-2fc6d1aadefd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063731Z:1e6ca02b-407f-4b94-9e89-a7d76bf9d899" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dde3581b59924368ee5473d19e2d3a9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dde3581b59924368ee5473d19e2d3a9b", + "x-ms-correlation-request-id": "82c35de5-43cb-4674-9642-675898a8536e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14600,Microsoft.Compute/GetOperation30Min;26228", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "9f33ae0b-5504-470e-a435-328908b9dd49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063731Z:82c35de5-43cb-4674-9642-675898a8536e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "35c7869fb19939d4b2f71ba891a94c79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35c7869fb19939d4b2f71ba891a94c79", + "x-ms-correlation-request-id": "6249a469-213b-42fe-98be-ee6c5e8ea277", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14599,Microsoft.Compute/GetOperation30Min;26227", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "651c0677-88b5-44ee-a775-97376bca121f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063731Z:6249a469-213b-42fe-98be-ee6c5e8ea277" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c98cdf3c5bf88bfffdcf5a52ca477122", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c98cdf3c5bf88bfffdcf5a52ca477122", + "x-ms-correlation-request-id": "d52bb57a-658a-46a1-b23b-dc6b4abd1b1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14598,Microsoft.Compute/GetOperation30Min;26226", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "4b544e1b-aec9-48f3-8c0c-9edacc4a8750", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063731Z:d52bb57a-658a-46a1-b23b-dc6b4abd1b1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3716d2bc5d46a6f84a92b9b3dc0b245", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3716d2bc5d46a6f84a92b9b3dc0b245", + "x-ms-correlation-request-id": "a3777de5-451f-4588-b71e-19bba730c3d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14597,Microsoft.Compute/GetOperation30Min;26225", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "623fc76b-4466-4004-a960-eeacaab27a67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063732Z:a3777de5-451f-4588-b71e-19bba730c3d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be95f90871a044a3863b37c957816e6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be95f90871a044a3863b37c957816e6a", + "x-ms-correlation-request-id": "916505f5-e3de-478b-9084-7549f43659a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14596,Microsoft.Compute/GetOperation30Min;26224", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "a5f21935-cd05-4c5e-b129-4b39bd777e78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063732Z:916505f5-e3de-478b-9084-7549f43659a3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "237cf886693776a47022444e30644e3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "237cf886693776a47022444e30644e3d", + "x-ms-correlation-request-id": "52fffe90-acff-4ab8-ae61-b5e8a27dd2ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14595,Microsoft.Compute/GetOperation30Min;26223", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "2e2c3fc9-cd27-4bbc-b57c-20425d51a466", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063732Z:52fffe90-acff-4ab8-ae61-b5e8a27dd2ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d04a141db2b1ba81ca2d5c998da61203", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d04a141db2b1ba81ca2d5c998da61203", + "x-ms-correlation-request-id": "45927c1a-1723-415f-b170-1dc148963589", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14594,Microsoft.Compute/GetOperation30Min;26222", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "c116d204-fe86-4c15-8f17-9fecb381c0e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063733Z:45927c1a-1723-415f-b170-1dc148963589" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4414c03b8e439f0e551f4d7e2c551321", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4414c03b8e439f0e551f4d7e2c551321", + "x-ms-correlation-request-id": "ce5580f8-a286-4c76-946e-055f6673029c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14593,Microsoft.Compute/GetOperation30Min;26221", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "dd891be4-9e2a-440e-a1e1-ef877a191f88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063733Z:ce5580f8-a286-4c76-946e-055f6673029c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42abfaed9d36d3b977c1590a0c0be9ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42abfaed9d36d3b977c1590a0c0be9ca", + "x-ms-correlation-request-id": "724e5220-d636-4b0b-af80-5b1c32de3faf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14592,Microsoft.Compute/GetOperation30Min;26220", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "108a4663-114f-4c6c-8232-764d2ea6f81a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063733Z:724e5220-d636-4b0b-af80-5b1c32de3faf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7013411009508ef906ab7b9265038e74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7013411009508ef906ab7b9265038e74", + "x-ms-correlation-request-id": "a65596e0-925e-401b-a36a-d84feeadc827", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14591,Microsoft.Compute/GetOperation30Min;26219", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "89a81b33-522b-4209-8fa0-0d58addafeca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063733Z:a65596e0-925e-401b-a36a-d84feeadc827" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92ab3b19d0fa9dcc0741cd8235039249", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92ab3b19d0fa9dcc0741cd8235039249", + "x-ms-correlation-request-id": "a5a4000e-cf59-4bc4-9dd3-d4479c1f2bc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14590,Microsoft.Compute/GetOperation30Min;26218", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "871e757e-3577-482a-a337-eeb4450b19f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063734Z:a5a4000e-cf59-4bc4-9dd3-d4479c1f2bc2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ea6e8336a342e3d1011d3c8b22266e74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea6e8336a342e3d1011d3c8b22266e74", + "x-ms-correlation-request-id": "56171ffe-be74-46d7-8f69-3207149acacb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14589,Microsoft.Compute/GetOperation30Min;26217", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "932e7b8c-a349-4fe9-8acf-1d8af30d3b06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063734Z:56171ffe-be74-46d7-8f69-3207149acacb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1f0e433565f3fd07575690e3c775902", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1f0e433565f3fd07575690e3c775902", + "x-ms-correlation-request-id": "4c9795a0-30c7-4c14-8fea-3fe55f8768b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14588,Microsoft.Compute/GetOperation30Min;26216", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "d98f2d56-a026-444e-b9af-917b8495ad52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063734Z:4c9795a0-30c7-4c14-8fea-3fe55f8768b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e15c3118a395763269c791dd94417be0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e15c3118a395763269c791dd94417be0", + "x-ms-correlation-request-id": "d97bdb21-4295-4fd1-b1f5-322fb745e424", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14587,Microsoft.Compute/GetOperation30Min;26215", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "f1c1c9fd-c875-4a31-831d-1827b17486bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063735Z:d97bdb21-4295-4fd1-b1f5-322fb745e424" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "504e59d2c113dfeab22e75cc3ac2a78a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "504e59d2c113dfeab22e75cc3ac2a78a", + "x-ms-correlation-request-id": "3f001f62-29b8-4edb-b914-990dbb41ee35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14586,Microsoft.Compute/GetOperation30Min;26214", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "38964e5b-0b27-4ebf-b47f-d5f141235595", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063735Z:3f001f62-29b8-4edb-b914-990dbb41ee35" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f07239c48cc990deb27a6797c5f2ab34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f07239c48cc990deb27a6797c5f2ab34", + "x-ms-correlation-request-id": "c1d41172-859a-4f4e-9466-5c983805d421", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14585,Microsoft.Compute/GetOperation30Min;26213", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "a49a0c0f-2d22-4dee-b6a3-2beee0a015d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063735Z:c1d41172-859a-4f4e-9466-5c983805d421" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e33c88fa082857ef477c2f662e653ba6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e33c88fa082857ef477c2f662e653ba6", + "x-ms-correlation-request-id": "735ac816-68b2-4acc-8f73-6003aac1ce75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14584,Microsoft.Compute/GetOperation30Min;26212", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "044637f2-9ca4-45c1-85bd-2e7abc8cf055", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063735Z:735ac816-68b2-4acc-8f73-6003aac1ce75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5a1906208ace46167abe9e9859521abf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a1906208ace46167abe9e9859521abf", + "x-ms-correlation-request-id": "41e5bff6-f058-4122-bc96-855be1f5f36a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14583,Microsoft.Compute/GetOperation30Min;26211", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "0a9ca719-af83-43c0-a552-651359837348", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063736Z:41e5bff6-f058-4122-bc96-855be1f5f36a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2d24182c386bb61491aa94d5d77614d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2d24182c386bb61491aa94d5d77614d", + "x-ms-correlation-request-id": "23009cbd-45f4-4688-a690-34a533589841", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14582,Microsoft.Compute/GetOperation30Min;26210", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "70be8adc-c25e-4083-a932-e1c58f254a5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063736Z:23009cbd-45f4-4688-a690-34a533589841" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be76c13e50d96f6571f6696a6a57fdf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be76c13e50d96f6571f6696a6a57fdf4", + "x-ms-correlation-request-id": "1854f36d-0d1f-4b2c-9f9b-a2d6e3cd2ec3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14581,Microsoft.Compute/GetOperation30Min;26209", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "8d818ef9-778f-4888-bbbc-f709a1bcd24e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063736Z:1854f36d-0d1f-4b2c-9f9b-a2d6e3cd2ec3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ede46f6289925c1fa55d10b4e1c9e802", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ede46f6289925c1fa55d10b4e1c9e802", + "x-ms-correlation-request-id": "8401425c-5e4a-40cf-afc6-a5d0646f1bd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14580,Microsoft.Compute/GetOperation30Min;26208", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "e8b536e1-9f12-4afb-82b2-415d0b29b2c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063737Z:8401425c-5e4a-40cf-afc6-a5d0646f1bd9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "985a505c5cdb31e6db6240905af651f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "985a505c5cdb31e6db6240905af651f2", + "x-ms-correlation-request-id": "279ecc5a-5ee2-4ef7-b0a5-422f8f93663c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26207", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "d897251a-7090-43f8-a1e0-aa5d744a045f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063737Z:279ecc5a-5ee2-4ef7-b0a5-422f8f93663c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eeeab51c7493b4baa11a197c3fb08ea7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eeeab51c7493b4baa11a197c3fb08ea7", + "x-ms-correlation-request-id": "7f7f562b-113b-44cb-8bab-dae51b5a8cf2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26206", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "8c61f649-e57c-4e41-a1a5-aa37146132a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063737Z:7f7f562b-113b-44cb-8bab-dae51b5a8cf2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "190e660d65fc061889b2112f488f01ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "190e660d65fc061889b2112f488f01ae", + "x-ms-correlation-request-id": "67eb82e0-6275-4fcd-83d0-0476bbd6ea0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26205", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "97360ae8-f12f-45f4-993f-e02d9e8fdcc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063737Z:67eb82e0-6275-4fcd-83d0-0476bbd6ea0d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c971e0bfadfe86e95a5f6c14269f12a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c971e0bfadfe86e95a5f6c14269f12a", + "x-ms-correlation-request-id": "79c5688a-3fa6-4e11-9a9e-39b293980024", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26204", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "3b8fdfe1-5295-4af3-ad34-eb0f79b69667", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063738Z:79c5688a-3fa6-4e11-9a9e-39b293980024" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f48399d437e8b7f59ce464e1638b6c12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f48399d437e8b7f59ce464e1638b6c12", + "x-ms-correlation-request-id": "f0d62ac0-635f-469a-8ff1-b5aa16eaab1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26203", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "7b8b4f41-475c-4e67-92df-80b73b2d17d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063738Z:f0d62ac0-635f-469a-8ff1-b5aa16eaab1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21706a18621912c8f72684576f56c31f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21706a18621912c8f72684576f56c31f", + "x-ms-correlation-request-id": "f64507bf-cb37-42dc-806c-ab6a9128bdd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26202", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "aac37410-7dd6-4150-8720-cf3bb9ccb0db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063738Z:f64507bf-cb37-42dc-806c-ab6a9128bdd5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af5be6c00d0bd4c528e08ffa958d840a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af5be6c00d0bd4c528e08ffa958d840a", + "x-ms-correlation-request-id": "7b9809eb-14df-4b0a-9984-812f9b18fb0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26201", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "c4a1e9a1-4778-4ccd-a0df-18ba54d09585", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063738Z:7b9809eb-14df-4b0a-9984-812f9b18fb0b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8a9e339d0f97211d170fcc2b39d4746", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8a9e339d0f97211d170fcc2b39d4746", + "x-ms-correlation-request-id": "de3165d7-fccd-40c1-ad4d-e3b074e17537", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26200", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "2063c64d-7355-4713-83e9-e792030b79b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063739Z:de3165d7-fccd-40c1-ad4d-e3b074e17537" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c204521bc300a06a59cf939d2cd7d69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c204521bc300a06a59cf939d2cd7d69", + "x-ms-correlation-request-id": "e6d15a26-eb4f-4140-8986-7d55fa89c2be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26199", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "bd2a4e6e-c2c3-48d8-9f42-06f37e0aa84b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063739Z:e6d15a26-eb4f-4140-8986-7d55fa89c2be" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b1e7aa1ebadf026d5e8de9b1102208a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b1e7aa1ebadf026d5e8de9b1102208a", + "x-ms-correlation-request-id": "141e0bfe-d4ed-4621-b537-3b93fd1316a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26198", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "45be88f6-c0b0-4ae1-85e6-40e1ead7288a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063739Z:141e0bfe-d4ed-4621-b537-3b93fd1316a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "50d94998086d7cdadd9f325cd6d89f03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50d94998086d7cdadd9f325cd6d89f03", + "x-ms-correlation-request-id": "037a7850-e4ca-4b86-bc50-a17ec9b437c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26197", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "4edbbd6f-d520-49e3-a8ea-f7cedb791674", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063740Z:037a7850-e4ca-4b86-bc50-a17ec9b437c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "392192f3bc7f36991f2fa747de6bf9a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "392192f3bc7f36991f2fa747de6bf9a2", + "x-ms-correlation-request-id": "6717c51b-6176-4342-98de-411a0ac5ad7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26196", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "76f189f9-87e4-462c-b0d1-f091dd16f0f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063740Z:6717c51b-6176-4342-98de-411a0ac5ad7b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "89a06e7b2cf498fc9fa2ae0db8c919fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89a06e7b2cf498fc9fa2ae0db8c919fc", + "x-ms-correlation-request-id": "9507f5d2-74f6-4098-a761-946e9d0b616b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26195", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "17a7a805-044d-47e0-ba96-273e0bdf2c3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063740Z:9507f5d2-74f6-4098-a761-946e9d0b616b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ea8da49e7e0dc0bb0a2313d60939d71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ea8da49e7e0dc0bb0a2313d60939d71", + "x-ms-correlation-request-id": "4f59e009-6b9e-47dd-966b-f316a5a3df2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26194", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "d3738553-2a99-4e40-9a8d-84d0437e2626", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063740Z:4f59e009-6b9e-47dd-966b-f316a5a3df2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68e18fa61637c60f968899dc0d8b7d55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68e18fa61637c60f968899dc0d8b7d55", + "x-ms-correlation-request-id": "36efbfd7-6fcf-49bd-aaf6-e87d2a33b143", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26193", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "85cc8a2a-8226-4919-9b09-589fdc3d585c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063741Z:36efbfd7-6fcf-49bd-aaf6-e87d2a33b143" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03fdaa167ac294c163c4d951fbbe380c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03fdaa167ac294c163c4d951fbbe380c", + "x-ms-correlation-request-id": "85bc71e6-9133-4b6f-aab1-a97753ee7314", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26192", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "ca66bcfd-15e1-4d2a-8845-f2b7b290520e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063741Z:85bc71e6-9133-4b6f-aab1-a97753ee7314" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28673c04b1e833c4cbe2e7584d2ece25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28673c04b1e833c4cbe2e7584d2ece25", + "x-ms-correlation-request-id": "00610cad-7ed7-4fa3-988d-0ed3cca701e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26191", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "47e4fc63-d4ae-4358-8d2b-9dbe6fc3d253", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063741Z:00610cad-7ed7-4fa3-988d-0ed3cca701e8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b527db259a952bafce4c04733dbecbd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b527db259a952bafce4c04733dbecbd7", + "x-ms-correlation-request-id": "232ce55c-bcd9-4d8c-819d-86bb62850f8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26190", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "531cc550-5d3a-48c1-8a47-87cb74e22102", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063741Z:232ce55c-bcd9-4d8c-819d-86bb62850f8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1d88c505523646de6ca38e092694734", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1d88c505523646de6ca38e092694734", + "x-ms-correlation-request-id": "fbfae334-d035-49ba-ac3b-1b705a62719f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26189", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "8f6d7020-b1b6-4448-9520-7eb77001f478", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063742Z:fbfae334-d035-49ba-ac3b-1b705a62719f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1f2cb3f582976a778d3c5a9bac51f50d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f2cb3f582976a778d3c5a9bac51f50d", + "x-ms-correlation-request-id": "a7441fba-32c9-43e1-95b5-beb9a1a56ac3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26188", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "f8de0cb0-468e-47c6-aeb6-ec4ea5fdb6a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063742Z:a7441fba-32c9-43e1-95b5-beb9a1a56ac3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0070f16fd55cf026dc2cfca61ce9864", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0070f16fd55cf026dc2cfca61ce9864", + "x-ms-correlation-request-id": "4e61289d-14fa-41ba-9b18-a966c91c81f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26187", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "f1ea288d-f6b6-4f6b-aaea-de11204515ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063742Z:4e61289d-14fa-41ba-9b18-a966c91c81f4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "897dcf05ab91ce40156e44e6fbd2b894", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "897dcf05ab91ce40156e44e6fbd2b894", + "x-ms-correlation-request-id": "6c2b0202-26c9-45e9-a9e9-5c3168de7a77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26186", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "083a137c-4933-44f4-b1e6-9152e6ef1c34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063742Z:6c2b0202-26c9-45e9-a9e9-5c3168de7a77" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82c92bd48662f8dfb15cb1d5b2ac08be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82c92bd48662f8dfb15cb1d5b2ac08be", + "x-ms-correlation-request-id": "0f987c25-fad5-4c03-bba0-a938b3e6b349", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26185", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "c3722025-9bcf-4daa-92f3-5823d3a854c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063743Z:0f987c25-fad5-4c03-bba0-a938b3e6b349" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc96f6a46cd36b7bcf38abe7b91bd49b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc96f6a46cd36b7bcf38abe7b91bd49b", + "x-ms-correlation-request-id": "bb5da1d2-7251-48e0-b683-27a8bd503a35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26184", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "45c09020-57de-49b0-bf4d-b3c1ac7dfce4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063743Z:bb5da1d2-7251-48e0-b683-27a8bd503a35" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "35f63b0915057f01f085d735f96a1c69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35f63b0915057f01f085d735f96a1c69", + "x-ms-correlation-request-id": "c0dae8bd-4e0d-4035-a3a5-b72bdfd288bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26183", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "96d51baf-69ea-4ee5-a7d5-0051c7550739", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063743Z:c0dae8bd-4e0d-4035-a3a5-b72bdfd288bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "04428565db3c68c1b05eb329dbf73f96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04428565db3c68c1b05eb329dbf73f96", + "x-ms-correlation-request-id": "bf1ce4af-1886-4933-9d45-c9046f7b00c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26182", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "cfae2834-a2fd-42fe-8b29-8fe11cf50859", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063744Z:bf1ce4af-1886-4933-9d45-c9046f7b00c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "77cb1588d2b68eb9f416ec4d94467164", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77cb1588d2b68eb9f416ec4d94467164", + "x-ms-correlation-request-id": "13cb6ced-7f57-4066-a8a0-61edc3fc7be1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26181", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "fe2b469e-b6bd-4a2d-9f60-121488fbaf46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063744Z:13cb6ced-7f57-4066-a8a0-61edc3fc7be1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3382411ccfd82e5f798d85a662d7a3f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3382411ccfd82e5f798d85a662d7a3f9", + "x-ms-correlation-request-id": "62ac0a27-c61f-4993-9e40-abbf404ae992", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;26180", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "d2904e71-18c2-47aa-8caf-8340771b091b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063744Z:62ac0a27-c61f-4993-9e40-abbf404ae992" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3ac4146a49f92b3ccb31025ef73d369", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3ac4146a49f92b3ccb31025ef73d369", + "x-ms-correlation-request-id": "5f62d794-0785-43b2-9b33-5a9cb76a7da8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26179", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "a041abeb-6f7e-478f-b86f-79dababc7582", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063745Z:5f62d794-0785-43b2-9b33-5a9cb76a7da8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "990d4eec0b75b8bdb69dfd284d122c1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "990d4eec0b75b8bdb69dfd284d122c1c", + "x-ms-correlation-request-id": "8c07d894-2dc2-42aa-b211-90dd6860fc1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26178", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "b2d60ee1-5141-4e4a-a10b-699d518e9185", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063745Z:8c07d894-2dc2-42aa-b211-90dd6860fc1d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5307f2738d9977c58eef6724be3a3f06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5307f2738d9977c58eef6724be3a3f06", + "x-ms-correlation-request-id": "bf0fa2db-44ed-44d1-a731-30855b8d4e12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26177", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "b04bc0ef-835e-4d40-8898-db63c395afa1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063745Z:bf0fa2db-44ed-44d1-a731-30855b8d4e12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13ba1bba0aca3a8383f32d02a78b45b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13ba1bba0aca3a8383f32d02a78b45b9", + "x-ms-correlation-request-id": "85c4fcca-e600-4958-b53d-0b7ecc0a9925", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26176", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "e60400d1-6391-4084-857d-16ea8493ce41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063745Z:85c4fcca-e600-4958-b53d-0b7ecc0a9925" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fcb2f4877f6b5ed089960a86a498fa7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcb2f4877f6b5ed089960a86a498fa7b", + "x-ms-correlation-request-id": "430192de-cccb-4422-a621-a4cb017dce30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26174", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "de698660-28c2-4933-b95e-2b9d6b8cfb97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063746Z:430192de-cccb-4422-a621-a4cb017dce30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "316df75e195868526ecdd0a560c3d003", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "316df75e195868526ecdd0a560c3d003", + "x-ms-correlation-request-id": "21732d46-c53a-4721-8e8c-b4b71ab9b441", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26173", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "cd7531d3-732e-4bd7-afc0-a8968d309210", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063746Z:21732d46-c53a-4721-8e8c-b4b71ab9b441" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca9dada942883a9a4b5b8933fffd95eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca9dada942883a9a4b5b8933fffd95eb", + "x-ms-correlation-request-id": "0abcbc1c-81a3-4c34-83fa-6cf3b2b83c53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26172", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "36e9115f-0bf2-48a1-9d1c-e0438d8073c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063746Z:0abcbc1c-81a3-4c34-83fa-6cf3b2b83c53" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "afa4b2f9141d6e61a1498d9daf2afec6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afa4b2f9141d6e61a1498d9daf2afec6", + "x-ms-correlation-request-id": "d06d8782-6e58-4334-aaf8-0db3f79615ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26171", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "23569acf-e427-440b-ab1f-58b4936a5c51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063747Z:d06d8782-6e58-4334-aaf8-0db3f79615ed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f6dc07c62ffb1bf35c32e5fc8f1e6871", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6dc07c62ffb1bf35c32e5fc8f1e6871", + "x-ms-correlation-request-id": "2d4be182-eab1-4c54-99f7-3f39ded579a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26170", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "ac93df8c-bab8-4406-a427-4c8edc28fb73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063747Z:2d4be182-eab1-4c54-99f7-3f39ded579a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aeace437201f94e54c2f283eb5fc8b20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aeace437201f94e54c2f283eb5fc8b20", + "x-ms-correlation-request-id": "3a35638a-af55-4edf-bcdb-78621b172cdf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26169", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "62020f33-34a4-44fe-b901-3063c1be3032", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063747Z:3a35638a-af55-4edf-bcdb-78621b172cdf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f86dc35d9e20caefbe8853eb2e65df83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f86dc35d9e20caefbe8853eb2e65df83", + "x-ms-correlation-request-id": "cb99caa9-21f5-4820-aff9-18145addbf37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26168", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "231cf8b0-f165-457d-8e84-04c4a6dc01c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063747Z:cb99caa9-21f5-4820-aff9-18145addbf37" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca661ce0507ea5a62147aacc06b4665f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca661ce0507ea5a62147aacc06b4665f", + "x-ms-correlation-request-id": "cbc7feb6-8921-430c-9715-7345dc403ab6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26167", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "cbfdf008-85a6-4158-a26f-d4e072c60729", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063748Z:cbc7feb6-8921-430c-9715-7345dc403ab6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb9fc5a770b09850f4e1ef96ccfa66e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb9fc5a770b09850f4e1ef96ccfa66e7", + "x-ms-correlation-request-id": "7c6c4b58-4f23-4689-b000-1b0beafb17bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26166", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "df54e78f-ae66-43e7-a435-7e1491ac43c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063748Z:7c6c4b58-4f23-4689-b000-1b0beafb17bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "985ea54fc0960ca21cc7d7d9f423c30a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "985ea54fc0960ca21cc7d7d9f423c30a", + "x-ms-correlation-request-id": "55444534-7f2c-4a5c-83a5-28b723153aac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26165", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "4f2bf070-39ec-427b-b73b-16783b41739c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063748Z:55444534-7f2c-4a5c-83a5-28b723153aac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6943f32213c570d2cccdd59c6110d926", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6943f32213c570d2cccdd59c6110d926", + "x-ms-correlation-request-id": "98e394ff-bdef-4bdf-aec3-54e7838be80e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26164", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "a133d30a-d26f-4bad-b69d-2cf8419f217c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063748Z:98e394ff-bdef-4bdf-aec3-54e7838be80e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "607cc3e1cd56e6c92292aee89876a4d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "607cc3e1cd56e6c92292aee89876a4d1", + "x-ms-correlation-request-id": "3a752ea1-0932-42bd-a2fd-fc3741e30969", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26163", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "a771aeea-3602-41d5-b2f0-6b0422676d3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063749Z:3a752ea1-0932-42bd-a2fd-fc3741e30969" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d974e51efdb73c21d3eecbc9ea05ab0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d974e51efdb73c21d3eecbc9ea05ab0c", + "x-ms-correlation-request-id": "7a708883-cb90-451d-9ccf-2a721f330653", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26162", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "1c8ba312-5352-4896-8691-bb08e9c55ef4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063749Z:7a708883-cb90-451d-9ccf-2a721f330653" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31f7b1ee62a754b42a5c463365e9d755", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31f7b1ee62a754b42a5c463365e9d755", + "x-ms-correlation-request-id": "8b486ee8-34d1-4738-b9a8-e6c8cc1a3de3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26161", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "ef3f70ab-dcfb-458a-872c-28e5da42ad19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063749Z:8b486ee8-34d1-4738-b9a8-e6c8cc1a3de3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c7e0428ff9be36fa13f8d6702fffc1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c7e0428ff9be36fa13f8d6702fffc1d", + "x-ms-correlation-request-id": "838c2f03-3d89-46d6-9ae1-b1dab4caaf0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26160", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "e5d6c147-e0b4-4679-b112-b30de0ec372b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063750Z:838c2f03-3d89-46d6-9ae1-b1dab4caaf0c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e7faa1e7727fbb29301faf5ab6eed7e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7faa1e7727fbb29301faf5ab6eed7e9", + "x-ms-correlation-request-id": "9b1a6a73-e173-4551-a8d3-6dce1ae77ff9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26159", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "a6e618b2-425d-4917-b3d4-b9d353dec4b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063750Z:9b1a6a73-e173-4551-a8d3-6dce1ae77ff9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5a076162e87ee7042139067d54c522a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5a076162e87ee7042139067d54c522a", + "x-ms-correlation-request-id": "ae4a38ea-f3f4-4139-8d30-246379180004", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26158", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "7db4c440-31e5-44a6-a2e3-419019e25665", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063750Z:ae4a38ea-f3f4-4139-8d30-246379180004" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c34b2960efefb6d6dbc34b7c50142cb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c34b2960efefb6d6dbc34b7c50142cb3", + "x-ms-correlation-request-id": "d0c6953d-9ef7-48fa-a248-848b8fa61926", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26157", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "b15c4490-1645-4df6-84a7-1195f75e7565", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063750Z:d0c6953d-9ef7-48fa-a248-848b8fa61926" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b51a468165eb896300ba56be2c1e6e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b51a468165eb896300ba56be2c1e6e4", + "x-ms-correlation-request-id": "fb13944c-c84e-43e5-9b89-fd27772c6cc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26156", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "96df5d7b-2471-4704-b4bd-1e19d5d7e89d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063751Z:fb13944c-c84e-43e5-9b89-fd27772c6cc9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8dfa84cd13a227fa9fea0ac3e3f49e2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8dfa84cd13a227fa9fea0ac3e3f49e2d", + "x-ms-correlation-request-id": "60561d2e-4663-4367-88c7-e41adf062fcc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26155", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "fd6e2071-0656-4988-ae06-aa555a1b4be1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063751Z:60561d2e-4663-4367-88c7-e41adf062fcc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30ffdce6c6fa4acb929292e34a6bd319", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30ffdce6c6fa4acb929292e34a6bd319", + "x-ms-correlation-request-id": "d1a6bf19-96ab-4b68-b52a-d3e2acd16d40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26154", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "051161bc-3644-432c-8a68-e5d4d3bd3427", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063751Z:d1a6bf19-96ab-4b68-b52a-d3e2acd16d40" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cbae66dd9f1a5410aa2aeb730bd2d43c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbae66dd9f1a5410aa2aeb730bd2d43c", + "x-ms-correlation-request-id": "37a430a3-42f7-4b82-93db-7d0de2ff18c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26153", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "1379b141-f14c-409a-8aef-2e2833b5cd07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063752Z:37a430a3-42f7-4b82-93db-7d0de2ff18c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0584776cb5c206e9b8affa108116dd34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0584776cb5c206e9b8affa108116dd34", + "x-ms-correlation-request-id": "518cc87e-cef6-48ba-b2f5-406db9e0ad76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26152", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "2ff0915f-4bb7-4305-b0db-dc098a3c66d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063752Z:518cc87e-cef6-48ba-b2f5-406db9e0ad76" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ce6f117d3464713ccaa86d0da583ec0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ce6f117d3464713ccaa86d0da583ec0", + "x-ms-correlation-request-id": "d39b26ab-afa3-4f2f-a5d6-f3343d130506", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26151", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "e3aebfb6-20b8-4401-a1f0-b1cf7a0835e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063752Z:d39b26ab-afa3-4f2f-a5d6-f3343d130506" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d27756bdcde627567ca7126aa400d394", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d27756bdcde627567ca7126aa400d394", + "x-ms-correlation-request-id": "5dee46c7-8d75-48f4-89b9-6d9a0dbb7dcf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26150", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "a0d8f16b-c649-435b-8808-7eb09165e590", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063753Z:5dee46c7-8d75-48f4-89b9-6d9a0dbb7dcf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "195cb64c58eb99f6643c38172f182b60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "195cb64c58eb99f6643c38172f182b60", + "x-ms-correlation-request-id": "1332799a-7e26-42ad-a8cf-0c8602724278", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26149", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "81e4ec4c-5b54-4f02-8e1d-c005d9bffe51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063753Z:1332799a-7e26-42ad-a8cf-0c8602724278" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2b523a710b9e494d9bbf009ec0a8a3cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b523a710b9e494d9bbf009ec0a8a3cc", + "x-ms-correlation-request-id": "f1324bcd-108b-46b8-869c-c3f136b2ac4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26148", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "bd2f3095-3cd1-4f01-908c-4997699c5ee0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063753Z:f1324bcd-108b-46b8-869c-c3f136b2ac4f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2484f2d725fb65d560dd6daa943ef864", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2484f2d725fb65d560dd6daa943ef864", + "x-ms-correlation-request-id": "c838b890-76e9-4378-9d3d-ca1b4767152e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26147", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "c6262bf7-e5d8-4a7d-8838-49f9eaebc03a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063753Z:c838b890-76e9-4378-9d3d-ca1b4767152e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69f9b17ba7ad41f569127e2c5757d8bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69f9b17ba7ad41f569127e2c5757d8bc", + "x-ms-correlation-request-id": "0f8fafd1-208e-45e5-befc-5146ab11b02e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26146", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "2d299d45-ba21-4d7a-ba38-37cdce9e1fc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063754Z:0f8fafd1-208e-45e5-befc-5146ab11b02e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c406c9807944c6565eccbc09da3b45c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c406c9807944c6565eccbc09da3b45c", + "x-ms-correlation-request-id": "d54b4dde-3037-4b4e-90d8-9fa01340426e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26145", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "b1b6b5de-a004-40a6-9e4d-3247b9c6a2a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063754Z:d54b4dde-3037-4b4e-90d8-9fa01340426e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e229bc639ae2f1efd42bbe9a6a80d08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e229bc639ae2f1efd42bbe9a6a80d08", + "x-ms-correlation-request-id": "5fbc671e-56d7-4f66-941d-c83daddce603", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26144", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "17b1aff6-1b25-4bea-91de-9a8971afda2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063754Z:5fbc671e-56d7-4f66-941d-c83daddce603" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2811b004bbfe73cf4cad04c1dc34a3c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2811b004bbfe73cf4cad04c1dc34a3c5", + "x-ms-correlation-request-id": "fd876563-57a5-4dca-9adc-47556d472609", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26143", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "ecd50705-e74f-418b-b612-3a8ac5965bf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063755Z:fd876563-57a5-4dca-9adc-47556d472609" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc65215dca345e0d4d103f524c7ba5bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc65215dca345e0d4d103f524c7ba5bc", + "x-ms-correlation-request-id": "d178c0ae-097d-4dfe-9c66-5d3539036afb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26142", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "c8fcc323-cc93-4ec3-8f52-c41845d7fa6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063755Z:d178c0ae-097d-4dfe-9c66-5d3539036afb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "edbbc2de8c910b5eccafc201355d52c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edbbc2de8c910b5eccafc201355d52c8", + "x-ms-correlation-request-id": "ad66036f-f8df-4325-bfff-e4e2a694ca17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26141", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "70718551-6e56-4825-ada7-e6d28cfb1839", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063755Z:ad66036f-f8df-4325-bfff-e4e2a694ca17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "848bf59e51433ad4a3b3daed7b7c26d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "848bf59e51433ad4a3b3daed7b7c26d0", + "x-ms-correlation-request-id": "48ede4f3-afb1-4239-b4e6-095f5a8ca09b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26140", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "a808cae5-29a9-49db-a3d5-67cb3cd3c229", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063755Z:48ede4f3-afb1-4239-b4e6-095f5a8ca09b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19e34707b678d034c359ef85080b29f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19e34707b678d034c359ef85080b29f0", + "x-ms-correlation-request-id": "0a0b065a-1be0-4358-b90f-6fa42ca6d589", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26139", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "e61b61ab-1761-4d4e-a15f-8087db9f4164", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063756Z:0a0b065a-1be0-4358-b90f-6fa42ca6d589" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57b476bd20f08c79ee8149deb2718f4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57b476bd20f08c79ee8149deb2718f4f", + "x-ms-correlation-request-id": "517f4a19-c799-463f-ab4f-02ea0955cc8a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26138", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "b78d80a9-6aa3-41b8-81ed-d3dc5108e44d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063756Z:517f4a19-c799-463f-ab4f-02ea0955cc8a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "edf9f1883979e750c1bac1e9614e3297", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edf9f1883979e750c1bac1e9614e3297", + "x-ms-correlation-request-id": "ec0b8d69-aa34-4571-97af-7312fa6e37f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26137", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "3036ed2a-e501-4b20-8606-c3d50050de11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063756Z:ec0b8d69-aa34-4571-97af-7312fa6e37f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "052fe989cfc8e6e0ce562bf76c561e51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "052fe989cfc8e6e0ce562bf76c561e51", + "x-ms-correlation-request-id": "942c4a93-f0e9-432f-86a1-206f2cdb21e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26136", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "02e3be49-bc25-4cad-a9cf-64e1c1dea94e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063757Z:942c4a93-f0e9-432f-86a1-206f2cdb21e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16fda0ca3b11847626cc96355f8f2a9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16fda0ca3b11847626cc96355f8f2a9f", + "x-ms-correlation-request-id": "774369af-9019-4dd7-ba06-82f396cd9611", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26135", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "4db32b63-11b5-4c13-9525-d4d8be3db409", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063757Z:774369af-9019-4dd7-ba06-82f396cd9611" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c854b24e8a42b88710131e230d597a6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c854b24e8a42b88710131e230d597a6b", + "x-ms-correlation-request-id": "9a295b89-d6a5-4990-82f3-04b1f065467b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26134", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "da229d8a-e0b3-4c1f-82a8-ffb30edd1ce0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063757Z:9a295b89-d6a5-4990-82f3-04b1f065467b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c11f6f9b1b514e8572aadffb39ab873e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c11f6f9b1b514e8572aadffb39ab873e", + "x-ms-correlation-request-id": "e1fbeb3c-568e-4ecc-88cb-b3de6c966262", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26133", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "d76dde8b-ad80-4925-914e-ee1f8797fa5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063757Z:e1fbeb3c-568e-4ecc-88cb-b3de6c966262" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "baa88b2b56013f0f194406fe1c5377cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "baa88b2b56013f0f194406fe1c5377cc", + "x-ms-correlation-request-id": "ba08329f-65c0-49ba-9598-3f9b15a77007", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;26132", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "714afeda-8e30-4800-a511-3c570bd29c22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063758Z:ba08329f-65c0-49ba-9598-3f9b15a77007" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef992b526870324e2c065598ab8b7f65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef992b526870324e2c065598ab8b7f65", + "x-ms-correlation-request-id": "b0f0ae2d-817e-4499-b2a6-2a5f55a4574c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26131", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "7430374a-47e6-4464-a62d-3b175641bdb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063758Z:b0f0ae2d-817e-4499-b2a6-2a5f55a4574c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82f7e08bc0b0456960dfa80d1586311f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82f7e08bc0b0456960dfa80d1586311f", + "x-ms-correlation-request-id": "e28bf3f5-8fe2-4032-b39e-0029c02b37bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26130", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "030373e5-a65d-40f6-b53d-f4a9ed0529aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063758Z:e28bf3f5-8fe2-4032-b39e-0029c02b37bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0da912329711c2ce3d768dfb0177948d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0da912329711c2ce3d768dfb0177948d", + "x-ms-correlation-request-id": "49b55f11-5642-48d4-ae9c-62b92ab2422f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26129", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "c7540fdc-3f34-4f0c-a4ba-21c10481f03f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063758Z:49b55f11-5642-48d4-ae9c-62b92ab2422f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3c73a1c4f55b921bc1548f90c0411da6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c73a1c4f55b921bc1548f90c0411da6", + "x-ms-correlation-request-id": "dff8ab04-0a9b-4bd0-a912-60bd6e36a328", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26128", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "4180bc8e-d290-4119-af3a-0684ee5cc4ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063759Z:dff8ab04-0a9b-4bd0-a912-60bd6e36a328" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "996535d471e2f4531135443a326d44e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "996535d471e2f4531135443a326d44e8", + "x-ms-correlation-request-id": "a7c9f649-a753-4a64-a2a7-4d840db5f3c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26127", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "ac77777f-030d-455f-a138-2e1f24a257c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063759Z:a7c9f649-a753-4a64-a2a7-4d840db5f3c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73481a4bf4133dc4f6174bbc073d02fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73481a4bf4133dc4f6174bbc073d02fc", + "x-ms-correlation-request-id": "a55e236b-6c27-4cfe-9a62-34c15456ab6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26126", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "73019206-a959-4f26-8b15-334a327e5446", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063759Z:a55e236b-6c27-4cfe-9a62-34c15456ab6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb26e759fb1253ab4d7f2b26b0e15f54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb26e759fb1253ab4d7f2b26b0e15f54", + "x-ms-correlation-request-id": "f458f1a1-0be7-474c-a03c-e1f8e54ac0f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26125", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "2833b01b-9cff-47ec-b479-be4455d51924", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063800Z:f458f1a1-0be7-474c-a03c-e1f8e54ac0f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a545a710a9f8e0937127a2cb2596ecd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a545a710a9f8e0937127a2cb2596ecd4", + "x-ms-correlation-request-id": "ccb6af57-6c52-4219-8896-d3e283e01018", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14579,Microsoft.Compute/GetOperation30Min;26124", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "6a3c53ae-d211-424c-a85b-5686aa8e9887", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063800Z:ccb6af57-6c52-4219-8896-d3e283e01018" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4be14832784650d66ff42694c99d8d15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:37:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4be14832784650d66ff42694c99d8d15", + "x-ms-correlation-request-id": "fbecdf70-3abd-47a1-abd0-e130f73457fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14578,Microsoft.Compute/GetOperation30Min;26123", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "2c7e6a22-90a1-4e35-9f7d-15ce65b38b33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063800Z:fbecdf70-3abd-47a1-abd0-e130f73457fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60acf7b75cf7af03544659ea58e02db6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60acf7b75cf7af03544659ea58e02db6", + "x-ms-correlation-request-id": "7e09be74-ae8d-41da-99bb-dfe63f622019", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14577,Microsoft.Compute/GetOperation30Min;26122", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "3a5cd13c-9048-4404-bd46-eebfcf2fc9e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063800Z:7e09be74-ae8d-41da-99bb-dfe63f622019" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "67f356921300970dd0f5360382fe16d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67f356921300970dd0f5360382fe16d3", + "x-ms-correlation-request-id": "899cab79-6864-48f2-bc97-b01f52af245c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14576,Microsoft.Compute/GetOperation30Min;26121", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "70e97a4d-0785-4157-be08-cb0a8e3e23b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063801Z:899cab79-6864-48f2-bc97-b01f52af245c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d138d998cead6dc4531f7001eebf78e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d138d998cead6dc4531f7001eebf78e", + "x-ms-correlation-request-id": "7bc6df4d-4f03-42e8-9dcd-0ee58d0c89a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14575,Microsoft.Compute/GetOperation30Min;26120", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "c2f7aeb1-ef0d-410c-97c7-4f197a2eb911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063801Z:7bc6df4d-4f03-42e8-9dcd-0ee58d0c89a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "72016fc726aaa414ea148f0226ff2c55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72016fc726aaa414ea148f0226ff2c55", + "x-ms-correlation-request-id": "be668174-bda6-4d92-8fed-e52f86018727", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14574,Microsoft.Compute/GetOperation30Min;26119", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "7659f214-0a69-4995-abd1-81a9eb5bfefe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063801Z:be668174-bda6-4d92-8fed-e52f86018727" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb50862fffcd06cc7a1d22ce1b0c79e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb50862fffcd06cc7a1d22ce1b0c79e5", + "x-ms-correlation-request-id": "48aa6b60-eb77-4fd5-a2a4-2d520b0e6477", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14573,Microsoft.Compute/GetOperation30Min;26118", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "a1d28b21-8170-4e9f-9502-4de025970931", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063802Z:48aa6b60-eb77-4fd5-a2a4-2d520b0e6477" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "133ca7fea3fd7328786e43d5fcdaaf45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "133ca7fea3fd7328786e43d5fcdaaf45", + "x-ms-correlation-request-id": "e6a696a6-062b-429e-9f67-89dcf8387b18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;26117", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "becda8db-dfec-4d94-97de-a8f0ab36ddd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063802Z:e6a696a6-062b-429e-9f67-89dcf8387b18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98d0a2042c9ac7c1a3faf88d034688dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98d0a2042c9ac7c1a3faf88d034688dd", + "x-ms-correlation-request-id": "20b5caeb-1330-42ee-b898-1531bfd71679", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;26116", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "db7fba82-81bb-4137-a37c-7756d22cfd39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063802Z:20b5caeb-1330-42ee-b898-1531bfd71679" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f03aa9b19c38b575ddd525ebcf60a9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f03aa9b19c38b575ddd525ebcf60a9f", + "x-ms-correlation-request-id": "84ef718a-7965-48f3-b845-c4a251657bfc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;26115", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "d4a8b67a-1db7-4d25-848c-c22e4629e1f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063803Z:84ef718a-7965-48f3-b845-c4a251657bfc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79c9dc6de03cd24ae5757003ab9b6f32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79c9dc6de03cd24ae5757003ab9b6f32", + "x-ms-correlation-request-id": "fe4dcdd8-af26-49eb-a24c-c051ed7e011d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;26114", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "940bd107-a285-47b1-aa48-ccde0eb60373", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063803Z:fe4dcdd8-af26-49eb-a24c-c051ed7e011d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "513965e630d6eb824b443abdd9630aac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "513965e630d6eb824b443abdd9630aac", + "x-ms-correlation-request-id": "1e2ecb7e-9905-40d2-b0ad-66d5d3990d11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;26113", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "ca2345ad-8a80-4a33-9853-1b556e0b7ee9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063803Z:1e2ecb7e-9905-40d2-b0ad-66d5d3990d11" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "272059ef0e7cbba16031994ea953e0c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "272059ef0e7cbba16031994ea953e0c2", + "x-ms-correlation-request-id": "552b0251-2393-4cda-b34c-53619be60c6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;26112", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "da6d111a-3f13-4f18-bce5-b643f56580f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063803Z:552b0251-2393-4cda-b34c-53619be60c6f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5677206db8bd3cc95add2ef7a68cf882", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5677206db8bd3cc95add2ef7a68cf882", + "x-ms-correlation-request-id": "1c4ada37-526b-4381-9a4c-a100418631b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;26111", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "9bded6cb-ba2d-43d3-a1a0-4efa34229bdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063804Z:1c4ada37-526b-4381-9a4c-a100418631b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5113c36a487bd7b5c47ef1a4973442f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5113c36a487bd7b5c47ef1a4973442f7", + "x-ms-correlation-request-id": "55b02583-43c2-4e49-bac4-d4b600345c9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;26110", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "670ed849-751a-4921-815c-c4e5847c1969", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063804Z:55b02583-43c2-4e49-bac4-d4b600345c9b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8507863b4eb37ef8fe3cc9fe0a914d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8507863b4eb37ef8fe3cc9fe0a914d3", + "x-ms-correlation-request-id": "b4e4d5f6-da75-44a5-ae35-ca12ffec9c25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;26109", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "d38f973f-db7e-45be-b71d-1acfe19a0970", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063804Z:b4e4d5f6-da75-44a5-ae35-ca12ffec9c25" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5e317388e4024466b9f923ec624a526", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5e317388e4024466b9f923ec624a526", + "x-ms-correlation-request-id": "5eefe59a-8fd6-4190-bb33-bef4c90395ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;26108", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "8544d6c9-2b36-4ee3-84b5-6c24d96a6d07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063805Z:5eefe59a-8fd6-4190-bb33-bef4c90395ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d94369b403cb696d4dbc2987c16f71b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d94369b403cb696d4dbc2987c16f71b", + "x-ms-correlation-request-id": "980c6082-9558-4623-8c79-42a22e722e17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;26107", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "f8b66737-9a3b-49bd-9812-7260db872bdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063805Z:980c6082-9558-4623-8c79-42a22e722e17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0aedf7af-6f1e-41a4-890b-a8f2b4a95c8d?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "806b1e695c50d4b7312b4c4c21b0716b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "806b1e695c50d4b7312b4c4c21b0716b", + "x-ms-correlation-request-id": "015ec517-020f-4069-a9e4-6e3c1f5aa7bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;26106", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "520878f3-6b77-4147-b201-74b9a54e8824", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063805Z:015ec517-020f-4069-a9e4-6e3c1f5aa7bf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:37:04.0623978\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:38:05.2967118\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u00220aedf7af-6f1e-41a4-890b-a8f2b4a95c8d\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646?api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a903a63de715f897802d1164ccaea855", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2628", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a903a63de715f897802d1164ccaea855", + "x-ms-correlation-request-id": "1f866aa8-63e4-4ed0-bab1-93c0cdb8b2b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2591", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "3bb6c308-3c7a-4a91-afa2-d0cfa0885a83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063805Z:1f866aa8-63e4-4ed0-bab1-93c0cdb8b2b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-9646\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-9646\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u002298a95b97-c41a-46d1-b88d-903b6279ea5c\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646/poweroff?api-version=2021-03-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8d477a825b83fd57fbffc10f3499423", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:38:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8d477a825b83fd57fbffc10f3499423", + "x-ms-correlation-request-id": "5f472c58-958d-458d-9c52-5d6e02545b63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;396,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1178,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-charge": "2", + "x-ms-request-id": "1c0ac817-a2a6-4072-baed-ee781d83c9f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063806Z:5f472c58-958d-458d-9c52-5d6e02545b63" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aaa4f783c8db18b2d0c32a56ea860437", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aaa4f783c8db18b2d0c32a56ea860437", + "x-ms-correlation-request-id": "5a804490-2448-42dc-b0b5-923049b5937f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;26105", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "014956af-d783-4f35-9707-6738772d9a52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063806Z:5a804490-2448-42dc-b0b5-923049b5937f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75f9ed99d2545a427151214526b3f42c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75f9ed99d2545a427151214526b3f42c", + "x-ms-correlation-request-id": "b56c2087-76ee-404c-a1fd-fafef4fc8d27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;26104", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "2c2a7b7d-bf39-43d2-bdfe-4643c57a9146", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063806Z:b56c2087-76ee-404c-a1fd-fafef4fc8d27" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fb8d79b7e9a5a147a441044e23af9800", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb8d79b7e9a5a147a441044e23af9800", + "x-ms-correlation-request-id": "4fa7a1e5-14a2-4446-9f42-fe4a60565911", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;26103", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "21d1c079-7761-40a9-b2aa-6ea3e4669424", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063807Z:4fa7a1e5-14a2-4446-9f42-fe4a60565911" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c88c76e9259b02eb449398aa76df11d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c88c76e9259b02eb449398aa76df11d", + "x-ms-correlation-request-id": "3c39ad64-6658-45c7-bda5-8fbc6d3cf029", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;26102", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "bd9df722-c38e-4045-9813-90c00ccea9f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063807Z:3c39ad64-6658-45c7-bda5-8fbc6d3cf029" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "719ffecf08f9b091a657d112cdf337c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "719ffecf08f9b091a657d112cdf337c2", + "x-ms-correlation-request-id": "fbb829e7-df7a-4fe9-9ec5-3e2d50e86f05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;26101", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "b5b3043b-06de-4a21-b685-5d17d14e5b48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063807Z:fbb829e7-df7a-4fe9-9ec5-3e2d50e86f05" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ed620b9972a24d24bdc475bb0bdfa37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ed620b9972a24d24bdc475bb0bdfa37", + "x-ms-correlation-request-id": "62110607-16f1-4b0f-a397-6f24677e1136", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;26100", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "60d9794b-4afd-4b5d-94ae-b7410c95feb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063807Z:62110607-16f1-4b0f-a397-6f24677e1136" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "257fe7502610650736d8b602c01be3c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "257fe7502610650736d8b602c01be3c0", + "x-ms-correlation-request-id": "b9dc20c3-e161-4691-b4e8-f9871aa9b34d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;26099", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "ccb1d10f-625f-491b-8c40-2c74a792e1a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063808Z:b9dc20c3-e161-4691-b4e8-f9871aa9b34d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87d07712939637f32b7a251dc13500e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87d07712939637f32b7a251dc13500e8", + "x-ms-correlation-request-id": "e7a630b4-cd97-4d52-ac06-43cb294b98b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;26098", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "5b89c8f7-7506-4919-b1a4-be470d63f01a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063808Z:e7a630b4-cd97-4d52-ac06-43cb294b98b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6c29a5d117493b118702751e1d0642f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6c29a5d117493b118702751e1d0642f", + "x-ms-correlation-request-id": "b4782a49-3a91-4216-a0c0-789c06bff290", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;26096", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "84b8b0ab-1414-4787-961b-6c048a7b38aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063808Z:b4782a49-3a91-4216-a0c0-789c06bff290" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "384986f872edbca0f347f99500eaa301", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "384986f872edbca0f347f99500eaa301", + "x-ms-correlation-request-id": "373e5c20-0900-4f4b-9cf5-20962509fe70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;26095", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "31fda4ef-fb03-4b68-a0c3-0629c9fa098e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063809Z:373e5c20-0900-4f4b-9cf5-20962509fe70" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "26a4cdd8fc59004cc53c6e256ba1565a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26a4cdd8fc59004cc53c6e256ba1565a", + "x-ms-correlation-request-id": "de207945-f7f7-4a10-893c-05838d08038e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;26094", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "3a82be9c-ea46-450d-aac0-65557a2bf743", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063809Z:de207945-f7f7-4a10-893c-05838d08038e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b24f616c7eceafbfa05f32d171c922e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b24f616c7eceafbfa05f32d171c922e", + "x-ms-correlation-request-id": "3f17eaa0-dfda-42cd-8060-e224d2990670", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;26093", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "0115b669-4aa3-47f1-945a-e0057e63ef41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063809Z:3f17eaa0-dfda-42cd-8060-e224d2990670" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "137926cc3d2cfcd6394873b0037a5151", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "137926cc3d2cfcd6394873b0037a5151", + "x-ms-correlation-request-id": "12f6c8fb-7753-4135-b39b-67fe7ff581cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;26092", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "e0b1f5e1-fd5d-4e23-81b2-f9eda1f50747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063809Z:12f6c8fb-7753-4135-b39b-67fe7ff581cd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a7f9ff068c51114d2ba2c53091fe8a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a7f9ff068c51114d2ba2c53091fe8a9", + "x-ms-correlation-request-id": "110f92db-ac28-44e9-a116-59f3fa1cd1ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;26091", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "1a3cc305-8590-4a26-b686-c1a3936cc7b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063810Z:110f92db-ac28-44e9-a116-59f3fa1cd1ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "445840aa4328d82e1f2801a3534ae67f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "445840aa4328d82e1f2801a3534ae67f", + "x-ms-correlation-request-id": "2bb24ffd-8458-40b8-aa88-b7818030e2c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;26090", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "fa85086a-9e0f-4524-a056-99a4dfcccd72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063810Z:2bb24ffd-8458-40b8-aa88-b7818030e2c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "783ca1b4879c6468116740721183f31a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "783ca1b4879c6468116740721183f31a", + "x-ms-correlation-request-id": "986c9141-1667-4c04-bbb3-92d7c4fc374f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;26089", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "14ac9c01-130e-4a99-8227-93715e546615", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063810Z:986c9141-1667-4c04-bbb3-92d7c4fc374f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c305ca5f0c21ac2870a7ea9d6671bd88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c305ca5f0c21ac2870a7ea9d6671bd88", + "x-ms-correlation-request-id": "c16e95d1-bcc6-4ffa-a2d9-20f23ff45ece", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;26088", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "b3766fdf-2418-47ba-8c63-21c92caf5658", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063811Z:c16e95d1-bcc6-4ffa-a2d9-20f23ff45ece" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "689eacd370e3220cd7f432c103bcc69c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "689eacd370e3220cd7f432c103bcc69c", + "x-ms-correlation-request-id": "e4c80a44-4ad0-4e94-8e8f-6e645b6b648d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;26087", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "c6e47363-d93b-4d67-8ea2-f7beb7b65e0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063811Z:e4c80a44-4ad0-4e94-8e8f-6e645b6b648d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8943e7342344a75d788f07f49ccbfda0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8943e7342344a75d788f07f49ccbfda0", + "x-ms-correlation-request-id": "1336f024-b082-4cfc-ba6d-f2f132deb327", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;26086", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "ec423e98-d7a8-46ef-a0f6-ea01d779be71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063811Z:1336f024-b082-4cfc-ba6d-f2f132deb327" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "659eb7aa8be4ef37bde3ec2dd967a9b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "659eb7aa8be4ef37bde3ec2dd967a9b4", + "x-ms-correlation-request-id": "923384f5-48fa-4c48-bcc3-37bdc5630c87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;26085", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "9860bbbd-be4b-4d70-a9fe-500ffdd88e3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063811Z:923384f5-48fa-4c48-bcc3-37bdc5630c87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f684ee1342db0434ef7ef536818860c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f684ee1342db0434ef7ef536818860c", + "x-ms-correlation-request-id": "330fee4b-d255-406b-b198-1bbf0400d230", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;26084", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "813840e6-e7cc-4eec-9766-c4d934e9631c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063812Z:330fee4b-d255-406b-b198-1bbf0400d230" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4b1692f7611da9b8af54cb613630cd10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b1692f7611da9b8af54cb613630cd10", + "x-ms-correlation-request-id": "cc0b44d3-bd83-4ace-af3b-b8d08df3c63c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;26083", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "8d8d35ed-d5dc-48f1-884c-3cff7a99d039", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063812Z:cc0b44d3-bd83-4ace-af3b-b8d08df3c63c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e1353e57d62757274ee16ed9be386a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e1353e57d62757274ee16ed9be386a5", + "x-ms-correlation-request-id": "7ec01f0c-3f86-49f2-9b43-230c8bb4b83d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;26082", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "1240f628-490a-4bef-bddc-6a2b932dac24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063812Z:7ec01f0c-3f86-49f2-9b43-230c8bb4b83d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4736e05c5d507f9696bed0d968e2791e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4736e05c5d507f9696bed0d968e2791e", + "x-ms-correlation-request-id": "faa89b66-45df-4518-b37c-906006d24272", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;26081", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "94f1f9ca-544e-4ae3-bbce-c0e7102d375e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063813Z:faa89b66-45df-4518-b37c-906006d24272" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "156dde29370479a91fa0d72f4bcb0ecc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "156dde29370479a91fa0d72f4bcb0ecc", + "x-ms-correlation-request-id": "e41e4e8d-dc3f-427b-8208-4ca84ed587ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;26080", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "7519500c-cb7d-4821-9908-2c4c7250448c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063813Z:e41e4e8d-dc3f-427b-8208-4ca84ed587ea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "560426cd86fa87c0bc93b8a3ad990d91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "560426cd86fa87c0bc93b8a3ad990d91", + "x-ms-correlation-request-id": "b8dbf549-1dfa-4568-80e2-ac16f3baae6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;26079", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "22ef29d0-51c6-498a-a64b-7a7e93441012", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063813Z:b8dbf549-1dfa-4568-80e2-ac16f3baae6b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bdc3f775707525a036bc28af866734cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bdc3f775707525a036bc28af866734cb", + "x-ms-correlation-request-id": "206ee2a6-0b27-4a04-8cda-821de4735259", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;26078", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "5b59fb9b-a95a-4ccd-936d-f0e96417ce75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063814Z:206ee2a6-0b27-4a04-8cda-821de4735259" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "410b04b023dda3231ee659717f06cb86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "410b04b023dda3231ee659717f06cb86", + "x-ms-correlation-request-id": "c0e37e9f-49d9-4824-b370-ac07d88df6a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;26077", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "6019ef12-74b3-408e-8f20-5584e0093377", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063814Z:c0e37e9f-49d9-4824-b370-ac07d88df6a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53ba459351075d5686df203d5e100154", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53ba459351075d5686df203d5e100154", + "x-ms-correlation-request-id": "b4e52e19-bf8c-436e-8e5e-7a6c1f35ebed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;26076", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "d2732b95-3c4c-4738-a543-79e9358a9ade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063814Z:b4e52e19-bf8c-436e-8e5e-7a6c1f35ebed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a9f3ec5ecb8d52b4d4209e8f172fa530", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9f3ec5ecb8d52b4d4209e8f172fa530", + "x-ms-correlation-request-id": "022d7245-00d3-4467-9781-dcbe8f190a6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;26075", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "48d1f63f-09cb-48c1-afec-f5feeabd32cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063814Z:022d7245-00d3-4467-9781-dcbe8f190a6b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "411ca1f1e1ad5ec3adaebbfe03e6450e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "411ca1f1e1ad5ec3adaebbfe03e6450e", + "x-ms-correlation-request-id": "eb0f8705-00b8-4da4-8995-dd0947f11b47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;26074", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "3975b400-f132-4d33-81e3-8ce981cd045a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063815Z:eb0f8705-00b8-4da4-8995-dd0947f11b47" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "921204e42212c7f891677fe6b2c64556", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "921204e42212c7f891677fe6b2c64556", + "x-ms-correlation-request-id": "d3a98485-0dd4-4b44-8e4c-9e3f9d675e33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;26073", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "7dc688af-04f0-45a5-b712-ffd8ea7b88a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063815Z:d3a98485-0dd4-4b44-8e4c-9e3f9d675e33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc4cef3ac0f37ca62994fbde10b64fee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc4cef3ac0f37ca62994fbde10b64fee", + "x-ms-correlation-request-id": "d98ec74a-ee17-460e-87ef-a546c06a6dd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;26072", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "368c122b-84b7-4172-af5e-457df72dceda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063815Z:d98ec74a-ee17-460e-87ef-a546c06a6dd9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "12ab90db121cce1da854af4562dcace7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12ab90db121cce1da854af4562dcace7", + "x-ms-correlation-request-id": "9f5b748b-eb24-4fb3-ae55-653d11986389", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;26071", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "b11eb88e-c5a8-4ac0-8d0a-c76fb5028156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063815Z:9f5b748b-eb24-4fb3-ae55-653d11986389" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13c464688899241a5d95697e2619b7db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13c464688899241a5d95697e2619b7db", + "x-ms-correlation-request-id": "0594709a-3d4d-4700-a6e1-cc34b546af92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;26070", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "6ca5c0f7-814a-44ed-a9d9-1a74ca6cbe91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063816Z:0594709a-3d4d-4700-a6e1-cc34b546af92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "220b9018331b273ad17d139f10611a4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "220b9018331b273ad17d139f10611a4c", + "x-ms-correlation-request-id": "155c1aa0-c90a-4eb4-8d3c-6d671f334132", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;26069", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "bc4d116e-1d00-4af5-b990-3fdf599b5f88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063816Z:155c1aa0-c90a-4eb4-8d3c-6d671f334132" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab7614e83bf252547586b487a89fa88e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab7614e83bf252547586b487a89fa88e", + "x-ms-correlation-request-id": "02d84be4-17b0-4744-b614-89e44b80a303", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26068", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "33845830-86bd-4dde-88bb-8e154453084d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063816Z:02d84be4-17b0-4744-b614-89e44b80a303" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d12cd49c89d135cb2a9c411b747b13fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d12cd49c89d135cb2a9c411b747b13fc", + "x-ms-correlation-request-id": "3797e04a-1244-4997-be6b-d8fe6a462e33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26067", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "6c6b4c49-873a-4c80-b730-14625b0eac57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063817Z:3797e04a-1244-4997-be6b-d8fe6a462e33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11961d7b0ca3dde83cb8ac947fb27f32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11961d7b0ca3dde83cb8ac947fb27f32", + "x-ms-correlation-request-id": "ad9d335a-f1f1-400d-8831-952ae56869f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26066", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "25358cb9-3ef1-40bc-b003-5fcb07315b3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063817Z:ad9d335a-f1f1-400d-8831-952ae56869f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b0284d548345e7a49408055fa39ddfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b0284d548345e7a49408055fa39ddfa", + "x-ms-correlation-request-id": "738ed558-2446-4e36-805d-1feb07cef6c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26065", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "123a8028-a161-4e02-bb23-02ec905f81e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063817Z:738ed558-2446-4e36-805d-1feb07cef6c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a0bb773960990ebeb4f9519dc37b677", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a0bb773960990ebeb4f9519dc37b677", + "x-ms-correlation-request-id": "ea0372af-9ab8-4042-a1e5-7808e6c230f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26064", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "6bec19d9-61bc-4ff5-8840-eed52745a942", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063817Z:ea0372af-9ab8-4042-a1e5-7808e6c230f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f0450f1dd77832c8a337c8638b93e303", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0450f1dd77832c8a337c8638b93e303", + "x-ms-correlation-request-id": "6de36a34-fb8c-41b7-81ea-3db5a8a80ac1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26063", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "e4995d88-392e-4438-a81c-ff0730a7be39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063818Z:6de36a34-fb8c-41b7-81ea-3db5a8a80ac1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c721b2daf4a63f2999724fe5b3618112", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c721b2daf4a63f2999724fe5b3618112", + "x-ms-correlation-request-id": "a87b1d66-58cd-4d17-b5f6-ace70d97f359", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26062", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "15d8c0fc-d5ed-4319-9f2b-ff2b7a0d3467", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063818Z:a87b1d66-58cd-4d17-b5f6-ace70d97f359" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eb38098aedf39b82efd9e7d1cd870458", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb38098aedf39b82efd9e7d1cd870458", + "x-ms-correlation-request-id": "e35c623d-3406-47b1-8b9d-aa27aeb3cbf8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26061", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "51fe9a81-aff9-41b2-a4cc-7311d372678d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063818Z:e35c623d-3406-47b1-8b9d-aa27aeb3cbf8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a3e926cee1529d0e506560588e37f41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a3e926cee1529d0e506560588e37f41", + "x-ms-correlation-request-id": "eb7b4050-be79-48a9-84b7-e797ddd77851", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26060", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "efdb8b4e-1400-4387-adfd-a9f6e444103e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063819Z:eb7b4050-be79-48a9-84b7-e797ddd77851" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82d8b6b5f85bec0f2f85d8cd0c577211", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82d8b6b5f85bec0f2f85d8cd0c577211", + "x-ms-correlation-request-id": "e4a0c5f3-4e2b-4608-af06-f26a076973e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26059", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "120c6deb-0cfc-4dae-9c8b-d75c6e452a7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063819Z:e4a0c5f3-4e2b-4608-af06-f26a076973e8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2179f76e56229bfc380f05ed967d130c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2179f76e56229bfc380f05ed967d130c", + "x-ms-correlation-request-id": "d07a7e12-4bce-43c6-81cc-101eecdb9d16", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26058", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "8e8c82b9-b3a9-424a-90f5-bb79d1e75eeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063819Z:d07a7e12-4bce-43c6-81cc-101eecdb9d16" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "161ba65981af73fd8251fb9016021c8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "161ba65981af73fd8251fb9016021c8e", + "x-ms-correlation-request-id": "40a39047-4d63-492f-aab6-2fb94522df3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26057", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "5185d208-19c2-4e6e-b3b7-6bef78e9ac16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063819Z:40a39047-4d63-492f-aab6-2fb94522df3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "909745935e695e1eba3d494bf22255b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "909745935e695e1eba3d494bf22255b2", + "x-ms-correlation-request-id": "fa2d737c-d2f4-4cd4-9c10-5d52d5d5f0c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26056", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "f960406c-4ee5-49bf-b425-a7655a48028f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063820Z:fa2d737c-d2f4-4cd4-9c10-5d52d5d5f0c4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6673cb725c3bec62f9059fd05b6b8435", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6673cb725c3bec62f9059fd05b6b8435", + "x-ms-correlation-request-id": "ef589e13-1039-48f9-bfb4-281a5367875e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26055", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "644a8c06-b6e5-4910-80df-9e318b78f017", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063820Z:ef589e13-1039-48f9-bfb4-281a5367875e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "515977f282e6fba287bd5b7137b1805f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "515977f282e6fba287bd5b7137b1805f", + "x-ms-correlation-request-id": "c3314212-7aca-404c-a06a-1d60f07b30d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26054", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "99a52741-7c5e-4121-9770-8b10dd42ed64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063820Z:c3314212-7aca-404c-a06a-1d60f07b30d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a1e49fbb68f3752e2aa9764bf4e034e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a1e49fbb68f3752e2aa9764bf4e034e", + "x-ms-correlation-request-id": "da7761bc-b3f0-4c95-a5ee-94614565faff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26053", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "6e4fcdc5-a84a-4859-88e4-f8f99cb63b02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063820Z:da7761bc-b3f0-4c95-a5ee-94614565faff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7b5914b803c9efcc2978df7e00f1b447", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b5914b803c9efcc2978df7e00f1b447", + "x-ms-correlation-request-id": "8b02b6cf-0108-4cdb-aa57-32401ef6137d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26052", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "541f4a47-331b-4ce6-b189-e4ca5c2838fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063821Z:8b02b6cf-0108-4cdb-aa57-32401ef6137d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "12d53f84394d3ba624216f3beb3d3c39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12d53f84394d3ba624216f3beb3d3c39", + "x-ms-correlation-request-id": "c1d7ba79-f2c5-42ca-bbfa-8aa2abddfc5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26051", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "3854726d-f249-4c1d-9c1b-d95d5f854113", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063821Z:c1d7ba79-f2c5-42ca-bbfa-8aa2abddfc5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23b80cb90457f7967c2e2116d7d337f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23b80cb90457f7967c2e2116d7d337f1", + "x-ms-correlation-request-id": "c1273e14-bcc8-43ae-b164-df049121a1f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26050", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "07080308-5cea-41b0-9dbf-9e8a493b0fb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063821Z:c1273e14-bcc8-43ae-b164-df049121a1f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7fdf4ff6f0787e016d1e57a7949004eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fdf4ff6f0787e016d1e57a7949004eb", + "x-ms-correlation-request-id": "b3b38d3f-1edc-4248-9ffc-5524848f4cb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;26048", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "c4ee2225-b9fd-4a09-a91e-f7913374e785", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063821Z:b3b38d3f-1edc-4248-9ffc-5524848f4cb2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f3c4a63b90387ff0a9dd951e188f6351", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3c4a63b90387ff0a9dd951e188f6351", + "x-ms-correlation-request-id": "24cb699c-f8dc-49f0-8308-8a76ea0c5512", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;26047", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "8bb59281-deda-44b5-ab87-c25670553fbd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063822Z:24cb699c-f8dc-49f0-8308-8a76ea0c5512" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b457eeabc5dc9c00b3ab539adef63eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b457eeabc5dc9c00b3ab539adef63eb", + "x-ms-correlation-request-id": "f9f7bcc3-da66-4c55-928c-28b1f5b90db6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;26046", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "22c55955-157e-430b-a60b-34fa1c0b7238", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063822Z:f9f7bcc3-da66-4c55-928c-28b1f5b90db6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "31db352a430e65b95f60d69b5ae266de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31db352a430e65b95f60d69b5ae266de", + "x-ms-correlation-request-id": "a6f37af5-ea6f-4d27-a63a-967bdb6937dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;26045", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "83ca374b-801e-4375-b982-9b6b8dfa72f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063822Z:a6f37af5-ea6f-4d27-a63a-967bdb6937dc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16bc05ba684b7e8ee5fbe8fedbb7d1ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16bc05ba684b7e8ee5fbe8fedbb7d1ba", + "x-ms-correlation-request-id": "563c9bc3-826e-4961-b986-bf5ecd60e9d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;26044", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "31ba9b5b-a6f0-49af-a21a-295f530039db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063823Z:563c9bc3-826e-4961-b986-bf5ecd60e9d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3f3a97932b4a742c5e03cfde6246e28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3f3a97932b4a742c5e03cfde6246e28", + "x-ms-correlation-request-id": "c0a4a3dd-823c-4490-a9e9-0318e8b6df4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;26043", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "92542f62-954d-4e62-bd1c-893fe9ce76fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063823Z:c0a4a3dd-823c-4490-a9e9-0318e8b6df4a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a77ed7d44d32c2a0a75c4b135bbb8aa8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a77ed7d44d32c2a0a75c4b135bbb8aa8", + "x-ms-correlation-request-id": "86735399-63b6-4c3b-83b3-7d5382bb6b61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;26042", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "a57ced59-d070-4f76-8919-8b01c5682113", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063823Z:86735399-63b6-4c3b-83b3-7d5382bb6b61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b1211c8e82ee8829c315516b2b9098c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1211c8e82ee8829c315516b2b9098c1", + "x-ms-correlation-request-id": "d141c8bd-250e-4f20-875f-5a8aa8ec824b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;26041", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "117f9797-1203-4328-9e11-46d95b31ded2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063823Z:d141c8bd-250e-4f20-875f-5a8aa8ec824b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "032abf8d29382c8709313c58e72f4b09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "032abf8d29382c8709313c58e72f4b09", + "x-ms-correlation-request-id": "5c750218-0841-47aa-bd4b-739f05744f5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;26040", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "ffcad9e4-1c90-4117-b41c-b07b6fc2f8ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063824Z:5c750218-0841-47aa-bd4b-739f05744f5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca6f9455bd03513aaef6e41cfc349716", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca6f9455bd03513aaef6e41cfc349716", + "x-ms-correlation-request-id": "12356928-312a-4872-ba43-40c32d0a9201", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;26039", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "012745e4-e04f-494c-b8bb-1d6f99f50627", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063824Z:12356928-312a-4872-ba43-40c32d0a9201" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b858ac48691646f94f5a7bd46d0a094", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b858ac48691646f94f5a7bd46d0a094", + "x-ms-correlation-request-id": "e7723690-cd61-4378-a29e-e96cc90d6fee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;26038", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "167313b2-d5d4-433d-b16f-b336e65db366", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063824Z:e7723690-cd61-4378-a29e-e96cc90d6fee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "961547c9cd20d0be85d85442456b30d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "961547c9cd20d0be85d85442456b30d5", + "x-ms-correlation-request-id": "61db588e-7788-43e5-8fcc-6d05e0efebd1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;26037", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "bfdeea06-663d-4ca4-be71-d9f89d2ae28c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063825Z:61db588e-7788-43e5-8fcc-6d05e0efebd1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c942599b0a9cf78250b360e157c0bdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c942599b0a9cf78250b360e157c0bdd", + "x-ms-correlation-request-id": "23cb1607-b4a4-450d-ab26-44126c65a0e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;26036", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "6dc66c35-7dfb-4fb2-85e9-75f4c705ea4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063825Z:23cb1607-b4a4-450d-ab26-44126c65a0e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4535055011ff6f5ccb416b8312d1e29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4535055011ff6f5ccb416b8312d1e29", + "x-ms-correlation-request-id": "d7fb7a9f-d3b5-4005-94e1-e49706dedfce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;26035", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "c704dfb5-6bdf-47ae-bb91-adbdddcdc470", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063825Z:d7fb7a9f-d3b5-4005-94e1-e49706dedfce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2023d2c4433c19eace46711597b0ba08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2023d2c4433c19eace46711597b0ba08", + "x-ms-correlation-request-id": "36849a84-c67a-4c9a-9fd1-02fcc83cc4e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;26034", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "1eabf247-2757-48f7-bda7-3d1063b54243", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063825Z:36849a84-c67a-4c9a-9fd1-02fcc83cc4e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5ec77cc7b1898b62f9d90f59ac09df7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5ec77cc7b1898b62f9d90f59ac09df7", + "x-ms-correlation-request-id": "d6b4669a-7b29-47e7-8e64-a56a305291d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;26033", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "36fb9de6-7ea3-4bc1-ae8d-da92763cabde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063826Z:d6b4669a-7b29-47e7-8e64-a56a305291d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43490deceb5911a06539e6d88fe05f1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43490deceb5911a06539e6d88fe05f1b", + "x-ms-correlation-request-id": "532564b8-c77b-4702-ade9-1a12c9e4df69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;26032", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "a71f2e15-cf91-47f1-a4d7-cbbeadf45da9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063826Z:532564b8-c77b-4702-ade9-1a12c9e4df69" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "baeb0df9294148101c8bf09eb2f57e0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "baeb0df9294148101c8bf09eb2f57e0d", + "x-ms-correlation-request-id": "6af021aa-63db-462d-b395-91e2b867672e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;26031", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "6311248b-1a6b-4626-9338-0f770f08cb6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063826Z:6af021aa-63db-462d-b395-91e2b867672e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "892979a97766e1afd6da8fde94dd084f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "892979a97766e1afd6da8fde94dd084f", + "x-ms-correlation-request-id": "3a4741af-de26-41e7-9e21-b2d4fe6b8952", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;26030", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "600b5695-6f1a-4c27-a498-8e75a89f25b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063826Z:3a4741af-de26-41e7-9e21-b2d4fe6b8952" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8cfb743ee3d4c3b6fc0027cefa025e70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cfb743ee3d4c3b6fc0027cefa025e70", + "x-ms-correlation-request-id": "fa33fc9e-4ab5-4267-9b6d-e44a5edec531", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;26029", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "a8746b81-18e6-4cdb-87f8-a2f5d629e010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063827Z:fa33fc9e-4ab5-4267-9b6d-e44a5edec531" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "162fd8bbd5b782b55e09e3669932b43e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162fd8bbd5b782b55e09e3669932b43e", + "x-ms-correlation-request-id": "44073263-75d4-463a-874a-c5ac848dd9a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;26028", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "b4c68dcf-b908-479d-851b-338d0adf2cd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063827Z:44073263-75d4-463a-874a-c5ac848dd9a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3d60a182f2fac639c2668d664fe1e7d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d60a182f2fac639c2668d664fe1e7d4", + "x-ms-correlation-request-id": "33c6b861-5601-414e-af2c-36e368d3fc39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;26027", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "f0cd77f6-1ef5-422a-b49e-3aec04615080", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063827Z:33c6b861-5601-414e-af2c-36e368d3fc39" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc231f7bf2ae6898bf782ecaff4f29c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc231f7bf2ae6898bf782ecaff4f29c9", + "x-ms-correlation-request-id": "703cdea4-7665-4361-a64f-ba1858449054", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;26026", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "34f6d640-4ba9-44ff-ac8d-ab84076b8c58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063828Z:703cdea4-7665-4361-a64f-ba1858449054" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "594be84c20a1c8769f695350484f327c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "594be84c20a1c8769f695350484f327c", + "x-ms-correlation-request-id": "3c7fd173-f401-4493-ad77-d318acb78a1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;26025", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "3b2c1845-bf4b-4d46-a05c-2640c2072a06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063828Z:3c7fd173-f401-4493-ad77-d318acb78a1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7aea0e22f70f909009f77e81c46ec672", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aea0e22f70f909009f77e81c46ec672", + "x-ms-correlation-request-id": "d9a2cbbc-81ef-4e38-83a9-672ba121e21b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;26024", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "d9df978e-297a-432f-98bb-bfe2c7ba37c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063828Z:d9a2cbbc-81ef-4e38-83a9-672ba121e21b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6719c33c8d955a32a85a1c449e472070", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6719c33c8d955a32a85a1c449e472070", + "x-ms-correlation-request-id": "d444caf4-dcd8-4a8a-a69f-ad14b0bf7bbf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;26023", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "28650ccb-e22c-4777-ae2a-1aa99cbce0d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063828Z:d444caf4-dcd8-4a8a-a69f-ad14b0bf7bbf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f0a8b145af6454ba57bb50aaa2f40431", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0a8b145af6454ba57bb50aaa2f40431", + "x-ms-correlation-request-id": "a02c46e1-c7e5-4c4f-99b6-cf202ec4d4d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;26022", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "f1e54ea6-8177-47ca-86ac-caab049c6d7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063829Z:a02c46e1-c7e5-4c4f-99b6-cf202ec4d4d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8514e0a2cb3594e7db90d1b4db4bf1c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8514e0a2cb3594e7db90d1b4db4bf1c1", + "x-ms-correlation-request-id": "9f9b6af9-2864-4440-8ce5-f91377832ebb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;26021", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "f506b846-b786-4974-b534-d6b361ef9b5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063829Z:9f9b6af9-2864-4440-8ce5-f91377832ebb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "123b0dd7d5c68d0d08c50fda3d88b8b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "123b0dd7d5c68d0d08c50fda3d88b8b3", + "x-ms-correlation-request-id": "06bfcfc2-0f72-480a-8e7b-7e8f304cc447", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;26020", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "28262905-3ad1-4a19-a26f-a7947934fb4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063829Z:06bfcfc2-0f72-480a-8e7b-7e8f304cc447" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bda2eb559a337a3bca1315d4dd05790b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bda2eb559a337a3bca1315d4dd05790b", + "x-ms-correlation-request-id": "017a5625-1dba-4142-bbc5-98a7ee989464", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;26019", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "df335ad7-d287-4b0f-aa89-d6ea9ae8cecf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063829Z:017a5625-1dba-4142-bbc5-98a7ee989464" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "94d28ec9f1b9cd6bd2867c70bc0c5653", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94d28ec9f1b9cd6bd2867c70bc0c5653", + "x-ms-correlation-request-id": "db8f514e-31be-4b33-8a8e-bb30d1ae2301", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;26018", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "58c6fc4b-b48e-4e84-a307-95f6398585a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063830Z:db8f514e-31be-4b33-8a8e-bb30d1ae2301" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f05f1dd734a93c8ed2c148b2c039af03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f05f1dd734a93c8ed2c148b2c039af03", + "x-ms-correlation-request-id": "47229f7c-d4aa-42ef-8d9c-896551b90955", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;26017", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "c0c6b98a-d755-41f1-8d2d-15319b19f397", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063830Z:47229f7c-d4aa-42ef-8d9c-896551b90955" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af11034b23b563fa7fd4eaac1dcabebd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af11034b23b563fa7fd4eaac1dcabebd", + "x-ms-correlation-request-id": "4a3adbb2-c133-4eec-8518-665194a99a56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;26016", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "a3034608-005d-4337-aff7-acadce9f3247", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063830Z:4a3adbb2-c133-4eec-8518-665194a99a56" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0fdc1bc89a695610096c1f7a9b80c99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0fdc1bc89a695610096c1f7a9b80c99", + "x-ms-correlation-request-id": "11fbc32e-6a3d-493e-81f4-c1f347f79aad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;26015", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "b88b58df-06a8-46ad-a65c-98dc46631fcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063831Z:11fbc32e-6a3d-493e-81f4-c1f347f79aad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b82479d6a7fbb49d22fb70d549e11e08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b82479d6a7fbb49d22fb70d549e11e08", + "x-ms-correlation-request-id": "9eee3c03-2028-4156-823d-b8a9f0b7c99b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;26014", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "494ad364-669c-4644-8f5c-f7ab1eac15ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063831Z:9eee3c03-2028-4156-823d-b8a9f0b7c99b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fef68b03ef3bc25ca17baf1f6102bac7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fef68b03ef3bc25ca17baf1f6102bac7", + "x-ms-correlation-request-id": "7c19a0d3-dea6-4f09-824a-92c092e08a9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;26013", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "aec70a18-5476-41d0-b8fc-cbdf2c1011b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063831Z:7c19a0d3-dea6-4f09-824a-92c092e08a9c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a4d551c805a514c124489dab188c4b1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4d551c805a514c124489dab188c4b1e", + "x-ms-correlation-request-id": "69b686b4-61a5-42c3-8e8b-cd47325e9ba0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;26012", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "ae85eddb-eb7a-42c5-8f94-acdcfc269a07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063831Z:69b686b4-61a5-42c3-8e8b-cd47325e9ba0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4674be04-8cbc-4179-a725-d7365ef6ea06?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4508dfab711f194581fe6a58979c28f2-73143345649ad547-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f20ba9c8f8aec7961fc371785a5213a3", + "x-ms-client-request-id": "1ef4b9770dc2e75d1d62177ff87e5220", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "30", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:05 GMT", + "Date": "Mon, 25 Oct 2021 06:38:32 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de3679b2-b32f-4f31-9a66-8e1b1a789e08", - "x-ms-client-request-id": "f20ba9c8f8aec7961fc371785a5213a3", - "x-ms-correlation-request-id": "b4312d3f-049c-4f03-9551-dad2bda88ba4", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cc7ebdf9-cb36-4793-aa20-fa6c6f4f6c3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033806Z:b4312d3f-049c-4f03-9551-dad2bda88ba4" + "x-ms-client-request-id": "1ef4b9770dc2e75d1d62177ff87e5220", + "x-ms-correlation-request-id": "cb3bc446-39cd-46a7-8c17-b5aa30f1ea69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;26011", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "806480ad-ee66-4316-a5ab-d55045273e9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063832Z:cb3bc446-39cd-46a7-8c17-b5aa30f1ea69" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4674be04-8cbc-4179-a725-d7365ef6ea06?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4508dfab711f194581fe6a58979c28f2-3730af4d5a553048-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "841bc67bb745050d5afd774fd38dd7e6", + "x-ms-client-request-id": "f80ca9407a0bfe62c9e1daf351b0aa14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:06 GMT", + "Date": "Mon, 25 Oct 2021 06:38:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,40 +22685,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ca534f3-bd91-4ec0-b249-5105fd38cf64", - "x-ms-client-request-id": "841bc67bb745050d5afd774fd38dd7e6", - "x-ms-correlation-request-id": "71a920b7-c8d1-45a5-9d79-172bf35ab2a2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4d40e542-10ef-42b5-8617-c15e9cc6357a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033807Z:71a920b7-c8d1-45a5-9d79-172bf35ab2a2" + "x-ms-client-request-id": "f80ca9407a0bfe62c9e1daf351b0aa14", + "x-ms-correlation-request-id": "0e02f0cb-cca3-4af8-99fa-ee7177573089", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;26010", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "f69f614e-366d-4ea0-b5a0-7717317b1a9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063832Z:0e02f0cb-cca3-4af8-99fa-ee7177573089" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4508dfab711f194581fe6a58979c28f2-33b8d2998e1d9946-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02cbd8f919a8733e02d9c121732140ce", + "x-ms-client-request-id": "a8a8902f9c0eba04f3ee8643ee421ca5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1249", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:07 GMT", - "ETag": "W/\u0022a99fe77d-2dc5-4bf6-84a6-f54b038d7f8a\u0022", + "Date": "Mon, 25 Oct 2021 06:38:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8714,259 +22727,157 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99244831-0eb4-45a3-92f2-cc9af88f0537", - "x-ms-client-request-id": "02cbd8f919a8733e02d9c121732140ce", - "x-ms-correlation-request-id": "f156e685-bb62-43b0-9b38-b6c4d27d2b3e", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "094fe0c1-5323-47d1-8d31-43cf723d866c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033808Z:f156e685-bb62-43b0-9b38-b6c4d27d2b3e" + "x-ms-client-request-id": "a8a8902f9c0eba04f3ee8643ee421ca5", + "x-ms-correlation-request-id": "282daa50-b908-4e5a-9c30-fafe215288fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;26009", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "40ecddba-f077-4196-b299-18deaf27087a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063832Z:282daa50-b908-4e5a-9c30-fafe215288fe" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-3471\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a99fe77d-2dc5-4bf6-84a6-f54b038d7f8a\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022fa4d9457-3e73-474a-a226-791d67e925e8\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-3515\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a99fe77d-2dc5-4bf6-84a6-f54b038d7f8a\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1388", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c571638ce573115c9c0697b08147f392", + "x-ms-client-request-id": "6f6a7df6537ffc1357f554e0336a956c", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-9646", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f6a7df6537ffc1357f554e0336a956c", + "x-ms-correlation-request-id": "efacf30f-9199-4e6b-a374-8aa0b3d6a7f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;26008", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "b8a0ec18-0d5a-4bd3-bb4c-99ce18579f63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063832Z:efacf30f-9199-4e6b-a374-8aa0b3d6a7f7" }, - "StatusCode": 201, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "674f02b7aad5a411a452041cf31e1086", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:12 GMT", + "Date": "Mon, 25 Oct 2021 06:38:33 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c571638ce573115c9c0697b08147f392", - "x-ms-correlation-request-id": "26cc6f2c-390b-4af4-80b8-7a149e816ab8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;290,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1184,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-charge": "4", - "x-ms-request-id": "eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033812Z:26cc6f2c-390b-4af4-80b8-7a149e816ab8" + "x-ms-client-request-id": "674f02b7aad5a411a452041cf31e1086", + "x-ms-correlation-request-id": "30cd3b8e-93fa-4ca8-a25f-1f31cc346c23", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;26007", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "9a9bc4f5-b5b1-4680-b4c7-1ffb014ed994", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063833Z:30cd3b8e-93fa-4ca8-a25f-1f31cc346c23" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-9646\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-9646\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u00222b06c6c6-6deb-4984-8630-de3b87b06900\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "70c3a9bd111c13727bba65a1818ef1bb", + "x-ms-client-request-id": "d4fc34c43b46dc947dab501847248688", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:38:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4fc34c43b46dc947dab501847248688", + "x-ms-correlation-request-id": "0df60505-ba31-4c9e-8435-94beaf7778e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;26006", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "fa401883-43a0-4b7e-a5ab-45bedbcdb6a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063833Z:0df60505-ba31-4c9e-8435-94beaf7778e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eb8b1a58b4f24cd06cc6ca2d4ff60939", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8975,41 +22886,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:12 GMT", + "Date": "Mon, 25 Oct 2021 06:38:33 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70c3a9bd111c13727bba65a1818ef1bb", - "x-ms-correlation-request-id": "daf58ef4-ed38-459e-a745-045a09e2138b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29179", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "4bd6e213-4bf1-4efe-abc1-1bfe7e6a5520", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033812Z:daf58ef4-ed38-459e-a745-045a09e2138b" + "x-ms-client-request-id": "eb8b1a58b4f24cd06cc6ca2d4ff60939", + "x-ms-correlation-request-id": "d52322b8-ae32-4b00-bac8-e63af3453508", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;26005", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "187ca44c-3f84-41a9-a157-5269bb8dea1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063833Z:d52322b8-ae32-4b00-bac8-e63af3453508" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e8352ee6bda27b46670f3dcb64f01ab0", + "x-ms-client-request-id": "fe1ccde5c16e7c266d73ea2959f85c80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9018,7 +22928,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:13 GMT", + "Date": "Mon, 25 Oct 2021 06:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,31 +22937,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8352ee6bda27b46670f3dcb64f01ab0", - "x-ms-correlation-request-id": "ff33a196-925e-471c-87b8-8d489dd86b42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29178", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "cd15b7a0-fd18-4823-ad4d-82132abc350d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033814Z:ff33a196-925e-471c-87b8-8d489dd86b42" + "x-ms-client-request-id": "fe1ccde5c16e7c266d73ea2959f85c80", + "x-ms-correlation-request-id": "1a2ba659-f9cd-469c-b5fa-ec22dabc0005", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;26004", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "af16c539-2406-430b-ab9d-b75a4846d366", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063834Z:1a2ba659-f9cd-469c-b5fa-ec22dabc0005" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d8f25e748384d976186b07cdab59e0f9", + "x-ms-client-request-id": "d8c47ccb24920f9464af687f70678d86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9060,7 +22970,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:15 GMT", + "Date": "Mon, 25 Oct 2021 06:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,31 +22979,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8f25e748384d976186b07cdab59e0f9", - "x-ms-correlation-request-id": "1fe4b283-b07a-485f-ac5d-69ae5b42fe4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29177", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "06adccc6-5998-497e-9d89-d3402ee0ab8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033815Z:1fe4b283-b07a-485f-ac5d-69ae5b42fe4a" + "x-ms-client-request-id": "d8c47ccb24920f9464af687f70678d86", + "x-ms-correlation-request-id": "820343a0-cecf-40c9-b128-01e55b28b003", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;26003", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "f8089869-031e-4235-84f1-928498c2cae5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063834Z:820343a0-cecf-40c9-b128-01e55b28b003" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c785c6b6a9b500966247080cd3a7af8a", + "x-ms-client-request-id": "793217a28808971af40f7d7fc9a6f373", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9102,7 +23012,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:16 GMT", + "Date": "Mon, 25 Oct 2021 06:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,31 +23021,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c785c6b6a9b500966247080cd3a7af8a", - "x-ms-correlation-request-id": "f82bb5d7-0502-470b-98c3-d131ab3d2a4a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29176", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "57549f80-e430-46da-8a91-b436f7f87b5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033816Z:f82bb5d7-0502-470b-98c3-d131ab3d2a4a" + "x-ms-client-request-id": "793217a28808971af40f7d7fc9a6f373", + "x-ms-correlation-request-id": "cfdbe989-638e-4e11-8f74-72e2537eb455", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;26002", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "1d111d22-cb0b-4f76-8fee-5ded33e23b77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063834Z:cfdbe989-638e-4e11-8f74-72e2537eb455" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "222db59f199b6336b85bcf36b679d00e", + "x-ms-client-request-id": "d2614a6a3032c1a6390c99be58a60c05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9144,7 +23054,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:17 GMT", + "Date": "Mon, 25 Oct 2021 06:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,31 +23063,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "222db59f199b6336b85bcf36b679d00e", - "x-ms-correlation-request-id": "5158464c-279d-4d8c-8656-ba726ef83dca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29175", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "8f794df0-f751-420e-8756-ee2cbd83860f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033817Z:5158464c-279d-4d8c-8656-ba726ef83dca" + "x-ms-client-request-id": "d2614a6a3032c1a6390c99be58a60c05", + "x-ms-correlation-request-id": "fa4092a4-a7d4-4802-b3be-45248f4e888a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;26001", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "e1146c57-ba2a-43ab-9ad1-d403e652a407", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063834Z:fa4092a4-a7d4-4802-b3be-45248f4e888a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9d14442f536acbfac7f2753c7a690670", + "x-ms-client-request-id": "418764e6e2c54378622ce483a61545be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9186,7 +23096,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:19 GMT", + "Date": "Mon, 25 Oct 2021 06:38:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,31 +23105,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d14442f536acbfac7f2753c7a690670", - "x-ms-correlation-request-id": "748a1b1a-49a4-4bc1-ad14-7435428a53ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29174", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "0d6aae3e-58a2-4b18-b6b1-caac119c5f43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033819Z:748a1b1a-49a4-4bc1-ad14-7435428a53ea" + "x-ms-client-request-id": "418764e6e2c54378622ce483a61545be", + "x-ms-correlation-request-id": "5ae03637-4e6d-4b74-992c-2b9237094142", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;26000", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "104ab361-ce40-42cc-a40a-8774dd923c1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063835Z:5ae03637-4e6d-4b74-992c-2b9237094142" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f52e7cbcbd2c9c5d8f220e59d96049e8", + "x-ms-client-request-id": "2615f5bcba067254707140fbee5b3f4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9228,7 +23138,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:20 GMT", + "Date": "Mon, 25 Oct 2021 06:38:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,31 +23147,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f52e7cbcbd2c9c5d8f220e59d96049e8", - "x-ms-correlation-request-id": "0dd4abcf-41de-4b0c-a522-cb9801ecdbad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29173", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d5db636c-9698-41e9-9d66-9aed03699e26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033820Z:0dd4abcf-41de-4b0c-a522-cb9801ecdbad" + "x-ms-client-request-id": "2615f5bcba067254707140fbee5b3f4e", + "x-ms-correlation-request-id": "7da45a95-f257-48fb-a407-67991713a5a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25999", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "82b20d23-1465-4a42-b362-bc67968052be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063835Z:7da45a95-f257-48fb-a407-67991713a5a4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8fddfa7711934b1fba615aa9a3fae84e", + "x-ms-client-request-id": "65987702b21e87add11d70054b231a24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9270,7 +23180,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:21 GMT", + "Date": "Mon, 25 Oct 2021 06:38:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,31 +23189,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8fddfa7711934b1fba615aa9a3fae84e", - "x-ms-correlation-request-id": "9e8f8c60-c3e8-47a4-8e17-9858a79c6157", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29172", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "213204b9-3891-4b3e-b721-cd1a31541fd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033821Z:9e8f8c60-c3e8-47a4-8e17-9858a79c6157" + "x-ms-client-request-id": "65987702b21e87add11d70054b231a24", + "x-ms-correlation-request-id": "9d336d2b-2302-4f12-991e-4bcf3b449330", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25998", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "48da6019-db4a-4d51-a368-00e7da47ec2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063835Z:9d336d2b-2302-4f12-991e-4bcf3b449330" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3a7a5f55da4b71e2e6770d4844a0f167", + "x-ms-client-request-id": "6302dbc6e5902cff0f15d054a27c5407", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9312,7 +23222,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:22 GMT", + "Date": "Mon, 25 Oct 2021 06:38:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,31 +23231,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a7a5f55da4b71e2e6770d4844a0f167", - "x-ms-correlation-request-id": "38bf6487-7287-4ef3-a9a0-5c4ec89d7a5d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29171", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "dabebde1-d033-468e-aa56-1d73ecbcc419", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033823Z:38bf6487-7287-4ef3-a9a0-5c4ec89d7a5d" + "x-ms-client-request-id": "6302dbc6e5902cff0f15d054a27c5407", + "x-ms-correlation-request-id": "94edfcce-19b9-46a9-9dc7-ad4840126cc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25997", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "b86b8a70-d783-4f7b-abf7-2146fb7bc476", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063835Z:94edfcce-19b9-46a9-9dc7-ad4840126cc3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "80c48da9768caadd5ce23bca62b4f895", + "x-ms-client-request-id": "2e8096ede07c099f478d55e8494e264d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9354,7 +23264,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:24 GMT", + "Date": "Mon, 25 Oct 2021 06:38:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,31 +23273,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80c48da9768caadd5ce23bca62b4f895", - "x-ms-correlation-request-id": "9a936c06-c52f-4d21-af97-f1a02d907917", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29170", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "1ce1cf96-59c1-4d53-8608-b156832af99d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033824Z:9a936c06-c52f-4d21-af97-f1a02d907917" + "x-ms-client-request-id": "2e8096ede07c099f478d55e8494e264d", + "x-ms-correlation-request-id": "8b0b4250-45d6-4884-acc4-76daf7245fbb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25996", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "25331176-bc71-4bf7-9cc7-ae3e0789fe02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063836Z:8b0b4250-45d6-4884-acc4-76daf7245fbb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7a04bf3a0ee69d9c186ba81b03d70619", + "x-ms-client-request-id": "13351b57db581dbd786c5609e159e554", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9396,7 +23306,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:25 GMT", + "Date": "Mon, 25 Oct 2021 06:38:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,31 +23315,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a04bf3a0ee69d9c186ba81b03d70619", - "x-ms-correlation-request-id": "46d3bb72-3e89-40a1-90f0-8bf9d808690c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29169", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "827b5861-7077-4885-b34f-34a3e18eb4ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033825Z:46d3bb72-3e89-40a1-90f0-8bf9d808690c" + "x-ms-client-request-id": "13351b57db581dbd786c5609e159e554", + "x-ms-correlation-request-id": "5c41f6f2-d4f0-4ca1-8811-95c63e8402a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25995", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "4e19cff1-4695-4dfe-9614-9043b39b8a16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063836Z:5c41f6f2-d4f0-4ca1-8811-95c63e8402a2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1600f3706835dfc281cfdd699f180f32", + "x-ms-client-request-id": "b51869c9eba2e6a83bf81b039016e2c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9438,7 +23348,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:26 GMT", + "Date": "Mon, 25 Oct 2021 06:38:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,31 +23357,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1600f3706835dfc281cfdd699f180f32", - "x-ms-correlation-request-id": "508487ea-7200-4205-b03b-5e873a9ccb2c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29168", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "f9404f3a-5c18-4b74-8ad3-25e5e22ca055", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033826Z:508487ea-7200-4205-b03b-5e873a9ccb2c" + "x-ms-client-request-id": "b51869c9eba2e6a83bf81b039016e2c1", + "x-ms-correlation-request-id": "dda3f8e9-7438-4eee-acc4-b2ab4465e771", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25994", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "7c596774-4098-401c-a356-4697c1e8bc75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063836Z:dda3f8e9-7438-4eee-acc4-b2ab4465e771" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "840d787e769c9a81f0266821cdc2a684", + "x-ms-client-request-id": "86fd83ee414711aed963b6108a9528ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9480,7 +23390,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:27 GMT", + "Date": "Mon, 25 Oct 2021 06:38:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,31 +23399,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "840d787e769c9a81f0266821cdc2a684", - "x-ms-correlation-request-id": "8e2032aa-151c-40c3-9965-6cdae4dc8196", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29167", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "562f916d-334a-4206-834d-19598a80b6f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033828Z:8e2032aa-151c-40c3-9965-6cdae4dc8196" + "x-ms-client-request-id": "86fd83ee414711aed963b6108a9528ee", + "x-ms-correlation-request-id": "e35f2480-361f-419b-a34c-98173ab2bad9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25993", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "bcbad872-2ae2-4047-99b6-d47e3acda84a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063837Z:e35f2480-361f-419b-a34c-98173ab2bad9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6f5921dbe2b3d15ffd24f9163132fe00", + "x-ms-client-request-id": "e01f00a870356baa734fd75fc0b98c62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9522,7 +23432,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:29 GMT", + "Date": "Mon, 25 Oct 2021 06:38:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,31 +23441,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f5921dbe2b3d15ffd24f9163132fe00", - "x-ms-correlation-request-id": "bdbabe21-92c1-4e7a-9a3d-f5a7042309c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29166", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "4f0ec6f2-c13a-4ec7-a6b3-cfabaeafd79b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033829Z:bdbabe21-92c1-4e7a-9a3d-f5a7042309c6" + "x-ms-client-request-id": "e01f00a870356baa734fd75fc0b98c62", + "x-ms-correlation-request-id": "d582bb9a-0482-48af-95b2-56128cd25015", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25991", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "fc82002c-0b6a-4d48-80e7-a69e9c6a00bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063837Z:d582bb9a-0482-48af-95b2-56128cd25015" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b9c765c82c9fa7c7166250e00a111bf", + "x-ms-client-request-id": "5e1b94895f5c880dba07dc3f35975ca6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9564,7 +23474,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:30 GMT", + "Date": "Mon, 25 Oct 2021 06:38:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,31 +23483,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b9c765c82c9fa7c7166250e00a111bf", - "x-ms-correlation-request-id": "36415a4a-3189-4190-bbb1-2b60996a90ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14902,Microsoft.Compute/GetOperation30Min;29165", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "805ad1ab-67f5-4eb1-8346-a9714f701e07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033830Z:36415a4a-3189-4190-bbb1-2b60996a90ad" + "x-ms-client-request-id": "5e1b94895f5c880dba07dc3f35975ca6", + "x-ms-correlation-request-id": "2d597dbc-14bb-41c6-8d1e-285262998bac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25990", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "1f598964-6014-459b-8788-70f1c880c8db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063837Z:2d597dbc-14bb-41c6-8d1e-285262998bac" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7d8e58299fbe9c7e183c87777c6a68bd", + "x-ms-client-request-id": "905b2cd002f77e8bd89112f8694f511f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9606,7 +23516,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:31 GMT", + "Date": "Mon, 25 Oct 2021 06:38:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,31 +23525,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d8e58299fbe9c7e183c87777c6a68bd", - "x-ms-correlation-request-id": "f735bc65-01da-423d-9139-701b001e1cb2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14901,Microsoft.Compute/GetOperation30Min;29164", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "8458d4bf-56d8-4fbb-a7de-5052d5c4774c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033832Z:f735bc65-01da-423d-9139-701b001e1cb2" + "x-ms-client-request-id": "905b2cd002f77e8bd89112f8694f511f", + "x-ms-correlation-request-id": "cd98e0a1-7939-4469-9d5b-5491d77e4673", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25989", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "339f82b9-c2d8-46ad-9415-4e21a9722fd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063837Z:cd98e0a1-7939-4469-9d5b-5491d77e4673" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "57c468281a2559bba55efd4dbc50d15c", + "x-ms-client-request-id": "f58653d7ca7a4892f297252e936b35db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9648,7 +23558,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:33 GMT", + "Date": "Mon, 25 Oct 2021 06:38:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,31 +23567,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57c468281a2559bba55efd4dbc50d15c", - "x-ms-correlation-request-id": "9e644cf1-0ab1-4a31-9120-4ce28fc71717", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14900,Microsoft.Compute/GetOperation30Min;29163", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "eada3461-29b0-45bf-a8ec-50da72507b59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033833Z:9e644cf1-0ab1-4a31-9120-4ce28fc71717" + "x-ms-client-request-id": "f58653d7ca7a4892f297252e936b35db", + "x-ms-correlation-request-id": "9c2ef07e-a310-4a95-b317-d9ff93c6de0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25988", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "c206a5f1-bd56-47b8-abea-c113055ca59b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063838Z:9c2ef07e-a310-4a95-b317-d9ff93c6de0a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d8ed3a1380a4bc41f7ff738dfa047d06", + "x-ms-client-request-id": "938e31f2fb5e876b099d85ca4c151e6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9690,7 +23600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:34 GMT", + "Date": "Mon, 25 Oct 2021 06:38:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,31 +23609,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8ed3a1380a4bc41f7ff738dfa047d06", - "x-ms-correlation-request-id": "3dfbc2c9-4d72-4202-b639-c905f7a1c2d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14899,Microsoft.Compute/GetOperation30Min;29162", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "81835cad-30d2-49ce-b9c9-89ca4ad6db72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033834Z:3dfbc2c9-4d72-4202-b639-c905f7a1c2d2" + "x-ms-client-request-id": "938e31f2fb5e876b099d85ca4c151e6a", + "x-ms-correlation-request-id": "d521757c-297f-4a14-ac33-ee95e4c78c65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25987", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "012bc7c9-c95b-4378-8e3d-041ada843c91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063838Z:d521757c-297f-4a14-ac33-ee95e4c78c65" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "98e667fdbadc0e999d34d85fa230dfc7", + "x-ms-client-request-id": "e167bdb56711062b9a129d5fdc5cea6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9732,7 +23642,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:35 GMT", + "Date": "Mon, 25 Oct 2021 06:38:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,31 +23651,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98e667fdbadc0e999d34d85fa230dfc7", - "x-ms-correlation-request-id": "d4e29b1f-8750-46e5-a530-2525bea341c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14898,Microsoft.Compute/GetOperation30Min;29161", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "5d94b7cb-349f-4617-97d1-6730a01d8c56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033835Z:d4e29b1f-8750-46e5-a530-2525bea341c6" + "x-ms-client-request-id": "e167bdb56711062b9a129d5fdc5cea6c", + "x-ms-correlation-request-id": "e8e7e45b-6369-4f14-a2ec-54f9d918dcd0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25986", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "724bc9d5-079e-49d8-8b30-9a254c91dfe0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063838Z:e8e7e45b-6369-4f14-a2ec-54f9d918dcd0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "42642b6a907da71926085f25a72d5ea0", + "x-ms-client-request-id": "3805375bbdc0dbc0e8feebdd44c8fcdd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9774,7 +23684,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:36 GMT", + "Date": "Mon, 25 Oct 2021 06:38:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,31 +23693,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42642b6a907da71926085f25a72d5ea0", - "x-ms-correlation-request-id": "a95390f3-8793-4ccd-8ed5-ffb919a09c9b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14897,Microsoft.Compute/GetOperation30Min;29160", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "2e11555b-4e11-4dd8-be36-9c4723fa6e10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033837Z:a95390f3-8793-4ccd-8ed5-ffb919a09c9b" + "x-ms-client-request-id": "3805375bbdc0dbc0e8feebdd44c8fcdd", + "x-ms-correlation-request-id": "cc7468d9-6ab2-4f83-a40c-d8f52dc05785", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25985", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "b3dfb187-c77c-48cd-b8cb-380c2c921a18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063838Z:cc7468d9-6ab2-4f83-a40c-d8f52dc05785" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5550f6e1396a587fa0de3a6fa8e119c7", + "x-ms-client-request-id": "d678ba7954038bc90588f94c5d0babad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9816,7 +23726,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:38 GMT", + "Date": "Mon, 25 Oct 2021 06:38:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,31 +23735,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5550f6e1396a587fa0de3a6fa8e119c7", - "x-ms-correlation-request-id": "03264ada-bec1-4970-bf54-32a271713ea9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;29159", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "fe99c893-790e-405d-a94c-03ad19515e2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033838Z:03264ada-bec1-4970-bf54-32a271713ea9" + "x-ms-client-request-id": "d678ba7954038bc90588f94c5d0babad", + "x-ms-correlation-request-id": "6927053f-d489-4455-a17e-061f7b1e6449", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25984", + "x-ms-ratelimit-remaining-subscription-reads": "11652", + "x-ms-request-id": "8ebf6aeb-1b71-4c8b-ac37-b7f6c6f0f4c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063839Z:6927053f-d489-4455-a17e-061f7b1e6449" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cf23ab203ba06c894e3e71d35b736670", + "x-ms-client-request-id": "156e18b2e60ff7aafd8cf9137b4ec1d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9858,7 +23768,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:39 GMT", + "Date": "Mon, 25 Oct 2021 06:38:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,31 +23777,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf23ab203ba06c894e3e71d35b736670", - "x-ms-correlation-request-id": "74626a72-ce88-4498-a44c-d86e6ca28481", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;29158", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "329ea641-b77d-4c8a-a22b-5a2ab3099560", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033839Z:74626a72-ce88-4498-a44c-d86e6ca28481" + "x-ms-client-request-id": "156e18b2e60ff7aafd8cf9137b4ec1d2", + "x-ms-correlation-request-id": "bcdc8bf8-b42b-413f-bb84-c4b0be46ecc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25983", + "x-ms-ratelimit-remaining-subscription-reads": "11651", + "x-ms-request-id": "19d62e2f-e93c-4e9b-a0d8-7833c2ffa06e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063839Z:bcdc8bf8-b42b-413f-bb84-c4b0be46ecc3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ab7e38d68ae0315cab0ba19f55a9ff44", + "x-ms-client-request-id": "21e6c01514e307696d793238c4737ddd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9900,7 +23810,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:40 GMT", + "Date": "Mon, 25 Oct 2021 06:38:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,31 +23819,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab7e38d68ae0315cab0ba19f55a9ff44", - "x-ms-correlation-request-id": "061d77d2-d0da-4fea-bae4-33384b2f278b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;29157", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "3d3ddae9-a9b1-419f-82e5-5d97a012d6e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033840Z:061d77d2-d0da-4fea-bae4-33384b2f278b" + "x-ms-client-request-id": "21e6c01514e307696d793238c4737ddd", + "x-ms-correlation-request-id": "21e99aa2-b2a0-4f8c-9f8b-525da21dcf02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25982", + "x-ms-ratelimit-remaining-subscription-reads": "11650", + "x-ms-request-id": "9d868fcc-3a39-4180-83ce-beb45d4d8130", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063839Z:21e99aa2-b2a0-4f8c-9f8b-525da21dcf02" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fc0598ee8e0aa6006de4062cc8abfd2d", + "x-ms-client-request-id": "2b2a3e53e75993cd1081d8775ab610b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9942,7 +23852,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:41 GMT", + "Date": "Mon, 25 Oct 2021 06:38:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,31 +23861,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc0598ee8e0aa6006de4062cc8abfd2d", - "x-ms-correlation-request-id": "c8254d35-6a16-4e0e-aba4-2fa8301fcb55", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;29156", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "0b104155-38c9-4ca5-991c-34722d9575c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033842Z:c8254d35-6a16-4e0e-aba4-2fa8301fcb55" + "x-ms-client-request-id": "2b2a3e53e75993cd1081d8775ab610b7", + "x-ms-correlation-request-id": "b1eb6370-f0b8-444c-ab21-93d21a55848f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25981", + "x-ms-ratelimit-remaining-subscription-reads": "11649", + "x-ms-request-id": "48c06874-a4ca-4755-ac17-709ffc00ec6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063840Z:b1eb6370-f0b8-444c-ab21-93d21a55848f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6f99ca786d6395e64ef2239499e916a5", + "x-ms-client-request-id": "9d3727c789259ec9af67a795b372338a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9984,7 +23894,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:43 GMT", + "Date": "Mon, 25 Oct 2021 06:38:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9993,31 +23903,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f99ca786d6395e64ef2239499e916a5", - "x-ms-correlation-request-id": "10013b0a-082e-41fa-8ebc-2351664b9288", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29155", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "dcbd9a24-0682-4270-9657-2558b5715b4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033843Z:10013b0a-082e-41fa-8ebc-2351664b9288" + "x-ms-client-request-id": "9d3727c789259ec9af67a795b372338a", + "x-ms-correlation-request-id": "d65cd736-c382-4100-a647-810247a61cff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25980", + "x-ms-ratelimit-remaining-subscription-reads": "11648", + "x-ms-request-id": "e23c66bc-1b06-426c-a39f-33e24ff91d73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063840Z:d65cd736-c382-4100-a647-810247a61cff" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c3e42c3e6a6d476638d83efb833069ff", + "x-ms-client-request-id": "3dc01c0e96242e78f25311623bf2acb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10026,7 +23936,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:44 GMT", + "Date": "Mon, 25 Oct 2021 06:38:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,31 +23945,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3e42c3e6a6d476638d83efb833069ff", - "x-ms-correlation-request-id": "acf5ffbe-37e4-400b-a946-095eb969ed2d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29154", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "d305aa99-abf1-440d-8ef0-10bfbe1c0560", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033844Z:acf5ffbe-37e4-400b-a946-095eb969ed2d" + "x-ms-client-request-id": "3dc01c0e96242e78f25311623bf2acb6", + "x-ms-correlation-request-id": "bb780863-5cbf-4805-b4f6-42cbfa5fff6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25979", + "x-ms-ratelimit-remaining-subscription-reads": "11647", + "x-ms-request-id": "48a98ade-2426-4721-a6c4-08d723a2bbd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063840Z:bb780863-5cbf-4805-b4f6-42cbfa5fff6b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b27740e8f0f80e1b16fad186a6b0c83", + "x-ms-client-request-id": "9d707b69e03cc9b7748b7cf13f38df9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10068,7 +23978,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:45 GMT", + "Date": "Mon, 25 Oct 2021 06:38:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,31 +23987,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b27740e8f0f80e1b16fad186a6b0c83", - "x-ms-correlation-request-id": "58720d1e-2c14-44ad-9d28-31624a6134db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29153", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "ac086e4e-1cfd-478e-91cd-926ab87a5e02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033845Z:58720d1e-2c14-44ad-9d28-31624a6134db" + "x-ms-client-request-id": "9d707b69e03cc9b7748b7cf13f38df9e", + "x-ms-correlation-request-id": "3fcb7dfb-ade4-4c0d-bc68-478e4e85cb54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25978", + "x-ms-ratelimit-remaining-subscription-reads": "11646", + "x-ms-request-id": "46e0ec59-d568-42e8-a8f3-c9f9bb326524", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063840Z:3fcb7dfb-ade4-4c0d-bc68-478e4e85cb54" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9bed60cd3ac70dbf6451378b2feb111e", + "x-ms-client-request-id": "3e684e4dd2f63193ae08aad1786763bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10110,7 +24020,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:46 GMT", + "Date": "Mon, 25 Oct 2021 06:38:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,31 +24029,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bed60cd3ac70dbf6451378b2feb111e", - "x-ms-correlation-request-id": "c82485e2-e84d-4b1b-b625-4ef418ff7ad2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29152", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "62d3faa7-b40f-47da-bde9-4ce17d54dd47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033847Z:c82485e2-e84d-4b1b-b625-4ef418ff7ad2" + "x-ms-client-request-id": "3e684e4dd2f63193ae08aad1786763bc", + "x-ms-correlation-request-id": "4ba591ad-86aa-479f-a1c0-2d1f28faa77f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25977", + "x-ms-ratelimit-remaining-subscription-reads": "11645", + "x-ms-request-id": "dfc490bc-5e08-4a39-8660-5fd5fe32e41a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063841Z:4ba591ad-86aa-479f-a1c0-2d1f28faa77f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "258624888bc2ae954b6311fdbc4dddcc", + "x-ms-client-request-id": "372cf1ba96012e4e64f6c8981987eeba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10152,7 +24062,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:48 GMT", + "Date": "Mon, 25 Oct 2021 06:38:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,31 +24071,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "258624888bc2ae954b6311fdbc4dddcc", - "x-ms-correlation-request-id": "07064142-48c1-4fac-b913-c71ea6c3a5a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29151", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "05ba525f-88f6-4d0a-bea7-0b900f44a94d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033848Z:07064142-48c1-4fac-b913-c71ea6c3a5a2" + "x-ms-client-request-id": "372cf1ba96012e4e64f6c8981987eeba", + "x-ms-correlation-request-id": "b3a094dc-4d33-4f71-ae5f-520f93dca8a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25975", + "x-ms-ratelimit-remaining-subscription-reads": "11644", + "x-ms-request-id": "d6d278b9-f465-4210-a23c-8eb8bdca36b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063841Z:b3a094dc-4d33-4f71-ae5f-520f93dca8a9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "232ebbcbcd42d338b41926be585551c6", + "x-ms-client-request-id": "ed1472736d8a96c0e83fee3335e5510c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10194,7 +24104,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:49 GMT", + "Date": "Mon, 25 Oct 2021 06:38:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,31 +24113,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "232ebbcbcd42d338b41926be585551c6", - "x-ms-correlation-request-id": "01c80457-0da0-4f8b-a956-8baa33204d28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29150", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "b6d2a34a-ea57-41e6-bbb5-168caf74604a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033849Z:01c80457-0da0-4f8b-a956-8baa33204d28" + "x-ms-client-request-id": "ed1472736d8a96c0e83fee3335e5510c", + "x-ms-correlation-request-id": "df6f2dcb-4e75-41df-9f31-05e35e3d9079", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25974", + "x-ms-ratelimit-remaining-subscription-reads": "11643", + "x-ms-request-id": "2db8769b-965d-43b5-8ed2-4210bbfd307f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063841Z:df6f2dcb-4e75-41df-9f31-05e35e3d9079" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "468f8f5ee7e542c0cb3e506328c15116", + "x-ms-client-request-id": "4e36bf28a70bb79d0039da000afa1727", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10236,7 +24146,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:50 GMT", + "Date": "Mon, 25 Oct 2021 06:38:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,31 +24155,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "468f8f5ee7e542c0cb3e506328c15116", - "x-ms-correlation-request-id": "00f87080-c159-412d-9a51-8352dbe6b8c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29149", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "193e5a66-e7d2-4882-88cf-6ec320ed8529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033851Z:00f87080-c159-412d-9a51-8352dbe6b8c1" + "x-ms-client-request-id": "4e36bf28a70bb79d0039da000afa1727", + "x-ms-correlation-request-id": "965d1c49-b5f5-4f73-bc87-3bdc18bf8cf8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25973", + "x-ms-ratelimit-remaining-subscription-reads": "11642", + "x-ms-request-id": "45fc4273-ddb9-4b30-ba7c-bd44f5ea5c37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063841Z:965d1c49-b5f5-4f73-bc87-3bdc18bf8cf8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "74bf6a74eebcbbdbebb270a964d756f5", + "x-ms-client-request-id": "055ef01a76524d3230954fc1a71af97e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10278,7 +24188,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:52 GMT", + "Date": "Mon, 25 Oct 2021 06:38:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,31 +24197,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74bf6a74eebcbbdbebb270a964d756f5", - "x-ms-correlation-request-id": "33d427b4-6e6e-4f14-8be1-f7c3b14f626d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29148", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "64e495bb-de5e-4ae8-b437-b09e74bad7df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033852Z:33d427b4-6e6e-4f14-8be1-f7c3b14f626d" + "x-ms-client-request-id": "055ef01a76524d3230954fc1a71af97e", + "x-ms-correlation-request-id": "d2730d1f-ab97-4193-aaea-c6225f0dddf4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25972", + "x-ms-ratelimit-remaining-subscription-reads": "11641", + "x-ms-request-id": "c9b1a443-3bd0-423b-bb28-5d673f96fe21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063842Z:d2730d1f-ab97-4193-aaea-c6225f0dddf4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2d9f4b1296bee3e7faec57037dd5abf2", + "x-ms-client-request-id": "5a70bba4a050cbaed55dec5192c08ced", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10320,7 +24230,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:53 GMT", + "Date": "Mon, 25 Oct 2021 06:38:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,31 +24239,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d9f4b1296bee3e7faec57037dd5abf2", - "x-ms-correlation-request-id": "66a3455a-51b1-4ccc-9b99-589ec8b88b11", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29147", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "bcde1599-abfa-4d5b-afaa-a999710bf3bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033853Z:66a3455a-51b1-4ccc-9b99-589ec8b88b11" + "x-ms-client-request-id": "5a70bba4a050cbaed55dec5192c08ced", + "x-ms-correlation-request-id": "970ac5c8-21f3-4985-b63b-e76c8309f1c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25971", + "x-ms-ratelimit-remaining-subscription-reads": "11640", + "x-ms-request-id": "03fd9463-1bbd-4fd6-a385-2dafd15d0137", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063842Z:970ac5c8-21f3-4985-b63b-e76c8309f1c1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ed4a10c8dd966f09b3d35b337717ddf4", + "x-ms-client-request-id": "4419c7284c87b1ba8ce91d7658db10e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10362,7 +24272,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:54 GMT", + "Date": "Mon, 25 Oct 2021 06:38:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,31 +24281,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed4a10c8dd966f09b3d35b337717ddf4", - "x-ms-correlation-request-id": "46c8c77c-b26e-4bfe-a5fd-16559f943c66", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29146", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "c717fcdf-a454-4c78-a02c-70a3f90875ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033854Z:46c8c77c-b26e-4bfe-a5fd-16559f943c66" + "x-ms-client-request-id": "4419c7284c87b1ba8ce91d7658db10e5", + "x-ms-correlation-request-id": "cf6c39a6-f4d0-49f2-a3dc-3e796fa5130d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25970", + "x-ms-ratelimit-remaining-subscription-reads": "11639", + "x-ms-request-id": "467f4835-3511-4af0-8453-d204a77c180f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063842Z:cf6c39a6-f4d0-49f2-a3dc-3e796fa5130d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc505ae82421dd5783dc7ad097d83d15", + "x-ms-client-request-id": "4e5b5c3fbc8a79d641922ff589e1ba70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10404,7 +24314,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:55 GMT", + "Date": "Mon, 25 Oct 2021 06:38:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,31 +24323,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc505ae82421dd5783dc7ad097d83d15", - "x-ms-correlation-request-id": "5a38bbcb-7866-4d17-8059-2a0837682b3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29145", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "af57fd3a-290a-4040-998a-ab19a518c250", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033856Z:5a38bbcb-7866-4d17-8059-2a0837682b3e" + "x-ms-client-request-id": "4e5b5c3fbc8a79d641922ff589e1ba70", + "x-ms-correlation-request-id": "64b48d47-4392-49ce-a325-e7572757cce4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25969", + "x-ms-ratelimit-remaining-subscription-reads": "11638", + "x-ms-request-id": "f720ae13-6484-4cf7-90f9-449b57cd8404", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063843Z:64b48d47-4392-49ce-a325-e7572757cce4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53e07d06698c345f423079ea3ab36ce2", + "x-ms-client-request-id": "df986108b40158f601bece66823873fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10446,7 +24356,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:57 GMT", + "Date": "Mon, 25 Oct 2021 06:38:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,31 +24365,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53e07d06698c345f423079ea3ab36ce2", - "x-ms-correlation-request-id": "b49cfba1-9e69-457d-ba7d-bc02557493d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29144", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "332a2546-5d0d-4240-bdc6-7ea73231a4a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033857Z:b49cfba1-9e69-457d-ba7d-bc02557493d3" + "x-ms-client-request-id": "df986108b40158f601bece66823873fa", + "x-ms-correlation-request-id": "4df6e09a-af95-4439-9082-ac4160bfb988", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25968", + "x-ms-ratelimit-remaining-subscription-reads": "11637", + "x-ms-request-id": "5782b7e2-5f68-44dd-9399-8cf1ae4dd293", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063843Z:4df6e09a-af95-4439-9082-ac4160bfb988" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "221b630ecf84a4d0b86c69b96339d8db", + "x-ms-client-request-id": "3611074d3e656c63f09f03f51dc428aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10488,7 +24398,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:58 GMT", + "Date": "Mon, 25 Oct 2021 06:38:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,31 +24407,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "221b630ecf84a4d0b86c69b96339d8db", - "x-ms-correlation-request-id": "2bc73aff-dc65-4095-8579-7846f8e34039", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29143", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "6580924c-d056-43cc-9932-4d2f4969265b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033858Z:2bc73aff-dc65-4095-8579-7846f8e34039" + "x-ms-client-request-id": "3611074d3e656c63f09f03f51dc428aa", + "x-ms-correlation-request-id": "d6409a4a-725d-46a8-b1b0-34c590fb3347", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25967", + "x-ms-ratelimit-remaining-subscription-reads": "11636", + "x-ms-request-id": "f1db3f3e-ed96-4e20-9839-eb8bb0fb79f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063843Z:d6409a4a-725d-46a8-b1b0-34c590fb3347" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f92c469589377e67fb1b9af1aa6ca3d0", + "x-ms-client-request-id": "f76ead2f30428ae365034ccbee70f609", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10530,7 +24440,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:38:59 GMT", + "Date": "Mon, 25 Oct 2021 06:38:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10539,31 +24449,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f92c469589377e67fb1b9af1aa6ca3d0", - "x-ms-correlation-request-id": "cebb911e-7d26-486e-954e-4a53eb8199d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29142", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "48c4e552-47e7-4ef4-8639-61e5446f7055", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033900Z:cebb911e-7d26-486e-954e-4a53eb8199d9" + "x-ms-client-request-id": "f76ead2f30428ae365034ccbee70f609", + "x-ms-correlation-request-id": "bff13e8f-d590-41d1-aad6-9d9323efefe8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25966", + "x-ms-ratelimit-remaining-subscription-reads": "11635", + "x-ms-request-id": "0ae4a1fb-7730-48d1-a8c1-5b2ffbe4fed4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063843Z:bff13e8f-d590-41d1-aad6-9d9323efefe8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "33c1976f1abc3790ac3c9b2000a5d109", + "x-ms-client-request-id": "82a8341f83d0ca0bfd2cef62b1013a3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10572,7 +24482,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:00 GMT", + "Date": "Mon, 25 Oct 2021 06:38:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,31 +24491,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33c1976f1abc3790ac3c9b2000a5d109", - "x-ms-correlation-request-id": "642a4432-f888-462f-9fdc-f4b48a24b1ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;29141", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "db1c27bb-7891-4a64-bc9e-25c4e2357738", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033901Z:642a4432-f888-462f-9fdc-f4b48a24b1ec" + "x-ms-client-request-id": "82a8341f83d0ca0bfd2cef62b1013a3d", + "x-ms-correlation-request-id": "3475f91d-1342-4323-a512-95cc4213548d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25965", + "x-ms-ratelimit-remaining-subscription-reads": "11634", + "x-ms-request-id": "898329c8-1d67-4db9-99c3-b1ad46d095e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063844Z:3475f91d-1342-4323-a512-95cc4213548d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f4549d58728684abfb9c276834dff94b", + "x-ms-client-request-id": "d43723967bca1cb72387d061f1987e80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10614,7 +24524,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:02 GMT", + "Date": "Mon, 25 Oct 2021 06:38:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,31 +24533,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4549d58728684abfb9c276834dff94b", - "x-ms-correlation-request-id": "aa6b0956-128c-400a-aac7-4b5b8663f6a0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;29140", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "983f4e2f-b662-4b00-9e05-0ea5fd6771ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033902Z:aa6b0956-128c-400a-aac7-4b5b8663f6a0" + "x-ms-client-request-id": "d43723967bca1cb72387d061f1987e80", + "x-ms-correlation-request-id": "2816dc79-a23f-464c-912f-3713a76fd615", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25964", + "x-ms-ratelimit-remaining-subscription-reads": "11633", + "x-ms-request-id": "7a4fa0a7-4705-468c-b40f-f70548a8fb5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063844Z:2816dc79-a23f-464c-912f-3713a76fd615" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cb4a99c9a4777b1eb5f54cfaee477e55", + "x-ms-client-request-id": "e8d5f9a8a51cabdaa2a3f9164181d864", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10656,7 +24566,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:03 GMT", + "Date": "Mon, 25 Oct 2021 06:38:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,31 +24575,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb4a99c9a4777b1eb5f54cfaee477e55", - "x-ms-correlation-request-id": "24fe4031-caf6-4145-b30b-d1da7685dca0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;29139", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "663c010d-1694-4746-9e7a-a60c9bcc93f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033903Z:24fe4031-caf6-4145-b30b-d1da7685dca0" + "x-ms-client-request-id": "e8d5f9a8a51cabdaa2a3f9164181d864", + "x-ms-correlation-request-id": "1046b3d8-f9c0-4f26-bac1-66039ae502ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25963", + "x-ms-ratelimit-remaining-subscription-reads": "11632", + "x-ms-request-id": "f8c7d627-8bf2-4f7f-ab7d-96eed43ed55f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063845Z:1046b3d8-f9c0-4f26-bac1-66039ae502ae" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0c98904aae17fc49ec3c371ff32702cd", + "x-ms-client-request-id": "ca350fc82138a33f7d8b5f49b3a9d865", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10698,7 +24608,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:04 GMT", + "Date": "Mon, 25 Oct 2021 06:38:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,31 +24617,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c98904aae17fc49ec3c371ff32702cd", - "x-ms-correlation-request-id": "de5e5a88-ec7d-4442-92d7-48ed69c1af18", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;29138", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "1f997551-dcf8-4b13-ae81-553734de50ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033905Z:de5e5a88-ec7d-4442-92d7-48ed69c1af18" + "x-ms-client-request-id": "ca350fc82138a33f7d8b5f49b3a9d865", + "x-ms-correlation-request-id": "e41b340a-54a6-4927-8b91-5c99ae4002ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25962", + "x-ms-ratelimit-remaining-subscription-reads": "11631", + "x-ms-request-id": "62738433-85ae-4fac-b8d2-f16222c1499b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063845Z:e41b340a-54a6-4927-8b91-5c99ae4002ec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "66564f43055bb4917fd93f9126b096b4", + "x-ms-client-request-id": "b8b96eae522bf020488b322682a0dba1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10740,7 +24650,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:06 GMT", + "Date": "Mon, 25 Oct 2021 06:38:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,31 +24659,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66564f43055bb4917fd93f9126b096b4", - "x-ms-correlation-request-id": "2ba066d1-4e3b-43d5-b896-b1c78e642f60", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29137", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "9612b68a-2bb1-4d25-a821-76a80b67c7da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033906Z:2ba066d1-4e3b-43d5-b896-b1c78e642f60" + "x-ms-client-request-id": "b8b96eae522bf020488b322682a0dba1", + "x-ms-correlation-request-id": "f1976af6-f7c7-4caa-b5d0-e2eee785b73d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25961", + "x-ms-ratelimit-remaining-subscription-reads": "11630", + "x-ms-request-id": "b6b79d9a-b609-4cbb-b0e0-b8af507b81f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063845Z:f1976af6-f7c7-4caa-b5d0-e2eee785b73d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a31ed11eec461a33504dde3a6cfe878d", + "x-ms-client-request-id": "e2986baeb3638647ba326a904691f8f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10782,7 +24692,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:07 GMT", + "Date": "Mon, 25 Oct 2021 06:38:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,31 +24701,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a31ed11eec461a33504dde3a6cfe878d", - "x-ms-correlation-request-id": "4066f717-1795-48ea-acb9-bdebfdebb0cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29136", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "ed298fc2-baaa-458d-9c31-ee95cb04aece", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033907Z:4066f717-1795-48ea-acb9-bdebfdebb0cc" + "x-ms-client-request-id": "e2986baeb3638647ba326a904691f8f9", + "x-ms-correlation-request-id": "d0e7f48f-64e2-49ff-ae45-db70e0a14279", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25960", + "x-ms-ratelimit-remaining-subscription-reads": "11629", + "x-ms-request-id": "90b3a8a8-7577-4e18-ba1c-6b0b8956ff60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063846Z:d0e7f48f-64e2-49ff-ae45-db70e0a14279" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9eb77ff217f044fafee48d3d6fb7d63c", + "x-ms-client-request-id": "d26894cb20c87639ee4482adef1921dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10824,7 +24734,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:08 GMT", + "Date": "Mon, 25 Oct 2021 06:38:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,31 +24743,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9eb77ff217f044fafee48d3d6fb7d63c", - "x-ms-correlation-request-id": "1500f49b-4bf2-40ec-8265-bd77553bd3d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29134", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "09cf4889-86aa-495b-a2c0-2752188b4b69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033909Z:1500f49b-4bf2-40ec-8265-bd77553bd3d9" + "x-ms-client-request-id": "d26894cb20c87639ee4482adef1921dc", + "x-ms-correlation-request-id": "dc6ce8f4-0428-415d-8f82-4247cce23670", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25959", + "x-ms-ratelimit-remaining-subscription-reads": "11628", + "x-ms-request-id": "4a8682cd-287e-4aab-a095-79544bb90a0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063846Z:dc6ce8f4-0428-415d-8f82-4247cce23670" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "210183a65e0956861b3c160e27574780", + "x-ms-client-request-id": "479abdb0f510fb022732fdf8e790a9b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10866,7 +24776,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:09 GMT", + "Date": "Mon, 25 Oct 2021 06:38:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,31 +24785,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "210183a65e0956861b3c160e27574780", - "x-ms-correlation-request-id": "0ba96918-4f1e-4588-8e77-24d0dc1630de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29133", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "107340e6-3e93-4ba6-915d-64ae4b246e9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033910Z:0ba96918-4f1e-4588-8e77-24d0dc1630de" + "x-ms-client-request-id": "479abdb0f510fb022732fdf8e790a9b7", + "x-ms-correlation-request-id": "bef5c938-2078-4967-b4ad-775b6562e988", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25958", + "x-ms-ratelimit-remaining-subscription-reads": "11627", + "x-ms-request-id": "a96dd416-f446-4588-961d-99625da084f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063846Z:bef5c938-2078-4967-b4ad-775b6562e988" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a69eb152f7f906c3d7daa5615ef5aa98", + "x-ms-client-request-id": "ed5a389308388dd83222f41e319a96a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10908,7 +24818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:11 GMT", + "Date": "Mon, 25 Oct 2021 06:38:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,31 +24827,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a69eb152f7f906c3d7daa5615ef5aa98", - "x-ms-correlation-request-id": "44812985-ad4a-40bb-94d1-aefeb2f859ff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29132", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "a627c6a0-2ecf-4905-844f-fc5b4b54ab8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033911Z:44812985-ad4a-40bb-94d1-aefeb2f859ff" + "x-ms-client-request-id": "ed5a389308388dd83222f41e319a96a0", + "x-ms-correlation-request-id": "acc5eab3-8e64-44fe-94fe-54f497a3ff58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25957", + "x-ms-ratelimit-remaining-subscription-reads": "11626", + "x-ms-request-id": "af04e1dc-5ab0-4915-b27a-c2ea42130705", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063846Z:acc5eab3-8e64-44fe-94fe-54f497a3ff58" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e893a27666fd9383f86083b401eb1da7", + "x-ms-client-request-id": "89e08e10b0f6d6e8926cab9522408f5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10950,7 +24860,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:12 GMT", + "Date": "Mon, 25 Oct 2021 06:38:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,31 +24869,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e893a27666fd9383f86083b401eb1da7", - "x-ms-correlation-request-id": "5069d696-ed63-4f82-805a-894cd51a30f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29131", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "a918277a-3027-46bb-aef1-9e1c2c89226a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033912Z:5069d696-ed63-4f82-805a-894cd51a30f7" + "x-ms-client-request-id": "89e08e10b0f6d6e8926cab9522408f5e", + "x-ms-correlation-request-id": "ebce147e-e154-4eb7-b918-90f6aff05e9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25956", + "x-ms-ratelimit-remaining-subscription-reads": "11625", + "x-ms-request-id": "63d2722b-1017-4f90-a8fe-28dad5244c27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063847Z:ebce147e-e154-4eb7-b918-90f6aff05e9c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bdeb0d9d3018af43c0fa492fb924f725", + "x-ms-client-request-id": "b619ca9b34bea7a3e40c15ee01e3ca8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10992,7 +24902,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:13 GMT", + "Date": "Mon, 25 Oct 2021 06:38:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,31 +24911,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bdeb0d9d3018af43c0fa492fb924f725", - "x-ms-correlation-request-id": "085b5eb8-53b0-4ac2-9a1b-8993a897acb7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29129", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "4245ca57-753c-492d-a410-a0d01c12d1d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033914Z:085b5eb8-53b0-4ac2-9a1b-8993a897acb7" + "x-ms-client-request-id": "b619ca9b34bea7a3e40c15ee01e3ca8c", + "x-ms-correlation-request-id": "6398f7c7-da96-4169-8b3c-957482a05624", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25955", + "x-ms-ratelimit-remaining-subscription-reads": "11624", + "x-ms-request-id": "0452b8b1-b36e-4f95-904e-14cfc939d1a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063847Z:6398f7c7-da96-4169-8b3c-957482a05624" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "84977d925ec3ec832e0bad98730f05eb", + "x-ms-client-request-id": "58e85d9b20afe2c050845acb5d436bf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11034,7 +24944,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:14 GMT", + "Date": "Mon, 25 Oct 2021 06:38:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,31 +24953,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84977d925ec3ec832e0bad98730f05eb", - "x-ms-correlation-request-id": "9ac96baa-9003-4703-9000-4b5acd1079bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29128", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "e6349dcd-7e7f-4e24-be10-5c226e415865", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033915Z:9ac96baa-9003-4703-9000-4b5acd1079bb" + "x-ms-client-request-id": "58e85d9b20afe2c050845acb5d436bf1", + "x-ms-correlation-request-id": "840414bf-1d2a-4476-8006-0909111b1c89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25954", + "x-ms-ratelimit-remaining-subscription-reads": "11623", + "x-ms-request-id": "08a6f0fd-d0ad-41c1-8b2d-c589b91855b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063847Z:840414bf-1d2a-4476-8006-0909111b1c89" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "51c4fdbced0a467f5fe428021c54dad4", + "x-ms-client-request-id": "66829592e080dce1ea39a4ea9bfad4ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11076,7 +24986,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:16 GMT", + "Date": "Mon, 25 Oct 2021 06:38:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,31 +24995,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51c4fdbced0a467f5fe428021c54dad4", - "x-ms-correlation-request-id": "5c49d6f9-f6f4-4cd9-b544-1d27a1d31793", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29127", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "6077bda9-dba0-42b1-95c8-8683e281a464", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033916Z:5c49d6f9-f6f4-4cd9-b544-1d27a1d31793" + "x-ms-client-request-id": "66829592e080dce1ea39a4ea9bfad4ae", + "x-ms-correlation-request-id": "7a3e3ee6-2df9-4fe8-98d9-e3ea10cf1cf7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25953", + "x-ms-ratelimit-remaining-subscription-reads": "11622", + "x-ms-request-id": "ea5bf804-ba07-470f-9702-cf71d95ad1f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063847Z:7a3e3ee6-2df9-4fe8-98d9-e3ea10cf1cf7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "83215d6898533ee38aff8f0d82aa3bb1", + "x-ms-client-request-id": "c5fa1ea236587bae0a37663ad9d749a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11118,7 +25028,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:17 GMT", + "Date": "Mon, 25 Oct 2021 06:38:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,31 +25037,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83215d6898533ee38aff8f0d82aa3bb1", - "x-ms-correlation-request-id": "ecc240c5-6c9b-4fec-81f8-4b3e31c0c42a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29126", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "346e4775-c961-430c-94e6-76770033976b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033917Z:ecc240c5-6c9b-4fec-81f8-4b3e31c0c42a" + "x-ms-client-request-id": "c5fa1ea236587bae0a37663ad9d749a1", + "x-ms-correlation-request-id": "96b52c0f-44a3-476d-95f3-393178649dc8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;25952", + "x-ms-ratelimit-remaining-subscription-reads": "11621", + "x-ms-request-id": "5909c8cf-b2ab-43ca-a20d-e8b3e7b69a69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063848Z:96b52c0f-44a3-476d-95f3-393178649dc8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bc725df4a660a41bfe5125de3680cfd9", + "x-ms-client-request-id": "6b5b24a16460bb0c7b0b6e767bd64755", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +25070,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:18 GMT", + "Date": "Mon, 25 Oct 2021 06:38:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,31 +25079,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc725df4a660a41bfe5125de3680cfd9", - "x-ms-correlation-request-id": "64f2d7bb-6062-4f0c-9643-d9e4207eb7fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29125", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "8c257a86-1d1d-466d-9b14-c0574e5ff825", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033919Z:64f2d7bb-6062-4f0c-9643-d9e4207eb7fe" + "x-ms-client-request-id": "6b5b24a16460bb0c7b0b6e767bd64755", + "x-ms-correlation-request-id": "153b8103-9d0c-441d-acad-a53be290a6c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25951", + "x-ms-ratelimit-remaining-subscription-reads": "11620", + "x-ms-request-id": "6164d77c-ec37-4555-b399-2a5953e5879c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063848Z:153b8103-9d0c-441d-acad-a53be290a6c4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "162fd93182ed24981985c70a5d72c3b4", + "x-ms-client-request-id": "3f29acafa5495c98e7075b4879a70312", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11202,7 +25112,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:19 GMT", + "Date": "Mon, 25 Oct 2021 06:38:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,31 +25121,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "162fd93182ed24981985c70a5d72c3b4", - "x-ms-correlation-request-id": "71e96617-289f-4d46-a477-282df5e88eb0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29123", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "d7ed7348-0f0a-4278-be2f-41f0666fddb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033920Z:71e96617-289f-4d46-a477-282df5e88eb0" + "x-ms-client-request-id": "3f29acafa5495c98e7075b4879a70312", + "x-ms-correlation-request-id": "d205e8d7-bf81-43a7-a882-4db4b06c8b59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25950", + "x-ms-ratelimit-remaining-subscription-reads": "11619", + "x-ms-request-id": "7d4242ba-1c02-4bc8-92f7-0fe9440942cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063848Z:d205e8d7-bf81-43a7-a882-4db4b06c8b59" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "be0d77a91de2c273427d840273050709", + "x-ms-client-request-id": "774803ef689e3e4e123e4a4dc838ff34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11244,7 +25154,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:21 GMT", + "Date": "Mon, 25 Oct 2021 06:38:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,31 +25163,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be0d77a91de2c273427d840273050709", - "x-ms-correlation-request-id": "e34724a4-c9d3-426e-9170-6bb85f856d8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29122", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "84e5bffd-be47-495c-9e2d-8d44a240e67c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033921Z:e34724a4-c9d3-426e-9170-6bb85f856d8e" + "x-ms-client-request-id": "774803ef689e3e4e123e4a4dc838ff34", + "x-ms-correlation-request-id": "f02551d6-9dee-4766-a170-74687e52936c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25949", + "x-ms-ratelimit-remaining-subscription-reads": "11618", + "x-ms-request-id": "6340d154-3cd7-4f91-afbe-4dca4d52a9ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063849Z:f02551d6-9dee-4766-a170-74687e52936c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a9dcb530257b72c3c54ea2dade10478c", + "x-ms-client-request-id": "2d8a10f00aaefc588bff845808c342d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11286,7 +25196,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:22 GMT", + "Date": "Mon, 25 Oct 2021 06:38:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,31 +25205,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9dcb530257b72c3c54ea2dade10478c", - "x-ms-correlation-request-id": "d6093801-6de3-45b3-a7bf-84845b2f8205", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29121", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "e9d8f396-ea1f-457d-8c5d-aaefcfe22967", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033922Z:d6093801-6de3-45b3-a7bf-84845b2f8205" + "x-ms-client-request-id": "2d8a10f00aaefc588bff845808c342d3", + "x-ms-correlation-request-id": "f68d57b2-9650-46b4-8174-e85f647ee0b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25948", + "x-ms-ratelimit-remaining-subscription-reads": "11617", + "x-ms-request-id": "5041d93c-24d0-4f13-befc-4fbed453e556", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063849Z:f68d57b2-9650-46b4-8174-e85f647ee0b3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bf34708e107313f7656cd370fd95b014", + "x-ms-client-request-id": "78865b07cf8d47b65dea2c0a5b4b94af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +25238,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:23 GMT", + "Date": "Mon, 25 Oct 2021 06:38:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,31 +25247,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf34708e107313f7656cd370fd95b014", - "x-ms-correlation-request-id": "1936e432-ed83-4464-889b-8bfa8e525b9c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29120", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "10d906c5-6a63-4cf9-a59f-337f5f55f757", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033924Z:1936e432-ed83-4464-889b-8bfa8e525b9c" + "x-ms-client-request-id": "78865b07cf8d47b65dea2c0a5b4b94af", + "x-ms-correlation-request-id": "ffd8d00f-fa50-413d-a96f-53e9a4f6336d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25947", + "x-ms-ratelimit-remaining-subscription-reads": "11616", + "x-ms-request-id": "ca45f4d7-c0d5-4a6c-96d8-c8d97a57d94f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063849Z:ffd8d00f-fa50-413d-a96f-53e9a4f6336d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a7dabe7e19958439b39bf9937b99e431", + "x-ms-client-request-id": "68582607d61ce464ab4cec9fe3f5354e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11370,7 +25280,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:24 GMT", + "Date": "Mon, 25 Oct 2021 06:38:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11379,31 +25289,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7dabe7e19958439b39bf9937b99e431", - "x-ms-correlation-request-id": "6e871233-3785-4de2-9346-26f0772c5858", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29119", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "8ebffedc-9d17-42c0-87db-656508a87edf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033925Z:6e871233-3785-4de2-9346-26f0772c5858" + "x-ms-client-request-id": "68582607d61ce464ab4cec9fe3f5354e", + "x-ms-correlation-request-id": "f9f2b8cd-5272-400e-978e-a228a17c71ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25946", + "x-ms-ratelimit-remaining-subscription-reads": "11615", + "x-ms-request-id": "75f47f61-9fc2-4c60-89a5-2e0afa7b8704", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063849Z:f9f2b8cd-5272-400e-978e-a228a17c71ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0373f83548d01f96bec9440e5153742f", + "x-ms-client-request-id": "6c4576fc87b120a75943cfc3dd4da03f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11412,7 +25322,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:26 GMT", + "Date": "Mon, 25 Oct 2021 06:38:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11421,31 +25331,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0373f83548d01f96bec9440e5153742f", - "x-ms-correlation-request-id": "a3f20e4e-8dbc-4f8d-afe0-163969c0d454", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29118", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "7974bae3-beb6-4d1b-8f7f-4b1038835d53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033926Z:a3f20e4e-8dbc-4f8d-afe0-163969c0d454" + "x-ms-client-request-id": "6c4576fc87b120a75943cfc3dd4da03f", + "x-ms-correlation-request-id": "fb917458-50fc-46e6-9ca9-0160211cc28c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;25945", + "x-ms-ratelimit-remaining-subscription-reads": "11614", + "x-ms-request-id": "de8005e3-a5cd-4813-9994-b30280f566fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063850Z:fb917458-50fc-46e6-9ca9-0160211cc28c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "205c8d9d9f3674f636b00cd7176397cc", + "x-ms-client-request-id": "e251d56ad96b31b6f7a2cd41e3176368", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11454,7 +25364,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:27 GMT", + "Date": "Mon, 25 Oct 2021 06:38:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11463,31 +25373,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "205c8d9d9f3674f636b00cd7176397cc", - "x-ms-correlation-request-id": "b0828a20-b609-480d-97aa-b7520af61e75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29117", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "7bce0bc3-92f4-43e9-9bba-fc02e5412ec2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033928Z:b0828a20-b609-480d-97aa-b7520af61e75" + "x-ms-client-request-id": "e251d56ad96b31b6f7a2cd41e3176368", + "x-ms-correlation-request-id": "28dcfec8-837f-4ebd-ae29-39a1fd55a24d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;25944", + "x-ms-ratelimit-remaining-subscription-reads": "11613", + "x-ms-request-id": "aad55e22-d5b9-449d-9872-63adbf88940c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063850Z:28dcfec8-837f-4ebd-ae29-39a1fd55a24d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "043aa188ad21354427bbe9cbd52b3360", + "x-ms-client-request-id": "e40edeb427067ffd7f370ed907a0075d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11496,7 +25406,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:28 GMT", + "Date": "Mon, 25 Oct 2021 06:38:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11505,31 +25415,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "043aa188ad21354427bbe9cbd52b3360", - "x-ms-correlation-request-id": "366d28aa-1ce1-4a8b-a23d-371f7d4104a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29116", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "cd70b598-a402-4470-97ca-6fbf7fadd7be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033929Z:366d28aa-1ce1-4a8b-a23d-371f7d4104a4" + "x-ms-client-request-id": "e40edeb427067ffd7f370ed907a0075d", + "x-ms-correlation-request-id": "1bc0338a-ed8a-437b-9855-4b8b59f6d4f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;25943", + "x-ms-ratelimit-remaining-subscription-reads": "11612", + "x-ms-request-id": "0b4d30b0-4476-40d2-b783-c9fcfb5cac3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063850Z:1bc0338a-ed8a-437b-9855-4b8b59f6d4f7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "edf6c926c33d96fb02ffcd203cbe075b", + "x-ms-client-request-id": "0d34acab53a422e3bf13750fba663d42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11538,7 +25448,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:30 GMT", + "Date": "Mon, 25 Oct 2021 06:38:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11547,31 +25457,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edf6c926c33d96fb02ffcd203cbe075b", - "x-ms-correlation-request-id": "bda2d107-ce28-4864-a857-b8cbdc31d69d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29115", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "63d202a4-913e-4c19-9bf2-4afe2aef58d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033930Z:bda2d107-ce28-4864-a857-b8cbdc31d69d" + "x-ms-client-request-id": "0d34acab53a422e3bf13750fba663d42", + "x-ms-correlation-request-id": "f4ab87d4-47ca-420f-9faa-4b0e707a1193", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;25942", + "x-ms-ratelimit-remaining-subscription-reads": "11611", + "x-ms-request-id": "d2610853-72ee-4133-8774-37b4ac09300d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063851Z:f4ab87d4-47ca-420f-9faa-4b0e707a1193" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "af8577316f18ef0d4926f87ab62a9e0a", + "x-ms-client-request-id": "ff0e66dfbb3f4338d7d16333cadd2a56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11580,7 +25490,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:31 GMT", + "Date": "Mon, 25 Oct 2021 06:38:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11589,31 +25499,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af8577316f18ef0d4926f87ab62a9e0a", - "x-ms-correlation-request-id": "ea1b3136-8fb4-4514-8f0d-168ec4699721", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29114", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "364110a2-ec51-4677-aadd-44ada3985d2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033931Z:ea1b3136-8fb4-4514-8f0d-168ec4699721" + "x-ms-client-request-id": "ff0e66dfbb3f4338d7d16333cadd2a56", + "x-ms-correlation-request-id": "0c3da04e-f205-4e1b-a61d-82e984cf1330", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;25941", + "x-ms-ratelimit-remaining-subscription-reads": "11610", + "x-ms-request-id": "4e3f0d2b-e3ce-41e0-b9e6-c9e69037621f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063851Z:0c3da04e-f205-4e1b-a61d-82e984cf1330" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4db1ac7caa6cc48fa6a40222e024f969", + "x-ms-client-request-id": "36956f9a55e261c4fbeb25f3b2eec519", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11622,7 +25532,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:32 GMT", + "Date": "Mon, 25 Oct 2021 06:38:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11631,31 +25541,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4db1ac7caa6cc48fa6a40222e024f969", - "x-ms-correlation-request-id": "81387f92-8970-4b68-a627-e42cad96c726", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29113", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "cbfafb20-2bc3-482d-8a60-a627e49f393d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033933Z:81387f92-8970-4b68-a627-e42cad96c726" + "x-ms-client-request-id": "36956f9a55e261c4fbeb25f3b2eec519", + "x-ms-correlation-request-id": "2070df0e-94a8-4278-b933-a66b5a4a831d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;25940", + "x-ms-ratelimit-remaining-subscription-reads": "11609", + "x-ms-request-id": "b76711aa-26cd-4ef5-b98e-0f38ba5bb931", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063851Z:2070df0e-94a8-4278-b933-a66b5a4a831d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5d9a8eb383a5b647bb06a416cb80dfd7", + "x-ms-client-request-id": "a0facbfa0891ef1e74f135d2f0b058e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11664,7 +25574,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:33 GMT", + "Date": "Mon, 25 Oct 2021 06:38:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11673,31 +25583,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d9a8eb383a5b647bb06a416cb80dfd7", - "x-ms-correlation-request-id": "d9a1c1b8-beee-403b-ae91-ad35dac2557b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29112", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "7397d92b-c633-4824-bef0-d5f5ea83994d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033934Z:d9a1c1b8-beee-403b-ae91-ad35dac2557b" + "x-ms-client-request-id": "a0facbfa0891ef1e74f135d2f0b058e2", + "x-ms-correlation-request-id": "59cab9ef-dfe8-4d7f-bd0b-9f8925106809", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;25939", + "x-ms-ratelimit-remaining-subscription-reads": "11608", + "x-ms-request-id": "4687f6c6-61f6-4913-971e-d7f5c7e4a8d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063851Z:59cab9ef-dfe8-4d7f-bd0b-9f8925106809" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "90a3c260b90d87eee8c109746dea0f25", + "x-ms-client-request-id": "4b741ee906d0895fa1ad0353964590e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11706,7 +25616,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:35 GMT", + "Date": "Mon, 25 Oct 2021 06:38:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11715,31 +25625,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90a3c260b90d87eee8c109746dea0f25", - "x-ms-correlation-request-id": "ffbef9aa-3f83-4eef-bd56-5accea38853c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29111", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "2c205a02-538d-4df6-99a6-b75c5539852e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033935Z:ffbef9aa-3f83-4eef-bd56-5accea38853c" + "x-ms-client-request-id": "4b741ee906d0895fa1ad0353964590e9", + "x-ms-correlation-request-id": "ab09df31-7bf9-495e-a8c1-97620354dc64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;25938", + "x-ms-ratelimit-remaining-subscription-reads": "11607", + "x-ms-request-id": "be068fac-27eb-4c33-a290-e8269816498e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063852Z:ab09df31-7bf9-495e-a8c1-97620354dc64" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "28c78e2d4190f86465fa92660678f825", + "x-ms-client-request-id": "fe384a0c89e292c551a5c2f120f1714a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11748,7 +25658,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:36 GMT", + "Date": "Mon, 25 Oct 2021 06:38:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11757,31 +25667,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28c78e2d4190f86465fa92660678f825", - "x-ms-correlation-request-id": "5a4dd4f4-6137-4f52-a3f4-aa65686138d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29110", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "68fa1e7a-ac78-4c59-b136-4ff6234a26f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033937Z:5a4dd4f4-6137-4f52-a3f4-aa65686138d9" + "x-ms-client-request-id": "fe384a0c89e292c551a5c2f120f1714a", + "x-ms-correlation-request-id": "33a4c6d2-833f-447b-9e4b-12a8482ebd41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;25937", + "x-ms-ratelimit-remaining-subscription-reads": "11606", + "x-ms-request-id": "60f9c0c2-9765-4457-be05-597d2b843baf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063852Z:33a4c6d2-833f-447b-9e4b-12a8482ebd41" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1dc22bc46980f95ca01275e47ad249d0", + "x-ms-client-request-id": "94094293797af4486c71ffe404ca592e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11790,7 +25700,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:37 GMT", + "Date": "Mon, 25 Oct 2021 06:38:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11799,31 +25709,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1dc22bc46980f95ca01275e47ad249d0", - "x-ms-correlation-request-id": "e72aff61-7ddc-42a8-93d3-34f223b2132b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29109", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "e07eedb5-61fa-4cff-861d-030901192de2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033938Z:e72aff61-7ddc-42a8-93d3-34f223b2132b" + "x-ms-client-request-id": "94094293797af4486c71ffe404ca592e", + "x-ms-correlation-request-id": "9024a9a4-b055-4930-ae79-506f9a569920", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;25936", + "x-ms-ratelimit-remaining-subscription-reads": "11605", + "x-ms-request-id": "ad095ca2-71b0-4106-a31c-77cdb47b9337", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063852Z:9024a9a4-b055-4930-ae79-506f9a569920" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3ce97ef7b7b91e465eaa2b1227878170", + "x-ms-client-request-id": "a6c64c60597860ff58e1f92b446e69af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11832,7 +25742,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:39 GMT", + "Date": "Mon, 25 Oct 2021 06:38:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11841,31 +25751,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ce97ef7b7b91e465eaa2b1227878170", - "x-ms-correlation-request-id": "49c62dae-9fc1-45d9-962a-0fc920aecf23", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29107", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "d9bbc51f-b6a8-4967-9800-7857af7e78d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033939Z:49c62dae-9fc1-45d9-962a-0fc920aecf23" + "x-ms-client-request-id": "a6c64c60597860ff58e1f92b446e69af", + "x-ms-correlation-request-id": "4c054f5d-3fc0-4ecd-89b7-c8f9cc5f3d1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;25935", + "x-ms-ratelimit-remaining-subscription-reads": "11604", + "x-ms-request-id": "2bc67bd3-f3fd-462d-859c-48f28c656fa4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063852Z:4c054f5d-3fc0-4ecd-89b7-c8f9cc5f3d1f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "41b0e4c8f228c3a432ce887ecb7f7e92", + "x-ms-client-request-id": "53c0b93cfc3b926f0143927189e18e87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11874,7 +25784,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:40 GMT", + "Date": "Mon, 25 Oct 2021 06:38:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11883,31 +25793,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41b0e4c8f228c3a432ce887ecb7f7e92", - "x-ms-correlation-request-id": "567e1c2b-fe18-42f0-bd1b-5768f0f7fc7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29106", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "3be8d9f9-3f37-4d2d-b912-9c69d0dd8f12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033941Z:567e1c2b-fe18-42f0-bd1b-5768f0f7fc7d" + "x-ms-client-request-id": "53c0b93cfc3b926f0143927189e18e87", + "x-ms-correlation-request-id": "fc946688-c591-45d6-be02-1cd6297690eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;25934", + "x-ms-ratelimit-remaining-subscription-reads": "11603", + "x-ms-request-id": "418760f1-255e-4b45-9e6b-e3d82c46257e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063853Z:fc946688-c591-45d6-be02-1cd6297690eb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "876fc1b0bc8f0c6be4a3bfd63e49d118", + "x-ms-client-request-id": "d390934cca2a3ad242a93b98801db0fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11916,7 +25826,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:41 GMT", + "Date": "Mon, 25 Oct 2021 06:38:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11925,31 +25835,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "876fc1b0bc8f0c6be4a3bfd63e49d118", - "x-ms-correlation-request-id": "b8a8d403-f1ae-4223-ba77-76d6433d4b94", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29105", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "ad1c6913-7ae4-4843-a08d-18025e6f685f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033942Z:b8a8d403-f1ae-4223-ba77-76d6433d4b94" + "x-ms-client-request-id": "d390934cca2a3ad242a93b98801db0fd", + "x-ms-correlation-request-id": "d280b26f-76c7-4542-abb2-0b7db54ea72f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;25933", + "x-ms-ratelimit-remaining-subscription-reads": "11602", + "x-ms-request-id": "dbf32440-46a5-4260-9d98-0099044853c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063853Z:d280b26f-76c7-4542-abb2-0b7db54ea72f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "961c0590072105a8da2509eb2fc853de", + "x-ms-client-request-id": "4aa74f08050964f2dd34a434c68ed677", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11958,7 +25868,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:42 GMT", + "Date": "Mon, 25 Oct 2021 06:38:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11967,31 +25877,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "961c0590072105a8da2509eb2fc853de", - "x-ms-correlation-request-id": "cdf5fde6-cf9d-429b-a98c-34cabef72e97", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29104", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "f883b236-d553-4d05-bfbb-693b7ebfe614", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033943Z:cdf5fde6-cf9d-429b-a98c-34cabef72e97" + "x-ms-client-request-id": "4aa74f08050964f2dd34a434c68ed677", + "x-ms-correlation-request-id": "5ae47fe9-d7cd-4e8b-a298-e082a66a5928", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;25932", + "x-ms-ratelimit-remaining-subscription-reads": "11601", + "x-ms-request-id": "3f6e1a64-dde8-4d5c-acbf-4c6872fc2ab4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063853Z:5ae47fe9-d7cd-4e8b-a298-e082a66a5928" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6562982cfa180ce078a45d8432ce85e9", + "x-ms-client-request-id": "b0df725395de7184e6861092c0d611e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12000,7 +25910,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:44 GMT", + "Date": "Mon, 25 Oct 2021 06:38:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12009,31 +25919,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6562982cfa180ce078a45d8432ce85e9", - "x-ms-correlation-request-id": "4fd142be-3aed-4a8d-a725-27ec4e7e187a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29103", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "579cec99-50dd-4cd0-b6d4-b9a691d38e90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033944Z:4fd142be-3aed-4a8d-a725-27ec4e7e187a" + "x-ms-client-request-id": "b0df725395de7184e6861092c0d611e4", + "x-ms-correlation-request-id": "c80fc237-5491-4dae-922c-83f7ec908bd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;25931", + "x-ms-ratelimit-remaining-subscription-reads": "11600", + "x-ms-request-id": "c35c01c5-8664-492e-9c2b-37a553fdbe1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063854Z:c80fc237-5491-4dae-922c-83f7ec908bd6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c6ed6ffce863a871196aac69b280dc1c", + "x-ms-client-request-id": "3a6895934339467da12bf6f6269e74b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12042,7 +25952,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:45 GMT", + "Date": "Mon, 25 Oct 2021 06:38:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12051,31 +25961,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6ed6ffce863a871196aac69b280dc1c", - "x-ms-correlation-request-id": "f3e26242-06e7-4d24-8bbd-4607034c3332", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29102", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "d690a841-9fb3-46cf-a2d4-08a6aeaa1b1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033946Z:f3e26242-06e7-4d24-8bbd-4607034c3332" + "x-ms-client-request-id": "3a6895934339467da12bf6f6269e74b4", + "x-ms-correlation-request-id": "de3bc34d-feda-4f58-b6f2-bef7296b286b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;25930", + "x-ms-ratelimit-remaining-subscription-reads": "11599", + "x-ms-request-id": "0f3675a0-5d63-46c6-8040-2f52ba2d5caf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063854Z:de3bc34d-feda-4f58-b6f2-bef7296b286b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a6aae0506ce696ff24101d7daa23d20b", + "x-ms-client-request-id": "0d45c3d3003e721fca366483f560a406", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12084,7 +25994,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:46 GMT", + "Date": "Mon, 25 Oct 2021 06:38:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12093,31 +26003,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6aae0506ce696ff24101d7daa23d20b", - "x-ms-correlation-request-id": "d08f9ea1-4665-46f3-b0a5-14acad46c888", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29101", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "c1893ae9-e973-486f-8af6-cab6fb1c6d4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033947Z:d08f9ea1-4665-46f3-b0a5-14acad46c888" + "x-ms-client-request-id": "0d45c3d3003e721fca366483f560a406", + "x-ms-correlation-request-id": "8fef6361-2e82-4536-8f66-492725cc6964", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;25929", + "x-ms-ratelimit-remaining-subscription-reads": "11598", + "x-ms-request-id": "8feff1b3-5a5c-488d-afd8-0879160bdd85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063854Z:8fef6361-2e82-4536-8f66-492725cc6964" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bfee20a08cda437a26b94bae4d7759f7", + "x-ms-client-request-id": "30a0bf229c260f3ef4990fb29f8e4b48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12126,7 +26036,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:47 GMT", + "Date": "Mon, 25 Oct 2021 06:38:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12135,31 +26045,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfee20a08cda437a26b94bae4d7759f7", - "x-ms-correlation-request-id": "f61e451d-0137-4a53-b1ba-2506d08cd13d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29100", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "ec3589d8-13e6-4e13-9ece-e11f31042e5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033948Z:f61e451d-0137-4a53-b1ba-2506d08cd13d" + "x-ms-client-request-id": "30a0bf229c260f3ef4990fb29f8e4b48", + "x-ms-correlation-request-id": "cec99003-faa1-4e40-a88a-b45de671321e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;25927", + "x-ms-ratelimit-remaining-subscription-reads": "11597", + "x-ms-request-id": "41f87493-d996-4f1f-a725-2598b7b87241", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063854Z:cec99003-faa1-4e40-a88a-b45de671321e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "513341c7df2490027057a253caf3fef5", + "x-ms-client-request-id": "fcbf5c12039193a676f66f03dffa5040", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12168,7 +26078,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:48 GMT", + "Date": "Mon, 25 Oct 2021 06:38:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12177,31 +26087,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "513341c7df2490027057a253caf3fef5", - "x-ms-correlation-request-id": "8c4c491f-b3d4-4cdf-83e7-fa2a04d3fe7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29099", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "1802c199-5f9b-46d6-ac38-595d03ee676b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033949Z:8c4c491f-b3d4-4cdf-83e7-fa2a04d3fe7c" + "x-ms-client-request-id": "fcbf5c12039193a676f66f03dffa5040", + "x-ms-correlation-request-id": "b8dba3bb-e525-4cac-90dd-5720f1d08c7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;25926", + "x-ms-ratelimit-remaining-subscription-reads": "11596", + "x-ms-request-id": "22411d6e-9ec1-4a55-a672-1cd046427454", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063855Z:b8dba3bb-e525-4cac-90dd-5720f1d08c7a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "92c8a1971d91c44166667f2d205148ad", + "x-ms-client-request-id": "66d3ef8743fd378e853519a4f06cd33c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12210,7 +26120,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:50 GMT", + "Date": "Mon, 25 Oct 2021 06:38:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12219,31 +26129,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92c8a1971d91c44166667f2d205148ad", - "x-ms-correlation-request-id": "266cbbd8-f574-48a7-8bc1-8db42ac74cea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29098", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "214f55a0-7486-49f4-9394-9eb61e455039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033951Z:266cbbd8-f574-48a7-8bc1-8db42ac74cea" + "x-ms-client-request-id": "66d3ef8743fd378e853519a4f06cd33c", + "x-ms-correlation-request-id": "72bec32d-19e7-4766-a535-17748743da34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;25925", + "x-ms-ratelimit-remaining-subscription-reads": "11595", + "x-ms-request-id": "d5f25d80-e68e-4e57-96d7-3fa2431ee91f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063855Z:72bec32d-19e7-4766-a535-17748743da34" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "69b626b680f0c1e71d5e4f83e9277932", + "x-ms-client-request-id": "99701beaa7a11e75190dba2f2d3a30f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12252,7 +26162,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:51 GMT", + "Date": "Mon, 25 Oct 2021 06:38:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12261,31 +26171,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69b626b680f0c1e71d5e4f83e9277932", - "x-ms-correlation-request-id": "fe2b58f0-1c66-4aa4-8a1f-4f9f9787d895", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29097", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "bc6d9a8c-4695-4d33-b220-4b3e8f84087c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033952Z:fe2b58f0-1c66-4aa4-8a1f-4f9f9787d895" + "x-ms-client-request-id": "99701beaa7a11e75190dba2f2d3a30f9", + "x-ms-correlation-request-id": "198ef3b2-f0cb-42db-aea7-1886d7a3efb5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;25924", + "x-ms-ratelimit-remaining-subscription-reads": "11594", + "x-ms-request-id": "35a75077-b916-4876-b402-adaf7873a847", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063855Z:198ef3b2-f0cb-42db-aea7-1886d7a3efb5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ac1656bac7aeaa65ff6febbe5fd56f1e", + "x-ms-client-request-id": "b02ace48e4bbce4bce87775cea01a209", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12294,7 +26204,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:52 GMT", + "Date": "Mon, 25 Oct 2021 06:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12303,31 +26213,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac1656bac7aeaa65ff6febbe5fd56f1e", - "x-ms-correlation-request-id": "5afb5395-cb9f-401e-9651-02d3c03fd83b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29096", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "a26cf277-45eb-4328-b11f-a6882083488d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033953Z:5afb5395-cb9f-401e-9651-02d3c03fd83b" + "x-ms-client-request-id": "b02ace48e4bbce4bce87775cea01a209", + "x-ms-correlation-request-id": "732c2f91-a057-448f-9c6f-2084eac85c50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;25923", + "x-ms-ratelimit-remaining-subscription-reads": "11593", + "x-ms-request-id": "354e6ed2-5983-4297-8218-2ec5083b9e8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063856Z:732c2f91-a057-448f-9c6f-2084eac85c50" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a39cf50e953d1705b9077533cdbdda3e", + "x-ms-client-request-id": "c3183222b789e09f79b44def885e094a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12336,7 +26246,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:54 GMT", + "Date": "Mon, 25 Oct 2021 06:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12345,31 +26255,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a39cf50e953d1705b9077533cdbdda3e", - "x-ms-correlation-request-id": "4ac22941-5578-4ce1-8255-e434e4d89c14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29095", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "b19ed3e6-0be0-4f86-ab05-fdca8918abe8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033954Z:4ac22941-5578-4ce1-8255-e434e4d89c14" + "x-ms-client-request-id": "c3183222b789e09f79b44def885e094a", + "x-ms-correlation-request-id": "a0af3221-6620-49aa-8617-1f95ec2f8d38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;25922", + "x-ms-ratelimit-remaining-subscription-reads": "11592", + "x-ms-request-id": "7629f25d-3bae-4361-95ec-8ee01196824b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063856Z:a0af3221-6620-49aa-8617-1f95ec2f8d38" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c9724cec9c3aeffec00b698195296148", + "x-ms-client-request-id": "225c1f0423420681d0a1ca192f193417", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12378,7 +26288,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:55 GMT", + "Date": "Mon, 25 Oct 2021 06:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12387,31 +26297,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9724cec9c3aeffec00b698195296148", - "x-ms-correlation-request-id": "47a87f21-981e-40c8-a894-a3c2fd841d50", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29094", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "d81703aa-8470-405c-bc93-3ec89749c951", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033956Z:47a87f21-981e-40c8-a894-a3c2fd841d50" + "x-ms-client-request-id": "225c1f0423420681d0a1ca192f193417", + "x-ms-correlation-request-id": "c3c8f856-8591-43c5-8670-4c25c0425415", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;25921", + "x-ms-ratelimit-remaining-subscription-reads": "11591", + "x-ms-request-id": "61ab29c9-7ff6-4a02-a599-d86d39b9b36f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063856Z:c3c8f856-8591-43c5-8670-4c25c0425415" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f47531eed58a25f451fff3a75132dd41", + "x-ms-client-request-id": "fa0db16a6d22916f2f493606975b4670", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12420,7 +26330,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:56 GMT", + "Date": "Mon, 25 Oct 2021 06:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12429,31 +26339,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f47531eed58a25f451fff3a75132dd41", - "x-ms-correlation-request-id": "adcc7f93-f8e7-464c-bb28-1e83169fa642", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29093", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "873a7ae3-04a3-41ee-bbf9-d72ec81b2ae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033957Z:adcc7f93-f8e7-464c-bb28-1e83169fa642" + "x-ms-client-request-id": "fa0db16a6d22916f2f493606975b4670", + "x-ms-correlation-request-id": "53cd5390-a293-4a7c-957e-b6ae76d8ac8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;25920", + "x-ms-ratelimit-remaining-subscription-reads": "11590", + "x-ms-request-id": "d5d20289-3406-429b-8295-d27d1d959630", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063857Z:53cd5390-a293-4a7c-957e-b6ae76d8ac8d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "13d1ac94a56272e3f6ade3322b84818f", + "x-ms-client-request-id": "ca572c7e80a5ffc6b112f2e7ec85b060", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12462,7 +26372,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:57 GMT", + "Date": "Mon, 25 Oct 2021 06:38:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12471,31 +26381,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13d1ac94a56272e3f6ade3322b84818f", - "x-ms-correlation-request-id": "09d46cff-a49c-48be-8b9b-0568235c4b96", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29092", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "e883792e-2a7b-49f7-8266-3816155176f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033958Z:09d46cff-a49c-48be-8b9b-0568235c4b96" + "x-ms-client-request-id": "ca572c7e80a5ffc6b112f2e7ec85b060", + "x-ms-correlation-request-id": "568a4b8e-2de7-41d8-a395-7b585370abb3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;25919", + "x-ms-ratelimit-remaining-subscription-reads": "11589", + "x-ms-request-id": "b59995c6-bbb4-47e6-a36a-dc2245336d49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063857Z:568a4b8e-2de7-41d8-a395-7b585370abb3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9b442da5e54816b3574d783ba9579d8e", + "x-ms-client-request-id": "d785357f0f509728b0cbf2f8ed7a6f75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12504,7 +26414,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:39:58 GMT", + "Date": "Mon, 25 Oct 2021 06:38:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12513,31 +26423,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b442da5e54816b3574d783ba9579d8e", - "x-ms-correlation-request-id": "bd924e9a-e1f7-4a6f-b9d3-0a43358cf76d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29091", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "a38dd209-debb-48c6-885c-aed88eedd8ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T033959Z:bd924e9a-e1f7-4a6f-b9d3-0a43358cf76d" + "x-ms-client-request-id": "d785357f0f509728b0cbf2f8ed7a6f75", + "x-ms-correlation-request-id": "da74928d-211a-48e5-96e2-59b2d7bdb138", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;25918", + "x-ms-ratelimit-remaining-subscription-reads": "11588", + "x-ms-request-id": "d1d1261f-6b41-40d1-827c-bb617c081048", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063857Z:da74928d-211a-48e5-96e2-59b2d7bdb138" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e8ec272e4e5849e54d03fdddf2c2facc", + "x-ms-client-request-id": "039b5a5b6ac1e972ea0d480f7b88a4aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12546,7 +26456,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:00 GMT", + "Date": "Mon, 25 Oct 2021 06:38:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12555,31 +26465,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8ec272e4e5849e54d03fdddf2c2facc", - "x-ms-correlation-request-id": "04e237d3-b801-4127-96d1-0310069424c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29261", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "866bf477-3748-4b58-90cf-1bfe95b1119c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034001Z:04e237d3-b801-4127-96d1-0310069424c6" + "x-ms-client-request-id": "039b5a5b6ac1e972ea0d480f7b88a4aa", + "x-ms-correlation-request-id": "8057cde6-db47-463e-af96-db034f78e732", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;25917", + "x-ms-ratelimit-remaining-subscription-reads": "11587", + "x-ms-request-id": "49ca810c-e7e3-43c0-bfcb-3507ca2fb0aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063857Z:8057cde6-db47-463e-af96-db034f78e732" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2401637d41eeaef8f9babb152ca8c89f", + "x-ms-client-request-id": "6186d5986ed56e1f03c01ad98ece1237", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12588,7 +26498,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:01 GMT", + "Date": "Mon, 25 Oct 2021 06:38:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12597,31 +26507,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2401637d41eeaef8f9babb152ca8c89f", - "x-ms-correlation-request-id": "69e4491f-ad5d-4c31-a466-f6998e4b819f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29260", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "9b5574c3-7a43-4da9-a4b7-12decddd6a4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034002Z:69e4491f-ad5d-4c31-a466-f6998e4b819f" + "x-ms-client-request-id": "6186d5986ed56e1f03c01ad98ece1237", + "x-ms-correlation-request-id": "bd61413b-9b7f-48ed-bf46-fa28a2d4bd9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;25916", + "x-ms-ratelimit-remaining-subscription-reads": "11586", + "x-ms-request-id": "698b5153-48e7-4dbe-a8f3-97796795fdd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063858Z:bd61413b-9b7f-48ed-bf46-fa28a2d4bd9f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0303550f9997573747fb4e45e7d62495", + "x-ms-client-request-id": "928c7ca3adea159fc39bed43c6181b28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12630,7 +26540,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:02 GMT", + "Date": "Mon, 25 Oct 2021 06:38:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12639,31 +26549,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0303550f9997573747fb4e45e7d62495", - "x-ms-correlation-request-id": "a13c8f86-6d23-4788-a793-e9b4046f5980", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29259", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "fe6996c9-1a23-41f9-9a8a-6f477f61517f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034003Z:a13c8f86-6d23-4788-a793-e9b4046f5980" + "x-ms-client-request-id": "928c7ca3adea159fc39bed43c6181b28", + "x-ms-correlation-request-id": "e5ee1bfc-0a1d-4322-8d4b-6005b6863584", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;25915", + "x-ms-ratelimit-remaining-subscription-reads": "11585", + "x-ms-request-id": "f2f7844f-67ab-4fc4-91b4-003fc8cd0c88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063858Z:e5ee1bfc-0a1d-4322-8d4b-6005b6863584" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "45bdac527956ed9f2f3def9d92d01ca5", + "x-ms-client-request-id": "175f48260df3eda03a2d00004f985b1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12672,7 +26582,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:03 GMT", + "Date": "Mon, 25 Oct 2021 06:38:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12681,31 +26591,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45bdac527956ed9f2f3def9d92d01ca5", - "x-ms-correlation-request-id": "024f7f3e-5125-4549-a268-66fd3f9607e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29258", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "3ea2275d-faa5-4f51-883e-0ac4d7248cf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034004Z:024f7f3e-5125-4549-a268-66fd3f9607e3" + "x-ms-client-request-id": "175f48260df3eda03a2d00004f985b1c", + "x-ms-correlation-request-id": "8f9436b3-253d-4093-aaad-bc5e2f07c9dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;25914", + "x-ms-ratelimit-remaining-subscription-reads": "11584", + "x-ms-request-id": "fefc4fe0-d8a8-487d-8f22-30bf495eac1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063858Z:8f9436b3-253d-4093-aaad-bc5e2f07c9dd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9dcd5e3af6bee4352ca9ddf2f2b3c622", + "x-ms-client-request-id": "fe6c11fb12fbebc035719d3a81dca7ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12714,7 +26624,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:05 GMT", + "Date": "Mon, 25 Oct 2021 06:38:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12723,31 +26633,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9dcd5e3af6bee4352ca9ddf2f2b3c622", - "x-ms-correlation-request-id": "5876791f-894e-447f-8eba-cabc4485bc04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29257", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "865ef6af-09ee-47d8-b6bc-43652aa33074", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034006Z:5876791f-894e-447f-8eba-cabc4485bc04" + "x-ms-client-request-id": "fe6c11fb12fbebc035719d3a81dca7ea", + "x-ms-correlation-request-id": "2573ea0e-41ca-4f70-af10-57ab470031f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;25913", + "x-ms-ratelimit-remaining-subscription-reads": "11583", + "x-ms-request-id": "5b78407d-dc12-4710-a52a-2a58c2d93e39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063859Z:2573ea0e-41ca-4f70-af10-57ab470031f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "80c2269683ea9648b516d459aa99c476", + "x-ms-client-request-id": "46b2f2a4fa6e9543dc9e57bdad9ec52a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12756,7 +26666,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:06 GMT", + "Date": "Mon, 25 Oct 2021 06:38:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12765,31 +26675,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80c2269683ea9648b516d459aa99c476", - "x-ms-correlation-request-id": "44c4d64c-cd20-442e-a0de-25c4fc033715", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29256", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "2b06cf18-91b4-4da7-a77e-f2aeb2798ed9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034007Z:44c4d64c-cd20-442e-a0de-25c4fc033715" + "x-ms-client-request-id": "46b2f2a4fa6e9543dc9e57bdad9ec52a", + "x-ms-correlation-request-id": "1572ef49-017f-4800-9e9f-705a18fc5c81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14417,Microsoft.Compute/GetOperation30Min;25912", + "x-ms-ratelimit-remaining-subscription-reads": "11582", + "x-ms-request-id": "ec377e82-7c92-4a2d-a11a-bc964290fd03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063859Z:1572ef49-017f-4800-9e9f-705a18fc5c81" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "890ba9df86085cd677d919ac9bacfa7b", + "x-ms-client-request-id": "b547d0401dac142c8874e18270656b5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12798,7 +26708,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:07 GMT", + "Date": "Mon, 25 Oct 2021 06:38:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12807,31 +26717,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "890ba9df86085cd677d919ac9bacfa7b", - "x-ms-correlation-request-id": "f8019041-b2c7-4d50-9ef4-6925c0f27db8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29255", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "7d1402e2-fd38-4b6a-affc-f342b997d6c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034008Z:f8019041-b2c7-4d50-9ef4-6925c0f27db8" + "x-ms-client-request-id": "b547d0401dac142c8874e18270656b5e", + "x-ms-correlation-request-id": "3eb2c5a3-3ebd-43c2-bd3e-6c76c80dd5cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14416,Microsoft.Compute/GetOperation30Min;25911", + "x-ms-ratelimit-remaining-subscription-reads": "11581", + "x-ms-request-id": "cf77593c-4b37-4c62-b38c-487e86ab526c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063859Z:3eb2c5a3-3ebd-43c2-bd3e-6c76c80dd5cf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6b07cc769b0eb6ba1536e8a822db3992", + "x-ms-client-request-id": "5d5b158515e600adcdd7215dbb023e97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12840,7 +26750,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:09 GMT", + "Date": "Mon, 25 Oct 2021 06:38:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12849,31 +26759,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b07cc769b0eb6ba1536e8a822db3992", - "x-ms-correlation-request-id": "dc8a8ea9-bbc6-4e97-b3e1-d1ca414ad793", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29254", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "39ab1110-c62c-462b-af3f-02c50eb2e0bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034009Z:dc8a8ea9-bbc6-4e97-b3e1-d1ca414ad793" + "x-ms-client-request-id": "5d5b158515e600adcdd7215dbb023e97", + "x-ms-correlation-request-id": "d2266935-1d50-499a-8503-b4ae0e7033d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14415,Microsoft.Compute/GetOperation30Min;25910", + "x-ms-ratelimit-remaining-subscription-reads": "11580", + "x-ms-request-id": "6b3df61c-f1db-43c7-8aa7-ab3fa1aaa152", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063859Z:d2266935-1d50-499a-8503-b4ae0e7033d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "491366e43da70f19506509116a9cfa08", + "x-ms-client-request-id": "b0f972abf294873ec69ebefa18c12476", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12882,7 +26792,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:10 GMT", + "Date": "Mon, 25 Oct 2021 06:38:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12891,31 +26801,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "491366e43da70f19506509116a9cfa08", - "x-ms-correlation-request-id": "33d2ffb5-38ab-4ecd-a922-75e4ebd0ca42", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29253", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "86eeaf91-eb99-424d-9b3d-1386b648523c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034011Z:33d2ffb5-38ab-4ecd-a922-75e4ebd0ca42" + "x-ms-client-request-id": "b0f972abf294873ec69ebefa18c12476", + "x-ms-correlation-request-id": "1f38db5f-a1e9-4e5e-921c-e4b04dc530ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25909", + "x-ms-ratelimit-remaining-subscription-reads": "11579", + "x-ms-request-id": "be2bc6e7-71ea-413f-acc5-2ec5d32e4898", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063900Z:1f38db5f-a1e9-4e5e-921c-e4b04dc530ec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dde3581b59924368ee5473d19e2d3a9b", + "x-ms-client-request-id": "9737f83268422b442347e7d4fbcf5985", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12924,7 +26834,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:11 GMT", + "Date": "Mon, 25 Oct 2021 06:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12933,31 +26843,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dde3581b59924368ee5473d19e2d3a9b", - "x-ms-correlation-request-id": "14ab735c-49ff-404f-bf92-8730f8578b23", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29251", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "eeb58e4d-eb28-4657-ab60-b29d5f9f2fde", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034012Z:14ab735c-49ff-404f-bf92-8730f8578b23" + "x-ms-client-request-id": "9737f83268422b442347e7d4fbcf5985", + "x-ms-correlation-request-id": "a3f4f942-71ae-4bc3-971b-93ab840d20e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25908", + "x-ms-ratelimit-remaining-subscription-reads": "11578", + "x-ms-request-id": "6f81c50a-ee05-4f0d-a535-81d29e6b4aa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063900Z:a3f4f942-71ae-4bc3-971b-93ab840d20e6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "35c7869fb19939d4b2f71ba891a94c79", + "x-ms-client-request-id": "fdd64a35bb6b92c9d7d4974757b3e70c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12966,7 +26876,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:12 GMT", + "Date": "Mon, 25 Oct 2021 06:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12975,31 +26885,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35c7869fb19939d4b2f71ba891a94c79", - "x-ms-correlation-request-id": "b362d231-eb34-4169-a0bb-11fcbb43fa28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29250", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "516bc8b2-b4b7-45e2-b8c4-59038eb80eed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034013Z:b362d231-eb34-4169-a0bb-11fcbb43fa28" + "x-ms-client-request-id": "fdd64a35bb6b92c9d7d4974757b3e70c", + "x-ms-correlation-request-id": "82fddc6d-2431-4962-abf8-2db144b2cafd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25907", + "x-ms-ratelimit-remaining-subscription-reads": "11577", + "x-ms-request-id": "1b7e559d-3401-4583-aa8b-abd02190bce4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063900Z:82fddc6d-2431-4962-abf8-2db144b2cafd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c98cdf3c5bf88bfffdcf5a52ca477122", + "x-ms-client-request-id": "c22aabb2a6cb42542dce8d4d0a698bf7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13008,7 +26918,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:14 GMT", + "Date": "Mon, 25 Oct 2021 06:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13017,31 +26927,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c98cdf3c5bf88bfffdcf5a52ca477122", - "x-ms-correlation-request-id": "b7adbbdb-c10a-465d-9174-3756406222f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29249", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "f60a1ca0-a64a-4b48-9639-67486959a583", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034015Z:b7adbbdb-c10a-465d-9174-3756406222f3" + "x-ms-client-request-id": "c22aabb2a6cb42542dce8d4d0a698bf7", + "x-ms-correlation-request-id": "ed64855f-6ffe-4dc9-8fa7-1d3f55299e3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25906", + "x-ms-ratelimit-remaining-subscription-reads": "11576", + "x-ms-request-id": "45a14dcd-ce01-43d6-a15e-8863d21d2c2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063901Z:ed64855f-6ffe-4dc9-8fa7-1d3f55299e3c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e3716d2bc5d46a6f84a92b9b3dc0b245", + "x-ms-client-request-id": "cec4394427ea770a2ea4c06ed1fcd46f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13050,7 +26960,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:15 GMT", + "Date": "Mon, 25 Oct 2021 06:39:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13059,31 +26969,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3716d2bc5d46a6f84a92b9b3dc0b245", - "x-ms-correlation-request-id": "33c9a1ab-28ca-4106-8599-9201373abe30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29248", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "3c2d31f7-1e7a-4ab2-b170-a98929262cb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034016Z:33c9a1ab-28ca-4106-8599-9201373abe30" + "x-ms-client-request-id": "cec4394427ea770a2ea4c06ed1fcd46f", + "x-ms-correlation-request-id": "0525f108-f777-4c6b-a460-df9af01f7e6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25905", + "x-ms-ratelimit-remaining-subscription-reads": "11575", + "x-ms-request-id": "788b5628-4d1e-47f5-8e7a-420184aaa191", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063901Z:0525f108-f777-4c6b-a460-df9af01f7e6b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "be95f90871a044a3863b37c957816e6a", + "x-ms-client-request-id": "5021db5f96a48eb9f694cf9c2e7c886d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13092,7 +27002,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:16 GMT", + "Date": "Mon, 25 Oct 2021 06:39:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13101,31 +27011,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be95f90871a044a3863b37c957816e6a", - "x-ms-correlation-request-id": "e7902fb7-ec48-4b67-9740-17aa9fa8ab8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29247", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "ccfbe75d-ff12-4ee8-bbda-30190808f23b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034017Z:e7902fb7-ec48-4b67-9740-17aa9fa8ab8e" + "x-ms-client-request-id": "5021db5f96a48eb9f694cf9c2e7c886d", + "x-ms-correlation-request-id": "bb04907b-175f-4e66-8519-179675234158", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25904", + "x-ms-ratelimit-remaining-subscription-reads": "11574", + "x-ms-request-id": "0cff0666-6703-42bc-b67b-6686c2ffe934", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063901Z:bb04907b-175f-4e66-8519-179675234158" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "237cf886693776a47022444e30644e3d", + "x-ms-client-request-id": "1d039f4919ee8b21a0b29426e6e67130", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13134,7 +27044,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:18 GMT", + "Date": "Mon, 25 Oct 2021 06:39:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13143,31 +27053,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "237cf886693776a47022444e30644e3d", - "x-ms-correlation-request-id": "42cc1cbf-338a-41d6-871d-f2d27e36f2a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29246", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "3ff9d3fe-ebb2-4ec6-ab3a-5b6b84440e6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034018Z:42cc1cbf-338a-41d6-871d-f2d27e36f2a1" + "x-ms-client-request-id": "1d039f4919ee8b21a0b29426e6e67130", + "x-ms-correlation-request-id": "8d2eff44-bf97-4459-841f-223606dda004", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25903", + "x-ms-ratelimit-remaining-subscription-reads": "11573", + "x-ms-request-id": "b877b785-a0f9-4430-8258-2af980258b88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063902Z:8d2eff44-bf97-4459-841f-223606dda004" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d04a141db2b1ba81ca2d5c998da61203", + "x-ms-client-request-id": "2fee1dfa3a48ae527f36d756576d48b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13176,7 +27086,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:20 GMT", + "Date": "Mon, 25 Oct 2021 06:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13185,31 +27095,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d04a141db2b1ba81ca2d5c998da61203", - "x-ms-correlation-request-id": "fa716a21-af84-40f3-b4bf-e26efe1fa47e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29245", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "1c0b1e9e-3692-4d19-bdc5-cabe662d2542", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034020Z:fa716a21-af84-40f3-b4bf-e26efe1fa47e" + "x-ms-client-request-id": "2fee1dfa3a48ae527f36d756576d48b1", + "x-ms-correlation-request-id": "02da6997-a160-48dc-a5d4-4f9b933534bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25902", + "x-ms-ratelimit-remaining-subscription-reads": "11572", + "x-ms-request-id": "f6ca8dc8-68cf-4333-898a-44022963c71f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063902Z:02da6997-a160-48dc-a5d4-4f9b933534bf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4414c03b8e439f0e551f4d7e2c551321", + "x-ms-client-request-id": "3124531cb6f94580ba96b0f20293a810", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13218,7 +27128,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:21 GMT", + "Date": "Mon, 25 Oct 2021 06:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13227,31 +27137,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4414c03b8e439f0e551f4d7e2c551321", - "x-ms-correlation-request-id": "6784c182-aa97-4609-a449-a85470108576", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29244", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "77c3a8cc-cc53-46c6-9d34-588361e9d809", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034021Z:6784c182-aa97-4609-a449-a85470108576" + "x-ms-client-request-id": "3124531cb6f94580ba96b0f20293a810", + "x-ms-correlation-request-id": "752d2857-a53b-4f7a-8918-3405fa39effe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25901", + "x-ms-ratelimit-remaining-subscription-reads": "11571", + "x-ms-request-id": "2e40504e-52e3-4a82-bc69-ac4d9daba25b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063902Z:752d2857-a53b-4f7a-8918-3405fa39effe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "42abfaed9d36d3b977c1590a0c0be9ca", + "x-ms-client-request-id": "10a19f23588e0e244d549eb842ca3432", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13260,7 +27170,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:22 GMT", + "Date": "Mon, 25 Oct 2021 06:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13269,31 +27179,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42abfaed9d36d3b977c1590a0c0be9ca", - "x-ms-correlation-request-id": "293575ec-847f-4c5f-a3a9-23e4c33c926c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29243", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "4622ca4c-c04b-4619-b1b4-2fe97e58577e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034022Z:293575ec-847f-4c5f-a3a9-23e4c33c926c" + "x-ms-client-request-id": "10a19f23588e0e244d549eb842ca3432", + "x-ms-correlation-request-id": "2aae1918-ad18-4ad2-b45c-2b06e7619e7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25900", + "x-ms-ratelimit-remaining-subscription-reads": "11570", + "x-ms-request-id": "02c72b11-81a9-44eb-966c-fd6497879d9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063903Z:2aae1918-ad18-4ad2-b45c-2b06e7619e7e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7013411009508ef906ab7b9265038e74", + "x-ms-client-request-id": "9309e26a3fc144369da875b28a60aceb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13302,7 +27212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:23 GMT", + "Date": "Mon, 25 Oct 2021 06:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13311,31 +27221,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7013411009508ef906ab7b9265038e74", - "x-ms-correlation-request-id": "4ee2d81a-bbbd-4fb1-99d1-ccf33f6a3376", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29242", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "ace1085c-b624-4c0c-bcda-3c8e35161221", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034023Z:4ee2d81a-bbbd-4fb1-99d1-ccf33f6a3376" + "x-ms-client-request-id": "9309e26a3fc144369da875b28a60aceb", + "x-ms-correlation-request-id": "e04553c1-c62d-42ec-bf8b-594368dd5060", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25899", + "x-ms-ratelimit-remaining-subscription-reads": "11569", + "x-ms-request-id": "f4863edc-67e6-4d8b-a03d-70d474f20928", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063903Z:e04553c1-c62d-42ec-bf8b-594368dd5060" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "92ab3b19d0fa9dcc0741cd8235039249", + "x-ms-client-request-id": "b733c78d38cbc4232e15e3a517c803ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13344,7 +27254,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:25 GMT", + "Date": "Mon, 25 Oct 2021 06:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13353,31 +27263,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92ab3b19d0fa9dcc0741cd8235039249", - "x-ms-correlation-request-id": "51a5ebf3-8b7b-4a26-9ce0-a769a4c79faa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29241", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "93eba339-0cb3-4613-8677-fcd00a0f7dfd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034025Z:51a5ebf3-8b7b-4a26-9ce0-a769a4c79faa" + "x-ms-client-request-id": "b733c78d38cbc4232e15e3a517c803ef", + "x-ms-correlation-request-id": "46515225-db0f-4986-838b-ebe93aaea40e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25898", + "x-ms-ratelimit-remaining-subscription-reads": "11568", + "x-ms-request-id": "e55b11c7-4857-456b-837d-73ebbd8af010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063903Z:46515225-db0f-4986-838b-ebe93aaea40e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ea6e8336a342e3d1011d3c8b22266e74", + "x-ms-client-request-id": "1f887d611589e34e685c73e5e27284ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13386,7 +27296,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:26 GMT", + "Date": "Mon, 25 Oct 2021 06:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13395,31 +27305,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea6e8336a342e3d1011d3c8b22266e74", - "x-ms-correlation-request-id": "eea6273d-e7ad-4e61-9f27-930a7d1de856", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29240", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "bf531c91-9f63-493a-b898-8e8b157bac8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034026Z:eea6273d-e7ad-4e61-9f27-930a7d1de856" + "x-ms-client-request-id": "1f887d611589e34e685c73e5e27284ed", + "x-ms-correlation-request-id": "85c5f143-e789-4cc2-8c89-605184c3a1a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25897", + "x-ms-ratelimit-remaining-subscription-reads": "11567", + "x-ms-request-id": "fcd145b3-28c3-4965-b187-af491f71c9fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063903Z:85c5f143-e789-4cc2-8c89-605184c3a1a1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d1f0e433565f3fd07575690e3c775902", + "x-ms-client-request-id": "7b2ab3a87c973166be4564ab5b912dd4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13428,7 +27338,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:27 GMT", + "Date": "Mon, 25 Oct 2021 06:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13437,31 +27347,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1f0e433565f3fd07575690e3c775902", - "x-ms-correlation-request-id": "848f3fa3-c33f-423e-bfde-febcaaad5c3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29239", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "0dfdf305-56b6-482c-9ee4-f6ef10b82add", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034027Z:848f3fa3-c33f-423e-bfde-febcaaad5c3c" + "x-ms-client-request-id": "7b2ab3a87c973166be4564ab5b912dd4", + "x-ms-correlation-request-id": "5a041992-a4fd-48ab-a548-d5fe2ca2a09d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25896", + "x-ms-ratelimit-remaining-subscription-reads": "11566", + "x-ms-request-id": "3c1ebd3d-8b8b-4a7a-a755-a1d876569acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063904Z:5a041992-a4fd-48ab-a548-d5fe2ca2a09d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e15c3118a395763269c791dd94417be0", + "x-ms-client-request-id": "0c5086a58cd87862784f4f6ec43de1bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13470,7 +27380,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:28 GMT", + "Date": "Mon, 25 Oct 2021 06:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13479,31 +27389,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e15c3118a395763269c791dd94417be0", - "x-ms-correlation-request-id": "8615a05a-3676-45e4-9770-c4fb5b0457c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29238", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "fd47ad99-7b9f-4983-a1c4-9b4388bd478b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034028Z:8615a05a-3676-45e4-9770-c4fb5b0457c7" + "x-ms-client-request-id": "0c5086a58cd87862784f4f6ec43de1bb", + "x-ms-correlation-request-id": "5896849e-d4ff-4220-ac86-7efaf91b554f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25895", + "x-ms-ratelimit-remaining-subscription-reads": "11565", + "x-ms-request-id": "79e67ddf-d3b8-4102-a757-875105e6b370", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063904Z:5896849e-d4ff-4220-ac86-7efaf91b554f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "504e59d2c113dfeab22e75cc3ac2a78a", + "x-ms-client-request-id": "64fcf691889de45817566144b0a287d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13512,7 +27422,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:30 GMT", + "Date": "Mon, 25 Oct 2021 06:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13521,31 +27431,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "504e59d2c113dfeab22e75cc3ac2a78a", - "x-ms-correlation-request-id": "a3a96ab3-fade-4145-a026-317c98e63172", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29237", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "e4e79f81-3a1f-48ad-a79f-444454df457f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034030Z:a3a96ab3-fade-4145-a026-317c98e63172" + "x-ms-client-request-id": "64fcf691889de45817566144b0a287d6", + "x-ms-correlation-request-id": "9adabd4b-b232-40b3-92d7-526e0f5294d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25894", + "x-ms-ratelimit-remaining-subscription-reads": "11564", + "x-ms-request-id": "d7467c03-c63a-4211-a64b-df817eef249d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063904Z:9adabd4b-b232-40b3-92d7-526e0f5294d3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f07239c48cc990deb27a6797c5f2ab34", + "x-ms-client-request-id": "5c409e2f77211c1550b102472df76c80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13554,7 +27464,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:31 GMT", + "Date": "Mon, 25 Oct 2021 06:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13563,31 +27473,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f07239c48cc990deb27a6797c5f2ab34", - "x-ms-correlation-request-id": "ac9cd8bb-c7a1-4b6a-85cd-7b58e187fa7f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29236", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "8b74cfc2-4579-473c-917c-b8b5e5008da4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034031Z:ac9cd8bb-c7a1-4b6a-85cd-7b58e187fa7f" + "x-ms-client-request-id": "5c409e2f77211c1550b102472df76c80", + "x-ms-correlation-request-id": "44abecaf-3d2a-4fc9-a8a9-b857b07ae20e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25893", + "x-ms-ratelimit-remaining-subscription-reads": "11563", + "x-ms-request-id": "bc9a02cf-43dd-449e-afb5-985d003104d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063904Z:44abecaf-3d2a-4fc9-a8a9-b857b07ae20e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e33c88fa082857ef477c2f662e653ba6", + "x-ms-client-request-id": "651aa864c9951d372e6bf5812b1ec8d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13596,7 +27506,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:32 GMT", + "Date": "Mon, 25 Oct 2021 06:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13605,31 +27515,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e33c88fa082857ef477c2f662e653ba6", - "x-ms-correlation-request-id": "51bfff7d-4495-4d29-b1f8-e9e6726e8272", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29235", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "2edba0c1-f657-401d-a2f5-28380cd215d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034032Z:51bfff7d-4495-4d29-b1f8-e9e6726e8272" + "x-ms-client-request-id": "651aa864c9951d372e6bf5812b1ec8d6", + "x-ms-correlation-request-id": "66294a52-c3f0-424f-8f6d-ed41c114651f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25892", + "x-ms-ratelimit-remaining-subscription-reads": "11562", + "x-ms-request-id": "69fd2401-5491-4410-9885-bb3fe7cb49db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063905Z:66294a52-c3f0-424f-8f6d-ed41c114651f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5a1906208ace46167abe9e9859521abf", + "x-ms-client-request-id": "263f79c884fd1999e0e013eb8510b71f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13638,7 +27548,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:34 GMT", + "Date": "Mon, 25 Oct 2021 06:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13647,31 +27557,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a1906208ace46167abe9e9859521abf", - "x-ms-correlation-request-id": "2f0515bb-f3ab-46e5-959a-111eaa62b01b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29234", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "a44b19ae-e496-4bca-8f48-3a3755be14fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034034Z:2f0515bb-f3ab-46e5-959a-111eaa62b01b" + "x-ms-client-request-id": "263f79c884fd1999e0e013eb8510b71f", + "x-ms-correlation-request-id": "389f5fd5-b689-47eb-ae8a-163e58209431", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25891", + "x-ms-ratelimit-remaining-subscription-reads": "11561", + "x-ms-request-id": "960a5ee8-5a03-4672-b24d-2757f25ce5ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063905Z:389f5fd5-b689-47eb-ae8a-163e58209431" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b2d24182c386bb61491aa94d5d77614d", + "x-ms-client-request-id": "07dfe0e92287654167232eb58293f132", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13680,7 +27590,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:35 GMT", + "Date": "Mon, 25 Oct 2021 06:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13689,31 +27599,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2d24182c386bb61491aa94d5d77614d", - "x-ms-correlation-request-id": "f66e0a14-b61b-425b-932c-28a8395d4da9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29233", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "f94e2d9f-c57f-4900-ad5c-900545d52da3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034035Z:f66e0a14-b61b-425b-932c-28a8395d4da9" + "x-ms-client-request-id": "07dfe0e92287654167232eb58293f132", + "x-ms-correlation-request-id": "c639d01b-7d96-4ebc-9c2f-6ac1c735e493", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25890", + "x-ms-ratelimit-remaining-subscription-reads": "11560", + "x-ms-request-id": "badd0884-0d7e-44d7-9ce2-45c41588ef4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063905Z:c639d01b-7d96-4ebc-9c2f-6ac1c735e493" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "be76c13e50d96f6571f6696a6a57fdf4", + "x-ms-client-request-id": "b47f2ce946b8df830f0185b4b64b971d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13722,7 +27632,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:36 GMT", + "Date": "Mon, 25 Oct 2021 06:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13731,40 +27641,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be76c13e50d96f6571f6696a6a57fdf4", - "x-ms-correlation-request-id": "076c66c4-167e-42f2-840e-051e862da7e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29232", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "77f380e0-7b90-4450-9909-ce67fa4357ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034036Z:076c66c4-167e-42f2-840e-051e862da7e6" + "x-ms-client-request-id": "b47f2ce946b8df830f0185b4b64b971d", + "x-ms-correlation-request-id": "3c6f37d2-47fd-405c-a326-90b949078b84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25889", + "x-ms-ratelimit-remaining-subscription-reads": "11559", + "x-ms-request-id": "15d1b16d-9984-4103-bf28-fe942260d00d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063906Z:3c6f37d2-47fd-405c-a326-90b949078b84" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ede46f6289925c1fa55d10b4e1c9e802", + "x-ms-client-request-id": "4a97d6b4c03ea64e37d9bfd955e3974c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:37 GMT", + "Date": "Mon, 25 Oct 2021 06:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13773,41 +27683,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ede46f6289925c1fa55d10b4e1c9e802", - "x-ms-correlation-request-id": "4add8928-85ab-4b2f-851f-1be3bbd6c288", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29231", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "8ea6cad3-6e6d-4b26-986d-6ae04cc620c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034038Z:4add8928-85ab-4b2f-851f-1be3bbd6c288" + "x-ms-client-request-id": "4a97d6b4c03ea64e37d9bfd955e3974c", + "x-ms-correlation-request-id": "5a8a3ce8-2c71-4899-8f7a-8675e5567d22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25888", + "x-ms-ratelimit-remaining-subscription-reads": "11558", + "x-ms-request-id": "c5920448-4617-43b1-8969-f2ff675bf0a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063906Z:5a8a3ce8-2c71-4899-8f7a-8675e5567d22" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:38:10.2871371\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T03:40:37.177758\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022eaf2e4c6-4459-4943-8c3e-7ab8d6cb3de3\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "985a505c5cdb31e6db6240905af651f2", + "x-ms-client-request-id": "5902e0ef0391a3665c00f8869c8caf1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:38 GMT", + "Date": "Mon, 25 Oct 2021 06:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13816,127 +27725,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "985a505c5cdb31e6db6240905af651f2", - "x-ms-correlation-request-id": "796536b0-bdbe-4225-8518-b6aaba2296a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;399,Microsoft.Compute/GetVMScaleSet30Min;2556", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "e3c995bb-21a6-4b0f-a904-3d1868548fa9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034038Z:796536b0-bdbe-4225-8518-b6aaba2296a1" + "x-ms-client-request-id": "5902e0ef0391a3665c00f8869c8caf1c", + "x-ms-correlation-request-id": "6525e568-78a1-4d12-ba7f-100e57f6c07a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25887", + "x-ms-ratelimit-remaining-subscription-reads": "11557", + "x-ms-request-id": "b59420e9-719c-48be-91e4-f7d2e1037e55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063906Z:6525e568-78a1-4d12-ba7f-100e57f6c07a" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-9646\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-9646\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Network/virtualNetworks/testVNet-3471/subnets/testSubnet-3515\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u00222b06c6c6-6deb-4984-8630-de3b87b06900\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-9569/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9646/poweroff?api-version=2021-03-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "eeeab51c7493b4baa11a197c3fb08ea7", + "x-ms-client-request-id": "ab01118ca6fb29f4ded87cde87a9892b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 03:40:38 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13944,26 +27767,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeeab51c7493b4baa11a197c3fb08ea7", - "x-ms-correlation-request-id": "ae2ea09d-a1ba-4295-898c-a350f9c22e67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;391,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-charge": "2", - "x-ms-request-id": "7d0531f2-52aa-4060-af8e-d1355d7e3dce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034038Z:ae2ea09d-a1ba-4295-898c-a350f9c22e67" + "x-ms-client-request-id": "ab01118ca6fb29f4ded87cde87a9892b", + "x-ms-correlation-request-id": "5ad1373f-1b07-47ff-a57b-c18d09b0d598", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25886", + "x-ms-ratelimit-remaining-subscription-reads": "11556", + "x-ms-request-id": "24754855-1525-4dd4-bdef-cfc530d5be9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063906Z:5ad1373f-1b07-47ff-a57b-c18d09b0d598" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c971e0bfadfe86e95a5f6c14269f12a", + "x-ms-client-request-id": "d5c538693e48b08b6ff4ee3dc7c709ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13972,7 +27800,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:38 GMT", + "Date": "Mon, 25 Oct 2021 06:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13981,31 +27809,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c971e0bfadfe86e95a5f6c14269f12a", - "x-ms-correlation-request-id": "d4350baf-fefa-4c8d-9f00-f19dc05cb94f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29230", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "091c231b-afd3-486e-855a-e1b13ba72f70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034038Z:d4350baf-fefa-4c8d-9f00-f19dc05cb94f" + "x-ms-client-request-id": "d5c538693e48b08b6ff4ee3dc7c709ab", + "x-ms-correlation-request-id": "4577ed17-9758-4d4f-a0b8-55ed2b972e05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25885", + "x-ms-ratelimit-remaining-subscription-reads": "11555", + "x-ms-request-id": "2c153b09-8ef7-46c6-a737-7ef7723df653", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063907Z:4577ed17-9758-4d4f-a0b8-55ed2b972e05" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f48399d437e8b7f59ce464e1638b6c12", + "x-ms-client-request-id": "444da22aebe24850ebd97bb887881cb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14014,7 +27842,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:39 GMT", + "Date": "Mon, 25 Oct 2021 06:39:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14023,31 +27851,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f48399d437e8b7f59ce464e1638b6c12", - "x-ms-correlation-request-id": "f25fc22c-d7b5-4a92-bcb1-010b921d8838", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29229", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "31786dfb-ab87-4e98-9707-2350c788253f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034040Z:f25fc22c-d7b5-4a92-bcb1-010b921d8838" + "x-ms-client-request-id": "444da22aebe24850ebd97bb887881cb2", + "x-ms-correlation-request-id": "2c699add-e00e-4e2e-952f-808ed574fe39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25884", + "x-ms-ratelimit-remaining-subscription-reads": "11554", + "x-ms-request-id": "e75e7e35-e9cb-4190-a0bc-83b79bf11765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063907Z:2c699add-e00e-4e2e-952f-808ed574fe39" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21706a18621912c8f72684576f56c31f", + "x-ms-client-request-id": "641dcd76d9c64ed385513c07b8b76116", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14056,7 +27884,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:41 GMT", + "Date": "Mon, 25 Oct 2021 06:39:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14065,31 +27893,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21706a18621912c8f72684576f56c31f", - "x-ms-correlation-request-id": "ee9c781f-4a19-414a-9271-52cdf7612ace", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29227", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "315c238e-1957-4c7d-aa29-bbc02acb6a41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034041Z:ee9c781f-4a19-414a-9271-52cdf7612ace" + "x-ms-client-request-id": "641dcd76d9c64ed385513c07b8b76116", + "x-ms-correlation-request-id": "c27565fb-7195-48a2-89d7-bd1ddb00cebb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25883", + "x-ms-ratelimit-remaining-subscription-reads": "11553", + "x-ms-request-id": "1233c28f-b920-452d-85ca-e2d736d80f87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063907Z:c27565fb-7195-48a2-89d7-bd1ddb00cebb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "af5be6c00d0bd4c528e08ffa958d840a", + "x-ms-client-request-id": "e4b3d1cf445b7d48e87ce96fc2d228e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14098,7 +27926,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:42 GMT", + "Date": "Mon, 25 Oct 2021 06:39:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14107,31 +27935,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af5be6c00d0bd4c528e08ffa958d840a", - "x-ms-correlation-request-id": "a076b55e-76bd-41b3-8cec-c4253fb16efc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29226", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "3eb079e6-0523-4397-83ee-8bf5a168a848", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034042Z:a076b55e-76bd-41b3-8cec-c4253fb16efc" + "x-ms-client-request-id": "e4b3d1cf445b7d48e87ce96fc2d228e6", + "x-ms-correlation-request-id": "8338b842-ae85-44e9-b3f0-2838ff62cce0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25882", + "x-ms-ratelimit-remaining-subscription-reads": "11552", + "x-ms-request-id": "e29875d5-0e71-4c7e-b60a-2bcd61872e7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063907Z:8338b842-ae85-44e9-b3f0-2838ff62cce0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d8a9e339d0f97211d170fcc2b39d4746", + "x-ms-client-request-id": "fac63bd8a4aa50e4cfffbf90af499034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14140,7 +27968,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:43 GMT", + "Date": "Mon, 25 Oct 2021 06:39:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14149,31 +27977,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8a9e339d0f97211d170fcc2b39d4746", - "x-ms-correlation-request-id": "186b77a0-568c-4bf0-a14e-0ba7e0452345", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29225", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "f07d926d-5c13-4280-991f-2a470b94538e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034043Z:186b77a0-568c-4bf0-a14e-0ba7e0452345" + "x-ms-client-request-id": "fac63bd8a4aa50e4cfffbf90af499034", + "x-ms-correlation-request-id": "c0fa22a7-d308-454b-b32a-8af27a40011b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25881", + "x-ms-ratelimit-remaining-subscription-reads": "11551", + "x-ms-request-id": "5b76eb71-3a8c-48f5-bad0-1c8931b173a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063908Z:c0fa22a7-d308-454b-b32a-8af27a40011b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7c204521bc300a06a59cf939d2cd7d69", + "x-ms-client-request-id": "b6e9647738d53157849f7c49f0638bb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14182,7 +28010,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:44 GMT", + "Date": "Mon, 25 Oct 2021 06:39:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14191,31 +28019,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c204521bc300a06a59cf939d2cd7d69", - "x-ms-correlation-request-id": "ac294bbe-7ae9-4d4a-b054-a9bace620b9e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29224", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "bc6fb4d7-a7e9-4f48-b5aa-1518fe599bca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034045Z:ac294bbe-7ae9-4d4a-b054-a9bace620b9e" + "x-ms-client-request-id": "b6e9647738d53157849f7c49f0638bb2", + "x-ms-correlation-request-id": "01a681b6-62b3-4eaf-806a-ce1f3da1d611", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25880", + "x-ms-ratelimit-remaining-subscription-reads": "11550", + "x-ms-request-id": "2cd6f786-2f2c-449e-884c-725ae0dd3711", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063908Z:01a681b6-62b3-4eaf-806a-ce1f3da1d611" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b1e7aa1ebadf026d5e8de9b1102208a", + "x-ms-client-request-id": "7c2f552867f02a6cec62145b85b8cd9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14224,7 +28052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:46 GMT", + "Date": "Mon, 25 Oct 2021 06:39:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14233,31 +28061,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b1e7aa1ebadf026d5e8de9b1102208a", - "x-ms-correlation-request-id": "816531fa-1840-4630-ba19-cac64fec4764", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29223", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "1d26d596-6670-4418-9d42-3369d824ee0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034046Z:816531fa-1840-4630-ba19-cac64fec4764" + "x-ms-client-request-id": "7c2f552867f02a6cec62145b85b8cd9e", + "x-ms-correlation-request-id": "89c1c721-6967-4830-9c06-8dbad75ceb84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25879", + "x-ms-ratelimit-remaining-subscription-reads": "11549", + "x-ms-request-id": "a70257fc-9c56-4ba8-9eab-900acbe1116d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063908Z:89c1c721-6967-4830-9c06-8dbad75ceb84" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "50d94998086d7cdadd9f325cd6d89f03", + "x-ms-client-request-id": "5ef7b4ec72e9a011e495750a289a606c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14266,7 +28094,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:47 GMT", + "Date": "Mon, 25 Oct 2021 06:39:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14275,31 +28103,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50d94998086d7cdadd9f325cd6d89f03", - "x-ms-correlation-request-id": "343c636c-f58e-4a44-8da5-337fe692e358", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29222", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "a5eee821-133d-4f48-b320-97dfdd1bbcbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034047Z:343c636c-f58e-4a44-8da5-337fe692e358" + "x-ms-client-request-id": "5ef7b4ec72e9a011e495750a289a606c", + "x-ms-correlation-request-id": "228f3edc-3488-42c7-8d93-3db2a01bac42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25878", + "x-ms-ratelimit-remaining-subscription-reads": "11548", + "x-ms-request-id": "3b08de85-0343-4b7b-827e-c08c68411a4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063909Z:228f3edc-3488-42c7-8d93-3db2a01bac42" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "392192f3bc7f36991f2fa747de6bf9a2", + "x-ms-client-request-id": "5a680c7414191044f7bec97223fbaccc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14308,7 +28136,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:48 GMT", + "Date": "Mon, 25 Oct 2021 06:39:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14317,31 +28145,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "392192f3bc7f36991f2fa747de6bf9a2", - "x-ms-correlation-request-id": "d58a58a0-7215-4433-87f1-d5b5ca199773", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29221", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "757928ce-2a68-4982-82d3-1a138f7bfca1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034049Z:d58a58a0-7215-4433-87f1-d5b5ca199773" + "x-ms-client-request-id": "5a680c7414191044f7bec97223fbaccc", + "x-ms-correlation-request-id": "e86d3fc3-155d-40ed-b98c-a16970259a3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25877", + "x-ms-ratelimit-remaining-subscription-reads": "11547", + "x-ms-request-id": "d6668c0c-38dd-46cb-ae5f-5c844f6cd0f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063909Z:e86d3fc3-155d-40ed-b98c-a16970259a3c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "89a06e7b2cf498fc9fa2ae0db8c919fc", + "x-ms-client-request-id": "3b5dddd22c6bb5c8438f985af1620251", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14350,7 +28178,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:49 GMT", + "Date": "Mon, 25 Oct 2021 06:39:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14359,31 +28187,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89a06e7b2cf498fc9fa2ae0db8c919fc", - "x-ms-correlation-request-id": "03c37ea5-907b-4fc4-9f7e-70db827de92c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29219", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "54cff010-db87-4d84-8f3d-6c525ea04f58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034050Z:03c37ea5-907b-4fc4-9f7e-70db827de92c" + "x-ms-client-request-id": "3b5dddd22c6bb5c8438f985af1620251", + "x-ms-correlation-request-id": "5805930f-f387-4faa-a920-8ef5f2295522", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25876", + "x-ms-ratelimit-remaining-subscription-reads": "11546", + "x-ms-request-id": "fcd0214b-db67-4275-a893-13c6d8cd9ed2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063909Z:5805930f-f387-4faa-a920-8ef5f2295522" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ea8da49e7e0dc0bb0a2313d60939d71", + "x-ms-client-request-id": "79e7a802724fd78570e7672ba99f7ce9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14392,7 +28220,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:51 GMT", + "Date": "Mon, 25 Oct 2021 06:39:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14401,31 +28229,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ea8da49e7e0dc0bb0a2313d60939d71", - "x-ms-correlation-request-id": "271986f5-7e42-48db-b027-b188f6e89a54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29218", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "1e11fb02-9814-4bce-9fe1-b9adc967b066", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034051Z:271986f5-7e42-48db-b027-b188f6e89a54" + "x-ms-client-request-id": "79e7a802724fd78570e7672ba99f7ce9", + "x-ms-correlation-request-id": "54a90449-1921-4f8d-b434-1c2e74cda2ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25875", + "x-ms-ratelimit-remaining-subscription-reads": "11545", + "x-ms-request-id": "28b78872-f623-4649-a802-f894415d2e74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063909Z:54a90449-1921-4f8d-b434-1c2e74cda2ec" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "68e18fa61637c60f968899dc0d8b7d55", + "x-ms-client-request-id": "4b38a9e9253d480043b2178a7be91f94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14434,7 +28262,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:52 GMT", + "Date": "Mon, 25 Oct 2021 06:39:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14443,31 +28271,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68e18fa61637c60f968899dc0d8b7d55", - "x-ms-correlation-request-id": "4a9feb5f-ebca-4aa2-81ee-086c902e2d88", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29217", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "94153605-3ead-4875-af72-425b2ecc795c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034052Z:4a9feb5f-ebca-4aa2-81ee-086c902e2d88" + "x-ms-client-request-id": "4b38a9e9253d480043b2178a7be91f94", + "x-ms-correlation-request-id": "d4befd39-a5a9-4260-ac54-7ba2c5548861", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25874", + "x-ms-ratelimit-remaining-subscription-reads": "11544", + "x-ms-request-id": "a75d7956-0f9a-4997-8c00-aadb932a2a5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063910Z:d4befd39-a5a9-4260-ac54-7ba2c5548861" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "03fdaa167ac294c163c4d951fbbe380c", + "x-ms-client-request-id": "7b6f77bb32135f7c5885cb84c49d0ca4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14476,7 +28304,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:53 GMT", + "Date": "Mon, 25 Oct 2021 06:39:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14485,31 +28313,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03fdaa167ac294c163c4d951fbbe380c", - "x-ms-correlation-request-id": "7a8723a2-f040-48cc-a524-6e24c908402c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29216", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "eda280e8-7527-436e-ac61-d67480822273", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034054Z:7a8723a2-f040-48cc-a524-6e24c908402c" + "x-ms-client-request-id": "7b6f77bb32135f7c5885cb84c49d0ca4", + "x-ms-correlation-request-id": "4beb1edc-aa18-4434-b18e-964026614374", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25873", + "x-ms-ratelimit-remaining-subscription-reads": "11543", + "x-ms-request-id": "ee9ceb80-e76b-4b84-b1b4-a8ede452795e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063910Z:4beb1edc-aa18-4434-b18e-964026614374" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "28673c04b1e833c4cbe2e7584d2ece25", + "x-ms-client-request-id": "4871ae12b62add14a79e359d5bfa5c86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14518,7 +28346,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:55 GMT", + "Date": "Mon, 25 Oct 2021 06:39:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14527,31 +28355,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28673c04b1e833c4cbe2e7584d2ece25", - "x-ms-correlation-request-id": "53733821-53dc-4af6-8837-11d60089d966", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29215", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "182c8d3e-0242-45d8-a730-737f001e6f48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034055Z:53733821-53dc-4af6-8837-11d60089d966" + "x-ms-client-request-id": "4871ae12b62add14a79e359d5bfa5c86", + "x-ms-correlation-request-id": "76cd0fb3-10de-47d3-8104-0347c43c1585", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25871", + "x-ms-ratelimit-remaining-subscription-reads": "11542", + "x-ms-request-id": "c3e7b8b3-1c41-4dab-b214-8658b8b40a14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063910Z:76cd0fb3-10de-47d3-8104-0347c43c1585" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b527db259a952bafce4c04733dbecbd7", + "x-ms-client-request-id": "316fd3c7012fb6d52cd9f3b75a7c84a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14560,7 +28388,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:56 GMT", + "Date": "Mon, 25 Oct 2021 06:39:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14569,31 +28397,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b527db259a952bafce4c04733dbecbd7", - "x-ms-correlation-request-id": "ad68ba64-c022-48e4-8737-82289e35665e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29213", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "ab673fd7-ea53-459b-9dce-968be00bad20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034056Z:ad68ba64-c022-48e4-8737-82289e35665e" + "x-ms-client-request-id": "316fd3c7012fb6d52cd9f3b75a7c84a6", + "x-ms-correlation-request-id": "de466a54-7e47-45ef-a2ab-857469678aa9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25870", + "x-ms-ratelimit-remaining-subscription-reads": "11541", + "x-ms-request-id": "b21a4818-e1f5-44d0-b7d3-7cf6074ef860", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063911Z:de466a54-7e47-45ef-a2ab-857469678aa9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d1d88c505523646de6ca38e092694734", + "x-ms-client-request-id": "cc7772a6d678056a6292d475fddf035d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14602,7 +28430,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:57 GMT", + "Date": "Mon, 25 Oct 2021 06:39:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14611,31 +28439,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1d88c505523646de6ca38e092694734", - "x-ms-correlation-request-id": "d18146a7-0e5e-4256-b067-ed98b25697cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14861,Microsoft.Compute/GetOperation30Min;29212", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "a023f74f-f917-4b31-9e39-2901c9354422", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034057Z:d18146a7-0e5e-4256-b067-ed98b25697cc" + "x-ms-client-request-id": "cc7772a6d678056a6292d475fddf035d", + "x-ms-correlation-request-id": "efdef1b7-5b44-4b58-a5c3-8ff0d08f7dd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25869", + "x-ms-ratelimit-remaining-subscription-reads": "11540", + "x-ms-request-id": "f7d47132-8bbc-426e-a454-e35f468979ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063911Z:efdef1b7-5b44-4b58-a5c3-8ff0d08f7dd7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1f2cb3f582976a778d3c5a9bac51f50d", + "x-ms-client-request-id": "f1bc4429da2d1174d9bb1c51c35d822a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14644,7 +28472,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:40:58 GMT", + "Date": "Mon, 25 Oct 2021 06:39:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14653,31 +28481,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f2cb3f582976a778d3c5a9bac51f50d", - "x-ms-correlation-request-id": "d8bd5c45-af08-4a59-932d-48f010aecce7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29211", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "c936e3b0-d99a-49f1-b600-d0b06f895462", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034059Z:d8bd5c45-af08-4a59-932d-48f010aecce7" + "x-ms-client-request-id": "f1bc4429da2d1174d9bb1c51c35d822a", + "x-ms-correlation-request-id": "d963c01a-33c6-4576-82c2-4868d4938aff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25868", + "x-ms-ratelimit-remaining-subscription-reads": "11539", + "x-ms-request-id": "c5cde89d-163d-4929-8347-e4aa7670c0ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063911Z:d963c01a-33c6-4576-82c2-4868d4938aff" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c0070f16fd55cf026dc2cfca61ce9864", + "x-ms-client-request-id": "e8f68f1a8f82f10e686ace9d2c5fb94c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14686,7 +28514,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:00 GMT", + "Date": "Mon, 25 Oct 2021 06:39:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14695,31 +28523,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0070f16fd55cf026dc2cfca61ce9864", - "x-ms-correlation-request-id": "067fab74-4b34-40de-9b63-395486f5a720", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29210", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "7c2e5ea5-1a4a-4793-9165-aea40156a40e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034100Z:067fab74-4b34-40de-9b63-395486f5a720" + "x-ms-client-request-id": "e8f68f1a8f82f10e686ace9d2c5fb94c", + "x-ms-correlation-request-id": "b56b7102-a548-4ab4-b794-fabbcc75926b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25867", + "x-ms-ratelimit-remaining-subscription-reads": "11538", + "x-ms-request-id": "55d1e2b3-907e-4526-85a2-bdcd2dc03e50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063911Z:b56b7102-a548-4ab4-b794-fabbcc75926b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "897dcf05ab91ce40156e44e6fbd2b894", + "x-ms-client-request-id": "158d95d593c0cb78fe66f3bcba194105", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14728,7 +28556,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:01 GMT", + "Date": "Mon, 25 Oct 2021 06:39:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14737,31 +28565,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "897dcf05ab91ce40156e44e6fbd2b894", - "x-ms-correlation-request-id": "dc32fb8d-6865-4916-9966-835893dcd427", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29209", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "b57fb3c1-3b51-460f-bdfb-4953b0ffdbff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034101Z:dc32fb8d-6865-4916-9966-835893dcd427" + "x-ms-client-request-id": "158d95d593c0cb78fe66f3bcba194105", + "x-ms-correlation-request-id": "ce6bf9f3-dacd-42d2-8e2b-ac355bc985b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25866", + "x-ms-ratelimit-remaining-subscription-reads": "11537", + "x-ms-request-id": "61739e40-057f-4aa2-a9df-deab365fa3f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063912Z:ce6bf9f3-dacd-42d2-8e2b-ac355bc985b8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "82c92bd48662f8dfb15cb1d5b2ac08be", + "x-ms-client-request-id": "6d5ba90f1ae89adb36cb88c30cd7e479", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14770,7 +28598,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:02 GMT", + "Date": "Mon, 25 Oct 2021 06:39:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14779,31 +28607,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82c92bd48662f8dfb15cb1d5b2ac08be", - "x-ms-correlation-request-id": "b9af0789-4a8d-47fe-b6d8-9c4ebd6ef9f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29208", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "d2b909f5-9d75-46ec-a1d8-c147ccea970f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034102Z:b9af0789-4a8d-47fe-b6d8-9c4ebd6ef9f1" + "x-ms-client-request-id": "6d5ba90f1ae89adb36cb88c30cd7e479", + "x-ms-correlation-request-id": "f6c1fc3c-d600-47ef-8f53-e238cfe47e8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25865", + "x-ms-ratelimit-remaining-subscription-reads": "11536", + "x-ms-request-id": "c364376c-83ab-418a-bca8-1e427f931616", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063912Z:f6c1fc3c-d600-47ef-8f53-e238cfe47e8b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc96f6a46cd36b7bcf38abe7b91bd49b", + "x-ms-client-request-id": "2e7bcf026dcf866a162bea1c9b51364f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14812,7 +28640,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:03 GMT", + "Date": "Mon, 25 Oct 2021 06:39:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14821,31 +28649,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc96f6a46cd36b7bcf38abe7b91bd49b", - "x-ms-correlation-request-id": "1afb2c35-c199-43fe-b5da-a2973b98bbd3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29207", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "8240140c-7e93-4807-8924-7af99c25ffce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034104Z:1afb2c35-c199-43fe-b5da-a2973b98bbd3" + "x-ms-client-request-id": "2e7bcf026dcf866a162bea1c9b51364f", + "x-ms-correlation-request-id": "c88a6186-3a01-4df0-8c7d-a7dc61d0ecd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25864", + "x-ms-ratelimit-remaining-subscription-reads": "11535", + "x-ms-request-id": "dd3c6518-7eac-4b28-9113-c69378e5a955", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063912Z:c88a6186-3a01-4df0-8c7d-a7dc61d0ecd8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "35f63b0915057f01f085d735f96a1c69", + "x-ms-client-request-id": "838dc9284b04bb63baf3dff50bb5bf27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14854,7 +28682,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:05 GMT", + "Date": "Mon, 25 Oct 2021 06:39:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14863,31 +28691,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35f63b0915057f01f085d735f96a1c69", - "x-ms-correlation-request-id": "4e152c5f-b147-4285-9277-a196c818bf8d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29206", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "42ae8030-a1f4-4792-b2eb-c1ba3c6e1068", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034105Z:4e152c5f-b147-4285-9277-a196c818bf8d" + "x-ms-client-request-id": "838dc9284b04bb63baf3dff50bb5bf27", + "x-ms-correlation-request-id": "34f95988-d35d-4e9c-832c-9fe963fe3e69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25863", + "x-ms-ratelimit-remaining-subscription-reads": "11534", + "x-ms-request-id": "aad8ffcd-c500-4f0d-b564-06275db23774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063912Z:34f95988-d35d-4e9c-832c-9fe963fe3e69" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "04428565db3c68c1b05eb329dbf73f96", + "x-ms-client-request-id": "eaba7981139da2363fd457bd2fbefee4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14896,7 +28724,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:06 GMT", + "Date": "Mon, 25 Oct 2021 06:39:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14905,31 +28733,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04428565db3c68c1b05eb329dbf73f96", - "x-ms-correlation-request-id": "e5912700-0e26-4041-8436-2e972833b495", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29205", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "b7819135-6a60-48f2-b8e1-28ff7e817a8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034106Z:e5912700-0e26-4041-8436-2e972833b495" + "x-ms-client-request-id": "eaba7981139da2363fd457bd2fbefee4", + "x-ms-correlation-request-id": "9492e5a1-8246-477a-8302-683a0e2aefd1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25862", + "x-ms-ratelimit-remaining-subscription-reads": "11533", + "x-ms-request-id": "1fd45ec6-b3d5-4ed6-97fc-32a9cddd7d72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063913Z:9492e5a1-8246-477a-8302-683a0e2aefd1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "77cb1588d2b68eb9f416ec4d94467164", + "x-ms-client-request-id": "439a38946149b7756cc073db8d757b60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14938,7 +28766,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:07 GMT", + "Date": "Mon, 25 Oct 2021 06:39:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14947,31 +28775,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77cb1588d2b68eb9f416ec4d94467164", - "x-ms-correlation-request-id": "0842990e-aaf0-4222-a2b9-fdb9dfe22d26", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29204", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "c6a12d42-8d7d-4df6-9457-6ae8ccf7bb71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034108Z:0842990e-aaf0-4222-a2b9-fdb9dfe22d26" + "x-ms-client-request-id": "439a38946149b7756cc073db8d757b60", + "x-ms-correlation-request-id": "309e1ac1-d04d-43e9-b87c-e7befb885f35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25861", + "x-ms-ratelimit-remaining-subscription-reads": "11532", + "x-ms-request-id": "5d63dc12-4338-4126-9bc3-ef6107352c7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063913Z:309e1ac1-d04d-43e9-b87c-e7befb885f35" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3382411ccfd82e5f798d85a662d7a3f9", + "x-ms-client-request-id": "219bc36c4b9715b293eb442ff3a68bfb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14980,7 +28808,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:08 GMT", + "Date": "Mon, 25 Oct 2021 06:39:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14989,31 +28817,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3382411ccfd82e5f798d85a662d7a3f9", - "x-ms-correlation-request-id": "5b2f0398-afb4-4e82-bf47-92f3fdd82838", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29203", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "0d1fd2a6-15c1-4a95-ab5a-b682fa567257", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034109Z:5b2f0398-afb4-4e82-bf47-92f3fdd82838" + "x-ms-client-request-id": "219bc36c4b9715b293eb442ff3a68bfb", + "x-ms-correlation-request-id": "e67c622e-402c-4d92-b41e-dfdc8d14c3f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25860", + "x-ms-ratelimit-remaining-subscription-reads": "11531", + "x-ms-request-id": "dfea84b5-cafd-40a1-a39c-0799a4914b11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063913Z:e67c622e-402c-4d92-b41e-dfdc8d14c3f6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e3ac4146a49f92b3ccb31025ef73d369", + "x-ms-client-request-id": "d360faf47c1b1fdd04037edc9f5a14c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -15022,7 +28850,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:10 GMT", + "Date": "Mon, 25 Oct 2021 06:39:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15031,31 +28859,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3ac4146a49f92b3ccb31025ef73d369", - "x-ms-correlation-request-id": "5cef5c82-fbb9-47cd-8950-f1516f66d95a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29202", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "4e6dfc39-6901-4b64-888e-68de3dccc44a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034110Z:5cef5c82-fbb9-47cd-8950-f1516f66d95a" + "x-ms-client-request-id": "d360faf47c1b1fdd04037edc9f5a14c9", + "x-ms-correlation-request-id": "28a0f2c3-2462-4d31-b05b-81ba78872978", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25859", + "x-ms-ratelimit-remaining-subscription-reads": "11530", + "x-ms-request-id": "bffa5f27-dbf1-43de-a142-ff446a22bdf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063914Z:28a0f2c3-2462-4d31-b05b-81ba78872978" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "990d4eec0b75b8bdb69dfd284d122c1c", + "x-ms-client-request-id": "6c51f659dc23484c8584b05e1d45c3c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -15064,7 +28892,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:11 GMT", + "Date": "Mon, 25 Oct 2021 06:39:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15073,32 +28901,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "990d4eec0b75b8bdb69dfd284d122c1c", - "x-ms-correlation-request-id": "e1e8954f-4acd-486a-9ec2-fea1b8bc5c8a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29200", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "e533896c-4b2f-416e-a4b1-f20b7a2be406", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034111Z:e1e8954f-4acd-486a-9ec2-fea1b8bc5c8a" + "x-ms-client-request-id": "6c51f659dc23484c8584b05e1d45c3c5", + "x-ms-correlation-request-id": "2c1b7edf-6af4-4fb8-b5c6-758f05c2007a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25858", + "x-ms-ratelimit-remaining-subscription-reads": "11529", + "x-ms-request-id": "25f95cf2-14d9-4e11-bea1-e172183d4ae2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063914Z:2c1b7edf-6af4-4fb8-b5c6-758f05c2007a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:40:38.4433462\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T03:41:11.0526989\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:38:06.1717189\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:39:14.2185869\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u00227d0531f2-52aa-4060-af8e-d1355d7e3dce\u0022\r\n", + " \u0022name\u0022: \u00221c0ac817-a2a6-4072-baed-ee781d83c9f1\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/7d0531f2-52aa-4060-af8e-d1355d7e3dce?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1c0ac817-a2a6-4072-baed-ee781d83c9f1?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5307f2738d9977c58eef6724be3a3f06", + "x-ms-client-request-id": "92e77835a814ef45e57b1c94cdd57638", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -15106,7 +28934,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 03:41:11 GMT", + "Date": "Mon, 25 Oct 2021 06:39:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15115,19 +28943,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5307f2738d9977c58eef6724be3a3f06", - "x-ms-correlation-request-id": "d6cdd32a-baba-479f-9bd6-aeac44244d75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29199", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "fd604243-0d62-4b11-8c69-5486fd68f0f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034112Z:d6cdd32a-baba-479f-9bd6-aeac44244d75" + "x-ms-client-request-id": "92e77835a814ef45e57b1c94cdd57638", + "x-ms-correlation-request-id": "41c393ce-ba29-47f0-8ce7-b23c800adc0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25857", + "x-ms-ratelimit-remaining-subscription-reads": "11528", + "x-ms-request-id": "e3458632-2440-4855-a996-29dbe80d06f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063914Z:41c393ce-ba29-47f0-8ce7-b23c800adc0d" }, "ResponseBody": [] } ], "Variables": { "RandomSeed": "786034116", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff()Async.json index 6ecba6f461064..33a962ef30b0c 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/PowerOff()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-f09e51ca77f7c74b9b1ef434b83fabae-c12eacb8a8a41c41-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "2d948a67d84d157122e474ff4ca38528", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:01 GMT", + "Date": "Mon, 25 Oct 2021 06:44:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a3263a2-9be4-4ea3-8182-eba82acc9e7c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9a3263a2-9be4-4ea3-8182-eba82acc9e7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054401Z:9a3263a2-9be4-4ea3-8182-eba82acc9e7c" + "x-ms-correlation-request-id": "dd1d1796-0050-4902-8e10-d39236471634", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "dd1d1796-0050-4902-8e10-d39236471634", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064457Z:dd1d1796-0050-4902-8e10-d39236471634" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-1027?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-1027?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-b544d39f105e024e98949f547c4db838-e977575affb95543-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "ba99b4d3722554a700ec6a09857d1216", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:02 GMT", + "Date": "Mon, 25 Oct 2021 06:44:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8c81a6a-9e1f-450f-a87f-ecc5ea6e0c9f", + "x-ms-correlation-request-id": "7c3b258b-b94e-4480-a2af-af61ece96800", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b8c81a6a-9e1f-450f-a87f-ecc5ea6e0c9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054402Z:b8c81a6a-9e1f-450f-a87f-ecc5ea6e0c9f" + "x-ms-request-id": "7c3b258b-b94e-4480-a2af-af61ece96800", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064458Z:7c3b258b-b94e-4480-a2af-af61ece96800" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027", "name": "testRG-1027", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-07c4e46953557b4584613b0449cd0b6c-e3c5065258b9634a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "0d76c0d8113a64108571a4fb18e8ecd9", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:02 GMT", + "Date": "Mon, 25 Oct 2021 06:44:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19ce0a1b-4cf1-483e-b5a2-b0ecad509251", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "19ce0a1b-4cf1-483e-b5a2-b0ecad509251", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054403Z:19ce0a1b-4cf1-483e-b5a2-b0ecad509251" + "x-ms-correlation-request-id": "6a204fdc-f7f4-4b64-8113-3eb46c3b6a98", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "6a204fdc-f7f4-4b64-8113-3eb46c3b6a98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064500Z:6a204fdc-f7f4-4b64-8113-3eb46c3b6a98" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,168 +8618,3933 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "171", - "Content-Type": "application/json", - "traceparent": "00-07c4e46953557b4584613b0449cd0b6c-7bb7af3ad3edbb4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "aca6b0712264f985d785aa195ef7ed36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-182", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/625f2069-9243-4ad8-8689-121b5aa662fc?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1245", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5565e936-f40c-498d-93d0-7e3e05be528f", - "x-ms-client-request-id": "aca6b0712264f985d785aa195ef7ed36", - "x-ms-correlation-request-id": "04451137-3042-4dde-88b0-a5741e2acd18", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "625f2069-9243-4ad8-8689-121b5aa662fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054408Z:04451137-3042-4dde-88b0-a5741e2acd18" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-9160\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022158df85f-9ac2-44f3-a479-26b984f2c672\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00225cd9d4fe-9b60-482b-8214-156ea23462d1\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-182\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022158df85f-9ac2-44f3-a479-26b984f2c672\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "171", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aca6b0712264f985d785aa195ef7ed36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-182", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/365a8c55-7067-4858-afd3-6ed5acd32573?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a00d46c0-1cf6-4002-98cf-5ed2732b0cc3", + "x-ms-client-request-id": "aca6b0712264f985d785aa195ef7ed36", + "x-ms-correlation-request-id": "a95a881b-b73b-4703-b9a8-3c216b944e6d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "365a8c55-7067-4858-afd3-6ed5acd32573", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064506Z:a95a881b-b73b-4703-b9a8-3c216b944e6d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-9160\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022dd696644-af9a-4045-91b0-0ed38275f39f\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002254b38f68-f211-4f34-b456-a665138e631a\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-182\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022dd696644-af9a-4045-91b0-0ed38275f39f\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/365a8c55-7067-4858-afd3-6ed5acd32573?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "610bab1c0c6fb6da3a7d36b467f7058e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "510f25ff-88e3-4926-ba4b-a4e594132295", + "x-ms-client-request-id": "610bab1c0c6fb6da3a7d36b467f7058e", + "x-ms-correlation-request-id": "e93525d3-6a7d-443c-89b0-b57dde3c1b07", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d7f2ddba-f834-4bf3-8d35-b4650455db39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064507Z:e93525d3-6a7d-443c-89b0-b57dde3c1b07" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2116d844598acef351e02a2354f49d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:07 GMT", + "ETag": "W/\u00229094d00e-8ee9-4dd9-a49f-c328953aacf3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1af0ce68-2816-42ca-90e4-13ad3300dea8", + "x-ms-client-request-id": "d2116d844598acef351e02a2354f49d2", + "x-ms-correlation-request-id": "a7b7c4a9-897e-4d76-90ce-247641fdc33b", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "fa6fcc13-c10b-4249-9b10-ac990a129938", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064507Z:a7b7c4a9-897e-4d76-90ce-247641fdc33b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-9160\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229094d00e-8ee9-4dd9-a49f-c328953aacf3\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002254b38f68-f211-4f34-b456-a665138e631a\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-182\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229094d00e-8ee9-4dd9-a49f-c328953aacf3\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1387", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3fd27b18bebdec76b986d6c8fc520b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-8843", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2626", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3fd27b18bebdec76b986d6c8fc520b2", + "x-ms-correlation-request-id": "d209d416-5a61-4b80-adb2-b5795eb42fed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;293,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1174,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-charge": "4", + "x-ms-request-id": "efbe59d4-95a0-4f48-bad4-4a83271676c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064510Z:d209d416-5a61-4b80-adb2-b5795eb42fed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-8843\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-8843\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u002265248f95-195a-4621-b2ff-ee3c49e079bb\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f03633352faf9a2a63266ffd7821c6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f03633352faf9a2a63266ffd7821c6f", + "x-ms-correlation-request-id": "d0509e4f-a041-4ce4-a953-8c7e398fbc9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25340", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "803eb5ac-28d8-4286-9aca-775850ffb0a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064511Z:d0509e4f-a041-4ce4-a953-8c7e398fbc9e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7e64ffe069eb0df3e26f68c5f76d434", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7e64ffe069eb0df3e26f68c5f76d434", + "x-ms-correlation-request-id": "39b715f6-e5be-49f0-a1b6-8c318b55edc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25339", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "049e34a7-a6f9-4a42-87a4-e977af7e5cb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064511Z:39b715f6-e5be-49f0-a1b6-8c318b55edc0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c398218e0c26ab8bbb79cc09ae9ff3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c398218e0c26ab8bbb79cc09ae9ff3a", + "x-ms-correlation-request-id": "9a21235b-4b00-4463-a866-137fec30e7cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25338", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "23635a3a-651f-4c9d-9173-e8dceacd5ece", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064511Z:9a21235b-4b00-4463-a866-137fec30e7cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ba52bc42a9512d4c845201d45b159930", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba52bc42a9512d4c845201d45b159930", + "x-ms-correlation-request-id": "35c2abb0-72a1-4628-abff-a2fd67974101", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25337", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "752b2fb3-e33c-49d1-99be-e75277516873", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064511Z:35c2abb0-72a1-4628-abff-a2fd67974101" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55e7325ef0491ead977c1be66a1e1654", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55e7325ef0491ead977c1be66a1e1654", + "x-ms-correlation-request-id": "8e37ce6c-9045-4b5b-b0da-32c43a66f359", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25336", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "69e93da2-607c-4a2a-b93f-fa903ceb4564", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064512Z:8e37ce6c-9045-4b5b-b0da-32c43a66f359" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a34abc261a236ee2360ba76fdfe40ea6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a34abc261a236ee2360ba76fdfe40ea6", + "x-ms-correlation-request-id": "5d463882-42e8-4dfc-8314-276a4a2d9973", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25335", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ae329fd3-7de1-4fb6-bd65-2e25e7db6ed8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064512Z:5d463882-42e8-4dfc-8314-276a4a2d9973" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "67626c1ea90151f00e3423d48d65c365", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67626c1ea90151f00e3423d48d65c365", + "x-ms-correlation-request-id": "c9efacfc-82b8-4cfd-b68f-bb59c20917f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25334", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2b60823a-76fc-4fc3-9da4-c71f55d26719", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064512Z:c9efacfc-82b8-4cfd-b68f-bb59c20917f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9fadad3cf5ca430c4f791f3d483d3eb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fadad3cf5ca430c4f791f3d483d3eb2", + "x-ms-correlation-request-id": "ef5239ba-835a-4fd3-a95c-efb8dbfa1aed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25333", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "2ca8c00b-7e3a-4f1b-a402-261a5e9c7954", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064512Z:ef5239ba-835a-4fd3-a95c-efb8dbfa1aed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fdc8756eafbb7d52cbf994eff70ee1d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdc8756eafbb7d52cbf994eff70ee1d1", + "x-ms-correlation-request-id": "98845ae4-cdaa-4789-b986-c6bdf20c0677", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25332", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "5dfb25bc-9cb6-4f07-a525-7811d1e14e26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064513Z:98845ae4-cdaa-4789-b986-c6bdf20c0677" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "313342486f3728db5f1f17888ab308d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "313342486f3728db5f1f17888ab308d1", + "x-ms-correlation-request-id": "80e156f6-d7be-4e6b-aa88-7b3699edb727", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25331", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "55e059c1-b1da-44b4-9a36-2f2987c71443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064513Z:80e156f6-d7be-4e6b-aa88-7b3699edb727" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "176670f5c59d8daa5a2fd3d1611d4b41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "176670f5c59d8daa5a2fd3d1611d4b41", + "x-ms-correlation-request-id": "912eb770-6b60-4e5a-b8ae-457657ab51f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25330", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3be0f637-12fb-40c6-b394-e3b11bb1bd52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064513Z:912eb770-6b60-4e5a-b8ae-457657ab51f2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "06f44e970d09ff7b9a9f9d9c97c9f317", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06f44e970d09ff7b9a9f9d9c97c9f317", + "x-ms-correlation-request-id": "1a5c2ff1-97a3-4c34-b583-c32bbe595270", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25329", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "82d8fc4a-32be-4757-a9c5-8886969d6ee7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064513Z:1a5c2ff1-97a3-4c34-b583-c32bbe595270" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87f9c2f1c9a7833498a6d6079b0ac742", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87f9c2f1c9a7833498a6d6079b0ac742", + "x-ms-correlation-request-id": "65a39c66-9381-462b-9d0a-92a54483fe42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25328", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "817be136-fc9d-4b2c-84cb-b79913f6816b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064514Z:65a39c66-9381-462b-9d0a-92a54483fe42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3cf1d5d301bfe8c7f4677dfd270df591", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cf1d5d301bfe8c7f4677dfd270df591", + "x-ms-correlation-request-id": "c2e7c880-b1fc-40e0-b6d0-4e2d6eee66a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25327", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "086cb694-28b7-44dc-a16b-bfc490a194bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064514Z:c2e7c880-b1fc-40e0-b6d0-4e2d6eee66a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9edfbc3cc423cd991a716e6336746390", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9edfbc3cc423cd991a716e6336746390", + "x-ms-correlation-request-id": "285bea3a-4489-48fc-96e7-4625541985c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25326", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "32442fa1-d776-430b-8c47-4783350eb7d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064514Z:285bea3a-4489-48fc-96e7-4625541985c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c1c95bd7b6d8ef58fb1192404c365b8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1c95bd7b6d8ef58fb1192404c365b8a", + "x-ms-correlation-request-id": "5e191a06-d1d4-4aee-b977-4277aa081c1a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25325", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "b69e1e5a-c9b1-426a-a496-c631b7c308b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064514Z:5e191a06-d1d4-4aee-b977-4277aa081c1a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dfca45b0292a0e1e3c23224e9264b280", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfca45b0292a0e1e3c23224e9264b280", + "x-ms-correlation-request-id": "853bf75d-1fe2-4221-a8ae-fd1c2b203887", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25324", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "b23979ad-b47e-44bf-b751-4def603bae70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064515Z:853bf75d-1fe2-4221-a8ae-fd1c2b203887" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc26ec03334485b863efa312325980e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc26ec03334485b863efa312325980e3", + "x-ms-correlation-request-id": "3e18c22e-ac2b-423d-8e3f-10709321358c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25323", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "245481ac-2340-4c0c-850d-ce028c1d37b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064515Z:3e18c22e-ac2b-423d-8e3f-10709321358c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f0b2e41584a9ad653cba85b5940a5c96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0b2e41584a9ad653cba85b5940a5c96", + "x-ms-correlation-request-id": "72beb202-899d-437e-9cb5-e4b668fe306d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25322", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "3b94b5dc-2a48-4746-a68f-453c1a269f2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064515Z:72beb202-899d-437e-9cb5-e4b668fe306d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "603c115f8f0f7d458d447b3a860cdbe2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "603c115f8f0f7d458d447b3a860cdbe2", + "x-ms-correlation-request-id": "e7ef73fa-34f4-49f4-8348-4f31905b9053", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25321", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "86fd7b54-ec53-4bf9-8c31-6eab1690a5f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064515Z:e7ef73fa-34f4-49f4-8348-4f31905b9053" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae383ea2c1b27ed787788f89ad03f158", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae383ea2c1b27ed787788f89ad03f158", + "x-ms-correlation-request-id": "3760f81e-94b0-472d-95b3-7fedb1f4012b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25320", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "10467ebb-e670-4db8-86d9-4257d32195c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064516Z:3760f81e-94b0-472d-95b3-7fedb1f4012b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21b30c93201c85d49e356364092a272f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21b30c93201c85d49e356364092a272f", + "x-ms-correlation-request-id": "5c7e84c1-3b9e-4f6a-b415-3a31cc7aa2ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25318", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "3b53bcc9-0581-4a14-a503-9eb14f95a051", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064516Z:5c7e84c1-3b9e-4f6a-b415-3a31cc7aa2ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5612a3dfadd19de439bdd89700bccf89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5612a3dfadd19de439bdd89700bccf89", + "x-ms-correlation-request-id": "deca7d5b-b3dd-4ef6-80f8-a87ccdb639cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25317", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "0b633f78-8b48-48a2-b17a-51e81683409d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064516Z:deca7d5b-b3dd-4ef6-80f8-a87ccdb639cf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7aa72253ba5981c56ab3107d5e73755c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aa72253ba5981c56ab3107d5e73755c", + "x-ms-correlation-request-id": "3567fdc1-c0c4-42be-af95-5d32f17f6645", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25316", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "175b555e-222a-4be7-8c2b-865cf97e9b3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064516Z:3567fdc1-c0c4-42be-af95-5d32f17f6645" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0aaa5f519bf0e5872815e75f483c84e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aaa5f519bf0e5872815e75f483c84e1", + "x-ms-correlation-request-id": "150db51f-9596-418a-97b2-6265c89ca9f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25315", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "6b15414a-b9b4-4adf-9e97-51a8e4b7cc87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064517Z:150db51f-9596-418a-97b2-6265c89ca9f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e610d965ad8324d6dd90ec1d9d673ec6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e610d965ad8324d6dd90ec1d9d673ec6", + "x-ms-correlation-request-id": "c5cb4eda-36b4-4c78-98df-3cde7541b18b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25314", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "58220649-e3d7-48b7-b63a-d52553f286cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064517Z:c5cb4eda-36b4-4c78-98df-3cde7541b18b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a1467c48c411b8999bc25143d266392d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1467c48c411b8999bc25143d266392d", + "x-ms-correlation-request-id": "2957562b-f1bd-4b3a-b2a1-9dcd49e77403", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25312", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "83772b67-0f42-4142-ad7f-35849260650f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064517Z:2957562b-f1bd-4b3a-b2a1-9dcd49e77403" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85172f2e8f62a3d989852d5fae6948c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85172f2e8f62a3d989852d5fae6948c0", + "x-ms-correlation-request-id": "e174d015-756b-4bb4-9fd5-e5b42643c978", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25311", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "d4993ba7-8d7b-47e4-9faa-dd01f3d1048d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064517Z:e174d015-756b-4bb4-9fd5-e5b42643c978" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb1620d7e3f6a1d040584ac05b925276", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb1620d7e3f6a1d040584ac05b925276", + "x-ms-correlation-request-id": "7a11f59e-9912-4632-be9f-82100cfc35d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25310", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "e7399a03-2d26-4ed2-a524-caf5a3920736", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064518Z:7a11f59e-9912-4632-be9f-82100cfc35d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6deebe57b84fb964a3a2188c97390932", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6deebe57b84fb964a3a2188c97390932", + "x-ms-correlation-request-id": "a19177c0-8c83-4d73-967b-74dcb08bee5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25309", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "10159bdb-1c88-4e29-a7f5-f0187f6846bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064518Z:a19177c0-8c83-4d73-967b-74dcb08bee5e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b16c917a6d4f4b365f764509441848f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b16c917a6d4f4b365f764509441848f6", + "x-ms-correlation-request-id": "c0bd2582-72e9-41e6-a00e-c1b312e5a84c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25308", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "2637e2dc-3b8c-491e-96b9-3e58057e9960", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064518Z:c0bd2582-72e9-41e6-a00e-c1b312e5a84c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f008b633da7a1f71bc5d2854cb430a07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f008b633da7a1f71bc5d2854cb430a07", + "x-ms-correlation-request-id": "b71ccf04-0513-4951-8c1d-28822134cc19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25307", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "c8030af9-bc72-47da-9ed0-ae92ece29d3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064518Z:b71ccf04-0513-4951-8c1d-28822134cc19" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca46184ea026e92788a30ed9725b748b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca46184ea026e92788a30ed9725b748b", + "x-ms-correlation-request-id": "f56efbbc-e920-4d96-bcca-f10553a5b033", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25306", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "d6b68deb-90cc-489c-95d9-9200b667fc15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064519Z:f56efbbc-e920-4d96-bcca-f10553a5b033" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e059215919309fb8204cf5f145e17f1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e059215919309fb8204cf5f145e17f1b", + "x-ms-correlation-request-id": "2b1ac22d-bf45-488e-882b-0fbced572bcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25305", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "ef3cac3b-446f-4e74-9407-2487bc7e7a41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064519Z:2b1ac22d-bf45-488e-882b-0fbced572bcb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2cba3e6c7ed192cf8f1f67d6cb97ac60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cba3e6c7ed192cf8f1f67d6cb97ac60", + "x-ms-correlation-request-id": "702e0813-5a09-4578-921e-0a860fc813e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25304", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "a1293d34-3831-48f2-a764-209c87cd5e67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064519Z:702e0813-5a09-4578-921e-0a860fc813e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a9fb9de929ea35d660a7aad9aa35a4a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9fb9de929ea35d660a7aad9aa35a4a7", + "x-ms-correlation-request-id": "b400a620-847e-440f-b22b-35226c59ab39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25303", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "3c7a5312-c0b0-4f93-b0d2-565122531ded", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064520Z:b400a620-847e-440f-b22b-35226c59ab39" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "346df32348a0dab951c65110b1e1d488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "346df32348a0dab951c65110b1e1d488", + "x-ms-correlation-request-id": "229c3cf5-72e8-450e-ab18-f71b21ba6c59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25302", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "9741fbf2-f390-46ba-a6f0-e9d8b27709f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064520Z:229c3cf5-72e8-450e-ab18-f71b21ba6c59" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a70894a0d6e542306784cb2ad4f6e759", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a70894a0d6e542306784cb2ad4f6e759", + "x-ms-correlation-request-id": "d71f2947-6d84-48ab-a1f8-2ba61efd0ee9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25301", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "6ca86e48-2a1d-46a4-a470-3195343eacc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064520Z:d71f2947-6d84-48ab-a1f8-2ba61efd0ee9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7b2c07b772aa0c0e3205724d7c5837e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7b2c07b772aa0c0e3205724d7c5837e", + "x-ms-correlation-request-id": "d015ac3c-1615-4bfe-bb99-835cdf5a009f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25300", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "1fd07e3c-dce2-4348-bb73-b425f6b9b8fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064520Z:d015ac3c-1615-4bfe-bb99-835cdf5a009f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "153921d2fc2c4dc1c32acc1b7c8f065b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "153921d2fc2c4dc1c32acc1b7c8f065b", + "x-ms-correlation-request-id": "dd02505f-f526-41e5-8c80-6d82b62c00f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25299", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "f41d5bc8-99e8-4751-be57-d971abe8366e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064521Z:dd02505f-f526-41e5-8c80-6d82b62c00f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f195f7defc2e285ed467c3c47e0c6ba2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f195f7defc2e285ed467c3c47e0c6ba2", + "x-ms-correlation-request-id": "7778dc78-ab89-4c48-a59c-ac74faa30dc8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25298", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "63451668-fc66-477b-8ce1-20fc03addf41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064521Z:7778dc78-ab89-4c48-a59c-ac74faa30dc8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b3574d01d1bc7e2dfe6514ffaba42454", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3574d01d1bc7e2dfe6514ffaba42454", + "x-ms-correlation-request-id": "05c61ca7-e014-40e0-bcee-a76d57d7f600", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25297", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "690db01e-94c0-4aff-bb09-35f454214ae3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064521Z:05c61ca7-e014-40e0-bcee-a76d57d7f600" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e045fc1a9230d550c21041c439fccfb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e045fc1a9230d550c21041c439fccfb6", + "x-ms-correlation-request-id": "ec00a792-c78e-42f3-b573-d495d65f5384", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25296", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "6976b223-8446-4418-82e8-dee742ca1967", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064521Z:ec00a792-c78e-42f3-b573-d495d65f5384" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2f1a2abf52370c9eca17f2c9e85e7d2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f1a2abf52370c9eca17f2c9e85e7d2f", + "x-ms-correlation-request-id": "6ac3d973-0124-493a-b799-d58aa1d06f50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25295", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "c01a3f86-dee2-4973-9b48-862aaafa62cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064522Z:6ac3d973-0124-493a-b799-d58aa1d06f50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82aa6f438ac66e71fc82f0ac90684402", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82aa6f438ac66e71fc82f0ac90684402", + "x-ms-correlation-request-id": "908dd6fd-101b-4829-b782-581d295ab233", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25294", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "d046531b-0a75-432c-acfd-94ccaba4ab7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064522Z:908dd6fd-101b-4829-b782-581d295ab233" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81405d96f58ac71c5d3815189f87ed63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81405d96f58ac71c5d3815189f87ed63", + "x-ms-correlation-request-id": "0983112d-835c-49a7-ac0a-9692746069de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25293", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "e5a0f316-5c82-4bb7-80a3-249cf30c1d5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064522Z:0983112d-835c-49a7-ac0a-9692746069de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca8111934d5234efb8ab32b562f27c61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca8111934d5234efb8ab32b562f27c61", + "x-ms-correlation-request-id": "821aeceb-5e07-4647-96f3-871fc4a47559", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25292", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "2c2dcaae-6431-4d53-8ef1-b6502b10755d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064522Z:821aeceb-5e07-4647-96f3-871fc4a47559" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a33f0d2fc1e4ea552e2248e7559cf75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a33f0d2fc1e4ea552e2248e7559cf75", + "x-ms-correlation-request-id": "fbfe0ac7-e902-4862-8984-d6ce22e2ae83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25291", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "1a8a73ab-c558-4f60-9d52-c34f89cdbaa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064523Z:fbfe0ac7-e902-4862-8984-d6ce22e2ae83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f198c957ae748af6d0bc8dec266656b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f198c957ae748af6d0bc8dec266656b", + "x-ms-correlation-request-id": "c99aa7e4-47b7-41b1-a463-1ecdc7408756", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25290", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "b076db3d-957d-4d23-858a-fdee55447295", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064523Z:c99aa7e4-47b7-41b1-a463-1ecdc7408756" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af46b4bc625497456b3377702861bf5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af46b4bc625497456b3377702861bf5f", + "x-ms-correlation-request-id": "d1876304-f4b7-404f-b7e7-65368e1ed5b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25289", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "ad105b92-3e7c-4ca2-bd2a-912bda2a430c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064523Z:d1876304-f4b7-404f-b7e7-65368e1ed5b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d620bcdcfcd9587940ea1c1333c68beb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d620bcdcfcd9587940ea1c1333c68beb", + "x-ms-correlation-request-id": "74d54e7b-af52-481f-b650-53b17b757d10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25288", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "b5141f69-6f80-4c98-bc6e-74fd8f180833", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064524Z:74d54e7b-af52-481f-b650-53b17b757d10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0d1b97c1f123221478113b4023f200c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0d1b97c1f123221478113b4023f200c", + "x-ms-correlation-request-id": "3c0cf50e-2dcd-4a48-9c41-6b5af28eb329", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25287", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "f68903d4-5ccf-4e53-ad06-c882c794ac4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064524Z:3c0cf50e-2dcd-4a48-9c41-6b5af28eb329" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0502694c8e46bf913aee6f69453263a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0502694c8e46bf913aee6f69453263a5", + "x-ms-correlation-request-id": "308ed660-1a17-4e4a-9609-c26f26666160", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25286", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "1c8a09e6-08bc-4edc-93d0-930b60a2a9c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064524Z:308ed660-1a17-4e4a-9609-c26f26666160" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ef38ba7fe8fbd4c9bed8f57e9c55500", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ef38ba7fe8fbd4c9bed8f57e9c55500", + "x-ms-correlation-request-id": "66f40104-0b67-402e-a607-22fe6245e4a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25285", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "de760fb2-52ba-4172-8a3e-fc50c5afaa31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064524Z:66f40104-0b67-402e-a607-22fe6245e4a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cac610c985c4eda527118524afb7ed14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cac610c985c4eda527118524afb7ed14", + "x-ms-correlation-request-id": "e37cd365-2f80-4172-8e53-6c58e39a18eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25284", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "31f013b3-f8aa-4414-9e48-14b93097589a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064525Z:e37cd365-2f80-4172-8e53-6c58e39a18eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "760c6d1eb14c4d7c1c456a58ff3ad675", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "760c6d1eb14c4d7c1c456a58ff3ad675", + "x-ms-correlation-request-id": "9e0be372-89ce-427a-bae8-94dd10501a8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25283", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "effc2b83-6750-4166-a3aa-c25a5c6cd65a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064525Z:9e0be372-89ce-427a-bae8-94dd10501a8c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "349f6f98996b22e1e605467d79280de4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "349f6f98996b22e1e605467d79280de4", + "x-ms-correlation-request-id": "acfb5f56-86c8-42a8-8b16-b433853df170", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25282", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "643f2910-cc1a-46b3-bc6a-0d6a6bb04c8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064525Z:acfb5f56-86c8-42a8-8b16-b433853df170" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7b397a00deb818b49379ae7e1b4ceeed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b397a00deb818b49379ae7e1b4ceeed", + "x-ms-correlation-request-id": "ef44b0df-497b-4438-9534-db78165e7e38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25281", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "c8a46537-2d31-439c-b7a7-2bbbcae93105", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064525Z:ef44b0df-497b-4438-9534-db78165e7e38" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "408b103bb81784a98cea90466afed4f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "408b103bb81784a98cea90466afed4f3", + "x-ms-correlation-request-id": "e3a834e8-b97c-4320-8a6f-f5e19b6264aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25280", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "85189275-5ddf-4925-82a6-585ce8663f18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064526Z:e3a834e8-b97c-4320-8a6f-f5e19b6264aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "855886385a00babcba87a0f2ea62079a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "855886385a00babcba87a0f2ea62079a", + "x-ms-correlation-request-id": "67b654cb-711a-4ae5-8749-4b364c27b924", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25279", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "233f1fd1-7cd9-4fd2-a7f6-0bd7f48ccd74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064526Z:67b654cb-711a-4ae5-8749-4b364c27b924" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68425917cc9c47ccd0b4efcd4e6dae94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68425917cc9c47ccd0b4efcd4e6dae94", + "x-ms-correlation-request-id": "67574999-1644-4e7d-8824-cd6e15c42e87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25278", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "a5f51034-73a3-46ee-bbd1-27af18368a53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064526Z:67574999-1644-4e7d-8824-cd6e15c42e87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9446baa468f3e0ed53d0868f17b79a29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9446baa468f3e0ed53d0868f17b79a29", + "x-ms-correlation-request-id": "9ddfef98-ba2c-4661-9035-cea23bbe42ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25277", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "af05575e-ee88-4f67-8a72-fdeb062f1550", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064527Z:9ddfef98-ba2c-4661-9035-cea23bbe42ce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "112ff6e36bbc6b56b911b44c6bee6c4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "112ff6e36bbc6b56b911b44c6bee6c4c", + "x-ms-correlation-request-id": "057fdd90-e63f-4883-8e9b-6c69ab2fec7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25276", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "0bb541b3-70b4-4e20-8e2b-cb16d3fa8a2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064527Z:057fdd90-e63f-4883-8e9b-6c69ab2fec7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "304d0cd9721cafa66b6115cb463c2f19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "304d0cd9721cafa66b6115cb463c2f19", + "x-ms-correlation-request-id": "3f90317b-d036-4177-bb52-d8f763094fa0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25275", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "645f75e6-d7ba-4ffa-86b4-6556f929a0fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064527Z:3f90317b-d036-4177-bb52-d8f763094fa0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "57eac51a9c3e38d863dadbe2b3a17464", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57eac51a9c3e38d863dadbe2b3a17464", + "x-ms-correlation-request-id": "2ff21f33-e8de-437e-b82d-d9c4cbbf7828", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25274", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "d59d7eb3-f8af-4ee0-87f8-f7d4255af2ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064527Z:2ff21f33-e8de-437e-b82d-d9c4cbbf7828" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0bb639646969710d507fa55a568b257c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0bb639646969710d507fa55a568b257c", + "x-ms-correlation-request-id": "e350a93e-bdd2-4891-bbca-fe5ec51e46d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25273", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "9de18a28-43b5-4688-8ef2-e2ffaac1ba8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064528Z:e350a93e-bdd2-4891-bbca-fe5ec51e46d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6319be114043c0d3314cc4196c3fbca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6319be114043c0d3314cc4196c3fbca", + "x-ms-correlation-request-id": "2243e2ac-e28d-4a83-abb2-bc5ea1810085", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;25272", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "540331cc-c414-4121-9fb9-16ff09460da1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064528Z:2243e2ac-e28d-4a83-abb2-bc5ea1810085" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c67b0ed2386b0b0b87807bef67de2d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c67b0ed2386b0b0b87807bef67de2d8", + "x-ms-correlation-request-id": "05dafbbb-ac5b-40e0-8930-f51e8b81ddbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25271", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "2068f43d-7404-49e3-a66a-66063afad476", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064528Z:05dafbbb-ac5b-40e0-8930-f51e8b81ddbd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "18005eb5ce6f4f5f2c79d8549dcbda8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18005eb5ce6f4f5f2c79d8549dcbda8c", + "x-ms-correlation-request-id": "6166fc94-05c5-4f29-9958-78b7cd859d79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25270", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "02693883-a4d7-4c18-89ed-323d7ee46047", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064528Z:6166fc94-05c5-4f29-9958-78b7cd859d79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a66dda841823bdf6ea80ee8b0c4e45b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a66dda841823bdf6ea80ee8b0c4e45b5", + "x-ms-correlation-request-id": "6baf91b4-7621-4e0d-8e40-7a386832e27a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25269", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "b60c21b8-8d87-4451-bc3c-73458bc61ccd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064529Z:6baf91b4-7621-4e0d-8e40-7a386832e27a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "378bf432e2c21e5b5017e00c4b5b13ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "378bf432e2c21e5b5017e00c4b5b13ec", + "x-ms-correlation-request-id": "7d26e5a0-09bd-4903-8637-d709c3d547bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25268", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "8cad340a-0bf1-42e6-ba00-7e2502ae19ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064529Z:7d26e5a0-09bd-4903-8637-d709c3d547bb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/625f2069-9243-4ad8-8689-121b5aa662fc?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07c4e46953557b4584613b0449cd0b6c-7284c3d1bce0a546-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "610bab1c0c6fb6da3a7d36b467f7058e", + "x-ms-client-request-id": "1c3a7b9e3c109cb468432defe0d443dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "30", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:08 GMT", + "Date": "Mon, 25 Oct 2021 06:45:29 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b89a38a8-fc71-4128-a4c3-b9de8f4d7c36", - "x-ms-client-request-id": "610bab1c0c6fb6da3a7d36b467f7058e", - "x-ms-correlation-request-id": "49d4065b-6c06-4813-9247-53b8c20b8bd6", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "dc911808-f39c-4b9e-9c2c-172fec8c3405", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054408Z:49d4065b-6c06-4813-9247-53b8c20b8bd6" + "x-ms-client-request-id": "1c3a7b9e3c109cb468432defe0d443dd", + "x-ms-correlation-request-id": "414b4c3d-3dba-4aa8-aafb-f371d9368989", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25267", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "1f55c42b-5eb4-4346-98b2-d46ff8fec2fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064529Z:414b4c3d-3dba-4aa8-aafb-f371d9368989" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/625f2069-9243-4ad8-8689-121b5aa662fc?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07c4e46953557b4584613b0449cd0b6c-363760ab0b500644-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d2116d844598acef351e02a2354f49d2", + "x-ms-client-request-id": "a8222233a23fa1c97f4e550c38ea718f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:09 GMT", + "Date": "Mon, 25 Oct 2021 06:45:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,40 +12553,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19e5049b-4bbc-4941-9e39-534166b13cb4", - "x-ms-client-request-id": "d2116d844598acef351e02a2354f49d2", - "x-ms-correlation-request-id": "3c1c4cb7-8e13-49bd-bf9d-fa4cfa2abfa0", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4c49431e-24d0-408e-9a2a-31411bbb11e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054409Z:3c1c4cb7-8e13-49bd-bf9d-fa4cfa2abfa0" + "x-ms-client-request-id": "a8222233a23fa1c97f4e550c38ea718f", + "x-ms-correlation-request-id": "34d440d7-0445-4cde-9993-ef22a1789002", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25266", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "d2c152b2-16c4-400b-a0ca-e012462804f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064530Z:34d440d7-0445-4cde-9993-ef22a1789002" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07c4e46953557b4584613b0449cd0b6c-2d663ce35112b247-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b3fd27b18bebdec76b986d6c8fc520b2", + "x-ms-client-request-id": "91ed016c2914f6a53feecf7fb56c3e7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:09 GMT", - "ETag": "W/\u002258a64d26-1653-43bd-b64e-70a77e127cdd\u0022", + "Date": "Mon, 25 Oct 2021 06:45:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8714,259 +12595,325 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "545bd97b-1d89-4130-b975-9cf9771d3f6e", - "x-ms-client-request-id": "b3fd27b18bebdec76b986d6c8fc520b2", - "x-ms-correlation-request-id": "5ab3c427-5e3f-490a-8f7c-cf0764fb56c9", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "593aa92f-ec88-4802-95c6-63399c89d8a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054410Z:5ab3c427-5e3f-490a-8f7c-cf0764fb56c9" + "x-ms-client-request-id": "91ed016c2914f6a53feecf7fb56c3e7c", + "x-ms-correlation-request-id": "b0b9e6be-cc62-44b6-9b75-a65e8f17f806", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;25265", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "e5d67319-e03c-42b7-b538-13bae8f49f8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064530Z:b0b9e6be-cc62-44b6-9b75-a65e8f17f806" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-9160\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002258a64d26-1653-43bd-b64e-70a77e127cdd\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00225cd9d4fe-9b60-482b-8214-156ea23462d1\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-182\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002258a64d26-1653-43bd-b64e-70a77e127cdd\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29d803d46a39fbacb2989cc1e6a8647e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29d803d46a39fbacb2989cc1e6a8647e", + "x-ms-correlation-request-id": "1cefc678-afa5-48e4-90b6-9cdc218ddaea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;25264", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "264d9f99-4d32-46fd-a7e5-de04f72673c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064530Z:1cefc678-afa5-48e4-90b6-9cdc218ddaea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de829ed1b2e609c97c2c6950d349ec13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de829ed1b2e609c97c2c6950d349ec13", + "x-ms-correlation-request-id": "f61c14b2-406c-476f-92d4-e3db77d98d85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;25263", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "6c6895a9-5ea0-4e39-b7d0-00ebc3c1801e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064530Z:f61c14b2-406c-476f-92d4-e3db77d98d85" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3537d80f4811015654f2de7b8de30f96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3537d80f4811015654f2de7b8de30f96", + "x-ms-correlation-request-id": "9698e0af-215b-4919-a9e9-f55eee548f5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;25262", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "860a86ef-eb95-446b-9820-8f766d433500", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064531Z:9698e0af-215b-4919-a9e9-f55eee548f5b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16ae518960e9219639ceac0c015b2768", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16ae518960e9219639ceac0c015b2768", + "x-ms-correlation-request-id": "c084fd7f-8a56-4e93-bcd5-665e3b3ae345", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;25261", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "fd508221-10b4-4c9f-ac43-6c0933317fe6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064531Z:c084fd7f-8a56-4e93-bcd5-665e3b3ae345" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0eb288ab2f70886c488089f3d34d7c99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0eb288ab2f70886c488089f3d34d7c99", + "x-ms-correlation-request-id": "4f09571f-d188-4710-ba06-9c0c815e96b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;25260", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "e8731301-8ea4-4681-bbc9-91ce57396b74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064531Z:4f09571f-d188-4710-ba06-9c0c815e96b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81c6d31dd69aaf294216fb429b4900f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81c6d31dd69aaf294216fb429b4900f8", + "x-ms-correlation-request-id": "7c5c1af4-1d07-4274-8643-e9ba59167262", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;25259", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "3ea0d842-03fb-4771-8a50-4c82bb1f3609", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064531Z:7c5c1af4-1d07-4274-8643-e9ba59167262" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1387", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "42b15ebc01f3d7e9bc5f2b50093780ea", + "x-ms-client-request-id": "04cf75ca01315a25e426ce69d6a24eeb", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-8843", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3788", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:14 GMT", + "Date": "Mon, 25 Oct 2021 06:45:31 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42b15ebc01f3d7e9bc5f2b50093780ea", - "x-ms-correlation-request-id": "018b6de4-f00e-4b6d-8414-8ee402c58205", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;297,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-charge": "4", - "x-ms-request-id": "1ab6ca38-0aef-47e0-ac46-0abacda31984", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054414Z:018b6de4-f00e-4b6d-8414-8ee402c58205" + "x-ms-client-request-id": "04cf75ca01315a25e426ce69d6a24eeb", + "x-ms-correlation-request-id": "63ffb91d-dbd4-4c52-91f3-a516f8c0314a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;25258", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "25ecd1cc-5db3-44d9-b63e-38093dbe1f1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064532Z:63ffb91d-dbd4-4c52-91f3-a516f8c0314a" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-8843\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-8843\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u00227094ebf9-8d62-4706-a64b-455993f68172\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d7e64ffe069eb0df3e26f68c5f76d434", + "x-ms-client-request-id": "2eef1352a595d5ce5f03cb5a3429edfe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8975,41 +12922,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:14 GMT", + "Date": "Mon, 25 Oct 2021 06:45:31 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7e64ffe069eb0df3e26f68c5f76d434", - "x-ms-correlation-request-id": "90cd5503-1865-4eae-ba44-fc7af94e6709", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29795", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a267dc92-5200-4fe7-92e5-3545d66ba290", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054415Z:90cd5503-1865-4eae-ba44-fc7af94e6709" + "x-ms-client-request-id": "2eef1352a595d5ce5f03cb5a3429edfe", + "x-ms-correlation-request-id": "0b1368b0-5073-4398-b99a-449e398232bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;25257", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "44cc63f7-f17f-4625-8e21-d18d4db1842e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064532Z:0b1368b0-5073-4398-b99a-449e398232bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c398218e0c26ab8bbb79cc09ae9ff3a", + "x-ms-client-request-id": "5d28907f777d1c68ad6c9d7408c0d89f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9018,7 +12964,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:15 GMT", + "Date": "Mon, 25 Oct 2021 06:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,31 +12973,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c398218e0c26ab8bbb79cc09ae9ff3a", - "x-ms-correlation-request-id": "a2e06fe7-9f3c-4051-86b1-273a2dd5eb3e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29794", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0546a2a2-cc9c-4fc8-a9ce-ad9ac7967ec8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054416Z:a2e06fe7-9f3c-4051-86b1-273a2dd5eb3e" + "x-ms-client-request-id": "5d28907f777d1c68ad6c9d7408c0d89f", + "x-ms-correlation-request-id": "31622bba-8664-4f4c-95b2-a56343166160", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;25256", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "f7205a94-f70b-4598-9eb9-76a3b9f0d3d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064532Z:31622bba-8664-4f4c-95b2-a56343166160" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ba52bc42a9512d4c845201d45b159930", + "x-ms-client-request-id": "88f00fc7d25a2463a7faa52d35ca25ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9060,7 +13006,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:17 GMT", + "Date": "Mon, 25 Oct 2021 06:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,31 +13015,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba52bc42a9512d4c845201d45b159930", - "x-ms-correlation-request-id": "02911a2c-20ad-4ff1-bdc6-46ba94e8f904", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29793", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "a64f686e-f30b-41a1-824c-c8c90e645343", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054417Z:02911a2c-20ad-4ff1-bdc6-46ba94e8f904" + "x-ms-client-request-id": "88f00fc7d25a2463a7faa52d35ca25ba", + "x-ms-correlation-request-id": "6e2a76ac-5888-4e3f-a280-8afd5c35a5b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;25255", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "d775dbaa-1a5a-4c35-a18a-323f39056140", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064532Z:6e2a76ac-5888-4e3f-a280-8afd5c35a5b8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "55e7325ef0491ead977c1be66a1e1654", + "x-ms-client-request-id": "45e9cf38f07ada6dabd38028085acd9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9102,7 +13048,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:18 GMT", + "Date": "Mon, 25 Oct 2021 06:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,31 +13057,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55e7325ef0491ead977c1be66a1e1654", - "x-ms-correlation-request-id": "cb0a3f9d-b05b-4236-ae6d-440ab0a3a66c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29792", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "ad4738fa-50d9-43e1-9071-11408e5ae534", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054418Z:cb0a3f9d-b05b-4236-ae6d-440ab0a3a66c" + "x-ms-client-request-id": "45e9cf38f07ada6dabd38028085acd9e", + "x-ms-correlation-request-id": "08a611d2-48ec-47ea-bf7f-5a843efb8616", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;25254", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "dae3d71e-7d98-4d95-9ff4-5029cc880ceb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064533Z:08a611d2-48ec-47ea-bf7f-5a843efb8616" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a34abc261a236ee2360ba76fdfe40ea6", + "x-ms-client-request-id": "25932c2a6539ada42c03b683d13ae6e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9144,7 +13090,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:19 GMT", + "Date": "Mon, 25 Oct 2021 06:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,31 +13099,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a34abc261a236ee2360ba76fdfe40ea6", - "x-ms-correlation-request-id": "8bf999b1-55b9-4518-9cd2-179bdf2c8a5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29791", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ca12a1d8-14f6-4194-b627-8304c750bb3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054420Z:8bf999b1-55b9-4518-9cd2-179bdf2c8a5a" + "x-ms-client-request-id": "25932c2a6539ada42c03b683d13ae6e2", + "x-ms-correlation-request-id": "4adb738b-f382-467c-a709-d7da9b56867a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;25253", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "069cfbe6-25c9-45ab-a067-8d522a16e2c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064533Z:4adb738b-f382-467c-a709-d7da9b56867a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "67626c1ea90151f00e3423d48d65c365", + "x-ms-client-request-id": "383be24792d6d625a115dd86513b1c4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9186,7 +13132,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:20 GMT", + "Date": "Mon, 25 Oct 2021 06:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,31 +13141,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67626c1ea90151f00e3423d48d65c365", - "x-ms-correlation-request-id": "51d6e2c9-a6d3-4d69-a042-61eb7d17066b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29790", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "dc2004ef-ffa0-4b8c-95bd-340355a85b73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054421Z:51d6e2c9-a6d3-4d69-a042-61eb7d17066b" + "x-ms-client-request-id": "383be24792d6d625a115dd86513b1c4d", + "x-ms-correlation-request-id": "65fc1b67-1c12-41f6-9089-a734c71d9a74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;25252", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "b55e903b-daee-41fb-8fa2-0eb3b361b0c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064533Z:65fc1b67-1c12-41f6-9089-a734c71d9a74" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9fadad3cf5ca430c4f791f3d483d3eb2", + "x-ms-client-request-id": "0903062c0037d3812a3b18763aea0970", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9228,7 +13174,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:22 GMT", + "Date": "Mon, 25 Oct 2021 06:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,31 +13183,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fadad3cf5ca430c4f791f3d483d3eb2", - "x-ms-correlation-request-id": "9e6a1f48-114b-44b6-8aa0-a817d75b9b0b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29789", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "972d0138-5762-4a8e-be4d-4d1a1880da5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054422Z:9e6a1f48-114b-44b6-8aa0-a817d75b9b0b" + "x-ms-client-request-id": "0903062c0037d3812a3b18763aea0970", + "x-ms-correlation-request-id": "cf9445ca-5a7d-436c-a17e-4cc0307c8879", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;25251", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "c36162f4-fc88-4eba-ae7a-321ac4f524c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064533Z:cf9445ca-5a7d-436c-a17e-4cc0307c8879" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fdc8756eafbb7d52cbf994eff70ee1d1", + "x-ms-client-request-id": "26e19dec941e97c806bc8324871d5cf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9270,7 +13216,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:23 GMT", + "Date": "Mon, 25 Oct 2021 06:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,31 +13225,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdc8756eafbb7d52cbf994eff70ee1d1", - "x-ms-correlation-request-id": "25741823-299b-403e-a342-f80203a9927f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29788", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "9290a35f-6e14-4263-a09c-720ba5e6f78d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054423Z:25741823-299b-403e-a342-f80203a9927f" + "x-ms-client-request-id": "26e19dec941e97c806bc8324871d5cf1", + "x-ms-correlation-request-id": "3bb05410-09c0-4976-88b2-07e48d4165cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;25250", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "a14887df-07e9-4dfd-ba3d-7fc2391fc15d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064534Z:3bb05410-09c0-4976-88b2-07e48d4165cf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "313342486f3728db5f1f17888ab308d1", + "x-ms-client-request-id": "ca5769e7dd3646ab61680d9a79ae9cb7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9312,7 +13258,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:24 GMT", + "Date": "Mon, 25 Oct 2021 06:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,31 +13267,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "313342486f3728db5f1f17888ab308d1", - "x-ms-correlation-request-id": "11651a05-46f7-40df-acbf-eabb0620f1ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29787", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "91eff8ce-bb3e-4a71-bd53-797a4a33979d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054425Z:11651a05-46f7-40df-acbf-eabb0620f1ea" + "x-ms-client-request-id": "ca5769e7dd3646ab61680d9a79ae9cb7", + "x-ms-correlation-request-id": "7c6f074f-c7ca-4474-bbfa-6c1cdc70684e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;25249", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "6299bbf2-b2de-4fa8-aa40-90e09572cc15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064534Z:7c6f074f-c7ca-4474-bbfa-6c1cdc70684e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "176670f5c59d8daa5a2fd3d1611d4b41", + "x-ms-client-request-id": "b39a6c0cf55a972e3e6b027b7c5c4b0d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9354,7 +13300,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:25 GMT", + "Date": "Mon, 25 Oct 2021 06:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,31 +13309,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "176670f5c59d8daa5a2fd3d1611d4b41", - "x-ms-correlation-request-id": "c6e22e33-7ea0-4ca3-a941-82a614e43c1d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29786", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "07901e2b-999b-4b94-b278-078b95fb465b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054426Z:c6e22e33-7ea0-4ca3-a941-82a614e43c1d" + "x-ms-client-request-id": "b39a6c0cf55a972e3e6b027b7c5c4b0d", + "x-ms-correlation-request-id": "fbcd69f6-b4e9-4b9e-aafb-c1abc92492bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;25248", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "5f296b11-f247-4bd9-89f2-27a42dd6cf4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064534Z:fbcd69f6-b4e9-4b9e-aafb-c1abc92492bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "06f44e970d09ff7b9a9f9d9c97c9f317", + "x-ms-client-request-id": "d18f27df3e920f39f29ac5b6872d1d58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9396,7 +13342,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:27 GMT", + "Date": "Mon, 25 Oct 2021 06:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,31 +13351,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06f44e970d09ff7b9a9f9d9c97c9f317", - "x-ms-correlation-request-id": "f151a505-3884-4262-a9b7-41294f46e380", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29785", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "5fc11064-6fff-403a-a888-361cc3720fc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054427Z:f151a505-3884-4262-a9b7-41294f46e380" + "x-ms-client-request-id": "d18f27df3e920f39f29ac5b6872d1d58", + "x-ms-correlation-request-id": "29d6fc73-9d3b-4cd3-af23-81ba8bf7f1fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;25247", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "4a118d67-6c9c-4775-83ca-0dba2aef3035", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064534Z:29d6fc73-9d3b-4cd3-af23-81ba8bf7f1fb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "87f9c2f1c9a7833498a6d6079b0ac742", + "x-ms-client-request-id": "1b17cc1fa883f2963abf8ccadb30ca04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9438,7 +13384,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:28 GMT", + "Date": "Mon, 25 Oct 2021 06:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,31 +13393,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87f9c2f1c9a7833498a6d6079b0ac742", - "x-ms-correlation-request-id": "c1f402c2-e13c-4276-a3c7-f879de0c7c31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29784", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b698014b-387a-4a5d-ab45-3c51c9aa6fd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054429Z:c1f402c2-e13c-4276-a3c7-f879de0c7c31" + "x-ms-client-request-id": "1b17cc1fa883f2963abf8ccadb30ca04", + "x-ms-correlation-request-id": "49d0483a-6a13-41e7-b17d-490d176e9418", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;25246", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "1627216b-53bf-4ffb-8fad-ba47386d453d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064535Z:49d0483a-6a13-41e7-b17d-490d176e9418" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3cf1d5d301bfe8c7f4677dfd270df591", + "x-ms-client-request-id": "52ba001ccb1fce24328bc1c02f781011", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9480,7 +13426,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:29 GMT", + "Date": "Mon, 25 Oct 2021 06:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,31 +13435,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cf1d5d301bfe8c7f4677dfd270df591", - "x-ms-correlation-request-id": "22767063-d2e0-41aa-81b0-82737debec28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14902,Microsoft.Compute/GetOperation30Min;29783", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "b10d216f-b2fa-49df-b586-5a9b20d51f2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054430Z:22767063-d2e0-41aa-81b0-82737debec28" + "x-ms-client-request-id": "52ba001ccb1fce24328bc1c02f781011", + "x-ms-correlation-request-id": "2d6cd5f9-656c-4acf-b226-fc44517cf59e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;25245", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "e525d083-73dc-4fd4-8988-a482df346eed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064535Z:2d6cd5f9-656c-4acf-b226-fc44517cf59e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9edfbc3cc423cd991a716e6336746390", + "x-ms-client-request-id": "af5baa4e30443789909d96d3b26f34c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9522,7 +13468,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:31 GMT", + "Date": "Mon, 25 Oct 2021 06:45:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,31 +13477,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9edfbc3cc423cd991a716e6336746390", - "x-ms-correlation-request-id": "72e1f84a-fec6-4c54-96d7-fa63ff0b5448", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14901,Microsoft.Compute/GetOperation30Min;29782", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "03d79071-ca9d-46c5-b769-8e7b80a18c6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054432Z:72e1f84a-fec6-4c54-96d7-fa63ff0b5448" + "x-ms-client-request-id": "af5baa4e30443789909d96d3b26f34c2", + "x-ms-correlation-request-id": "48ab0b8c-b8fd-4c11-9a07-ff71fa30574e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;25244", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "c42bfd7c-53fc-47be-a5cd-69bf8ab4c34a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064535Z:48ab0b8c-b8fd-4c11-9a07-ff71fa30574e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c1c95bd7b6d8ef58fb1192404c365b8a", + "x-ms-client-request-id": "869ac1cfcb725438a849e8f8e7d6c2c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9564,7 +13510,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:32 GMT", + "Date": "Mon, 25 Oct 2021 06:45:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,31 +13519,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1c95bd7b6d8ef58fb1192404c365b8a", - "x-ms-correlation-request-id": "8de43b59-c030-4808-8060-0298acf848ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14900,Microsoft.Compute/GetOperation30Min;29781", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "1ae641a1-6732-46c6-9207-4edddbc44d61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054433Z:8de43b59-c030-4808-8060-0298acf848ed" + "x-ms-client-request-id": "869ac1cfcb725438a849e8f8e7d6c2c1", + "x-ms-correlation-request-id": "8e39bde1-4be2-490a-8a16-0ad50c5f1ae6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;25243", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "0bbcd3d4-64ab-4604-a46f-cef56cfb1d96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064535Z:8e39bde1-4be2-490a-8a16-0ad50c5f1ae6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dfca45b0292a0e1e3c23224e9264b280", + "x-ms-client-request-id": "317c7aae1ad4ebbf7783c18234511bc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9606,7 +13552,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:33 GMT", + "Date": "Mon, 25 Oct 2021 06:45:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,31 +13561,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfca45b0292a0e1e3c23224e9264b280", - "x-ms-correlation-request-id": "9d21899f-603d-4b2f-ac6e-ba1940ba97b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14899,Microsoft.Compute/GetOperation30Min;29780", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "5b240a44-8ff6-4dbd-b588-c9c788813e98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054434Z:9d21899f-603d-4b2f-ac6e-ba1940ba97b4" + "x-ms-client-request-id": "317c7aae1ad4ebbf7783c18234511bc3", + "x-ms-correlation-request-id": "c087237c-a48e-4db8-8ee0-7bbeace11722", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;25242", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "1f0d4bdb-978d-4272-9585-f4fe11c4566b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064536Z:c087237c-a48e-4db8-8ee0-7bbeace11722" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cc26ec03334485b863efa312325980e3", + "x-ms-client-request-id": "6ef0fe578ade839e710707fb479150ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9648,7 +13594,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:35 GMT", + "Date": "Mon, 25 Oct 2021 06:45:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,31 +13603,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc26ec03334485b863efa312325980e3", - "x-ms-correlation-request-id": "9c64f400-f28f-4e79-9a73-74c88c44e2af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14898,Microsoft.Compute/GetOperation30Min;29779", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "87b21855-ceb7-4e70-82de-f2c04b52cd4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054435Z:9c64f400-f28f-4e79-9a73-74c88c44e2af" + "x-ms-client-request-id": "6ef0fe578ade839e710707fb479150ba", + "x-ms-correlation-request-id": "ce5e907a-451f-4a97-8c28-de8ab1ab8a91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;25241", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "1ae43eaf-36e7-423e-a29f-ce619ac3a1ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064536Z:ce5e907a-451f-4a97-8c28-de8ab1ab8a91" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f0b2e41584a9ad653cba85b5940a5c96", + "x-ms-client-request-id": "3724d4da02f2b4ed02ae0eef09b61f57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9690,7 +13636,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:36 GMT", + "Date": "Mon, 25 Oct 2021 06:45:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,31 +13645,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0b2e41584a9ad653cba85b5940a5c96", - "x-ms-correlation-request-id": "3f637151-8eed-4b97-b8c5-d260181e184c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14897,Microsoft.Compute/GetOperation30Min;29778", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "594720df-917e-46a1-b938-9c47c2870c6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054437Z:3f637151-8eed-4b97-b8c5-d260181e184c" + "x-ms-client-request-id": "3724d4da02f2b4ed02ae0eef09b61f57", + "x-ms-correlation-request-id": "b4765c98-1479-43c6-9df9-1dc5112a5222", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;25240", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "3b6ce342-3e77-4f15-b274-c2e063f7c0f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064536Z:b4765c98-1479-43c6-9df9-1dc5112a5222" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "603c115f8f0f7d458d447b3a860cdbe2", + "x-ms-client-request-id": "e8a1252e54e524e3dcf9bfcd13c4a4e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9732,7 +13678,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:37 GMT", + "Date": "Mon, 25 Oct 2021 06:45:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,31 +13687,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "603c115f8f0f7d458d447b3a860cdbe2", - "x-ms-correlation-request-id": "d19b6b35-fdf3-4f5b-bebd-ff5c0071e974", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14896,Microsoft.Compute/GetOperation30Min;29777", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "c8393b8c-e586-4854-8ff8-e274eb6a7a34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054438Z:d19b6b35-fdf3-4f5b-bebd-ff5c0071e974" + "x-ms-client-request-id": "e8a1252e54e524e3dcf9bfcd13c4a4e6", + "x-ms-correlation-request-id": "fa138d27-1eb0-4a70-abbd-fc51902ed08e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;25239", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "7a75d683-8903-4ab5-a2c4-05a56bdad505", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064536Z:fa138d27-1eb0-4a70-abbd-fc51902ed08e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ae383ea2c1b27ed787788f89ad03f158", + "x-ms-client-request-id": "60a70733e42c54d0113b6c307baf79ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9774,7 +13720,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:38 GMT", + "Date": "Mon, 25 Oct 2021 06:45:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,31 +13729,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae383ea2c1b27ed787788f89ad03f158", - "x-ms-correlation-request-id": "0045bb1a-ef60-4fd8-948e-f22349d0463c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14895,Microsoft.Compute/GetOperation30Min;29776", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "a639bf0e-9106-4dd4-8a99-eb31ad8aba96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054439Z:0045bb1a-ef60-4fd8-948e-f22349d0463c" + "x-ms-client-request-id": "60a70733e42c54d0113b6c307baf79ba", + "x-ms-correlation-request-id": "43c9e288-7cb6-4d37-97ce-9626228c374b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25238", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "818b5faa-c30c-462c-8179-1e21351a5196", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064537Z:43c9e288-7cb6-4d37-97ce-9626228c374b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21b30c93201c85d49e356364092a272f", + "x-ms-client-request-id": "22cdb0e868ef86d4f1ff5bf94220a13e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9816,7 +13762,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:40 GMT", + "Date": "Mon, 25 Oct 2021 06:45:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,31 +13771,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21b30c93201c85d49e356364092a272f", - "x-ms-correlation-request-id": "31b071ee-c117-4ddc-860b-4fe758af2fed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14894,Microsoft.Compute/GetOperation30Min;29775", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "e5d3a0d0-4a1c-442a-b768-bc165f285237", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054440Z:31b071ee-c117-4ddc-860b-4fe758af2fed" + "x-ms-client-request-id": "22cdb0e868ef86d4f1ff5bf94220a13e", + "x-ms-correlation-request-id": "d12b8db2-6a7c-40fc-9615-931cfc65036d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;25237", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "dec3e3e4-26d8-41f5-b6cd-e726ce3b2c62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064537Z:d12b8db2-6a7c-40fc-9615-931cfc65036d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5612a3dfadd19de439bdd89700bccf89", + "x-ms-client-request-id": "02bb2809be0e492a544cd6a9e7b3a82c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9858,7 +13804,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:41 GMT", + "Date": "Mon, 25 Oct 2021 06:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,31 +13813,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5612a3dfadd19de439bdd89700bccf89", - "x-ms-correlation-request-id": "a776881a-9e30-4eec-b7a7-55c5353cbe04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14893,Microsoft.Compute/GetOperation30Min;29774", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "c029bdb5-3845-4427-828e-fc47ce6ed4f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054442Z:a776881a-9e30-4eec-b7a7-55c5353cbe04" + "x-ms-client-request-id": "02bb2809be0e492a544cd6a9e7b3a82c", + "x-ms-correlation-request-id": "d6e626e1-e5f9-433a-b3eb-e2d7e933e90b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25236", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "481af7f5-6104-4f88-a931-7dc80c8ec533", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064537Z:d6e626e1-e5f9-433a-b3eb-e2d7e933e90b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7aa72253ba5981c56ab3107d5e73755c", + "x-ms-client-request-id": "62e5058081f7cbf632216e2c89d711f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9900,7 +13846,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:42 GMT", + "Date": "Mon, 25 Oct 2021 06:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,31 +13855,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7aa72253ba5981c56ab3107d5e73755c", - "x-ms-correlation-request-id": "88e16059-3d6e-432b-94bc-ffd814509b53", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29773", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "eaa1da76-afa7-4a56-95d3-5bbba5b38f4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054443Z:88e16059-3d6e-432b-94bc-ffd814509b53" + "x-ms-client-request-id": "62e5058081f7cbf632216e2c89d711f0", + "x-ms-correlation-request-id": "f2ffc1a2-b41c-4f53-9c63-6ad005a54844", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25235", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "ecf46522-4c3e-45f5-bdf8-0f189b050e89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064537Z:f2ffc1a2-b41c-4f53-9c63-6ad005a54844" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0aaa5f519bf0e5872815e75f483c84e1", + "x-ms-client-request-id": "53262d9976f329ab8583cea2912b9e3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9942,7 +13888,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:44 GMT", + "Date": "Mon, 25 Oct 2021 06:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,31 +13897,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0aaa5f519bf0e5872815e75f483c84e1", - "x-ms-correlation-request-id": "dec40d84-4116-42a9-9c02-bec7f28dfebf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29772", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "b7c23bbc-4498-40b6-b377-755bbc41a8d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054444Z:dec40d84-4116-42a9-9c02-bec7f28dfebf" + "x-ms-client-request-id": "53262d9976f329ab8583cea2912b9e3e", + "x-ms-correlation-request-id": "8ad819dc-2f4c-40e2-ba5c-4dfaaa09d242", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25234", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "355f9f08-79e6-484e-b5a2-812ecca65f5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064538Z:8ad819dc-2f4c-40e2-ba5c-4dfaaa09d242" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e610d965ad8324d6dd90ec1d9d673ec6", + "x-ms-client-request-id": "3d782e573f3b884632f0d0ed50fdc07c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9984,7 +13930,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:45 GMT", + "Date": "Mon, 25 Oct 2021 06:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9993,31 +13939,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e610d965ad8324d6dd90ec1d9d673ec6", - "x-ms-correlation-request-id": "f5c0282f-65fb-404e-9050-6319921c7198", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29771", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "854eeff7-f729-4fd3-9e42-78a8c5fa1010", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054445Z:f5c0282f-65fb-404e-9050-6319921c7198" + "x-ms-client-request-id": "3d782e573f3b884632f0d0ed50fdc07c", + "x-ms-correlation-request-id": "6dc46a03-7044-4d10-bf84-c2f05db293db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25233", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "f8ceca08-e940-4fce-bdc3-04201c99d6f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064538Z:6dc46a03-7044-4d10-bf84-c2f05db293db" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a1467c48c411b8999bc25143d266392d", + "x-ms-client-request-id": "ba0fe63b558c093859bbdc73b3533a06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10026,7 +13972,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:46 GMT", + "Date": "Mon, 25 Oct 2021 06:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,31 +13981,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1467c48c411b8999bc25143d266392d", - "x-ms-correlation-request-id": "5bcabfd9-553d-48fc-97ed-99a856112d62", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29770", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "d929d710-fd6a-4b8a-9227-d32a49f2338c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054447Z:5bcabfd9-553d-48fc-97ed-99a856112d62" + "x-ms-client-request-id": "ba0fe63b558c093859bbdc73b3533a06", + "x-ms-correlation-request-id": "ca4e158c-2889-435a-b1f0-94c1b4479303", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25232", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "50b8cd54-ef86-4db3-823f-8b53ca89e7a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064538Z:ca4e158c-2889-435a-b1f0-94c1b4479303" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "85172f2e8f62a3d989852d5fae6948c0", + "x-ms-client-request-id": "5ad53082d35e5ab5e79e2003a6bdd988", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10068,7 +14014,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:47 GMT", + "Date": "Mon, 25 Oct 2021 06:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,31 +14023,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85172f2e8f62a3d989852d5fae6948c0", - "x-ms-correlation-request-id": "a708e5b5-f53d-4a94-94da-c47505a1c379", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29769", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "8358ffa3-f8a1-4fb5-a0b3-3122843537b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054448Z:a708e5b5-f53d-4a94-94da-c47505a1c379" + "x-ms-client-request-id": "5ad53082d35e5ab5e79e2003a6bdd988", + "x-ms-correlation-request-id": "bff00ef3-6b87-4e86-b0f6-1f7e09123d73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25231", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "9caab0b9-4047-4ad1-a804-ffbe4131226e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064539Z:bff00ef3-6b87-4e86-b0f6-1f7e09123d73" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cb1620d7e3f6a1d040584ac05b925276", + "x-ms-client-request-id": "aa6751c3e41b01b1f56fe37f62d3d4df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10110,7 +14056,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:49 GMT", + "Date": "Mon, 25 Oct 2021 06:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,31 +14065,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb1620d7e3f6a1d040584ac05b925276", - "x-ms-correlation-request-id": "aa88b9e7-34b7-4893-8fe8-92e5d7a62079", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29768", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5e829e52-6c02-4f83-b912-5c252345eb07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054449Z:aa88b9e7-34b7-4893-8fe8-92e5d7a62079" + "x-ms-client-request-id": "aa6751c3e41b01b1f56fe37f62d3d4df", + "x-ms-correlation-request-id": "265dbcf6-5acf-4e8d-95cd-198c2b9e0649", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25230", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "29ac2fd7-2141-4c21-bb0d-8f73abdeb3e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064539Z:265dbcf6-5acf-4e8d-95cd-198c2b9e0649" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6deebe57b84fb964a3a2188c97390932", + "x-ms-client-request-id": "1f6bc9b66528671d30b5d2ee3535629c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10152,7 +14098,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:50 GMT", + "Date": "Mon, 25 Oct 2021 06:45:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,31 +14107,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6deebe57b84fb964a3a2188c97390932", - "x-ms-correlation-request-id": "58ddb5c6-89e8-49e7-84b9-c51e01fa3531", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29767", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "a4d1c9f3-7592-42b2-a068-d693b5fb6ede", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054451Z:58ddb5c6-89e8-49e7-84b9-c51e01fa3531" + "x-ms-client-request-id": "1f6bc9b66528671d30b5d2ee3535629c", + "x-ms-correlation-request-id": "5fcee2ee-2666-48e8-91fc-3e37dfbc94f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25229", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "f7adaa54-97b1-4d05-b108-a33f52ccb545", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064539Z:5fcee2ee-2666-48e8-91fc-3e37dfbc94f5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b16c917a6d4f4b365f764509441848f6", + "x-ms-client-request-id": "62af54e28fec9deb7ed364eff035f813", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10194,7 +14140,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:51 GMT", + "Date": "Mon, 25 Oct 2021 06:45:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,31 +14149,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b16c917a6d4f4b365f764509441848f6", - "x-ms-correlation-request-id": "38bb248e-8ccf-4ae3-929b-1f171d7983f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29766", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "a0bef66f-334e-49ec-a3f0-ecdcd1b76e81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054452Z:38bb248e-8ccf-4ae3-929b-1f171d7983f9" + "x-ms-client-request-id": "62af54e28fec9deb7ed364eff035f813", + "x-ms-correlation-request-id": "e580d824-bff4-4f7f-9b24-8e8d37152a5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25228", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "104ed915-c07e-48dd-8546-61011ca13f38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064539Z:e580d824-bff4-4f7f-9b24-8e8d37152a5a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f008b633da7a1f71bc5d2854cb430a07", + "x-ms-client-request-id": "dc4c41c9b9525e5f33ff7a6611c3ccc0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10236,7 +14182,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:52 GMT", + "Date": "Mon, 25 Oct 2021 06:45:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,31 +14191,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f008b633da7a1f71bc5d2854cb430a07", - "x-ms-correlation-request-id": "d7808710-8b1b-4a9c-b8de-86666fe2730c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29765", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "9ca06b0c-8c1a-4799-b8cd-327ad60feffe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054453Z:d7808710-8b1b-4a9c-b8de-86666fe2730c" + "x-ms-client-request-id": "dc4c41c9b9525e5f33ff7a6611c3ccc0", + "x-ms-correlation-request-id": "ba88619b-27a7-4ab2-9a30-3cccdcfd3e13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25227", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "43017407-d881-4f39-9bef-f4df06cfde08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064540Z:ba88619b-27a7-4ab2-9a30-3cccdcfd3e13" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ca46184ea026e92788a30ed9725b748b", + "x-ms-client-request-id": "0d9c470c722327f2decda054002e77fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10278,7 +14224,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:54 GMT", + "Date": "Mon, 25 Oct 2021 06:45:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,31 +14233,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca46184ea026e92788a30ed9725b748b", - "x-ms-correlation-request-id": "f0fa61de-244a-4a87-917d-539b8a31e1c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29764", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "e6291f20-e367-4188-93fa-6b68ed83405b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054454Z:f0fa61de-244a-4a87-917d-539b8a31e1c1" + "x-ms-client-request-id": "0d9c470c722327f2decda054002e77fb", + "x-ms-correlation-request-id": "6e4bb937-9d4f-421e-9210-ad5785c90407", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25226", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "a118893c-04a1-4b57-9b09-85fb85b25eb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064540Z:6e4bb937-9d4f-421e-9210-ad5785c90407" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e059215919309fb8204cf5f145e17f1b", + "x-ms-client-request-id": "f324bfbc86e9294af4512eec15848cbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10320,7 +14266,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:55 GMT", + "Date": "Mon, 25 Oct 2021 06:45:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,31 +14275,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e059215919309fb8204cf5f145e17f1b", - "x-ms-correlation-request-id": "27a7ad9c-1c02-445a-a2a7-c5ed05ca7476", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29763", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "d5c9403a-0160-4ce8-ba23-cf562b5641be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054456Z:27a7ad9c-1c02-445a-a2a7-c5ed05ca7476" + "x-ms-client-request-id": "f324bfbc86e9294af4512eec15848cbb", + "x-ms-correlation-request-id": "32a773fe-b890-43a7-bcef-d99c9a41fa71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25225", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "d2f45a44-4ec6-4cec-9285-f20ae6f05c13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064540Z:32a773fe-b890-43a7-bcef-d99c9a41fa71" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2cba3e6c7ed192cf8f1f67d6cb97ac60", + "x-ms-client-request-id": "a8e2a407ea9857f04e24fe84180b5d04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10362,7 +14308,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:56 GMT", + "Date": "Mon, 25 Oct 2021 06:45:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,31 +14317,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cba3e6c7ed192cf8f1f67d6cb97ac60", - "x-ms-correlation-request-id": "8f98bd6a-fc08-47dd-ba03-1618a01e77c3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29762", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "2be2b815-2597-4079-a9bb-7dc07644608a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054457Z:8f98bd6a-fc08-47dd-ba03-1618a01e77c3" + "x-ms-client-request-id": "a8e2a407ea9857f04e24fe84180b5d04", + "x-ms-correlation-request-id": "90de125e-b86a-4de5-a2ab-4a2287d94b04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25224", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "fa78a428-c0ad-42be-83e5-5c5d3b6ed2a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064541Z:90de125e-b86a-4de5-a2ab-4a2287d94b04" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a9fb9de929ea35d660a7aad9aa35a4a7", + "x-ms-client-request-id": "52a97e87d99e86d6fd7319d143061259", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10404,7 +14350,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:57 GMT", + "Date": "Mon, 25 Oct 2021 06:45:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,40 +14359,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9fb9de929ea35d660a7aad9aa35a4a7", - "x-ms-correlation-request-id": "2c485d07-1510-44a8-89a1-68fc8f677943", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29761", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "7d578564-ab94-4efb-a012-5acd50925f3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054458Z:2c485d07-1510-44a8-89a1-68fc8f677943" + "x-ms-client-request-id": "52a97e87d99e86d6fd7319d143061259", + "x-ms-correlation-request-id": "72becf90-8b2a-49fa-9564-3cba606a4ab1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25223", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "7c66ab39-49e1-4fe0-9cc3-e994eb239adc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064541Z:72becf90-8b2a-49fa-9564-3cba606a4ab1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/efbe59d4-95a0-4f48-bad4-4a83271676c3?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "346df32348a0dab951c65110b1e1d488", + "x-ms-client-request-id": "5b4de441ce4cd262cfcca4c487c510e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:44:59 GMT", + "Date": "Mon, 25 Oct 2021 06:45:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,40 +14401,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "346df32348a0dab951c65110b1e1d488", - "x-ms-correlation-request-id": "7bdce2d5-1f1d-4580-9efa-b8a42ae6c2af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29760", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "137975b3-cb19-4a00-9888-4d142ea0bde9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054459Z:7bdce2d5-1f1d-4580-9efa-b8a42ae6c2af" + "x-ms-client-request-id": "5b4de441ce4cd262cfcca4c487c510e9", + "x-ms-correlation-request-id": "2fdb8c78-49c2-4289-9a3e-45d85feb65f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25222", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "1397e5ff-8ba9-432e-b70e-b2907c1a28d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064541Z:2fdb8c78-49c2-4289-9a3e-45d85feb65f0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:09.3591309\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:45:41.2497793\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u0022efbe59d4-95a0-4f48-bad4-4a83271676c3\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a70894a0d6e542306784cb2ad4f6e759", + "x-ms-client-request-id": "966529f339da2e1dcd5bab25d11e1448", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2627", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:00 GMT", + "Date": "Mon, 25 Oct 2021 06:45:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,41 +14444,98 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a70894a0d6e542306784cb2ad4f6e759", - "x-ms-correlation-request-id": "cd17c928-3ffc-431c-af72-4ef5d77193aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14892,Microsoft.Compute/GetOperation30Min;29759", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "f15db866-b04b-4fc9-919a-6c038438ce15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054501Z:cd17c928-3ffc-431c-af72-4ef5d77193aa" + "x-ms-client-request-id": "966529f339da2e1dcd5bab25d11e1448", + "x-ms-correlation-request-id": "7618c472-654c-4ed7-a129-01a1e9b8bd5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2572", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "35af5970-86f3-4ebe-ad78-15b26fc7a6c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064541Z:7618c472-654c-4ed7-a129-01a1e9b8bd5c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u0022testVMSS-8843\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-8843\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u002265248f95-195a-4621-b2ff-ee3c49e079bb\u0022\r\n", + " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843/poweroff?api-version=2021-03-01", + "RequestMethod": "POST", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d7b2c07b772aa0c0e3205724d7c5837e", + "x-ms-client-request-id": "3342a41202beb8b81cd782d13412fe37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:01 GMT", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:45:41 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -10539,31 +14543,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7b2c07b772aa0c0e3205724d7c5837e", - "x-ms-correlation-request-id": "6d52141e-a121-4199-b04c-c02f4de11ba2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29758", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "a7ce3a11-d613-4d6e-8fd5-b833d0066da0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054502Z:6d52141e-a121-4199-b04c-c02f4de11ba2" + "x-ms-client-request-id": "3342a41202beb8b81cd782d13412fe37", + "x-ms-correlation-request-id": "9f21a741-e351-4ba5-a4bd-d066e4457f93", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;76,Microsoft.Compute/DeleteVMScaleSet30Min;387,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1172,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-charge": "2", + "x-ms-request-id": "1804cceb-c0a7-4b9c-966e-72b9ff564eda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064542Z:9f21a741-e351-4ba5-a4bd-d066e4457f93" }, - "ResponseBody": [ - "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", - "}" - ] + "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "153921d2fc2c4dc1c32acc1b7c8f065b", + "x-ms-client-request-id": "e2b25cb8dc82f12a71ac7903b74bf9bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10572,7 +14571,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:02 GMT", + "Date": "Mon, 25 Oct 2021 06:45:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,31 +14580,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "153921d2fc2c4dc1c32acc1b7c8f065b", - "x-ms-correlation-request-id": "643ae401-f14c-4022-9c87-8ab823e32bcc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29757", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "a1e9d91a-ef31-4d6e-aa4b-724350bd040b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054503Z:643ae401-f14c-4022-9c87-8ab823e32bcc" + "x-ms-client-request-id": "e2b25cb8dc82f12a71ac7903b74bf9bb", + "x-ms-correlation-request-id": "843604f2-7507-444b-821e-45738668d7bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25221", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "6578e8ba-5357-4166-ab2e-eabd7424674c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064542Z:843604f2-7507-444b-821e-45738668d7bc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f195f7defc2e285ed467c3c47e0c6ba2", + "x-ms-client-request-id": "a1c2735cfa4095a7263a6b9f74c895df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10614,7 +14613,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:04 GMT", + "Date": "Mon, 25 Oct 2021 06:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,31 +14622,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f195f7defc2e285ed467c3c47e0c6ba2", - "x-ms-correlation-request-id": "10302950-56e1-4758-8dce-00a77af88a4e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29756", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "721a0dae-6531-4022-8a94-d31065331e4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054504Z:10302950-56e1-4758-8dce-00a77af88a4e" + "x-ms-client-request-id": "a1c2735cfa4095a7263a6b9f74c895df", + "x-ms-correlation-request-id": "ef97b38d-8e5a-4ec2-a998-3eaaf1fa168f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25220", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "fc0a8f97-1806-45f8-9479-3e3e44592b86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064542Z:ef97b38d-8e5a-4ec2-a998-3eaaf1fa168f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b3574d01d1bc7e2dfe6514ffaba42454", + "x-ms-client-request-id": "d818d1d61c5f86b404eca8f4037b507c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10656,7 +14655,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:05 GMT", + "Date": "Mon, 25 Oct 2021 06:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,31 +14664,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3574d01d1bc7e2dfe6514ffaba42454", - "x-ms-correlation-request-id": "4804fe2f-2861-4be8-bf6c-892ba6bc052b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29755", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "42685ea9-a37f-4a3c-a80d-7572ebddc818", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054506Z:4804fe2f-2861-4be8-bf6c-892ba6bc052b" + "x-ms-client-request-id": "d818d1d61c5f86b404eca8f4037b507c", + "x-ms-correlation-request-id": "f9cde68e-6e3d-4229-8145-899fad23ed13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25219", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "2d095f0d-11ca-4b1e-beca-81c339222720", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064543Z:f9cde68e-6e3d-4229-8145-899fad23ed13" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e045fc1a9230d550c21041c439fccfb6", + "x-ms-client-request-id": "af93d2255f7bbe71b41dbc48708b7da8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10698,7 +14697,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:06 GMT", + "Date": "Mon, 25 Oct 2021 06:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,31 +14706,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e045fc1a9230d550c21041c439fccfb6", - "x-ms-correlation-request-id": "0a7bc53c-8477-4918-a994-7fe43c4e88b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29754", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "73420d30-d915-4c10-918a-3c464bd04a73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054507Z:0a7bc53c-8477-4918-a994-7fe43c4e88b0" + "x-ms-client-request-id": "af93d2255f7bbe71b41dbc48708b7da8", + "x-ms-correlation-request-id": "b69e1fe0-a7e3-4dc2-a1df-7980587a21f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25217", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "25689698-ca80-45b6-b77c-9a886acd50bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064543Z:b69e1fe0-a7e3-4dc2-a1df-7980587a21f4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2f1a2abf52370c9eca17f2c9e85e7d2f", + "x-ms-client-request-id": "e52d99172132405cbe3b9c5351b392aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10740,7 +14739,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:07 GMT", + "Date": "Mon, 25 Oct 2021 06:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,31 +14748,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f1a2abf52370c9eca17f2c9e85e7d2f", - "x-ms-correlation-request-id": "14cf4d8d-2d54-4d45-bcae-ee57d0b7b95b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29753", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "b063d9f1-7b13-45b6-b34a-181c723ab59e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054508Z:14cf4d8d-2d54-4d45-bcae-ee57d0b7b95b" + "x-ms-client-request-id": "e52d99172132405cbe3b9c5351b392aa", + "x-ms-correlation-request-id": "16513a45-35d1-41f9-886f-6061dd36011a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25216", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "1fb69cde-bbaa-4b0c-a39b-75cbb525c7b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064543Z:16513a45-35d1-41f9-886f-6061dd36011a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "82aa6f438ac66e71fc82f0ac90684402", + "x-ms-client-request-id": "a179efeae5347664605a23425f6c1579", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10782,7 +14781,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:09 GMT", + "Date": "Mon, 25 Oct 2021 06:45:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,31 +14790,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82aa6f438ac66e71fc82f0ac90684402", - "x-ms-correlation-request-id": "5cd71407-1a80-400b-97bf-dbf97a6020ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29751", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "d0395f1d-a391-443f-8416-e08d5e310d13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054509Z:5cd71407-1a80-400b-97bf-dbf97a6020ac" + "x-ms-client-request-id": "a179efeae5347664605a23425f6c1579", + "x-ms-correlation-request-id": "259e7ba0-35c4-402c-8bef-e6438b516ca1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25215", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "b46bd9f2-b607-47c1-91c1-e27ed82f61e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064543Z:259e7ba0-35c4-402c-8bef-e6438b516ca1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "81405d96f58ac71c5d3815189f87ed63", + "x-ms-client-request-id": "69ddff6f6b4e03497552f03fc31d6c01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10824,7 +14823,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:10 GMT", + "Date": "Mon, 25 Oct 2021 06:45:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,31 +14832,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81405d96f58ac71c5d3815189f87ed63", - "x-ms-correlation-request-id": "706e413c-8c98-426a-8c94-f1ee2ad60b77", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29750", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "62ac9a62-eb24-4117-bccf-259612073c34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054511Z:706e413c-8c98-426a-8c94-f1ee2ad60b77" + "x-ms-client-request-id": "69ddff6f6b4e03497552f03fc31d6c01", + "x-ms-correlation-request-id": "3a386cfd-a6e4-46ef-a603-54a0ab6b637f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25214", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "27bab241-72e1-4772-bbdd-30789f5e3e1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064544Z:3a386cfd-a6e4-46ef-a603-54a0ab6b637f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ca8111934d5234efb8ab32b562f27c61", + "x-ms-client-request-id": "815d118adb11317435b684d8fe1ae152", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10866,7 +14865,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:11 GMT", + "Date": "Mon, 25 Oct 2021 06:45:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,31 +14874,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca8111934d5234efb8ab32b562f27c61", - "x-ms-correlation-request-id": "c2bd9e21-ca67-4f2a-a18b-8149bcf0f303", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29749", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "1b38ed9d-11b2-4caf-bafe-ef0817846b9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054512Z:c2bd9e21-ca67-4f2a-a18b-8149bcf0f303" + "x-ms-client-request-id": "815d118adb11317435b684d8fe1ae152", + "x-ms-correlation-request-id": "22999638-cb0d-4202-a2a9-523e99959608", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25213", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "092129bd-dc96-47d9-9841-4b00a40f99b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064544Z:22999638-cb0d-4202-a2a9-523e99959608" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a33f0d2fc1e4ea552e2248e7559cf75", + "x-ms-client-request-id": "52e4232628d57e5ca5752be2f525b342", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10908,7 +14907,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:12 GMT", + "Date": "Mon, 25 Oct 2021 06:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,31 +14916,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a33f0d2fc1e4ea552e2248e7559cf75", - "x-ms-correlation-request-id": "93c5ebbf-df28-4a5c-8938-ec16f30710be", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29748", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "ec311075-bb05-4d4e-ad37-91c37197c892", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054513Z:93c5ebbf-df28-4a5c-8938-ec16f30710be" + "x-ms-client-request-id": "52e4232628d57e5ca5752be2f525b342", + "x-ms-correlation-request-id": "60fed0f7-f33f-4b60-b1bd-0186c1aa44db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25212", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "cbb17b2a-6e4f-4af7-8155-f7df8c4bdf20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064544Z:60fed0f7-f33f-4b60-b1bd-0186c1aa44db" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7f198c957ae748af6d0bc8dec266656b", + "x-ms-client-request-id": "4db721ed930e93678bac3497e671055b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10950,7 +14949,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:14 GMT", + "Date": "Mon, 25 Oct 2021 06:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,31 +14958,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f198c957ae748af6d0bc8dec266656b", - "x-ms-correlation-request-id": "3c598cb3-e7f9-414d-b8c4-ea7d044dacec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29747", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "5b4127a7-8123-4b74-ae6b-17cc53ee60ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054514Z:3c598cb3-e7f9-414d-b8c4-ea7d044dacec" + "x-ms-client-request-id": "4db721ed930e93678bac3497e671055b", + "x-ms-correlation-request-id": "7cdb7ac5-e83b-4054-8978-f9d93fab9398", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25211", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "eb6d8c76-4463-4f02-bcfb-a5403eb27ba0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064544Z:7cdb7ac5-e83b-4054-8978-f9d93fab9398" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "af46b4bc625497456b3377702861bf5f", + "x-ms-client-request-id": "a0189e711a39622bb5dfdc9baf923b10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10992,7 +14991,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:15 GMT", + "Date": "Mon, 25 Oct 2021 06:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,31 +15000,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af46b4bc625497456b3377702861bf5f", - "x-ms-correlation-request-id": "20cd7b60-3c5d-41b2-83a1-f45416ef15a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29745", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "fa99f4d5-5de5-4b77-82f7-28f1b5622800", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054516Z:20cd7b60-3c5d-41b2-83a1-f45416ef15a8" + "x-ms-client-request-id": "a0189e711a39622bb5dfdc9baf923b10", + "x-ms-correlation-request-id": "746f5090-b537-4d13-9f24-f5615572e62e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25210", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "e3860fe9-8563-4d91-b14a-85ef71b9b5d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064545Z:746f5090-b537-4d13-9f24-f5615572e62e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d620bcdcfcd9587940ea1c1333c68beb", + "x-ms-client-request-id": "dcea420393639243bb51c629f4c49833", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11034,7 +15033,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:16 GMT", + "Date": "Mon, 25 Oct 2021 06:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,31 +15042,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d620bcdcfcd9587940ea1c1333c68beb", - "x-ms-correlation-request-id": "789ed377-c13a-437a-82be-dfe004c3c3e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29744", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "5d51d7a2-e166-4751-8ced-d88d8a65e40f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054517Z:789ed377-c13a-437a-82be-dfe004c3c3e3" + "x-ms-client-request-id": "dcea420393639243bb51c629f4c49833", + "x-ms-correlation-request-id": "9a3114fb-f41f-40ee-bfc9-0330f6aec369", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25209", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "12328b53-186c-4db3-9981-b6c917564165", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064545Z:9a3114fb-f41f-40ee-bfc9-0330f6aec369" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c0d1b97c1f123221478113b4023f200c", + "x-ms-client-request-id": "5770d070120cd209f655982fb7cbe3f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11076,7 +15075,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:17 GMT", + "Date": "Mon, 25 Oct 2021 06:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,31 +15084,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0d1b97c1f123221478113b4023f200c", - "x-ms-correlation-request-id": "5d0fb150-ecde-414d-8e11-495c475e84bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29743", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "23b4f3f1-d851-4f45-9085-552e860838bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054518Z:5d0fb150-ecde-414d-8e11-495c475e84bc" + "x-ms-client-request-id": "5770d070120cd209f655982fb7cbe3f9", + "x-ms-correlation-request-id": "8358f30e-2eaf-44a7-b58c-3b73e936ac14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25208", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "a76c55aa-a06c-4f11-9c61-e48d449ac911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064545Z:8358f30e-2eaf-44a7-b58c-3b73e936ac14" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0502694c8e46bf913aee6f69453263a5", + "x-ms-client-request-id": "a49424702987def85b85e4e854016df0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11118,7 +15117,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:18 GMT", + "Date": "Mon, 25 Oct 2021 06:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,31 +15126,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0502694c8e46bf913aee6f69453263a5", - "x-ms-correlation-request-id": "4e210e49-5209-42c6-bf21-b66df7fc13ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29742", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "46c8318e-cb54-4db9-9b97-d5995deae5b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054519Z:4e210e49-5209-42c6-bf21-b66df7fc13ee" + "x-ms-client-request-id": "a49424702987def85b85e4e854016df0", + "x-ms-correlation-request-id": "d667ee4b-cf8e-474d-8e6e-2ff950bd4d3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25207", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "c51aadb4-e27e-4c8e-983a-0a368f9e2894", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064545Z:d667ee4b-cf8e-474d-8e6e-2ff950bd4d3f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ef38ba7fe8fbd4c9bed8f57e9c55500", + "x-ms-client-request-id": "df2ba847e421f0033817e60efa13dbf0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +15159,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:20 GMT", + "Date": "Mon, 25 Oct 2021 06:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,31 +15168,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ef38ba7fe8fbd4c9bed8f57e9c55500", - "x-ms-correlation-request-id": "885fc130-5ea0-4947-b07b-d3de28e8b1cd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29740", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "149dc139-4c5f-4e8f-8215-331f73d2e81e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054521Z:885fc130-5ea0-4947-b07b-d3de28e8b1cd" + "x-ms-client-request-id": "df2ba847e421f0033817e60efa13dbf0", + "x-ms-correlation-request-id": "4f757eb0-7fbd-4066-a9f2-ce26cc5a3de9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25206", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "41899b9b-4259-4fa4-add2-6fc3302b0c55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064546Z:4f757eb0-7fbd-4066-a9f2-ce26cc5a3de9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cac610c985c4eda527118524afb7ed14", + "x-ms-client-request-id": "d0b9cd6df33046acd792fc872e217ef4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11202,7 +15201,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:21 GMT", + "Date": "Mon, 25 Oct 2021 06:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,31 +15210,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cac610c985c4eda527118524afb7ed14", - "x-ms-correlation-request-id": "51acc94b-1985-423f-a98a-e62227a9ae6c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29739", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "f9ee371f-9387-48b1-9710-b784b91242e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054522Z:51acc94b-1985-423f-a98a-e62227a9ae6c" + "x-ms-client-request-id": "d0b9cd6df33046acd792fc872e217ef4", + "x-ms-correlation-request-id": "6d388f39-10e3-4587-a9e1-c4577795cdd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25205", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "c38461bf-10d8-4ee0-bb90-a8be9569db67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064546Z:6d388f39-10e3-4587-a9e1-c4577795cdd5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "760c6d1eb14c4d7c1c456a58ff3ad675", + "x-ms-client-request-id": "0fe8a7e7049f8bd720a36c6f43eae347", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11244,7 +15243,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:22 GMT", + "Date": "Mon, 25 Oct 2021 06:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,31 +15252,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "760c6d1eb14c4d7c1c456a58ff3ad675", - "x-ms-correlation-request-id": "7f81577a-2bdb-4d5a-a1e0-62a2621f229c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29738", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "bc711df7-a17c-4900-88c3-46a93bf06570", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054523Z:7f81577a-2bdb-4d5a-a1e0-62a2621f229c" + "x-ms-client-request-id": "0fe8a7e7049f8bd720a36c6f43eae347", + "x-ms-correlation-request-id": "2e5c6bff-8b9a-4380-8c86-39362e04a110", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25204", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "13358b58-5912-48ce-bae4-c1671a78ad7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064546Z:2e5c6bff-8b9a-4380-8c86-39362e04a110" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "349f6f98996b22e1e605467d79280de4", + "x-ms-client-request-id": "867af4aa9c4853c0fce4088fe87cc216", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11286,7 +15285,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:24 GMT", + "Date": "Mon, 25 Oct 2021 06:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,31 +15294,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "349f6f98996b22e1e605467d79280de4", - "x-ms-correlation-request-id": "b3c3da18-60ab-41e7-8354-73674012db64", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29737", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "546a858c-42bb-4ea3-84b3-9062fdd70ddf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054525Z:b3c3da18-60ab-41e7-8354-73674012db64" + "x-ms-client-request-id": "867af4aa9c4853c0fce4088fe87cc216", + "x-ms-correlation-request-id": "1c4ead11-a212-499a-b012-227fdc03074e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25203", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "f46f50d2-61c0-4f7c-8272-1f03f9775fe6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064547Z:1c4ead11-a212-499a-b012-227fdc03074e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7b397a00deb818b49379ae7e1b4ceeed", + "x-ms-client-request-id": "5326f198cb2b6950f62daf8c873c03ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +15327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:25 GMT", + "Date": "Mon, 25 Oct 2021 06:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,31 +15336,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b397a00deb818b49379ae7e1b4ceeed", - "x-ms-correlation-request-id": "abaa63c1-f608-4f8f-a855-d65b7bab1eaf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29736", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "9793146d-862f-4aca-883f-36c783482f78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054526Z:abaa63c1-f608-4f8f-a855-d65b7bab1eaf" + "x-ms-client-request-id": "5326f198cb2b6950f62daf8c873c03ec", + "x-ms-correlation-request-id": "009e6c1b-281e-40cc-85d2-ec2e15bdcfce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25202", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "49772863-d53a-4697-9861-16e2d7a6ffd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064547Z:009e6c1b-281e-40cc-85d2-ec2e15bdcfce" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "408b103bb81784a98cea90466afed4f3", + "x-ms-client-request-id": "39dcb4aef8a64aace79513bbfc47a3a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11370,7 +15369,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:26 GMT", + "Date": "Mon, 25 Oct 2021 06:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11379,31 +15378,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "408b103bb81784a98cea90466afed4f3", - "x-ms-correlation-request-id": "9691e26f-6bb9-485a-af3f-a43bbd97f44d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29735", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "0d4103be-04ac-4f40-b0ed-9aea3b9f3551", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054527Z:9691e26f-6bb9-485a-af3f-a43bbd97f44d" + "x-ms-client-request-id": "39dcb4aef8a64aace79513bbfc47a3a4", + "x-ms-correlation-request-id": "345d838d-25b6-4813-8105-f29f76fd8a97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25201", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "87870d14-42a2-4645-8d89-d967ba68f8c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064547Z:345d838d-25b6-4813-8105-f29f76fd8a97" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "855886385a00babcba87a0f2ea62079a", + "x-ms-client-request-id": "51d755e190c4de1ca311901aec33cbbf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11412,7 +15411,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:27 GMT", + "Date": "Mon, 25 Oct 2021 06:45:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11421,31 +15420,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "855886385a00babcba87a0f2ea62079a", - "x-ms-correlation-request-id": "ccdadc54-a04c-4973-b7f8-84a53fa769ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29734", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "79bd7cec-3596-4e51-953b-a55b73987115", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054528Z:ccdadc54-a04c-4973-b7f8-84a53fa769ae" + "x-ms-client-request-id": "51d755e190c4de1ca311901aec33cbbf", + "x-ms-correlation-request-id": "7c0cb50d-41c8-47f9-afee-60de2a603f23", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25200", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "a8b3fca1-7593-4bf9-9c27-04a9a88002ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064547Z:7c0cb50d-41c8-47f9-afee-60de2a603f23" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "68425917cc9c47ccd0b4efcd4e6dae94", + "x-ms-client-request-id": "33e11be0889fa06f45db6b96b8956cae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11454,7 +15453,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:30 GMT", + "Date": "Mon, 25 Oct 2021 06:45:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11463,31 +15462,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68425917cc9c47ccd0b4efcd4e6dae94", - "x-ms-correlation-request-id": "df440302-ba90-4acd-848c-eff63c847363", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29732", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "f50bfe31-9eec-49a2-889f-df68cef951d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054530Z:df440302-ba90-4acd-848c-eff63c847363" + "x-ms-client-request-id": "33e11be0889fa06f45db6b96b8956cae", + "x-ms-correlation-request-id": "ce8a4916-d1d8-4119-a6c0-07fea5ca11f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25199", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "6d9a71ea-fb93-42eb-bedf-bcd7db1c23b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064548Z:ce8a4916-d1d8-4119-a6c0-07fea5ca11f0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9446baa468f3e0ed53d0868f17b79a29", + "x-ms-client-request-id": "32ab0b8ab2651e2898fe959467925eb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11496,7 +15495,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:31 GMT", + "Date": "Mon, 25 Oct 2021 06:45:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11505,31 +15504,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9446baa468f3e0ed53d0868f17b79a29", - "x-ms-correlation-request-id": "4105b91d-cb36-4294-b093-8fff85ec2c0a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29731", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "11668ccc-57b1-4a80-a918-d67ab94d9369", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054531Z:4105b91d-cb36-4294-b093-8fff85ec2c0a" + "x-ms-client-request-id": "32ab0b8ab2651e2898fe959467925eb4", + "x-ms-correlation-request-id": "3fabf587-75ba-40ae-8a94-4c7491c94a60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25198", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "088be8ee-0dce-460c-b20d-11d3239c283f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064548Z:3fabf587-75ba-40ae-8a94-4c7491c94a60" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "112ff6e36bbc6b56b911b44c6bee6c4c", + "x-ms-client-request-id": "e0da53c96f665805e5360ce82486250e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11538,7 +15537,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:32 GMT", + "Date": "Mon, 25 Oct 2021 06:45:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11547,31 +15546,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "112ff6e36bbc6b56b911b44c6bee6c4c", - "x-ms-correlation-request-id": "802f777b-e5f9-44b8-91b6-b5555c377ab1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29730", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "675d13c7-ad5c-4e5e-8caf-a9c86a21e855", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054532Z:802f777b-e5f9-44b8-91b6-b5555c377ab1" + "x-ms-client-request-id": "e0da53c96f665805e5360ce82486250e", + "x-ms-correlation-request-id": "12e2a3d7-6938-4cac-bb39-cb0f61d2c389", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25197", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "2b62845c-ccbe-4a02-b106-0f4cd31d885d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064548Z:12e2a3d7-6938-4cac-bb39-cb0f61d2c389" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "304d0cd9721cafa66b6115cb463c2f19", + "x-ms-client-request-id": "e18fe2a499872e5af3c29ba1f2db39b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11580,7 +15579,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:33 GMT", + "Date": "Mon, 25 Oct 2021 06:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11589,31 +15588,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "304d0cd9721cafa66b6115cb463c2f19", - "x-ms-correlation-request-id": "836bb4c9-8f22-4b03-b1d4-3276f4b50e7e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29729", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "857c60a7-a21b-4ab9-b33a-3f962402a74e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054533Z:836bb4c9-8f22-4b03-b1d4-3276f4b50e7e" + "x-ms-client-request-id": "e18fe2a499872e5af3c29ba1f2db39b3", + "x-ms-correlation-request-id": "bafd0aba-4a44-48db-9ff0-71ba8ca9ad41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25196", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "0216594b-c9f1-430a-9cc7-10a397b8057b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064548Z:bafd0aba-4a44-48db-9ff0-71ba8ca9ad41" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "57eac51a9c3e38d863dadbe2b3a17464", + "x-ms-client-request-id": "65ccb77d8cbb1b4706524c2ea53ff912", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11622,7 +15621,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:35 GMT", + "Date": "Mon, 25 Oct 2021 06:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11631,31 +15630,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57eac51a9c3e38d863dadbe2b3a17464", - "x-ms-correlation-request-id": "d03ed302-6b8b-4e94-b8d7-7463cd1939ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29728", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "8add8f03-99f8-42ed-9f95-dbbcb9239743", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054535Z:d03ed302-6b8b-4e94-b8d7-7463cd1939ec" + "x-ms-client-request-id": "65ccb77d8cbb1b4706524c2ea53ff912", + "x-ms-correlation-request-id": "58473153-3d01-40c4-8f8e-7de811772ede", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25195", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "f5ce9bae-4ad5-48c6-a4ac-5a63a0ab518a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064549Z:58473153-3d01-40c4-8f8e-7de811772ede" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0bb639646969710d507fa55a568b257c", + "x-ms-client-request-id": "85ef87d87c022f2cf8abeda3d364660a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11664,7 +15663,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:36 GMT", + "Date": "Mon, 25 Oct 2021 06:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11673,31 +15672,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0bb639646969710d507fa55a568b257c", - "x-ms-correlation-request-id": "d544ab59-a605-47ca-b71d-9683fa92be22", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29727", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "8f78d489-f9e9-4e80-99f9-39d91c5b0e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054536Z:d544ab59-a605-47ca-b71d-9683fa92be22" + "x-ms-client-request-id": "85ef87d87c022f2cf8abeda3d364660a", + "x-ms-correlation-request-id": "974b6cc0-e7ea-49aa-b6d3-295ec546fa7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25194", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "a9ba3a64-a304-4f28-9b1d-a49f9686b859", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064549Z:974b6cc0-e7ea-49aa-b6d3-295ec546fa7f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a6319be114043c0d3314cc4196c3fbca", + "x-ms-client-request-id": "6d6b59fdc0b918539a74db354c2b89b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11706,7 +15705,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:37 GMT", + "Date": "Mon, 25 Oct 2021 06:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11715,31 +15714,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6319be114043c0d3314cc4196c3fbca", - "x-ms-correlation-request-id": "eb3a17c4-34c6-4afb-bedd-dc8a18dda0d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29726", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "12f714dd-f7b4-4831-93d0-a02d162aa6f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054537Z:eb3a17c4-34c6-4afb-bedd-dc8a18dda0d2" + "x-ms-client-request-id": "6d6b59fdc0b918539a74db354c2b89b3", + "x-ms-correlation-request-id": "6eae50eb-484c-44a9-be95-ce17fe3a327e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25193", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "bbefd29a-58ef-466f-9416-cec574b4d94d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064549Z:6eae50eb-484c-44a9-be95-ce17fe3a327e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0c67b0ed2386b0b0b87807bef67de2d8", + "x-ms-client-request-id": "6bc888c8b4eb00b08a9c6c0f9fa347a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11748,7 +15747,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:38 GMT", + "Date": "Mon, 25 Oct 2021 06:45:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11757,31 +15756,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c67b0ed2386b0b0b87807bef67de2d8", - "x-ms-correlation-request-id": "79746206-a8ea-4678-b117-a6e0d7037439", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29725", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "b5c15af4-00dc-4b77-8fd1-500611279ac8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054538Z:79746206-a8ea-4678-b117-a6e0d7037439" + "x-ms-client-request-id": "6bc888c8b4eb00b08a9c6c0f9fa347a1", + "x-ms-correlation-request-id": "158bcf33-7f55-4a7c-a16e-a00ad1b44852", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25192", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "c6123ae2-e908-413a-aed0-084fd0b44a28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064549Z:158bcf33-7f55-4a7c-a16e-a00ad1b44852" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "18005eb5ce6f4f5f2c79d8549dcbda8c", + "x-ms-client-request-id": "4c3142ec8bd3175833d7ea8ea1f7e3cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11790,7 +15789,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:40 GMT", + "Date": "Mon, 25 Oct 2021 06:45:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11799,31 +15798,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18005eb5ce6f4f5f2c79d8549dcbda8c", - "x-ms-correlation-request-id": "c2d58f50-9f5f-4fbd-a9f7-fa91726d17e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29724", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "ef5961e9-ac71-4937-ab8b-1d10bc9d946b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054540Z:c2d58f50-9f5f-4fbd-a9f7-fa91726d17e1" + "x-ms-client-request-id": "4c3142ec8bd3175833d7ea8ea1f7e3cd", + "x-ms-correlation-request-id": "6028ba7b-df01-449d-b094-85211b0829b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25191", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "b59ff425-fd66-4bff-9db1-cf8acd4e1415", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064550Z:6028ba7b-df01-449d-b094-85211b0829b2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a66dda841823bdf6ea80ee8b0c4e45b5", + "x-ms-client-request-id": "4bdb3922fa9b481fa86be21c544379f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11832,7 +15831,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:41 GMT", + "Date": "Mon, 25 Oct 2021 06:45:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11841,31 +15840,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a66dda841823bdf6ea80ee8b0c4e45b5", - "x-ms-correlation-request-id": "8c5ab7d7-9943-4249-8bbe-95b98f8cab6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29723", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "7133834c-b8e5-4bf5-a2fe-cfc61406281f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054541Z:8c5ab7d7-9943-4249-8bbe-95b98f8cab6e" + "x-ms-client-request-id": "4bdb3922fa9b481fa86be21c544379f6", + "x-ms-correlation-request-id": "ddf78ca1-b9b2-4964-b228-81f749d85a3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25190", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "82ca8844-1440-4450-a8c1-c7b042853f3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064550Z:ddf78ca1-b9b2-4964-b228-81f749d85a3f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "378bf432e2c21e5b5017e00c4b5b13ec", + "x-ms-client-request-id": "0a48392c3cfa3de02fb03713c9225e93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11874,7 +15873,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:42 GMT", + "Date": "Mon, 25 Oct 2021 06:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11883,31 +15882,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "378bf432e2c21e5b5017e00c4b5b13ec", - "x-ms-correlation-request-id": "82bf6769-7c44-46bf-ba79-3749e6772a30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29722", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "0e68d1d6-8e4b-4fc2-bd3a-4035347f493c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054542Z:82bf6769-7c44-46bf-ba79-3749e6772a30" + "x-ms-client-request-id": "0a48392c3cfa3de02fb03713c9225e93", + "x-ms-correlation-request-id": "ad2f5b67-f8a4-46f8-b3b4-d33544271628", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25189", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "c21e5345-edd4-4187-9fa6-5d4848e564c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064550Z:ad2f5b67-f8a4-46f8-b3b4-d33544271628" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1c3a7b9e3c109cb468432defe0d443dd", + "x-ms-client-request-id": "65ed9eb9fcc8f10623e8a468a93bc3f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11916,7 +15915,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:43 GMT", + "Date": "Mon, 25 Oct 2021 06:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11925,31 +15924,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c3a7b9e3c109cb468432defe0d443dd", - "x-ms-correlation-request-id": "44c53c69-b284-462a-b0c0-4eb98b195cd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29721", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "edc61aa2-1f8c-4aa0-8e5c-3f61dbf4dc57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054543Z:44c53c69-b284-462a-b0c0-4eb98b195cd8" + "x-ms-client-request-id": "65ed9eb9fcc8f10623e8a468a93bc3f0", + "x-ms-correlation-request-id": "3a5aa27e-37e0-4b6f-9832-07718c11ed41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25188", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "a1ef4ab5-3b5c-4214-9140-63856207371b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064551Z:3a5aa27e-37e0-4b6f-9832-07718c11ed41" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a8222233a23fa1c97f4e550c38ea718f", + "x-ms-client-request-id": "6761f45ed8aee5d3599d1beac30b7f85", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11958,7 +15957,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:45 GMT", + "Date": "Mon, 25 Oct 2021 06:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11967,31 +15966,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8222233a23fa1c97f4e550c38ea718f", - "x-ms-correlation-request-id": "fb257652-cf9a-4720-96ac-214f892e57b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29720", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "4787e57d-0e7b-4bc9-a45b-7d452011705f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054545Z:fb257652-cf9a-4720-96ac-214f892e57b4" + "x-ms-client-request-id": "6761f45ed8aee5d3599d1beac30b7f85", + "x-ms-correlation-request-id": "25692f95-8460-461b-b6bb-e6866f9b51b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25187", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "d5567339-9f83-4afb-964e-7d14643f19ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064551Z:25692f95-8460-461b-b6bb-e6866f9b51b5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "91ed016c2914f6a53feecf7fb56c3e7c", + "x-ms-client-request-id": "b5634f0c1355302d3256e711987793f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12000,7 +15999,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:46 GMT", + "Date": "Mon, 25 Oct 2021 06:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12009,31 +16008,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91ed016c2914f6a53feecf7fb56c3e7c", - "x-ms-correlation-request-id": "a643abad-3e81-4685-ab57-072c5fa6eedf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29719", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "d438b2a7-012b-4ef0-aa8b-e1a2d32ff360", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054546Z:a643abad-3e81-4685-ab57-072c5fa6eedf" + "x-ms-client-request-id": "b5634f0c1355302d3256e711987793f4", + "x-ms-correlation-request-id": "ad0e57f0-79e1-4291-bdb9-ef335f40ca9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25186", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "5ff3c8dc-1fff-4278-960d-0a84920752e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064551Z:ad0e57f0-79e1-4291-bdb9-ef335f40ca9c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "29d803d46a39fbacb2989cc1e6a8647e", + "x-ms-client-request-id": "d5b547edf7c0e0e4cb080b2ae11c2e17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12042,7 +16041,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:47 GMT", + "Date": "Mon, 25 Oct 2021 06:45:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12051,31 +16050,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29d803d46a39fbacb2989cc1e6a8647e", - "x-ms-correlation-request-id": "21374def-007e-4aee-887f-c16706a86514", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29718", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "2c298526-a737-4a4e-8c4b-2f84d39593ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054547Z:21374def-007e-4aee-887f-c16706a86514" + "x-ms-client-request-id": "d5b547edf7c0e0e4cb080b2ae11c2e17", + "x-ms-correlation-request-id": "700c446d-146f-41aa-a216-50edfe600977", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25185", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "dbc142b5-1c93-4df5-ae64-08246763b011", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064551Z:700c446d-146f-41aa-a216-50edfe600977" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "de829ed1b2e609c97c2c6950d349ec13", + "x-ms-client-request-id": "595b1e690dd84a9ac6313558f1c14ce1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12084,7 +16083,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:48 GMT", + "Date": "Mon, 25 Oct 2021 06:45:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12093,31 +16092,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de829ed1b2e609c97c2c6950d349ec13", - "x-ms-correlation-request-id": "35b65433-fda9-4a91-aa1e-8d112d33f831", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29717", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "d09b8494-ad99-4962-8abe-9812d47cd86e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054548Z:35b65433-fda9-4a91-aa1e-8d112d33f831" + "x-ms-client-request-id": "595b1e690dd84a9ac6313558f1c14ce1", + "x-ms-correlation-request-id": "8182fa72-e3fe-4d5a-bee2-a831ce504b27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25184", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "8793770f-efe6-4386-a7ff-fbb199890b1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064552Z:8182fa72-e3fe-4d5a-bee2-a831ce504b27" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3537d80f4811015654f2de7b8de30f96", + "x-ms-client-request-id": "7cfc2709aa5615c46a82ea4d08024f16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12126,7 +16125,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:50 GMT", + "Date": "Mon, 25 Oct 2021 06:45:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12135,31 +16134,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3537d80f4811015654f2de7b8de30f96", - "x-ms-correlation-request-id": "7297b8c0-046b-4f12-9c6d-440d6a6b8573", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29716", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "78f40a82-3087-4db7-925e-6f10cb43ebb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054550Z:7297b8c0-046b-4f12-9c6d-440d6a6b8573" + "x-ms-client-request-id": "7cfc2709aa5615c46a82ea4d08024f16", + "x-ms-correlation-request-id": "5de8f8f6-cb59-4738-9680-ca30d8f5ce26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25183", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "9b9ae20e-81c5-4192-b1f3-64bb9890cdb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064552Z:5de8f8f6-cb59-4738-9680-ca30d8f5ce26" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "16ae518960e9219639ceac0c015b2768", + "x-ms-client-request-id": "7aa7cf283a1ce01bac6b0e8fc28cef09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12168,7 +16167,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:51 GMT", + "Date": "Mon, 25 Oct 2021 06:45:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12177,31 +16176,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16ae518960e9219639ceac0c015b2768", - "x-ms-correlation-request-id": "0363d44f-31ab-476f-aa0a-1bba610d5707", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29715", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "d2684dd5-b05e-470a-bd2e-5ff707fd1cca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054551Z:0363d44f-31ab-476f-aa0a-1bba610d5707" + "x-ms-client-request-id": "7aa7cf283a1ce01bac6b0e8fc28cef09", + "x-ms-correlation-request-id": "99afb5fb-0846-410c-8e59-5b1f58bda6b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25182", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "4eadc964-fdff-4635-9a4a-47d91d8ed603", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064553Z:99afb5fb-0846-410c-8e59-5b1f58bda6b4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0eb288ab2f70886c488089f3d34d7c99", + "x-ms-client-request-id": "ba2029bcb21fbfc15946ef56234d42c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12210,7 +16209,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:52 GMT", + "Date": "Mon, 25 Oct 2021 06:45:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12219,31 +16218,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0eb288ab2f70886c488089f3d34d7c99", - "x-ms-correlation-request-id": "53997953-b79b-437c-a243-edd91388da5e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29714", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "f5d93b1c-2499-4449-902d-97ef8fd5fa86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054552Z:53997953-b79b-437c-a243-edd91388da5e" + "x-ms-client-request-id": "ba2029bcb21fbfc15946ef56234d42c3", + "x-ms-correlation-request-id": "4878d06c-bb72-4225-9172-46e4ac98bef2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25181", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "2e2fdff2-d432-4a6a-a448-e92ae6114f57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064553Z:4878d06c-bb72-4225-9172-46e4ac98bef2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "81c6d31dd69aaf294216fb429b4900f8", + "x-ms-client-request-id": "222f1ee2d11acfc50b1bcfeb9b3553dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12252,7 +16251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:53 GMT", + "Date": "Mon, 25 Oct 2021 06:45:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12261,31 +16260,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81c6d31dd69aaf294216fb429b4900f8", - "x-ms-correlation-request-id": "8e484743-e490-4135-8ba9-446303de0193", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29713", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "9d754a45-516d-40ea-960c-ba775bdd7cc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054554Z:8e484743-e490-4135-8ba9-446303de0193" + "x-ms-client-request-id": "222f1ee2d11acfc50b1bcfeb9b3553dd", + "x-ms-correlation-request-id": "98f19ada-ea2e-46f4-bf5a-30da4f59c468", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25179", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "63e913a2-6e9c-4c41-8872-2bde2d112c6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064553Z:98f19ada-ea2e-46f4-bf5a-30da4f59c468" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "04cf75ca01315a25e426ce69d6a24eeb", + "x-ms-client-request-id": "de90e09295e175f70de821d54ac4bd5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12294,7 +16293,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:55 GMT", + "Date": "Mon, 25 Oct 2021 06:45:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12303,31 +16302,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04cf75ca01315a25e426ce69d6a24eeb", - "x-ms-correlation-request-id": "e02a56a5-aa63-4c4a-be3d-ba1d3be5e3e0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29712", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "16229114-8e87-4737-9e8e-05811c1f7362", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054555Z:e02a56a5-aa63-4c4a-be3d-ba1d3be5e3e0" + "x-ms-client-request-id": "de90e09295e175f70de821d54ac4bd5f", + "x-ms-correlation-request-id": "c5d90c33-c118-48fb-b8c7-8a2e67166353", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25178", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "c3a5b8d4-79a2-4018-a116-267f1e19d2ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064554Z:c5d90c33-c118-48fb-b8c7-8a2e67166353" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2eef1352a595d5ce5f03cb5a3429edfe", + "x-ms-client-request-id": "a3ad4b29cd5ceaef6451ae03e3d62423", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12336,7 +16335,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:56 GMT", + "Date": "Mon, 25 Oct 2021 06:45:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12345,31 +16344,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2eef1352a595d5ce5f03cb5a3429edfe", - "x-ms-correlation-request-id": "02aee1cd-2fbf-466a-ae95-1fb0f0545378", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29711", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "bf7fa9ad-00a4-454e-844d-cc7595027fcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054556Z:02aee1cd-2fbf-466a-ae95-1fb0f0545378" + "x-ms-client-request-id": "a3ad4b29cd5ceaef6451ae03e3d62423", + "x-ms-correlation-request-id": "42f476f7-d8d4-45fe-973d-8f2d8a6e70cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25177", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "364070f8-fff5-43d8-b74e-854ce3b024ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064554Z:42f476f7-d8d4-45fe-973d-8f2d8a6e70cd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5d28907f777d1c68ad6c9d7408c0d89f", + "x-ms-client-request-id": "42c312f363bc4de127ba1431b0f08546", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12378,7 +16377,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:57 GMT", + "Date": "Mon, 25 Oct 2021 06:45:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12387,31 +16386,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d28907f777d1c68ad6c9d7408c0d89f", - "x-ms-correlation-request-id": "f770d2f6-9f07-4fc2-9716-b28c5a246419", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29710", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "d7f4d752-bfcc-4aea-82eb-bd5bdb288396", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054557Z:f770d2f6-9f07-4fc2-9716-b28c5a246419" + "x-ms-client-request-id": "42c312f363bc4de127ba1431b0f08546", + "x-ms-correlation-request-id": "55c17c4b-c1f4-4b69-9045-6d37d0ea9df1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25176", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "2e6eb6cd-99e2-4f67-8501-0b8e949b1a20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064554Z:55c17c4b-c1f4-4b69-9045-6d37d0ea9df1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "88f00fc7d25a2463a7faa52d35ca25ba", + "x-ms-client-request-id": "50c26f5eaf88c580f0a67990e6f39237", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12420,7 +16419,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:45:58 GMT", + "Date": "Mon, 25 Oct 2021 06:45:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12429,31 +16428,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88f00fc7d25a2463a7faa52d35ca25ba", - "x-ms-correlation-request-id": "06cebf50-f3b7-4a10-9393-42fea6a2f1fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29709", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "2f46532a-0b75-4553-8bde-cdff10f004ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054559Z:06cebf50-f3b7-4a10-9393-42fea6a2f1fa" + "x-ms-client-request-id": "50c26f5eaf88c580f0a67990e6f39237", + "x-ms-correlation-request-id": "8ce6bd0f-00a7-4059-ae9f-359154d6c59a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25175", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "60fd12f0-c93f-404e-84ba-a27e3b3bfeab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064554Z:8ce6bd0f-00a7-4059-ae9f-359154d6c59a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "45e9cf38f07ada6dabd38028085acd9e", + "x-ms-client-request-id": "38e2fdc47a01c5a3695f7ca2b9bd3974", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12462,7 +16461,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:00 GMT", + "Date": "Mon, 25 Oct 2021 06:45:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12471,40 +16470,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45e9cf38f07ada6dabd38028085acd9e", - "x-ms-correlation-request-id": "fb85bac4-80ff-4fa1-8438-00da2b1b713d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14891,Microsoft.Compute/GetOperation30Min;29708", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "b678a45d-e641-4827-84e2-0925a9d5e53e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054600Z:fb85bac4-80ff-4fa1-8438-00da2b1b713d" + "x-ms-client-request-id": "38e2fdc47a01c5a3695f7ca2b9bd3974", + "x-ms-correlation-request-id": "53101e2a-b8c6-44f9-8a40-b4ac8917c5b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25174", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "95fc6315-ef4d-4fac-ba0b-f90077c839ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064554Z:53101e2a-b8c6-44f9-8a40-b4ac8917c5b9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/1ab6ca38-0aef-47e0-ac46-0abacda31984?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "25932c2a6539ada42c03b683d13ae6e2", + "x-ms-client-request-id": "73a467ccd314439b91fe5215e9516633", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:01 GMT", + "Date": "Mon, 25 Oct 2021 06:45:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12513,41 +16512,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25932c2a6539ada42c03b683d13ae6e2", - "x-ms-correlation-request-id": "5e173e42-5f09-4cab-a467-d46c7f6d4b8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14890,Microsoft.Compute/GetOperation30Min;29707", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "a0b1ef5b-c0f1-4b9b-8e08-0a5d554b0c47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054601Z:5e173e42-5f09-4cab-a467-d46c7f6d4b8c" + "x-ms-client-request-id": "73a467ccd314439b91fe5215e9516633", + "x-ms-correlation-request-id": "c3314702-92d2-41bb-885d-6583fdbe2532", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25173", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "ad0d89c9-c171-4915-9c77-006d2aaaa289", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064555Z:c3314702-92d2-41bb-885d-6583fdbe2532" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:44:12.5823245\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T05:46:00.597859\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u00221ab6ca38-0aef-47e0-ac46-0abacda31984\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "383be24792d6d625a115dd86513b1c4d", + "x-ms-client-request-id": "b36ddc284c0de445ccfce72833dd0b33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:01 GMT", + "Date": "Mon, 25 Oct 2021 06:45:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12556,127 +16554,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "383be24792d6d625a115dd86513b1c4d", - "x-ms-correlation-request-id": "1e13ef2c-ce01-4ddb-a2f9-8c0676b4708e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2579", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "126f2c8b-71e0-4ec2-889f-f677257f013f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054601Z:1e13ef2c-ce01-4ddb-a2f9-8c0676b4708e" + "x-ms-client-request-id": "b36ddc284c0de445ccfce72833dd0b33", + "x-ms-correlation-request-id": "e4b3c535-7c27-456d-81de-9ee097612a6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25172", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "309af0eb-5379-4c8c-9d2d-3afaf8f753f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064555Z:e4b3c535-7c27-456d-81de-9ee097612a6e" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-8843\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-8843\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Network/virtualNetworks/testVNet-9160/subnets/testSubnet-182\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u00227094ebf9-8d62-4706-a64b-455993f68172\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-1027/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-8843/poweroff?api-version=2021-03-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0903062c0037d3812a3b18763aea0970", + "x-ms-client-request-id": "7fc4056d1e4ef023619ea702288ddb18", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 05:46:01 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:45:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12684,26 +16596,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0903062c0037d3812a3b18763aea0970", - "x-ms-correlation-request-id": "91493f9e-74ef-4334-b378-212254af7360", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;396,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-charge": "2", - "x-ms-request-id": "c05199e2-d2f1-43c7-b6fd-10ebe84a6538", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054602Z:91493f9e-74ef-4334-b378-212254af7360" + "x-ms-client-request-id": "7fc4056d1e4ef023619ea702288ddb18", + "x-ms-correlation-request-id": "0d36b88d-c116-45f7-8656-c7a7a018722b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25171", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "41647984-ac6e-4ef5-81c3-264fcab718a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064555Z:0d36b88d-c116-45f7-8656-c7a7a018722b" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ca5769e7dd3646ab61680d9a79ae9cb7", + "x-ms-client-request-id": "dc7a48f9854f7f6621c0a717ec7310b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12712,7 +16629,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:02 GMT", + "Date": "Mon, 25 Oct 2021 06:45:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12721,31 +16638,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca5769e7dd3646ab61680d9a79ae9cb7", - "x-ms-correlation-request-id": "a7fbd702-9bd2-42c3-bc04-47c2990e7400", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14889,Microsoft.Compute/GetOperation30Min;29706", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "89b6566e-9853-40a8-a654-73061e0fe590", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054602Z:a7fbd702-9bd2-42c3-bc04-47c2990e7400" + "x-ms-client-request-id": "dc7a48f9854f7f6621c0a717ec7310b3", + "x-ms-correlation-request-id": "a4a74c86-86da-498b-8290-608b5af45102", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25170", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "d375d9b5-c428-48d0-abb7-3f614dd885dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064555Z:a4a74c86-86da-498b-8290-608b5af45102" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b39a6c0cf55a972e3e6b027b7c5c4b0d", + "x-ms-client-request-id": "e4a81ef2e68c09e5b87d526ea542bc3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12754,7 +16671,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:03 GMT", + "Date": "Mon, 25 Oct 2021 06:45:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12763,31 +16680,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b39a6c0cf55a972e3e6b027b7c5c4b0d", - "x-ms-correlation-request-id": "2b100c93-3c41-4795-b048-3ce5c96644da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29705", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "434ed46a-cf9c-4789-821b-0c581dff8d9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054603Z:2b100c93-3c41-4795-b048-3ce5c96644da" + "x-ms-client-request-id": "e4a81ef2e68c09e5b87d526ea542bc3e", + "x-ms-correlation-request-id": "3d9f0c8a-e6ae-4435-8608-bffa282b3f76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25169", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "a0fd5315-5341-4a2a-bdff-54b055efae22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064556Z:3d9f0c8a-e6ae-4435-8608-bffa282b3f76" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d18f27df3e920f39f29ac5b6872d1d58", + "x-ms-client-request-id": "ea2ecf212e63e7e39f445e8d770c04ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12796,7 +16713,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:04 GMT", + "Date": "Mon, 25 Oct 2021 06:45:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12805,31 +16722,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d18f27df3e920f39f29ac5b6872d1d58", - "x-ms-correlation-request-id": "629f6854-894c-474f-81ab-f3e9c0a56e4f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29703", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "03376ada-d46b-4c38-90cf-78a1ce0b69cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054604Z:629f6854-894c-474f-81ab-f3e9c0a56e4f" + "x-ms-client-request-id": "ea2ecf212e63e7e39f445e8d770c04ed", + "x-ms-correlation-request-id": "a822bbfd-9c91-4edc-b356-799f81c27642", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25168", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "374c2585-598a-40a2-ac06-6dcb4b2480ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064556Z:a822bbfd-9c91-4edc-b356-799f81c27642" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1b17cc1fa883f2963abf8ccadb30ca04", + "x-ms-client-request-id": "0910f38ef7e5138b637124d233f8dade", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12838,7 +16755,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:06 GMT", + "Date": "Mon, 25 Oct 2021 06:45:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12847,31 +16764,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b17cc1fa883f2963abf8ccadb30ca04", - "x-ms-correlation-request-id": "055e8a07-11df-4dab-85d4-181123b0c42e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29702", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "03ef3475-3910-4f14-b6e1-6a33c9648f05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054606Z:055e8a07-11df-4dab-85d4-181123b0c42e" + "x-ms-client-request-id": "0910f38ef7e5138b637124d233f8dade", + "x-ms-correlation-request-id": "abd36b60-16d1-468a-8f5c-89ed1344a8ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25167", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "67873e75-98f0-4a47-988c-2746d34d8786", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064556Z:abd36b60-16d1-468a-8f5c-89ed1344a8ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "52ba001ccb1fce24328bc1c02f781011", + "x-ms-client-request-id": "1df568042645c3503bc04447885791ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12880,7 +16797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:07 GMT", + "Date": "Mon, 25 Oct 2021 06:45:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12889,31 +16806,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52ba001ccb1fce24328bc1c02f781011", - "x-ms-correlation-request-id": "487267b8-c472-40fd-a9fb-f86b9a1d5ab1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29701", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "31620019-e409-4586-b555-b4672ade033c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054607Z:487267b8-c472-40fd-a9fb-f86b9a1d5ab1" + "x-ms-client-request-id": "1df568042645c3503bc04447885791ac", + "x-ms-correlation-request-id": "3cbbd254-c898-41c8-ba35-fda33f6d3dc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25166", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "b962c446-254a-4945-91d4-582baa1237e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064557Z:3cbbd254-c898-41c8-ba35-fda33f6d3dc2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "af5baa4e30443789909d96d3b26f34c2", + "x-ms-client-request-id": "b1e06478b3322a59431b86f20a10b4a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12922,7 +16839,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:08 GMT", + "Date": "Mon, 25 Oct 2021 06:45:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12931,31 +16848,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af5baa4e30443789909d96d3b26f34c2", - "x-ms-correlation-request-id": "9cfaf88a-04dc-46f5-8444-64a090fc6f14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29700", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "a3eae449-30a6-40b7-9561-b864ff48ce66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054608Z:9cfaf88a-04dc-46f5-8444-64a090fc6f14" + "x-ms-client-request-id": "b1e06478b3322a59431b86f20a10b4a6", + "x-ms-correlation-request-id": "033aaff9-f9ef-4cdd-9476-fd71fab08e91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25165", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "18531d7d-ee32-42c4-a61c-68e579cb1e64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064557Z:033aaff9-f9ef-4cdd-9476-fd71fab08e91" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "869ac1cfcb725438a849e8f8e7d6c2c1", + "x-ms-client-request-id": "0e897f6ae61668a8a24ccd24b2438a0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12964,7 +16881,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:09 GMT", + "Date": "Mon, 25 Oct 2021 06:45:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12973,31 +16890,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "869ac1cfcb725438a849e8f8e7d6c2c1", - "x-ms-correlation-request-id": "740d7f56-19a1-47c7-851f-4232af9d7384", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29699", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "78f7d73b-3a9e-444d-9445-8876de0c1f56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054610Z:740d7f56-19a1-47c7-851f-4232af9d7384" + "x-ms-client-request-id": "0e897f6ae61668a8a24ccd24b2438a0c", + "x-ms-correlation-request-id": "d864223e-d65c-41de-8f6d-2ca92e51b51c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25164", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "3f1d2a30-ff5c-4fa0-b278-31005e164bc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064557Z:d864223e-d65c-41de-8f6d-2ca92e51b51c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "317c7aae1ad4ebbf7783c18234511bc3", + "x-ms-client-request-id": "ce5977df281851ac0fcbd9299f5eb82b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13006,7 +16923,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:11 GMT", + "Date": "Mon, 25 Oct 2021 06:45:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13015,31 +16932,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "317c7aae1ad4ebbf7783c18234511bc3", - "x-ms-correlation-request-id": "b318326c-dfc3-4bde-808b-17d9622b9128", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29698", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "8ad3187a-170c-4037-b91e-b79a7b9280fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054611Z:b318326c-dfc3-4bde-808b-17d9622b9128" + "x-ms-client-request-id": "ce5977df281851ac0fcbd9299f5eb82b", + "x-ms-correlation-request-id": "d0ce5639-7dbb-4d07-adb6-da4abb855925", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25163", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "a9f08681-b87e-43bf-9aab-3e6a4a71df53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064557Z:d0ce5639-7dbb-4d07-adb6-da4abb855925" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ef0fe578ade839e710707fb479150ba", + "x-ms-client-request-id": "08dd9e0c82cd9296bc770fe5e53477ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13048,7 +16965,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:12 GMT", + "Date": "Mon, 25 Oct 2021 06:45:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13057,31 +16974,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ef0fe578ade839e710707fb479150ba", - "x-ms-correlation-request-id": "88cd08a6-81f6-4f29-a397-c70a9699b727", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29697", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "60f6d523-2d90-46c5-bb72-c91ee70051fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054612Z:88cd08a6-81f6-4f29-a397-c70a9699b727" + "x-ms-client-request-id": "08dd9e0c82cd9296bc770fe5e53477ff", + "x-ms-correlation-request-id": "08b42e6c-d744-406f-a8bf-e4c41f4a74fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25162", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "812a9162-b257-41bf-bdcb-6b4d3ebe4ac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064558Z:08b42e6c-d744-406f-a8bf-e4c41f4a74fe" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3724d4da02f2b4ed02ae0eef09b61f57", + "x-ms-client-request-id": "93127a90e5b6418ed338ff4a0c7ec844", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13090,7 +17007,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:13 GMT", + "Date": "Mon, 25 Oct 2021 06:45:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13099,31 +17016,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3724d4da02f2b4ed02ae0eef09b61f57", - "x-ms-correlation-request-id": "70c036c1-c9dc-4220-95da-c33d547071e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29696", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "99940b73-df5a-47b7-b375-b5e3aec06cbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054613Z:70c036c1-c9dc-4220-95da-c33d547071e8" + "x-ms-client-request-id": "93127a90e5b6418ed338ff4a0c7ec844", + "x-ms-correlation-request-id": "7a8d377a-a320-428e-882e-851e80da4ca6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25161", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "4a4ecb46-0eeb-4b84-be24-afc9d11f23d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064558Z:7a8d377a-a320-428e-882e-851e80da4ca6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e8a1252e54e524e3dcf9bfcd13c4a4e6", + "x-ms-client-request-id": "1418a29481665c3ee0c712a019c66bdb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13132,7 +17049,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:14 GMT", + "Date": "Mon, 25 Oct 2021 06:45:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13141,31 +17058,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8a1252e54e524e3dcf9bfcd13c4a4e6", - "x-ms-correlation-request-id": "56df65d0-7738-4e09-a90f-524500fce6f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29695", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "87b23216-40ff-4369-86fc-81a2ce9156e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054615Z:56df65d0-7738-4e09-a90f-524500fce6f5" + "x-ms-client-request-id": "1418a29481665c3ee0c712a019c66bdb", + "x-ms-correlation-request-id": "b1cad06f-2ac2-4abb-81ca-b254da8dae08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25160", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "e2d8c212-a200-46f9-b2e5-93808cd0491e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064558Z:b1cad06f-2ac2-4abb-81ca-b254da8dae08" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "60a70733e42c54d0113b6c307baf79ba", + "x-ms-client-request-id": "2499da53254b27740f9b3595834b853d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13174,7 +17091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:16 GMT", + "Date": "Mon, 25 Oct 2021 06:45:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13183,31 +17100,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60a70733e42c54d0113b6c307baf79ba", - "x-ms-correlation-request-id": "00ffe7df-0403-4941-9389-471832ed07df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29694", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "377fd070-e53a-4fd0-aa10-b3940566350b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054616Z:00ffe7df-0403-4941-9389-471832ed07df" + "x-ms-client-request-id": "2499da53254b27740f9b3595834b853d", + "x-ms-correlation-request-id": "0d0be119-5789-4cd1-bb7e-bfb1ec384e67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25158", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "fdd36184-66dc-4a74-b939-813802433748", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064558Z:0d0be119-5789-4cd1-bb7e-bfb1ec384e67" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "22cdb0e868ef86d4f1ff5bf94220a13e", + "x-ms-client-request-id": "4251caaf631b0e993cb6b2eed3ee280c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13216,7 +17133,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:17 GMT", + "Date": "Mon, 25 Oct 2021 06:45:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13225,31 +17142,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22cdb0e868ef86d4f1ff5bf94220a13e", - "x-ms-correlation-request-id": "28062a16-ec7a-4653-aad8-a22cf58842a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29693", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "76e7445e-387a-4b12-a27b-2ad22f6bf203", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054617Z:28062a16-ec7a-4653-aad8-a22cf58842a1" + "x-ms-client-request-id": "4251caaf631b0e993cb6b2eed3ee280c", + "x-ms-correlation-request-id": "32658bae-d40e-414f-905e-42e30025bbe0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25157", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "bb904a8c-31ee-4127-b24d-692d3b327f1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064559Z:32658bae-d40e-414f-905e-42e30025bbe0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02bb2809be0e492a544cd6a9e7b3a82c", + "x-ms-client-request-id": "32f724cca3e56ff82ef104ca4ca8d895", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13258,7 +17175,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:18 GMT", + "Date": "Mon, 25 Oct 2021 06:45:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13267,31 +17184,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02bb2809be0e492a544cd6a9e7b3a82c", - "x-ms-correlation-request-id": "3625dafb-b4e2-43f4-9d30-b95e10918b3a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29691", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "9f2fba05-8fc6-40a7-bd6c-39ce61cfbd71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054618Z:3625dafb-b4e2-43f4-9d30-b95e10918b3a" + "x-ms-client-request-id": "32f724cca3e56ff82ef104ca4ca8d895", + "x-ms-correlation-request-id": "cfd2ddf4-2994-4061-9d30-9df34ce74b51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25156", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "9d191b0e-6a9d-4f32-bfe6-7024d3ede6ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064559Z:cfd2ddf4-2994-4061-9d30-9df34ce74b51" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "62e5058081f7cbf632216e2c89d711f0", + "x-ms-client-request-id": "4ef1d4422974f0bf418ae89572855420", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13300,7 +17217,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:19 GMT", + "Date": "Mon, 25 Oct 2021 06:45:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13309,31 +17226,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62e5058081f7cbf632216e2c89d711f0", - "x-ms-correlation-request-id": "1fd76810-4ec3-409e-9135-aab7bffd4801", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29690", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "e17df343-c5ef-49b6-adeb-e66d111fc9e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054620Z:1fd76810-4ec3-409e-9135-aab7bffd4801" + "x-ms-client-request-id": "4ef1d4422974f0bf418ae89572855420", + "x-ms-correlation-request-id": "b33e307a-5480-49a2-ba4e-37af09c1916d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25155", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "ee9571c8-6c14-4b89-8e8f-00327a9a59e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064559Z:b33e307a-5480-49a2-ba4e-37af09c1916d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53262d9976f329ab8583cea2912b9e3e", + "x-ms-client-request-id": "5fc9287352540b58d2e2142a5ecec293", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13342,7 +17259,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:21 GMT", + "Date": "Mon, 25 Oct 2021 06:45:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13351,31 +17268,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53262d9976f329ab8583cea2912b9e3e", - "x-ms-correlation-request-id": "876da267-facf-45c7-adb1-793d1a3b59e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29689", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "56598aa5-13bd-49d7-8d75-774859afb5ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054621Z:876da267-facf-45c7-adb1-793d1a3b59e3" + "x-ms-client-request-id": "5fc9287352540b58d2e2142a5ecec293", + "x-ms-correlation-request-id": "2f53ff78-51ab-4b2a-ab49-458707a31e17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25154", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "74853c8f-9852-47f3-98d6-9a5d107cd812", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064559Z:2f53ff78-51ab-4b2a-ab49-458707a31e17" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3d782e573f3b884632f0d0ed50fdc07c", + "x-ms-client-request-id": "feac1dddd9fda2976406f15bbb62fca8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13384,7 +17301,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:22 GMT", + "Date": "Mon, 25 Oct 2021 06:45:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13393,31 +17310,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d782e573f3b884632f0d0ed50fdc07c", - "x-ms-correlation-request-id": "06f275a2-5879-4987-adda-ac9d842e3067", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29688", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "36d26201-2175-4b00-83c4-6deaf92e8109", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054622Z:06f275a2-5879-4987-adda-ac9d842e3067" + "x-ms-client-request-id": "feac1dddd9fda2976406f15bbb62fca8", + "x-ms-correlation-request-id": "1ad807b9-1e1f-4087-ae90-c98459bdaca6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;25153", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "b921c930-5cdc-47d8-a38c-52217d929e26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064600Z:1ad807b9-1e1f-4087-ae90-c98459bdaca6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ba0fe63b558c093859bbdc73b3533a06", + "x-ms-client-request-id": "2456e39d79dfef407ce57c9215949172", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13426,7 +17343,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:23 GMT", + "Date": "Mon, 25 Oct 2021 06:45:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13435,31 +17352,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba0fe63b558c093859bbdc73b3533a06", - "x-ms-correlation-request-id": "d2cc5de1-3974-4de8-a477-c6ac52fb218b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29687", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "ec29be9f-6684-4d12-9976-87b62702e915", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054623Z:d2cc5de1-3974-4de8-a477-c6ac52fb218b" + "x-ms-client-request-id": "2456e39d79dfef407ce57c9215949172", + "x-ms-correlation-request-id": "8ba6879a-678b-4737-bc08-e5fc3e6081ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;25152", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "e5b23bcc-d272-4010-96f5-f4284b3f4e5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064600Z:8ba6879a-678b-4737-bc08-e5fc3e6081ed" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5ad53082d35e5ab5e79e2003a6bdd988", + "x-ms-client-request-id": "54b855c855d89a239026fa4d61fd506f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13468,7 +17385,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:25 GMT", + "Date": "Mon, 25 Oct 2021 06:45:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13477,31 +17394,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ad53082d35e5ab5e79e2003a6bdd988", - "x-ms-correlation-request-id": "d01e4a1d-21eb-4a38-9920-51287b530d63", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29686", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "69c690bd-bde0-49f4-8e58-6ed74a2fb569", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054625Z:d01e4a1d-21eb-4a38-9920-51287b530d63" + "x-ms-client-request-id": "54b855c855d89a239026fa4d61fd506f", + "x-ms-correlation-request-id": "cffe85ea-37b7-4a91-956b-08ab287f2666", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;25151", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "d08e1e1a-aabd-42f9-8a9a-315ed8d7601c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064600Z:cffe85ea-37b7-4a91-956b-08ab287f2666" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aa6751c3e41b01b1f56fe37f62d3d4df", + "x-ms-client-request-id": "7a8d6be59d7764b3dcbd82175d058dd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13510,7 +17427,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:26 GMT", + "Date": "Mon, 25 Oct 2021 06:46:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13519,31 +17436,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa6751c3e41b01b1f56fe37f62d3d4df", - "x-ms-correlation-request-id": "d1a1cdd9-e59f-4558-a865-b3db0825cfc8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29685", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "e79d52fb-4b94-410d-b113-64b0501aa675", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054627Z:d1a1cdd9-e59f-4558-a865-b3db0825cfc8" + "x-ms-client-request-id": "7a8d6be59d7764b3dcbd82175d058dd0", + "x-ms-correlation-request-id": "7883a859-6f18-486f-bead-4c2b8f89ce57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;25150", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "c5a7dc90-6210-4a8c-958f-07f9a729a380", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064601Z:7883a859-6f18-486f-bead-4c2b8f89ce57" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1f6bc9b66528671d30b5d2ee3535629c", + "x-ms-client-request-id": "65927e75a8aa47d0c0bc94b97ef38d7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13552,7 +17469,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:27 GMT", + "Date": "Mon, 25 Oct 2021 06:46:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13561,31 +17478,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f6bc9b66528671d30b5d2ee3535629c", - "x-ms-correlation-request-id": "863d23a8-1dee-445d-bf19-c72f8b10e7e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29684", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "695606c9-cb4b-45d9-98d7-f3fda84f1ab9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054628Z:863d23a8-1dee-445d-bf19-c72f8b10e7e9" + "x-ms-client-request-id": "65927e75a8aa47d0c0bc94b97ef38d7f", + "x-ms-correlation-request-id": "f939ab21-f838-4b7d-a939-24a7c065c0bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;25149", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "ebc01cf7-aa76-41e4-9822-ed17212acbd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064601Z:f939ab21-f838-4b7d-a939-24a7c065c0bf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "62af54e28fec9deb7ed364eff035f813", + "x-ms-client-request-id": "a9ad0c9517062afba154771ad20c3d8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13594,7 +17511,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:29 GMT", + "Date": "Mon, 25 Oct 2021 06:46:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13603,31 +17520,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62af54e28fec9deb7ed364eff035f813", - "x-ms-correlation-request-id": "c388393b-8377-47e2-a746-a1569a9ea2e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29683", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "1df23d2d-3291-42b9-ae37-6ce8f9f64bc5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054629Z:c388393b-8377-47e2-a746-a1569a9ea2e3" + "x-ms-client-request-id": "a9ad0c9517062afba154771ad20c3d8a", + "x-ms-correlation-request-id": "4f59dab2-ed8f-4cb7-aac6-198a6e6ccf1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;25148", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "1d539216-c6af-4b9f-82be-34670eff77c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064601Z:4f59dab2-ed8f-4cb7-aac6-198a6e6ccf1e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc4c41c9b9525e5f33ff7a6611c3ccc0", + "x-ms-client-request-id": "e2d82a98ea6a3cc59b46baba09f9e5e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13636,7 +17553,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:30 GMT", + "Date": "Mon, 25 Oct 2021 06:46:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13645,31 +17562,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc4c41c9b9525e5f33ff7a6611c3ccc0", - "x-ms-correlation-request-id": "67c0b38c-44d2-467a-b389-20964e6588d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29682", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "447ef067-3447-4187-96ea-c5b582bbbaa0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054630Z:67c0b38c-44d2-467a-b389-20964e6588d5" + "x-ms-client-request-id": "e2d82a98ea6a3cc59b46baba09f9e5e9", + "x-ms-correlation-request-id": "2e01e1aa-930f-4965-a305-04c732eef6f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;25147", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "7a536a66-0fc4-4fd1-8bae-ad16980070d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064601Z:2e01e1aa-930f-4965-a305-04c732eef6f7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0d9c470c722327f2decda054002e77fb", + "x-ms-client-request-id": "5082032fe3585ec98368c35631b575b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13678,7 +17595,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:31 GMT", + "Date": "Mon, 25 Oct 2021 06:46:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13687,31 +17604,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d9c470c722327f2decda054002e77fb", - "x-ms-correlation-request-id": "7409047a-2a50-485f-abde-ebcba20fd0eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29681", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "8e39f4bc-2a9d-4eb4-a3ef-2873f4dd2b46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054632Z:7409047a-2a50-485f-abde-ebcba20fd0eb" + "x-ms-client-request-id": "5082032fe3585ec98368c35631b575b4", + "x-ms-correlation-request-id": "75d2e9f5-b682-4363-b93d-9789bc7d9390", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;25146", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "b0458c54-a47c-463e-a521-53adcd3b1251", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064601Z:75d2e9f5-b682-4363-b93d-9789bc7d9390" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f324bfbc86e9294af4512eec15848cbb", + "x-ms-client-request-id": "5321097faa1aab1447700ec05c4021a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13720,7 +17637,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:33 GMT", + "Date": "Mon, 25 Oct 2021 06:46:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13729,31 +17646,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f324bfbc86e9294af4512eec15848cbb", - "x-ms-correlation-request-id": "1e8156c0-d82b-4aa4-b282-7973809726c4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29680", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "4cd1a519-656b-4daa-a780-f51cf7170661", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054633Z:1e8156c0-d82b-4aa4-b282-7973809726c4" + "x-ms-client-request-id": "5321097faa1aab1447700ec05c4021a8", + "x-ms-correlation-request-id": "030db6eb-ff8d-486d-b7e2-fdf7e1f92e81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;25145", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "31cd772d-191c-40b2-a08c-8fc65e968025", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064602Z:030db6eb-ff8d-486d-b7e2-fdf7e1f92e81" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a8e2a407ea9857f04e24fe84180b5d04", + "x-ms-client-request-id": "cfeb8d6eec89b432617a5f01266e0be5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13762,7 +17679,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:34 GMT", + "Date": "Mon, 25 Oct 2021 06:46:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13771,31 +17688,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8e2a407ea9857f04e24fe84180b5d04", - "x-ms-correlation-request-id": "76d7877a-7a59-4c26-88a4-9c44b7015075", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29678", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "607a045c-e64c-4ea1-95df-f291e4ce7da0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054634Z:76d7877a-7a59-4c26-88a4-9c44b7015075" + "x-ms-client-request-id": "cfeb8d6eec89b432617a5f01266e0be5", + "x-ms-correlation-request-id": "a1970937-c6e6-4da0-86ac-f832557d9ab7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;25144", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "194777c0-dffd-4fb3-9916-6e1d5e5513b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064602Z:a1970937-c6e6-4da0-86ac-f832557d9ab7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "52a97e87d99e86d6fd7319d143061259", + "x-ms-client-request-id": "ff3b05d192d885cfeed609e8d5090142", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13804,7 +17721,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:35 GMT", + "Date": "Mon, 25 Oct 2021 06:46:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13813,31 +17730,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52a97e87d99e86d6fd7319d143061259", - "x-ms-correlation-request-id": "2a3c919f-a247-462f-b717-31b8d246c3d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29677", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "493edbf7-46c4-4698-b926-4cddec720e75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054636Z:2a3c919f-a247-462f-b717-31b8d246c3d2" + "x-ms-client-request-id": "ff3b05d192d885cfeed609e8d5090142", + "x-ms-correlation-request-id": "189e0e61-a330-439f-bee2-5486c89eb214", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;25143", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "0ec270ec-d73e-4383-827b-3e92d1661d60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064602Z:189e0e61-a330-439f-bee2-5486c89eb214" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5b4de441ce4cd262cfcca4c487c510e9", + "x-ms-client-request-id": "a3e81b46a5ca932ad76cf2a04b1384d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13846,7 +17763,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:36 GMT", + "Date": "Mon, 25 Oct 2021 06:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13855,32 +17772,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b4de441ce4cd262cfcca4c487c510e9", - "x-ms-correlation-request-id": "8244b114-467b-4a0b-8fa1-bc18c99d1895", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29676", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "cceb5456-84a7-4da5-86bc-7f94cd309dcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054637Z:8244b114-467b-4a0b-8fa1-bc18c99d1895" + "x-ms-client-request-id": "a3e81b46a5ca932ad76cf2a04b1384d8", + "x-ms-correlation-request-id": "ad6304ea-56f8-4bbb-abaf-113d7900eb39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;25142", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "f027bbb9-b4f4-4841-9f52-ba1f64220d23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064603Z:ad6304ea-56f8-4bbb-abaf-113d7900eb39" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:01.9728971\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T05:46:36.5978294\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:45:42.1091841\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:46:02.8278705\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022c05199e2-d2f1-43c7-b6fd-10ebe84a6538\u0022\r\n", + " \u0022name\u0022: \u00221804cceb-c0a7-4b9c-966e-72b9ff564eda\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/c05199e2-d2f1-43c7-b6fd-10ebe84a6538?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/1804cceb-c0a7-4b9c-966e-72b9ff564eda?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "966529f339da2e1dcd5bab25d11e1448", + "x-ms-client-request-id": "56ef29642105dbd0be65e0b2e24adf58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13888,7 +17805,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 05:46:37 GMT", + "Date": "Mon, 25 Oct 2021 06:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13897,19 +17814,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "966529f339da2e1dcd5bab25d11e1448", - "x-ms-correlation-request-id": "293cee72-b8c8-4b9c-bfdf-4411a37a77af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29675", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "6e8c517c-f43a-4829-8138-ae525284cb28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054637Z:293cee72-b8c8-4b9c-bfdf-4411a37a77af" + "x-ms-client-request-id": "56ef29642105dbd0be65e0b2e24adf58", + "x-ms-correlation-request-id": "2833ed54-0133-49f9-af64-d79bdc60f8f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;25141", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "f81917bd-1b90-48aa-bf84-3fa1a57619f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064603Z:2833ed54-0133-49f9-af64-d79bdc60f8f6" }, "ResponseBody": [] } ], "Variables": { "RandomSeed": "346762783", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update().json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update().json index 968cb2259563a..72cdc3067cedb 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update().json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update().json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-2e57df994eb30b44bb82aa1a59f6819f-0be37d1ac4375e47-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "02be45e9d87e6d895b659a0847394772", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:15 GMT", + "Date": "Mon, 25 Oct 2021 06:39:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "badfbd0e-6bfe-4057-9930-196c6138f659", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "badfbd0e-6bfe-4057-9930-196c6138f659", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034115Z:badfbd0e-6bfe-4057-9930-196c6138f659" + "x-ms-correlation-request-id": "208c4603-e296-4aeb-92d1-1d3f29f168fe", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "208c4603-e296-4aeb-92d1-1d3f29f168fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063922Z:208c4603-e296-4aeb-92d1-1d3f29f168fe" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-6316?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-6316?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-14180fc763faac46b792a1847ada51fc-7b45e2d7487f2943-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "c44f31cbefac1f1eee7a8fabc6c038ad", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:16 GMT", + "Date": "Mon, 25 Oct 2021 06:39:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4246b8e3-23a2-4733-98df-97f8414d79e2", + "x-ms-correlation-request-id": "fde60eac-f796-45b6-b40c-8410241a0f89", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "4246b8e3-23a2-4733-98df-97f8414d79e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034117Z:4246b8e3-23a2-4733-98df-97f8414d79e2" + "x-ms-request-id": "fde60eac-f796-45b6-b40c-8410241a0f89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063923Z:fde60eac-f796-45b6-b40c-8410241a0f89" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316", "name": "testRG-6316", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-682c8d75d64c804a94e96b6fc59c7a79-7dd7720094eee84a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "311b6c6084fde0dcb76529beee3bd73d", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:17 GMT", + "Date": "Mon, 25 Oct 2021 06:39:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27692983-6bc4-4767-bca7-cf9ece652c10", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "27692983-6bc4-4767-bca7-cf9ece652c10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034117Z:27692983-6bc4-4767-bca7-cf9ece652c10" + "x-ms-correlation-request-id": "8c31b7ee-889e-4def-b526-b080c96f25e3", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8c31b7ee-889e-4def-b526-b080c96f25e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063924Z:8c31b7ee-889e-4def-b526-b080c96f25e3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,126 +8618,10214 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-682c8d75d64c804a94e96b6fc59c7a79-a6e85e4e1dab7843-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "242b97b9ce985fe3ea0fdeaf9edacf9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-2759", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8620da79-b46e-4fdb-a444-720c5a8534a8?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "155e900f-9638-4985-bfc9-bedc0fec9fc5", - "x-ms-client-request-id": "242b97b9ce985fe3ea0fdeaf9edacf9a", - "x-ms-correlation-request-id": "a523612d-db88-42d8-b2a1-ed590827da50", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "8620da79-b46e-4fdb-a444-720c5a8534a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034122Z:a523612d-db88-42d8-b2a1-ed590827da50" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-5135\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002233d50368-0f7e-4a55-9397-42839dfb8198\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00228d66019b-4f55-499d-99a7-c92b98dd2226\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-2759\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002233d50368-0f7e-4a55-9397-42839dfb8198\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "242b97b9ce985fe3ea0fdeaf9edacf9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-2759", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/a3c5e10c-c745-44a1-ae52-298c1bbe4883?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1247", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "aa569eee-1847-4fa5-9ad8-87e6e50ca6f1", + "x-ms-client-request-id": "242b97b9ce985fe3ea0fdeaf9edacf9a", + "x-ms-correlation-request-id": "6eadc94d-8755-49aa-9d29-911205cab301", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a3c5e10c-c745-44a1-ae52-298c1bbe4883", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063931Z:6eadc94d-8755-49aa-9d29-911205cab301" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-5135\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d53c4c07-9efa-48cf-be16-b98f3a92ee5e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00228fc66d44-a4c1-46df-871e-fd31f2e2b6af\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-2759\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d53c4c07-9efa-48cf-be16-b98f3a92ee5e\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/a3c5e10c-c745-44a1-ae52-298c1bbe4883?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a10689d4c88291c289bb46eea62c41dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6ae4c054-4e93-401d-87d9-a3c81c185626", + "x-ms-client-request-id": "a10689d4c88291c289bb46eea62c41dc", + "x-ms-correlation-request-id": "72813137-45d3-46e0-847a-421390eeb814", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "382229db-4a5a-43a7-a1aa-6bbc1937f2e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063932Z:72813137-45d3-46e0-847a-421390eeb814" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02728f957e291e79635f3ccc96296abb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:32 GMT", + "ETag": "W/\u00226384c504-8f58-4bd7-a281-fea0d4caa269\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2c222bf6-4b48-4dfc-a029-019594eb44b9", + "x-ms-client-request-id": "02728f957e291e79635f3ccc96296abb", + "x-ms-correlation-request-id": "a0a97aa5-1f89-4fdb-837f-343c961f6924", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "6e43d490-3d2e-4f07-847e-f803aa59b757", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063932Z:a0a97aa5-1f89-4fdb-837f-343c961f6924" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-5135\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226384c504-8f58-4bd7-a281-fea0d4caa269\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00228fc66d44-a4c1-46df-871e-fd31f2e2b6af\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-2759\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226384c504-8f58-4bd7-a281-fea0d4caa269\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1388", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15db8a832ed383182980cf07534525bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-9268", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2627", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15db8a832ed383182980cf07534525bc", + "x-ms-correlation-request-id": "7ab607aa-c100-47be-87ed-bbde239dbde9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1178,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-charge": "4", + "x-ms-request-id": "69d29f12-1b92-4f39-8be2-b63e175d3b22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063936Z:7ab607aa-c100-47be-87ed-bbde239dbde9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-9268\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-9268\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u00225cb8a563-a340-4dce-9885-7b346bb226bc\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b6a8b512b50660977efd9a9ae71cb1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b6a8b512b50660977efd9a9ae71cb1e", + "x-ms-correlation-request-id": "e9377d86-dc56-4923-8f7a-5cf132927485", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25853", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4d03c3f4-fc1b-49ac-8ffc-098f557a0b60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063936Z:e9377d86-dc56-4923-8f7a-5cf132927485" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a41803a0405fbfe5f8506ecf1f5f733", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a41803a0405fbfe5f8506ecf1f5f733", + "x-ms-correlation-request-id": "da46314f-795d-4274-89aa-3662a06c865d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25852", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5d0c36ec-d73a-4314-9012-257b36b47839", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063936Z:da46314f-795d-4274-89aa-3662a06c865d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7b5708409da5f6b52bdedccaf81a89d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7b5708409da5f6b52bdedccaf81a89d", + "x-ms-correlation-request-id": "84837a5e-1927-407a-b2e9-aac42264d613", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25851", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "fdc06171-54fd-4e68-94ac-dd42091f233b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063937Z:84837a5e-1927-407a-b2e9-aac42264d613" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0be81e1cc1b44d598d6ebcca251c7582", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0be81e1cc1b44d598d6ebcca251c7582", + "x-ms-correlation-request-id": "5dcb05e3-113a-4af4-9c64-3f585a807d76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25850", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "22eba114-2caf-4f14-8220-09b9d2937c49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063937Z:5dcb05e3-113a-4af4-9c64-3f585a807d76" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3d24a5f803bc304414e2e84717324cde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d24a5f803bc304414e2e84717324cde", + "x-ms-correlation-request-id": "3980dff1-8f5a-4be1-8c77-2fc3634eea2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25849", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "65c38cd5-05ff-4234-a2e5-44fae2891bd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063937Z:3980dff1-8f5a-4be1-8c77-2fc3634eea2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3cf68ddeb0dc37f16683a6b4da03a35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3cf68ddeb0dc37f16683a6b4da03a35", + "x-ms-correlation-request-id": "d9e81e6f-e625-42e7-8f86-9076b8384cf8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25848", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "0802c72a-5538-4480-a534-9a83471040bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063938Z:d9e81e6f-e625-42e7-8f86-9076b8384cf8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "09d46b486a5c19e1d9b7f6d1d812355a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09d46b486a5c19e1d9b7f6d1d812355a", + "x-ms-correlation-request-id": "a2d4cbc9-5613-4257-bc88-fa4cd71ee9bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25847", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e6636de7-0fd7-4cb8-8cdc-c576aeb12336", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063938Z:a2d4cbc9-5613-4257-bc88-fa4cd71ee9bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bcedde22a14d0c7425612653c8d8e373", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcedde22a14d0c7425612653c8d8e373", + "x-ms-correlation-request-id": "b9467753-0fc5-47d3-aee2-057ec00fd706", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25846", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "6ff12507-d1f7-4514-9aa8-4d5bddc680c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063938Z:b9467753-0fc5-47d3-aee2-057ec00fd706" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "abfeb3a7435e738187b6f955f4adea04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abfeb3a7435e738187b6f955f4adea04", + "x-ms-correlation-request-id": "a680ebae-fa96-47cd-afa2-7101363a443a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25845", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "3e920657-927b-4c27-8026-0319ce018510", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063938Z:a680ebae-fa96-47cd-afa2-7101363a443a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e49df327eb3a7e7f6c7e4fa438d5000", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e49df327eb3a7e7f6c7e4fa438d5000", + "x-ms-correlation-request-id": "37d78edd-33a1-4ecf-b76f-e2a8304733ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25844", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "50bf0220-23ca-4cb1-bd8f-a404ba189b88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063939Z:37d78edd-33a1-4ecf-b76f-e2a8304733ec" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "252982d48a13dffc5c7a3497a81f1777", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "252982d48a13dffc5c7a3497a81f1777", + "x-ms-correlation-request-id": "a1fb4f38-418f-4276-9bfb-9957c890ecf7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25843", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "481b1c49-0a9f-477f-ae60-e076afe1ec82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063939Z:a1fb4f38-418f-4276-9bfb-9957c890ecf7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e9202277748f29c0cb57b5965e872ff9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9202277748f29c0cb57b5965e872ff9", + "x-ms-correlation-request-id": "e6050cb6-1e59-4265-b902-3cb0961f36af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25842", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "4bf3f26c-d974-4036-82d5-61dd25a7cf2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063939Z:e6050cb6-1e59-4265-b902-3cb0961f36af" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7281f866c483a8f1e26a11394950fed6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7281f866c483a8f1e26a11394950fed6", + "x-ms-correlation-request-id": "1c9a4b5b-0b62-4667-b2e3-1ab4baced5a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25841", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "874b81a4-5982-4019-8b6e-7059c7577f36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063939Z:1c9a4b5b-0b62-4667-b2e3-1ab4baced5a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21836caf676c5f71c2005abbd46680d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21836caf676c5f71c2005abbd46680d5", + "x-ms-correlation-request-id": "7c51064d-3c3d-487c-b74a-b6e6ab71b145", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25840", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "2486a164-f677-4f7d-a43f-70add6644f74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063940Z:7c51064d-3c3d-487c-b74a-b6e6ab71b145" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af313a4ba59db2f3307806256386e07a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af313a4ba59db2f3307806256386e07a", + "x-ms-correlation-request-id": "6a267146-bcc6-43b2-9504-6c1668a3c739", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25839", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "7046dd09-5c2c-4ca5-b083-753913350bcf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063940Z:6a267146-bcc6-43b2-9504-6c1668a3c739" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f2e7de580d03fe8d8722af836a35d47c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2e7de580d03fe8d8722af836a35d47c", + "x-ms-correlation-request-id": "9a35069d-cbac-4e6c-a8b8-085a7610f47d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25838", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "8062124d-e1d9-4f30-86e6-6d5ae0ba4580", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063940Z:9a35069d-cbac-4e6c-a8b8-085a7610f47d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0eee3ce94f1f093879d0f0f4604bfb3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0eee3ce94f1f093879d0f0f4604bfb3b", + "x-ms-correlation-request-id": "1ca496fb-5cd2-41de-8a03-64d5fec47a96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25837", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "1e72ff8c-75af-41df-b8ac-53ec4fb41579", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063940Z:1ca496fb-5cd2-41de-8a03-64d5fec47a96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f663df1f8e7e3dd1ad32287bf56f48fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f663df1f8e7e3dd1ad32287bf56f48fb", + "x-ms-correlation-request-id": "90efce63-3a4c-46f7-8552-8efe9ad82866", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25835", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "bd4a6996-dd91-4938-bfc4-eb107159ebc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063941Z:90efce63-3a4c-46f7-8552-8efe9ad82866" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "263b89a4d298095aa5dd79331c989e3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "263b89a4d298095aa5dd79331c989e3b", + "x-ms-correlation-request-id": "3ce4b598-8071-470a-90c3-d7dc76eb338a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25834", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "45fd53c7-4933-4301-91a6-5bbf5f49f9ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063941Z:3ce4b598-8071-470a-90c3-d7dc76eb338a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a647426ded25bfd6ab060ed26bd1309", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a647426ded25bfd6ab060ed26bd1309", + "x-ms-correlation-request-id": "8517d832-6a57-47b6-9d0b-031236005010", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25833", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "4798b5ac-1c16-4620-aeb9-81ead0fc1815", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063941Z:8517d832-6a57-47b6-9d0b-031236005010" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d650f587d5104da3845950a1159d2115", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d650f587d5104da3845950a1159d2115", + "x-ms-correlation-request-id": "44f91e5a-ab75-41b9-91e6-3299352df7f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25832", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "ab457375-72ae-4181-ab04-37e0b5090606", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063942Z:44f91e5a-ab75-41b9-91e6-3299352df7f0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8155ed94bd0bc6298ce0bce7716de2e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8155ed94bd0bc6298ce0bce7716de2e8", + "x-ms-correlation-request-id": "b7852546-609e-4ba6-8418-0c5800d0b421", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25830", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "08343f52-1b81-4220-b490-746420135f5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063942Z:b7852546-609e-4ba6-8418-0c5800d0b421" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "26ac6fc9c748512bd01705788d5c46cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26ac6fc9c748512bd01705788d5c46cc", + "x-ms-correlation-request-id": "f67f2482-7739-4255-b4b6-f5e00af54fff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25829", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "11b92635-92b2-431c-934e-d944e639200e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063942Z:f67f2482-7739-4255-b4b6-f5e00af54fff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39594b8f9268c9fdcb8a4a2f18bbdb17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39594b8f9268c9fdcb8a4a2f18bbdb17", + "x-ms-correlation-request-id": "14e06471-5dbb-4221-8652-b7b98d503dc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25828", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "8c45cb17-3ea9-43a0-97c4-3479afdbfdae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063942Z:14e06471-5dbb-4221-8652-b7b98d503dc5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5d76876faf1cdcdc103b1f4b8b0382f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5d76876faf1cdcdc103b1f4b8b0382f", + "x-ms-correlation-request-id": "fdf9a5a8-b4eb-46c1-9052-94ef1cb4a07b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25827", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "1a253a03-7976-4143-abfc-fd3d70bd6215", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063943Z:fdf9a5a8-b4eb-46c1-9052-94ef1cb4a07b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2658f09aa913377f71e25bbd7cfb3814", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2658f09aa913377f71e25bbd7cfb3814", + "x-ms-correlation-request-id": "467c8eef-1822-494d-b20a-54b4729d4000", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25826", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "1428466d-9160-4fe3-941c-22f45f4eeb50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063943Z:467c8eef-1822-494d-b20a-54b4729d4000" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2501ee3ba08594da7d8c7764e109111a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2501ee3ba08594da7d8c7764e109111a", + "x-ms-correlation-request-id": "369de051-06dd-4fda-95d3-21371c3c405c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25825", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "d71f428c-4fdc-4ba5-b1f6-7b7272e44662", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063943Z:369de051-06dd-4fda-95d3-21371c3c405c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28951b51b463cd03e89f330f9f0f50c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28951b51b463cd03e89f330f9f0f50c6", + "x-ms-correlation-request-id": "eabf11c3-9baf-45c0-bd75-664db63e35d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25824", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "6ff558f6-b3db-464b-812e-9ac5a7698610", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063943Z:eabf11c3-9baf-45c0-bd75-664db63e35d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cab89ccb13aff9a915c4a887311b5668", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cab89ccb13aff9a915c4a887311b5668", + "x-ms-correlation-request-id": "a3c7da96-acb2-4746-83a8-58067b02130a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25823", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "cfe77ad7-9aa3-41aa-992c-8b8e0ca40052", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063944Z:a3c7da96-acb2-4746-83a8-58067b02130a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "606b40d0106687b1ea333ce56ccaf56e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "606b40d0106687b1ea333ce56ccaf56e", + "x-ms-correlation-request-id": "b36afde2-f090-4926-b628-30ca2a483099", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25822", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "83adf4ff-aa83-47a5-8df4-48ddb9f9280b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063944Z:b36afde2-f090-4926-b628-30ca2a483099" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4599b13b47513e6b729b129f0b7c9ccc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4599b13b47513e6b729b129f0b7c9ccc", + "x-ms-correlation-request-id": "8bd3d501-e4a3-46b7-9ec1-aa818ea1a350", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25821", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "852c459b-1f72-48fe-8c75-4f48c20006be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063944Z:8bd3d501-e4a3-46b7-9ec1-aa818ea1a350" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5f3ecb49f0a3ba5fea31df7bd6c38c4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f3ecb49f0a3ba5fea31df7bd6c38c4a", + "x-ms-correlation-request-id": "ead05049-83c7-46ba-86cd-7abf6cd73471", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25820", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "a4e5198f-e657-491c-9c84-eb5b705bf8e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063944Z:ead05049-83c7-46ba-86cd-7abf6cd73471" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f4b3ace11828916d42deecafd127b6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f4b3ace11828916d42deecafd127b6d", + "x-ms-correlation-request-id": "15ac6eb6-6927-44e1-9dc3-c54fe9f15bbe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25819", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "68883df6-776e-4d40-8852-2e85fe5076f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063945Z:15ac6eb6-6927-44e1-9dc3-c54fe9f15bbe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a19c6f97968c4bca51de5a1f67f068ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a19c6f97968c4bca51de5a1f67f068ae", + "x-ms-correlation-request-id": "69fd7847-5302-466e-92f3-ada027ef0768", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25818", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "2e279fcc-f04f-4d2b-b418-32c80b967992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063945Z:69fd7847-5302-466e-92f3-ada027ef0768" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1d0c80f1c31384ab4b58a760295bdd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1d0c80f1c31384ab4b58a760295bdd7", + "x-ms-correlation-request-id": "42d6211d-a3e9-48fb-bc01-b8da62711f68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25817", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "3d667bf7-b1ab-44bd-8a77-adeadc21ef57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063945Z:42d6211d-a3e9-48fb-bc01-b8da62711f68" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66e372b5eb2738be6f002da3b6f721e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66e372b5eb2738be6f002da3b6f721e4", + "x-ms-correlation-request-id": "578ce6e2-8a6a-4d87-880a-5869651407c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25816", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "628c08fd-64c8-4ff9-b88c-3807d083ed30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063945Z:578ce6e2-8a6a-4d87-880a-5869651407c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "34ba40c4aa427a3c2564ecd60b5448bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34ba40c4aa427a3c2564ecd60b5448bc", + "x-ms-correlation-request-id": "c87a9c52-cb5a-42a3-a353-7ead8afda31a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25815", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "406de7b0-4c80-4108-b053-83ab961f2956", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063946Z:c87a9c52-cb5a-42a3-a353-7ead8afda31a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5698321010c248609976130eea781bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5698321010c248609976130eea781bd", + "x-ms-correlation-request-id": "85073375-4b3f-49ca-a031-f799cfab626a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25814", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "1ef1a57c-5802-467f-afbb-023cbba78fab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063946Z:85073375-4b3f-49ca-a031-f799cfab626a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c2b1a69488da0b94356841c3ffe82d1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2b1a69488da0b94356841c3ffe82d1b", + "x-ms-correlation-request-id": "56052c2f-1590-43d3-b105-7d72c6636405", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25813", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "7b322d9d-0526-4801-9134-df5ad0f1752b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063946Z:56052c2f-1590-43d3-b105-7d72c6636405" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "338271b72b8dc2d7b9962bab490c8c7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "338271b72b8dc2d7b9962bab490c8c7e", + "x-ms-correlation-request-id": "dad07f59-1e0b-4265-966a-1818e155ec13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25812", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "4c5f7cf3-2711-489c-ad6d-085c693dff5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063946Z:dad07f59-1e0b-4265-966a-1818e155ec13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65412ee286a298e1ee5ebfa3c0c32521", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65412ee286a298e1ee5ebfa3c0c32521", + "x-ms-correlation-request-id": "1fa5915d-7dc2-4a4a-a691-66e90184e741", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25811", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "d8d7e49a-c8e4-40fb-a1b7-b2e4ac0c2db5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063947Z:1fa5915d-7dc2-4a4a-a691-66e90184e741" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d78456a4e256830ceee08445de9c229", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d78456a4e256830ceee08445de9c229", + "x-ms-correlation-request-id": "fe83921b-7811-410a-8094-371dd98c47d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25810", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "833bf488-e5d2-4fe7-a269-05b57c2104c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063947Z:fe83921b-7811-410a-8094-371dd98c47d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d0e0c3dcc7a6317890e9442e6c3302f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0e0c3dcc7a6317890e9442e6c3302f6", + "x-ms-correlation-request-id": "3913b76b-5816-4d34-b633-63f508dd7715", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25809", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "de2dfaac-4a20-4d6e-b13b-c5330d494ce1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063947Z:3913b76b-5816-4d34-b633-63f508dd7715" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "034109710e939358fdd996b47d9d3b05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "034109710e939358fdd996b47d9d3b05", + "x-ms-correlation-request-id": "e06fce02-678d-4548-a4e3-83cf17410105", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25808", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "e8f49917-3ba3-49fb-81d7-50da877a7913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063947Z:e06fce02-678d-4548-a4e3-83cf17410105" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fdc7969c54e2a27bcd46ed3c0a01fc9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdc7969c54e2a27bcd46ed3c0a01fc9b", + "x-ms-correlation-request-id": "a688e477-1997-4fab-98c5-21feaeeca4aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25807", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "82c26868-73e8-4816-935c-d123815be884", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063948Z:a688e477-1997-4fab-98c5-21feaeeca4aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "54d212ecbfa8cd956a4cd2cc31c4b3f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54d212ecbfa8cd956a4cd2cc31c4b3f2", + "x-ms-correlation-request-id": "78a54f2f-969c-4ce1-ba8f-eb6b3e794553", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25806", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "7fb7f5f4-82c7-4dbe-835b-392fcbfc2195", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063948Z:78a54f2f-969c-4ce1-ba8f-eb6b3e794553" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d5923fad046c1c138d9f354c211c89fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5923fad046c1c138d9f354c211c89fc", + "x-ms-correlation-request-id": "303493ca-c99b-49fe-94e6-b2fa11c1e703", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25805", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "f7fb5c60-0e17-402d-b669-641b613a596d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063948Z:303493ca-c99b-49fe-94e6-b2fa11c1e703" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6bc7fbdde7cadc5c00f9939581af7009", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bc7fbdde7cadc5c00f9939581af7009", + "x-ms-correlation-request-id": "70e0bfd2-4021-4640-b57b-ae69ee5b48aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25804", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "50c2bdb3-d1e9-4660-b40b-8f806b8ee534", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063948Z:70e0bfd2-4021-4640-b57b-ae69ee5b48aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb8efa92266ee82efeb6c6098949ab4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb8efa92266ee82efeb6c6098949ab4d", + "x-ms-correlation-request-id": "f8ba6b5d-79ff-4940-94f0-9c062b69f1a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25803", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "93fd2860-9f77-4530-84d4-ae780789ee97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063949Z:f8ba6b5d-79ff-4940-94f0-9c062b69f1a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "35efd6c348fcc528e2b5d572707e9ade", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35efd6c348fcc528e2b5d572707e9ade", + "x-ms-correlation-request-id": "a13de43f-e97a-414a-a9cd-15e09c0e19a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25802", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "a420222d-fcca-40be-a445-fd4f1eede0c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063949Z:a13de43f-e97a-414a-a9cd-15e09c0e19a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27b92c2ebe8eb68dccdf6c14205353b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27b92c2ebe8eb68dccdf6c14205353b7", + "x-ms-correlation-request-id": "3295bc2e-4ed4-4b19-b21e-cf7f510718b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25801", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "a0a99282-a6e4-42f5-968d-cccfe3429fbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063949Z:3295bc2e-4ed4-4b19-b21e-cf7f510718b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "abd2464d3abf4a0dd2c8e8b850bc7780", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abd2464d3abf4a0dd2c8e8b850bc7780", + "x-ms-correlation-request-id": "9896aad4-f4d0-4a57-b496-d97ee101179f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25800", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "faf04769-e50e-40d1-a83a-299758dcb603", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063949Z:9896aad4-f4d0-4a57-b496-d97ee101179f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5cdae81b848f04be4838691cdc13a58e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cdae81b848f04be4838691cdc13a58e", + "x-ms-correlation-request-id": "5f752876-18d6-41c3-a258-9068c6723a6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25799", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "1ca44317-65c8-44ac-9c91-63da6b78859e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063950Z:5f752876-18d6-41c3-a258-9068c6723a6b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29241e62efacf31e1f6f55c5d5d56510", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29241e62efacf31e1f6f55c5d5d56510", + "x-ms-correlation-request-id": "d15deac3-a816-40b6-a5d3-3a39e4646865", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25798", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "46e2d558-d007-4977-9816-c0586ea8ea4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063950Z:d15deac3-a816-40b6-a5d3-3a39e4646865" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38f9eb67f678c92887cd6286d1f06dbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38f9eb67f678c92887cd6286d1f06dbe", + "x-ms-correlation-request-id": "f0e7452c-7190-43d1-b207-16cb21dd9a56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25797", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "1755077f-5cd2-41cd-ad75-6a5eaff2d5f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063950Z:f0e7452c-7190-43d1-b207-16cb21dd9a56" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "32565a234d972bd4c9e73d1f2ff92f73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32565a234d972bd4c9e73d1f2ff92f73", + "x-ms-correlation-request-id": "aefaf439-c90b-42df-bf0e-dc5262e94319", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25796", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "8e0adacd-7ed9-4fca-84c8-f0a7267eb73d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063950Z:aefaf439-c90b-42df-bf0e-dc5262e94319" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f0b458d26c1a6b15f65ba2df8c98222e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0b458d26c1a6b15f65ba2df8c98222e", + "x-ms-correlation-request-id": "90241c44-e470-4828-905b-69b4b4c3555c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25795", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "ac5682df-8365-439d-8c49-20243b3722a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063951Z:90241c44-e470-4828-905b-69b4b4c3555c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ba19702337e1a7917cd6f91b9099a8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ba19702337e1a7917cd6f91b9099a8e", + "x-ms-correlation-request-id": "ac6e28cc-e93a-4fc4-bde8-fea8e93cdf07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25794", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "8e48d007-0576-42f0-9a05-f487a72c22a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063951Z:ac6e28cc-e93a-4fc4-bde8-fea8e93cdf07" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79b3ef9d7c3bb7a344eb3c3babf59f31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79b3ef9d7c3bb7a344eb3c3babf59f31", + "x-ms-correlation-request-id": "463bd51a-077f-40af-8786-37b28f2f19fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25793", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "0e2f8e32-b9e5-47f3-93c8-defdfd2fde82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063951Z:463bd51a-077f-40af-8786-37b28f2f19fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "971c0fc4b3579ff4de9ad94dfd84b2ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "971c0fc4b3579ff4de9ad94dfd84b2ed", + "x-ms-correlation-request-id": "f97b1eff-d9e3-4893-8e49-7af832039469", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25792", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "92aff401-b23e-404d-b413-6d0a835947df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063951Z:f97b1eff-d9e3-4893-8e49-7af832039469" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9d4114c1a9e486f2f3ea3793f73d6e22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d4114c1a9e486f2f3ea3793f73d6e22", + "x-ms-correlation-request-id": "308a2d09-fc59-4f33-9093-b802c869e98f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25791", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "bc919569-1341-418b-8cf8-0e18ee60e795", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063952Z:308a2d09-fc59-4f33-9093-b802c869e98f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aacc3d2e02ece936fa149aa1a256b9bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aacc3d2e02ece936fa149aa1a256b9bf", + "x-ms-correlation-request-id": "828122ae-d534-456b-9afd-58ffa191ab39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25790", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "be74845e-3c13-47d7-acb5-a0d279fba968", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063952Z:828122ae-d534-456b-9afd-58ffa191ab39" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "967a4f3902b31b4c1c96a46c7c61a7a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "967a4f3902b31b4c1c96a46c7c61a7a0", + "x-ms-correlation-request-id": "da3fdde5-0d2b-4149-be6f-723529a899d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25789", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "0ad59d87-be53-4bbd-a658-09e984635d70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063952Z:da3fdde5-0d2b-4149-be6f-723529a899d1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf1eb72b07b7be00dd57a2cf0f51e39d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf1eb72b07b7be00dd57a2cf0f51e39d", + "x-ms-correlation-request-id": "1643310f-189f-4860-8ca7-237761b79d20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25788", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "02ac1b64-7170-40bc-8bb3-fd339435376c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063953Z:1643310f-189f-4860-8ca7-237761b79d20" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a85a7731d7c32c6ef0b18d565dc96d99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a85a7731d7c32c6ef0b18d565dc96d99", + "x-ms-correlation-request-id": "3cfbce7d-7689-4d7b-a6a6-f24b20532064", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25787", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "2894be80-a764-42d1-ab7d-62ed8c4b8849", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063953Z:3cfbce7d-7689-4d7b-a6a6-f24b20532064" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eb75f96cf93731084ebbb95c5f7d0ccb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb75f96cf93731084ebbb95c5f7d0ccb", + "x-ms-correlation-request-id": "f40c6b81-4b05-4692-b5b4-d18ee3254fe3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25786", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "35413b8a-f791-4944-bbf4-c66c5af06d95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063953Z:f40c6b81-4b05-4692-b5b4-d18ee3254fe3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "053b07b3ff0654dd48f2ce067aaa6014", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "053b07b3ff0654dd48f2ce067aaa6014", + "x-ms-correlation-request-id": "350b4190-e705-4785-91b7-31470670a4df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25785", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "26d36385-f95a-4c33-9df0-3803a643f070", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063953Z:350b4190-e705-4785-91b7-31470670a4df" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "156309e9f7dc37656e2959071e11cc73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "156309e9f7dc37656e2959071e11cc73", + "x-ms-correlation-request-id": "526444df-d400-4c01-a6dc-f4bb0ee9e176", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25784", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "354a754d-4f26-446d-b471-5b10575b0b4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063954Z:526444df-d400-4c01-a6dc-f4bb0ee9e176" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "56a3c2a4688e6d921b21a3442b02b7a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56a3c2a4688e6d921b21a3442b02b7a4", + "x-ms-correlation-request-id": "effb3f3f-b4de-431d-b296-386162fbf865", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25783", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "bbe7fe29-a17e-4cd7-a202-735198b5dc72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063954Z:effb3f3f-b4de-431d-b296-386162fbf865" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5572a55af619bbefa10496dda5d53536", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5572a55af619bbefa10496dda5d53536", + "x-ms-correlation-request-id": "b5c521d1-be4d-4a1e-aab9-daa155dd591e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25782", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "37c6337c-28ac-41f3-844d-4a79dbba166e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063954Z:b5c521d1-be4d-4a1e-aab9-daa155dd591e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b7615a250a07818677f5fabb54200c6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7615a250a07818677f5fabb54200c6c", + "x-ms-correlation-request-id": "9f6b1b1f-77d4-49f0-900d-b169047df688", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;25781", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "6e647521-5166-4130-b9db-8a4c762d570a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063954Z:9f6b1b1f-77d4-49f0-900d-b169047df688" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79acb572779fae59d3e7b589d1b4c745", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79acb572779fae59d3e7b589d1b4c745", + "x-ms-correlation-request-id": "25a98adb-9ca0-4e1d-8939-bf6ca5ce5fd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25780", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "66b8f022-37db-45c3-b581-6f52e1f9a10b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063955Z:25a98adb-9ca0-4e1d-8939-bf6ca5ce5fd3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d01e6cebffa0509c1ff0dd24fc336780", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d01e6cebffa0509c1ff0dd24fc336780", + "x-ms-correlation-request-id": "55bd8a52-7cd9-411a-826a-84de0f187412", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25779", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "0c8f0433-e0b9-4699-8909-907618f4bcdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063955Z:55bd8a52-7cd9-411a-826a-84de0f187412" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f06b2af8bc28ae9700b3e32054fcb0c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f06b2af8bc28ae9700b3e32054fcb0c3", + "x-ms-correlation-request-id": "2df0806d-4a5b-42ad-b22a-48c0394eb8b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25778", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "b32571dd-d9c5-4ad9-bd4f-29013ba2facc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063955Z:2df0806d-4a5b-42ad-b22a-48c0394eb8b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e7cfb42e3b0172cb185c5aae9935b19f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7cfb42e3b0172cb185c5aae9935b19f", + "x-ms-correlation-request-id": "a4b911ba-815a-4051-9e04-83a4392c4a4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25777", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "1063e8a5-7315-4b34-a79f-97bb8fa7e28d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063955Z:a4b911ba-815a-4051-9e04-83a4392c4a4b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a791347fd6492e1cd570cfed1c7cfb22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a791347fd6492e1cd570cfed1c7cfb22", + "x-ms-correlation-request-id": "eb99d7f5-8aa2-4a96-8124-7ba553b5b82c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25776", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "3ab00731-4682-4fec-8a1a-31a4e10b0c91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063956Z:eb99d7f5-8aa2-4a96-8124-7ba553b5b82c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "47f51a408064bc7e5ef9d7cc62e814cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47f51a408064bc7e5ef9d7cc62e814cb", + "x-ms-correlation-request-id": "7f0a3c62-4a1b-4b71-82f1-6c981f24b371", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25775", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "3421ad2c-ae08-474d-a0ae-e47581773f67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063956Z:7f0a3c62-4a1b-4b71-82f1-6c981f24b371" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20a04401086a577997a012916cdd569b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20a04401086a577997a012916cdd569b", + "x-ms-correlation-request-id": "a88f77ca-aa8a-4374-9d77-bcce501a1598", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;25774", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "7d8ab7f6-343a-447f-8879-cd3353e464c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063956Z:a88f77ca-aa8a-4374-9d77-bcce501a1598" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f6d37606940ff3bb6d4484ffe50ccec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f6d37606940ff3bb6d4484ffe50ccec", + "x-ms-correlation-request-id": "0051516c-d3b2-46ad-b759-47fb8ed0339f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;25773", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "883a5b6f-0423-4ede-87b9-b88a48260d9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063956Z:0051516c-d3b2-46ad-b759-47fb8ed0339f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7ec045cdbdc37b7a09db0c36ded4f80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7ec045cdbdc37b7a09db0c36ded4f80", + "x-ms-correlation-request-id": "85054c91-dfc1-460b-9855-1f9e7d8ce9cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;25772", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "90c35e57-3415-45e9-961f-3c06561e2736", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063957Z:85054c91-dfc1-460b-9855-1f9e7d8ce9cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a6c3ba3947a978a08a06995bf2a5847", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a6c3ba3947a978a08a06995bf2a5847", + "x-ms-correlation-request-id": "c8c7262d-3741-4ce8-8487-881ef5bc85a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;25771", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "d84f9eb5-be4c-41d4-af66-2837793c03cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063957Z:c8c7262d-3741-4ce8-8487-881ef5bc85a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "683425d47ef184bf7f36dea2b97892c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "683425d47ef184bf7f36dea2b97892c8", + "x-ms-correlation-request-id": "96b0354d-a4c5-43d9-a475-bb24812ba361", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;25770", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "af0bdfa2-5d9c-4b52-8074-65f7154c0cfb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063957Z:96b0354d-a4c5-43d9-a475-bb24812ba361" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3acc885a2e3c7717954cf3c71217776", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3acc885a2e3c7717954cf3c71217776", + "x-ms-correlation-request-id": "452b6d34-042f-4eb1-bd58-6d4cb3a0139d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;25769", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "695680cd-1f67-45e4-8c29-3ec25ac7c306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063957Z:452b6d34-042f-4eb1-bd58-6d4cb3a0139d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "47ef6844e7b8248f7ce7aa44b6e8de90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47ef6844e7b8248f7ce7aa44b6e8de90", + "x-ms-correlation-request-id": "5396f209-bdac-4dc9-868a-161f35fa41f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;25768", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "98bf5672-8589-4bf8-b19d-63626ae26922", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063958Z:5396f209-bdac-4dc9-868a-161f35fa41f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f710a10e957d3163b46cef9daf83125d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f710a10e957d3163b46cef9daf83125d", + "x-ms-correlation-request-id": "4916419f-2a56-4c46-8788-112b4cec0879", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;25767", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "f6f394a4-8363-4cf3-ba3b-0a00547adeda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063958Z:4916419f-2a56-4c46-8788-112b4cec0879" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "515e67be4a899d0f398746fcf72c1191", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "515e67be4a899d0f398746fcf72c1191", + "x-ms-correlation-request-id": "c9862a91-5b62-4afa-b529-1fe54eac037a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;25766", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "0312208f-cae6-4405-b3e4-db3c4696c18e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063958Z:c9862a91-5b62-4afa-b529-1fe54eac037a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d02e3e768011aef904bd934cf7f275f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d02e3e768011aef904bd934cf7f275f9", + "x-ms-correlation-request-id": "8bd8332d-a20d-4091-85a5-86464449cc7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;25765", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "48edc76e-98e6-4fd5-96ba-bf937b721a7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063958Z:8bd8332d-a20d-4091-85a5-86464449cc7d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e864cd48c89c3079172bef54f673a87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e864cd48c89c3079172bef54f673a87", + "x-ms-correlation-request-id": "6ec0d47c-9e5a-424e-9cc8-87de34da5f1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;25764", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "8521d7b4-4efa-4dd3-b86d-5c5622e69af6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063959Z:6ec0d47c-9e5a-424e-9cc8-87de34da5f1d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70265e5b42553e4c6eaf4cccb6c3a547", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70265e5b42553e4c6eaf4cccb6c3a547", + "x-ms-correlation-request-id": "8c289c1a-f11f-4b5f-80f1-7096aed7306a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;25763", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "344e0298-6b21-48e2-8a13-0ce8606b99dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063959Z:8c289c1a-f11f-4b5f-80f1-7096aed7306a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa274d11c2a6e907376a3f9ec1035f9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa274d11c2a6e907376a3f9ec1035f9d", + "x-ms-correlation-request-id": "69075598-13d9-4127-98fa-d0eb125ddb46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;25762", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "7d80c093-6d05-4cb0-babe-e21aa6e9de4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063959Z:69075598-13d9-4127-98fa-d0eb125ddb46" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99f00b8205cb92a4ff47dfda3f3b0dce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99f00b8205cb92a4ff47dfda3f3b0dce", + "x-ms-correlation-request-id": "7d194ed4-757a-4626-97f4-ea4a570a6585", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;25761", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "a6f99d3b-8e9f-4e68-a6cb-ece6b623e6bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T063959Z:7d194ed4-757a-4626-97f4-ea4a570a6585" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "01e477cc903f98e0563c38ea03ae7c6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01e477cc903f98e0563c38ea03ae7c6b", + "x-ms-correlation-request-id": "6f201315-a19c-4914-ac14-1c2b5b4049b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25760", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "30835369-c874-4393-ac75-adaf58408bda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064000Z:6f201315-a19c-4914-ac14-1c2b5b4049b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa49af4f0bd20c7ba995aa5ee22daafc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:39:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa49af4f0bd20c7ba995aa5ee22daafc", + "x-ms-correlation-request-id": "8a788203-abf7-4e7e-bb08-d4ad0152ac0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25759", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "597feefd-aff4-4763-a725-1d76e621cf06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064000Z:8a788203-abf7-4e7e-bb08-d4ad0152ac0a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ad1705d5e1ef25d2a57438eccb98f51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ad1705d5e1ef25d2a57438eccb98f51", + "x-ms-correlation-request-id": "ba1a49a9-7b3f-45ea-aeac-3a576c0f73e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25758", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "48b358a0-48a1-4d41-b818-20a193cdd135", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064000Z:ba1a49a9-7b3f-45ea-aeac-3a576c0f73e8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "908a74cb62f1c0fbfbd758a9e582b629", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "908a74cb62f1c0fbfbd758a9e582b629", + "x-ms-correlation-request-id": "c5a23465-4354-45b9-a254-3be980a13e00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25757", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "81fefada-5d23-4f67-a987-ced9196d6a31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064001Z:c5a23465-4354-45b9-a254-3be980a13e00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "928d3c9232ddf14c5157807bc8ec3fef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "928d3c9232ddf14c5157807bc8ec3fef", + "x-ms-correlation-request-id": "f35fbb0a-ff4f-4532-8a97-dd676080b238", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25756", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "72545e9f-b8a9-4a60-8749-f1edf6ca5ecf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064001Z:f35fbb0a-ff4f-4532-8a97-dd676080b238" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6e9359061aa2fa0b75104e4705b40ca8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e9359061aa2fa0b75104e4705b40ca8", + "x-ms-correlation-request-id": "2bd0d735-b839-442a-a85d-134e3cc9d6ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25755", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "bcb9adb8-11c3-4a78-8a0b-39b1092babca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064001Z:2bd0d735-b839-442a-a85d-134e3cc9d6ad" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90fc1aa1fc2b987327983e9ae27ff80f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90fc1aa1fc2b987327983e9ae27ff80f", + "x-ms-correlation-request-id": "f00848b1-305c-414d-990b-fd1566196b17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25754", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "715fd391-e0e3-433c-b6ee-77fe616cb8d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064001Z:f00848b1-305c-414d-990b-fd1566196b17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8ca3689847ee788631921ccde405ec9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ca3689847ee788631921ccde405ec9d", + "x-ms-correlation-request-id": "8d3bcd34-bc64-495a-b415-1b79dbb943ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25753", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "0013b6c6-2de5-44a9-a629-e0bddd667602", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064002Z:8d3bcd34-bc64-495a-b415-1b79dbb943ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aed9d74aaff009c4e5fa460adb7018f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aed9d74aaff009c4e5fa460adb7018f5", + "x-ms-correlation-request-id": "c8aad374-02c8-4244-89ba-0fe5c22074f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25752", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "1f9d6f3c-62c8-4cd8-b74a-c20d52b9d205", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064002Z:c8aad374-02c8-4244-89ba-0fe5c22074f7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cae3f1780105ab994835e98e0a6b422", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cae3f1780105ab994835e98e0a6b422", + "x-ms-correlation-request-id": "7bac1155-f836-4115-83bf-5a343276da12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25751", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "762f688d-8a0c-488e-b452-616cd796586f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064002Z:7bac1155-f836-4115-83bf-5a343276da12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a4fa0ac4aa5e81ea499a6f4007b9cc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a4fa0ac4aa5e81ea499a6f4007b9cc0", + "x-ms-correlation-request-id": "4c5134d8-bb83-4661-94be-e7efb8a532d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25750", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "d185a52c-d1f0-45dc-9713-beae903dbfbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064002Z:4c5134d8-bb83-4661-94be-e7efb8a532d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a4b5267a4f56c98d1d7f1a6d502b293e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4b5267a4f56c98d1d7f1a6d502b293e", + "x-ms-correlation-request-id": "3a4a0554-1090-4402-bebf-3a8a2c93b2ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25749", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "f88d65dd-47ab-47cf-a7e4-b268846b959c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064003Z:3a4a0554-1090-4402-bebf-3a8a2c93b2ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b5e24450e20cd5020c6f777d9c55918", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b5e24450e20cd5020c6f777d9c55918", + "x-ms-correlation-request-id": "cb799edc-c559-4ade-9746-8ae914d01238", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25748", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "8ac4b1e5-71a0-4617-a166-7b1d299db420", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064003Z:cb799edc-c559-4ade-9746-8ae914d01238" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b91e9ee610f15ccb1386ed252fb19779", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b91e9ee610f15ccb1386ed252fb19779", + "x-ms-correlation-request-id": "d011523b-c8b3-4b16-bb81-c220ec38edc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25747", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "cf718910-3437-4fd5-8c71-26cb489455e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064003Z:d011523b-c8b3-4b16-bb81-c220ec38edc0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dbae6770611d6b9fd6e783905816ef58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbae6770611d6b9fd6e783905816ef58", + "x-ms-correlation-request-id": "5839259c-c31d-4d95-8cf1-693cc6094b66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25746", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "b9d35b91-9124-4a1f-a29a-db7c2a33fcf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064003Z:5839259c-c31d-4d95-8cf1-693cc6094b66" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b28601266f0c354d5901289a202a9d6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b28601266f0c354d5901289a202a9d6f", + "x-ms-correlation-request-id": "170e783c-071b-4a68-82fd-aff740c5621b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25745", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "6a478370-090e-452d-a8c2-4d92894293d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064004Z:170e783c-071b-4a68-82fd-aff740c5621b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "72067e2e7d1685faffb2e3098c3b04fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72067e2e7d1685faffb2e3098c3b04fc", + "x-ms-correlation-request-id": "c551f7c7-38a6-4500-99cb-f41edef72472", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25744", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "671a3fc1-2ad0-4751-8860-fa9a7b47468b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064004Z:c551f7c7-38a6-4500-99cb-f41edef72472" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2eff9596e42b006c1a79821b38044bac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2eff9596e42b006c1a79821b38044bac", + "x-ms-correlation-request-id": "6368de89-7ace-41f8-9fb8-6fb91ce15baa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25743", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "b0614953-d886-4418-ab3f-e557ea624f35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064004Z:6368de89-7ace-41f8-9fb8-6fb91ce15baa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d96114497d0fa8410700b35a8c44a91e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d96114497d0fa8410700b35a8c44a91e", + "x-ms-correlation-request-id": "b8a74f49-bfef-42be-94a6-5987081d715e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25742", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "8b8b4a6c-28b5-4718-822c-2f8525f27026", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064004Z:b8a74f49-bfef-42be-94a6-5987081d715e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8b032bfd6f2a49441205579dfbdf4dfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b032bfd6f2a49441205579dfbdf4dfa", + "x-ms-correlation-request-id": "e09fb0fb-6b66-48e5-88bd-0058219019fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25741", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "43997eb3-6c1e-42b7-b9c0-44a3a1dc87b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064005Z:e09fb0fb-6b66-48e5-88bd-0058219019fe" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "77bf36672ad919ed5356262b311274d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77bf36672ad919ed5356262b311274d6", + "x-ms-correlation-request-id": "afa992e2-b6ec-4d22-b9e1-3027e5df99c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25740", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "4b52c2c8-d165-4f4a-854d-e803c5e4a0a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064005Z:afa992e2-b6ec-4d22-b9e1-3027e5df99c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c1e63cfbf01da81d017c70a25a4ad28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c1e63cfbf01da81d017c70a25a4ad28", + "x-ms-correlation-request-id": "4454c70c-a09c-4bfd-8da8-5e08674ed11c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25739", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "45862138-cb71-4fdb-aa53-83eb513e9da4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064005Z:4454c70c-a09c-4bfd-8da8-5e08674ed11c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55f2b9b23184d2443eea38d448191800", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55f2b9b23184d2443eea38d448191800", + "x-ms-correlation-request-id": "44174ff8-b09c-40f0-b4ad-4dee0f37332e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25738", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "7ca53c48-c7dc-4910-aafc-88eca259390e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064005Z:44174ff8-b09c-40f0-b4ad-4dee0f37332e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97cd819040c0a8f8b5e5a7c263e3f3ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97cd819040c0a8f8b5e5a7c263e3f3ae", + "x-ms-correlation-request-id": "8d0bde1d-6e3f-4cdc-852b-aa3986bb65f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25737", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "cbf65018-7b33-4962-a867-a7ffc33eb80f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064006Z:8d0bde1d-6e3f-4cdc-852b-aa3986bb65f2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7878fea81f1f9d511f4bce1786ad91b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7878fea81f1f9d511f4bce1786ad91b7", + "x-ms-correlation-request-id": "e60e2c8c-8b5d-451f-8b62-b097502deee9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25736", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "2a90ae8b-162c-4bb6-b98d-a2077e601a43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064006Z:e60e2c8c-8b5d-451f-8b62-b097502deee9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a379c7ff16d77267c04aa09e8a826f5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a379c7ff16d77267c04aa09e8a826f5b", + "x-ms-correlation-request-id": "becea3f9-2e8b-466f-a329-e01e4d7f1c67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25735", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "046b0e69-ae2a-4baf-8cde-d28780803acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064006Z:becea3f9-2e8b-466f-a329-e01e4d7f1c67" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a2b89f6a0a071e02f2f787572e12107", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a2b89f6a0a071e02f2f787572e12107", + "x-ms-correlation-request-id": "f78168ba-c336-4802-be59-64b4c1e77618", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25734", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "d3a0ea5f-d4f7-406b-8c59-f4f19019597b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064006Z:f78168ba-c336-4802-be59-64b4c1e77618" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cc2ef544f6992d79706b7d57fb3139c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cc2ef544f6992d79706b7d57fb3139c", + "x-ms-correlation-request-id": "556fb8f8-2d10-4207-b1c9-677b4b79a453", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25733", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "284f74bb-a5d0-4352-9c45-5db05ce58a39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064007Z:556fb8f8-2d10-4207-b1c9-677b4b79a453" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd2072dc47825f16e60774a79ef1ffde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd2072dc47825f16e60774a79ef1ffde", + "x-ms-correlation-request-id": "3c2c7f29-3fca-4e51-837b-eee631220349", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25732", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "60a40452-aa56-4cfd-8cfe-20032a87352e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064007Z:3c2c7f29-3fca-4e51-837b-eee631220349" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b4a9828d2bfa6f1b298b29ae80bf27c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b4a9828d2bfa6f1b298b29ae80bf27c", + "x-ms-correlation-request-id": "f63437e1-644e-4963-b9c3-a7853883990c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25731", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "bed07118-e7f0-4822-8bbf-101a03a31836", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064007Z:f63437e1-644e-4963-b9c3-a7853883990c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff99db1c24c10d85d863b562db2ff4a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff99db1c24c10d85d863b562db2ff4a5", + "x-ms-correlation-request-id": "6e0dd875-133f-452d-b6b5-448926f5d7d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25730", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "3ba7471f-52c7-42a2-b4d6-7f3785c5ffd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064008Z:6e0dd875-133f-452d-b6b5-448926f5d7d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e6acd906786809dc817a4ae9947c76db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6acd906786809dc817a4ae9947c76db", + "x-ms-correlation-request-id": "17f83cd2-1149-45cc-9cf9-ea456df83d1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25729", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "a20ca066-b13a-4ee2-beba-0445ffa684e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064008Z:17f83cd2-1149-45cc-9cf9-ea456df83d1e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c28bf7140058041d133dc25c1d8fca82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c28bf7140058041d133dc25c1d8fca82", + "x-ms-correlation-request-id": "5b3dcaa4-0888-4ded-991e-b47f3329b03b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25728", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "9a2bb5cb-633b-4fa5-b102-e2e9f3f86374", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064008Z:5b3dcaa4-0888-4ded-991e-b47f3329b03b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e930ca40c5ea313ff907e46d99b785c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e930ca40c5ea313ff907e46d99b785c", + "x-ms-correlation-request-id": "2575639b-93b9-4c7b-8cca-7a6a47458943", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25727", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "c32d5115-ea08-41a3-a323-ee66e8cfeded", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064008Z:2575639b-93b9-4c7b-8cca-7a6a47458943" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e44ddaed32a3064dbba8d32bb680ecf2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e44ddaed32a3064dbba8d32bb680ecf2", + "x-ms-correlation-request-id": "adced0ee-71a5-439d-bc44-b42e9c9fbc3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25726", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "851e1b80-26de-4993-bc05-04841453aad6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064009Z:adced0ee-71a5-439d-bc44-b42e9c9fbc3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8745c7af68e8087ce3e7c2c881d62a77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8745c7af68e8087ce3e7c2c881d62a77", + "x-ms-correlation-request-id": "211ec343-78b9-40d5-bfb6-06c30387748d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25725", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "dc14f7cf-e1ee-4c33-853a-78cb950a5e0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064009Z:211ec343-78b9-40d5-bfb6-06c30387748d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "436f65c4e64272dfbe8d52b638e8ed7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "436f65c4e64272dfbe8d52b638e8ed7f", + "x-ms-correlation-request-id": "85517940-94f2-45c7-a897-a2dfaad5b415", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25724", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "1a02b4b4-0d4d-40f0-af66-50aa81f0f24e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064009Z:85517940-94f2-45c7-a897-a2dfaad5b415" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "12968ca4f05685745d4400bb6f8584e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12968ca4f05685745d4400bb6f8584e5", + "x-ms-correlation-request-id": "8b8e11c2-7124-40f3-b8c9-72373df858f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25723", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "7b114c74-ed03-492f-a70a-2171ece11d00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064009Z:8b8e11c2-7124-40f3-b8c9-72373df858f4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "50665c7ea811c9b0e8d3c85a15c5d0fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50665c7ea811c9b0e8d3c85a15c5d0fb", + "x-ms-correlation-request-id": "2977c5ce-593a-435e-a97b-a3a9416c8761", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25722", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "5e54f111-fde2-4f62-9a4e-446d4ec49801", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064010Z:2977c5ce-593a-435e-a97b-a3a9416c8761" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f52443fa1840d321f0e9e5fde5230339", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f52443fa1840d321f0e9e5fde5230339", + "x-ms-correlation-request-id": "75b951cb-12d1-421a-b3bc-93228e8cdf23", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25721", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "4d860471-1ba5-4848-a9c8-48a9bc7b4f6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064010Z:75b951cb-12d1-421a-b3bc-93228e8cdf23" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc386d089d81fb6edccc298328196f98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc386d089d81fb6edccc298328196f98", + "x-ms-correlation-request-id": "d79ac2d7-fcee-4621-bd1b-4f395f5345c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25720", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "6061251a-a7a8-4ca5-9ae2-9727d9c1721c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064010Z:d79ac2d7-fcee-4621-bd1b-4f395f5345c8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bc105748f6165a43a926027c3b2e4c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bc105748f6165a43a926027c3b2e4c4", + "x-ms-correlation-request-id": "ed1b80a6-3a47-48ba-833c-72f0f21eb07c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25719", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "5009b8a6-8b27-4016-bb83-17849d13f252", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064010Z:ed1b80a6-3a47-48ba-833c-72f0f21eb07c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7528fd0f38d5d79d5291973ee9eabd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7528fd0f38d5d79d5291973ee9eabd6", + "x-ms-correlation-request-id": "48b6223c-6400-43ba-9075-f6ab7b976a73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25718", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "dc33266d-5a8b-4f14-9e9a-bb126a548da5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064011Z:48b6223c-6400-43ba-9075-f6ab7b976a73" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e0894d7ad76279d7c8d2a1ef3c463729", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0894d7ad76279d7c8d2a1ef3c463729", + "x-ms-correlation-request-id": "9615b1d8-6ef9-4a33-a8c0-21faeb15e06d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25717", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "fde6dbd0-4b62-4f89-944f-5dfc1f41a545", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064011Z:9615b1d8-6ef9-4a33-a8c0-21faeb15e06d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "98b265e8c8c7800a8b6456387531779c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98b265e8c8c7800a8b6456387531779c", + "x-ms-correlation-request-id": "86500835-3aa7-4f9b-8497-d9d35f0a1485", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25716", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "62f7ef99-db15-4a5a-9492-ce2acac98a32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064011Z:86500835-3aa7-4f9b-8497-d9d35f0a1485" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76ad89e60428f862b7d8deba528a208e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76ad89e60428f862b7d8deba528a208e", + "x-ms-correlation-request-id": "61e3c3eb-c37e-4635-8ec8-2051e23845ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25715", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "2654c94d-23c5-428d-a0b8-f521aae5a72c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064011Z:61e3c3eb-c37e-4635-8ec8-2051e23845ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "898beff113ebb10e420954fd809f0497", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "898beff113ebb10e420954fd809f0497", + "x-ms-correlation-request-id": "e01533a2-ddbb-46c5-84d8-5bf22e7a3bf6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25714", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "7c001517-e0c0-444c-a692-9e754a988265", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064012Z:e01533a2-ddbb-46c5-84d8-5bf22e7a3bf6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b208045bc099e30102bae1efe9502e01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b208045bc099e30102bae1efe9502e01", + "x-ms-correlation-request-id": "11718d53-1a30-4cea-903e-6072d403e5c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25713", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "12fd6ffc-6ecc-4c61-b1d8-12cd1d0db85e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064012Z:11718d53-1a30-4cea-903e-6072d403e5c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8546c744eea6d3b17afb341fb0647718", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8546c744eea6d3b17afb341fb0647718", + "x-ms-correlation-request-id": "e92a797c-e7d7-4bb3-b4f5-c6c12dcf396c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25712", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "5ea831f7-53db-4cc5-9403-ab8905a942d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064012Z:e92a797c-e7d7-4bb3-b4f5-c6c12dcf396c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d5f47d46d8130f4eea78631311fc8f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d5f47d46d8130f4eea78631311fc8f1", + "x-ms-correlation-request-id": "347ac6f0-eb5b-4295-afb7-667691a9a6c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25711", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "ac25d34b-bb26-4528-8043-630c26b54422", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064012Z:347ac6f0-eb5b-4295-afb7-667691a9a6c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b9b952db7e586cf15334379e8ce1339e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9b952db7e586cf15334379e8ce1339e", + "x-ms-correlation-request-id": "622b5428-a3bc-4559-b00e-db9acb5bae92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25710", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "7dd74867-c9e0-4f69-be7d-da5201f77e54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064013Z:622b5428-a3bc-4559-b00e-db9acb5bae92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a11ac942e0f1d680d31696fe6880a25b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a11ac942e0f1d680d31696fe6880a25b", + "x-ms-correlation-request-id": "94d3fdf0-640f-4383-8b4b-938a0dccc074", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25709", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "bc7de866-81cc-4c3e-aa52-915836ff4762", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064013Z:94d3fdf0-640f-4383-8b4b-938a0dccc074" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e444232beab55bf56f2f94c3556a40d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e444232beab55bf56f2f94c3556a40d", + "x-ms-correlation-request-id": "25922cc2-ef41-4652-a566-6ab76aec4dab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25708", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "bda255b5-3ec9-41de-b9b5-da5f7df315ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064013Z:25922cc2-ef41-4652-a566-6ab76aec4dab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68efe8742704fa00d1e2e642e7f204d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68efe8742704fa00d1e2e642e7f204d3", + "x-ms-correlation-request-id": "042e3dcb-d816-4d0c-9da4-8e1b589023f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25707", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "e25d954d-7310-4bc9-a8bf-712d837039dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064013Z:042e3dcb-d816-4d0c-9da4-8e1b589023f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "496bdc92d49d83f209c54afee733a17c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "496bdc92d49d83f209c54afee733a17c", + "x-ms-correlation-request-id": "d6afbc4f-fedd-4a09-a296-dbd67ab18a12", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25706", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "9f7dd3dc-380a-4cf3-b74e-0710f2a9aee6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064014Z:d6afbc4f-fedd-4a09-a296-dbd67ab18a12" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8089897139910b56424a8cc8d87c6d63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8089897139910b56424a8cc8d87c6d63", + "x-ms-correlation-request-id": "4d103815-3e75-4db6-b16c-231f20f4b7a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25705", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "1131d503-7d6b-49e6-84b1-44e0febdebe8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064014Z:4d103815-3e75-4db6-b16c-231f20f4b7a3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59ba26ee5bea9f6ff56b5e3fdc02129e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59ba26ee5bea9f6ff56b5e3fdc02129e", + "x-ms-correlation-request-id": "23c83a68-0420-445c-9c7e-1f230993e692", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25704", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "35ca8f38-f3d1-4b48-a9c7-52096513c864", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064014Z:23c83a68-0420-445c-9c7e-1f230993e692" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ed069418469594285600653482aaa8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ed069418469594285600653482aaa8c", + "x-ms-correlation-request-id": "cdb3f3b5-a702-4365-b784-4b0fab6f70b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25703", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "dca721fc-0446-4666-b615-3bfa97018311", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064015Z:cdb3f3b5-a702-4365-b784-4b0fab6f70b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c10fe7574779169219e98b25da172f40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c10fe7574779169219e98b25da172f40", + "x-ms-correlation-request-id": "69e25ec3-8af2-4a28-b9e9-738ffb7848aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25702", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "b8886c5a-8a41-4880-921b-40105812c14d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064015Z:69e25ec3-8af2-4a28-b9e9-738ffb7848aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f86ee370fac6afae360d38a541c57ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f86ee370fac6afae360d38a541c57ca", + "x-ms-correlation-request-id": "7e0b2fd3-da19-4792-8d8d-ecb0e8660349", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25701", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "f3e813c7-33c4-443d-939a-16a0f7605257", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064015Z:7e0b2fd3-da19-4792-8d8d-ecb0e8660349" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4e7d1c051f2fa24d6ba447ff81c7e6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4e7d1c051f2fa24d6ba447ff81c7e6d", + "x-ms-correlation-request-id": "8add6e06-0e54-4c89-a0d1-277b398031ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25700", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "bda1f6d3-7230-40c2-bd06-51cb047802af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064015Z:8add6e06-0e54-4c89-a0d1-277b398031ba" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "591bc6303ba448e0eca4dd187407c2fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "591bc6303ba448e0eca4dd187407c2fc", + "x-ms-correlation-request-id": "020ca650-558f-471e-b320-3337ab06f2e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25699", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "40fc0732-93f1-4bc1-8e38-456174778ccd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064016Z:020ca650-558f-471e-b320-3337ab06f2e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0864c0923a2fe54dc98c98f1ca7a71c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0864c0923a2fe54dc98c98f1ca7a71c7", + "x-ms-correlation-request-id": "5874dbd4-5767-4c7e-980f-7094f6d0a654", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25698", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "ee9e91e0-4d0c-47c7-86d6-78644b55dd8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064016Z:5874dbd4-5767-4c7e-980f-7094f6d0a654" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8d5965e2fd008526f19f074d740b85ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d5965e2fd008526f19f074d740b85ce", + "x-ms-correlation-request-id": "be88a4ac-1dc5-43a1-8446-9c3918e94ab6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25697", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "48f852f1-afc7-46a0-befe-6400c5179e1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064016Z:be88a4ac-1dc5-43a1-8446-9c3918e94ab6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "38ed47f775b8f53e79369017a2ee7d72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38ed47f775b8f53e79369017a2ee7d72", + "x-ms-correlation-request-id": "55be8c8b-5e96-4306-b0ed-096df0b57d28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25696", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "7d7579a8-58d6-4fce-bfe9-0c70bc0604ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064016Z:55be8c8b-5e96-4306-b0ed-096df0b57d28" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0e36163335ad94fc9adf178f32ff70bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e36163335ad94fc9adf178f32ff70bd", + "x-ms-correlation-request-id": "60b5a4b1-d82c-44ec-9296-c32780b8a8c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25695", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "0c61cf1d-fa98-4712-b381-2e9461010281", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064017Z:60b5a4b1-d82c-44ec-9296-c32780b8a8c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82fac906398d6c0e276413ca6d0ee202", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82fac906398d6c0e276413ca6d0ee202", + "x-ms-correlation-request-id": "4559ab4f-5009-43c6-8994-d32f0d2da176", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25694", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "d459f16b-1926-4e80-a81a-40c5dba97c71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064017Z:4559ab4f-5009-43c6-8994-d32f0d2da176" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e1a952277d5c2204b589ed85eaec27a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e1a952277d5c2204b589ed85eaec27a", + "x-ms-correlation-request-id": "d9350747-a201-41b9-88dc-5f093320a228", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25693", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "97a7cd5e-a443-455c-ae89-9d4e9e1c7b6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064017Z:d9350747-a201-41b9-88dc-5f093320a228" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d810d2c5faf4f9e407c9e6492132278b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d810d2c5faf4f9e407c9e6492132278b", + "x-ms-correlation-request-id": "18117e0d-eb53-4a69-b9a7-677bb2b4bd99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25692", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "ffeab3bb-d733-496a-850d-33d9dbee2013", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064018Z:18117e0d-eb53-4a69-b9a7-677bb2b4bd99" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9d6d15fc12e48ee8a83837359b360e79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d6d15fc12e48ee8a83837359b360e79", + "x-ms-correlation-request-id": "07fce480-fc2f-4677-adf4-837074e165d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25691", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "4bd55c66-2269-4abc-b290-43c2fde0320d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064018Z:07fce480-fc2f-4677-adf4-837074e165d1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b0499a109fe270db120570c90d7a019", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b0499a109fe270db120570c90d7a019", + "x-ms-correlation-request-id": "212c1662-ff7d-47d5-9422-068452700a4c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14457,Microsoft.Compute/GetOperation30Min;25690", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "592911fc-b80c-45ed-9bb8-312d35eb734c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064018Z:212c1662-ff7d-47d5-9422-068452700a4c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49dc12312540b395ea8130bcc3af5ed1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49dc12312540b395ea8130bcc3af5ed1", + "x-ms-correlation-request-id": "6634507f-ed9d-4dd7-b556-cafd9f0b4027", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25689", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "acc2392e-c572-46c8-a3e3-45e1f99f80ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064018Z:6634507f-ed9d-4dd7-b556-cafd9f0b4027" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88a86dbb8b2df28d0745ebc4bbdbfed1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88a86dbb8b2df28d0745ebc4bbdbfed1", + "x-ms-correlation-request-id": "dee5800b-4b12-490c-bb87-62f2ece2aba6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25688", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "06a8d509-a797-47e0-9cbc-ad17df044b99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064019Z:dee5800b-4b12-490c-bb87-62f2ece2aba6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "88031d97c55a7c380451b17cd9516402", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88031d97c55a7c380451b17cd9516402", + "x-ms-correlation-request-id": "d19448cc-ea74-4326-95fc-3460b2d475d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25687", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "340f9798-7804-4eea-bb37-07b4842aa597", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064019Z:d19448cc-ea74-4326-95fc-3460b2d475d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "235186c1182fa5eb85e941fb39d0f80e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "235186c1182fa5eb85e941fb39d0f80e", + "x-ms-correlation-request-id": "aa239e7e-07e6-4343-8824-072847f62f58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25686", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "6bd7f443-76f8-4d3a-ba85-26cb1b272e87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064019Z:aa239e7e-07e6-4343-8824-072847f62f58" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5245e83d5abf576352b84dcda1118b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5245e83d5abf576352b84dcda1118b6", + "x-ms-correlation-request-id": "0a8439a6-768f-4352-bac0-2a0a96637d45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25685", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "972f5eb3-0aee-451c-8dec-ac932c8f5a0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064020Z:0a8439a6-768f-4352-bac0-2a0a96637d45" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3402e9e0da8a7fa2325e0370833c4233", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3402e9e0da8a7fa2325e0370833c4233", + "x-ms-correlation-request-id": "f6039506-c61f-4aba-b28c-7128bd5c8ee2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25684", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "4c2491c3-9851-4b6c-81a1-5b4ea605d1f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064020Z:f6039506-c61f-4aba-b28c-7128bd5c8ee2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7bf8a258bf2cec560f5bed03930fca74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bf8a258bf2cec560f5bed03930fca74", + "x-ms-correlation-request-id": "381e29e3-3a84-4a75-b461-779fc1a9c90e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;25683", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "a42aa790-d0e2-4002-bff4-ff663807e1a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064020Z:381e29e3-3a84-4a75-b461-779fc1a9c90e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f1a8bd0c3cea983bca5734cd20672f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f1a8bd0c3cea983bca5734cd20672f8", + "x-ms-correlation-request-id": "a4bb3a01-690d-4f5e-91ed-8337a169eb2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;25682", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "d8ab24be-b8b7-4093-885d-004ea7223a77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064021Z:a4bb3a01-690d-4f5e-91ed-8337a169eb2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "378350e99d19208a9216252fec9feb22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "378350e99d19208a9216252fec9feb22", + "x-ms-correlation-request-id": "9d584cdb-d636-43d2-aac0-7fe668c14501", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;25681", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "1ffb6f34-97a9-488b-97b4-e6acfac17c50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064021Z:9d584cdb-d636-43d2-aac0-7fe668c14501" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f79f8f93f22295651f4ebf864c091909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f79f8f93f22295651f4ebf864c091909", + "x-ms-correlation-request-id": "05d6ba51-6d68-46ff-b17c-07ae6dca561c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;25680", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "b6bdc8a4-883a-4337-a26f-8fc17d0c36f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064021Z:05d6ba51-6d68-46ff-b17c-07ae6dca561c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4319f5e8938b335a01f9bdb79d54bc1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4319f5e8938b335a01f9bdb79d54bc1d", + "x-ms-correlation-request-id": "f8bef6c1-aea0-4184-8134-1dd90f0b5dcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;25679", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "de96f646-42fc-47a6-a0f8-763dbf36f893", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064022Z:f8bef6c1-aea0-4184-8134-1dd90f0b5dcb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43b950b97a66f7d6ebee18cadd03d489", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43b950b97a66f7d6ebee18cadd03d489", + "x-ms-correlation-request-id": "cf728421-3046-4976-9796-9dde128457d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;25678", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "174705d9-7b3e-4367-8e0d-416f5ac4ef48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064022Z:cf728421-3046-4976-9796-9dde128457d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f7461cfca8850096346cf62835adf7cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7461cfca8850096346cf62835adf7cb", + "x-ms-correlation-request-id": "c7099545-9fa8-4dc9-bff5-4cab60718739", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;25677", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "37b71400-1753-4ee3-82b9-7131b059f4cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064022Z:c7099545-9fa8-4dc9-bff5-4cab60718739" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fccda292d6506ea21e22589d7a9055fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fccda292d6506ea21e22589d7a9055fe", + "x-ms-correlation-request-id": "e286e601-d44d-4717-8185-2b8eb24de3b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;25676", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "2b72fb04-3f64-44e9-a623-4cd6b9640e33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064022Z:e286e601-d44d-4717-8185-2b8eb24de3b2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81bb3325c50d1197bab80efa84aec13d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81bb3325c50d1197bab80efa84aec13d", + "x-ms-correlation-request-id": "40aeec9a-79c9-4b09-a591-ba90a50ec6f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;25675", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "db4c822f-b69c-4b99-942f-195b16257152", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064023Z:40aeec9a-79c9-4b09-a591-ba90a50ec6f4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b384cf7d836263879d8d8624ff885a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b384cf7d836263879d8d8624ff885a4", + "x-ms-correlation-request-id": "98202b68-dbbf-490e-8e4c-9cff5fd018d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;25674", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "dbb2f735-5515-4c86-801c-d6f4c65eb7e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064023Z:98202b68-dbbf-490e-8e4c-9cff5fd018d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0102f81675f2cdbe0abb4197c7a8ea70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0102f81675f2cdbe0abb4197c7a8ea70", + "x-ms-correlation-request-id": "8417707a-a77e-46c9-86b4-034bb23726d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;25673", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "38b6fce9-b31a-4110-a05d-c43c77d4d404", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064023Z:8417707a-a77e-46c9-86b4-034bb23726d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ea61b6119584dc8fb940735ec35c2c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ea61b6119584dc8fb940735ec35c2c1", + "x-ms-correlation-request-id": "25fca219-3172-4ce0-a3fa-1ef7fa817118", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;25672", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "bc7731b6-10fa-479c-ace8-583d5d48e588", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064023Z:25fca219-3172-4ce0-a3fa-1ef7fa817118" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8ce36a33c0ab814b8e6b317a96a05fd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ce36a33c0ab814b8e6b317a96a05fd1", + "x-ms-correlation-request-id": "a469aa25-f8d1-466c-9fc7-8a97ecd8a40c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;25671", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "cc09dabd-a7c1-4b92-8f38-8b26121e724e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064024Z:a469aa25-f8d1-466c-9fc7-8a97ecd8a40c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "340168ee5752fc4c2fb4065e6e88e0d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "340168ee5752fc4c2fb4065e6e88e0d5", + "x-ms-correlation-request-id": "016916cc-c9b8-47e8-808c-4633506d84b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;25670", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "25e9fcba-a16e-459b-9368-aa3645095d6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064024Z:016916cc-c9b8-47e8-808c-4633506d84b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5c6480f95dc4a1c4cf259fece84db75a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c6480f95dc4a1c4cf259fece84db75a", + "x-ms-correlation-request-id": "12bfe75c-85e0-4e11-b593-2bbed6d4dd17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;25669", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "6f31f652-f24f-4779-a586-2c103913a6cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064025Z:12bfe75c-85e0-4e11-b593-2bbed6d4dd17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "844635348d33dc6e1ee65cf6b9ec1305", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "844635348d33dc6e1ee65cf6b9ec1305", + "x-ms-correlation-request-id": "61c91823-6daf-439d-88f1-8ecc22e2edc6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;25668", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "ec40195c-3c10-4924-b847-f4be320fe212", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064025Z:61c91823-6daf-439d-88f1-8ecc22e2edc6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15815c8a033c900ca360642db75f14e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15815c8a033c900ca360642db75f14e2", + "x-ms-correlation-request-id": "a2498f8b-6d48-46a5-9fd0-4abaa25cf462", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;25667", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "a2f147f2-e4b1-4bb4-b5bc-839afabd9b76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064025Z:a2498f8b-6d48-46a5-9fd0-4abaa25cf462" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3829abfd5c426ba111883ddd01cde7e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3829abfd5c426ba111883ddd01cde7e2", + "x-ms-correlation-request-id": "f5d8f6d5-141f-40e1-8490-6eb52a50aa10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;25666", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "ff594a6d-aafc-49bc-b651-e05eadc692e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064025Z:f5d8f6d5-141f-40e1-8490-6eb52a50aa10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c629912a1cc311d28b6e1d3294124bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c629912a1cc311d28b6e1d3294124bf", + "x-ms-correlation-request-id": "e3066973-abbf-486d-a89c-360f9ddc388e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;25665", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "2b930cd8-b6b0-42fd-b0d0-28cb2d8edafe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064026Z:e3066973-abbf-486d-a89c-360f9ddc388e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0ef97ad2dac32dc3ba1503b4c52f8fd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ef97ad2dac32dc3ba1503b4c52f8fd5", + "x-ms-correlation-request-id": "a9ff1065-e19c-4115-bf87-7d1e346b87c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;25664", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "22b4fff6-1152-4e40-aa45-8bbdc3b86061", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064026Z:a9ff1065-e19c-4115-bf87-7d1e346b87c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d1b817987fc5b158df80f8b7bce42cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d1b817987fc5b158df80f8b7bce42cf", + "x-ms-correlation-request-id": "a5a0dd7c-ef4d-4b91-b9fa-56e5deb62ea6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14430,Microsoft.Compute/GetOperation30Min;25663", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "e4eb7f03-f26a-4f0f-94c5-f4e02ef36258", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064026Z:a5a0dd7c-ef4d-4b91-b9fa-56e5deb62ea6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "860a7e63d8d4371fd634d1b69e696bf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "860a7e63d8d4371fd634d1b69e696bf9", + "x-ms-correlation-request-id": "eb8d84a1-ed1f-44e7-81d6-dd0bd047e791", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14429,Microsoft.Compute/GetOperation30Min;25662", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "6d67ab52-802c-43bb-a835-e28b3a04fdf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064027Z:eb8d84a1-ed1f-44e7-81d6-dd0bd047e791" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7590b2706264bc2649d80cacb37b2ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7590b2706264bc2649d80cacb37b2ec", + "x-ms-correlation-request-id": "830d886d-2581-4f27-8596-b94057dad8f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14428,Microsoft.Compute/GetOperation30Min;25661", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "9b6cb55f-3e1c-4b58-9551-5a9aa74cbcbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064027Z:830d886d-2581-4f27-8596-b94057dad8f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "475133d30824a00162e347c7b55fbd24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "475133d30824a00162e347c7b55fbd24", + "x-ms-correlation-request-id": "90dee1c1-6e48-45d6-991c-6be7ec84090e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14427,Microsoft.Compute/GetOperation30Min;25660", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "dd365edf-70c6-498d-84c5-ffa818237ba0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064027Z:90dee1c1-6e48-45d6-991c-6be7ec84090e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f64158d9a745da9bbbf223658556b9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f64158d9a745da9bbbf223658556b9e", + "x-ms-correlation-request-id": "856c44d7-c698-4172-88ff-eb04b16eddc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14426,Microsoft.Compute/GetOperation30Min;25659", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "dc28189a-e81a-4639-8dc6-20e62d7b784f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064027Z:856c44d7-c698-4172-88ff-eb04b16eddc3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ae2e58224181ed50ab94542befb9505", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ae2e58224181ed50ab94542befb9505", + "x-ms-correlation-request-id": "539ebdea-9595-4e4d-936f-d0ccbbf20fcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14425,Microsoft.Compute/GetOperation30Min;25658", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "4aadb900-4e3d-444f-879f-b8d36396b067", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064028Z:539ebdea-9595-4e4d-936f-d0ccbbf20fcd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b53d5be042d239778af38b65e6ca480c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b53d5be042d239778af38b65e6ca480c", + "x-ms-correlation-request-id": "09f9db83-2800-4f0a-8c2d-f577bf7cf605", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14424,Microsoft.Compute/GetOperation30Min;25657", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "0d982ec8-b7c2-485c-8677-8353c6bfd0e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064028Z:09f9db83-2800-4f0a-8c2d-f577bf7cf605" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d045a978537c690c404665bb55669ec0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d045a978537c690c404665bb55669ec0", + "x-ms-correlation-request-id": "58653c84-c475-46ca-8b40-523aaaac446d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14423,Microsoft.Compute/GetOperation30Min;25656", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "907db115-d00f-42d3-b776-700f8f490874", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064028Z:58653c84-c475-46ca-8b40-523aaaac446d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc561d29b5183fcc6da9df249870383f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc561d29b5183fcc6da9df249870383f", + "x-ms-correlation-request-id": "0534513b-948c-4fd5-887b-c0a109f4b836", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14422,Microsoft.Compute/GetOperation30Min;25655", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "6f62c85e-4a0d-43f7-b548-e40e2efb5be7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064028Z:0534513b-948c-4fd5-887b-c0a109f4b836" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15ca3870c5b58c884fd4758cddbce424", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15ca3870c5b58c884fd4758cddbce424", + "x-ms-correlation-request-id": "68b645c5-671b-4ea5-86cf-44909ea5f6d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14421,Microsoft.Compute/GetOperation30Min;25654", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "16ec7467-f274-4fb1-ba07-96a79a2023f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064029Z:68b645c5-671b-4ea5-86cf-44909ea5f6d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c83bcb554b74c2f4dc0662d373e8d0d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c83bcb554b74c2f4dc0662d373e8d0d0", + "x-ms-correlation-request-id": "ac2c6f4f-759b-4c24-b67e-ea67ad512758", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14420,Microsoft.Compute/GetOperation30Min;25653", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "703c5603-62b8-4738-819a-5ebec82354bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064029Z:ac2c6f4f-759b-4c24-b67e-ea67ad512758" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1c4a250d889b630a94c9ac43403f61b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c4a250d889b630a94c9ac43403f61b1", + "x-ms-correlation-request-id": "658546f8-f9bf-45b0-9d2b-dd4cc473aca2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14419,Microsoft.Compute/GetOperation30Min;25652", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "91c3eb83-36fe-4b2d-b7a8-4324225ed4da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064029Z:658546f8-f9bf-45b0-9d2b-dd4cc473aca2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cccebbc46f3425cb440838af63b41867", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cccebbc46f3425cb440838af63b41867", + "x-ms-correlation-request-id": "c01e5fdb-0753-461c-87c7-4f76c71129d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14418,Microsoft.Compute/GetOperation30Min;25651", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "a3f671a0-66fd-446b-a096-cb8462475650", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064029Z:c01e5fdb-0753-461c-87c7-4f76c71129d1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b87ea503c771cd88c1d733ab9eb0819d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b87ea503c771cd88c1d733ab9eb0819d", + "x-ms-correlation-request-id": "3d250e82-cbfa-4bb8-858d-5228b7606a90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25650", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "3d9f483a-406b-42b1-b2e9-53233b4820c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064030Z:3d250e82-cbfa-4bb8-858d-5228b7606a90" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b80eb1a403199d9b5925d8934f5a00e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b80eb1a403199d9b5925d8934f5a00e0", + "x-ms-correlation-request-id": "2354d8ab-8995-4952-a798-b542f7fce025", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25649", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "75010692-b84e-4921-9a7d-05603ddfed9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064030Z:2354d8ab-8995-4952-a798-b542f7fce025" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b4045b0a8c0fd3f32010b5c3b208693", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b4045b0a8c0fd3f32010b5c3b208693", + "x-ms-correlation-request-id": "44dc8b0b-1251-4d3b-818f-77b676c31868", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25648", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "8805a020-56f0-4681-a358-65ac461421a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064030Z:44dc8b0b-1251-4d3b-818f-77b676c31868" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b20a9b8660a5ff4d09e15e4ceff57d66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b20a9b8660a5ff4d09e15e4ceff57d66", + "x-ms-correlation-request-id": "92530db4-267b-49d4-8627-c9d212f18bc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25647", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "458affc7-96eb-4ec5-b9f1-d35f58939929", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064031Z:92530db4-267b-49d4-8627-c9d212f18bc0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "59fa53d7e670fcdc71118618f83e6139", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59fa53d7e670fcdc71118618f83e6139", + "x-ms-correlation-request-id": "7fd039b1-a0b6-41fe-a445-35657daa9d26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25646", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "ade5cbeb-aa64-4299-868b-dbd4e3d56232", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064031Z:7fd039b1-a0b6-41fe-a445-35657daa9d26" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b40d449f4d50503af74091df4af20d3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b40d449f4d50503af74091df4af20d3d", + "x-ms-correlation-request-id": "11962d23-b06a-40dd-bc1f-b59c15809a57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25645", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "446f366e-c7a6-47fd-89e6-18982b8a297c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064031Z:11962d23-b06a-40dd-bc1f-b59c15809a57" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e885a4842d259f23be0e4093d93507cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e885a4842d259f23be0e4093d93507cb", + "x-ms-correlation-request-id": "a8897bb6-f842-4aa9-a394-ffb0acab1162", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25644", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "dfb91ca4-c767-4c90-80c4-5100a26b04e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064031Z:a8897bb6-f842-4aa9-a394-ffb0acab1162" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/69d29f12-1b92-4f39-8be2-b63e175d3b22?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "abad257fc8e7891618aa612f55fdb17f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abad257fc8e7891618aa612f55fdb17f", + "x-ms-correlation-request-id": "41312b54-1068-48e2-85aa-1fe853bea98d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25643", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "488e8ecf-5f12-4358-8ed6-f27115cad78b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064032Z:41312b54-1068-48e2-85aa-1fe853bea98d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:39:34.9841909\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:40:31.7517155\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u002269d29f12-1b92-4f39-8be2-b63e175d3b22\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5393480479b97213216df5410da776c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2628", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5393480479b97213216df5410da776c1", + "x-ms-correlation-request-id": "c1e7b771-099c-425d-8b55-32a818955288", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2588", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "d0ce63ca-3dfb-4c56-b035-a2fbc0ecef0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064032Z:c1e7b771-099c-425d-8b55-32a818955288" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-9268\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-9268\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u00225cb8a563-a340-4dce-9885-7b346bb226bc\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-4808?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "48", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "45245fc655628ebbfbcf7bcbf349c15c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "357", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45245fc655628ebbfbcf7bcbf349c15c", + "x-ms-correlation-request-id": "e449e3ae-0ad0-4f37-8ef0-5a20ab34aa7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;499", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "4b6acc7b-551f-47f9-bf4f-65d9db272e0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064036Z:e449e3ae-0ad0-4f37-8ef0-5a20ab34aa7c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testPPG-4808\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-4808\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/proximityPlacementGroups\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022proximityPlacementGroupType\u0022: \u0022Standard\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268/deallocate?api-version=2021-03-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a2908fc111b312063b897ad2d47c7133", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:40:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2908fc111b312063b897ad2d47c7133", + "x-ms-correlation-request-id": "807070ec-d15d-48a3-814d-c529c2154abe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;76,Microsoft.Compute/DeleteVMScaleSet30Min;393,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1180,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-charge": "2", + "x-ms-request-id": "6ba0047e-8933-43d2-a6f8-dc19425a4756", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064036Z:807070ec-d15d-48a3-814d-c529c2154abe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "174be5341fe5b48659120ad8dbe8b97e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "174be5341fe5b48659120ad8dbe8b97e", + "x-ms-correlation-request-id": "f7170a13-4351-4c25-bf1a-5d75b562867d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25642", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "c23ed911-0b2e-4da3-a5f8-246b56810be7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064037Z:f7170a13-4351-4c25-bf1a-5d75b562867d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd2c485e22ba87cfec9dc9ed535d7a94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd2c485e22ba87cfec9dc9ed535d7a94", + "x-ms-correlation-request-id": "b8c30810-352a-4f99-ba97-d06cc49bc880", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25641", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "3ad1c7f3-6708-4885-8160-925e83a20f3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064037Z:b8c30810-352a-4f99-ba97-d06cc49bc880" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef9d565b59307f4d70da457a2fca17ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef9d565b59307f4d70da457a2fca17ef", + "x-ms-correlation-request-id": "13b87eb1-52f9-4294-bc98-80720afeae3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25640", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "44b43427-8771-42a8-a813-09b6b4eb9e36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064037Z:13b87eb1-52f9-4294-bc98-80720afeae3f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f4a3f0b307a116915c42b48569861fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f4a3f0b307a116915c42b48569861fb", + "x-ms-correlation-request-id": "216b390c-b7ff-4c7f-8861-a93b11a72eb1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25639", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "1277213f-8a31-45b6-8401-1fdab2800f41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064037Z:216b390c-b7ff-4c7f-8861-a93b11a72eb1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "857c7598ca4b044dfaac8de0dd555722", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "857c7598ca4b044dfaac8de0dd555722", + "x-ms-correlation-request-id": "54ccec6d-f97e-4525-bce1-5f53aee6a89d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25638", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "bb2de77b-6723-413a-852c-3bbb7d0a2bb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064038Z:54ccec6d-f97e-4525-bce1-5f53aee6a89d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13e2da862b122b1aec8bda6c2e0529d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13e2da862b122b1aec8bda6c2e0529d7", + "x-ms-correlation-request-id": "eb7c38d1-ad3f-45b0-bc42-81f8ca7f359f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25637", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "273b0928-fd74-4436-bf25-7dd5d00e295e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064038Z:eb7c38d1-ad3f-45b0-bc42-81f8ca7f359f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b9e14978924d41a4f24554cda28834bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9e14978924d41a4f24554cda28834bf", + "x-ms-correlation-request-id": "32f3125f-0e17-41a9-abd5-32f2cb89f339", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25636", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "2f52d81d-1202-42c3-98f1-32332bb5f0ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064038Z:32f3125f-0e17-41a9-abd5-32f2cb89f339" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7bc1086c4eb56ce95b5198bff0e1d6f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bc1086c4eb56ce95b5198bff0e1d6f5", + "x-ms-correlation-request-id": "b04bb27d-2e13-4c76-98a0-c70444b2f814", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25634", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "51c1b367-6c87-4932-9794-c903b39db461", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064038Z:b04bb27d-2e13-4c76-98a0-c70444b2f814" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8620da79-b46e-4fdb-a444-720c5a8534a8?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-682c8d75d64c804a94e96b6fc59c7a79-f6b4282db477064e-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a10689d4c88291c289bb46eea62c41dc", + "x-ms-client-request-id": "9467b5839d73f4d436a121ccd74c8864", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:22 GMT", + "Date": "Mon, 25 Oct 2021 06:40:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8630,40 +18834,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63b95785-7f20-4f81-9b4d-45cd781e7285", - "x-ms-client-request-id": "a10689d4c88291c289bb46eea62c41dc", - "x-ms-correlation-request-id": "930eadad-65fc-40d4-8b8a-2d6b607b30fd", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f7215e89-f92e-409b-933b-0696ac013b9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034123Z:930eadad-65fc-40d4-8b8a-2d6b607b30fd" + "x-ms-client-request-id": "9467b5839d73f4d436a121ccd74c8864", + "x-ms-correlation-request-id": "9adec6db-c5b8-497c-820e-22e87fc6667a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25633", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "52719f2e-e9eb-4695-9021-e7770289ff46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064039Z:9adec6db-c5b8-497c-820e-22e87fc6667a" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-682c8d75d64c804a94e96b6fc59c7a79-b56fc844fdb4a042-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "02728f957e291e79635f3ccc96296abb", + "x-ms-client-request-id": "25ff1a57ad432a225f745efcf9e55010", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1249", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:23 GMT", - "ETag": "W/\u00224354969c-3945-4773-82a6-af45aae81f64\u0022", + "Date": "Mon, 25 Oct 2021 06:40:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,259 +18876,409 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98e010cf-f4a0-449a-8220-cc4291b0f5bd", - "x-ms-client-request-id": "02728f957e291e79635f3ccc96296abb", - "x-ms-correlation-request-id": "b0d2063c-409a-44f4-b43e-e4d3d19d896f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "2d93035b-148d-42ab-bbfa-d67fc9ce7407", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034123Z:b0d2063c-409a-44f4-b43e-e4d3d19d896f" + "x-ms-client-request-id": "25ff1a57ad432a225f745efcf9e55010", + "x-ms-correlation-request-id": "bdadfa4a-4787-4d04-a0d6-1340585f731b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25632", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "8aecacd7-f3ed-499c-aba1-08030d80d6ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064039Z:bdadfa4a-4787-4d04-a0d6-1340585f731b" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-5135\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224354969c-3945-4773-82a6-af45aae81f64\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00228d66019b-4f55-499d-99a7-c92b98dd2226\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-2759\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224354969c-3945-4773-82a6-af45aae81f64\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed4a5e6f9f21ce4b34cd45142d1d950f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed4a5e6f9f21ce4b34cd45142d1d950f", + "x-ms-correlation-request-id": "e90f5703-8e7b-4184-ac02-131221dbf700", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25631", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "75288966-d2c5-4ff6-8e77-695f774d36b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064039Z:e90f5703-8e7b-4184-ac02-131221dbf700" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d66734c8b1e1d5b1933c35ff3fd8fa51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d66734c8b1e1d5b1933c35ff3fd8fa51", + "x-ms-correlation-request-id": "6191252a-e5a4-4be7-8e29-c893f867e540", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25630", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "600b8b37-ef13-4d61-8079-764c36caa42e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064039Z:6191252a-e5a4-4be7-8e29-c893f867e540" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "785d10509b01b842ce30f175680dfd42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "785d10509b01b842ce30f175680dfd42", + "x-ms-correlation-request-id": "20ebb115-708e-472e-a9bb-65be7e0d9e3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25629", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "dfcc7b76-ad0b-41c3-aa9f-ba147b9acbde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064040Z:20ebb115-708e-472e-a9bb-65be7e0d9e3f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c5344fdf7a7dbd2ead7459e4694c8f5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5344fdf7a7dbd2ead7459e4694c8f5c", + "x-ms-correlation-request-id": "896f51e8-5e19-4cc1-a6c8-83a147b3f640", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25628", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "86d7b63b-3c87-4d91-8122-d8e461f597e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064040Z:896f51e8-5e19-4cc1-a6c8-83a147b3f640" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1cc3f4d31dc02d0df1ae07b1bf3b6d85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cc3f4d31dc02d0df1ae07b1bf3b6d85", + "x-ms-correlation-request-id": "26417881-c474-4dbf-bc03-e14225a71fc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25627", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "4d066d0f-2c9f-416b-bfeb-543047a6de7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064040Z:26417881-c474-4dbf-bc03-e14225a71fc9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f01ff33f35a3d6d3e19fcb8c415e4e81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f01ff33f35a3d6d3e19fcb8c415e4e81", + "x-ms-correlation-request-id": "93ee74fe-87b5-41b7-aa99-371299c2d972", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25626", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "532f295c-fe85-4e29-921d-16d214eed17c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064040Z:93ee74fe-87b5-41b7-aa99-371299c2d972" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73a295a1e149c1814106d3ce727dfe71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73a295a1e149c1814106d3ce727dfe71", + "x-ms-correlation-request-id": "a4fc5ce7-62a0-4d28-8338-2538a6099e8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25625", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "f68a65c1-a59e-4187-9844-a4d5eb6c9b89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064041Z:a4fc5ce7-62a0-4d28-8338-2538a6099e8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76a4d3079e2d9eb821ed3a215280eb93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76a4d3079e2d9eb821ed3a215280eb93", + "x-ms-correlation-request-id": "128b5a84-f862-4cad-b512-414b13661473", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25624", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "6dbff933-5bf1-4581-8a0d-8b5cbf633254", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064041Z:128b5a84-f862-4cad-b512-414b13661473" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1388", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "15db8a832ed383182980cf07534525bc", + "x-ms-client-request-id": "2a0f8660f9995e3c715eae9d61046364", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-9268", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:27 GMT", + "Date": "Mon, 25 Oct 2021 06:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15db8a832ed383182980cf07534525bc", - "x-ms-correlation-request-id": "8315ee69-2cc2-4af6-8aa4-5dc73b13a143", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;291,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-charge": "4", - "x-ms-request-id": "37ffdc8e-59af-493d-8197-a6fc30fc37f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034127Z:8315ee69-2cc2-4af6-8aa4-5dc73b13a143" + "x-ms-client-request-id": "2a0f8660f9995e3c715eae9d61046364", + "x-ms-correlation-request-id": "856e2040-8628-41e6-9377-c95516da0809", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25623", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "0d337dec-5c4d-47ce-8de7-bf3dae868dec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064041Z:856e2040-8628-41e6-9377-c95516da0809" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-9268\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-9268\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022cb08eb4f-5d33-44c1-82ae-e9dc030c2699\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1b6a8b512b50660977efd9a9ae71cb1e", + "x-ms-client-request-id": "6d855aa1d8b90354dd04525ca6606fc1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8933,41 +19287,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:27 GMT", + "Date": "Mon, 25 Oct 2021 06:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b6a8b512b50660977efd9a9ae71cb1e", - "x-ms-correlation-request-id": "9f575ca9-482d-47d2-8749-49eca661156e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29197", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2fe8bd17-e90d-4be7-ba0a-60c3937bec45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034127Z:9f575ca9-482d-47d2-8749-49eca661156e" + "x-ms-client-request-id": "6d855aa1d8b90354dd04525ca6606fc1", + "x-ms-correlation-request-id": "6dc3b691-c8f9-488e-95ef-0fd7b8399288", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25622", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "8b360337-b195-4e1c-bfc2-75b3faa7fa39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064042Z:6dc3b691-c8f9-488e-95ef-0fd7b8399288" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3a41803a0405fbfe5f8506ecf1f5f733", + "x-ms-client-request-id": "eb6e3f1bd36d0dd7974605ceef1b3c1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8976,7 +19329,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:28 GMT", + "Date": "Mon, 25 Oct 2021 06:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8985,31 +19338,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a41803a0405fbfe5f8506ecf1f5f733", - "x-ms-correlation-request-id": "9d6bd52b-ced1-462a-9843-cfa8ca88db53", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14859,Microsoft.Compute/GetOperation30Min;29196", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "59ec8ef2-9ef6-4c45-a36d-cb2258b5cd4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034129Z:9d6bd52b-ced1-462a-9843-cfa8ca88db53" + "x-ms-client-request-id": "eb6e3f1bd36d0dd7974605ceef1b3c1c", + "x-ms-correlation-request-id": "e7ba56dd-57ac-4aee-9bde-c4e70f805d74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25621", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "70843bfa-547e-4c29-a3ef-72bfa7fd499c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064042Z:e7ba56dd-57ac-4aee-9bde-c4e70f805d74" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c7b5708409da5f6b52bdedccaf81a89d", + "x-ms-client-request-id": "f780d6897dfa88da320c4d95a7dfb710", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9018,7 +19371,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:29 GMT", + "Date": "Mon, 25 Oct 2021 06:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,31 +19380,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7b5708409da5f6b52bdedccaf81a89d", - "x-ms-correlation-request-id": "c6ba5b7c-88cf-47ca-b8d4-12e793162d1c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29195", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "1add48f9-4cee-48c3-a058-ae4376b2b3d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034130Z:c6ba5b7c-88cf-47ca-b8d4-12e793162d1c" + "x-ms-client-request-id": "f780d6897dfa88da320c4d95a7dfb710", + "x-ms-correlation-request-id": "7771a361-417f-4e71-aa9c-47743ce34ce4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25620", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "b2d0bff9-d40a-4778-b171-bae892d8150f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064042Z:7771a361-417f-4e71-aa9c-47743ce34ce4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0be81e1cc1b44d598d6ebcca251c7582", + "x-ms-client-request-id": "2281edee7896cdf68278d672d28513c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9060,7 +19413,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:30 GMT", + "Date": "Mon, 25 Oct 2021 06:40:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,31 +19422,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0be81e1cc1b44d598d6ebcca251c7582", - "x-ms-correlation-request-id": "647ada6f-9cfc-4687-925b-e457e6e07e2d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29194", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "1c8ec15d-a996-4f49-a95e-aaeec014bf45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034131Z:647ada6f-9cfc-4687-925b-e457e6e07e2d" + "x-ms-client-request-id": "2281edee7896cdf68278d672d28513c2", + "x-ms-correlation-request-id": "27e0916e-4712-429c-95ea-af3814f1cd74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25619", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "e64348c8-6d06-41be-81fe-a16ccfadceb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064042Z:27e0916e-4712-429c-95ea-af3814f1cd74" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3d24a5f803bc304414e2e84717324cde", + "x-ms-client-request-id": "d0d236c777e09dc665e6b961864265b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9102,7 +19455,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:32 GMT", + "Date": "Mon, 25 Oct 2021 06:40:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,31 +19464,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d24a5f803bc304414e2e84717324cde", - "x-ms-correlation-request-id": "32da1943-fba9-4b44-ade1-d32dc9911abb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29193", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "ab71ea55-d504-4221-a339-fcca813f0adf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034132Z:32da1943-fba9-4b44-ade1-d32dc9911abb" + "x-ms-client-request-id": "d0d236c777e09dc665e6b961864265b7", + "x-ms-correlation-request-id": "4b22faa9-0207-4db5-a074-1fd821793ef1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25618", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "c731bed2-f273-468c-a3da-35d8dae3a964", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064043Z:4b22faa9-0207-4db5-a074-1fd821793ef1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d3cf68ddeb0dc37f16683a6b4da03a35", + "x-ms-client-request-id": "02e0f48e19991186dfb27582a767b5ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9144,7 +19497,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:33 GMT", + "Date": "Mon, 25 Oct 2021 06:40:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,31 +19506,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3cf68ddeb0dc37f16683a6b4da03a35", - "x-ms-correlation-request-id": "5f5604ce-ef93-4c92-add5-5b7b2c0eb038", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29192", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "c414a40c-7971-40f0-bda5-078073c7de49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034134Z:5f5604ce-ef93-4c92-add5-5b7b2c0eb038" + "x-ms-client-request-id": "02e0f48e19991186dfb27582a767b5ad", + "x-ms-correlation-request-id": "a159738a-0fb9-4fd0-ae28-662016f760b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25617", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "9d131dbd-d070-4a3e-9107-42b40766389c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064043Z:a159738a-0fb9-4fd0-ae28-662016f760b8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "09d46b486a5c19e1d9b7f6d1d812355a", + "x-ms-client-request-id": "71cd8bf9e70d763026e4bdafbe944740", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9186,7 +19539,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:34 GMT", + "Date": "Mon, 25 Oct 2021 06:40:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,31 +19548,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09d46b486a5c19e1d9b7f6d1d812355a", - "x-ms-correlation-request-id": "8dfb28e7-483c-4894-a48e-d16666ccbb94", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29191", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "dda90820-f124-4697-bd2d-916c2efce1cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034135Z:8dfb28e7-483c-4894-a48e-d16666ccbb94" + "x-ms-client-request-id": "71cd8bf9e70d763026e4bdafbe944740", + "x-ms-correlation-request-id": "99ca605c-957d-4405-9733-92785a1761b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25616", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "3c315fef-8bce-426c-98d8-106e18a4a063", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064043Z:99ca605c-957d-4405-9733-92785a1761b7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bcedde22a14d0c7425612653c8d8e373", + "x-ms-client-request-id": "dee41e1210a4ad29afc1f02d0243f5fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9228,7 +19581,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:35 GMT", + "Date": "Mon, 25 Oct 2021 06:40:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,31 +19590,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcedde22a14d0c7425612653c8d8e373", - "x-ms-correlation-request-id": "0ca2e2aa-7d5f-4579-bbdf-b0af9b2a4a75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29190", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "bad4d98f-be8a-4cb7-b7b4-f69ba6fb8e13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034136Z:0ca2e2aa-7d5f-4579-bbdf-b0af9b2a4a75" + "x-ms-client-request-id": "dee41e1210a4ad29afc1f02d0243f5fd", + "x-ms-correlation-request-id": "c30cc311-c312-42d9-bcf9-cf4c847543d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25615", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "5ce2e718-0d97-4f37-ae0e-f90de4eb36dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064044Z:c30cc311-c312-42d9-bcf9-cf4c847543d0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "abfeb3a7435e738187b6f955f4adea04", + "x-ms-client-request-id": "fa670c30f474a7aac469dbb45cd6524a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9270,7 +19623,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:37 GMT", + "Date": "Mon, 25 Oct 2021 06:40:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,31 +19632,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abfeb3a7435e738187b6f955f4adea04", - "x-ms-correlation-request-id": "acecf3c3-24a1-4f36-a0d3-1888fe4d51a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29189", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a369574b-fe02-4548-9f6f-7213c1b0ae5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034137Z:acecf3c3-24a1-4f36-a0d3-1888fe4d51a1" + "x-ms-client-request-id": "fa670c30f474a7aac469dbb45cd6524a", + "x-ms-correlation-request-id": "0769fc76-5c78-45cc-8269-33534260405f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25614", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "4efec073-efde-4679-891c-b1be9e3564d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064044Z:0769fc76-5c78-45cc-8269-33534260405f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6e49df327eb3a7e7f6c7e4fa438d5000", + "x-ms-client-request-id": "8970346bd783e8086220c14cf60274e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9312,7 +19665,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:38 GMT", + "Date": "Mon, 25 Oct 2021 06:40:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,31 +19674,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e49df327eb3a7e7f6c7e4fa438d5000", - "x-ms-correlation-request-id": "431bd403-26c5-4393-8f6b-7a698e1cb55c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29188", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "c75f54b3-dc8e-4f8b-b5ec-237af4e202ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034139Z:431bd403-26c5-4393-8f6b-7a698e1cb55c" + "x-ms-client-request-id": "8970346bd783e8086220c14cf60274e3", + "x-ms-correlation-request-id": "29512fcb-102c-4b7c-b256-e537a6e1bfa3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25613", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "2c1f6678-6323-4d60-904f-95214763ee44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064044Z:29512fcb-102c-4b7c-b256-e537a6e1bfa3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "252982d48a13dffc5c7a3497a81f1777", + "x-ms-client-request-id": "b27ebfef4c2c1dcc733c193b357451d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9354,7 +19707,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:39 GMT", + "Date": "Mon, 25 Oct 2021 06:40:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,31 +19716,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "252982d48a13dffc5c7a3497a81f1777", - "x-ms-correlation-request-id": "5368bb9a-bc9a-4e93-922a-c81452ec7b5f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29187", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "bb962607-0aae-40ba-bd80-172c58d54c0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034140Z:5368bb9a-bc9a-4e93-922a-c81452ec7b5f" + "x-ms-client-request-id": "b27ebfef4c2c1dcc733c193b357451d9", + "x-ms-correlation-request-id": "7005e912-db85-487e-b61a-64258ffe108f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25612", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "eb970151-825b-4c78-95f9-47a20c2af14a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064044Z:7005e912-db85-487e-b61a-64258ffe108f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e9202277748f29c0cb57b5965e872ff9", + "x-ms-client-request-id": "cdc2a56e6bd35979047f9854325eb0c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9396,7 +19749,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:40 GMT", + "Date": "Mon, 25 Oct 2021 06:40:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,31 +19758,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9202277748f29c0cb57b5965e872ff9", - "x-ms-correlation-request-id": "7d8180a9-4720-4bb4-a731-9677815ccc9c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29186", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "d6011bc2-6dd1-4d04-9156-37c93cd47c16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034141Z:7d8180a9-4720-4bb4-a731-9677815ccc9c" + "x-ms-client-request-id": "cdc2a56e6bd35979047f9854325eb0c1", + "x-ms-correlation-request-id": "c9c59727-75db-42bd-b073-aaf76e11c13b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25611", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "41361c91-ad20-4935-b5e1-e3a043c0764a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064045Z:c9c59727-75db-42bd-b073-aaf76e11c13b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7281f866c483a8f1e26a11394950fed6", + "x-ms-client-request-id": "9cc5f8f5a0571e1d68521546bdccb3ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9438,7 +19791,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:42 GMT", + "Date": "Mon, 25 Oct 2021 06:40:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,31 +19800,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7281f866c483a8f1e26a11394950fed6", - "x-ms-correlation-request-id": "13867a76-4085-4bab-b67d-bcbe1e746808", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29185", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "399fccfc-fad4-45ef-afa6-9989df4e2cb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034142Z:13867a76-4085-4bab-b67d-bcbe1e746808" + "x-ms-client-request-id": "9cc5f8f5a0571e1d68521546bdccb3ed", + "x-ms-correlation-request-id": "4ba68971-35e3-49c9-b7c7-25e15fe00412", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25610", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "ba41c4e5-435d-4c31-a0ad-631ee7b8ebc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064045Z:4ba68971-35e3-49c9-b7c7-25e15fe00412" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "21836caf676c5f71c2005abbd46680d5", + "x-ms-client-request-id": "51dde8cea63f83104625aeadb378eb15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9480,7 +19833,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:43 GMT", + "Date": "Mon, 25 Oct 2021 06:40:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,31 +19842,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21836caf676c5f71c2005abbd46680d5", - "x-ms-correlation-request-id": "e2b64e1b-3154-48b8-9e1c-a3273e3d9d32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29184", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "7f82fbfd-ea40-4290-88da-9602a6efd02e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034144Z:e2b64e1b-3154-48b8-9e1c-a3273e3d9d32" + "x-ms-client-request-id": "51dde8cea63f83104625aeadb378eb15", + "x-ms-correlation-request-id": "a442c4c5-83f7-41e9-aed6-f1c3217aa7c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25609", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "6c23489e-4da0-4b23-88b1-c654a3f93e0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064045Z:a442c4c5-83f7-41e9-aed6-f1c3217aa7c7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "af313a4ba59db2f3307806256386e07a", + "x-ms-client-request-id": "3c45578cb4afce8287a4658055339b37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9522,7 +19875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:44 GMT", + "Date": "Mon, 25 Oct 2021 06:40:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,31 +19884,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af313a4ba59db2f3307806256386e07a", - "x-ms-correlation-request-id": "8733c6eb-0e2b-4e12-9ec1-e8d781b12067", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29183", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d7d1fa17-c15d-423a-89aa-5fbcd2bd2e71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034145Z:8733c6eb-0e2b-4e12-9ec1-e8d781b12067" + "x-ms-client-request-id": "3c45578cb4afce8287a4658055339b37", + "x-ms-correlation-request-id": "0dd0872b-18e9-40d3-9225-d0883d43291e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25608", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "86cc0e41-0879-4a84-9550-77f6cec40e73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064045Z:0dd0872b-18e9-40d3-9225-d0883d43291e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f2e7de580d03fe8d8722af836a35d47c", + "x-ms-client-request-id": "4a85abcb5e804e81e8415631f1706af0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9564,7 +19917,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:45 GMT", + "Date": "Mon, 25 Oct 2021 06:40:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,31 +19926,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2e7de580d03fe8d8722af836a35d47c", - "x-ms-correlation-request-id": "07fe8e05-a43e-47ff-88a1-4fb00a7608da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29182", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "e312d029-574a-40e6-82f1-f22f863c84fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034146Z:07fe8e05-a43e-47ff-88a1-4fb00a7608da" + "x-ms-client-request-id": "4a85abcb5e804e81e8415631f1706af0", + "x-ms-correlation-request-id": "755ccf26-1f36-40d8-b60f-951579a1d67a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25607", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "30925072-0374-4279-b977-626c84af09b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064046Z:755ccf26-1f36-40d8-b60f-951579a1d67a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0eee3ce94f1f093879d0f0f4604bfb3b", + "x-ms-client-request-id": "65b9006776871a3e650fc99b418f2d12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9606,7 +19959,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:47 GMT", + "Date": "Mon, 25 Oct 2021 06:40:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,31 +19968,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0eee3ce94f1f093879d0f0f4604bfb3b", - "x-ms-correlation-request-id": "82b8ff8f-6564-462a-a6b0-07e94ff6bc06", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29181", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "e17e9644-6558-430f-9822-943cbd3ef2d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034147Z:82b8ff8f-6564-462a-a6b0-07e94ff6bc06" + "x-ms-client-request-id": "65b9006776871a3e650fc99b418f2d12", + "x-ms-correlation-request-id": "dc3b4eef-1db4-4d82-89d4-8f1aca189377", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25606", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "29b3f7ae-9023-4fda-936f-b74555e8c699", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064046Z:dc3b4eef-1db4-4d82-89d4-8f1aca189377" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f663df1f8e7e3dd1ad32287bf56f48fb", + "x-ms-client-request-id": "08e27789a0f22d94d5f6546d5d50dc17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9648,7 +20001,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:48 GMT", + "Date": "Mon, 25 Oct 2021 06:40:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,31 +20010,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f663df1f8e7e3dd1ad32287bf56f48fb", - "x-ms-correlation-request-id": "40520853-3c1b-490b-a49a-501b85c61516", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29180", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "5b637dcf-9d98-4e87-84ae-3a178c34bdcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034149Z:40520853-3c1b-490b-a49a-501b85c61516" + "x-ms-client-request-id": "08e27789a0f22d94d5f6546d5d50dc17", + "x-ms-correlation-request-id": "c5373bbd-57de-4c26-907f-a0bfa915b542", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25605", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "70516830-a9f2-41ab-98be-7c5ae31c256e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064046Z:c5373bbd-57de-4c26-907f-a0bfa915b542" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "263b89a4d298095aa5dd79331c989e3b", + "x-ms-client-request-id": "55197439357954b06d6be47195e60d59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9690,7 +20043,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:49 GMT", + "Date": "Mon, 25 Oct 2021 06:40:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,31 +20052,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "263b89a4d298095aa5dd79331c989e3b", - "x-ms-correlation-request-id": "48d2b209-0706-466c-a53a-425d51324ab6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29179", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "744eb863-e967-4a1c-ad93-a9588ecb41aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034150Z:48d2b209-0706-466c-a53a-425d51324ab6" + "x-ms-client-request-id": "55197439357954b06d6be47195e60d59", + "x-ms-correlation-request-id": "1256b2aa-d1aa-4e00-ac4a-645cfde9d0ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25604", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "66b41f37-8886-46b0-883f-f41922ad4646", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064046Z:1256b2aa-d1aa-4e00-ac4a-645cfde9d0ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8a647426ded25bfd6ab060ed26bd1309", + "x-ms-client-request-id": "7aa84313628dc6fd6c8b8f9022d0bc15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9732,7 +20085,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:50 GMT", + "Date": "Mon, 25 Oct 2021 06:40:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,31 +20094,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a647426ded25bfd6ab060ed26bd1309", - "x-ms-correlation-request-id": "8dd5e5eb-9cc8-432d-a830-5d0bdf15d601", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29178", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "9dfee609-585e-4ffa-9079-38eef972da2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034151Z:8dd5e5eb-9cc8-432d-a830-5d0bdf15d601" + "x-ms-client-request-id": "7aa84313628dc6fd6c8b8f9022d0bc15", + "x-ms-correlation-request-id": "7e45b127-0ab7-4436-a1d6-325bc9494c75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25603", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "0cf60819-bbe8-4ff4-bc91-5ae8eb743fd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064047Z:7e45b127-0ab7-4436-a1d6-325bc9494c75" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d650f587d5104da3845950a1159d2115", + "x-ms-client-request-id": "cc62b132d8755399c78d9b87bb2398ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9774,7 +20127,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:52 GMT", + "Date": "Mon, 25 Oct 2021 06:40:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,31 +20136,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d650f587d5104da3845950a1159d2115", - "x-ms-correlation-request-id": "c9f1c0a9-3018-4a99-bac6-fe68750de142", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29177", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "bd3466a8-fb6e-4ccb-93eb-ff84c2bf4708", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034152Z:c9f1c0a9-3018-4a99-bac6-fe68750de142" + "x-ms-client-request-id": "cc62b132d8755399c78d9b87bb2398ef", + "x-ms-correlation-request-id": "ef6d6f42-92c9-4500-a9f0-948e66976f33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25602", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "e425d770-61eb-4275-8911-3d6276360060", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064047Z:ef6d6f42-92c9-4500-a9f0-948e66976f33" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8155ed94bd0bc6298ce0bce7716de2e8", + "x-ms-client-request-id": "1a59fbe962a8d78a7752e8eda61f329c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9816,7 +20169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:53 GMT", + "Date": "Mon, 25 Oct 2021 06:40:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,31 +20178,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8155ed94bd0bc6298ce0bce7716de2e8", - "x-ms-correlation-request-id": "5458d491-9795-437c-9085-71419fc49263", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29176", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "1b1bf04e-26e8-4f01-a9dd-203b5679ad9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034154Z:5458d491-9795-437c-9085-71419fc49263" + "x-ms-client-request-id": "1a59fbe962a8d78a7752e8eda61f329c", + "x-ms-correlation-request-id": "39f6bfa4-4c20-4a29-a269-db4964bf96da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25601", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "83518c8a-00bd-4352-8288-2460e26a3ea2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064047Z:39f6bfa4-4c20-4a29-a269-db4964bf96da" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "26ac6fc9c748512bd01705788d5c46cc", + "x-ms-client-request-id": "e43ecfae40833be3aa54b200c6750b49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9858,7 +20211,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:54 GMT", + "Date": "Mon, 25 Oct 2021 06:40:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,31 +20220,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26ac6fc9c748512bd01705788d5c46cc", - "x-ms-correlation-request-id": "e70bfeee-49a4-4350-8b1f-bee635a9a5f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29175", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "4d879008-80c1-4d59-b8d2-c0454faafe96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034155Z:e70bfeee-49a4-4350-8b1f-bee635a9a5f0" + "x-ms-client-request-id": "e43ecfae40833be3aa54b200c6750b49", + "x-ms-correlation-request-id": "60bb4976-1f94-491a-9b50-cb074d1bbfd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25600", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "016424c6-cf5f-4fd1-b689-d7830335cba0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064047Z:60bb4976-1f94-491a-9b50-cb074d1bbfd6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "39594b8f9268c9fdcb8a4a2f18bbdb17", + "x-ms-client-request-id": "26a6a0f3a276d06d278a5422efabada7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9900,7 +20253,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:55 GMT", + "Date": "Mon, 25 Oct 2021 06:40:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,31 +20262,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39594b8f9268c9fdcb8a4a2f18bbdb17", - "x-ms-correlation-request-id": "e0414ccb-4528-403d-a336-90dd2504860e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14861,Microsoft.Compute/GetOperation30Min;29174", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "10498a60-2dd7-4b0a-b4c8-6c2fc7a2466a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034156Z:e0414ccb-4528-403d-a336-90dd2504860e" + "x-ms-client-request-id": "26a6a0f3a276d06d278a5422efabada7", + "x-ms-correlation-request-id": "49ff2f69-183e-415c-9a39-232347ba71c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25599", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "1d2c2db0-09fe-48a0-93cf-8d20c579c05f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064048Z:49ff2f69-183e-415c-9a39-232347ba71c8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a5d76876faf1cdcdc103b1f4b8b0382f", + "x-ms-client-request-id": "ebd9fe5bb4e4a86b181e6f53af8a1002", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9942,7 +20295,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:57 GMT", + "Date": "Mon, 25 Oct 2021 06:40:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,31 +20304,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5d76876faf1cdcdc103b1f4b8b0382f", - "x-ms-correlation-request-id": "3ee043b1-df37-47b5-a6ab-3299589dbfae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29173", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "3c369037-3eab-4c18-82f3-20c93b57ed56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034158Z:3ee043b1-df37-47b5-a6ab-3299589dbfae" + "x-ms-client-request-id": "ebd9fe5bb4e4a86b181e6f53af8a1002", + "x-ms-correlation-request-id": "9a20fb19-bcda-4407-b7e8-223162e903df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25598", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "8a62bbd5-09ac-47d6-86df-e38dfd4f28f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064048Z:9a20fb19-bcda-4407-b7e8-223162e903df" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2658f09aa913377f71e25bbd7cfb3814", + "x-ms-client-request-id": "06fa9f470b790c26626ebdf9ebc04bfe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9984,7 +20337,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:58 GMT", + "Date": "Mon, 25 Oct 2021 06:40:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9993,31 +20346,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2658f09aa913377f71e25bbd7cfb3814", - "x-ms-correlation-request-id": "c0fe71cb-09df-4f1d-873c-25ab3fcfd22c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14859,Microsoft.Compute/GetOperation30Min;29172", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "984faae5-c36c-4937-b079-c0c3396c093e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034159Z:c0fe71cb-09df-4f1d-873c-25ab3fcfd22c" + "x-ms-client-request-id": "06fa9f470b790c26626ebdf9ebc04bfe", + "x-ms-correlation-request-id": "bcaa6e0f-51a0-4d23-a5fe-f482e0c51202", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25597", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "f412b9d0-913e-497e-85e1-535b59235585", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064048Z:bcaa6e0f-51a0-4d23-a5fe-f482e0c51202" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2501ee3ba08594da7d8c7764e109111a", + "x-ms-client-request-id": "c8a40ba61f9c3f6434fe0e573219209c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10026,7 +20379,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:41:59 GMT", + "Date": "Mon, 25 Oct 2021 06:40:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,31 +20388,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2501ee3ba08594da7d8c7764e109111a", - "x-ms-correlation-request-id": "07d4d5df-84ee-4335-9599-b410e478fa66", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29171", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "5f5f54c2-2a23-4a20-aa20-4320a6b20bc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034200Z:07d4d5df-84ee-4335-9599-b410e478fa66" + "x-ms-client-request-id": "c8a40ba61f9c3f6434fe0e573219209c", + "x-ms-correlation-request-id": "f0be95ac-cb9a-46a1-9005-6d524d6b8d24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25596", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "996a9538-8ed9-43bc-a028-1809ca135bf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064048Z:f0be95ac-cb9a-46a1-9005-6d524d6b8d24" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "28951b51b463cd03e89f330f9f0f50c6", + "x-ms-client-request-id": "50db527aa7b14f2ed7cd8976f772bd57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10068,7 +20421,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:00 GMT", + "Date": "Mon, 25 Oct 2021 06:40:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,31 +20430,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28951b51b463cd03e89f330f9f0f50c6", - "x-ms-correlation-request-id": "7df0bef2-1c6c-44e6-8043-e50209f73aca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29170", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "e62ebb46-bbc1-481d-a072-da2398ae6736", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034201Z:7df0bef2-1c6c-44e6-8043-e50209f73aca" + "x-ms-client-request-id": "50db527aa7b14f2ed7cd8976f772bd57", + "x-ms-correlation-request-id": "3dfb9287-8d14-49db-acb3-e16f542428ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25595", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "85d85dd4-3ab7-4f7a-9242-b727123bb95f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064049Z:3dfb9287-8d14-49db-acb3-e16f542428ee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cab89ccb13aff9a915c4a887311b5668", + "x-ms-client-request-id": "a4ad71d247e528663bbad17afdced949", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10110,7 +20463,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:02 GMT", + "Date": "Mon, 25 Oct 2021 06:40:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,31 +20472,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cab89ccb13aff9a915c4a887311b5668", - "x-ms-correlation-request-id": "1739cb57-8be2-4f94-9c85-8fae5b102e07", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29169", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "31ddf1b0-0892-4879-86f7-bda39b6399a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034203Z:1739cb57-8be2-4f94-9c85-8fae5b102e07" + "x-ms-client-request-id": "a4ad71d247e528663bbad17afdced949", + "x-ms-correlation-request-id": "c6e2f953-9e28-4229-88c6-97e50661b0ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25594", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "2e1999f7-c966-4790-85a6-e5d3dc868f53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064049Z:c6e2f953-9e28-4229-88c6-97e50661b0ab" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "606b40d0106687b1ea333ce56ccaf56e", + "x-ms-client-request-id": "997e204dfbe5ff4cdc55f0ce95ed48c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10152,7 +20505,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:03 GMT", + "Date": "Mon, 25 Oct 2021 06:40:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,31 +20514,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "606b40d0106687b1ea333ce56ccaf56e", - "x-ms-correlation-request-id": "4d65b032-ce16-4afd-834e-32e12beb53ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29168", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "78d29251-4c73-439f-b7d8-d30a59e8a902", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034204Z:4d65b032-ce16-4afd-834e-32e12beb53ba" + "x-ms-client-request-id": "997e204dfbe5ff4cdc55f0ce95ed48c1", + "x-ms-correlation-request-id": "c2a2c5b1-6f39-4b2b-ae32-6bdb34085096", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25593", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "68d4b623-dc9d-4739-a6c3-8f4bbdc1d291", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064049Z:c2a2c5b1-6f39-4b2b-ae32-6bdb34085096" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4599b13b47513e6b729b129f0b7c9ccc", + "x-ms-client-request-id": "c185b6407c6c33b7ecb315f7d5b35109", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10194,7 +20547,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:04 GMT", + "Date": "Mon, 25 Oct 2021 06:40:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,31 +20556,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4599b13b47513e6b729b129f0b7c9ccc", - "x-ms-correlation-request-id": "c6299aab-d2c8-4897-88a5-d0faa418b959", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29167", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "197407d7-fbfd-4a6b-b8ad-a58bbf87f3d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034205Z:c6299aab-d2c8-4897-88a5-d0faa418b959" + "x-ms-client-request-id": "c185b6407c6c33b7ecb315f7d5b35109", + "x-ms-correlation-request-id": "8563a8c9-02cf-4b8b-bf58-13d29ac86633", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25592", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "829b18e3-55e3-47e9-b424-d568476061c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064050Z:8563a8c9-02cf-4b8b-bf58-13d29ac86633" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5f3ecb49f0a3ba5fea31df7bd6c38c4a", + "x-ms-client-request-id": "d72840f324f4d77224adc78f5697924d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10236,7 +20589,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:05 GMT", + "Date": "Mon, 25 Oct 2021 06:40:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,31 +20598,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f3ecb49f0a3ba5fea31df7bd6c38c4a", - "x-ms-correlation-request-id": "1323dadc-ac71-4a61-9dd7-eb69c0f26cfc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29166", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "ca5993cd-2ac0-4f49-8f3b-622accaafbbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034206Z:1323dadc-ac71-4a61-9dd7-eb69c0f26cfc" + "x-ms-client-request-id": "d72840f324f4d77224adc78f5697924d", + "x-ms-correlation-request-id": "4d9c9aa4-80f3-477e-ba2f-2db71f60ca29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;25591", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "9aa91a36-7250-4e31-81e5-ecb9bb4ffcfc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064050Z:4d9c9aa4-80f3-477e-ba2f-2db71f60ca29" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7f4b3ace11828916d42deecafd127b6d", + "x-ms-client-request-id": "473a0f721749d1dc684bac31e6552929", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10278,7 +20631,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:07 GMT", + "Date": "Mon, 25 Oct 2021 06:40:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,31 +20640,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f4b3ace11828916d42deecafd127b6d", - "x-ms-correlation-request-id": "24637fe3-419f-4fc1-9db7-6254729ab372", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29165", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "7aecb805-63ab-4e52-89b1-5cf0556e9201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034208Z:24637fe3-419f-4fc1-9db7-6254729ab372" + "x-ms-client-request-id": "473a0f721749d1dc684bac31e6552929", + "x-ms-correlation-request-id": "da30dbc2-81d7-4d96-8b67-a747f77d1b83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;25590", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "25e17905-ac7a-4c2c-bf2c-8283a4ec94dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064050Z:da30dbc2-81d7-4d96-8b67-a747f77d1b83" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a19c6f97968c4bca51de5a1f67f068ae", + "x-ms-client-request-id": "55dbe70371c41ccd43ad9dbeb427dc55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10320,7 +20673,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:08 GMT", + "Date": "Mon, 25 Oct 2021 06:40:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,31 +20682,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a19c6f97968c4bca51de5a1f67f068ae", - "x-ms-correlation-request-id": "82926974-f3cb-4974-b1d2-4e13164a7526", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29164", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "2dc9897c-0dfa-479d-95dc-e361dd483111", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034209Z:82926974-f3cb-4974-b1d2-4e13164a7526" + "x-ms-client-request-id": "55dbe70371c41ccd43ad9dbeb427dc55", + "x-ms-correlation-request-id": "ee13a6d5-121c-4c28-824d-9d35c7c70552", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;25589", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "a4acabe8-796c-4472-8ecf-de5d3379b405", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064050Z:ee13a6d5-121c-4c28-824d-9d35c7c70552" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d1d0c80f1c31384ab4b58a760295bdd7", + "x-ms-client-request-id": "c684c7210a79dbbf63576ea87740f1ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10362,7 +20715,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:09 GMT", + "Date": "Mon, 25 Oct 2021 06:40:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,31 +20724,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1d0c80f1c31384ab4b58a760295bdd7", - "x-ms-correlation-request-id": "48c7cec0-c588-44e3-acb7-2a84959328eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29163", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "602bfe4d-0e56-4dd2-8afc-182b8e2ffd2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034210Z:48c7cec0-c588-44e3-acb7-2a84959328eb" + "x-ms-client-request-id": "c684c7210a79dbbf63576ea87740f1ce", + "x-ms-correlation-request-id": "d4d61bac-55a3-417e-84ff-7e1b4caa307f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;25588", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "e6c5ab1f-4bed-40b6-be27-21030f7b7745", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064051Z:d4d61bac-55a3-417e-84ff-7e1b4caa307f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "66e372b5eb2738be6f002da3b6f721e4", + "x-ms-client-request-id": "6e8c9d843cbb0189421d039c7a1e1c40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10404,7 +20757,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:10 GMT", + "Date": "Mon, 25 Oct 2021 06:40:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,31 +20766,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66e372b5eb2738be6f002da3b6f721e4", - "x-ms-correlation-request-id": "023f10d0-b73c-43ab-bd89-58a8f77dc1f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29162", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "6b452e8e-d903-4ffe-8ee1-aa553b92a923", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034211Z:023f10d0-b73c-43ab-bd89-58a8f77dc1f6" + "x-ms-client-request-id": "6e8c9d843cbb0189421d039c7a1e1c40", + "x-ms-correlation-request-id": "ea4bec98-1c11-4caa-8907-72b50112787a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;25587", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "a5ddb6de-ea32-4a0b-bbde-e96e5bf2e65d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064051Z:ea4bec98-1c11-4caa-8907-72b50112787a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "34ba40c4aa427a3c2564ecd60b5448bc", + "x-ms-client-request-id": "1e10576f63d0f9b028fff16d0224a502", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10446,7 +20799,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:12 GMT", + "Date": "Mon, 25 Oct 2021 06:40:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,31 +20808,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34ba40c4aa427a3c2564ecd60b5448bc", - "x-ms-correlation-request-id": "6945be6e-4250-4cea-ba0b-77f2bcf5b25f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29161", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "631ccb33-42ba-4ea4-aa25-81e107620eb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034213Z:6945be6e-4250-4cea-ba0b-77f2bcf5b25f" + "x-ms-client-request-id": "1e10576f63d0f9b028fff16d0224a502", + "x-ms-correlation-request-id": "bfcff495-7d19-4b92-bb67-4ecc4fc8ceb6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;25586", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "445f2dcc-596a-43ab-85e8-43381db21850", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064051Z:bfcff495-7d19-4b92-bb67-4ecc4fc8ceb6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f5698321010c248609976130eea781bd", + "x-ms-client-request-id": "1739cebb6d9be4993e83835c06236145", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10488,7 +20841,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:13 GMT", + "Date": "Mon, 25 Oct 2021 06:40:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,31 +20850,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5698321010c248609976130eea781bd", - "x-ms-correlation-request-id": "fe240b94-0d27-4f02-814d-a236a466b444", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29160", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "13c10c4b-4fd9-41c6-a807-a709297b47d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034214Z:fe240b94-0d27-4f02-814d-a236a466b444" + "x-ms-client-request-id": "1739cebb6d9be4993e83835c06236145", + "x-ms-correlation-request-id": "9e7fba09-3904-41b0-9112-cc005f68823a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;25585", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "3a474b9c-992d-486b-9b11-fd6d69747f75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064051Z:9e7fba09-3904-41b0-9112-cc005f68823a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c2b1a69488da0b94356841c3ffe82d1b", + "x-ms-client-request-id": "1f392d3ad32f21fded9246bc4b1bfe1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10530,7 +20883,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:14 GMT", + "Date": "Mon, 25 Oct 2021 06:40:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10539,31 +20892,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2b1a69488da0b94356841c3ffe82d1b", - "x-ms-correlation-request-id": "c33d8d84-5b8a-46f5-9c8f-7b5ec0a436f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29159", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "83009e11-cc22-4f60-a8b2-ce4c6e5d0baa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034215Z:c33d8d84-5b8a-46f5-9c8f-7b5ec0a436f3" + "x-ms-client-request-id": "1f392d3ad32f21fded9246bc4b1bfe1e", + "x-ms-correlation-request-id": "c0a48fdf-e6eb-4d78-aceb-4e011536fe30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;25584", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "4ceb9faf-7420-410e-94db-8660ce722b76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064052Z:c0a48fdf-e6eb-4d78-aceb-4e011536fe30" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "338271b72b8dc2d7b9962bab490c8c7e", + "x-ms-client-request-id": "abe0007705e501a5be2ce04ddf53f204", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10572,7 +20925,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:16 GMT", + "Date": "Mon, 25 Oct 2021 06:40:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,31 +20934,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "338271b72b8dc2d7b9962bab490c8c7e", - "x-ms-correlation-request-id": "cae19fa9-e8f1-4e12-85d7-42974334448c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29158", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "82f93e0b-f493-4cbb-ab6a-5e5f9aaad696", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034217Z:cae19fa9-e8f1-4e12-85d7-42974334448c" + "x-ms-client-request-id": "abe0007705e501a5be2ce04ddf53f204", + "x-ms-correlation-request-id": "b1f89cea-7309-465e-9ce3-cf6f12c8eb9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;25583", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "24884012-f70b-4099-9407-fa6854a18f6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064052Z:b1f89cea-7309-465e-9ce3-cf6f12c8eb9c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "65412ee286a298e1ee5ebfa3c0c32521", + "x-ms-client-request-id": "d532ac9e85eae8d3d117290926dd9822", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10614,7 +20967,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:17 GMT", + "Date": "Mon, 25 Oct 2021 06:40:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,31 +20976,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65412ee286a298e1ee5ebfa3c0c32521", - "x-ms-correlation-request-id": "dd6e86c4-e19a-4f00-82ec-934c2d4b0450", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29157", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "9da512e4-dd1a-45fd-9be3-d7c0d53969d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034218Z:dd6e86c4-e19a-4f00-82ec-934c2d4b0450" + "x-ms-client-request-id": "d532ac9e85eae8d3d117290926dd9822", + "x-ms-correlation-request-id": "b8ffa4a7-cc63-47ee-88af-8bddfd21f02b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;25581", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "d17cc01b-b267-4ed2-9f78-b1bf64ff6606", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064052Z:b8ffa4a7-cc63-47ee-88af-8bddfd21f02b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7d78456a4e256830ceee08445de9c229", + "x-ms-client-request-id": "06e46585b542345f88386103f2b04299", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10656,7 +21009,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:18 GMT", + "Date": "Mon, 25 Oct 2021 06:40:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,31 +21018,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d78456a4e256830ceee08445de9c229", - "x-ms-correlation-request-id": "41e54d2c-dc17-4539-82a4-bca217aaafe9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29156", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "85718583-4cd9-4505-97ba-36245e2746ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034219Z:41e54d2c-dc17-4539-82a4-bca217aaafe9" + "x-ms-client-request-id": "06e46585b542345f88386103f2b04299", + "x-ms-correlation-request-id": "6d4b5b7e-0a76-4a87-a473-feb9781e8255", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;25580", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "d4c78260-8fb0-4d72-8340-697382e47c03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064053Z:6d4b5b7e-0a76-4a87-a473-feb9781e8255" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d0e0c3dcc7a6317890e9442e6c3302f6", + "x-ms-client-request-id": "9e1d429f29e9f1332df8dacddc9cdbe1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10698,7 +21051,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:19 GMT", + "Date": "Mon, 25 Oct 2021 06:40:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,31 +21060,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0e0c3dcc7a6317890e9442e6c3302f6", - "x-ms-correlation-request-id": "5f9fc631-4f29-4046-856c-6e7a21c029e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29155", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "0fe2f176-d567-4f21-9f2a-4027176e5779", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034220Z:5f9fc631-4f29-4046-856c-6e7a21c029e1" + "x-ms-client-request-id": "9e1d429f29e9f1332df8dacddc9cdbe1", + "x-ms-correlation-request-id": "7990a128-9a51-4dcc-a87b-fe8c25fe3006", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;25579", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "18678013-74c6-4463-9985-42b8a141ca4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064053Z:7990a128-9a51-4dcc-a87b-fe8c25fe3006" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "034109710e939358fdd996b47d9d3b05", + "x-ms-client-request-id": "7ac7be94ec6ee8c14cfd4cb223cff520", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10740,7 +21093,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:21 GMT", + "Date": "Mon, 25 Oct 2021 06:40:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,31 +21102,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "034109710e939358fdd996b47d9d3b05", - "x-ms-correlation-request-id": "084ae886-09b5-4e16-9276-34a6c47232f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29154", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "b213ad97-442a-45f1-93e2-1c3929ea517b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034222Z:084ae886-09b5-4e16-9276-34a6c47232f8" + "x-ms-client-request-id": "7ac7be94ec6ee8c14cfd4cb223cff520", + "x-ms-correlation-request-id": "dc09db8d-fef6-4c05-a2fc-8d3e9947c04d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;25578", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "320566ba-e8f3-46c6-a972-f64166af6cac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064053Z:dc09db8d-fef6-4c05-a2fc-8d3e9947c04d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fdc7969c54e2a27bcd46ed3c0a01fc9b", + "x-ms-client-request-id": "e4698fd5f9bf5c3931f2d94ada9258ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10782,7 +21135,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:22 GMT", + "Date": "Mon, 25 Oct 2021 06:40:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,31 +21144,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdc7969c54e2a27bcd46ed3c0a01fc9b", - "x-ms-correlation-request-id": "392edc8f-fb95-45d8-8f4d-e8bc54bbf0fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29153", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "3d1116ed-b33f-493d-aea8-96202f8d65b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034223Z:392edc8f-fb95-45d8-8f4d-e8bc54bbf0fd" + "x-ms-client-request-id": "e4698fd5f9bf5c3931f2d94ada9258ec", + "x-ms-correlation-request-id": "d2711760-e15f-47dc-abb6-3ab548259986", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;25577", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "62237734-bd8b-43ab-967b-fb0f45fdc0be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064054Z:d2711760-e15f-47dc-abb6-3ab548259986" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "54d212ecbfa8cd956a4cd2cc31c4b3f2", + "x-ms-client-request-id": "346e805dc7e8b32a803452ebdc81ce5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10824,7 +21177,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:23 GMT", + "Date": "Mon, 25 Oct 2021 06:40:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,31 +21186,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54d212ecbfa8cd956a4cd2cc31c4b3f2", - "x-ms-correlation-request-id": "dbd87f39-82fa-41bd-98bf-e963afc78a73", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29151", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "b3005c95-2faf-426c-a7c2-c17cf7f32da8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034224Z:dbd87f39-82fa-41bd-98bf-e963afc78a73" + "x-ms-client-request-id": "346e805dc7e8b32a803452ebdc81ce5d", + "x-ms-correlation-request-id": "4cce7641-42e2-4b94-a1d1-fe405cd42892", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;25576", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "d42063a0-8ddd-40e9-aa03-44e7e756bbfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064054Z:4cce7641-42e2-4b94-a1d1-fe405cd42892" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d5923fad046c1c138d9f354c211c89fc", + "x-ms-client-request-id": "4cf7ba02f7329a21846b487c13770db9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10866,7 +21219,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:26 GMT", + "Date": "Mon, 25 Oct 2021 06:40:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,31 +21228,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5923fad046c1c138d9f354c211c89fc", - "x-ms-correlation-request-id": "82b50051-a7eb-4876-8daa-68e2c9460a90", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29150", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "0491c906-19db-45a0-9046-dfd0f0f26554", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034226Z:82b50051-a7eb-4876-8daa-68e2c9460a90" + "x-ms-client-request-id": "4cf7ba02f7329a21846b487c13770db9", + "x-ms-correlation-request-id": "24a65b48-dffb-4df9-87d5-2b17b76dc53e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;25575", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "9099f91b-c50c-4888-8234-5103ff6fe671", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064054Z:24a65b48-dffb-4df9-87d5-2b17b76dc53e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6bc7fbdde7cadc5c00f9939581af7009", + "x-ms-client-request-id": "a35560a5c0600e3764b6638aa74d7fb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10908,7 +21261,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:27 GMT", + "Date": "Mon, 25 Oct 2021 06:40:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,31 +21270,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bc7fbdde7cadc5c00f9939581af7009", - "x-ms-correlation-request-id": "d7282737-8c63-49e7-b194-28fd886857b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29149", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "ab1c9905-7ca7-422b-a495-4230f1d0b535", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034227Z:d7282737-8c63-49e7-b194-28fd886857b1" + "x-ms-client-request-id": "a35560a5c0600e3764b6638aa74d7fb0", + "x-ms-correlation-request-id": "1e089809-7e39-49c6-b940-89463fb1bb82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;25574", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "1186ec60-45e3-4515-b9a0-2123a0c985fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064055Z:1e089809-7e39-49c6-b940-89463fb1bb82" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cb8efa92266ee82efeb6c6098949ab4d", + "x-ms-client-request-id": "20477b240b9b65b95ed4af7d7faea008", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10950,7 +21303,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:28 GMT", + "Date": "Mon, 25 Oct 2021 06:40:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,31 +21312,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb8efa92266ee82efeb6c6098949ab4d", - "x-ms-correlation-request-id": "c727a341-f2ba-430d-83db-53e3b5c12914", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29147", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "16650be0-c7e0-4210-bc19-accaa78b314f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034228Z:c727a341-f2ba-430d-83db-53e3b5c12914" + "x-ms-client-request-id": "20477b240b9b65b95ed4af7d7faea008", + "x-ms-correlation-request-id": "9920abeb-2edc-4d2f-bcc0-a2a143954473", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;25573", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "545408d3-0a96-4d3f-b79c-d5d08cf28a31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064055Z:9920abeb-2edc-4d2f-bcc0-a2a143954473" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "35efd6c348fcc528e2b5d572707e9ade", + "x-ms-client-request-id": "7b4698272a2c42fc82e9e87c9397f237", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10992,7 +21345,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:29 GMT", + "Date": "Mon, 25 Oct 2021 06:40:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,31 +21354,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35efd6c348fcc528e2b5d572707e9ade", - "x-ms-correlation-request-id": "93f6954a-f660-4b4e-a224-fa87cec69502", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14859,Microsoft.Compute/GetOperation30Min;29146", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "6679c6f0-0013-4115-851b-9b7adab358d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034229Z:93f6954a-f660-4b4e-a224-fa87cec69502" + "x-ms-client-request-id": "7b4698272a2c42fc82e9e87c9397f237", + "x-ms-correlation-request-id": "b7bcfaaf-90c1-4c59-8073-35f12e135985", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;25572", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "1b850de1-d008-483e-b3d9-74004ba0eb0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064055Z:b7bcfaaf-90c1-4c59-8073-35f12e135985" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "27b92c2ebe8eb68dccdf6c14205353b7", + "x-ms-client-request-id": "975798ebed30991ea7ef448c11ba8eb5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11034,7 +21387,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:31 GMT", + "Date": "Mon, 25 Oct 2021 06:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,31 +21396,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27b92c2ebe8eb68dccdf6c14205353b7", - "x-ms-correlation-request-id": "4b80f9ea-7943-4a82-afcd-d8edb2e58ae9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29145", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "95f3df5a-d356-49f0-b5d4-865a6e0ffd80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034231Z:4b80f9ea-7943-4a82-afcd-d8edb2e58ae9" + "x-ms-client-request-id": "975798ebed30991ea7ef448c11ba8eb5", + "x-ms-correlation-request-id": "350c1851-9ce9-423d-99ec-617e9d2f03ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;25571", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "90ef4b1d-6899-4478-af32-a58719ddd2bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064056Z:350c1851-9ce9-423d-99ec-617e9d2f03ca" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "abd2464d3abf4a0dd2c8e8b850bc7780", + "x-ms-client-request-id": "0e635b150407fa847e059eb1233cd2c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11076,7 +21429,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:32 GMT", + "Date": "Mon, 25 Oct 2021 06:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,31 +21438,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abd2464d3abf4a0dd2c8e8b850bc7780", - "x-ms-correlation-request-id": "a56e6da0-3990-4520-8de6-346b65586141", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29144", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "3816f315-8f36-49bb-9f77-7d7a3141d713", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034232Z:a56e6da0-3990-4520-8de6-346b65586141" + "x-ms-client-request-id": "0e635b150407fa847e059eb1233cd2c7", + "x-ms-correlation-request-id": "5cdad03d-dfee-47a2-9687-51901bc6afad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;25570", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "f2a2cd12-6dee-41a3-94d0-6995e989c975", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064056Z:5cdad03d-dfee-47a2-9687-51901bc6afad" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5cdae81b848f04be4838691cdc13a58e", + "x-ms-client-request-id": "e79178e1085739d879acd43ce67030c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11118,7 +21471,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:33 GMT", + "Date": "Mon, 25 Oct 2021 06:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,31 +21480,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cdae81b848f04be4838691cdc13a58e", - "x-ms-correlation-request-id": "5ea07881-91bd-4d08-b22c-9083c3f5a600", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29143", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "49aeb219-74e8-4d15-b3b8-182fb444ff86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034233Z:5ea07881-91bd-4d08-b22c-9083c3f5a600" + "x-ms-client-request-id": "e79178e1085739d879acd43ce67030c8", + "x-ms-correlation-request-id": "b8142953-aa0a-49b2-9762-4ba5429721b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;25569", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "453b521b-64e8-4d8c-a3a6-c369bedd7353", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064056Z:b8142953-aa0a-49b2-9762-4ba5429721b0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "29241e62efacf31e1f6f55c5d5d56510", + "x-ms-client-request-id": "3866325ae333e730135d182b4f6c766a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +21513,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:34 GMT", + "Date": "Mon, 25 Oct 2021 06:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,31 +21522,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29241e62efacf31e1f6f55c5d5d56510", - "x-ms-correlation-request-id": "ff7607c1-a6d2-4630-94f3-ae6b4e1ad476", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29141", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "742af5ef-4ea5-4253-acb5-662cd22ce08b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034234Z:ff7607c1-a6d2-4630-94f3-ae6b4e1ad476" + "x-ms-client-request-id": "3866325ae333e730135d182b4f6c766a", + "x-ms-correlation-request-id": "70fb325f-798c-4846-8b28-697b0d9f012c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;25568", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "07393820-729e-4901-8d1b-30ffe1e12c95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064056Z:70fb325f-798c-4846-8b28-697b0d9f012c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "38f9eb67f678c92887cd6286d1f06dbe", + "x-ms-client-request-id": "98aa7c1da7280d5d8229955a2f47130e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11202,7 +21555,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:36 GMT", + "Date": "Mon, 25 Oct 2021 06:40:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,31 +21564,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38f9eb67f678c92887cd6286d1f06dbe", - "x-ms-correlation-request-id": "6a7bdc16-e6f6-4246-8000-1e5459e5551a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29140", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "666a2498-4b64-4851-896f-2b6d46211ce5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034236Z:6a7bdc16-e6f6-4246-8000-1e5459e5551a" + "x-ms-client-request-id": "98aa7c1da7280d5d8229955a2f47130e", + "x-ms-correlation-request-id": "893dd322-8816-452b-b73d-36cdbe9eaab4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;25567", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "238cc9f3-94f9-455c-b13e-060e81a2025b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064057Z:893dd322-8816-452b-b73d-36cdbe9eaab4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "32565a234d972bd4c9e73d1f2ff92f73", + "x-ms-client-request-id": "f056d5d499d6fd9347aad3faefadea0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11244,7 +21597,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:37 GMT", + "Date": "Mon, 25 Oct 2021 06:40:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,31 +21606,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32565a234d972bd4c9e73d1f2ff92f73", - "x-ms-correlation-request-id": "e9331e0a-2953-4ad3-8eef-e1ea3954848c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29139", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "1d835f69-7a44-4fb5-8ccd-aea70ad715bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034237Z:e9331e0a-2953-4ad3-8eef-e1ea3954848c" + "x-ms-client-request-id": "f056d5d499d6fd9347aad3faefadea0c", + "x-ms-correlation-request-id": "006c10d3-e346-416c-8533-d5a9c3ea0466", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;25566", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "1a2d3601-3003-49d5-b6c0-f0f51009c514", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064057Z:006c10d3-e346-416c-8533-d5a9c3ea0466" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f0b458d26c1a6b15f65ba2df8c98222e", + "x-ms-client-request-id": "691f693598c5b39fd559b50a4ed5b7cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11286,7 +21639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:38 GMT", + "Date": "Mon, 25 Oct 2021 06:40:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,31 +21648,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0b458d26c1a6b15f65ba2df8c98222e", - "x-ms-correlation-request-id": "eace25e9-1575-483a-9541-5f5009e7d812", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29138", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "fb1a9a89-f89f-4379-9fa7-ec9e5dd2c0b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034238Z:eace25e9-1575-483a-9541-5f5009e7d812" + "x-ms-client-request-id": "691f693598c5b39fd559b50a4ed5b7cc", + "x-ms-correlation-request-id": "a3f6e49b-e8cd-49b9-b8ab-ecfbf796d524", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14440,Microsoft.Compute/GetOperation30Min;25565", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "9a4ac4d2-c103-4b3e-b34d-eaccbb79ed14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064057Z:a3f6e49b-e8cd-49b9-b8ab-ecfbf796d524" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ba19702337e1a7917cd6f91b9099a8e", + "x-ms-client-request-id": "79560a4986158394e9ac507ed3621dd5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +21681,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:39 GMT", + "Date": "Mon, 25 Oct 2021 06:40:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,31 +21690,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ba19702337e1a7917cd6f91b9099a8e", - "x-ms-correlation-request-id": "8674777c-883e-4088-aad8-4627db501801", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29137", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "3278b4df-0220-4b59-9f8e-58b4e8a5f685", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034239Z:8674777c-883e-4088-aad8-4627db501801" + "x-ms-client-request-id": "79560a4986158394e9ac507ed3621dd5", + "x-ms-correlation-request-id": "978e3709-247f-4d91-a109-c28915b93e85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14439,Microsoft.Compute/GetOperation30Min;25564", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "ca09292f-26a6-4fe2-b8ed-b10f2b13cbf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064057Z:978e3709-247f-4d91-a109-c28915b93e85" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "79b3ef9d7c3bb7a344eb3c3babf59f31", + "x-ms-client-request-id": "c624883fa9273c4836a31b7ce489ae72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11370,7 +21723,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:41 GMT", + "Date": "Mon, 25 Oct 2021 06:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11379,31 +21732,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79b3ef9d7c3bb7a344eb3c3babf59f31", - "x-ms-correlation-request-id": "6fb48ca7-2107-48db-a4ee-0750918292d7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29136", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "c3c15e35-19d3-491e-b170-8eb1dba5e5cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034241Z:6fb48ca7-2107-48db-a4ee-0750918292d7" + "x-ms-client-request-id": "c624883fa9273c4836a31b7ce489ae72", + "x-ms-correlation-request-id": "c39a860e-255b-46ab-aa3d-df95493fc47b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14438,Microsoft.Compute/GetOperation30Min;25563", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "d1e9bd70-12cd-4096-9486-d4cd1b0bc700", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064058Z:c39a860e-255b-46ab-aa3d-df95493fc47b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "971c0fc4b3579ff4de9ad94dfd84b2ed", + "x-ms-client-request-id": "e5b106f27156aff6d59c80184720df72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11412,7 +21765,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:42 GMT", + "Date": "Mon, 25 Oct 2021 06:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11421,31 +21774,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "971c0fc4b3579ff4de9ad94dfd84b2ed", - "x-ms-correlation-request-id": "1ba31e68-1d46-4275-8a73-49c6ecac60d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29135", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "505b5df7-54a4-4cec-961b-a03128c6b4cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034242Z:1ba31e68-1d46-4275-8a73-49c6ecac60d0" + "x-ms-client-request-id": "e5b106f27156aff6d59c80184720df72", + "x-ms-correlation-request-id": "c6e781cd-196b-40ef-8831-ec4622415ca2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14437,Microsoft.Compute/GetOperation30Min;25562", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "93101565-ce06-4268-bd0c-5219c86ece48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064058Z:c6e781cd-196b-40ef-8831-ec4622415ca2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9d4114c1a9e486f2f3ea3793f73d6e22", + "x-ms-client-request-id": "c6cbe03bf1b09fa5c11a42726b179f5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11454,7 +21807,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:43 GMT", + "Date": "Mon, 25 Oct 2021 06:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11463,31 +21816,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d4114c1a9e486f2f3ea3793f73d6e22", - "x-ms-correlation-request-id": "3a0fa436-b989-4a1a-ba63-3c6955da47c4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29134", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "a5d6fb66-270b-4351-985b-6bef3787faf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034243Z:3a0fa436-b989-4a1a-ba63-3c6955da47c4" + "x-ms-client-request-id": "c6cbe03bf1b09fa5c11a42726b179f5f", + "x-ms-correlation-request-id": "7f0a5216-954e-41a6-ad0d-77f3b26630fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14436,Microsoft.Compute/GetOperation30Min;25561", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "44381df9-df46-4cae-a893-390eababb350", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064058Z:7f0a5216-954e-41a6-ad0d-77f3b26630fd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aacc3d2e02ece936fa149aa1a256b9bf", + "x-ms-client-request-id": "cc8bdefe38b1ce7e9175f08a2930f516", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11496,7 +21849,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:44 GMT", + "Date": "Mon, 25 Oct 2021 06:40:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11505,40 +21858,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aacc3d2e02ece936fa149aa1a256b9bf", - "x-ms-correlation-request-id": "e522fe78-a565-4845-a010-29902d43d0dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29133", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "e6635f73-6075-4ab4-b815-33e9b949fd1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034244Z:e522fe78-a565-4845-a010-29902d43d0dd" + "x-ms-client-request-id": "cc8bdefe38b1ce7e9175f08a2930f516", + "x-ms-correlation-request-id": "41d25d38-fc19-4ff2-91d6-6718ae9f7d37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14435,Microsoft.Compute/GetOperation30Min;25560", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "a98b909a-e819-435f-a17c-8865e0aa4f52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064058Z:41d25d38-fc19-4ff2-91d6-6718ae9f7d37" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/37ffdc8e-59af-493d-8197-a6fc30fc37f8?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "967a4f3902b31b4c1c96a46c7c61a7a0", + "x-ms-client-request-id": "0341a8c3e8be01c16111233c2e8444bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:46 GMT", + "Date": "Mon, 25 Oct 2021 06:40:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11547,41 +21900,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "967a4f3902b31b4c1c96a46c7c61a7a0", - "x-ms-correlation-request-id": "cb099bb4-0908-4f53-8751-7ea0b95c5b21", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29132", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "2f1e1277-93fb-45b7-9dbc-8a8ee1855eaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034246Z:cb099bb4-0908-4f53-8751-7ea0b95c5b21" + "x-ms-client-request-id": "0341a8c3e8be01c16111233c2e8444bd", + "x-ms-correlation-request-id": "3169c7fb-00a4-436b-ac80-8557f2cf0b35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14434,Microsoft.Compute/GetOperation30Min;25559", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "ee955652-700d-42fc-af50-306bef7ddd26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064059Z:3169c7fb-00a4-436b-ac80-8557f2cf0b35" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:41:25.5683731\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T03:42:46.0839758\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u002237ffdc8e-59af-493d-8197-a6fc30fc37f8\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bf1eb72b07b7be00dd57a2cf0f51e39d", + "x-ms-client-request-id": "681a20fd129502c161fd353b001a7691", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3790", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:46 GMT", + "Date": "Mon, 25 Oct 2021 06:40:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11590,132 +21942,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf1eb72b07b7be00dd57a2cf0f51e39d", - "x-ms-correlation-request-id": "d505d8f3-906b-4981-8c0c-d0b936e9e97e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2553", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "f32a60f0-8c06-4d16-a8f8-5880f0c62bd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034246Z:d505d8f3-906b-4981-8c0c-d0b936e9e97e" + "x-ms-client-request-id": "681a20fd129502c161fd353b001a7691", + "x-ms-correlation-request-id": "36a7217b-764b-4599-8795-4f2872233d54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14433,Microsoft.Compute/GetOperation30Min;25558", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "e8e218ed-ab0f-43a3-991d-489ef5fee770", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064059Z:36a7217b-764b-4599-8795-4f2872233d54" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-9268\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-9268\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022cb08eb4f-5d33-44c1-82ae-e9dc030c2699\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-1427?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "48", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c3a85a776ed7f02cb18d565dc96d996c", + "x-ms-client-request-id": "c2ae2c249bd615a11c896b9f15429f0c", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": {} - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "357", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:50 GMT", + "Date": "Mon, 25 Oct 2021 06:40:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11724,47 +21984,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3a85a776ed7f02cb18d565dc96d996c", - "x-ms-correlation-request-id": "28d94560-0aec-4f58-a15b-b6bb06c17f94", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;499", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a607626d-7944-4af1-8f0f-dc8a898b0dd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034250Z:28d94560-0aec-4f58-a15b-b6bb06c17f94" + "x-ms-client-request-id": "c2ae2c249bd615a11c896b9f15429f0c", + "x-ms-correlation-request-id": "01655806-51dd-4cfb-8826-772c1a199e7d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14432,Microsoft.Compute/GetOperation30Min;25557", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "ba87b699-2e60-4119-b298-f162c8b49c92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064059Z:01655806-51dd-4cfb-8826-772c1a199e7d" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testPPG-1427\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-1427\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/proximityPlacementGroups\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {},\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022proximityPlacementGroupType\u0022: \u0022Standard\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268/deallocate?api-version=2021-03-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "37eb75f908f94e31bbb95c5f7d0ccbb3", + "x-ms-client-request-id": "088d32318c15b081e73ea2c1b3860047", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 03:42:50 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:40:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -11772,26 +22026,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37eb75f908f94e31bbb95c5f7d0ccbb3", - "x-ms-correlation-request-id": "7c735482-e1e6-40ef-95b5-e7d163fc19a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;77,Microsoft.Compute/DeleteVMScaleSet30Min;389,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1184,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-charge": "2", - "x-ms-request-id": "9acb4689-d737-45c6-bdec-6b2a88badd92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034250Z:7c735482-e1e6-40ef-95b5-e7d163fc19a2" + "x-ms-client-request-id": "088d32318c15b081e73ea2c1b3860047", + "x-ms-correlation-request-id": "da3b2bcb-477a-49a0-976a-7d5e7c38ab03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14431,Microsoft.Compute/GetOperation30Min;25556", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "d9a4ad4c-3b45-4e71-a044-a598e1e90f20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064059Z:da3b2bcb-477a-49a0-976a-7d5e7c38ab03" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc15630965f76e372959071e11cc73a4", + "x-ms-client-request-id": "0217919b81d562e77f044b0ba721ed1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11800,7 +22059,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:50 GMT", + "Date": "Mon, 25 Oct 2021 06:40:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11809,31 +22068,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc15630965f76e372959071e11cc73a4", - "x-ms-correlation-request-id": "337b88ea-dc84-46b2-a34f-a338931ee270", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29130", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "b9fad86c-97ce-4425-aa8a-9337bd29e8de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034250Z:337b88ea-dc84-46b2-a34f-a338931ee270" + "x-ms-client-request-id": "0217919b81d562e77f044b0ba721ed1e", + "x-ms-correlation-request-id": "951f3dd4-2d35-486a-bbb2-0b4134e49734", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25555", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "99bbc30b-afea-4b19-bb49-d68900c1ccba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064100Z:951f3dd4-2d35-486a-bbb2-0b4134e49734" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8e56a3c292681b6d21a3442b02b7a45a", + "x-ms-client-request-id": "ce09285d6e8d987cabfeda98f8e06295", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11842,7 +22101,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:52 GMT", + "Date": "Mon, 25 Oct 2021 06:40:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11851,31 +22110,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e56a3c292681b6d21a3442b02b7a45a", - "x-ms-correlation-request-id": "f5313cfd-966d-47e1-8f1c-c06914c14f6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29129", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "00a375c5-73f2-4c38-bc51-27332818dd92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034252Z:f5313cfd-966d-47e1-8f1c-c06914c14f6a" + "x-ms-client-request-id": "ce09285d6e8d987cabfeda98f8e06295", + "x-ms-correlation-request-id": "be587db5-4186-46aa-96d9-0da0bbf26f0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;25554", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "3a80f5ac-7e8a-4d15-9297-1b9fb8b7c6bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064100Z:be587db5-4186-46aa-96d9-0da0bbf26f0f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "195572a5eff6a1bb0496dda5d5353625", + "x-ms-client-request-id": "830423899d2baf374a2a8910407509c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11884,7 +22143,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:53 GMT", + "Date": "Mon, 25 Oct 2021 06:40:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11893,31 +22152,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "195572a5eff6a1bb0496dda5d5353625", - "x-ms-correlation-request-id": "6ea46e0c-2a52-4a18-92ad-10cc640387c8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29128", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "e93645f0-3b7b-46d8-890c-2de045623690", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034253Z:6ea46e0c-2a52-4a18-92ad-10cc640387c8" + "x-ms-client-request-id": "830423899d2baf374a2a8910407509c6", + "x-ms-correlation-request-id": "ddb5c7ab-8b29-4d33-886d-8b7870c0e579", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25553", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "f5637c86-04c3-44d8-83e2-b9613ccc522a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064100Z:ddb5c7ab-8b29-4d33-886d-8b7870c0e579" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "07b7615a860a7781f5fabb54200c6c72", + "x-ms-client-request-id": "8a638451327d2dba157f56d7a64f6a9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11926,7 +22185,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:54 GMT", + "Date": "Mon, 25 Oct 2021 06:41:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11935,31 +22194,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07b7615a860a7781f5fabb54200c6c72", - "x-ms-correlation-request-id": "0d909260-d4ee-40a7-886b-dc2fa38d5ef2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29127", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "58984ccc-f553-4f27-a242-1aa1021b29cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034254Z:0d909260-d4ee-40a7-886b-dc2fa38d5ef2" + "x-ms-client-request-id": "8a638451327d2dba157f56d7a64f6a9e", + "x-ms-correlation-request-id": "213832e8-3982-4bef-a25b-b1da55a3215a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25552", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "1e2965f9-9156-4b0b-ba70-8053b7daaee8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064101Z:213832e8-3982-4bef-a25b-b1da55a3215a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9f79acb55977d3aee7b589d1b4c745eb", + "x-ms-client-request-id": "8481b6a2691dc0f3f0598362e46b5735", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11968,7 +22227,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:55 GMT", + "Date": "Mon, 25 Oct 2021 06:41:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11977,31 +22236,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f79acb55977d3aee7b589d1b4c745eb", - "x-ms-correlation-request-id": "6bf67d22-955d-4ba0-8324-7f526d6b8933", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29126", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "5a7fd68b-d9b3-417e-a7cf-6cacda3f63c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034255Z:6bf67d22-955d-4ba0-8324-7f526d6b8933" + "x-ms-client-request-id": "8481b6a2691dc0f3f0598362e46b5735", + "x-ms-correlation-request-id": "c71ef8da-1083-4810-b7bb-639f4e3f3876", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25551", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "b0ffd554-5112-413f-adc2-800786baff16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064101Z:c71ef8da-1083-4810-b7bb-639f4e3f3876" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a0d01e6c9cff1f50f0dd24fc336780f8", + "x-ms-client-request-id": "744614f4d77c561868d66eac466009fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12010,7 +22269,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:57 GMT", + "Date": "Mon, 25 Oct 2021 06:41:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12019,31 +22278,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0d01e6c9cff1f50f0dd24fc336780f8", - "x-ms-correlation-request-id": "055b3fc2-1df0-4744-908a-c0553dcfac54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29125", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "e592d415-c480-47df-881f-c87e43f11b7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034257Z:055b3fc2-1df0-4744-908a-c0553dcfac54" + "x-ms-client-request-id": "744614f4d77c561868d66eac466009fb", + "x-ms-correlation-request-id": "9211537d-4448-4041-82f1-5f7ef174bc80", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25550", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "cabf619f-efae-4e00-9e9c-249b0ac5ccb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064101Z:9211537d-4448-4041-82f1-5f7ef174bc80" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "28f06b2a97bc00aeb3e32054fcb0c32e", + "x-ms-client-request-id": "8a6eeac085f4e8a890a39a23ae5848a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12052,7 +22311,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:58 GMT", + "Date": "Mon, 25 Oct 2021 06:41:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12061,31 +22320,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28f06b2a97bc00aeb3e32054fcb0c32e", - "x-ms-correlation-request-id": "1505c907-4060-4b99-81e6-778ff977357f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29124", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "51ab1e57-6029-432f-b5e8-22bf44592b6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034258Z:1505c907-4060-4b99-81e6-778ff977357f" + "x-ms-client-request-id": "8a6eeac085f4e8a890a39a23ae5848a9", + "x-ms-correlation-request-id": "d1393b66-2fdc-44ff-bf2e-456928ff102a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25549", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "f44f18d5-fbde-462e-b26e-0f617f68fd59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064101Z:d1393b66-2fdc-44ff-bf2e-456928ff102a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "01e7cfb4cb3b18725c5aae9935b19f7f", + "x-ms-client-request-id": "91e22127f508cb219d2b1b46fa467990", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12094,7 +22353,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:42:59 GMT", + "Date": "Mon, 25 Oct 2021 06:41:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12103,31 +22362,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01e7cfb4cb3b18725c5aae9935b19f7f", - "x-ms-correlation-request-id": "8a09b0a6-2958-49cd-b041-3b2c50dffb68", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14861,Microsoft.Compute/GetOperation30Min;29123", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "63296616-40c5-4b27-9997-61e2efd4ecd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034259Z:8a09b0a6-2958-49cd-b041-3b2c50dffb68" + "x-ms-client-request-id": "91e22127f508cb219d2b1b46fa467990", + "x-ms-correlation-request-id": "808bcc58-bcee-49fd-a819-fedd11ca173d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25548", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "2f73e6e3-8e47-4cf5-be04-fdae6f9d9e67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064102Z:808bcc58-bcee-49fd-a819-fedd11ca173d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "49a791341cd6d52e70cfed1c7cfb2240", + "x-ms-client-request-id": "faa18850ccfd6f416c5ee3d93df5a810", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12136,7 +22395,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:00 GMT", + "Date": "Mon, 25 Oct 2021 06:41:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12145,31 +22404,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49a791341cd6d52e70cfed1c7cfb2240", - "x-ms-correlation-request-id": "08b2143c-2ce1-4e98-b6c9-db8e84b6b4f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29122", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "411e119e-4aa7-426b-832b-758c4cedac3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034300Z:08b2143c-2ce1-4e98-b6c9-db8e84b6b4f7" + "x-ms-client-request-id": "faa18850ccfd6f416c5ee3d93df5a810", + "x-ms-correlation-request-id": "7e1a5591-d23c-494a-a9ae-9f2c61a6c45a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25547", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "abde167c-cea9-42fc-b6a5-04964ac3f1c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064102Z:7e1a5591-d23c-494a-a9ae-9f2c61a6c45a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6447f51a7e805ebcf9d7cc62e814cb01", + "x-ms-client-request-id": "2584c48e777dcbf2c8a3edc96a61ed49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12178,7 +22437,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:02 GMT", + "Date": "Mon, 25 Oct 2021 06:41:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12187,31 +22446,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6447f51a7e805ebcf9d7cc62e814cb01", - "x-ms-correlation-request-id": "2d5929c2-7a62-496c-89b2-cf9026f6de5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29121", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "c44766ae-1f4a-4e59-b7e8-5f40f123488f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034302Z:2d5929c2-7a62-496c-89b2-cf9026f6de5a" + "x-ms-client-request-id": "2584c48e777dcbf2c8a3edc96a61ed49", + "x-ms-correlation-request-id": "92306a2b-3162-4c26-bdd3-6ee99d7722a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25546", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "dcfb8ac3-bbc9-4bd1-8512-4bdd011b04fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064102Z:92306a2b-3162-4c26-bdd3-6ee99d7722a8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6a20a04479089757a012916cdd569b60", + "x-ms-client-request-id": "26d209294db65aacdf7325aa11488da7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12220,7 +22479,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:03 GMT", + "Date": "Mon, 25 Oct 2021 06:41:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12229,31 +22488,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a20a04479089757a012916cdd569b60", - "x-ms-correlation-request-id": "4b1474bd-7749-4d9d-84d5-44f346ab0a11", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29120", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "da9d2029-76fc-4719-81f8-f84f8bc338b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034303Z:4b1474bd-7749-4d9d-84d5-44f346ab0a11" + "x-ms-client-request-id": "26d209294db65aacdf7325aa11488da7", + "x-ms-correlation-request-id": "60dde4fe-3fa2-40b9-b18c-3bdaf050da8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25545", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "778f2fe0-a0af-42ee-9a84-b2b261449c43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064103Z:60dde4fe-3fa2-40b9-b18c-3bdaf050da8e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "407f6d373b69b6ffd4484ffe50ccec5c", + "x-ms-client-request-id": "35b80a8254c1d81295d6325adf78050a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12262,7 +22521,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:04 GMT", + "Date": "Mon, 25 Oct 2021 06:41:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12271,31 +22530,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "407f6d373b69b6ffd4484ffe50ccec5c", - "x-ms-correlation-request-id": "44be7ecf-cdc7-41b3-9314-7631a0a2364c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29119", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "60d572b7-f2da-47a5-9cf6-a0cad4928191", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034304Z:44be7ecf-cdc7-41b3-9314-7631a0a2364c" + "x-ms-client-request-id": "35b80a8254c1d81295d6325adf78050a", + "x-ms-correlation-request-id": "c03d6e20-debe-4082-acef-33e5116f5b89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25544", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "e16ec941-bc7d-4594-bb58-1a54b073c100", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064103Z:c03d6e20-debe-4082-acef-33e5116f5b89" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dcd7ec04b7dba0379db0c36ded4f80a3", + "x-ms-client-request-id": "33b099708122405a182a450a5148b97f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12304,7 +22563,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:05 GMT", + "Date": "Mon, 25 Oct 2021 06:41:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12313,31 +22572,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcd7ec04b7dba0379db0c36ded4f80a3", - "x-ms-correlation-request-id": "77264062-cdcc-4009-a518-b6d4d70dd44f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29118", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "0d1942fc-b934-4007-8d65-020a45f181bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034305Z:77264062-cdcc-4009-a518-b6d4d70dd44f" + "x-ms-client-request-id": "33b099708122405a182a450a5148b97f", + "x-ms-correlation-request-id": "e1af0737-8013-4294-9222-aac54e9c44bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25543", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "ee9bd4f7-41e4-4474-8cd5-6c6ce8d689b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064103Z:e1af0737-8013-4294-9222-aac54e9c44bd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7a2a6c3b8a940897a06995bf2a5847d4", + "x-ms-client-request-id": "5f464515b7a9d487f6f991df1b517b67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12346,7 +22605,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:07 GMT", + "Date": "Mon, 25 Oct 2021 06:41:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12355,31 +22614,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a2a6c3b8a940897a06995bf2a5847d4", - "x-ms-correlation-request-id": "ec5a22e5-9efe-49fb-9bf0-756b3162edfa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29116", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "f907c830-8e33-4f7e-a75b-4d8de841d23c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034307Z:ec5a22e5-9efe-49fb-9bf0-756b3162edfa" + "x-ms-client-request-id": "5f464515b7a9d487f6f991df1b517b67", + "x-ms-correlation-request-id": "a698689e-dbe1-4911-a8ab-8285af61bebc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25542", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "f7d0f85d-a938-446d-b043-ad82c1169e6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064103Z:a698689e-dbe1-4911-a8ab-8285af61bebc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f1683425bf7e7f8436dea2b97892c885", + "x-ms-client-request-id": "78391b6d5a970184af781d970f08874d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12388,7 +22647,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:08 GMT", + "Date": "Mon, 25 Oct 2021 06:41:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12397,31 +22656,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1683425bf7e7f8436dea2b97892c885", - "x-ms-correlation-request-id": "b547be54-e249-422d-840d-85849ed3894c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29115", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "f3ba0f51-91a8-4867-b56d-2a8511b86fbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034308Z:b547be54-e249-422d-840d-85849ed3894c" + "x-ms-client-request-id": "78391b6d5a970184af781d970f08874d", + "x-ms-correlation-request-id": "92de0673-ca6e-478e-a0d0-82192bfebda2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25541", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "949e8ff7-b48f-4e6b-b7e1-57369c59a7d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064104Z:92de0673-ca6e-478e-a0d0-82192bfebda2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e3c3acc871a279c754cf3c7121777644", + "x-ms-client-request-id": "9945b21da532b96111db3c28f07a25c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12430,7 +22689,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:09 GMT", + "Date": "Mon, 25 Oct 2021 06:41:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12439,31 +22698,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3c3acc871a279c754cf3c7121777644", - "x-ms-correlation-request-id": "0c767c25-1837-465a-8974-a860060b662c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29114", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "9b2a5d46-783b-498d-8df0-a730c5c2513c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034309Z:0c767c25-1837-465a-8974-a860060b662c" + "x-ms-client-request-id": "9945b21da532b96111db3c28f07a25c6", + "x-ms-correlation-request-id": "d588af87-b212-4f22-be2c-36080eb2e860", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25540", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "1338dc65-5809-4c02-9725-c054005b668b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064104Z:d588af87-b212-4f22-be2c-36080eb2e860" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b847ef688fe77c24e7aa44b6e8de900e", + "x-ms-client-request-id": "369cdeae400ebae8c145b0309af0c5ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12472,7 +22731,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:10 GMT", + "Date": "Mon, 25 Oct 2021 06:41:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12481,31 +22740,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b847ef688fe77c24e7aa44b6e8de900e", - "x-ms-correlation-request-id": "bfa64229-bb07-48d2-bf7d-220b2723b8b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29113", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "5bdfb207-493a-4aa0-9878-1af5541e5587", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034311Z:bfa64229-bb07-48d2-bf7d-220b2723b8b1" + "x-ms-client-request-id": "369cdeae400ebae8c145b0309af0c5ee", + "x-ms-correlation-request-id": "4390b02e-ef3f-4dd2-962f-aa76ab8d2e87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25539", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "a209de9b-2a55-4b53-83e3-16fbe6a3f9c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064104Z:4390b02e-ef3f-4dd2-962f-aa76ab8d2e87" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7df710a16395b4316cef9daf83125dbe", + "x-ms-client-request-id": "68c14472e20cc835ba8066bb1e5b1034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12514,7 +22773,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:12 GMT", + "Date": "Mon, 25 Oct 2021 06:41:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12523,31 +22782,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7df710a16395b4316cef9daf83125dbe", - "x-ms-correlation-request-id": "362e7f74-69fb-4c63-ae52-c8e92949184b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29112", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "10810df0-e020-4a0d-97c9-68bc700a118b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034312Z:362e7f74-69fb-4c63-ae52-c8e92949184b" + "x-ms-client-request-id": "68c14472e20cc835ba8066bb1e5b1034", + "x-ms-correlation-request-id": "1d5f15dd-bab1-4ac7-b4a5-7742d2014fdd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25538", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "4581684f-2f74-4168-b161-a5205662fa34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064104Z:1d5f15dd-bab1-4ac7-b4a5-7742d2014fdd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "89515e670f4a399d8746fcf72c119176", + "x-ms-client-request-id": "31e85652506cdc3eca8ad8edf5301e21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12556,7 +22815,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:13 GMT", + "Date": "Mon, 25 Oct 2021 06:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12565,31 +22824,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89515e670f4a399d8746fcf72c119176", - "x-ms-correlation-request-id": "8c0c6778-4930-4bbe-8d30-7cfd4caf9682", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29111", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "6cf91b41-6260-4d36-920e-2bd61e082d04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034313Z:8c0c6778-4930-4bbe-8d30-7cfd4caf9682" + "x-ms-client-request-id": "31e85652506cdc3eca8ad8edf5301e21", + "x-ms-correlation-request-id": "787be409-7b8b-4ebb-9b00-523e3d131e09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25537", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "ae98ceec-74f7-4789-a1dc-cf34dbc6531f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064105Z:787be409-7b8b-4ebb-9b00-523e3d131e09" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "11d02e3ef98004aebd934cf7f275f9d4", + "x-ms-client-request-id": "acb64e16bcb9ccbaa8d37c8dda2c9c65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12598,7 +22857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:14 GMT", + "Date": "Mon, 25 Oct 2021 06:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12607,31 +22866,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11d02e3ef98004aebd934cf7f275f9d4", - "x-ms-correlation-request-id": "36438324-3942-459c-938e-f289a87d4740", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29110", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "c22c9eb7-bfdb-457f-817b-f0011e5a0a9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034314Z:36438324-3942-459c-938e-f289a87d4740" + "x-ms-client-request-id": "acb64e16bcb9ccbaa8d37c8dda2c9c65", + "x-ms-correlation-request-id": "3bdc14ea-e845-4d34-b745-17deb3056174", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25536", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "a8a46b5c-9de9-4048-b744-80a4218aed8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064105Z:3bdc14ea-e845-4d34-b745-17deb3056174" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "894e864c078c91c372bef54f673a875b", + "x-ms-client-request-id": "43de7b349407228105e59e810948d289", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12640,7 +22899,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:15 GMT", + "Date": "Mon, 25 Oct 2021 06:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12649,31 +22908,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "894e864c078c91c372bef54f673a875b", - "x-ms-correlation-request-id": "48ea3711-b894-4c80-9985-79e6f48c7238", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29109", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "0e4504df-d808-4f15-9c6e-b27d358871cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034316Z:48ea3711-b894-4c80-9985-79e6f48c7238" + "x-ms-client-request-id": "43de7b349407228105e59e810948d289", + "x-ms-correlation-request-id": "9f58e8ff-d694-43f6-bf81-a49f77e6a226", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25535", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "adafe3ef-0ac5-4814-9123-f87496479812", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064105Z:9f58e8ff-d694-43f6-bf81-a49f77e6a226" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5570265e4c426e3eaf4cccb6c3a54711", + "x-ms-client-request-id": "d0a5456164a5967b9c1c8898d4b1029d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12682,7 +22941,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:17 GMT", + "Date": "Mon, 25 Oct 2021 06:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12691,31 +22950,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5570265e4c426e3eaf4cccb6c3a54711", - "x-ms-correlation-request-id": "04d5a9fc-632a-48ca-b0ea-d2d171493008", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29108", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "b837fbaa-2061-417d-ac75-69671ba2c820", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034317Z:04d5a9fc-632a-48ca-b0ea-d2d171493008" + "x-ms-client-request-id": "d0a5456164a5967b9c1c8898d4b1029d", + "x-ms-correlation-request-id": "3f116c83-511e-4418-b65d-58c38b0247ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25534", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "7208f025-9294-4cd6-8323-a13d31ad3015", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064106Z:3f116c83-511e-4418-b65d-58c38b0247ba" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a6aa274d07c237e96a3f9ec1035f9d82", + "x-ms-client-request-id": "7ab873eedb52811acc93a7d31e39c260", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12724,7 +22983,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:18 GMT", + "Date": "Mon, 25 Oct 2021 06:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12733,31 +22992,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6aa274d07c237e96a3f9ec1035f9d82", - "x-ms-correlation-request-id": "a598fe8b-4e97-442c-8918-025f4d858362", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29107", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "562a8fb5-fb0d-4823-860c-8524011e2b2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034318Z:a598fe8b-4e97-442c-8918-025f4d858362" + "x-ms-client-request-id": "7ab873eedb52811acc93a7d31e39c260", + "x-ms-correlation-request-id": "45515ed1-175c-475c-9c14-082546c7b11e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25533", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "0233d0f2-13ae-4ef2-a81b-2cf462bf4d94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064106Z:45515ed1-175c-475c-9c14-082546c7b11e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "cb99f00ba405ff9247dfda3f3b0dcecc", + "x-ms-client-request-id": "952bf200cc86cfbfff47a7ea0ce94d53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12766,7 +23025,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:19 GMT", + "Date": "Mon, 25 Oct 2021 06:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12775,31 +23034,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb99f00ba405ff9247dfda3f3b0dcecc", - "x-ms-correlation-request-id": "e7f2003b-b208-450b-bee5-5a025452feb0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29106", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "2654d3a4-4613-43f7-aaed-ed45832e0093", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034320Z:e7f2003b-b208-450b-bee5-5a025452feb0" + "x-ms-client-request-id": "952bf200cc86cfbfff47a7ea0ce94d53", + "x-ms-correlation-request-id": "ee5878d5-ef4d-4de3-946d-0062e82cc099", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25532", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "c34c6396-632b-413e-a4af-6ec2bd0ca5fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064106Z:ee5878d5-ef4d-4de3-946d-0062e82cc099" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3f01e477e09056983c38ea03ae7c6b4f", + "x-ms-client-request-id": "969200e2588f86372a230311bda77862", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12808,7 +23067,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:21 GMT", + "Date": "Mon, 25 Oct 2021 06:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12817,31 +23076,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f01e477e09056983c38ea03ae7c6b4f", - "x-ms-correlation-request-id": "59eed07d-466f-4651-ba02-d3dfd2d465c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29105", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "a55b4da4-b686-42b7-84f8-2a9cbe3f5723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034321Z:59eed07d-466f-4651-ba02-d3dfd2d465c0" + "x-ms-client-request-id": "969200e2588f86372a230311bda77862", + "x-ms-correlation-request-id": "7c023638-62d2-489f-a330-5a1e01f430c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25531", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "7f74c914-32a2-454d-9072-5b22d6bc0aa4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064106Z:7c023638-62d2-489f-a330-5a1e01f430c0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d2aa49af7b0ba90c95aa5ee22daafc5d", + "x-ms-client-request-id": "e19727596d852217b3e97a0a342f75e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12850,7 +23109,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:22 GMT", + "Date": "Mon, 25 Oct 2021 06:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12859,31 +23118,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2aa49af7b0ba90c95aa5ee22daafc5d", - "x-ms-correlation-request-id": "271bf983-4549-4b54-9e57-b9bfd19c51aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29104", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "d367a2f6-3b68-45dc-bc94-953a4358c741", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034322Z:271bf983-4549-4b54-9e57-b9bfd19c51aa" + "x-ms-client-request-id": "e19727596d852217b3e97a0a342f75e2", + "x-ms-correlation-request-id": "898afa3b-bcab-4770-bb3b-87b2903763c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;25530", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "b29b9d67-d975-4a8f-b391-0aaea1e1ee1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064107Z:898afa3b-bcab-4770-bb3b-87b2903763c5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1e4ad1705d5e2af257438eccb98f51cb", + "x-ms-client-request-id": "1df153462ba6a8d1baa56a62c8ad1157", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12892,7 +23151,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:23 GMT", + "Date": "Mon, 25 Oct 2021 06:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12901,31 +23160,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e4ad1705d5e2af257438eccb98f51cb", - "x-ms-correlation-request-id": "099e17a0-8f4e-4aca-b128-64b61e9ad932", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29102", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "ea33b4d6-2c0f-47a1-b213-f32f0ab2536f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034323Z:099e17a0-8f4e-4aca-b128-64b61e9ad932" + "x-ms-client-request-id": "1df153462ba6a8d1baa56a62c8ad1157", + "x-ms-correlation-request-id": "c7fa7330-3dc0-408c-95c5-71be1a1e5a56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25529", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "05c1db00-6666-4743-abe3-2ddc4bc69ec7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064107Z:c7fa7330-3dc0-408c-95c5-71be1a1e5a56" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f1908a74fb62fbc0d758a9e582b62992", + "x-ms-client-request-id": "e49144cf6c5175cde970e2a5de2d52fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12934,7 +23193,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:24 GMT", + "Date": "Mon, 25 Oct 2021 06:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12943,31 +23202,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1908a74fb62fbc0d758a9e582b62992", - "x-ms-correlation-request-id": "5d7ac418-ca05-454a-bec9-c2780401c5d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29101", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "7f35b166-a8fc-4019-ac6c-b1e4edd35010", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034325Z:5d7ac418-ca05-454a-bec9-c2780401c5d6" + "x-ms-client-request-id": "e49144cf6c5175cde970e2a5de2d52fb", + "x-ms-correlation-request-id": "818f19c3-52df-435d-b549-5bae500e9e43", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25528", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "3d7ca8c0-03ba-4501-8ee3-c740b1d4964b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064107Z:818f19c3-52df-435d-b549-5bae500e9e43" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dd928d3c4c3251f157807bc8ec3fef06", + "x-ms-client-request-id": "6acb20ae5ab62dbc55ef26e002b45a06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12976,7 +23235,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:26 GMT", + "Date": "Mon, 25 Oct 2021 06:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12985,31 +23244,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd928d3c4c3251f157807bc8ec3fef06", - "x-ms-correlation-request-id": "ab78589f-6289-49c7-b65d-5e099f538fff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29100", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "c0a6faa4-bd35-446e-9f1e-af49c47d571c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034326Z:ab78589f-6289-49c7-b65d-5e099f538fff" + "x-ms-client-request-id": "6acb20ae5ab62dbc55ef26e002b45a06", + "x-ms-correlation-request-id": "5ba5fff4-079e-41aa-a797-041eba92a6a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25527", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "b960aff6-2a93-499d-a47f-55b4a650d537", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064107Z:5ba5fff4-079e-41aa-a797-041eba92a6a3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a26e93590b1a75fa104e4705b40ca8a1", + "x-ms-client-request-id": "ef3a22d7909ed991857c3436482cc98d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13018,7 +23277,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:27 GMT", + "Date": "Mon, 25 Oct 2021 06:41:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13027,31 +23286,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a26e93590b1a75fa104e4705b40ca8a1", - "x-ms-correlation-request-id": "413484dc-e7e2-4489-9fbc-74e74078605c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14861,Microsoft.Compute/GetOperation30Min;29099", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "635a5c34-89ac-49a5-b285-2b09ba45df0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034327Z:413484dc-e7e2-4489-9fbc-74e74078605c" + "x-ms-client-request-id": "ef3a22d7909ed991857c3436482cc98d", + "x-ms-correlation-request-id": "00224c1a-2d75-46cb-bbea-51a9c27cbf42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25526", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "84897525-d881-480e-8fd9-e32451fb7040", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064108Z:00224c1a-2d75-46cb-bbea-51a9c27cbf42" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b90fc1a73fc2798983e9ae27ff80f98", + "x-ms-client-request-id": "a7b46e52a7e175a187638f6245ec7234", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13060,7 +23319,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:28 GMT", + "Date": "Mon, 25 Oct 2021 06:41:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13069,31 +23328,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b90fc1a73fc2798983e9ae27ff80f98", - "x-ms-correlation-request-id": "762c7c7c-4e9c-4ca9-b6ad-046d5c7234a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29098", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "c2e6b40a-03f3-4ef9-994e-4e53fe885aff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034328Z:762c7c7c-4e9c-4ca9-b6ad-046d5c7234a9" + "x-ms-client-request-id": "a7b46e52a7e175a187638f6245ec7234", + "x-ms-correlation-request-id": "f7f99cdf-d0f0-438c-a888-3de59a14a9e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25525", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "56034caa-d986-498e-bd5c-3f5fa905967e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064108Z:f7f99cdf-d0f0-438c-a888-3de59a14a9e6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ee8ca36886473178921ccde405ec9d4a", + "x-ms-client-request-id": "bbcddc1562f21d5d8ff2e43a2586e429", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13102,7 +23361,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:29 GMT", + "Date": "Mon, 25 Oct 2021 06:41:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13111,31 +23370,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee8ca36886473178921ccde405ec9d4a", - "x-ms-correlation-request-id": "a55b055e-3882-477d-9de7-0ef9dc48d872", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29097", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "14a36140-654d-4179-98bd-9cdfc917fe91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034330Z:a55b055e-3882-477d-9de7-0ef9dc48d872" + "x-ms-client-request-id": "bbcddc1562f21d5d8ff2e43a2586e429", + "x-ms-correlation-request-id": "fb6f9fcb-7983-45e8-a1c8-0d032a5a77e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;25524", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "21314001-0616-40d6-a8b2-c0a187686bbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064108Z:fb6f9fcb-7983-45e8-a1c8-0d032a5a77e3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f0aed9d7c4afe509fa460adb7018f517", + "x-ms-client-request-id": "948e9825b3ff2f2581c5673a012e9398", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13144,7 +23403,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:31 GMT", + "Date": "Mon, 25 Oct 2021 06:41:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13153,31 +23412,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0aed9d7c4afe509fa460adb7018f517", - "x-ms-correlation-request-id": "2360b60d-5d3d-4fe7-8b90-8581a88feff2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29096", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "cb5f428b-7048-4482-825f-7246d64f887c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034331Z:2360b60d-5d3d-4fe7-8b90-8581a88feff2" + "x-ms-client-request-id": "948e9825b3ff2f2581c5673a012e9398", + "x-ms-correlation-request-id": "1b420b1e-4060-4386-b99e-0e0a5851de28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25522", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "bf5bd64e-29b7-4c9b-a9e9-24bc8b3711e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064109Z:1b420b1e-4060-4386-b99e-0e0a5851de28" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "109cae3fb980945a835e98e0a6b422ac", + "x-ms-client-request-id": "6c20ff090e5ef09a119717efc3674f01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13186,7 +23445,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:32 GMT", + "Date": "Mon, 25 Oct 2021 06:41:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13195,31 +23454,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "109cae3fb980945a835e98e0a6b422ac", - "x-ms-correlation-request-id": "47bc246a-648c-449b-a2c1-34a1a59b01b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29095", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "48f87fd8-4eb4-4cbe-bfbe-3562e4844363", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034332Z:47bc246a-648c-449b-a2c1-34a1a59b01b8" + "x-ms-client-request-id": "6c20ff090e5ef09a119717efc3674f01", + "x-ms-correlation-request-id": "24f08f2e-077c-4dbc-8d83-e2274d1ed158", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25521", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "7ecfd07b-b1f8-4bb6-845b-143188da9650", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064109Z:24f08f2e-077c-4dbc-8d83-e2274d1ed158" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a50a4fa01e4aa4e899a6f4007b9cc07a", + "x-ms-client-request-id": "ac3d657ede5e6235b79d3a2dfa221b61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13228,7 +23487,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:33 GMT", + "Date": "Mon, 25 Oct 2021 06:41:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13237,31 +23496,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a50a4fa01e4aa4e899a6f4007b9cc07a", - "x-ms-correlation-request-id": "dc734f8b-d294-47d5-89b3-122f651bc2ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29094", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "25bdc728-08a2-4465-86b9-7d2d25c8a4a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034334Z:dc734f8b-d294-47d5-89b3-122f651bc2ba" + "x-ms-client-request-id": "ac3d657ede5e6235b79d3a2dfa221b61", + "x-ms-correlation-request-id": "4fcd97fd-e4d4-45a6-ab64-872cef320d20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25520", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "debd70c3-6ff8-4b96-a455-acd1fd5be925", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064109Z:4fcd97fd-e4d4-45a6-ab64-872cef320d20" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "56a4b5268d4f1dc97f1a6d502b293e45", + "x-ms-client-request-id": "26304b5e786517cbfe9e82679c356c19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13270,7 +23529,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:34 GMT", + "Date": "Mon, 25 Oct 2021 06:41:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13279,31 +23538,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56a4b5268d4f1dc97f1a6d502b293e45", - "x-ms-correlation-request-id": "630876c2-5fbb-474c-9241-61abbd93a421", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29093", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "e81f6d3b-b66d-4e27-b22c-56cc00c35c8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034335Z:630876c2-5fbb-474c-9241-61abbd93a421" + "x-ms-client-request-id": "26304b5e786517cbfe9e82679c356c19", + "x-ms-correlation-request-id": "c4dd0f2d-8cb0-4174-b06e-cbe932e80c5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25519", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "ee94220a-2fa1-4fd4-956a-d25f864ffea9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064110Z:c4dd0f2d-8cb0-4174-b06e-cbe932e80c5d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "203b5e24500e20cdc6f777d9c55918e6", + "x-ms-client-request-id": "9bbc6575e6f12b3acabeb5c0d36df5ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13312,7 +23571,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:36 GMT", + "Date": "Mon, 25 Oct 2021 06:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13321,31 +23580,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "203b5e24500e20cdc6f777d9c55918e6", - "x-ms-correlation-request-id": "f69357d4-5ab9-4bd9-8489-1bc1bfa7baf5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29092", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "1eb1d2c8-34ba-4ce3-9c2d-f118dbfa7701", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034336Z:f69357d4-5ab9-4bd9-8489-1bc1bfa7baf5" + "x-ms-client-request-id": "9bbc6575e6f12b3acabeb5c0d36df5ef", + "x-ms-correlation-request-id": "9255023b-84a3-4d98-a378-e1e5c6dc3879", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25518", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "a0d438d8-efba-4b2a-b8a4-fb0e93b49764", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064110Z:9255023b-84a3-4d98-a378-e1e5c6dc3879" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f1b91e9ecb10135c86ed252fb1977970", + "x-ms-client-request-id": "7790b57b2937069c9a26aec05bcdc681", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13354,7 +23613,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:37 GMT", + "Date": "Mon, 25 Oct 2021 06:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13363,31 +23622,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b91e9ecb10135c86ed252fb1977970", - "x-ms-correlation-request-id": "db7e0d42-7e5f-43b9-a233-7ace58d29095", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29091", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "6575f9b3-e534-41af-bc26-ae02dad05e9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034337Z:db7e0d42-7e5f-43b9-a233-7ace58d29095" + "x-ms-client-request-id": "7790b57b2937069c9a26aec05bcdc681", + "x-ms-correlation-request-id": "de63794e-a6a8-46dd-b40d-c48b49421e32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25517", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "05fe42ce-9e41-4ba7-9829-ae1bf9e09dd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064110Z:de63794e-a6a8-46dd-b40d-c48b49421e32" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1ddbae679f61d66be783905816ef5826", + "x-ms-client-request-id": "94b820318066777011045ba6c30a4390", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13396,7 +23655,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:38 GMT", + "Date": "Mon, 25 Oct 2021 06:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13405,31 +23664,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ddbae679f61d66be783905816ef5826", - "x-ms-correlation-request-id": "f4550c9d-c24b-4052-bd93-b5a2a7d0b46b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29089", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "390a8a06-4c88-4fe5-b080-e263df24a84e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034339Z:f4550c9d-c24b-4052-bd93-b5a2a7d0b46b" + "x-ms-client-request-id": "94b820318066777011045ba6c30a4390", + "x-ms-correlation-request-id": "5faf80cb-52ba-414c-b41c-f69c17dd970a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25516", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "b162e9ee-5f32-46d0-8c90-9a91aaef3d8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064110Z:5faf80cb-52ba-414c-b41c-f69c17dd970a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0cb286014d6f593501289a202a9d6f2e", + "x-ms-client-request-id": "e6ec93a8f5a44be2c9b600cb3879cffc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13438,7 +23697,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:39 GMT", + "Date": "Mon, 25 Oct 2021 06:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13447,31 +23706,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cb286014d6f593501289a202a9d6f2e", - "x-ms-correlation-request-id": "5e61e571-4ea0-48c4-9b7a-5d0b54ec895f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29088", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "484e33e5-874d-4051-9be6-10c86f8636c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034340Z:5e61e571-4ea0-48c4-9b7a-5d0b54ec895f" + "x-ms-client-request-id": "e6ec93a8f5a44be2c9b600cb3879cffc", + "x-ms-correlation-request-id": "a32d09b3-05f4-4cff-ae32-60018d5292dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25515", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "455a37f3-b8bc-4533-b242-fcd018c206c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064111Z:a32d09b3-05f4-4cff-ae32-60018d5292dc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1672067efa7dff85b2e3098c3b04fc96", + "x-ms-client-request-id": "b38f33f860b4fb8845196532cdf6428f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13480,7 +23739,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:41 GMT", + "Date": "Mon, 25 Oct 2021 06:41:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13489,31 +23748,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1672067efa7dff85b2e3098c3b04fc96", - "x-ms-correlation-request-id": "3b34fbce-b1cc-4ba8-981b-6bda8f3c8736", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29087", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "20322f75-f7f2-4a7d-a966-d76af8797a5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034341Z:3b34fbce-b1cc-4ba8-981b-6bda8f3c8736" + "x-ms-client-request-id": "b38f33f860b4fb8845196532cdf6428f", + "x-ms-correlation-request-id": "515b6026-4b2f-42b5-90ed-c9d4e8a6fe11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25514", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "f6f26c04-9496-4cff-aaf3-f530ad6cd63a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064111Z:515b6026-4b2f-42b5-90ed-c9d4e8a6fe11" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2b2eff956ce41a0079821b38044bac49", + "x-ms-client-request-id": "c8171de3e0e13bdc3e6ccbb07fa43f98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13522,7 +23781,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:42 GMT", + "Date": "Mon, 25 Oct 2021 06:41:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13531,32 +23790,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b2eff956ce41a0079821b38044bac49", - "x-ms-correlation-request-id": "bb69f47a-d0e0-4afc-a944-1e51ff5f6194", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29086", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "6a20a172-10e7-4969-9b1b-f42241d3eba3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034342Z:bb69f47a-d0e0-4afc-a944-1e51ff5f6194" + "x-ms-client-request-id": "c8171de3e0e13bdc3e6ccbb07fa43f98", + "x-ms-correlation-request-id": "7be4e718-f387-4bee-a27e-f5f51f0fa382", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25512", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "6c5c820f-20bc-4bde-bc53-782072a358c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064111Z:7be4e718-f387-4bee-a27e-f5f51f0fa382" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T03:42:50.4276859\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T03:43:41.5214548\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:40:36.6247501\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:41:11.5310885\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u00229acb4689-d737-45c6-bdec-6b2a88badd92\u0022\r\n", + " \u0022name\u0022: \u00226ba0047e-8933-43d2-a6f8-dc19425a4756\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/9acb4689-d737-45c6-bdec-6b2a88badd92?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/6ba0047e-8933-43d2-a6f8-dc19425a4756?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "0fd96114417d07a800b35a8c44a91efd", + "x-ms-client-request-id": "8fae5e348f7b48dc0af1a08b8faf7dd2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13564,7 +23823,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 03:43:42 GMT", + "Date": "Mon, 25 Oct 2021 06:41:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13573,17 +23832,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fd96114417d07a800b35a8c44a91efd", - "x-ms-correlation-request-id": "58a6923a-2d1e-4bf0-9ec8-b65cd33d7159", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29085", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "8bc10d6a-4054-490b-8e98-1fe1c5b06545", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034343Z:58a6923a-2d1e-4bf0-9ec8-b65cd33d7159" + "x-ms-client-request-id": "8fae5e348f7b48dc0af1a08b8faf7dd2", + "x-ms-correlation-request-id": "e56dc256-5a63-487d-a296-c0c080255948", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25511", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "0e345c9c-ca6e-4a77-9aeb-e0f056f42b57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064111Z:e56dc256-5a63-487d-a296-c0c080255948" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -13591,27 +23850,27 @@ "Content-Length": "196", "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2a8b032b446f124905579dfbdf4dfa67", + "x-ms-client-request-id": "1ae870730761181b5653754794d87ba0", "x-ms-return-client-request-id": "true" }, "RequestBody": { "properties": { "proximityPlacementGroup": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-1427" + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-4808" } } }, "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/64ef97fa-5718-4429-91b0-d8dfed83dc96?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/0a0842cd-69f6-4937-ba20-4f654c2d82db?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3991", + "Content-Length": "2829", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:48 GMT", + "Date": "Mon, 25 Oct 2021 06:41:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -13621,24 +23880,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a8b032b446f124905579dfbdf4dfa67", - "x-ms-correlation-request-id": "6de8426f-574e-47e3-8be3-6e4ca19e7364", + "x-ms-client-request-id": "1ae870730761181b5653754794d87ba0", + "x-ms-correlation-request-id": "5bd59f1a-479c-4400-9063-e6f1c87fbb24", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1195", "x-ms-request-charge": "0", - "x-ms-request-id": "64ef97fa-5718-4429-91b0-d8dfed83dc96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034348Z:6de8426f-574e-47e3-8be3-6e4ca19e7364" + "x-ms-request-id": "0a0842cd-69f6-4937-ba20-4f654c2d82db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064116Z:5bd59f1a-479c-4400-9063-e6f1c87fbb24" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-9268\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -13650,7 +23906,7 @@ " \u0022mode\u0022: \u0022Manual\u0022\r\n", " },\r\n", " \u0022proximityPlacementGroup\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/TESTRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-1427\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/TESTRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-4808\u0022\r\n", " },\r\n", " \u0022virtualMachineProfile\u0022: {\r\n", " \u0022osProfile\u0022: {\r\n", @@ -13689,61 +23945,35 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022cb08eb4f-5d33-44c1-82ae-e9dc030c2699\u0022\r\n", + " \u0022uniqueId\u0022: \u00225cb8a563-a340-4dce-9885-7b346bb226bc\u0022\r\n", " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "010c1e6381bfd0da17c70a25a4ad28b2", + "x-ms-client-request-id": "0e3cf8ef24bc2d36439538281a94b331", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3992", + "Content-Length": "2830", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 03:43:49 GMT", + "Date": "Mon, 25 Oct 2021 06:41:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13752,23 +23982,20 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "010c1e6381bfd0da17c70a25a4ad28b2", - "x-ms-correlation-request-id": "fefc0cea-5ac9-43c6-97d1-1ee60e3216b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2549", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "6c67efba-5776-4de9-be37-fd3ec15ab3bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T034349Z:fefc0cea-5ac9-43c6-97d1-1ee60e3216b0" + "x-ms-client-request-id": "0e3cf8ef24bc2d36439538281a94b331", + "x-ms-correlation-request-id": "29eb2ee2-cd35-4569-ae69-831e18979e2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;393,Microsoft.Compute/GetVMScaleSet30Min;2583", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "2c993e98-6382-4076-b420-3a3214f01282", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064117Z:29eb2ee2-cd35-4569-ae69-831e18979e2e" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-9268\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9268\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -13780,7 +24007,7 @@ " \u0022mode\u0022: \u0022Manual\u0022\r\n", " },\r\n", " \u0022proximityPlacementGroup\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/TESTRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-1427\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/TESTRG-6316/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-4808\u0022\r\n", " },\r\n", " \u0022virtualMachineProfile\u0022: {\r\n", " \u0022osProfile\u0022: {\r\n", @@ -13819,38 +24046,12 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6316/providers/Microsoft.Network/virtualNetworks/testVNet-5135/subnets/testSubnet-2759\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022cb08eb4f-5d33-44c1-82ae-e9dc030c2699\u0022\r\n", + " \u0022uniqueId\u0022: \u00225cb8a563-a340-4dce-9885-7b346bb226bc\u0022\r\n", " }\r\n", "}" ] @@ -13858,7 +24059,7 @@ ], "Variables": { "RandomSeed": "115230089", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update()Async.json b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update()Async.json index c02d6fc56fc88..b1dd2cf183516 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update()Async.json +++ b/sdk/compute/Azure.ResourceManager.Compute/tests/SessionRecords/VirtualMachineScaleSetOperationsTests/Update()Async.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", + "traceparent": "00-c98cc1b94ba7c641a90dc6a07d7ba8c7-c59561a7d7e76840-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "7ef25122186507cd698af8086e828393", "x-ms-return-client-request-id": "true" @@ -17,29 +18,30 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "453", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:42 GMT", + "Date": "Mon, 25 Oct 2021 06:46:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a936b96-b487-4211-b9c4-e46a2b11d5a8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "8a936b96-b487-4211-b9c4-e46a2b11d5a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054643Z:8a936b96-b487-4211-b9c4-e46a2b11d5a8" + "x-ms-correlation-request-id": "d9f85870-56a7-455a-8514-aa340f805ded", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "d9f85870-56a7-455a-8514-aa340f805ded", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064607Z:d9f85870-56a7-455a-8514-aa340f805ded" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590", "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": {}, + "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + "displayName": "AzureSDKTest", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -49,17 +51,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRG-6426?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/testRG-6426?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "44", "Content-Type": "application/json", - "traceparent": "00-dc1303ae92f7094bb7f5fe9b1c165ac5-3f7a6b4626ae0c44-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "d89a8f101710a5df2f5cca57cfa5bd17", "x-ms-return-client-request-id": "true" @@ -75,18 +76,18 @@ "Cache-Control": "no-cache", "Content-Length": "242", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:43 GMT", + "Date": "Mon, 25 Oct 2021 06:46:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0799292f-ccf0-449a-a7b4-37771dabfcc1", + "x-ms-correlation-request-id": "2e480355-d64a-44a0-a6ce-3d3c1a2d8571", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0799292f-ccf0-449a-a7b4-37771dabfcc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054644Z:0799292f-ccf0-449a-a7b4-37771dabfcc1" + "x-ms-request-id": "2e480355-d64a-44a0-a6ce-3d3c1a2d8571", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064608Z:2e480355-d64a-44a0-a6ce-3d3c1a2d8571" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426", "name": "testRG-6426", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", @@ -99,15 +100,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-37e1f9ee0a9f31439ad7d3c6c782c6c6-3c9a1b860380574a-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], "x-ms-client-request-id": "14365cba1ec7d5228bde8316ead2bdb4", "x-ms-return-client-request-id": "true" @@ -116,20 +116,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115076", + "Content-Length": "124245", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:44 GMT", + "Date": "Mon, 25 Oct 2021 06:46:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb3f8452-e6a9-4e8f-8372-221d204b354a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "cb3f8452-e6a9-4e8f-8372-221d204b354a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054645Z:cb3f8452-e6a9-4e8f-8372-221d204b354a" + "x-ms-correlation-request-id": "a2fb1b70-74fd-43f8-9fbb-69c01be62b0f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a2fb1b70-74fd-43f8-9fbb-69c01be62b0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064609Z:a2fb1b70-74fd-43f8-9fbb-69c01be62b0f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -215,7 +215,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -323,7 +325,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -431,7 +435,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -464,24 +470,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -492,8 +498,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -504,15 +517,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -520,32 +541,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -556,40 +577,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -600,32 +621,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -668,7 +689,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -742,24 +765,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -770,8 +793,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -782,15 +812,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -798,32 +836,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -834,40 +872,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -878,32 +916,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -946,7 +984,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -965,24 +1005,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -993,8 +1033,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -1005,15 +1052,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -1021,32 +1076,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1057,40 +1112,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -1101,32 +1156,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -1169,7 +1224,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1277,7 +1334,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1330,7 +1389,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1395,7 +1456,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1459,7 +1522,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1521,7 +1586,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1629,7 +1696,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1737,7 +1806,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1826,7 +1897,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1903,7 +1976,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -1976,7 +2051,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2084,7 +2161,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2120,24 +2199,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2148,8 +2227,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -2160,15 +2246,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -2176,32 +2270,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2212,40 +2306,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -2256,32 +2350,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -2324,7 +2418,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2392,7 +2488,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2486,7 +2584,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2565,7 +2665,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2644,7 +2746,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2723,7 +2827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2831,7 +2937,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -2939,7 +3047,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3047,7 +3157,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3107,24 +3219,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3135,8 +3247,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -3147,15 +3266,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -3163,32 +3290,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3199,40 +3326,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -3243,32 +3370,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -3311,7 +3438,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3448,7 +3577,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3555,7 +3686,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3662,7 +3795,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3755,7 +3890,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3808,7 +3945,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3915,7 +4054,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -3996,7 +4137,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4068,7 +4211,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4132,7 +4277,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4196,7 +4343,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4256,7 +4405,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4319,7 +4470,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4382,7 +4535,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4437,7 +4592,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4492,7 +4649,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4564,7 +4723,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4614,7 +4775,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4664,7 +4827,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4736,7 +4901,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4808,7 +4975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4880,7 +5049,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -4952,7 +5123,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5604,7 +5777,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5698,7 +5873,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5791,7 +5968,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5873,7 +6052,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -5953,7 +6134,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6019,7 +6202,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6085,7 +6270,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6151,7 +6338,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6245,7 +6434,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6328,7 +6519,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6407,7 +6600,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6484,7 +6679,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6545,7 +6742,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6624,7 +6823,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6703,7 +6904,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6772,7 +6975,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6807,7 +7012,45 @@ { "resourceType": "expressRoutePortsLocations", "locations": [ - "France Central" + "France Central", + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" ], "apiVersions": [ "2021-05-01", @@ -6883,7 +7126,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -6954,7 +7199,9 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7084,7 +7331,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7141,7 +7390,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7180,24 +7431,24 @@ "location": "Australia East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Brazil South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Canada Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7208,8 +7459,15 @@ "location": "Central US", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ "1", - "3" + "2" ] }, { @@ -7220,15 +7478,23 @@ "location": "East US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "East US 2", "zones": [ "2", + "3", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ "1", + "2", "3" ] }, @@ -7236,32 +7502,32 @@ "location": "France Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Germany West Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Japan East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Korea Central", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7272,40 +7538,40 @@ "location": "North Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Norway East", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Africa North", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "South Central US", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "Southeast Asia", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { @@ -7316,32 +7582,32 @@ "location": "UK South", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West Europe", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 2", "zones": [ "2", - "1", - "3" + "3", + "1" ] }, { "location": "West US 3", "zones": [ "2", - "1", - "3" + "3", + "1" ] } ], @@ -7384,7 +7650,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7452,7 +7720,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7521,7 +7791,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7590,7 +7862,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7645,7 +7919,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7726,7 +8002,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -7761,28 +8039,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -7816,7 +8072,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -7836,252 +8092,98 @@ "Australia Southeast" ], "apiVersions": [ - "2020-07-01", - "2020-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast" + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", "2020-07-01", + "2020-06-01", "2020-05-01", "2020-04-01", + "2020-03-01", "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", "2019-08-01", - "2019-05-01", + "2019-07-01", + "2019-06-01", "2019-04-01", - "2018-08-01" + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" ], - "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "resourceType": "bastionHosts", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", + "East US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", + "North Central US", + "South Central US", + "Central US", + "East US 2", "Japan East", "Japan West", "Brazil South", @@ -8106,7 +8208,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8182,7 +8286,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-08-01", @@ -8246,7 +8352,9 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8304,7 +8412,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8369,7 +8479,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8429,7 +8541,9 @@ "Japan East", "Canada East", "Canada Central", - "Switzerland North" + "Switzerland North", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2021-02-01-preview", @@ -8494,7 +8608,9 @@ "Germany West Central", "Norway East", "West US 3", - "Jio India West" + "Jio India West", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2021-05-01", @@ -8502,126 +8618,11137 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850?api-version=2021-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-37e1f9ee0a9f31439ad7d3c6c782c6c6-c37223fcd46d284c-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" - ], - "x-ms-client-request-id": "4ad0297fdb41c09ee9703c11ba534a57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "testSubnet-4034", - "properties": { - "addressPrefix": "10.0.2.0/24" - } - } - ] - }, - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0594ec1a-f986-4c68-b1d7-21967813402d?api-version=2021-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1244", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dbb99d8-b127-46c0-9ebe-3b502d396458", - "x-ms-client-request-id": "4ad0297fdb41c09ee9703c11ba534a57", - "x-ms-correlation-request-id": "43ff6abc-02a2-4738-9e8c-afce211eaf99", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "0594ec1a-f986-4c68-b1d7-21967813402d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054652Z:43ff6abc-02a2-4738-9e8c-afce211eaf99" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022testVNet-850\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002247b1bce1-cb1e-4d8e-b2ff-1c95111a445c\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022a307922c-85a6-4737-b180-5bfa8b88abfd\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-4034\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002247b1bce1-cb1e-4d8e-b2ff-1c95111a445c\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] - }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Central US EUAP", + "East US 2 EUAP", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "East US SLV", + "Jio India West", + "Qatar Central" + ], + "apiVersions": [ + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "East US SLV", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central" + ], + "apiVersions": [ + "2021-02-01-preview", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850?api-version=2021-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "172", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4ad0297fdb41c09ee9703c11ba534a57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "testSubnet-4034", + "properties": { + "addressPrefix": "10.0.2.0/24" + } + } + ] + }, + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/1678043f-3444-40f6-9fe7-1c8ae3b59cf0?api-version=2021-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1244", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "20fdd5ad-4863-455a-a446-8fd02c228235", + "x-ms-client-request-id": "4ad0297fdb41c09ee9703c11ba534a57", + "x-ms-correlation-request-id": "140cb451-772b-424a-b6c1-511064d41ef8", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "1678043f-3444-40f6-9fe7-1c8ae3b59cf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064615Z:140cb451-772b-424a-b6c1-511064d41ef8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-850\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222a4cd44f-3d95-47cc-a69d-e20a873facae\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002207fe7518-0508-446a-b5df-3052bedd36d4\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-4034\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222a4cd44f-3d95-47cc-a69d-e20a873facae\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/1678043f-3444-40f6-9fe7-1c8ae3b59cf0?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "94251b99eb46de59bd762b56e1101a38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ed292d67-4522-4f01-afc0-760f2aef0ae6", + "x-ms-client-request-id": "94251b99eb46de59bd762b56e1101a38", + "x-ms-correlation-request-id": "f8e34785-1495-4779-8703-e2de3035e060", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "04c1d68f-38ee-4d9b-af4e-1ae09d887ca8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064615Z:f8e34785-1495-4779-8703-e2de3035e060" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/1678043f-3444-40f6-9fe7-1c8ae3b59cf0?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00ca2c9358f98410625493064f9c9ed0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "21f8f23e-8258-41db-9111-e97b32f581c1", + "x-ms-client-request-id": "00ca2c9358f98410625493064f9c9ed0", + "x-ms-correlation-request-id": "51df7f86-4e25-42cf-afee-3706df2b3e8a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "19cf77c6-9ea3-4cf1-ac6e-60ba480988bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064617Z:51df7f86-4e25-42cf-afee-3706df2b3e8a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850?api-version=2021-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9f7845feb62e601090faa62ed0709aa6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1246", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:17 GMT", + "ETag": "W/\u00224d30dba4-9738-491c-b8db-8a9fb123c4f2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f287f160-2efb-4536-8029-3ea1b59a5f13", + "x-ms-client-request-id": "9f7845feb62e601090faa62ed0709aa6", + "x-ms-correlation-request-id": "339519cb-473c-427e-ad52-bbd79802e92f", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "943f7f29-1ad2-4183-9592-e2b29a9a607d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064617Z:339519cb-473c-427e-ad52-bbd79802e92f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVNet-850\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224d30dba4-9738-491c-b8db-8a9fb123c4f2\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002207fe7518-0508-446a-b5df-3052bedd36d4\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022testSubnet-4034\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224d30dba4-9738-491c-b8db-8a9fb123c4f2\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1387", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f56e5320714e41fe0ba131f158538f21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_F2", + "tier": "Standard", + "capacity": 2 + }, + "tags": {}, + "location": "westus2", + "properties": { + "upgradePolicy": { + "mode": "Manual" + }, + "virtualMachineProfile": { + "osProfile": { + "computerNamePrefix": "testVMSS-9800", + "adminUsername": "adminuser", + "linuxConfiguration": { + "disablePasswordAuthentication": true, + "ssh": { + "publicKeys": [ + { + "path": "/home/adminuser/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" + } + ] + } + } + }, + "storageProfile": { + "imageReference": { + "publisher": "Canonical", + "offer": "UbuntuServer", + "sku": "16.04-LTS", + "version": "latest" + }, + "osDisk": { + "caching": "ReadWrite", + "createOption": "FromImage", + "managedDisk": { + "storageAccountType": "Standard_LRS" + } + } + }, + "networkProfile": { + "networkInterfaceConfigurations": [ + { + "name": "example", + "properties": { + "primary": true, + "ipConfigurations": [ + { + "name": "internal", + "properties": { + "subnet": { + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034" + }, + "primary": true + } + } + ] + } + } + ] + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "2626", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f56e5320714e41fe0ba131f158538f21", + "x-ms-correlation-request-id": "3d6b5ecf-500a-432d-a08f-4253bf69ef9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;57,Microsoft.Compute/CreateVMScaleSet30Min;292,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1172,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-charge": "4", + "x-ms-request-id": "47441264-4452-4849-9aeb-5a65ebce95a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064620Z:3d6b5ecf-500a-432d-a08f-4253bf69ef9b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-9800\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-9800\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u00220dee1e68-43f4-454a-bd91-e4bd44e5f627\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbe5edbaa82e8d814637948d841f083d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "61", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbe5edbaa82e8d814637948d841f083d", + "x-ms-correlation-request-id": "e2bcda60-b712-49c7-a80e-596e73e034e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;25138", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a3897bc5-2995-4a4d-8a26-7f32c67dd168", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064621Z:e2bcda60-b712-49c7-a80e-596e73e034e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7556856bfd18a50e4991dae401ff8f29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7556856bfd18a50e4991dae401ff8f29", + "x-ms-correlation-request-id": "e93cfa20-2aa8-44bf-a5dc-b947ef320169", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;25137", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d7c32c2d-731e-470d-9e23-7fc825d6fab2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064621Z:e93cfa20-2aa8-44bf-a5dc-b947ef320169" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b3640ed936d30f3d9ca5560e67c57fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b3640ed936d30f3d9ca5560e67c57fb", + "x-ms-correlation-request-id": "d0f03cbc-c8be-4234-94b1-ab68deb98522", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;25136", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "824b4866-a69a-487a-be2e-ac2c52117e5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064621Z:d0f03cbc-c8be-4234-94b1-ab68deb98522" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c9232613e8bbdd8de3fb29ccd9c8b46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c9232613e8bbdd8de3fb29ccd9c8b46", + "x-ms-correlation-request-id": "693bf66a-a096-4c0a-aa80-c7e5b56a4603", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;25135", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c4de3dae-ece3-438b-b7d1-fe71eeea1357", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064621Z:693bf66a-a096-4c0a-aa80-c7e5b56a4603" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "449f6aa79ce8d8cf92259c4da7adbfcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "449f6aa79ce8d8cf92259c4da7adbfcc", + "x-ms-correlation-request-id": "ca7b3f82-89f4-4c81-9341-843a735bc386", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;25134", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d286635b-6869-4431-bc42-46e2f1792a0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064622Z:ca7b3f82-89f4-4c81-9341-843a735bc386" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ce83de3a636dae9d67798d2ee157623c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce83de3a636dae9d67798d2ee157623c", + "x-ms-correlation-request-id": "023fdecb-7075-4a70-801f-e2d0926e1864", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;25133", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "8fd2ff14-6ad3-42c5-900d-1786e0e9a9a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064622Z:023fdecb-7075-4a70-801f-e2d0926e1864" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7bb90e3e12dcc51362ba9965a28b1530", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bb90e3e12dcc51362ba9965a28b1530", + "x-ms-correlation-request-id": "10dcfef0-c775-41b9-a8d9-49a2ef7083b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;25132", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "8599589f-0234-4819-833a-90217659b85f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064622Z:10dcfef0-c775-41b9-a8d9-49a2ef7083b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ee62e580bc1943d9cdf1dd6f0fa1f63b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee62e580bc1943d9cdf1dd6f0fa1f63b", + "x-ms-correlation-request-id": "b2429623-1c37-435f-851f-fba3016304ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;25131", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "e8aad3f6-82a4-435c-ae39-d3432cd4dc3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064623Z:b2429623-1c37-435f-851f-fba3016304ac" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "980e5fc343f427efcbbd6bb2c9370bdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "980e5fc343f427efcbbd6bb2c9370bdc", + "x-ms-correlation-request-id": "ec9e6faf-4276-4c52-8c16-c7ae70efec5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;25130", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "0080f65a-eca0-4996-b48a-200365d7c583", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064623Z:ec9e6faf-4276-4c52-8c16-c7ae70efec5b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbae5c6474f481223575aeeb35a4b5c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbae5c6474f481223575aeeb35a4b5c1", + "x-ms-correlation-request-id": "701e3ad6-9ff6-4745-955e-caf8a0060e2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;25129", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "86016283-d6a3-4693-b2d9-762780616945", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064623Z:701e3ad6-9ff6-4745-955e-caf8a0060e2b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42a25ec37c7c3c3cf53a235b51277a95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42a25ec37c7c3c3cf53a235b51277a95", + "x-ms-correlation-request-id": "551a30b9-a5a8-4c49-bd65-fd28324a156f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;25128", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e8d64808-76d0-43eb-9dcd-2c4b241cc6fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064623Z:551a30b9-a5a8-4c49-bd65-fd28324a156f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b30a01e5faf34f463d8c637f9504f127", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b30a01e5faf34f463d8c637f9504f127", + "x-ms-correlation-request-id": "146a6f01-54a2-41e3-be11-6b35b2657c8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;25127", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "3b1e027a-a824-40ba-93a2-03254dec7c66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064624Z:146a6f01-54a2-41e3-be11-6b35b2657c8e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6beeaa08c994e860207106ba50c6300d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6beeaa08c994e860207106ba50c6300d", + "x-ms-correlation-request-id": "fa13f0c9-e47d-4e89-b790-2b8aaf4accb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;25126", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "0bfd5a3e-3fd2-4058-a5e1-164769d04586", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064624Z:fa13f0c9-e47d-4e89-b790-2b8aaf4accb9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "340518fb0299c8ce185305ef18bda7f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "340518fb0299c8ce185305ef18bda7f0", + "x-ms-correlation-request-id": "ff0ad0ac-8747-4436-b2d8-f703b4e1de90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;25125", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "443cfe8a-6406-4daa-a980-03f38f1c9869", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064624Z:ff0ad0ac-8747-4436-b2d8-f703b4e1de90" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a653fb490f381c00a1229281f48cfe76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a653fb490f381c00a1229281f48cfe76", + "x-ms-correlation-request-id": "50143da5-9423-4af9-a92f-a76757e68548", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;25124", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "3bd74cbd-191b-4df6-b8c5-606c25616102", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064624Z:50143da5-9423-4af9-a92f-a76757e68548" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c83555cbdff068edb255241c370d063", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c83555cbdff068edb255241c370d063", + "x-ms-correlation-request-id": "afbfe3bf-a90a-4bc9-acc2-9775af807cc3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;25123", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "b5a5cc33-9c58-449a-9435-08bb34b1b622", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064625Z:afbfe3bf-a90a-4bc9-acc2-9775af807cc3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "557115c98a73ebd517e892776f4cd48c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "557115c98a73ebd517e892776f4cd48c", + "x-ms-correlation-request-id": "3a229195-4116-4282-b44a-0647697d2eea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;25122", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "9e55a4ab-39f3-4e1e-bf80-8f97b8c4f470", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064625Z:3a229195-4116-4282-b44a-0647697d2eea" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c2938e542b398bf16d4dcb12bcbf5830", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2938e542b398bf16d4dcb12bcbf5830", + "x-ms-correlation-request-id": "3a2c5c01-54a1-4246-84d5-55cbfdcd2e3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25121", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "d8580553-55fd-4618-811b-7ee3a0c93e71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064625Z:3a2c5c01-54a1-4246-84d5-55cbfdcd2e3f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "deb82f51a81ad102809765162a16968f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "deb82f51a81ad102809765162a16968f", + "x-ms-correlation-request-id": "1127e44e-9a1c-40d1-a78e-83ced645cb7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;25120", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "4c282575-e2cc-44a8-baf3-0f4dc60ea339", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064625Z:1127e44e-9a1c-40d1-a78e-83ced645cb7b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "35ecc6510ddd9e2a24e5e726bfc22f57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35ecc6510ddd9e2a24e5e726bfc22f57", + "x-ms-correlation-request-id": "0d0db772-b4aa-4ac5-a8cd-059da5cc8c95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25119", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "48e49013-1890-484e-a520-d54c18531f99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064626Z:0d0db772-b4aa-4ac5-a8cd-059da5cc8c95" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4025628ff593ac718cc141a1c5db6056", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4025628ff593ac718cc141a1c5db6056", + "x-ms-correlation-request-id": "ffe3e0ea-62a8-4b68-8b67-99af388f92d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25118", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "ac42e0d8-bac3-477c-9298-aa4ea5033f23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064626Z:ffe3e0ea-62a8-4b68-8b67-99af388f92d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5c13bb623d24452051aba35c0dc12be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5c13bb623d24452051aba35c0dc12be", + "x-ms-correlation-request-id": "5898b08e-d9d4-4157-a940-04d01d9a277d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25117", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "b619f67a-74fc-4ef4-8c94-04cfa6218a05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064626Z:5898b08e-d9d4-4157-a940-04d01d9a277d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c8860d6856f15bfb5540a81ccc88d849", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8860d6856f15bfb5540a81ccc88d849", + "x-ms-correlation-request-id": "a64526d3-8bf7-4c72-87fb-6e9c65c484b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25116", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "15a6cd0a-dc04-4080-b346-43acf9725a43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064627Z:a64526d3-8bf7-4c72-87fb-6e9c65c484b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8370918439006c850fe13a793b3bebaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8370918439006c850fe13a793b3bebaf", + "x-ms-correlation-request-id": "0ffeb990-beaf-43ec-bfbb-d9df06b22f19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25115", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "e7f504fe-34ac-4d26-93d9-a20c666f1336", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064627Z:0ffeb990-beaf-43ec-bfbb-d9df06b22f19" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b83982ae98545f654066a0927a36777c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b83982ae98545f654066a0927a36777c", + "x-ms-correlation-request-id": "082d7387-f726-422d-87a7-5abadfacc8b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25114", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "628f5d96-6a7b-4cf6-8576-b36debc45ee0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064627Z:082d7387-f726-422d-87a7-5abadfacc8b0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2fb071428f6c2ebe881ab80f1b822019", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fb071428f6c2ebe881ab80f1b822019", + "x-ms-correlation-request-id": "b706a803-2fb2-42df-b823-79a5a1468854", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25113", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "f153de31-72d2-475f-9db2-bcc053e59bb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064627Z:b706a803-2fb2-42df-b823-79a5a1468854" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "496df9551f4febf42b10429a99f3f1d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "496df9551f4febf42b10429a99f3f1d9", + "x-ms-correlation-request-id": "ee60f009-610a-43a3-aed2-4f65b1ecbe6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25112", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "42592aab-93b5-48b2-abf2-2573d8e6c72d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064628Z:ee60f009-610a-43a3-aed2-4f65b1ecbe6c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c936be69bb8b1e43c40a3039e05544be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c936be69bb8b1e43c40a3039e05544be", + "x-ms-correlation-request-id": "4b853226-7c9d-467c-8127-cb11a0796af6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25110", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "8acc4b18-eb03-487d-ae62-f1eba898ee01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064628Z:4b853226-7c9d-467c-8127-cb11a0796af6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "813c87452dc8222c7cc4035c4c249494", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "813c87452dc8222c7cc4035c4c249494", + "x-ms-correlation-request-id": "b317b5c1-9a3d-48a2-a0c7-4812775b2526", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25109", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "fb069ada-dc53-48df-a9b2-483344536339", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064629Z:b317b5c1-9a3d-48a2-a0c7-4812775b2526" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5da5df29564b9a8db54f8544eeba0bd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5da5df29564b9a8db54f8544eeba0bd6", + "x-ms-correlation-request-id": "3008b010-ab8f-41d9-97f1-cf27ab1bab00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25108", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "2418e6eb-5129-424c-a0aa-45815a8d1d6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064629Z:3008b010-ab8f-41d9-97f1-cf27ab1bab00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "125484cb6fb63b1091134cc6b7e7d2a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "125484cb6fb63b1091134cc6b7e7d2a0", + "x-ms-correlation-request-id": "f718ca9c-379c-4754-a576-9d4a714eb898", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25107", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "ef6ef1d6-f9d8-4e5b-82b3-8ae628162ab2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064629Z:f718ca9c-379c-4754-a576-9d4a714eb898" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "01109b75e6afef73f9a2cc79a8e833c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01109b75e6afef73f9a2cc79a8e833c2", + "x-ms-correlation-request-id": "7a89f7bc-597c-4d6a-a3f9-b6773207618f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25106", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "0cad318b-d72c-442f-8d09-d2f41f223843", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064630Z:7a89f7bc-597c-4d6a-a3f9-b6773207618f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7902db982cfb9dece69cc370ac7e2cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7902db982cfb9dece69cc370ac7e2cd", + "x-ms-correlation-request-id": "4bc319ba-c546-4e95-a9e9-80cc9ee434e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;25105", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "26f06b43-cccf-404d-a551-0ee9285ba169", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064630Z:4bc319ba-c546-4e95-a9e9-80cc9ee434e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "53cee47c0aaae52611651913a39793a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53cee47c0aaae52611651913a39793a9", + "x-ms-correlation-request-id": "59b85931-40c4-4b6d-a207-4997e4924e62", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;25104", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "f02ef1e3-cb4b-457e-931c-7a2ea4afb2fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064630Z:59b85931-40c4-4b6d-a207-4997e4924e62" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "890d8adf0a57f3d0bc5732461a3be531", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "890d8adf0a57f3d0bc5732461a3be531", + "x-ms-correlation-request-id": "f2955562-cb81-4020-ac37-9cf1d8c3de37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;25103", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "ce09b85c-7e45-4ca5-b29e-7371848d64ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064630Z:f2955562-cb81-4020-ac37-9cf1d8c3de37" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3fcfebfe019af1707aab66a69ca1537", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3fcfebfe019af1707aab66a69ca1537", + "x-ms-correlation-request-id": "cb2137fa-e295-4913-a974-4e40c9b64985", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;25102", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "30811ede-19be-4573-b3de-c09666df51d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064631Z:cb2137fa-e295-4913-a974-4e40c9b64985" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f5723d658b9727614db9653d7e0cad5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f5723d658b9727614db9653d7e0cad5", + "x-ms-correlation-request-id": "483a75b4-3cce-41fd-8ffe-b5748e5a6f74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;25101", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "2af29f32-296e-4def-935e-48b63f3b611a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064631Z:483a75b4-3cce-41fd-8ffe-b5748e5a6f74" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a553e77fcf9aff8f725e82ac536589f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a553e77fcf9aff8f725e82ac536589f2", + "x-ms-correlation-request-id": "54807908-5733-4706-9543-8156dc14a2fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;25100", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "aff8a887-a446-405e-ada4-f7b4bc9d89cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064631Z:54807908-5733-4706-9543-8156dc14a2fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f76ffa4165e46778888aaf3d4ac4d727", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f76ffa4165e46778888aaf3d4ac4d727", + "x-ms-correlation-request-id": "02cc825e-a393-4c7d-b9c6-627b79a76330", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;25099", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "f86b10f0-c4fe-41f1-8785-90584e214a8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064631Z:02cc825e-a393-4c7d-b9c6-627b79a76330" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "82eae0df7076079d93580c5bd6c91eae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82eae0df7076079d93580c5bd6c91eae", + "x-ms-correlation-request-id": "82c3c950-bc46-4292-a6e3-854e738bf15b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;25098", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "2ddaa0e5-9234-454d-9c8b-34440ad9a024", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064632Z:82c3c950-bc46-4292-a6e3-854e738bf15b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc11a451d3701af16eec1d101f52b5ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc11a451d3701af16eec1d101f52b5ae", + "x-ms-correlation-request-id": "badb9126-dbb5-4ed6-9b87-0b14169f9377", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;25097", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "9757527c-7e7d-4552-b268-f0476acff524", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064632Z:badb9126-dbb5-4ed6-9b87-0b14169f9377" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "73cc5b86077bd07b5d68648c591c91be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73cc5b86077bd07b5d68648c591c91be", + "x-ms-correlation-request-id": "17f6eb07-129a-4b95-b0b7-7afa3ca15f21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;25096", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "59f8b5ae-fdd7-4c03-809e-fcca64a8d5a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064632Z:17f6eb07-129a-4b95-b0b7-7afa3ca15f21" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6eb016bfab20cb6eed01389538ce740", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6eb016bfab20cb6eed01389538ce740", + "x-ms-correlation-request-id": "2b4ef001-49c1-4adf-98d6-901ee47ca29e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;25095", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "f07d5a5a-4745-46b2-b0dd-d4ee53b18014", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064632Z:2b4ef001-49c1-4adf-98d6-901ee47ca29e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ad45ea2abfc493328407e086f65c151", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ad45ea2abfc493328407e086f65c151", + "x-ms-correlation-request-id": "5375b44c-6d44-4520-8843-2423c721892a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;25094", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "7a809dbb-64a1-46b5-9e06-411d5da7ded4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064633Z:5375b44c-6d44-4520-8843-2423c721892a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ea55e5b0f668bfba4c084aaf4f17dd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ea55e5b0f668bfba4c084aaf4f17dd1", + "x-ms-correlation-request-id": "674671b1-c122-438d-a5fb-488d4e211be8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;25093", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "08be4baa-8870-4693-b2f6-da6bdb8c989f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064633Z:674671b1-c122-438d-a5fb-488d4e211be8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fae923801648c0c2cea17d727cad9c88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fae923801648c0c2cea17d727cad9c88", + "x-ms-correlation-request-id": "c9f798f0-89c2-4088-997f-653ca72db0d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;25092", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "4ae3feac-d79b-4dbe-8bc2-5cd3e05f1c46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064633Z:c9f798f0-89c2-4088-997f-653ca72db0d5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f52ec10fc8e793da6248d63b26885536", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f52ec10fc8e793da6248d63b26885536", + "x-ms-correlation-request-id": "64f09851-8272-4c95-b70f-8472f6279862", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;25091", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "c7a6f280-fe15-47bf-b243-e188f8034c5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064634Z:64f09851-8272-4c95-b70f-8472f6279862" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c87adc3c67c44099be450c591890ff6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c87adc3c67c44099be450c591890ff6", + "x-ms-correlation-request-id": "3a129c66-0c21-4593-9a62-0d3ab368cd54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;25090", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "6a35d8ea-73e0-4c6c-85e5-e783f12fd605", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064634Z:3a129c66-0c21-4593-9a62-0d3ab368cd54" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "339bfc2388c3b8e9495598ff40869a45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "339bfc2388c3b8e9495598ff40869a45", + "x-ms-correlation-request-id": "f9fb3ea1-d9a4-407e-8c96-a4d7a12bfac9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;25089", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "36786cfb-a20c-4084-8a5d-bb37674bb3a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064634Z:f9fb3ea1-d9a4-407e-8c96-a4d7a12bfac9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ceae474c5025480cb7e95902771501d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceae474c5025480cb7e95902771501d9", + "x-ms-correlation-request-id": "c6313aa9-68cc-462c-b594-72e9a1111e8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;25088", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "3406968d-804a-4839-a984-c347a4417fb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064634Z:c6313aa9-68cc-462c-b594-72e9a1111e8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2917df3921ec3b73c3cf03262e0a0415", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2917df3921ec3b73c3cf03262e0a0415", + "x-ms-correlation-request-id": "123f4a8c-7d73-464f-8929-cf4151c30432", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;25087", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "59ae0d83-b15a-41e8-8416-bacadab4ab83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064635Z:123f4a8c-7d73-464f-8929-cf4151c30432" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4a780a4a41dad3d1f0527bd92ee74034", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a780a4a41dad3d1f0527bd92ee74034", + "x-ms-correlation-request-id": "1084406b-ae88-499f-bda3-d0eeeaa231f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;25086", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "b5909530-7b54-4dd8-8ba6-fde304a1949b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064635Z:1084406b-ae88-499f-bda3-d0eeeaa231f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60c6bf53706e2a59d4730a564de51aad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60c6bf53706e2a59d4730a564de51aad", + "x-ms-correlation-request-id": "504716a3-092a-4833-b426-dc23e45cadb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;25085", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "d8bffaf4-8b8b-4ae5-bf36-d4999d117200", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064635Z:504716a3-092a-4833-b426-dc23e45cadb4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6db743e5b79cf7fe0e443999a5990cdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6db743e5b79cf7fe0e443999a5990cdc", + "x-ms-correlation-request-id": "96e19ee3-9916-424b-b4d1-69fb469c5c5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;25084", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "1d17c3f8-8c60-4e6a-8d28-4a2bc3289d18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064635Z:96e19ee3-9916-424b-b4d1-69fb469c5c5f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ed2ce8fa343daa6b14d7567367b860a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ed2ce8fa343daa6b14d7567367b860a", + "x-ms-correlation-request-id": "50acbcc8-691d-4b1f-8f56-4c5db42ab1e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;25083", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "0a0e9b0e-ef9f-4af9-86c3-3301258d7328", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064636Z:50acbcc8-691d-4b1f-8f56-4c5db42ab1e9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ebf4ce38d32f9b97c0ce522a36c0843a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebf4ce38d32f9b97c0ce522a36c0843a", + "x-ms-correlation-request-id": "f0db92a4-884a-4da6-9abc-c68028a86cf4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;25082", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "44112b08-2a3a-4abc-b805-3669de5ac94d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064636Z:f0db92a4-884a-4da6-9abc-c68028a86cf4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ec62e67ab1241699dddbb4e4196c192", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ec62e67ab1241699dddbb4e4196c192", + "x-ms-correlation-request-id": "9c82ea5d-95f1-43f1-ae55-42f8f5b94ac2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;25081", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "487a1d12-13ba-40f5-af6d-0305ba92603b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064636Z:9c82ea5d-95f1-43f1-ae55-42f8f5b94ac2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7612fbe21a5bcac3736ae75507ca4f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7612fbe21a5bcac3736ae75507ca4f0", + "x-ms-correlation-request-id": "0851aa86-ed6e-46aa-9e7d-4399afb2d7e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;25080", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "c85c0767-949b-4e79-a12a-827188938c6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064637Z:0851aa86-ed6e-46aa-9e7d-4399afb2d7e7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "08003bc907b48cf865b34e5217495a29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08003bc907b48cf865b34e5217495a29", + "x-ms-correlation-request-id": "6c3b89d6-8b09-491c-979e-91c6c4af6067", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;25079", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "4ce1944a-21ed-45b9-9399-a5032be4ba2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064637Z:6c3b89d6-8b09-491c-979e-91c6c4af6067" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "076bbf0dad5e4594810a47dbfdf3f020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "076bbf0dad5e4594810a47dbfdf3f020", + "x-ms-correlation-request-id": "7f3c9243-28c9-4074-bfa1-8f5c8d6d5223", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;25078", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "1d184a63-b098-4558-8ed2-8f4c41c1ff01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064637Z:7f3c9243-28c9-4074-bfa1-8f5c8d6d5223" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0685ca39b996b6de37d472f2d35aa4ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0685ca39b996b6de37d472f2d35aa4ee", + "x-ms-correlation-request-id": "2f6c8939-502f-4b9d-91f3-c6451eb8bd83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;25077", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "d2de7035-783e-4239-a856-e4e99267bea0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064637Z:2f6c8939-502f-4b9d-91f3-c6451eb8bd83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "916884dc9c101c91a6ba86aac01c8e71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "916884dc9c101c91a6ba86aac01c8e71", + "x-ms-correlation-request-id": "43313dd6-d8ab-4cb4-9eb3-0729f63075aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;25076", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "0083e6a3-f041-43b6-a821-98c561592d50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064638Z:43313dd6-d8ab-4cb4-9eb3-0729f63075aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4c182dc253c45493e1b5d08a3ba27226", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c182dc253c45493e1b5d08a3ba27226", + "x-ms-correlation-request-id": "382c49a0-4808-4ff7-bd55-5572502ea43e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;25075", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "83b9aec2-f8bc-4248-97ab-d3cf6ef1e596", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064638Z:382c49a0-4808-4ff7-bd55-5572502ea43e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78fe58655f8b9c0f38695fdc3234f51a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78fe58655f8b9c0f38695fdc3234f51a", + "x-ms-correlation-request-id": "25057fcd-0537-4800-a7e8-31d6163a2e42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;25074", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "214adebc-5866-4122-bf5e-7ecbb10eecc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064638Z:25057fcd-0537-4800-a7e8-31d6163a2e42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a52f00465841892af114af5bcc07e004", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a52f00465841892af114af5bcc07e004", + "x-ms-correlation-request-id": "15ee3a76-1e8d-4473-a017-bcf157df6824", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;25073", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "ac7a4063-70b0-4ca0-8022-2800486cf171", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064638Z:15ee3a76-1e8d-4473-a017-bcf157df6824" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "67445f47151d63e51d7c135af4b621ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67445f47151d63e51d7c135af4b621ac", + "x-ms-correlation-request-id": "cfc6846d-d706-4db4-b449-5e1cb70f1caa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;25072", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "a3645332-1779-434d-806f-561f4773aed1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064639Z:cfc6846d-d706-4db4-b449-5e1cb70f1caa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a44b5bfcc720ce52e758777afb4cf31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a44b5bfcc720ce52e758777afb4cf31", + "x-ms-correlation-request-id": "1c2356a0-82e3-49b5-a01b-a4a56ad3db66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;25071", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "5071c7bd-dcf6-43fa-b946-0f4108c69012", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064639Z:1c2356a0-82e3-49b5-a01b-a4a56ad3db66" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2945a888df030fc1acc87c545cf953a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2945a888df030fc1acc87c545cf953a", + "x-ms-correlation-request-id": "57a8fd95-b5aa-4f7f-8b31-dffc74a790db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;25070", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "17945872-5823-420f-a885-4405d4896374", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064639Z:57a8fd95-b5aa-4f7f-8b31-dffc74a790db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "179b02f2a6c37a927a3739a88e6eb369", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "179b02f2a6c37a927a3739a88e6eb369", + "x-ms-correlation-request-id": "d5638489-6397-4752-8cd3-719805ae6bd0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;25069", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "ce1037ff-da9b-49ec-8e43-6e45abeeccc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064640Z:d5638489-6397-4752-8cd3-719805ae6bd0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "99d2e2ac4f2232bcb9141fa54520c75f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99d2e2ac4f2232bcb9141fa54520c75f", + "x-ms-correlation-request-id": "e9368453-81cb-4e9c-912c-fac11ae42f80", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;25068", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "7dfcc529-fca1-4a0f-a145-107fa69eda83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064640Z:e9368453-81cb-4e9c-912c-fac11ae42f80" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac844ce0b818e16dc81958b85453a1ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac844ce0b818e16dc81958b85453a1ac", + "x-ms-correlation-request-id": "d3a485c2-257a-4281-a22f-640cd14b05a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;25067", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "307fc33b-9c36-419a-b307-56cd4282005a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064640Z:d3a485c2-257a-4281-a22f-640cd14b05a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "62181e18fcfca31845695daf86ec355a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62181e18fcfca31845695daf86ec355a", + "x-ms-correlation-request-id": "1d0d7e29-0c24-4983-8b99-d03134e40de3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;25066", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "61fa6fee-f595-4708-94ac-862fd423941f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064640Z:1d0d7e29-0c24-4983-8b99-d03134e40de3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "42c8d96f06e9f45074f0d009f604dd65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42c8d96f06e9f45074f0d009f604dd65", + "x-ms-correlation-request-id": "e2be5c2a-c04c-4e38-ba91-5a1fa8c42b6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;25065", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "c93bd710-a517-4413-b57f-e49b7dd64881", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064641Z:e2be5c2a-c04c-4e38-ba91-5a1fa8c42b6f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "278c72726408e46234e167af5abd5bdb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "278c72726408e46234e167af5abd5bdb", + "x-ms-correlation-request-id": "5210ab58-a1c0-4e91-b043-21380b5a1924", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;25064", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "cedb4757-a774-4886-9898-e2d875dab731", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064641Z:5210ab58-a1c0-4e91-b043-21380b5a1924" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7a48fee35e8b12c3cd23ee0b2b0fac41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a48fee35e8b12c3cd23ee0b2b0fac41", + "x-ms-correlation-request-id": "81d74487-0baf-46cb-9159-19dfe7f7add2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;25063", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "75c5a2ae-a4f7-4617-9bbc-bcff827b848a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064641Z:81d74487-0baf-46cb-9159-19dfe7f7add2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "143cf88b0e5f0b5276e40e079fa199b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "143cf88b0e5f0b5276e40e079fa199b7", + "x-ms-correlation-request-id": "b3c3a4a4-5873-4388-8318-d64be8edce30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;25062", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "bea6545e-a8c6-47b0-9677-c6374e066c5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064641Z:b3c3a4a4-5873-4388-8318-d64be8edce30" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f825f59562bb13daaf7a59e47656b824", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f825f59562bb13daaf7a59e47656b824", + "x-ms-correlation-request-id": "3dc11acd-8265-4a10-ad25-02639f5cb950", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;25061", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "41270633-8c0f-4de8-ad63-d87f6ee74662", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064642Z:3dc11acd-8265-4a10-ad25-02639f5cb950" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "622325344680d47bab3d03a650bb722b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "622325344680d47bab3d03a650bb722b", + "x-ms-correlation-request-id": "b7d11eca-4e4a-49f3-a77c-02469346a484", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;25060", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "c20b70cf-c332-4a96-9ca2-e4aed13a1ba1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064642Z:b7d11eca-4e4a-49f3-a77c-02469346a484" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3676368ab4e928851d2964e5b56d9420", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3676368ab4e928851d2964e5b56d9420", + "x-ms-correlation-request-id": "e10bd25c-e836-4a6d-ad04-29ed7f4810eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;25059", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "8dacc689-8f26-49c8-9257-87e10f44a435", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064642Z:e10bd25c-e836-4a6d-ad04-29ed7f4810eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "79d3e92b367d4e3679504c7e5f33c3f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79d3e92b367d4e3679504c7e5f33c3f4", + "x-ms-correlation-request-id": "50d0a36c-5dbb-4d8c-b01a-1c2750365de7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;25058", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "ea4d82ee-414b-4d3a-8cf3-2c957aa96883", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064642Z:50d0a36c-5dbb-4d8c-b01a-1c2750365de7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "40592d0882e0803b9ffa4457e2961f3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40592d0882e0803b9ffa4457e2961f3d", + "x-ms-correlation-request-id": "7cf26e43-ab04-445e-ab43-8304de0e47a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;25057", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "45f0d991-53a9-4f9d-a481-24e37df630a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064643Z:7cf26e43-ab04-445e-ab43-8304de0e47a3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "677ae3a9f8e853aeff27bc986707c9ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "677ae3a9f8e853aeff27bc986707c9ea", + "x-ms-correlation-request-id": "126d08bd-60cc-4f63-9c58-8f2c6ab09a8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;25056", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "39e90e51-4296-43e8-bb7a-4940d6a52522", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064643Z:126d08bd-60cc-4f63-9c58-8f2c6ab09a8e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "87dd70655414a93fae52d983f2df6ce2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87dd70655414a93fae52d983f2df6ce2", + "x-ms-correlation-request-id": "c42166c7-5461-4aaa-a940-a047e3694e15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;25055", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "6d786570-b592-497d-837b-1bf19ed2ac25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064643Z:c42166c7-5461-4aaa-a940-a047e3694e15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7bd40e315cb80f0b7f0640b9c6a21998", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bd40e315cb80f0b7f0640b9c6a21998", + "x-ms-correlation-request-id": "46d27185-515e-4d15-9159-052405a166cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;25054", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "d91d35bb-3508-44b7-a1da-ab5aba4814b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064644Z:46d27185-515e-4d15-9159-052405a166cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "72f15a3098b95429a4d1b8961e2a6120", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72f15a3098b95429a4d1b8961e2a6120", + "x-ms-correlation-request-id": "51724a76-d1e6-4205-9dea-156c4bc07186", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;25053", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "9e5f546f-1618-4d48-9a86-a85c520d1aaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064644Z:51724a76-d1e6-4205-9dea-156c4bc07186" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5867d9bb4e33093164cd070e1386e20c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5867d9bb4e33093164cd070e1386e20c", + "x-ms-correlation-request-id": "690b3266-b000-4126-b529-a95334b4305f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;25052", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "e559b007-f4c0-4dbd-9a73-dce9617557bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064644Z:690b3266-b000-4126-b529-a95334b4305f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97524138f9ed9829e57fd7e6a375f055", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97524138f9ed9829e57fd7e6a375f055", + "x-ms-correlation-request-id": "791a34f8-ea93-46c0-95fa-ba2591591f3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;25051", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "8f93e2e4-7391-4355-9f5e-e601c58f0194", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064644Z:791a34f8-ea93-46c0-95fa-ba2591591f3c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecfd1fa4c13ae26528e80eeb901b411d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecfd1fa4c13ae26528e80eeb901b411d", + "x-ms-correlation-request-id": "fad4a365-91f0-4e0e-80ae-3d02bc2036b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;25050", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "d958b9e5-50ca-45fb-9b8c-86f315070f88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064645Z:fad4a365-91f0-4e0e-80ae-3d02bc2036b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd5dacefc9d8c132b0cf73b3764a66ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd5dacefc9d8c132b0cf73b3764a66ee", + "x-ms-correlation-request-id": "73638b88-1905-4d9c-a592-3a4c3779d24d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;25049", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "b20209ef-780b-478c-9870-4e5f9e6411fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064645Z:73638b88-1905-4d9c-a592-3a4c3779d24d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f469b2ddf68877d2dc6f6e05eb3d08c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f469b2ddf68877d2dc6f6e05eb3d08c9", + "x-ms-correlation-request-id": "62e484d0-066a-4663-a298-04dacc2c3753", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;25048", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "61ddd693-c770-4a24-bfe4-01671abe5ab6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064645Z:62e484d0-066a-4663-a298-04dacc2c3753" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f7f7b93e1318da7cec3c3c6b4db16bde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7f7b93e1318da7cec3c3c6b4db16bde", + "x-ms-correlation-request-id": "b49b8ea9-3942-4e50-8f7b-68865a63e2ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;25047", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "1f536180-a3ab-4f81-9df0-0fe9cf308731", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064645Z:b49b8ea9-3942-4e50-8f7b-68865a63e2ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd0e1f824cb1f895d9e600685b2dd572", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd0e1f824cb1f895d9e600685b2dd572", + "x-ms-correlation-request-id": "62797d07-cc47-489a-8859-4f406cce6727", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;25046", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "465cc233-cf6b-412b-aaa2-be9eef9cc621", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064646Z:62797d07-cc47-489a-8859-4f406cce6727" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bd74a9c66e52c9d5358e074bb967292b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd74a9c66e52c9d5358e074bb967292b", + "x-ms-correlation-request-id": "6bc16e68-f1ad-4327-8650-b87835a98d1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;25045", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "17cd47a0-5416-4698-ba43-b4536970b062", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064646Z:6bc16e68-f1ad-4327-8650-b87835a98d1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc8390032a2ef11724fe1d3213147fbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc8390032a2ef11724fe1d3213147fbf", + "x-ms-correlation-request-id": "917a02a9-71f7-44ee-974b-ed5f5b2aff9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;25043", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "6763a798-c24d-43f0-908c-00766932794a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064646Z:917a02a9-71f7-44ee-974b-ed5f5b2aff9e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a4a4c967ae3d138b4945a82345493f72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4a4c967ae3d138b4945a82345493f72", + "x-ms-correlation-request-id": "98a7d413-dfae-4a0b-8684-d8fc2a82214b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;25042", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "3f7b0e91-50c4-48b4-abae-dab12d34c043", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064647Z:98a7d413-dfae-4a0b-8684-d8fc2a82214b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ca64d5bc09aa9c439182985350a3b621", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca64d5bc09aa9c439182985350a3b621", + "x-ms-correlation-request-id": "de64754b-f0c1-4d22-a172-d4392e259f08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;25041", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "af68b25d-2ec4-45b1-be4c-c5f21f895e16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064647Z:de64754b-f0c1-4d22-a172-d4392e259f08" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f0e4470f84c255ee056f82e982f4abdb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0e4470f84c255ee056f82e982f4abdb", + "x-ms-correlation-request-id": "349f1281-afeb-4c92-832f-e9c147c42c42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;25040", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "166d087c-650b-44f3-a758-d6c67c277142", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064647Z:349f1281-afeb-4c92-832f-e9c147c42c42" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e75aabfb5b05d15850712ba1637c2a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e75aabfb5b05d15850712ba1637c2a6", + "x-ms-correlation-request-id": "ed4ce086-b139-49ab-bbd2-c3329368fa72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;25039", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "8f34fc2d-9cdf-4547-96ad-bee6c5fc3c68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064647Z:ed4ce086-b139-49ab-bbd2-c3329368fa72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fd13868e4e6437afe70fc53a875a1a9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd13868e4e6437afe70fc53a875a1a9d", + "x-ms-correlation-request-id": "27149127-e9b7-44cf-b0a4-aba48307b601", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;25037", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "9a2c95b2-d7d5-49a0-9dbb-6e4344bb64fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064648Z:27149127-e9b7-44cf-b0a4-aba48307b601" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a593bdd7782d597132876abb72333ecd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a593bdd7782d597132876abb72333ecd", + "x-ms-correlation-request-id": "0100ea62-7c9b-48c5-95ea-c693c9f431a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;25036", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "d5f337a3-d29d-4ebd-a61b-008d8d835440", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064648Z:0100ea62-7c9b-48c5-95ea-c693c9f431a3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fb5bdcadaee07176fb3e57a0efdbd62b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb5bdcadaee07176fb3e57a0efdbd62b", + "x-ms-correlation-request-id": "8ee413dc-b3f6-4244-8be2-b0f386349646", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;25035", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "ba644d21-f374-4690-86f9-5ecb74ffb851", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064648Z:8ee413dc-b3f6-4244-8be2-b0f386349646" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "58e375ed1ca3167815bacbdce4f4c5b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58e375ed1ca3167815bacbdce4f4c5b3", + "x-ms-correlation-request-id": "7b895ee6-067e-45bb-98b0-c09cc9b2f909", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;25034", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "63243838-bea2-4054-b869-78542019d568", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064648Z:7b895ee6-067e-45bb-98b0-c09cc9b2f909" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab8cf7d01fff28bc4622aaef21d06957", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab8cf7d01fff28bc4622aaef21d06957", + "x-ms-correlation-request-id": "e9c8f565-c2b1-402a-934a-9badb19d1c9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;25033", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "a0013c1c-50a0-430d-a4dc-2dde87da8eec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064649Z:e9c8f565-c2b1-402a-934a-9badb19d1c9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fcce3fb1e65090296344e526e3998c06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcce3fb1e65090296344e526e3998c06", + "x-ms-correlation-request-id": "2b94cb59-dd67-4da4-b6e9-fb05cf3902b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;25032", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "3a1178b8-9672-48ad-8116-fbcf42a04fb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064649Z:2b94cb59-dd67-4da4-b6e9-fb05cf3902b2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8cfa3782b4ece2cb9ba11807288f444", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8cfa3782b4ece2cb9ba11807288f444", + "x-ms-correlation-request-id": "efacccb7-b333-41cc-8b6c-0ba02949fe83", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;25031", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "5e451a88-0a39-4d2e-89cc-e94106539cae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064649Z:efacccb7-b333-41cc-8b6c-0ba02949fe83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a52b7350c826ea62cdfc47ba399545ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a52b7350c826ea62cdfc47ba399545ac", + "x-ms-correlation-request-id": "468d03d4-ef0a-4873-b40d-578e947fa5cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;25030", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "3c4fbda3-5748-4808-b7bd-0b418102c885", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064649Z:468d03d4-ef0a-4873-b40d-578e947fa5cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d76a3967100860812ff4396d4a81edb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d76a3967100860812ff4396d4a81edb", + "x-ms-correlation-request-id": "ccc86aee-1105-4944-9c02-45662d1dfa19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;25029", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "eebeabe7-8d9a-42bc-8ca3-c3174599cf00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064650Z:ccc86aee-1105-4944-9c02-45662d1dfa19" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6fd6a050e76eb0e041e52a52e3719423", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fd6a050e76eb0e041e52a52e3719423", + "x-ms-correlation-request-id": "a6360cd0-fd7a-42b7-b111-9cf55c4278da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;25028", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "7c298d82-768c-4c5b-9eba-27afc37ff1fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064650Z:a6360cd0-fd7a-42b7-b111-9cf55c4278da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ceea65747711de446aa5922685cb1625", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceea65747711de446aa5922685cb1625", + "x-ms-correlation-request-id": "e2db53e4-3f90-4349-9308-7d3a71830300", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;25027", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "b41c2d76-c208-4d87-a0d3-fba4cd9149c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064650Z:e2db53e4-3f90-4349-9308-7d3a71830300" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "996a6cddd6beae3ec3c63b1b47b6a2a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "996a6cddd6beae3ec3c63b1b47b6a2a0", + "x-ms-correlation-request-id": "022d5a19-229f-4062-a50b-c8c1478f6266", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;25026", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "f9745a87-e5fc-4122-8348-f58cbaae21ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064651Z:022d5a19-229f-4062-a50b-c8c1478f6266" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f221f6b50bdd8c95cf804c854b92a75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f221f6b50bdd8c95cf804c854b92a75", + "x-ms-correlation-request-id": "b25fe895-578e-4ef3-868b-be6b88d9e5d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;25025", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "e942d823-95d7-423f-bac5-a55343709d7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064651Z:b25fe895-578e-4ef3-868b-be6b88d9e5d6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "777505cffb079e65263c0a4a3b2996b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "777505cffb079e65263c0a4a3b2996b4", + "x-ms-correlation-request-id": "738b2ca1-97af-4273-b58a-b463437c9a14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;25024", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "9f5edd7d-ea40-4ea9-8d36-f3cf9582d321", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064651Z:738b2ca1-97af-4273-b58a-b463437c9a14" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "66baf103a7a98c67a3913cc6d1765a09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66baf103a7a98c67a3913cc6d1765a09", + "x-ms-correlation-request-id": "7dde0ebd-83be-4802-b81a-760b00ad5d56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;25023", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "6d459751-c004-4a57-a2b9-61e06c81c20f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064651Z:7dde0ebd-83be-4802-b81a-760b00ad5d56" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "424bc59c2b417099ba834881457e9d33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "424bc59c2b417099ba834881457e9d33", + "x-ms-correlation-request-id": "b171c42e-4069-4349-9431-b64c9b981527", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;25022", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "025753bc-abf6-4960-9f48-417430e2ac0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064652Z:b171c42e-4069-4349-9431-b64c9b981527" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "63c45061c4fe28cc9de8d476be9eccaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63c45061c4fe28cc9de8d476be9eccaf", + "x-ms-correlation-request-id": "496caef1-88ec-4037-9dac-6aff51c75ca6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;25021", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "a466c8bc-5a9f-4eed-9232-18e758af147a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064652Z:496caef1-88ec-4037-9dac-6aff51c75ca6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75ae01e154ddd872584aab255ee54624", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75ae01e154ddd872584aab255ee54624", + "x-ms-correlation-request-id": "998f3907-95d3-48e0-893e-8ab9223d2d79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;25020", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "ae12d987-a524-4623-89ef-884ef9638f36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064652Z:998f3907-95d3-48e0-893e-8ab9223d2d79" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "806409f3f7b1d80af923a4595722b11b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "806409f3f7b1d80af923a4595722b11b", + "x-ms-correlation-request-id": "37bd6f9c-c20e-4404-accb-9fb34c6d72f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;25019", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "0a4f4995-3e90-4890-90d9-dbba1013e208", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064653Z:37bd6f9c-c20e-4404-accb-9fb34c6d72f5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44a099b728d00d55ddec0ab418a6cab8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44a099b728d00d55ddec0ab418a6cab8", + "x-ms-correlation-request-id": "f7603c62-08df-44cd-bd75-6f1c52206412", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;25018", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "b92f77e4-6348-42f0-89cd-5a36b23277d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064653Z:f7603c62-08df-44cd-bd75-6f1c52206412" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b483afa14b3aeafef6d67bb9af198035", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b483afa14b3aeafef6d67bb9af198035", + "x-ms-correlation-request-id": "ee8e6952-736c-44f8-8818-1e03c2614c6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;25017", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "eb5eb4aa-9283-4091-9365-89b4280d413c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064653Z:ee8e6952-736c-44f8-8818-1e03c2614c6e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c56e90990145cb54b457a3c4ec56bf53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c56e90990145cb54b457a3c4ec56bf53", + "x-ms-correlation-request-id": "8b6e4ee1-aa5d-4719-ad36-00cd0dbe83ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;25016", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "b0e367c6-52c4-4ba1-86b3-b121cd220b09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064653Z:8b6e4ee1-aa5d-4719-ad36-00cd0dbe83ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a7b7eb59fc9f6be19ab54ef9ac9b5dc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7b7eb59fc9f6be19ab54ef9ac9b5dc4", + "x-ms-correlation-request-id": "17c19715-4a59-4cfb-b92b-d6d17eaf5f5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;25015", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "f36d5784-ff7e-4ccf-be47-486b6fdde1da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064654Z:17c19715-4a59-4cfb-b92b-d6d17eaf5f5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "871bd46c04379f735bb800e2a839fe9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "871bd46c04379f735bb800e2a839fe9f", + "x-ms-correlation-request-id": "a9815b69-4d0e-450b-afa9-fe6cf8ec0911", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;25014", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "4bc1a70e-8abb-4236-851e-1b513d135cf5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064654Z:a9815b69-4d0e-450b-afa9-fe6cf8ec0911" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3602816d8619c96af022a8fb35a1e18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3602816d8619c96af022a8fb35a1e18", + "x-ms-correlation-request-id": "a15aa64b-45cd-4385-bab4-6368d8c57ce4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;25013", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "8b627d63-8834-4f28-ab0a-40129d2b875b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064654Z:a15aa64b-45cd-4385-bab4-6368d8c57ce4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1758def9373b541b78184ce7fcfec361", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1758def9373b541b78184ce7fcfec361", + "x-ms-correlation-request-id": "b253f997-1a53-412b-a85d-12b3682d10a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;25012", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "eb5f3486-95db-4983-8121-6c28dfd8d729", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064654Z:b253f997-1a53-412b-a85d-12b3682d10a0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "84e3aeb6993b93623e7fd835dae3eb00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84e3aeb6993b93623e7fd835dae3eb00", + "x-ms-correlation-request-id": "04d59136-2085-4fb8-bd7a-0e4c1e5b586c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;25011", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "0ffa7782-fcf4-4bbd-a751-b6c1c4524b75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064655Z:04d59136-2085-4fb8-bd7a-0e4c1e5b586c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9e8e899e7e1de640d0c4b498caf9fb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9e8e899e7e1de640d0c4b498caf9fb0", + "x-ms-correlation-request-id": "d0e55452-79c2-46eb-9343-09c820fe31e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;25010", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "390a0608-9132-49fc-80af-6d0a4e118223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064655Z:d0e55452-79c2-46eb-9343-09c820fe31e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "04d9c93f9a775fdd7cc5d9bc5fe67994", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04d9c93f9a775fdd7cc5d9bc5fe67994", + "x-ms-correlation-request-id": "26803ea3-c314-4535-95a2-1236246db601", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;25009", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "1cd6ad38-c047-4984-93be-7e88cd3783d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064655Z:26803ea3-c314-4535-95a2-1236246db601" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "134d4b2cf915cf7f4904762f4e19068e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "134d4b2cf915cf7f4904762f4e19068e", + "x-ms-correlation-request-id": "b5891f03-6634-456c-bc1c-dc3d60ce681d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;25008", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "42a18535-eed9-4561-8c71-774745f5af30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064656Z:b5891f03-6634-456c-bc1c-dc3d60ce681d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11f528dfe70aff890b894d1c0da87f27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11f528dfe70aff890b894d1c0da87f27", + "x-ms-correlation-request-id": "df4443f1-48cd-4dcf-a835-2ac0703fcfd1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;25007", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "08768c7d-aeb0-4a40-bcef-79e446a2dcb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064656Z:df4443f1-48cd-4dcf-a835-2ac0703fcfd1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "401cb6928c62469a4909bb7223ad1162", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "401cb6928c62469a4909bb7223ad1162", + "x-ms-correlation-request-id": "6a28fd81-1d31-41b0-a8c6-4dfce1a19d41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;25006", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "d29c91db-6ebc-420b-9303-a43c4b9b1bc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064656Z:6a28fd81-1d31-41b0-a8c6-4dfce1a19d41" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36dc4bbe68f1458ac24d088cab63c2a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36dc4bbe68f1458ac24d088cab63c2a1", + "x-ms-correlation-request-id": "dee2d918-e78b-4d03-96ad-d390840ef10b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;25005", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "ab91bc75-7e06-4186-91eb-b0c8b8a164f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064656Z:dee2d918-e78b-4d03-96ad-d390840ef10b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "979d4f84c6fc532c8daec7002c16db5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "979d4f84c6fc532c8daec7002c16db5d", + "x-ms-correlation-request-id": "26120fe1-94ab-4eec-8734-5d0d4991097a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;25004", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "6a455f0c-1660-4ccf-997b-72a8f6e1019c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064657Z:26120fe1-94ab-4eec-8734-5d0d4991097a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c25deb7748cb29362cd77e14830d9be6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c25deb7748cb29362cd77e14830d9be6", + "x-ms-correlation-request-id": "ab20072a-0856-404f-b006-a4eabe5d6a96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;25003", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "e696778f-5140-482b-b42f-c187c3cc77b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064657Z:ab20072a-0856-404f-b006-a4eabe5d6a96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3ed1a477910f8651e89a942a08919ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3ed1a477910f8651e89a942a08919ab", + "x-ms-correlation-request-id": "cfbe1f03-5fa4-4d26-8681-4cc2aeab8d72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;25002", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "9f176cae-e24c-42c8-ba92-4df5365629af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064658Z:cfbe1f03-5fa4-4d26-8681-4cc2aeab8d72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c015ab71ff053bd519736b254717cf80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c015ab71ff053bd519736b254717cf80", + "x-ms-correlation-request-id": "64da78e8-1511-467a-b9ee-9513753f735c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;25001", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "548a223a-6c43-47a0-b35b-36f6c3a6b2fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064658Z:64da78e8-1511-467a-b9ee-9513753f735c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "12b9e1130828fd4c8565a3419ff388a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12b9e1130828fd4c8565a3419ff388a2", + "x-ms-correlation-request-id": "5683c98f-1938-414d-86bb-db8ad6b442cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;25000", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "c1f8e232-c87c-47ca-b208-4be500ffaf99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064658Z:5683c98f-1938-414d-86bb-db8ad6b442cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d8a2d3bddaf847e044b2ba9c0e40b107", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8a2d3bddaf847e044b2ba9c0e40b107", + "x-ms-correlation-request-id": "cdac0a8e-7a82-4553-8024-d67c912d065c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;24999", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "43830fc0-c20e-437a-87fb-1ea24537d864", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064659Z:cdac0a8e-7a82-4553-8024-d67c912d065c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bf2f28ba07d069825e173ba05c939c25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf2f28ba07d069825e173ba05c939c25", + "x-ms-correlation-request-id": "895f26b0-8261-4564-85df-09e8bdaf4b8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;24998", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "933ccc7c-aa22-40ae-9387-d72ed8d06b12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064659Z:895f26b0-8261-4564-85df-09e8bdaf4b8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7367c9ebf67539870171cd764dafef44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7367c9ebf67539870171cd764dafef44", + "x-ms-correlation-request-id": "1f8c0fb3-e37f-487f-9564-852a892136f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;24997", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "6efb1ee5-754e-47b9-bfca-21cf5c8aade5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064659Z:1f8c0fb3-e37f-487f-9564-852a892136f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76879cb4c9c4b6d151387ae09e40ebb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76879cb4c9c4b6d151387ae09e40ebb1", + "x-ms-correlation-request-id": "e5d14385-a7bd-4359-84db-24e8320605b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;24996", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "ecc8b99a-650a-434b-83a1-3dcadbd644e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064659Z:e5d14385-a7bd-4359-84db-24e8320605b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "44b194153dd8c392a1f6be5e3a0b1cae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44b194153dd8c392a1f6be5e3a0b1cae", + "x-ms-correlation-request-id": "8aeca701-4fd2-4cbf-8cc5-c80de5946d18", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;24995", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "223327ea-ec6d-48a2-b270-ae7ef389589f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064700Z:8aeca701-4fd2-4cbf-8cc5-c80de5946d18" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bfebf628250c2261f7b1223c7ca69ac0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfebf628250c2261f7b1223c7ca69ac0", + "x-ms-correlation-request-id": "95b68524-1d93-47a6-8097-cf57a06aa304", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14572,Microsoft.Compute/GetOperation30Min;24994", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "6a3148f9-a0ad-4c5f-a034-b4bd594ca426", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064700Z:95b68524-1d93-47a6-8097-cf57a06aa304" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b8611c85aafe776c0ac3d5ce0a727c45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:46:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8611c85aafe776c0ac3d5ce0a727c45", + "x-ms-correlation-request-id": "5c4a4d40-ba67-4825-952b-5506c01ca6fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14571,Microsoft.Compute/GetOperation30Min;24993", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "e1cd96fa-0a46-4384-9ba6-acc3aef4dc58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064700Z:5c4a4d40-ba67-4825-952b-5506c01ca6fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8b8cc1c2b54f0a5338f4d271a5546fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8b8cc1c2b54f0a5338f4d271a5546fa", + "x-ms-correlation-request-id": "bde0082b-6e00-43ea-98ce-875c87533187", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14570,Microsoft.Compute/GetOperation30Min;24992", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "e10de202-791a-4cdb-b86b-ed6582ef02a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064700Z:bde0082b-6e00-43ea-98ce-875c87533187" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1dd9fd5c63aa7db08a74b5484f931784", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dd9fd5c63aa7db08a74b5484f931784", + "x-ms-correlation-request-id": "7e8b18f6-85dd-47e6-8a4c-58219942762a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14569,Microsoft.Compute/GetOperation30Min;24991", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "26342a2e-6bc0-439b-b6af-a583acb2a0f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064701Z:7e8b18f6-85dd-47e6-8a4c-58219942762a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b020dc34f1ee5a6c7670856e5d445cb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b020dc34f1ee5a6c7670856e5d445cb4", + "x-ms-correlation-request-id": "276aa064-6628-4f85-8e32-e4807ee64217", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14568,Microsoft.Compute/GetOperation30Min;24990", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "ad02f704-0ec7-4b34-bc94-55b383883688", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064701Z:276aa064-6628-4f85-8e32-e4807ee64217" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0c71db7d5e99b89b1b3b1ee0765ca19f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c71db7d5e99b89b1b3b1ee0765ca19f", + "x-ms-correlation-request-id": "668f7e27-d47e-48ec-b215-d7374e2f0718", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14567,Microsoft.Compute/GetOperation30Min;24989", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "b3150fe3-f45f-4f8e-8b96-4dab2b3bd634", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064701Z:668f7e27-d47e-48ec-b215-d7374e2f0718" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3df2c87896356a0c917ea639dd411f45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3df2c87896356a0c917ea639dd411f45", + "x-ms-correlation-request-id": "9a84fd41-5ae6-4449-8a16-a137930c96b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14566,Microsoft.Compute/GetOperation30Min;24988", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "f2bd8dde-93d8-467c-ac33-fc231d0cf47e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064701Z:9a84fd41-5ae6-4449-8a16-a137930c96b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "74cb01170a21d6ea416794b2d38be41a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74cb01170a21d6ea416794b2d38be41a", + "x-ms-correlation-request-id": "b19c86d8-687f-4525-be26-b4550c9324eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14565,Microsoft.Compute/GetOperation30Min;24987", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "f0faa62e-795f-4751-8a70-a62711929681", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064702Z:b19c86d8-687f-4525-be26-b4550c9324eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "94f6e5cf1f52e67ecf077b1ab761dad9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94f6e5cf1f52e67ecf077b1ab761dad9", + "x-ms-correlation-request-id": "1b48fe54-2a97-453a-b6b8-7c5d82a5dacc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14564,Microsoft.Compute/GetOperation30Min;24986", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "235fffec-9ebb-428c-884b-e170ffd308cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064702Z:1b48fe54-2a97-453a-b6b8-7c5d82a5dacc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "74c8d81b2c916d7dde1cfcce01599705", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74c8d81b2c916d7dde1cfcce01599705", + "x-ms-correlation-request-id": "f60dae44-5f59-4c6b-9afb-4bd2ec5b88e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14563,Microsoft.Compute/GetOperation30Min;24985", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "a3a4d75c-af41-4eef-94b1-d16a06da3502", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064702Z:f60dae44-5f59-4c6b-9afb-4bd2ec5b88e3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f76a8c9a8b4bf8f382e4a51a8fcf1edf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f76a8c9a8b4bf8f382e4a51a8fcf1edf", + "x-ms-correlation-request-id": "e2702f0f-698f-43dc-bda6-97c01674fa64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14562,Microsoft.Compute/GetOperation30Min;24984", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "d4945875-9006-4674-be7b-5e7f96c58666", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064702Z:e2702f0f-698f-43dc-bda6-97c01674fa64" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fa97ba8c6fc3a2886888b63522b0e575", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa97ba8c6fc3a2886888b63522b0e575", + "x-ms-correlation-request-id": "ecacfe1b-f7bd-4d7f-8927-bf43aa8c080a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14561,Microsoft.Compute/GetOperation30Min;24983", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "328e5ed7-48b0-421c-a360-3eaf51ef0e2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064703Z:ecacfe1b-f7bd-4d7f-8927-bf43aa8c080a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a80756fe2f7908ee5cff2ad8763de0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a80756fe2f7908ee5cff2ad8763de0e", + "x-ms-correlation-request-id": "a122fbc7-e44a-4eab-b32e-b4422942def3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14560,Microsoft.Compute/GetOperation30Min;24982", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "9165cb19-0104-4c70-ae56-40f26b3600d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064703Z:a122fbc7-e44a-4eab-b32e-b4422942def3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46421cfd9cc12b4204c78fc2d4bdd6d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46421cfd9cc12b4204c78fc2d4bdd6d2", + "x-ms-correlation-request-id": "bc6a1a50-7e39-4e23-b1c7-c31920379b92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14559,Microsoft.Compute/GetOperation30Min;24981", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "5549ba89-f649-4bdb-93e1-2556bef01356", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064703Z:bc6a1a50-7e39-4e23-b1c7-c31920379b92" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19aa2ffef44fa9e82c0714f37ddb1a04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19aa2ffef44fa9e82c0714f37ddb1a04", + "x-ms-correlation-request-id": "4a1dd291-96dc-4334-abe2-926da8a8e096", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14558,Microsoft.Compute/GetOperation30Min;24980", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "74510b1e-42b2-4e16-9bdc-33453713b614", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064703Z:4a1dd291-96dc-4334-abe2-926da8a8e096" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0538a8aa9f6ed3b43354262f53cbbb28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0538a8aa9f6ed3b43354262f53cbbb28", + "x-ms-correlation-request-id": "4d3e5e91-7bf4-4eeb-bee1-afe1c0fc5f3b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14557,Microsoft.Compute/GetOperation30Min;24979", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "1372813b-4739-4854-8267-1652e6331ac3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064704Z:4d3e5e91-7bf4-4eeb-bee1-afe1c0fc5f3b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "58ae20f9c4b809be349819ba884eae29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58ae20f9c4b809be349819ba884eae29", + "x-ms-correlation-request-id": "8828ef94-d4d7-4d30-815d-d808307256b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14556,Microsoft.Compute/GetOperation30Min;24978", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "70ba2d40-50ea-4ae6-a79c-9f6cdf8569ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064704Z:8828ef94-d4d7-4d30-815d-d808307256b1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c178bacd0845f637ad7e6facdb85660", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c178bacd0845f637ad7e6facdb85660", + "x-ms-correlation-request-id": "03db0816-3878-439e-bd41-bdd6962783ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14555,Microsoft.Compute/GetOperation30Min;24977", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "b2dd0d79-6c67-4a45-964a-e6ca17bec525", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064704Z:03db0816-3878-439e-bd41-bdd6962783ca" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5dfaec4cc22ce64ce92fd0d585f94be4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5dfaec4cc22ce64ce92fd0d585f94be4", + "x-ms-correlation-request-id": "7b92e425-e58e-435b-b206-09505d381341", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14554,Microsoft.Compute/GetOperation30Min;24976", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "c01129d3-b2aa-4abc-a81d-75d7f0335c6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064704Z:7b92e425-e58e-435b-b206-09505d381341" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c782fda68eb428a3bc4fdde1ddc43b7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c782fda68eb428a3bc4fdde1ddc43b7c", + "x-ms-correlation-request-id": "bea36c9a-4217-4903-888c-90687602e25b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14553,Microsoft.Compute/GetOperation30Min;24975", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "1c42b938-8c07-4afd-af4b-3a1fd4789d5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064705Z:bea36c9a-4217-4903-888c-90687602e25b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b6eb9425154eafc3f314355ff8eda80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b6eb9425154eafc3f314355ff8eda80", + "x-ms-correlation-request-id": "bdb1754b-770c-47c1-9ae7-a5c4ca2f827b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14552,Microsoft.Compute/GetOperation30Min;24974", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "b2018972-6b56-4e43-9abd-e55816434648", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064705Z:bdb1754b-770c-47c1-9ae7-a5c4ca2f827b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d054018c8e36bdac48d1a1dde46a0925", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d054018c8e36bdac48d1a1dde46a0925", + "x-ms-correlation-request-id": "b7d8bbed-5cad-4155-acc2-8af0128393bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14551,Microsoft.Compute/GetOperation30Min;24973", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "6e7e8eba-f4d2-440e-a1cb-1a4f3c3fe6c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064705Z:b7d8bbed-5cad-4155-acc2-8af0128393bd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb9254f3af8b5590009888834b4d292d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb9254f3af8b5590009888834b4d292d", + "x-ms-correlation-request-id": "97546aab-a9f6-4014-be14-4abee011e6d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;24972", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "023b6a9c-0b57-46e6-9aae-2ad2378c54cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064705Z:97546aab-a9f6-4014-be14-4abee011e6d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dc545c746a6fb4460db05283b01e06d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc545c746a6fb4460db05283b01e06d4", + "x-ms-correlation-request-id": "ae072002-daec-42f5-a746-fa34d8e79b32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;24971", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "6ff6ce7a-fe0b-4265-84a9-4c5ee991da92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064706Z:ae072002-daec-42f5-a746-fa34d8e79b32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab611d270efcddf571fecf9d052971fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab611d270efcddf571fecf9d052971fb", + "x-ms-correlation-request-id": "9fc4595f-0ac8-434d-96de-d7cbe0dd06a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;24970", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "ff2cf890-676d-4a0e-a9f0-47ecc299c011", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064706Z:9fc4595f-0ac8-434d-96de-d7cbe0dd06a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "876873a72d1689b50edebedb5c0da5e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "876873a72d1689b50edebedb5c0da5e2", + "x-ms-correlation-request-id": "47bcdd35-e89d-4ff4-936d-f5e8d873da1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;24969", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "e5df2158-3966-4086-8215-229cf7017b9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064706Z:47bcdd35-e89d-4ff4-936d-f5e8d873da1f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2d5bb4917deb663167776a709aa8aee3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d5bb4917deb663167776a709aa8aee3", + "x-ms-correlation-request-id": "57622b7f-568c-44ad-b0c5-1bf6c6666b5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;24968", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "15603190-9331-4871-b3be-43a67c480e61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064707Z:57622b7f-568c-44ad-b0c5-1bf6c6666b5a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3cdb573e7eb6fabd68d89c1d4f1a8064", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cdb573e7eb6fabd68d89c1d4f1a8064", + "x-ms-correlation-request-id": "59af79f5-ab1d-447b-b6e2-c447ba80db2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;24967", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "68122545-2108-4cfd-995a-fb20c717a08e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064707Z:59af79f5-ab1d-447b-b6e2-c447ba80db2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "510ced5944ce2a0f42021f9fc244ee66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "510ced5944ce2a0f42021f9fc244ee66", + "x-ms-correlation-request-id": "c983befd-04c7-40d3-9e73-6cd18d3905cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;24966", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "3b46c611-af0e-4af8-8239-5c42c121658f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064707Z:c983befd-04c7-40d3-9e73-6cd18d3905cb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "049cda2f6831132bf660c513e113164d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "049cda2f6831132bf660c513e113164d", + "x-ms-correlation-request-id": "27bce0d3-4c4c-48ba-a25b-678610f56617", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;24965", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "538e9314-6ff7-4eb9-9427-11374184109a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064707Z:27bce0d3-4c4c-48ba-a25b-678610f56617" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac1706f65d9cfa1548b1fab35e1e3823", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac1706f65d9cfa1548b1fab35e1e3823", + "x-ms-correlation-request-id": "3a340443-6667-4c0e-ad30-95ba80189b26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;24964", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "45881084-d265-45ed-a945-804fb9eb1648", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064708Z:3a340443-6667-4c0e-ad30-95ba80189b26" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75ee36ea7b7ef032c1f85a6d7efb482e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75ee36ea7b7ef032c1f85a6d7efb482e", + "x-ms-correlation-request-id": "78ff84b4-33f1-42db-8a80-f7203bd27f77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;24963", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "13d8dd91-54b7-4504-bfc7-d8d9340f914f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064708Z:78ff84b4-33f1-42db-8a80-f7203bd27f77" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bba9d2ec412dd1cac5a1bc806e78b4d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bba9d2ec412dd1cac5a1bc806e78b4d8", + "x-ms-correlation-request-id": "feab2a44-aed0-462c-a793-477422689c53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;24962", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "bf476520-b75d-49a5-9de6-8d2d3f66639f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064708Z:feab2a44-aed0-462c-a793-477422689c53" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa29a127a1257acfd426eba303a77c4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa29a127a1257acfd426eba303a77c4c", + "x-ms-correlation-request-id": "3c959a9c-4ef2-4d2d-be42-ba211a4a9fcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;24961", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "2cace00e-3426-4a9a-80da-5258f6ed6c37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064708Z:3c959a9c-4ef2-4d2d-be42-ba211a4a9fcd" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8cc7cb687d75a8f66b1cb0dcbfb18249", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cc7cb687d75a8f66b1cb0dcbfb18249", + "x-ms-correlation-request-id": "cb55db14-4cb2-4ba2-b8a8-5eb129961988", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;24960", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "b49b77e9-4111-4eea-ae52-830cc49520cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064709Z:cb55db14-4cb2-4ba2-b8a8-5eb129961988" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd4681449dd24a09032ee7065627ce1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd4681449dd24a09032ee7065627ce1d", + "x-ms-correlation-request-id": "0141e353-df0a-47c1-812b-b9bd9e9b44aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;24959", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "e80369a6-84fc-4b89-b530-ff66f644006c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064709Z:0141e353-df0a-47c1-812b-b9bd9e9b44aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a218702528b1aa63ab803f08f1f2bb22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a218702528b1aa63ab803f08f1f2bb22", + "x-ms-correlation-request-id": "168532aa-bf6f-4e45-b9d1-d4ae03846a4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;24958", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "e7a1f004-72b9-4f35-9ce7-0b349958a4ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064709Z:168532aa-bf6f-4e45-b9d1-d4ae03846a4b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "825ea1a39e61ca79c27c884696ef5144", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "825ea1a39e61ca79c27c884696ef5144", + "x-ms-correlation-request-id": "1cb35db0-6a45-4617-b54f-65665d5a664a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;24957", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "fa38ca9c-c25c-40bc-997b-b01f74a6c454", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064709Z:1cb35db0-6a45-4617-b54f-65665d5a664a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4eb7924edf991b981d9c31515e005910", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4eb7924edf991b981d9c31515e005910", + "x-ms-correlation-request-id": "cdbb1d20-337f-4394-89ed-33303accfd04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;24956", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "ed93fb69-94da-48ca-9df4-e343b762a30f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064710Z:cdbb1d20-337f-4394-89ed-33303accfd04" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b463c4734cc886bbf64de0349f1d14bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b463c4734cc886bbf64de0349f1d14bb", + "x-ms-correlation-request-id": "a224f359-1043-44a2-9783-4c4c8ea12b37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;24955", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "4af96284-7a44-423f-ab9a-2a436c5536d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064710Z:a224f359-1043-44a2-9783-4c4c8ea12b37" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ebafa2f6c3bc488094364c56d276bc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ebafa2f6c3bc488094364c56d276bc1", + "x-ms-correlation-request-id": "e18d9694-31cc-4ad8-b370-4b7a09fc6942", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;24954", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "8ba89a7b-7f12-4b07-935a-fce2eadff730", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064710Z:e18d9694-31cc-4ad8-b370-4b7a09fc6942" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d1d378229d8c027cd730584cff637c00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1d378229d8c027cd730584cff637c00", + "x-ms-correlation-request-id": "1174ff6e-2af9-42e3-86ad-e58f1941e927", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;24953", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "77d15447-fb43-4d4f-bd7c-9e6f346fab36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064710Z:1174ff6e-2af9-42e3-86ad-e58f1941e927" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "64227587fb4606d53c9eab85e7f619ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64227587fb4606d53c9eab85e7f619ce", + "x-ms-correlation-request-id": "e6eb9307-ca0f-4f70-9d2d-e2ad901abc10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;24952", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "b6569bf0-259f-42b5-a94d-8f4d9a4e5e26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064711Z:e6eb9307-ca0f-4f70-9d2d-e2ad901abc10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27121fe2424a912f7db8860a133cc5a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27121fe2424a912f7db8860a133cc5a5", + "x-ms-correlation-request-id": "ec61918c-c576-46c3-b58f-de55b11dcbd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;24951", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "6c7a950f-a9ec-4d14-a6cf-186687256af2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064711Z:ec61918c-c576-46c3-b58f-de55b11dcbd7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f73d64c60605277ba2cc94edf1f71ae1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f73d64c60605277ba2cc94edf1f71ae1", + "x-ms-correlation-request-id": "bfd2a90e-315c-4e5b-b5d4-86b3b6143f9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;24950", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "1ebef3e7-b241-49b3-9885-8e34715bfd0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064711Z:bfd2a90e-315c-4e5b-b5d4-86b3b6143f9f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df6a8917545144b64690e78d74caf200", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df6a8917545144b64690e78d74caf200", + "x-ms-correlation-request-id": "15fa96f3-33bf-4dc7-9f03-fe7788c8013c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;24949", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "8c6919a2-ce8c-42e0-afc5-c0d38d863f65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064711Z:15fa96f3-33bf-4dc7-9f03-fe7788c8013c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "83be05d922b8dbc9a4ea847dae42a085", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83be05d922b8dbc9a4ea847dae42a085", + "x-ms-correlation-request-id": "bea68e31-c7c9-4371-a1c0-ede32c63ada2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;24948", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "c6d503ff-e9f5-41c1-ba09-69f8df9e0ade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064712Z:bea68e31-c7c9-4371-a1c0-ede32c63ada2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8af2a59ee5d17254aef8b0741fedb2d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8af2a59ee5d17254aef8b0741fedb2d7", + "x-ms-correlation-request-id": "7916d09e-c2fc-4195-8762-5a523c8bdf53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;24947", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "0018ae48-47a7-4a5a-a084-91bc20cea995", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064712Z:7916d09e-c2fc-4195-8762-5a523c8bdf53" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec1394d99739f528c08e3b66cf389604", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec1394d99739f528c08e3b66cf389604", + "x-ms-correlation-request-id": "cfc7bb02-0f79-42b0-a3ec-d091b5c8296c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;24946", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "8b4ba1e9-8e28-475a-a5e4-1a8eb953ab78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064712Z:cfc7bb02-0f79-42b0-a3ec-d091b5c8296c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ceef61f068d8f42eb14cd5c07155bbb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceef61f068d8f42eb14cd5c07155bbb6", + "x-ms-correlation-request-id": "8ede5546-0cf7-4227-99d0-c2fb5595de27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;24945", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "087decf4-9812-40f7-9e21-d9d2eaff364f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064712Z:8ede5546-0cf7-4227-99d0-c2fb5595de27" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19a3ad38b32e064c7dfdc942a9eda275", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19a3ad38b32e064c7dfdc942a9eda275", + "x-ms-correlation-request-id": "aee08acb-b33a-452f-9586-d712d292d68d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14522,Microsoft.Compute/GetOperation30Min;24944", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "a851cbd4-30aa-414b-b31f-0c59b06dcef4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064713Z:aee08acb-b33a-452f-9586-d712d292d68d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be83ac61e3fe70ff651f3bedc268846b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be83ac61e3fe70ff651f3bedc268846b", + "x-ms-correlation-request-id": "5fd2e8df-7e48-4fe1-9a75-d631fe1a2a2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;24943", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "61cf206f-35ae-4593-a794-d8ab8aa11724", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064713Z:5fd2e8df-7e48-4fe1-9a75-d631fe1a2a2d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "222e85d37c943cd515e851da9eeb4ac3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "222e85d37c943cd515e851da9eeb4ac3", + "x-ms-correlation-request-id": "24278ebd-955e-404b-8baf-498529f17b73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;24942", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "f66956fe-2e64-425f-8b8d-108adb5c527a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064713Z:24278ebd-955e-404b-8baf-498529f17b73" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c45e5fa9fdd154b8ad32b40f785e4415", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c45e5fa9fdd154b8ad32b40f785e4415", + "x-ms-correlation-request-id": "23bbf60d-7b3e-4ae7-ad8f-57b63f52052a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;24941", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "d185beba-27ee-4085-9a2b-2f3f2f887fe2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064713Z:23bbf60d-7b3e-4ae7-ad8f-57b63f52052a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "246f5e797fbfe4e0d747a8159224d27a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "246f5e797fbfe4e0d747a8159224d27a", + "x-ms-correlation-request-id": "99bbd7ef-52be-4332-866a-996fd6dd16eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;24940", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "1da7b721-727e-4b80-a4eb-5e889d6510a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064714Z:99bbd7ef-52be-4332-866a-996fd6dd16eb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "624377d4bf09d599cdd97562c8c5c3b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "624377d4bf09d599cdd97562c8c5c3b6", + "x-ms-correlation-request-id": "ac303648-2e14-414c-a19a-0bd9c4fc0b53", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;24939", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "8d31ff02-d0e9-4fb6-a199-053b54cfff79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064714Z:ac303648-2e14-414c-a19a-0bd9c4fc0b53" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f613ba4267c2a047f79ed8954a2c288", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f613ba4267c2a047f79ed8954a2c288", + "x-ms-correlation-request-id": "1b1c8bf9-8b02-45de-b43b-81239ea1552e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;24938", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "a435339b-c84d-4a62-821e-fe422ea309c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064714Z:1b1c8bf9-8b02-45de-b43b-81239ea1552e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "013b3960e21bb90bc49957e60a7e1c11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "013b3960e21bb90bc49957e60a7e1c11", + "x-ms-correlation-request-id": "c508b65e-5835-434e-aa84-328f93c36898", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;24937", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "025c18ed-d5af-408d-ab41-3ba510dc5eb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064715Z:c508b65e-5835-434e-aa84-328f93c36898" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5671f28392c3aefe7319e390d110802a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5671f28392c3aefe7319e390d110802a", + "x-ms-correlation-request-id": "14773a0d-6756-4a37-9bd9-5e24dd6e3417", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;24936", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "caf87bd2-a555-4775-a534-803e32a83788", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064715Z:14773a0d-6756-4a37-9bd9-5e24dd6e3417" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e01ec16c28ac29b30a87be2cf1e1f00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e01ec16c28ac29b30a87be2cf1e1f00", + "x-ms-correlation-request-id": "b255b8f5-02f6-4d15-b3a8-8cac22d0ebab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;24935", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "47b015c0-9306-4c68-a0a9-b3c99ac6ac17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064715Z:b255b8f5-02f6-4d15-b3a8-8cac22d0ebab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6206dc5d6c31cec53b8d8e01fe7be7b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6206dc5d6c31cec53b8d8e01fe7be7b4", + "x-ms-correlation-request-id": "d5d9bff5-7d3d-4b10-aa97-2ff76efa78b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;24934", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "d3e15dcd-3f0f-48c6-a299-e060f8759fde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064715Z:d5d9bff5-7d3d-4b10-aa97-2ff76efa78b9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1dcf2c188d7dc18756af261a171bdf55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dcf2c188d7dc18756af261a171bdf55", + "x-ms-correlation-request-id": "efb9aa9f-9940-4730-96ae-757ad859b4c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;24933", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "be4325d2-fd28-4caa-884b-a938821b0323", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064716Z:efb9aa9f-9940-4730-96ae-757ad859b4c0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f532e2f91e09aaf9263353fc3399c3b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f532e2f91e09aaf9263353fc3399c3b4", + "x-ms-correlation-request-id": "127e426d-184b-4f9f-b28d-842544c19ec2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;24932", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "a660fee6-8e59-40d4-b70d-edddf883905c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064716Z:127e426d-184b-4f9f-b28d-842544c19ec2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a2c9c6c0024ed08355440c8145aab71f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2c9c6c0024ed08355440c8145aab71f", + "x-ms-correlation-request-id": "7703c671-8106-470b-a36a-df135f098da1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;24931", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "325f1f00-5e94-4fa7-824b-73278eaa5021", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064716Z:7703c671-8106-470b-a36a-df135f098da1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b0839aef148faaa3324f74a398a8ebc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b0839aef148faaa3324f74a398a8ebc", + "x-ms-correlation-request-id": "c18ae32d-2865-42fa-9863-e3a35c9eedd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;24930", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "89c29c7b-09f3-47d8-bb43-166437569d61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064716Z:c18ae32d-2865-42fa-9863-e3a35c9eedd7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "505a71ec3c52f7065f62a0c51277647b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "505a71ec3c52f7065f62a0c51277647b", + "x-ms-correlation-request-id": "7fd84b83-1a7d-423e-a013-bf7412a08d13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;24929", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "ae7c52a8-6c4f-4179-99bc-c6e5c7512cac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064717Z:7fd84b83-1a7d-423e-a013-bf7412a08d13" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/47441264-4452-4849-9aeb-5a65ebce95a4?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f94e337ba791ce6b1bcf6e290a3996ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "183", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f94e337ba791ce6b1bcf6e290a3996ca", + "x-ms-correlation-request-id": "af81880e-3f96-43bd-836c-8b7da0b1f9f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;24928", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "d397401f-7941-484b-a41b-1e90b8b4c912", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064717Z:af81880e-3f96-43bd-836c-8b7da0b1f9f9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:46:19.343447\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:47:16.9528513\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022name\u0022: \u002247441264-4452-4849-9aeb-5a65ebce95a4\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3954fb6665071cd3210bce651e5e8bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2627", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3954fb6665071cd3210bce651e5e8bb", + "x-ms-correlation-request-id": "2c3d9e9c-66e2-4a6b-acbe-437cd9dabe8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2564", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "15956c72-b34a-47a7-9d62-ce73c4919e71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064717Z:2c3d9e9c-66e2-4a6b-acbe-437cd9dabe8b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testVMSS-9800\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", + " \u0022tier\u0022: \u0022Standard\u0022,\r\n", + " \u0022capacity\u0022: 2\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022singlePlacementGroup\u0022: true,\r\n", + " \u0022upgradePolicy\u0022: {\r\n", + " \u0022mode\u0022: \u0022Manual\u0022\r\n", + " },\r\n", + " \u0022virtualMachineProfile\u0022: {\r\n", + " \u0022osProfile\u0022: {\r\n", + " \u0022computerNamePrefix\u0022: \u0022testVMSS-9800\u0022,\r\n", + " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", + " \u0022linuxConfiguration\u0022: {\r\n", + " \u0022disablePasswordAuthentication\u0022: true,\r\n", + " \u0022ssh\u0022: {\r\n", + " \u0022publicKeys\u0022: [\r\n", + " {\r\n", + " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", + " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", + " }\r\n", + " ]\r\n", + " },\r\n", + " \u0022provisionVMAgent\u0022: true\r\n", + " },\r\n", + " \u0022secrets\u0022: [],\r\n", + " \u0022allowExtensionOperations\u0022: true,\r\n", + " \u0022requireGuestProvisionSignal\u0022: true\r\n", + " },\r\n", + " \u0022storageProfile\u0022: {\r\n", + " \u0022osDisk\u0022: {\r\n", + " \u0022osType\u0022: \u0022Linux\u0022,\r\n", + " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", + " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", + " \u0022managedDisk\u0022: {\r\n", + " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", + " },\r\n", + " \u0022diskSizeGB\u0022: 30\r\n", + " },\r\n", + " \u0022imageReference\u0022: {\r\n", + " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", + " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", + " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", + " \u0022version\u0022: \u0022latest\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", + " },\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022overprovision\u0022: true,\r\n", + " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", + " \u0022uniqueId\u0022: \u00220dee1e68-43f4-454a-bd91-e4bd44e5f627\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-9750?api-version=2021-03-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "48", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3b06ce7b2b9406448b3583cdddec25cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": {}, + "location": "westus2", + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "357", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b06ce7b2b9406448b3583cdddec25cc", + "x-ms-correlation-request-id": "dcca9ac2-a943-4b2c-841d-908943346267", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;496", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "a2280633-a77e-4b68-a074-f975f428e61d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064721Z:dcca9ac2-a943-4b2c-841d-908943346267" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022testPPG-9750\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-9750\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Compute/proximityPlacementGroups\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022tags\u0022: {},\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022proximityPlacementGroupType\u0022: \u0022Standard\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800/deallocate?api-version=2021-03-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e1c20fd52a916615dcc780eb857d35e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 06:47:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1c20fd52a916615dcc780eb857d35e6", + "x-ms-correlation-request-id": "eba96aec-4805-4a62-9fe5-e2a0c438581d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;75,Microsoft.Compute/DeleteVMScaleSet30Min;385,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1174,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-charge": "2", + "x-ms-request-id": "3260597b-e947-4862-a4bf-76e84df134eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064721Z:eba96aec-4805-4a62-9fe5-e2a0c438581d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d67b1996d925502eb89f5ecdaa59800e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d67b1996d925502eb89f5ecdaa59800e", + "x-ms-correlation-request-id": "1a3d116b-804d-47eb-a73e-e917109e9260", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;24926", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "c518dea5-60a0-4755-9200-b19f6c72b77f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064721Z:1a3d116b-804d-47eb-a73e-e917109e9260" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "731a9cffba5d463cec9e90c465e41d39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "731a9cffba5d463cec9e90c465e41d39", + "x-ms-correlation-request-id": "c9c2c851-571c-4dc8-adc7-f023c3b7a41c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;24925", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "99e7754f-d5af-4859-8c85-a198c708df97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064722Z:c9c2c851-571c-4dc8-adc7-f023c3b7a41c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b545c715f01d9c13a3eb2f0305479f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b545c715f01d9c13a3eb2f0305479f7", + "x-ms-correlation-request-id": "58ab089c-4b7a-430a-b83f-26f7a4da4a65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;24924", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "7b875926-2ef9-4ca4-ab58-aa92cd1519a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064722Z:58ab089c-4b7a-430a-b83f-26f7a4da4a65" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac31b74ce288dcc7dd35e986496aead4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac31b74ce288dcc7dd35e986496aead4", + "x-ms-correlation-request-id": "17c8d902-721e-4cb4-b215-64b4970b572b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;24923", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "0748e659-f8c1-4282-a364-04202fd4956b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064722Z:17c8d902-721e-4cb4-b215-64b4970b572b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e5c25821505a00ddb41381e074b1698", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e5c25821505a00ddb41381e074b1698", + "x-ms-correlation-request-id": "259c471e-b4e7-471c-aad3-dc16a6bf704b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;24922", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "4683671f-4975-4c31-8770-e2103e3dfeea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064722Z:259c471e-b4e7-471c-aad3-dc16a6bf704b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae77982570b28eb094778ecb753b8fd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae77982570b28eb094778ecb753b8fd0", + "x-ms-correlation-request-id": "374bdbdf-9b2b-49c5-abf8-05b817a0379d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;24921", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "55c89977-f25e-4e6d-9428-d0705fea8758", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064723Z:374bdbdf-9b2b-49c5-abf8-05b817a0379d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0a6ede542af837f2aa91d146a9a9d491", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a6ede542af837f2aa91d146a9a9d491", + "x-ms-correlation-request-id": "13be2be4-978a-4ebf-a1ef-4175969e0e82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;24920", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "22ef51ac-d4f0-4412-82da-4e5f11b0f398", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064723Z:13be2be4-978a-4ebf-a1ef-4175969e0e82" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b060511f3cf3122175cdb98d86412a9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b060511f3cf3122175cdb98d86412a9f", + "x-ms-correlation-request-id": "4ff415a0-bad7-41cf-8b7c-1551136419cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;24919", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "235d4fdb-efb2-4a7f-b69e-8d6b605a97ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064723Z:4ff415a0-bad7-41cf-8b7c-1551136419cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29ca68b10bdcfb9fa64004219e69e4eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29ca68b10bdcfb9fa64004219e69e4eb", + "x-ms-correlation-request-id": "d12d1795-1c88-4bc0-a610-7e5994e210ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;24918", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "01837f13-1769-4b1f-bc89-074000c2f78b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064723Z:d12d1795-1c88-4bc0-a610-7e5994e210ed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "24acfca3dfda17ddbc5c952b7065b068", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24acfca3dfda17ddbc5c952b7065b068", + "x-ms-correlation-request-id": "fc21185c-6b7c-4a9c-bdec-f8dc81b91091", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;24917", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "e1e33a35-88b3-4df8-9260-fc886f94bfdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064724Z:fc21185c-6b7c-4a9c-bdec-f8dc81b91091" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "41943166aade13b5b16509b23700730b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41943166aade13b5b16509b23700730b", + "x-ms-correlation-request-id": "5d9e056b-e9e2-40ce-882d-054abbddbdc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;24916", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "1581f66b-0b87-4586-86d0-ac2ca2f74855", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064724Z:5d9e056b-e9e2-40ce-882d-054abbddbdc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "89e9cee80694d2c58bb26d8076748a40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89e9cee80694d2c58bb26d8076748a40", + "x-ms-correlation-request-id": "7861e948-42ba-4c8c-aa64-f8766388d652", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;24915", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "f253a35b-20cc-469d-b0ca-e01789253dc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064724Z:7861e948-42ba-4c8c-aa64-f8766388d652" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6cba9b8fa3d4f80c47997275d62ae0bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cba9b8fa3d4f80c47997275d62ae0bb", + "x-ms-correlation-request-id": "c85f56d9-6950-448a-b458-06fde93b3573", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;24914", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "87f6fa64-5ce1-4568-82f1-4be07abdd9d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064724Z:c85f56d9-6950-448a-b458-06fde93b3573" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a24289e8277b60d36cc2b62c3d349c3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a24289e8277b60d36cc2b62c3d349c3d", + "x-ms-correlation-request-id": "ae994963-df68-4c1a-9c50-57a8d22981d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;24913", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "2c84a885-3da2-4536-ba59-4e80c9b9a7f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064725Z:ae994963-df68-4c1a-9c50-57a8d22981d0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b23c8da07464537c1f142fb9450fc60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b23c8da07464537c1f142fb9450fc60", + "x-ms-correlation-request-id": "5c60ae62-5df3-4f5c-9328-abd661543f00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;24912", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "263f1d9e-658e-4198-8cb8-432678c3a51a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064725Z:5c60ae62-5df3-4f5c-9328-abd661543f00" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed97b1d2e83168c4c859ff11ece0ba12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed97b1d2e83168c4c859ff11ece0ba12", + "x-ms-correlation-request-id": "efd5f4d6-46ef-4193-a15c-ba9be546ca69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;24911", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "82b5e016-3091-4da4-a013-f84b7a535c23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064725Z:efd5f4d6-46ef-4193-a15c-ba9be546ca69" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0d9a34fc4407e17552fce18ae5d7cc1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d9a34fc4407e17552fce18ae5d7cc1c", + "x-ms-correlation-request-id": "92949ad0-f769-43a3-9d5d-bfa99ecea03f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;24910", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "b8bf277a-bc70-477b-abb4-c63982718d7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064725Z:92949ad0-f769-43a3-9d5d-bfa99ecea03f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c5a55c6ae9df20c03bad3ec072558e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c5a55c6ae9df20c03bad3ec072558e1", + "x-ms-correlation-request-id": "b2bc3919-267d-4136-a1eb-a7c357a47843", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;24909", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "39513c56-6d1e-4703-b597-58481f49b014", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064726Z:b2bc3919-267d-4136-a1eb-a7c357a47843" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5fff2f36efb58d593cb69b34073a83f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fff2f36efb58d593cb69b34073a83f0", + "x-ms-correlation-request-id": "3d312f88-4999-498f-91c9-1010aa77b4c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;24908", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "cf01415b-3ccf-410a-83be-744be79785d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064726Z:3d312f88-4999-498f-91c9-1010aa77b4c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "974ae38d2e854d7528a8094c7088d92c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "974ae38d2e854d7528a8094c7088d92c", + "x-ms-correlation-request-id": "b1aaecb3-81b3-4ec0-bb7f-ed589687dff4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;24907", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "689638cd-7f8e-4854-a485-cd54f7c18bda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064726Z:b1aaecb3-81b3-4ec0-bb7f-ed589687dff4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b554ffa46cd8d767fccc4fe713d7ebc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b554ffa46cd8d767fccc4fe713d7ebc9", + "x-ms-correlation-request-id": "01401981-62ed-4cfb-bf64-bfddea014f15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;24906", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "061c692f-1a16-4e70-9e92-8f62d8acc651", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064726Z:01401981-62ed-4cfb-bf64-bfddea014f15" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "245fe337c1da075bb9b1370de50c1db3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "245fe337c1da075bb9b1370de50c1db3", + "x-ms-correlation-request-id": "a877d95f-8c45-47f1-a24c-21df3739266f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;24905", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "99dc7ac8-e460-4481-8776-1af1035fb9c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064727Z:a877d95f-8c45-47f1-a24c-21df3739266f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0594ec1a-f986-4c68-b1d7-21967813402d?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-37e1f9ee0a9f31439ad7d3c6c782c6c6-7d865241e6a0464b-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "94251b99eb46de59bd762b56e1101a38", + "x-ms-client-request-id": "07906edccde520177c739ab9de8e3951", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07906edccde520177c739ab9de8e3951", + "x-ms-correlation-request-id": "1c203393-f9a2-42dc-bdc5-6d92b7edf92f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;24904", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "c1c38081-d6ab-4e1b-903c-ca4adc06eb3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064727Z:1c203393-f9a2-42dc-bdc5-6d92b7edf92f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8c143fbdb528e252a44cfc26355af1ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c143fbdb528e252a44cfc26355af1ef", + "x-ms-correlation-request-id": "bceb24a5-bba3-4a3a-9c5a-eb48b3d3b07f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;24903", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "01ecf27f-7a5d-4c3a-a275-c797fd0d31c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064727Z:bceb24a5-bba3-4a3a-9c5a-eb48b3d3b07f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a50a9bafe3466ae3cc3fa86727a2292a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a50a9bafe3466ae3cc3fa86727a2292a", + "x-ms-correlation-request-id": "5896ba80-97ef-46a7-92ac-ffff9e9d55d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;24902", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "b534658f-7fd0-4922-b151-16a7e34f668a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064727Z:5896ba80-97ef-46a7-92ac-ffff9e9d55d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a64fe67790f8268b1bad6299d0f0ea22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a64fe67790f8268b1bad6299d0f0ea22", + "x-ms-correlation-request-id": "5e3bf521-8996-4efd-9de3-b9070c44435b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;24901", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "b4b52e5f-44a2-49ed-8203-1a9522993252", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064728Z:5e3bf521-8996-4efd-9de3-b9070c44435b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "420aab819483d90a5baac0e90debbb02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "420aab819483d90a5baac0e90debbb02", + "x-ms-correlation-request-id": "f8baa86d-6981-44b0-bcda-73fef2e33f2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;24900", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "b85e7c16-196b-4fb1-a76d-a09efa393482", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064728Z:f8baa86d-6981-44b0-bcda-73fef2e33f2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4fafd1234b0a1ef710e38998804a99db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fafd1234b0a1ef710e38998804a99db", + "x-ms-correlation-request-id": "449c86ea-5319-46c5-a7e9-cf066bf80c21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;24899", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "1a3f2119-794d-4dda-a9be-59d390280a3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064728Z:449c86ea-5319-46c5-a7e9-cf066bf80c21" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ce58554e697e3a7db754b4dcfa11930", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ce58554e697e3a7db754b4dcfa11930", + "x-ms-correlation-request-id": "f69e7f03-9b54-40c8-b50a-3f8468c35454", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;24898", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "903e81e2-92a3-4c1c-a34e-9adcec84c54b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064728Z:f69e7f03-9b54-40c8-b50a-3f8468c35454" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff7660f29b413617b3eb329f0a715811", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff7660f29b413617b3eb329f0a715811", + "x-ms-correlation-request-id": "ca837ce3-aa46-4897-822a-c52e99025e99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;24897", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "c8a9b8fb-49f8-4d3e-9fdc-6bf81edaca37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064729Z:ca837ce3-aa46-4897-822a-c52e99025e99" + }, + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8795e5113f053d6a2acb749400aa4e6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:51 GMT", + "Date": "Mon, 25 Oct 2021 06:47:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8630,40 +19757,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfe20213-7dc5-436e-a69c-e2f842fc3a1d", - "x-ms-client-request-id": "94251b99eb46de59bd762b56e1101a38", - "x-ms-correlation-request-id": "a6b1f9bc-7e8f-4b1a-8ccd-6672082452d7", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4241c1c0-9562-484d-b341-5b5a80a215d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054652Z:a6b1f9bc-7e8f-4b1a-8ccd-6672082452d7" + "x-ms-client-request-id": "8795e5113f053d6a2acb749400aa4e6e", + "x-ms-correlation-request-id": "fd6fd91a-1516-40b6-93ac-9a33fb7766e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;24896", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "0d5e8b05-e037-4d3f-bdb4-2e5e0ae63e32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064729Z:fd6fd91a-1516-40b6-93ac-9a33fb7766e6" }, "ResponseBody": [ "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-37e1f9ee0a9f31439ad7d3c6c782c6c6-c4d023b85c85374d-00", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "00ca2c9358f98410625493064f9c9ed0", + "x-ms-client-request-id": "20a659ca99d4b8996dafc8acb307d969", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1246", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:51 GMT", - "ETag": "W/\u0022529d21fa-c67a-4722-8b6c-0cba79626c49\u0022", + "Date": "Mon, 25 Oct 2021 06:47:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8672,259 +19799,73 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85d1f74c-8186-44ef-a85c-568e73e4ab10", - "x-ms-client-request-id": "00ca2c9358f98410625493064f9c9ed0", - "x-ms-correlation-request-id": "e12eed09-3355-4170-b6ba-c061ae704fe6", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "65bec84b-d73e-40ca-ad09-44d81ac83656", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054652Z:e12eed09-3355-4170-b6ba-c061ae704fe6" + "x-ms-client-request-id": "20a659ca99d4b8996dafc8acb307d969", + "x-ms-correlation-request-id": "cfb220cc-a9e8-436b-a289-9cd317412548", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;24895", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "9e86d064-a658-457c-8e34-88ca38cb20d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064729Z:cfb220cc-a9e8-436b-a289-9cd317412548" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVNet-850\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022529d21fa-c67a-4722-8b6c-0cba79626c49\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022a307922c-85a6-4737-b180-5bfa8b88abfd\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022testSubnet-4034\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022529d21fa-c67a-4722-8b6c-0cba79626c49\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.2.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1387", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9f7845feb62e601090faa62ed0709aa6", + "x-ms-client-request-id": "ea3c391d910cb32af538d57527833609", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_F2", - "tier": "Standard", - "capacity": 2 - }, - "tags": {}, - "location": "westus2", - "properties": { - "upgradePolicy": { - "mode": "Manual" - }, - "virtualMachineProfile": { - "osProfile": { - "computerNamePrefix": "testVMSS-9800", - "adminUsername": "adminuser", - "linuxConfiguration": { - "disablePasswordAuthentication": true, - "ssh": { - "publicKeys": [ - { - "path": "/home/adminuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com" - } - ] - } - } - }, - "storageProfile": { - "imageReference": { - "publisher": "Canonical", - "offer": "UbuntuServer", - "sku": "16.04-LTS", - "version": "latest" - }, - "osDisk": { - "caching": "ReadWrite", - "createOption": "FromImage", - "managedDisk": { - "storageAccountType": "Standard_LRS" - } - } - }, - "networkProfile": { - "networkInterfaceConfigurations": [ - { - "name": "example", - "properties": { - "primary": true, - "ipConfigurations": [ - { - "name": "internal", - "properties": { - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034" - }, - "primary": true - } - } - ] - } - } - ] - } - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3788", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:58 GMT", + "Date": "Mon, 25 Oct 2021 06:47:29 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f7845feb62e601090faa62ed0709aa6", - "x-ms-correlation-request-id": "9d3fdb43-d6cd-4463-a1f7-7bb4ab548ca7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;296,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1184,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-charge": "4", - "x-ms-request-id": "cb9a1003-5599-4058-9790-73db16bfbd08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054658Z:9d3fdb43-d6cd-4463-a1f7-7bb4ab548ca7" + "x-ms-client-request-id": "ea3c391d910cb32af538d57527833609", + "x-ms-correlation-request-id": "f54347e3-024f-4e94-ba75-59f938186fff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;24894", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "c4d2667d-6deb-4547-a9bb-b1072a8ff42f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064730Z:f54347e3-024f-4e94-ba75-59f938186fff" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-9800\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-9800\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Creating\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022a4484875-26f8-4989-9e04-0ca3734d4597\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "9c585ad87a97dc091b6970feb1e1b4f1", + "x-ms-client-request-id": "b0d5c39d38cb773c4bdc195676be8923", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8933,41 +19874,40 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:58 GMT", + "Date": "Mon, 25 Oct 2021 06:47:29 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "61", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c585ad87a97dc091b6970feb1e1b4f1", - "x-ms-correlation-request-id": "77d76abc-b71d-4f65-b116-b3a8a04bf3cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29672", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b4d5848e-783e-4e15-bf35-ff00c3968819", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054658Z:77d76abc-b71d-4f65-b116-b3a8a04bf3cc" + "x-ms-client-request-id": "b0d5c39d38cb773c4bdc195676be8923", + "x-ms-correlation-request-id": "4aa8085f-5c1f-4897-944e-de204296e354", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14550,Microsoft.Compute/GetOperation30Min;24893", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "e5c289e1-277d-41d8-b42a-1c996fba541c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064730Z:4aa8085f-5c1f-4897-944e-de204296e354" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fbe5edbaa82e8d814637948d841f083d", + "x-ms-client-request-id": "c6770af2646e38622ff22a9bc42391ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -8976,7 +19916,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:46:59 GMT", + "Date": "Mon, 25 Oct 2021 06:47:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -8985,31 +19925,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fbe5edbaa82e8d814637948d841f083d", - "x-ms-correlation-request-id": "0689ce6b-c223-47bf-a116-358d3cb275c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29671", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "8d56ea4a-06d3-4a13-a77a-7918fee78709", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054659Z:0689ce6b-c223-47bf-a116-358d3cb275c6" + "x-ms-client-request-id": "c6770af2646e38622ff22a9bc42391ea", + "x-ms-correlation-request-id": "c1e3bee0-270d-4ca9-9153-5d95d18192d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14549,Microsoft.Compute/GetOperation30Min;24892", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "dba634ea-28f4-403e-880a-74ff8667ac30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064730Z:c1e3bee0-270d-4ca9-9153-5d95d18192d6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7556856bfd18a50e4991dae401ff8f29", + "x-ms-client-request-id": "f00ebe792831e49efdc49f3077d43c37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9018,7 +19958,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:00 GMT", + "Date": "Mon, 25 Oct 2021 06:47:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9027,31 +19967,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7556856bfd18a50e4991dae401ff8f29", - "x-ms-correlation-request-id": "64127f6b-876b-4a28-a9b3-bead56002f58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29670", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "8e540389-03da-4d03-9ce5-9650828d8d6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054700Z:64127f6b-876b-4a28-a9b3-bead56002f58" + "x-ms-client-request-id": "f00ebe792831e49efdc49f3077d43c37", + "x-ms-correlation-request-id": "fd611096-48d5-411f-9c8b-4a667ee44576", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14548,Microsoft.Compute/GetOperation30Min;24891", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "427843a3-fe7b-4dd3-aa70-ea9fc5f0e867", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064730Z:fd611096-48d5-411f-9c8b-4a667ee44576" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6b3640ed936d30f3d9ca5560e67c57fb", + "x-ms-client-request-id": "1c83b2af700c399b619c81d80da1b327", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9060,7 +20000,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:02 GMT", + "Date": "Mon, 25 Oct 2021 06:47:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9069,31 +20009,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b3640ed936d30f3d9ca5560e67c57fb", - "x-ms-correlation-request-id": "be638a0a-9501-4924-91d3-0a3318acdd8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29669", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7dc3f030-f781-49db-a1db-10beeb78a017", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054702Z:be638a0a-9501-4924-91d3-0a3318acdd8e" + "x-ms-client-request-id": "1c83b2af700c399b619c81d80da1b327", + "x-ms-correlation-request-id": "8c2eca3e-893f-43f1-ae72-3aa9b9f4a5f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14547,Microsoft.Compute/GetOperation30Min;24890", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "085c863f-117f-43a3-bbd5-dcc117bd33a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064731Z:8c2eca3e-893f-43f1-ae72-3aa9b9f4a5f7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2c9232613e8bbdd8de3fb29ccd9c8b46", + "x-ms-client-request-id": "b7dd2f4a99afcaf16c92c9a9c531c05a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9102,7 +20042,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:03 GMT", + "Date": "Mon, 25 Oct 2021 06:47:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9111,31 +20051,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c9232613e8bbdd8de3fb29ccd9c8b46", - "x-ms-correlation-request-id": "10024110-0607-4e27-b1ea-d688fd2a1415", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29668", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "d35af29f-0a08-45f2-8277-3181fc6b5329", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054703Z:10024110-0607-4e27-b1ea-d688fd2a1415" + "x-ms-client-request-id": "b7dd2f4a99afcaf16c92c9a9c531c05a", + "x-ms-correlation-request-id": "a86873ab-675e-4080-aa4d-323e0360dc55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14546,Microsoft.Compute/GetOperation30Min;24889", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "de4b7cea-9e4c-430b-9b66-b9da6dc693ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064731Z:a86873ab-675e-4080-aa4d-323e0360dc55" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "449f6aa79ce8d8cf92259c4da7adbfcc", + "x-ms-client-request-id": "12ecf3b674a008de23d58e94a6c5d65b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9144,7 +20084,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:04 GMT", + "Date": "Mon, 25 Oct 2021 06:47:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9153,31 +20093,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "449f6aa79ce8d8cf92259c4da7adbfcc", - "x-ms-correlation-request-id": "17e739a7-fefe-4d50-91bb-20ecf10b1985", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29667", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "4cf9c4dd-7fd2-4ebe-a818-b99db4e5ea7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054704Z:17e739a7-fefe-4d50-91bb-20ecf10b1985" + "x-ms-client-request-id": "12ecf3b674a008de23d58e94a6c5d65b", + "x-ms-correlation-request-id": "596018ce-9fe2-43d8-9559-f3d4b561acbf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14545,Microsoft.Compute/GetOperation30Min;24888", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "ab7ce974-5052-4ff7-84fb-58b5f1c8891b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064731Z:596018ce-9fe2-43d8-9559-f3d4b561acbf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ce83de3a636dae9d67798d2ee157623c", + "x-ms-client-request-id": "48e5771184f71687c0b8b079a7f1742f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9186,7 +20126,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:05 GMT", + "Date": "Mon, 25 Oct 2021 06:47:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9195,31 +20135,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce83de3a636dae9d67798d2ee157623c", - "x-ms-correlation-request-id": "9a8e6ee8-1933-43fb-b8f1-4a5a3635b7a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29666", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "cfb6ff9b-4b2f-4e35-a0b3-4fcce7f8e045", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054705Z:9a8e6ee8-1933-43fb-b8f1-4a5a3635b7a3" + "x-ms-client-request-id": "48e5771184f71687c0b8b079a7f1742f", + "x-ms-correlation-request-id": "dc386b8d-d73a-4778-bcfd-023aac3ca460", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14544,Microsoft.Compute/GetOperation30Min;24887", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "80e869f7-09e8-4f4b-8f1a-4db2a0712e2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064731Z:dc386b8d-d73a-4778-bcfd-023aac3ca460" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7bb90e3e12dcc51362ba9965a28b1530", + "x-ms-client-request-id": "1a2126dba1b5d58650d494da0a5c24a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9228,7 +20168,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:07 GMT", + "Date": "Mon, 25 Oct 2021 06:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9237,31 +20177,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7bb90e3e12dcc51362ba9965a28b1530", - "x-ms-correlation-request-id": "5d1d2d99-18d4-4d77-9308-5cfb17dea1f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29665", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "625b0934-cee4-4161-a6f4-8989a7feb1d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054707Z:5d1d2d99-18d4-4d77-9308-5cfb17dea1f5" + "x-ms-client-request-id": "1a2126dba1b5d58650d494da0a5c24a7", + "x-ms-correlation-request-id": "4cf56790-8941-416e-8618-eed988219b7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14543,Microsoft.Compute/GetOperation30Min;24886", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "cac85580-61f2-4268-b420-6d7040fc9150", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064732Z:4cf56790-8941-416e-8618-eed988219b7c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ee62e580bc1943d9cdf1dd6f0fa1f63b", + "x-ms-client-request-id": "4d986dbb784b32636bd551e7c4656131", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9270,7 +20210,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:08 GMT", + "Date": "Mon, 25 Oct 2021 06:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9279,31 +20219,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee62e580bc1943d9cdf1dd6f0fa1f63b", - "x-ms-correlation-request-id": "d5df3020-1291-49cf-b3c8-efde7294d148", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29664", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "7417a206-fbf3-46a3-91c6-1eba20a78a9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054708Z:d5df3020-1291-49cf-b3c8-efde7294d148" + "x-ms-client-request-id": "4d986dbb784b32636bd551e7c4656131", + "x-ms-correlation-request-id": "625fc7e1-f162-4571-a4c7-7bda9b3f429d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14542,Microsoft.Compute/GetOperation30Min;24885", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "086d7256-34bb-4a67-81bc-9654549a0057", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064732Z:625fc7e1-f162-4571-a4c7-7bda9b3f429d" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "980e5fc343f427efcbbd6bb2c9370bdc", + "x-ms-client-request-id": "7fb95e61bca370a6f010f822efad0c64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9312,7 +20252,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:09 GMT", + "Date": "Mon, 25 Oct 2021 06:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9321,31 +20261,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "980e5fc343f427efcbbd6bb2c9370bdc", - "x-ms-correlation-request-id": "6ff4a38f-7319-4b11-9131-58ec58b70d21", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29663", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "9c8f1978-5986-4d3f-9fe6-cc6e0ff7599c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054709Z:6ff4a38f-7319-4b11-9131-58ec58b70d21" + "x-ms-client-request-id": "7fb95e61bca370a6f010f822efad0c64", + "x-ms-correlation-request-id": "56cc21f7-5c39-4e92-8224-776241ad9cc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14541,Microsoft.Compute/GetOperation30Min;24884", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "62df3d3d-4caa-43fb-a2ef-5928d846cbeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064732Z:56cc21f7-5c39-4e92-8224-776241ad9cc5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fbae5c6474f481223575aeeb35a4b5c1", + "x-ms-client-request-id": "39bd0994265963e4c3efaedf4f9f11eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9354,7 +20294,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:10 GMT", + "Date": "Mon, 25 Oct 2021 06:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9363,31 +20303,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fbae5c6474f481223575aeeb35a4b5c1", - "x-ms-correlation-request-id": "95f13ce3-20a4-4d50-a827-d44c2376d327", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29662", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "b1ddadb6-5c55-4915-b184-a8de8c1fb914", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054710Z:95f13ce3-20a4-4d50-a827-d44c2376d327" + "x-ms-client-request-id": "39bd0994265963e4c3efaedf4f9f11eb", + "x-ms-correlation-request-id": "13b1bb0d-780f-4e38-a030-e227ad87268c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14540,Microsoft.Compute/GetOperation30Min;24883", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "f0ca850d-4110-49b4-8496-ef3b15a55f57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064732Z:13b1bb0d-780f-4e38-a030-e227ad87268c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "42a25ec37c7c3c3cf53a235b51277a95", + "x-ms-client-request-id": "ab786272a4a3ff03c6285c3b7f4142bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9396,7 +20336,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:12 GMT", + "Date": "Mon, 25 Oct 2021 06:47:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9405,31 +20345,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42a25ec37c7c3c3cf53a235b51277a95", - "x-ms-correlation-request-id": "b831c84d-1340-4526-aa9b-08be97807217", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29661", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f4966db8-d254-4022-8c09-1291ae9e2e12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054712Z:b831c84d-1340-4526-aa9b-08be97807217" + "x-ms-client-request-id": "ab786272a4a3ff03c6285c3b7f4142bd", + "x-ms-correlation-request-id": "6c36ab16-e996-471a-b7b7-e00cfbc85c40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14539,Microsoft.Compute/GetOperation30Min;24882", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "f262209a-96d6-4dd0-bddd-a0f86e8c70ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064733Z:6c36ab16-e996-471a-b7b7-e00cfbc85c40" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b30a01e5faf34f463d8c637f9504f127", + "x-ms-client-request-id": "ba52edc928a73ad87a55bcb30dc72051", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9438,7 +20378,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:13 GMT", + "Date": "Mon, 25 Oct 2021 06:47:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9447,31 +20387,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b30a01e5faf34f463d8c637f9504f127", - "x-ms-correlation-request-id": "6628c62c-f3ff-4ee5-82a6-56eb80300998", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29660", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1ed7c5ba-1837-45ca-bd82-40f00d97b329", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054713Z:6628c62c-f3ff-4ee5-82a6-56eb80300998" + "x-ms-client-request-id": "ba52edc928a73ad87a55bcb30dc72051", + "x-ms-correlation-request-id": "4f2faab0-204e-47db-9437-0a40a5a8e1f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14538,Microsoft.Compute/GetOperation30Min;24881", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "bf865729-10b7-4f8e-8caa-d94a3826d77f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064733Z:4f2faab0-204e-47db-9437-0a40a5a8e1f7" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6beeaa08c994e860207106ba50c6300d", + "x-ms-client-request-id": "8db00cfe6034f0c105be7230c9a8e381", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9480,7 +20420,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:14 GMT", + "Date": "Mon, 25 Oct 2021 06:47:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9489,31 +20429,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6beeaa08c994e860207106ba50c6300d", - "x-ms-correlation-request-id": "0561d6a6-a4eb-46c7-a4b8-9fe98df024c7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29659", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "4886cb02-5be9-4498-9d21-401742d34cc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054714Z:0561d6a6-a4eb-46c7-a4b8-9fe98df024c7" + "x-ms-client-request-id": "8db00cfe6034f0c105be7230c9a8e381", + "x-ms-correlation-request-id": "84be4c69-3b7b-4979-bc81-7e621fead162", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14537,Microsoft.Compute/GetOperation30Min;24880", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "042fc08d-9472-4451-939b-a9dafc9a0e32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064733Z:84be4c69-3b7b-4979-bc81-7e621fead162" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "340518fb0299c8ce185305ef18bda7f0", + "x-ms-client-request-id": "6215f1ad574c4a448a3e304de84ff1ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9522,7 +20462,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:15 GMT", + "Date": "Mon, 25 Oct 2021 06:47:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9531,31 +20471,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "340518fb0299c8ce185305ef18bda7f0", - "x-ms-correlation-request-id": "41e9aed5-ea2e-40b4-9c29-ed03abe1189d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29658", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "06ea8b83-2608-4a2e-992c-5e4220899976", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054715Z:41e9aed5-ea2e-40b4-9c29-ed03abe1189d" + "x-ms-client-request-id": "6215f1ad574c4a448a3e304de84ff1ff", + "x-ms-correlation-request-id": "b9b5331d-6030-48bb-9211-69e5e0850205", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14536,Microsoft.Compute/GetOperation30Min;24879", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "6064c5ec-728c-4afc-aed9-15d673a3ed64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064733Z:b9b5331d-6030-48bb-9211-69e5e0850205" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a653fb490f381c00a1229281f48cfe76", + "x-ms-client-request-id": "733d0b08b59068892b62b4e8b5a771d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9564,7 +20504,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:16 GMT", + "Date": "Mon, 25 Oct 2021 06:47:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9573,31 +20513,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a653fb490f381c00a1229281f48cfe76", - "x-ms-correlation-request-id": "66229179-a7de-43f8-b3d2-ad769cd872c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29657", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "48af1e57-08c0-4528-8576-f1a9f96ef766", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054717Z:66229179-a7de-43f8-b3d2-ad769cd872c9" + "x-ms-client-request-id": "733d0b08b59068892b62b4e8b5a771d1", + "x-ms-correlation-request-id": "ac6abe08-8b4e-4105-bc28-7d8516643bd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14535,Microsoft.Compute/GetOperation30Min;24878", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "f59cb83c-8ff2-40d8-9c06-b12019b38ba4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064734Z:ac6abe08-8b4e-4105-bc28-7d8516643bd8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7c83555cbdff068edb255241c370d063", + "x-ms-client-request-id": "1c063a71bdb1a704c86602f6307308b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9606,7 +20546,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:18 GMT", + "Date": "Mon, 25 Oct 2021 06:47:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9615,31 +20555,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c83555cbdff068edb255241c370d063", - "x-ms-correlation-request-id": "f7f3ffb1-3099-417e-b58f-05ab264319ff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29655", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "74e01c83-afc5-43eb-b9b9-683a5cb70807", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054718Z:f7f3ffb1-3099-417e-b58f-05ab264319ff" + "x-ms-client-request-id": "1c063a71bdb1a704c86602f6307308b6", + "x-ms-correlation-request-id": "ee912a38-fd7e-4966-bd87-bcbfaf792f02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14534,Microsoft.Compute/GetOperation30Min;24877", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "1456f64d-1e34-4ec3-baa6-39534f0381c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064734Z:ee912a38-fd7e-4966-bd87-bcbfaf792f02" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "557115c98a73ebd517e892776f4cd48c", + "x-ms-client-request-id": "be2873cc706bf7f167ac36eaa25b94e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9648,7 +20588,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:19 GMT", + "Date": "Mon, 25 Oct 2021 06:47:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9657,31 +20597,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "557115c98a73ebd517e892776f4cd48c", - "x-ms-correlation-request-id": "e8e1b65a-d034-43fc-b111-82a918bd3a32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29654", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "10f15fcd-364e-4ebb-b269-23d26690f36f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054719Z:e8e1b65a-d034-43fc-b111-82a918bd3a32" + "x-ms-client-request-id": "be2873cc706bf7f167ac36eaa25b94e3", + "x-ms-correlation-request-id": "6ea2331f-25e9-42ef-9842-7c00411ac8c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14533,Microsoft.Compute/GetOperation30Min;24876", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "a92cfcf3-12a0-4d2a-8764-a3ea46148ae9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064734Z:6ea2331f-25e9-42ef-9842-7c00411ac8c6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c2938e542b398bf16d4dcb12bcbf5830", + "x-ms-client-request-id": "addc5fccd5484a4e0695aa2ab39238b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9690,7 +20630,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:20 GMT", + "Date": "Mon, 25 Oct 2021 06:47:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9699,31 +20639,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2938e542b398bf16d4dcb12bcbf5830", - "x-ms-correlation-request-id": "42f130de-c2da-47c3-91ec-9c5e7006bffa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29653", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "b95add7f-0251-4f18-8b70-b82c9d5e5950", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054720Z:42f130de-c2da-47c3-91ec-9c5e7006bffa" + "x-ms-client-request-id": "addc5fccd5484a4e0695aa2ab39238b8", + "x-ms-correlation-request-id": "612e0019-16df-4bc0-aebc-325069facd24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14532,Microsoft.Compute/GetOperation30Min;24875", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "9f4f4047-778d-47fe-aa64-ca8dbbd10e14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064734Z:612e0019-16df-4bc0-aebc-325069facd24" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "deb82f51a81ad102809765162a16968f", + "x-ms-client-request-id": "421cfe59b27e0065490fb404861a046d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9732,7 +20672,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:22 GMT", + "Date": "Mon, 25 Oct 2021 06:47:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9741,31 +20681,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "deb82f51a81ad102809765162a16968f", - "x-ms-correlation-request-id": "636452cc-8554-480e-b9e4-0528392c71fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29652", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "90b17198-6187-4c86-afb4-f05ccf5578fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054722Z:636452cc-8554-480e-b9e4-0528392c71fb" + "x-ms-client-request-id": "421cfe59b27e0065490fb404861a046d", + "x-ms-correlation-request-id": "086b4602-0a08-4a55-9173-1e91d2e72958", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14531,Microsoft.Compute/GetOperation30Min;24874", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "4d908378-27f8-4679-b57d-e442bf20678c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064735Z:086b4602-0a08-4a55-9173-1e91d2e72958" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "35ecc6510ddd9e2a24e5e726bfc22f57", + "x-ms-client-request-id": "d0291ed15a96f76d25deb7d6c6c644d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9774,7 +20714,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:23 GMT", + "Date": "Mon, 25 Oct 2021 06:47:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9783,31 +20723,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35ecc6510ddd9e2a24e5e726bfc22f57", - "x-ms-correlation-request-id": "5918a76b-3d54-465e-a78a-c4f9f80984ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29651", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "7c2e0745-c6f6-4943-9539-b55459307976", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054723Z:5918a76b-3d54-465e-a78a-c4f9f80984ae" + "x-ms-client-request-id": "d0291ed15a96f76d25deb7d6c6c644d5", + "x-ms-correlation-request-id": "8553cdac-e78f-41d1-9c6f-e77e01a21754", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14530,Microsoft.Compute/GetOperation30Min;24873", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "dbd65ef0-0e05-4754-bc3e-a1925e8ce786", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064735Z:8553cdac-e78f-41d1-9c6f-e77e01a21754" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4025628ff593ac718cc141a1c5db6056", + "x-ms-client-request-id": "a4907e74523e1a64f9db64392049c3ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9816,7 +20756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:24 GMT", + "Date": "Mon, 25 Oct 2021 06:47:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9825,31 +20765,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4025628ff593ac718cc141a1c5db6056", - "x-ms-correlation-request-id": "443fe122-a9a5-4bbf-8ff5-17d557d9ad89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29650", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "ea99094d-1b0f-4155-950d-3065b0aff6a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054724Z:443fe122-a9a5-4bbf-8ff5-17d557d9ad89" + "x-ms-client-request-id": "a4907e74523e1a64f9db64392049c3ec", + "x-ms-correlation-request-id": "1d95d88c-c421-447e-aff4-9e1ee84b8d16", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14529,Microsoft.Compute/GetOperation30Min;24872", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "7c91b10e-7644-416c-b4a0-2e04002133b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064736Z:1d95d88c-c421-447e-aff4-9e1ee84b8d16" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f5c13bb623d24452051aba35c0dc12be", + "x-ms-client-request-id": "94593c906768ff2190251da0fb8f3a83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9858,7 +20798,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:25 GMT", + "Date": "Mon, 25 Oct 2021 06:47:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9867,31 +20807,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5c13bb623d24452051aba35c0dc12be", - "x-ms-correlation-request-id": "5a65c945-99fe-467c-b9f9-2a261b847254", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29649", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "61910b0a-17f6-4685-a1d3-0230a5e45b57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054725Z:5a65c945-99fe-467c-b9f9-2a261b847254" + "x-ms-client-request-id": "94593c906768ff2190251da0fb8f3a83", + "x-ms-correlation-request-id": "4ca100dd-f73d-4b47-9a03-864b820b060c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14528,Microsoft.Compute/GetOperation30Min;24871", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "7a6518f5-0cda-4cb5-8d30-259ed5cb5b05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064736Z:4ca100dd-f73d-4b47-9a03-864b820b060c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c8860d6856f15bfb5540a81ccc88d849", + "x-ms-client-request-id": "0890dfca608a7e2eba0fd7bbf633d6db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9900,7 +20840,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:26 GMT", + "Date": "Mon, 25 Oct 2021 06:47:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9909,31 +20849,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8860d6856f15bfb5540a81ccc88d849", - "x-ms-correlation-request-id": "ea9b0d57-191c-4e95-b1f2-9196a2cd1475", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29648", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "8907fd2d-37cd-4be4-9499-0fd40c5e809a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054727Z:ea9b0d57-191c-4e95-b1f2-9196a2cd1475" + "x-ms-client-request-id": "0890dfca608a7e2eba0fd7bbf633d6db", + "x-ms-correlation-request-id": "6d4a209d-9a77-44c3-849b-c160c9b1a3f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14527,Microsoft.Compute/GetOperation30Min;24870", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "107bac8f-1b29-49bd-ad19-0910a3e87689", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064736Z:6d4a209d-9a77-44c3-849b-c160c9b1a3f4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8370918439006c850fe13a793b3bebaf", + "x-ms-client-request-id": "8945cb1ab06c0c6d5c91131935c41e6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9942,7 +20882,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:28 GMT", + "Date": "Mon, 25 Oct 2021 06:47:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9951,31 +20891,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8370918439006c850fe13a793b3bebaf", - "x-ms-correlation-request-id": "ebd534a5-e82b-4402-9859-f5fd40ee3841", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29647", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "47f5fa2b-e4fd-47ac-9cee-de292de3a067", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054728Z:ebd534a5-e82b-4402-9859-f5fd40ee3841" + "x-ms-client-request-id": "8945cb1ab06c0c6d5c91131935c41e6a", + "x-ms-correlation-request-id": "635e0158-a341-4d49-a4c0-2a3888bebf90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14526,Microsoft.Compute/GetOperation30Min;24869", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "dba9d8dd-22e5-4a92-a5c4-cb09472938f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064736Z:635e0158-a341-4d49-a4c0-2a3888bebf90" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b83982ae98545f654066a0927a36777c", + "x-ms-client-request-id": "416fe1a1bbb930620ddbd9589066095d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -9984,7 +20924,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:29 GMT", + "Date": "Mon, 25 Oct 2021 06:47:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -9992,32 +20932,32 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b83982ae98545f654066a0927a36777c", - "x-ms-correlation-request-id": "b09b8483-6c4a-4db6-a4ed-5b50d9d247e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29646", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "f05384dc-90a2-44f9-b577-d4e305a1166a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054729Z:b09b8483-6c4a-4db6-a4ed-5b50d9d247e3" + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "416fe1a1bbb930620ddbd9589066095d", + "x-ms-correlation-request-id": "0f5fad88-61bb-4abc-8be3-f99f23ab6aee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14525,Microsoft.Compute/GetOperation30Min;24868", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "88961f0c-2509-48c9-a015-11cc8bc1febf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064737Z:0f5fad88-61bb-4abc-8be3-f99f23ab6aee" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2fb071428f6c2ebe881ab80f1b822019", + "x-ms-client-request-id": "3085414eb04a19167184acf94d1549f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10026,7 +20966,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:30 GMT", + "Date": "Mon, 25 Oct 2021 06:47:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10035,31 +20975,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fb071428f6c2ebe881ab80f1b822019", - "x-ms-correlation-request-id": "e23180f7-4f52-4e6d-b7ad-14531483aaf6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29645", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "2b35f8a2-675f-4139-8743-2ce03614bce8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054731Z:e23180f7-4f52-4e6d-b7ad-14531483aaf6" + "x-ms-client-request-id": "3085414eb04a19167184acf94d1549f5", + "x-ms-correlation-request-id": "42a3a53a-7b8b-4580-bffa-74a1aae94912", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14524,Microsoft.Compute/GetOperation30Min;24867", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "8f7dc98e-4540-4237-a825-f1a4123cdd84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064737Z:42a3a53a-7b8b-4580-bffa-74a1aae94912" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "496df9551f4febf42b10429a99f3f1d9", + "x-ms-client-request-id": "15196df094c35f2269147b91d6147bf5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10068,7 +21008,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:32 GMT", + "Date": "Mon, 25 Oct 2021 06:47:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10077,31 +21017,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "496df9551f4febf42b10429a99f3f1d9", - "x-ms-correlation-request-id": "793cf22e-3d7c-44d6-bc91-116d76f2e823", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29644", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "489ff6ab-959d-4ad9-91fe-996aa16c2079", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054732Z:793cf22e-3d7c-44d6-bc91-116d76f2e823" + "x-ms-client-request-id": "15196df094c35f2269147b91d6147bf5", + "x-ms-correlation-request-id": "6ebd16ed-8c1a-4ede-8f2f-e5143e3669fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14523,Microsoft.Compute/GetOperation30Min;24866", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "06c13490-6278-44b6-aaa7-5ca8af624606", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064737Z:6ebd16ed-8c1a-4ede-8f2f-e5143e3669fd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c936be69bb8b1e43c40a3039e05544be", + "x-ms-client-request-id": "f3cab588ee3ef11fcb56cf350e69e3f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10110,7 +21050,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:33 GMT", + "Date": "Mon, 25 Oct 2021 06:47:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10119,31 +21059,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c936be69bb8b1e43c40a3039e05544be", - "x-ms-correlation-request-id": "f12f127f-79d2-440a-a467-84972eeb74d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29643", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "b23dde0d-7f39-4161-a190-3748fcfeced2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054733Z:f12f127f-79d2-440a-a467-84972eeb74d9" + "x-ms-client-request-id": "f3cab588ee3ef11fcb56cf350e69e3f8", + "x-ms-correlation-request-id": "36fa073c-63fb-4246-ae89-807ace1acf94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14521,Microsoft.Compute/GetOperation30Min;24864", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "b928935c-2322-4b3a-a423-9d4a532b9afa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064738Z:36fa073c-63fb-4246-ae89-807ace1acf94" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "813c87452dc8222c7cc4035c4c249494", + "x-ms-client-request-id": "2367e491f34dba991f26c7353484425d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10152,7 +21092,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:34 GMT", + "Date": "Mon, 25 Oct 2021 06:47:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10161,31 +21101,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "813c87452dc8222c7cc4035c4c249494", - "x-ms-correlation-request-id": "26e8cd6c-a92c-44d2-90e2-dd1a93539aa9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29642", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "25bfaa9b-ed38-4796-b72f-01583340c35a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054734Z:26e8cd6c-a92c-44d2-90e2-dd1a93539aa9" + "x-ms-client-request-id": "2367e491f34dba991f26c7353484425d", + "x-ms-correlation-request-id": "8abeb58e-2805-4e22-b185-51ee939ca26c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14520,Microsoft.Compute/GetOperation30Min;24863", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "b4b84405-3549-4610-b50c-b229d2e7edb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064738Z:8abeb58e-2805-4e22-b185-51ee939ca26c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5da5df29564b9a8db54f8544eeba0bd6", + "x-ms-client-request-id": "9771b608554a02b64d284a6dc4ed5000", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10194,7 +21134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:35 GMT", + "Date": "Mon, 25 Oct 2021 06:47:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10203,31 +21143,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5da5df29564b9a8db54f8544eeba0bd6", - "x-ms-correlation-request-id": "b2348d26-b1a6-4e67-b688-c51136c66193", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29641", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "3ec8482b-4b42-4cd2-8d9b-386e63d387ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054736Z:b2348d26-b1a6-4e67-b688-c51136c66193" + "x-ms-client-request-id": "9771b608554a02b64d284a6dc4ed5000", + "x-ms-correlation-request-id": "36f1dcd7-3172-4658-858d-0c0651dcb0fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14519,Microsoft.Compute/GetOperation30Min;24862", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "e4d38719-ae96-4f01-95ba-996c690ca5a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064738Z:36f1dcd7-3172-4658-858d-0c0651dcb0fd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "125484cb6fb63b1091134cc6b7e7d2a0", + "x-ms-client-request-id": "f2ff833158ac94a81c10d41827eabc46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10236,7 +21176,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:37 GMT", + "Date": "Mon, 25 Oct 2021 06:47:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10245,31 +21185,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "125484cb6fb63b1091134cc6b7e7d2a0", - "x-ms-correlation-request-id": "98e3e801-4792-4b0b-998f-6c1e529dc1ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29640", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "38e03006-b8bd-4ac8-b6ea-bdf6223fc696", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054737Z:98e3e801-4792-4b0b-998f-6c1e529dc1ab" + "x-ms-client-request-id": "f2ff833158ac94a81c10d41827eabc46", + "x-ms-correlation-request-id": "ef873283-479d-4e72-b058-e34c146391e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14518,Microsoft.Compute/GetOperation30Min;24861", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "1f040f6a-94ac-4ae7-af35-3a8f2089f018", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064738Z:ef873283-479d-4e72-b058-e34c146391e8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "01109b75e6afef73f9a2cc79a8e833c2", + "x-ms-client-request-id": "582c72134cf73cae2d65d524a92bf531", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10278,7 +21218,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:38 GMT", + "Date": "Mon, 25 Oct 2021 06:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10287,31 +21227,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01109b75e6afef73f9a2cc79a8e833c2", - "x-ms-correlation-request-id": "501fd61f-2a75-40e2-9c15-0893928d8c54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29639", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "1f999c67-0e4d-46f1-9671-8a52f507692d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054738Z:501fd61f-2a75-40e2-9c15-0893928d8c54" + "x-ms-client-request-id": "582c72134cf73cae2d65d524a92bf531", + "x-ms-correlation-request-id": "ee81b9be-2f8a-42f5-b230-fa6ecc5db976", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14517,Microsoft.Compute/GetOperation30Min;24860", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "8dce7945-5ad4-4785-9934-6abd5f23d666", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064739Z:ee81b9be-2f8a-42f5-b230-fa6ecc5db976" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c7902db982cfb9dece69cc370ac7e2cd", + "x-ms-client-request-id": "b103c6d55084afb10ddd7a3a809eda63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10320,7 +21260,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:39 GMT", + "Date": "Mon, 25 Oct 2021 06:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10329,31 +21269,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7902db982cfb9dece69cc370ac7e2cd", - "x-ms-correlation-request-id": "d59d0b97-0c01-4778-9815-6f321df95655", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29638", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "bf3f2af0-1789-4202-bdad-a6f1bdee46f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054739Z:d59d0b97-0c01-4778-9815-6f321df95655" + "x-ms-client-request-id": "b103c6d55084afb10ddd7a3a809eda63", + "x-ms-correlation-request-id": "4e47b9df-89e8-44bb-8844-04198f398c4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14516,Microsoft.Compute/GetOperation30Min;24859", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "683ed606-f3a8-4e60-90ef-6f31c5001612", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064739Z:4e47b9df-89e8-44bb-8844-04198f398c4b" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "53cee47c0aaae52611651913a39793a9", + "x-ms-client-request-id": "525a036bf8c0e508d4c3c4478384eaf0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10362,7 +21302,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:40 GMT", + "Date": "Mon, 25 Oct 2021 06:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10371,31 +21311,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53cee47c0aaae52611651913a39793a9", - "x-ms-correlation-request-id": "3dc8fcf3-95dd-4c74-adb9-2030ac86dc2c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29637", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "98e46ff5-e9b3-476e-93ef-ee6f31abbed9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054741Z:3dc8fcf3-95dd-4c74-adb9-2030ac86dc2c" + "x-ms-client-request-id": "525a036bf8c0e508d4c3c4478384eaf0", + "x-ms-correlation-request-id": "2bb963f3-f010-418b-8b2a-0280cf518e9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14515,Microsoft.Compute/GetOperation30Min;24858", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "e3f8beca-c5f3-4f66-a113-32422b5cfdea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064739Z:2bb963f3-f010-418b-8b2a-0280cf518e9a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "890d8adf0a57f3d0bc5732461a3be531", + "x-ms-client-request-id": "6042a31a0be6c2c1c17d4a1ad174bc8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10404,7 +21344,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:42 GMT", + "Date": "Mon, 25 Oct 2021 06:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10413,31 +21353,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "890d8adf0a57f3d0bc5732461a3be531", - "x-ms-correlation-request-id": "901672c2-9d60-423a-b07f-ea41eaf39f46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29636", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "8faab594-8ad5-48d4-a9e3-6f3850bc4e58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054742Z:901672c2-9d60-423a-b07f-ea41eaf39f46" + "x-ms-client-request-id": "6042a31a0be6c2c1c17d4a1ad174bc8f", + "x-ms-correlation-request-id": "ad4f45e6-3e43-4d39-8240-68c31c20e19e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14514,Microsoft.Compute/GetOperation30Min;24857", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "a8dbe310-909a-4f19-b347-8d4221200d9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064739Z:ad4f45e6-3e43-4d39-8240-68c31c20e19e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c3fcfebfe019af1707aab66a69ca1537", + "x-ms-client-request-id": "a6b9728aa3d1dd70be1edcc18c692c89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10446,7 +21386,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:43 GMT", + "Date": "Mon, 25 Oct 2021 06:47:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10455,31 +21395,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3fcfebfe019af1707aab66a69ca1537", - "x-ms-correlation-request-id": "d43b2e2b-5a53-4151-aebb-c1348cf24852", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29635", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "1e876e80-d74f-427f-8f52-a6f4896562c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054743Z:d43b2e2b-5a53-4151-aebb-c1348cf24852" + "x-ms-client-request-id": "a6b9728aa3d1dd70be1edcc18c692c89", + "x-ms-correlation-request-id": "533c5d32-e968-4f52-aa2b-0d2b93cb27d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14513,Microsoft.Compute/GetOperation30Min;24856", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "950c4722-0072-4102-8906-23734ae3fbc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064740Z:533c5d32-e968-4f52-aa2b-0d2b93cb27d9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7f5723d658b9727614db9653d7e0cad5", + "x-ms-client-request-id": "dc1f8af27a5c5f7c41989042aded1360", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10488,7 +21428,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:44 GMT", + "Date": "Mon, 25 Oct 2021 06:47:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10497,31 +21437,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f5723d658b9727614db9653d7e0cad5", - "x-ms-correlation-request-id": "26684b84-a95e-41df-8929-9172d6bd9ba5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29634", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "7d5065fa-30b7-48ff-9032-4af75947ae27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054744Z:26684b84-a95e-41df-8929-9172d6bd9ba5" + "x-ms-client-request-id": "dc1f8af27a5c5f7c41989042aded1360", + "x-ms-correlation-request-id": "7be8d63e-e11f-4112-bb90-893623f350cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14512,Microsoft.Compute/GetOperation30Min;24855", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "319b1b12-d0e8-49f1-8846-db3150059d56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064740Z:7be8d63e-e11f-4112-bb90-893623f350cd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a553e77fcf9aff8f725e82ac536589f2", + "x-ms-client-request-id": "10bc350643ca761f3264a2c72e003557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10530,7 +21470,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:45 GMT", + "Date": "Mon, 25 Oct 2021 06:47:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10539,31 +21479,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a553e77fcf9aff8f725e82ac536589f2", - "x-ms-correlation-request-id": "4c0ddbd7-bfaa-4bb1-b3d8-ef1a57fb48a7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29633", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "05c61dc4-3256-45bd-8595-d426bdb9436a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054746Z:4c0ddbd7-bfaa-4bb1-b3d8-ef1a57fb48a7" + "x-ms-client-request-id": "10bc350643ca761f3264a2c72e003557", + "x-ms-correlation-request-id": "d6c9ca35-aee5-4b04-ae1e-8b92f684b212", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14511,Microsoft.Compute/GetOperation30Min;24854", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "9d0196f2-74b7-4092-8e8c-d1c7b66fdabf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064740Z:d6c9ca35-aee5-4b04-ae1e-8b92f684b212" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f76ffa4165e46778888aaf3d4ac4d727", + "x-ms-client-request-id": "4728c051df541032f5596438122e2fd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10572,7 +21512,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:46 GMT", + "Date": "Mon, 25 Oct 2021 06:47:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10581,31 +21521,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f76ffa4165e46778888aaf3d4ac4d727", - "x-ms-correlation-request-id": "af3df60f-ba45-40c4-98e1-678a32bc3781", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29632", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "b2c1990b-faf0-4249-a888-1a519ebe3498", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054747Z:af3df60f-ba45-40c4-98e1-678a32bc3781" + "x-ms-client-request-id": "4728c051df541032f5596438122e2fd1", + "x-ms-correlation-request-id": "6d8d2b6b-18e6-4f27-a1ac-889557e5b336", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14510,Microsoft.Compute/GetOperation30Min;24853", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "0c10b72a-badd-4272-9144-cd6e43edb26d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064740Z:6d8d2b6b-18e6-4f27-a1ac-889557e5b336" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "82eae0df7076079d93580c5bd6c91eae", + "x-ms-client-request-id": "57bb7c0a1badaebf6aa8aaf7d8b43141", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10614,7 +21554,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:48 GMT", + "Date": "Mon, 25 Oct 2021 06:47:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10623,31 +21563,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82eae0df7076079d93580c5bd6c91eae", - "x-ms-correlation-request-id": "1a7fe8c6-1c3f-4751-b575-594725aadc6d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29631", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "d97a2443-5a44-4622-9b66-4e54660578de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054748Z:1a7fe8c6-1c3f-4751-b575-594725aadc6d" + "x-ms-client-request-id": "57bb7c0a1badaebf6aa8aaf7d8b43141", + "x-ms-correlation-request-id": "3a9c4c46-a657-4066-8515-2e419336df60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14509,Microsoft.Compute/GetOperation30Min;24852", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "f633c671-e3bb-4241-9286-698245d5ef50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064741Z:3a9c4c46-a657-4066-8515-2e419336df60" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "dc11a451d3701af16eec1d101f52b5ae", + "x-ms-client-request-id": "ecf13962ccc5260c02ab1a71dfe66404", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10656,7 +21596,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:49 GMT", + "Date": "Mon, 25 Oct 2021 06:47:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10665,31 +21605,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc11a451d3701af16eec1d101f52b5ae", - "x-ms-correlation-request-id": "5e8c7231-0e8d-4ea6-94f0-b4e845ff8fd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29630", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "e7e11190-4e0f-4c47-aece-91ff7f4c9a30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054749Z:5e8c7231-0e8d-4ea6-94f0-b4e845ff8fd8" + "x-ms-client-request-id": "ecf13962ccc5260c02ab1a71dfe66404", + "x-ms-correlation-request-id": "c24be3c0-27ca-4676-9e9c-e32c09729b58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14508,Microsoft.Compute/GetOperation30Min;24851", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "9646910e-5311-4cdd-b41c-78be8dd6f4fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064741Z:c24be3c0-27ca-4676-9e9c-e32c09729b58" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "73cc5b86077bd07b5d68648c591c91be", + "x-ms-client-request-id": "b2bcd034de4536a90179dcab353b3841", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10698,7 +21638,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:50 GMT", + "Date": "Mon, 25 Oct 2021 06:47:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10707,31 +21647,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73cc5b86077bd07b5d68648c591c91be", - "x-ms-correlation-request-id": "53d46652-971a-4d18-9c20-a3a6122e6695", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29629", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "65af9268-d097-4fc0-a0b8-3ecaa9522e21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054751Z:53d46652-971a-4d18-9c20-a3a6122e6695" + "x-ms-client-request-id": "b2bcd034de4536a90179dcab353b3841", + "x-ms-correlation-request-id": "92440531-5651-4e2c-a986-4336e441bb3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14507,Microsoft.Compute/GetOperation30Min;24850", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "397f5114-6da8-4dc7-ad9d-c79407a6ed90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064741Z:92440531-5651-4e2c-a986-4336e441bb3f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a6eb016bfab20cb6eed01389538ce740", + "x-ms-client-request-id": "d8d52328433c3e0b6f945501004dcf83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10740,7 +21680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:51 GMT", + "Date": "Mon, 25 Oct 2021 06:47:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10749,31 +21689,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6eb016bfab20cb6eed01389538ce740", - "x-ms-correlation-request-id": "61e6ab41-9b67-4766-980b-83f636c12347", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29627", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "74d332ed-d3a2-4229-a9f6-681431594498", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054752Z:61e6ab41-9b67-4766-980b-83f636c12347" + "x-ms-client-request-id": "d8d52328433c3e0b6f945501004dcf83", + "x-ms-correlation-request-id": "a404dff3-678c-4b38-a81f-218c722483a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14506,Microsoft.Compute/GetOperation30Min;24849", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "eb5abda4-8876-4370-ba62-2c97f2e2f54d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064741Z:a404dff3-678c-4b38-a81f-218c722483a2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ad45ea2abfc493328407e086f65c151", + "x-ms-client-request-id": "07c2a6447ef784fc8fbaeb4cf060f1c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10782,7 +21722,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:53 GMT", + "Date": "Mon, 25 Oct 2021 06:47:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10791,31 +21731,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ad45ea2abfc493328407e086f65c151", - "x-ms-correlation-request-id": "5e40647d-de06-4a41-b92d-d1a094f1a12a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29626", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "bd065b86-aae6-45e8-bbe7-0baf14b5a770", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054753Z:5e40647d-de06-4a41-b92d-d1a094f1a12a" + "x-ms-client-request-id": "07c2a6447ef784fc8fbaeb4cf060f1c6", + "x-ms-correlation-request-id": "6d13d391-ac50-4b45-ab7c-891421aa4b72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14505,Microsoft.Compute/GetOperation30Min;24848", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "af1eafb9-3113-452f-b036-15d6326163d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064742Z:6d13d391-ac50-4b45-ab7c-891421aa4b72" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1ea55e5b0f668bfba4c084aaf4f17dd1", + "x-ms-client-request-id": "bc49d9738b10f1c7c47e42b189a835b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10824,7 +21764,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:54 GMT", + "Date": "Mon, 25 Oct 2021 06:47:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10833,31 +21773,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ea55e5b0f668bfba4c084aaf4f17dd1", - "x-ms-correlation-request-id": "bde04729-eb0e-4294-ac17-a13f6a587755", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29625", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "8471cb1e-7cfc-48c7-ba76-c90190714b08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054754Z:bde04729-eb0e-4294-ac17-a13f6a587755" + "x-ms-client-request-id": "bc49d9738b10f1c7c47e42b189a835b3", + "x-ms-correlation-request-id": "1646b98b-8432-4ac1-a837-742c2d21fb22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14504,Microsoft.Compute/GetOperation30Min;24847", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "c1d55f3f-202d-4a02-8a52-a8d41afcd2c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064742Z:1646b98b-8432-4ac1-a837-742c2d21fb22" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fae923801648c0c2cea17d727cad9c88", + "x-ms-client-request-id": "8f6658a93178a9492651498157bf4d0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10866,7 +21806,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:55 GMT", + "Date": "Mon, 25 Oct 2021 06:47:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10875,31 +21815,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fae923801648c0c2cea17d727cad9c88", - "x-ms-correlation-request-id": "0859ec54-0896-4505-92bb-81f1eb0958c5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29624", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "c5510869-7965-4ca8-b889-6ca58d6596cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054756Z:0859ec54-0896-4505-92bb-81f1eb0958c5" + "x-ms-client-request-id": "8f6658a93178a9492651498157bf4d0f", + "x-ms-correlation-request-id": "0ce811d5-68e1-4cf3-aafa-ff5f45ec270a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14503,Microsoft.Compute/GetOperation30Min;24846", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "ddd566c2-60ba-4ec0-bf78-350b8bdedb83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064742Z:0ce811d5-68e1-4cf3-aafa-ff5f45ec270a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f52ec10fc8e793da6248d63b26885536", + "x-ms-client-request-id": "268d8ea21304b972ded042793b4bfbe7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10908,7 +21848,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:56 GMT", + "Date": "Mon, 25 Oct 2021 06:47:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10917,31 +21857,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f52ec10fc8e793da6248d63b26885536", - "x-ms-correlation-request-id": "8c96f23f-742e-403f-9f9a-e71ebb815996", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29623", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "a7de797e-8096-4422-a170-74478093b7c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054757Z:8c96f23f-742e-403f-9f9a-e71ebb815996" + "x-ms-client-request-id": "268d8ea21304b972ded042793b4bfbe7", + "x-ms-correlation-request-id": "f6ff5c38-ed4c-455d-958b-a10b7fcb8329", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14502,Microsoft.Compute/GetOperation30Min;24845", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "c43913f3-9ed5-4783-8e40-4ee42f23c29e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064742Z:f6ff5c38-ed4c-455d-958b-a10b7fcb8329" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4c87adc3c67c44099be450c591890ff6", + "x-ms-client-request-id": "97a2378562fa424d909f95bf41459904", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10950,7 +21890,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:58 GMT", + "Date": "Mon, 25 Oct 2021 06:47:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10959,31 +21899,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c87adc3c67c44099be450c591890ff6", - "x-ms-correlation-request-id": "32bf0e99-dc8c-425f-9372-af9d6dbd883e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14862,Microsoft.Compute/GetOperation30Min;29622", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "020d1a87-9dba-452b-99b4-7056d6dc8f9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054758Z:32bf0e99-dc8c-425f-9372-af9d6dbd883e" + "x-ms-client-request-id": "97a2378562fa424d909f95bf41459904", + "x-ms-correlation-request-id": "8e60f28c-6c7d-4045-a245-3d3b918a6460", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14501,Microsoft.Compute/GetOperation30Min;24844", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "c6a22ad8-afb6-4476-837e-b345bd4b58a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064743Z:8e60f28c-6c7d-4045-a245-3d3b918a6460" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "339bfc2388c3b8e9495598ff40869a45", + "x-ms-client-request-id": "fa0e33300f1a96afe5acb0a7eed06ddb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -10992,7 +21932,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:47:59 GMT", + "Date": "Mon, 25 Oct 2021 06:47:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11001,31 +21941,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "339bfc2388c3b8e9495598ff40869a45", - "x-ms-correlation-request-id": "f7999b29-88bf-43ac-b945-fc92d4986460", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14860,Microsoft.Compute/GetOperation30Min;29620", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "b20172e1-0d75-461d-9016-6d8839bc4b9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054759Z:f7999b29-88bf-43ac-b945-fc92d4986460" + "x-ms-client-request-id": "fa0e33300f1a96afe5acb0a7eed06ddb", + "x-ms-correlation-request-id": "40afca6d-612f-4ba0-be0a-fa63a260ba5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14500,Microsoft.Compute/GetOperation30Min;24843", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "a2cbb8c2-c780-4356-b404-886de3609860", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064743Z:40afca6d-612f-4ba0-be0a-fa63a260ba5f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ceae474c5025480cb7e95902771501d9", + "x-ms-client-request-id": "20fc6156b61c3f15404b95657db37799", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11034,7 +21974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:00 GMT", + "Date": "Mon, 25 Oct 2021 06:47:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11043,31 +21983,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ceae474c5025480cb7e95902771501d9", - "x-ms-correlation-request-id": "c49bd996-3816-4ab9-8285-de6b3273f1b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29619", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "5df715c2-2525-467b-813d-98af9d6bd5f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054801Z:c49bd996-3816-4ab9-8285-de6b3273f1b8" + "x-ms-client-request-id": "20fc6156b61c3f15404b95657db37799", + "x-ms-correlation-request-id": "83543465-65b4-46f2-90e0-285cf5d9c60a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14499,Microsoft.Compute/GetOperation30Min;24842", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "ab12cad5-899e-41d2-a9e0-225307493dab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064743Z:83543465-65b4-46f2-90e0-285cf5d9c60a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2917df3921ec3b73c3cf03262e0a0415", + "x-ms-client-request-id": "08483d36003c75cc880cb24db2a553c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11076,7 +22016,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:02 GMT", + "Date": "Mon, 25 Oct 2021 06:47:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11085,31 +22025,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2917df3921ec3b73c3cf03262e0a0415", - "x-ms-correlation-request-id": "42257311-24a3-46e8-9642-c5127d68ba6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29617", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "fb69ad72-ec20-431a-a1d7-7e1e3b202b71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054802Z:42257311-24a3-46e8-9642-c5127d68ba6a" + "x-ms-client-request-id": "08483d36003c75cc880cb24db2a553c0", + "x-ms-correlation-request-id": "74ee21b7-308a-487c-ab98-0e52b191e54c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14498,Microsoft.Compute/GetOperation30Min;24841", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "a7ef4dfa-6c30-4420-860e-0ee0584324a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064743Z:74ee21b7-308a-487c-ab98-0e52b191e54c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4a780a4a41dad3d1f0527bd92ee74034", + "x-ms-client-request-id": "e068b93179487ae71eceb9ce79491831", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11118,7 +22058,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:03 GMT", + "Date": "Mon, 25 Oct 2021 06:47:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11127,31 +22067,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a780a4a41dad3d1f0527bd92ee74034", - "x-ms-correlation-request-id": "8ab8349d-b63d-4a31-8ddf-29ad95881f97", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29616", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "fb21114d-0733-4884-b01f-7a4e6f68a2e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054803Z:8ab8349d-b63d-4a31-8ddf-29ad95881f97" + "x-ms-client-request-id": "e068b93179487ae71eceb9ce79491831", + "x-ms-correlation-request-id": "ae206cb2-c8f7-4d93-9657-39f953135751", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14497,Microsoft.Compute/GetOperation30Min;24840", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "1690a125-c6b1-4373-af18-edea5d1e00cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064744Z:ae206cb2-c8f7-4d93-9657-39f953135751" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "60c6bf53706e2a59d4730a564de51aad", + "x-ms-client-request-id": "b07117346587569f9587981004c78d9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +22100,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:04 GMT", + "Date": "Mon, 25 Oct 2021 06:47:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,31 +22109,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60c6bf53706e2a59d4730a564de51aad", - "x-ms-correlation-request-id": "bb09884a-16ae-421d-9519-a653f301f3c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29615", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "7e719574-a2ec-4407-84d4-2820de914dd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054804Z:bb09884a-16ae-421d-9519-a653f301f3c9" + "x-ms-client-request-id": "b07117346587569f9587981004c78d9a", + "x-ms-correlation-request-id": "dc6e1073-2f7e-4ca4-96c6-bc148421927e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14496,Microsoft.Compute/GetOperation30Min;24839", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "ff5adc7b-d5d9-4426-8265-7c4ff0dac2de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064744Z:dc6e1073-2f7e-4ca4-96c6-bc148421927e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6db743e5b79cf7fe0e443999a5990cdc", + "x-ms-client-request-id": "c433d5f7974bbd5055cde96d46fdfb3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11202,7 +22142,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:05 GMT", + "Date": "Mon, 25 Oct 2021 06:47:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11211,31 +22151,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6db743e5b79cf7fe0e443999a5990cdc", - "x-ms-correlation-request-id": "535e64e8-e0e4-4d1f-b510-42f5c27966fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29614", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "dc231714-ec5d-4dd6-9e44-4d5cea691199", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054806Z:535e64e8-e0e4-4d1f-b510-42f5c27966fd" + "x-ms-client-request-id": "c433d5f7974bbd5055cde96d46fdfb3e", + "x-ms-correlation-request-id": "b93c1c17-cbd3-40da-9639-de8b5a6af401", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14495,Microsoft.Compute/GetOperation30Min;24838", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "645c0dbf-73cf-473b-a53a-1c07b0994fee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064744Z:b93c1c17-cbd3-40da-9639-de8b5a6af401" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6ed2ce8fa343daa6b14d7567367b860a", + "x-ms-client-request-id": "9b1880f4a334cc381a124ac1e0d77656", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11244,7 +22184,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:07 GMT", + "Date": "Mon, 25 Oct 2021 06:47:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11253,40 +22193,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ed2ce8fa343daa6b14d7567367b860a", - "x-ms-correlation-request-id": "9043580c-2636-4b2f-92da-955a9ee61540", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29613", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "3912f2ef-1a5e-494e-afaa-21af0e1793db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054807Z:9043580c-2636-4b2f-92da-955a9ee61540" + "x-ms-client-request-id": "9b1880f4a334cc381a124ac1e0d77656", + "x-ms-correlation-request-id": "de8f0b12-065b-4965-af10-bd2278455db0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14494,Microsoft.Compute/GetOperation30Min;24837", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "34bfba00-4caa-4e93-9fa8-001e6b2b828e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064744Z:de8f0b12-065b-4965-af10-bd2278455db0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/cb9a1003-5599-4058-9790-73db16bfbd08?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ebf4ce38d32f9b97c0ce522a36c0843a", + "x-ms-client-request-id": "a4d71f4154169ce6c6b35bb97b310f97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:08 GMT", + "Date": "Mon, 25 Oct 2021 06:47:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11295,41 +22235,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebf4ce38d32f9b97c0ce522a36c0843a", - "x-ms-correlation-request-id": "a58c0574-9182-4cdb-a77f-faf4933193ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29612", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "3d8569bc-01d8-48b0-8b52-8dc810435e1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054808Z:a58c0574-9182-4cdb-a77f-faf4933193ed" + "x-ms-client-request-id": "a4d71f4154169ce6c6b35bb97b310f97", + "x-ms-correlation-request-id": "bef997cf-0b27-4512-974d-64f6e915c54e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14493,Microsoft.Compute/GetOperation30Min;24836", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "9ad63127-e93f-4af7-9680-7cab849a6363", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064745Z:bef997cf-0b27-4512-974d-64f6e915c54e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:46:55.6290967\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T05:48:07.9103704\u002B00:00\u0022,\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022cb9a1003-5599-4058-9790-73db16bfbd08\u0022\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7ec62e67ab1241699dddbb4e4196c192", + "x-ms-client-request-id": "831b5a8bf2af54659c67a9384c8edd7e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3789", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:08 GMT", + "Date": "Mon, 25 Oct 2021 06:47:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11338,132 +22277,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ec62e67ab1241699dddbb4e4196c192", - "x-ms-correlation-request-id": "d296c403-b186-4636-890a-b37393f616f2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;394,Microsoft.Compute/GetVMScaleSet30Min;2574", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "0842e8b0-6e38-4c48-8588-d6f971db02e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054808Z:d296c403-b186-4636-890a-b37393f616f2" + "x-ms-client-request-id": "831b5a8bf2af54659c67a9384c8edd7e", + "x-ms-correlation-request-id": "e9765483-29de-4f62-ab82-d835da4375ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14492,Microsoft.Compute/GetOperation30Min;24835", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "609c6ff1-fbc1-4c26-b45c-f30748268938", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064745Z:e9765483-29de-4f62-ab82-d835da4375ef" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testVMSS-9800\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", - " \u0022tier\u0022: \u0022Standard\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022singlePlacementGroup\u0022: true,\r\n", - " \u0022upgradePolicy\u0022: {\r\n", - " \u0022mode\u0022: \u0022Manual\u0022\r\n", - " },\r\n", - " \u0022virtualMachineProfile\u0022: {\r\n", - " \u0022osProfile\u0022: {\r\n", - " \u0022computerNamePrefix\u0022: \u0022testVMSS-9800\u0022,\r\n", - " \u0022adminUsername\u0022: \u0022adminuser\u0022,\r\n", - " \u0022linuxConfiguration\u0022: {\r\n", - " \u0022disablePasswordAuthentication\u0022: true,\r\n", - " \u0022ssh\u0022: {\r\n", - " \u0022publicKeys\u0022: [\r\n", - " {\r\n", - " \u0022path\u0022: \u0022/home/adminuser/.ssh/authorized_keys\u0022,\r\n", - " \u0022keyData\u0022: \u0022ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC\u002BwWK73dCr\u002BjgQOAxNsHAnNNNMEMWOHYEccp6wJm2gotpr9katuF/ZAdou5AaW1C61slRkHRkpRRX9FA9CYBiitZgvCCz\u002B3nWNN7l/Up54Zps/pHWGZLHNJZRYyAB6j5yVLMVHIHriY49d/GZTZVNB8GoJv9Gakwc/fuEZYYl4YDFiGMBP///TzlI4jhiJzjKnEvqPFki5p2ZRJqcbCiF4pJrxUQR/RXqVFQdbRLZgYfJ8xGB878RENq3yQ39d8dVOkq4edbkzwcUmwwwkYVPIoDGsYLaRHnG\u002BTo7FvMeyO7xDVQkMKzopTQV8AuKpyvpqu0a9pWOMaiCyDytO7GGN you@me.com\u0022\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022provisionVMAgent\u0022: true\r\n", - " },\r\n", - " \u0022secrets\u0022: [],\r\n", - " \u0022allowExtensionOperations\u0022: true,\r\n", - " \u0022requireGuestProvisionSignal\u0022: true\r\n", - " },\r\n", - " \u0022storageProfile\u0022: {\r\n", - " \u0022osDisk\u0022: {\r\n", - " \u0022osType\u0022: \u0022Linux\u0022,\r\n", - " \u0022createOption\u0022: \u0022FromImage\u0022,\r\n", - " \u0022caching\u0022: \u0022ReadWrite\u0022,\r\n", - " \u0022managedDisk\u0022: {\r\n", - " \u0022storageAccountType\u0022: \u0022Standard_LRS\u0022\r\n", - " },\r\n", - " \u0022diskSizeGB\u0022: 30\r\n", - " },\r\n", - " \u0022imageReference\u0022: {\r\n", - " \u0022publisher\u0022: \u0022Canonical\u0022,\r\n", - " \u0022offer\u0022: \u0022UbuntuServer\u0022,\r\n", - " \u0022sku\u0022: \u002216.04-LTS\u0022,\r\n", - " \u0022version\u0022: \u0022latest\u0022\r\n", - " }\r\n", - " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", - " },\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022overprovision\u0022: true,\r\n", - " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022a4484875-26f8-4989-9e04-0ca3734d4597\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-2800?api-version=2021-03-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "48", - "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a5d7612fac2137bc36ae75507ca4f0c9", + "x-ms-client-request-id": "272c93575626a028997bd481477f50e9", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "tags": {}, - "location": "westus2", - "properties": {} - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "357", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:12 GMT", + "Date": "Mon, 25 Oct 2021 06:47:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11472,47 +22319,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5d7612fac2137bc36ae75507ca4f0c9", - "x-ms-correlation-request-id": "4113cb21-2ece-4266-b0fd-b84c731aaa68", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/PutDeletePPG3Min;99,Microsoft.Compute/PutDeletePPG30Min;499", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "0efd1344-2d3a-47b6-9f3e-48efe296e9a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054813Z:4113cb21-2ece-4266-b0fd-b84c731aaa68" + "x-ms-client-request-id": "272c93575626a028997bd481477f50e9", + "x-ms-correlation-request-id": "717c9cc4-476f-4d2d-8ff9-d856dbb7047f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14491,Microsoft.Compute/GetOperation30Min;24834", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "4aeb7bca-d3f0-4166-8e00-429ba0339c1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064745Z:717c9cc4-476f-4d2d-8ff9-d856dbb7047f" }, "ResponseBody": [ "{\r\n", - " \u0022name\u0022: \u0022testPPG-2800\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-2800\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Compute/proximityPlacementGroups\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {},\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022proximityPlacementGroupType\u0022: \u0022Standard\u0022\r\n", - " }\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800/deallocate?api-version=2021-03-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", + "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b408003bf807658cb34e5217495a290d", + "x-ms-client-request-id": "8636b302f2bb4fa7b98208aeaaad5037", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 05:48:13 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 06:47:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -11520,26 +22361,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b408003bf807658cb34e5217495a290d", - "x-ms-correlation-request-id": "728e891b-afa5-460c-86d0-041e770bbb47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteVMScaleSet3Min;77,Microsoft.Compute/DeleteVMScaleSet30Min;394,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1184,Microsoft.Compute/VmssQueuedVMOperations;0", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-charge": "2", - "x-ms-request-id": "fe3453e9-814a-40c4-b516-7ff4bc8ed4c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054813Z:728e891b-afa5-460c-86d0-041e770bbb47" + "x-ms-client-request-id": "8636b302f2bb4fa7b98208aeaaad5037", + "x-ms-correlation-request-id": "d3073e05-1dbe-4742-b104-db57225c278a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14490,Microsoft.Compute/GetOperation30Min;24833", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "58e7c2b3-441f-43c2-8303-d86618bcfb20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064746Z:d3073e05-1dbe-4742-b104-db57225c278a" }, - "ResponseBody": [] + "ResponseBody": [ + "{\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022status\u0022: \u0022InProgress\u0022,\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", + "}" + ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "960685cadeb937b6d472f2d35aa4eedc", + "x-ms-client-request-id": "e862ddd5e8053470317bea331de40c1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11548,7 +22394,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:13 GMT", + "Date": "Mon, 25 Oct 2021 06:47:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11557,31 +22403,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "960685cadeb937b6d472f2d35aa4eedc", - "x-ms-correlation-request-id": "002ac05c-bada-4760-9bcc-b30e1cf82014", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29610", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "8b31db39-e901-443a-8d71-950b96f698ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054813Z:002ac05c-bada-4760-9bcc-b30e1cf82014" + "x-ms-client-request-id": "e862ddd5e8053470317bea331de40c1c", + "x-ms-correlation-request-id": "02b02fb7-0c21-4297-b63f-e340b514ecf0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14489,Microsoft.Compute/GetOperation30Min;24832", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "af361816-0cca-4c04-86e2-a25e12296bb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064746Z:02b02fb7-0c21-4297-b63f-e340b514ecf0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "10916884919ca61cba86aac01c8e71c2", + "x-ms-client-request-id": "9936c016575865c2ebdd6ea34e79f5eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11590,7 +22436,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:14 GMT", + "Date": "Mon, 25 Oct 2021 06:47:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11599,31 +22445,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10916884919ca61cba86aac01c8e71c2", - "x-ms-correlation-request-id": "67c8230a-9492-4407-9c24-0040f81c0f53", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29609", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "8101853d-8fb9-4759-8f9d-1302551c1056", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054815Z:67c8230a-9492-4407-9c24-0040f81c0f53" + "x-ms-client-request-id": "9936c016575865c2ebdd6ea34e79f5eb", + "x-ms-correlation-request-id": "ba24fc29-45f9-4a80-aa05-3803c7d4ab03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14488,Microsoft.Compute/GetOperation30Min;24831", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "7a37bafe-7730-426f-92fa-c589fb8c50f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064746Z:ba24fc29-45f9-4a80-aa05-3803c7d4ab03" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c44c182d9353e154b5d08a3ba2722665", + "x-ms-client-request-id": "6aab9c2b681c19e34201543f077331d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11632,7 +22478,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:15 GMT", + "Date": "Mon, 25 Oct 2021 06:47:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11641,31 +22487,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c44c182d9353e154b5d08a3ba2722665", - "x-ms-correlation-request-id": "a1890f86-1507-4941-a11f-1d13a43e340f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29608", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "bac690d5-4041-489f-a9eb-958b58e7efee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054816Z:a1890f86-1507-4941-a11f-1d13a43e340f" + "x-ms-client-request-id": "6aab9c2b681c19e34201543f077331d4", + "x-ms-correlation-request-id": "f57c1f1f-07a1-4259-a3a7-c6b62937c50f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14487,Microsoft.Compute/GetOperation30Min;24830", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "76fe9150-12bd-40a1-895a-9379ac537a8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064746Z:f57c1f1f-07a1-4259-a3a7-c6b62937c50f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b78fe580f5f389c695fdc3234f51a46", + "x-ms-client-request-id": "ea98eb75b6777edf1afcfc287acce6b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11674,7 +22520,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:17 GMT", + "Date": "Mon, 25 Oct 2021 06:47:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11683,31 +22529,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b78fe580f5f389c695fdc3234f51a46", - "x-ms-correlation-request-id": "b46d3910-6d11-46fe-aa6d-1053851d780a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29607", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "95c11be3-764b-41cc-a5dc-c0813de066b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054817Z:b46d3910-6d11-46fe-aa6d-1053851d780a" + "x-ms-client-request-id": "ea98eb75b6777edf1afcfc287acce6b8", + "x-ms-correlation-request-id": "a0cb2e59-ad50-4d5d-b0c3-a8fd64d325fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14486,Microsoft.Compute/GetOperation30Min;24829", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "7d29f029-1b73-4e7b-b10b-8da937f595d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064747Z:a0cb2e59-ad50-4d5d-b0c3-a8fd64d325fd" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "41a52f002a58f18914af5bcc07e00447", + "x-ms-client-request-id": "8108fe85a138ad00dc1c565703825d78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11716,7 +22562,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:18 GMT", + "Date": "Mon, 25 Oct 2021 06:47:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11725,31 +22571,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41a52f002a58f18914af5bcc07e00447", - "x-ms-correlation-request-id": "fb6d32a9-9009-4590-8972-ba2d2e5f6e2d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29606", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "384151c1-122f-4222-8882-d08a0e5fd4c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054818Z:fb6d32a9-9009-4590-8972-ba2d2e5f6e2d" + "x-ms-client-request-id": "8108fe85a138ad00dc1c565703825d78", + "x-ms-correlation-request-id": "e0c7011e-b465-4e72-bf70-296fd4d97715", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14485,Microsoft.Compute/GetOperation30Min;24828", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "797ffb34-39ce-48df-9740-bcd26eb5f03e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064747Z:e0c7011e-b465-4e72-bf70-296fd4d97715" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1d67445fe5151d637c135af4b621acbf", + "x-ms-client-request-id": "622d99ab0be17474bd2d501f6cbb9f76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11758,7 +22604,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:19 GMT", + "Date": "Mon, 25 Oct 2021 06:47:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11767,31 +22613,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d67445fe5151d637c135af4b621acbf", - "x-ms-correlation-request-id": "cc48ccd3-533c-447e-9fd7-c89f4b3ee62a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29605", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "1e6343ef-bcc3-492a-9716-661b59d9738a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054820Z:cc48ccd3-533c-447e-9fd7-c89f4b3ee62a" + "x-ms-client-request-id": "622d99ab0be17474bd2d501f6cbb9f76", + "x-ms-correlation-request-id": "571753ac-6f6a-4b0d-bfc4-96a0731d2ad6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14484,Microsoft.Compute/GetOperation30Min;24827", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "4351142c-a4a9-4c3a-acbc-c1ed48719db6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064747Z:571753ac-6f6a-4b0d-bfc4-96a0731d2ad6" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "723a44b5e5cc2e0c758777afb4cf3188", + "x-ms-client-request-id": "09b99b1baf6bd49cebea0d5a60877b97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11800,7 +22646,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:20 GMT", + "Date": "Mon, 25 Oct 2021 06:47:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11809,31 +22655,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "723a44b5e5cc2e0c758777afb4cf3188", - "x-ms-correlation-request-id": "0f6ff33c-237e-4da6-a6d7-d967dba1d908", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14872,Microsoft.Compute/GetOperation30Min;29604", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "d83723f6-ea7a-4555-813d-9294529bcc99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054821Z:0f6ff33c-237e-4da6-a6d7-d967dba1d908" + "x-ms-client-request-id": "09b99b1baf6bd49cebea0d5a60877b97", + "x-ms-correlation-request-id": "d133cdb7-7fce-46e1-a776-d933952284a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14483,Microsoft.Compute/GetOperation30Min;24826", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "0ee43339-338c-4f04-97e4-4b71d2496394", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064747Z:d133cdb7-7fce-46e1-a776-d933952284a0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "f0d2945afc8d1a30cc87c545cf953af2", + "x-ms-client-request-id": "e17c839f839e7ad78a93c40a51e04120", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11842,7 +22688,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:22 GMT", + "Date": "Mon, 25 Oct 2021 06:47:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11851,31 +22697,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0d2945afc8d1a30cc87c545cf953af2", - "x-ms-correlation-request-id": "1c96e7c8-e252-45cf-9e1d-141eccdf812d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29603", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "e660dfe9-ecbf-45f0-be4c-0bdfa389bc46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054822Z:1c96e7c8-e252-45cf-9e1d-141eccdf812d" + "x-ms-client-request-id": "e17c839f839e7ad78a93c40a51e04120", + "x-ms-correlation-request-id": "61e9bcf9-dcb5-46c2-9246-424d35533626", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14482,Microsoft.Compute/GetOperation30Min;24825", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "b632973d-2409-4848-9063-63551ef55f09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064748Z:61e9bcf9-dcb5-46c2-9246-424d35533626" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c3179b0292a67a7a3739a88e6eb369ac", + "x-ms-client-request-id": "673be07d54c8fc0cfc5976f6fd1a1435", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11884,7 +22730,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:23 GMT", + "Date": "Mon, 25 Oct 2021 06:47:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11893,31 +22739,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3179b0292a67a7a3739a88e6eb369ac", - "x-ms-correlation-request-id": "1172411b-2a8e-4e5a-a774-664a43321c51", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29602", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "6ee3fc92-ce69-4d3a-b011-64672aa91d96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054824Z:1172411b-2a8e-4e5a-a774-664a43321c51" + "x-ms-client-request-id": "673be07d54c8fc0cfc5976f6fd1a1435", + "x-ms-correlation-request-id": "75bd3b3d-f9f7-4777-b30d-d5c4ab89478c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14481,Microsoft.Compute/GetOperation30Min;24824", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "745296ed-a5b4-40ba-b30e-9e7003c442c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064748Z:75bd3b3d-f9f7-4777-b30d-d5c4ab89478c" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2299d2e2bc4fb932141fa54520c75fe0", + "x-ms-client-request-id": "e880b8b2be3f97d7c43f7fd8eb91820b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11926,7 +22772,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:24 GMT", + "Date": "Mon, 25 Oct 2021 06:47:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11935,31 +22781,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2299d2e2bc4fb932141fa54520c75fe0", - "x-ms-correlation-request-id": "425f7fc1-3f7d-4813-ba33-a4d08f5da12a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29601", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "2130ca8a-e35e-44ad-862f-810e3daf90ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054825Z:425f7fc1-3f7d-4813-ba33-a4d08f5da12a" + "x-ms-client-request-id": "e880b8b2be3f97d7c43f7fd8eb91820b", + "x-ms-correlation-request-id": "958020d8-25c2-4c0d-adb6-c1af5e8eb749", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14480,Microsoft.Compute/GetOperation30Min;24823", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "616d7fd0-4793-48eb-831e-d04d413cdfc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064748Z:958020d8-25c2-4c0d-adb6-c1af5e8eb749" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "18ac844c6db8c8e11958b85453a1ac18", + "x-ms-client-request-id": "80ddeda9134c4bcf777fe4450de07c70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11968,7 +22814,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:25 GMT", + "Date": "Mon, 25 Oct 2021 06:47:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11977,31 +22823,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18ac844c6db8c8e11958b85453a1ac18", - "x-ms-correlation-request-id": "97511caa-f7ba-45aa-bf19-3ac3503a1d8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29600", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "b4429edd-899a-4f41-9b59-5027667932a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054826Z:97511caa-f7ba-45aa-bf19-3ac3503a1d8c" + "x-ms-client-request-id": "80ddeda9134c4bcf777fe4450de07c70", + "x-ms-correlation-request-id": "f74fb570-fdcf-4599-b449-d6da41d5a4c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14479,Microsoft.Compute/GetOperation30Min;24822", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "083a3da0-638d-4faf-b32a-136b25e4210e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064748Z:f74fb570-fdcf-4599-b449-d6da41d5a4c9" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "fc62181e18fc45a3695daf86ec355a6f", + "x-ms-client-request-id": "99588e7f585fbee009a4a289d434106a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12010,7 +22856,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:27 GMT", + "Date": "Mon, 25 Oct 2021 06:47:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12019,31 +22865,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc62181e18fc45a3695daf86ec355a6f", - "x-ms-correlation-request-id": "f1ddede3-36f2-4466-a4d8-b181e54a5ca4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29599", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "cf4d49e6-c5c9-4f55-b1ac-fbb471544781", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054827Z:f1ddede3-36f2-4466-a4d8-b181e54a5ca4" + "x-ms-client-request-id": "99588e7f585fbee009a4a289d434106a", + "x-ms-correlation-request-id": "c56401f9-d561-44d0-9c68-5a5754478992", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14478,Microsoft.Compute/GetOperation30Min;24821", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "729cb95d-7de7-4d7f-9c5f-dd66e8a0ef72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064749Z:c56401f9-d561-44d0-9c68-5a5754478992" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e942c8d9500674f4f0d009f604dd6572", + "x-ms-client-request-id": "104c6bd7933c9fe9e93471bfda918ae3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12052,7 +22898,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:28 GMT", + "Date": "Mon, 25 Oct 2021 06:47:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12061,31 +22907,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e942c8d9500674f4f0d009f604dd6572", - "x-ms-correlation-request-id": "cb2ca3c0-fe8e-42c4-9c0f-27128bcca2f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29598", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "476709cb-7357-4d27-b087-02de8ee8151f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054829Z:cb2ca3c0-fe8e-42c4-9c0f-27128bcca2f7" + "x-ms-client-request-id": "104c6bd7933c9fe9e93471bfda918ae3", + "x-ms-correlation-request-id": "237f5c72-007f-443a-b079-08c4ce466db0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14477,Microsoft.Compute/GetOperation30Min;24820", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "7bec5868-cae7-4840-a40c-653d543a1f4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064749Z:237f5c72-007f-443a-b079-08c4ce466db0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "08278c72626434e4e167af5abd5bdbe3", + "x-ms-client-request-id": "5c590fc2e93951ab0c1e77a770467643", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12094,7 +22940,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:29 GMT", + "Date": "Mon, 25 Oct 2021 06:47:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12103,31 +22949,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08278c72626434e4e167af5abd5bdbe3", - "x-ms-correlation-request-id": "37e304c7-c128-404f-a17d-deb75eaab00e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29596", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "7a8483b7-cf23-457a-8ec5-8013ed5ccd5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054830Z:37e304c7-c128-404f-a17d-deb75eaab00e" + "x-ms-client-request-id": "5c590fc2e93951ab0c1e77a770467643", + "x-ms-correlation-request-id": "064834bb-f116-421f-bd68-bfafb4cd7099", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14476,Microsoft.Compute/GetOperation30Min;24819", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "619e1cc8-927b-41f6-a301-78161944d7c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064749Z:064834bb-f116-421f-bd68-bfafb4cd7099" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "8b7a48fec35ecd1223ee0b2b0fac418b", + "x-ms-client-request-id": "a16e796f6c94eb33a5b8af2be721e477", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12136,7 +22982,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:30 GMT", + "Date": "Mon, 25 Oct 2021 06:47:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12145,31 +22991,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b7a48fec35ecd1223ee0b2b0fac418b", - "x-ms-correlation-request-id": "9c3e42f2-cf2b-44b6-8f8f-2c8111cff2a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29595", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "787df236-54ec-4d5c-845c-1cd167e151f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054831Z:9c3e42f2-cf2b-44b6-8f8f-2c8111cff2a8" + "x-ms-client-request-id": "a16e796f6c94eb33a5b8af2be721e477", + "x-ms-correlation-request-id": "795c9f5d-f2c8-4543-9f04-1dbec4d24336", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14475,Microsoft.Compute/GetOperation30Min;24818", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "d4703b31-105d-4d31-a896-86185e673471", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064749Z:795c9f5d-f2c8-4543-9f04-1dbec4d24336" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "5f143cf8520e760be40e079fa199b795", + "x-ms-client-request-id": "c5c6bf1ab3daed31bffb041e1c412ea2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12178,7 +23024,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:32 GMT", + "Date": "Mon, 25 Oct 2021 06:47:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12187,31 +23033,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f143cf8520e760be40e079fa199b795", - "x-ms-correlation-request-id": "5aa3bb89-d588-48e2-aea7-5ee1f80da5e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29594", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "23ec63d0-7e0a-486a-8378-1c89aa1afb54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054832Z:5aa3bb89-d588-48e2-aea7-5ee1f80da5e9" + "x-ms-client-request-id": "c5c6bf1ab3daed31bffb041e1c412ea2", + "x-ms-correlation-request-id": "7e01499f-8406-46f2-a3bf-1b7246d420cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14474,Microsoft.Compute/GetOperation30Min;24817", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "d4a7b69d-f8f6-48cf-b780-e1ef5c44a76b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064750Z:7e01499f-8406-46f2-a3bf-1b7246d420cc" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bbf825f5da62af137a59e47656b82434", + "x-ms-client-request-id": "60502ebee823564fdb6db78039806aeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12220,7 +23066,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:33 GMT", + "Date": "Mon, 25 Oct 2021 06:47:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12229,31 +23075,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbf825f5da62af137a59e47656b82434", - "x-ms-correlation-request-id": "a20c86b8-2f92-4678-bb87-f2aca24e0905", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14884,Microsoft.Compute/GetOperation30Min;29593", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "f5815df6-9d6c-4fad-a485-0be062d8f1e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054834Z:a20c86b8-2f92-4678-bb87-f2aca24e0905" + "x-ms-client-request-id": "60502ebee823564fdb6db78039806aeb", + "x-ms-correlation-request-id": "a67b49df-99e5-4736-b29d-5f3d983ec7b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14473,Microsoft.Compute/GetOperation30Min;24816", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "ce5a7c4f-3657-48b2-a99d-f24aaf784fdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064750Z:a67b49df-99e5-4736-b29d-5f3d983ec7b2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "806223257b46abd43d03a650bb722b8a", + "x-ms-client-request-id": "b18d0039b07fbc684880e2986814cf63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12262,7 +23108,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:34 GMT", + "Date": "Mon, 25 Oct 2021 06:47:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12271,31 +23117,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "806223257b46abd43d03a650bb722b8a", - "x-ms-correlation-request-id": "190fd3e0-2c10-42f5-a838-008ca7098ed4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29592", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "7bdb1c99-a71b-4765-ad14-7c86f74bbb6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054835Z:190fd3e0-2c10-42f5-a838-008ca7098ed4" + "x-ms-client-request-id": "b18d0039b07fbc684880e2986814cf63", + "x-ms-correlation-request-id": "f304353b-76f4-4e80-b7a2-cad759a92175", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14472,Microsoft.Compute/GetOperation30Min;24815", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "2a4809ec-39c1-45aa-8593-2bfb0e1ce1a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064750Z:f304353b-76f4-4e80-b7a2-cad759a92175" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e936763685b41d282964e5b56d94202b", + "x-ms-client-request-id": "b86d0d8a83d031536f6fea6cfbb0b33f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12304,7 +23150,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:36 GMT", + "Date": "Mon, 25 Oct 2021 06:47:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12313,31 +23159,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e936763685b41d282964e5b56d94202b", - "x-ms-correlation-request-id": "373f4873-ec2d-41a8-9175-2aa561fefa60", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29591", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "0bec4be3-14ca-4585-9eff-79432f3aa7c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054836Z:373f4873-ec2d-41a8-9175-2aa561fefa60" + "x-ms-client-request-id": "b86d0d8a83d031536f6fea6cfbb0b33f", + "x-ms-correlation-request-id": "9a3b9c93-2b0e-41f4-9df5-d090ab3781f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14471,Microsoft.Compute/GetOperation30Min;24814", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "42e49766-c3d6-45ca-84ca-e74a952cdd92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064750Z:9a3b9c93-2b0e-41f4-9df5-d090ab3781f0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "7d79d3e93636794e504c7e5f33c3f408", + "x-ms-client-request-id": "1ce519917db40d23c69418a206b6eec7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12346,7 +23192,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:37 GMT", + "Date": "Mon, 25 Oct 2021 06:47:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12355,31 +23201,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d79d3e93636794e504c7e5f33c3f408", - "x-ms-correlation-request-id": "3835ae24-bdfa-43c1-aa79-09736467768a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29590", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "7a053972-c38a-4109-a8c8-0a365817064a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054837Z:3835ae24-bdfa-43c1-aa79-09736467768a" + "x-ms-client-request-id": "1ce519917db40d23c69418a206b6eec7", + "x-ms-correlation-request-id": "97db8894-461f-41c6-96af-3899b5f03299", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14470,Microsoft.Compute/GetOperation30Min;24813", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "0861b0c2-a4d6-4b32-b6e5-cf06fb1ec367", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064751Z:97db8894-461f-41c6-96af-3899b5f03299" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e040592d3b829f80fa4457e2961f3da9", + "x-ms-client-request-id": "2cf6539eb112b51aac5c410fc6fbc097", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12388,7 +23234,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:38 GMT", + "Date": "Mon, 25 Oct 2021 06:47:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12397,31 +23243,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e040592d3b829f80fa4457e2961f3da9", - "x-ms-correlation-request-id": "924a74a8-7fbd-49a8-87ed-c5243eaa77a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29589", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "836087de-0e2b-427f-a7c8-f35896860864", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054839Z:924a74a8-7fbd-49a8-87ed-c5243eaa77a1" + "x-ms-client-request-id": "2cf6539eb112b51aac5c410fc6fbc097", + "x-ms-correlation-request-id": "a87f66fa-279b-434b-a0e0-829021651780", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14469,Microsoft.Compute/GetOperation30Min;24812", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "1e3b6500-8f8c-4aeb-9a00-f7a7b9048c6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064751Z:a87f66fa-279b-434b-a0e0-829021651780" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e8677ae3aef8ff5327bc986707c9ea65", + "x-ms-client-request-id": "4f07a2ccb32f0cafe95ff23c6bb02ab8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12430,7 +23276,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:39 GMT", + "Date": "Mon, 25 Oct 2021 06:47:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12439,31 +23285,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8677ae3aef8ff5327bc986707c9ea65", - "x-ms-correlation-request-id": "22b9bb01-1d7b-41d6-bba8-e197d5d78761", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29588", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "20771096-1c9a-43dc-b305-5e57b823c2af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054840Z:22b9bb01-1d7b-41d6-bba8-e197d5d78761" + "x-ms-client-request-id": "4f07a2ccb32f0cafe95ff23c6bb02ab8", + "x-ms-correlation-request-id": "027bf24e-36bb-435d-a6e6-be5433656361", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14468,Microsoft.Compute/GetOperation30Min;24811", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "a3379dd2-95f6-4a66-891a-348c8f7e67d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064751Z:027bf24e-36bb-435d-a6e6-be5433656361" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "1487dd703f54aea952d983f2df6ce231", + "x-ms-client-request-id": "a8ce228187bae02cfe2f6f583b1346ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12472,7 +23318,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:40 GMT", + "Date": "Mon, 25 Oct 2021 06:47:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12481,31 +23327,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1487dd703f54aea952d983f2df6ce231", - "x-ms-correlation-request-id": "0de591b7-9dbc-42c0-9e91-c6eb88bf81b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29587", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "141e4da6-ca9c-4af7-ab98-8b9abb076b6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054841Z:0de591b7-9dbc-42c0-9e91-c6eb88bf81b6" + "x-ms-client-request-id": "a8ce228187bae02cfe2f6f583b1346ca", + "x-ms-correlation-request-id": "97fa0e54-540b-46af-8f38-f917d2bf98cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14467,Microsoft.Compute/GetOperation30Min;24810", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "eb7ea8ae-44ec-435c-87ee-958fdb009899", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064751Z:97fa0e54-540b-46af-8f38-f917d2bf98cf" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b87bd40e0b5c7f0f0640b9c6a2199830", + "x-ms-client-request-id": "63d581d39fafeb97a4e942b3bedd4afc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12514,7 +23360,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:42 GMT", + "Date": "Mon, 25 Oct 2021 06:47:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12523,31 +23369,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b87bd40e0b5c7f0f0640b9c6a2199830", - "x-ms-correlation-request-id": "fdf801d3-2723-405d-aa7a-dc6d1854e6e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29586", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "18dcebc8-c9ba-4546-8015-98b61a3adeda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054842Z:fdf801d3-2723-405d-aa7a-dc6d1854e6e4" + "x-ms-client-request-id": "63d581d39fafeb97a4e942b3bedd4afc", + "x-ms-correlation-request-id": "49ccd80a-0960-4181-9e03-be70ce2aa307", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14466,Microsoft.Compute/GetOperation30Min;24809", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "f0c45195-83e4-4708-97d0-2d78acd80338", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064752Z:49ccd80a-0960-4181-9e03-be70ce2aa307" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b972f15a2998a454d1b8961e2a6120bb", + "x-ms-client-request-id": "a38e8831182d45dd762750004357d0d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12556,7 +23402,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:43 GMT", + "Date": "Mon, 25 Oct 2021 06:47:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12565,31 +23411,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b972f15a2998a454d1b8961e2a6120bb", - "x-ms-correlation-request-id": "e41c0add-fb1f-4f47-a202-74d6a818c93f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14876,Microsoft.Compute/GetOperation30Min;29585", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "6972d4cc-eeec-4acd-a489-858adc9ba1a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054844Z:e41c0add-fb1f-4f47-a202-74d6a818c93f" + "x-ms-client-request-id": "a38e8831182d45dd762750004357d0d6", + "x-ms-correlation-request-id": "a827a758-a36a-4ae3-b990-27e314f87ef8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14465,Microsoft.Compute/GetOperation30Min;24808", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "dd966ee2-e845-4011-b607-b70836538d0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064752Z:a827a758-a36a-4ae3-b990-27e314f87ef8" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "335867d9314e6409cd070e1386e20c38", + "x-ms-client-request-id": "ea692719c7dae2098be203d044792121", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12598,7 +23444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:44 GMT", + "Date": "Mon, 25 Oct 2021 06:47:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12607,31 +23453,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "335867d9314e6409cd070e1386e20c38", - "x-ms-correlation-request-id": "27470ff3-5e5b-4b32-8994-9751b171fa55", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14875,Microsoft.Compute/GetOperation30Min;29584", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "959504fd-ff39-409b-b09e-e0733f39d20e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054845Z:27470ff3-5e5b-4b32-8994-9751b171fa55" + "x-ms-client-request-id": "ea692719c7dae2098be203d044792121", + "x-ms-correlation-request-id": "1cea6f7e-cf11-43f3-8403-1ef12487265f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14464,Microsoft.Compute/GetOperation30Min;24807", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "161817e2-0836-4b81-bb91-e8d79e713f2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064752Z:1cea6f7e-cf11-43f3-8403-1ef12487265f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ed97524129f9e5987fd7e6a375f055a4", + "x-ms-client-request-id": "b32672e5a284bb9da390ed884f97a84d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12640,7 +23486,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:45 GMT", + "Date": "Mon, 25 Oct 2021 06:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12649,31 +23495,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed97524129f9e5987fd7e6a375f055a4", - "x-ms-correlation-request-id": "0ed65d16-e1a7-4b5c-816c-e5685350b524", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14874,Microsoft.Compute/GetOperation30Min;29583", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "1e9462b7-05f2-4d76-9490-f53ad2810be5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054846Z:0ed65d16-e1a7-4b5c-816c-e5685350b524" + "x-ms-client-request-id": "b32672e5a284bb9da390ed884f97a84d", + "x-ms-correlation-request-id": "28a3164b-1fbe-44ed-8754-cbec416a6533", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14463,Microsoft.Compute/GetOperation30Min;24806", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "ddb4f7dd-ded4-49b4-a8f7-5cfeb515a61b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064753Z:28a3164b-1fbe-44ed-8754-cbec416a6533" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3aecfd1f65c128e2e80eeb901b411def", + "x-ms-client-request-id": "96996c1860746a217fac184b140d01fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12682,7 +23528,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:47 GMT", + "Date": "Mon, 25 Oct 2021 06:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12691,31 +23537,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3aecfd1f65c128e2e80eeb901b411def", - "x-ms-correlation-request-id": "1e8b5dad-95c5-487d-ac49-eb70766b5893", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14873,Microsoft.Compute/GetOperation30Min;29582", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "0bc4951d-e6da-4379-872c-fee337f800c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054847Z:1e8b5dad-95c5-487d-ac49-eb70766b5893" + "x-ms-client-request-id": "96996c1860746a217fac184b140d01fc", + "x-ms-correlation-request-id": "707ffd8d-1e0e-416e-acd9-2602da399696", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14462,Microsoft.Compute/GetOperation30Min;24805", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "8d52a167-a763-49cc-b0d7-8ece1983f058", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064753Z:707ffd8d-1e0e-416e-acd9-2602da399696" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "d8dd5dac32c9b0c1cf73b3764a66eedd", + "x-ms-client-request-id": "d11b2e051d3076518aad464ad98093f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12724,7 +23570,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:48 GMT", + "Date": "Mon, 25 Oct 2021 06:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12733,31 +23579,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8dd5dac32c9b0c1cf73b3764a66eedd", - "x-ms-correlation-request-id": "05ee9220-f87c-4cf8-9955-22c5561bda6b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14871,Microsoft.Compute/GetOperation30Min;29580", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "c3aaa33a-c0eb-451c-bd07-236c349db397", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054849Z:05ee9220-f87c-4cf8-9955-22c5561bda6b" + "x-ms-client-request-id": "d11b2e051d3076518aad464ad98093f3", + "x-ms-correlation-request-id": "6d5fa54d-f7b3-4c32-bcf7-84f173ba0b4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14461,Microsoft.Compute/GetOperation30Min;24804", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "22ef8812-6e0f-4bf5-a581-eb89490e529a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064753Z:6d5fa54d-f7b3-4c32-bcf7-84f173ba0b4e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "88f469b2d2f6dc776f6e05eb3d08c93e", + "x-ms-client-request-id": "d8b7b63a8adf84ad50bc33d88952a796", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12766,7 +23612,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:49 GMT", + "Date": "Mon, 25 Oct 2021 06:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12775,31 +23621,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88f469b2d2f6dc776f6e05eb3d08c93e", - "x-ms-correlation-request-id": "a2224f1d-6b5c-4b41-b92f-69a507be7398", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14870,Microsoft.Compute/GetOperation30Min;29579", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "d64335c5-acc4-484a-85ff-e666fbdfe2f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054850Z:a2224f1d-6b5c-4b41-b92f-69a507be7398" + "x-ms-client-request-id": "d8b7b63a8adf84ad50bc33d88952a796", + "x-ms-correlation-request-id": "b7b37112-d41f-4690-8901-f0b6c6d8ed90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14460,Microsoft.Compute/GetOperation30Min;24803", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "ddbad576-14f7-4b3f-aee1-b3f44a42a4cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064753Z:b7b37112-d41f-4690-8901-f0b6c6d8ed90" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "18f7f7b97c13ecda3c3c6b4db16bde82", + "x-ms-client-request-id": "2082f08ed67cfb1c1a220cc619d790fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12808,7 +23654,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:50 GMT", + "Date": "Mon, 25 Oct 2021 06:47:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12817,31 +23663,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18f7f7b97c13ecda3c3c6b4db16bde82", - "x-ms-correlation-request-id": "3e7fcea0-0bcf-4989-9aab-c6648cf14aa4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14869,Microsoft.Compute/GetOperation30Min;29578", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "760242aa-b3f0-42e4-b662-6032d94703cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054851Z:3e7fcea0-0bcf-4989-9aab-c6648cf14aa4" + "x-ms-client-request-id": "2082f08ed67cfb1c1a220cc619d790fe", + "x-ms-correlation-request-id": "d3752523-6077-4bf8-b298-995394792fb3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14459,Microsoft.Compute/GetOperation30Min;24802", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "705737f1-0699-48d9-9aee-40d8d07b9796", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064754Z:d3752523-6077-4bf8-b298-995394792fb3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b1dd0e1f954cd9f8e600685b2dd572c6", + "x-ms-client-request-id": "5e10241829557b1c81968073e978ec37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12850,7 +23696,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:52 GMT", + "Date": "Mon, 25 Oct 2021 06:47:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12859,31 +23705,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1dd0e1f954cd9f8e600685b2dd572c6", - "x-ms-correlation-request-id": "7cd0a7fa-09ad-4500-8cc1-950842d6ed9a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14868,Microsoft.Compute/GetOperation30Min;29577", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "3ee48bcc-236c-4533-ae6d-080b7d77a541", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054852Z:7cd0a7fa-09ad-4500-8cc1-950842d6ed9a" + "x-ms-client-request-id": "5e10241829557b1c81968073e978ec37", + "x-ms-correlation-request-id": "4799b290-723b-4736-871b-10517cd1b464", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14458,Microsoft.Compute/GetOperation30Min;24801", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "6f57a34f-9934-486b-9671-27a09ab49235", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064754Z:4799b290-723b-4736-871b-10517cd1b464" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "52bd74a9d56e35c98e074bb967292b03", + "x-ms-client-request-id": "e8bcaf0672fe637799bcbdbc7ee66a79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12892,7 +23738,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:53 GMT", + "Date": "Mon, 25 Oct 2021 06:47:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12901,31 +23747,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52bd74a9d56e35c98e074bb967292b03", - "x-ms-correlation-request-id": "f211f0c8-c6f7-4ebb-b249-aedc4bb5962d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14867,Microsoft.Compute/GetOperation30Min;29576", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "075f8484-40b2-4ce2-b2cb-bcbf889b1051", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054854Z:f211f0c8-c6f7-4ebb-b249-aedc4bb5962d" + "x-ms-client-request-id": "e8bcaf0672fe637799bcbdbc7ee66a79", + "x-ms-correlation-request-id": "955a55b1-dd8c-4344-ae55-2e146d084c0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14456,Microsoft.Compute/GetOperation30Min;24799", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "14872e7f-03d5-472e-8078-02dce3460466", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064754Z:955a55b1-dd8c-4344-ae55-2e146d084c0f" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2ecc8390172a24f1fe1d3213147fbf67", + "x-ms-client-request-id": "65c0352c48416441d3079fe556a911a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12934,7 +23780,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:54 GMT", + "Date": "Mon, 25 Oct 2021 06:47:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12943,31 +23789,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ecc8390172a24f1fe1d3213147fbf67", - "x-ms-correlation-request-id": "e5385889-f640-476c-8899-731f7ba11251", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14866,Microsoft.Compute/GetOperation30Min;29575", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "88d63653-88f8-4ea2-9ba6-ceb6062f5862", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054855Z:e5385889-f640-476c-8899-731f7ba11251" + "x-ms-client-request-id": "65c0352c48416441d3079fe556a911a1", + "x-ms-correlation-request-id": "f50b454a-f5ca-473a-9ca2-05ff68a64fe5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14455,Microsoft.Compute/GetOperation30Min;24798", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "2e76aadd-00fc-4da9-8016-36593529588c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064754Z:f50b454a-f5ca-473a-9ca2-05ff68a64fe5" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "3da4a4c98bae491345a82345493f72bc", + "x-ms-client-request-id": "69c0d436a81ba500adadc4986c5ffc9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12976,7 +23822,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:55 GMT", + "Date": "Mon, 25 Oct 2021 06:47:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12985,31 +23831,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3da4a4c98bae491345a82345493f72bc", - "x-ms-correlation-request-id": "24f703d9-6b72-4361-9105-e333d44d3d20", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14865,Microsoft.Compute/GetOperation30Min;29574", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "84163774-eddf-4be1-b9b2-177c08e15cba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054856Z:24f703d9-6b72-4361-9105-e333d44d3d20" + "x-ms-client-request-id": "69c0d436a81ba500adadc4986c5ffc9a", + "x-ms-correlation-request-id": "141cba17-fee8-479d-bd08-bca0e9d83aa0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14454,Microsoft.Compute/GetOperation30Min;24797", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "a3691222-3aa5-444e-8678-b24acc76a890", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064755Z:141cba17-fee8-479d-bd08-bca0e9d83aa0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "aaca64d54309919c82985350a3b6210f", + "x-ms-client-request-id": "b447072b87b8bdf66e5714f6d3910cf0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13018,7 +23864,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:57 GMT", + "Date": "Mon, 25 Oct 2021 06:47:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13027,31 +23873,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aaca64d54309919c82985350a3b6210f", - "x-ms-correlation-request-id": "2a538656-df73-49c0-a82a-b278f641ff67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14864,Microsoft.Compute/GetOperation30Min;29573", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "0f05dae3-be72-44e5-a902-aaf0fbeb14b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054857Z:2a538656-df73-49c0-a82a-b278f641ff67" + "x-ms-client-request-id": "b447072b87b8bdf66e5714f6d3910cf0", + "x-ms-correlation-request-id": "a0d013a9-c0f6-42c1-9be5-3c74dbccf8fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14453,Microsoft.Compute/GetOperation30Min;24796", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "7cb1f1e2-ab18-40f1-88d5-45833e8c355a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064755Z:a0d013a9-c0f6-42c1-9be5-3c74dbccf8fb" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "c2f0e447ee8405556f82e982f4abdbbf", + "x-ms-client-request-id": "a9861baa0125845d351ab79483a8f874", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13060,7 +23906,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:58 GMT", + "Date": "Mon, 25 Oct 2021 06:47:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13069,31 +23915,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2f0e447ee8405556f82e982f4abdbbf", - "x-ms-correlation-request-id": "b27ec92b-3ef1-43c2-9712-e388cd68ca7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14863,Microsoft.Compute/GetOperation30Min;29572", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "d15c46b0-5147-4753-8093-28c643dd32e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054859Z:b27ec92b-3ef1-43c2-9712-e388cd68ca7c" + "x-ms-client-request-id": "a9861baa0125845d351ab79483a8f874", + "x-ms-correlation-request-id": "731d1f18-b98b-46f6-91dc-89209c842f6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14452,Microsoft.Compute/GetOperation30Min;24795", + "x-ms-ratelimit-remaining-subscription-reads": "11652", + "x-ms-request-id": "4d7a00ab-2889-4f5d-b46f-7f992dde3e77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064755Z:731d1f18-b98b-46f6-91dc-89209c842f6e" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "b03e75aa15b5855d0712ba1637c2a68e", + "x-ms-client-request-id": "4fba040a5d62aee8de03fac49309d21b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13102,7 +23948,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:48:59 GMT", + "Date": "Mon, 25 Oct 2021 06:47:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13111,31 +23957,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b03e75aa15b5855d0712ba1637c2a68e", - "x-ms-correlation-request-id": "1090b58e-2607-491e-b0de-5a23f3679b08", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14888,Microsoft.Compute/GetOperation30Min;29571", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "644e5f58-27c5-42cb-a8b2-4e0e5cff8199", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054900Z:1090b58e-2607-491e-b0de-5a23f3679b08" + "x-ms-client-request-id": "4fba040a5d62aee8de03fac49309d21b", + "x-ms-correlation-request-id": "86312835-83f7-4263-b6a5-e3afbbd3c7a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14451,Microsoft.Compute/GetOperation30Min;24794", + "x-ms-ratelimit-remaining-subscription-reads": "11651", + "x-ms-request-id": "a872f71b-fdea-43ad-b5e2-1b48484561c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064756Z:86312835-83f7-4263-b6a5-e3afbbd3c7a4" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "64fd1386af4ee7370fc53a875a1a9dd7", + "x-ms-client-request-id": "50eed4a053d82a75a9c37e9ecf6239c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13144,7 +23990,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:00 GMT", + "Date": "Mon, 25 Oct 2021 06:47:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13153,31 +23999,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64fd1386af4ee7370fc53a875a1a9dd7", - "x-ms-correlation-request-id": "8a05c7c7-a9f2-437c-b69e-7073657fcea8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14887,Microsoft.Compute/GetOperation30Min;29570", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "51d609bc-5db1-4cf5-8fdd-ad701c4cfd93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054901Z:8a05c7c7-a9f2-437c-b69e-7073657fcea8" + "x-ms-client-request-id": "50eed4a053d82a75a9c37e9ecf6239c6", + "x-ms-correlation-request-id": "f23218d5-a755-4c6e-8c10-59a991a0e3b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14450,Microsoft.Compute/GetOperation30Min;24793", + "x-ms-ratelimit-remaining-subscription-reads": "11650", + "x-ms-request-id": "34ea2a07-793e-4570-8264-c2b80983faef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064756Z:f23218d5-a755-4c6e-8c10-59a991a0e3b3" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "2da593bd71783259876abb72333ecdad", + "x-ms-client-request-id": "cfeca05ebdd74d8e33d8ca220699f02b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13186,7 +24032,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:02 GMT", + "Date": "Mon, 25 Oct 2021 06:47:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13195,31 +24041,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2da593bd71783259876abb72333ecdad", - "x-ms-correlation-request-id": "92bb2d26-f9ee-4f75-9af5-be822fd2ccf3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14886,Microsoft.Compute/GetOperation30Min;29569", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "9dd22f36-f976-418f-ab9b-96889bb1601b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054902Z:92bb2d26-f9ee-4f75-9af5-be822fd2ccf3" + "x-ms-client-request-id": "cfeca05ebdd74d8e33d8ca220699f02b", + "x-ms-correlation-request-id": "f445a406-8956-4f8f-802f-2f810e9a4536", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14449,Microsoft.Compute/GetOperation30Min;24792", + "x-ms-ratelimit-remaining-subscription-reads": "11649", + "x-ms-request-id": "c3514380-1193-416d-a5ef-db20b1d9617c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064756Z:f445a406-8956-4f8f-802f-2f810e9a4536" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "e0fb5bdc76aefb713e57a0efdbd62bed", + "x-ms-client-request-id": "aff39c48a8b9b79b8e8fa69ede4ade7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13228,7 +24074,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:03 GMT", + "Date": "Mon, 25 Oct 2021 06:47:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13237,31 +24083,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0fb5bdc76aefb713e57a0efdbd62bed", - "x-ms-correlation-request-id": "2d7c82b7-fac7-4124-b5f1-60f39b08ee2b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14885,Microsoft.Compute/GetOperation30Min;29568", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "d0077ea8-2893-4dac-87a0-b70428da7932", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054904Z:2d7c82b7-fac7-4124-b5f1-60f39b08ee2b" + "x-ms-client-request-id": "aff39c48a8b9b79b8e8fa69ede4ade7c", + "x-ms-correlation-request-id": "03a14abf-2584-47e4-aa2b-07bf36d123d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14448,Microsoft.Compute/GetOperation30Min;24791", + "x-ms-ratelimit-remaining-subscription-reads": "11648", + "x-ms-request-id": "8a56dddb-cb13-4963-9d7d-a8d84dca8332", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064756Z:03a14abf-2584-47e4-aa2b-07bf36d123d2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "a358e375781c1516bacbdce4f4c5b3d0", + "x-ms-client-request-id": "f36534c9021de34346a11d008853240f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13270,7 +24116,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:04 GMT", + "Date": "Mon, 25 Oct 2021 06:47:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13279,31 +24125,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a358e375781c1516bacbdce4f4c5b3d0", - "x-ms-correlation-request-id": "3e9c09c2-54ee-40e1-8e66-6a6354f7b089", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14883,Microsoft.Compute/GetOperation30Min;29566", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "bb547c04-573a-4b80-8630-b1ae23d34f3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054905Z:3e9c09c2-54ee-40e1-8e66-6a6354f7b089" + "x-ms-client-request-id": "f36534c9021de34346a11d008853240f", + "x-ms-correlation-request-id": "59765310-8831-4d8b-9dd2-13e87a828649", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14447,Microsoft.Compute/GetOperation30Min;24790", + "x-ms-ratelimit-remaining-subscription-reads": "11647", + "x-ms-request-id": "bcdfb253-bb60-4e7e-894e-dde3fbb205f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064757Z:59765310-8831-4d8b-9dd2-13e87a828649" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "ffab8cf7bc1f462822aaef21d06957b1", + "x-ms-client-request-id": "335652d28a6eb60c0534404716ef6ee8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13312,7 +24158,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:05 GMT", + "Date": "Mon, 25 Oct 2021 06:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13321,31 +24167,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffab8cf7bc1f462822aaef21d06957b1", - "x-ms-correlation-request-id": "0f58d9f0-c177-4c09-9975-e33dbc90987f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14882,Microsoft.Compute/GetOperation30Min;29565", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "0c13656a-5518-494b-b3e5-84297b278e10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054906Z:0f58d9f0-c177-4c09-9975-e33dbc90987f" + "x-ms-client-request-id": "335652d28a6eb60c0534404716ef6ee8", + "x-ms-correlation-request-id": "939ea316-bd3f-42f0-bc57-4eeef36060d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14446,Microsoft.Compute/GetOperation30Min;24789", + "x-ms-ratelimit-remaining-subscription-reads": "11646", + "x-ms-request-id": "7e7754a8-3131-4d2d-ac85-cd2d5d1f5c0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064757Z:939ea316-bd3f-42f0-bc57-4eeef36060d2" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "50fcce3f29e6639044e526e3998c0678", + "x-ms-client-request-id": "d1584efafd34450e590f68188b9a2f3b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13354,7 +24200,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:07 GMT", + "Date": "Mon, 25 Oct 2021 06:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13363,31 +24209,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50fcce3f29e6639044e526e3998c0678", - "x-ms-correlation-request-id": "0129c912-775b-461f-9005-8247e046e3da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14881,Microsoft.Compute/GetOperation30Min;29564", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "34212276-947b-4a33-822a-fac85019c89e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054908Z:0129c912-775b-461f-9005-8247e046e3da" + "x-ms-client-request-id": "d1584efafd34450e590f68188b9a2f3b", + "x-ms-correlation-request-id": "dc713729-2418-4659-af72-0682683ac8f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14445,Microsoft.Compute/GetOperation30Min;24788", + "x-ms-ratelimit-remaining-subscription-reads": "11645", + "x-ms-request-id": "023f4d5c-d24b-4c1d-88cc-3015f008d6d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064757Z:dc713729-2418-4659-af72-0682683ac8f1" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "4ef8cfa32c2bb9ceba11807288f44450", + "x-ms-client-request-id": "8bcc966babf33f0d27afede8c1fbcd57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13396,7 +24242,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:08 GMT", + "Date": "Mon, 25 Oct 2021 06:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13405,31 +24251,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ef8cfa32c2bb9ceba11807288f44450", - "x-ms-correlation-request-id": "f47969c0-e612-49cf-b08f-d7e763158efd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14880,Microsoft.Compute/GetOperation30Min;29563", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "9d86b269-5754-4043-8aa6-c7eea4f662c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054909Z:f47969c0-e612-49cf-b08f-d7e763158efd" + "x-ms-client-request-id": "8bcc966babf33f0d27afede8c1fbcd57", + "x-ms-correlation-request-id": "6cac5c55-0538-4861-9b5f-12193dda81ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14444,Microsoft.Compute/GetOperation30Min;24787", + "x-ms-ratelimit-remaining-subscription-reads": "11644", + "x-ms-request-id": "8e566654-39a0-4b94-8920-6e79d59c3228", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064757Z:6cac5c55-0538-4861-9b5f-12193dda81ca" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "26a52b7362c8cdeafc47ba399545ac96", + "x-ms-client-request-id": "3906343252fad4db4410da5f21f32a6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13438,7 +24284,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:09 GMT", + "Date": "Mon, 25 Oct 2021 06:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13447,31 +24293,31 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26a52b7362c8cdeafc47ba399545ac96", - "x-ms-correlation-request-id": "d4292489-3b4a-4a44-88d6-f7c78a5fd06e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14879,Microsoft.Compute/GetOperation30Min;29562", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "a2f41c80-4915-41b2-8357-330fa6edd3de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054910Z:d4292489-3b4a-4a44-88d6-f7c78a5fd06e" + "x-ms-client-request-id": "3906343252fad4db4410da5f21f32a6a", + "x-ms-correlation-request-id": "c38b84f1-80a3-44e1-96ad-d9980eb9dd8a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14443,Microsoft.Compute/GetOperation30Min;24786", + "x-ms-ratelimit-remaining-subscription-reads": "11643", + "x-ms-request-id": "527721d1-bc8f-419f-92b6-95a106c1c984", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064758Z:c38b84f1-80a3-44e1-96ad-d9980eb9dd8a" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022InProgress\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "007d76a308711286ff4396d4a81edb50", + "x-ms-client-request-id": "7fdc0404e2224ef44018aa840f25845d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13480,7 +24326,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:11 GMT", + "Date": "Mon, 25 Oct 2021 06:47:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13489,32 +24335,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "007d76a308711286ff4396d4a81edb50", - "x-ms-correlation-request-id": "720993c5-cb61-47b3-925f-ad1e236c27fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14878,Microsoft.Compute/GetOperation30Min;29561", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "8fde9b6b-37b4-487d-8f4c-601084a9107d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054911Z:720993c5-cb61-47b3-925f-ad1e236c27fc" + "x-ms-client-request-id": "7fdc0404e2224ef44018aa840f25845d", + "x-ms-correlation-request-id": "0bd99fa7-e5fd-4421-9968-f51273e3abb0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14442,Microsoft.Compute/GetOperation30Min;24785", + "x-ms-ratelimit-remaining-subscription-reads": "11642", + "x-ms-request-id": "8ed97926-2204-4c37-aaa8-7b4140a86098", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064758Z:0bd99fa7-e5fd-4421-9968-f51273e3abb0" }, "ResponseBody": [ "{\r\n", - " \u0022startTime\u0022: \u00222021-10-21T05:48:13.4885309\u002B00:00\u0022,\r\n", - " \u0022endTime\u0022: \u00222021-10-21T05:49:11.0040896\u002B00:00\u0022,\r\n", + " \u0022startTime\u0022: \u00222021-10-25T06:47:21.4528951\u002B00:00\u0022,\r\n", + " \u0022endTime\u0022: \u00222021-10-25T06:47:58.0778776\u002B00:00\u0022,\r\n", " \u0022status\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022name\u0022: \u0022fe3453e9-814a-40c4-b516-7ff4bc8ed4c7\u0022\r\n", + " \u0022name\u0022: \u00223260597b-e947-4862-a4bf-76e84df134eb\u0022\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/fe3453e9-814a-40c4-b516-7ff4bc8ed4c7?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026monitor=true\u0026api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/3260597b-e947-4862-a4bf-76e84df134eb?p=86787c75-ed5e-4503-9048-66d86936d980\u0026monitor=true\u0026api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "6e6fd6a0e0e741b0e52a52e371942374", + "x-ms-client-request-id": "57e51141f5941841bbf747e3d1ad1d33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13522,7 +24368,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 21 Oct 2021 05:49:11 GMT", + "Date": "Mon, 25 Oct 2021 06:47:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13531,17 +24377,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e6fd6a0e0e741b0e52a52e371942374", - "x-ms-correlation-request-id": "ac8a12dd-d65c-4443-b090-286f4161331b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14877,Microsoft.Compute/GetOperation30Min;29560", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "28aade30-ed85-4e3e-a85e-cfbdd7885b12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054912Z:ac8a12dd-d65c-4443-b090-286f4161331b" + "x-ms-client-request-id": "57e51141f5941841bbf747e3d1ad1d33", + "x-ms-correlation-request-id": "8844f5a3-ee69-4ed0-a949-e9d64ac650bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperation3Min;14441,Microsoft.Compute/GetOperation30Min;24784", + "x-ms-ratelimit-remaining-subscription-reads": "11641", + "x-ms-request-id": "3f96d914-ae29-4606-bd23-31e3f1e83ca1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064758Z:8844f5a3-ee69-4ed0-a949-e9d64ac650bb" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -13549,27 +24395,27 @@ "Content-Length": "196", "Content-Type": "application/json", "User-Agent": [ - "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211021.1", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager.Compute/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "11ceea6544776adea5922685cb1625dd", + "x-ms-client-request-id": "bce383844d1e50343fb7f9e1a856c51e", "x-ms-return-client-request-id": "true" }, "RequestBody": { "properties": { "proximityPlacementGroup": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-2800" + "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-9750" } } }, "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute/locations/westus2/operations/589ff6c4-1bd0-400a-aefd-ec3a84670a87?p=6dc3cfcb-f5db-4e95-ac20-4affbabf6d0b\u0026api-version=2021-03-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Compute/locations/westus2/operations/ce3aa766-55d1-4a15-9f41-e17c73fe4ddd?p=86787c75-ed5e-4503-9048-66d86936d980\u0026api-version=2021-03-01", "Cache-Control": "no-cache", - "Content-Length": "3990", + "Content-Length": "2828", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:18 GMT", + "Date": "Mon, 25 Oct 2021 06:48:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -13579,24 +24425,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11ceea6544776adea5922685cb1625dd", - "x-ms-correlation-request-id": "0cc3155c-f122-4934-8127-04ae8b1d5abe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1199,Microsoft.Compute/VmssQueuedVMOperations;0", + "x-ms-client-request-id": "bce383844d1e50343fb7f9e1a856c51e", + "x-ms-correlation-request-id": "d3fa5c49-5e7c-4700-bdf5-b17e4389713b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/VMScaleSetActions3Min;239,Microsoft.Compute/VMScaleSetActions30Min;1198,Microsoft.Compute/VmssQueuedVMOperations;0", "x-ms-ratelimit-remaining-subscription-writes": "1195", "x-ms-request-charge": "0", - "x-ms-request-id": "589ff6c4-1bd0-400a-aefd-ec3a84670a87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054918Z:0cc3155c-f122-4934-8127-04ae8b1d5abe" + "x-ms-request-id": "ce3aa766-55d1-4a15-9f41-e17c73fe4ddd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064803Z:d3fa5c49-5e7c-4700-bdf5-b17e4389713b" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-9800\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -13608,7 +24451,7 @@ " \u0022mode\u0022: \u0022Manual\u0022\r\n", " },\r\n", " \u0022proximityPlacementGroup\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/TESTRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-2800\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/TESTRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-9750\u0022\r\n", " },\r\n", " \u0022virtualMachineProfile\u0022: {\r\n", " \u0022osProfile\u0022: {\r\n", @@ -13647,61 +24490,35 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022a4484875-26f8-4989-9e04-0ca3734d4597\u0022\r\n", + " \u0022uniqueId\u0022: \u00220dee1e68-43f4-454a-bd91-e4bd44e5f627\u0022\r\n", " }\r\n", "}" ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800?api-version=2021-03-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-beta.4", - "(.NET 5.0.11; Microsoft Windows 10.0.19631)" + "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" ], - "x-ms-client-request-id": "bd6f221fc9505cd8f804c854b92a75cf", + "x-ms-client-request-id": "8c0076fac742f43edc9517dcfc5f7064", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3991", + "Content-Length": "2829", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 21 Oct 2021 05:49:19 GMT", + "Date": "Mon, 25 Oct 2021 06:48:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13710,23 +24527,20 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd6f221fc9505cd8f804c854b92a75cf", - "x-ms-correlation-request-id": "445c75c4-8860-47bb-ad87-54bbd5a1ef38", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;391,Microsoft.Compute/GetVMScaleSet30Min;2569", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "693b890b-d6d6-4030-8091-fffe64483f29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211021T054919Z:445c75c4-8860-47bb-ad87-54bbd5a1ef38" + "x-ms-client-request-id": "8c0076fac742f43edc9517dcfc5f7064", + "x-ms-correlation-request-id": "d9311b36-41ab-4292-95ef-500d92af4bd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetVMScaleSet3Min;386,Microsoft.Compute/GetVMScaleSet30Min;2559", + "x-ms-ratelimit-remaining-subscription-reads": "11640", + "x-ms-request-id": "ac2a437b-401a-417a-b178-9098425b615f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211025T064803Z:d9311b36-41ab-4292-95ef-500d92af4bd8" }, "ResponseBody": [ "{\r\n", " \u0022name\u0022: \u0022testVMSS-9800\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Compute/virtualMachineScaleSets/testVMSS-9800\u0022,\r\n", " \u0022type\u0022: \u0022Microsoft.Compute/virtualMachineScaleSets\u0022,\r\n", " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022azsecpack\u0022: \u0022nonprod\u0022,\r\n", - " \u0022platformsettings.host_environment.service.platform_optedin_for_rootcerts\u0022: \u0022true\u0022\r\n", - " },\r\n", + " \u0022tags\u0022: {},\r\n", " \u0022sku\u0022: {\r\n", " \u0022name\u0022: \u0022Standard_F2\u0022,\r\n", " \u0022tier\u0022: \u0022Standard\u0022,\r\n", @@ -13738,7 +24552,7 @@ " \u0022mode\u0022: \u0022Manual\u0022\r\n", " },\r\n", " \u0022proximityPlacementGroup\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/TESTRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-2800\u0022\r\n", + " \u0022id\u0022: \u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/TESTRG-6426/providers/Microsoft.Compute/proximityPlacementGroups/testPPG-9750\u0022\r\n", " },\r\n", " \u0022virtualMachineProfile\u0022: {\r\n", " \u0022osProfile\u0022: {\r\n", @@ -13777,38 +24591,12 @@ " \u0022version\u0022: \u0022latest\u0022\r\n", " }\r\n", " },\r\n", - " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]},\r\n", - " \u0022extensionProfile\u0022: {\r\n", - " \u0022extensions\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Monitor\u0022,\r\n", - " \u0022type\u0022: \u0022AzureMonitorLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00221.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022GCS_AUTO_CONFIG\u0022:true}\r\n", - " }\r\n", - " },\r\n", - " {\r\n", - " \u0022name\u0022: \u0022Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022autoUpgradeMinorVersion\u0022: true,\r\n", - " \u0022enableAutomaticUpgrade\u0022: true,\r\n", - " \u0022publisher\u0022: \u0022Microsoft.Azure.Security.Monitoring\u0022,\r\n", - " \u0022type\u0022: \u0022AzureSecurityLinuxAgent\u0022,\r\n", - " \u0022typeHandlerVersion\u0022: \u00222.0\u0022,\r\n", - " \u0022settings\u0022: {\u0022enableGenevaUpload\u0022:true,\u0022enableAutoConfig\u0022:true,\u0022reportSuccessOnUnsupportedDistro\u0022:true}\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - " }\r\n", + " \u0022networkProfile\u0022: {\u0022networkInterfaceConfigurations\u0022:[{\u0022name\u0022:\u0022example\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022enableAcceleratedNetworking\u0022:false,\u0022dnsSettings\u0022:{\u0022dnsServers\u0022:[]},\u0022enableIPForwarding\u0022:false,\u0022ipConfigurations\u0022:[{\u0022name\u0022:\u0022internal\u0022,\u0022properties\u0022:{\u0022primary\u0022:true,\u0022subnet\u0022:{\u0022id\u0022:\u0022/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testRG-6426/providers/Microsoft.Network/virtualNetworks/testVNet-850/subnets/testSubnet-4034\u0022},\u0022privateIPAddressVersion\u0022:\u0022IPv4\u0022}}]}}]}\r\n", " },\r\n", " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", " \u0022overprovision\u0022: true,\r\n", " \u0022doNotRunExtensionsOnOverprovisionedVMs\u0022: false,\r\n", - " \u0022uniqueId\u0022: \u0022a4484875-26f8-4989-9e04-0ca3734d4597\u0022\r\n", + " \u0022uniqueId\u0022: \u00220dee1e68-43f4-454a-bd91-e4bd44e5f627\u0022\r\n", " }\r\n", "}" ] @@ -13816,7 +24604,7 @@ ], "Variables": { "RandomSeed": "1547127069", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" } } \ No newline at end of file diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/README.md b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/README.md index 2ae8f63ad127d..e1483af1350ff 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/README.md +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/README.md @@ -182,7 +182,7 @@ while (status == "Pending") Console.WriteLine($"Transaction status: {status}"); // Provide both the transactionId and subLedgerId. -Response getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, new(), subLedgerId); +Response getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); // Try until the entry is available. bool loaded = false; @@ -199,14 +199,14 @@ while (!loaded) } else { - getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, new(), subLedgerId); + getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); } } Console.WriteLine(contents); // "Hello world!" // Now just provide the transactionId. -getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, new()); +getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId); string subLedgerId2 = JsonDocument.Parse(getBySubledgerResponse.Content) .RootElement @@ -245,7 +245,7 @@ while (status == "Pending") } // The ledger entry written at the transactionId in firstResponse is retrieved from the default sub-ledger. -Response getResponse = ledgerClient.GetLedgerEntry(transactionId, new()); +Response getResponse = ledgerClient.GetLedgerEntry(transactionId); // Try until the entry is available. loaded = false; @@ -262,7 +262,7 @@ while (!loaded) } else { - getResponse = ledgerClient.GetLedgerEntry(transactionId, new(), subLedgerId); + getResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); } } @@ -275,7 +275,7 @@ string firstEntryContents = JsonDocument.Parse(getResponse.Content) Console.WriteLine(firstEntryContents); // "Hello world 0" // This will return the latest entry available in the default sub-ledger. -getResponse = ledgerClient.GetCurrentLedgerEntry(new()); +getResponse = ledgerClient.GetCurrentLedgerEntry(); // Try until the entry is available. loaded = false; @@ -292,7 +292,7 @@ while (!loaded) } else { - getResponse = ledgerClient.GetCurrentLedgerEntry(new()); + getResponse = ledgerClient.GetCurrentLedgerEntry(); } } @@ -312,7 +312,7 @@ while (status == "Pending") .GetString(); } -getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, new(), "my sub-ledger"); +getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, "my sub-ledger"); // Try until the entry is available. loaded = false; element = default; @@ -328,14 +328,14 @@ while (!loaded) } else { - getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, new(), "my sub-ledger"); + getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, "my sub-ledger"); } } Console.WriteLine(subLedgerEntry); // "Hello world sub-ledger 0" // This will return the latest entry available in the sub-ledger. -getResponse = ledgerClient.GetCurrentLedgerEntry(new(), "my sub-ledger"); +getResponse = ledgerClient.GetCurrentLedgerEntry("my sub-ledger"); string latestSubLedger = JsonDocument.Parse(getResponse.Content) .RootElement .GetProperty("contents") @@ -350,7 +350,7 @@ Ledger entries in a sub-ledger may be retrieved over a range of transaction ids. Note: Both ranges are optional; they can be provided individually or not at all. ```C# Snippet:RangedQuery -ledgerClient.GetLedgerEntries(new(), fromTransactionId: "2.1", toTransactionId: subLedgerTransactionId); +ledgerClient.GetLedgerEntries(fromTransactionId: "2.1", toTransactionId: subLedgerTransactionId); ``` ### User management diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/api/Azure.Security.ConfidentialLedger.netstandard2.0.cs b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/api/Azure.Security.ConfidentialLedger.netstandard2.0.cs index f482911b1f592..348c68616116a 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/api/Azure.Security.ConfidentialLedger.netstandard2.0.cs +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/api/Azure.Security.ConfidentialLedger.netstandard2.0.cs @@ -9,24 +9,24 @@ public ConfidentialLedgerClient(System.Uri ledgerUri, Azure.Core.TokenCredential public virtual System.Threading.Tasks.Task CreateOrUpdateUserAsync(string userId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteUser(string userId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteUserAsync(string userId, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetConsortiumMembers(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetConsortiumMembersAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetConstitution(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetConstitutionAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetCurrentLedgerEntry(Azure.RequestOptions options, string subLedgerId = null) { throw null; } - public virtual System.Threading.Tasks.Task GetCurrentLedgerEntryAsync(Azure.RequestOptions options, string subLedgerId = null) { throw null; } - public virtual Azure.Response GetEnclaveQuotes(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetEnclaveQuotesAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetLedgerEntries(Azure.RequestOptions options, string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null) { throw null; } - public virtual Azure.AsyncPageable GetLedgerEntriesAsync(Azure.RequestOptions options, string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null) { throw null; } - public virtual Azure.Response GetLedgerEntry(string transactionId, Azure.RequestOptions options, string subLedgerId = null) { throw null; } - public virtual System.Threading.Tasks.Task GetLedgerEntryAsync(string transactionId, Azure.RequestOptions options, string subLedgerId = null) { throw null; } - public virtual Azure.Response GetReceipt(string transactionId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetReceiptAsync(string transactionId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetTransactionStatus(string transactionId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetTransactionStatusAsync(string transactionId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetUser(string userId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetUserAsync(string userId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetConsortiumMembers(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetConsortiumMembersAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetConstitution(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetConstitutionAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCurrentLedgerEntry(string subLedgerId = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCurrentLedgerEntryAsync(string subLedgerId = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetEnclaveQuotes(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetEnclaveQuotesAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetLedgerEntries(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetLedgerEntriesAsync(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetLedgerEntry(string transactionId, string subLedgerId = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetLedgerEntryAsync(string transactionId, string subLedgerId = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetReceipt(string transactionId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetReceiptAsync(string transactionId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTransactionStatus(string transactionId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTransactionStatusAsync(string transactionId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetUser(string userId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetUserAsync(string userId, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response PostLedgerEntry(Azure.Core.RequestContent content, string subLedgerId = null, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task PostLedgerEntryAsync(Azure.Core.RequestContent content, string subLedgerId = null, Azure.RequestOptions options = null) { throw null; } } @@ -47,8 +47,8 @@ public partial class ConfidentialLedgerIdentityServiceClient protected ConfidentialLedgerIdentityServiceClient() { } public ConfidentialLedgerIdentityServiceClient(System.Uri identityServiceUri, Azure.Security.ConfidentialLedger.ConfidentialLedgerClientOptions options = null) { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Response GetLedgerIdentity(string ledgerId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetLedgerIdentityAsync(string ledgerId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetLedgerIdentity(string ledgerId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetLedgerIdentityAsync(string ledgerId, Azure.RequestOptions options = null) { throw null; } public static System.Security.Cryptography.X509Certificates.X509Certificate2 ParseCertificate(Azure.Response getIdentityResponse) { throw null; } } } diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs index 2c9f0f7c736e0..43563169ca70e 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs @@ -81,7 +81,7 @@ public ConfidentialLedgerClient(Uri ledgerUri, TokenCredential credential, Confi /// /// #pragma warning disable AZC0002 - public virtual async Task GetConstitutionAsync(RequestOptions options) + public virtual async Task GetConstitutionAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetConstitution"); @@ -119,7 +119,7 @@ public virtual async Task GetConstitutionAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetConstitution(RequestOptions options) + public virtual Response GetConstitution(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetConstitution"); @@ -161,7 +161,7 @@ public virtual Response GetConstitution(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetConsortiumMembersAsync(RequestOptions options) + public virtual async Task GetConsortiumMembersAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetConsortiumMembers"); @@ -203,7 +203,7 @@ public virtual async Task GetConsortiumMembersAsync(RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual Response GetConsortiumMembers(RequestOptions options) + public virtual Response GetConsortiumMembers(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetConsortiumMembers"); @@ -241,7 +241,7 @@ public virtual Response GetConsortiumMembers(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetEnclaveQuotesAsync(RequestOptions options) + public virtual async Task GetEnclaveQuotesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetEnclaveQuotes"); @@ -279,7 +279,7 @@ public virtual async Task GetEnclaveQuotesAsync(RequestOptions options /// /// #pragma warning disable AZC0002 - public virtual Response GetEnclaveQuotes(RequestOptions options) + public virtual Response GetEnclaveQuotes(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetEnclaveQuotes"); @@ -390,8 +390,8 @@ public virtual Response PostLedgerEntry(RequestContent content, string subLedger /// To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. /// Identifies a write transaction. - /// The request options. /// The sub-ledger id. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -416,7 +416,7 @@ public virtual Response PostLedgerEntry(RequestContent content, string subLedger /// /// #pragma warning disable AZC0002 - public virtual async Task GetLedgerEntryAsync(string transactionId, RequestOptions options, string subLedgerId = null) + public virtual async Task GetLedgerEntryAsync(string transactionId, string subLedgerId = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetLedgerEntry"); @@ -435,8 +435,8 @@ public virtual async Task GetLedgerEntryAsync(string transactionId, Re /// To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. /// Identifies a write transaction. - /// The request options. /// The sub-ledger id. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -461,7 +461,7 @@ public virtual async Task GetLedgerEntryAsync(string transactionId, Re /// /// #pragma warning disable AZC0002 - public virtual Response GetLedgerEntry(string transactionId, RequestOptions options, string subLedgerId = null) + public virtual Response GetLedgerEntry(string transactionId, string subLedgerId = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetLedgerEntry"); @@ -513,7 +513,7 @@ public virtual Response GetLedgerEntry(string transactionId, RequestOptions opti /// /// #pragma warning disable AZC0002 - public virtual async Task GetReceiptAsync(string transactionId, RequestOptions options) + public virtual async Task GetReceiptAsync(string transactionId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetReceipt"); @@ -565,7 +565,7 @@ public virtual async Task GetReceiptAsync(string transactionId, Reques /// /// #pragma warning disable AZC0002 - public virtual Response GetReceipt(string transactionId, RequestOptions options) + public virtual Response GetReceipt(string transactionId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetReceipt"); @@ -605,7 +605,7 @@ public virtual Response GetReceipt(string transactionId, RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetTransactionStatusAsync(string transactionId, RequestOptions options) + public virtual async Task GetTransactionStatusAsync(string transactionId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetTransactionStatus"); @@ -645,7 +645,7 @@ public virtual async Task GetTransactionStatusAsync(string transaction /// /// #pragma warning disable AZC0002 - public virtual Response GetTransactionStatus(string transactionId, RequestOptions options) + public virtual Response GetTransactionStatus(string transactionId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetTransactionStatus"); @@ -663,8 +663,8 @@ public virtual Response GetTransactionStatus(string transactionId, RequestOption } /// A sub-ledger id may optionally be specified. - /// The request options. /// The sub-ledger id. + /// The request options. /// /// Schema for Response Body: /// { @@ -685,7 +685,7 @@ public virtual Response GetTransactionStatus(string transactionId, RequestOption /// /// #pragma warning disable AZC0002 - public virtual async Task GetCurrentLedgerEntryAsync(RequestOptions options, string subLedgerId = null) + public virtual async Task GetCurrentLedgerEntryAsync(string subLedgerId = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetCurrentLedgerEntry"); @@ -703,8 +703,8 @@ public virtual async Task GetCurrentLedgerEntryAsync(RequestOptions op } /// A sub-ledger id may optionally be specified. - /// The request options. /// The sub-ledger id. + /// The request options. /// /// Schema for Response Body: /// { @@ -725,7 +725,7 @@ public virtual async Task GetCurrentLedgerEntryAsync(RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual Response GetCurrentLedgerEntry(RequestOptions options, string subLedgerId = null) + public virtual Response GetCurrentLedgerEntry(string subLedgerId = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetCurrentLedgerEntry"); @@ -833,7 +833,7 @@ public virtual Response DeleteUser(string userId, RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual async Task GetUserAsync(string userId, RequestOptions options) + public virtual async Task GetUserAsync(string userId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetUser"); @@ -873,7 +873,7 @@ public virtual async Task GetUserAsync(string userId, RequestOptions o /// /// #pragma warning disable AZC0002 - public virtual Response GetUser(string userId, RequestOptions options) + public virtual Response GetUser(string userId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerClient.GetUser"); @@ -985,10 +985,10 @@ public virtual Response CreateOrUpdateUser(string userId, RequestContent content } /// A sub-ledger id may optionally be specified. Only entries in the specified (or default) sub-ledger will be returned. - /// The request options. /// The sub-ledger id. /// Specify the first transaction ID in a range. /// Specify the last transaction ID in a range. + /// The request options. /// /// Schema for Response Body: /// { @@ -1015,7 +1015,7 @@ public virtual Response CreateOrUpdateUser(string userId, RequestContent content /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetLedgerEntriesAsync(RequestOptions options, string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null) + public virtual AsyncPageable GetLedgerEntriesAsync(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "ConfidentialLedgerClient.GetLedgerEntries"); @@ -1034,10 +1034,10 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// A sub-ledger id may optionally be specified. Only entries in the specified (or default) sub-ledger will be returned. - /// The request options. /// The sub-ledger id. /// Specify the first transaction ID in a range. /// Specify the last transaction ID in a range. + /// The request options. /// /// Schema for Response Body: /// { @@ -1064,7 +1064,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetLedgerEntries(RequestOptions options, string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null) + public virtual Pageable GetLedgerEntries(string subLedgerId = null, string fromTransactionId = null, string toTransactionId = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "ConfidentialLedgerClient.GetLedgerEntries"); diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerIdentityServiceClient.cs b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerIdentityServiceClient.cs index 2a533e3f02edf..29d3ef64db08b 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerIdentityServiceClient.cs +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerIdentityServiceClient.cs @@ -55,7 +55,7 @@ protected ConfidentialLedgerIdentityServiceClient() /// /// #pragma warning disable AZC0002 - public virtual async Task GetLedgerIdentityAsync(string ledgerId, RequestOptions options) + public virtual async Task GetLedgerIdentityAsync(string ledgerId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerIdentityServiceClient.GetLedgerIdentity"); @@ -95,7 +95,7 @@ public virtual async Task GetLedgerIdentityAsync(string ledgerId, Requ /// /// #pragma warning disable AZC0002 - public virtual Response GetLedgerIdentity(string ledgerId, RequestOptions options) + public virtual Response GetLedgerIdentity(string ledgerId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("ConfidentialLedgerIdentityServiceClient.GetLedgerIdentity"); diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/ConfidentialLedgerClientLiveTests.cs b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/ConfidentialLedgerClientLiveTests.cs index 2ba2088caeb7c..6b1225133545d 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/ConfidentialLedgerClientLiveTests.cs +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/ConfidentialLedgerClientLiveTests.cs @@ -64,7 +64,7 @@ public async Task GetLedgerEntries() { await PostLedgerEntry(); - await foreach (var entry in Client.GetLedgerEntriesAsync(new RequestOptions())) + await foreach (var entry in Client.GetLedgerEntriesAsync()) { Assert.NotNull(entry); } @@ -77,7 +77,7 @@ public async Task GetLedgerEntry() var tuple = await GetFirstTransactionIdFromGetEntries(); string transactionId = tuple.TransactionId; string stringResult = tuple.StringResult; - Response response = await Client.GetLedgerEntryAsync(transactionId, new RequestOptions()); + Response response = await Client.GetLedgerEntryAsync(transactionId); Assert.AreEqual((int)HttpStatusCode.OK, response.Status); Assert.That(stringResult, Does.Contain(transactionId)); @@ -160,7 +160,7 @@ public async Task GetCurrentLedgerEntry() { await PostLedgerEntry(); - var result = await Client.GetCurrentLedgerEntryAsync(new()); + var result = await Client.GetCurrentLedgerEntryAsync(); var stringResult = new StreamReader(result.ContentStream).ReadToEnd(); Assert.AreEqual((int)HttpStatusCode.OK, result.Status); @@ -211,7 +211,7 @@ private Dictionary GetQueryStringKvps(string s) private async Task<(string TransactionId, string StringResult)> GetFirstTransactionIdFromGetEntries() { string stringResult = "Loading"; - var result = Client.GetLedgerEntriesAsync(new RequestOptions()); + var result = Client.GetLedgerEntriesAsync(); bool first = true; Response response = null; @@ -232,7 +232,7 @@ private Dictionary GetQueryStringKvps(string s) while (stringResult.Contains("Loading")) { first = true; - result = Client.GetLedgerEntriesAsync(new RequestOptions()); + result = Client.GetLedgerEntriesAsync(); await foreach (var page in result.AsPages()) { if (first) diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/samples/HelloWorldSamples.cs b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/samples/HelloWorldSamples.cs index 96cc35bc96c03..d2f3bbd83cf07 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/samples/HelloWorldSamples.cs +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/tests/samples/HelloWorldSamples.cs @@ -169,7 +169,7 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 Console.WriteLine($"Transaction status: {status}"); // Provide both the transactionId and subLedgerId. - Response getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, new(), subLedgerId); + Response getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); // Try until the entry is available. bool loaded = false; @@ -186,14 +186,14 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 } else { - getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, new(), subLedgerId); + getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); } } Console.WriteLine(contents); // "Hello world!" // Now just provide the transactionId. - getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId, new()); + getBySubledgerResponse = ledgerClient.GetLedgerEntry(transactionId); string subLedgerId2 = JsonDocument.Parse(getBySubledgerResponse.Content) .RootElement @@ -236,7 +236,7 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 } // The ledger entry written at the transactionId in firstResponse is retrieved from the default sub-ledger. - Response getResponse = ledgerClient.GetLedgerEntry(transactionId, new()); + Response getResponse = ledgerClient.GetLedgerEntry(transactionId); // Try until the entry is available. loaded = false; @@ -253,7 +253,7 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 } else { - getResponse = ledgerClient.GetLedgerEntry(transactionId, new(), subLedgerId); + getResponse = ledgerClient.GetLedgerEntry(transactionId, subLedgerId); } } @@ -266,7 +266,7 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 Console.WriteLine(firstEntryContents); // "Hello world 0" // This will return the latest entry available in the default sub-ledger. - getResponse = ledgerClient.GetCurrentLedgerEntry(new()); + getResponse = ledgerClient.GetCurrentLedgerEntry(); // Try until the entry is available. loaded = false; @@ -283,7 +283,7 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 } else { - getResponse = ledgerClient.GetCurrentLedgerEntry(new()); + getResponse = ledgerClient.GetCurrentLedgerEntry(); } } @@ -303,7 +303,7 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 .GetString(); } - getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, new(), "my sub-ledger"); + getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, "my sub-ledger"); // Try until the entry is available. loaded = false; element = default; @@ -319,14 +319,14 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 } else { - getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, new(), "my sub-ledger"); + getResponse = ledgerClient.GetLedgerEntry(subLedgerTransactionId, "my sub-ledger"); } } Console.WriteLine(subLedgerEntry); // "Hello world sub-ledger 0" // This will return the latest entry available in the sub-ledger. - getResponse = ledgerClient.GetCurrentLedgerEntry(new(), "my sub-ledger"); + getResponse = ledgerClient.GetCurrentLedgerEntry("my sub-ledger"); string latestSubLedger = JsonDocument.Parse(getResponse.Content) .RootElement .GetProperty("contents") @@ -338,7 +338,7 @@ bool CertValidationCheck(HttpRequestMessage httpRequestMessage, X509Certificate2 #region Snippet:RangedQuery - ledgerClient.GetLedgerEntries(new(), fromTransactionId: "2.1", toTransactionId: subLedgerTransactionId); + ledgerClient.GetLedgerEntries(fromTransactionId: "2.1", toTransactionId: subLedgerTransactionId); #endregion diff --git a/sdk/core/Azure.Core/tests/ManagementRecordedTestBaseTests.cs b/sdk/core/Azure.Core/tests/ManagementRecordedTestBaseTests.cs index 2c7a4d742ee8a..2d630601c5644 100644 --- a/sdk/core/Azure.Core/tests/ManagementRecordedTestBaseTests.cs +++ b/sdk/core/Azure.Core/tests/ManagementRecordedTestBaseTests.cs @@ -72,9 +72,9 @@ public async Task ValidateInstrumentArmResponse() public void ValidateInstrumentGetContainer() { ManagementTestClient client = InstrumentClient(new ManagementTestClient()); - var testResources = client.GetTestResourceContainer(); + var testResources = client.GetTestResourceCollection(); - Assert.AreEqual("TestResourceContainerProxy", testResources.GetType().Name); + Assert.AreEqual("TestResourceCollectionProxy", testResources.GetType().Name); Assert.AreEqual("success", testResources.Method()); } @@ -93,7 +93,7 @@ public void ValidateInstrumentGetOperations() public async Task ValidateInstrumentPageable() { ManagementTestClient client = InstrumentClient(new ManagementTestClient()); - var testResources = client.GetTestResourceContainer(); + var testResources = client.GetTestResourceCollection(); await foreach (var item in testResources.GetAllAsync()) { Assert.AreEqual("TestResourceProxy", item.GetType().Name); @@ -101,6 +101,18 @@ public async Task ValidateInstrumentPageable() } } + [Test] + public async Task ValidateInstrumentEnumerable() + { + ManagementTestClient client = InstrumentClient(new ManagementTestClient()); + var testResources = client.GetTestResourceCollection(); + await foreach (var item in testResources) + { + Assert.AreEqual("TestResourceProxy", item.GetType().Name); + Assert.AreEqual("success", item.Method()); + } + } + [Test] public async Task ValidateWaitForCompletion() { diff --git a/sdk/core/Azure.Core/tests/TestClients/ManagementTestClient.cs b/sdk/core/Azure.Core/tests/TestClients/ManagementTestClient.cs index 4e04d3f2683b0..d4088445512d6 100644 --- a/sdk/core/Azure.Core/tests/TestClients/ManagementTestClient.cs +++ b/sdk/core/Azure.Core/tests/TestClients/ManagementTestClient.cs @@ -24,9 +24,9 @@ public virtual TestResource GetTestResource() return new TestResource(); } - public virtual TestResourceContainer GetTestResourceContainer() + public virtual TestResourceCollection GetTestResourceCollection() { - return new TestResourceContainer(); + return new TestResourceCollection(); } public virtual TestResource DefaultSubscription => new TestResource(); diff --git a/sdk/core/Azure.Core/tests/TestClients/TestResourceContainer.cs b/sdk/core/Azure.Core/tests/TestClients/TestResourceCollection.cs similarity index 69% rename from sdk/core/Azure.Core/tests/TestClients/TestResourceContainer.cs rename to sdk/core/Azure.Core/tests/TestClients/TestResourceCollection.cs index 19c6a5871714f..065393c559ce5 100644 --- a/sdk/core/Azure.Core/tests/TestClients/TestResourceContainer.cs +++ b/sdk/core/Azure.Core/tests/TestClients/TestResourceCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -12,7 +14,7 @@ namespace Azure.Core.Tests { - public class TestResourceContainer : ArmContainer + public class TestResourceCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private DiagnosticScopeFactory _diagnostic = new DiagnosticScopeFactory("Azure.Clients", "Microsoft.Azure.Core.Cool.Tests", true); @@ -23,7 +25,7 @@ public virtual Pageable GetAll(int pages = 1, CancellationToken ca Page pageFunc(int? pageSizeHint) { //simulates forwarding with todays wrapper. This should go away after codegen is finished - using var scope = _diagnostic.CreateScope("TestResourceContainer.GetAll"); + using var scope = _diagnostic.CreateScope("TestResourceCollection.GetAll"); scope.Start(); try @@ -44,7 +46,7 @@ public virtual AsyncPageable GetAllAsync(int pages = 1, Cancellati { async Task> pageFunc(int? pageSizeHint) { - using var scope = _diagnostic.CreateScope("TestResourceContainer.GetAll"); + using var scope = _diagnostic.CreateScope("TestResourceCollection.GetAll"); scope.Start(); try @@ -66,5 +68,27 @@ public virtual string Method() { return "success"; } + + /// + /// Iterates through all resource groups. + /// + public IEnumerator GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + /// + /// Iterates through all resource groups. + /// + /// A token to allow the caller to cancel the call to the service. The default value is . + public IAsyncEnumerator GetAsyncEnumerator(CancellationToken cancellationToken = default) + { + return GetAllAsync(cancellation: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Azure.ResourceManager.CosmosDB.Tests.csproj b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Azure.ResourceManager.CosmosDB.Tests.csproj index d9ad4e4261ca0..23d390eb669c0 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Azure.ResourceManager.CosmosDB.Tests.csproj +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Azure.ResourceManager.CosmosDB.Tests.csproj @@ -6,9 +6,10 @@ + - + diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/CosmosDBManagementClientBase.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/CosmosDBManagementClientBase.cs index e593dab370e6e..2c1b41742c0ee 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/CosmosDBManagementClientBase.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/CosmosDBManagementClientBase.cs @@ -1,6 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System.Threading.Tasks; using Azure.Core.TestFramework; using Azure.ResourceManager.Resources; using Azure.ResourceManager.TestFramework; @@ -12,7 +13,7 @@ public abstract class CosmosDBManagementClientBase : ManagementRecordedTestBase< { public string SubscriptionId { get; set; } public ArmClient ResourcesManagementClient { get; set; } - public ResourceGroupContainer ResourceGroupsOperations { get; set; } + public ResourceGroupCollection ResourceGroupsOperations { get; set; } public CosmosDBManagementClient CosmosDBManagementClient { get; set; } protected CosmosDBManagementClientBase(bool isAsync) @@ -21,11 +22,12 @@ protected CosmosDBManagementClientBase(bool isAsync) Sanitizer = new CosmosDBManagementRecordedTestSanitizer(); } - protected void InitializeClients() + protected async Task InitializeClients() { SubscriptionId = TestEnvironment.SubscriptionId; ResourcesManagementClient = GetResourceManagementClient(); - ResourceGroupsOperations = ResourcesManagementClient.DefaultSubscription.GetResourceGroups(); + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + ResourceGroupsOperations = sub.GetResourceGroups(); CosmosDBManagementClient = GetCosmosDBManagementClient(); } @@ -36,9 +38,10 @@ internal CosmosDBManagementClient GetCosmosDBManagementClient() InstrumentClientOptions(new CosmosDBManagementClientOptions())); } - protected void initNewRecord() + protected async Task initNewRecord() { - ResourceGroupsOperations = ResourcesManagementClient.DefaultSubscription.GetResourceGroups(); + Subscription sub = await ResourcesManagementClient.GetDefaultSubscriptionAsync(); + ResourceGroupsOperations = sub.GetResourceGroups(); CosmosDBManagementClient = GetCosmosDBManagementClient(); } } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Helpers/CosmosDBTestUtilities.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Helpers/CosmosDBTestUtilities.cs index e5d5214e96ce0..f2af38d34890e 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Helpers/CosmosDBTestUtilities.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/Helpers/CosmosDBTestUtilities.cs @@ -11,7 +11,7 @@ public static class CosmosDBTestUtilities { internal const string ResourceGroupPrefix = "Default-CosmosDB-"; internal const string Location = "West US"; - public static async Task TryRegisterResourceGroupAsync(ResourceGroupContainer resourceGroupsOperations, string location, string resourceGroupName) + public static async Task TryRegisterResourceGroupAsync(ResourceGroupCollection resourceGroupsOperations, string location, string resourceGroupName) { await resourceGroupsOperations.CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/CassandraResourcesOperationsTests.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/CassandraResourcesOperationsTests.cs index cadd3dd1b2daa..76cfca1f249dd 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/CassandraResourcesOperationsTests.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/CassandraResourcesOperationsTests.cs @@ -33,7 +33,7 @@ public async Task ClearAndInitialize() { if ((Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) && !setUpRun) { - InitializeClients(); + await InitializeClients(); resourceGroupName = Recording.GenerateAssetName(CosmosDBTestUtilities.ResourceGroupPrefix); databaseAccountName = Recording.GenerateAssetName("amecassandratest"); await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperations, CosmosDBTestUtilities.Location, resourceGroupName); @@ -41,7 +41,7 @@ public async Task ClearAndInitialize() } else if (setUpRun) { - initNewRecord(); + await initNewRecord(); } } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/DatabaseAccountOperationsTests.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/DatabaseAccountOperationsTests.cs index 79056214cd2df..d24bd4d2d1fdc 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/DatabaseAccountOperationsTests.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/DatabaseAccountOperationsTests.cs @@ -28,7 +28,7 @@ public async Task ClearAndInitialize() { if ((Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) && !setupRun) { - InitializeClients(); + await InitializeClients(); this.resourceGroupName = Recording.GenerateAssetName(CosmosDBTestUtilities.ResourceGroupPrefix); await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperations, CosmosDBTestUtilities.Location, @@ -37,7 +37,7 @@ await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperatio } else if (setupRun) { - initNewRecord(); + await initNewRecord(); } } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/GraphResourcesOperationsTests.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/GraphResourcesOperationsTests.cs index 5a056a18d4347..9690ae1ac19bd 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/GraphResourcesOperationsTests.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/GraphResourcesOperationsTests.cs @@ -34,7 +34,7 @@ public async Task ClearAndInitialize() { if ((Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) && !setUpRun) { - InitializeClients(); + await InitializeClients(); resourceGroupName = Recording.GenerateAssetName(CosmosDBTestUtilities.ResourceGroupPrefix); databaseAccountName = Recording.GenerateAssetName("amegraphtest"); await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperations, CosmosDBTestUtilities.Location, resourceGroupName); @@ -42,7 +42,7 @@ public async Task ClearAndInitialize() } else if (setUpRun) { - initNewRecord(); + await initNewRecord(); } } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/MongoResourcesOperationsTests.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/MongoResourcesOperationsTests.cs index a80f041b6c0d4..7735927cbaba8 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/MongoResourcesOperationsTests.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/MongoResourcesOperationsTests.cs @@ -34,7 +34,7 @@ public async Task ClearAndInitialize() { if ((Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) && !setupRun) { - InitializeClients(); + await InitializeClients(); this.resourceGroupName = Recording.GenerateAssetName(CosmosDBTestUtilities.ResourceGroupPrefix); await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperations, CosmosDBTestUtilities.Location, @@ -44,7 +44,7 @@ await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperatio } else if (setupRun) { - initNewRecord(); + await initNewRecord(); } } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/OperationsTest.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/OperationsTest.cs index 3db9f247fe26f..7524155901373 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/OperationsTest.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/OperationsTest.cs @@ -20,7 +20,7 @@ public async Task ClearAndInitialize() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { - InitializeClients(); + await InitializeClients(); await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperations, CosmosDBTestUtilities.Location, Recording.GenerateAssetName(CosmosDBTestUtilities.ResourceGroupPrefix)); diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/SqlResourcesOperationsTests.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/SqlResourcesOperationsTests.cs index 7bc935da062d9..174897e9d6e11 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/SqlResourcesOperationsTests.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/SqlResourcesOperationsTests.cs @@ -62,7 +62,7 @@ public async Task ClearAndInitialize() { if ((Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) && !setupRun) { - InitializeClients(); + await InitializeClients(); GenerateSampleValues(); await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperations, CosmosDBTestUtilities.Location, @@ -72,7 +72,7 @@ await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperatio } else if (setupRun) { - initNewRecord(); + await initNewRecord(); } } } diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/TableResourcesOperationsTests.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/TableResourcesOperationsTests.cs index c7980d99713b1..7506bb6a53cc8 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/TableResourcesOperationsTests.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/tests/ScenarioTests/TableResourcesOperationsTests.cs @@ -30,7 +30,7 @@ public async Task ClearAndInitialize() { if ((Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) && !setupRun) { - InitializeClients(); + await InitializeClients(); this.resourceGroupName = Recording.GenerateAssetName(CosmosDBTestUtilities.ResourceGroupPrefix); await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperations, CosmosDBTestUtilities.Location, @@ -40,7 +40,7 @@ await CosmosDBTestUtilities.TryRegisterResourceGroupAsync(ResourceGroupsOperatio } else if (setupRun) { - initNewRecord(); + await initNewRecord(); } } diff --git a/sdk/dns/Azure.ResourceManager.Dns/tests/Azure.ResourceManager.Dns.Tests.csproj b/sdk/dns/Azure.ResourceManager.Dns/tests/Azure.ResourceManager.Dns.Tests.csproj index 9eaf6873fb39e..5ae68098d76cd 100644 --- a/sdk/dns/Azure.ResourceManager.Dns/tests/Azure.ResourceManager.Dns.Tests.csproj +++ b/sdk/dns/Azure.ResourceManager.Dns/tests/Azure.ResourceManager.Dns.Tests.csproj @@ -12,9 +12,10 @@ + - + diff --git a/sdk/dns/Azure.ResourceManager.Dns/tests/DnsManagementClientBase.cs b/sdk/dns/Azure.ResourceManager.Dns/tests/DnsManagementClientBase.cs index e94ab079f6aee..c3a61dc331962 100644 --- a/sdk/dns/Azure.ResourceManager.Dns/tests/DnsManagementClientBase.cs +++ b/sdk/dns/Azure.ResourceManager.Dns/tests/DnsManagementClientBase.cs @@ -16,30 +16,37 @@ public abstract class DnsManagementClientBase : ManagementRecordedTestBase + + + - + diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs index b8e8f0ce4562d..ae45f2b4ac228 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs @@ -62,7 +62,8 @@ internal ArmClient GetArmClient() } public async Task GetLocation() { - var provider = (await ArmClient.DefaultSubscription.GetProviders().GetAsync("Microsoft.EventHub")).Value; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + var provider = (await sub.GetProviders().GetAsync("Microsoft.EventHub")).Value; return provider.Data.ResourceTypes.Where( (resType) => { diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD.cs index f58630584052c..1c631282e3d79 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD.cs @@ -19,7 +19,8 @@ public async Task ConsumerGroupsCreateGetUpdateDelete() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, new EHNamespace() diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD_Length.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD_Length.cs index b9c373d647a15..6d0cf0e95cf44 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD_Length.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.ConsumerGroupsTests.CRUD_Length.cs @@ -19,7 +19,8 @@ public async Task ConsumerGroupsCreateGetUpdateDelete_Length() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, new EHNamespace() diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryAlertnateNameTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryAlertnateNameTests.CRUD.cs index 5065f4223be51..0e573615af39a 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryAlertnateNameTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryAlertnateNameTests.CRUD.cs @@ -19,7 +19,8 @@ public async Task DisasterRecoveryAlertnateNameCreateGetUpdateDelete() var location = "South Central US"; var location2 = "North Central US"; var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); // Create namespace 1 var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs index 291f2b5b3c572..67610b6f8093c 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs @@ -19,7 +19,8 @@ public async Task DisasterRecoveryCreateGetUpdateDelete() var location = "South Central US"; var location2 = "North Central US"; var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); // Create namespace 1 var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs index 151f277db155d..aadda9ccfed4c 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs @@ -42,7 +42,8 @@ public async Task EventCreateGetUpdateDelete() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - ResourceGroup resourceGroup=(await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location))).Value; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + ResourceGroup resourceGroup =(await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location))).Value; // Prepare Storage Account var accountName = Recording.GenerateAssetName("sdktestaccount"); @@ -54,8 +55,8 @@ public async Task EventCreateGetUpdateDelete() { AccessTier = AccessTier.Hot }; - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - await storageAccountContainer.CreateOrUpdateAsync(accountName, storageAccountCreateParameters); + StorageAccountCollection storageAccountCollection = resourceGroup.GetStorageAccounts(); + await storageAccountCollection.CreateOrUpdateAsync(accountName, storageAccountCreateParameters); // Create NameSpace var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules.cs index 5fed112bab6b5..4936d14438b34 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules.cs @@ -21,7 +21,8 @@ public async Task EventhubCreateGetUpdateDeleteAuthorizationRules() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules_Length.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules_Length.cs index c8586ff987076..b84d34eb02138 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules_Length.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubsTests.CRUDAuthorizationRules_Length.cs @@ -21,7 +21,8 @@ public async Task EventhubCreateGetUpdateDeleteAuthorizationRules_Length() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, new EHNamespace() diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubskiptopTests.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubskiptopTests.cs index 70be77ac30507..f87931acd0328 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubskiptopTests.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubskiptopTests.cs @@ -20,7 +20,8 @@ public async Task EventHubskiptop() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, new EHNamespace() diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceKafkaTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceKafkaTests.CRUD.cs index 2040dc2af8e04..f2759dd3de8e5 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceKafkaTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceKafkaTests.CRUD.cs @@ -20,7 +20,8 @@ public async Task NamespaceKafkaCreateGetUpdateDelete() { var location = "West US"; var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, new EHNamespace() diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUD.cs index d4ded149ebd79..9a1d2a4ca978a 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUD.cs @@ -20,7 +20,8 @@ public async Task NamespaceCreateGetUpdateDelete() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var operationsResponse = Operations.ListAsync(); var checkNameAvailable = NamespacesOperations.CheckNameAvailabilityAsync(new CheckNameAvailabilityParameter(namespaceName)); diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUDAuthorizationRules.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUDAuthorizationRules.cs index 4e1850278496c..63e11dcb3d597 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUDAuthorizationRules.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NamespaceTests.CRUDAuthorizationRules.cs @@ -21,7 +21,8 @@ public async Task NamespaceCreateGetUpdateDeleteAuthorizationRules() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + await sub.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));; var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, new EHNamespace() diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs index ec36e26ee42cb..08159ca301378 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs @@ -19,7 +19,8 @@ public async Task NetworkRuleSetCreateGetUpdateDelete() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - ResourceGroup resourceGroup = await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdate(resourceGroupName, new ResourceGroupData(location)).WaitForCompletionAsync(); + Subscription sub = await ArmClient.GetDefaultSubscriptionAsync(); + ResourceGroup resourceGroup = await sub.GetResourceGroups().CreateOrUpdate(resourceGroupName, new ResourceGroupData(location)).WaitForCompletionAsync(); // Prepare VNet var vnetName = Recording.GenerateAssetName("sdktestvnet"); diff --git a/sdk/insights/Azure.ResourceManager.Insights/tests/Azure.ResourceManager.Insights.Tests.csproj b/sdk/insights/Azure.ResourceManager.Insights/tests/Azure.ResourceManager.Insights.Tests.csproj index 229c7ec65b5ce..42a14a34c6e8d 100644 --- a/sdk/insights/Azure.ResourceManager.Insights/tests/Azure.ResourceManager.Insights.Tests.csproj +++ b/sdk/insights/Azure.ResourceManager.Insights/tests/Azure.ResourceManager.Insights.Tests.csproj @@ -6,9 +6,10 @@ + - + diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/CHANGELOG.md b/sdk/keyvault/Azure.ResourceManager.KeyVault/CHANGELOG.md index 25e6fa8c235ca..4f9d007b3147b 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/CHANGELOG.md +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/CHANGELOG.md @@ -62,7 +62,8 @@ using Azure.ResourceManager.KeyVault; using Azure.ResourceManager.KeyVault.Models; ArmClient client = new ArmClient(new DefaultAzureCredential()); -ResourceGroup resourceGroup = await armClient.DefaultSubscription.GetResourceGroups().GetAsync("myRgName"); +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync("myRgName"); VaultContainer vaultContainer = resourceGroup.GetVaults(); diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/api/Azure.ResourceManager.KeyVault.netstandard2.0.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/api/Azure.ResourceManager.KeyVault.netstandard2.0.cs index 6d1d26a40f492..de3dfc56a6a27 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/api/Azure.ResourceManager.KeyVault.netstandard2.0.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/api/Azure.ResourceManager.KeyVault.netstandard2.0.cs @@ -22,9 +22,9 @@ protected DeletedVault() { } public virtual Azure.ResourceManager.KeyVault.Models.DeletedVaultPurgeOperation Purge(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task PurgeAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DeletedVaultContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DeletedVaultCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DeletedVaultContainer() { } + protected DeletedVaultCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string vaultName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vaultName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -36,6 +36,9 @@ protected DeletedVaultContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string vaultName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string vaultName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vaultName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DeletedVaultData : Azure.ResourceManager.Models.Resource { @@ -57,7 +60,7 @@ protected ManagedHsm() { } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetDeleted(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetDeletedAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.KeyVault.MhsmPrivateEndpointConnectionContainer GetMhsmPrivateEndpointConnections() { throw null; } + public Azure.ResourceManager.KeyVault.MhsmPrivateEndpointConnectionCollection GetMhsmPrivateEndpointConnections() { throw null; } public virtual Azure.Response> GetMHSMPrivateLinkResourcesByMhsmResource(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetMHSMPrivateLinkResourcesByMhsmResourceAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.KeyVault.Models.ManagedHsmPurgeDeletedOperation PurgeDeleted(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -65,9 +68,9 @@ protected ManagedHsm() { } public virtual Azure.ResourceManager.KeyVault.Models.ManagedHsmUpdateOperation Update(Azure.ResourceManager.KeyVault.ManagedHsmData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.KeyVault.ManagedHsmData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ManagedHsmContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ManagedHsmCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ManagedHsmContainer() { } + protected ManagedHsmCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -81,6 +84,9 @@ protected ManagedHsmContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ManagedHsmData : Azure.ResourceManager.KeyVault.Models.ManagedHsmResource { @@ -101,9 +107,9 @@ protected MhsmPrivateEndpointConnection() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class MhsmPrivateEndpointConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class MhsmPrivateEndpointConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected MhsmPrivateEndpointConnectionContainer() { } + protected MhsmPrivateEndpointConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -115,6 +121,9 @@ protected MhsmPrivateEndpointConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class MhsmPrivateEndpointConnectionData : Azure.ResourceManager.KeyVault.Models.ManagedHsmResource { @@ -138,9 +147,9 @@ protected PrivateEndpointConnection() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PrivateEndpointConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PrivateEndpointConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PrivateEndpointConnectionContainer() { } + protected PrivateEndpointConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -152,6 +161,9 @@ protected PrivateEndpointConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PrivateEndpointConnectionData : Azure.ResourceManager.KeyVault.Models.Resource { @@ -163,12 +175,12 @@ public PrivateEndpointConnectionData() { } } public static partial class ResourceGroupExtensions { - public static Azure.ResourceManager.KeyVault.ManagedHsmContainer GetManagedHsms(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.KeyVault.VaultContainer GetVaults(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.KeyVault.ManagedHsmCollection GetManagedHsms(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.KeyVault.VaultCollection GetVaults(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } } public static partial class SubscriptionExtensions { - public static Azure.ResourceManager.KeyVault.DeletedVaultContainer GetDeletedVaults(this Azure.ResourceManager.Resources.Subscription subscription) { throw null; } + public static Azure.ResourceManager.KeyVault.DeletedVaultCollection GetDeletedVaults(this Azure.ResourceManager.Resources.Subscription subscription) { throw null; } public static Azure.Pageable GetManagedHsmByName(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetManagedHsmByNameAsync(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable GetManagedHsms(this Azure.ResourceManager.Resources.Subscription subscription, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -195,15 +207,15 @@ protected Vault() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.KeyVault.PrivateEndpointConnectionContainer GetPrivateEndpointConnections() { throw null; } + public Azure.ResourceManager.KeyVault.PrivateEndpointConnectionCollection GetPrivateEndpointConnections() { throw null; } public virtual Azure.Response> GetPrivateLinkResources(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Update(System.Collections.Generic.IDictionary tags = null, Azure.ResourceManager.KeyVault.Models.VaultPatchProperties properties = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(System.Collections.Generic.IDictionary tags = null, Azure.ResourceManager.KeyVault.Models.VaultPatchProperties properties = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VaultContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VaultCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VaultContainer() { } + protected VaultCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response AddAccessPolicy(Azure.ResourceManager.KeyVault.Models.VaultAccessPolicyProperties properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> AddAccessPolicyAsync(Azure.ResourceManager.KeyVault.Models.VaultAccessPolicyProperties properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -223,6 +235,9 @@ protected VaultContainer() { } public virtual System.Threading.Tasks.Task> RemoveAccessPolicyAsync(Azure.ResourceManager.KeyVault.Models.VaultAccessPolicyProperties properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response ReplaceAccessPolicy(Azure.ResourceManager.KeyVault.Models.VaultAccessPolicyProperties properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> ReplaceAccessPolicyAsync(Azure.ResourceManager.KeyVault.Models.VaultAccessPolicyProperties properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VaultData : Azure.ResourceManager.Models.Resource { diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/samples/Sample1_ManagingKeyVaults.md b/sdk/keyvault/Azure.ResourceManager.KeyVault/samples/Sample1_ManagingKeyVaults.md index 73bdb2eb83c6c..0826b95ca1d49 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/samples/Sample1_ManagingKeyVaults.md +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/samples/Sample1_ManagingKeyVaults.md @@ -14,21 +14,21 @@ using Azure.ResourceManager.Resources.Models; using NUnit.Framework; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +```C# Snippet:Readme_GetResourceGroupCollection +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroup resourceGroup = await rgContainer.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); +ResourceGroup resourceGroup = await rgCollection.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); ``` Now that we have the resource group created, we can manage the Key vault inside this resource group. @@ -36,7 +36,7 @@ Now that we have the resource group created, we can manage the Key vault inside ***Create a vault*** ```C# Snippet:Managing_KeyVaults_CreateAVault -VaultContainer vaultContainer = resourceGroup.GetVaults(); +VaultCollection vaultCollection = resourceGroup.GetVaults(); string vaultName = "myVault"; Guid tenantIdGuid = new Guid("Your tenantId"); @@ -70,16 +70,16 @@ VaultProperties.AccessPolicies.Add(AccessPolicy); VaultCreateOrUpdateParameters parameters = new VaultCreateOrUpdateParameters(Location.WestUS, VaultProperties); -var rawVault = await vaultContainer.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); +var rawVault = await vaultCollection.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); Vault vault = await rawVault.WaitForCompletionAsync(); ``` ***List all vaults*** ```C# Snippet:Managing_KeyVaults_ListAllVaults -VaultContainer vaultContainer = resourceGroup.GetVaults(); +VaultCollection vaultCollection = resourceGroup.GetVaults(); -AsyncPageable response = vaultContainer.GetAllAsync(); +AsyncPageable response = vaultCollection.GetAllAsync(); await foreach (Vault vault in response) { Console.WriteLine(vault.Data.Name); @@ -89,24 +89,24 @@ await foreach (Vault vault in response) ***Get a vault*** ```C# Snippet:Managing_KeyVaults_GetAVault -VaultContainer vaultContainer = resourceGroup.GetVaults(); +VaultCollection vaultCollection = resourceGroup.GetVaults(); -Vault vault = await vaultContainer.GetAsync("myVault"); +Vault vault = await vaultCollection.GetAsync("myVault"); Console.WriteLine(vault.Data.Name); ``` ***Try to get a vault if it exists*** ```C# Snippet:Managing_KeyVaults_GetAVaultIfExists -VaultContainer vaultContainer = resourceGroup.GetVaults(); +VaultCollection vaultCollection = resourceGroup.GetVaults(); -Vault vault = await vaultContainer.GetIfExistsAsync("foo"); +Vault vault = await vaultCollection.GetIfExistsAsync("foo"); if (vault != null) { Console.WriteLine(vault.Data.Name); } -if (await vaultContainer.CheckIfExistsAsync("bar")) +if (await vaultCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("KeyVault 'bar' exists."); } @@ -115,8 +115,8 @@ if (await vaultContainer.CheckIfExistsAsync("bar")) ***Delete a vault*** ```C# Snippet:Managing_KeyVaults_DeleteAVault -VaultContainer vaultContainer = resourceGroup.GetVaults(); +VaultCollection vaultCollection = resourceGroup.GetVaults(); -Vault vault = await vaultContainer.GetAsync("myVault"); +Vault vault = await vaultCollection.GetAsync("myVault"); await vault.DeleteAsync(); ``` diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Customized/VaultContainerExtension.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Customized/VaultCollectionExtension.cs similarity index 96% rename from sdk/keyvault/Azure.ResourceManager.KeyVault/src/Customized/VaultContainerExtension.cs rename to sdk/keyvault/Azure.ResourceManager.KeyVault/src/Customized/VaultCollectionExtension.cs index a2a8b68602310..b2adb0bd96ea5 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Customized/VaultContainerExtension.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Customized/VaultCollectionExtension.cs @@ -8,7 +8,7 @@ namespace Azure.ResourceManager.KeyVault { - public partial class VaultContainer + public partial class VaultCollection { /// Add access policies in a key vault in the specified subscription. /// Properties of the access policy. @@ -21,7 +21,7 @@ public virtual async Task> AddAccessPolicy throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.UpdateAccessPolicy"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.UpdateAccessPolicy"); scope.Start(); try { @@ -46,7 +46,7 @@ public virtual Response AddAccessPolicy(VaultAccess throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.UpdateAccessPolicy"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.UpdateAccessPolicy"); scope.Start(); try { @@ -71,7 +71,7 @@ public virtual async Task> ReplaceAccessPo throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.UpdateAccessPolicy"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.UpdateAccessPolicy"); scope.Start(); try { @@ -96,7 +96,7 @@ public virtual Response ReplaceAccessPolicy(VaultAc throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.UpdateAccessPolicy"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.UpdateAccessPolicy"); scope.Start(); try { @@ -121,7 +121,7 @@ public virtual async Task> RemoveAccessPol throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.UpdateAccessPolicy"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.UpdateAccessPolicy"); scope.Start(); try { @@ -146,7 +146,7 @@ public virtual Response RemoveAccessPolicy(VaultAcc throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.UpdateAccessPolicy"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.UpdateAccessPolicy"); scope.Start(); try { diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/DeletedVaultContainer.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/DeletedVaultCollection.cs similarity index 91% rename from sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/DeletedVaultContainer.cs rename to sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/DeletedVaultCollection.cs index a32989712795b..ed1dc8e954402 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/DeletedVaultContainer.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/DeletedVaultCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,35 +21,50 @@ namespace Azure.ResourceManager.KeyVault { /// A class representing collection of DeletedVault and their operations over a Subscription. - public partial class DeletedVaultContainer : ArmContainer + public partial class DeletedVaultCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DeletedVaultsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DeletedVaultContainer() + /// Initializes a new instance of the class for mocking. + protected DeletedVaultCollection() { } - /// Initializes a new instance of DeletedVaultContainer class. + /// Initializes a new instance of DeletedVaultCollection class. /// The resource representing the parent resource. - internal DeletedVaultContainer(ArmResource parent) : base(parent) + internal DeletedVaultCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DeletedVaultsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => Subscription.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The name of the vault. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.Get"); scope.Start(); try { @@ -73,7 +90,7 @@ public virtual Response Get(string vaultName, CancellationToken ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.Get"); scope.Start(); try { @@ -99,7 +116,7 @@ public async virtual Task> GetAsync(string vaultName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetIfExists"); scope.Start(); try { @@ -125,7 +142,7 @@ public virtual Response GetIfExists(string vaultName, Cancellation /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetIfExists"); scope.Start(); try { @@ -151,7 +168,7 @@ public async virtual Task> GetIfExistsAsync(string vaultN /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.CheckIfExists"); scope.Start(); try { @@ -175,7 +192,7 @@ public virtual Response CheckIfExists(string vaultName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.CheckIfExists"); scope.Start(); try { @@ -201,7 +218,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetAll"); scope.Start(); try { @@ -216,7 +233,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetAll"); scope.Start(); try { @@ -239,7 +256,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetAll"); scope.Start(); try { @@ -254,7 +271,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetAll"); scope.Start(); try { @@ -278,7 +295,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -301,7 +318,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeletedVaultContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DeletedVaultCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/ResourceGroupExtensions.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/ResourceGroupExtensions.cs index b06f841747bf4..59154d45d226a 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/ResourceGroupExtensions.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/ResourceGroupExtensions.cs @@ -13,22 +13,22 @@ namespace Azure.ResourceManager.KeyVault public static partial class ResourceGroupExtensions { #region Vault - /// Gets an object representing a VaultContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VaultCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VaultContainer GetVaults(this ResourceGroup resourceGroup) + /// Returns a object. + public static VaultCollection GetVaults(this ResourceGroup resourceGroup) { - return new VaultContainer(resourceGroup); + return new VaultCollection(resourceGroup); } #endregion #region ManagedHsm - /// Gets an object representing a ManagedHsmContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ManagedHsmCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ManagedHsmContainer GetManagedHsms(this ResourceGroup resourceGroup) + /// Returns a object. + public static ManagedHsmCollection GetManagedHsms(this ResourceGroup resourceGroup) { - return new ManagedHsmContainer(resourceGroup); + return new ManagedHsmCollection(resourceGroup); } #endregion } diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/SubscriptionExtensions.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/SubscriptionExtensions.cs index 652f058ef6623..c64d6083ffc47 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/SubscriptionExtensions.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Extensions/SubscriptionExtensions.cs @@ -150,12 +150,12 @@ public static Pageable GetVaultByName(this Subscription subscri #endregion #region DeletedVault - /// Gets an object representing a DeletedVaultContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DeletedVaultCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DeletedVaultContainer GetDeletedVaults(this Subscription subscription) + /// Returns a object. + public static DeletedVaultCollection GetDeletedVaults(this Subscription subscription) { - return new DeletedVaultContainer(subscription); + return new DeletedVaultCollection(subscription); } #endregion diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsm.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsm.cs index 617be419246ac..ef78e159bcdb8 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsm.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsm.cs @@ -363,9 +363,9 @@ public virtual ManagedHsmPurgeDeletedOperation PurgeDeleted(bool waitForCompleti /// Gets a list of MhsmPrivateEndpointConnections in the ManagedHsm. /// An object representing collection of MhsmPrivateEndpointConnections and their operations over a ManagedHsm. - public MhsmPrivateEndpointConnectionContainer GetMhsmPrivateEndpointConnections() + public MhsmPrivateEndpointConnectionCollection GetMhsmPrivateEndpointConnections() { - return new MhsmPrivateEndpointConnectionContainer(this); + return new MhsmPrivateEndpointConnectionCollection(this); } } } diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsmContainer.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsmCollection.cs similarity index 93% rename from sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsmContainer.cs rename to sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsmCollection.cs index faf14eb0ecc03..c0dfa312fbe1a 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsmContainer.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/ManagedHsmCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.KeyVault { /// A class representing collection of ManagedHsm and their operations over a ResourceGroup. - public partial class ManagedHsmContainer : ArmContainer + public partial class ManagedHsmCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ManagedHsmsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ManagedHsmContainer() + /// Initializes a new instance of the class for mocking. + protected ManagedHsmCollection() { } - /// Initializes a new instance of ManagedHsmContainer class. + /// Initializes a new instance of ManagedHsmCollection class. /// The resource representing the parent resource. - internal ManagedHsmContainer(ArmResource parent) : base(parent) + internal ManagedHsmCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ManagedHsmsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a managed HSM Pool in the specified subscription. /// Name of the managed HSM Pool. @@ -60,7 +77,7 @@ public virtual ManagedHsmCreateOrUpdateOperation CreateOrUpdate(string name, Man throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string name, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string name, CancellationToken cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string name, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string name, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string name, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string name, CancellationToken c /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string name, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string name, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string name, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string name, CancellationToken cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string name, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.CheckIfExists"); scope.Start(); try { @@ -271,7 +288,7 @@ public virtual Pageable GetAll(int? top = null, CancellationToken ca { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetAll"); scope.Start(); try { @@ -286,7 +303,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetAll"); scope.Start(); try { @@ -310,7 +327,7 @@ public virtual AsyncPageable GetAllAsync(int? top = null, Cancellati { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetAll"); scope.Start(); try { @@ -325,7 +342,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetAll"); scope.Start(); try { @@ -349,7 +366,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -372,7 +389,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ManagedHsmContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ManagedHsmCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/MhsmPrivateEndpointConnectionContainer.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/MhsmPrivateEndpointConnectionCollection.cs similarity index 91% rename from sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/MhsmPrivateEndpointConnectionContainer.cs rename to sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/MhsmPrivateEndpointConnectionCollection.cs index b07d6fd80c76d..e12daaa460293 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/MhsmPrivateEndpointConnectionContainer.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/MhsmPrivateEndpointConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.KeyVault { /// A class representing collection of MhsmPrivateEndpointConnection and their operations over a ManagedHsm. - public partial class MhsmPrivateEndpointConnectionContainer : ArmContainer + public partial class MhsmPrivateEndpointConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly MhsmPrivateEndpointConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected MhsmPrivateEndpointConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected MhsmPrivateEndpointConnectionCollection() { } - /// Initializes a new instance of MhsmPrivateEndpointConnectionContainer class. + /// Initializes a new instance of MhsmPrivateEndpointConnectionCollection class. /// The resource representing the parent resource. - internal MhsmPrivateEndpointConnectionContainer(ArmResource parent) : base(parent) + internal MhsmPrivateEndpointConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new MhsmPrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ManagedHsm.ResourceType; - // Container level operations. + // Collection level operations. /// Updates the specified private endpoint connection associated with the managed hsm pool. /// Name of the private endpoint connection associated with the managed hsm pool. @@ -59,7 +76,7 @@ public virtual MhsmPrivateEndpointConnectionPutOperation CreateOrUpdate(string p throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpd throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string privateEndpoin /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string privat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string privateEndpointConnectionName /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancella { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("MhsmPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/PrivateEndpointConnectionContainer.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/PrivateEndpointConnectionCollection.cs similarity index 91% rename from sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/PrivateEndpointConnectionContainer.cs rename to sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/PrivateEndpointConnectionCollection.cs index f5dfa93e14b1b..c63b88f20cca1 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/PrivateEndpointConnectionContainer.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/PrivateEndpointConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.KeyVault { /// A class representing collection of PrivateEndpointConnection and their operations over a Vault. - public partial class PrivateEndpointConnectionContainer : ArmContainer + public partial class PrivateEndpointConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PrivateEndpointConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PrivateEndpointConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected PrivateEndpointConnectionCollection() { } - /// Initializes a new instance of PrivateEndpointConnectionContainer class. + /// Initializes a new instance of PrivateEndpointConnectionCollection class. /// The resource representing the parent resource. - internal PrivateEndpointConnectionContainer(ArmResource parent) : base(parent) + internal PrivateEndpointConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => Vault.ResourceType; - // Container level operations. + // Collection level operations. /// Updates the specified private endpoint connection associated with the key vault. /// Name of the private endpoint connection associated with the key vault. @@ -59,7 +76,7 @@ public virtual PrivateEndpointConnectionPutOperation CreateOrUpdate(string priva throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string privateEndpointCon /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string p /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string privateEnd /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync( /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string privateEndpointConnectionName /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken canc { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Vault.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Vault.cs index dcb8c6bdc531c..dfcbf5d6ad7b6 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Vault.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/Vault.cs @@ -315,9 +315,9 @@ public virtual Response> GetPrivateLinkResour /// Gets a list of PrivateEndpointConnections in the Vault. /// An object representing collection of PrivateEndpointConnections and their operations over a Vault. - public PrivateEndpointConnectionContainer GetPrivateEndpointConnections() + public PrivateEndpointConnectionCollection GetPrivateEndpointConnections() { - return new PrivateEndpointConnectionContainer(this); + return new PrivateEndpointConnectionCollection(this); } } } diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/VaultContainer.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/VaultCollection.cs similarity index 93% rename from sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/VaultContainer.cs rename to sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/VaultCollection.cs index 54871ec42e19c..4bea4555f8f4c 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/VaultContainer.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/src/Generated/VaultCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.KeyVault { /// A class representing collection of Vault and their operations over a ResourceGroup. - public partial class VaultContainer : ArmContainer + public partial class VaultCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VaultsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VaultContainer() + /// Initializes a new instance of the class for mocking. + protected VaultCollection() { } - /// Initializes a new instance of VaultContainer class. + /// Initializes a new instance of VaultCollection class. /// The resource representing the parent resource. - internal VaultContainer(ArmResource parent) : base(parent) + internal VaultCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VaultsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a key vault in the specified subscription. /// Name of the vault. @@ -60,7 +77,7 @@ public virtual VaultCreateOrUpdateOperation CreateOrUpdate(string vaultName, Vau throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(stri throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VaultContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string vaultName, CancellationToken cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string vaultName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string vaultName, CancellationToken c /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string vaultName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string vaultName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vaultName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.CheckIfExists"); scope.Start(); try { @@ -271,7 +288,7 @@ public virtual Pageable GetAll(int? top = null, CancellationToken cancell { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetAll"); scope.Start(); try { @@ -286,7 +303,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetAll"); scope.Start(); try { @@ -310,7 +327,7 @@ public virtual AsyncPageable GetAllAsync(int? top = null, CancellationTok { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetAll"); scope.Start(); try { @@ -325,7 +342,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetAll"); scope.Start(); try { @@ -349,7 +366,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -372,7 +389,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VaultContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VaultCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/ManagedHsmTests.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/ManagedHsmTests.cs index fecdef79ac9e7..8475e9040b0ea 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/ManagedHsmTests.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/ManagedHsmTests.cs @@ -39,7 +39,7 @@ public async Task ManagedHsmCreateUpdateDelete() }; parameters.Tags.InitializeFrom(Tags); - var managedHsm = await ManagedHsmContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var managedHsm = await ManagedHsmCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); ValidateVault(managedHsm.Value.Data, VaultName, @@ -76,7 +76,7 @@ public async Task ManagedHsmCreateUpdateDelete() { try { - updateManagedHsm = (await ManagedHsmContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false)).Value; + updateManagedHsm = (await ManagedHsmCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false)).Value; break; } catch (Exception) @@ -91,7 +91,7 @@ public async Task ManagedHsmCreateUpdateDelete() { try { - updateManagedHsm = (await ManagedHsmContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false)).Value; + updateManagedHsm = (await ManagedHsmCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false)).Value; break; } catch (Exception) @@ -118,7 +118,7 @@ public async Task ManagedHsmCreateUpdateDelete() 10, Tags); - var retrievedVault = await ManagedHsmContainer.GetAsync(VaultName); + var retrievedVault = await ManagedHsmCollection.GetAsync(VaultName); ValidateVault(retrievedVault.Value.Data, VaultName, @@ -145,7 +145,7 @@ public async Task ManagedHsmCreateUpdateDelete() Assert.ThrowsAsync(async () => { - await ManagedHsmContainer.GetAsync(VaultName); + await ManagedHsmCollection.GetAsync(VaultName); }); } @@ -165,14 +165,14 @@ public async Task ManagedHsmListKeys() }; parameters.Tags.InitializeFrom(Tags); - var managedHsm = await ManagedHsmContainer.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); + var managedHsm = await ManagedHsmCollection.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); Assert.NotNull(managedHsm.Value); Assert.NotNull(managedHsm.Value.Id); resourceIds.Add(managedHsm.Value.Id); vaultList.Add(managedHsm.Value); - var vaults = ManagedHsmContainer.GetAllAsync(); + var vaults = ManagedHsmCollection.GetAllAsync(); await foreach (var v in vaults) { @@ -203,7 +203,7 @@ public async Task ManagedHsmRecoverDeletedVault() }; parameters.Tags.InitializeFrom(Tags); - var managedHsm = await ManagedHsmContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var managedHsm = await ManagedHsmCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); // Delete await managedHsm.Value.DeleteAsync(); @@ -211,18 +211,18 @@ public async Task ManagedHsmRecoverDeletedVault() // Get deleted vault Assert.ThrowsAsync(async () => { - await ManagedHsmContainer.GetAsync(VaultName); + await ManagedHsmCollection.GetAsync(VaultName); }); parameters.Properties.CreateMode = CreateMode.Recover; // Recover in recover mode - var recoveredVault2 = await ManagedHsmContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var recoveredVault2 = await ManagedHsmCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); Assert.True(recoveredVault2.Value.Data.IsEqual(managedHsm.Value.Data)); // Get recovered vault - var getResult = await ManagedHsmContainer.GetAsync(VaultName); + var getResult = await ManagedHsmCollection.GetAsync(VaultName); // Delete await getResult.Value.DeleteAsync(); diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/Samples/Sample1_ManagingKeyVaults.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/Samples/Sample1_ManagingKeyVaults.cs index 0d38c6fb043ed..a2664757de24f 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/Samples/Sample1_ManagingKeyVaults.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/Samples/Sample1_ManagingKeyVaults.cs @@ -21,7 +21,7 @@ public class Sample1_ManagingKeyVaults public async Task CreateOrUpdate() { #region Snippet:Managing_KeyVaults_CreateAVault - VaultContainer vaultContainer = resourceGroup.GetVaults(); + VaultCollection vaultCollection = resourceGroup.GetVaults(); string vaultName = "myVault"; Guid tenantIdGuid = new Guid("Your tenantId"); @@ -55,7 +55,7 @@ public async Task CreateOrUpdate() VaultCreateOrUpdateParameters parameters = new VaultCreateOrUpdateParameters(Location.WestUS, VaultProperties); - var rawVault = await vaultContainer.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); + var rawVault = await vaultCollection.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); Vault vault = await rawVault.WaitForCompletionAsync(); #endregion } @@ -65,9 +65,9 @@ public async Task CreateOrUpdate() public async Task List() { #region Snippet:Managing_KeyVaults_ListAllVaults - VaultContainer vaultContainer = resourceGroup.GetVaults(); + VaultCollection vaultCollection = resourceGroup.GetVaults(); - AsyncPageable response = vaultContainer.GetAllAsync(); + AsyncPageable response = vaultCollection.GetAllAsync(); await foreach (Vault vault in response) { Console.WriteLine(vault.Data.Name); @@ -80,9 +80,9 @@ public async Task List() public async Task Get() { #region Snippet:Managing_KeyVaults_GetAVault - VaultContainer vaultContainer = resourceGroup.GetVaults(); + VaultCollection vaultCollection = resourceGroup.GetVaults(); - Vault vault = await vaultContainer.GetAsync("myVault"); + Vault vault = await vaultCollection.GetAsync("myVault"); Console.WriteLine(vault.Data.Name); #endregion } @@ -92,15 +92,15 @@ public async Task Get() public async Task GetIfExists() { #region Snippet:Managing_KeyVaults_GetAVaultIfExists - VaultContainer vaultContainer = resourceGroup.GetVaults(); + VaultCollection vaultCollection = resourceGroup.GetVaults(); - Vault vault = await vaultContainer.GetIfExistsAsync("foo"); + Vault vault = await vaultCollection.GetIfExistsAsync("foo"); if (vault != null) { Console.WriteLine(vault.Data.Name); } - if (await vaultContainer.CheckIfExistsAsync("bar")) + if (await vaultCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("KeyVault 'bar' exists."); } @@ -112,9 +112,9 @@ public async Task GetIfExists() public async Task Delete() { #region Snippet:Managing_KeyVaults_DeleteAVault - VaultContainer vaultContainer = resourceGroup.GetVaults(); + VaultCollection vaultCollection = resourceGroup.GetVaults(); - Vault vault = await vaultContainer.GetAsync("myVault"); + Vault vault = await vaultCollection.GetAsync("myVault"); await vault.DeleteAsync(); #endregion } @@ -124,15 +124,15 @@ protected async Task initialize() { #region Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); #endregion - #region Snippet:Readme_GetResourceGroupContainer - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + #region Snippet:Readme_GetResourceGroupCollection + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroup resourceGroup = await rgContainer.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); + ResourceGroup resourceGroup = await rgCollection.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); #endregion this.resourceGroup = resourceGroup; diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTests.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTests.cs index 92c14c3abe974..e6ba6aeb33b51 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTests.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTests.cs @@ -36,7 +36,7 @@ public async Task KeyVaultManagementVaultCreateUpdateDelete() var parameters = new VaultCreateOrUpdateParameters(Location, VaultProperties); parameters.Tags.InitializeFrom(Tags); - var rawVault = await VaultContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var rawVault = await VaultCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); var createdVault = rawVault.Value.Data; @@ -72,7 +72,7 @@ public async Task KeyVaultManagementVaultCreateUpdateDelete() parameters = new VaultCreateOrUpdateParameters(Location, createdVault.Properties); parameters.Tags.InitializeFrom(Tags); - var rawUpdateVault = await VaultContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var rawUpdateVault = await VaultCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); var updateVault = rawUpdateVault.Value.Data; @@ -92,7 +92,7 @@ public async Task KeyVaultManagementVaultCreateUpdateDelete() VaultProperties.NetworkAcls, Tags); - var rawRetrievedVault = await VaultContainer.GetAsync(VaultName); + var rawRetrievedVault = await VaultCollection.GetAsync(VaultName); var retrievedVault = rawRetrievedVault.Value.Data; ValidateVault(retrievedVault, @@ -116,7 +116,7 @@ public async Task KeyVaultManagementVaultCreateUpdateDelete() Assert.ThrowsAsync(async () => { - await VaultContainer.GetAsync(VaultName); + await VaultCollection.GetAsync(VaultName); }); } @@ -129,7 +129,7 @@ public async Task CreateKeyVaultDisableSoftDelete() var parameters = new VaultCreateOrUpdateParameters("westeurope", VaultProperties); parameters.Tags.InitializeFrom(Tags); - var vault = await VaultContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var vault = await VaultCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); var vaultValue = vault.Value; Assert.False(vaultValue.Data.Properties.EnableSoftDelete); @@ -146,7 +146,7 @@ public async Task KeyVaultManagementVaultTestCompoundIdentityAccessControlPolicy var parameters = new VaultCreateOrUpdateParameters(Location, VaultProperties); parameters.Tags.InitializeFrom(Tags); - var createVault = await VaultContainer.CreateOrUpdateAsync( + var createVault = await VaultCollection.CreateOrUpdateAsync( vaultName: VaultName, parameters: parameters ).ConfigureAwait(false); @@ -168,7 +168,7 @@ public async Task KeyVaultManagementVaultTestCompoundIdentityAccessControlPolicy Tags); // Get - var retrievedVault = await VaultContainer.GetAsync(VaultName); + var retrievedVault = await VaultCollection.GetAsync(VaultName); ValidateVault(retrievedVault.Value.Data, VaultName, @@ -190,7 +190,7 @@ public async Task KeyVaultManagementVaultTestCompoundIdentityAccessControlPolicy Assert.ThrowsAsync(async () => { - await VaultContainer.GetAsync(VaultName); + await VaultCollection.GetAsync(VaultName); }); } @@ -208,7 +208,7 @@ public async Task KeyVaultManagementListVaults() string vaultName = Recording.GenerateAssetName("sdktestvault"); var parameters = new VaultCreateOrUpdateParameters(Location, VaultProperties); parameters.Tags.InitializeFrom(Tags); - var createdVault = await VaultContainer.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); + var createdVault = await VaultCollection.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); var vaultValue = createdVault.Value; Assert.NotNull(vaultValue); @@ -217,7 +217,7 @@ public async Task KeyVaultManagementListVaults() vaultList.Add(vaultValue); } - var vaults = VaultContainer.GetAllAsync(top); + var vaults = VaultCollection.GetAllAsync(top); await foreach (var v in vaults) { @@ -226,7 +226,7 @@ public async Task KeyVaultManagementListVaults() Assert.True(resourceIds.Count == 0); - var allVaults = VaultContainer.GetAllAsync(top); + var allVaults = VaultCollection.GetAllAsync(top); Assert.NotNull(vaults); // Delete @@ -241,7 +241,7 @@ public async Task KeyVaultManagementRecoverDeletedVault() { var parameters = new VaultCreateOrUpdateParameters(Location, VaultProperties); parameters.Tags.InitializeFrom(Tags); - var createdVault = await VaultContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var createdVault = await VaultCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); var vaultValue = createdVault.Value; // Delete @@ -250,18 +250,18 @@ public async Task KeyVaultManagementRecoverDeletedVault() // Get deleted vault Assert.ThrowsAsync(async () => { - await VaultContainer.GetAsync(VaultName); + await VaultCollection.GetAsync(VaultName); }); parameters = new VaultCreateOrUpdateParameters(Location, VaultProperties); parameters.Tags.InitializeFrom(Tags); // Recover in default mode - var recoveredRawVault = await VaultContainer.CreateOrUpdateAsync(VaultName,parameters).ConfigureAwait(false); + var recoveredRawVault = await VaultCollection.CreateOrUpdateAsync(VaultName,parameters).ConfigureAwait(false); var recoveredVault = recoveredRawVault.Value; Assert.True(recoveredVault.Data.IsEqual(vaultValue.Data)); // Get recovered vault - var getResult = await VaultContainer.GetAsync(VaultName); + var getResult = await VaultCollection.GetAsync(VaultName); // Delete await getResult.Value.DeleteAsync(); @@ -270,13 +270,13 @@ public async Task KeyVaultManagementRecoverDeletedVault() parameters = new VaultCreateOrUpdateParameters(Location, VaultProperties); // Recover in recover mode - var recoveredRawVault2 = await VaultContainer.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); + var recoveredRawVault2 = await VaultCollection.CreateOrUpdateAsync(VaultName, parameters).ConfigureAwait(false); var recoveredVault2 = recoveredRawVault.Value; Assert.True(recoveredVault2.Data.IsEqual(vaultValue.Data)); // Get recovered vault - getResult = await VaultContainer.GetAsync(VaultName); + getResult = await VaultCollection.GetAsync(VaultName); // Delete await getResult.Value.DeleteAsync(); @@ -294,7 +294,7 @@ public async Task KeyVaultManagementListDeletedVaults() for (int i = 0; i < n; i++) { string vaultName = Recording.GenerateAssetName("sdktestvault"); - var createdRawVault = await VaultContainer.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); + var createdRawVault = await VaultCollection.CreateOrUpdateAsync(vaultName, parameters).ConfigureAwait(false); var createdVault = createdRawVault.Value; @@ -305,11 +305,11 @@ public async Task KeyVaultManagementListDeletedVaults() await createdVault.DeleteAsync().ConfigureAwait(false); - var deletedVault = await DeletedVaultContainer.GetAsync(Location).ConfigureAwait(false); + var deletedVault = await DeletedVaultCollection.GetAsync(Location).ConfigureAwait(false); Assert.IsTrue(deletedVault.Value.Data.Name.Equals(createdVault.Data.Name)); } - var deletedVaults = DeletedVaultContainer.GetAllAsync().ToEnumerableAsync().Result; + var deletedVaults = DeletedVaultCollection.GetAllAsync().ToEnumerableAsync().Result; Assert.NotNull(deletedVaults); foreach (var v in deletedVaults) @@ -320,7 +320,7 @@ public async Task KeyVaultManagementListDeletedVaults() { // Purge vault await v.PurgeAsync().ConfigureAwait(false); - Assert.ThrowsAsync(async () => await DeletedVaultContainer.GetAsync(Location)); + Assert.ThrowsAsync(async () => await DeletedVaultCollection.GetAsync(Location)); } if (resourceIds.Count == 0) break; diff --git a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTestsBase.cs b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTestsBase.cs index 07d1d3fba5ac0..753e926beb97a 100644 --- a/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTestsBase.cs +++ b/sdk/keyvault/Azure.ResourceManager.KeyVault/tests/VaultOperationsTestsBase.cs @@ -33,9 +33,9 @@ public abstract class VaultOperationsTestsBase : ManagementRecordedTestBase { { "tag1", "value1" }, { "tag2", "value2" }, { "tag3", "value3" } }; @@ -101,7 +102,7 @@ protected async Task Initialize() }; VaultProperties.AccessPolicies.Add(AccessPolicy); - ManagedHsmContainer = ResourceGroup.GetManagedHsms(); + ManagedHsmCollection = ResourceGroup.GetManagedHsms(); ManagedHsmProperties = new ManagedHsmProperties(); ManagedHsmProperties.InitialAdminObjectIds.Add(ObjectId); ManagedHsmProperties.CreateMode = CreateMode.Default; diff --git a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearningServices/tests/Azure.ResourceManager.MachineLearningServices.Tests.csproj b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearningServices/tests/Azure.ResourceManager.MachineLearningServices.Tests.csproj index 675145c41f3d3..c5a387d0bf05e 100644 --- a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearningServices/tests/Azure.ResourceManager.MachineLearningServices.Tests.csproj +++ b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearningServices/tests/Azure.ResourceManager.MachineLearningServices.Tests.csproj @@ -5,7 +5,8 @@ - + + diff --git a/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs b/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs index 11c68e047ccb9..3740d3fe19fcb 100644 --- a/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs +++ b/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs @@ -14,7 +14,7 @@ protected ApplicationGateway() { } public virtual Azure.ResourceManager.Network.Models.ApplicationGatewayDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionContainer GetApplicationGatewayPrivateEndpointConnections() { throw null; } + public Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionCollection GetApplicationGatewayPrivateEndpointConnections() { throw null; } public virtual Azure.Pageable GetApplicationGatewayPrivateLinkResources(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetApplicationGatewayPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -27,9 +27,9 @@ protected ApplicationGateway() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ApplicationGatewayContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ApplicationGatewayCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ApplicationGatewayContainer() { } + protected ApplicationGatewayCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -43,6 +43,9 @@ protected ApplicationGatewayContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ApplicationGatewayData : Azure.ResourceManager.Network.Models.Resource { @@ -97,9 +100,9 @@ protected ApplicationGatewayPrivateEndpointConnection() { } public virtual Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateEndpointConnectionUpdateOperation Update(Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ApplicationGatewayPrivateEndpointConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ApplicationGatewayPrivateEndpointConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ApplicationGatewayPrivateEndpointConnectionContainer() { } + protected ApplicationGatewayPrivateEndpointConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -109,6 +112,9 @@ protected ApplicationGatewayPrivateEndpointConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ApplicationGatewayPrivateEndpointConnectionData : Azure.ResourceManager.Network.Models.SubResource { @@ -137,9 +143,9 @@ protected ApplicationSecurityGroup() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ApplicationSecurityGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ApplicationSecurityGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ApplicationSecurityGroupContainer() { } + protected ApplicationSecurityGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string applicationSecurityGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string applicationSecurityGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -153,6 +159,9 @@ protected ApplicationSecurityGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string applicationSecurityGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string applicationSecurityGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string applicationSecurityGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ApplicationSecurityGroupData : Azure.ResourceManager.Network.Models.Resource { @@ -253,9 +262,9 @@ protected AzureFirewall() { } public virtual Azure.ResourceManager.Network.Models.AzureFirewallUpdateTagsOperation UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class AzureFirewallContainer : Azure.ResourceManager.Core.ArmContainer + public partial class AzureFirewallCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected AzureFirewallContainer() { } + protected AzureFirewallCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string azureFirewallName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string azureFirewallName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -269,6 +278,9 @@ protected AzureFirewallContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string azureFirewallName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string azureFirewallName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string azureFirewallName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class AzureFirewallData : Azure.ResourceManager.Network.Models.Resource { @@ -303,9 +315,9 @@ protected BackendAddressPool() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BackendAddressPoolContainer : Azure.ResourceManager.Core.ArmContainer + public partial class BackendAddressPoolCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected BackendAddressPoolContainer() { } + protected BackendAddressPoolCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string backendAddressPoolName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string backendAddressPoolName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -317,6 +329,9 @@ protected BackendAddressPoolContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string backendAddressPoolName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string backendAddressPoolName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string backendAddressPoolName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class BackendAddressPoolData : Azure.ResourceManager.Network.Models.SubResource { @@ -347,9 +362,9 @@ protected BastionHost() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BastionHostContainer : Azure.ResourceManager.Core.ArmContainer + public partial class BastionHostCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected BastionHostContainer() { } + protected BastionHostCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string bastionHostName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string bastionHostName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -363,6 +378,9 @@ protected BastionHostContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string bastionHostName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string bastionHostName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string bastionHostName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class BastionHostData : Azure.ResourceManager.Network.Models.Resource { @@ -391,9 +409,9 @@ protected BgpConnection() { } public virtual Azure.ResourceManager.Network.Models.VirtualHubBgpConnectionGetLearnedRoutesOperation GetLearnedRoutes(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetLearnedRoutesAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BgpConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class BgpConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected BgpConnectionContainer() { } + protected BgpConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -405,6 +423,9 @@ protected BgpConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class BgpConnectionData : Azure.ResourceManager.Network.Models.SubResource { @@ -439,9 +460,9 @@ protected ConnectionMonitor() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ConnectionMonitorContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ConnectionMonitorCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ConnectionMonitorContainer() { } + protected ConnectionMonitorCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string connectionMonitorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string connectionMonitorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -453,6 +474,9 @@ protected ConnectionMonitorContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string connectionMonitorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string connectionMonitorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string connectionMonitorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ConnectionMonitorData : Azure.ResourceManager.Models.Resource { @@ -490,9 +514,9 @@ protected CustomIpPrefix() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class CustomIpPrefixContainer : Azure.ResourceManager.Core.ArmContainer + public partial class CustomIpPrefixCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected CustomIpPrefixContainer() { } + protected CustomIpPrefixCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string customIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string customIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -506,6 +530,9 @@ protected CustomIpPrefixContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string customIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string customIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string customIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class CustomIpPrefixData : Azure.ResourceManager.Network.Models.Resource { @@ -540,9 +567,9 @@ protected DdosCustomPolicy() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DdosCustomPolicyContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DdosCustomPolicyCollection : Azure.ResourceManager.Core.ArmCollection { - protected DdosCustomPolicyContainer() { } + protected DdosCustomPolicyCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string ddosCustomPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string ddosCustomPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -586,9 +613,9 @@ protected DdosProtectionPlan() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DdosProtectionPlanContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DdosProtectionPlanCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DdosProtectionPlanContainer() { } + protected DdosProtectionPlanCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -602,6 +629,9 @@ protected DdosProtectionPlanContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DdosProtectionPlanData : Azure.ResourceManager.Models.TrackedResource { @@ -625,9 +655,9 @@ protected DscpConfiguration() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DscpConfigurationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DscpConfigurationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DscpConfigurationContainer() { } + protected DscpConfigurationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string dscpConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string dscpConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -641,6 +671,9 @@ protected DscpConfigurationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string dscpConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string dscpConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string dscpConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DscpConfigurationData : Azure.ResourceManager.Network.Models.Resource { @@ -672,8 +705,8 @@ protected ExpressRouteCircuit() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.ExpressRouteCircuitAuthorizationContainer GetExpressRouteCircuitAuthorizations() { throw null; } - public Azure.ResourceManager.Network.ExpressRouteCircuitPeeringContainer GetExpressRouteCircuitPeerings() { throw null; } + public Azure.ResourceManager.Network.ExpressRouteCircuitAuthorizationCollection GetExpressRouteCircuitAuthorizations() { throw null; } + public Azure.ResourceManager.Network.ExpressRouteCircuitPeeringCollection GetExpressRouteCircuitPeerings() { throw null; } public virtual Azure.Response GetPeeringStats(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetPeeringStatsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.ExpressRouteCircuitGetRoutesTableOperation GetRoutesTable(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -699,9 +732,9 @@ protected ExpressRouteCircuitAuthorization() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRouteCircuitAuthorizationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRouteCircuitAuthorizationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRouteCircuitAuthorizationContainer() { } + protected ExpressRouteCircuitAuthorizationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -713,6 +746,9 @@ protected ExpressRouteCircuitAuthorizationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRouteCircuitAuthorizationData : Azure.ResourceManager.Network.Models.SubResource { @@ -724,6 +760,26 @@ public ExpressRouteCircuitAuthorizationData() { } public Azure.ResourceManager.Network.Models.ProvisioningState? ProvisioningState { get { throw null; } } public string Type { get { throw null; } } } + public partial class ExpressRouteCircuitCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected ExpressRouteCircuitCollection() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.Models.ExpressRouteCircuitCreateOrUpdateOperation CreateOrUpdate(string circuitName, Azure.ResourceManager.Network.ExpressRouteCircuitData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string circuitName, Azure.ResourceManager.Network.ExpressRouteCircuitData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } public partial class ExpressRouteCircuitConnection : Azure.ResourceManager.Core.ArmResource { public static readonly Azure.ResourceManager.ResourceType ResourceType; @@ -738,9 +794,9 @@ protected ExpressRouteCircuitConnection() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRouteCircuitConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRouteCircuitConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRouteCircuitConnectionContainer() { } + protected ExpressRouteCircuitConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -752,6 +808,9 @@ protected ExpressRouteCircuitConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRouteCircuitConnectionData : Azure.ResourceManager.Network.Models.SubResource { @@ -767,23 +826,6 @@ public ExpressRouteCircuitConnectionData() { } public Azure.ResourceManager.Network.Models.ProvisioningState? ProvisioningState { get { throw null; } } public string Type { get { throw null; } } } - public partial class ExpressRouteCircuitContainer : Azure.ResourceManager.Core.ArmContainer - { - protected ExpressRouteCircuitContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CheckIfExists(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Network.Models.ExpressRouteCircuitCreateOrUpdateOperation CreateOrUpdate(string circuitName, Azure.ResourceManager.Network.ExpressRouteCircuitData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string circuitName, Azure.ResourceManager.Network.ExpressRouteCircuitData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string circuitName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } public partial class ExpressRouteCircuitData : Azure.ResourceManager.Network.Models.Resource { public ExpressRouteCircuitData() { } @@ -817,15 +859,15 @@ protected ExpressRouteCircuitPeering() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.ExpressRouteCircuitConnectionContainer GetExpressRouteCircuitConnections() { throw null; } + public Azure.ResourceManager.Network.ExpressRouteCircuitConnectionCollection GetExpressRouteCircuitConnections() { throw null; } public virtual Azure.Response GetPeerExpressRouteCircuitConnection(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetPeerExpressRouteCircuitConnectionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetPeerExpressRouteCircuitConnections(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetPeerExpressRouteCircuitConnectionsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRouteCircuitPeeringContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRouteCircuitPeeringCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRouteCircuitPeeringContainer() { } + protected ExpressRouteCircuitPeeringCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -837,6 +879,9 @@ protected ExpressRouteCircuitPeeringContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRouteCircuitPeeringData : Azure.ResourceManager.Network.Models.SubResource { @@ -879,9 +924,9 @@ protected ExpressRouteConnection() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRouteConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRouteConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRouteConnectionContainer() { } + protected ExpressRouteConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -893,6 +938,8 @@ protected ExpressRouteConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRouteConnectionData : Azure.ResourceManager.Network.Models.SubResource { @@ -919,7 +966,7 @@ protected ExpressRouteCrossConnection() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.ExpressRouteCrossConnectionPeeringContainer GetExpressRouteCrossConnectionPeerings() { throw null; } + public Azure.ResourceManager.Network.ExpressRouteCrossConnectionPeeringCollection GetExpressRouteCrossConnectionPeerings() { throw null; } public virtual Azure.ResourceManager.Network.Models.ExpressRouteCrossConnectionGetRoutesTableOperation GetRoutesTable(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetRoutesTableAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.ExpressRouteCrossConnectionGetRoutesTableSummaryOperation GetRoutesTableSummary(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -927,9 +974,9 @@ protected ExpressRouteCrossConnection() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject crossConnectionParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject crossConnectionParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRouteCrossConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRouteCrossConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRouteCrossConnectionContainer() { } + protected ExpressRouteCrossConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string crossConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string crossConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -943,6 +990,9 @@ protected ExpressRouteCrossConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string crossConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string crossConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string crossConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRouteCrossConnectionData : Azure.ResourceManager.Network.Models.Resource { @@ -973,9 +1023,9 @@ protected ExpressRouteCrossConnectionPeering() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRouteCrossConnectionPeeringContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRouteCrossConnectionPeeringCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRouteCrossConnectionPeeringContainer() { } + protected ExpressRouteCrossConnectionPeeringCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -987,6 +1037,9 @@ protected ExpressRouteCrossConnectionPeeringContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRouteCrossConnectionPeeringData : Azure.ResourceManager.Network.Models.SubResource { @@ -1022,13 +1075,13 @@ protected ExpressRouteGateway() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.ExpressRouteConnectionContainer GetExpressRouteConnections() { throw null; } + public Azure.ResourceManager.Network.ExpressRouteConnectionCollection GetExpressRouteConnections() { throw null; } public virtual Azure.ResourceManager.Network.Models.ExpressRouteGatewayUpdateTagsOperation UpdateTags(Azure.ResourceManager.Network.Models.TagsObject expressRouteGatewayParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject expressRouteGatewayParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRouteGatewayContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRouteGatewayCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRouteGatewayContainer() { } + protected ExpressRouteGatewayCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1042,6 +1095,8 @@ protected ExpressRouteGatewayContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRouteGatewayData : Azure.ResourceManager.Network.Models.Resource { @@ -1074,9 +1129,9 @@ protected ExpressRoutePort() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ExpressRoutePortContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ExpressRoutePortCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ExpressRoutePortContainer() { } + protected ExpressRoutePortCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1090,6 +1145,9 @@ protected ExpressRoutePortContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ExpressRoutePortData : Azure.ResourceManager.Network.Models.Resource { @@ -1121,11 +1179,11 @@ protected FirewallPolicy() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.FirewallPolicyRuleCollectionGroupContainer GetFirewallPolicyRuleCollectionGroups() { throw null; } + public Azure.ResourceManager.Network.FirewallPolicyRuleCollectionGroupCollection GetFirewallPolicyRuleCollectionGroups() { throw null; } } - public partial class FirewallPolicyContainer : Azure.ResourceManager.Core.ArmContainer + public partial class FirewallPolicyCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected FirewallPolicyContainer() { } + protected FirewallPolicyCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string firewallPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string firewallPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1139,6 +1197,9 @@ protected FirewallPolicyContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string firewallPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string firewallPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string firewallPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class FirewallPolicyData : Azure.ResourceManager.Network.Models.Resource { @@ -1173,9 +1234,9 @@ protected FirewallPolicyRuleCollectionGroup() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class FirewallPolicyRuleCollectionGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class FirewallPolicyRuleCollectionGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected FirewallPolicyRuleCollectionGroupContainer() { } + protected FirewallPolicyRuleCollectionGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1187,6 +1248,9 @@ protected FirewallPolicyRuleCollectionGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class FirewallPolicyRuleCollectionGroupData : Azure.ResourceManager.Network.Models.SubResource { @@ -1214,9 +1278,9 @@ protected FlowLog() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class FlowLogContainer : Azure.ResourceManager.Core.ArmContainer + public partial class FlowLogCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected FlowLogContainer() { } + protected FlowLogCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string flowLogName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string flowLogName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1228,6 +1292,9 @@ protected FlowLogContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string flowLogName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string flowLogName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string flowLogName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class FlowLogData : Azure.ResourceManager.Network.Models.Resource { @@ -1256,9 +1323,9 @@ protected HubIpConfiguration() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class HubIpConfigurationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class HubIpConfigurationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected HubIpConfigurationContainer() { } + protected HubIpConfigurationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string ipConfigName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string ipConfigName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1270,6 +1337,9 @@ protected HubIpConfigurationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string ipConfigName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string ipConfigName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string ipConfigName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class HubIpConfigurationData : Azure.ResourceManager.Network.Models.SubResource { @@ -1297,9 +1367,9 @@ protected HubRouteTable() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class HubRouteTableContainer : Azure.ResourceManager.Core.ArmContainer + public partial class HubRouteTableCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected HubRouteTableContainer() { } + protected HubRouteTableCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1311,6 +1381,9 @@ protected HubRouteTableContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class HubRouteTableData : Azure.ResourceManager.Network.Models.SubResource { @@ -1338,9 +1411,9 @@ protected HubVirtualNetworkConnection() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class HubVirtualNetworkConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class HubVirtualNetworkConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected HubVirtualNetworkConnectionContainer() { } + protected HubVirtualNetworkConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1352,6 +1425,9 @@ protected HubVirtualNetworkConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class HubVirtualNetworkConnectionData : Azure.ResourceManager.Network.Models.SubResource { @@ -1379,9 +1455,9 @@ protected InboundNatRule() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class InboundNatRuleContainer : Azure.ResourceManager.Core.ArmContainer + public partial class InboundNatRuleCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected InboundNatRuleContainer() { } + protected InboundNatRuleCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string inboundNatRuleName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string inboundNatRuleName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1393,6 +1469,9 @@ protected InboundNatRuleContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string inboundNatRuleName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string inboundNatRuleName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string inboundNatRuleName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class InboundNatRuleData : Azure.ResourceManager.Network.Models.SubResource { @@ -1426,9 +1505,9 @@ protected IpAllocation() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class IpAllocationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class IpAllocationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected IpAllocationContainer() { } + protected IpAllocationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string ipAllocationName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string ipAllocationName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1442,6 +1521,9 @@ protected IpAllocationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string ipAllocationName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string ipAllocationName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string ipAllocationName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class IpAllocationData : Azure.ResourceManager.Network.Models.Resource { @@ -1472,9 +1554,9 @@ protected IpGroup() { } public virtual Azure.Response UpdateGroups(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateGroupsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class IpGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class IpGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected IpGroupContainer() { } + protected IpGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string ipGroupsName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string ipGroupsName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1488,6 +1570,9 @@ protected IpGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string ipGroupsName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string ipGroupsName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string ipGroupsName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class IpGroupData : Azure.ResourceManager.Network.Models.Resource { @@ -1511,8 +1596,8 @@ protected LoadBalancer() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.BackendAddressPoolContainer GetBackendAddressPools() { throw null; } - public Azure.ResourceManager.Network.InboundNatRuleContainer GetInboundNatRules() { throw null; } + public Azure.ResourceManager.Network.BackendAddressPoolCollection GetBackendAddressPools() { throw null; } + public Azure.ResourceManager.Network.InboundNatRuleCollection GetInboundNatRules() { throw null; } public virtual Azure.Response GetLoadBalancerFrontendIPConfiguration(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetLoadBalancerFrontendIPConfigurationAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetLoadBalancerFrontendIPConfigurations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1536,9 +1621,9 @@ protected LoadBalancer() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class LoadBalancerContainer : Azure.ResourceManager.Core.ArmContainer + public partial class LoadBalancerCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected LoadBalancerContainer() { } + protected LoadBalancerCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string loadBalancerName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string loadBalancerName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1552,6 +1637,9 @@ protected LoadBalancerContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string loadBalancerName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string loadBalancerName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string loadBalancerName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class LoadBalancerData : Azure.ResourceManager.Network.Models.Resource { @@ -1585,9 +1673,9 @@ protected LocalNetworkGateway() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class LocalNetworkGatewayContainer : Azure.ResourceManager.Core.ArmContainer + public partial class LocalNetworkGatewayCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected LocalNetworkGatewayContainer() { } + protected LocalNetworkGatewayCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string localNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string localNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1601,6 +1689,9 @@ protected LocalNetworkGatewayContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string localNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string localNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string localNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class LocalNetworkGatewayData : Azure.ResourceManager.Network.Models.Resource { @@ -1629,9 +1720,9 @@ protected NatGateway() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class NatGatewayContainer : Azure.ResourceManager.Core.ArmContainer + public partial class NatGatewayCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected NatGatewayContainer() { } + protected NatGatewayCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string natGatewayName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string natGatewayName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1645,6 +1736,9 @@ protected NatGatewayContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string natGatewayName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string natGatewayName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string natGatewayName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class NatGatewayData : Azure.ResourceManager.Network.Models.Resource { @@ -1682,13 +1776,13 @@ protected NetworkInterface() { } public virtual Azure.AsyncPageable GetNetworkInterfaceIPConfigurationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetNetworkInterfaceLoadBalancers(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetNetworkInterfaceLoadBalancersAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.NetworkInterfaceTapConfigurationContainer GetNetworkInterfaceTapConfigurations() { throw null; } + public Azure.ResourceManager.Network.NetworkInterfaceTapConfigurationCollection GetNetworkInterfaceTapConfigurations() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class NetworkInterfaceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class NetworkInterfaceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected NetworkInterfaceContainer() { } + protected NetworkInterfaceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string networkInterfaceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string networkInterfaceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1702,6 +1796,9 @@ protected NetworkInterfaceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string networkInterfaceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string networkInterfaceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string networkInterfaceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class NetworkInterfaceData : Azure.ResourceManager.Network.Models.Resource { @@ -1741,9 +1838,9 @@ protected NetworkInterfaceTapConfiguration() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class NetworkInterfaceTapConfigurationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class NetworkInterfaceTapConfigurationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected NetworkInterfaceTapConfigurationContainer() { } + protected NetworkInterfaceTapConfigurationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string tapConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string tapConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1755,6 +1852,9 @@ protected NetworkInterfaceTapConfigurationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string tapConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string tapConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tapConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class NetworkInterfaceTapConfigurationData : Azure.ResourceManager.Network.Models.SubResource { @@ -1781,9 +1881,9 @@ protected NetworkProfile() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class NetworkProfileContainer : Azure.ResourceManager.Core.ArmContainer + public partial class NetworkProfileCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected NetworkProfileContainer() { } + protected NetworkProfileCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string networkProfileName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string networkProfileName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1797,6 +1897,9 @@ protected NetworkProfileContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string networkProfileName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string networkProfileName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string networkProfileName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class NetworkProfileData : Azure.ResourceManager.Network.Models.Resource { @@ -1824,13 +1927,13 @@ protected NetworkSecurityGroup() { } public virtual System.Threading.Tasks.Task> GetDefaultSecurityRuleAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetDefaultSecurityRules(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetDefaultSecurityRulesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.SecurityRuleContainer GetSecurityRules() { throw null; } + public Azure.ResourceManager.Network.SecurityRuleCollection GetSecurityRules() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class NetworkSecurityGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class NetworkSecurityGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected NetworkSecurityGroupContainer() { } + protected NetworkSecurityGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string networkSecurityGroupName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string networkSecurityGroupName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1844,6 +1947,9 @@ protected NetworkSecurityGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string networkSecurityGroupName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string networkSecurityGroupName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string networkSecurityGroupName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class NetworkSecurityGroupData : Azure.ResourceManager.Network.Models.Resource { @@ -1870,13 +1976,13 @@ protected NetworkVirtualAppliance() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.VirtualApplianceSiteContainer GetVirtualApplianceSites() { throw null; } + public Azure.ResourceManager.Network.VirtualApplianceSiteCollection GetVirtualApplianceSites() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class NetworkVirtualApplianceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class NetworkVirtualApplianceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected NetworkVirtualApplianceContainer() { } + protected NetworkVirtualApplianceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string networkVirtualApplianceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string networkVirtualApplianceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1890,6 +1996,9 @@ protected NetworkVirtualApplianceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string networkVirtualApplianceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string networkVirtualApplianceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string networkVirtualApplianceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class NetworkVirtualApplianceData : Azure.ResourceManager.Network.Models.Resource { @@ -1927,15 +2036,15 @@ protected NetworkWatcher() { } public virtual System.Threading.Tasks.Task GetAvailableProvidersAsync(Azure.ResourceManager.Network.Models.AvailableProvidersListParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.NetworkWatcherGetAzureReachabilityReportOperation GetAzureReachabilityReport(Azure.ResourceManager.Network.Models.AzureReachabilityReportParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetAzureReachabilityReportAsync(Azure.ResourceManager.Network.Models.AzureReachabilityReportParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.ConnectionMonitorContainer GetConnectionMonitors() { throw null; } - public Azure.ResourceManager.Network.FlowLogContainer GetFlowLogs() { throw null; } + public Azure.ResourceManager.Network.ConnectionMonitorCollection GetConnectionMonitors() { throw null; } + public Azure.ResourceManager.Network.FlowLogCollection GetFlowLogs() { throw null; } public virtual Azure.ResourceManager.Network.Models.NetworkWatcherGetFlowLogStatusOperation GetFlowLogStatus(Azure.ResourceManager.Network.Models.FlowLogStatusParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetFlowLogStatusAsync(Azure.ResourceManager.Network.Models.FlowLogStatusParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.NetworkWatcherGetNetworkConfigurationDiagnosticOperation GetNetworkConfigurationDiagnostic(Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetNetworkConfigurationDiagnosticAsync(Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.NetworkWatcherGetNextHopOperation GetNextHop(Azure.ResourceManager.Network.Models.NextHopParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetNextHopAsync(Azure.ResourceManager.Network.Models.NextHopParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.PacketCaptureContainer GetPacketCaptures() { throw null; } + public Azure.ResourceManager.Network.PacketCaptureCollection GetPacketCaptures() { throw null; } public virtual Azure.Response GetTopology(Azure.ResourceManager.Network.Models.TopologyParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetTopologyAsync(Azure.ResourceManager.Network.Models.TopologyParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.NetworkWatcherGetTroubleshootingOperation GetTroubleshooting(Azure.ResourceManager.Network.Models.TroubleshootingParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1951,9 +2060,9 @@ protected NetworkWatcher() { } public virtual Azure.ResourceManager.Network.Models.NetworkWatcherVerifyIPFlowOperation VerifyIPFlow(Azure.ResourceManager.Network.Models.VerificationIPFlowParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task VerifyIPFlowAsync(Azure.ResourceManager.Network.Models.VerificationIPFlowParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class NetworkWatcherContainer : Azure.ResourceManager.Core.ArmContainer + public partial class NetworkWatcherCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected NetworkWatcherContainer() { } + protected NetworkWatcherCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string networkWatcherName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string networkWatcherName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1967,6 +2076,9 @@ protected NetworkWatcherContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string networkWatcherName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string networkWatcherName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string networkWatcherName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class NetworkWatcherData : Azure.ResourceManager.Network.Models.Resource { @@ -2000,9 +2112,9 @@ protected P2SVpnGateway() { } public virtual Azure.ResourceManager.Network.Models.P2SVpnGatewayUpdateTagsOperation UpdateTags(Azure.ResourceManager.Network.Models.TagsObject p2SVpnGatewayParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject p2SVpnGatewayParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class P2SVpnGatewayContainer : Azure.ResourceManager.Core.ArmContainer + public partial class P2SVpnGatewayCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected P2SVpnGatewayContainer() { } + protected P2SVpnGatewayCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2016,6 +2128,9 @@ protected P2SVpnGatewayContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class P2SVpnGatewayData : Azure.ResourceManager.Network.Models.Resource { @@ -2048,9 +2163,9 @@ protected PacketCapture() { } public virtual Azure.ResourceManager.Network.Models.PacketCaptureStopOperation Stop(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task StopAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PacketCaptureContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PacketCaptureCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PacketCaptureContainer() { } + protected PacketCaptureCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string packetCaptureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string packetCaptureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2062,6 +2177,9 @@ protected PacketCaptureContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string packetCaptureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string packetCaptureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string packetCaptureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PacketCaptureData { @@ -2091,9 +2209,9 @@ protected PrivateDnsZoneGroup() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PrivateDnsZoneGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PrivateDnsZoneGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PrivateDnsZoneGroupContainer() { } + protected PrivateDnsZoneGroupCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string privateDnsZoneGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string privateDnsZoneGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2105,6 +2223,9 @@ protected PrivateDnsZoneGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string privateDnsZoneGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string privateDnsZoneGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateDnsZoneGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PrivateDnsZoneGroupData : Azure.ResourceManager.Network.Models.SubResource { @@ -2127,11 +2248,11 @@ protected PrivateEndpoint() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.PrivateDnsZoneGroupContainer GetPrivateDnsZoneGroups() { throw null; } + public Azure.ResourceManager.Network.PrivateDnsZoneGroupCollection GetPrivateDnsZoneGroups() { throw null; } } - public partial class PrivateEndpointContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PrivateEndpointCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PrivateEndpointContainer() { } + protected PrivateEndpointCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string privateEndpointName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string privateEndpointName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2145,6 +2266,9 @@ protected PrivateEndpointContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string privateEndpointName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateEndpointName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PrivateEndpointData : Azure.ResourceManager.Network.Models.Resource { @@ -2186,9 +2310,9 @@ protected PrivateLinkService() { } public virtual Azure.Response UpdatePrivateEndpointConnection(Azure.ResourceManager.Network.Models.PrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdatePrivateEndpointConnectionAsync(Azure.ResourceManager.Network.Models.PrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PrivateLinkServiceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PrivateLinkServiceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PrivateLinkServiceContainer() { } + protected PrivateLinkServiceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string serviceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string serviceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2202,6 +2326,9 @@ protected PrivateLinkServiceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string serviceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string serviceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string serviceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PrivateLinkServiceData : Azure.ResourceManager.Network.Models.Resource { @@ -2235,9 +2362,9 @@ protected PublicIPAddress() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PublicIPAddressContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PublicIPAddressCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PublicIPAddressContainer() { } + protected PublicIPAddressCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string publicIpAddressName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string publicIpAddressName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2251,6 +2378,9 @@ protected PublicIPAddressContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string publicIpAddressName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string publicIpAddressName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string publicIpAddressName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PublicIPAddressData : Azure.ResourceManager.Network.Models.Resource { @@ -2292,9 +2422,9 @@ protected PublicIPPrefix() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PublicIPPrefixContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PublicIPPrefixCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PublicIPPrefixContainer() { } + protected PublicIPPrefixCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string publicIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string publicIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2308,6 +2438,9 @@ protected PublicIPPrefixContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string publicIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string publicIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string publicIpPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PublicIPPrefixData : Azure.ResourceManager.Network.Models.Resource { @@ -2329,53 +2462,53 @@ public PublicIPPrefixData() { } } public static partial class ResourceGroupExtensions { - public static Azure.ResourceManager.Network.ApplicationGatewayContainer GetApplicationGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.ApplicationSecurityGroupContainer GetApplicationSecurityGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.ApplicationGatewayCollection GetApplicationGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.ApplicationSecurityGroupCollection GetApplicationSecurityGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } public static Azure.Pageable GetAvailableDelegations(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup, string location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetAvailableDelegationsAsync(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup, string location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable GetAvailableDelegationsByResourceGroup(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup, string location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetAvailableDelegationsByResourceGroupAsync(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup, string location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.ResourceManager.Network.AzureFirewallContainer GetAzureFirewalls(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.BastionHostContainer GetBastionHosts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.CustomIpPrefixContainer GetCustomIpPrefixes(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.DdosCustomPolicyContainer GetDdosCustomPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.DdosProtectionPlanContainer GetDdosProtectionPlans(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.DscpConfigurationContainer GetDscpConfigurations(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.ExpressRouteCircuitContainer GetExpressRouteCircuits(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.ExpressRouteCrossConnectionContainer GetExpressRouteCrossConnections(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.ExpressRouteGatewayContainer GetExpressRouteGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.ExpressRoutePortContainer GetExpressRoutePorts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.FirewallPolicyContainer GetFirewallPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.IpAllocationContainer GetIpAllocations(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.IpGroupContainer GetIpGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.LoadBalancerContainer GetLoadBalancers(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.LocalNetworkGatewayContainer GetLocalNetworkGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.NatGatewayContainer GetNatGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.NetworkInterfaceContainer GetNetworkInterfaces(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.NetworkProfileContainer GetNetworkProfiles(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.NetworkSecurityGroupContainer GetNetworkSecurityGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.NetworkVirtualApplianceContainer GetNetworkVirtualAppliances(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.NetworkWatcherContainer GetNetworkWatchers(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.P2SVpnGatewayContainer GetP2SVpnGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.PrivateEndpointContainer GetPrivateEndpoints(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.PrivateLinkServiceContainer GetPrivateLinkServices(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.PublicIPAddressContainer GetPublicIPAddresses(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.PublicIPPrefixContainer GetPublicIPPrefixes(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.RouteFilterContainer GetRouteFilters(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.RouteTableContainer GetRouteTables(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.SecurityPartnerProviderContainer GetSecurityPartnerProviders(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.ServiceEndpointPolicyContainer GetServiceEndpointPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VirtualHubContainer GetVirtualHubs(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VirtualNetworkGatewayConnectionContainer GetVirtualNetworkGatewayConnections(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VirtualNetworkGatewayContainer GetVirtualNetworkGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VirtualNetworkContainer GetVirtualNetworks(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VirtualNetworkTapContainer GetVirtualNetworkTaps(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VirtualRouterContainer GetVirtualRouters(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VirtualWANContainer GetVirtualWANs(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VpnGatewayContainer GetVpnGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VpnServerConfigurationContainer GetVpnServerConfigurations(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.VpnSiteContainer GetVpnSites(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Network.WebApplicationFirewallPolicyContainer GetWebApplicationFirewallPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.AzureFirewallCollection GetAzureFirewalls(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.BastionHostCollection GetBastionHosts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.CustomIpPrefixCollection GetCustomIpPrefixes(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.DdosCustomPolicyCollection GetDdosCustomPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.DdosProtectionPlanCollection GetDdosProtectionPlans(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.DscpConfigurationCollection GetDscpConfigurations(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.ExpressRouteCircuitCollection GetExpressRouteCircuits(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.ExpressRouteCrossConnectionCollection GetExpressRouteCrossConnections(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.ExpressRouteGatewayCollection GetExpressRouteGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.ExpressRoutePortCollection GetExpressRoutePorts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.FirewallPolicyCollection GetFirewallPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.IpAllocationCollection GetIpAllocations(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.IpGroupCollection GetIpGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.LoadBalancerCollection GetLoadBalancers(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.LocalNetworkGatewayCollection GetLocalNetworkGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.NatGatewayCollection GetNatGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.NetworkInterfaceCollection GetNetworkInterfaces(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.NetworkProfileCollection GetNetworkProfiles(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.NetworkSecurityGroupCollection GetNetworkSecurityGroups(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.NetworkVirtualApplianceCollection GetNetworkVirtualAppliances(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.NetworkWatcherCollection GetNetworkWatchers(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.P2SVpnGatewayCollection GetP2SVpnGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.PrivateEndpointCollection GetPrivateEndpoints(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.PrivateLinkServiceCollection GetPrivateLinkServices(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.PublicIPAddressCollection GetPublicIPAddresses(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.PublicIPPrefixCollection GetPublicIPPrefixes(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.RouteFilterCollection GetRouteFilters(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.RouteTableCollection GetRouteTables(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.SecurityPartnerProviderCollection GetSecurityPartnerProviders(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.ServiceEndpointPolicyCollection GetServiceEndpointPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VirtualHubCollection GetVirtualHubs(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VirtualNetworkGatewayConnectionCollection GetVirtualNetworkGatewayConnections(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VirtualNetworkGatewayCollection GetVirtualNetworkGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VirtualNetworkCollection GetVirtualNetworks(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VirtualNetworkTapCollection GetVirtualNetworkTaps(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VirtualRouterCollection GetVirtualRouters(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VirtualWANCollection GetVirtualWANs(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VpnGatewayCollection GetVpnGateways(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VpnServerConfigurationCollection GetVpnServerConfigurations(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.VpnSiteCollection GetVpnSites(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Network.WebApplicationFirewallPolicyCollection GetWebApplicationFirewallPolicies(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } } public partial class Route : Azure.ResourceManager.Core.ArmResource { @@ -2391,9 +2524,9 @@ protected Route() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class RouteContainer : Azure.ResourceManager.Core.ArmContainer + public partial class RouteCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected RouteContainer() { } + protected RouteCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string routeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string routeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2405,6 +2538,9 @@ protected RouteContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string routeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string routeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string routeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class RouteData : Azure.ResourceManager.Network.Models.SubResource { @@ -2431,13 +2567,13 @@ protected RouteFilter() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.RouteFilterRuleContainer GetRouteFilterRules() { throw null; } + public Azure.ResourceManager.Network.RouteFilterRuleCollection GetRouteFilterRules() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class RouteFilterContainer : Azure.ResourceManager.Core.ArmContainer + public partial class RouteFilterCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected RouteFilterContainer() { } + protected RouteFilterCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string routeFilterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string routeFilterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2451,6 +2587,9 @@ protected RouteFilterContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string routeFilterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string routeFilterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string routeFilterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class RouteFilterData : Azure.ResourceManager.Network.Models.Resource { @@ -2475,9 +2614,9 @@ protected RouteFilterRule() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class RouteFilterRuleContainer : Azure.ResourceManager.Core.ArmContainer + public partial class RouteFilterRuleCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected RouteFilterRuleContainer() { } + protected RouteFilterRuleCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2489,6 +2628,9 @@ protected RouteFilterRuleContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class RouteFilterRuleData : Azure.ResourceManager.Network.Models.SubResource { @@ -2514,13 +2656,13 @@ protected RouteTable() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.RouteContainer GetRoutes() { throw null; } + public Azure.ResourceManager.Network.RouteCollection GetRoutes() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class RouteTableContainer : Azure.ResourceManager.Core.ArmContainer + public partial class RouteTableCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected RouteTableContainer() { } + protected RouteTableCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string routeTableName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string routeTableName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2534,6 +2676,9 @@ protected RouteTableContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string routeTableName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string routeTableName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string routeTableName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class RouteTableData : Azure.ResourceManager.Network.Models.Resource { @@ -2561,9 +2706,9 @@ protected SecurityPartnerProvider() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class SecurityPartnerProviderContainer : Azure.ResourceManager.Core.ArmContainer + public partial class SecurityPartnerProviderCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected SecurityPartnerProviderContainer() { } + protected SecurityPartnerProviderCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string securityPartnerProviderName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string securityPartnerProviderName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2577,6 +2722,9 @@ protected SecurityPartnerProviderContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string securityPartnerProviderName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string securityPartnerProviderName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string securityPartnerProviderName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class SecurityPartnerProviderData : Azure.ResourceManager.Network.Models.Resource { @@ -2601,9 +2749,9 @@ protected SecurityRule() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class SecurityRuleContainer : Azure.ResourceManager.Core.ArmContainer + public partial class SecurityRuleCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected SecurityRuleContainer() { } + protected SecurityRuleCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string securityRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string securityRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2615,6 +2763,9 @@ protected SecurityRuleContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string securityRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string securityRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string securityRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class SecurityRuleData : Azure.ResourceManager.Network.Models.SubResource { @@ -2652,13 +2803,13 @@ protected ServiceEndpointPolicy() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.ServiceEndpointPolicyDefinitionContainer GetServiceEndpointPolicyDefinitions() { throw null; } + public Azure.ResourceManager.Network.ServiceEndpointPolicyDefinitionCollection GetServiceEndpointPolicyDefinitions() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ServiceEndpointPolicyContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ServiceEndpointPolicyCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ServiceEndpointPolicyContainer() { } + protected ServiceEndpointPolicyCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string serviceEndpointPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string serviceEndpointPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2672,6 +2823,9 @@ protected ServiceEndpointPolicyContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string serviceEndpointPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string serviceEndpointPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string serviceEndpointPolicyName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ServiceEndpointPolicyData : Azure.ResourceManager.Network.Models.Resource { @@ -2697,9 +2851,9 @@ protected ServiceEndpointPolicyDefinition() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ServiceEndpointPolicyDefinitionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ServiceEndpointPolicyDefinitionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ServiceEndpointPolicyDefinitionContainer() { } + protected ServiceEndpointPolicyDefinitionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string serviceEndpointPolicyDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string serviceEndpointPolicyDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2711,6 +2865,9 @@ protected ServiceEndpointPolicyDefinitionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string serviceEndpointPolicyDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string serviceEndpointPolicyDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string serviceEndpointPolicyDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ServiceEndpointPolicyDefinitionData : Azure.ResourceManager.Network.Models.SubResource { @@ -2744,9 +2901,9 @@ protected Subnet() { } public virtual Azure.ResourceManager.Network.Models.SubnetUnprepareNetworkPoliciesOperation UnprepareNetworkPolicies(Azure.ResourceManager.Network.Models.UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UnprepareNetworkPoliciesAsync(Azure.ResourceManager.Network.Models.UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class SubnetContainer : Azure.ResourceManager.Core.ArmContainer + public partial class SubnetCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected SubnetContainer() { } + protected SubnetCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string subnetName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string subnetName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2758,6 +2915,9 @@ protected SubnetContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string subnetName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string subnetName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string subnetName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class SubnetData : Azure.ResourceManager.Network.Models.SubResource { @@ -3004,9 +3164,9 @@ protected VirtualApplianceSite() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualApplianceSiteContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualApplianceSiteCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualApplianceSiteContainer() { } + protected VirtualApplianceSiteCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string siteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string siteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3018,6 +3178,9 @@ protected VirtualApplianceSiteContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string siteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string siteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string siteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualApplianceSiteData : Azure.ResourceManager.Network.Models.SubResource { @@ -3042,19 +3205,19 @@ protected VirtualHub() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.BgpConnectionContainer GetBgpConnections() { throw null; } + public Azure.ResourceManager.Network.BgpConnectionCollection GetBgpConnections() { throw null; } public virtual Azure.ResourceManager.Network.Models.VirtualHubGetEffectiveVirtualHubRoutesOperation GetEffectiveVirtualHubRoutes(Azure.ResourceManager.Network.Models.EffectiveRoutesParameters effectiveRoutesParameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetEffectiveVirtualHubRoutesAsync(Azure.ResourceManager.Network.Models.EffectiveRoutesParameters effectiveRoutesParameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.HubIpConfigurationContainer GetHubIpConfigurations() { throw null; } - public Azure.ResourceManager.Network.HubRouteTableContainer GetHubRouteTables() { throw null; } - public Azure.ResourceManager.Network.HubVirtualNetworkConnectionContainer GetHubVirtualNetworkConnections() { throw null; } - public Azure.ResourceManager.Network.VirtualHubRouteTableV2Container GetVirtualHubRouteTableV2s() { throw null; } + public Azure.ResourceManager.Network.HubIpConfigurationCollection GetHubIpConfigurations() { throw null; } + public Azure.ResourceManager.Network.HubRouteTableCollection GetHubRouteTables() { throw null; } + public Azure.ResourceManager.Network.HubVirtualNetworkConnectionCollection GetHubVirtualNetworkConnections() { throw null; } + public Azure.ResourceManager.Network.VirtualHubRouteTableV2Collection GetVirtualHubRouteTableV2s() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject virtualHubParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject virtualHubParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualHubContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualHubCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualHubContainer() { } + protected VirtualHubCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string virtualHubName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualHubName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3068,6 +3231,9 @@ protected VirtualHubContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string virtualHubName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string virtualHubName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualHubName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualHubData : Azure.ResourceManager.Network.Models.Resource { @@ -3107,9 +3273,9 @@ protected VirtualHubRouteTableV2() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualHubRouteTableV2Container : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualHubRouteTableV2Collection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualHubRouteTableV2Container() { } + protected VirtualHubRouteTableV2Collection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3121,6 +3287,9 @@ protected VirtualHubRouteTableV2Container() { } public virtual System.Threading.Tasks.Task> GetAsync(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualHubRouteTableV2Data : Azure.ResourceManager.Network.Models.SubResource { @@ -3146,16 +3315,16 @@ protected VirtualNetwork() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.SubnetContainer GetSubnets() { throw null; } + public Azure.ResourceManager.Network.SubnetCollection GetSubnets() { throw null; } public virtual Azure.Pageable GetUsage(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetUsageAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.VirtualNetworkPeeringContainer GetVirtualNetworkPeerings() { throw null; } + public Azure.ResourceManager.Network.VirtualNetworkPeeringCollection GetVirtualNetworkPeerings() { throw null; } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualNetworkContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualNetworkCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualNetworkContainer() { } + protected VirtualNetworkCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string virtualNetworkName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualNetworkName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3169,6 +3338,9 @@ protected VirtualNetworkContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string virtualNetworkName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string virtualNetworkName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualNetworkName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualNetworkData : Azure.ResourceManager.Network.Models.Resource { @@ -3215,7 +3387,7 @@ protected VirtualNetworkGateway() { } public virtual Azure.AsyncPageable GetConnectionsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.VirtualNetworkGatewayGetLearnedRoutesOperation GetLearnedRoutes(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetLearnedRoutesAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.VirtualNetworkGatewayNatRuleContainer GetVirtualNetworkGatewayNatRules() { throw null; } + public Azure.ResourceManager.Network.VirtualNetworkGatewayNatRuleCollection GetVirtualNetworkGatewayNatRules() { throw null; } public virtual Azure.ResourceManager.Network.Models.VirtualNetworkGatewayGetVpnclientConnectionHealthOperation GetVpnclientConnectionHealth(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task GetVpnclientConnectionHealthAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.VirtualNetworkGatewayGetVpnclientIpsecParametersOperation GetVpnclientIpsecParameters(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3239,6 +3411,26 @@ protected VirtualNetworkGateway() { } public virtual Azure.Response VpnDeviceConfigurationScript(Azure.ResourceManager.Network.Models.VpnDeviceScriptParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> VpnDeviceConfigurationScriptAsync(Azure.ResourceManager.Network.Models.VpnDeviceScriptParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class VirtualNetworkGatewayCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected VirtualNetworkGatewayCollection() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.Models.VirtualNetworkGatewayCreateOrUpdateOperation CreateOrUpdate(string virtualNetworkGatewayName, Azure.ResourceManager.Network.VirtualNetworkGatewayData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string virtualNetworkGatewayName, Azure.ResourceManager.Network.VirtualNetworkGatewayData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } public partial class VirtualNetworkGatewayConnection : Azure.ResourceManager.Core.ArmResource { public static readonly Azure.ResourceManager.ResourceType ResourceType; @@ -3269,9 +3461,9 @@ protected VirtualNetworkGatewayConnection() { } public virtual Azure.ResourceManager.Network.Models.VirtualNetworkGatewayConnectionUpdateTagsOperation UpdateTags(Azure.ResourceManager.Network.Models.TagsObject parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualNetworkGatewayConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualNetworkGatewayConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualNetworkGatewayConnectionContainer() { } + protected VirtualNetworkGatewayConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string virtualNetworkGatewayConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualNetworkGatewayConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3285,6 +3477,9 @@ protected VirtualNetworkGatewayConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string virtualNetworkGatewayConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string virtualNetworkGatewayConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualNetworkGatewayConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualNetworkGatewayConnectionData : Azure.ResourceManager.Network.Models.Resource { @@ -3316,23 +3511,6 @@ public VirtualNetworkGatewayConnectionData(Azure.ResourceManager.Network.Virtual public Azure.ResourceManager.Network.VirtualNetworkGatewayData VirtualNetworkGateway1 { get { throw null; } set { } } public Azure.ResourceManager.Network.VirtualNetworkGatewayData VirtualNetworkGateway2 { get { throw null; } set { } } } - public partial class VirtualNetworkGatewayContainer : Azure.ResourceManager.Core.ArmContainer - { - protected VirtualNetworkGatewayContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CheckIfExists(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Network.Models.VirtualNetworkGatewayCreateOrUpdateOperation CreateOrUpdate(string virtualNetworkGatewayName, Azure.ResourceManager.Network.VirtualNetworkGatewayData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string virtualNetworkGatewayName, Azure.ResourceManager.Network.VirtualNetworkGatewayData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } public partial class VirtualNetworkGatewayData : Azure.ResourceManager.Network.Models.Resource { public VirtualNetworkGatewayData() { } @@ -3372,9 +3550,9 @@ protected VirtualNetworkGatewayNatRule() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualNetworkGatewayNatRuleContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualNetworkGatewayNatRuleCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualNetworkGatewayNatRuleContainer() { } + protected VirtualNetworkGatewayNatRuleCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3386,6 +3564,9 @@ protected VirtualNetworkGatewayNatRuleContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualNetworkGatewayNatRuleData : Azure.ResourceManager.Network.Models.SubResource { @@ -3414,9 +3595,9 @@ protected VirtualNetworkPeering() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualNetworkPeeringContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualNetworkPeeringCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualNetworkPeeringContainer() { } + protected VirtualNetworkPeeringCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string virtualNetworkPeeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualNetworkPeeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3428,6 +3609,9 @@ protected VirtualNetworkPeeringContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string virtualNetworkPeeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string virtualNetworkPeeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualNetworkPeeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualNetworkPeeringData : Azure.ResourceManager.Network.Models.SubResource { @@ -3465,9 +3649,9 @@ protected VirtualNetworkTap() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject tapParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject tapParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualNetworkTapContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualNetworkTapCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualNetworkTapContainer() { } + protected VirtualNetworkTapCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string tapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string tapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3481,6 +3665,9 @@ protected VirtualNetworkTapContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string tapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string tapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualNetworkTapData : Azure.ResourceManager.Network.Models.Resource { @@ -3506,11 +3693,11 @@ protected VirtualRouter() { } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.VirtualRouterPeeringContainer GetVirtualRouterPeerings() { throw null; } + public Azure.ResourceManager.Network.VirtualRouterPeeringCollection GetVirtualRouterPeerings() { throw null; } } - public partial class VirtualRouterContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualRouterCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualRouterContainer() { } + protected VirtualRouterCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string virtualRouterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualRouterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3524,6 +3711,9 @@ protected VirtualRouterContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string virtualRouterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string virtualRouterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualRouterName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualRouterData : Azure.ResourceManager.Network.Models.Resource { @@ -3550,9 +3740,9 @@ protected VirtualRouterPeering() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualRouterPeeringContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualRouterPeeringCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualRouterPeeringContainer() { } + protected VirtualRouterPeeringCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3564,6 +3754,9 @@ protected VirtualRouterPeeringContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string peeringName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualRouterPeeringData : Azure.ResourceManager.Network.Models.SubResource { @@ -3593,9 +3786,9 @@ protected VirtualWAN() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject wANParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject wANParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VirtualWANContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VirtualWANCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VirtualWANContainer() { } + protected VirtualWANCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string virtualWANName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string virtualWANName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3609,6 +3802,9 @@ protected VirtualWANContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string virtualWANName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string virtualWANName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string virtualWANName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VirtualWANData : Azure.ResourceManager.Network.Models.Resource { @@ -3645,9 +3841,9 @@ protected VpnConnection() { } public virtual Azure.ResourceManager.Network.Models.VpnConnectionStopPacketCaptureOperation StopPacketCapture(Azure.ResourceManager.Network.Models.VpnConnectionPacketCaptureStopParameters parameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task StopPacketCaptureAsync(Azure.ResourceManager.Network.Models.VpnConnectionPacketCaptureStopParameters parameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VpnConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VpnConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VpnConnectionContainer() { } + protected VpnConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3659,6 +3855,9 @@ protected VpnConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VpnConnectionData : Azure.ResourceManager.Network.Models.SubResource { @@ -3698,8 +3897,8 @@ protected VpnGateway() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Network.VpnConnectionContainer GetVpnConnections() { throw null; } - public Azure.ResourceManager.Network.VpnGatewayNatRuleContainer GetVpnGatewayNatRules() { throw null; } + public Azure.ResourceManager.Network.VpnConnectionCollection GetVpnConnections() { throw null; } + public Azure.ResourceManager.Network.VpnGatewayNatRuleCollection GetVpnGatewayNatRules() { throw null; } public virtual Azure.ResourceManager.Network.Models.VpnGatewayResetOperation Reset(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task ResetAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.Models.VpnGatewayStartPacketCaptureOperation StartPacketCapture(Azure.ResourceManager.Network.Models.VpnGatewayPacketCaptureStartParameters parameters = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3709,9 +3908,9 @@ protected VpnGateway() { } public virtual Azure.ResourceManager.Network.Models.VpnGatewayUpdateTagsOperation UpdateTags(Azure.ResourceManager.Network.Models.TagsObject vpnGatewayParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject vpnGatewayParameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VpnGatewayContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VpnGatewayCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VpnGatewayContainer() { } + protected VpnGatewayCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3725,6 +3924,9 @@ protected VpnGatewayContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string gatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VpnGatewayData : Azure.ResourceManager.Network.Models.Resource { @@ -3753,9 +3955,9 @@ protected VpnGatewayNatRule() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VpnGatewayNatRuleContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VpnGatewayNatRuleCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VpnGatewayNatRuleContainer() { } + protected VpnGatewayNatRuleCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3767,6 +3969,9 @@ protected VpnGatewayNatRuleContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string natRuleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VpnGatewayNatRuleData : Azure.ResourceManager.Network.Models.SubResource { @@ -3799,9 +4004,9 @@ protected VpnServerConfiguration() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject vpnServerConfigurationParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject vpnServerConfigurationParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VpnServerConfigurationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VpnServerConfigurationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VpnServerConfigurationContainer() { } + protected VpnServerConfigurationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3815,6 +4020,9 @@ protected VpnServerConfigurationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VpnServerConfigurationData : Azure.ResourceManager.Network.Models.Resource { @@ -3856,9 +4064,9 @@ protected VpnSite() { } public virtual Azure.Response UpdateTags(Azure.ResourceManager.Network.Models.TagsObject vpnSiteParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateTagsAsync(Azure.ResourceManager.Network.Models.TagsObject vpnSiteParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class VpnSiteContainer : Azure.ResourceManager.Core.ArmContainer + public partial class VpnSiteCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected VpnSiteContainer() { } + protected VpnSiteCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string vpnSiteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string vpnSiteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3872,6 +4080,9 @@ protected VpnSiteContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string vpnSiteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string vpnSiteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string vpnSiteName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class VpnSiteData : Azure.ResourceManager.Network.Models.Resource { @@ -3902,9 +4113,9 @@ protected WebApplicationFirewallPolicy() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class WebApplicationFirewallPolicyContainer : Azure.ResourceManager.Core.ArmContainer + public partial class WebApplicationFirewallPolicyCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected WebApplicationFirewallPolicyContainer() { } + protected WebApplicationFirewallPolicyCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string policyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string policyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3918,6 +4129,9 @@ protected WebApplicationFirewallPolicyContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string policyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string policyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string policyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class WebApplicationFirewallPolicyData : Azure.ResourceManager.Network.Models.Resource { diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Sample1_ManagingVirtualNetworks.md b/sdk/network/Azure.ResourceManager.Network/samples/Sample1_ManagingVirtualNetworks.md index e8d4c6d0a8fa2..8760069b697c0 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Sample1_ManagingVirtualNetworks.md +++ b/sdk/network/Azure.ResourceManager.Network/samples/Sample1_ManagingVirtualNetworks.md @@ -14,21 +14,21 @@ using Azure.ResourceManager.Resources.Models; using NUnit.Framework; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +```C# Snippet:Readme_GetResourceGroupCollection +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroup resourceGroup = await rgContainer.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); +ResourceGroup resourceGroup = await rgCollection.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); ``` Now that we have the resource group created, we can manage the virtual networks inside this resource group. @@ -36,7 +36,7 @@ Now that we have the resource group created, we can manage the virtual networks ***Create a virtual network*** ```C# Snippet:Managing_Networks_CreateAVirtualNetwork -VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); +VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); string vnetName = "myVnet"; @@ -55,15 +55,15 @@ VirtualNetworkData input = new VirtualNetworkData() Subnets = { new SubnetData() { Name = "mySubnet", AddressPrefix = "10.0.1.0/24", } } }; -VirtualNetwork vnet = await virtualNetworkContainer.CreateOrUpdate(vnetName, input).WaitForCompletionAsync(); +VirtualNetwork vnet = await virtualNetworkCollection.CreateOrUpdate(vnetName, input).WaitForCompletionAsync(); ``` ***List all virtual networks*** ```C# Snippet:Managing_Networks_ListAllVirtualNetworks -VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); +VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); -AsyncPageable response = virtualNetworkContainer.GetAllAsync(); +AsyncPageable response = virtualNetworkCollection.GetAllAsync(); await foreach (VirtualNetwork virtualNetwork in response) { Console.WriteLine(virtualNetwork.Data.Name); @@ -73,24 +73,24 @@ await foreach (VirtualNetwork virtualNetwork in response) ***Get a virtual network*** ```C# Snippet:Managing_Networks_GetAVirtualNetwork -VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); +VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); -VirtualNetwork virtualNetwork = await virtualNetworkContainer.GetAsync("myVnet"); +VirtualNetwork virtualNetwork = await virtualNetworkCollection.GetAsync("myVnet"); Console.WriteLine(virtualNetwork.Data.Name); ``` ***Try to get a virtual network if it exists*** ```C# Snippet:Managing_Networks_GetAVirtualNetworkIfExists -VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); +VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); -VirtualNetwork virtualNetwork = await virtualNetworkContainer.GetIfExistsAsync("foo"); +VirtualNetwork virtualNetwork = await virtualNetworkCollection.GetIfExistsAsync("foo"); if (virtualNetwork != null) { Console.WriteLine(virtualNetwork.Data.Name); } -if (await virtualNetworkContainer.CheckIfExistsAsync("bar")) +if (await virtualNetworkCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("Virtual network 'bar' exists."); } @@ -99,9 +99,9 @@ if (await virtualNetworkContainer.CheckIfExistsAsync("bar")) ***Delete a virtual network*** ```C# Snippet:Managing_Networks_DeleteAVirtualNetwork -VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); +VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); -VirtualNetwork virtualNetwork = await virtualNetworkContainer.GetAsync("myVnet"); +VirtualNetwork virtualNetwork = await virtualNetworkCollection.GetAsync("myVnet"); await virtualNetwork.DeleteAsync(); ``` diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Sample2_ManagingNetworkInterfaces.md b/sdk/network/Azure.ResourceManager.Network/samples/Sample2_ManagingNetworkInterfaces.md index 097c4ce84b3a9..1e3f3e959a22f 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Sample2_ManagingNetworkInterfaces.md +++ b/sdk/network/Azure.ResourceManager.Network/samples/Sample2_ManagingNetworkInterfaces.md @@ -14,21 +14,21 @@ using Azure.ResourceManager.Resources.Models; using NUnit.Framework; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +```C# Snippet:Readme_GetResourceGroupCollection +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroup resourceGroup = await rgContainer.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); +ResourceGroup resourceGroup = await rgCollection.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); ``` Now that we have the resource group created, we can manage the network interfaces inside this resource group. @@ -36,7 +36,7 @@ Now that we have the resource group created, we can manage the network interface ***Create a network interface*** ```C# Snippet:Managing_Networks_CreateANetworkInterface -PublicIPAddressContainer publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); +PublicIPAddressCollection publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); string publicIPAddressName = "myIPAddress"; PublicIPAddressData publicIPInput = new PublicIPAddressData() { @@ -47,9 +47,9 @@ PublicIPAddressData publicIPInput = new PublicIPAddressData() DomainNameLabel = "myDomain" } }; -PublicIPAddress publicIPAddress = await publicIPAddressContainer.CreateOrUpdate(publicIPAddressName, publicIPInput).WaitForCompletionAsync(); +PublicIPAddress publicIPAddress = await publicIPAddressCollection.CreateOrUpdate(publicIPAddressName, publicIPInput).WaitForCompletionAsync(); -NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); +NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); string networkInterfaceName = "myNetworkInterface"; NetworkInterfaceData networkInterfaceInput = new NetworkInterfaceData() { @@ -71,15 +71,15 @@ NetworkInterfaceData networkInterfaceInput = new NetworkInterfaceData() } } }; -NetworkInterface networkInterface = await networkInterfaceContainer.CreateOrUpdate(networkInterfaceName, networkInterfaceInput).WaitForCompletionAsync(); +NetworkInterface networkInterface = await networkInterfaceCollection.CreateOrUpdate(networkInterfaceName, networkInterfaceInput).WaitForCompletionAsync(); ``` ***List all network interfaces*** ```C# Snippet:Managing_Networks_ListAllNetworkInterfaces -NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); +NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); -AsyncPageable response = networkInterfaceContainer.GetAllAsync(); +AsyncPageable response = networkInterfaceCollection.GetAllAsync(); await foreach (NetworkInterface virtualNetwork in response) { Console.WriteLine(virtualNetwork.Data.Name); @@ -89,24 +89,24 @@ await foreach (NetworkInterface virtualNetwork in response) ***Get a network interface*** ```C# Snippet:Managing_Networks_GetANetworkInterface -NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); +NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); -NetworkInterface virtualNetwork = await networkInterfaceContainer.GetAsync("myVnet"); +NetworkInterface virtualNetwork = await networkInterfaceCollection.GetAsync("myVnet"); Console.WriteLine(virtualNetwork.Data.Name); ``` ***Try to get a network interface if it exists*** ```C# Snippet:Managing_Networks_GetANetworkInterfaceIfExists -NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); +NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); -NetworkInterface virtualNetwork = await networkInterfaceContainer.GetIfExistsAsync("foo"); +NetworkInterface virtualNetwork = await networkInterfaceCollection.GetIfExistsAsync("foo"); if (virtualNetwork != null) { Console.WriteLine(virtualNetwork.Data.Name); } -if (await networkInterfaceContainer.CheckIfExistsAsync("bar")) +if (await networkInterfaceCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("Network interface 'bar' exists."); } @@ -115,8 +115,8 @@ if (await networkInterfaceContainer.CheckIfExistsAsync("bar")) ***Delete a network interface*** ```C# Snippet:Managing_Networks_DeleteANetworkInterface -NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); +NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); -NetworkInterface virtualNetwork = await networkInterfaceContainer.GetAsync("myVnet"); +NetworkInterface virtualNetwork = await networkInterfaceCollection.GetAsync("myVnet"); await virtualNetwork.DeleteAsync(); ``` diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGateway.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGateway.cs index 7269e825fd534..041dd4b50d215 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGateway.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGateway.cs @@ -509,9 +509,9 @@ public virtual ApplicationGatewayBackendHealthOnDemandOperation BackendHealthOnD /// Gets a list of ApplicationGatewayPrivateEndpointConnections in the ApplicationGateway. /// An object representing collection of ApplicationGatewayPrivateEndpointConnections and their operations over a ApplicationGateway. - public ApplicationGatewayPrivateEndpointConnectionContainer GetApplicationGatewayPrivateEndpointConnections() + public ApplicationGatewayPrivateEndpointConnectionCollection GetApplicationGatewayPrivateEndpointConnections() { - return new ApplicationGatewayPrivateEndpointConnectionContainer(this); + return new ApplicationGatewayPrivateEndpointConnectionCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayCollection.cs index 7dbaf1d5b695b..a57a96ec42b1a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ApplicationGateway and their operations over a ResourceGroup. - public partial class ApplicationGatewayContainer : ArmContainer + public partial class ApplicationGatewayCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ApplicationGatewaysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ApplicationGatewayContainer() + /// Initializes a new instance of the class for mocking. + protected ApplicationGatewayCollection() { } - /// Initializes a new instance of ApplicationGatewayContainer class. + /// Initializes a new instance of ApplicationGatewayCollection class. /// The resource representing the parent resource. - internal ApplicationGatewayContainer(ArmResource parent) : base(parent) + internal ApplicationGatewayCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ApplicationGatewaysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified application gateway. /// The name of the application gateway. @@ -60,7 +77,7 @@ public virtual ApplicationGatewayCreateOrUpdateOperation CreateOrUpdate(string a throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpd throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string applicationGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string applicationGatewayName, C /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string applicationGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string applicat /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string applicationGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string applicationGatewa /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string applicationGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string applicationGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string applicationGatewayName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string applicationGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken c { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSize /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayPrivateEndpointConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayPrivateEndpointConnectionCollection.cs similarity index 88% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayPrivateEndpointConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayPrivateEndpointConnectionCollection.cs index 04de581cc545b..bd5b5016bd9cf 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayPrivateEndpointConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayPrivateEndpointConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -18,35 +20,50 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ApplicationGatewayPrivateEndpointConnection and their operations over a ApplicationGateway. - public partial class ApplicationGatewayPrivateEndpointConnectionContainer : ArmContainer + public partial class ApplicationGatewayPrivateEndpointConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ApplicationGatewayPrivateEndpointConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ApplicationGatewayPrivateEndpointConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected ApplicationGatewayPrivateEndpointConnectionCollection() { } - /// Initializes a new instance of ApplicationGatewayPrivateEndpointConnectionContainer class. + /// Initializes a new instance of ApplicationGatewayPrivateEndpointConnectionCollection class. /// The resource representing the parent resource. - internal ApplicationGatewayPrivateEndpointConnectionContainer(ArmResource parent) : base(parent) + internal ApplicationGatewayPrivateEndpointConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ApplicationGatewayPrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ApplicationGateway.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The name of the application gateway private endpoint connection. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -72,7 +89,7 @@ public virtual Response Get(string /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -98,7 +115,7 @@ public async virtual Task> /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +141,7 @@ public virtual Response GetIfExists /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +167,7 @@ public async virtual Task> /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +191,7 @@ public virtual Response CheckIfExists(string connectionName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -200,7 +217,7 @@ public virtual Pageable GetAll(Canc { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -215,7 +232,7 @@ Page FirstPageFunc(int? pageSizeHin } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -238,7 +255,7 @@ public virtual AsyncPageable GetAll { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -253,7 +270,7 @@ async Task> FirstPageFunc(int? } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationGatewayPrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationSecurityGroupContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationSecurityGroupCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationSecurityGroupContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationSecurityGroupCollection.cs index bfc7574802dcd..512739c5a954a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationSecurityGroupContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationSecurityGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ApplicationSecurityGroup and their operations over a ResourceGroup. - public partial class ApplicationSecurityGroupContainer : ArmContainer + public partial class ApplicationSecurityGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ApplicationSecurityGroupsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ApplicationSecurityGroupContainer() + /// Initializes a new instance of the class for mocking. + protected ApplicationSecurityGroupCollection() { } - /// Initializes a new instance of ApplicationSecurityGroupContainer class. + /// Initializes a new instance of ApplicationSecurityGroupCollection class. /// The resource representing the parent resource. - internal ApplicationSecurityGroupContainer(ArmResource parent) : base(parent) + internal ApplicationSecurityGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ApplicationSecurityGroupsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates an application security group. /// The name of the application security group. @@ -60,7 +77,7 @@ public virtual ApplicationSecurityGroupCreateOrUpdateOperation CreateOrUpdate(st throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task Creat throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task Creat /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string applicationSecurityGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string applicationSecurity /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string applicationSecurityGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string ap /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string applicationSecurityGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string application /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string applicationSecurityGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(s /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string applicationSecurityGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string applicationSecurityGroupName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string applicationSecurityGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cance { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationT { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pa /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationSecurityGroupCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallCollection.cs index 1f582847e7834..a1de350fe5197 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of AzureFirewall and their operations over a ResourceGroup. - public partial class AzureFirewallContainer : ArmContainer + public partial class AzureFirewallCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly AzureFirewallsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected AzureFirewallContainer() + /// Initializes a new instance of the class for mocking. + protected AzureFirewallCollection() { } - /// Initializes a new instance of AzureFirewallContainer class. + /// Initializes a new instance of AzureFirewallCollection class. /// The resource representing the parent resource. - internal AzureFirewallContainer(ArmResource parent) : base(parent) + internal AzureFirewallCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new AzureFirewallsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Azure Firewall. /// The name of the Azure Firewall. @@ -60,7 +77,7 @@ public virtual AzureFirewallCreateOrUpdateOperation CreateOrUpdate(string azureF throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAs throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string azureFirewallName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string azureFirewallName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string azureFirewallName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string azureFirewall /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string azureFirewallName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string azureFirewallName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string azureFirewallName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string azure /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string azureFirewallName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string azureFirewallName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string azureFirewallName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("AzureFirewallContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("AzureFirewallCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolCollection.cs index 48eb29ffcc188..02f798d4732b3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of BackendAddressPool and their operations over a LoadBalancer. - public partial class BackendAddressPoolContainer : ArmContainer + public partial class BackendAddressPoolCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly LoadBalancerBackendAddressPoolsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected BackendAddressPoolContainer() + /// Initializes a new instance of the class for mocking. + protected BackendAddressPoolCollection() { } - /// Initializes a new instance of BackendAddressPoolContainer class. + /// Initializes a new instance of BackendAddressPoolCollection class. /// The resource representing the parent resource. - internal BackendAddressPoolContainer(ArmResource parent) : base(parent) + internal BackendAddressPoolCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new LoadBalancerBackendAddressPoolsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => LoadBalancer.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a load balancer backend address pool. /// The name of the backend address pool. @@ -59,7 +76,7 @@ public virtual LoadBalancerBackendAddressPoolCreateOrUpdateOperation CreateOrUpd throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string backendAddressPoolName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string backendAddressPoolName, C /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string backendAddressPoolName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string backendA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string backendAddressPoolName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string backendAddressPoo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string backendAddressPoolName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string backendAddressPoolName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string backendAddressPoolName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string backendAddressPoolName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken c { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BackendAddressPoolCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostCollection.cs index 43f61cb180602..6225ae7a1a533 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of BastionHost and their operations over a ResourceGroup. - public partial class BastionHostContainer : ArmContainer + public partial class BastionHostCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly BastionHostsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected BastionHostContainer() + /// Initializes a new instance of the class for mocking. + protected BastionHostCollection() { } - /// Initializes a new instance of BastionHostContainer class. + /// Initializes a new instance of BastionHostCollection class. /// The resource representing the parent resource. - internal BastionHostContainer(ArmResource parent) : base(parent) + internal BastionHostCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new BastionHostsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Bastion Host. /// The name of the Bastion Host. @@ -60,7 +77,7 @@ public virtual BastionHostCreateOrUpdateOperation CreateOrUpdate(string bastionH throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsyn throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsyn /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string bastionHostName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string bastionHostName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string bastionHostName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string bastionHostName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string bastionHostName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string bastionHostName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string bastionHostName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string bastion /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string bastionHostName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string bastionHostName, Cancellation /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string bastionHostName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancella { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BastionHostContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("BastionHostCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionCollection.cs index 00ec31e2b7011..157c593d7da92 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of BgpConnection and their operations over a VirtualHub. - public partial class BgpConnectionContainer : ArmContainer + public partial class BgpConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualHubBgpConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected BgpConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected BgpConnectionCollection() { } - /// Initializes a new instance of BgpConnectionContainer class. + /// Initializes a new instance of BgpConnectionCollection class. /// The resource representing the parent resource. - internal BgpConnectionContainer(ArmResource parent) : base(parent) + internal BgpConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualHubBgpConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualHub.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection. /// The name of the connection. @@ -59,7 +76,7 @@ public virtual VirtualHubBgpConnectionCreateOrUpdateOperation CreateOrUpdate(str throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Create throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task Create /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string connectionName, CancellationTo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string connectionNam /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string connectionName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string conne /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string connectionName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BgpConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BgpConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectionMonitorContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectionMonitorCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectionMonitorContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectionMonitorCollection.cs index 71e3c897f9def..f8de218acc668 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectionMonitorContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectionMonitorCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ConnectionMonitor and their operations over a NetworkWatcher. - public partial class ConnectionMonitorContainer : ArmContainer + public partial class ConnectionMonitorCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ConnectionMonitorsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ConnectionMonitorContainer() + /// Initializes a new instance of the class for mocking. + protected ConnectionMonitorCollection() { } - /// Initializes a new instance of ConnectionMonitorContainer class. + /// Initializes a new instance of ConnectionMonitorCollection class. /// The resource representing the parent resource. - internal ConnectionMonitorContainer(ArmResource parent) : base(parent) + internal ConnectionMonitorCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ConnectionMonitorsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => NetworkWatcher.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a connection monitor. /// The name of the connection monitor. @@ -60,7 +77,7 @@ public virtual ConnectionMonitorCreateOrUpdateOperation CreateOrUpdate(string co throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.CreateOrUpdate"); scope.Start(); try { @@ -95,7 +112,7 @@ public async virtual Task CreateOrUpda throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpda /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string connectionMonitorName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string connectionMonitorName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string connectionMonitorName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.Get"); scope.Start(); try { @@ -169,7 +186,7 @@ public async virtual Task> GetAsync(string connectio /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string connectionMonitorName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.GetIfExists"); scope.Start(); try { @@ -195,7 +212,7 @@ public virtual Response GetIfExists(string connectionMonitorN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string connectionMonitorName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.GetIfExists"); scope.Start(); try { @@ -221,7 +238,7 @@ public async virtual Task> GetIfExistsAsync(string c /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string connectionMonitorName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.CheckIfExists"); scope.Start(); try { @@ -245,7 +262,7 @@ public virtual Response CheckIfExists(string connectionMonitorName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string connectionMonitorName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.CheckIfExists"); scope.Start(); try { @@ -271,7 +288,7 @@ public virtual Pageable GetAll(CancellationToken cancellation { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.GetAll"); scope.Start(); try { @@ -294,7 +311,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken ca { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ConnectionMonitorCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIpPrefixContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIpPrefixCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIpPrefixContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIpPrefixCollection.cs index e3a6920a7f7ca..2d26528b1b9bc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIpPrefixContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIpPrefixCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of CustomIpPrefix and their operations over a ResourceGroup. - public partial class CustomIpPrefixContainer : ArmContainer + public partial class CustomIpPrefixCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly CustomIPPrefixesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected CustomIpPrefixContainer() + /// Initializes a new instance of the class for mocking. + protected CustomIpPrefixCollection() { } - /// Initializes a new instance of CustomIpPrefixContainer class. + /// Initializes a new instance of CustomIpPrefixCollection class. /// The resource representing the parent resource. - internal CustomIpPrefixContainer(ArmResource parent) : base(parent) + internal CustomIpPrefixCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new CustomIPPrefixesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a custom IP prefix. /// The name of the custom IP prefix. @@ -60,7 +77,7 @@ public virtual CustomIPPrefixCreateOrUpdateOperation CreateOrUpdate(string custo throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string customIpPrefixName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string customIpPref /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string customIpPrefixName, s /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string cust /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string customIpPrefixName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string customIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("CustomIpPrefixCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyCollection.cs similarity index 95% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyCollection.cs index 6893b6f8c62d4..ec03d8687b083 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Azure; @@ -18,19 +20,19 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of DdosCustomPolicy and their operations over a ResourceGroup. - public partial class DdosCustomPolicyContainer : ArmContainer + public partial class DdosCustomPolicyCollection : ArmCollection { private readonly ClientDiagnostics _clientDiagnostics; private readonly DdosCustomPoliciesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DdosCustomPolicyContainer() + /// Initializes a new instance of the class for mocking. + protected DdosCustomPolicyCollection() { } - /// Initializes a new instance of DdosCustomPolicyContainer class. + /// Initializes a new instance of DdosCustomPolicyCollection class. /// The resource representing the parent resource. - internal DdosCustomPolicyContainer(ArmResource parent) : base(parent) + internal DdosCustomPolicyCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DdosCustomPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); @@ -39,7 +41,7 @@ internal DdosCustomPolicyContainer(ArmResource parent) : base(parent) /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a DDoS custom policy. /// The name of the DDoS custom policy. @@ -58,7 +60,7 @@ public virtual DdosCustomPolicyCreateOrUpdateOperation CreateOrUpdate(string ddo throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -92,7 +94,7 @@ public async virtual Task CreateOrUpdat throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -114,7 +116,7 @@ public async virtual Task CreateOrUpdat /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string ddosCustomPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.Get"); scope.Start(); try { @@ -140,7 +142,7 @@ public virtual Response Get(string ddosCustomPolicyName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string ddosCustomPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.Get"); scope.Start(); try { @@ -166,7 +168,7 @@ public async virtual Task> GetAsync(string ddosCustom /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string ddosCustomPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.GetIfExists"); scope.Start(); try { @@ -192,7 +194,7 @@ public virtual Response GetIfExists(string ddosCustomPolicyNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string ddosCustomPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.GetIfExists"); scope.Start(); try { @@ -218,7 +220,7 @@ public async virtual Task> GetIfExistsAsync(string dd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string ddosCustomPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -242,7 +244,7 @@ public virtual Response CheckIfExists(string ddosCustomPolicyName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string ddosCustomPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +271,7 @@ public async virtual Task> CheckIfExistsAsync(string ddosCustomPo /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -292,7 +294,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DdosCustomPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlan.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlan.cs index 29e1f832d1478..f6839cd61b9e5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlan.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlan.cs @@ -202,7 +202,7 @@ public async virtual Task> AddTagAsync(string key, { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DdosProtectionPlan(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -231,7 +231,7 @@ public virtual Response AddTag(string key, string value, Can { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DdosProtectionPlan(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -260,7 +260,7 @@ public async virtual Task> SetTagsAsync(IDictionary await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DdosProtectionPlan(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -289,7 +289,7 @@ public virtual Response SetTags(IDictionary TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DdosProtectionPlan(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -317,7 +317,7 @@ public async virtual Task> RemoveTagAsync(string ke { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new DdosProtectionPlan(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -345,7 +345,7 @@ public virtual Response RemoveTag(string key, CancellationTo { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new DdosProtectionPlan(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanCollection.cs index e6eeeba25ef8a..2b9a32c226314 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of DdosProtectionPlan and their operations over a ResourceGroup. - public partial class DdosProtectionPlanContainer : ArmContainer + public partial class DdosProtectionPlanCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DdosProtectionPlansRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DdosProtectionPlanContainer() + /// Initializes a new instance of the class for mocking. + protected DdosProtectionPlanCollection() { } - /// Initializes a new instance of DdosProtectionPlanContainer class. + /// Initializes a new instance of DdosProtectionPlanCollection class. /// The resource representing the parent resource. - internal DdosProtectionPlanContainer(ArmResource parent) : base(parent) + internal DdosProtectionPlanCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DdosProtectionPlansRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a DDoS protection plan. /// The name of the DDoS protection plan. @@ -60,7 +77,7 @@ public virtual DdosProtectionPlanCreateOrUpdateOperation CreateOrUpdate(string d throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpd throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string ddosProtectionPlanName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string ddosProtectionPlanName, C /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string ddosProtectionPlanName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string ddosProt /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string ddosProtectionPlanName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string ddosProtectionPla /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string ddosProtectionPlanName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string ddosProtectionPlanName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string ddosProtectionPlanName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string ddosProtectionPlanName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken c { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSize /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DdosProtectionPlanCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationCollection.cs index c32afd49b4b47..c0bf0faaa039b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of DscpConfiguration and their operations over a ResourceGroup. - public partial class DscpConfigurationContainer : ArmContainer + public partial class DscpConfigurationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DscpConfigurationRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DscpConfigurationContainer() + /// Initializes a new instance of the class for mocking. + protected DscpConfigurationCollection() { } - /// Initializes a new instance of DscpConfigurationContainer class. + /// Initializes a new instance of DscpConfigurationCollection class. /// The resource representing the parent resource. - internal DscpConfigurationContainer(ArmResource parent) : base(parent) + internal DscpConfigurationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DscpConfigurationRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a DSCP Configuration. /// The name of the resource. @@ -60,7 +77,7 @@ public virtual DscpConfigurationCreateOrUpdateOperation CreateOrUpdate(string ds throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpda throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpda /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string dscpConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string dscpConfigurationName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string dscpConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string dscpConfi /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string dscpConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string dscpConfigurationN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string dscpConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string d /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string dscpConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string dscpConfigurationName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string dscpConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellation { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken ca { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeH /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DscpConfigurationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DscpConfigurationCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuit.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuit.cs index f22a4d8d2d7ec..089c4d42ae812 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuit.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuit.cs @@ -439,16 +439,16 @@ public virtual ExpressRouteCircuitGetRoutesTableSummaryOperation GetRoutesTableS /// Gets a list of ExpressRouteCircuitAuthorizations in the ExpressRouteCircuit. /// An object representing collection of ExpressRouteCircuitAuthorizations and their operations over a ExpressRouteCircuit. - public ExpressRouteCircuitAuthorizationContainer GetExpressRouteCircuitAuthorizations() + public ExpressRouteCircuitAuthorizationCollection GetExpressRouteCircuitAuthorizations() { - return new ExpressRouteCircuitAuthorizationContainer(this); + return new ExpressRouteCircuitAuthorizationCollection(this); } /// Gets a list of ExpressRouteCircuitPeerings in the ExpressRouteCircuit. /// An object representing collection of ExpressRouteCircuitPeerings and their operations over a ExpressRouteCircuit. - public ExpressRouteCircuitPeeringContainer GetExpressRouteCircuitPeerings() + public ExpressRouteCircuitPeeringCollection GetExpressRouteCircuitPeerings() { - return new ExpressRouteCircuitPeeringContainer(this); + return new ExpressRouteCircuitPeeringCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitAuthorizationContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitAuthorizationCollection.cs similarity index 90% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitAuthorizationContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitAuthorizationCollection.cs index 58f7d90d70d85..3867563f13901 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitAuthorizationContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitAuthorizationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteCircuitAuthorization and their operations over a ExpressRouteCircuit. - public partial class ExpressRouteCircuitAuthorizationContainer : ArmContainer + public partial class ExpressRouteCircuitAuthorizationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteCircuitAuthorizationsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteCircuitAuthorizationContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteCircuitAuthorizationCollection() { } - /// Initializes a new instance of ExpressRouteCircuitAuthorizationContainer class. + /// Initializes a new instance of ExpressRouteCircuitAuthorizationCollection class. /// The resource representing the parent resource. - internal ExpressRouteCircuitAuthorizationContainer(ArmResource parent) : base(parent) + internal ExpressRouteCircuitAuthorizationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteCircuitAuthorizationsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ExpressRouteCircuit.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates an authorization in the specified express route circuit. /// The name of the authorization. @@ -59,7 +76,7 @@ public virtual ExpressRouteCircuitAuthorizationCreateOrUpdateOperation CreateOrU throw new ArgumentNullException(nameof(authorizationParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string authorizationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string authorizati /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string authorizationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(s /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string authorizationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string aut /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string authorizationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExist /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string authorizationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string authorizationName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string authorizationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHi } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitAuthorizationCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitCollection.cs index e71ecb75612e8..21a699d2bc3d0 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteCircuit and their operations over a ResourceGroup. - public partial class ExpressRouteCircuitContainer : ArmContainer + public partial class ExpressRouteCircuitCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteCircuitsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteCircuitContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteCircuitCollection() { } - /// Initializes a new instance of ExpressRouteCircuitContainer class. + /// Initializes a new instance of ExpressRouteCircuitCollection class. /// The resource representing the parent resource. - internal ExpressRouteCircuitContainer(ArmResource parent) : base(parent) + internal ExpressRouteCircuitCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteCircuitsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates an express route circuit. /// The name of the circuit. @@ -60,7 +77,7 @@ public virtual ExpressRouteCircuitCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUp throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string circuitName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string circuitName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string circuitName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string circuit /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string circuitName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string circuitName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string circuitName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string circuitName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string circuitName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string circuitName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellati { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSiz /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitConnectionCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitConnectionCollection.cs index 586c9a26fba79..d30d4c15ba72e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteCircuitConnection and their operations over a ExpressRouteCircuitPeering. - public partial class ExpressRouteCircuitConnectionContainer : ArmContainer + public partial class ExpressRouteCircuitConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteCircuitConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteCircuitConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteCircuitConnectionCollection() { } - /// Initializes a new instance of ExpressRouteCircuitConnectionContainer class. + /// Initializes a new instance of ExpressRouteCircuitConnectionCollection class. /// The resource representing the parent resource. - internal ExpressRouteCircuitConnectionContainer(ArmResource parent) : base(parent) + internal ExpressRouteCircuitConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteCircuitConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ExpressRouteCircuitPeering.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a Express Route Circuit Connection in the specified express route circuits. /// The name of the express route circuit connection. @@ -59,7 +76,7 @@ public virtual ExpressRouteCircuitConnectionCreateOrUpdateOperation CreateOrUpda throw new ArgumentNullException(nameof(expressRouteCircuitConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task throw new ArgumentNullException(nameof(expressRouteCircuitConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string connectionName /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string connec /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string connectionName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancella { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeering.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeering.cs index bc709e2c19bb4..efa9ac6af3835 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeering.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeering.cs @@ -301,9 +301,9 @@ async Task> NextPageFunc(string nextLink /// Gets a list of ExpressRouteCircuitConnections in the ExpressRouteCircuitPeering. /// An object representing collection of ExpressRouteCircuitConnections and their operations over a ExpressRouteCircuitPeering. - public ExpressRouteCircuitConnectionContainer GetExpressRouteCircuitConnections() + public ExpressRouteCircuitConnectionCollection GetExpressRouteCircuitConnections() { - return new ExpressRouteCircuitConnectionContainer(this); + return new ExpressRouteCircuitConnectionCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeeringContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeeringCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeeringContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeeringCollection.cs index 567abc98b0016..d15e3d3094d61 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeeringContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitPeeringCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteCircuitPeering and their operations over a ExpressRouteCircuit. - public partial class ExpressRouteCircuitPeeringContainer : ArmContainer + public partial class ExpressRouteCircuitPeeringCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteCircuitPeeringsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteCircuitPeeringContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteCircuitPeeringCollection() { } - /// Initializes a new instance of ExpressRouteCircuitPeeringContainer class. + /// Initializes a new instance of ExpressRouteCircuitPeeringCollection class. /// The resource representing the parent resource. - internal ExpressRouteCircuitPeeringContainer(ArmResource parent) : base(parent) + internal ExpressRouteCircuitPeeringCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteCircuitPeeringsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ExpressRouteCircuit.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a peering in the specified express route circuits. /// The name of the peering. @@ -59,7 +76,7 @@ public virtual ExpressRouteCircuitPeeringCreateOrUpdateOperation CreateOrUpdate( throw new ArgumentNullException(nameof(peeringParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Cre throw new ArgumentNullException(nameof(peeringParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task Cre /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string peeringName, Canc /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string peeringNa /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string peeringName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken can { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancellatio { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCircuitPeeringCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionCollection.cs index c197ca86743eb..ce887c506fd23 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -19,28 +20,38 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteConnection and their operations over a ExpressRouteGateway. - public partial class ExpressRouteConnectionContainer : ArmContainer + public partial class ExpressRouteConnectionCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteConnectionCollection() { } - /// Initializes a new instance of ExpressRouteConnectionContainer class. + /// Initializes a new instance of ExpressRouteConnectionCollection class. /// The resource representing the parent resource. - internal ExpressRouteConnectionContainer(ArmResource parent) : base(parent) + internal ExpressRouteConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ExpressRouteGateway.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit. /// The name of the connection subresource. @@ -59,7 +70,7 @@ public virtual ExpressRouteConnectionCreateOrUpdateOperation CreateOrUpdate(stri throw new ArgumentNullException(nameof(putExpressRouteConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +104,7 @@ public async virtual Task CreateO throw new ArgumentNullException(nameof(putExpressRouteConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +126,7 @@ public async virtual Task CreateO /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +152,7 @@ public virtual Response Get(string connectionName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +178,7 @@ public async virtual Task> GetAsync(string conn /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +204,7 @@ public virtual Response GetIfExists(string connectionNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +230,7 @@ public async virtual Task> GetIfExistsAsync(str /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +254,7 @@ public virtual Response CheckIfExists(string connectionName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -266,7 +277,7 @@ public async virtual Task> CheckIfExistsAsync(string connectionNa /// The cancellation token to use. public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +295,7 @@ public virtual async Task>> GetAl /// The cancellation token to use. public virtual Response> GetAll(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnection.cs index 9077e24e0883e..d3c2e4186e854 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnection.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnection.cs @@ -323,9 +323,9 @@ public virtual ExpressRouteCrossConnectionGetRoutesTableOperation GetRoutesTable /// Gets a list of ExpressRouteCrossConnectionPeerings in the ExpressRouteCrossConnection. /// An object representing collection of ExpressRouteCrossConnectionPeerings and their operations over a ExpressRouteCrossConnection. - public ExpressRouteCrossConnectionPeeringContainer GetExpressRouteCrossConnectionPeerings() + public ExpressRouteCrossConnectionPeeringCollection GetExpressRouteCrossConnectionPeerings() { - return new ExpressRouteCrossConnectionPeeringContainer(this); + return new ExpressRouteCrossConnectionPeeringCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionCollection.cs index e50d37c070e55..9ad077f570dcd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteCrossConnection and their operations over a ResourceGroup. - public partial class ExpressRouteCrossConnectionContainer : ArmContainer + public partial class ExpressRouteCrossConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteCrossConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteCrossConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteCrossConnectionCollection() { } - /// Initializes a new instance of ExpressRouteCrossConnectionContainer class. + /// Initializes a new instance of ExpressRouteCrossConnectionCollection class. /// The resource representing the parent resource. - internal ExpressRouteCrossConnectionContainer(ArmResource parent) : base(parent) + internal ExpressRouteCrossConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteCrossConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Update the specified ExpressRouteCrossConnection. /// The name of the ExpressRouteCrossConnection. @@ -60,7 +77,7 @@ public virtual ExpressRouteCrossConnectionCreateOrUpdateOperation CreateOrUpdate throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task Cr throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task Cr /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string crossConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string crossConnectionN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string crossConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string crossConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string crossCon /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string crossConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsyn /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string crossConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string crossConnectionName, Cancella /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string crossConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken ca { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(Cancellati { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionPeeringContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionPeeringCollection.cs similarity index 90% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionPeeringContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionPeeringCollection.cs index 4742486c219cd..35df6f95ebd58 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionPeeringContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCrossConnectionPeeringCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteCrossConnectionPeering and their operations over a ExpressRouteCrossConnection. - public partial class ExpressRouteCrossConnectionPeeringContainer : ArmContainer + public partial class ExpressRouteCrossConnectionPeeringCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteCrossConnectionPeeringsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteCrossConnectionPeeringContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteCrossConnectionPeeringCollection() { } - /// Initializes a new instance of ExpressRouteCrossConnectionPeeringContainer class. + /// Initializes a new instance of ExpressRouteCrossConnectionPeeringCollection class. /// The resource representing the parent resource. - internal ExpressRouteCrossConnectionPeeringContainer(ArmResource parent) : base(parent) + internal ExpressRouteCrossConnectionPeeringCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteCrossConnectionPeeringsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ExpressRouteCrossConnection.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a peering in the specified ExpressRouteCrossConnection. /// The name of the peering. @@ -59,7 +76,7 @@ public virtual ExpressRouteCrossConnectionPeeringCreateOrUpdateOperation CreateO throw new ArgumentNullException(nameof(peeringParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string peeringNa /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string p /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExi /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string peeringName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationT { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Can { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSize } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteCrossConnectionPeeringCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGateway.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGateway.cs index cb5e86e4302c2..04b9d571c8fbb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGateway.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGateway.cs @@ -244,9 +244,9 @@ public virtual ExpressRouteGatewayUpdateTagsOperation UpdateTags(TagsObject expr /// Gets a list of ExpressRouteConnections in the ExpressRouteGateway. /// An object representing collection of ExpressRouteConnections and their operations over a ExpressRouteGateway. - public ExpressRouteConnectionContainer GetExpressRouteConnections() + public ExpressRouteConnectionCollection GetExpressRouteConnections() { - return new ExpressRouteConnectionContainer(this); + return new ExpressRouteConnectionCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayCollection.cs index 3f3402cb7d5a2..6477158924cc6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -20,28 +21,38 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRouteGateway and their operations over a ResourceGroup. - public partial class ExpressRouteGatewayContainer : ArmContainer + public partial class ExpressRouteGatewayCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRouteGatewaysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRouteGatewayContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRouteGatewayCollection() { } - /// Initializes a new instance of ExpressRouteGatewayContainer class. + /// Initializes a new instance of ExpressRouteGatewayCollection class. /// The resource representing the parent resource. - internal ExpressRouteGatewayContainer(ArmResource parent) : base(parent) + internal ExpressRouteGatewayCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRouteGatewaysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a ExpressRoute gateway in a specified resource group. /// The name of the ExpressRoute gateway. @@ -60,7 +71,7 @@ public virtual ExpressRouteGatewayCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(putExpressRouteGatewayParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +105,7 @@ public async virtual Task CreateOrUp throw new ArgumentNullException(nameof(putExpressRouteGatewayParameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +127,7 @@ public async virtual Task CreateOrUp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string expressRouteGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.Get"); scope.Start(); try { @@ -142,7 +153,7 @@ public virtual Response Get(string expressRouteGatewayName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string expressRouteGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.Get"); scope.Start(); try { @@ -168,7 +179,7 @@ public async virtual Task> GetAsync(string express /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string expressRouteGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +205,7 @@ public virtual Response GetIfExists(string expressRouteGate /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string expressRouteGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +231,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string expressRouteGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +255,7 @@ public virtual Response CheckIfExists(string expressRouteGatewayName, Canc /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string expressRouteGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -267,7 +278,7 @@ public async virtual Task> CheckIfExistsAsync(string expressRoute /// The cancellation token to use. public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.GetAll"); scope.Start(); try { @@ -285,7 +296,7 @@ public virtual async Task>> GetAllAs /// The cancellation token to use. public virtual Response> GetAll(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.GetAll"); scope.Start(); try { @@ -307,7 +318,7 @@ public virtual Response> GetAll(CancellationT /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -330,7 +341,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRouteGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortCollection.cs index be6676809022e..ad7c6bcc3484a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ExpressRoutePort and their operations over a ResourceGroup. - public partial class ExpressRoutePortContainer : ArmContainer + public partial class ExpressRoutePortCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ExpressRoutePortsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ExpressRoutePortContainer() + /// Initializes a new instance of the class for mocking. + protected ExpressRoutePortCollection() { } - /// Initializes a new instance of ExpressRoutePortContainer class. + /// Initializes a new instance of ExpressRoutePortCollection class. /// The resource representing the parent resource. - internal ExpressRoutePortContainer(ArmResource parent) : base(parent) + internal ExpressRoutePortCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ExpressRoutePortsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified ExpressRoutePort resource. /// The name of the ExpressRoutePort resource. @@ -60,7 +77,7 @@ public virtual ExpressRoutePortCreateOrUpdateOperation CreateOrUpdate(string exp throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdat throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdat /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string expressRoutePortName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string expressRoutePortName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string expressRoutePortName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string expressRou /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string expressRoutePortName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string expressRoutePortNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string expressRoutePortName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string ex /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string expressRoutePortName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string expressRoutePortName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string expressRoutePortName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationT { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken can { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHi /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ExpressRoutePortCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupExtensions.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupExtensions.cs index 29dd58a7b4b9d..1dbcf3bb3b9f5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupExtensions.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupExtensions.cs @@ -21,432 +21,432 @@ namespace Azure.ResourceManager.Network public static partial class ResourceGroupExtensions { #region ApplicationGateway - /// Gets an object representing a ApplicationGatewayContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ApplicationGatewayCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ApplicationGatewayContainer GetApplicationGateways(this ResourceGroup resourceGroup) + /// Returns a object. + public static ApplicationGatewayCollection GetApplicationGateways(this ResourceGroup resourceGroup) { - return new ApplicationGatewayContainer(resourceGroup); + return new ApplicationGatewayCollection(resourceGroup); } #endregion #region ApplicationSecurityGroup - /// Gets an object representing a ApplicationSecurityGroupContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ApplicationSecurityGroupCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ApplicationSecurityGroupContainer GetApplicationSecurityGroups(this ResourceGroup resourceGroup) + /// Returns a object. + public static ApplicationSecurityGroupCollection GetApplicationSecurityGroups(this ResourceGroup resourceGroup) { - return new ApplicationSecurityGroupContainer(resourceGroup); + return new ApplicationSecurityGroupCollection(resourceGroup); } #endregion #region AzureFirewall - /// Gets an object representing a AzureFirewallContainer along with the instance operations that can be performed on it. + /// Gets an object representing a AzureFirewallCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static AzureFirewallContainer GetAzureFirewalls(this ResourceGroup resourceGroup) + /// Returns a object. + public static AzureFirewallCollection GetAzureFirewalls(this ResourceGroup resourceGroup) { - return new AzureFirewallContainer(resourceGroup); + return new AzureFirewallCollection(resourceGroup); } #endregion #region BastionHost - /// Gets an object representing a BastionHostContainer along with the instance operations that can be performed on it. + /// Gets an object representing a BastionHostCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static BastionHostContainer GetBastionHosts(this ResourceGroup resourceGroup) + /// Returns a object. + public static BastionHostCollection GetBastionHosts(this ResourceGroup resourceGroup) { - return new BastionHostContainer(resourceGroup); + return new BastionHostCollection(resourceGroup); } #endregion #region CustomIpPrefix - /// Gets an object representing a CustomIpPrefixContainer along with the instance operations that can be performed on it. + /// Gets an object representing a CustomIpPrefixCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static CustomIpPrefixContainer GetCustomIpPrefixes(this ResourceGroup resourceGroup) + /// Returns a object. + public static CustomIpPrefixCollection GetCustomIpPrefixes(this ResourceGroup resourceGroup) { - return new CustomIpPrefixContainer(resourceGroup); + return new CustomIpPrefixCollection(resourceGroup); } #endregion #region DdosCustomPolicy - /// Gets an object representing a DdosCustomPolicyContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DdosCustomPolicyCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DdosCustomPolicyContainer GetDdosCustomPolicies(this ResourceGroup resourceGroup) + /// Returns a object. + public static DdosCustomPolicyCollection GetDdosCustomPolicies(this ResourceGroup resourceGroup) { - return new DdosCustomPolicyContainer(resourceGroup); + return new DdosCustomPolicyCollection(resourceGroup); } #endregion #region DdosProtectionPlan - /// Gets an object representing a DdosProtectionPlanContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DdosProtectionPlanCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DdosProtectionPlanContainer GetDdosProtectionPlans(this ResourceGroup resourceGroup) + /// Returns a object. + public static DdosProtectionPlanCollection GetDdosProtectionPlans(this ResourceGroup resourceGroup) { - return new DdosProtectionPlanContainer(resourceGroup); + return new DdosProtectionPlanCollection(resourceGroup); } #endregion #region DscpConfiguration - /// Gets an object representing a DscpConfigurationContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DscpConfigurationCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DscpConfigurationContainer GetDscpConfigurations(this ResourceGroup resourceGroup) + /// Returns a object. + public static DscpConfigurationCollection GetDscpConfigurations(this ResourceGroup resourceGroup) { - return new DscpConfigurationContainer(resourceGroup); + return new DscpConfigurationCollection(resourceGroup); } #endregion #region ExpressRouteCircuit - /// Gets an object representing a ExpressRouteCircuitContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ExpressRouteCircuitCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ExpressRouteCircuitContainer GetExpressRouteCircuits(this ResourceGroup resourceGroup) + /// Returns a object. + public static ExpressRouteCircuitCollection GetExpressRouteCircuits(this ResourceGroup resourceGroup) { - return new ExpressRouteCircuitContainer(resourceGroup); + return new ExpressRouteCircuitCollection(resourceGroup); } #endregion #region ExpressRouteCrossConnection - /// Gets an object representing a ExpressRouteCrossConnectionContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ExpressRouteCrossConnectionCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ExpressRouteCrossConnectionContainer GetExpressRouteCrossConnections(this ResourceGroup resourceGroup) + /// Returns a object. + public static ExpressRouteCrossConnectionCollection GetExpressRouteCrossConnections(this ResourceGroup resourceGroup) { - return new ExpressRouteCrossConnectionContainer(resourceGroup); + return new ExpressRouteCrossConnectionCollection(resourceGroup); } #endregion #region ExpressRoutePort - /// Gets an object representing a ExpressRoutePortContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ExpressRoutePortCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ExpressRoutePortContainer GetExpressRoutePorts(this ResourceGroup resourceGroup) + /// Returns a object. + public static ExpressRoutePortCollection GetExpressRoutePorts(this ResourceGroup resourceGroup) { - return new ExpressRoutePortContainer(resourceGroup); + return new ExpressRoutePortCollection(resourceGroup); } #endregion #region FirewallPolicy - /// Gets an object representing a FirewallPolicyContainer along with the instance operations that can be performed on it. + /// Gets an object representing a FirewallPolicyCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static FirewallPolicyContainer GetFirewallPolicies(this ResourceGroup resourceGroup) + /// Returns a object. + public static FirewallPolicyCollection GetFirewallPolicies(this ResourceGroup resourceGroup) { - return new FirewallPolicyContainer(resourceGroup); + return new FirewallPolicyCollection(resourceGroup); } #endregion #region IpAllocation - /// Gets an object representing a IpAllocationContainer along with the instance operations that can be performed on it. + /// Gets an object representing a IpAllocationCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static IpAllocationContainer GetIpAllocations(this ResourceGroup resourceGroup) + /// Returns a object. + public static IpAllocationCollection GetIpAllocations(this ResourceGroup resourceGroup) { - return new IpAllocationContainer(resourceGroup); + return new IpAllocationCollection(resourceGroup); } #endregion #region IpGroup - /// Gets an object representing a IpGroupContainer along with the instance operations that can be performed on it. + /// Gets an object representing a IpGroupCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static IpGroupContainer GetIpGroups(this ResourceGroup resourceGroup) + /// Returns a object. + public static IpGroupCollection GetIpGroups(this ResourceGroup resourceGroup) { - return new IpGroupContainer(resourceGroup); + return new IpGroupCollection(resourceGroup); } #endregion #region LoadBalancer - /// Gets an object representing a LoadBalancerContainer along with the instance operations that can be performed on it. + /// Gets an object representing a LoadBalancerCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static LoadBalancerContainer GetLoadBalancers(this ResourceGroup resourceGroup) + /// Returns a object. + public static LoadBalancerCollection GetLoadBalancers(this ResourceGroup resourceGroup) { - return new LoadBalancerContainer(resourceGroup); + return new LoadBalancerCollection(resourceGroup); } #endregion #region NatGateway - /// Gets an object representing a NatGatewayContainer along with the instance operations that can be performed on it. + /// Gets an object representing a NatGatewayCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static NatGatewayContainer GetNatGateways(this ResourceGroup resourceGroup) + /// Returns a object. + public static NatGatewayCollection GetNatGateways(this ResourceGroup resourceGroup) { - return new NatGatewayContainer(resourceGroup); + return new NatGatewayCollection(resourceGroup); } #endregion #region NetworkInterface - /// Gets an object representing a NetworkInterfaceContainer along with the instance operations that can be performed on it. + /// Gets an object representing a NetworkInterfaceCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static NetworkInterfaceContainer GetNetworkInterfaces(this ResourceGroup resourceGroup) + /// Returns a object. + public static NetworkInterfaceCollection GetNetworkInterfaces(this ResourceGroup resourceGroup) { - return new NetworkInterfaceContainer(resourceGroup); + return new NetworkInterfaceCollection(resourceGroup); } #endregion #region NetworkProfile - /// Gets an object representing a NetworkProfileContainer along with the instance operations that can be performed on it. + /// Gets an object representing a NetworkProfileCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static NetworkProfileContainer GetNetworkProfiles(this ResourceGroup resourceGroup) + /// Returns a object. + public static NetworkProfileCollection GetNetworkProfiles(this ResourceGroup resourceGroup) { - return new NetworkProfileContainer(resourceGroup); + return new NetworkProfileCollection(resourceGroup); } #endregion #region NetworkSecurityGroup - /// Gets an object representing a NetworkSecurityGroupContainer along with the instance operations that can be performed on it. + /// Gets an object representing a NetworkSecurityGroupCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static NetworkSecurityGroupContainer GetNetworkSecurityGroups(this ResourceGroup resourceGroup) + /// Returns a object. + public static NetworkSecurityGroupCollection GetNetworkSecurityGroups(this ResourceGroup resourceGroup) { - return new NetworkSecurityGroupContainer(resourceGroup); + return new NetworkSecurityGroupCollection(resourceGroup); } #endregion #region NetworkVirtualAppliance - /// Gets an object representing a NetworkVirtualApplianceContainer along with the instance operations that can be performed on it. + /// Gets an object representing a NetworkVirtualApplianceCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static NetworkVirtualApplianceContainer GetNetworkVirtualAppliances(this ResourceGroup resourceGroup) + /// Returns a object. + public static NetworkVirtualApplianceCollection GetNetworkVirtualAppliances(this ResourceGroup resourceGroup) { - return new NetworkVirtualApplianceContainer(resourceGroup); + return new NetworkVirtualApplianceCollection(resourceGroup); } #endregion #region NetworkWatcher - /// Gets an object representing a NetworkWatcherContainer along with the instance operations that can be performed on it. + /// Gets an object representing a NetworkWatcherCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static NetworkWatcherContainer GetNetworkWatchers(this ResourceGroup resourceGroup) + /// Returns a object. + public static NetworkWatcherCollection GetNetworkWatchers(this ResourceGroup resourceGroup) { - return new NetworkWatcherContainer(resourceGroup); + return new NetworkWatcherCollection(resourceGroup); } #endregion #region PrivateEndpoint - /// Gets an object representing a PrivateEndpointContainer along with the instance operations that can be performed on it. + /// Gets an object representing a PrivateEndpointCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static PrivateEndpointContainer GetPrivateEndpoints(this ResourceGroup resourceGroup) + /// Returns a object. + public static PrivateEndpointCollection GetPrivateEndpoints(this ResourceGroup resourceGroup) { - return new PrivateEndpointContainer(resourceGroup); + return new PrivateEndpointCollection(resourceGroup); } #endregion #region PrivateLinkService - /// Gets an object representing a PrivateLinkServiceContainer along with the instance operations that can be performed on it. + /// Gets an object representing a PrivateLinkServiceCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static PrivateLinkServiceContainer GetPrivateLinkServices(this ResourceGroup resourceGroup) + /// Returns a object. + public static PrivateLinkServiceCollection GetPrivateLinkServices(this ResourceGroup resourceGroup) { - return new PrivateLinkServiceContainer(resourceGroup); + return new PrivateLinkServiceCollection(resourceGroup); } #endregion #region PublicIPAddress - /// Gets an object representing a PublicIPAddressContainer along with the instance operations that can be performed on it. + /// Gets an object representing a PublicIPAddressCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static PublicIPAddressContainer GetPublicIPAddresses(this ResourceGroup resourceGroup) + /// Returns a object. + public static PublicIPAddressCollection GetPublicIPAddresses(this ResourceGroup resourceGroup) { - return new PublicIPAddressContainer(resourceGroup); + return new PublicIPAddressCollection(resourceGroup); } #endregion #region PublicIPPrefix - /// Gets an object representing a PublicIPPrefixContainer along with the instance operations that can be performed on it. + /// Gets an object representing a PublicIPPrefixCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static PublicIPPrefixContainer GetPublicIPPrefixes(this ResourceGroup resourceGroup) + /// Returns a object. + public static PublicIPPrefixCollection GetPublicIPPrefixes(this ResourceGroup resourceGroup) { - return new PublicIPPrefixContainer(resourceGroup); + return new PublicIPPrefixCollection(resourceGroup); } #endregion #region RouteFilter - /// Gets an object representing a RouteFilterContainer along with the instance operations that can be performed on it. + /// Gets an object representing a RouteFilterCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static RouteFilterContainer GetRouteFilters(this ResourceGroup resourceGroup) + /// Returns a object. + public static RouteFilterCollection GetRouteFilters(this ResourceGroup resourceGroup) { - return new RouteFilterContainer(resourceGroup); + return new RouteFilterCollection(resourceGroup); } #endregion #region RouteTable - /// Gets an object representing a RouteTableContainer along with the instance operations that can be performed on it. + /// Gets an object representing a RouteTableCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static RouteTableContainer GetRouteTables(this ResourceGroup resourceGroup) + /// Returns a object. + public static RouteTableCollection GetRouteTables(this ResourceGroup resourceGroup) { - return new RouteTableContainer(resourceGroup); + return new RouteTableCollection(resourceGroup); } #endregion #region SecurityPartnerProvider - /// Gets an object representing a SecurityPartnerProviderContainer along with the instance operations that can be performed on it. + /// Gets an object representing a SecurityPartnerProviderCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static SecurityPartnerProviderContainer GetSecurityPartnerProviders(this ResourceGroup resourceGroup) + /// Returns a object. + public static SecurityPartnerProviderCollection GetSecurityPartnerProviders(this ResourceGroup resourceGroup) { - return new SecurityPartnerProviderContainer(resourceGroup); + return new SecurityPartnerProviderCollection(resourceGroup); } #endregion #region ServiceEndpointPolicy - /// Gets an object representing a ServiceEndpointPolicyContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ServiceEndpointPolicyCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ServiceEndpointPolicyContainer GetServiceEndpointPolicies(this ResourceGroup resourceGroup) + /// Returns a object. + public static ServiceEndpointPolicyCollection GetServiceEndpointPolicies(this ResourceGroup resourceGroup) { - return new ServiceEndpointPolicyContainer(resourceGroup); + return new ServiceEndpointPolicyCollection(resourceGroup); } #endregion #region VirtualNetwork - /// Gets an object representing a VirtualNetworkContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualNetworkCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualNetworkContainer GetVirtualNetworks(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualNetworkCollection GetVirtualNetworks(this ResourceGroup resourceGroup) { - return new VirtualNetworkContainer(resourceGroup); + return new VirtualNetworkCollection(resourceGroup); } #endregion #region VirtualNetworkGateway - /// Gets an object representing a VirtualNetworkGatewayContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualNetworkGatewayCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualNetworkGatewayContainer GetVirtualNetworkGateways(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualNetworkGatewayCollection GetVirtualNetworkGateways(this ResourceGroup resourceGroup) { - return new VirtualNetworkGatewayContainer(resourceGroup); + return new VirtualNetworkGatewayCollection(resourceGroup); } #endregion #region VirtualNetworkGatewayConnection - /// Gets an object representing a VirtualNetworkGatewayConnectionContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualNetworkGatewayConnectionCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualNetworkGatewayConnectionContainer GetVirtualNetworkGatewayConnections(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualNetworkGatewayConnectionCollection GetVirtualNetworkGatewayConnections(this ResourceGroup resourceGroup) { - return new VirtualNetworkGatewayConnectionContainer(resourceGroup); + return new VirtualNetworkGatewayConnectionCollection(resourceGroup); } #endregion #region LocalNetworkGateway - /// Gets an object representing a LocalNetworkGatewayContainer along with the instance operations that can be performed on it. + /// Gets an object representing a LocalNetworkGatewayCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static LocalNetworkGatewayContainer GetLocalNetworkGateways(this ResourceGroup resourceGroup) + /// Returns a object. + public static LocalNetworkGatewayCollection GetLocalNetworkGateways(this ResourceGroup resourceGroup) { - return new LocalNetworkGatewayContainer(resourceGroup); + return new LocalNetworkGatewayCollection(resourceGroup); } #endregion #region VirtualNetworkTap - /// Gets an object representing a VirtualNetworkTapContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualNetworkTapCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualNetworkTapContainer GetVirtualNetworkTaps(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualNetworkTapCollection GetVirtualNetworkTaps(this ResourceGroup resourceGroup) { - return new VirtualNetworkTapContainer(resourceGroup); + return new VirtualNetworkTapCollection(resourceGroup); } #endregion #region VirtualRouter - /// Gets an object representing a VirtualRouterContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualRouterCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualRouterContainer GetVirtualRouters(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualRouterCollection GetVirtualRouters(this ResourceGroup resourceGroup) { - return new VirtualRouterContainer(resourceGroup); + return new VirtualRouterCollection(resourceGroup); } #endregion #region VirtualWAN - /// Gets an object representing a VirtualWANContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualWANCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualWANContainer GetVirtualWANs(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualWANCollection GetVirtualWANs(this ResourceGroup resourceGroup) { - return new VirtualWANContainer(resourceGroup); + return new VirtualWANCollection(resourceGroup); } #endregion #region VpnSite - /// Gets an object representing a VpnSiteContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VpnSiteCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VpnSiteContainer GetVpnSites(this ResourceGroup resourceGroup) + /// Returns a object. + public static VpnSiteCollection GetVpnSites(this ResourceGroup resourceGroup) { - return new VpnSiteContainer(resourceGroup); + return new VpnSiteCollection(resourceGroup); } #endregion #region VpnServerConfiguration - /// Gets an object representing a VpnServerConfigurationContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VpnServerConfigurationCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VpnServerConfigurationContainer GetVpnServerConfigurations(this ResourceGroup resourceGroup) + /// Returns a object. + public static VpnServerConfigurationCollection GetVpnServerConfigurations(this ResourceGroup resourceGroup) { - return new VpnServerConfigurationContainer(resourceGroup); + return new VpnServerConfigurationCollection(resourceGroup); } #endregion #region VirtualHub - /// Gets an object representing a VirtualHubContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VirtualHubCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VirtualHubContainer GetVirtualHubs(this ResourceGroup resourceGroup) + /// Returns a object. + public static VirtualHubCollection GetVirtualHubs(this ResourceGroup resourceGroup) { - return new VirtualHubContainer(resourceGroup); + return new VirtualHubCollection(resourceGroup); } #endregion #region VpnGateway - /// Gets an object representing a VpnGatewayContainer along with the instance operations that can be performed on it. + /// Gets an object representing a VpnGatewayCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static VpnGatewayContainer GetVpnGateways(this ResourceGroup resourceGroup) + /// Returns a object. + public static VpnGatewayCollection GetVpnGateways(this ResourceGroup resourceGroup) { - return new VpnGatewayContainer(resourceGroup); + return new VpnGatewayCollection(resourceGroup); } #endregion #region P2SVpnGateway - /// Gets an object representing a P2SVpnGatewayContainer along with the instance operations that can be performed on it. + /// Gets an object representing a P2SVpnGatewayCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static P2SVpnGatewayContainer GetP2SVpnGateways(this ResourceGroup resourceGroup) + /// Returns a object. + public static P2SVpnGatewayCollection GetP2SVpnGateways(this ResourceGroup resourceGroup) { - return new P2SVpnGatewayContainer(resourceGroup); + return new P2SVpnGatewayCollection(resourceGroup); } #endregion #region ExpressRouteGateway - /// Gets an object representing a ExpressRouteGatewayContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ExpressRouteGatewayCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ExpressRouteGatewayContainer GetExpressRouteGateways(this ResourceGroup resourceGroup) + /// Returns a object. + public static ExpressRouteGatewayCollection GetExpressRouteGateways(this ResourceGroup resourceGroup) { - return new ExpressRouteGatewayContainer(resourceGroup); + return new ExpressRouteGatewayCollection(resourceGroup); } #endregion #region WebApplicationFirewallPolicy - /// Gets an object representing a WebApplicationFirewallPolicyContainer along with the instance operations that can be performed on it. + /// Gets an object representing a WebApplicationFirewallPolicyCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static WebApplicationFirewallPolicyContainer GetWebApplicationFirewallPolicies(this ResourceGroup resourceGroup) + /// Returns a object. + public static WebApplicationFirewallPolicyCollection GetWebApplicationFirewallPolicies(this ResourceGroup resourceGroup) { - return new WebApplicationFirewallPolicyContainer(resourceGroup); + return new WebApplicationFirewallPolicyCollection(resourceGroup); } #endregion diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicy.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicy.cs index 40c8e84ce05de..551bbcbb96ebb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicy.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicy.cs @@ -188,9 +188,9 @@ public virtual FirewallPolicyDeleteOperation Delete(bool waitForCompletion = tru /// Gets a list of FirewallPolicyRuleCollectionGroups in the FirewallPolicy. /// An object representing collection of FirewallPolicyRuleCollectionGroups and their operations over a FirewallPolicy. - public FirewallPolicyRuleCollectionGroupContainer GetFirewallPolicyRuleCollectionGroups() + public FirewallPolicyRuleCollectionGroupCollection GetFirewallPolicyRuleCollectionGroups() { - return new FirewallPolicyRuleCollectionGroupContainer(this); + return new FirewallPolicyRuleCollectionGroupCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyCollection.cs index 3f056b8fce31b..0b986ce2471ff 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of FirewallPolicy and their operations over a ResourceGroup. - public partial class FirewallPolicyContainer : ArmContainer + public partial class FirewallPolicyCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly FirewallPoliciesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected FirewallPolicyContainer() + /// Initializes a new instance of the class for mocking. + protected FirewallPolicyCollection() { } - /// Initializes a new instance of FirewallPolicyContainer class. + /// Initializes a new instance of FirewallPolicyCollection class. /// The resource representing the parent resource. - internal FirewallPolicyContainer(ArmResource parent) : base(parent) + internal FirewallPolicyCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new FirewallPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Firewall Policy. /// The name of the Firewall Policy. @@ -60,7 +77,7 @@ public virtual FirewallPolicyCreateOrUpdateOperation CreateOrUpdate(string firew throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string firewallPolicyName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string firewallPoli /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string firewallPolicyName, s /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string fire /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string firewallPolicyName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyRuleCollectionGroupContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyRuleCollectionGroupCollection.cs similarity index 90% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyRuleCollectionGroupContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyRuleCollectionGroupCollection.cs index 877442c6dd542..487e1b0d28ebd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyRuleCollectionGroupContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyRuleCollectionGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of FirewallPolicyRuleCollectionGroup and their operations over a FirewallPolicy. - public partial class FirewallPolicyRuleCollectionGroupContainer : ArmContainer + public partial class FirewallPolicyRuleCollectionGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly FirewallPolicyRuleCollectionGroupsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected FirewallPolicyRuleCollectionGroupContainer() + /// Initializes a new instance of the class for mocking. + protected FirewallPolicyRuleCollectionGroupCollection() { } - /// Initializes a new instance of FirewallPolicyRuleCollectionGroupContainer class. + /// Initializes a new instance of FirewallPolicyRuleCollectionGroupCollection class. /// The resource representing the parent resource. - internal FirewallPolicyRuleCollectionGroupContainer(ArmResource parent) : base(parent) + internal FirewallPolicyRuleCollectionGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new FirewallPolicyRuleCollectionGroupsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => FirewallPolicy.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified FirewallPolicyRuleCollectionGroup. /// The name of the FirewallPolicyRuleCollectionGroup. @@ -59,7 +76,7 @@ public virtual FirewallPolicyRuleCollectionGroupCreateOrUpdateOperation CreateOr throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string ruleCollectionGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string ruleCollec /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string ruleCollectionGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync( /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string ruleCollectionGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string ru /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string ruleCollectionGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExis /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string ruleCollectionGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string ruleCollectionGroupName, Canc /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string ruleCollectionGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationTo { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Canc { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeH } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FirewallPolicyRuleCollectionGroupCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/FlowLogContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/FlowLogCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/FlowLogContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/FlowLogCollection.cs index 8937ce2b6cd19..0a2c1b5ff301d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/FlowLogContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/FlowLogCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of FlowLog and their operations over a NetworkWatcher. - public partial class FlowLogContainer : ArmContainer + public partial class FlowLogCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly FlowLogsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected FlowLogContainer() + /// Initializes a new instance of the class for mocking. + protected FlowLogCollection() { } - /// Initializes a new instance of FlowLogContainer class. + /// Initializes a new instance of FlowLogCollection class. /// The resource representing the parent resource. - internal FlowLogContainer(ArmResource parent) : base(parent) + internal FlowLogCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new FlowLogsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => NetworkWatcher.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update a flow log for the specified network security group. /// The name of the flow log. @@ -59,7 +76,7 @@ public virtual FlowLogCreateOrUpdateOperation CreateOrUpdate(string flowLogName, throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(st throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string flowLogName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string flowLogName, CancellationToken cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string flowLogName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string flowLogName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string flowLogName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string flowLogName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string flowLogName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string flowLogName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string flowLogName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string flowLogName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string flowLogName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = de { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FlowLogContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FlowLogCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/HubIpConfigurationContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/HubIpConfigurationCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/HubIpConfigurationContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/HubIpConfigurationCollection.cs index 988e061f7e1ff..6626ec75fc548 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/HubIpConfigurationContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/HubIpConfigurationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of HubIpConfiguration and their operations over a VirtualHub. - public partial class HubIpConfigurationContainer : ArmContainer + public partial class HubIpConfigurationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualHubIpConfigurationRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected HubIpConfigurationContainer() + /// Initializes a new instance of the class for mocking. + protected HubIpConfigurationCollection() { } - /// Initializes a new instance of HubIpConfigurationContainer class. + /// Initializes a new instance of HubIpConfigurationCollection class. /// The resource representing the parent resource. - internal HubIpConfigurationContainer(ArmResource parent) : base(parent) + internal HubIpConfigurationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualHubIpConfigurationRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualHub.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing VirtualHubIpConfiguration. /// The name of the ipconfig. @@ -59,7 +76,7 @@ public virtual VirtualHubIpConfigurationCreateOrUpdateOperation CreateOrUpdate(s throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Crea throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task Crea /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string ipConfigName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string ipConfigName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string ipConfigName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string ipConfig /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string ipConfigName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string ipConfigName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string ipConfigName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string ipConfigName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string ipConfigName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string ipConfigName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken c { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubIpConfigurationCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/HubRouteTableContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/HubRouteTableCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/HubRouteTableContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/HubRouteTableCollection.cs index 9d1356833cf7a..3376698eb8f38 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/HubRouteTableContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/HubRouteTableCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of HubRouteTable and their operations over a VirtualHub. - public partial class HubRouteTableContainer : ArmContainer + public partial class HubRouteTableCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly HubRouteTablesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected HubRouteTableContainer() + /// Initializes a new instance of the class for mocking. + protected HubRouteTableCollection() { } - /// Initializes a new instance of HubRouteTableContainer class. + /// Initializes a new instance of HubRouteTableCollection class. /// The resource representing the parent resource. - internal HubRouteTableContainer(ArmResource parent) : base(parent) + internal HubRouteTableCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new HubRouteTablesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualHub.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable. /// The name of the RouteTable. @@ -59,7 +76,7 @@ public virtual HubRouteTableCreateOrUpdateOperation CreateOrUpdate(string routeT throw new ArgumentNullException(nameof(routeTableParameters)); } - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAs throw new ArgumentNullException(nameof(routeTableParameters)); } - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string routeTableName, CancellationTo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string routeTableNam /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string routeTableName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string route /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string routeTableName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubRouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubRouteTableCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/HubVirtualNetworkConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/HubVirtualNetworkConnectionCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/HubVirtualNetworkConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/HubVirtualNetworkConnectionCollection.cs index d3c2dd48792b9..26e3a607cea81 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/HubVirtualNetworkConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/HubVirtualNetworkConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of HubVirtualNetworkConnection and their operations over a VirtualHub. - public partial class HubVirtualNetworkConnectionContainer : ArmContainer + public partial class HubVirtualNetworkConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly HubVirtualNetworkConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected HubVirtualNetworkConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected HubVirtualNetworkConnectionCollection() { } - /// Initializes a new instance of HubVirtualNetworkConnectionContainer class. + /// Initializes a new instance of HubVirtualNetworkConnectionCollection class. /// The resource representing the parent resource. - internal HubVirtualNetworkConnectionContainer(ArmResource parent) : base(parent) + internal HubVirtualNetworkConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new HubVirtualNetworkConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualHub.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a hub virtual network connection if it doesn't exist else updates the existing one. /// The name of the HubVirtualNetworkConnection. @@ -59,7 +76,7 @@ public virtual HubVirtualNetworkConnectionCreateOrUpdateOperation CreateOrUpdate throw new ArgumentNullException(nameof(hubVirtualNetworkConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Cr throw new ArgumentNullException(nameof(hubVirtualNetworkConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task Cr /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string connectionName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string connecti /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsyn /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string connectionName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken ca { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancellati { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("HubVirtualNetworkConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleCollection.cs index a6edf1f9fc9fa..9172cdc7fe7dd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of InboundNatRule and their operations over a LoadBalancer. - public partial class InboundNatRuleContainer : ArmContainer + public partial class InboundNatRuleCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly InboundNatRulesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected InboundNatRuleContainer() + /// Initializes a new instance of the class for mocking. + protected InboundNatRuleCollection() { } - /// Initializes a new instance of InboundNatRuleContainer class. + /// Initializes a new instance of InboundNatRuleCollection class. /// The resource representing the parent resource. - internal InboundNatRuleContainer(ArmResource parent) : base(parent) + internal InboundNatRuleCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new InboundNatRulesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => LoadBalancer.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a load balancer inbound nat rule. /// The name of the inbound nat rule. @@ -59,7 +76,7 @@ public virtual InboundNatRuleCreateOrUpdateOperation CreateOrUpdate(string inbou throw new ArgumentNullException(nameof(inboundNatRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(inboundNatRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string inboundNatRuleName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.Get"); scope.Start(); try { @@ -170,7 +187,7 @@ public async virtual Task> GetAsync(string inboundNatRu /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.GetIfExists"); scope.Start(); try { @@ -197,7 +214,7 @@ public virtual Response GetIfExists(string inboundNatRuleName, s /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.GetIfExists"); scope.Start(); try { @@ -224,7 +241,7 @@ public async virtual Task> GetIfExistsAsync(string inbo /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string inboundNatRuleName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.CheckIfExists"); scope.Start(); try { @@ -275,7 +292,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.GetAll"); scope.Start(); try { @@ -290,7 +307,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.GetAll"); scope.Start(); try { @@ -313,7 +330,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.GetAll"); scope.Start(); try { @@ -328,7 +345,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("InboundNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("InboundNatRuleCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/IpAllocationContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/IpAllocationCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/IpAllocationContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/IpAllocationCollection.cs index e4b1ad583cea1..cc50f89e225a2 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/IpAllocationContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/IpAllocationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of IpAllocation and their operations over a ResourceGroup. - public partial class IpAllocationContainer : ArmContainer + public partial class IpAllocationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly IpAllocationsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected IpAllocationContainer() + /// Initializes a new instance of the class for mocking. + protected IpAllocationCollection() { } - /// Initializes a new instance of IpAllocationContainer class. + /// Initializes a new instance of IpAllocationCollection class. /// The resource representing the parent resource. - internal IpAllocationContainer(ArmResource parent) : base(parent) + internal IpAllocationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new IpAllocationsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates an IpAllocation in the specified resource group. /// The name of the IpAllocation. @@ -60,7 +77,7 @@ public virtual IpAllocationCreateOrUpdateOperation CreateOrUpdate(string ipAlloc throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsy throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string ipAllocationName, string expand /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string ipAllocationNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string ipAllocationName, strin /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string ipAllo /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string ipAllocationName, string expa /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string ipAllocationName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpAllocationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("IpAllocationCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/IpGroupContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/IpGroupCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/IpGroupContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/IpGroupCollection.cs index 7890f25167601..a1d4edbdb924a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/IpGroupContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/IpGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of IpGroup and their operations over a ResourceGroup. - public partial class IpGroupContainer : ArmContainer + public partial class IpGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly IpGroupsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected IpGroupContainer() + /// Initializes a new instance of the class for mocking. + protected IpGroupCollection() { } - /// Initializes a new instance of IpGroupContainer class. + /// Initializes a new instance of IpGroupCollection class. /// The resource representing the parent resource. - internal IpGroupContainer(ArmResource parent) : base(parent) + internal IpGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new IpGroupsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates an ipGroups in a specified resource group. /// The name of the ipGroups. @@ -60,7 +77,7 @@ public virtual IpGroupCreateOrUpdateOperation CreateOrUpdate(string ipGroupsName throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(st throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string ipGroupsName, string expand = null, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string ipGroupsName, strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string ipGroupsName, string expand /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string ipGroupsNam /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string ipGroupsName, string expand = /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string ipGroupsName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = de { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("IpGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("IpGroupCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancer.cs index 739dc064fb3fa..61079c34d72d6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancer.cs @@ -836,16 +836,16 @@ public virtual LoadBalancerSwapPublicIpAddressesOperation SwapPublicIpAddresses( /// Gets a list of BackendAddressPools in the LoadBalancer. /// An object representing collection of BackendAddressPools and their operations over a LoadBalancer. - public BackendAddressPoolContainer GetBackendAddressPools() + public BackendAddressPoolCollection GetBackendAddressPools() { - return new BackendAddressPoolContainer(this); + return new BackendAddressPoolCollection(this); } /// Gets a list of InboundNatRules in the LoadBalancer. /// An object representing collection of InboundNatRules and their operations over a LoadBalancer. - public InboundNatRuleContainer GetInboundNatRules() + public InboundNatRuleCollection GetInboundNatRules() { - return new InboundNatRuleContainer(this); + return new InboundNatRuleCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerCollection.cs index 437a3f3536040..130a01c8e9e01 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of LoadBalancer and their operations over a ResourceGroup. - public partial class LoadBalancerContainer : ArmContainer + public partial class LoadBalancerCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly LoadBalancersRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected LoadBalancerContainer() + /// Initializes a new instance of the class for mocking. + protected LoadBalancerCollection() { } - /// Initializes a new instance of LoadBalancerContainer class. + /// Initializes a new instance of LoadBalancerCollection class. /// The resource representing the parent resource. - internal LoadBalancerContainer(ArmResource parent) : base(parent) + internal LoadBalancerCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new LoadBalancersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a load balancer. /// The name of the load balancer. @@ -60,7 +77,7 @@ public virtual LoadBalancerCreateOrUpdateOperation CreateOrUpdate(string loadBal throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsy throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string loadBalancerName, string expand /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string loadBalancerNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string loadBalancerName, strin /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string loadBa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string loadBalancerName, string expa /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string loadBalancerName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LoadBalancerContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("LoadBalancerCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LocalNetworkGatewayContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LocalNetworkGatewayCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/LocalNetworkGatewayContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/LocalNetworkGatewayCollection.cs index 08584c4a636f5..5140be40b27ba 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/LocalNetworkGatewayContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LocalNetworkGatewayCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of LocalNetworkGateway and their operations over a ResourceGroup. - public partial class LocalNetworkGatewayContainer : ArmContainer + public partial class LocalNetworkGatewayCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly LocalNetworkGatewaysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected LocalNetworkGatewayContainer() + /// Initializes a new instance of the class for mocking. + protected LocalNetworkGatewayCollection() { } - /// Initializes a new instance of LocalNetworkGatewayContainer class. + /// Initializes a new instance of LocalNetworkGatewayCollection class. /// The resource representing the parent resource. - internal LocalNetworkGatewayContainer(ArmResource parent) : base(parent) + internal LocalNetworkGatewayCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new LocalNetworkGatewaysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a local network gateway in the specified resource group. /// The name of the local network gateway. @@ -60,7 +77,7 @@ public virtual LocalNetworkGatewayCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUp throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string localNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string localNetworkGatewayName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string localNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string localNe /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string localNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string localNetworkGate /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string localNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string localNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string localNetworkGatewayName, Canc /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string localNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellati { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSiz /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("LocalNetworkGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NatGatewayContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NatGatewayCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/NatGatewayContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/NatGatewayCollection.cs index 12e3b1745a694..d7f3270f3e117 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NatGatewayContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NatGatewayCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of NatGateway and their operations over a ResourceGroup. - public partial class NatGatewayContainer : ArmContainer + public partial class NatGatewayCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NatGatewaysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected NatGatewayContainer() + /// Initializes a new instance of the class for mocking. + protected NatGatewayCollection() { } - /// Initializes a new instance of NatGatewayContainer class. + /// Initializes a new instance of NatGatewayCollection class. /// The resource representing the parent resource. - internal NatGatewayContainer(ArmResource parent) : base(parent) + internal NatGatewayCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NatGatewaysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a nat gateway. /// The name of the nat gateway. @@ -60,7 +77,7 @@ public virtual NatGatewayCreateOrUpdateOperation CreateOrUpdate(string natGatewa throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string natGatewayName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string natGatewayName, string expand = n /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string natGatewayName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string natGatewayName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string natGatewayName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string natGatewayName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string natGatewayName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string natGatew /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string natGatewayName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string natGatewayName, string expand /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string natGatewayName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NatGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NatGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterface.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterface.cs index af8779eb07058..2892e7ab3cbca 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterface.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterface.cs @@ -521,9 +521,9 @@ public virtual NetworkInterfaceGetEffectiveNetworkSecurityGroupsOperation GetEff /// Gets a list of NetworkInterfaceTapConfigurations in the NetworkInterface. /// An object representing collection of NetworkInterfaceTapConfigurations and their operations over a NetworkInterface. - public NetworkInterfaceTapConfigurationContainer GetNetworkInterfaceTapConfigurations() + public NetworkInterfaceTapConfigurationCollection GetNetworkInterfaceTapConfigurations() { - return new NetworkInterfaceTapConfigurationContainer(this); + return new NetworkInterfaceTapConfigurationCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceCollection.cs index 6f2270ad14ca5..a19b8c17c5dee 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of NetworkInterface and their operations over a ResourceGroup. - public partial class NetworkInterfaceContainer : ArmContainer + public partial class NetworkInterfaceCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NetworkInterfacesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected NetworkInterfaceContainer() + /// Initializes a new instance of the class for mocking. + protected NetworkInterfaceCollection() { } - /// Initializes a new instance of NetworkInterfaceContainer class. + /// Initializes a new instance of NetworkInterfaceCollection class. /// The resource representing the parent resource. - internal NetworkInterfaceContainer(ArmResource parent) : base(parent) + internal NetworkInterfaceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NetworkInterfacesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a network interface. /// The name of the network interface. @@ -60,7 +77,7 @@ public virtual NetworkInterfaceCreateOrUpdateOperation CreateOrUpdate(string net throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdat throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdat /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string networkInterfaceName, strin /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string networkInt /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string networkInterfaceNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string ne /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string networkInterfaceName, string /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationT { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken can { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHi /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceTapConfigurationContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceTapConfigurationCollection.cs similarity index 90% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceTapConfigurationContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceTapConfigurationCollection.cs index f0ba3dcbd6f7d..ebf2bd6d97c9e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceTapConfigurationContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceTapConfigurationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of NetworkInterfaceTapConfiguration and their operations over a NetworkInterface. - public partial class NetworkInterfaceTapConfigurationContainer : ArmContainer + public partial class NetworkInterfaceTapConfigurationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NetworkInterfaceTapConfigurationsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected NetworkInterfaceTapConfigurationContainer() + /// Initializes a new instance of the class for mocking. + protected NetworkInterfaceTapConfigurationCollection() { } - /// Initializes a new instance of NetworkInterfaceTapConfigurationContainer class. + /// Initializes a new instance of NetworkInterfaceTapConfigurationCollection class. /// The resource representing the parent resource. - internal NetworkInterfaceTapConfigurationContainer(ArmResource parent) : base(parent) + internal NetworkInterfaceTapConfigurationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NetworkInterfaceTapConfigurationsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => NetworkInterface.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a Tap configuration in the specified NetworkInterface. /// The name of the tap configuration. @@ -59,7 +76,7 @@ public virtual NetworkInterfaceTapConfigurationCreateOrUpdateOperation CreateOrU throw new ArgumentNullException(nameof(tapConfigurationParameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string tapConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string tapConfigur /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string tapConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(s /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string tapConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string tap /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string tapConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExist /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string tapConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string tapConfigurationName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string tapConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHi } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkInterfaceTapConfigurationCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkProfileContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkProfileCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkProfileContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkProfileCollection.cs index 5c71704c4014a..eee98c7147386 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkProfileContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkProfileCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of NetworkProfile and their operations over a ResourceGroup. - public partial class NetworkProfileContainer : ArmContainer + public partial class NetworkProfileCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NetworkProfilesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected NetworkProfileContainer() + /// Initializes a new instance of the class for mocking. + protected NetworkProfileCollection() { } - /// Initializes a new instance of NetworkProfileContainer class. + /// Initializes a new instance of NetworkProfileCollection class. /// The resource representing the parent resource. - internal NetworkProfileContainer(ArmResource parent) : base(parent) + internal NetworkProfileCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NetworkProfilesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a network profile. /// The name of the network profile. @@ -60,7 +77,7 @@ public virtual NetworkProfileCreateOrUpdateOperation CreateOrUpdate(string netwo throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string networkProfileName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string networkProfileName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string networkProfileName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string networkProfi /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string networkProfileName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string networkProfileName, s /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string networkProfileName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string netw /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string networkProfileName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string networkProfileName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string networkProfileName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkProfileContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkProfileCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroup.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroup.cs index 9ea6001a7220d..b32840b871fae 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroup.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroup.cs @@ -353,9 +353,9 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHi /// Gets a list of SecurityRules in the NetworkSecurityGroup. /// An object representing collection of SecurityRules and their operations over a NetworkSecurityGroup. - public SecurityRuleContainer GetSecurityRules() + public SecurityRuleCollection GetSecurityRules() { - return new SecurityRuleContainer(this); + return new SecurityRuleCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupCollection.cs index 48455407a506c..7fcf1dc639a05 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of NetworkSecurityGroup and their operations over a ResourceGroup. - public partial class NetworkSecurityGroupContainer : ArmContainer + public partial class NetworkSecurityGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NetworkSecurityGroupsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected NetworkSecurityGroupContainer() + /// Initializes a new instance of the class for mocking. + protected NetworkSecurityGroupCollection() { } - /// Initializes a new instance of NetworkSecurityGroupContainer class. + /// Initializes a new instance of NetworkSecurityGroupCollection class. /// The resource representing the parent resource. - internal NetworkSecurityGroupContainer(ArmResource parent) : base(parent) + internal NetworkSecurityGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NetworkSecurityGroupsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a network security group in the specified resource group. /// The name of the network security group. @@ -60,7 +77,7 @@ public virtual NetworkSecurityGroupCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrU throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrU /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string networkSecurityGroupNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string networ /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string networkSecurity /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string networkSecurityGroupName, str /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellat { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSi /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkSecurityGroupCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualAppliance.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualAppliance.cs index 365061f4e8cfc..a65d8801cdc69 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualAppliance.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualAppliance.cs @@ -241,9 +241,9 @@ public virtual Response UpdateTags(TagsObject parameter /// Gets a list of VirtualApplianceSites in the NetworkVirtualAppliance. /// An object representing collection of VirtualApplianceSites and their operations over a NetworkVirtualAppliance. - public VirtualApplianceSiteContainer GetVirtualApplianceSites() + public VirtualApplianceSiteCollection GetVirtualApplianceSites() { - return new VirtualApplianceSiteContainer(this); + return new VirtualApplianceSiteCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceCollection.cs index 6d6f0e37337b7..a068d7aa024b7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of NetworkVirtualAppliance and their operations over a ResourceGroup. - public partial class NetworkVirtualApplianceContainer : ArmContainer + public partial class NetworkVirtualApplianceCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NetworkVirtualAppliancesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected NetworkVirtualApplianceContainer() + /// Initializes a new instance of the class for mocking. + protected NetworkVirtualApplianceCollection() { } - /// Initializes a new instance of NetworkVirtualApplianceContainer class. + /// Initializes a new instance of NetworkVirtualApplianceCollection class. /// The resource representing the parent resource. - internal NetworkVirtualApplianceContainer(ArmResource parent) : base(parent) + internal NetworkVirtualApplianceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NetworkVirtualAppliancesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Network Virtual Appliance. /// The name of Network Virtual Appliance. @@ -60,7 +77,7 @@ public virtual NetworkVirtualApplianceCreateOrUpdateOperation CreateOrUpdate(str throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task Create throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task Create /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string networkVirtualApplia /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string net /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string networkVirtu /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string networkVirtualApplianceName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancel { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTo { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pag /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkVirtualApplianceCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcher.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcher.cs index 520a802d70a2e..c49b7c438456d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcher.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcher.cs @@ -923,23 +923,23 @@ public virtual NetworkWatcherGetNetworkConfigurationDiagnosticOperation GetNetwo /// Gets a list of PacketCaptures in the NetworkWatcher. /// An object representing collection of PacketCaptures and their operations over a NetworkWatcher. - public PacketCaptureContainer GetPacketCaptures() + public PacketCaptureCollection GetPacketCaptures() { - return new PacketCaptureContainer(this); + return new PacketCaptureCollection(this); } /// Gets a list of ConnectionMonitors in the NetworkWatcher. /// An object representing collection of ConnectionMonitors and their operations over a NetworkWatcher. - public ConnectionMonitorContainer GetConnectionMonitors() + public ConnectionMonitorCollection GetConnectionMonitors() { - return new ConnectionMonitorContainer(this); + return new ConnectionMonitorCollection(this); } /// Gets a list of FlowLogs in the NetworkWatcher. /// An object representing collection of FlowLogs and their operations over a NetworkWatcher. - public FlowLogContainer GetFlowLogs() + public FlowLogCollection GetFlowLogs() { - return new FlowLogContainer(this); + return new FlowLogCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcherContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcherCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcherContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcherCollection.cs index f9d0fd6972360..b4467714e4271 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcherContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkWatcherCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of NetworkWatcher and their operations over a ResourceGroup. - public partial class NetworkWatcherContainer : ArmContainer + public partial class NetworkWatcherCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NetworkWatchersRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected NetworkWatcherContainer() + /// Initializes a new instance of the class for mocking. + protected NetworkWatcherCollection() { } - /// Initializes a new instance of NetworkWatcherContainer class. + /// Initializes a new instance of NetworkWatcherCollection class. /// The resource representing the parent resource. - internal NetworkWatcherContainer(ArmResource parent) : base(parent) + internal NetworkWatcherCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NetworkWatchersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a network watcher in the specified resource group. /// The name of the network watcher. @@ -60,7 +77,7 @@ public virtual NetworkWatcherCreateOrUpdateOperation CreateOrUpdate(string netwo throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string networkWatcherName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string networkWatcherName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string networkWatcherName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string networkWatch /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string networkWatcherName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string networkWatcherName, C /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string networkWatcherName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string netw /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string networkWatcherName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string networkWatcherName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string networkWatcherName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.GetAll"); scope.Start(); try { @@ -293,7 +310,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.GetAll"); scope.Start(); try { @@ -317,7 +334,7 @@ async Task> FirstPageFunc(int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -340,7 +357,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("NetworkWatcherContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("NetworkWatcherCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/P2SVpnGatewayContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/P2SVpnGatewayCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/P2SVpnGatewayContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/P2SVpnGatewayCollection.cs index 411d33fb513ed..e498cc8ff3c8b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/P2SVpnGatewayContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/P2SVpnGatewayCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of P2SVpnGateway and their operations over a ResourceGroup. - public partial class P2SVpnGatewayContainer : ArmContainer + public partial class P2SVpnGatewayCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly P2SVpnGatewaysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected P2SVpnGatewayContainer() + /// Initializes a new instance of the class for mocking. + protected P2SVpnGatewayCollection() { } - /// Initializes a new instance of P2SVpnGatewayContainer class. + /// Initializes a new instance of P2SVpnGatewayCollection class. /// The resource representing the parent resource. - internal P2SVpnGatewayContainer(ArmResource parent) : base(parent) + internal P2SVpnGatewayCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new P2SVpnGatewaysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway. /// The name of the gateway. @@ -60,7 +77,7 @@ public virtual P2SVpnGatewayCreateOrUpdateOperation CreateOrUpdate(string gatewa throw new ArgumentNullException(nameof(p2SVpnGatewayParameters)); } - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAs throw new ArgumentNullException(nameof(p2SVpnGatewayParameters)); } - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string gatewayName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string gatewayName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string gatewayName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string gatew /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string gatewayName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("P2SVpnGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureCollection.cs index aeb8ff3f6b3c1..67895f2cb5abc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of PacketCapture and their operations over a NetworkWatcher. - public partial class PacketCaptureContainer : ArmContainer + public partial class PacketCaptureCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PacketCapturesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PacketCaptureContainer() + /// Initializes a new instance of the class for mocking. + protected PacketCaptureCollection() { } - /// Initializes a new instance of PacketCaptureContainer class. + /// Initializes a new instance of PacketCaptureCollection class. /// The resource representing the parent resource. - internal PacketCaptureContainer(ArmResource parent) : base(parent) + internal PacketCaptureCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PacketCapturesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => NetworkWatcher.ResourceType; - // Container level operations. + // Collection level operations. /// Create and start a packet capture on the specified VM. /// The name of the packet capture session. @@ -59,7 +76,7 @@ public virtual PacketCaptureCreateOperation CreateOrUpdate(string packetCaptureN throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(stri throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string packetCaptureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string packetCaptureName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string packetCaptureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string packetCapture /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string packetCaptureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string packetCaptureName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string packetCaptureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string packe /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string packetCaptureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string packetCaptureName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string packetCaptureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.GetAll"); scope.Start(); try { @@ -292,7 +309,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PacketCaptureContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PacketCaptureCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateDnsZoneGroupContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateDnsZoneGroupCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateDnsZoneGroupContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateDnsZoneGroupCollection.cs index 12ec90e13303a..ffcdc2b33f66c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateDnsZoneGroupContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateDnsZoneGroupCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of PrivateDnsZoneGroup and their operations over a PrivateEndpoint. - public partial class PrivateDnsZoneGroupContainer : ArmContainer + public partial class PrivateDnsZoneGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PrivateDnsZoneGroupsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PrivateDnsZoneGroupContainer() + /// Initializes a new instance of the class for mocking. + protected PrivateDnsZoneGroupCollection() { } - /// Initializes a new instance of PrivateDnsZoneGroupContainer class. + /// Initializes a new instance of PrivateDnsZoneGroupCollection class. /// The resource representing the parent resource. - internal PrivateDnsZoneGroupContainer(ArmResource parent) : base(parent) + internal PrivateDnsZoneGroupCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PrivateDnsZoneGroupsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => PrivateEndpoint.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a private dns zone group in the specified private endpoint. /// The name of the private dns zone group. @@ -59,7 +76,7 @@ public virtual PrivateDnsZoneGroupCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUp throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string privateDnsZoneGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string privateDnsZoneGroupName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string privateDnsZoneGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string private /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string privateDnsZoneGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string privateDnsZoneGr /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string privateDnsZoneGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string privateDnsZoneGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string privateDnsZoneGroupName, Canc /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string privateDnsZoneGroupName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellati { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateDnsZoneGroupCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpoint.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpoint.cs index 0dfafeeedd1bd..3b372d08c049c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpoint.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpoint.cs @@ -188,9 +188,9 @@ public virtual PrivateEndpointDeleteOperation Delete(bool waitForCompletion = tr /// Gets a list of PrivateDnsZoneGroups in the PrivateEndpoint. /// An object representing collection of PrivateDnsZoneGroups and their operations over a PrivateEndpoint. - public PrivateDnsZoneGroupContainer GetPrivateDnsZoneGroups() + public PrivateDnsZoneGroupCollection GetPrivateDnsZoneGroups() { - return new PrivateDnsZoneGroupContainer(this); + return new PrivateDnsZoneGroupCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointCollection.cs index 60254f04ffc57..130a5907a3a06 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of PrivateEndpoint and their operations over a ResourceGroup. - public partial class PrivateEndpointContainer : ArmContainer + public partial class PrivateEndpointCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PrivateEndpointsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PrivateEndpointContainer() + /// Initializes a new instance of the class for mocking. + protected PrivateEndpointCollection() { } - /// Initializes a new instance of PrivateEndpointContainer class. + /// Initializes a new instance of PrivateEndpointCollection class. /// The resource representing the parent resource. - internal PrivateEndpointContainer(ArmResource parent) : base(parent) + internal PrivateEndpointCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PrivateEndpointsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates an private endpoint in the specified resource group. /// The name of the private endpoint. @@ -60,7 +77,7 @@ public virtual PrivateEndpointCreateOrUpdateOperation CreateOrUpdate(string priv throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdate throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdate /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string privateEndpointName, string /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string privateEndp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string privateEndpointName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string pri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string privateEndpointName, string e /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string privateEndpointName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTo { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken canc { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHin /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateLinkServiceContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateLinkServiceCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateLinkServiceContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateLinkServiceCollection.cs index 776f67f2cd66d..53ffb00ec4387 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateLinkServiceContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateLinkServiceCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of PrivateLinkService and their operations over a ResourceGroup. - public partial class PrivateLinkServiceContainer : ArmContainer + public partial class PrivateLinkServiceCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PrivateLinkServicesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PrivateLinkServiceContainer() + /// Initializes a new instance of the class for mocking. + protected PrivateLinkServiceCollection() { } - /// Initializes a new instance of PrivateLinkServiceContainer class. + /// Initializes a new instance of PrivateLinkServiceCollection class. /// The resource representing the parent resource. - internal PrivateLinkServiceContainer(ArmResource parent) : base(parent) + internal PrivateLinkServiceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PrivateLinkServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates an private link service in the specified resource group. /// The name of the private link service. @@ -60,7 +77,7 @@ public virtual PrivateLinkServiceCreateOrUpdateOperation CreateOrUpdate(string s throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpd throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string serviceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string serviceName, string expan /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string serviceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string serviceN /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string serviceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string serviceName, stri /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string serviceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string serviceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string serviceName, string expand = /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string serviceName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken c { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSize /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PrivateLinkServiceCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressCollection.cs index b33c2991b85a5..5c63a87ee00c6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of PublicIPAddress and their operations over a ResourceGroup. - public partial class PublicIPAddressContainer : ArmContainer + public partial class PublicIPAddressCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PublicIPAddressesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PublicIPAddressContainer() + /// Initializes a new instance of the class for mocking. + protected PublicIPAddressCollection() { } - /// Initializes a new instance of PublicIPAddressContainer class. + /// Initializes a new instance of PublicIPAddressCollection class. /// The resource representing the parent resource. - internal PublicIPAddressContainer(ArmResource parent) : base(parent) + internal PublicIPAddressCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PublicIPAddressesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a static or dynamic public IP address. /// The name of the public IP address. @@ -60,7 +77,7 @@ public virtual PublicIPAddressCreateOrUpdateOperation CreateOrUpdate(string publ throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdate throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdate /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string publicIpAddressName, string /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string publicIpAdd /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string publicIpAddressName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string pub /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string publicIpAddressName, string e /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTo { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken canc { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHin /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPAddressContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PublicIPAddressCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPPrefixContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPPrefixCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPPrefixContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPPrefixCollection.cs index 8ba21d7e0cf14..ab115e63a75ea 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPPrefixContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPPrefixCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of PublicIPPrefix and their operations over a ResourceGroup. - public partial class PublicIPPrefixContainer : ArmContainer + public partial class PublicIPPrefixCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PublicIPPrefixesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PublicIPPrefixContainer() + /// Initializes a new instance of the class for mocking. + protected PublicIPPrefixCollection() { } - /// Initializes a new instance of PublicIPPrefixContainer class. + /// Initializes a new instance of PublicIPPrefixCollection class. /// The resource representing the parent resource. - internal PublicIPPrefixContainer(ArmResource parent) : base(parent) + internal PublicIPPrefixCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PublicIPPrefixesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a static or dynamic public IP prefix. /// The name of the public IP prefix. @@ -60,7 +77,7 @@ public virtual PublicIPPrefixCreateOrUpdateOperation CreateOrUpdate(string publi throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string publicIpPrefixName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string publicIpPref /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string publicIpPrefixName, s /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string publ /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string publicIpPrefixName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("PublicIPPrefixCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/RouteContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/RouteCollection.cs index f8a737c46d13a..a934c2ae8fbf2 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of Route and their operations over a RouteTable. - public partial class RouteContainer : ArmContainer + public partial class RouteCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly RoutesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected RouteContainer() + /// Initializes a new instance of the class for mocking. + protected RouteCollection() { } - /// Initializes a new instance of RouteContainer class. + /// Initializes a new instance of RouteCollection class. /// The resource representing the parent resource. - internal RouteContainer(ArmResource parent) : base(parent) + internal RouteCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new RoutesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => RouteTable.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a route in the specified route table. /// The name of the route. @@ -59,7 +76,7 @@ public virtual RouteCreateOrUpdateOperation CreateOrUpdate(string routeName, Rou throw new ArgumentNullException(nameof(routeParameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(stri throw new ArgumentNullException(nameof(routeParameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string routeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string routeName, CancellationToken cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string routeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string routeName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string routeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string routeName, CancellationToken c /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string routeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string routeName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string routeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string routeName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string routeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = defa { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellationTo { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilter.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilter.cs index 58a6200c34346..2ed25d5c0f6b7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilter.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilter.cs @@ -237,9 +237,9 @@ public virtual Response UpdateTags(TagsObject parameters, Cancellat /// Gets a list of RouteFilterRules in the RouteFilter. /// An object representing collection of RouteFilterRules and their operations over a RouteFilter. - public RouteFilterRuleContainer GetRouteFilterRules() + public RouteFilterRuleCollection GetRouteFilterRules() { - return new RouteFilterRuleContainer(this); + return new RouteFilterRuleCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterCollection.cs index 12a3998123577..29601b8405fcf 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of RouteFilter and their operations over a ResourceGroup. - public partial class RouteFilterContainer : ArmContainer + public partial class RouteFilterCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly RouteFiltersRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected RouteFilterContainer() + /// Initializes a new instance of the class for mocking. + protected RouteFilterCollection() { } - /// Initializes a new instance of RouteFilterContainer class. + /// Initializes a new instance of RouteFilterCollection class. /// The resource representing the parent resource. - internal RouteFilterContainer(ArmResource parent) : base(parent) + internal RouteFilterCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new RouteFiltersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a route filter in a specified resource group. /// The name of the route filter. @@ -60,7 +77,7 @@ public virtual RouteFilterCreateOrUpdateOperation CreateOrUpdate(string routeFil throw new ArgumentNullException(nameof(routeFilterParameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsyn throw new ArgumentNullException(nameof(routeFilterParameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsyn /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string routeFilterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string routeFilterName, string expand = /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string routeFilterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string routeFilterName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string routeFilterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string routeFilterName, string /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string routeFilterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string routeFi /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string routeFilterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string routeFilterName, string expan /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string routeFilterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancella { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterRuleContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterRuleCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterRuleContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterRuleCollection.cs index 5bec8d0848bce..a51c9f630c5f8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterRuleContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteFilterRuleCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of RouteFilterRule and their operations over a RouteFilter. - public partial class RouteFilterRuleContainer : ArmContainer + public partial class RouteFilterRuleCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly RouteFilterRulesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected RouteFilterRuleContainer() + /// Initializes a new instance of the class for mocking. + protected RouteFilterRuleCollection() { } - /// Initializes a new instance of RouteFilterRuleContainer class. + /// Initializes a new instance of RouteFilterRuleCollection class. /// The resource representing the parent resource. - internal RouteFilterRuleContainer(ArmResource parent) : base(parent) + internal RouteFilterRuleCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new RouteFilterRulesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => RouteFilter.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a route in the specified route filter. /// The name of the route filter rule. @@ -59,7 +76,7 @@ public virtual RouteFilterRuleCreateOrUpdateOperation CreateOrUpdate(string rule throw new ArgumentNullException(nameof(routeFilterRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdate throw new ArgumentNullException(nameof(routeFilterRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdate /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string ruleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string ruleName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string ruleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string ruleName, C /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string ruleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string ruleName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string ruleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string rul /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string ruleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string ruleName, CancellationToken c /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string ruleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTo { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken canc { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteFilterRuleCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTable.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTable.cs index 5e2d431a8dfb8..eba56a51b1357 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTable.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTable.cs @@ -237,9 +237,9 @@ public virtual Response UpdateTags(TagsObject parameters, Cancellati /// Gets a list of Routes in the RouteTable. /// An object representing collection of Routes and their operations over a RouteTable. - public RouteContainer GetRoutes() + public RouteCollection GetRoutes() { - return new RouteContainer(this); + return new RouteCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTableContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTableCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTableContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTableCollection.cs index ce81d4a55df54..740e231c4d364 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTableContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteTableCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of RouteTable and their operations over a ResourceGroup. - public partial class RouteTableContainer : ArmContainer + public partial class RouteTableCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly RouteTablesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected RouteTableContainer() + /// Initializes a new instance of the class for mocking. + protected RouteTableCollection() { } - /// Initializes a new instance of RouteTableContainer class. + /// Initializes a new instance of RouteTableCollection class. /// The resource representing the parent resource. - internal RouteTableContainer(ArmResource parent) : base(parent) + internal RouteTableCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new RouteTablesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Create or updates a route table in a specified resource group. /// The name of the route table. @@ -60,7 +77,7 @@ public virtual RouteTableCreateOrUpdateOperation CreateOrUpdate(string routeTabl throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string routeTableName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string routeTableName, string expand = n /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string routeTableName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string routeTableName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string routeTableName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string routeTableName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string routeTableName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string routeTab /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string routeTableName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string routeTableName, string expand /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string routeTableName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("RouteTableContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("RouteTableCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityPartnerProviderContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityPartnerProviderCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityPartnerProviderContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityPartnerProviderCollection.cs index 59991bc44f6f0..f506fa35213db 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityPartnerProviderContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityPartnerProviderCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of SecurityPartnerProvider and their operations over a ResourceGroup. - public partial class SecurityPartnerProviderContainer : ArmContainer + public partial class SecurityPartnerProviderCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly SecurityPartnerProvidersRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected SecurityPartnerProviderContainer() + /// Initializes a new instance of the class for mocking. + protected SecurityPartnerProviderCollection() { } - /// Initializes a new instance of SecurityPartnerProviderContainer class. + /// Initializes a new instance of SecurityPartnerProviderCollection class. /// The resource representing the parent resource. - internal SecurityPartnerProviderContainer(ArmResource parent) : base(parent) + internal SecurityPartnerProviderCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new SecurityPartnerProvidersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Security Partner Provider. /// The name of the Security Partner Provider. @@ -60,7 +77,7 @@ public virtual SecurityPartnerProviderCreateOrUpdateOperation CreateOrUpdate(str throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task Create throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task Create /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string securityPartnerProviderName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string securityPartnerProvi /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string securityPartnerProviderName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string sec /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string securityPartnerProviderName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string securityPart /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string securityPartnerProviderName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string securityPartnerProviderName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string securityPartnerProviderName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string securityPartnerProviderName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancel { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTo { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pag /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("SecurityPartnerProviderCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityRuleContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityRuleCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityRuleContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityRuleCollection.cs index c2fb764153946..e037a40c295ed 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityRuleContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityRuleCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of SecurityRule and their operations over a NetworkSecurityGroup. - public partial class SecurityRuleContainer : ArmContainer + public partial class SecurityRuleCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly SecurityRulesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected SecurityRuleContainer() + /// Initializes a new instance of the class for mocking. + protected SecurityRuleCollection() { } - /// Initializes a new instance of SecurityRuleContainer class. + /// Initializes a new instance of SecurityRuleCollection class. /// The resource representing the parent resource. - internal SecurityRuleContainer(ArmResource parent) : base(parent) + internal SecurityRuleCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new SecurityRulesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => NetworkSecurityGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a security rule in the specified network security group. /// The name of the security rule. @@ -59,7 +76,7 @@ public virtual SecurityRuleCreateOrUpdateOperation CreateOrUpdate(string securit throw new ArgumentNullException(nameof(securityRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsy throw new ArgumentNullException(nameof(securityRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string securityRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string securityRuleName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string securityRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string securityRuleNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string securityRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string securityRuleName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string securityRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string securi /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string securityRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string securityRuleName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string securityRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SecurityRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SecurityRuleCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicy.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicy.cs index dcfba454be10b..af7461ed13d36 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicy.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicy.cs @@ -237,9 +237,9 @@ public virtual Response UpdateTags(TagsObject parameters, /// Gets a list of ServiceEndpointPolicyDefinitions in the ServiceEndpointPolicy. /// An object representing collection of ServiceEndpointPolicyDefinitions and their operations over a ServiceEndpointPolicy. - public ServiceEndpointPolicyDefinitionContainer GetServiceEndpointPolicyDefinitions() + public ServiceEndpointPolicyDefinitionCollection GetServiceEndpointPolicyDefinitions() { - return new ServiceEndpointPolicyDefinitionContainer(this); + return new ServiceEndpointPolicyDefinitionCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyCollection.cs index 6c929d115e799..7e437686fad4d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ServiceEndpointPolicy and their operations over a ResourceGroup. - public partial class ServiceEndpointPolicyContainer : ArmContainer + public partial class ServiceEndpointPolicyCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ServiceEndpointPoliciesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ServiceEndpointPolicyContainer() + /// Initializes a new instance of the class for mocking. + protected ServiceEndpointPolicyCollection() { } - /// Initializes a new instance of ServiceEndpointPolicyContainer class. + /// Initializes a new instance of ServiceEndpointPolicyCollection class. /// The resource representing the parent resource. - internal ServiceEndpointPolicyContainer(ArmResource parent) : base(parent) + internal ServiceEndpointPolicyCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ServiceEndpointPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a service Endpoint Policies. /// The name of the service endpoint policy. @@ -60,7 +77,7 @@ public virtual ServiceEndpointPolicyCreateOrUpdateOperation CreateOrUpdate(strin throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOr throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOr /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string serviceEndpointPolicyN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string servi /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string serviceEndpoin /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string serviceEndpointPolicyName, st /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancella { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToke { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageS /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyDefinitionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyDefinitionCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyDefinitionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyDefinitionCollection.cs index 2437c5482e60b..8533714588827 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyDefinitionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyDefinitionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of ServiceEndpointPolicyDefinition and their operations over a ServiceEndpointPolicy. - public partial class ServiceEndpointPolicyDefinitionContainer : ArmContainer + public partial class ServiceEndpointPolicyDefinitionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ServiceEndpointPolicyDefinitionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ServiceEndpointPolicyDefinitionContainer() + /// Initializes a new instance of the class for mocking. + protected ServiceEndpointPolicyDefinitionCollection() { } - /// Initializes a new instance of ServiceEndpointPolicyDefinitionContainer class. + /// Initializes a new instance of ServiceEndpointPolicyDefinitionCollection class. /// The resource representing the parent resource. - internal ServiceEndpointPolicyDefinitionContainer(ArmResource parent) : base(parent) + internal ServiceEndpointPolicyDefinitionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ServiceEndpointPolicyDefinitionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ServiceEndpointPolicy.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a service endpoint policy definition in the specified service endpoint policy. /// The name of the service endpoint policy definition name. @@ -59,7 +76,7 @@ public virtual ServiceEndpointPolicyDefinitionCreateOrUpdateOperation CreateOrUp throw new ArgumentNullException(nameof(serviceEndpointPolicyDefinitions)); } - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string serviceEndpo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string serv /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExists /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string serviceEndpointPolicyDefiniti /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHin } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ServiceEndpointPolicyDefinitionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SubnetContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SubnetCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/SubnetContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/SubnetCollection.cs index 3a4f8ac16ee1c..22318c95aae2a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/SubnetContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SubnetCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of Subnet and their operations over a VirtualNetwork. - public partial class SubnetContainer : ArmContainer + public partial class SubnetCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly SubnetsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected SubnetContainer() + /// Initializes a new instance of the class for mocking. + protected SubnetCollection() { } - /// Initializes a new instance of SubnetContainer class. + /// Initializes a new instance of SubnetCollection class. /// The resource representing the parent resource. - internal SubnetContainer(ArmResource parent) : base(parent) + internal SubnetCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new SubnetsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualNetwork.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a subnet in the specified virtual network. /// The name of the subnet. @@ -59,7 +76,7 @@ public virtual SubnetCreateOrUpdateOperation CreateOrUpdate(string subnetName, S throw new ArgumentNullException(nameof(subnetParameters)); } - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(str throw new ArgumentNullException(nameof(subnetParameters)); } - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync(str /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string subnetName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string subnetName, string expand = null, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string subnetName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.Get"); scope.Start(); try { @@ -170,7 +187,7 @@ public async virtual Task> GetAsync(string subnetName, string e /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string subnetName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.GetIfExists"); scope.Start(); try { @@ -197,7 +214,7 @@ public virtual Response GetIfExists(string subnetName, string expand = n /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string subnetName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.GetIfExists"); scope.Start(); try { @@ -224,7 +241,7 @@ public async virtual Task> GetIfExistsAsync(string subnetName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string subnetName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string subnetName, string expand = n /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string subnetName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.CheckIfExists"); scope.Start(); try { @@ -275,7 +292,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = def { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.GetAll"); scope.Start(); try { @@ -290,7 +307,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.GetAll"); scope.Start(); try { @@ -313,7 +330,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellationT { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.GetAll"); scope.Start(); try { @@ -328,7 +345,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubnetContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubnetCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualApplianceSiteContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualApplianceSiteCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualApplianceSiteContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualApplianceSiteCollection.cs index e3a86292679d4..d9750071801a2 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualApplianceSiteContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualApplianceSiteCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualApplianceSite and their operations over a NetworkVirtualAppliance. - public partial class VirtualApplianceSiteContainer : ArmContainer + public partial class VirtualApplianceSiteCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualApplianceSitesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualApplianceSiteContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualApplianceSiteCollection() { } - /// Initializes a new instance of VirtualApplianceSiteContainer class. + /// Initializes a new instance of VirtualApplianceSiteCollection class. /// The resource representing the parent resource. - internal VirtualApplianceSiteContainer(ArmResource parent) : base(parent) + internal VirtualApplianceSiteCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualApplianceSitesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => NetworkVirtualAppliance.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Network Virtual Appliance Site. /// The name of the site. @@ -59,7 +76,7 @@ public virtual VirtualApplianceSiteCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrU throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrU /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string siteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string siteName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string siteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string siteNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string siteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string siteName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string siteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string siteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string siteName, CancellationToken c /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string siteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellat { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualApplianceSiteCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHub.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHub.cs index dac896d2595a2..18e1637e3b9bf 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHub.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHub.cs @@ -281,37 +281,37 @@ public virtual VirtualHubGetEffectiveVirtualHubRoutesOperation GetEffectiveVirtu /// Gets a list of HubVirtualNetworkConnections in the VirtualHub. /// An object representing collection of HubVirtualNetworkConnections and their operations over a VirtualHub. - public HubVirtualNetworkConnectionContainer GetHubVirtualNetworkConnections() + public HubVirtualNetworkConnectionCollection GetHubVirtualNetworkConnections() { - return new HubVirtualNetworkConnectionContainer(this); + return new HubVirtualNetworkConnectionCollection(this); } /// Gets a list of VirtualHubRouteTableV2s in the VirtualHub. /// An object representing collection of VirtualHubRouteTableV2s and their operations over a VirtualHub. - public VirtualHubRouteTableV2Container GetVirtualHubRouteTableV2s() + public VirtualHubRouteTableV2Collection GetVirtualHubRouteTableV2s() { - return new VirtualHubRouteTableV2Container(this); + return new VirtualHubRouteTableV2Collection(this); } /// Gets a list of BgpConnections in the VirtualHub. /// An object representing collection of BgpConnections and their operations over a VirtualHub. - public BgpConnectionContainer GetBgpConnections() + public BgpConnectionCollection GetBgpConnections() { - return new BgpConnectionContainer(this); + return new BgpConnectionCollection(this); } /// Gets a list of HubIpConfigurations in the VirtualHub. /// An object representing collection of HubIpConfigurations and their operations over a VirtualHub. - public HubIpConfigurationContainer GetHubIpConfigurations() + public HubIpConfigurationCollection GetHubIpConfigurations() { - return new HubIpConfigurationContainer(this); + return new HubIpConfigurationCollection(this); } /// Gets a list of HubRouteTables in the VirtualHub. /// An object representing collection of HubRouteTables and their operations over a VirtualHub. - public HubRouteTableContainer GetHubRouteTables() + public HubRouteTableCollection GetHubRouteTables() { - return new HubRouteTableContainer(this); + return new HubRouteTableCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubCollection.cs index 956f1d7cbc79e..5fae967129864 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualHub and their operations over a ResourceGroup. - public partial class VirtualHubContainer : ArmContainer + public partial class VirtualHubCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualHubsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualHubContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualHubCollection() { } - /// Initializes a new instance of VirtualHubContainer class. + /// Initializes a new instance of VirtualHubCollection class. /// The resource representing the parent resource. - internal VirtualHubContainer(ArmResource parent) : base(parent) + internal VirtualHubCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualHubsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub. /// The name of the VirtualHub. @@ -60,7 +77,7 @@ public virtual VirtualHubCreateOrUpdateOperation CreateOrUpdate(string virtualHu throw new ArgumentNullException(nameof(virtualHubParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(virtualHubParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string virtualHubName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string virtualHubName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string virtualHubName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string virtualHubName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string virtualHubName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string virtualHubName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string virtualHubName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string virtualH /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string virtualHubName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string virtualHubName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string virtualHubName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubRouteTableV2Container.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubRouteTableV2Collection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubRouteTableV2Container.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubRouteTableV2Collection.cs index d3de258ce4361..97d0f9083cf89 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubRouteTableV2Container.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubRouteTableV2Collection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualHubRouteTableV2 and their operations over a VirtualHub. - public partial class VirtualHubRouteTableV2Container : ArmContainer + public partial class VirtualHubRouteTableV2Collection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualHubRouteTableV2SRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualHubRouteTableV2Container() + /// Initializes a new instance of the class for mocking. + protected VirtualHubRouteTableV2Collection() { } - /// Initializes a new instance of VirtualHubRouteTableV2Container class. + /// Initializes a new instance of VirtualHubRouteTableV2Collection class. /// The resource representing the parent resource. - internal VirtualHubRouteTableV2Container(ArmResource parent) : base(parent) + internal VirtualHubRouteTableV2Collection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualHubRouteTableV2SRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualHub.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2. /// The name of the VirtualHubRouteTableV2. @@ -59,7 +76,7 @@ public virtual VirtualHubRouteTableV2CreateOrUpdateOperation CreateOrUpdate(stri throw new ArgumentNullException(nameof(virtualHubRouteTableV2Parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateO throw new ArgumentNullException(nameof(virtualHubRouteTableV2Parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateO /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string routeTableName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string rout /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string routeTableNam /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(str /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string routeTableName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string routeTableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancell { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTok { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Container.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualHubRouteTableV2Collection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetwork.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetwork.cs index c229e7448a194..5272c7641f1b5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetwork.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetwork.cs @@ -363,16 +363,16 @@ async Task> NextPageFunc(string nextLink, int? pageSiz /// Gets a list of Subnets in the VirtualNetwork. /// An object representing collection of Subnets and their operations over a VirtualNetwork. - public SubnetContainer GetSubnets() + public SubnetCollection GetSubnets() { - return new SubnetContainer(this); + return new SubnetCollection(this); } /// Gets a list of VirtualNetworkPeerings in the VirtualNetwork. /// An object representing collection of VirtualNetworkPeerings and their operations over a VirtualNetwork. - public VirtualNetworkPeeringContainer GetVirtualNetworkPeerings() + public VirtualNetworkPeeringCollection GetVirtualNetworkPeerings() { - return new VirtualNetworkPeeringContainer(this); + return new VirtualNetworkPeeringCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkCollection.cs index 8f5a7e368fa64..1c9d35f32499d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualNetwork and their operations over a ResourceGroup. - public partial class VirtualNetworkContainer : ArmContainer + public partial class VirtualNetworkCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualNetworksRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualNetworkContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualNetworkCollection() { } - /// Initializes a new instance of VirtualNetworkContainer class. + /// Initializes a new instance of VirtualNetworkCollection class. /// The resource representing the parent resource. - internal VirtualNetworkContainer(ArmResource parent) : base(parent) + internal VirtualNetworkCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualNetworksRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a virtual network in the specified resource group. /// The name of the virtual network. @@ -60,7 +77,7 @@ public virtual VirtualNetworkCreateOrUpdateOperation CreateOrUpdate(string virtu throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string virtualNetworkName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string virtualNetwo /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string virtualNetworkName, s /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string virt /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string virtualNetworkName, string ex /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGateway.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGateway.cs index b74bd8fd0c3c9..db3c5cd00fdb3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGateway.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGateway.cs @@ -1111,9 +1111,9 @@ public virtual VirtualNetworkGatewayDisconnectVirtualNetworkGatewayVpnConnection /// Gets a list of VirtualNetworkGatewayNatRules in the VirtualNetworkGateway. /// An object representing collection of VirtualNetworkGatewayNatRules and their operations over a VirtualNetworkGateway. - public VirtualNetworkGatewayNatRuleContainer GetVirtualNetworkGatewayNatRules() + public VirtualNetworkGatewayNatRuleCollection GetVirtualNetworkGatewayNatRules() { - return new VirtualNetworkGatewayNatRuleContainer(this); + return new VirtualNetworkGatewayNatRuleCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayCollection.cs index 4b397969df99a..6d7667fb3d18a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualNetworkGateway and their operations over a ResourceGroup. - public partial class VirtualNetworkGatewayContainer : ArmContainer + public partial class VirtualNetworkGatewayCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualNetworkGatewaysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualNetworkGatewayContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualNetworkGatewayCollection() { } - /// Initializes a new instance of VirtualNetworkGatewayContainer class. + /// Initializes a new instance of VirtualNetworkGatewayCollection class. /// The resource representing the parent resource. - internal VirtualNetworkGatewayContainer(ArmResource parent) : base(parent) + internal VirtualNetworkGatewayCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualNetworkGatewaysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a virtual network gateway in the specified resource group. /// The name of the virtual network gateway. @@ -60,7 +77,7 @@ public virtual VirtualNetworkGatewayCreateOrUpdateOperation CreateOrUpdate(strin throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOr throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOr /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string virtualNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string virtualNetworkGatewayN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string virtualNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string virtu /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string virtualNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string virtualNetwork /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string virtualNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string virtualNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string virtualNetworkGatewayName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string virtualNetworkGatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancella { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToke { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageS /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionCollection.cs index d0553f4616fb9..57c7bdcefc965 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualNetworkGatewayConnection and their operations over a ResourceGroup. - public partial class VirtualNetworkGatewayConnectionContainer : ArmContainer + public partial class VirtualNetworkGatewayConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualNetworkGatewayConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualNetworkGatewayConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualNetworkGatewayConnectionCollection() { } - /// Initializes a new instance of VirtualNetworkGatewayConnectionContainer class. + /// Initializes a new instance of VirtualNetworkGatewayConnectionCollection class. /// The resource representing the parent resource. - internal VirtualNetworkGatewayConnectionContainer(ArmResource parent) : base(parent) + internal VirtualNetworkGatewayConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualNetworkGatewayConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a virtual network gateway connection in the specified resource group. /// The name of the virtual network gateway connection. @@ -60,7 +77,7 @@ public virtual VirtualNetworkGatewayConnectionCreateOrUpdateOperation CreateOrUp throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string virtualNetwo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string virt /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExists /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string virtualNetworkGatewayConnecti /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(Cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHin } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayNatRuleContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayNatRuleCollection.cs similarity index 90% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayNatRuleContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayNatRuleCollection.cs index 5a3bbf8d01dbd..504cd551c5c81 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayNatRuleContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayNatRuleCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualNetworkGatewayNatRule and their operations over a VirtualNetworkGateway. - public partial class VirtualNetworkGatewayNatRuleContainer : ArmContainer + public partial class VirtualNetworkGatewayNatRuleCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualNetworkGatewayNatRulesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualNetworkGatewayNatRuleContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualNetworkGatewayNatRuleCollection() { } - /// Initializes a new instance of VirtualNetworkGatewayNatRuleContainer class. + /// Initializes a new instance of VirtualNetworkGatewayNatRuleCollection class. /// The resource representing the parent resource. - internal VirtualNetworkGatewayNatRuleContainer(ArmResource parent) : base(parent) + internal VirtualNetworkGatewayNatRuleCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualNetworkGatewayNatRulesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualNetworkGateway.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules. /// The name of the nat rule. @@ -59,7 +76,7 @@ public virtual VirtualNetworkGatewayNatRuleCreateOrUpdateOperation CreateOrUpdat throw new ArgumentNullException(nameof(natRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task C throw new ArgumentNullException(nameof(natRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task C /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string natRuleName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string natRule /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string natRuleName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken c { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(Cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkGatewayNatRuleCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringCollection.cs index 52a0b277dcbeb..29222e4f36ea2 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualNetworkPeering and their operations over a VirtualNetwork. - public partial class VirtualNetworkPeeringContainer : ArmContainer + public partial class VirtualNetworkPeeringCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualNetworkPeeringsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualNetworkPeeringContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualNetworkPeeringCollection() { } - /// Initializes a new instance of VirtualNetworkPeeringContainer class. + /// Initializes a new instance of VirtualNetworkPeeringCollection class. /// The resource representing the parent resource. - internal VirtualNetworkPeeringContainer(ArmResource parent) : base(parent) + internal VirtualNetworkPeeringCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualNetworkPeeringsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualNetwork.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a peering in the specified virtual network. /// The name of the peering. @@ -60,7 +77,7 @@ public virtual VirtualNetworkPeeringCreateOrUpdateOperation CreateOrUpdate(strin throw new ArgumentNullException(nameof(virtualNetworkPeeringParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.CreateOrUpdate"); scope.Start(); try { @@ -95,7 +112,7 @@ public async virtual Task CreateOr throw new ArgumentNullException(nameof(virtualNetworkPeeringParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOr /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string virtualNetworkPeeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string virtualNetworkPeeringN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string virtualNetworkPeeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.Get"); scope.Start(); try { @@ -169,7 +186,7 @@ public async virtual Task> GetAsync(string virtu /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string virtualNetworkPeeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.GetIfExists"); scope.Start(); try { @@ -195,7 +212,7 @@ public virtual Response GetIfExists(string virtualNetwork /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string virtualNetworkPeeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.GetIfExists"); scope.Start(); try { @@ -221,7 +238,7 @@ public async virtual Task> GetIfExistsAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string virtualNetworkPeeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -245,7 +262,7 @@ public virtual Response CheckIfExists(string virtualNetworkPeeringName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string virtualNetworkPeeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -271,7 +288,7 @@ public virtual Pageable GetAll(CancellationToken cancella { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.GetAll"); scope.Start(); try { @@ -286,7 +303,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.GetAll"); scope.Start(); try { @@ -309,7 +326,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToke { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.GetAll"); scope.Start(); try { @@ -324,7 +341,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkPeeringCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkTapContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkTapCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkTapContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkTapCollection.cs index d218c9f7704a4..36af9b55c8f0b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkTapContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkTapCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualNetworkTap and their operations over a ResourceGroup. - public partial class VirtualNetworkTapContainer : ArmContainer + public partial class VirtualNetworkTapCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualNetworkTapsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualNetworkTapContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualNetworkTapCollection() { } - /// Initializes a new instance of VirtualNetworkTapContainer class. + /// Initializes a new instance of VirtualNetworkTapCollection class. /// The resource representing the parent resource. - internal VirtualNetworkTapContainer(ArmResource parent) : base(parent) + internal VirtualNetworkTapCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualNetworkTapsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a Virtual Network Tap. /// The name of the virtual network tap. @@ -60,7 +77,7 @@ public virtual VirtualNetworkTapCreateOrUpdateOperation CreateOrUpdate(string ta throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpda throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpda /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string tapName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string tapName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string tapName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string tapName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string tapName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string tapName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string tapName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string t /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string tapName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string tapName, CancellationToken ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string tapName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellation { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken ca { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeH /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualNetworkTapCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouter.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouter.cs index c90ffa6c59f71..857a0424366b8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouter.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouter.cs @@ -188,9 +188,9 @@ public virtual VirtualRouterDeleteOperation Delete(bool waitForCompletion = true /// Gets a list of VirtualRouterPeerings in the VirtualRouter. /// An object representing collection of VirtualRouterPeerings and their operations over a VirtualRouter. - public VirtualRouterPeeringContainer GetVirtualRouterPeerings() + public VirtualRouterPeeringCollection GetVirtualRouterPeerings() { - return new VirtualRouterPeeringContainer(this); + return new VirtualRouterPeeringCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterCollection.cs index 799adaea497b1..0b906376ba373 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualRouter and their operations over a ResourceGroup. - public partial class VirtualRouterContainer : ArmContainer + public partial class VirtualRouterCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualRoutersRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualRouterContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualRouterCollection() { } - /// Initializes a new instance of VirtualRouterContainer class. + /// Initializes a new instance of VirtualRouterCollection class. /// The resource representing the parent resource. - internal VirtualRouterContainer(ArmResource parent) : base(parent) + internal VirtualRouterCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualRoutersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Virtual Router. /// The name of the Virtual Router. @@ -60,7 +77,7 @@ public virtual VirtualRouterCreateOrUpdateOperation CreateOrUpdate(string virtua throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAs throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string virtualRouterName, string expa /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string virtualRouter /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string virtualRouterName, str /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string virtu /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string virtualRouterName, string exp /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string virtualRouterName, string expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterPeeringContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterPeeringCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterPeeringContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterPeeringCollection.cs index a5eca307f23b9..e4d0ca98a83f4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterPeeringContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualRouterPeeringCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualRouterPeering and their operations over a VirtualRouter. - public partial class VirtualRouterPeeringContainer : ArmContainer + public partial class VirtualRouterPeeringCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualRouterPeeringsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualRouterPeeringContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualRouterPeeringCollection() { } - /// Initializes a new instance of VirtualRouterPeeringContainer class. + /// Initializes a new instance of VirtualRouterPeeringCollection class. /// The resource representing the parent resource. - internal VirtualRouterPeeringContainer(ArmResource parent) : base(parent) + internal VirtualRouterPeeringCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualRouterPeeringsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VirtualRouter.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the specified Virtual Router Peering. /// The name of the Virtual Router Peering. @@ -59,7 +76,7 @@ public virtual VirtualRouterPeeringCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrU throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrU /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string peeringName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string peerin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string peeringName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string peeringName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string peeringName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellat { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualRouterPeeringCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWANContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWANCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWANContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWANCollection.cs index 2a3c51bd213ee..abca2870da9e8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWANContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWANCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VirtualWAN and their operations over a ResourceGroup. - public partial class VirtualWANContainer : ArmContainer + public partial class VirtualWANCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VirtualWansRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VirtualWANContainer() + /// Initializes a new instance of the class for mocking. + protected VirtualWANCollection() { } - /// Initializes a new instance of VirtualWANContainer class. + /// Initializes a new instance of VirtualWANCollection class. /// The resource representing the parent resource. - internal VirtualWANContainer(ArmResource parent) : base(parent) + internal VirtualWANCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VirtualWansRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN. /// The name of the VirtualWAN being created or updated. @@ -60,7 +77,7 @@ public virtual VirtualWanCreateOrUpdateOperation CreateOrUpdate(string virtualWA throw new ArgumentNullException(nameof(wANParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(wANParameters)); } - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string virtualWANName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string virtualWANName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string virtualWANName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string virtualWANName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string virtualWANName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string virtualWANName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string virtualWANName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string virtualW /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string virtualWANName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string virtualWANName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string virtualWANName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VirtualWANContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VirtualWANCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnConnectionContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnConnectionCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VpnConnectionContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VpnConnectionCollection.cs index 2d6d74504ab67..49a656305e48f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnConnectionContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VpnConnection and their operations over a VpnGateway. - public partial class VpnConnectionContainer : ArmContainer + public partial class VpnConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VpnConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VpnConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected VpnConnectionCollection() { } - /// Initializes a new instance of VpnConnectionContainer class. + /// Initializes a new instance of VpnConnectionCollection class. /// The resource representing the parent resource. - internal VpnConnectionContainer(ArmResource parent) : base(parent) + internal VpnConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VpnConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VpnGateway.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection. /// The name of the connection. @@ -59,7 +76,7 @@ public virtual VpnConnectionCreateOrUpdateOperation CreateOrUpdate(string connec throw new ArgumentNullException(nameof(vpnConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAs throw new ArgumentNullException(nameof(vpnConnectionParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAs /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string connectionName, CancellationTo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string connectionNam /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string connectionName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string conne /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string connectionName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string connectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGateway.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGateway.cs index 9590ea399bd57..bcd549c80ba48 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGateway.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGateway.cs @@ -380,16 +380,16 @@ public virtual VpnGatewayStopPacketCaptureOperation StopPacketCapture(VpnGateway /// Gets a list of VpnConnections in the VpnGateway. /// An object representing collection of VpnConnections and their operations over a VpnGateway. - public VpnConnectionContainer GetVpnConnections() + public VpnConnectionCollection GetVpnConnections() { - return new VpnConnectionContainer(this); + return new VpnConnectionCollection(this); } /// Gets a list of VpnGatewayNatRules in the VpnGateway. /// An object representing collection of VpnGatewayNatRules and their operations over a VpnGateway. - public VpnGatewayNatRuleContainer GetVpnGatewayNatRules() + public VpnGatewayNatRuleCollection GetVpnGatewayNatRules() { - return new VpnGatewayNatRuleContainer(this); + return new VpnGatewayNatRuleCollection(this); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayCollection.cs index e182174146fd3..6fdb6e7479f22 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VpnGateway and their operations over a ResourceGroup. - public partial class VpnGatewayContainer : ArmContainer + public partial class VpnGatewayCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VpnGatewaysRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VpnGatewayContainer() + /// Initializes a new instance of the class for mocking. + protected VpnGatewayCollection() { } - /// Initializes a new instance of VpnGatewayContainer class. + /// Initializes a new instance of VpnGatewayCollection class. /// The resource representing the parent resource. - internal VpnGatewayContainer(ArmResource parent) : base(parent) + internal VpnGatewayCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VpnGatewaysRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway. /// The name of the gateway. @@ -60,7 +77,7 @@ public virtual VpnGatewayCreateOrUpdateOperation CreateOrUpdate(string gatewayNa throw new ArgumentNullException(nameof(vpnGatewayParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(vpnGatewayParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string gatewayName, CancellationToken ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string gatewayName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string gatewayName, Cancellation /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string gatewayN /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string gatewayName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string gatewayName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayNatRuleContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayNatRuleCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayNatRuleContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayNatRuleCollection.cs index 814aa197e2c1e..2065e974ba06f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayNatRuleContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayNatRuleCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VpnGatewayNatRule and their operations over a VpnGateway. - public partial class VpnGatewayNatRuleContainer : ArmContainer + public partial class VpnGatewayNatRuleCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly NatRulesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VpnGatewayNatRuleContainer() + /// Initializes a new instance of the class for mocking. + protected VpnGatewayNatRuleCollection() { } - /// Initializes a new instance of VpnGatewayNatRuleContainer class. + /// Initializes a new instance of VpnGatewayNatRuleCollection class. /// The resource representing the parent resource. - internal VpnGatewayNatRuleContainer(ArmResource parent) : base(parent) + internal VpnGatewayNatRuleCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new NatRulesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => VpnGateway.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules. /// The name of the nat rule. @@ -59,7 +76,7 @@ public virtual NatRuleCreateOrUpdateOperation CreateOrUpdate(string natRuleName, throw new ArgumentNullException(nameof(natRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(st throw new ArgumentNullException(nameof(natRuleParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string natRuleName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string natRuleNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string natRuleName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string n /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string natRuleName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string natRuleName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellation { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken ca { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnGatewayNatRuleCollection.GetAll"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationCollection.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationCollection.cs index 5bf6ab9cc04d6..5eedd0de4383c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VpnServerConfiguration and their operations over a ResourceGroup. - public partial class VpnServerConfigurationContainer : ArmContainer + public partial class VpnServerConfigurationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VpnServerConfigurationsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VpnServerConfigurationContainer() + /// Initializes a new instance of the class for mocking. + protected VpnServerConfigurationCollection() { } - /// Initializes a new instance of VpnServerConfigurationContainer class. + /// Initializes a new instance of VpnServerConfigurationCollection class. /// The resource representing the parent resource. - internal VpnServerConfigurationContainer(ArmResource parent) : base(parent) + internal VpnServerConfigurationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VpnServerConfigurationsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration. /// The name of the VpnServerConfiguration being created or updated. @@ -60,7 +77,7 @@ public virtual VpnServerConfigurationCreateOrUpdateOperation CreateOrUpdate(stri throw new ArgumentNullException(nameof(vpnServerConfigurationParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateO throw new ArgumentNullException(nameof(vpnServerConfigurationParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateO /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string vpnServerConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string vpnServerConfiguratio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string vpnServerConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string vpnS /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string vpnServerConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string vpnServerConf /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string vpnServerConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(str /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vpnServerConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string vpnServerConfigurationName, C /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vpnServerConfigurationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancell { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTok { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? page /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VpnServerConfigurationCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteCollection.cs similarity index 93% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteCollection.cs index 88ba6004c2cea..7aa9611ba5d6b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of VpnSite and their operations over a ResourceGroup. - public partial class VpnSiteContainer : ArmContainer + public partial class VpnSiteCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly VpnSitesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected VpnSiteContainer() + /// Initializes a new instance of the class for mocking. + protected VpnSiteCollection() { } - /// Initializes a new instance of VpnSiteContainer class. + /// Initializes a new instance of VpnSiteCollection class. /// The resource representing the parent resource. - internal VpnSiteContainer(ArmResource parent) : base(parent) + internal VpnSiteCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new VpnSitesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite. /// The name of the VpnSite being created or updated. @@ -60,7 +77,7 @@ public virtual VpnSiteCreateOrUpdateOperation CreateOrUpdate(string vpnSiteName, throw new ArgumentNullException(nameof(vpnSiteParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(st throw new ArgumentNullException(nameof(vpnSiteParameters)); } - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string vpnSiteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string vpnSiteName, CancellationToken cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string vpnSiteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(string vpnSiteName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string vpnSiteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string vpnSiteName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string vpnSiteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsync(string vpnSiteName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string vpnSiteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string vpnSiteName, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string vpnSiteName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = de { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("VpnSiteContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("VpnSiteCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/WebApplicationFirewallPolicyContainer.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/WebApplicationFirewallPolicyCollection.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/WebApplicationFirewallPolicyContainer.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/WebApplicationFirewallPolicyCollection.cs index 7c89c7c580c8b..5ee374aaf390f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/WebApplicationFirewallPolicyContainer.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/WebApplicationFirewallPolicyCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Network { /// A class representing collection of WebApplicationFirewallPolicy and their operations over a ResourceGroup. - public partial class WebApplicationFirewallPolicyContainer : ArmContainer + public partial class WebApplicationFirewallPolicyCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly WebApplicationFirewallPoliciesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected WebApplicationFirewallPolicyContainer() + /// Initializes a new instance of the class for mocking. + protected WebApplicationFirewallPolicyCollection() { } - /// Initializes a new instance of WebApplicationFirewallPolicyContainer class. + /// Initializes a new instance of WebApplicationFirewallPolicyCollection class. /// The resource representing the parent resource. - internal WebApplicationFirewallPolicyContainer(ArmResource parent) : base(parent) + internal WebApplicationFirewallPolicyCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new WebApplicationFirewallPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or update policy with specified rule set name within a resource group. /// The name of the policy. @@ -60,7 +77,7 @@ public virtual WebApplicationFirewallPolicyCreateOrUpdateOperation CreateOrUpdat throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task C throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task C /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string policyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.Get"); scope.Start(); try { @@ -142,7 +159,7 @@ public virtual Response Get(string policyName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string policyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.Get"); scope.Start(); try { @@ -168,7 +185,7 @@ public async virtual Task> GetAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string policyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetIfExists"); scope.Start(); try { @@ -194,7 +211,7 @@ public virtual Response GetIfExists(string policyN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string policyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetIfExists"); scope.Start(); try { @@ -220,7 +237,7 @@ public async virtual Task> GetIfExistsAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string policyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -244,7 +261,7 @@ public virtual Response CheckIfExists(string policyName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string policyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -270,7 +287,7 @@ public virtual Pageable GetAll(CancellationToken c { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -285,7 +302,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -308,7 +325,7 @@ public virtual AsyncPageable GetAllAsync(Cancellat { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -323,7 +340,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetAll"); scope.Start(); try { @@ -347,7 +364,7 @@ async Task> NextPageFunc(string nextLink, int /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -370,7 +387,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("WebApplicationFirewallPolicyCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/network/Azure.ResourceManager.Network/src/autorest.md b/sdk/network/Azure.ResourceManager.Network/src/autorest.md index 69ce73f504d76..7ba4efd807c9f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/autorest.md +++ b/sdk/network/Azure.ResourceManager.Network/src/autorest.md @@ -19,6 +19,9 @@ model-namespace: true public-clients: false head-as-boolean: false flatten-payloads: false +#TODO: remove after we resolve why DdosCustomPolicy has no list +list-exception: + DdosCustomPolicies operation-group-to-resource-type: # applicationgateway.json ApplicationGatewayPrivateLinkResources: Microsoft.Network/applicationGateways/privateLinkResources diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj b/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj index cf693f39d5864..6099e188db1c0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj +++ b/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj @@ -1,14 +1,10 @@ - + - - - - Always - + - + diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkManagementTestUtilities.cs b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkManagementTestUtilities.cs index f66628fb48c50..260d180381d10 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkManagementTestUtilities.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkManagementTestUtilities.cs @@ -20,6 +20,7 @@ public static class NetworkManagementTestUtilities /// A location where this resource type is supported for the current subscription public static async Task GetResourceLocation(ArmClient client, string resourceType, FeaturesInfo.Type feature = FeaturesInfo.Type.Default) { + Subscription subscription = await client.GetDefaultSubscriptionAsync(); HashSet supportedLocations = null; switch (feature) @@ -39,7 +40,7 @@ public static async Task GetResourceLocation(ArmClient client, string re } string[] parts = resourceType.Split('/'); string providerName = parts[0]; - Provider provider = await client.DefaultSubscription.GetProviders().GetAsync(providerName); + Provider provider = await subscription.GetProviders().GetAsync(providerName); foreach (var resource in provider.Data.ResourceTypes) { if (string.Equals(resource.ResourceType, parts[1], StringComparison.OrdinalIgnoreCase)) diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs index 5e009bbe31357..d158569b2bf3d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs @@ -37,7 +37,7 @@ public Resources.Subscription Subscription { get { - return ArmClient.DefaultSubscription; + return ArmClient.GetDefaultSubscription(); } } @@ -61,21 +61,24 @@ protected void Initialize() protected async Task CreateResourceGroup(string name) { - return (await Subscription.GetResourceGroups().CreateOrUpdateAsync(name, new ResourceGroupData(TestEnvironment.Location))).Value; + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + return (await subscription.GetResourceGroups().CreateOrUpdateAsync(name, new ResourceGroupData(TestEnvironment.Location))).Value; } protected async Task CreateResourceGroup(string name,string location) { - return (await Subscription.GetResourceGroups().CreateOrUpdateAsync(name, new ResourceGroupData(location))).Value; + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + return (await subscription.GetResourceGroups().CreateOrUpdateAsync(name, new ResourceGroupData(location))).Value; } public async Task CreateLinuxVM(string vmName, string networkInterfaceName, string location, ResourceGroup resourceGroup) { + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); var vnet = await CreateVirtualNetwork(Recording.GenerateAssetName("vnet_"), Recording.GenerateAssetName("subnet_"), location, resourceGroup.GetVirtualNetworks()); var networkInterface = await CreateNetworkInterface(networkInterfaceName, null, vnet.Data.Subnets[0].Id, location, Recording.GenerateAssetName("ipconfig_"), resourceGroup.GetNetworkInterfaces()); var adminUsername = Recording.GenerateAssetName("admin"); var vmId = $"{resourceGroup.Id}/providers/Microsoft.Compute/virtualMachines/{vmName}"; - return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(vmId, new GenericResourceData(location) + return (await subscription.GetGenericResources().CreateOrUpdateAsync(vmId, new GenericResourceData(location) { Properties = new Dictionary { @@ -154,11 +157,12 @@ public async Task CreateLinuxVM(string vmName, string networkIn public async Task CreateLinuxVM(string vmName, string networkInterfaceName, string location, ResourceGroup resourceGroup, VirtualNetwork vnet) { + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); var networkInterface = await CreateNetworkInterface(networkInterfaceName, null, vnet.Data.Subnets[0].Id, location, Recording.GenerateAssetName("ipconfig_"), resourceGroup.GetNetworkInterfaces()); var adminUsername = Recording.GenerateAssetName("admin"); var vmId = $"{resourceGroup.Id}/providers/Microsoft.Compute/virtualMachines/{vmName}"; - return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(vmId, new GenericResourceData(location) + return (await subscription.GetGenericResources().CreateOrUpdateAsync(vmId, new GenericResourceData(location) { Properties = new Dictionary { @@ -241,7 +245,8 @@ public async Task CreateWindowsVM(string vmName, string network var networkInterface = await CreateNetworkInterface(networkInterfaceName, null, vnet.Data.Subnets[0].Id, location, Recording.GenerateAssetName("ipconfig_"), resourceGroup.GetNetworkInterfaces()); var vmId = $"{resourceGroup.Id}/providers/Microsoft.Compute/virtualMachines/{vmName}"; - return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(vmId, new GenericResourceData(location) + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + return (await subscription.GetGenericResources().CreateOrUpdateAsync(vmId, new GenericResourceData(location) { Properties = new Dictionary { @@ -305,7 +310,8 @@ public async Task CreateWindowsVM(string vmName, string network protected async Task deployWindowsNetworkAgent(string virtualMachineName, string location, ResourceGroup resourceGroup) { var extensionId = $"{resourceGroup.Id}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/extensions/NetworkWatcherAgent"; - return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(extensionId, new GenericResourceData(location) + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + return (await subscription.GetGenericResources().CreateOrUpdateAsync(extensionId, new GenericResourceData(location) { Properties = new Dictionary { @@ -410,11 +416,11 @@ public async Task CreateDefaultExpressRouteCircuit(Resource }; // Put circuit - var circuitContainer = resourceGroup.GetExpressRouteCircuits(); - Operation circuitOperation = await circuitContainer.CreateOrUpdateAsync(circuitName, circuit); + var circuitCollection = resourceGroup.GetExpressRouteCircuits(); + Operation circuitOperation = await circuitCollection.CreateOrUpdateAsync(circuitName, circuit); Response circuitResponse = await circuitOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", circuitResponse.Value.Data.ProvisioningState.ToString()); - Response getCircuitResponse = await circuitContainer.GetAsync(circuitName); + Response getCircuitResponse = await circuitCollection.GetAsync(circuitName); return getCircuitResponse; } @@ -438,11 +444,11 @@ public async Task UpdateDefaultExpressRouteCircuitWithMicro }, }; - var circuitContainer = resourceGroup.GetExpressRouteCircuits(); - Operation peerOperation = await circuitContainer.Get(circuitName).Value.GetExpressRouteCircuitPeerings().CreateOrUpdateAsync(ExpressRouteTests.Peering_Microsoft, peering); + var circuitCollection = resourceGroup.GetExpressRouteCircuits(); + Operation peerOperation = await circuitCollection.Get(circuitName).Value.GetExpressRouteCircuitPeerings().CreateOrUpdateAsync(ExpressRouteTests.Peering_Microsoft, peering); Response peerResponse = await peerOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", peerResponse.Value.Data.ProvisioningState.ToString()); - Response getCircuitResponse = await circuitContainer.GetAsync(circuitName); + Response getCircuitResponse = await circuitCollection.GetAsync(circuitName); return getCircuitResponse; } @@ -471,11 +477,11 @@ public async Task UpdateDefaultExpressRouteCircuitWithIpv6M Ipv6PeeringConfig = ipv6Peering }; - var circuitContainer = resourceGroup.GetExpressRouteCircuits(); - Operation peerOperation = await circuitContainer.Get(circuitName).Value.GetExpressRouteCircuitPeerings().CreateOrUpdateAsync(ExpressRouteTests.Peering_Microsoft, peering); + var circuitCollection = resourceGroup.GetExpressRouteCircuits(); + Operation peerOperation = await circuitCollection.Get(circuitName).Value.GetExpressRouteCircuitPeerings().CreateOrUpdateAsync(ExpressRouteTests.Peering_Microsoft, peering); Response peerResponse = await peerOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", peerResponse.Value.Data.ProvisioningState.ToString()); - Response getCircuitResponse = await circuitContainer.GetAsync(circuitName); + Response getCircuitResponse = await circuitCollection.GetAsync(circuitName); return getCircuitResponse; } @@ -509,7 +515,7 @@ public async Task UpdateDefaultExpressRouteCircuitWithMicro return getCircuitResponse; } - public async Task CreateDefaultPublicIpAddress(string name, string domainNameLabel, string location, PublicIPAddressContainer publicIPAddressContainer) + public async Task CreateDefaultPublicIpAddress(string name, string domainNameLabel, string location, PublicIPAddressCollection publicIPAddressCollection) { var publicIp = new PublicIPAddressData() { @@ -520,10 +526,10 @@ public async Task CreateDefaultPublicIpAddress(string name, str }; // Put nic1PublicIpAddress - Operation putPublicIpAddressOperation = await publicIPAddressContainer.CreateOrUpdateAsync(name, publicIp); + Operation putPublicIpAddressOperation = await publicIPAddressCollection.CreateOrUpdateAsync(name, publicIp); Response putPublicIpAddressResponse = await putPublicIpAddressOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); - Response getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(name); + Response getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(name); return getPublicIpAddressResponse; } @@ -539,11 +545,11 @@ public async Task CreateDefaultPublicIpAddress(string name, str }; // Put nic1PublicIpAddress - var publicIPAddressContainer = GetResourceGroup(resourceGroupName).GetPublicIPAddresses(); - Operation putPublicIpAddressOperation = await publicIPAddressContainer.CreateOrUpdateAsync(name, publicIp); + var publicIPAddressCollection = GetResourceGroup(resourceGroupName).GetPublicIPAddresses(); + Operation putPublicIpAddressOperation = await publicIPAddressCollection.CreateOrUpdateAsync(name, publicIp); Response putPublicIpAddressResponse = await putPublicIpAddressOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); - Response getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(name); + Response getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(name); return getPublicIpAddressResponse; } @@ -571,9 +577,9 @@ public async Task CreateNetworkInterface(string name, string r } // Test NIC apis - var networkInterfaceContainer = GetResourceGroup(resourceGroupName).GetNetworkInterfaces(); - await networkInterfaceContainer.CreateOrUpdateAsync(name, nicParameters); - Response getNicResponse = await networkInterfaceContainer.GetAsync(name); + var networkInterfaceCollection = GetResourceGroup(resourceGroupName).GetNetworkInterfaces(); + await networkInterfaceCollection.CreateOrUpdateAsync(name, nicParameters); + Response getNicResponse = await networkInterfaceCollection.GetAsync(name); Assert.AreEqual(getNicResponse.Value.Data.Name, name); // because its a single CA nic, primaryOnCA is always true @@ -585,7 +591,7 @@ public async Task CreateNetworkInterface(string name, string r } public async Task CreateNetworkInterface(string name, string publicIpAddressId, string subnetId, - string location, string ipConfigName, NetworkInterfaceContainer networkInterfaceContainer) + string location, string ipConfigName, NetworkInterfaceCollection networkInterfaceCollection) { var nicParameters = new NetworkInterfaceData() { @@ -607,8 +613,8 @@ public async Task CreateNetworkInterface(string name, string } // Test NIC apis - await networkInterfaceContainer.CreateOrUpdateAsync(name, nicParameters); - Response getNicResponse = await networkInterfaceContainer.GetAsync(name); + await networkInterfaceCollection.CreateOrUpdateAsync(name, nicParameters); + Response getNicResponse = await networkInterfaceCollection.GetAsync(name); Assert.AreEqual(getNicResponse.Value.Data.Name, name); // because its a single CA nic, primaryOnCA is always true @@ -636,14 +642,14 @@ public async Task CreateVirtualNetwork(string vnetName, string s Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", } } }; - var virtualNetworkContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworks(); - await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnetName); + var virtualNetworkCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworks(); + await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnetName); return getVnetResponse; } - public async Task CreateVirtualNetwork(string vnetName, string subnetName, string location, VirtualNetworkContainer virtualNetworkContainer) + public async Task CreateVirtualNetwork(string vnetName, string subnetName, string location, VirtualNetworkCollection virtualNetworkCollection) { var vnet = new VirtualNetworkData() { @@ -660,8 +666,8 @@ public async Task CreateVirtualNetwork(string vnetName, string s Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", } } }; - await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnetName); + await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnetName); return getVnetResponse; } @@ -678,67 +684,67 @@ public static string GetChildLbResourceId(string subscriptionId, string resource childResourceName); } - protected ApplicationGatewayContainer GetApplicationGatewayContainer(string resourceGroupName) + protected ApplicationGatewayCollection GetApplicationGatewayCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetApplicationGateways(); } - protected LoadBalancerContainer GetLoadBalancerContainer(string resourceGroupName) + protected LoadBalancerCollection GetLoadBalancerCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetLoadBalancers(); } - protected LoadBalancerContainer GetLoadBalancerContainer(Resources.ResourceGroup resourceGroup) + protected LoadBalancerCollection GetLoadBalancerCollection(Resources.ResourceGroup resourceGroup) { return resourceGroup.GetLoadBalancers(); } - protected PublicIPAddressContainer GetPublicIPAddressContainer(string resourceGroupName) + protected PublicIPAddressCollection GetPublicIPAddressCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetPublicIPAddresses(); } - protected VirtualNetworkContainer GetVirtualNetworkContainer(string resourceGroupName) + protected VirtualNetworkCollection GetVirtualNetworkCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetVirtualNetworks(); } - protected VirtualNetworkContainer GetVirtualNetworkContainer(Resources.ResourceGroup resourceGroup) + protected VirtualNetworkCollection GetVirtualNetworkCollection(Resources.ResourceGroup resourceGroup) { return resourceGroup.GetVirtualNetworks(); } - protected NetworkInterfaceContainer GetNetworkInterfaceContainer(string resourceGroupName) + protected NetworkInterfaceCollection GetNetworkInterfaceCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetNetworkInterfaces(); } - protected NetworkInterfaceContainer GetNetworkInterfaceContainer(Resources.ResourceGroup resourceGroup) + protected NetworkInterfaceCollection GetNetworkInterfaceCollection(Resources.ResourceGroup resourceGroup) { return resourceGroup.GetNetworkInterfaces(); } - protected NetworkSecurityGroupContainer GetNetworkSecurityGroupContainer(string resourceGroupName) + protected NetworkSecurityGroupCollection GetNetworkSecurityGroupCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetNetworkSecurityGroups(); } - protected RouteTableContainer GetRouteTableContainer(string resourceGroupName) + protected RouteTableCollection GetRouteTableCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetRouteTables(); } - protected RouteFilterContainer GetRouteFilterContainer(string resourceGroupName) + protected RouteFilterCollection GetRouteFilterCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetRouteFilters(); } - protected NetworkWatcherContainer GetNetworkWatcherContainer(string resourceGroupName) + protected NetworkWatcherCollection GetNetworkWatcherCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetNetworkWatchers(); } - protected VirtualNetworkGatewayContainer GetVirtualNetworkGatewayContainer(string resourceGroupName) + protected VirtualNetworkGatewayCollection GetVirtualNetworkGatewayCollection(string resourceGroupName) { return GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/ResourcesManagementTestUtilities.cs b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/ResourcesManagementTestUtilities.cs index ab9ae9531e753..c860bcef8ece1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/ResourcesManagementTestUtilities.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/ResourcesManagementTestUtilities.cs @@ -22,7 +22,8 @@ public static async Task GetResourceLocation(ArmClient client, string re string location = null; string[] parts = resourceType.Split('/'); string providerName = parts[0]; - Provider provider = await client.DefaultSubscription.GetProviders().GetAsync(providerName); + Subscription subscription = await client.GetDefaultSubscriptionAsync(); + Provider provider = await subscription.GetProviders().GetAsync(providerName); foreach (var resource in provider.Data.ResourceTypes) { if (string.Equals(resource.ResourceType, parts[1], StringComparison.OrdinalIgnoreCase)) diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample1_ManagingVirtualNetworks.cs b/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample1_ManagingVirtualNetworks.cs index d37683ca96567..e88b3ba13cafc 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample1_ManagingVirtualNetworks.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample1_ManagingVirtualNetworks.cs @@ -21,7 +21,7 @@ public class Sample1_ManagingVirtualNetworks public async Task CreateOrUpdate() { #region Snippet:Managing_Networks_CreateAVirtualNetwork - VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); + VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); string vnetName = "myVnet"; @@ -40,7 +40,7 @@ public async Task CreateOrUpdate() Subnets = { new SubnetData() { Name = "mySubnet", AddressPrefix = "10.0.1.0/24", } } }; - VirtualNetwork vnet = await virtualNetworkContainer.CreateOrUpdate(vnetName, input).WaitForCompletionAsync(); + VirtualNetwork vnet = await virtualNetworkCollection.CreateOrUpdate(vnetName, input).WaitForCompletionAsync(); #endregion } @@ -49,9 +49,9 @@ public async Task CreateOrUpdate() public async Task List() { #region Snippet:Managing_Networks_ListAllVirtualNetworks - VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); + VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); - AsyncPageable response = virtualNetworkContainer.GetAllAsync(); + AsyncPageable response = virtualNetworkCollection.GetAllAsync(); await foreach (VirtualNetwork virtualNetwork in response) { Console.WriteLine(virtualNetwork.Data.Name); @@ -64,9 +64,9 @@ public async Task List() public async Task Get() { #region Snippet:Managing_Networks_GetAVirtualNetwork - VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); + VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); - VirtualNetwork virtualNetwork = await virtualNetworkContainer.GetAsync("myVnet"); + VirtualNetwork virtualNetwork = await virtualNetworkCollection.GetAsync("myVnet"); Console.WriteLine(virtualNetwork.Data.Name); #endregion } @@ -76,15 +76,15 @@ public async Task Get() public async Task GetIfExists() { #region Snippet:Managing_Networks_GetAVirtualNetworkIfExists - VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); + VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); - VirtualNetwork virtualNetwork = await virtualNetworkContainer.GetIfExistsAsync("foo"); + VirtualNetwork virtualNetwork = await virtualNetworkCollection.GetIfExistsAsync("foo"); if (virtualNetwork != null) { Console.WriteLine(virtualNetwork.Data.Name); } - if (await virtualNetworkContainer.CheckIfExistsAsync("bar")) + if (await virtualNetworkCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("Virtual network 'bar' exists."); } @@ -96,9 +96,9 @@ public async Task GetIfExists() public async Task DeleteVirtualNetwork() { #region Snippet:Managing_Networks_DeleteAVirtualNetwork - VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); + VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); - VirtualNetwork virtualNetwork = await virtualNetworkContainer.GetAsync("myVnet"); + VirtualNetwork virtualNetwork = await virtualNetworkCollection.GetAsync("myVnet"); await virtualNetwork.DeleteAsync(); #endregion } @@ -108,15 +108,15 @@ protected async Task initialize() { #region Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); #endregion - #region Snippet:Readme_GetResourceGroupContainer - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + #region Snippet:Readme_GetResourceGroupCollection + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroup resourceGroup = await rgContainer.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); + ResourceGroup resourceGroup = await rgCollection.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); #endregion this.resourceGroup = resourceGroup; diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample2_ManagingNetworkInterfaces.cs b/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample2_ManagingNetworkInterfaces.cs index 2ddd85aa6c065..8c68bce5af818 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample2_ManagingNetworkInterfaces.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Samples/Sample2_ManagingNetworkInterfaces.cs @@ -18,7 +18,7 @@ public class Sample2_ManagingNetworkInterfaces [Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate() { - VirtualNetworkContainer virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); + VirtualNetworkCollection virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); string vnetName = "myVnet"; // Use the same location as the resource group VirtualNetworkData vnetInput = new VirtualNetworkData() @@ -34,10 +34,10 @@ public async Task CreateOrUpdate() }, Subnets = { new SubnetData() { Name = "mySubnet", AddressPrefix = "10.0.1.0/24" } } }; - VirtualNetwork virtualNetwork = await virtualNetworkContainer.CreateOrUpdate(vnetName, vnetInput).WaitForCompletionAsync(); + VirtualNetwork virtualNetwork = await virtualNetworkCollection.CreateOrUpdate(vnetName, vnetInput).WaitForCompletionAsync(); #region Snippet:Managing_Networks_CreateANetworkInterface - PublicIPAddressContainer publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); + PublicIPAddressCollection publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); string publicIPAddressName = "myIPAddress"; PublicIPAddressData publicIPInput = new PublicIPAddressData() { @@ -48,9 +48,9 @@ public async Task CreateOrUpdate() DomainNameLabel = "myDomain" } }; - PublicIPAddress publicIPAddress = await publicIPAddressContainer.CreateOrUpdate(publicIPAddressName, publicIPInput).WaitForCompletionAsync(); + PublicIPAddress publicIPAddress = await publicIPAddressCollection.CreateOrUpdate(publicIPAddressName, publicIPInput).WaitForCompletionAsync(); - NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); + NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); string networkInterfaceName = "myNetworkInterface"; NetworkInterfaceData networkInterfaceInput = new NetworkInterfaceData() { @@ -72,7 +72,7 @@ public async Task CreateOrUpdate() } } }; - NetworkInterface networkInterface = await networkInterfaceContainer.CreateOrUpdate(networkInterfaceName, networkInterfaceInput).WaitForCompletionAsync(); + NetworkInterface networkInterface = await networkInterfaceCollection.CreateOrUpdate(networkInterfaceName, networkInterfaceInput).WaitForCompletionAsync(); #endregion } @@ -81,9 +81,9 @@ public async Task CreateOrUpdate() public async Task List() { #region Snippet:Managing_Networks_ListAllNetworkInterfaces - NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); + NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); - AsyncPageable response = networkInterfaceContainer.GetAllAsync(); + AsyncPageable response = networkInterfaceCollection.GetAllAsync(); await foreach (NetworkInterface virtualNetwork in response) { Console.WriteLine(virtualNetwork.Data.Name); @@ -96,9 +96,9 @@ public async Task List() public async Task Get() { #region Snippet:Managing_Networks_GetANetworkInterface - NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); + NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); - NetworkInterface virtualNetwork = await networkInterfaceContainer.GetAsync("myVnet"); + NetworkInterface virtualNetwork = await networkInterfaceCollection.GetAsync("myVnet"); Console.WriteLine(virtualNetwork.Data.Name); #endregion } @@ -108,15 +108,15 @@ public async Task Get() public async Task GetIfExists() { #region Snippet:Managing_Networks_GetANetworkInterfaceIfExists - NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); + NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); - NetworkInterface virtualNetwork = await networkInterfaceContainer.GetIfExistsAsync("foo"); + NetworkInterface virtualNetwork = await networkInterfaceCollection.GetIfExistsAsync("foo"); if (virtualNetwork != null) { Console.WriteLine(virtualNetwork.Data.Name); } - if (await networkInterfaceContainer.CheckIfExistsAsync("bar")) + if (await networkInterfaceCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("Network interface 'bar' exists."); } @@ -128,9 +128,9 @@ public async Task GetIfExists() public async Task DeleteNetworkInterface() { #region Snippet:Managing_Networks_DeleteANetworkInterface - NetworkInterfaceContainer networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); + NetworkInterfaceCollection networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); - NetworkInterface virtualNetwork = await networkInterfaceContainer.GetAsync("myVnet"); + NetworkInterface virtualNetwork = await networkInterfaceCollection.GetAsync("myVnet"); await virtualNetwork.DeleteAsync(); #endregion } @@ -139,13 +139,13 @@ public async Task DeleteNetworkInterface() protected async Task initialize() { ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; - resourceGroup = await rgContainer.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); + resourceGroup = await rgCollection.CreateOrUpdate(rgName, new ResourceGroupData(location)).WaitForCompletionAsync(); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/BastionHostContainerTests(False).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(False).json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/BastionHostContainerTests(False).json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(False).json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/BastionHostContainerTests(True)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(True)Async.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/BastionHostContainerTests(True)Async.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(True)Async.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CheckIfExists.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CheckIfExists.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CheckIfExists.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CheckIfExists.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CheckIfExistsAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CheckIfExistsAsync.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CheckIfExistsAsync.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CheckIfExistsAsync.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CreateOrUpdate.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdate.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CreateOrUpdate.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdate.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CreateOrUpdateAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdateAsync.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/CreateOrUpdateAsync.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdateAsync.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/Delete.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Delete.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/Delete.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Delete.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/DeleteAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/DeleteAsync.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/DeleteAsync.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/DeleteAsync.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/Get.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Get.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/Get.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Get.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/GetAll.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAll.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/GetAll.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAll.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/GetAllAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAllAsync.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/GetAllAsync.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAllAsync.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/GetAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAsync.json similarity index 100% rename from sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostContainerTests/GetAsync.json rename to sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAsync.json diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationGatewayTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationGatewayTests.cs index 8b82392cfb34e..41018b9d8d486 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationGatewayTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationGatewayTests.cs @@ -22,13 +22,16 @@ public ApplicationGatewayTests(bool isAsync) : base(isAsync) { } + private Subscription _subscription; + [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } private static string GetChildAppGwResourceId(string subscriptionId, @@ -660,10 +663,10 @@ public async Task ApplicationGatewayApiTest() } }; - var virtualNetworkContainer = GetVirtualNetworkContainer(resourceGroup); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = GetVirtualNetworkCollection(resourceGroup); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnetName); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnetName); Response getSubnetResponse = await getVnetResponse.Value.GetSubnets().GetAsync(gwSubnetName); Console.WriteLine("Virtual Network GatewaySubnet Id: {0}", getSubnetResponse.Value.Data.Id); Response gwSubnet = getSubnetResponse; @@ -671,18 +674,18 @@ public async Task ApplicationGatewayApiTest() ApplicationGatewayData appGw = CreateApplicationGateway(location, gwSubnet, resourceGroupName, appGwName, TestEnvironment.SubscriptionId); // Put AppGw - var applicationGatewayContainer = GetApplicationGatewayContainer(resourceGroupName); - Operation putAppGw = await applicationGatewayContainer.CreateOrUpdateAsync(appGwName, appGw); + var applicationGatewayCollection = GetApplicationGatewayCollection(resourceGroupName); + Operation putAppGw = await applicationGatewayCollection.CreateOrUpdateAsync(appGwName, appGw); Response putAppGwResponse = await putAppGw.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putAppGwResponse.Value.Data.ProvisioningState.ToString()); // Get AppGw - Response getGateway = await applicationGatewayContainer.GetAsync(appGwName); + Response getGateway = await applicationGatewayCollection.GetAsync(appGwName); Assert.AreEqual(appGwName, getGateway.Value.Data.Name); CompareApplicationGateway(appGw, getGateway.Value.Data); // Get available WAF rule sets (validate first result set/group) - Response> availableWAFRuleSets = await ArmClient.DefaultSubscription.GetApplicationGatewayAvailableWafRuleSetsAsync(); + Response> availableWAFRuleSets = await _subscription.GetApplicationGatewayAvailableWafRuleSetsAsync(); Assert.NotNull(availableWAFRuleSets); Assert.IsNotEmpty(availableWAFRuleSets.Value); Assert.NotNull(availableWAFRuleSets.Value[0].Name); @@ -694,17 +697,17 @@ public async Task ApplicationGatewayApiTest() // Assert.NotNull(availableWAFRuleSets.Value[0].RuleGroups[0].Rules[0].RuleId); // Get availalbe SSL options - Response sslOptions = await ArmClient.DefaultSubscription.GetApplicationGatewayAvailableSslOptionAsync(); + Response sslOptions = await _subscription.GetApplicationGatewayAvailableSslOptionAsync(); Assert.NotNull(sslOptions.Value.DefaultPolicy); Assert.NotNull(sslOptions.Value.AvailableCipherSuites); Assert.NotNull(sslOptions.Value.AvailableCipherSuites[20]); - AsyncPageable policies = ArmClient.DefaultSubscription.GetApplicationGatewayAvailableSslPredefinedPoliciesAsync(); + AsyncPageable policies = _subscription.GetApplicationGatewayAvailableSslPredefinedPoliciesAsync(); IAsyncEnumerator enumerator = policies.GetAsyncEnumerator(); Assert.True(enumerator.MoveNextAsync().Result); Assert.NotNull(enumerator.Current.Name); - Task> policy = ArmClient.DefaultSubscription.GetApplicationGatewayAvailableSslPredefinedPolicyAsync(ApplicationGatewaySslPolicyName.AppGwSslPolicy20150501.ToString()); + Task> policy = _subscription.GetApplicationGatewayAvailableSslPredefinedPolicyAsync(ApplicationGatewaySslPolicyName.AppGwSslPolicy20150501.ToString()); Assert.NotNull(policy.Result.Value.MinProtocolVersion); Assert.NotNull(policy.Result.Value.CipherSuites); Assert.NotNull(policy.Result.Value.CipherSuites[20]); @@ -733,11 +736,11 @@ public async Task ApplicationGatewayApiTest() nic1.Result.Data.IpConfigurations[0].ApplicationGatewayBackendAddressPools.Add(getGateway.Value.Data.BackendAddressPools[1]); nic2.Result.Data.IpConfigurations[0].ApplicationGatewayBackendAddressPools.Add(getGateway.Value.Data.BackendAddressPools[1]); // Put Nics - var networkInterfaceContainer = GetNetworkInterfaceContainer(resourceGroupName); - var createOrUpdateOperation1 = await networkInterfaceContainer.CreateOrUpdateAsync(nic1name, nic1.Result.Data); + var networkInterfaceCollection = GetNetworkInterfaceCollection(resourceGroupName); + var createOrUpdateOperation1 = await networkInterfaceCollection.CreateOrUpdateAsync(nic1name, nic1.Result.Data); await createOrUpdateOperation1.WaitForCompletionAsync(); - var createOrUpdateOperation2 = await networkInterfaceContainer.CreateOrUpdateAsync(nic2name, nic2.Result.Data); + var createOrUpdateOperation2 = await networkInterfaceCollection.CreateOrUpdateAsync(nic2name, nic2.Result.Data); await createOrUpdateOperation2.WaitForCompletionAsync(); // Get AppGw backend health @@ -753,7 +756,7 @@ public async Task ApplicationGatewayApiTest() await getGateway.Value.StartAsync(); // Get AppGw and make sure nics are added to backend - getGateway = await applicationGatewayContainer.GetAsync(appGwName); + getGateway = await applicationGatewayCollection.GetAsync(appGwName); Assert.AreEqual(2, getGateway.Value.Data.BackendAddressPools[1].BackendIPConfigurations.Count); //Stop AppGw @@ -786,8 +789,8 @@ public async Task AppGatewayBackendHealthCheckTest() new SubnetData() { Name = AGSubnetName, AddressPrefix = "10.21.0.0/24" } } }; - var virtualNetworkContainer = GetVirtualNetworkContainer(resourceGroup); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnetdata); + var virtualNetworkCollection = GetVirtualNetworkCollection(resourceGroup); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnetdata); var vnet = await putVnetResponseOperation.WaitForCompletionAsync(); //create VMs @@ -801,43 +804,43 @@ public async Task AppGatewayBackendHealthCheckTest() var vm2 = await CreateLinuxVM(virtualMachineName2, nicName2, location, resourceGroup, vnet); //associate VMs's nic with application gateway - var nicPrivateIpAdd1 = GetNetworkInterfaceContainer(resourceGroup).GetAsync(nicName1).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; - var nicPrivateIpAdd2 = GetNetworkInterfaceContainer(resourceGroup).GetAsync(nicName2).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; + var nicPrivateIpAdd1 = GetNetworkInterfaceCollection(resourceGroup).GetAsync(nicName1).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; + var nicPrivateIpAdd2 = GetNetworkInterfaceCollection(resourceGroup).GetAsync(nicName2).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; string[] ipAddresses = new string[2] { nicPrivateIpAdd1, nicPrivateIpAdd2 }; //create ApplicationGateway string appGwName = Recording.GenerateAssetName("azsmnet"); - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnetName); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnetName); Response getSubnetResponse = await getVnetResponse.Value.GetSubnets().GetAsync(AGSubnetName); Response agSubnet = getSubnetResponse; ApplicationGatewayData appGw = CreateApplicationGatewayWithoutSsl(location, agSubnet, resourceGroupName, appGwName, TestEnvironment.SubscriptionId, ipAddresses); // Put AppGw - var applicationGatewayContainer = resourceGroup.GetApplicationGateways(); - Operation putAppGw = await applicationGatewayContainer.CreateOrUpdateAsync(appGwName, appGw); + var applicationGatewayCollection = resourceGroup.GetApplicationGateways(); + Operation putAppGw = await applicationGatewayCollection.CreateOrUpdateAsync(appGwName, appGw); Response putAppGwResponse = await putAppGw.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putAppGwResponse.Value.Data.ProvisioningState.ToString()); // Get AppGw - Response getGateway = await applicationGatewayContainer.GetAsync(appGwName); + Response getGateway = await applicationGatewayCollection.GetAsync(appGwName); Assert.AreEqual(appGwName, getGateway.Value.Data.Name); CompareApplicationGatewayBase(appGw, getGateway.Value.Data); // Add NIC to application gateway backend address pool. - var nic1 = GetNetworkInterfaceContainer(resourceGroup).GetAsync(nicName1); - var nic2 = GetNetworkInterfaceContainer(resourceGroup).GetAsync(nicName2); + var nic1 = GetNetworkInterfaceCollection(resourceGroup).GetAsync(nicName1); + var nic2 = GetNetworkInterfaceCollection(resourceGroup).GetAsync(nicName2); Assert.NotNull(nic1); Assert.NotNull(nic2); nic1.Result.Value.Data.IpConfigurations[0].ApplicationGatewayBackendAddressPools.Add(getGateway.Value.Data.BackendAddressPools[1]); nic2.Result.Value.Data.IpConfigurations[0].ApplicationGatewayBackendAddressPools.Add(getGateway.Value.Data.BackendAddressPools[1]); // Put Nics - var networkInterfaceContainer = GetNetworkInterfaceContainer(resourceGroup); - var createOrUpdateOperation1 = await networkInterfaceContainer.CreateOrUpdateAsync(nicName1, nic1.Result.Value.Data); + var networkInterfaceCollection = GetNetworkInterfaceCollection(resourceGroup); + var createOrUpdateOperation1 = await networkInterfaceCollection.CreateOrUpdateAsync(nicName1, nic1.Result.Value.Data); await createOrUpdateOperation1.WaitForCompletionAsync(); - var createOrUpdateOperation2 = await networkInterfaceContainer.CreateOrUpdateAsync(nicName2, nic2.Result.Value.Data); + var createOrUpdateOperation2 = await networkInterfaceCollection.CreateOrUpdateAsync(nicName2, nic2.Result.Value.Data); await createOrUpdateOperation2.WaitForCompletionAsync(); // Get AppGw backend health @@ -853,7 +856,7 @@ public async Task AppGatewayBackendHealthCheckTest() //await getGateway.Value.StartAsync(); // Get AppGw and make sure nics are added to backend - getGateway = await applicationGatewayContainer.GetAsync(appGwName); + getGateway = await applicationGatewayCollection.GetAsync(appGwName); Assert.AreEqual(2, getGateway.Value.Data.BackendAddressPools[1].BackendIPConfigurations.Count); //Stop AppGw diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationSecurityGroupTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationSecurityGroupTests.cs index bf802f12e5827..2eb69abe440f0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationSecurityGroupTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ApplicationSecurityGroupTests.cs @@ -6,6 +6,7 @@ using System.Threading.Tasks; using Azure.Azure.Test; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -16,20 +17,23 @@ namespace Azure.ResourceManager.Network.Tests public class ApplicationSecurityGroupTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public ApplicationSecurityGroupTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } - public async Task GetContainer() + public async Task GetCollection() { var resourceGroup = await CreateResourceGroup(Recording.GenerateAssetName("test_application_security_group_")); return resourceGroup.GetApplicationSecurityGroups(); @@ -39,16 +43,16 @@ public async Task GetContainer() [RecordedTest] public async Task ApplicationSecurityGroupApiTest() { - var container = await GetContainer(); + var collection = await GetCollection(); var name = Recording.GenerateAssetName("test_application_security_group_"); // create - var applicationSecurityGroupResponse = await container.CreateOrUpdate(name, new ApplicationSecurityGroupData() + var applicationSecurityGroupResponse = await collection.CreateOrUpdate(name, new ApplicationSecurityGroupData() { Location = TestEnvironment.Location, }).WaitForCompletionAsync(); - Assert.True(await container.CheckIfExistsAsync(name)); + Assert.True(await collection.CheckIfExistsAsync(name)); var applicationSecurityGroupData = applicationSecurityGroupResponse.Value.Data; ValidateCommon(applicationSecurityGroupData, name); @@ -58,7 +62,7 @@ public async Task ApplicationSecurityGroupApiTest() applicationSecurityGroupData.Tags.Add("tag2", "value2"); // update - applicationSecurityGroupResponse = await container.CreateOrUpdate(name, applicationSecurityGroupData).WaitForCompletionAsync(); + applicationSecurityGroupResponse = await collection.CreateOrUpdate(name, applicationSecurityGroupData).WaitForCompletionAsync(); applicationSecurityGroupData = applicationSecurityGroupResponse.Value.Data; ValidateCommon(applicationSecurityGroupData, name); @@ -67,7 +71,7 @@ public async Task ApplicationSecurityGroupApiTest() Assert.That(applicationSecurityGroupData.Tags, Does.ContainKey("tag2").WithValue("value2")); // get - applicationSecurityGroupResponse = await container.GetAsync(name); + applicationSecurityGroupResponse = await collection.GetAsync(name); applicationSecurityGroupData = applicationSecurityGroupResponse.Value.Data; ValidateCommon(applicationSecurityGroupData, name); @@ -85,7 +89,7 @@ public async Task ApplicationSecurityGroupApiTest() Assert.That(applicationSecurityGroupData.Tags, Does.ContainKey("tag2").WithValue("value2")); // list - var applicationSecurityGroups = await container.GetAllAsync().ToEnumerableAsync(); + var applicationSecurityGroups = await collection.GetAllAsync().ToEnumerableAsync(); Assert.That(applicationSecurityGroups, Has.Count.EqualTo(1)); var applicationSecurityGroup = applicationSecurityGroups[0]; applicationSecurityGroupData = applicationSecurityGroup.Data; @@ -97,13 +101,13 @@ public async Task ApplicationSecurityGroupApiTest() // delete await applicationSecurityGroup.DeleteAsync(); - Assert.False(await container.CheckIfExistsAsync(name)); + Assert.False(await collection.CheckIfExistsAsync(name)); - applicationSecurityGroups = await container.GetAllAsync().ToEnumerableAsync(); + applicationSecurityGroups = await collection.GetAllAsync().ToEnumerableAsync(); Assert.IsEmpty(applicationSecurityGroups); // list all - applicationSecurityGroups = await ArmClient.DefaultSubscription.GetApplicationSecurityGroupsAsync().ToEnumerableAsync(); + applicationSecurityGroups = await _subscription.GetApplicationSecurityGroupsAsync().ToEnumerableAsync(); Assert.IsEmpty(applicationSecurityGroups); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/BastionHostContainerTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/BastionHostCollectionTests.cs similarity index 90% rename from sdk/network/Azure.ResourceManager.Network/tests/Tests/BastionHostContainerTests.cs rename to sdk/network/Azure.ResourceManager.Network/tests/Tests/BastionHostCollectionTests.cs index aca1287e7807a..ff1e3afeba3c7 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/BastionHostContainerTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/BastionHostCollectionTests.cs @@ -12,7 +12,7 @@ namespace Azure.ResourceManager.Network.Tests { - internal class BastionHostContainerTests : NetworkServiceClientTestBase + internal class BastionHostCollectionTests : NetworkServiceClientTestBase { private ResourceGroup _resourceGroup; private Subnet _subnet; @@ -23,7 +23,7 @@ internal class BastionHostContainerTests : NetworkServiceClientTestBase private ResourceIdentifier _subnetIdentifier; private ResourceIdentifier _publicIPAddressIdentifier; - public BastionHostContainerTests(bool isAsync) + public BastionHostCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -31,7 +31,8 @@ public BastionHostContainerTests(bool isAsync) [OneTimeSetUp] public async Task GlobalSetUp() { - var rgLro = await GlobalClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("bastionrg-"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await GlobalClient.GetDefaultSubscriptionAsync(); + var rgLro = await subscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("bastionrg-"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgLro.Value; _resourceGroupIdentifier = rg.Id; VirtualNetworkData vnetData = new VirtualNetworkData(); @@ -59,6 +60,7 @@ public async Task GlobalSetUp() public async Task TestSetUp() { var client = GetArmClient(); + var _ = await client.GetDefaultSubscriptionAsync(); // TODO: hack to avoid mismatch of recordings so we don't need to re-record for the change. Remove when you need to run live tests next time. _resourceGroup = await client.GetResourceGroup(_resourceGroupIdentifier).GetAsync(); VirtualNetwork vnet = await _resourceGroup.GetVirtualNetworks().GetAsync(_subnetIdentifier.Parent.Name); _subnet = await vnet.GetSubnets().GetAsync(_subnetIdentifier.Name); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/CheckDnsAvailabilityTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/CheckDnsAvailabilityTests.cs index 402c375df3ee4..804bc11147d18 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/CheckDnsAvailabilityTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/CheckDnsAvailabilityTests.cs @@ -28,9 +28,9 @@ public void ClearChallengeCacheforRecord() [RecordedTest] public async Task CheckDnsAvailabilityTest() { + var subscription = await ArmClient.GetDefaultSubscriptionAsync(); string domainNameLabel = Recording.GenerateAssetName("domainnamelabel"); - - Response dnsNameAvailability = await ArmClient.DefaultSubscription.CheckDnsNameAvailabilityAsync(TestEnvironment.Location, domainNameLabel); + Response dnsNameAvailability = await subscription.CheckDnsNameAvailabilityAsync(TestEnvironment.Location, domainNameLabel); Assert.True(dnsNameAvailability.Value.Available); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ConnectionMonitorTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ConnectionMonitorTests.cs index a08a80ad76956..db57c6d6635b3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ConnectionMonitorTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ConnectionMonitorTests.cs @@ -27,7 +27,7 @@ public void ClearChallengeCacheforRecord() } } - private ConnectionMonitorContainer ConnectionMonitors + private ConnectionMonitorCollection ConnectionMonitors { get { @@ -57,7 +57,7 @@ public async Task PutConnectionMonitorTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); + //await networkWatcherCollection.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); string connectionMonitorName = "cm"; var cm = new ConnectionMonitorInput @@ -107,7 +107,7 @@ public async Task StartConnectionMonitorTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); + //await networkWatcherCollection.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); string connectionMonitorName = Recording.GenerateAssetName("azsmnet"); var cm = new ConnectionMonitorInput @@ -156,7 +156,7 @@ public async Task StopConnectionMonitorTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); + //await networkWatcherCollection.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); string connectionMonitorName = Recording.GenerateAssetName("azsmnet"); var cm = new ConnectionMonitorInput @@ -204,7 +204,7 @@ public async Task QueryConnectionMonitorTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); + //await networkWatcherCollection.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); string connectionMonitorName = Recording.GenerateAssetName("azsmnet"); var cm = new ConnectionMonitorInput @@ -258,7 +258,7 @@ public async Task UpdateConnectionMonitorTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); + //await networkWatcherCollection.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); string connectionMonitorName = Recording.GenerateAssetName("azsmnet"); var cm = new ConnectionMonitorInput @@ -305,7 +305,7 @@ public async Task DeleteConnectionMonitorTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); + //await networkWatcherCollection.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); string connectionMonitorName1 = Recording.GenerateAssetName("azsmnet"); string connectionMonitorName2 = Recording.GenerateAssetName("azsmnet"); @@ -333,7 +333,7 @@ public async Task DeleteConnectionMonitorTest() var operation = await connectionMonitor2.DeleteAsync(); await operation.WaitForCompletionResponseAsync(); - // TODO: restore to use Delete of the specific resource container: ADO 5998 + // TODO: restore to use Delete of the specific resource collection: ADO 5998 //Operation connectionMonitorsDeleteOperation = await ConnectionMonitors.Get(connectionMonitorName2).Value.DeleteAsync(); //await connectionMonitorsDeleteOperation.WaitForCompletionAsync();; AsyncPageable getConnectionMonitors2 = ConnectionMonitors.GetAllAsync(); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/DdosProtectionPlanTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/DdosProtectionPlanTests.cs index 26e97d8f5a22b..c2b91bb7cd9bb 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/DdosProtectionPlanTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/DdosProtectionPlanTests.cs @@ -18,6 +18,7 @@ public class DdosProtectionPlanTests { private const string NamePrefix = "test_ddos_"; private Resources.ResourceGroup resourceGroup; + private Resources.Subscription _subscription; public DdosProtectionPlanTests(bool isAsync) : base(isAsync) { @@ -30,10 +31,11 @@ public async Task ClearChallengeCacheforRecord() { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); resourceGroup = await CreateResourceGroup(Recording.GenerateAssetName(NamePrefix)); } - public DdosProtectionPlanContainer GetContainer() + public DdosProtectionPlanCollection GetCollection() { return resourceGroup.GetDdosProtectionPlans(); } @@ -42,7 +44,7 @@ public DdosProtectionPlanContainer GetContainer() [RecordedTest] public async Task DdosProtectionPlanApiTest() { - var container = GetContainer(); + var container = GetCollection(); var name = Recording.GenerateAssetName(NamePrefix); // create @@ -104,7 +106,7 @@ public async Task DdosProtectionPlanApiTest() Assert.IsEmpty(ddosProtectionPlans); // list all - ddosProtectionPlans = await ArmClient.DefaultSubscription.GetDdosProtectionPlansAsync().ToEnumerableAsync(); + ddosProtectionPlans = await _subscription.GetDdosProtectionPlansAsync().ToEnumerableAsync(); Assert.IsEmpty(ddosProtectionPlans); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpandResourceTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpandResourceTests.cs index 6331003fa1ebf..5d147be0c03e2 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpandResourceTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpandResourceTests.cs @@ -16,17 +16,20 @@ namespace Azure.ResourceManager.Network.Tests { public class ExpandResourceTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public ExpandResourceTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -181,8 +184,8 @@ public async Task ExpandResourceTest() }; // Create the loadBalancer - var loadBalancerContainer = resourceGroup.GetLoadBalancers(); - LoadBalancer loadBalancer = (await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadBalancerData)).Value; + var loadBalancerCollection = resourceGroup.GetLoadBalancers(); + LoadBalancer loadBalancer = (await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadBalancerData)).Value; // Associate the nic with LB //nic1.GetNetworkInterfaceIPConfigurations().List().First().` @@ -198,23 +201,23 @@ public async Task ExpandResourceTest() nic3.Data.IpConfigurations.First().LoadBalancerBackendAddressPools.Add(loadBalancer.Data.BackendAddressPools.First()); // Put Nics - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var createOrUpdateOperation1 = await networkInterfaceContainer.CreateOrUpdateAsync(nic1name, nic1.Data); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var createOrUpdateOperation1 = await networkInterfaceCollection.CreateOrUpdateAsync(nic1name, nic1.Data); await createOrUpdateOperation1.WaitForCompletionAsync(); - var createOrUpdateOperation2 = await networkInterfaceContainer.CreateOrUpdateAsync(nic2name, nic2.Data); + var createOrUpdateOperation2 = await networkInterfaceCollection.CreateOrUpdateAsync(nic2name, nic2.Data); await createOrUpdateOperation2.WaitForCompletionAsync(); - var createOrUpdateOperation3 = await networkInterfaceContainer.CreateOrUpdateAsync(nic3name, nic3.Data); + var createOrUpdateOperation3 = await networkInterfaceCollection.CreateOrUpdateAsync(nic3name, nic3.Data); await createOrUpdateOperation3.WaitForCompletionAsync(); // Get Nics - await networkInterfaceContainer.GetAsync(nic1name); - await networkInterfaceContainer.GetAsync(nic2name); - await networkInterfaceContainer.GetAsync(nic3name); + await networkInterfaceCollection.GetAsync(nic1name); + await networkInterfaceCollection.GetAsync(nic2name); + await networkInterfaceCollection.GetAsync(nic3name); // Get lb with expanded nics from nat rules - loadBalancer = await loadBalancerContainer.GetAsync(lbName, "InboundNatRules/backendIPConfiguration"); + loadBalancer = await loadBalancerCollection.GetAsync(lbName, "InboundNatRules/backendIPConfiguration"); foreach (InboundNatRule natRule in loadBalancer.GetInboundNatRules().GetAll()) { @@ -226,7 +229,7 @@ public async Task ExpandResourceTest() } // Get lb with expanded nics from pools - loadBalancer = await loadBalancerContainer.GetAsync(lbName, "BackendAddressPools/backendIPConfigurations"); + loadBalancer = await loadBalancerCollection.GetAsync(lbName, "BackendAddressPools/backendIPConfigurations"); foreach (BackendAddressPool pool in loadBalancer.GetBackendAddressPools().GetAll()) { @@ -240,7 +243,7 @@ public async Task ExpandResourceTest() } // Get lb with expanded publicip - loadBalancer = await loadBalancerContainer.GetAsync(lbName, "FrontendIPConfigurations/PublicIPAddress"); + loadBalancer = await loadBalancerCollection.GetAsync(lbName, "FrontendIPConfigurations/PublicIPAddress"); foreach (FrontendIPConfiguration ipconfig in loadBalancer.Data.FrontendIPConfigurations) { Assert.NotNull(ipconfig.PublicIPAddress); @@ -251,7 +254,7 @@ public async Task ExpandResourceTest() } // Get NIC with expanded subnet - nic1 = await networkInterfaceContainer.GetAsync(nic1name, "IPConfigurations/Subnet"); + nic1 = await networkInterfaceCollection.GetAsync(nic1name, "IPConfigurations/Subnet"); foreach (NetworkInterfaceIPConfiguration ipconfig in nic1.GetNetworkInterfaceIPConfigurations()) { Assert.NotNull(ipconfig.Subnet); @@ -285,18 +288,18 @@ public async Task ExpandResourceTest() //Assert.NotNull(publicip.Value.Data.IpConfiguration.Etag); // Delete LoadBalancer - Operation deleteOperation = await loadBalancerContainer.Get(lbName).Value.DeleteAsync(); + Operation deleteOperation = await loadBalancerCollection.Get(lbName).Value.DeleteAsync(); await deleteOperation.WaitForCompletionResponseAsync(); // Verify Delete - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); // Delete all NetworkInterfaces - await networkInterfaceContainer.Get(nic1name).Value.DeleteAsync(); - await networkInterfaceContainer.Get(nic2name).Value.DeleteAsync(); - await networkInterfaceContainer.Get(nic3name).Value.DeleteAsync(); + await networkInterfaceCollection.Get(nic1name).Value.DeleteAsync(); + await networkInterfaceCollection.Get(nic2name).Value.DeleteAsync(); + await networkInterfaceCollection.Get(nic3name).Value.DeleteAsync(); // Delete all PublicIPAddresses await resourceGroup.GetPublicIPAddresses().Get(lbPublicIpName).Value.DeleteAsync(); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpressRouteTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpressRouteTests.cs index 88a8d66a205c6..4b01c77b890e8 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpressRouteTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ExpressRouteTests.cs @@ -52,7 +52,8 @@ public void ClearChallengeCacheforRecord() public async Task BGPCommunityApiTest() { //_ = NetworkManagementTestUtilities.GetResourceLocation(ArmClient, "Microsoft.Network/routefilters"); - AsyncPageable communitiesAsync = ArmClient.DefaultSubscription.GetBgpServiceCommunitiesAsync(); + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + AsyncPageable communitiesAsync = subscription.GetBgpServiceCommunitiesAsync(); List communities = await communitiesAsync.ToEnumerableAsync(); Assert.IsNotEmpty(communities); Assert.True(communities.First().BgpCommunities.First().IsAuthorizedToUse); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallPolicyTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallPolicyTests.cs index 8df3d977a3fb7..3f9ceeef40867 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallPolicyTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallPolicyTests.cs @@ -30,7 +30,8 @@ public FirewallPolicyTests(bool isAsync) : base(isAsync) [OneTimeSetUp] public async Task GlobalSetUp() { - var rgLro = await GlobalClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("FirewallPolicyRG-"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await GlobalClient.GetDefaultSubscriptionAsync(); + var rgLro = await subscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("FirewallPolicyRG-"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgLro.Value; _resourceGroupIdentifier = rg.Id; diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallTests.cs index c1b0928c35e1d..5818255b1c5a0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/FirewallTests.cs @@ -31,7 +31,8 @@ public FirewallTests(bool isAsync) : base(isAsync) [OneTimeSetUp] public async Task GlobalSetUp() { - var rgLro = await GlobalClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("FirewallRG-"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await GlobalClient.GetDefaultSubscriptionAsync(); + var rgLro = await subscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("FirewallRG-"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgLro.Value; _resourceGroupIdentifier = rg.Id; diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/FlowLogTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/FlowLogTests.cs index beeb0b3cdcd7d..4244428249e1c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/FlowLogTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/FlowLogTests.cs @@ -44,18 +44,18 @@ public async Task FlowLogApiTest() var networkSecurityGroup = new NetworkSecurityGroupData() { Location = location, }; // Put Nsg - var securityGroupContainer = resourceGroup.GetNetworkSecurityGroups(); - var putNsgResponseOperation = await securityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + var securityGroupCollection = resourceGroup.GetNetworkSecurityGroups(); + var putNsgResponseOperation = await securityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); await putNsgResponseOperation.WaitForCompletionAsync();; // Get NSG - Response getNsgResponse = await securityGroupContainer.GetAsync(networkSecurityGroupName); + Response getNsgResponse = await securityGroupCollection.GetAsync(networkSecurityGroupName); string networkWatcherName = Recording.GenerateAssetName("azsmnet"); var properties = new NetworkWatcherData { Location = location }; //Create network Watcher - var networkWatcherContainer = resourceGroup.GetNetworkWatchers(); - await networkWatcherContainer.CreateOrUpdateAsync(networkWatcherName, properties); + var networkWatcherCollection = resourceGroup.GetNetworkWatchers(); + await networkWatcherCollection.CreateOrUpdateAsync(networkWatcherName, properties); //Create storage string storageName = Recording.GenerateAssetName("azsmnet"); @@ -95,10 +95,10 @@ public async Task FlowLogApiTest() //}; //configure flowlog and TA - //var configureFlowLog1Operation = await networkWatcherContainer.Get(networkWatcherName).Value.SetFlowLogConfigurationAsync(configParameters); + //var configureFlowLog1Operation = await networkWatcherCollection.Get(networkWatcherName).Value.SetFlowLogConfigurationAsync(configParameters); //await configureFlowLog1Operation.WaitForCompletionAsync();; - //var queryFlowLogStatus1Operation = await networkWatcherContainer.Get(networkWatcherName).Value.GetFlowLogStatusAsync(new FlowLogStatusParameters(getNsgResponse.Value.Id)); + //var queryFlowLogStatus1Operation = await networkWatcherCollection.Get(networkWatcherName).Value.GetFlowLogStatusAsync(new FlowLogStatusParameters(getNsgResponse.Value.Id)); //Response queryFlowLogStatus1 = await queryFlowLogStatus1Operation.WaitForCompletionAsync();; ////check both flowlog and TA config and enabled status //Assert.AreEqual(queryFlowLogStatus1.Value.TargetResourceId, configParameters.TargetResourceId); @@ -116,10 +116,10 @@ public async Task FlowLogApiTest() ////disable TA //configParameters.FlowAnalyticsConfiguration.NetworkWatcherFlowAnalyticsConfiguration.Enabled = false; - //var configureFlowLog2Operation = await networkWatcherContainer.Get(networkWatcherName).Value.SetFlowLogConfigurationAsync(configParameters); + //var configureFlowLog2Operation = await networkWatcherCollection.Get(networkWatcherName).Value.SetFlowLogConfigurationAsync(configParameters); //await configureFlowLog2Operation.WaitForCompletionAsync();; - //var queryFlowLogStatus2Operation = await networkWatcherContainer.Get(networkWatcherName).Value.GetFlowLogStatusAsync(new FlowLogStatusParameters(getNsgResponse.Value.Id)); + //var queryFlowLogStatus2Operation = await networkWatcherCollection.Get(networkWatcherName).Value.GetFlowLogStatusAsync(new FlowLogStatusParameters(getNsgResponse.Value.Id)); //Response queryFlowLogStatus2 = await queryFlowLogStatus2Operation.WaitForCompletionAsync();; ////check TA disabled and ensure flowlog config is unchanged @@ -130,10 +130,10 @@ public async Task FlowLogApiTest() ////disable flowlog (and TA) //configParameters.Enabled = false; - //var configureFlowLog3Operation = await networkWatcherContainer.Get(networkWatcherName).Value.SetFlowLogConfigurationAsync(configParameters); + //var configureFlowLog3Operation = await networkWatcherCollection.Get(networkWatcherName).Value.SetFlowLogConfigurationAsync(configParameters); //await configureFlowLog3Operation.WaitForCompletionAsync();; - //var queryFlowLogStatus3Operation = await networkWatcherContainer.Get(networkWatcherName).Value.GetFlowLogStatusAsync(new FlowLogStatusParameters(getNsgResponse.Value.Id)); + //var queryFlowLogStatus3Operation = await networkWatcherCollection.Get(networkWatcherName).Value.GetFlowLogStatusAsync(new FlowLogStatusParameters(getNsgResponse.Value.Id)); //Response queryFlowLogStatus3 = await queryFlowLogStatus3Operation.WaitForCompletionAsync();; ////check both flowlog and TA disabled diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs index 5437741bf2b92..a9c720ecba08e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs @@ -19,17 +19,19 @@ namespace Azure.ResourceManager.Network.Tests { public class GatewayOperationsTests : NetworkServiceClientTestBase { + private Subscription _subscription; public GatewayOperationsTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } private enum TestEnvironmentSettings @@ -95,11 +97,11 @@ public async Task VnetGatewayBaseTest() } }; - var virtualNetworkGatewayContainer = resourceGroup.GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = resourceGroup.GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.NotNull(getVirtualNetworkGatewayResponse.Value.Data); Assert.AreEqual(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data.Name); Assert.AreEqual(1, putVirtualNetworkGatewayResponse.Value.Data.Tags.Count); @@ -107,7 +109,7 @@ public async Task VnetGatewayBaseTest() // Update virtualNetworkGateway.Tags.Add(new KeyValuePair("tag2", "value")); virtualNetworkGateway.Tags.Add(new KeyValuePair("tag3", "value")); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual(3, putVirtualNetworkGatewayResponse.Value.Data.Tags.Count); @@ -146,11 +148,11 @@ public async Task VnetGatewayConnectionSiteToSiteTest() } }; - var localNetworkGatewayContainer = resourceGroup.GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = resourceGroup.GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); // Create PublicIpAddress string publicIpName = Recording.GenerateAssetName("azsmnet"); @@ -191,11 +193,11 @@ public async Task VnetGatewayConnectionSiteToSiteTest() } }; - var virtualNetworkGatewayContainer = resourceGroup.GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = resourceGroup.GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.NotNull(getVirtualNetworkGatewayResponse.Value.Data); Assert.AreEqual(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data.Name); Assert.AreEqual(getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite.Id, getLocalNetworkGatewayResponse.Value.Id.ToString()); @@ -210,50 +212,50 @@ public async Task VnetGatewayConnectionSiteToSiteTest() SharedKey = "abc" }; - var virtualNetworkGatewayConnectionContainer = resourceGroup.GetVirtualNetworkGatewayConnections(); - var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); + var virtualNetworkGatewayConnectionCollection = resourceGroup.GetVirtualNetworkGatewayConnections(); + var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); Response putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); - Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Assert.AreEqual(VirtualNetworkGatewayConnectionType.IPsec, getVirtualNetworkGatewayConnectionResponse.Value.Data.ConnectionType); Assert.AreEqual(3, getVirtualNetworkGatewayConnectionResponse.Value.Data.RoutingWeight); Assert.AreEqual("abc", getVirtualNetworkGatewayConnectionResponse.Value.Data.SharedKey); // Remove Default local network site getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite = null; - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.Null(getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite); // Update SharedKeyAsync - //await virtualNetworkGatewayConnectionContainer.Get(VirtualNetworkGatewayConnectionName).Value.SetSharedKeyAsync(new ConnectionSharedKey("xyz")); + //await virtualNetworkGatewayConnectionCollection.Get(VirtualNetworkGatewayConnectionName).Value.SetSharedKeyAsync(new ConnectionSharedKey("xyz")); //Assert.AreEqual("xyz", getVirtualNetworkGatewayConnectionResponse.Value.Data.SharedKey); // Update RoutingWeight virtualNetworkGatewayConneciton.RoutingWeight = 4; - putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); + putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Assert.AreEqual(4, getVirtualNetworkGatewayConnectionResponse.Value.Data.RoutingWeight); // Verify VirtualNetworkGateway Connections. - AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); List listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); Has.One.EqualTo(listVirtualNetworkGatewayConectionResponse); Assert.AreEqual(VirtualNetworkGatewayConnectionName, listVirtualNetworkGatewayConectionResponse[0].Data.Name); // delete VirtualNetworkGatewayConnection // TODO: use specif delete ADO 5998 - //VirtualNetworkGatewayConnectionDeleteOperation deleteOperation = await virtualNetworkGatewayConnectionContainer.StartDeleteAsync(VirtualNetworkGatewayConnectionName); + //VirtualNetworkGatewayConnectionDeleteOperation deleteOperation = await virtualNetworkGatewayConnectionCollection.StartDeleteAsync(VirtualNetworkGatewayConnectionName); //var deleteOperation = await ArmClient.GetGenericResourceOperations(virtualNetworkGatewayListConnectionsResponse.First().ResourceGuid).StartDeleteAsync(); //await deleteOperation.WaitForCompletionAsync(); - //listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + //listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); //listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); //Assert.IsEmpty(listVirtualNetworkGatewayConectionResponse); } @@ -279,8 +281,8 @@ public async Task VnetGatewayConnectionVnetToVnetTest() }, Subnets = { new SubnetData() { Name = subnetName1, AddressPrefix = "10.54.0.0/24" } } }; - var virtualNetworkContainer = resourceGroup1.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName1, vnetData1); + var virtualNetworkCollection = resourceGroup1.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName1, vnetData1); Response getSubnetResponse1 = await resourceGroup1.GetVirtualNetworks().Get(vnetName1).Value.GetSubnets().GetAsync(subnetName1); // Create PublicIpAddress @@ -316,8 +318,8 @@ public async Task VnetGatewayConnectionVnetToVnetTest() } }; - var virtualNetworkGatewayContainer1 = resourceGroup1.GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation1 = await virtualNetworkGatewayContainer1.CreateOrUpdateAsync(virtualNetworkGatewayName1, virtualNetworkGateway1); + var virtualNetworkGatewayCollection1 = resourceGroup1.GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation1 = await virtualNetworkGatewayCollection1.CreateOrUpdateAsync(virtualNetworkGatewayName1, virtualNetworkGateway1); await putVirtualNetworkGatewayResponseOperation1.WaitForCompletionAsync(); // 2.Create second Virtual Network Gateway. @@ -337,8 +339,8 @@ public async Task VnetGatewayConnectionVnetToVnetTest() }, Subnets = { new SubnetData() { Name = subnetName2, AddressPrefix = "10.55.0.0/24", } } }; - var virtualNetworkContainer2 = resourceGroup2.GetVirtualNetworks(); - var putVnetResponseOperation2 = await virtualNetworkContainer2.CreateOrUpdateAsync(vnetName2, vnetData2); + var virtualNetworkCollection2 = resourceGroup2.GetVirtualNetworks(); + var putVnetResponseOperation2 = await virtualNetworkCollection2.CreateOrUpdateAsync(vnetName2, vnetData2); Response getSubnetResponse2 = await resourceGroup2.GetVirtualNetworks().Get(vnetName2).Value.GetSubnets().GetAsync(subnetName2); // Create PublicIpAddress @@ -374,13 +376,13 @@ public async Task VnetGatewayConnectionVnetToVnetTest() } }; - var virtualNetworkGatewayContainer2 = resourceGroup2.GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation2 = await virtualNetworkGatewayContainer2.CreateOrUpdateAsync(virtualNetworkGatewayName2, virtualNetworkGateway2); + var virtualNetworkGatewayCollection2 = resourceGroup2.GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation2 = await virtualNetworkGatewayCollection2.CreateOrUpdateAsync(virtualNetworkGatewayName2, virtualNetworkGateway2); await putVirtualNetworkGatewayResponseOperation2.WaitForCompletionAsync(); // 3.Test: Vnet-to-Vnet Connections - Response getVirtualNetworkGateway1 = await virtualNetworkGatewayContainer1.GetAsync(virtualNetworkGatewayName1); - Response getVirtualNetworkGateway2 = await virtualNetworkGatewayContainer2.GetAsync(virtualNetworkGatewayName2); + Response getVirtualNetworkGateway1 = await virtualNetworkGatewayCollection1.GetAsync(virtualNetworkGatewayName1); + Response getVirtualNetworkGateway2 = await virtualNetworkGatewayCollection2.GetAsync(virtualNetworkGatewayName2); string ConnectionName1 = Recording.GenerateAssetName("V1toV2"); var virtualNetworkGatewayConneciton1 = new VirtualNetworkGatewayConnectionData(getVirtualNetworkGateway1.Value.Data, VirtualNetworkGatewayConnectionType.Vnet2Vnet) @@ -392,10 +394,10 @@ public async Task VnetGatewayConnectionVnetToVnetTest() SharedKey = "abc123" }; - var virtualNetworkGatewayConnectionContainer1 = resourceGroup1.GetVirtualNetworkGatewayConnections(); - var putVirtualNetworkGatewayConnectionResponseOperation1 = await virtualNetworkGatewayConnectionContainer1.CreateOrUpdateAsync(ConnectionName1, virtualNetworkGatewayConneciton1); + var virtualNetworkGatewayConnectionCollection1 = resourceGroup1.GetVirtualNetworkGatewayConnections(); + var putVirtualNetworkGatewayConnectionResponseOperation1 = await virtualNetworkGatewayConnectionCollection1.CreateOrUpdateAsync(ConnectionName1, virtualNetworkGatewayConneciton1); Response putVirtualNetworkGatewayConnectionResponse1 = await putVirtualNetworkGatewayConnectionResponseOperation1.WaitForCompletionAsync(); - Response getVirtualNetworkGatewayConnectionResponse1 = await virtualNetworkGatewayConnectionContainer1.GetAsync(ConnectionName1); + Response getVirtualNetworkGatewayConnectionResponse1 = await virtualNetworkGatewayConnectionCollection1.GetAsync(ConnectionName1); Assert.AreEqual(ConnectionName1, getVirtualNetworkGatewayConnectionResponse1.Value.Data.Name); Assert.AreEqual("Vnet2Vnet", getVirtualNetworkGatewayConnectionResponse1.Value.Data.ConnectionType.ToString()); Assert.AreEqual("abc123", getVirtualNetworkGatewayConnectionResponse1.Value.Data.SharedKey); @@ -411,10 +413,10 @@ public async Task VnetGatewayConnectionVnetToVnetTest() SharedKey = "abc123" }; - var virtualNetworkGatewayConnectionContainer2 = resourceGroup2.GetVirtualNetworkGatewayConnections(); - var putVirtualNetworkGatewayConnectionResponseOperation2 = await virtualNetworkGatewayConnectionContainer2.CreateOrUpdateAsync(ConnectionName2, virtualNetworkGatewayConneciton2); + var virtualNetworkGatewayConnectionCollection2 = resourceGroup2.GetVirtualNetworkGatewayConnections(); + var putVirtualNetworkGatewayConnectionResponseOperation2 = await virtualNetworkGatewayConnectionCollection2.CreateOrUpdateAsync(ConnectionName2, virtualNetworkGatewayConneciton2); Response putVirtualNetworkGatewayConnectionResponse2 = await putVirtualNetworkGatewayConnectionResponseOperation2.WaitForCompletionAsync(); - Response getVirtualNetworkGatewayConnectionResponse2 = await virtualNetworkGatewayConnectionContainer2.GetAsync(ConnectionName2); + Response getVirtualNetworkGatewayConnectionResponse2 = await virtualNetworkGatewayConnectionCollection2.GetAsync(ConnectionName2); Assert.AreEqual(ConnectionName2, getVirtualNetworkGatewayConnectionResponse2.Value.Data.Name); Assert.AreEqual("Vnet2Vnet", getVirtualNetworkGatewayConnectionResponse2.Value.Data.ConnectionType.ToString()); Assert.AreEqual("abc123", getVirtualNetworkGatewayConnectionResponse2.Value.Data.SharedKey); @@ -483,13 +485,13 @@ public async Task VirtualNetworkGatewayOperationsApisTest() } }; - var virtualNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 2. GetVirtualNetworkGateway API - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Console.WriteLine("Gateway details:- GatewayLocation:{0}, GatewayId:{1}, GatewayName:{2}, GatewayType:{3}, VpnType={4} GatewaySku: name-{5} Tier-{6}", getVirtualNetworkGatewayResponse.Value.Data.Location, getVirtualNetworkGatewayResponse.Value.Id, getVirtualNetworkGatewayResponse.Value.Data.Name, @@ -505,19 +507,19 @@ public async Task VirtualNetworkGatewayOperationsApisTest() Name = VirtualNetworkGatewaySkuName.Standard, Tier = VirtualNetworkGatewaySkuTier.Standard }; - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.AreEqual(VirtualNetworkGatewaySkuTier.Standard, getVirtualNetworkGatewayResponse.Value.Data.Sku.Tier); // 4A. ResetVirtualNetworkGateway API - var resetVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.Get(virtualNetworkGatewayName).Value.ResetAsync(); + var resetVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayName).Value.ResetAsync(); await resetVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); // 4B. GetVirtualNetworkgateway API after ResetVirtualNetworkGateway API was called - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Console.WriteLine("Gateway details:- GatewayLocation: {0}, GatewayId:{1}, GatewayName={2}, GatewayType={3} ", getVirtualNetworkGatewayResponse.Value.Data.Location, @@ -525,19 +527,19 @@ public async Task VirtualNetworkGatewayOperationsApisTest() getVirtualNetworkGatewayResponse.Value.Data.GatewayType); // 5. ListVitualNetworkGateways API - AsyncPageable listVirtualNetworkGatewayResponseAP = virtualNetworkGatewayContainer.GetAllAsync(); + AsyncPageable listVirtualNetworkGatewayResponseAP = virtualNetworkGatewayCollection.GetAllAsync(); List listVirtualNetworkGatewayResponse = await listVirtualNetworkGatewayResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGateways count ={0} ", listVirtualNetworkGatewayResponse.Count); Has.One.EqualTo(listVirtualNetworkGatewayResponse); // 6A. DeleteVirtualNetworkGateway API // TODO: restore to specific type - //VirtualNetworkGatewaysDeleteOperation deleteOperation = await virtualNetworkGatewayContainer.Get(virtualNetworkGatewayName).Value.DeleteAsync(); - var deleteOperation = await virtualNetworkGatewayContainer.Get(virtualNetworkGatewayName).Value.DeleteAsync(); + //VirtualNetworkGatewaysDeleteOperation deleteOperation = await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayName).Value.DeleteAsync(); + var deleteOperation = await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayName).Value.DeleteAsync(); await deleteOperation.WaitForCompletionResponseAsync(); // 6B. ListVitualNetworkGateways API after deleting VirtualNetworkGateway - listVirtualNetworkGatewayResponseAP = virtualNetworkGatewayContainer.GetAllAsync(); + listVirtualNetworkGatewayResponseAP = virtualNetworkGatewayCollection.GetAllAsync(); listVirtualNetworkGatewayResponse = await listVirtualNetworkGatewayResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGateways count ={0} ", listVirtualNetworkGatewayResponse.Count()); Assert.IsEmpty(listVirtualNetworkGatewayResponse); @@ -570,13 +572,13 @@ public async Task LocalNettworkGatewayOperationsApisTest() } }; - var localNetworkGatewayContainer = resourceGroup.GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = resourceGroup.GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 2. GetLocalNetworkGateway API - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); Console.WriteLine("Local Network Gateway details:- GatewayLocation: {0}, GatewayId:{1}, GatewayName={2} GatewayIpAddress={3} LocalNetworkAddressSpace={4}", getLocalNetworkGatewayResponse.Value.Data.Location, getLocalNetworkGatewayResponse.Value.Id, getLocalNetworkGatewayResponse.Value.Data.Name, @@ -587,12 +589,12 @@ public async Task LocalNettworkGatewayOperationsApisTest() // 3A. UpdateLocalNetworkgateway API :- LocalNetworkGateway LocalNetworkAddressSpace from "192.168.0.0/16" => "200.168.0.0/16" getLocalNetworkGatewayResponse.Value.Data.LocalNetworkAddressSpace = new AddressSpace() { AddressPrefixes = { newAddressPrefixes, } }; - putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, getLocalNetworkGatewayResponse.Value.Data); + putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, getLocalNetworkGatewayResponse.Value.Data); putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 3B. GetLocalNetworkGateway API after Updating LocalNetworkGateway LocalNetworkAddressSpace from "192.168.0.0/16" => "200.168.0.0/16" - getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); Console.WriteLine("Local Network Gateway details:- GatewayLocation: {0}, GatewayId:{1}, GatewayName={2} GatewayIpAddress={3} LocalNetworkAddressSpace={4}", getLocalNetworkGatewayResponse.Value.Data.Location, getLocalNetworkGatewayResponse.Value.Id, getLocalNetworkGatewayResponse.Value.Data.Name, getLocalNetworkGatewayResponse.Value.Data.GatewayIpAddress, @@ -600,7 +602,7 @@ public async Task LocalNettworkGatewayOperationsApisTest() Assert.AreEqual(newAddressPrefixes, getLocalNetworkGatewayResponse.Value.Data.LocalNetworkAddressSpace.AddressPrefixes[0].ToString()); // 4. ListLocalNetworkGateways API - AsyncPageable listLocalNetworkGatewayResponseAP = localNetworkGatewayContainer.GetAllAsync(); + AsyncPageable listLocalNetworkGatewayResponseAP = localNetworkGatewayCollection.GetAllAsync(); List listLocalNetworkGatewayResponse = await listLocalNetworkGatewayResponseAP.ToEnumerableAsync(); Console.WriteLine("ListLocalNetworkGateways count ={0} ", listLocalNetworkGatewayResponse.Count()); Has.One.EqualTo(listLocalNetworkGatewayResponse); @@ -608,11 +610,11 @@ public async Task LocalNettworkGatewayOperationsApisTest() // 5A. DeleteLocalNetworkGateway API // TODO: restore to specific delete var deleteOperation = await getLocalNetworkGatewayResponse.Value.DeleteAsync(); - //var deleteOperation = await localNetworkGatewayContainer.Get(localNetworkGatewayName).Value.DeleteAsync(); + //var deleteOperation = await localNetworkGatewayCollection.Get(localNetworkGatewayName).Value.DeleteAsync(); await deleteOperation.WaitForCompletionResponseAsync(); // 5B. ListLocalNetworkGateways API after DeleteLocalNetworkGateway API was called - listLocalNetworkGatewayResponseAP = localNetworkGatewayContainer.GetAllAsync(); + listLocalNetworkGatewayResponseAP = localNetworkGatewayCollection.GetAllAsync(); listLocalNetworkGatewayResponse = await listLocalNetworkGatewayResponseAP.ToEnumerableAsync(); Console.WriteLine("ListLocalNetworkGateways count ={0} ", listLocalNetworkGatewayResponse.Count()); Assert.IsEmpty(listLocalNetworkGatewayResponse); @@ -648,11 +650,11 @@ public async Task VirtualNetworkGatewayConnectionWithBgpTest() } }; - var localNetworkGatewayContainer = resourceGroup.GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = resourceGroup.GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); // B. Prerequisite:- Create VirtualNetworkGateway1 // a. Create PublicIPAddress(Gateway Ip) using Put PublicIPAddress API @@ -710,12 +712,12 @@ public async Task VirtualNetworkGatewayConnectionWithBgpTest() } }; - var virtualNetworkGatewayContainer = resourceGroup.GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = resourceGroup.GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); Console.WriteLine("Virtual Network Gateway is deployed successfully."); - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.NotNull(getVirtualNetworkGatewayResponse); Assert.NotNull(getVirtualNetworkGatewayResponse.Value.Data.BgpSettings); Assert.False(string.IsNullOrEmpty(getVirtualNetworkGatewayResponse.Value.Data.BgpSettings.BgpPeeringAddress), "The gateway's CA should be populated"); @@ -731,14 +733,14 @@ public async Task VirtualNetworkGatewayConnectionWithBgpTest() EnableBgp = true }; - var virtualNetworkGatewayConnectionContainer = resourceGroup.GetVirtualNetworkGatewayConnections(); - var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); + var virtualNetworkGatewayConnectionCollection = resourceGroup.GetVirtualNetworkGatewayConnections(); + var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); Response putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); Assert.True(putVirtualNetworkGatewayConnectionResponse.Value.Data.EnableBgp, "Enabling BGP for this connection must succeed"); // 2. GetVirtualNetworkGatewayConnection API - Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Console.WriteLine("GatewayConnection details:- GatewayLocation: {0}, GatewayConnectionId:{1}, VirtualNetworkGateway1 name={2} & Id={3}, LocalNetworkGateway2 name={4} & Id={5}, ConnectionType={6} RoutingWeight={7} SharedKey={8}" + "ConnectionStatus={9}, EgressBytesTransferred={10}, IngressBytesTransferred={11}, EnableBgp={12}", getVirtualNetworkGatewayConnectionResponse.Value.Data.Location, getVirtualNetworkGatewayConnectionResponse.Value.Id, @@ -754,7 +756,7 @@ public async Task VirtualNetworkGatewayConnectionWithBgpTest() Assert.True(getVirtualNetworkGatewayConnectionResponse.Value.Data.EnableBgp); // 4. ListVitualNetworkGatewayConnections API - AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); List listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGatewayConnections count ={0} ", listVirtualNetworkGatewayConectionResponse.Count()); Has.One.EqualTo(listVirtualNetworkGatewayConectionResponse); @@ -762,11 +764,11 @@ public async Task VirtualNetworkGatewayConnectionWithBgpTest() // 5A. DeleteVirtualNetworkGatewayConnection API // TODO: use specific delete var deleteOperation = await getVirtualNetworkGatewayConnectionResponse.Value.DeleteAsync(); - //VirtualNetworkGatewayConnectionsDeleteOperation deleteOperation = await virtualNetworkGatewayConnectionContainer.DeleteAsync(VirtualNetworkGatewayConnectionName); + //VirtualNetworkGatewayConnectionsDeleteOperation deleteOperation = await virtualNetworkGatewayConnectionCollection.DeleteAsync(VirtualNetworkGatewayConnectionName); await deleteOperation.WaitForCompletionResponseAsync(); // 5B. ListVitualNetworkGatewayConnections API after DeleteVirtualNetworkGatewayConnection API called - listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGatewayConnections count ={0} ", listVirtualNetworkGatewayConectionResponse.Count()); Assert.IsEmpty(listVirtualNetworkGatewayConectionResponse); @@ -799,11 +801,11 @@ public async Task VirtualNetworkGatewayConnectionWithIpsecPoliciesTest() } }; - var localNetworkGatewayContainer = resourceGroup.GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = resourceGroup.GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); // B. Prerequisite:- Create VirtualNetworkGateway1 // a. Create PublicIPAddress(Gateway Ip) using Put PublicIPAddress API @@ -855,12 +857,12 @@ public async Task VirtualNetworkGatewayConnectionWithIpsecPoliciesTest() } }; - var virtualNetworkGatewayContainer = resourceGroup.GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = resourceGroup.GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); Console.WriteLine("Virtual Network Gateway is deployed successfully."); - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); // C. CreaetVirtualNetworkGatewayConnection API - Ipsec policy and policybased TS enabled string VirtualNetworkGatewayConnectionName = Recording.GenerateAssetName("azsmnet"); @@ -878,13 +880,13 @@ public async Task VirtualNetworkGatewayConnectionWithIpsecPoliciesTest() virtualNetworkGatewayConnection.UsePolicyBasedTrafficSelectors = true; - var virtualNetworkGatewayConnectionContainer = resourceGroup.GetVirtualNetworkGatewayConnections(); - var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); + var virtualNetworkGatewayConnectionCollection = resourceGroup.GetVirtualNetworkGatewayConnections(); + var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); Response putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); // 2. GetVirtualNetworkGatewayConnection API - Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Console.WriteLine("GatewayConnection details:- GatewayLocation: {0}, GatewayConnectionId:{1}, VirtualNetworkGateway1 name={2} & Id={3}, LocalNetworkGateway2 name={4} & Id={5}, " + "IpsecPolicies Count={6}, UsePolicyBasedTS={7}", getVirtualNetworkGatewayConnectionResponse.Value.Data.Location, getVirtualNetworkGatewayConnectionResponse.Value.Id, @@ -910,12 +912,12 @@ public async Task VirtualNetworkGatewayConnectionWithIpsecPoliciesTest() virtualNetworkGatewayConnection.IpsecPolicies.Clear(); virtualNetworkGatewayConnection.IpsecPolicies.Add(new IpsecPolicy(600, 2048, IpsecEncryption.Gcmaes256, IpsecIntegrity.Gcmaes256, IkeEncryption.AES256, IkeIntegrity.SHA384, DhGroup.DHGroup2048, PfsGroup.ECP384)); - putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); + putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); // 3B. GetVirtualNetworkGatewayConnection API after Updating - getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Console.WriteLine("GatewayConnection details:- GatewayLocation: {0}, GatewayConnectionId:{1}, VirtualNetworkGateway1 name={2} & Id={3}, LocalNetworkGateway2 name={4} & Id={5}, " + "IpsecPolicies Count={6}, UsePolicyBasedTS={7}", getVirtualNetworkGatewayConnectionResponse.Value.Data.Location, getVirtualNetworkGatewayConnectionResponse.Value.Id, @@ -938,12 +940,12 @@ public async Task VirtualNetworkGatewayConnectionWithIpsecPoliciesTest() // 4A. UpdateVirtualNetworkGatewayConnection API : remove ipsec policies (virtualNetworkGatewayConnection.IpsecPolicies as ChangeTrackingList).Reset(); - putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); + putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); // 4B. GetVirtualNetworkGatewayConnection API after Updating - getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Console.WriteLine("GatewayConnection details:- GatewayLocation: {0}, GatewayConnectionId:{1}, VirtualNetworkGateway1 name={2} & Id={3}, LocalNetworkGateway2 name={4} & Id={5}, " + "IpsecPolicies Count={6}, UsePolicyBasedTS={7}", getVirtualNetworkGatewayConnectionResponse.Value.Data.Location, getVirtualNetworkGatewayConnectionResponse.Value.Id, @@ -956,19 +958,19 @@ public async Task VirtualNetworkGatewayConnectionWithIpsecPoliciesTest() Assert.AreEqual(0, getVirtualNetworkGatewayConnectionResponse.Value.Data.IpsecPolicies.Count); // 4. ListVitualNetworkGatewayConnections API - AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); List listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGatewayConnections count ={0} ", listVirtualNetworkGatewayConectionResponse.Count()); Has.One.EqualTo(listVirtualNetworkGatewayConectionResponse); // 5A. DeleteVirtualNetworkGatewayConnection API // TOOD - //var deleteOperation = await virtualNetworkGatewayConnectionContainer.DeleteAsync(VirtualNetworkGatewayConnectionName); + //var deleteOperation = await virtualNetworkGatewayConnectionCollection.DeleteAsync(VirtualNetworkGatewayConnectionName); var deleteOperation = await putVirtualNetworkGatewayConnectionResponse.Value.DeleteAsync(); await deleteOperation.WaitForCompletionResponseAsync(); // 5B. ListVitualNetworkGatewayConnections API after DeleteVirtualNetworkGatewayConnection API called - listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGatewayConnections count ={0} ", listVirtualNetworkGatewayConectionResponse.Count()); Assert.IsEmpty(listVirtualNetworkGatewayConectionResponse); @@ -1001,11 +1003,11 @@ public async Task VirtualNetworkGatewayConnectionOperationsApisTest() } }; - var localNetworkGatewayContainer = resourceGroup.GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = resourceGroup.GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); // B. Prerequisite:- Create VirtualNetworkGateway1 // a. Create PublicIPAddress(Gateway Ip) using Put PublicIPAddress API @@ -1057,12 +1059,12 @@ public async Task VirtualNetworkGatewayConnectionOperationsApisTest() } }; - var virtualNetworkGatewayContainer = resourceGroup.GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = resourceGroup.GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); Console.WriteLine("Virtual Network Gateway is deployed successfully."); - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.NotNull(getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite); Console.WriteLine("Default site :{0} set at Virtual network gateway.", getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite); Assert.AreEqual(getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite.Id, getLocalNetworkGatewayResponse.Value.Id.ToString()); @@ -1077,13 +1079,13 @@ public async Task VirtualNetworkGatewayConnectionOperationsApisTest() SharedKey = "abc" }; - var virtualNetworkGatewayConnectionContainer = resourceGroup.GetVirtualNetworkGatewayConnections(); - var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); + var virtualNetworkGatewayConnectionCollection = resourceGroup.GetVirtualNetworkGatewayConnections(); + var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); Response putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); // 2. GetVirtualNetworkGatewayConnection API - Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Console.WriteLine("GatewayConnection details:- GatewayLocation: {0}, GatewayConnectionId:{1}, VirtualNetworkGateway1 name={2} & Id={3}, LocalNetworkGateway2 name={4} & Id={5}, ConnectionType={6} RoutingWeight={7} SharedKey={8}" + "ConnectionStatus={9}, EgressBytesTransferred={10}, IngressBytesTransferred={11}", getVirtualNetworkGatewayConnectionResponse.Value.Data.Location, getVirtualNetworkGatewayConnectionResponse.Value.Id, @@ -1100,10 +1102,10 @@ public async Task VirtualNetworkGatewayConnectionOperationsApisTest() // 2A. Remove Default local network site getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite = null; - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.Null(getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite); Console.WriteLine("Default site removal from Virtual network gateway is successful.", getVirtualNetworkGatewayResponse.Value.Data.GatewayDefaultSite); @@ -1111,12 +1113,12 @@ public async Task VirtualNetworkGatewayConnectionOperationsApisTest() await getVirtualNetworkGatewayConnectionResponse.Value.ResetSharedKey(new ConnectionResetSharedKey(64)).WaitForCompletionAsync(); virtualNetworkGatewayConneciton.RoutingWeight = 4; - putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); + putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); // 3B. GetVirtualNetworkGatewayConnection API after Updating RoutingWeight = 3 => 4, SharedKey = "abc"=> "xyz" - getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Console.WriteLine("GatewayConnection details:- GatewayLocation: {0}, GatewayConnectionId:{1}, VirtualNetworkGateway1 name={2} & Id={3}, LocalNetworkGateway2 name={4} & Id={5}, ConnectionType={6} RoutingWeight={7} SharedKey={8}" + "ConnectionStatus={9}, EgressBytesTransferred={10}, IngressBytesTransferred={11}", getVirtualNetworkGatewayConnectionResponse.Value.Data.Location, getVirtualNetworkGatewayConnectionResponse.Value.Id, @@ -1130,7 +1132,7 @@ public async Task VirtualNetworkGatewayConnectionOperationsApisTest() Assert.AreEqual("xyz", getVirtualNetworkGatewayConnectionResponse.Value.Data.SharedKey); // 4A. ListVirtualNetworkGatewayConnections API - AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + AsyncPageable listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); List listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGatewayConnections count ={0} ", listVirtualNetworkGatewayConectionResponse.Count()); Has.One.EqualTo(listVirtualNetworkGatewayConectionResponse); @@ -1142,12 +1144,12 @@ public async Task VirtualNetworkGatewayConnectionOperationsApisTest() // 5A. DeleteVirtualNetworkGatewayConnection API // TODO: use specif delete ADO 5998 - //VirtualNetworkGatewayConnectionsDeleteOperation deleteOperation = await virtualNetworkGatewayConnectionContainer.DeleteAsync(VirtualNetworkGatewayConnectionName); + //VirtualNetworkGatewayConnectionsDeleteOperation deleteOperation = await virtualNetworkGatewayConnectionCollection.DeleteAsync(VirtualNetworkGatewayConnectionName); //var deleteOperation = await ArmClient.GetGenericResourceOperations(virtualNetworkGatewayListConnectionsResponse.First().ResourceGuid).DeleteAsync(); //await deleteOperation.WaitForCompletionAsync();; // 5B. ListVitualNetworkGatewayConnections API after DeleteVirtualNetworkGatewayConnection API called - listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionContainer.GetAllAsync(); + listVirtualNetworkGatewayConectionResponseAP = virtualNetworkGatewayConnectionCollection.GetAllAsync(); listVirtualNetworkGatewayConectionResponse = await listVirtualNetworkGatewayConectionResponseAP.ToEnumerableAsync(); Console.WriteLine("ListVirtualNetworkGatewayConnections count ={0} ", listVirtualNetworkGatewayConectionResponse.Count()); Assert.IsEmpty(listVirtualNetworkGatewayConectionResponse); @@ -1212,11 +1214,11 @@ public async Task VirtualNetworkGatewayConnectionSharedKeyOperationsApisTest() } }; - var virtualNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); // Create LocalNetworkGateway2 string localNetworkGatewayName = Recording.GenerateAssetName("azsmnet"); @@ -1232,11 +1234,11 @@ public async Task VirtualNetworkGatewayConnectionSharedKeyOperationsApisTest() } }; - var localNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); getLocalNetworkGatewayResponse.Value.Data.Location = location; // CreaetVirtualNetworkGatewayConnection API @@ -1249,12 +1251,12 @@ public async Task VirtualNetworkGatewayConnectionSharedKeyOperationsApisTest() SharedKey = "abc" }; - var virtualNetworkGatewayConnectionContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGatewayConnections(); - var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); + var virtualNetworkGatewayConnectionCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGatewayConnections(); + var putVirtualNetworkGatewayConnectionResponseOperation = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(VirtualNetworkGatewayConnectionName, virtualNetworkGatewayConneciton); Response putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); - Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(VirtualNetworkGatewayConnectionName); + Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(VirtualNetworkGatewayConnectionName); Assert.AreEqual("Succeeded", getVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); Assert.AreEqual("abc", getVirtualNetworkGatewayConnectionResponse.Value.Data.SharedKey); @@ -1304,11 +1306,11 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() LocalNetworkAddressSpace = new AddressSpace() { AddressPrefixes = { "192.168.0.0/16", } } }; - var localNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); // 1.CreateVirtualNetworkGateway API // A.Prerequisite:-Create PublicIPAddress(Gateway Ip) using Put PublicIPAddress API @@ -1362,13 +1364,13 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() } }; - var virtualNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 2.GetVirtualNetworkGateway API - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Console.WriteLine("Gateway details:- GatewayLocation:{0}, GatewayId:{1}, GatewayName:{2}, GatewayType:{3}, VpnType={4} GatewaySku: name-{5} Tier-{6}", getVirtualNetworkGatewayResponse.Value.Data.Location, getVirtualNetworkGatewayResponse.Value.Id, getVirtualNetworkGatewayResponse.Value.Data.Name, @@ -1388,11 +1390,11 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() VpnClientAddressPool = new AddressSpace() { AddressPrefixes = { newAddressPrefixes } } }; getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientAddressPool.AddressPrefixes.Add(newAddressPrefixes); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.NotNull(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration); Assert.NotNull(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientAddressPool); Assert.True(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientAddressPool.AddressPrefixes.Count == 1 && @@ -1408,12 +1410,12 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() }; getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRootCertificates.Add(clientRootCert); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 4. Get client Root certificates - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.NotNull(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration); Assert.True(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRootCertificates.Count() == 1 && getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRootCertificates[0].Name.Equals(clientRootCertName), "Vpn client Root certificate upload was Failed!"); @@ -1423,7 +1425,7 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() { ProcessorArchitecture = ProcessorArchitecture.Amd64 }; - var packageUrlOperation = await virtualNetworkGatewayContainer.Get(virtualNetworkGatewayName).Value.GeneratevpnclientpackageAsync(vpnClientParameters); + var packageUrlOperation = await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayName).Value.GeneratevpnclientpackageAsync(vpnClientParameters); await packageUrlOperation.WaitForCompletionAsync(); //Assert.NotNull(packageUrl); //Assert.NotEmpty(packageUrl); @@ -1431,11 +1433,11 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() // 6.Delete client Root certificate getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRootCertificates.Clear(); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.True(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRootCertificates.Count() == 0); // 7. Get Vpn client revoked certificates @@ -1451,19 +1453,19 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() }; getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRevokedCertificates.Add(sampleClientCert); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.True(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRevokedCertificates.Count() == 1); Assert.AreEqual("sampleClientCert.cer", getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRevokedCertificates[0].Name); // 9. Unrevoke previously revoked Vpn client certificate getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRevokedCertificates.Clear(); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.True(getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRevokedCertificates.Count() == 0); } @@ -1535,13 +1537,13 @@ public async Task VirtualNetworkGatewayActiveActiveFeatureTest() Sku = new VirtualNetworkGatewaySku() { Name = VirtualNetworkGatewaySkuName.HighPerformance, Tier = VirtualNetworkGatewaySkuTier.HighPerformance } }; - var virtualNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); - var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + var virtualNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); + var putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 2. GetVirtualNetworkGateway API - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Console.WriteLine("Gateway details:- GatewayLocation:{0}, GatewayId:{1}, GatewayName:{2}, GatewayType:{3}, VpnType={4} GatewaySku: name-{5} Tier-{6} ActiveActive enabled-{7}", getVirtualNetworkGatewayResponse.Value.Data.Location, getVirtualNetworkGatewayResponse.Value.Id, getVirtualNetworkGatewayResponse.Value.Data.Name, @@ -1557,22 +1559,22 @@ public async Task VirtualNetworkGatewayActiveActiveFeatureTest() // 3. Update ActiveActive VirtualNetworkGateway to ActiveStandby getVirtualNetworkGatewayResponse.Value.Data.Active = false; getVirtualNetworkGatewayResponse.Value.Data.IpConfigurations.Remove(getVirtualNetworkGatewayResponse.Value.Data.IpConfigurations.First(config => config.Name.Equals(ipconfig2.Name))); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.False(getVirtualNetworkGatewayResponse.Value.Data.Active); Assert.AreEqual(1, getVirtualNetworkGatewayResponse.Value.Data.IpConfigurations.Count); // 4. Update ActiveStandby VirtualNetworkGateway to ActiveActive again getVirtualNetworkGatewayResponse.Value.Data.Active = true; getVirtualNetworkGatewayResponse.Value.Data.IpConfigurations.Add(ipconfig2); - putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + putVirtualNetworkGatewayResponseOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Assert.True(getVirtualNetworkGatewayResponse.Value.Data.Active); Assert.AreEqual(2, getVirtualNetworkGatewayResponse.Value.Data.IpConfigurations.Count); } @@ -1608,10 +1610,10 @@ public async Task VirtualNetworkGatewayBgpRouteApiTest() Subnets = { new SubnetData() { Name = gatewaySubnetName, AddressPrefix = "10.1.1.0/24" } } }; PublicIPAddress publicIPAddress = await CreateDefaultPublicIpAddress(gw1IpName, resourceGroupName, gw1IpDomainNameLabel, location); - var virtualNetworkContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworks(); - var virtualNetworksCreateOrUpdateOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnet1Name, vnet1); + var virtualNetworkCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworks(); + var virtualNetworksCreateOrUpdateOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnet1Name, vnet1); Response vnet1Response = await virtualNetworksCreateOrUpdateOperation.WaitForCompletionAsync(); - Response gw1Subnet = await virtualNetworkContainer.Get(vnet1Name).Value.GetSubnets().GetAsync(gatewaySubnetName); + Response gw1Subnet = await virtualNetworkCollection.Get(vnet1Name).Value.GetSubnets().GetAsync(gatewaySubnetName); VirtualNetworkGatewayIPConfiguration ipconfig1 = new VirtualNetworkGatewayIPConfiguration() { Name = gw1IpConfigName, @@ -1636,9 +1638,9 @@ public async Task VirtualNetworkGatewayBgpRouteApiTest() AddressSpace = new AddressSpace() { AddressPrefixes = { "10.2.0.0/16" } }, Subnets = { new SubnetData() { Name = gatewaySubnetName, AddressPrefix = "10.2.1.0/24", } } }; - var vnet2Operation = await virtualNetworkContainer.CreateOrUpdateAsync(vnet2Name, vnet2); + var vnet2Operation = await virtualNetworkCollection.CreateOrUpdateAsync(vnet2Name, vnet2); VirtualNetwork vnet2Response = await vnet2Operation.WaitForCompletionAsync(); - Response gw2Subnet = await virtualNetworkContainer.Get(vnet2Name).Value.GetSubnets().GetAsync(gatewaySubnetName); + Response gw2Subnet = await virtualNetworkCollection.Get(vnet2Name).Value.GetSubnets().GetAsync(gatewaySubnetName); VirtualNetworkGatewayIPConfiguration ipconfig2 = new VirtualNetworkGatewayIPConfiguration() { Name = gw2IpConfigName, @@ -1656,18 +1658,18 @@ public async Task VirtualNetworkGatewayBgpRouteApiTest() BgpSettings = new BgpSettings() { Asn = 9001, BgpPeeringAddress = null, PeerWeight = 5 } }; - var virtualNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); + var virtualNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); List gatewayDeploymentTasks = new List { await Task.Factory.StartNew(async () => { - var virtualNetworkGatewaysOperation = await virtualNetworkGatewayContainer.CreateOrUpdateAsync(gw1Name, gw1); + var virtualNetworkGatewaysOperation = await virtualNetworkGatewayCollection.CreateOrUpdateAsync(gw1Name, gw1); await virtualNetworkGatewaysOperation.WaitForCompletionAsync();; }), await Task.Factory.StartNew(async() => { - var virtualNetworkGatewaysOperation= await virtualNetworkGatewayContainer.CreateOrUpdateAsync(gw2Name, gw2); + var virtualNetworkGatewaysOperation= await virtualNetworkGatewayCollection.CreateOrUpdateAsync(gw2Name, gw2); await virtualNetworkGatewaysOperation.WaitForCompletionAsync();; }) }; @@ -1676,8 +1678,8 @@ await Task.Factory.StartNew(async() => // Create a vnet to vnet connection between the two gateways // configure both gateways in parallel - Response gw1GetResponse = await virtualNetworkGatewayContainer.GetAsync(gw1Name); - Response gw2GetResponse = await virtualNetworkGatewayContainer.GetAsync(gw2Name); + Response gw1GetResponse = await virtualNetworkGatewayCollection.GetAsync(gw1Name); + Response gw2GetResponse = await virtualNetworkGatewayCollection.GetAsync(gw2Name); Response gw2IpResponse = await GetResourceGroup(resourceGroupName).GetPublicIPAddresses().GetAsync(gw1IpName); string sharedKey = "chocolate"; @@ -1701,17 +1703,17 @@ await Task.Factory.StartNew(async() => EnableBgp = true }; - var virtualNetworkGatewayConnectionContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGatewayConnections(); + var virtualNetworkGatewayConnectionCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGatewayConnections(); List gatewayConnectionTasks = new List { await Task.Factory.StartNew(async() => { - var op = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(conn1Name, gw1ToGw2Conn); + var op = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(conn1Name, gw1ToGw2Conn); await op.WaitForCompletionAsync();; }), await Task.Factory.StartNew(async() => { - var op = await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(conn2Name, gw2ToGw1Conn); + var op = await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(conn2Name, gw2ToGw1Conn); await op.WaitForCompletionAsync();; }) }; @@ -1719,13 +1721,13 @@ await Task.Factory.StartNew(async() => Task.WaitAll(gatewayConnectionTasks.ToArray()); // get bgp info from gw1 - var learnedRoutesOperation = await virtualNetworkGatewayContainer.Get(gw1Name).Value.GetLearnedRoutesAsync(); + var learnedRoutesOperation = await virtualNetworkGatewayCollection.Get(gw1Name).Value.GetLearnedRoutesAsync(); Response learnedRoutes = await learnedRoutesOperation.WaitForCompletionAsync(); Assert.True(learnedRoutes.Value.Value.Count() > 0, "At least one route should be learned from gw2"); - var advertisedRoutesOperation = await virtualNetworkGatewayContainer.Get(gw1Name).Value.GetAdvertisedRoutesAsync(gw2IpResponse.Value.Data.IpAddress); + var advertisedRoutesOperation = await virtualNetworkGatewayCollection.Get(gw1Name).Value.GetAdvertisedRoutesAsync(gw2IpResponse.Value.Data.IpAddress); Response advertisedRoutes = await advertisedRoutesOperation.WaitForCompletionAsync(); Assert.True(learnedRoutes.Value.Value.Count() > 0, "At least one route should be advertised to gw2"); - var gw1PeersOperation = await virtualNetworkGatewayContainer.Get(gw1Name).Value.GetBgpPeerStatusAsync(); + var gw1PeersOperation = await virtualNetworkGatewayCollection.Get(gw1Name).Value.GetBgpPeerStatusAsync(); Response gw1Peers = await gw1PeersOperation.WaitForCompletionAsync(); Assert.True(gw1Peers.Value.Value.Count() > 0, "At least one peer should be connected"); } @@ -1795,15 +1797,15 @@ public async Task VirtualNetworkGatewayGenerateVpnProfileTest() } }; - var virtualNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); + var virtualNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); var putVirtualNetworkGatewayResponseOperation = - await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 2.GetVirtualNetworkGateway API Response getVirtualNetworkGatewayResponse = - await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); Console.WriteLine( "Gateway details:- GatewayLocation:{0}, GatewayId:{1}, GatewayName:{2}, GatewayType:{3}, VpnType={4} GatewaySku: name-{5} Tier-{6}", getVirtualNetworkGatewayResponse.Value.Data.Location, @@ -1834,7 +1836,7 @@ public async Task VirtualNetworkGatewayGenerateVpnProfileTest() }; getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientAddressPool.AddressPrefixes.Add(newAddressPrefixes); putVirtualNetworkGatewayResponseOperation = - await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); + await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, getVirtualNetworkGatewayResponse.Value.Data); putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); @@ -1846,7 +1848,7 @@ public async Task VirtualNetworkGatewayGenerateVpnProfileTest() }; //TODO:Missing the value of a special environment variable, which is currently uncertain - string packageUrl = ""; // await virtualNetworkGatewayContainer.GenerateGatewayVpnProfile(resourceGroupName,virtualNetworkGatewayName, vpnClientParameters); + string packageUrl = ""; // await virtualNetworkGatewayCollection.GenerateGatewayVpnProfile(resourceGroupName,virtualNetworkGatewayName, vpnClientParameters); Assert.NotNull(packageUrl); Assert.IsNotEmpty(packageUrl); @@ -1854,7 +1856,7 @@ public async Task VirtualNetworkGatewayGenerateVpnProfileTest() // Retry to get the package url using the get profile API //TODO:Missing the value of a special environment variable, which is currently uncertain - string packageUrlFromGetOperation = "";// virtualNetworkGatewayContainer.GetGatewayVpnProfile(virtualNetworkGatewayName); + string packageUrlFromGetOperation = "";// virtualNetworkGatewayCollection.GetGatewayVpnProfile(virtualNetworkGatewayName); Assert.NotNull(packageUrlFromGetOperation); Assert.IsNotEmpty(packageUrlFromGetOperation); Console.WriteLine("Vpn client package Url from GET operation = {0}", packageUrlFromGetOperation); @@ -1886,11 +1888,11 @@ public async Task VirtualNetworkGatewayVpnDeviceConfigurationApisTest() } }; - var localNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetLocalNetworkGateways(); - var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayContainer.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); + var localNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetLocalNetworkGateways(); + var putLocalNetworkGatewayResponseOperation = await localNetworkGatewayCollection.CreateOrUpdateAsync(localNetworkGatewayName, localNetworkGateway); Response putLocalNetworkGatewayResponse = await putLocalNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putLocalNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); - Response getLocalNetworkGatewayResponse = await localNetworkGatewayContainer.GetAsync(localNetworkGatewayName); + Response getLocalNetworkGatewayResponse = await localNetworkGatewayCollection.GetAsync(localNetworkGatewayName); // B. Prerequisite:- Create VirtualNetworkGateway1 // a. Create PublicIPAddress(Gateway Ip) using Put PublicIPAddress API @@ -1936,13 +1938,13 @@ public async Task VirtualNetworkGatewayVpnDeviceConfigurationApisTest() } }; - var virtualNetworkGatewayContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); + var virtualNetworkGatewayCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGateways(); var putVirtualNetworkGatewayResponseOperation = - await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); Response putVirtualNetworkGatewayResponse = await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); Console.WriteLine("Virtual Network Gateway is deployed successfully."); - Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + Response getVirtualNetworkGatewayResponse = await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); // C. CreaetVirtualNetworkGatewayConnection API - Ipsec policy and policybased TS enabled string virtualNetworkGatewayConnectionName = Recording.GenerateAssetName("azsmnet"); @@ -1960,14 +1962,14 @@ public async Task VirtualNetworkGatewayVpnDeviceConfigurationApisTest() virtualNetworkGatewayConnection.UsePolicyBasedTrafficSelectors = true; - var virtualNetworkGatewayConnectionContainer = GetResourceGroup(resourceGroupName).GetVirtualNetworkGatewayConnections(); + var virtualNetworkGatewayConnectionCollection = GetResourceGroup(resourceGroupName).GetVirtualNetworkGatewayConnections(); var putVirtualNetworkGatewayConnectionResponseOperation = - await virtualNetworkGatewayConnectionContainer.CreateOrUpdateAsync(virtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); + await virtualNetworkGatewayConnectionCollection.CreateOrUpdateAsync(virtualNetworkGatewayConnectionName, virtualNetworkGatewayConnection); Response putVirtualNetworkGatewayConnectionResponse = await putVirtualNetworkGatewayConnectionResponseOperation.WaitForCompletionAsync(); Assert.AreEqual("Succeeded", putVirtualNetworkGatewayConnectionResponse.Value.Data.ProvisioningState.ToString()); // 2. GetVirtualNetworkGatewayConnection API - Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionContainer.GetAsync(virtualNetworkGatewayConnectionName); + Response getVirtualNetworkGatewayConnectionResponse = await virtualNetworkGatewayConnectionCollection.GetAsync(virtualNetworkGatewayConnectionName); Console.WriteLine("GatewayConnection details:- GatewayLocation: {0}, GatewayConnectionId:{1}, VirtualNetworkGateway1 name={2} & Id={3}, LocalNetworkGateway2 name={4} & Id={5}, " + "IpsecPolicies Count={6}, UsePolicyBasedTS={7}", getVirtualNetworkGatewayConnectionResponse.Value.Data.Location, getVirtualNetworkGatewayConnectionResponse.Value.Id, @@ -1977,7 +1979,7 @@ public async Task VirtualNetworkGatewayVpnDeviceConfigurationApisTest() getVirtualNetworkGatewayConnectionResponse.Value.Data.IpsecPolicies.Count, getVirtualNetworkGatewayConnectionResponse.Value.Data.UsePolicyBasedTrafficSelectors); // List supported Vpn Devices - Response supportedVpnDevices = await virtualNetworkGatewayContainer.Get(virtualNetworkGatewayName).Value.SupportedVpnDevicesAsync(); + Response supportedVpnDevices = await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayName).Value.SupportedVpnDevicesAsync(); Assert.NotNull(supportedVpnDevices); Assert.IsNotEmpty(supportedVpnDevices); @@ -1999,7 +2001,7 @@ public async Task VirtualNetworkGatewayVpnDeviceConfigurationApisTest() }; Response vpnDeviceConfiguration = - await virtualNetworkGatewayContainer.Get(virtualNetworkGatewayConnectionName).Value.VpnDeviceConfigurationScriptAsync(scriptParams); + await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayConnectionName).Value.VpnDeviceConfigurationScriptAsync(scriptParams); Assert.NotNull(vpnDeviceConfiguration); Assert.IsNotEmpty(vpnDeviceConfiguration); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/IpGroupTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/IpGroupTests.cs index 2fdcb52ebe8f9..3134060e3ab93 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/IpGroupTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/IpGroupTests.cs @@ -28,7 +28,8 @@ public IpGroupTests(bool isAsync) [OneTimeSetUp] public async Task GlobalSetUp() { - var rgLro = await GlobalClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("IpGroupRG-"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await GlobalClient.GetDefaultSubscriptionAsync(); + var rgLro = await subscription.GetResourceGroups().CreateOrUpdateAsync(SessionRecording.GenerateAssetName("IpGroupRG-"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgLro.Value; _resourceGroupIdentifier = rg.Id; _ipGroupName = SessionRecording.GenerateAssetName("IpGroupRG-"); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/LoadBalancerTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/LoadBalancerTests.cs index c693566e7755b..ca246a219c23b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/LoadBalancerTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/LoadBalancerTests.cs @@ -16,23 +16,26 @@ namespace Azure.ResourceManager.Network.Tests { public class LoadBalancerTests : NetworkServiceClientTestBase { + private Subscription _subscription; public LoadBalancerTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] [RecordedTest] public async Task LoadBalancerApiTest() { + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); string location = TestEnvironment.Location; @@ -187,7 +190,7 @@ public async Task LoadBalancerApiTest() Assert.AreEqual(getLoadBalancer.Value.Data.Etag, listLoadBalancer.First().Data.Etag); // Verify List LoadBalancer subscription - AsyncPageable listLoadBalancerSubscriptionAP = ArmClient.DefaultSubscription.GetLoadBalancersAsync(); + AsyncPageable listLoadBalancerSubscriptionAP = subscription.GetLoadBalancersAsync(); List listLoadBalancerSubscription = await listLoadBalancerSubscriptionAP.ToEnumerableAsync(); Assert.IsNotEmpty(listLoadBalancerSubscription); Assert.AreEqual(lbName, listLoadBalancerSubscription[0].Data.Name); @@ -195,21 +198,21 @@ public async Task LoadBalancerApiTest() Assert.NotNull(listLoadBalancerSubscription.First().Data.Etag); // Verify List BackendAddressPools in LoadBalancer - var backendAddressPoolContainer = resourceGroup.GetLoadBalancers().Get(lbName).Value.GetBackendAddressPools(); - AsyncPageable listLoadBalancerBackendAddressPoolsAP = backendAddressPoolContainer.GetAllAsync(); + var backendAddressPoolCollection = resourceGroup.GetLoadBalancers().Get(lbName).Value.GetBackendAddressPools(); + AsyncPageable listLoadBalancerBackendAddressPoolsAP = backendAddressPoolCollection.GetAllAsync(); List listLoadBalancerBackendAddressPools = await listLoadBalancerBackendAddressPoolsAP.ToEnumerableAsync(); Has.One.EqualTo(listLoadBalancerBackendAddressPools); Assert.AreEqual(backEndAddressPoolName, listLoadBalancerBackendAddressPools.First().Data.Name); Assert.NotNull(listLoadBalancerBackendAddressPools.First().Data.Etag); // Verify Get BackendAddressPool in LoadBalancer - Response getLoadBalancerBackendAddressPool = await backendAddressPoolContainer.GetAsync(backEndAddressPoolName); + Response getLoadBalancerBackendAddressPool = await backendAddressPoolCollection.GetAsync(backEndAddressPoolName); Assert.AreEqual(backEndAddressPoolName, getLoadBalancerBackendAddressPool.Value.Data.Name); Assert.NotNull(getLoadBalancerBackendAddressPool.Value.Data.Etag); // Verify List FrontendIPConfigurations in LoadBalancer - var loadBalancerContainer = resourceGroup.GetLoadBalancers(); - var loadBalancerOperations = loadBalancerContainer.Get(lbName).Value; + var loadBalancerCollection = resourceGroup.GetLoadBalancers(); + var loadBalancerOperations = loadBalancerCollection.Get(lbName).Value; AsyncPageable listLoadBalancerFrontendIPConfigurationsAP = loadBalancerOperations.GetLoadBalancerFrontendIPConfigurationsAsync(); List listLoadBalancerFrontendIPConfigurations = await listLoadBalancerFrontendIPConfigurationsAP.ToEnumerableAsync(); Has.One.EqualTo(listLoadBalancerFrontendIPConfigurations); @@ -266,8 +269,8 @@ public async Task LoadBalancerApiTest() }; // Verify Put InboundNatRule in LoadBalancer - var inboundNatRuleContainer = loadBalancerOperations.GetInboundNatRules(); - var putInboundNatRuleOperation = await inboundNatRuleContainer.CreateOrUpdateAsync(inboundNatRule3Name, inboundNatRule3Params); + var inboundNatRuleCollection = loadBalancerOperations.GetInboundNatRules(); + var putInboundNatRuleOperation = await inboundNatRuleCollection.CreateOrUpdateAsync(inboundNatRule3Name, inboundNatRule3Params); Response putInboundNatRule = await putInboundNatRuleOperation.WaitForCompletionAsync(); ; Assert.AreEqual(inboundNatRule3Name, putInboundNatRule.Value.Data.Name); @@ -278,7 +281,7 @@ public async Task LoadBalancerApiTest() Assert.False(putInboundNatRule.Value.Data.EnableFloatingIP); // Verify Get InboundNatRule in LoadBalancer - Response getInboundNatRule = await inboundNatRuleContainer.GetAsync(inboundNatRule3Name); + Response getInboundNatRule = await inboundNatRuleCollection.GetAsync(inboundNatRule3Name); Assert.AreEqual(inboundNatRule3Name, getInboundNatRule.Value.Data.Name); Assert.AreEqual(TransportProtocol.Tcp, getInboundNatRule.Value.Data.Protocol); Assert.AreEqual(3391, getInboundNatRule.Value.Data.FrontendPort); @@ -287,7 +290,7 @@ public async Task LoadBalancerApiTest() Assert.False(getInboundNatRule.Value.Data.EnableFloatingIP); // Verify List InboundNatRules in LoadBalancer - AsyncPageable listInboundNatRulesAP = inboundNatRuleContainer.GetAllAsync(); + AsyncPageable listInboundNatRulesAP = inboundNatRuleCollection.GetAllAsync(); List listInboundNatRules = await listInboundNatRulesAP.ToEnumerableAsync(); Assert.AreEqual(3, listInboundNatRules.Count()); Assert.AreEqual(inboundNatRule1Name, listInboundNatRules[0].Data.Name); @@ -303,7 +306,7 @@ public async Task LoadBalancerApiTest() ; // Verify Delete - listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); @@ -315,6 +318,7 @@ public async Task LoadBalancerApiTest() [RecordedTest] public async Task LoadBalancerApiTestWithDynamicIp() { + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); string location = TestEnvironment.Location; @@ -423,8 +427,8 @@ public async Task LoadBalancerApiTestWithDynamicIp() }; // Create the loadBalancer - var loadBalancerContainer = GetLoadBalancerContainer(resourceGroup); - var putLoadBalancerOperation = await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadbalancerparamater); + var loadBalancerCollection = GetLoadBalancerCollection(resourceGroup); + var putLoadBalancerOperation = await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadbalancerparamater); await putLoadBalancerOperation.WaitForCompletionAsync(); ; Response getLoadBalancer = await resourceGroup.GetLoadBalancers().GetAsync(lbName); @@ -454,14 +458,14 @@ public async Task LoadBalancerApiTestWithDynamicIp() Assert.AreEqual(3390, getLoadBalancer.Value.Data.InboundNatRules[1].FrontendPort); // Verify List LoadBalancer - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Has.One.EqualTo(listLoadBalancer); Assert.AreEqual(lbName, listLoadBalancer.First().Data.Name); Assert.AreEqual(getLoadBalancer.Value.Data.Etag, listLoadBalancer.First().Data.Etag); // Verify List LoadBalancer subscription - AsyncPageable listLoadBalancerSubscriptionAP = ArmClient.DefaultSubscription.GetLoadBalancersAsync(); + AsyncPageable listLoadBalancerSubscriptionAP = subscription.GetLoadBalancersAsync(); List listLoadBalancerSubscription = await listLoadBalancerSubscriptionAP.ToEnumerableAsync(); Assert.IsNotEmpty(listLoadBalancerSubscription); Assert.NotNull(listLoadBalancerSubscription.First().Data.Name); @@ -471,7 +475,7 @@ public async Task LoadBalancerApiTestWithDynamicIp() await getLoadBalancer.Value.DeleteAsync(); // Verify Delete - listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); @@ -483,6 +487,7 @@ public async Task LoadBalancerApiTestWithDynamicIp() [RecordedTest] public async Task LoadBalancerApiTestWithStaticIp() { + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); string location = TestEnvironment.Location; @@ -589,11 +594,11 @@ public async Task LoadBalancerApiTestWithStaticIp() }; // Create the loadBalancer - var loadBalancerContainer = GetLoadBalancerContainer(resourceGroup); - var putLoadBalancerOperation = await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadbalancerparamater); + var loadBalancerCollection = GetLoadBalancerCollection(resourceGroup); + var putLoadBalancerOperation = await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadbalancerparamater); await putLoadBalancerOperation.WaitForCompletionAsync(); ; - Response getLoadBalancer = await loadBalancerContainer.GetAsync(lbName); + Response getLoadBalancer = await loadBalancerCollection.GetAsync(lbName); // Verify the GET LoadBalancer Assert.AreEqual(lbName, getLoadBalancer.Value.Data.Name); @@ -624,14 +629,14 @@ public async Task LoadBalancerApiTestWithStaticIp() Assert.AreEqual(4, getLoadBalancer.Value.Data.InboundNatRules[1].IdleTimeoutInMinutes); // Verify List LoadBalancer - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Has.One.EqualTo(listLoadBalancer); Assert.AreEqual(lbName, listLoadBalancer.First().Data.Name); Assert.AreEqual(getLoadBalancer.Value.Data.Etag, listLoadBalancer.First().Data.Etag); // Verify List LoadBalancer subscription - AsyncPageable listLoadBalancerSubscriptionAP = ArmClient.DefaultSubscription.GetLoadBalancersAsync(); + AsyncPageable listLoadBalancerSubscriptionAP = subscription.GetLoadBalancersAsync(); List listLoadBalancerSubscription = await listLoadBalancerSubscriptionAP.ToEnumerableAsync(); Assert.IsNotEmpty(listLoadBalancerSubscription); Assert.NotNull(listLoadBalancerSubscription.First().Data.Name); @@ -643,7 +648,7 @@ public async Task LoadBalancerApiTestWithStaticIp() ; // Verify Delete - listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); @@ -761,10 +766,10 @@ public async Task LoadBalancerApiTestWithDistributionPolicy() }; // Create the loadBalancer - var loadBalancerContainer = resourceGroup.GetLoadBalancers(); - await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadbalancerparamater); + var loadBalancerCollection = resourceGroup.GetLoadBalancers(); + await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadbalancerparamater); - Response getLoadBalancer = await loadBalancerContainer.GetAsync(lbName); + Response getLoadBalancer = await loadBalancerCollection.GetAsync(lbName); // Verify the GET LoadBalancer Assert.AreEqual(lbName, getLoadBalancer.Value.Data.Name); @@ -795,21 +800,21 @@ public async Task LoadBalancerApiTestWithDistributionPolicy() Assert.AreEqual(4, getLoadBalancer.Value.Data.InboundNatRules[1].IdleTimeoutInMinutes); // Verify List LoadBalancer - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.AreEqual(lbName, listLoadBalancer.First().Data.Name); Assert.AreEqual(getLoadBalancer.Value.Data.Etag, listLoadBalancer.First().Data.Etag); // Do another put after changing the distribution policy loadbalancerparamater.LoadBalancingRules[0].LoadDistribution = LoadDistribution.SourceIP; - await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadbalancerparamater); - getLoadBalancer = await loadBalancerContainer.GetAsync(lbName); + await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadbalancerparamater); + getLoadBalancer = await loadBalancerCollection.GetAsync(lbName); Assert.AreEqual(LoadDistribution.SourceIP, getLoadBalancer.Value.Data.LoadBalancingRules[0].LoadDistribution); loadbalancerparamater.LoadBalancingRules[0].LoadDistribution = LoadDistribution.SourceIPProtocol; - await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadbalancerparamater); - getLoadBalancer = await loadBalancerContainer.GetAsync(lbName); + await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadbalancerparamater); + getLoadBalancer = await loadBalancerCollection.GetAsync(lbName); Assert.AreEqual(LoadDistribution.SourceIPProtocol, getLoadBalancer.Value.Data.LoadBalancingRules[0].LoadDistribution); @@ -817,7 +822,7 @@ public async Task LoadBalancerApiTestWithDistributionPolicy() await (await getLoadBalancer.Value.DeleteAsync()).WaitForCompletionResponseAsync(); // Verify Delete - listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); @@ -841,11 +846,11 @@ public async Task CreateEmptyLoadBalancer() var loadbalancerparamater = new LoadBalancerData() { Location = location, }; // Create the loadBalancer - var loadBalancerContainer = resourceGroup.GetLoadBalancers(); - var putLoadBalancerOperation = await loadBalancerContainer.CreateOrUpdateAsync(lbname, loadbalancerparamater); + var loadBalancerCollection = resourceGroup.GetLoadBalancers(); + var putLoadBalancerOperation = await loadBalancerCollection.CreateOrUpdateAsync(lbname, loadbalancerparamater); await putLoadBalancerOperation.WaitForCompletionAsync(); ; - Response getLoadBalancer = await loadBalancerContainer.GetAsync(lbname); + Response getLoadBalancer = await loadBalancerCollection.GetAsync(lbname); // Verify the GET LoadBalancer Assert.AreEqual(lbname, getLoadBalancer.Value.Data.Name); @@ -861,7 +866,7 @@ public async Task CreateEmptyLoadBalancer() ; // Verify Delete - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); } @@ -930,9 +935,9 @@ public async Task UpdateLoadBalancerRule() }; // Create the loadBalancer - var loadBalancerContainer = resourceGroup.GetLoadBalancers(); - await loadBalancerContainer.CreateOrUpdateAsync(lbname, loadbalancerparamater); - Response getLoadBalancer = await loadBalancerContainer.GetAsync(lbname); + var loadBalancerCollection = resourceGroup.GetLoadBalancers(); + await loadBalancerCollection.CreateOrUpdateAsync(lbname, loadbalancerparamater); + Response getLoadBalancer = await loadBalancerCollection.GetAsync(lbname); // Verify the GET LoadBalancer Assert.AreEqual(lbname, getLoadBalancer.Value.Data.Name); @@ -962,10 +967,10 @@ public async Task UpdateLoadBalancerRule() }; // update load balancer - var putLoadBalancerOperation = await loadBalancerContainer.CreateOrUpdateAsync(lbname, getLoadBalancer.Value.Data); + var putLoadBalancerOperation = await loadBalancerCollection.CreateOrUpdateAsync(lbname, getLoadBalancer.Value.Data); await putLoadBalancerOperation.WaitForCompletionAsync(); ; - getLoadBalancer = await loadBalancerContainer.GetAsync(lbname); + getLoadBalancer = await loadBalancerCollection.GetAsync(lbname); // Verify the GET LoadBalancer Assert.AreEqual(lbname, getLoadBalancer.Value.Data.Name); @@ -982,7 +987,7 @@ public async Task UpdateLoadBalancerRule() ; // Verify Delete - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); @@ -1119,11 +1124,11 @@ public async Task LoadBalancerApiNicAssociationTest() }; // Create the loadBalancer - var loadBalancerContainer = resourceGroup.GetLoadBalancers(); - var putLoadBalancerOperation = await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadBalancer); + var loadBalancerCollection = resourceGroup.GetLoadBalancers(); + var putLoadBalancerOperation = await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadBalancer); await putLoadBalancerOperation.WaitForCompletionAsync(); ; - Response getLoadBalancer = await loadBalancerContainer.GetAsync(lbName); + Response getLoadBalancer = await loadBalancerCollection.GetAsync(lbName); // Associate the nic with LB nic1.Data.IpConfigurations.First().LoadBalancerBackendAddressPools.Add(getLoadBalancer.Value.Data.BackendAddressPools.First()); @@ -1132,23 +1137,23 @@ public async Task LoadBalancerApiNicAssociationTest() nic2.Data.IpConfigurations.First().LoadBalancerInboundNatRules.Add(getLoadBalancer.Value.Data.InboundNatRules[1]); // Put Nics - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var nic1Operation = await networkInterfaceContainer.CreateOrUpdateAsync(nic1name, nic1.Data); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var nic1Operation = await networkInterfaceCollection.CreateOrUpdateAsync(nic1name, nic1.Data); await nic1Operation.WaitForCompletionAsync(); - var nic2Operation = await networkInterfaceContainer.CreateOrUpdateAsync(nic2name, nic2.Data); + var nic2Operation = await networkInterfaceCollection.CreateOrUpdateAsync(nic2name, nic2.Data); await nic2Operation.WaitForCompletionAsync(); - var nic3Operation = await networkInterfaceContainer.CreateOrUpdateAsync(nic3name, nic3.Data); + var nic3Operation = await networkInterfaceCollection.CreateOrUpdateAsync(nic3name, nic3.Data); await nic3Operation.WaitForCompletionAsync(); // Get Nics - nic1 = await networkInterfaceContainer.GetAsync(nic1name); - nic2 = await networkInterfaceContainer.GetAsync(nic2name); - nic3 = await networkInterfaceContainer.GetAsync(nic3name); + nic1 = await networkInterfaceCollection.GetAsync(nic1name); + nic2 = await networkInterfaceCollection.GetAsync(nic2name); + nic3 = await networkInterfaceCollection.GetAsync(nic3name); // Verify the associations - getLoadBalancer = await loadBalancerContainer.GetAsync(lbName); + getLoadBalancer = await loadBalancerCollection.GetAsync(lbName); Assert.AreEqual(2, getLoadBalancer.Value.Data.BackendAddressPools.First().BackendIPConfigurations.Count); Assert.AreEqual(getLoadBalancer.Value.Data.BackendAddressPools.First().BackendIPConfigurations[0].Id, nic1.Data.IpConfigurations[0].Id); Assert.AreEqual(getLoadBalancer.Value.Data.BackendAddressPools.First().BackendIPConfigurations[1].Id, nic2.Data.IpConfigurations[0].Id); @@ -1164,7 +1169,7 @@ public async Task LoadBalancerApiNicAssociationTest() await deleteOperation.WaitForCompletionResponseAsync(); // Verify Delete - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); @@ -1229,9 +1234,9 @@ public async Task LoadBalancerNatPoolTest() }; // Create the loadBalancer - var loadBalancerContainer = resourceGroup.GetLoadBalancers(); - await loadBalancerContainer.CreateOrUpdateAsync(lbName, loadBalancer); - Response getLoadBalancer = await loadBalancerContainer.GetAsync(lbName); + var loadBalancerCollection = resourceGroup.GetLoadBalancers(); + await loadBalancerCollection.CreateOrUpdateAsync(lbName, loadBalancer); + Response getLoadBalancer = await loadBalancerCollection.GetAsync(lbName); // Verify the GET LoadBalancer Assert.AreEqual(lbName, getLoadBalancer.Value.Data.Name); @@ -1260,7 +1265,7 @@ public async Task LoadBalancerNatPoolTest() Protocol = TransportProtocol.Tcp }; getLoadBalancer.Value.Data.InboundNatPools.Add(natpool2); - await loadBalancerContainer.CreateOrUpdateAsync(lbName, getLoadBalancer.Value.Data); + await loadBalancerCollection.CreateOrUpdateAsync(lbName, getLoadBalancer.Value.Data); // Verify the nat pool Assert.AreEqual(2, getLoadBalancer.Value.Data.InboundNatPools.Count); @@ -1271,7 +1276,7 @@ public async Task LoadBalancerNatPoolTest() ; // Verify Delete - AsyncPageable listLoadBalancerAP = loadBalancerContainer.GetAllAsync(); + AsyncPageable listLoadBalancerAP = loadBalancerCollection.GetAllAsync(); List listLoadBalancer = await listLoadBalancerAP.ToEnumerableAsync(); Assert.IsEmpty(listLoadBalancer); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkInterfaceTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkInterfaceTests.cs index f55e1d0cb16dc..c395fd45de7a4 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkInterfaceTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkInterfaceTests.cs @@ -16,17 +16,19 @@ namespace Azure.ResourceManager.Network.Tests { public class NetworkInterfaceTests : NetworkServiceClientTestBase { + private Subscription _subscription; public NetworkInterfaceTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -57,13 +59,13 @@ public async Task NetworkInterfaceApiTest() }; // Put PublicIPAddress - var publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); - var putPublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(publicIpName, publicIp); + var publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); + var putPublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(publicIpName, publicIp); Response putPublicIpAddressResponse = await putPublicIpAddressResponseOperation.WaitForCompletionAsync(); ; Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); - Response getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(publicIpName); + Response getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(publicIpName); // Create Vnet // Populate parameter for Put Vnet @@ -85,8 +87,8 @@ public async Task NetworkInterfaceApiTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24" } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); var vnetResponse = await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnetResponse = await vnetResponse.Value.GetSubnets().GetAsync(subnetName); @@ -117,10 +119,10 @@ public async Task NetworkInterfaceApiTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); Assert.Null(getNicResponse.Value.Data.VirtualMachine); @@ -153,21 +155,21 @@ public async Task NetworkInterfaceApiTest() Assert.IsEmpty(listNicLoadBalancers); // Get all Nics - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.AreEqual(getNicResponse.Value.Data.Name, getListNicResponse.First().Data.Name); Assert.AreEqual(getNicResponse.Value.Data.Etag, getListNicResponse.First().Data.Etag); Assert.AreEqual(getNicResponse.Value.Data.IpConfigurations[0].Etag, getListNicResponse.First().Data.IpConfigurations[0].Etag); // Get all Nics in subscription - AsyncPageable listNicSubscriptionAP = ArmClient.DefaultSubscription.GetNetworkInterfacesAsync(); + AsyncPageable listNicSubscriptionAP = _subscription.GetNetworkInterfacesAsync(); List listNicSubscription = await listNicSubscriptionAP.ToEnumerableAsync(); Assert.IsNotEmpty(listNicSubscription); // Delete Nic await getNicResponse.Value.DeleteAsync(); - getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -213,8 +215,8 @@ public async Task NetworkInterfaceWithAcceleratedNetworkingTest() } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnetResponse = await putVnetResponseOperation.Value.GetSubnets().GetAsync(subnetName); @@ -245,11 +247,11 @@ public async Task NetworkInterfaceWithAcceleratedNetworkingTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); Assert.Null(getNicResponse.Value.Data.VirtualMachine); @@ -259,7 +261,7 @@ public async Task NetworkInterfaceWithAcceleratedNetworkingTest() // Delete Nic await getNicResponse.Value.DeleteAsync(); - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -292,13 +294,13 @@ public async Task NetworkInterfaceMultiIpConfigTest() }; // Put PublicIPAddress - var publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); - var putPublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(publicIpName, publicIp); + var publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); + var putPublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(publicIpName, publicIp); Response putPublicIpAddressResponse = await putPublicIpAddressResponseOperation.WaitForCompletionAsync(); ; Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); - Response getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(publicIpName); + Response getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(publicIpName); // Create Vnet // Populate parameter for Put Vnet @@ -319,8 +321,8 @@ public async Task NetworkInterfaceMultiIpConfigTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24" } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnetResponse = await putVnetResponseOperation.Value.GetSubnets().GetAsync(subnetName); @@ -363,11 +365,11 @@ public async Task NetworkInterfaceMultiIpConfigTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); Assert.Null(getNicResponse.Value.Data.VirtualMachine); @@ -383,7 +385,7 @@ public async Task NetworkInterfaceMultiIpConfigTest() Assert.NotNull(getNicResponse.Value.Data.ResourceGuid); // Get all Nics - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.AreEqual(getNicResponse.Value.Data.Name, getListNicResponse.First().Data.Name); Assert.AreEqual(getNicResponse.Value.Data.Etag, getListNicResponse.First().Data.Etag); @@ -391,14 +393,14 @@ public async Task NetworkInterfaceMultiIpConfigTest() Assert.AreEqual(getNicResponse.Value.Data.IpConfigurations[1].Etag, getListNicResponse.First().Data.IpConfigurations[1].Etag); // Get all Nics in subscription - AsyncPageable listNicSubscriptionAP = ArmClient.DefaultSubscription.GetNetworkInterfacesAsync(); + AsyncPageable listNicSubscriptionAP = _subscription.GetNetworkInterfacesAsync(); List listNicSubscription = await listNicSubscriptionAP.ToEnumerableAsync(); Assert.IsNotEmpty(listNicSubscription); // Delete Nic await getNicResponse.Value.DeleteAsync(); - getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -438,8 +440,8 @@ public async Task AssertMultiIpConfigOnDifferentSubnetFails() } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnet1Response = await putVnetResponseOperation.Value.GetSubnets().GetAsync(subnetName); @@ -513,8 +515,8 @@ public async Task NetworkInterfaceDnsSettingsTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnetResponse = await putVnetResponseOperation.Value.GetSubnets().GetAsync(subnetName); @@ -546,11 +548,11 @@ public async Task NetworkInterfaceDnsSettingsTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); Assert.Null(getNicResponse.Value.Data.VirtualMachine); @@ -568,7 +570,7 @@ public async Task NetworkInterfaceDnsSettingsTest() // Delete Nic await getNicResponse.Value.DeleteAsync(); - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -603,13 +605,13 @@ public async Task NetworkInterfaceApiIPv6MultiCATest() }; // Put PublicIPAddress - var publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); - var putPublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(publicIpName, publicIp); + var publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); + var putPublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(publicIpName, publicIp); Response putPublicIpAddressResponse = await putPublicIpAddressResponseOperation.WaitForCompletionAsync(); ; Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); - await publicIPAddressContainer.GetAsync(publicIpName); + await publicIPAddressCollection.GetAsync(publicIpName); // Create Vnet // Populate parameter for Put Vnet @@ -631,8 +633,8 @@ public async Task NetworkInterfaceApiIPv6MultiCATest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24" } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnetResponse = await putVnetResponseOperation.Value.GetSubnets().GetAsync(subnetName); @@ -680,11 +682,11 @@ public async Task NetworkInterfaceApiIPv6MultiCATest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); Assert.Null(getNicResponse.Value.Data.VirtualMachine); @@ -702,7 +704,7 @@ public async Task NetworkInterfaceApiIPv6MultiCATest() Assert.AreEqual(IPVersion.IPv6, getNicResponse.Value.Data.IpConfigurations[1].PrivateIPAddressVersion); // Get all Nics - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.AreEqual(getNicResponse.Value.Data.Name, getListNicResponse.First().Data.Name); Assert.AreEqual(getNicResponse.Value.Data.Etag, getListNicResponse.First().Data.Etag); @@ -710,7 +712,7 @@ public async Task NetworkInterfaceApiIPv6MultiCATest() Assert.AreEqual(getNicResponse.Value.Data.IpConfigurations[1].Etag, getListNicResponse.First().Data.IpConfigurations[1].Etag); // Get all Nics in subscription - AsyncPageable listNicSubscriptionAP = ArmClient.DefaultSubscription.GetNetworkInterfacesAsync(); + AsyncPageable listNicSubscriptionAP = _subscription.GetNetworkInterfacesAsync(); List listNicSubscription = await listNicSubscriptionAP.ToEnumerableAsync(); Assert.IsNotEmpty(listNicSubscription); @@ -718,7 +720,7 @@ public async Task NetworkInterfaceApiIPv6MultiCATest() var deleteOperation = await getNicResponse.Value.DeleteAsync(); await deleteOperation.WaitForCompletionResponseAsync(); ; - getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -751,8 +753,8 @@ public async Task NetworkInterfaceDnsSettingsTestIdnsSuffix() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24" } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnetResponse = await putVnetResponseOperation.Value.GetSubnets().GetAsync(subnetName); @@ -785,11 +787,11 @@ public async Task NetworkInterfaceDnsSettingsTestIdnsSuffix() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); Assert.Null(getNicResponse.Value.Data.VirtualMachine); @@ -809,7 +811,7 @@ public async Task NetworkInterfaceDnsSettingsTestIdnsSuffix() // Delete Nic await getNicResponse.Value.DeleteAsync(); - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -839,8 +841,8 @@ public async Task NetworkInterfaceEnableIPForwardingTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); await putVnetResponseOperation.WaitForCompletionAsync(); ; Response getSubnetResponse = await putVnetResponseOperation.Value.GetSubnets().GetAsync(subnetName); @@ -868,11 +870,11 @@ public async Task NetworkInterfaceEnableIPForwardingTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); Assert.Null(getNicResponse.Value.Data.VirtualMachine); @@ -882,15 +884,15 @@ public async Task NetworkInterfaceEnableIPForwardingTest() Assert.False(getNicResponse.Value.Data.EnableIPForwarding); getNicResponse.Value.Data.EnableIPForwarding = true; - await networkInterfaceContainer.CreateOrUpdateAsync(nicName, getNicResponse.Value.Data); - getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + await networkInterfaceCollection.CreateOrUpdateAsync(nicName, getNicResponse.Value.Data); + getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual(getNicResponse.Value.Data.Name, nicName); Assert.True(getNicResponse.Value.Data.EnableIPForwarding); // Delete Nic await getNicResponse.Value.DeleteAsync(); - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -922,8 +924,8 @@ public async Task NetworkInterfaceNetworkSecurityGroupTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync(); ; // Create network security group @@ -949,8 +951,8 @@ public async Task NetworkInterfaceNetworkSecurityGroupTest() }; // Put Nsg - var networkSecurityGroupContainer = resourceGroup.GetNetworkSecurityGroups(); - var putNsgResponseOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + var networkSecurityGroupCollection = resourceGroup.GetNetworkSecurityGroups(); + var putNsgResponseOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); Response putNsgResponse = await putNsgResponseOperation.WaitForCompletionAsync(); ; Assert.AreEqual("Succeeded", putNsgResponse.Value.Data.ProvisioningState.ToString()); @@ -978,14 +980,14 @@ public async Task NetworkInterfaceNetworkSecurityGroupTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); - Response getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + Response getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); // Verify nic - nsg association Assert.AreEqual(getNicResponse.Value.Data.NetworkSecurityGroup.Id, getNsgResponse.Value.Id.ToString()); @@ -994,7 +996,7 @@ public async Task NetworkInterfaceNetworkSecurityGroupTest() // Delete Nic await getNicResponse.Value.DeleteAsync(); - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -1030,8 +1032,8 @@ public async Task NetworkInterfaceEffectiveNetworkSecurityGroupTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync(); ; // Create network security group @@ -1057,8 +1059,8 @@ public async Task NetworkInterfaceEffectiveNetworkSecurityGroupTest() }; // Put Nsg - var networkSecurityGroupContainer = resourceGroup.GetNetworkSecurityGroups(); - var putNsgResponseOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + var networkSecurityGroupCollection = resourceGroup.GetNetworkSecurityGroups(); + var putNsgResponseOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); Response putNsgResponse = await putNsgResponseOperation.WaitForCompletionAsync(); ; Assert.AreEqual("Succeeded", putNsgResponse.Value.Data.ProvisioningState.ToString()); @@ -1086,14 +1088,14 @@ public async Task NetworkInterfaceEffectiveNetworkSecurityGroupTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); - Response getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + Response getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); // Verify nic - nsg association Assert.AreEqual(getNicResponse.Value.Data.NetworkSecurityGroup.Id, getNsgResponse.Value.Id); @@ -1108,7 +1110,7 @@ public async Task NetworkInterfaceEffectiveNetworkSecurityGroupTest() // Delete Nic await getNicResponse.Value.DeleteAsync(); - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); @@ -1149,8 +1151,8 @@ public async Task NetworkInterfaceEffectiveRouteTableTest() routeTable.Routes.Add(route1); // Put RouteTable - var routeTableContainer = resourceGroup.GetRouteTables(); - var putRouteTableResponseOperation = await routeTableContainer.CreateOrUpdateAsync(routeTableName, routeTable); + var routeTableCollection = resourceGroup.GetRouteTables(); + var putRouteTableResponseOperation = await routeTableCollection.CreateOrUpdateAsync(routeTableName, routeTable); Response putRouteTableResponse = await putRouteTableResponseOperation.WaitForCompletionAsync(); ; Assert.AreEqual("Succeeded", putRouteTableResponse.Value.Data.ProvisioningState.ToString()); @@ -1163,8 +1165,8 @@ public async Task NetworkInterfaceEffectiveRouteTableTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", RouteTable = putRouteTableResponse.Value.Data } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync(); ; // Create Nic @@ -1189,11 +1191,11 @@ public async Task NetworkInterfaceEffectiveRouteTableTest() }; // Test NIC apis - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); await putNicResponseOperation.WaitForCompletionAsync(); ; - Response getNicResponse = await networkInterfaceContainer.GetAsync(nicName); + Response getNicResponse = await networkInterfaceCollection.GetAsync(nicName); Assert.AreEqual("Succeeded", getNicResponse.Value.Data.ProvisioningState.ToString()); // Get effective NSGs @@ -1205,7 +1207,7 @@ public async Task NetworkInterfaceEffectiveRouteTableTest() // Delete Nic await getNicResponse.Value.DeleteAsync(); - AsyncPageable getListNicResponseAP = networkInterfaceContainer.GetAllAsync(); + AsyncPageable getListNicResponseAP = networkInterfaceCollection.GetAllAsync(); List getListNicResponse = await getListNicResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getListNicResponse); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkSecurityGroupTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkSecurityGroupTests.cs index d290d2e8046c2..28823ead53cd7 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkSecurityGroupTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkSecurityGroupTests.cs @@ -32,6 +32,7 @@ public void ClearChallengeCacheforRecord() [RecordedTest] public async Task NetworkSecurityGroupApiTest() { + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); string location = TestEnvironment.Location; @@ -41,13 +42,13 @@ public async Task NetworkSecurityGroupApiTest() var networkSecurityGroup = new NetworkSecurityGroupData() { Location = location, }; // Put Nsg - var networkSecurityGroupContainer = resourceGroup.GetNetworkSecurityGroups(); - var putNsgResponseOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + var networkSecurityGroupCollection = resourceGroup.GetNetworkSecurityGroups(); + var putNsgResponseOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); Response putNsgResponse = await putNsgResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putNsgResponse.Value.Data.ProvisioningState.ToString()); // Get NSG - Response getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + Response getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); Assert.AreEqual(networkSecurityGroupName, getNsgResponse.Value.Data.Name); Assert.NotNull(getNsgResponse.Value.Data.ResourceGuid); Assert.AreEqual(6, getNsgResponse.Value.Data.DefaultSecurityRules.Count); @@ -71,7 +72,7 @@ public async Task NetworkSecurityGroupApiTest() Assert.AreEqual("*", getNsgResponse.Value.Data.DefaultSecurityRules[0].SourcePortRange); // List NSG - AsyncPageable listNsgResponseAP = networkSecurityGroupContainer.GetAllAsync(); + AsyncPageable listNsgResponseAP = networkSecurityGroupCollection.GetAllAsync(); List listNsgResponse = await listNsgResponseAP.ToEnumerableAsync(); Assert.AreEqual(networkSecurityGroupName, listNsgResponse.First().Data.Name); Assert.AreEqual(6, listNsgResponse.First().Data.DefaultSecurityRules.Count); @@ -84,7 +85,7 @@ public async Task NetworkSecurityGroupApiTest() Assert.AreEqual(getNsgResponse.Value.Data.Etag, listNsgResponse.First().Data.Etag); // List NSG in a subscription - AsyncPageable listNsgSubsciptionResponseAP = ArmClient.DefaultSubscription.GetNetworkSecurityGroupsAsync(); + AsyncPageable listNsgSubsciptionResponseAP = subscription.GetNetworkSecurityGroupsAsync(); List listNsgSubsciptionResponse = await listNsgSubsciptionResponseAP.ToEnumerableAsync(); Assert.IsNotEmpty(listNsgSubsciptionResponse); @@ -92,7 +93,7 @@ public async Task NetworkSecurityGroupApiTest() await putNsgResponse.Value.DeleteAsync(); // List NSG - listNsgResponseAP = networkSecurityGroupContainer.GetAllAsync(); + listNsgResponseAP = networkSecurityGroupCollection.GetAllAsync(); listNsgResponse = await listNsgResponseAP.ToEnumerableAsync(); Assert.IsEmpty(listNsgResponse); } @@ -101,6 +102,7 @@ public async Task NetworkSecurityGroupApiTest() [RecordedTest] public async Task NetworkSecurityGroupWithRulesApiTest() { + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); string location = TestEnvironment.Location; @@ -133,13 +135,13 @@ public async Task NetworkSecurityGroupWithRulesApiTest() }; // Put Nsg - var networkSecurityGroupContainer = resourceGroup.GetNetworkSecurityGroups(); - var putNsgResponseOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + var networkSecurityGroupCollection = resourceGroup.GetNetworkSecurityGroups(); + var putNsgResponseOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); Response putNsgResponse = await putNsgResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putNsgResponse.Value.Data.ProvisioningState.ToString()); // Get NSG - Response getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + Response getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); Assert.AreEqual(networkSecurityGroupName, getNsgResponse.Value.Data.Name); Assert.AreEqual(6, getNsgResponse.Value.Data.DefaultSecurityRules.Count); Assert.AreEqual("AllowVnetInBound", getNsgResponse.Value.Data.DefaultSecurityRules[0].Name); @@ -162,7 +164,7 @@ public async Task NetworkSecurityGroupWithRulesApiTest() Assert.AreEqual("655", getNsgResponse.Value.Data.SecurityRules[0].SourcePortRange); // List NSG - AsyncPageable listNsgResponseAP = networkSecurityGroupContainer.GetAllAsync(); + AsyncPageable listNsgResponseAP = networkSecurityGroupCollection.GetAllAsync(); List listNsgResponse = await listNsgResponseAP.ToEnumerableAsync(); Has.One.EqualTo(listNsgResponse); Assert.AreEqual(networkSecurityGroupName, listNsgResponse.First().Data.Name); @@ -176,7 +178,7 @@ public async Task NetworkSecurityGroupWithRulesApiTest() Assert.AreEqual(getNsgResponse.Value.Data.Etag, listNsgResponse.First().Data.Etag); // List NSG in a subscription - AsyncPageable listNsgSubsciptionResponseAP = ArmClient.DefaultSubscription.GetNetworkSecurityGroupsAsync(); + AsyncPageable listNsgSubsciptionResponseAP = subscription.GetNetworkSecurityGroupsAsync(); List listNsgSubsciptionResponse = await listNsgSubsciptionResponseAP.ToEnumerableAsync(); Assert.IsNotEmpty(listNsgSubsciptionResponse); @@ -197,10 +199,10 @@ public async Task NetworkSecurityGroupWithRulesApiTest() networkSecurityGroup.SecurityRules.Add(SecurityRule); - putNsgResponseOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + putNsgResponseOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); await putNsgResponseOperation.WaitForCompletionAsync();; // Get NSG - getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); // Verify the security rule Assert.AreEqual(SecurityRuleAccess.Deny, getNsgResponse.Value.Data.SecurityRules[1].Access); @@ -228,7 +230,7 @@ public async Task NetworkSecurityGroupWithRulesApiTest() await putNsgResponse.Value.DeleteAsync(); // List NSG - listNsgResponseAP = networkSecurityGroupContainer.GetAllAsync(); + listNsgResponseAP = networkSecurityGroupCollection.GetAllAsync(); listNsgResponse = await listNsgResponseAP.ToEnumerableAsync(); Assert.IsEmpty(listNsgResponse); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs index 6a44847135a4a..864754dff0b32 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs @@ -26,8 +26,8 @@ public async Task ClearChallengeCacheforRecord() { Initialize(); } - - List allWatchers = await ArmClient.DefaultSubscription.GetNetworkWatchersAsync().ToEnumerableAsync(); + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + List allWatchers = await subscription.GetNetworkWatchersAsync().ToEnumerableAsync(); foreach (var w in allWatchers) { if (w.Data.Location == TestEnvironment.Location) @@ -37,7 +37,7 @@ public async Task ClearChallengeCacheforRecord() } } - private async Task GetContainer() + private async Task GetCollection() { var resourceGroup = await CreateResourceGroup(Recording.GenerateAssetName("nw")); return resourceGroup.GetNetworkWatchers(); @@ -47,36 +47,37 @@ private async Task GetContainer() [RecordedTest] public async Task NetworkWatcherApiTest() { - List allWatchers = await ArmClient.DefaultSubscription.GetNetworkWatchersAsync().ToEnumerableAsync(); + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + List allWatchers = await subscription.GetNetworkWatchersAsync().ToEnumerableAsync(); int countBeforeTest = allWatchers.Count; string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //Create Network Watcher in the resource group - var networkWatcherContainer = await GetContainer(); + var networkWatcherCollection = await GetCollection(); var location = TestEnvironment.Location; var properties = new NetworkWatcherData { Location = location }; - var createResponse = await networkWatcherContainer.CreateOrUpdateAsync(networkWatcherName, properties); + var createResponse = await networkWatcherCollection.CreateOrUpdateAsync(networkWatcherName, properties); Assert.AreEqual(networkWatcherName, createResponse.Value.Data.Name); Assert.AreEqual(location, createResponse.Value.Data.Location); Assert.IsEmpty(createResponse.Value.Data.Tags); //Get Network Watcher by name in the resource group - Response getResponse = await networkWatcherContainer.GetAsync(networkWatcherName); + Response getResponse = await networkWatcherCollection.GetAsync(networkWatcherName); Assert.AreEqual(location, getResponse.Value.Data.Location); Assert.AreEqual(networkWatcherName, getResponse.Value.Data.Name); Assert.AreEqual("Succeeded", getResponse.Value.Data.ProvisioningState.ToString()); Assert.IsEmpty(getResponse.Value.Data.Tags); properties.Tags.Add("test", "test"); - var updateResponse = await networkWatcherContainer.CreateOrUpdateAsync(networkWatcherName, properties); + var updateResponse = await networkWatcherCollection.CreateOrUpdateAsync(networkWatcherName, properties); Assert.AreEqual(networkWatcherName, updateResponse.Value.Data.Name); Assert.AreEqual(location, updateResponse.Value.Data.Location); Has.One.Equals(updateResponse.Value.Data.Tags); Assert.That(updateResponse.Value.Data.Tags, Does.ContainKey("test").WithValue("test")); //Get all Network Watchers in the resource group - List listResponse = await networkWatcherContainer.GetAllAsync().ToEnumerableAsync(); + List listResponse = await networkWatcherCollection.GetAllAsync().ToEnumerableAsync(); Has.One.EqualTo(listResponse); Assert.AreEqual(networkWatcherName, listResponse[0].Data.Name); Assert.AreEqual(location, listResponse[0].Data.Location); @@ -84,7 +85,7 @@ public async Task NetworkWatcherApiTest() Assert.That(listResponse[0].Data.Tags, Does.ContainKey("test").WithValue("test")); //Get all Network Watchers in the subscription - List listAllResponse = await ArmClient.DefaultSubscription.GetNetworkWatchersAsync().ToEnumerableAsync(); + List listAllResponse = await subscription.GetNetworkWatchersAsync().ToEnumerableAsync(); Assert.IsNotEmpty(listAllResponse); Assert.True(listAllResponse.Any(w => networkWatcherName == w.Data.Name)); @@ -106,7 +107,7 @@ public async Task NetworkWatcherApiTest() await getResponse.Value.DeleteAsync(); //Get all Network Watchers in the subscription - List listAllAfterDeletingResponse = await ArmClient.DefaultSubscription.GetNetworkWatchersAsync().ToEnumerableAsync(); + List listAllAfterDeletingResponse = await subscription.GetNetworkWatchersAsync().ToEnumerableAsync(); Assert.AreEqual(countBeforeTest, listAllAfterDeletingResponse.Count); Assert.False(listAllAfterDeletingResponse.Any(w => w.Data.Name == networkWatcherName)); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NextHopTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NextHopTests.cs index fa8c1f9272a47..97dfc6e3dfeaa 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NextHopTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NextHopTests.cs @@ -47,10 +47,10 @@ public async Task NextHopApiTest() //Create Network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); + //await networkWatcherCollection.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - string sourceIPAddress = networkInterfaceContainer + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + string sourceIPAddress = networkInterfaceCollection .GetAsync(networkInterfaceName).Result.Value.Data.IpConfigurations .FirstOrDefault().PrivateIPAddress; @@ -59,8 +59,8 @@ public async Task NextHopApiTest() NextHopParameters nhProperties2 = new NextHopParameters(vm.Id, sourceIPAddress, "12.11.12.14"); - var networkWatcherContainer = resourceGroup.GetNetworkWatchers(); - var networkWatcherResponse = await networkWatcherContainer.GetAsync("NetworkWatcher_westus2"); + var networkWatcherCollection = resourceGroup.GetNetworkWatchers(); + var networkWatcherResponse = await networkWatcherCollection.GetAsync("NetworkWatcher_westus2"); var getNextHop1Operation = await networkWatcherResponse.Value.GetNextHopAsync(nhProperties1); Response getNextHop1 = await getNextHop1Operation.WaitForCompletionAsync();; diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PacketCaptureTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PacketCaptureTests.cs index 3a1f8bb223238..a146bed948399 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PacketCaptureTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PacketCaptureTests.cs @@ -49,17 +49,17 @@ public async Task PacketCaptureApiTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); + //await networkWatcherCollection.CreateOrUpdateAsync("NetworkWatcherRG", "NetworkWatcher_westus2", properties); string pcName1 = "pc1"; string pcName2 = "pc2"; var pcProperties = new PacketCaptureInput(vm.Id, new PacketCaptureStorageLocation(){/*Id = getVm.Value.Data.Id, StorageLocation = new PacketCaptureStorageLocation { FilePath = @"C:\tmp\Capture.cap" }*/}); - var packetCaptureContainer = GetNetworkWatcherContainer("NetworkWatcherRG").Get("NetworkWatcher_westus2").Value.GetPacketCaptures(); - var createPacketCapture1Operation = await packetCaptureContainer.CreateOrUpdateAsync(pcName1, pcProperties); + var packetCaptureCollection = GetNetworkWatcherCollection("NetworkWatcherRG").Get("NetworkWatcher_westus2").Value.GetPacketCaptures(); + var createPacketCapture1Operation = await packetCaptureCollection.CreateOrUpdateAsync(pcName1, pcProperties); var createPacketCapture1 = await createPacketCapture1Operation.WaitForCompletionAsync();; - Response getPacketCapture = await packetCaptureContainer.GetAsync(pcName1); + Response getPacketCapture = await packetCaptureCollection.GetAsync(pcName1); var queryPCOperation = await getPacketCapture.Value.GetStatusAsync(); await queryPCOperation.WaitForCompletionAsync();; @@ -71,10 +71,10 @@ public async Task PacketCaptureApiTest() Assert.AreEqual(@"C:\tmp\Capture.cap", createPacketCapture1.Value.Data.StorageLocation.FilePath); Assert.AreEqual("Succeeded", getPacketCapture.Value.Data.ProvisioningState.ToString()); - var packetCapturesCreateOperation = await packetCaptureContainer.CreateOrUpdateAsync(pcName2, pcProperties); + var packetCapturesCreateOperation = await packetCaptureCollection.CreateOrUpdateAsync(pcName2, pcProperties); await packetCapturesCreateOperation.WaitForCompletionAsync();; - AsyncPageable listPCByRg1AP = packetCaptureContainer.GetAllAsync(); + AsyncPageable listPCByRg1AP = packetCaptureCollection.GetAllAsync(); List listPCByRg1 = await listPCByRg1AP.ToEnumerableAsync(); var packetCapturesStopOperation = await getPacketCapture.Value.StopAsync(); @@ -85,7 +85,7 @@ public async Task PacketCaptureApiTest() var packetCapturesDeleteOperation = await getPacketCapture.Value.DeleteAsync(); await packetCapturesDeleteOperation.WaitForCompletionResponseAsync();; - AsyncPageable listPCByRg2 = packetCaptureContainer.GetAllAsync(); + AsyncPageable listPCByRg2 = packetCaptureCollection.GetAllAsync(); //Validation Assert.AreEqual(2, listPCByRg1.Count()); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs index 06d422c3ebf7d..4551eb5356181 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs @@ -19,6 +19,7 @@ public class PrivateEndpointTests : NetworkServiceClientTestBase private GenericResource privateDnsZone; private Resources.ResourceGroup resourceGroup; private StorageAccount storageAccount; + private Subscription _subscription; public PrivateEndpointTests(bool isAsync) : base(isAsync) { @@ -31,6 +32,7 @@ public async Task ClearChallengeCacheforRecord() { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); resourceGroup = (await CreateResourceGroup(Recording.GenerateAssetName("pe_rg"))); } @@ -103,7 +105,7 @@ public async Task PrivateEndpointTest() storageAccount = await createStorageAccount(); // create - var privateEndpointContainer = resourceGroup.GetPrivateEndpoints(); + var privateEndpointCollection = resourceGroup.GetPrivateEndpoints(); var name = Recording.GenerateAssetName("pe"); System.Console.WriteLine($"Subnet ID: {virtualNetwork.Data.Subnets[0].Id}"); var privateEndpointData = new PrivateEndpointData @@ -123,27 +125,27 @@ public async Task PrivateEndpointTest() }, }; - var privateEndpoint = (await privateEndpointContainer.CreateOrUpdateAsync(name, privateEndpointData)).Value; + var privateEndpoint = (await privateEndpointCollection.CreateOrUpdateAsync(name, privateEndpointData)).Value; Assert.AreEqual(name, privateEndpoint.Data.Name); Assert.AreEqual(TestEnvironment.Location, privateEndpoint.Data.Location); Assert.IsEmpty(privateEndpoint.Data.Tags); // get - privateEndpoint = (await privateEndpointContainer.GetAsync(name)).Value; + privateEndpoint = (await privateEndpointCollection.GetAsync(name)).Value; Assert.AreEqual(name, privateEndpoint.Data.Name); Assert.AreEqual(TestEnvironment.Location, privateEndpoint.Data.Location); Assert.IsEmpty(privateEndpoint.Data.Tags); // update privateEndpointData.Tags.Add("test", "test"); - privateEndpoint = (await privateEndpointContainer.CreateOrUpdateAsync(name, privateEndpointData)).Value; + privateEndpoint = (await privateEndpointCollection.CreateOrUpdateAsync(name, privateEndpointData)).Value; Assert.AreEqual(name, privateEndpoint.Data.Name); Assert.AreEqual(TestEnvironment.Location, privateEndpoint.Data.Location); Assert.That(privateEndpoint.Data.Tags, Has.Count.EqualTo(1)); Assert.That(privateEndpoint.Data.Tags, Does.ContainKey("test").WithValue("test")); // list - var privateEndpoints = (await privateEndpointContainer.GetAllAsync().ToEnumerableAsync()); + var privateEndpoints = (await privateEndpointCollection.GetAllAsync().ToEnumerableAsync()); Assert.That(privateEndpoints, Has.Count.EqualTo(1)); Assert.AreEqual(name, privateEndpoint.Data.Name); @@ -151,7 +153,7 @@ public async Task PrivateEndpointTest() await privateEndpoint.DeleteAsync(); // list all - privateEndpoints = (await ArmClient.DefaultSubscription.GetPrivateEndpointsAsync().ToEnumerableAsync()); + privateEndpoints = (await _subscription.GetPrivateEndpointsAsync().ToEnumerableAsync()); Assert.That(privateEndpoints, Has.None.Matches(p => p.Data.Name == name)); } @@ -164,7 +166,7 @@ public async Task PrivateDnsZoneGroupTest() storageAccount = await createStorageAccount(); // create - var privateEndpointContainer = resourceGroup.GetPrivateEndpoints(); + var privateEndpointCollection = resourceGroup.GetPrivateEndpoints(); var name = Recording.GenerateAssetName("pe"); System.Console.WriteLine($"Subnet ID: {virtualNetwork.Data.Subnets[0].Id}"); var privateEndpointData = new PrivateEndpointData @@ -184,15 +186,15 @@ public async Task PrivateDnsZoneGroupTest() }, }; - var privateEndpoint = (await privateEndpointContainer.CreateOrUpdateAsync(name, privateEndpointData)).Value; + var privateEndpoint = (await privateEndpointCollection.CreateOrUpdateAsync(name, privateEndpointData)).Value; var privateDnsZoneName = Recording.GenerateAssetName("private_dns_zone"); var privateDnsZoneResourceId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/Microsoft.Network/privateDnsZones/{privateDnsZoneName}"; - privateDnsZone = ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdate(privateDnsZoneResourceId, new GenericResourceData(TestEnvironment.Location)).Value; + privateDnsZone = _subscription.GetGenericResources().CreateOrUpdate(privateDnsZoneResourceId, new GenericResourceData(TestEnvironment.Location)).Value; var privateDnsZoneGroupName = Recording.GenerateAssetName("private_dns_zone_group"); - var privateDnsZoneGroupContainer = privateEndpoint.GetPrivateDnsZoneGroups(); - var privateDnsZoneGroup = (await privateDnsZoneGroupContainer.CreateOrUpdateAsync(privateDnsZoneGroupName, new PrivateDnsZoneGroupData { + var privateDnsZoneGroupCollection = privateEndpoint.GetPrivateDnsZoneGroups(); + var privateDnsZoneGroup = (await privateDnsZoneGroupCollection.CreateOrUpdateAsync(privateDnsZoneGroupName, new PrivateDnsZoneGroupData { PrivateDnsZoneConfigs = { new PrivateDnsZoneConfig { @@ -207,7 +209,7 @@ public async Task PrivateDnsZoneGroupTest() Assert.AreEqual(privateDnsZone.Id, privateDnsZoneGroup.Data.PrivateDnsZoneConfigs[0].PrivateDnsZoneId); // list - var groups = (await privateDnsZoneGroupContainer.GetAllAsync().ToEnumerableAsync()); + var groups = (await privateDnsZoneGroupCollection.GetAllAsync().ToEnumerableAsync()); Assert.That(groups, Has.Count.EqualTo(1)); privateDnsZoneGroup = groups[0]; Assert.IsNotEmpty(privateDnsZoneGroup.Data.PrivateDnsZoneConfigs); @@ -216,21 +218,21 @@ public async Task PrivateDnsZoneGroupTest() Assert.AreEqual(privateDnsZone.Id, privateDnsZoneGroup.Data.PrivateDnsZoneConfigs[0].PrivateDnsZoneId); // get - privateDnsZoneGroup = (await privateDnsZoneGroupContainer.GetAsync(privateDnsZoneGroupName)).Value; + privateDnsZoneGroup = (await privateDnsZoneGroupCollection.GetAsync(privateDnsZoneGroupName)).Value; Assert.IsNotEmpty(privateDnsZoneGroup.Data.PrivateDnsZoneConfigs); Assert.That(privateDnsZoneGroup.Data.PrivateDnsZoneConfigs, Has.Count.EqualTo(1)); Assert.AreEqual(privateDnsZoneName, privateDnsZoneGroup.Data.PrivateDnsZoneConfigs[0].Name); Assert.AreEqual(privateDnsZone.Id, privateDnsZoneGroup.Data.PrivateDnsZoneConfigs[0].PrivateDnsZoneId); // update - privateDnsZoneGroup = (await privateDnsZoneGroupContainer.CreateOrUpdateAsync(privateDnsZoneGroupName, new PrivateDnsZoneGroupData {})).Value; + privateDnsZoneGroup = (await privateDnsZoneGroupCollection.CreateOrUpdateAsync(privateDnsZoneGroupName, new PrivateDnsZoneGroupData {})).Value; Assert.IsEmpty(privateDnsZoneGroup.Data.PrivateDnsZoneConfigs); // delete await privateDnsZoneGroup.DeleteAsync(); // list again - groups = (await privateDnsZoneGroupContainer.GetAllAsync().ToEnumerableAsync()); + groups = (await privateDnsZoneGroupCollection.GetAllAsync().ToEnumerableAsync()); Assert.IsEmpty(groups); await privateEndpoint.DeleteAsync(); @@ -240,7 +242,7 @@ public async Task PrivateDnsZoneGroupTest() [RecordedTest] public async Task AvailablePrivateEndpointTypeTest() { - var types = await ArmClient.DefaultSubscription.GetAvailablePrivateEndpointTypesAsync(TestEnvironment.Location).ToEnumerableAsync(); + var types = await _subscription.GetAvailablePrivateEndpointTypesAsync(TestEnvironment.Location).ToEnumerableAsync(); Assert.IsNotEmpty(types); } @@ -248,7 +250,7 @@ public async Task AvailablePrivateEndpointTypeTest() [RecordedTest] public async Task AvailablePrivateEndpointInResourceGroupTypeTest() { - var types = await ArmClient.DefaultSubscription.GetAvailablePrivateEndpointTypesByResourceGroupAsync( resourceGroup.Data.Name, TestEnvironment.Location).ToEnumerableAsync(); + var types = await _subscription.GetAvailablePrivateEndpointTypesByResourceGroupAsync( resourceGroup.Data.Name, TestEnvironment.Location).ToEnumerableAsync(); Assert.IsNotEmpty(types); } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpAddressTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpAddressTests.cs index dc9a42eee7aeb..be3a0b3162e6c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpAddressTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpAddressTests.cs @@ -32,6 +32,7 @@ public void ClearChallengeCacheforRecord() [RecordedTest] public async Task PublicIpAddressApiTest() { + var subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); string location = TestEnvironment.Location; @@ -53,24 +54,24 @@ public async Task PublicIpAddressApiTest() }; // Put PublicIPAddress - var publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); - var putPublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(publicIpName, publicIp); + var publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); + var putPublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(publicIpName, publicIp); Response putPublicIpAddressResponse = await putPublicIpAddressResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); // Get PublicIPAddress - Response getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(publicIpName); + Response getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(publicIpName); Assert.AreEqual(4, getPublicIpAddressResponse.Value.Data.IdleTimeoutInMinutes); Assert.NotNull(getPublicIpAddressResponse.Value.Data.ResourceGuid); // Get List of PublicIPAddress - AsyncPageable getPublicIpAddressListResponseAP = publicIPAddressContainer.GetAllAsync(); + AsyncPageable getPublicIpAddressListResponseAP = publicIPAddressCollection.GetAllAsync(); List getPublicIpAddressListResponse = await getPublicIpAddressListResponseAP.ToEnumerableAsync(); Has.One.EqualTo(getPublicIpAddressListResponse); ArePublicIpAddressesEqual(getPublicIpAddressResponse.Value.Data, getPublicIpAddressListResponse.First().Data); // Get List of PublicIPAddress in a subscription - AsyncPageable getPublicIpAddressListSubscriptionResponseAP = ArmClient.DefaultSubscription.GetPublicIPAddressesAsync(); + AsyncPageable getPublicIpAddressListSubscriptionResponseAP = subscription.GetPublicIPAddressesAsync(); List getPublicIpAddressListSubscriptionResponse = await getPublicIpAddressListSubscriptionResponseAP.ToEnumerableAsync(); Assert.IsNotEmpty(getPublicIpAddressListSubscriptionResponse); @@ -79,7 +80,7 @@ public async Task PublicIpAddressApiTest() await deleteOperation.WaitForCompletionResponseAsync();; // Get PublicIPAddress - getPublicIpAddressListResponseAP = publicIPAddressContainer.GetAllAsync(); + getPublicIpAddressListResponseAP = publicIPAddressCollection.GetAllAsync(); getPublicIpAddressListResponse = await getPublicIpAddressListResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getPublicIpAddressListResponse); } @@ -88,6 +89,7 @@ public async Task PublicIpAddressApiTest() [RecordedTest] public async Task PublicIpAddressApiTestWithIdletTimeoutAndReverseFqdn() { + var subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); var resourceGroup = await CreateResourceGroup(resourceGroupName); @@ -107,35 +109,35 @@ public async Task PublicIpAddressApiTestWithIdletTimeoutAndReverseFqdn() }; // Put PublicIPAddress - var publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); - var putPublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(publicIpName, publicIp); + var publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); + var putPublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(publicIpName, publicIp); Response putPublicIpAddressResponse = await putPublicIpAddressResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); // Get PublicIPAddress - Response getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(publicIpName); + Response getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(publicIpName); // Add Reverse FQDN reverseFqdn = getPublicIpAddressResponse.Value.Data.DnsSettings.Fqdn; getPublicIpAddressResponse.Value.Data.DnsSettings.ReverseFqdn = reverseFqdn; - putPublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(publicIpName, getPublicIpAddressResponse.Value.Data); + putPublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(publicIpName, getPublicIpAddressResponse.Value.Data); putPublicIpAddressResponse = await putPublicIpAddressResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); // Get PublicIPAddress - getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(publicIpName); + getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(publicIpName); Assert.AreEqual(16, getPublicIpAddressResponse.Value.Data.IdleTimeoutInMinutes); Assert.AreEqual(reverseFqdn, getPublicIpAddressResponse.Value.Data.DnsSettings.ReverseFqdn); // Get List of PublicIPAddress - AsyncPageable getPublicIpAddressListResponseAP = publicIPAddressContainer.GetAllAsync(); + AsyncPageable getPublicIpAddressListResponseAP = publicIPAddressCollection.GetAllAsync(); List getPublicIpAddressListResponse = await getPublicIpAddressListResponseAP.ToEnumerableAsync(); Has.One.EqualTo(getPublicIpAddressListResponse); ArePublicIpAddressesEqual(getPublicIpAddressResponse.Value.Data, getPublicIpAddressListResponse.First().Data); // Get List of PublicIPAddress in a subscription - AsyncPageable getPublicIpAddressListSubscriptionResponseAP = ArmClient.DefaultSubscription.GetPublicIPAddressesAsync(); + AsyncPageable getPublicIpAddressListSubscriptionResponseAP = subscription.GetPublicIPAddressesAsync(); List getPublicIpAddressListSubscriptionResponse = await getPublicIpAddressListSubscriptionResponseAP.ToEnumerableAsync(); Assert.IsNotEmpty(getPublicIpAddressListSubscriptionResponse); @@ -144,7 +146,7 @@ public async Task PublicIpAddressApiTestWithIdletTimeoutAndReverseFqdn() await deleteOperation.WaitForCompletionResponseAsync();; // Get PublicIPAddress - getPublicIpAddressListResponseAP = publicIPAddressContainer.GetAllAsync(); + getPublicIpAddressListResponseAP = publicIPAddressCollection.GetAllAsync(); getPublicIpAddressListResponse = await getPublicIpAddressListResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getPublicIpAddressListResponse); } @@ -153,6 +155,7 @@ public async Task PublicIpAddressApiTestWithIdletTimeoutAndReverseFqdn() [RecordedTest] public async Task PublicIpAddressApiTestIPv6() { + var subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); var resourceGroup = await CreateResourceGroup(resourceGroupName); @@ -174,13 +177,13 @@ public async Task PublicIpAddressApiTestIPv6() }; // Put PublicIPAddress - var publicIPAddressContainer = resourceGroup.GetPublicIPAddresses(); - var putPublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(ipv6PublicIpName, ipv6PublicIp); + var publicIPAddressCollection = resourceGroup.GetPublicIPAddresses(); + var putPublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(ipv6PublicIpName, ipv6PublicIp); Response putPublicIpAddressResponse = await putPublicIpAddressResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putPublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); // Get PublicIPAddress - Response getPublicIpAddressResponse = await publicIPAddressContainer.GetAsync(ipv6PublicIpName); + Response getPublicIpAddressResponse = await publicIPAddressCollection.GetAsync(ipv6PublicIpName); Assert.NotNull(getPublicIpAddressResponse); Assert.AreEqual(IPVersion.IPv6, getPublicIpAddressResponse.Value.Data.PublicIPAddressVersion); @@ -188,13 +191,13 @@ public async Task PublicIpAddressApiTestIPv6() Assert.NotNull(getPublicIpAddressResponse.Value.Data.ResourceGuid); // Get List of PublicIPAddress - AsyncPageable getPublicIpAddressListResponseAP = publicIPAddressContainer.GetAllAsync(); + AsyncPageable getPublicIpAddressListResponseAP = publicIPAddressCollection.GetAllAsync(); List getPublicIpAddressListResponse = await getPublicIpAddressListResponseAP.ToEnumerableAsync(); Has.One.EqualTo(getPublicIpAddressListResponse); ArePublicIpAddressesEqual(getPublicIpAddressResponse.Value.Data, getPublicIpAddressListResponse.First().Data); // Get List of PublicIPAddress in a subscription - AsyncPageable getPublicIpAddressListSubscriptionResponseAP = ArmClient.DefaultSubscription.GetPublicIPAddressesAsync(); + AsyncPageable getPublicIpAddressListSubscriptionResponseAP = subscription.GetPublicIPAddressesAsync(); List getPublicIpAddressListSubscriptionResponse = await getPublicIpAddressListSubscriptionResponseAP.ToEnumerableAsync(); Assert.IsNotEmpty(getPublicIpAddressListSubscriptionResponse); @@ -203,7 +206,7 @@ public async Task PublicIpAddressApiTestIPv6() await deleteOperation.WaitForCompletionResponseAsync();; // Get PublicIPAddress - getPublicIpAddressListResponseAP = publicIPAddressContainer.GetAllAsync(); + getPublicIpAddressListResponseAP = publicIPAddressCollection.GetAllAsync(); getPublicIpAddressListResponse = await getPublicIpAddressListResponseAP.ToEnumerableAsync(); Assert.IsEmpty(getPublicIpAddressListResponse); @@ -224,12 +227,12 @@ public async Task PublicIpAddressApiTestIPv6() }; // Put PublicIPAddress - var putIpv4PublicIpAddressResponseOperation = await publicIPAddressContainer.CreateOrUpdateAsync(ipv4PublicIpName, ipv4PublicIp); + var putIpv4PublicIpAddressResponseOperation = await publicIPAddressCollection.CreateOrUpdateAsync(ipv4PublicIpName, ipv4PublicIp); Response putIpv4PublicIpAddressResponse = await putIpv4PublicIpAddressResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putIpv4PublicIpAddressResponse.Value.Data.ProvisioningState.ToString()); // Get PublicIPAddress - Response getIpv4PublicIpAddressResponse = await publicIPAddressContainer.GetAsync(ipv4PublicIpName); + Response getIpv4PublicIpAddressResponse = await publicIPAddressCollection.GetAsync(ipv4PublicIpName); Assert.NotNull(getIpv4PublicIpAddressResponse); Assert.AreEqual(IPVersion.IPv4, getIpv4PublicIpAddressResponse.Value.Data.PublicIPAddressVersion); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpPrefixTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpPrefixTests.cs index 3d54cd4169b6a..d8820c3590aec 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpPrefixTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PublicIpPrefixTests.cs @@ -6,6 +6,7 @@ using System.Threading.Tasks; using Azure.Azure.Test; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -15,20 +16,23 @@ namespace Azure.ResourceManager.Network.Tests { public class PublicIpPrefixTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public PublicIpPrefixTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } - public async Task GetContainer() + public async Task GetCollection() { var resourceGroup = await CreateResourceGroup(Recording.GenerateAssetName("test_public_ip_prefix_")); return resourceGroup.GetPublicIPPrefixes(); @@ -38,7 +42,7 @@ public async Task GetContainer() [RecordedTest] public async Task PublicIpPrefixApiTest() { - var container = await GetContainer(); + var container = await GetCollection(); var name = Recording.GenerateAssetName("test_public_ip_prefix_"); // create diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs index d8029141be518..76d8ba2eb6edf 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs @@ -32,7 +32,7 @@ public void ClearChallengeCacheforRecord() private const string Filter_Commmunity = "12076:51006"; - private async Task GetContainer() + private async Task GetCollection() { var resourceGroup = await CreateResourceGroup(Recording.GenerateAssetName("route_filter_test_")); return resourceGroup.GetRouteFilters(); @@ -42,24 +42,25 @@ private async Task GetContainer() [RecordedTest] public async Task RouteFilterApiTest() { - var filterContainer = await GetContainer(); + Subscription subscription = await ArmClient.GetDefaultSubscriptionAsync(); + var filterCollection = await GetCollection(); // Create route filter string filterName = Recording.GenerateAssetName("filter"); string ruleName = Recording.GenerateAssetName("rule"); - RouteFilter filter = await CreateDefaultRouteFilter(filterContainer, + RouteFilter filter = await CreateDefaultRouteFilter(filterCollection, filterName); Assert.AreEqual("Succeeded", filter.Data.ProvisioningState.ToString()); Assert.AreEqual(filterName, filter.Data.Name); Assert.IsEmpty(filter.Data.Rules); - var filters = await filterContainer.GetAllAsync().ToEnumerableAsync(); + var filters = await filterCollection.GetAllAsync().ToEnumerableAsync(); Has.One.Equals(filters); Assert.AreEqual(filterName, filters[0].Data.Name); Assert.IsEmpty(filters[0].Data.Rules); - var allFilters = await ArmClient.DefaultSubscription.GetRouteFiltersAsync().ToEnumerableAsync(); + var allFilters = await subscription.GetRouteFiltersAsync().ToEnumerableAsync(); // there could be other filters in the current subscription Assert.True(allFilters.Any(f => filterName == f.Data.Name && f.Data.Rules.Count == 0)); @@ -68,10 +69,10 @@ public async Task RouteFilterApiTest() Assert.AreEqual("Succeeded", filterRule.Data.ProvisioningState.ToString()); Assert.AreEqual(ruleName, filterRule.Data.Name); - Response getFilterResponse = await filterContainer.GetAsync(filterName); + Response getFilterResponse = await filterCollection.GetAsync(filterName); Assert.AreEqual(filterName, getFilterResponse.Value.Data.Name); - filter = await filterContainer.GetAsync(filterName); + filter = await filterCollection.GetAsync(filterName); Assert.AreEqual(filterName, filter.Data.Name); Has.One.Equals(filter.Data.Rules); Assert.AreEqual(ruleName, filter.Data.Rules[0].Name); @@ -88,7 +89,7 @@ public async Task RouteFilterApiTest() // Add filter rule, this will fail due to the limitation of maximum 1 rule per filter Assert.ThrowsAsync(async () => await CreateDefaultRouteFilterRule(filter, Recording.GenerateAssetName("rule2"))); - filter = await filterContainer.GetAsync(filterName); + filter = await filterCollection.GetAsync(filterName); Has.One.Equals(filter.Data.Rules); Assert.AreEqual(ruleName, filter.Data.Rules[0].Name); @@ -100,11 +101,11 @@ public async Task RouteFilterApiTest() // Delete filter await filter.DeleteAsync(); - allFilters = await ArmClient.DefaultSubscription.GetRouteFiltersAsync().ToEnumerableAsync(); + allFilters = await subscription.GetRouteFiltersAsync().ToEnumerableAsync(); Assert.False(allFilters.Any(f => filter.Id == f.Id)); } - private async Task CreateDefaultRouteFilter(RouteFilterContainer filterContainer, string filterName, + private async Task CreateDefaultRouteFilter(RouteFilterCollection filterCollection, string filterName, bool containsRule = false) { var filter = new RouteFilterData() @@ -127,7 +128,7 @@ private async Task CreateDefaultRouteFilter(RouteFilterContainer fi } // Put route filter - Operation filterOperation = await filterContainer.CreateOrUpdateAsync(filterName, filter); + Operation filterOperation = await filterCollection.CreateOrUpdateAsync(filterName, filter); return await filterOperation.WaitForCompletionAsync();; } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTableTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTableTests.cs index bbba30f4d1f3d..445070ff6e67f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTableTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTableTests.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -14,17 +15,20 @@ namespace Azure.ResourceManager.Network.Tests { public class RouteTableTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public RouteTableTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -39,18 +43,18 @@ public async Task EmptyRouteTableTest() var routeTable = new RouteTableData() { Location = location, }; // Put RouteTable - var routeTableContainer = resourceGroup.GetRouteTables(); - var putRouteTableResponseOperation = await routeTableContainer.CreateOrUpdateAsync(routeTableName, routeTable); + var routeTableCollection = resourceGroup.GetRouteTables(); + var putRouteTableResponseOperation = await routeTableCollection.CreateOrUpdateAsync(routeTableName, routeTable); Response putRouteTableResponse = await putRouteTableResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putRouteTableResponse.Value.Data.ProvisioningState.ToString()); // Get RouteTable - Response getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + Response getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.False(getRouteTableResponse.Value.Data.Routes.Any()); // List RouteTable - AsyncPageable listRouteTableResponseAP = routeTableContainer.GetAllAsync(); + AsyncPageable listRouteTableResponseAP = routeTableCollection.GetAllAsync(); List listRouteTableResponse = await listRouteTableResponseAP.ToEnumerableAsync(); Has.One.EqualTo(listRouteTableResponse); Assert.AreEqual(getRouteTableResponse.Value.Data.Name, listRouteTableResponse.First().Data.Name); @@ -61,7 +65,7 @@ public async Task EmptyRouteTableTest() await deleteOperation.WaitForCompletionResponseAsync();; // Verify delete - listRouteTableResponseAP = routeTableContainer.GetAllAsync(); + listRouteTableResponseAP = routeTableCollection.GetAllAsync(); listRouteTableResponse = await listRouteTableResponseAP.ToEnumerableAsync(); Assert.IsEmpty(listRouteTableResponse); @@ -93,13 +97,13 @@ public async Task RouteTableApiTest() routeTable.Routes.Add(route1); // Put RouteTable - var routeTableContainer = resourceGroup.GetRouteTables(); - var putRouteTableResponseOperation = await routeTableContainer.CreateOrUpdateAsync(routeTableName, routeTable); + var routeTableCollection = resourceGroup.GetRouteTables(); + var putRouteTableResponseOperation = await routeTableCollection.CreateOrUpdateAsync(routeTableName, routeTable); Response putRouteTableResponse = await putRouteTableResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putRouteTableResponse.Value.Data.ProvisioningState.ToString()); // Get RouteTable - Response getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + Response getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.AreEqual(1, getRouteTableResponse.Value.Data.Routes.Count); Assert.AreEqual(route1Name, getRouteTableResponse.Value.Data.Routes[0].Name); @@ -116,9 +120,9 @@ public async Task RouteTableApiTest() }; getRouteTableResponse.Value.Data.Routes.Add(route2); - await routeTableContainer.CreateOrUpdateAsync(routeTableName, getRouteTableResponse.Value.Data); + await routeTableCollection.CreateOrUpdateAsync(routeTableName, getRouteTableResponse.Value.Data); - getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.AreEqual(2, getRouteTableResponse.Value.Data.Routes.Count); Assert.AreEqual(route2Name, getRouteTableResponse.Value.Data.Routes[1].Name); @@ -129,9 +133,9 @@ public async Task RouteTableApiTest() // Delete a route getRouteTableResponse.Value.Data.Routes.RemoveAt(0); - await routeTableContainer.CreateOrUpdateAsync(routeTableName, getRouteTableResponse.Value.Data); + await routeTableCollection.CreateOrUpdateAsync(routeTableName, getRouteTableResponse.Value.Data); - getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.AreEqual(1, getRouteTableResponse.Value.Data.Routes.Count); Assert.AreEqual(route2Name, getRouteTableResponse.Value.Data.Routes[0].Name); @@ -144,7 +148,7 @@ public async Task RouteTableApiTest() await deleteOperation.WaitForCompletionResponseAsync();; // Verify delete - AsyncPageable listRouteTableResponseAP = routeTableContainer.GetAllAsync(); + AsyncPageable listRouteTableResponseAP = routeTableCollection.GetAllAsync(); List listRouteTableResponse = await listRouteTableResponseAP.ToEnumerableAsync(); Assert.IsEmpty(listRouteTableResponse); } @@ -173,13 +177,13 @@ public async Task SubnetRouteTableTest() routeTable.Routes.Add(route1); // Put RouteTable - var routeTableContainer = resourceGroup.GetRouteTables(); - var putRouteTableResponseOperation = await routeTableContainer.CreateOrUpdateAsync(routeTableName, routeTable); + var routeTableCollection = resourceGroup.GetRouteTables(); + var putRouteTableResponseOperation = await routeTableCollection.CreateOrUpdateAsync(routeTableName, routeTable); Response putRouteTableResponse = await putRouteTableResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putRouteTableResponse.Value.Data.ProvisioningState.ToString()); // Get RouteTable - Response getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + Response getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); // Verify that the subnet reference is null Assert.IsEmpty(getRouteTableResponse.Value.Data.Subnets); @@ -221,7 +225,7 @@ public async Task SubnetRouteTableTest() Assert.AreEqual(getSubnetResponse.Value.Data.RouteTable.Id, getRouteTableResponse.Value.Id.ToString()); // Get RouteTable - getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(1, getRouteTableResponse.Value.Data.Subnets.Count); Assert.AreEqual(getSubnetResponse.Value.Id.ToString(), getRouteTableResponse.Value.Data.Subnets[0].Id); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTests.cs index 5308e93f0d156..413470b1f726a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteTests.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -14,17 +15,20 @@ namespace Azure.ResourceManager.Network.Tests { public class RouteTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public RouteTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -52,13 +56,13 @@ public async Task RoutesApiTest() routeTable.Routes.Add(route1); // Put RouteTable - var routeTableContainer = resourceGroup.GetRouteTables(); - var putRouteTableResponseOperation = await routeTableContainer.CreateOrUpdateAsync(routeTableName, routeTable); + var routeTableCollection = resourceGroup.GetRouteTables(); + var putRouteTableResponseOperation = await routeTableCollection.CreateOrUpdateAsync(routeTableName, routeTable); Response putRouteTableResponse = await putRouteTableResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putRouteTableResponse.Value.Data.ProvisioningState.ToString()); // Get RouteTable - Response getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + Response getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.AreEqual(1, getRouteTableResponse.Value.Data.Routes.Count); Assert.AreEqual(route1Name, getRouteTableResponse.Value.Data.Routes[0].Name); @@ -85,7 +89,7 @@ public async Task RoutesApiTest() await getRouteTableResponse.Value.GetRoutes().CreateOrUpdateAsync(route2Name, route2); - getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.AreEqual(2, getRouteTableResponse.Value.Data.Routes.Count); Assert.AreEqual(route2Name, getRouteTableResponse.Value.Data.Routes[1].Name); @@ -133,7 +137,7 @@ public async Task RoutesApiTest() await getRouteTableResponse.Value.DeleteAsync(); // Verify delete - AsyncPageable listRouteTableResponseAP = routeTableContainer.GetAllAsync(); + AsyncPageable listRouteTableResponseAP = routeTableCollection.GetAllAsync(); List listRouteTableResponse = await listRouteTableResponseAP.ToEnumerableAsync(); Assert.IsEmpty(listRouteTableResponse); } @@ -166,14 +170,14 @@ public async Task RoutesHopTypeTest() routeTable.Routes.Add(route1); // Put RouteTable - var routeTableContainer = resourceGroup.GetRouteTables(); + var routeTableCollection = resourceGroup.GetRouteTables(); var putRouteTableResponseOperation = - await routeTableContainer.CreateOrUpdateAsync(routeTableName, routeTable); + await routeTableCollection.CreateOrUpdateAsync(routeTableName, routeTable); Response putRouteTableResponse = await putRouteTableResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putRouteTableResponse.Value.Data.ProvisioningState.ToString()); // Get RouteTable - Response getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + Response getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.AreEqual(1, getRouteTableResponse.Value.Data.Routes.Count); Assert.AreEqual(route1Name, getRouteTableResponse.Value.Data.Routes[0].Name); @@ -205,7 +209,7 @@ public async Task RoutesHopTypeTest() }; await getRouteTableResponse.Value.GetRoutes().CreateOrUpdateAsync(route4Name, route4); - getRouteTableResponse = await routeTableContainer.GetAsync(routeTableName); + getRouteTableResponse = await routeTableCollection.GetAsync(routeTableName); Assert.AreEqual(routeTableName, getRouteTableResponse.Value.Data.Name); Assert.AreEqual(4, getRouteTableResponse.Value.Data.Routes.Count); Assert.AreEqual(route2Name, getRouteTableResponse.Value.Data.Routes[1].Name); @@ -218,7 +222,7 @@ public async Task RoutesHopTypeTest() await getRouteTableResponse.Value.DeleteAsync(); // Verify delete - AsyncPageable listRouteTableResponseAP = routeTableContainer.GetAllAsync(); + AsyncPageable listRouteTableResponseAP = routeTableCollection.GetAllAsync(); List listRouteTableResponse = await listRouteTableResponseAP.ToEnumerableAsync(); Assert.IsEmpty(listRouteTableResponse); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/SecurityRuleTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/SecurityRuleTests.cs index cb0486071fcd8..7a1c586bf4540 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/SecurityRuleTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/SecurityRuleTests.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -14,17 +15,20 @@ namespace Azure.ResourceManager.Network.Tests { public class SecurityRuleTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public SecurityRuleTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -62,13 +66,13 @@ public async Task SecurityRuleWithRulesApiTest() }; // Put Nsg - var networkSecurityGroupContainer = resourceGroup.GetNetworkSecurityGroups(); - var putNsgResponseOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + var networkSecurityGroupCollection = resourceGroup.GetNetworkSecurityGroups(); + var putNsgResponseOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); Response putNsgResponse = await putNsgResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putNsgResponse.Value.Data.ProvisioningState.ToString()); // Get NSG - Response getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + Response getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); Assert.AreEqual(networkSecurityGroupName, getNsgResponse.Value.Data.Name); // Get SecurityRule @@ -97,7 +101,7 @@ public async Task SecurityRuleWithRulesApiTest() Assert.AreEqual("Succeeded", putSecurityRuleResponse.Value.Data.ProvisioningState.ToString()); // Get NSG - getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); // Get the SecurityRule2 Response getSecurityRule2Response = await getNsgResponse.Value.GetSecurityRules().GetAsync(securityRule2); @@ -135,7 +139,7 @@ public async Task SecurityRuleWithRulesApiTest() await getNsgResponse.Value.DeleteAsync(); // List NSG - AsyncPageable listNsgResponseAP = networkSecurityGroupContainer.GetAllAsync(); + AsyncPageable listNsgResponseAP = networkSecurityGroupCollection.GetAllAsync(); List listNsgResponse = await listNsgResponseAP.ToEnumerableAsync(); Assert.IsEmpty(listNsgResponse); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/SubnetTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/SubnetTests.cs index 1cd8e8a4b3201..99b521e28960a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/SubnetTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/SubnetTests.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -14,17 +15,20 @@ namespace Azure.ResourceManager.Network.Tests { public class SubnetTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public SubnetTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -53,8 +57,8 @@ public async Task SubnetApiTest() Subnets = { new SubnetData() { Name = subnet1Name, AddressPrefix = "10.0.0.0/24", } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); var vnetResponse = await putVnetResponseOperation.WaitForCompletionAsync();; // Create a Subnet // Populate paramters for a Subnet @@ -67,7 +71,7 @@ public async Task SubnetApiTest() #region Verification var putSubnetResponseOperation = await vnetResponse.Value.GetSubnets().CreateOrUpdateAsync(subnet2Name, subnet); await putSubnetResponseOperation.WaitForCompletionAsync();; - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnetName); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnetName); Assert.AreEqual(2, getVnetResponse.Value.Data.Subnets.Count()); Response getSubnetResponse = await vnetResponse.Value.GetSubnets().GetAsync(subnet2Name); @@ -117,8 +121,8 @@ public async Task SubnetResourceNavigationLinksTest() Subnets = { new SubnetData() { Name = subnetName, AddressPrefix = "10.0.0.0/24", } } }; - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); var vnetResponse = await putVnetResponseOperation.WaitForCompletionAsync();; Response getSubnetResponse = await vnetResponse.Value.GetSubnets().GetAsync(subnetName); Assert.Null(getSubnetResponse.Value.Data.ResourceNavigationLinks); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/TopologyTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/TopologyTests.cs index 46418018fc2b1..92b70cb0c232d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/TopologyTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/TopologyTests.cs @@ -52,13 +52,13 @@ public async Task TopologyApiTest() //Create NetworkWatcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync(resourceGroupName2, networkWatcherName, properties); + //await networkWatcherCollection.CreateOrUpdateAsync(resourceGroupName2, networkWatcherName, properties); TopologyParameters tpProperties = new TopologyParameters() { TargetResourceGroupName = resourceGroupName1 }; //Get the current network topology of the resourceGroupName1 - var networkWatcherContainer = GetNetworkWatcherContainer("NetworkWatcherRG"); - Response getTopology = await networkWatcherContainer.Get("NetworkWatcher_westus2").Value.GetTopologyAsync(tpProperties); + var networkWatcherCollection = GetNetworkWatcherCollection("NetworkWatcherRG"); + Response getTopology = await networkWatcherCollection.Get("NetworkWatcher_westus2").Value.GetTopologyAsync(tpProperties); //Getting infromation about VM from topology TopologyResource vmResource = getTopology.Value.Resources[0]; diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/TroubleshootTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/TroubleshootTests.cs index 6c086bcbf5ea8..11ffa30db4f4f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/TroubleshootTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/TroubleshootTests.cs @@ -53,7 +53,7 @@ public async Task TroubleshootApiTest() await CreateVirtualNetwork(vnetName, subnetName, resourceGroupName, location); - Response getSubnetResponse = await GetVirtualNetworkContainer(resourceGroupName).Get(vnetName).Value.GetSubnets().GetAsync(subnetName); + Response getSubnetResponse = await GetVirtualNetworkCollection(resourceGroupName).Get(vnetName).Value.GetSubnets().GetAsync(subnetName); // CreateVirtualNetworkGateway API string virtualNetworkGatewayName = Recording.GenerateAssetName("azsmnet"); @@ -79,19 +79,19 @@ public async Task TroubleshootApiTest() Sku = new VirtualNetworkGatewaySku() { Name = VirtualNetworkGatewaySkuName.Basic, Tier = VirtualNetworkGatewaySkuTier.Basic } }; - var virtualNetworkGatewayContainer = GetVirtualNetworkGatewayContainer(resourceGroupName); + var virtualNetworkGatewayCollection = GetVirtualNetworkGatewayCollection(resourceGroupName); var putVirtualNetworkGatewayResponseOperation = - await virtualNetworkGatewayContainer.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); + await virtualNetworkGatewayCollection.CreateOrUpdateAsync(virtualNetworkGatewayName, virtualNetworkGateway); await putVirtualNetworkGatewayResponseOperation.WaitForCompletionAsync();; // GetVirtualNetworkGateway API Response getVirtualNetworkGatewayResponse = - await virtualNetworkGatewayContainer.GetAsync(virtualNetworkGatewayName); + await virtualNetworkGatewayCollection.GetAsync(virtualNetworkGatewayName); //TODO:There is no need to perform a separate create NetworkWatchers operation //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); + //await networkWatcherCollection.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); //Create storage //string storageName = Recording.GenerateAssetName("azsmnet"); @@ -102,12 +102,12 @@ public async Task TroubleshootApiTest() //TroubleshootingParameters parameters = new TroubleshootingParameters(getVirtualNetworkGatewayResponse.Value.Id, account.Value.Id, "https://nwtestdbdzq4xsvskrei6.blob.core.windows.net/vhds"); ////Get troubleshooting - //var networkWatcherContainer = GetNetworkWatcherContainer("NetworkWatcherRG"); - //var troubleshootOperation = await networkWatcherContainer.Get("NetworkWatcher_westus2").Value.GetTroubleshootingAsync(parameters); + //var networkWatcherCollection = GetNetworkWatcherCollection("NetworkWatcherRG"); + //var troubleshootOperation = await networkWatcherCollection.Get("NetworkWatcher_westus2").Value.GetTroubleshootingAsync(parameters); //await troubleshootOperation.WaitForCompletionAsync();; ////Query last troubleshoot - //var queryTroubleshootOperation = await networkWatcherContainer.Get("NetworkWatcher_westus2").Value.GetTroubleshootingResultAsync(new QueryTroubleshootingParameters(getVirtualNetworkGatewayResponse.Value.Id)); + //var queryTroubleshootOperation = await networkWatcherCollection.Get("NetworkWatcher_westus2").Value.GetTroubleshootingResultAsync(new QueryTroubleshootingParameters(getVirtualNetworkGatewayResponse.Value.Id)); //await queryTroubleshootOperation.WaitForCompletionAsync();; //TODO: make verification once fixed for troubleshoot API deployed } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/UsageTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/UsageTests.cs index 63ae225bb05a9..40045ff631865 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/UsageTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/UsageTests.cs @@ -31,6 +31,7 @@ public void ClearChallengeCacheforRecord() [RecordedTest] public async Task UsageTest() { + var subscription = await ArmClient.GetDefaultSubscriptionAsync(); string resourceGroupName = Recording.GenerateAssetName("csmrg"); string location = TestEnvironment.Location; @@ -39,15 +40,15 @@ public async Task UsageTest() NetworkSecurityGroupData networkSecurityGroup = new NetworkSecurityGroupData() { Location = location, }; // Put Nsg - var networkSecurityGroupContainer = resourceGroup.GetNetworkSecurityGroups(); - var putNsgResponseOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); + var networkSecurityGroupCollection = resourceGroup.GetNetworkSecurityGroups(); + var putNsgResponseOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, networkSecurityGroup); Response putNsgResponse = await putNsgResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putNsgResponse.Value.Data.ProvisioningState.ToString()); - Response getNsgResponse = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + Response getNsgResponse = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); // Query for usages - AsyncPageable usagesResponseAP = ArmClient.DefaultSubscription.GetUsagesAsync(getNsgResponse.Value.Data.Location.Replace(" ", string.Empty)); + AsyncPageable usagesResponseAP = subscription.GetUsagesAsync(getNsgResponse.Value.Data.Location.Replace(" ", string.Empty)); List usagesResponse = await usagesResponseAP.ToEnumerableAsync(); // Verify that the strings are populated Assert.NotNull(usagesResponse); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/VerifyIpFlowTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/VerifyIpFlowTests.cs index 4239521e8f407..ed05c120f87bc 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/VerifyIpFlowTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/VerifyIpFlowTests.cs @@ -48,9 +48,9 @@ public async Task VerifyIpFlowApiTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //await networkWatcherContainer.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); + //await networkWatcherCollection.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); - string localIPAddress = GetNetworkInterfaceContainer(resourceGroupName).GetAsync(networkInterfaceName1).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; + string localIPAddress = GetNetworkInterfaceCollection(resourceGroupName).GetAsync(networkInterfaceName1).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; string securityRule1 = Recording.GenerateAssetName("azsmnet"); @@ -69,16 +69,16 @@ public async Task VerifyIpFlowApiTest() SourcePortRange = "*", }; - var networkSecurityGroupContainer = GetNetworkSecurityGroupContainer(resourceGroupName); - Response nsg = await networkSecurityGroupContainer.GetAsync(networkSecurityGroupName); + var networkSecurityGroupCollection = GetNetworkSecurityGroupCollection(resourceGroupName); + Response nsg = await networkSecurityGroupCollection.GetAsync(networkSecurityGroupName); nsg.Value.Data.SecurityRules.Add(SecurityRule); - var createOrUpdateOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, nsg.Value.Data); + var createOrUpdateOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, nsg.Value.Data); await createOrUpdateOperation.WaitForCompletionAsync();; VerificationIPFlowParameters ipFlowProperties = new VerificationIPFlowParameters(vm.Id, "Outbound", "TCP", "80", "80", localIPAddress, "12.11.12.14"); //Verify IP flow from a VM to a location given the configured rule - var verifyIpFlowOperation = await GetNetworkWatcherContainer("NetworkWatcherRG").Get("NetworkWatcher_westus2").Value.VerifyIPFlowAsync(ipFlowProperties); + var verifyIpFlowOperation = await GetNetworkWatcherCollection("NetworkWatcherRG").Get("NetworkWatcher_westus2").Value.VerifyIPFlowAsync(ipFlowProperties); Response verifyIpFlow = await verifyIpFlowOperation.WaitForCompletionAsync();; //Verify validity of the result Assert.AreEqual("Deny", verifyIpFlow.Value.Access.ToString()); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ViewNsgRuleTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ViewNsgRuleTests.cs index 737b551c6a934..b9eeb7b2d1e67 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/ViewNsgRuleTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/ViewNsgRuleTests.cs @@ -49,9 +49,9 @@ public async Task ViewNsgRuleApiTest() //Create network Watcher //string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //NetworkWatcher properties = new NetworkWatcher { Location = location }; - //Response createNetworkWatcher = await networkWatcherContainer.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); + //Response createNetworkWatcher = await networkWatcherCollection.CreateOrUpdateAsync(resourceGroupName, networkWatcherName, properties); - string localIPAddress = GetNetworkInterfaceContainer(resourceGroupName).GetAsync(networkInterfaceName).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; + string localIPAddress = GetNetworkInterfaceCollection(resourceGroupName).GetAsync(networkInterfaceName).Result.Value.Data.IpConfigurations.FirstOrDefault().PrivateIPAddress; string securityRule1 = Recording.GenerateAssetName("azsmnet"); @@ -70,14 +70,14 @@ public async Task ViewNsgRuleApiTest() SourcePortRange = "*", }; - var networkSecurityGroupContainer = GetNetworkSecurityGroupContainer(resourceGroupName); - Response nsg = await networkSecurityGroupContainer.GetAsync(resourceGroupName, networkSecurityGroupName); + var networkSecurityGroupCollection = GetNetworkSecurityGroupCollection(resourceGroupName); + Response nsg = await networkSecurityGroupCollection.GetAsync(resourceGroupName, networkSecurityGroupName); nsg.Value.Data.SecurityRules.Add(SecurityRule); - var createOrUpdateOperation = await networkSecurityGroupContainer.CreateOrUpdateAsync(networkSecurityGroupName, nsg.Value.Data); + var createOrUpdateOperation = await networkSecurityGroupCollection.CreateOrUpdateAsync(networkSecurityGroupName, nsg.Value.Data); Response networkSecurityGroup = await createOrUpdateOperation.WaitForCompletionAsync();; //Get view security group rules - var viewNSGRulesOperation = await GetNetworkWatcherContainer("NetworkWatcherRG").Get("NetworkWatcher_westus2").Value.GetVMSecurityRulesAsync(new SecurityGroupViewParameters(vm.Id)); + var viewNSGRulesOperation = await GetNetworkWatcherCollection("NetworkWatcherRG").Get("NetworkWatcher_westus2").Value.GetVMSecurityRulesAsync(new SecurityGroupViewParameters(vm.Id)); Response viewNSGRules = await viewNSGRulesOperation.WaitForCompletionAsync();; //Verify effective security rule defined earlier diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkPeeringTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkPeeringTests.cs index 75194b8555222..cc9559167272a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkPeeringTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkPeeringTests.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -15,17 +16,20 @@ namespace Azure.ResourceManager.Network.Tests { public class VirtualNetworkPeeringTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public VirtualNetworkPeeringTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -58,29 +62,29 @@ public async Task VirtualNetworkPeeringApiTest() }; // Put Vnet - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putVnetResponse.Value.Data.ProvisioningState.ToString()); // Get Vnet - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnetName); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnetName); Assert.AreEqual(vnetName, getVnetResponse.Value.Data.Name); Assert.NotNull(getVnetResponse.Value.Data.ResourceGuid); Assert.AreEqual("Succeeded", getVnetResponse.Value.Data.ProvisioningState.ToString()); // Get all Vnets - AsyncPageable getAllVnetsAP = virtualNetworkContainer.GetAllAsync(); + AsyncPageable getAllVnetsAP = virtualNetworkCollection.GetAllAsync(); await getAllVnetsAP.ToEnumerableAsync(); vnet.AddressSpace.AddressPrefixes[0] = "10.1.0.0/16"; vnet.Subnets[0].AddressPrefix = "10.1.1.0/24"; vnet.Subnets[1].AddressPrefix = "10.1.2.0/24"; - var remoteVirtualNetworkOperation = await virtualNetworkContainer.CreateOrUpdateAsync(remoteVirtualNetworkName, vnet); + var remoteVirtualNetworkOperation = await virtualNetworkCollection.CreateOrUpdateAsync(remoteVirtualNetworkName, vnet); Response remoteVirtualNetwork = await remoteVirtualNetworkOperation.WaitForCompletionAsync();; // Get Peerings in the vnet - var virtualNetworkPeeringContainer =resourceGroup.GetVirtualNetworks().Get(vnetName).Value.GetVirtualNetworkPeerings(); - AsyncPageable listPeeringAP = virtualNetworkPeeringContainer.GetAllAsync(); + var virtualNetworkPeeringCollection =resourceGroup.GetVirtualNetworks().Get(vnetName).Value.GetVirtualNetworkPeerings(); + AsyncPageable listPeeringAP = virtualNetworkPeeringCollection.GetAllAsync(); List listPeering = await listPeeringAP.ToEnumerableAsync(); Assert.IsEmpty(listPeering); @@ -96,7 +100,7 @@ public async Task VirtualNetworkPeeringApiTest() }; // Put peering in the vnet - var putPeeringOperation = await virtualNetworkPeeringContainer.CreateOrUpdateAsync(vnetPeeringName, peering); + var putPeeringOperation = await virtualNetworkPeeringCollection.CreateOrUpdateAsync(vnetPeeringName, peering); Response putPeering = await putPeeringOperation.WaitForCompletionAsync();; Assert.NotNull(putPeering.Value.Data.Etag); Assert.AreEqual(vnetPeeringName, putPeering.Value.Data.Name); @@ -108,7 +112,7 @@ public async Task VirtualNetworkPeeringApiTest() Assert.AreEqual(VirtualNetworkPeeringState.Initiated, putPeering.Value.Data.PeeringState); // get peering - Response getPeering = await virtualNetworkPeeringContainer.GetAsync(vnetPeeringName); + Response getPeering = await virtualNetworkPeeringCollection.GetAsync(vnetPeeringName); Assert.AreEqual(getPeering.Value.Data.Etag, putPeering.Value.Data.Etag); Assert.AreEqual(vnetPeeringName, getPeering.Value.Data.Name); Assert.AreEqual(remoteVirtualNetwork.Value.Id, getPeering.Value.Data.RemoteVirtualNetwork.Id); @@ -119,7 +123,7 @@ public async Task VirtualNetworkPeeringApiTest() Assert.AreEqual(VirtualNetworkPeeringState.Initiated, getPeering.Value.Data.PeeringState); // list peering - listPeeringAP = virtualNetworkPeeringContainer.GetAllAsync(); + listPeeringAP = virtualNetworkPeeringCollection.GetAllAsync(); listPeering = await listPeeringAP.ToEnumerableAsync(); Has.One.EqualTo(listPeering); Assert.AreEqual(listPeering.ElementAt(0).Data.Etag, putPeering.Value.Data.Etag); @@ -133,7 +137,7 @@ public async Task VirtualNetworkPeeringApiTest() // delete peering await getPeering.Value.DeleteAsync(); - listPeeringAP = virtualNetworkPeeringContainer.GetAllAsync(); + listPeeringAP = virtualNetworkPeeringCollection.GetAllAsync(); listPeering = await listPeeringAP.ToEnumerableAsync(); Assert.IsEmpty(listPeering); @@ -142,7 +146,7 @@ public async Task VirtualNetworkPeeringApiTest() await remoteVirtualNetwork.Value.DeleteAsync(); // Get all Vnets - getAllVnetsAP = virtualNetworkContainer.GetAllAsync(); + getAllVnetsAP = virtualNetworkCollection.GetAllAsync(); List getAllVnets = await getAllVnetsAP.ToEnumerableAsync(); Assert.IsEmpty(getAllVnets); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkTests.cs index d9558e2bf3ee3..52d9392e449c2 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/VirtualNetworkTests.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Network.Tests.Helpers; @@ -15,17 +16,20 @@ namespace Azure.ResourceManager.Network.Tests { public class VirtualNetworkTests : NetworkServiceClientTestBase { + private Subscription _subscription; + public VirtualNetworkTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } + _subscription = await ArmClient.GetDefaultSubscriptionAsync(); } [Test] @@ -56,13 +60,13 @@ public async Task VirtualNetworkApiTest() }; // Put Vnet - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putVnetResponse.Value.Data.ProvisioningState.ToString()); // Get Vnet - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnetName); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnetName); Assert.AreEqual(vnetName, getVnetResponse.Value.Data.Name); Assert.NotNull(getVnetResponse.Value.Data.ResourceGuid); Assert.AreEqual("Succeeded", getVnetResponse.Value.Data.ProvisioningState.ToString()); @@ -73,7 +77,7 @@ public async Task VirtualNetworkApiTest() Assert.AreEqual(subnet2Name, getVnetResponse.Value.Data.Subnets[1].Name); // Get all Vnets - AsyncPageable getAllVnetsAP = virtualNetworkContainer.GetAllAsync(); + AsyncPageable getAllVnetsAP = virtualNetworkCollection.GetAllAsync(); List getAllVnets = await getAllVnetsAP.ToEnumerableAsync(); Assert.AreEqual(vnetName, getAllVnets.ElementAt(0).Data.Name); Assert.AreEqual("Succeeded", getAllVnets.ElementAt(0).Data.ProvisioningState.ToString()); @@ -82,7 +86,7 @@ public async Task VirtualNetworkApiTest() Assert.AreEqual(subnet2Name, getAllVnets.ElementAt(0).Data.Subnets[1].Name); // Get all Vnets in a subscription - AsyncPageable getAllVnetInSubscriptionAP = ArmClient.DefaultSubscription.GetVirtualNetworksAsync(); + AsyncPageable getAllVnetInSubscriptionAP = _subscription.GetVirtualNetworksAsync(); List getAllVnetInSubscription = await getAllVnetInSubscriptionAP.ToEnumerableAsync(); Assert.IsNotEmpty(getAllVnetInSubscription); @@ -91,7 +95,7 @@ public async Task VirtualNetworkApiTest() await deleteOperation.WaitForCompletionResponseAsync();; // Get all Vnets - getAllVnetsAP = virtualNetworkContainer.GetAllAsync(); + getAllVnetsAP = virtualNetworkCollection.GetAllAsync(); getAllVnets = await getAllVnetsAP.ToEnumerableAsync(); Assert.IsEmpty(getAllVnets); } @@ -123,8 +127,8 @@ public async Task VirtualNetworkCheckIpAddressAvailabilityTest() }; // Put Vnet - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putVnetResponse.Value.Data.ProvisioningState.ToString()); @@ -199,13 +203,13 @@ public async Task VirtualNetworkPeeringTest() }; // Put Vnet - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnet1Name, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnet1Name, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putVnetResponse.Value.Data.ProvisioningState.ToString()); // Get Vnet - Response getVnetResponse = await virtualNetworkContainer.GetAsync(vnet1Name); + Response getVnetResponse = await virtualNetworkCollection.GetAsync(vnet1Name); Assert.AreEqual(vnet1Name, getVnetResponse.Value.Data.Name); Assert.NotNull(getVnetResponse.Value.Data.ResourceGuid); Assert.AreEqual("Succeeded", getVnetResponse.Value.Data.ProvisioningState.ToString()); @@ -222,7 +226,7 @@ public async Task VirtualNetworkPeeringTest() }; // Put Vnet2 - var putVnet2Operation = await virtualNetworkContainer.CreateOrUpdateAsync(vnet2Name, vnet2); + var putVnet2Operation = await virtualNetworkCollection.CreateOrUpdateAsync(vnet2Name, vnet2); Response putVnet2 = await putVnet2Operation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putVnet2.Value.Data.ProvisioningState.ToString()); @@ -234,11 +238,11 @@ public async Task VirtualNetworkPeeringTest() }; // Create Peering - var virtualNetworkPeeringContainer = getVnetResponse.Value.GetVirtualNetworkPeerings(); - await virtualNetworkPeeringContainer.CreateOrUpdateAsync("peer1", peering); + var virtualNetworkPeeringCollection = getVnetResponse.Value.GetVirtualNetworkPeerings(); + await virtualNetworkPeeringCollection.CreateOrUpdateAsync("peer1", peering); // Get Peering - VirtualNetworkPeering getPeer = await virtualNetworkPeeringContainer.GetAsync("peer1"); + VirtualNetworkPeering getPeer = await virtualNetworkPeeringCollection.GetAsync("peer1"); Assert.AreEqual("peer1", getPeer.Data.Name); Assert.True(getPeer.Data.AllowForwardedTraffic); Assert.True(getPeer.Data.AllowVirtualNetworkAccess); @@ -247,7 +251,7 @@ public async Task VirtualNetworkPeeringTest() Assert.AreEqual(putVnet2.Value.Id, getPeer.Data.RemoteVirtualNetwork.Id); // List Peering - AsyncPageable listPeerAP = virtualNetworkPeeringContainer.GetAllAsync(); + AsyncPageable listPeerAP = virtualNetworkPeeringCollection.GetAllAsync(); List listPeer = await listPeerAP.ToEnumerableAsync(); Has.One.EqualTo(listPeer); Assert.AreEqual("peer1", listPeer[0].Data.Name); @@ -258,7 +262,7 @@ public async Task VirtualNetworkPeeringTest() Assert.AreEqual(putVnet2.Value.Id, listPeer[0].Data.RemoteVirtualNetwork.Id); // Get peering from GET vnet - VirtualNetwork peeringVnet = await virtualNetworkContainer.GetAsync(vnet1Name); + VirtualNetwork peeringVnet = await virtualNetworkCollection.GetAsync(vnet1Name); Assert.AreEqual(vnet1Name, peeringVnet.Data.Name); Has.One.EqualTo(peeringVnet.Data.VirtualNetworkPeerings); Assert.AreEqual("peer1", peeringVnet.Data.VirtualNetworkPeerings[0].Name); @@ -272,11 +276,11 @@ public async Task VirtualNetworkPeeringTest() var deleteOperation = await getPeer.DeleteAsync(); await deleteOperation.WaitForCompletionResponseAsync();; - listPeerAP = virtualNetworkPeeringContainer.GetAllAsync(); + listPeerAP = virtualNetworkPeeringCollection.GetAllAsync(); listPeer = await listPeerAP.ToEnumerableAsync(); Assert.IsEmpty(listPeer); - peeringVnet = await virtualNetworkContainer.GetAsync(vnet1Name); + peeringVnet = await virtualNetworkCollection.GetAsync(vnet1Name); Assert.AreEqual(vnet1Name, peeringVnet.Data.Name); Assert.IsEmpty(peeringVnet.Data.VirtualNetworkPeerings); @@ -311,8 +315,8 @@ public async Task VirtualNetworkUsageTest() }; // Put Vnet - var virtualNetworkContainer = resourceGroup.GetVirtualNetworks(); - var putVnetResponseOperation = await virtualNetworkContainer.CreateOrUpdateAsync(vnetName, vnet); + var virtualNetworkCollection = resourceGroup.GetVirtualNetworks(); + var putVnetResponseOperation = await virtualNetworkCollection.CreateOrUpdateAsync(vnetName, vnet); Response putVnetResponse = await putVnetResponseOperation.WaitForCompletionAsync();; Assert.AreEqual("Succeeded", putVnetResponse.Value.Data.ProvisioningState.ToString()); @@ -344,8 +348,8 @@ public async Task VirtualNetworkUsageTest() } }; - var networkInterfaceContainer = resourceGroup.GetNetworkInterfaces(); - var putNicResponseOperation = await networkInterfaceContainer.CreateOrUpdateAsync(nicName, nicParameters); + var networkInterfaceCollection = resourceGroup.GetNetworkInterfaces(); + var putNicResponseOperation = await networkInterfaceCollection.CreateOrUpdateAsync(nicName, nicParameters); var nicResponse = await putNicResponseOperation.WaitForCompletionAsync();; // Get Vnet usage again diff --git a/sdk/purview/Azure.Analytics.Purview.Account/api/Azure.Analytics.Purview.Account.netstandard2.0.cs b/sdk/purview/Azure.Analytics.Purview.Account/api/Azure.Analytics.Purview.Account.netstandard2.0.cs index d30596598d0d7..6e36dd607048f 100644 --- a/sdk/purview/Azure.Analytics.Purview.Account/api/Azure.Analytics.Purview.Account.netstandard2.0.cs +++ b/sdk/purview/Azure.Analytics.Purview.Account/api/Azure.Analytics.Purview.Account.netstandard2.0.cs @@ -5,16 +5,16 @@ public partial class PurviewAccountClient protected PurviewAccountClient() { } public PurviewAccountClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Account.PurviewAccountClientOptions options = null) { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Response GetAccessKeys(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAccessKeysAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetAccountProperties(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAccountPropertiesAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetAccessKeys(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAccessKeysAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetAccountProperties(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAccountPropertiesAsync(Azure.RequestOptions options = null) { throw null; } public virtual Azure.Analytics.Purview.Account.PurviewCollection GetCollectionClient(string collectionName) { throw null; } - public virtual Azure.Pageable GetCollections(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetCollectionsAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } + public virtual Azure.Pageable GetCollections(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetCollectionsAsync(string skipToken = null, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Analytics.Purview.Account.PurviewResourceSetRule GetResourceSetRuleClient() { throw null; } - public virtual Azure.Pageable GetResourceSetRules(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetResourceSetRulesAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } + public virtual Azure.Pageable GetResourceSetRules(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetResourceSetRulesAsync(string skipToken = null, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response RegenerateAccessKey(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task RegenerateAccessKeyAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response UpdateAccountProperties(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } @@ -36,12 +36,12 @@ protected PurviewCollection() { } public virtual System.Threading.Tasks.Task CreateOrUpdateCollectionAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteCollection(Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteCollectionAsync(Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Pageable GetChildCollectionNames(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetChildCollectionNamesAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.Response GetCollection(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCollectionAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetCollectionPath(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCollectionPathAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Pageable GetChildCollectionNames(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetChildCollectionNamesAsync(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCollection(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCollectionAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCollectionPath(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCollectionPathAsync(Azure.RequestOptions options = null) { throw null; } } public partial class PurviewResourceSetRule { @@ -51,7 +51,7 @@ protected PurviewResourceSetRule() { } public virtual System.Threading.Tasks.Task CreateOrUpdateResourceSetRuleAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteResourceSetRule(Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteResourceSetRuleAsync(Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetResourceSetRule(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetResourceSetRuleAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetResourceSetRule(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetResourceSetRuleAsync(Azure.RequestOptions options = null) { throw null; } } } diff --git a/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewAccountClient.cs b/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewAccountClient.cs index ad9cb58ae86d0..7b28e62d3b863 100644 --- a/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewAccountClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewAccountClient.cs @@ -149,7 +149,7 @@ public PurviewAccountClient(Uri endpoint, TokenCredential credential, PurviewAcc /// /// #pragma warning disable AZC0002 - public virtual async Task GetAccountPropertiesAsync(RequestOptions options) + public virtual async Task GetAccountPropertiesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccountProperties"); @@ -255,7 +255,7 @@ public virtual async Task GetAccountPropertiesAsync(RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual Response GetAccountProperties(RequestOptions options) + public virtual Response GetAccountProperties(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccountProperties"); @@ -527,7 +527,7 @@ public virtual Response UpdateAccountProperties(RequestContent content, RequestO /// /// #pragma warning disable AZC0002 - public virtual async Task GetAccessKeysAsync(RequestOptions options) + public virtual async Task GetAccessKeysAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccessKeys"); @@ -573,7 +573,7 @@ public virtual async Task GetAccessKeysAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetAccessKeys(RequestOptions options) + public virtual Response GetAccessKeys(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccessKeys"); @@ -697,8 +697,8 @@ public virtual Response RegenerateAccessKey(RequestContent content, RequestOptio } /// List the collections in the account. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -746,7 +746,7 @@ public virtual Response RegenerateAccessKey(RequestContent content, RequestOptio /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetCollectionsAsync(RequestOptions options, string skipToken = null) + public virtual AsyncPageable GetCollectionsAsync(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewAccountClient.GetCollections"); @@ -765,8 +765,8 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// List the collections in the account. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -814,7 +814,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetCollections(RequestOptions options, string skipToken = null) + public virtual Pageable GetCollections(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewAccountClient.GetCollections"); @@ -833,8 +833,8 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Get a resource set config service model. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -956,7 +956,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetResourceSetRulesAsync(RequestOptions options, string skipToken = null) + public virtual AsyncPageable GetResourceSetRulesAsync(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewAccountClient.GetResourceSetRules"); @@ -975,8 +975,8 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Get a resource set config service model. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -1098,7 +1098,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetResourceSetRules(RequestOptions options, string skipToken = null) + public virtual Pageable GetResourceSetRules(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewAccountClient.GetResourceSetRules"); diff --git a/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewCollection.cs b/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewCollection.cs index c278c2909c5bf..d11922d284c7d 100644 --- a/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewCollection.cs +++ b/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewCollection.cs @@ -79,7 +79,7 @@ protected PurviewCollection() /// /// #pragma warning disable AZC0002 - public virtual async Task GetCollectionAsync(RequestOptions options) + public virtual async Task GetCollectionAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollection"); @@ -139,7 +139,7 @@ public virtual async Task GetCollectionAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetCollection(RequestOptions options) + public virtual Response GetCollection(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollection"); @@ -429,7 +429,7 @@ public virtual Response DeleteCollection(RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual async Task GetCollectionPathAsync(RequestOptions options) + public virtual async Task GetCollectionPathAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollectionPath"); @@ -475,7 +475,7 @@ public virtual async Task GetCollectionPathAsync(RequestOptions option /// /// #pragma warning disable AZC0002 - public virtual Response GetCollectionPath(RequestOptions options) + public virtual Response GetCollectionPath(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollectionPath"); @@ -493,8 +493,8 @@ public virtual Response GetCollectionPath(RequestOptions options) } /// Lists the child collections names in the collection. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -528,7 +528,7 @@ public virtual Response GetCollectionPath(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetChildCollectionNamesAsync(RequestOptions options, string skipToken = null) + public virtual AsyncPageable GetChildCollectionNamesAsync(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewCollection.GetChildCollectionNames"); @@ -547,8 +547,8 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Lists the child collections names in the collection. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -582,7 +582,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetChildCollectionNames(RequestOptions options, string skipToken = null) + public virtual Pageable GetChildCollectionNames(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewCollection.GetChildCollectionNames"); diff --git a/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewResourceSetRule.cs b/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewResourceSetRule.cs index 999642c328b69..dc70c08779f32 100644 --- a/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewResourceSetRule.cs +++ b/sdk/purview/Azure.Analytics.Purview.Account/src/Generated/PurviewResourceSetRule.cs @@ -149,7 +149,7 @@ protected PurviewResourceSetRule() /// /// #pragma warning disable AZC0002 - public virtual async Task GetResourceSetRuleAsync(RequestOptions options) + public virtual async Task GetResourceSetRuleAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewResourceSetRule.GetResourceSetRule"); @@ -283,7 +283,7 @@ public virtual async Task GetResourceSetRuleAsync(RequestOptions optio /// /// #pragma warning disable AZC0002 - public virtual Response GetResourceSetRule(RequestOptions options) + public virtual Response GetResourceSetRule(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewResourceSetRule.GetResourceSetRule"); diff --git a/sdk/purview/Azure.Analytics.Purview.Administration/api/Azure.Analytics.Purview.Administration.netstandard2.0.cs b/sdk/purview/Azure.Analytics.Purview.Administration/api/Azure.Analytics.Purview.Administration.netstandard2.0.cs index 346eecbd0f1e1..2ccddc82d8402 100644 --- a/sdk/purview/Azure.Analytics.Purview.Administration/api/Azure.Analytics.Purview.Administration.netstandard2.0.cs +++ b/sdk/purview/Azure.Analytics.Purview.Administration/api/Azure.Analytics.Purview.Administration.netstandard2.0.cs @@ -5,16 +5,16 @@ public partial class PurviewAccountClient protected PurviewAccountClient() { } public PurviewAccountClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Administration.PurviewAccountClientOptions options = null) { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Response GetAccessKeys(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAccessKeysAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetAccountProperties(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetAccountPropertiesAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetAccessKeys(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAccessKeysAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetAccountProperties(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAccountPropertiesAsync(Azure.RequestOptions options = null) { throw null; } public virtual Azure.Analytics.Purview.Administration.PurviewCollection GetCollectionClient(string collectionName) { throw null; } - public virtual Azure.Pageable GetCollections(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetCollectionsAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } + public virtual Azure.Pageable GetCollections(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetCollectionsAsync(string skipToken = null, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Analytics.Purview.Administration.PurviewResourceSetRule GetResourceSetRuleClient() { throw null; } - public virtual Azure.Pageable GetResourceSetRules(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetResourceSetRulesAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } + public virtual Azure.Pageable GetResourceSetRules(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetResourceSetRulesAsync(string skipToken = null, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response RegenerateAccessKey(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task RegenerateAccessKeyAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response UpdateAccountProperties(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } @@ -36,12 +36,12 @@ protected PurviewCollection() { } public virtual System.Threading.Tasks.Task CreateOrUpdateCollectionAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteCollection(Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteCollectionAsync(Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Pageable GetChildCollectionNames(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.AsyncPageable GetChildCollectionNamesAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } - public virtual Azure.Response GetCollection(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCollectionAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetCollectionPath(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetCollectionPathAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Pageable GetChildCollectionNames(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetChildCollectionNamesAsync(string skipToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCollection(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCollectionAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetCollectionPath(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCollectionPathAsync(Azure.RequestOptions options = null) { throw null; } } public partial class PurviewMetadataClientOptions : Azure.Core.ClientOptions { @@ -56,10 +56,10 @@ public partial class PurviewMetadataPolicyClient protected PurviewMetadataPolicyClient() { } public PurviewMetadataPolicyClient(System.Uri endpoint, string collectionName, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Administration.PurviewMetadataClientOptions options = null) { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Pageable GetMetadataPolicies(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetMetadataPoliciesAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetMetadataPolicy(string policyId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetMetadataPolicyAsync(string policyId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Pageable GetMetadataPolicies(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetMetadataPoliciesAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetMetadataPolicy(string policyId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetMetadataPolicyAsync(string policyId, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response UpdateMetadataPolicy(string policyId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task UpdateMetadataPolicyAsync(string policyId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } } @@ -68,8 +68,8 @@ public partial class PurviewMetadataRolesClient protected PurviewMetadataRolesClient() { } public PurviewMetadataRolesClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Administration.PurviewMetadataClientOptions options = null) { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Pageable GetMetadataRoles(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetMetadataRolesAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Pageable GetMetadataRoles(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetMetadataRolesAsync(Azure.RequestOptions options = null) { throw null; } } public partial class PurviewResourceSetRule { @@ -79,7 +79,7 @@ protected PurviewResourceSetRule() { } public virtual System.Threading.Tasks.Task CreateOrUpdateResourceSetRuleAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteResourceSetRule(Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteResourceSetRuleAsync(Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetResourceSetRule(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetResourceSetRuleAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetResourceSetRule(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetResourceSetRuleAsync(Azure.RequestOptions options = null) { throw null; } } } diff --git a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewAccountClient.cs b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewAccountClient.cs index 323345413536e..a04810d6ed407 100644 --- a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewAccountClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewAccountClient.cs @@ -147,7 +147,7 @@ public PurviewAccountClient(Uri endpoint, TokenCredential credential, PurviewAcc /// /// #pragma warning disable AZC0002 - public virtual async Task GetAccountPropertiesAsync(RequestOptions options) + public virtual async Task GetAccountPropertiesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccountProperties"); @@ -253,7 +253,7 @@ public virtual async Task GetAccountPropertiesAsync(RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual Response GetAccountProperties(RequestOptions options) + public virtual Response GetAccountProperties(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccountProperties"); @@ -525,7 +525,7 @@ public virtual Response UpdateAccountProperties(RequestContent content, RequestO /// /// #pragma warning disable AZC0002 - public virtual async Task GetAccessKeysAsync(RequestOptions options) + public virtual async Task GetAccessKeysAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccessKeys"); @@ -571,7 +571,7 @@ public virtual async Task GetAccessKeysAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetAccessKeys(RequestOptions options) + public virtual Response GetAccessKeys(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewAccountClient.GetAccessKeys"); @@ -695,8 +695,8 @@ public virtual Response RegenerateAccessKey(RequestContent content, RequestOptio } /// List the collections in the account. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -744,7 +744,7 @@ public virtual Response RegenerateAccessKey(RequestContent content, RequestOptio /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetCollectionsAsync(RequestOptions options, string skipToken = null) + public virtual AsyncPageable GetCollectionsAsync(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewAccountClient.GetCollections"); @@ -763,8 +763,8 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// List the collections in the account. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -812,7 +812,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetCollections(RequestOptions options, string skipToken = null) + public virtual Pageable GetCollections(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewAccountClient.GetCollections"); @@ -831,8 +831,8 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// Get a resource set config service model. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -954,7 +954,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetResourceSetRulesAsync(RequestOptions options, string skipToken = null) + public virtual AsyncPageable GetResourceSetRulesAsync(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewAccountClient.GetResourceSetRules"); @@ -973,8 +973,8 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Get a resource set config service model. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -1096,7 +1096,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetResourceSetRules(RequestOptions options, string skipToken = null) + public virtual Pageable GetResourceSetRules(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewAccountClient.GetResourceSetRules"); diff --git a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewCollection.cs b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewCollection.cs index 7ef03e8a4bd79..4c29a38e04a94 100644 --- a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewCollection.cs +++ b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewCollection.cs @@ -78,7 +78,7 @@ protected PurviewCollection() /// /// #pragma warning disable AZC0002 - public virtual async Task GetCollectionAsync(RequestOptions options) + public virtual async Task GetCollectionAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollection"); @@ -138,7 +138,7 @@ public virtual async Task GetCollectionAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetCollection(RequestOptions options) + public virtual Response GetCollection(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollection"); @@ -428,7 +428,7 @@ public virtual Response DeleteCollection(RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual async Task GetCollectionPathAsync(RequestOptions options) + public virtual async Task GetCollectionPathAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollectionPath"); @@ -474,7 +474,7 @@ public virtual async Task GetCollectionPathAsync(RequestOptions option /// /// #pragma warning disable AZC0002 - public virtual Response GetCollectionPath(RequestOptions options) + public virtual Response GetCollectionPath(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewCollection.GetCollectionPath"); @@ -492,8 +492,8 @@ public virtual Response GetCollectionPath(RequestOptions options) } /// Lists the child collections names in the collection. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -527,7 +527,7 @@ public virtual Response GetCollectionPath(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetChildCollectionNamesAsync(RequestOptions options, string skipToken = null) + public virtual AsyncPageable GetChildCollectionNamesAsync(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewCollection.GetChildCollectionNames"); @@ -546,8 +546,8 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// Lists the child collections names in the collection. - /// The request options. /// The String to use. + /// The request options. /// /// Schema for Response Body: /// { @@ -581,7 +581,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetChildCollectionNames(RequestOptions options, string skipToken = null) + public virtual Pageable GetChildCollectionNames(string skipToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewCollection.GetChildCollectionNames"); diff --git a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataPolicyClient.cs b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataPolicyClient.cs index 684c79dde3706..277bad2cfdfb9 100644 --- a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataPolicyClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataPolicyClient.cs @@ -275,7 +275,7 @@ public virtual Response UpdateMetadataPolicy(string policyId, RequestContent con /// /// #pragma warning disable AZC0002 - public virtual async Task GetMetadataPolicyAsync(string policyId, RequestOptions options) + public virtual async Task GetMetadataPolicyAsync(string policyId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewMetadataPolicyClient.GetMetadataPolicy"); @@ -340,7 +340,7 @@ public virtual async Task GetMetadataPolicyAsync(string policyId, Requ /// /// #pragma warning disable AZC0002 - public virtual Response GetMetadataPolicy(string policyId, RequestOptions options) + public virtual Response GetMetadataPolicy(string policyId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewMetadataPolicyClient.GetMetadataPolicy"); @@ -408,7 +408,7 @@ public virtual Response GetMetadataPolicy(string policyId, RequestOptions option /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetMetadataPoliciesAsync(RequestOptions options) + public virtual AsyncPageable GetMetadataPoliciesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewMetadataPolicyClient.GetMetadataPolicies"); @@ -477,7 +477,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetMetadataPolicies(RequestOptions options) + public virtual Pageable GetMetadataPolicies(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewMetadataPolicyClient.GetMetadataPolicies"); diff --git a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataRolesClient.cs b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataRolesClient.cs index 339f36267edf9..7b7d2155723c2 100644 --- a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataRolesClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewMetadataRolesClient.cs @@ -70,7 +70,7 @@ protected PurviewMetadataRolesClient() /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetMetadataRolesAsync(RequestOptions options) + public virtual AsyncPageable GetMetadataRolesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewMetadataRolesClient.GetMetadataRoles"); @@ -125,7 +125,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetMetadataRoles(RequestOptions options) + public virtual Pageable GetMetadataRoles(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewMetadataRolesClient.GetMetadataRoles"); diff --git a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewResourceSetRule.cs b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewResourceSetRule.cs index c22f85e38e2e1..56c4782e930dd 100644 --- a/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewResourceSetRule.cs +++ b/sdk/purview/Azure.Analytics.Purview.Administration/src/Generated/PurviewResourceSetRule.cs @@ -148,7 +148,7 @@ protected PurviewResourceSetRule() /// /// #pragma warning disable AZC0002 - public virtual async Task GetResourceSetRuleAsync(RequestOptions options) + public virtual async Task GetResourceSetRuleAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewResourceSetRule.GetResourceSetRule"); @@ -282,7 +282,7 @@ public virtual async Task GetResourceSetRuleAsync(RequestOptions optio /// /// #pragma warning disable AZC0002 - public virtual Response GetResourceSetRule(RequestOptions options) + public virtual Response GetResourceSetRule(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewResourceSetRule.GetResourceSetRule"); diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/api/Azure.Analytics.Purview.Catalog.netstandard2.0.cs b/sdk/purview/Azure.Analytics.Purview.Catalog/api/Azure.Analytics.Purview.Catalog.netstandard2.0.cs index c7a4626e080c4..3058472b8004a 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/api/Azure.Analytics.Purview.Catalog.netstandard2.0.cs +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/api/Azure.Analytics.Purview.Catalog.netstandard2.0.cs @@ -63,20 +63,20 @@ protected PurviewEntities() { } public virtual System.Threading.Tasks.Task DeleteClassificationAsync(string guid, string classificationName, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteClassificationByUniqueAttribute(string typeName, string classificationName, string attrQualifiedName = null, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteClassificationByUniqueAttributeAsync(string typeName, string classificationName, string attrQualifiedName = null, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetByGuid(string guid, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?)) { throw null; } - public virtual System.Threading.Tasks.Task GetByGuidAsync(string guid, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?)) { throw null; } - public virtual Azure.Response GetByGuids(System.Collections.Generic.IEnumerable guids, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), System.Collections.Generic.IEnumerable excludeRelationshipTypes = null) { throw null; } - public virtual System.Threading.Tasks.Task GetByGuidsAsync(System.Collections.Generic.IEnumerable guids, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), System.Collections.Generic.IEnumerable excludeRelationshipTypes = null) { throw null; } - public virtual Azure.Response GetByUniqueAttributes(string typeName, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrQualifiedName = null) { throw null; } - public virtual System.Threading.Tasks.Task GetByUniqueAttributesAsync(string typeName, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrQualifiedName = null) { throw null; } - public virtual Azure.Response GetClassification(string guid, string classificationName, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetClassificationAsync(string guid, string classificationName, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetClassifications(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetClassificationsAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetEntitiesByUniqueAttributes(string typeName, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrNQualifiedName = null) { throw null; } - public virtual System.Threading.Tasks.Task GetEntitiesByUniqueAttributesAsync(string typeName, Azure.RequestOptions options, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrNQualifiedName = null) { throw null; } - public virtual Azure.Response GetHeader(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetHeaderAsync(string guid, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetByGuid(string guid, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetByGuidAsync(string guid, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetByGuids(System.Collections.Generic.IEnumerable guids, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), System.Collections.Generic.IEnumerable excludeRelationshipTypes = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetByGuidsAsync(System.Collections.Generic.IEnumerable guids, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), System.Collections.Generic.IEnumerable excludeRelationshipTypes = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetByUniqueAttributes(string typeName, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrQualifiedName = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetByUniqueAttributesAsync(string typeName, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrQualifiedName = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetClassification(string guid, string classificationName, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetClassificationAsync(string guid, string classificationName, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetClassifications(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetClassificationsAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetEntitiesByUniqueAttributes(string typeName, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrNQualifiedName = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetEntitiesByUniqueAttributesAsync(string typeName, bool? minExtInfo = default(bool?), bool? ignoreRelationships = default(bool?), string attrNQualifiedName = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetHeader(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetHeaderAsync(string guid, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response PartialUpdateEntityAttributeByGuid(string guid, string name, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task PartialUpdateEntityAttributeByGuidAsync(string guid, string name, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response PartialUpdateEntityByUniqueAttributes(string typeName, Azure.Core.RequestContent content, string attrQualifiedName = null, Azure.RequestOptions options = null) { throw null; } @@ -114,36 +114,36 @@ protected PurviewGlossaries() { } public virtual System.Threading.Tasks.Task DeleteTermAssignmentFromEntitiesAsync(string termGuid, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response ExportGlossaryTermsAsCsv(string glossaryGuid, Azure.Core.RequestContent content, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task ExportGlossaryTermsAsCsvAsync(string glossaryGuid, Azure.Core.RequestContent content, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetCategoryTerms(string categoryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetCategoryTermsAsync(string categoryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetDetailedGlossary(string glossaryGuid, Azure.RequestOptions options, bool? includeTermHierarchy = default(bool?)) { throw null; } - public virtual System.Threading.Tasks.Task GetDetailedGlossaryAsync(string glossaryGuid, Azure.RequestOptions options, bool? includeTermHierarchy = default(bool?)) { throw null; } - public virtual Azure.Response GetEntitiesAssignedWithTerm(string termGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetEntitiesAssignedWithTermAsync(string termGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetGlossaries(Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null, bool? ignoreTermsAndCategories = default(bool?)) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossariesAsync(Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null, bool? ignoreTermsAndCategories = default(bool?)) { throw null; } - public virtual Azure.Response GetGlossary(string glossaryGuid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossaryAsync(string glossaryGuid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetGlossaryCategories(string glossaryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossaryCategoriesAsync(string glossaryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetGlossaryCategoriesHeaders(string glossaryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossaryCategoriesHeadersAsync(string glossaryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetGlossaryCategory(string categoryGuid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossaryCategoryAsync(string categoryGuid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetGlossaryTerm(string termGuid, Azure.RequestOptions options, bool? includeTermHierarchy = default(bool?)) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossaryTermAsync(string termGuid, Azure.RequestOptions options, bool? includeTermHierarchy = default(bool?)) { throw null; } - public virtual Azure.Response GetGlossaryTermHeaders(string glossaryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossaryTermHeadersAsync(string glossaryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetGlossaryTerms(string glossaryGuid, Azure.RequestOptions options, bool? includeTermHierarchy = default(bool?), int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetGlossaryTermsAsync(string glossaryGuid, Azure.RequestOptions options, bool? includeTermHierarchy = default(bool?), int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetImportCsvOperationStatus(string operationGuid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetImportCsvOperationStatusAsync(string operationGuid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetRelatedCategories(string categoryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetRelatedCategoriesAsync(string categoryGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetRelatedTerms(string termGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual System.Threading.Tasks.Task GetRelatedTermsAsync(string termGuid, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), string sort = null) { throw null; } - public virtual Azure.Response GetTermsByGlossaryName(string glossaryName, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), bool? includeTermHierarchy = default(bool?)) { throw null; } - public virtual System.Threading.Tasks.Task GetTermsByGlossaryNameAsync(string glossaryName, Azure.RequestOptions options, int? limit = default(int?), int? offset = default(int?), bool? includeTermHierarchy = default(bool?)) { throw null; } + public virtual Azure.Response GetCategoryTerms(string categoryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetCategoryTermsAsync(string categoryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetDetailedGlossary(string glossaryGuid, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetDetailedGlossaryAsync(string glossaryGuid, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetEntitiesAssignedWithTerm(string termGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetEntitiesAssignedWithTermAsync(string termGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossaries(int? limit = default(int?), int? offset = default(int?), string sort = null, bool? ignoreTermsAndCategories = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossariesAsync(int? limit = default(int?), int? offset = default(int?), string sort = null, bool? ignoreTermsAndCategories = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossary(string glossaryGuid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossaryAsync(string glossaryGuid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossaryCategories(string glossaryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossaryCategoriesAsync(string glossaryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossaryCategoriesHeaders(string glossaryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossaryCategoriesHeadersAsync(string glossaryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossaryCategory(string categoryGuid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossaryCategoryAsync(string categoryGuid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossaryTerm(string termGuid, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossaryTermAsync(string termGuid, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossaryTermHeaders(string glossaryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossaryTermHeadersAsync(string glossaryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetGlossaryTerms(string glossaryGuid, bool? includeTermHierarchy = default(bool?), int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetGlossaryTermsAsync(string glossaryGuid, bool? includeTermHierarchy = default(bool?), int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetImportCsvOperationStatus(string operationGuid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetImportCsvOperationStatusAsync(string operationGuid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetRelatedCategories(string categoryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRelatedCategoriesAsync(string categoryGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetRelatedTerms(string termGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRelatedTermsAsync(string termGuid, int? limit = default(int?), int? offset = default(int?), string sort = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTermsByGlossaryName(string glossaryName, int? limit = default(int?), int? offset = default(int?), bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTermsByGlossaryNameAsync(string glossaryName, int? limit = default(int?), int? offset = default(int?), bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } public virtual Azure.Operation ImportGlossaryTermsViaCsv(string glossaryGuid, Azure.Core.RequestContent content, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task> ImportGlossaryTermsViaCsvAsync(string glossaryGuid, Azure.Core.RequestContent content, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } public virtual Azure.Operation ImportGlossaryTermsViaCsvByGlossaryName(string glossaryName, Azure.Core.RequestContent content, bool? includeTermHierarchy = default(bool?), Azure.RequestOptions options = null) { throw null; } @@ -167,10 +167,10 @@ public partial class PurviewLineages { protected PurviewLineages() { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Response GetLineageGraph(string guid, string direction, Azure.RequestOptions options, int? depth = default(int?), int? width = default(int?), bool? includeParent = default(bool?), bool? getDerivedLineage = default(bool?)) { throw null; } - public virtual System.Threading.Tasks.Task GetLineageGraphAsync(string guid, string direction, Azure.RequestOptions options, int? depth = default(int?), int? width = default(int?), bool? includeParent = default(bool?), bool? getDerivedLineage = default(bool?)) { throw null; } - public virtual Azure.Response NextPageLineage(string guid, string direction, Azure.RequestOptions options, bool? getDerivedLineage = default(bool?), int? offset = default(int?), int? limit = default(int?)) { throw null; } - public virtual System.Threading.Tasks.Task NextPageLineageAsync(string guid, string direction, Azure.RequestOptions options, bool? getDerivedLineage = default(bool?), int? offset = default(int?), int? limit = default(int?)) { throw null; } + public virtual Azure.Response GetLineageGraph(string guid, string direction, int? depth = default(int?), int? width = default(int?), bool? includeParent = default(bool?), bool? getDerivedLineage = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetLineageGraphAsync(string guid, string direction, int? depth = default(int?), int? width = default(int?), bool? includeParent = default(bool?), bool? getDerivedLineage = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response NextPageLineage(string guid, string direction, bool? getDerivedLineage = default(bool?), int? offset = default(int?), int? limit = default(int?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task NextPageLineageAsync(string guid, string direction, bool? getDerivedLineage = default(bool?), int? offset = default(int?), int? limit = default(int?), Azure.RequestOptions options = null) { throw null; } } public partial class PurviewRelationships { @@ -180,8 +180,8 @@ protected PurviewRelationships() { } public virtual System.Threading.Tasks.Task CreateAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(string guid, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(string guid, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response Get(string guid, Azure.RequestOptions options, bool? extendedInfo = default(bool?)) { throw null; } - public virtual System.Threading.Tasks.Task GetAsync(string guid, Azure.RequestOptions options, bool? extendedInfo = default(bool?)) { throw null; } + public virtual Azure.Response Get(string guid, bool? extendedInfo = default(bool?), Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAsync(string guid, bool? extendedInfo = default(bool?), Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Update(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } } @@ -195,38 +195,38 @@ protected PurviewTypes() { } public virtual System.Threading.Tasks.Task DeleteTypeByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteTypeDefinitions(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteTypeDefinitionsAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetAllTypeDefinitions(Azure.RequestOptions options, bool? includeTermTemplate = default(bool?), string type = null) { throw null; } - public virtual System.Threading.Tasks.Task GetAllTypeDefinitionsAsync(Azure.RequestOptions options, bool? includeTermTemplate = default(bool?), string type = null) { throw null; } - public virtual Azure.Response GetClassificationDefByGuid(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetClassificationDefByGuidAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetClassificationDefByName(string name, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetClassificationDefByNameAsync(string name, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetEntityDefinitionByGuid(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetEntityDefinitionByGuidAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetEntityDefinitionByName(string name, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetEntityDefinitionByNameAsync(string name, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetEnumDefByGuid(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetEnumDefByGuidAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetEnumDefByName(string name, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetEnumDefByNameAsync(string name, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetRelationshipDefByGuid(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetRelationshipDefByGuidAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetRelationshipDefByName(string name, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetRelationshipDefByNameAsync(string name, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetStructDefByGuid(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetStructDefByGuidAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetStructDefByName(string name, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetStructDefByNameAsync(string name, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetTermTemplateDefByGuid(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetTermTemplateDefByGuidAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetTermTemplateDefByName(string name, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetTermTemplateDefByNameAsync(string name, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetTypeDefinitionByGuid(string guid, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetTypeDefinitionByGuidAsync(string guid, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetTypeDefinitionByName(string name, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetTypeDefinitionByNameAsync(string name, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetTypeDefinitionHeaders(Azure.RequestOptions options, bool? includeTermTemplate = default(bool?), string type = null) { throw null; } - public virtual System.Threading.Tasks.Task GetTypeDefinitionHeadersAsync(Azure.RequestOptions options, bool? includeTermTemplate = default(bool?), string type = null) { throw null; } + public virtual Azure.Response GetAllTypeDefinitions(bool? includeTermTemplate = default(bool?), string type = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetAllTypeDefinitionsAsync(bool? includeTermTemplate = default(bool?), string type = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetClassificationDefByGuid(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetClassificationDefByGuidAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetClassificationDefByName(string name, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetClassificationDefByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetEntityDefinitionByGuid(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetEntityDefinitionByGuidAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetEntityDefinitionByName(string name, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetEntityDefinitionByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetEnumDefByGuid(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetEnumDefByGuidAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetEnumDefByName(string name, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetEnumDefByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetRelationshipDefByGuid(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRelationshipDefByGuidAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetRelationshipDefByName(string name, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRelationshipDefByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetStructDefByGuid(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetStructDefByGuidAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetStructDefByName(string name, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetStructDefByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTermTemplateDefByGuid(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTermTemplateDefByGuidAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTermTemplateDefByName(string name, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTermTemplateDefByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTypeDefinitionByGuid(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTypeDefinitionByGuidAsync(string guid, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTypeDefinitionByName(string name, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTypeDefinitionByNameAsync(string name, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTypeDefinitionHeaders(bool? includeTermTemplate = default(bool?), string type = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTypeDefinitionHeadersAsync(bool? includeTermTemplate = default(bool?), string type = null, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response UpdateAtlasTypeDefinitions(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task UpdateAtlasTypeDefinitionsAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } } diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewEntities.cs b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewEntities.cs index 97f2184bd6be5..e3a96a84a812a 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewEntities.cs +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewEntities.cs @@ -322,10 +322,10 @@ public virtual Response CreateOrUpdate(RequestContent content, RequestOptions op /// List entities in bulk identified by its GUIDs. /// An array of GUIDs of entities to create. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. /// An array of the relationship types need to be excluded from the response. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -397,7 +397,7 @@ public virtual Response CreateOrUpdate(RequestContent content, RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual async Task GetByGuidsAsync(IEnumerable guids, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null, IEnumerable excludeRelationshipTypes = null) + public virtual async Task GetByGuidsAsync(IEnumerable guids, bool? minExtInfo = null, bool? ignoreRelationships = null, IEnumerable excludeRelationshipTypes = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetByGuids"); @@ -416,10 +416,10 @@ public virtual async Task GetByGuidsAsync(IEnumerable guids, R /// List entities in bulk identified by its GUIDs. /// An array of GUIDs of entities to create. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. /// An array of the relationship types need to be excluded from the response. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -491,7 +491,7 @@ public virtual async Task GetByGuidsAsync(IEnumerable guids, R /// /// #pragma warning disable AZC0002 - public virtual Response GetByGuids(IEnumerable guids, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null, IEnumerable excludeRelationshipTypes = null) + public virtual Response GetByGuids(IEnumerable guids, bool? minExtInfo = null, bool? ignoreRelationships = null, IEnumerable excludeRelationshipTypes = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetByGuids"); @@ -1076,9 +1076,9 @@ public virtual Response AddClassification(RequestContent content, RequestOptions /// Get complete definition of an entity given its GUID. /// The globally unique identifier of the entity. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -1148,7 +1148,7 @@ public virtual Response AddClassification(RequestContent content, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual async Task GetByGuidAsync(string guid, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null) + public virtual async Task GetByGuidAsync(string guid, bool? minExtInfo = null, bool? ignoreRelationships = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetByGuid"); @@ -1167,9 +1167,9 @@ public virtual async Task GetByGuidAsync(string guid, RequestOptions o /// Get complete definition of an entity given its GUID. /// The globally unique identifier of the entity. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -1239,7 +1239,7 @@ public virtual async Task GetByGuidAsync(string guid, RequestOptions o /// /// #pragma warning disable AZC0002 - public virtual Response GetByGuid(string guid, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null) + public virtual Response GetByGuid(string guid, bool? minExtInfo = null, bool? ignoreRelationships = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetByGuid"); @@ -1637,7 +1637,7 @@ public virtual Response DeleteByGuid(string guid, RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual async Task GetClassificationAsync(string guid, string classificationName, RequestOptions options) + public virtual async Task GetClassificationAsync(string guid, string classificationName, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetClassification"); @@ -1689,7 +1689,7 @@ public virtual async Task GetClassificationAsync(string guid, string c /// /// #pragma warning disable AZC0002 - public virtual Response GetClassification(string guid, string classificationName, RequestOptions options) + public virtual Response GetClassification(string guid, string classificationName, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetClassification"); @@ -1797,7 +1797,7 @@ public virtual Response DeleteClassification(string guid, string classificationN /// /// #pragma warning disable AZC0002 - public virtual async Task GetClassificationsAsync(string guid, RequestOptions options) + public virtual async Task GetClassificationsAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetClassifications"); @@ -1839,7 +1839,7 @@ public virtual async Task GetClassificationsAsync(string guid, Request /// /// #pragma warning disable AZC0002 - public virtual Response GetClassifications(string guid, RequestOptions options) + public virtual Response GetClassifications(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetClassifications"); @@ -2073,10 +2073,10 @@ public virtual Response UpdateClassifications(string guid, RequestContent conten /// GET /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue. /// /// The name of the type. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. /// The qualified name of the entity. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -2146,7 +2146,7 @@ public virtual Response UpdateClassifications(string guid, RequestContent conten /// /// #pragma warning disable AZC0002 - public virtual async Task GetByUniqueAttributesAsync(string typeName, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrQualifiedName = null) + public virtual async Task GetByUniqueAttributesAsync(string typeName, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrQualifiedName = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetByUniqueAttributes"); @@ -2172,10 +2172,10 @@ public virtual async Task GetByUniqueAttributesAsync(string typeName, /// GET /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue. /// /// The name of the type. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. /// The qualified name of the entity. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -2245,7 +2245,7 @@ public virtual async Task GetByUniqueAttributesAsync(string typeName, /// /// #pragma warning disable AZC0002 - public virtual Response GetByUniqueAttributes(string typeName, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrQualifiedName = null) + public virtual Response GetByUniqueAttributes(string typeName, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrQualifiedName = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetByUniqueAttributes"); @@ -3114,10 +3114,10 @@ public virtual Response SetClassifications(RequestContent content, RequestOption /// GET /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_0:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1 /// /// The name of the type. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. /// Qualified name of an entity. E.g. to find 2 entities you can set attrs_0:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -3189,7 +3189,7 @@ public virtual Response SetClassifications(RequestContent content, RequestOption /// /// #pragma warning disable AZC0002 - public virtual async Task GetEntitiesByUniqueAttributesAsync(string typeName, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrNQualifiedName = null) + public virtual async Task GetEntitiesByUniqueAttributesAsync(string typeName, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrNQualifiedName = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetEntitiesByUniqueAttributes"); @@ -3220,10 +3220,10 @@ public virtual async Task GetEntitiesByUniqueAttributesAsync(string ty /// GET /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_0:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1 /// /// The name of the type. - /// The request options. /// Whether to return minimal information for referred entities. /// Whether to ignore relationship attributes. /// Qualified name of an entity. E.g. to find 2 entities you can set attrs_0:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -3295,7 +3295,7 @@ public virtual async Task GetEntitiesByUniqueAttributesAsync(string ty /// /// #pragma warning disable AZC0002 - public virtual Response GetEntitiesByUniqueAttributes(string typeName, RequestOptions options, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrNQualifiedName = null) + public virtual Response GetEntitiesByUniqueAttributes(string typeName, bool? minExtInfo = null, bool? ignoreRelationships = null, string attrNQualifiedName = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetEntitiesByUniqueAttributes"); @@ -3372,7 +3372,7 @@ public virtual Response GetEntitiesByUniqueAttributes(string typeName, RequestOp /// /// #pragma warning disable AZC0002 - public virtual async Task GetHeaderAsync(string guid, RequestOptions options) + public virtual async Task GetHeaderAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetHeader"); @@ -3449,7 +3449,7 @@ public virtual async Task GetHeaderAsync(string guid, RequestOptions o /// /// #pragma warning disable AZC0002 - public virtual Response GetHeader(string guid, RequestOptions options) + public virtual Response GetHeader(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewEntities.GetHeader"); diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewGlossaries.cs b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewGlossaries.cs index c55c49a4b274c..a5e578cd8da7c 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewGlossaries.cs +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewGlossaries.cs @@ -33,11 +33,11 @@ protected PurviewGlossaries() } /// Get all glossaries registered with Atlas. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. /// Whether ignore terms and categories. + /// The request options. /// /// Schema for Response Body: /// { @@ -101,7 +101,7 @@ protected PurviewGlossaries() /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossariesAsync(RequestOptions options, int? limit = null, int? offset = null, string sort = null, bool? ignoreTermsAndCategories = null) + public virtual async Task GetGlossariesAsync(int? limit = null, int? offset = null, string sort = null, bool? ignoreTermsAndCategories = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaries"); @@ -119,11 +119,11 @@ public virtual async Task GetGlossariesAsync(RequestOptions options, i } /// Get all glossaries registered with Atlas. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. /// Whether ignore terms and categories. + /// The request options. /// /// Schema for Response Body: /// { @@ -187,7 +187,7 @@ public virtual async Task GetGlossariesAsync(RequestOptions options, i /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossaries(RequestOptions options, int? limit = null, int? offset = null, string sort = null, bool? ignoreTermsAndCategories = null) + public virtual Response GetGlossaries(int? limit = null, int? offset = null, string sort = null, bool? ignoreTermsAndCategories = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaries"); @@ -1123,7 +1123,7 @@ public virtual Response CreateGlossaryCategory(RequestContent content, RequestOp /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossaryCategoryAsync(string categoryGuid, RequestOptions options) + public virtual async Task GetGlossaryCategoryAsync(string categoryGuid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryCategory"); @@ -1211,7 +1211,7 @@ public virtual async Task GetGlossaryCategoryAsync(string categoryGuid /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossaryCategory(string categoryGuid, RequestOptions options) + public virtual Response GetGlossaryCategory(string categoryGuid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryCategory"); @@ -1762,10 +1762,10 @@ public virtual Response PartialUpdateGlossaryCategory(string categoryGuid, Reque /// Get all related categories (parent and children). Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed. /// The globally unique identifier of the category. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -1787,7 +1787,7 @@ public virtual Response PartialUpdateGlossaryCategory(string categoryGuid, Reque /// /// #pragma warning disable AZC0002 - public virtual async Task GetRelatedCategoriesAsync(string categoryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetRelatedCategoriesAsync(string categoryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetRelatedCategories"); @@ -1806,10 +1806,10 @@ public virtual async Task GetRelatedCategoriesAsync(string categoryGui /// Get all related categories (parent and children). Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed. /// The globally unique identifier of the category. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -1831,7 +1831,7 @@ public virtual async Task GetRelatedCategoriesAsync(string categoryGui /// /// #pragma warning disable AZC0002 - public virtual Response GetRelatedCategories(string categoryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetRelatedCategories(string categoryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetRelatedCategories"); @@ -1850,10 +1850,10 @@ public virtual Response GetRelatedCategories(string categoryGuid, RequestOptions /// Get all terms associated with the specific category. /// The globally unique identifier of the category. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -1878,7 +1878,7 @@ public virtual Response GetRelatedCategories(string categoryGuid, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual async Task GetCategoryTermsAsync(string categoryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetCategoryTermsAsync(string categoryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetCategoryTerms"); @@ -1897,10 +1897,10 @@ public virtual async Task GetCategoryTermsAsync(string categoryGuid, R /// Get all terms associated with the specific category. /// The globally unique identifier of the category. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -1925,7 +1925,7 @@ public virtual async Task GetCategoryTermsAsync(string categoryGuid, R /// /// #pragma warning disable AZC0002 - public virtual Response GetCategoryTerms(string categoryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetCategoryTerms(string categoryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetCategoryTerms"); @@ -2414,8 +2414,8 @@ public virtual Response CreateGlossaryTerm(RequestContent content, bool? include /// Get a specific glossary term by its GUID. /// The globally unique identifier for glossary term. - /// The request options. /// Whether include term hierarchy. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -2529,7 +2529,7 @@ public virtual Response CreateGlossaryTerm(RequestContent content, bool? include /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossaryTermAsync(string termGuid, RequestOptions options, bool? includeTermHierarchy = null) + public virtual async Task GetGlossaryTermAsync(string termGuid, bool? includeTermHierarchy = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryTerm"); @@ -2548,8 +2548,8 @@ public virtual async Task GetGlossaryTermAsync(string termGuid, Reques /// Get a specific glossary term by its GUID. /// The globally unique identifier for glossary term. - /// The request options. /// Whether include term hierarchy. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -2663,7 +2663,7 @@ public virtual async Task GetGlossaryTermAsync(string termGuid, Reques /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossaryTerm(string termGuid, RequestOptions options, bool? includeTermHierarchy = null) + public virtual Response GetGlossaryTerm(string termGuid, bool? includeTermHierarchy = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryTerm"); @@ -3956,10 +3956,10 @@ public virtual Response CreateGlossaryTerms(RequestContent content, bool? includ /// Get all related objects assigned with the specified term. /// The globally unique identifier for glossary term. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -3989,7 +3989,7 @@ public virtual Response CreateGlossaryTerms(RequestContent content, bool? includ /// /// #pragma warning disable AZC0002 - public virtual async Task GetEntitiesAssignedWithTermAsync(string termGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetEntitiesAssignedWithTermAsync(string termGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetEntitiesAssignedWithTerm"); @@ -4008,10 +4008,10 @@ public virtual async Task GetEntitiesAssignedWithTermAsync(string term /// Get all related objects assigned with the specified term. /// The globally unique identifier for glossary term. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -4041,7 +4041,7 @@ public virtual async Task GetEntitiesAssignedWithTermAsync(string term /// /// #pragma warning disable AZC0002 - public virtual Response GetEntitiesAssignedWithTerm(string termGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetEntitiesAssignedWithTerm(string termGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetEntitiesAssignedWithTerm"); @@ -4360,10 +4360,10 @@ public virtual Response DeleteTermAssignmentFromEntities(string termGuid, Reques /// Get all related terms for a specific term by its GUID. Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed. /// The globally unique identifier for glossary term. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -4388,7 +4388,7 @@ public virtual Response DeleteTermAssignmentFromEntities(string termGuid, Reques /// /// #pragma warning disable AZC0002 - public virtual async Task GetRelatedTermsAsync(string termGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetRelatedTermsAsync(string termGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetRelatedTerms"); @@ -4407,10 +4407,10 @@ public virtual async Task GetRelatedTermsAsync(string termGuid, Reques /// Get all related terms for a specific term by its GUID. Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed. /// The globally unique identifier for glossary term. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -4435,7 +4435,7 @@ public virtual async Task GetRelatedTermsAsync(string termGuid, Reques /// /// #pragma warning disable AZC0002 - public virtual Response GetRelatedTerms(string termGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetRelatedTerms(string termGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetRelatedTerms"); @@ -4519,7 +4519,7 @@ public virtual Response GetRelatedTerms(string termGuid, RequestOptions options, /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossaryAsync(string glossaryGuid, RequestOptions options) + public virtual async Task GetGlossaryAsync(string glossaryGuid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossary"); @@ -4603,7 +4603,7 @@ public virtual async Task GetGlossaryAsync(string glossaryGuid, Reques /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossary(string glossaryGuid, RequestOptions options) + public virtual Response GetGlossary(string glossaryGuid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossary"); @@ -4960,10 +4960,10 @@ public virtual Response DeleteGlossary(string glossaryGuid, RequestOptions optio /// Get the categories belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5032,7 +5032,7 @@ public virtual Response DeleteGlossary(string glossaryGuid, RequestOptions optio /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossaryCategoriesAsync(string glossaryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetGlossaryCategoriesAsync(string glossaryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryCategories"); @@ -5051,10 +5051,10 @@ public virtual async Task GetGlossaryCategoriesAsync(string glossaryGu /// Get the categories belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5123,7 +5123,7 @@ public virtual async Task GetGlossaryCategoriesAsync(string glossaryGu /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossaryCategories(string glossaryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetGlossaryCategories(string glossaryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryCategories"); @@ -5142,10 +5142,10 @@ public virtual Response GetGlossaryCategories(string glossaryGuid, RequestOption /// Get the category headers belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5167,7 +5167,7 @@ public virtual Response GetGlossaryCategories(string glossaryGuid, RequestOption /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossaryCategoriesHeadersAsync(string glossaryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetGlossaryCategoriesHeadersAsync(string glossaryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryCategoriesHeaders"); @@ -5186,10 +5186,10 @@ public virtual async Task GetGlossaryCategoriesHeadersAsync(string glo /// Get the category headers belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5211,7 +5211,7 @@ public virtual async Task GetGlossaryCategoriesHeadersAsync(string glo /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossaryCategoriesHeaders(string glossaryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetGlossaryCategoriesHeaders(string glossaryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryCategoriesHeaders"); @@ -5230,8 +5230,8 @@ public virtual Response GetGlossaryCategoriesHeaders(string glossaryGuid, Reques /// Get a specific glossary with detailed information. /// The globally unique identifier for glossary. - /// The request options. /// Whether include term hierarchy. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5298,7 +5298,7 @@ public virtual Response GetGlossaryCategoriesHeaders(string glossaryGuid, Reques /// /// #pragma warning disable AZC0002 - public virtual async Task GetDetailedGlossaryAsync(string glossaryGuid, RequestOptions options, bool? includeTermHierarchy = null) + public virtual async Task GetDetailedGlossaryAsync(string glossaryGuid, bool? includeTermHierarchy = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetDetailedGlossary"); @@ -5317,8 +5317,8 @@ public virtual async Task GetDetailedGlossaryAsync(string glossaryGuid /// Get a specific glossary with detailed information. /// The globally unique identifier for glossary. - /// The request options. /// Whether include term hierarchy. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5385,7 +5385,7 @@ public virtual async Task GetDetailedGlossaryAsync(string glossaryGuid /// /// #pragma warning disable AZC0002 - public virtual Response GetDetailedGlossary(string glossaryGuid, RequestOptions options, bool? includeTermHierarchy = null) + public virtual Response GetDetailedGlossary(string glossaryGuid, bool? includeTermHierarchy = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetDetailedGlossary"); @@ -5576,11 +5576,11 @@ public virtual Response PartialUpdateGlossary(string glossaryGuid, RequestConten /// Get terms belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// Whether include term hierarchy. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5694,7 +5694,7 @@ public virtual Response PartialUpdateGlossary(string glossaryGuid, RequestConten /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossaryTermsAsync(string glossaryGuid, RequestOptions options, bool? includeTermHierarchy = null, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetGlossaryTermsAsync(string glossaryGuid, bool? includeTermHierarchy = null, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryTerms"); @@ -5713,11 +5713,11 @@ public virtual async Task GetGlossaryTermsAsync(string glossaryGuid, R /// Get terms belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// Whether include term hierarchy. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5831,7 +5831,7 @@ public virtual async Task GetGlossaryTermsAsync(string glossaryGuid, R /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossaryTerms(string glossaryGuid, RequestOptions options, bool? includeTermHierarchy = null, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetGlossaryTerms(string glossaryGuid, bool? includeTermHierarchy = null, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryTerms"); @@ -5850,10 +5850,10 @@ public virtual Response GetGlossaryTerms(string glossaryGuid, RequestOptions opt /// Get term headers belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5878,7 +5878,7 @@ public virtual Response GetGlossaryTerms(string glossaryGuid, RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual async Task GetGlossaryTermHeadersAsync(string glossaryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual async Task GetGlossaryTermHeadersAsync(string glossaryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryTermHeaders"); @@ -5897,10 +5897,10 @@ public virtual async Task GetGlossaryTermHeadersAsync(string glossaryG /// Get term headers belonging to a specific glossary. /// The globally unique identifier for glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// The sort order, ASC (default) or DESC. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -5925,7 +5925,7 @@ public virtual async Task GetGlossaryTermHeadersAsync(string glossaryG /// /// #pragma warning disable AZC0002 - public virtual Response GetGlossaryTermHeaders(string glossaryGuid, RequestOptions options, int? limit = null, int? offset = null, string sort = null) + public virtual Response GetGlossaryTermHeaders(string glossaryGuid, int? limit = null, int? offset = null, string sort = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetGlossaryTermHeaders"); @@ -5973,7 +5973,7 @@ public virtual Response GetGlossaryTermHeaders(string glossaryGuid, RequestOptio /// /// #pragma warning disable AZC0002 - public virtual async Task GetImportCsvOperationStatusAsync(string operationGuid, RequestOptions options) + public virtual async Task GetImportCsvOperationStatusAsync(string operationGuid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetImportCsvOperationStatus"); @@ -6021,7 +6021,7 @@ public virtual async Task GetImportCsvOperationStatusAsync(string oper /// /// #pragma warning disable AZC0002 - public virtual Response GetImportCsvOperationStatus(string operationGuid, RequestOptions options) + public virtual Response GetImportCsvOperationStatus(string operationGuid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetImportCsvOperationStatus"); @@ -6088,10 +6088,10 @@ public virtual Response ExportGlossaryTermsAsCsv(string glossaryGuid, RequestCon /// Get terms by glossary name. /// The name of the glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// Whether include term hierarchy. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -6205,7 +6205,7 @@ public virtual Response ExportGlossaryTermsAsCsv(string glossaryGuid, RequestCon /// /// #pragma warning disable AZC0002 - public virtual async Task GetTermsByGlossaryNameAsync(string glossaryName, RequestOptions options, int? limit = null, int? offset = null, bool? includeTermHierarchy = null) + public virtual async Task GetTermsByGlossaryNameAsync(string glossaryName, int? limit = null, int? offset = null, bool? includeTermHierarchy = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetTermsByGlossaryName"); @@ -6224,10 +6224,10 @@ public virtual async Task GetTermsByGlossaryNameAsync(string glossaryN /// Get terms by glossary name. /// The name of the glossary. - /// The request options. /// The page size - by default there is no paging. /// The offset for pagination purpose. /// Whether include term hierarchy. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -6341,7 +6341,7 @@ public virtual async Task GetTermsByGlossaryNameAsync(string glossaryN /// /// #pragma warning disable AZC0002 - public virtual Response GetTermsByGlossaryName(string glossaryName, RequestOptions options, int? limit = null, int? offset = null, bool? includeTermHierarchy = null) + public virtual Response GetTermsByGlossaryName(string glossaryName, int? limit = null, int? offset = null, bool? includeTermHierarchy = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewGlossaries.GetTermsByGlossaryName"); diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewLineages.cs b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewLineages.cs index 6596597cc04e8..e087d1edbf04a 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewLineages.cs +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewLineages.cs @@ -35,11 +35,11 @@ protected PurviewLineages() /// Get lineage info of the entity specified by GUID. /// The globally unique identifier of the entity. /// The direction of the lineage, which could be INPUT, OUTPUT or BOTH. Allowed values: "BOTH" | "INPUT" | "OUTPUT". - /// The request options. /// The number of hops for lineage. /// The number of max expanding width in lineage. /// True to include the parent chain in the response. /// True to include derived lineage in the response. + /// The request options. /// or is null. /// /// Schema for Response Body: @@ -78,7 +78,7 @@ protected PurviewLineages() /// /// #pragma warning disable AZC0002 - public virtual async Task GetLineageGraphAsync(string guid, string direction, RequestOptions options, int? depth = null, int? width = null, bool? includeParent = null, bool? getDerivedLineage = null) + public virtual async Task GetLineageGraphAsync(string guid, string direction, int? depth = null, int? width = null, bool? includeParent = null, bool? getDerivedLineage = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewLineages.GetLineageGraph"); @@ -98,11 +98,11 @@ public virtual async Task GetLineageGraphAsync(string guid, string dir /// Get lineage info of the entity specified by GUID. /// The globally unique identifier of the entity. /// The direction of the lineage, which could be INPUT, OUTPUT or BOTH. Allowed values: "BOTH" | "INPUT" | "OUTPUT". - /// The request options. /// The number of hops for lineage. /// The number of max expanding width in lineage. /// True to include the parent chain in the response. /// True to include derived lineage in the response. + /// The request options. /// or is null. /// /// Schema for Response Body: @@ -141,7 +141,7 @@ public virtual async Task GetLineageGraphAsync(string guid, string dir /// /// #pragma warning disable AZC0002 - public virtual Response GetLineageGraph(string guid, string direction, RequestOptions options, int? depth = null, int? width = null, bool? includeParent = null, bool? getDerivedLineage = null) + public virtual Response GetLineageGraph(string guid, string direction, int? depth = null, int? width = null, bool? includeParent = null, bool? getDerivedLineage = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewLineages.GetLineageGraph"); @@ -161,10 +161,10 @@ public virtual Response GetLineageGraph(string guid, string direction, RequestOp /// Return immediate next page lineage info about entity with pagination. /// The globally unique identifier of the entity. /// The direction of the lineage, which could be INPUT, OUTPUT or BOTH. Allowed values: "BOTH" | "INPUT" | "OUTPUT". - /// The request options. /// True to include derived lineage in the response. /// The offset for pagination purpose. /// The page size - by default there is no paging. + /// The request options. /// or is null. /// /// Schema for Response Body: @@ -203,7 +203,7 @@ public virtual Response GetLineageGraph(string guid, string direction, RequestOp /// /// #pragma warning disable AZC0002 - public virtual async Task NextPageLineageAsync(string guid, string direction, RequestOptions options, bool? getDerivedLineage = null, int? offset = null, int? limit = null) + public virtual async Task NextPageLineageAsync(string guid, string direction, bool? getDerivedLineage = null, int? offset = null, int? limit = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewLineages.NextPageLineage"); @@ -223,10 +223,10 @@ public virtual async Task NextPageLineageAsync(string guid, string dir /// Return immediate next page lineage info about entity with pagination. /// The globally unique identifier of the entity. /// The direction of the lineage, which could be INPUT, OUTPUT or BOTH. Allowed values: "BOTH" | "INPUT" | "OUTPUT". - /// The request options. /// True to include derived lineage in the response. /// The offset for pagination purpose. /// The page size - by default there is no paging. + /// The request options. /// or is null. /// /// Schema for Response Body: @@ -265,7 +265,7 @@ public virtual async Task NextPageLineageAsync(string guid, string dir /// /// #pragma warning disable AZC0002 - public virtual Response NextPageLineage(string guid, string direction, RequestOptions options, bool? getDerivedLineage = null, int? offset = null, int? limit = null) + public virtual Response NextPageLineage(string guid, string direction, bool? getDerivedLineage = null, int? offset = null, int? limit = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewLineages.NextPageLineage"); diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewRelationships.cs b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewRelationships.cs index 13803687ca07f..70ce9e71c4e9e 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewRelationships.cs +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewRelationships.cs @@ -345,8 +345,8 @@ public virtual Response Update(RequestContent content, RequestOptions options = /// Get relationship information between entities by its GUID. /// The globally unique identifier of the relationship. - /// The request options. /// Limits whether includes extended information. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -385,7 +385,7 @@ public virtual Response Update(RequestContent content, RequestOptions options = /// /// #pragma warning disable AZC0002 - public virtual async Task GetAsync(string guid, RequestOptions options, bool? extendedInfo = null) + public virtual async Task GetAsync(string guid, bool? extendedInfo = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewRelationships.Get"); @@ -404,8 +404,8 @@ public virtual async Task GetAsync(string guid, RequestOptions options /// Get relationship information between entities by its GUID. /// The globally unique identifier of the relationship. - /// The request options. /// Limits whether includes extended information. + /// The request options. /// is null. /// /// Schema for Response Body: @@ -444,7 +444,7 @@ public virtual async Task GetAsync(string guid, RequestOptions options /// /// #pragma warning disable AZC0002 - public virtual Response Get(string guid, RequestOptions options, bool? extendedInfo = null) + public virtual Response Get(string guid, bool? extendedInfo = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewRelationships.Get"); diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewTypes.cs b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewTypes.cs index d61e41e6d1448..f76e946931be5 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewTypes.cs +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/src/Generated/PurviewTypes.cs @@ -122,7 +122,7 @@ protected PurviewTypes() /// /// #pragma warning disable AZC0002 - public virtual async Task GetClassificationDefByGuidAsync(string guid, RequestOptions options) + public virtual async Task GetClassificationDefByGuidAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetClassificationDefByGuid"); @@ -229,7 +229,7 @@ public virtual async Task GetClassificationDefByGuidAsync(string guid, /// /// #pragma warning disable AZC0002 - public virtual Response GetClassificationDefByGuid(string guid, RequestOptions options) + public virtual Response GetClassificationDefByGuid(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetClassificationDefByGuid"); @@ -336,7 +336,7 @@ public virtual Response GetClassificationDefByGuid(string guid, RequestOptions o /// /// #pragma warning disable AZC0002 - public virtual async Task GetClassificationDefByNameAsync(string name, RequestOptions options) + public virtual async Task GetClassificationDefByNameAsync(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetClassificationDefByName"); @@ -443,7 +443,7 @@ public virtual async Task GetClassificationDefByNameAsync(string name, /// /// #pragma warning disable AZC0002 - public virtual Response GetClassificationDefByName(string name, RequestOptions options) + public virtual Response GetClassificationDefByName(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetClassificationDefByName"); @@ -568,7 +568,7 @@ public virtual Response GetClassificationDefByName(string name, RequestOptions o /// /// #pragma warning disable AZC0002 - public virtual async Task GetEntityDefinitionByGuidAsync(string guid, RequestOptions options) + public virtual async Task GetEntityDefinitionByGuidAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEntityDefinitionByGuid"); @@ -693,7 +693,7 @@ public virtual async Task GetEntityDefinitionByGuidAsync(string guid, /// /// #pragma warning disable AZC0002 - public virtual Response GetEntityDefinitionByGuid(string guid, RequestOptions options) + public virtual Response GetEntityDefinitionByGuid(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEntityDefinitionByGuid"); @@ -818,7 +818,7 @@ public virtual Response GetEntityDefinitionByGuid(string guid, RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual async Task GetEntityDefinitionByNameAsync(string name, RequestOptions options) + public virtual async Task GetEntityDefinitionByNameAsync(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEntityDefinitionByName"); @@ -943,7 +943,7 @@ public virtual async Task GetEntityDefinitionByNameAsync(string name, /// /// #pragma warning disable AZC0002 - public virtual Response GetEntityDefinitionByName(string name, RequestOptions options) + public virtual Response GetEntityDefinitionByName(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEntityDefinitionByName"); @@ -1033,7 +1033,7 @@ public virtual Response GetEntityDefinitionByName(string name, RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual async Task GetEnumDefByGuidAsync(string guid, RequestOptions options) + public virtual async Task GetEnumDefByGuidAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEnumDefByGuid"); @@ -1123,7 +1123,7 @@ public virtual async Task GetEnumDefByGuidAsync(string guid, RequestOp /// /// #pragma warning disable AZC0002 - public virtual Response GetEnumDefByGuid(string guid, RequestOptions options) + public virtual Response GetEnumDefByGuid(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEnumDefByGuid"); @@ -1213,7 +1213,7 @@ public virtual Response GetEnumDefByGuid(string guid, RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetEnumDefByNameAsync(string name, RequestOptions options) + public virtual async Task GetEnumDefByNameAsync(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEnumDefByName"); @@ -1303,7 +1303,7 @@ public virtual async Task GetEnumDefByNameAsync(string name, RequestOp /// /// #pragma warning disable AZC0002 - public virtual Response GetEnumDefByName(string name, RequestOptions options) + public virtual Response GetEnumDefByName(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetEnumDefByName"); @@ -1418,7 +1418,7 @@ public virtual Response GetEnumDefByName(string name, RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetRelationshipDefByGuidAsync(string guid, RequestOptions options) + public virtual async Task GetRelationshipDefByGuidAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetRelationshipDefByGuid"); @@ -1533,7 +1533,7 @@ public virtual async Task GetRelationshipDefByGuidAsync(string guid, R /// /// #pragma warning disable AZC0002 - public virtual Response GetRelationshipDefByGuid(string guid, RequestOptions options) + public virtual Response GetRelationshipDefByGuid(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetRelationshipDefByGuid"); @@ -1648,7 +1648,7 @@ public virtual Response GetRelationshipDefByGuid(string guid, RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual async Task GetRelationshipDefByNameAsync(string name, RequestOptions options) + public virtual async Task GetRelationshipDefByNameAsync(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetRelationshipDefByName"); @@ -1763,7 +1763,7 @@ public virtual async Task GetRelationshipDefByNameAsync(string name, R /// /// #pragma warning disable AZC0002 - public virtual Response GetRelationshipDefByName(string name, RequestOptions options) + public virtual Response GetRelationshipDefByName(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetRelationshipDefByName"); @@ -1867,7 +1867,7 @@ public virtual Response GetRelationshipDefByName(string name, RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual async Task GetStructDefByGuidAsync(string guid, RequestOptions options) + public virtual async Task GetStructDefByGuidAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetStructDefByGuid"); @@ -1971,7 +1971,7 @@ public virtual async Task GetStructDefByGuidAsync(string guid, Request /// /// #pragma warning disable AZC0002 - public virtual Response GetStructDefByGuid(string guid, RequestOptions options) + public virtual Response GetStructDefByGuid(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetStructDefByGuid"); @@ -2075,7 +2075,7 @@ public virtual Response GetStructDefByGuid(string guid, RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetStructDefByNameAsync(string name, RequestOptions options) + public virtual async Task GetStructDefByNameAsync(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetStructDefByName"); @@ -2179,7 +2179,7 @@ public virtual async Task GetStructDefByNameAsync(string name, Request /// /// #pragma warning disable AZC0002 - public virtual Response GetStructDefByName(string name, RequestOptions options) + public virtual Response GetStructDefByName(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetStructDefByName"); @@ -2324,7 +2324,7 @@ public virtual Response GetStructDefByName(string name, RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetTypeDefinitionByGuidAsync(string guid, RequestOptions options) + public virtual async Task GetTypeDefinitionByGuidAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTypeDefinitionByGuid"); @@ -2469,7 +2469,7 @@ public virtual async Task GetTypeDefinitionByGuidAsync(string guid, Re /// /// #pragma warning disable AZC0002 - public virtual Response GetTypeDefinitionByGuid(string guid, RequestOptions options) + public virtual Response GetTypeDefinitionByGuid(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTypeDefinitionByGuid"); @@ -2614,7 +2614,7 @@ public virtual Response GetTypeDefinitionByGuid(string guid, RequestOptions opti /// /// #pragma warning disable AZC0002 - public virtual async Task GetTypeDefinitionByNameAsync(string name, RequestOptions options) + public virtual async Task GetTypeDefinitionByNameAsync(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTypeDefinitionByName"); @@ -2759,7 +2759,7 @@ public virtual async Task GetTypeDefinitionByNameAsync(string name, Re /// /// #pragma warning disable AZC0002 - public virtual Response GetTypeDefinitionByName(string name, RequestOptions options) + public virtual Response GetTypeDefinitionByName(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTypeDefinitionByName"); @@ -2841,12 +2841,12 @@ public virtual Response DeleteTypeByName(string name, RequestOptions options = n } /// Get all type definitions in Atlas in bulk. - /// The request options. /// /// Whether include termtemplatedef when return all typedefs. /// This is always true when search filter type=term_template /// /// Typedef name as search filter when get typedefs. Allowed values: "enum" | "entity" | "classification" | "relationship" | "struct" | "term_template". + /// The request options. /// /// Schema for Response Body: /// { @@ -3071,7 +3071,7 @@ public virtual Response DeleteTypeByName(string name, RequestOptions options = n /// /// #pragma warning disable AZC0002 - public virtual async Task GetAllTypeDefinitionsAsync(RequestOptions options, bool? includeTermTemplate = null, string type = null) + public virtual async Task GetAllTypeDefinitionsAsync(bool? includeTermTemplate = null, string type = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetAllTypeDefinitions"); @@ -3089,12 +3089,12 @@ public virtual async Task GetAllTypeDefinitionsAsync(RequestOptions op } /// Get all type definitions in Atlas in bulk. - /// The request options. /// /// Whether include termtemplatedef when return all typedefs. /// This is always true when search filter type=term_template /// /// Typedef name as search filter when get typedefs. Allowed values: "enum" | "entity" | "classification" | "relationship" | "struct" | "term_template". + /// The request options. /// /// Schema for Response Body: /// { @@ -3319,7 +3319,7 @@ public virtual async Task GetAllTypeDefinitionsAsync(RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual Response GetAllTypeDefinitions(RequestOptions options, bool? includeTermTemplate = null, string type = null) + public virtual Response GetAllTypeDefinitions(bool? includeTermTemplate = null, string type = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetAllTypeDefinitions"); @@ -5665,12 +5665,12 @@ public virtual Response DeleteTypeDefinitions(RequestContent content, RequestOpt } /// List all type definitions returned as a list of minimal information header. - /// The request options. /// /// Whether include termtemplatedef when return all typedefs. /// This is always true when search filter type=term_template /// /// Typedef name as search filter when get typedefs. Allowed values: "enum" | "entity" | "classification" | "relationship" | "struct" | "term_template". + /// The request options. /// /// Schema for Response Body: /// { @@ -5689,7 +5689,7 @@ public virtual Response DeleteTypeDefinitions(RequestContent content, RequestOpt /// /// #pragma warning disable AZC0002 - public virtual async Task GetTypeDefinitionHeadersAsync(RequestOptions options, bool? includeTermTemplate = null, string type = null) + public virtual async Task GetTypeDefinitionHeadersAsync(bool? includeTermTemplate = null, string type = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTypeDefinitionHeaders"); @@ -5707,12 +5707,12 @@ public virtual async Task GetTypeDefinitionHeadersAsync(RequestOptions } /// List all type definitions returned as a list of minimal information header. - /// The request options. /// /// Whether include termtemplatedef when return all typedefs. /// This is always true when search filter type=term_template /// /// Typedef name as search filter when get typedefs. Allowed values: "enum" | "entity" | "classification" | "relationship" | "struct" | "term_template". + /// The request options. /// /// Schema for Response Body: /// { @@ -5731,7 +5731,7 @@ public virtual async Task GetTypeDefinitionHeadersAsync(RequestOptions /// /// #pragma warning disable AZC0002 - public virtual Response GetTypeDefinitionHeaders(RequestOptions options, bool? includeTermTemplate = null, string type = null) + public virtual Response GetTypeDefinitionHeaders(bool? includeTermTemplate = null, string type = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTypeDefinitionHeaders"); @@ -5835,7 +5835,7 @@ public virtual Response GetTypeDefinitionHeaders(RequestOptions options, bool? i /// /// #pragma warning disable AZC0002 - public virtual async Task GetTermTemplateDefByGuidAsync(string guid, RequestOptions options) + public virtual async Task GetTermTemplateDefByGuidAsync(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTermTemplateDefByGuid"); @@ -5939,7 +5939,7 @@ public virtual async Task GetTermTemplateDefByGuidAsync(string guid, R /// /// #pragma warning disable AZC0002 - public virtual Response GetTermTemplateDefByGuid(string guid, RequestOptions options) + public virtual Response GetTermTemplateDefByGuid(string guid, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTermTemplateDefByGuid"); @@ -6043,7 +6043,7 @@ public virtual Response GetTermTemplateDefByGuid(string guid, RequestOptions opt /// /// #pragma warning disable AZC0002 - public virtual async Task GetTermTemplateDefByNameAsync(string name, RequestOptions options) + public virtual async Task GetTermTemplateDefByNameAsync(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTermTemplateDefByName"); @@ -6147,7 +6147,7 @@ public virtual async Task GetTermTemplateDefByNameAsync(string name, R /// /// #pragma warning disable AZC0002 - public virtual Response GetTermTemplateDefByName(string name, RequestOptions options) + public virtual Response GetTermTemplateDefByName(string name, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewTypes.GetTermTemplateDefByName"); diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/tests/GlossaryClientTest.cs b/sdk/purview/Azure.Analytics.Purview.Catalog/tests/GlossaryClientTest.cs index 52c5150ee99ef..2e919101b2599 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/tests/GlossaryClientTest.cs +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/tests/GlossaryClientTest.cs @@ -22,7 +22,7 @@ public GlossaryClientTest(bool isAsync) : base(isAsync) public async Task GetGlossaryCategory() { var client = GetGlossariesClient(); - Response fetchResponse = await client.GetGlossariesAsync(new()); + Response fetchResponse = await client.GetGlossariesAsync(); Assert.AreEqual(200, fetchResponse.Status); JsonElement fetchBodyJson = JsonDocument.Parse(GetContentFromResponse(fetchResponse)).RootElement; Assert.AreEqual(1, fetchBodyJson.GetArrayLength()); diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/api/Azure.Analytics.Purview.Scanning.netstandard2.0.cs b/sdk/purview/Azure.Analytics.Purview.Scanning/api/Azure.Analytics.Purview.Scanning.netstandard2.0.cs index eeb56d5a6020d..c4aa7e62e8b30 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/api/Azure.Analytics.Purview.Scanning.netstandard2.0.cs +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/api/Azure.Analytics.Purview.Scanning.netstandard2.0.cs @@ -9,12 +9,12 @@ public PurviewClassificationRuleClient(System.Uri endpoint, string classificatio public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetProperties(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetPropertiesAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetVersions(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetVersionsAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response TagVersion(int classificationRuleVersion, string action, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task TagVersionAsync(int classificationRuleVersion, string action, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetProperties(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetPropertiesAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetVersions(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetVersionsAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response TagVersion(int classificationRuleVersion, string action, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task TagVersionAsync(int classificationRuleVersion, string action, Azure.RequestOptions options = null) { throw null; } } public partial class PurviewDataSourceClient { @@ -25,19 +25,19 @@ public PurviewDataSourceClient(System.Uri endpoint, string dataSourceName, Azure public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response Delete(Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetProperties(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetPropertiesAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetProperties(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetPropertiesAsync(Azure.RequestOptions options = null) { throw null; } public virtual Azure.Analytics.Purview.Scanning.PurviewScanClient GetScanClient(string scanName) { throw null; } - public virtual Azure.Pageable GetScans(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetScansAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Pageable GetScans(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetScansAsync(Azure.RequestOptions options = null) { throw null; } } public partial class PurviewScanClient { protected PurviewScanClient() { } public PurviewScanClient(System.Uri endpoint, string dataSourceName, string scanName, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Scanning.PurviewScanningServiceClientOptions options = null) { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Response CancelScan(string runId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task CancelScanAsync(string runId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response CancelScan(string runId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task CancelScanAsync(string runId, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response CreateOrUpdate(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response CreateOrUpdateFilter(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } @@ -48,16 +48,16 @@ public PurviewScanClient(System.Uri endpoint, string dataSourceName, string scan public virtual System.Threading.Tasks.Task DeleteAsync(Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response DeleteTrigger(Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteTriggerAsync(Azure.RequestOptions options = null) { throw null; } - public virtual Azure.Response GetFilter(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetFilterAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetProperties(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetPropertiesAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetRuns(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetRunsAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetTrigger(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetTriggerAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response RunScan(string runId, Azure.RequestOptions options, string scanLevel = null) { throw null; } - public virtual System.Threading.Tasks.Task RunScanAsync(string runId, Azure.RequestOptions options, string scanLevel = null) { throw null; } + public virtual Azure.Response GetFilter(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetFilterAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetProperties(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetPropertiesAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetRuns(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetRunsAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetTrigger(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetTriggerAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response RunScan(string runId, string scanLevel = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task RunScanAsync(string runId, string scanLevel = null, Azure.RequestOptions options = null) { throw null; } } public partial class PurviewScanningServiceClient { @@ -73,29 +73,29 @@ public PurviewScanningServiceClient(System.Uri endpoint, Azure.Core.TokenCredent public virtual Azure.Response DeleteScanRuleset(string scanRulesetName, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteScanRulesetAsync(string scanRulesetName, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Analytics.Purview.Scanning.PurviewClassificationRuleClient GetClassificationRuleClient(string classificationRuleName) { throw null; } - public virtual Azure.Pageable GetClassificationRules(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetClassificationRulesAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Pageable GetClassificationRules(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetClassificationRulesAsync(Azure.RequestOptions options = null) { throw null; } public virtual Azure.Analytics.Purview.Scanning.PurviewDataSourceClient GetDataSourceClient(string dataSourceName) { throw null; } - public virtual Azure.Pageable GetDataSources(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetDataSourcesAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetKeyVaultReference(string keyVaultName, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetKeyVaultReferenceAsync(string keyVaultName, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetKeyVaultReferences(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetKeyVaultReferencesAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetLatestSystemRulesets(Azure.RequestOptions options, string dataSourceType = null) { throw null; } - public virtual System.Threading.Tasks.Task GetLatestSystemRulesetsAsync(Azure.RequestOptions options, string dataSourceType = null) { throw null; } - public virtual Azure.Response GetScanRuleset(string scanRulesetName, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetScanRulesetAsync(string scanRulesetName, Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetScanRulesets(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetScanRulesetsAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Pageable GetSystemRulesets(Azure.RequestOptions options) { throw null; } - public virtual Azure.AsyncPageable GetSystemRulesetsAsync(Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetSystemRulesetsForDataSource(string dataSourceType, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetSystemRulesetsForDataSourceAsync(string dataSourceType, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetSystemRulesetsForVersion(int version, Azure.RequestOptions options, string dataSourceType = null) { throw null; } - public virtual System.Threading.Tasks.Task GetSystemRulesetsForVersionAsync(int version, Azure.RequestOptions options, string dataSourceType = null) { throw null; } - public virtual Azure.Pageable GetSystemRulesetsVersions(Azure.RequestOptions options, string dataSourceType = null) { throw null; } - public virtual Azure.AsyncPageable GetSystemRulesetsVersionsAsync(Azure.RequestOptions options, string dataSourceType = null) { throw null; } + public virtual Azure.Pageable GetDataSources(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetDataSourcesAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetKeyVaultReference(string keyVaultName, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetKeyVaultReferenceAsync(string keyVaultName, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetKeyVaultReferences(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetKeyVaultReferencesAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetLatestSystemRulesets(string dataSourceType = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetLatestSystemRulesetsAsync(string dataSourceType = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetScanRuleset(string scanRulesetName, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetScanRulesetAsync(string scanRulesetName, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetScanRulesets(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetScanRulesetsAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetSystemRulesets(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetSystemRulesetsAsync(Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetSystemRulesetsForDataSource(string dataSourceType, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetSystemRulesetsForDataSourceAsync(string dataSourceType, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetSystemRulesetsForVersion(int version, string dataSourceType = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetSystemRulesetsForVersionAsync(int version, string dataSourceType = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Pageable GetSystemRulesetsVersions(string dataSourceType = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.AsyncPageable GetSystemRulesetsVersionsAsync(string dataSourceType = null, Azure.RequestOptions options = null) { throw null; } } public partial class PurviewScanningServiceClientOptions : Azure.Core.ClientOptions { diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewClassificationRuleClient.cs b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewClassificationRuleClient.cs index ef9aa492b87e8..01d134f0aec57 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewClassificationRuleClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewClassificationRuleClient.cs @@ -97,7 +97,7 @@ public PurviewClassificationRuleClient(Uri endpoint, string classificationRuleNa /// /// #pragma warning disable AZC0002 - public virtual async Task GetPropertiesAsync(RequestOptions options) + public virtual async Task GetPropertiesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewClassificationRuleClient.GetProperties"); @@ -144,7 +144,7 @@ public virtual async Task GetPropertiesAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetProperties(RequestOptions options) + public virtual Response GetProperties(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewClassificationRuleClient.GetProperties"); @@ -412,7 +412,7 @@ public virtual Response Delete(RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual async Task TagVersionAsync(int classificationRuleVersion, string action, RequestOptions options) + public virtual async Task TagVersionAsync(int classificationRuleVersion, string action, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewClassificationRuleClient.TagVersion"); @@ -476,7 +476,7 @@ public virtual async Task TagVersionAsync(int classificationRuleVersio /// /// #pragma warning disable AZC0002 - public virtual Response TagVersion(int classificationRuleVersion, string action, RequestOptions options) + public virtual Response TagVersion(int classificationRuleVersion, string action, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewClassificationRuleClient.TagVersion"); @@ -529,7 +529,7 @@ public virtual Response TagVersion(int classificationRuleVersion, string action, /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetVersionsAsync(RequestOptions options) + public virtual AsyncPageable GetVersionsAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewClassificationRuleClient.GetVersions"); @@ -583,7 +583,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetVersions(RequestOptions options) + public virtual Pageable GetVersions(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewClassificationRuleClient.GetVersions"); diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewDataSourceClient.cs b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewDataSourceClient.cs index 65c335fc6cb78..2001d74de297c 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewDataSourceClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewDataSourceClient.cs @@ -452,7 +452,7 @@ public virtual Response CreateOrUpdate(RequestContent content, RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual async Task GetPropertiesAsync(RequestOptions options) + public virtual async Task GetPropertiesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewDataSourceClient.GetProperties"); @@ -548,7 +548,7 @@ public virtual async Task GetPropertiesAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetProperties(RequestOptions options) + public virtual Response GetProperties(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewDataSourceClient.GetProperties"); @@ -835,7 +835,7 @@ public virtual Response Delete(RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetScansAsync(RequestOptions options) + public virtual AsyncPageable GetScansAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewDataSourceClient.GetScans"); @@ -931,7 +931,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetScans(RequestOptions options) + public virtual Pageable GetScans(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewDataSourceClient.GetScans"); diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanClient.cs b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanClient.cs index 45e7d56ad894f..8359b9c691b11 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanClient.cs @@ -107,7 +107,7 @@ public PurviewScanClient(Uri endpoint, string dataSourceName, string scanName, T /// /// #pragma warning disable AZC0002 - public virtual async Task GetFilterAsync(RequestOptions options) + public virtual async Task GetFilterAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.GetFilter"); @@ -157,7 +157,7 @@ public virtual async Task GetFilterAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetFilter(RequestOptions options) + public virtual Response GetFilter(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.GetFilter"); @@ -648,7 +648,7 @@ public virtual Response CreateOrUpdate(RequestContent content, RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual async Task GetPropertiesAsync(RequestOptions options) + public virtual async Task GetPropertiesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.GetProperties"); @@ -737,7 +737,7 @@ public virtual async Task GetPropertiesAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetProperties(RequestOptions options) + public virtual Response GetProperties(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.GetProperties"); @@ -934,8 +934,8 @@ public virtual Response Delete(RequestOptions options = null) /// Runs the scan. /// The String to use. - /// The request options. /// The ScanLevelType to use. Allowed values: "Full" | "Incremental". + /// The request options. /// is null. /// /// Schema for Response Body: @@ -979,7 +979,7 @@ public virtual Response Delete(RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual async Task RunScanAsync(string runId, RequestOptions options, string scanLevel = null) + public virtual async Task RunScanAsync(string runId, string scanLevel = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.RunScan"); @@ -998,8 +998,8 @@ public virtual async Task RunScanAsync(string runId, RequestOptions op /// Runs the scan. /// The String to use. - /// The request options. /// The ScanLevelType to use. Allowed values: "Full" | "Incremental". + /// The request options. /// is null. /// /// Schema for Response Body: @@ -1043,7 +1043,7 @@ public virtual async Task RunScanAsync(string runId, RequestOptions op /// /// #pragma warning disable AZC0002 - public virtual Response RunScan(string runId, RequestOptions options, string scanLevel = null) + public virtual Response RunScan(string runId, string scanLevel = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.RunScan"); @@ -1106,7 +1106,7 @@ public virtual Response RunScan(string runId, RequestOptions options, string sca /// /// #pragma warning disable AZC0002 - public virtual async Task CancelScanAsync(string runId, RequestOptions options) + public virtual async Task CancelScanAsync(string runId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.CancelScan"); @@ -1169,7 +1169,7 @@ public virtual async Task CancelScanAsync(string runId, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual Response CancelScan(string runId, RequestOptions options) + public virtual Response CancelScan(string runId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.CancelScan"); @@ -1244,7 +1244,7 @@ public virtual Response CancelScan(string runId, RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual async Task GetTriggerAsync(RequestOptions options) + public virtual async Task GetTriggerAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.GetTrigger"); @@ -1319,7 +1319,7 @@ public virtual async Task GetTriggerAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetTrigger(RequestOptions options) + public virtual Response GetTrigger(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanClient.GetTrigger"); @@ -1781,7 +1781,7 @@ public virtual Response DeleteTrigger(RequestOptions options = null) /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetRunsAsync(RequestOptions options) + public virtual AsyncPageable GetRunsAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewScanClient.GetRuns"); @@ -1870,7 +1870,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetRuns(RequestOptions options) + public virtual Pageable GetRuns(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewScanClient.GetRuns"); diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanningServiceClient.cs b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanningServiceClient.cs index da6428e48b0bb..aa739356df1e2 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanningServiceClient.cs +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/src/Generated/PurviewScanningServiceClient.cs @@ -95,7 +95,7 @@ public PurviewScanningServiceClient(Uri endpoint, TokenCredential credential, Pu /// /// #pragma warning disable AZC0002 - public virtual async Task GetKeyVaultReferenceAsync(string keyVaultName, RequestOptions options) + public virtual async Task GetKeyVaultReferenceAsync(string keyVaultName, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetKeyVaultReference"); @@ -147,7 +147,7 @@ public virtual async Task GetKeyVaultReferenceAsync(string keyVaultNam /// /// #pragma warning disable AZC0002 - public virtual Response GetKeyVaultReference(string keyVaultName, RequestOptions options) + public virtual Response GetKeyVaultReference(string keyVaultName, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetKeyVaultReference"); @@ -429,7 +429,7 @@ public virtual Response DeleteKeyVaultReference(string keyVaultName, RequestOpti /// /// #pragma warning disable AZC0002 - public virtual async Task GetScanRulesetAsync(string scanRulesetName, RequestOptions options) + public virtual async Task GetScanRulesetAsync(string scanRulesetName, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetScanRuleset"); @@ -481,7 +481,7 @@ public virtual async Task GetScanRulesetAsync(string scanRulesetName, /// /// #pragma warning disable AZC0002 - public virtual Response GetScanRuleset(string scanRulesetName, RequestOptions options) + public virtual Response GetScanRuleset(string scanRulesetName, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetScanRuleset"); @@ -763,7 +763,7 @@ public virtual Response DeleteScanRuleset(string scanRulesetName, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual async Task GetSystemRulesetsForDataSourceAsync(string dataSourceType, RequestOptions options) + public virtual async Task GetSystemRulesetsForDataSourceAsync(string dataSourceType, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetSystemRulesetsForDataSource"); @@ -815,7 +815,7 @@ public virtual async Task GetSystemRulesetsForDataSourceAsync(string d /// /// #pragma warning disable AZC0002 - public virtual Response GetSystemRulesetsForDataSource(string dataSourceType, RequestOptions options) + public virtual Response GetSystemRulesetsForDataSource(string dataSourceType, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetSystemRulesetsForDataSource"); @@ -834,8 +834,8 @@ public virtual Response GetSystemRulesetsForDataSource(string dataSourceType, Re /// Get a scan ruleset by version. /// The Integer to use. - /// The request options. /// The DataSourceType to use. Allowed values: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI". + /// The request options. /// /// Schema for Response Body: /// { @@ -867,7 +867,7 @@ public virtual Response GetSystemRulesetsForDataSource(string dataSourceType, Re /// /// #pragma warning disable AZC0002 - public virtual async Task GetSystemRulesetsForVersionAsync(int version, RequestOptions options, string dataSourceType = null) + public virtual async Task GetSystemRulesetsForVersionAsync(int version, string dataSourceType = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetSystemRulesetsForVersion"); @@ -886,8 +886,8 @@ public virtual async Task GetSystemRulesetsForVersionAsync(int version /// Get a scan ruleset by version. /// The Integer to use. - /// The request options. /// The DataSourceType to use. Allowed values: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI". + /// The request options. /// /// Schema for Response Body: /// { @@ -919,7 +919,7 @@ public virtual async Task GetSystemRulesetsForVersionAsync(int version /// /// #pragma warning disable AZC0002 - public virtual Response GetSystemRulesetsForVersion(int version, RequestOptions options, string dataSourceType = null) + public virtual Response GetSystemRulesetsForVersion(int version, string dataSourceType = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetSystemRulesetsForVersion"); @@ -937,8 +937,8 @@ public virtual Response GetSystemRulesetsForVersion(int version, RequestOptions } /// Get the latest version of a system scan ruleset. - /// The request options. /// The DataSourceType to use. Allowed values: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI". + /// The request options. /// /// Schema for Response Body: /// { @@ -970,7 +970,7 @@ public virtual Response GetSystemRulesetsForVersion(int version, RequestOptions /// /// #pragma warning disable AZC0002 - public virtual async Task GetLatestSystemRulesetsAsync(RequestOptions options, string dataSourceType = null) + public virtual async Task GetLatestSystemRulesetsAsync(string dataSourceType = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetLatestSystemRulesets"); @@ -988,8 +988,8 @@ public virtual async Task GetLatestSystemRulesetsAsync(RequestOptions } /// Get the latest version of a system scan ruleset. - /// The request options. /// The DataSourceType to use. Allowed values: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI". + /// The request options. /// /// Schema for Response Body: /// { @@ -1021,7 +1021,7 @@ public virtual async Task GetLatestSystemRulesetsAsync(RequestOptions /// /// #pragma warning disable AZC0002 - public virtual Response GetLatestSystemRulesets(RequestOptions options, string dataSourceType = null) + public virtual Response GetLatestSystemRulesets(string dataSourceType = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("PurviewScanningServiceClient.GetLatestSystemRulesets"); @@ -1077,7 +1077,7 @@ public virtual Response GetLatestSystemRulesets(RequestOptions options, string d /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetKeyVaultReferencesAsync(RequestOptions options) + public virtual AsyncPageable GetKeyVaultReferencesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewScanningServiceClient.GetKeyVaultReferences"); @@ -1134,7 +1134,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetKeyVaultReferences(RequestOptions options) + public virtual Pageable GetKeyVaultReferences(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewScanningServiceClient.GetKeyVaultReferences"); @@ -1188,7 +1188,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetClassificationRulesAsync(RequestOptions options) + public virtual AsyncPageable GetClassificationRulesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewScanningServiceClient.GetClassificationRules"); @@ -1242,7 +1242,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetClassificationRules(RequestOptions options) + public virtual Pageable GetClassificationRules(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewScanningServiceClient.GetClassificationRules"); @@ -1345,7 +1345,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetDataSourcesAsync(RequestOptions options) + public virtual AsyncPageable GetDataSourcesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewScanningServiceClient.GetDataSources"); @@ -1448,7 +1448,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetDataSources(RequestOptions options) + public virtual Pageable GetDataSources(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewScanningServiceClient.GetDataSources"); @@ -1505,7 +1505,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetScanRulesetsAsync(RequestOptions options) + public virtual AsyncPageable GetScanRulesetsAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewScanningServiceClient.GetScanRulesets"); @@ -1562,7 +1562,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetScanRulesets(RequestOptions options) + public virtual Pageable GetScanRulesets(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewScanningServiceClient.GetScanRulesets"); @@ -1619,7 +1619,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetSystemRulesetsAsync(RequestOptions options) + public virtual AsyncPageable GetSystemRulesetsAsync(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewScanningServiceClient.GetSystemRulesets"); @@ -1676,7 +1676,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetSystemRulesets(RequestOptions options) + public virtual Pageable GetSystemRulesets(RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewScanningServiceClient.GetSystemRulesets"); @@ -1695,8 +1695,8 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin } /// List system scan ruleset versions in Data catalog. - /// The request options. /// The DataSourceType to use. Allowed values: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI". + /// The request options. /// /// Schema for Response Body: /// { @@ -1734,7 +1734,7 @@ IEnumerable> CreateEnumerable(string nextLink, int? pageSizeHin /// /// #pragma warning disable AZC0002 - public virtual AsyncPageable GetSystemRulesetsVersionsAsync(RequestOptions options, string dataSourceType = null) + public virtual AsyncPageable GetSystemRulesetsVersionsAsync(string dataSourceType = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreateAsyncPageable(CreateEnumerableAsync, _clientDiagnostics, "PurviewScanningServiceClient.GetSystemRulesetsVersions"); @@ -1753,8 +1753,8 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, } /// List system scan ruleset versions in Data catalog. - /// The request options. /// The DataSourceType to use. Allowed values: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI". + /// The request options. /// /// Schema for Response Body: /// { @@ -1792,7 +1792,7 @@ async IAsyncEnumerable> CreateEnumerableAsync(string nextLink, /// /// #pragma warning disable AZC0002 - public virtual Pageable GetSystemRulesetsVersions(RequestOptions options, string dataSourceType = null) + public virtual Pageable GetSystemRulesetsVersions(string dataSourceType = null, RequestOptions options = null) #pragma warning restore AZC0002 { return PageableHelpers.CreatePageable(CreateEnumerable, _clientDiagnostics, "PurviewScanningServiceClient.GetSystemRulesetsVersions"); diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanClientTest.cs b/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanClientTest.cs index 0cb5536d6bb68..b51526028e9e9 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanClientTest.cs +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanClientTest.cs @@ -53,7 +53,7 @@ public async Task ScanRunOperations() var client = GetPurviewScanClient("test-datasource1014", "test-scan1014"); string runUUID = "32767c50-ccd7-c3fd-5aea-94abe54044de"; //Run - Response runScanResponse = await client.RunScanAsync(runUUID, new(), null); + Response runScanResponse = await client.RunScanAsync(runUUID); Assert.AreEqual(202, runScanResponse.Status); //Get list var getScanRunListResponseList = client.GetRunsAsync(new()).GetAsyncEnumerator(); diff --git a/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanningServiceClientTest.cs b/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanningServiceClientTest.cs index fb23697805fec..4fadf46b1e609 100644 --- a/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanningServiceClientTest.cs +++ b/sdk/purview/Azure.Analytics.Purview.Scanning/tests/ScanningServiceClientTest.cs @@ -37,17 +37,17 @@ public async Task SystemRulesetsDataSourceOperations() JsonElement fetchWithTypeBodyJson = JsonDocument.Parse(GetContentFromResponse(fetchWithTypeResponse)).RootElement; Assert.AreEqual("systemscanrulesets/AzureFileService", fetchWithTypeBodyJson.GetProperty("id").GetString()); //Get with type and version - Response fetchWithTypeVersionResponse = await client.GetSystemRulesetsForVersionAsync(1, new(), "AzureFileService"); + Response fetchWithTypeVersionResponse = await client.GetSystemRulesetsForVersionAsync(1, "AzureFileService"); Assert.AreEqual(200, fetchWithTypeVersionResponse.Status); JsonElement fetchWithTypeVersionBodyJson = JsonDocument.Parse(GetContentFromResponse(fetchWithTypeVersionResponse)).RootElement; Assert.AreEqual("systemscanrulesets/AzureFileService", fetchWithTypeVersionBodyJson.GetProperty("id").GetString()); //Get with type for latest version - Response fetchWithTypeLatestVerResponse = await client.GetLatestSystemRulesetsAsync(new(), "AzureFileService"); + Response fetchWithTypeLatestVerResponse = await client.GetLatestSystemRulesetsAsync("AzureFileService"); Assert.AreEqual(200, fetchWithTypeLatestVerResponse.Status); JsonElement fetchWithTypeLatestVerBodyJson = JsonDocument.Parse(GetContentFromResponse(fetchWithTypeLatestVerResponse)).RootElement; Assert.AreEqual("systemscanrulesets/AzureFileService", fetchWithTypeLatestVerBodyJson.GetProperty("id").GetString()); //Get with type for list of versions - var fetchWithTypeforListResponseList = client.GetSystemRulesetsVersionsAsync(new(), "AzureFileService").GetAsyncEnumerator(); + var fetchWithTypeforListResponseList = client.GetSystemRulesetsVersionsAsync("AzureFileService").GetAsyncEnumerator(); await fetchWithTypeforListResponseList.MoveNextAsync(); JsonElement fetchWithTypeforListBodyJson = JsonDocument.Parse(fetchWithTypeforListResponseList.Current).RootElement; await fetchWithTypeforListResponseList.DisposeAsync(); diff --git a/sdk/resourcemanager/Azure.ResourceManager/Azure.ResourceManager.sln b/sdk/resourcemanager/Azure.ResourceManager/Azure.ResourceManager.sln index d32d107685c8e..b4c2167a604a0 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/Azure.ResourceManager.sln +++ b/sdk/resourcemanager/Azure.ResourceManager/Azure.ResourceManager.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31019.35 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31820.362 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core", "..\..\core\Azure.Core\src\Azure.Core.csproj", "{856C6092-55EB-4C02-B7D0-9846EDD70745}" EndProject @@ -11,6 +11,22 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager", "sr EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Tests", "tests\Azure.ResourceManager.Tests.csproj", "{83E7651C-7FBE-45AA-B740-31FE9A3E44C7}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{217C9506-A0E0-4486-96FF-DAC0DF92CD1F}" + ProjectSection(SolutionItems) = preProject + samples\README.md = samples\README.md + samples\Sample1_HelloWorld.md = samples\Sample1_HelloWorld.md + samples\Sample1_HelloWorldAsync.md = samples\Sample1_HelloWorldAsync.md + samples\Sample2_ManagingResourceGroups.md = samples\Sample2_ManagingResourceGroups.md + samples\Sample3_CreatingAVirtualNetwork.md = samples\Sample3_CreatingAVirtualNetwork.md + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{4E159B41-7E02-4039-983A-F94EBF41D3C1}" + ProjectSection(SolutionItems) = preProject + docs\AuthUsingEnvironmentVariables.md = docs\AuthUsingEnvironmentVariables.md + docs\CONTRIBUTING.md = docs\CONTRIBUTING.md + docs\MigrationGuide.md = docs\MigrationGuide.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md b/sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md index aa3fc5fd46871..65cf826abf6af 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md +++ b/sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md @@ -1,14 +1,11 @@ # Release History -## 1.0.0-beta.5 (Unreleased) - -### Features Added +## 1.0.0-beta.5 (2021-10-25) ### Breaking Changes -### Bugs Fixed - -### Other Changes +- Removed DefaultSubscription property from ArmClient and added GetDefaultSubscription()/GetDefaultSubscriptionAsync() methods. See the [Hello World examples](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/samples/README.md) of how to use the new methods to get the default subscription. +- Renamed [Resource]Container to [Resource]Collection and added the IEnumerable and IAsyncEnumerable interfaces to them making it easier to iterate over the list in the simple case. ## 1.0.0-beta.4 (2021-09-28) diff --git a/sdk/resourcemanager/Azure.ResourceManager/README.md b/sdk/resourcemanager/Azure.ResourceManager/README.md index 8727b856ba3de..6ac9139eed444 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/README.md +++ b/sdk/resourcemanager/Azure.ResourceManager/README.md @@ -60,10 +60,11 @@ This represents a full resource client object which contains a **Data** property It also has access to all of the operations on that resource without needing to pass in scope parameters such as subscription ID or resource name. This makes it very convenient to directly execute operations on the result of list calls since everything is returned as a full resource client now. -```csharp +```C# ArmClient armClient = new ArmClient(new DefaultAzureCredential()); string rgName = "myResourceGroup"; -ResourceGroup rg = await armClient.DefaultSubscription.GetResourceGroups().GetAsync(rgName); +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroup rg = await subscription.GetResourceGroups().GetAsync(rgName); await foreach (VirtualMachine vm in rg.GetVirtualMachines().GetAllAsync()) { //previously we would have to take the resourceGroupName and the vmName from the vm object @@ -76,12 +77,12 @@ await foreach (VirtualMachine vm in rg.GetVirtualMachines().GetAllAsync()) This represents the model that makes up a given resource. Typically, this is the response data from a service call such as HTTP GET and provides details about the underlying resource. Previously, this was represented by a **Model** class. -### **[Resource]Container.cs** +### **[Resource]Collection.cs** This represents the operations you can perform on a collection of resources belonging to a specific parent resource. This object provides most of the logical collection operations. -| Collection Behavior | Container Method | +| Collection Behavior | Collection Method | |-|-| | Iterate/List | GetAll() | | Index | Get(string name) | @@ -94,21 +95,22 @@ For most things, the parent will be a **ResourceGroup**. However, each parent / ## Putting it all together Imagine that our company requires all virtual machines to be tagged with the owner. We're tasked with writing a program to add the tag to any missing virtual machines in a given resource group. - ```csharp + ```C# // First we construct our armClient var armClient = new ArmClient(new DefaultAzureCredential()); // Next we get a resource group object // ResourceGroup is a [Resource] object from above -ResourceGroup resourceGroup = await armClient.DefaultSubscription.GetResourceGroups().GetAsync("myRgName"); +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync("myRgName"); -// Next we get the container for the virtual machines -// vmContainer is a [Resource]Container object from above -VirtualMachineContainer vmContainer = resourceGroup.GetVirtualMachines(); +// Next we get the collection for the virtual machines +// vmCollection is a [Resource]Collection object from above +VirtualMachineCollection vmCollection = resourceGroup.GetVirtualMachines(); -// Next we loop over all vms in the container +// Next we loop over all vms in the collection // Each vm is a [Resource] object from above -await foreach(VirtualMachine vm in vmContainer.GetAllAsync()) +await foreach(VirtualMachine vm in vmCollection) { // We access the [Resource]Data properties from vm.Data if(!vm.Data.Tags.ContainsKey("owner")) @@ -153,7 +155,7 @@ Console.WriteLine($"Subnet: {id.Name}"); Performing operations on resources that already exist is a common use case when using the management client libraries. In this scenario you usually have the identifier of the resource you want to work on as a string. Although the new object hierarchy is great for provisioning and working within the scope of a given parent, it is not the most efficient when it comes to this specific scenario. Here is an example how you to access an `AvailabilitySet` object and manage it directly with its id: -```csharp +```C# using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.Resources; @@ -180,7 +182,7 @@ This approach required a lot of code and 3 API calls to Azure. The same can be d So, the previous example would end up looking like this: -```csharp +```C# string resourceId = "/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/workshop2021-rg/providers/Microsoft.Compute/availabilitySets/ws2021availSet"; // We construct a new armClient to work with ArmClient armClient = new ArmClient(new DefaultAzureCredential()); @@ -196,7 +198,7 @@ Console.WriteLine(availabilitySet.Data.Name); ## Check if a [Resource] exists -If you are not sure if a resource you want to get exists, or you just want to check if it exists, you can use `GetIfExists()` or `CheckIfExists()` methods, which can be invoked from any [Resource]Container class. +If you are not sure if a resource you want to get exists, or you just want to check if it exists, you can use `GetIfExists()` or `CheckIfExists()` methods, which can be invoked from any [Resource]Collection class. `GetIfExists()` and `GetIfExistsAsync()` return a `Response` where T is null if the specified resource does not exist. On the other hand, `CheckIfExists()` and `CheckIfExistsAsync()` return `Response` where the bool will be false if the specified resource does not exist. Both of these methods still give you access to the underlying raw response. @@ -204,7 +206,7 @@ Before these methods were introduced you would need to catch the `RequestFailedE ```C# Snippet:Readme_OldCheckIfExistsRG ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; try @@ -222,7 +224,7 @@ Now with these convenience methods we can simply do the following. ```C# Snippet:Readme_CheckIfExistssRG ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; bool exists = await subscription.GetResourceGroups().CheckIfExistsAsync(rgName); @@ -245,7 +247,7 @@ Another way to do this is by using `GetIfExists()` which will avoid the race con ```C# Snippet:Readme_TryGetRG ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; ResourceGroup myRG = await subscription.GetResourceGroups().GetIfExistsAsync(rgName); @@ -266,15 +268,15 @@ else ```C# Snippet:Managing_Resource_Groups_CreateAResourceGroup // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -// Now we get a ResourceGroup container for that subscription -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +// Now we get a ResourceGroup collection for that subscription +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupData rgData = new ResourceGroupData(location); -ResourceGroupCreateOrUpdateOperation operation = await rgContainer.CreateOrUpdateAsync(rgName, rgData); +ResourceGroupCreateOrUpdateOperation operation = await rgCollection.CreateOrUpdateAsync(rgName, rgData); ResourceGroup resourceGroup = operation.Value; ``` @@ -282,11 +284,11 @@ ResourceGroup resourceGroup = operation.Value; ```C# Snippet:Managing_Resource_Groups_ListAllResourceGroup // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -// Now we get a ResourceGroup container for that subscription -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With GetAllAsync(), we can get a list of the resources in the container -await foreach (ResourceGroup rg in rgContainer.GetAllAsync()) +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +// Now we get a ResourceGroup collection for that subscription +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With GetAllAsync(), we can get a list of the resources in the collection +await foreach (ResourceGroup rg in rgCollection.GetAllAsync()) { Console.WriteLine(rg.Data.Name); } @@ -296,7 +298,7 @@ await foreach (ResourceGroup rg in rgContainer.GetAllAsync()) ```C# Snippet:Managing_Resource_Groups_UpdateAResourceGroup // Note: Resource group named 'myRgName' should exist for this example to work. ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); resourceGroup = await resourceGroup.AddTagAsync("key", "value"); @@ -305,7 +307,7 @@ resourceGroup = await resourceGroup.AddTagAsync("key", "value"); ### Delete a resource group ```C# Snippet:Managing_Resource_Groups_DeleteResourceGroup ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); await resourceGroup.DeleteAsync(); diff --git a/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.Core.netstandard2.0.cs b/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.Core.netstandard2.0.cs deleted file mode 100644 index 782b859158ed8..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.Core.netstandard2.0.cs +++ /dev/null @@ -1,1560 +0,0 @@ -namespace Azure.ResourceManager -{ - public partial class ApiVersions - { - internal ApiVersions() { } - public void SetApiVersion(Azure.ResourceManager.ResourceType resourceType, string apiVersion) { } - public string TryGetApiVersion(Azure.ResourceManager.ResourceType resourceType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public System.Threading.Tasks.Task TryGetApiVersionAsync(Azure.ResourceManager.ResourceType resourceType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ArmClient - { - protected ArmClient() { } - public ArmClient(Azure.Core.TokenCredential credential) { } - public ArmClient(Azure.Core.TokenCredential credential, Azure.ResourceManager.ArmClientOptions options) { } - public ArmClient(string defaultSubscriptionId, Azure.Core.TokenCredential credential, Azure.ResourceManager.ArmClientOptions options = null) { } - public ArmClient(string defaultSubscriptionId, System.Uri baseUri, Azure.Core.TokenCredential credential, Azure.ResourceManager.ArmClientOptions options = null) { } - public ArmClient(System.Uri baseUri, Azure.Core.TokenCredential credential, Azure.ResourceManager.ArmClientOptions options = null) { } - protected virtual System.Uri BaseUri { get { throw null; } } - protected virtual Azure.ResourceManager.ArmClientOptions ClientOptions { get { throw null; } } - protected virtual Azure.Core.TokenCredential Credential { get { throw null; } } - public virtual Azure.ResourceManager.Resources.Subscription DefaultSubscription { get { throw null; } } - protected virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual System.Collections.Generic.IReadOnlyList GetGenericResourceOperations(System.Collections.Generic.IEnumerable ids) { throw null; } - public virtual Azure.ResourceManager.Resources.GenericResourceOperations GetGenericResourceOperations(string id) { throw null; } - public virtual System.Collections.Generic.IReadOnlyList GetGenericResourceOperations(params string[] ids) { throw null; } - public virtual Azure.ResourceManager.Management.ManagementGroupOperations GetManagementGroupOperations(string id) { throw null; } - public virtual Azure.ResourceManager.Management.ManagementGroupContainer GetManagementGroups() { throw null; } - public virtual Azure.Response GetProvider(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetProviderAsync(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.ResourceGroupOperations GetResourceGroupOperations(Azure.ResourceManager.ResourceGroupResourceIdentifier id) { throw null; } - public virtual Azure.ResourceManager.Resources.RestApiContainer GetRestApis(string azureNamespace) { throw null; } - public virtual Azure.ResourceManager.Resources.SubscriptionContainer GetSubscriptions() { throw null; } - public virtual Azure.ResourceManager.Resources.TenantContainer GetTenants() { throw null; } - public virtual Azure.Pageable ListProviders(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListProvidersAsync(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public virtual T UseClientContext(System.Func func) { throw null; } - } - public sealed partial class ArmClientOptions : Azure.Core.ClientOptions - { - public ArmClientOptions() { } - public Azure.ResourceManager.ApiVersions ApiVersions { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public object GetOverrideObject(System.Func objectConstructor) { throw null; } - } - public abstract partial class GenericResourceFilter - { - protected GenericResourceFilter() { } - public abstract string GetFilterString(); - public override string ToString() { throw null; } - } - public sealed partial class LocationResourceIdentifier : Azure.ResourceManager.SubscriptionResourceIdentifier - { - public LocationResourceIdentifier(string resourceId) : base (default(string)) { } - public Azure.ResourceManager.Resources.Models.Location Location { get { throw null; } } - public static new implicit operator Azure.ResourceManager.LocationResourceIdentifier (string other) { throw null; } - public override bool TryGetLocation(out Azure.ResourceManager.Resources.Models.Location location) { throw null; } - public override bool TryGetSubscriptionId(out string subscriptionId) { throw null; } - } - public sealed partial class ResourceFilterCollection - { - public ResourceFilterCollection() { } - public ResourceFilterCollection(Azure.ResourceManager.ResourceType type) { } - public Azure.ResourceManager.ResourceTypeFilter ResourceTypeFilter { get { throw null; } } - public Azure.ResourceManager.ResourceNameFilter SubstringFilter { get { throw null; } set { } } - public Azure.ResourceManager.ResourceTagFilter TagFilter { get { throw null; } set { } } - public override string ToString() { throw null; } - } - public sealed partial class ResourceGroupResourceIdentifier : Azure.ResourceManager.SubscriptionResourceIdentifier - { - public ResourceGroupResourceIdentifier(string resourceId) : base (default(string)) { } - public string ResourceGroupName { get { throw null; } } - public static new implicit operator Azure.ResourceManager.ResourceGroupResourceIdentifier (string other) { throw null; } - public override bool TryGetResourceGroupName(out string resourceGroupName) { throw null; } - } - public abstract partial class ResourceIdentifier : System.IComparable, System.IEquatable - { - internal ResourceIdentifier() { } - public virtual string Name { get { throw null; } } - public virtual Azure.ResourceManager.ResourceIdentifier Parent { get { throw null; } } - public virtual Azure.ResourceManager.ResourceType ResourceType { get { throw null; } } - public static Azure.ResourceManager.ResourceIdentifier RootResourceIdentifier { get { throw null; } } - public int CompareTo(Azure.ResourceManager.ResourceIdentifier other) { throw null; } - public static Azure.ResourceManager.ResourceIdentifier Create(string resourceId) { throw null; } - public bool Equals(Azure.ResourceManager.ResourceIdentifier other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.ResourceIdentifier id1, Azure.ResourceManager.ResourceIdentifier id2) { throw null; } - public static bool operator >(Azure.ResourceManager.ResourceIdentifier left, Azure.ResourceManager.ResourceIdentifier right) { throw null; } - public static bool operator >=(Azure.ResourceManager.ResourceIdentifier left, Azure.ResourceManager.ResourceIdentifier right) { throw null; } - public static implicit operator string (Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public static implicit operator Azure.ResourceManager.ResourceIdentifier (string other) { throw null; } - public static bool operator !=(Azure.ResourceManager.ResourceIdentifier id1, Azure.ResourceManager.ResourceIdentifier id2) { throw null; } - public static bool operator <(Azure.ResourceManager.ResourceIdentifier left, Azure.ResourceManager.ResourceIdentifier right) { throw null; } - public static bool operator <=(Azure.ResourceManager.ResourceIdentifier left, Azure.ResourceManager.ResourceIdentifier right) { throw null; } - public override string ToString() { throw null; } - public virtual bool TryGetLocation(out Azure.ResourceManager.Resources.Models.Location location) { throw null; } - public virtual bool TryGetParent(out Azure.ResourceManager.ResourceIdentifier containerId) { throw null; } - public virtual bool TryGetResourceGroupName(out string resourceGroupName) { throw null; } - public virtual bool TryGetSubscriptionId(out string subscriptionId) { throw null; } - } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static partial class ResourceIdentifierExtensions - { - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.LocationResourceIdentifier AppendChildResource(this Azure.ResourceManager.LocationResourceIdentifier identifier, string childResourceType, string childResourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.ResourceGroupResourceIdentifier AppendChildResource(this Azure.ResourceManager.ResourceGroupResourceIdentifier identifier, string childResourceType, string childResourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.SubscriptionProviderIdentifier AppendChildResource(this Azure.ResourceManager.SubscriptionProviderIdentifier identifier, string childResourceType, string childResourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.SubscriptionResourceIdentifier AppendChildResource(this Azure.ResourceManager.SubscriptionResourceIdentifier identifier, string childResourceType, string childResourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.TenantResourceIdentifier AppendChildResource(this Azure.ResourceManager.TenantResourceIdentifier identifier, string childResourceType, string childResourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.LocationResourceIdentifier AppendProviderResource(this Azure.ResourceManager.LocationResourceIdentifier identifier, string providerNamespace, string resourceType, string resourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.ResourceGroupResourceIdentifier AppendProviderResource(this Azure.ResourceManager.ResourceGroupResourceIdentifier identifier, string providerNamespace, string resourceType, string resourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.SubscriptionProviderIdentifier AppendProviderResource(this Azure.ResourceManager.SubscriptionProviderIdentifier identifier, string providerNamespace, string resourceType, string resourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.SubscriptionResourceIdentifier AppendProviderResource(this Azure.ResourceManager.SubscriptionResourceIdentifier identifier, string providerNamespace, string resourceType, string resourceName) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public static Azure.ResourceManager.TenantResourceIdentifier AppendProviderResource(this Azure.ResourceManager.TenantResourceIdentifier identifier, string providerNamespace, string resourceType, string resourceName) { throw null; } - } - public partial class ResourceNameFilter : Azure.ResourceManager.GenericResourceFilter, System.IEquatable, System.IEquatable - { - public ResourceNameFilter() { } - public string Name { get { throw null; } set { } } - public string ResourceGroup { get { throw null; } set { } } - public bool Equals(Azure.ResourceManager.ResourceNameFilter other) { throw null; } - public override bool Equals(object obj) { throw null; } - public bool Equals(string other) { throw null; } - public override string GetFilterString() { throw null; } - public override int GetHashCode() { throw null; } - public static implicit operator Azure.ResourceManager.ResourceNameFilter (string nameString) { throw null; } - } - public partial class ResourceTagFilter : Azure.ResourceManager.GenericResourceFilter, System.IEquatable - { - public ResourceTagFilter(string tagKey, string tagValue) { } - public ResourceTagFilter(System.Tuple tag) { } - public string Key { get { throw null; } } - public string Value { get { throw null; } } - public bool Equals(Azure.ResourceManager.ResourceTagFilter other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override string GetFilterString() { throw null; } - public override int GetHashCode() { throw null; } - } - public sealed partial class ResourceType : System.IComparable, System.IEquatable - { - public ResourceType(string resourceIdOrType) { } - public string Namespace { get { throw null; } } - public static Azure.ResourceManager.ResourceType RootResourceType { get { throw null; } } - public string Type { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Types { get { throw null; } } - public int CompareTo(Azure.ResourceManager.ResourceType other) { throw null; } - public bool Equals(Azure.ResourceManager.ResourceType other) { throw null; } - public override bool Equals(object other) { throw null; } - public override int GetHashCode() { throw null; } - public bool IsParentOf(Azure.ResourceManager.ResourceType child) { throw null; } - public static bool operator ==(Azure.ResourceManager.ResourceType left, Azure.ResourceManager.ResourceType right) { throw null; } - public static bool operator >(Azure.ResourceManager.ResourceType left, Azure.ResourceManager.ResourceType right) { throw null; } - public static bool operator >=(Azure.ResourceManager.ResourceType left, Azure.ResourceManager.ResourceType right) { throw null; } - public static implicit operator string (Azure.ResourceManager.ResourceType other) { throw null; } - public static implicit operator Azure.ResourceManager.ResourceType (string other) { throw null; } - public static bool operator !=(Azure.ResourceManager.ResourceType left, Azure.ResourceManager.ResourceType right) { throw null; } - public static bool operator <(Azure.ResourceManager.ResourceType left, Azure.ResourceManager.ResourceType right) { throw null; } - public static bool operator <=(Azure.ResourceManager.ResourceType left, Azure.ResourceManager.ResourceType right) { throw null; } - public override string ToString() { throw null; } - } - public partial class ResourceTypeFilter : Azure.ResourceManager.GenericResourceFilter, System.IEquatable, System.IEquatable - { - public ResourceTypeFilter(Azure.ResourceManager.ResourceType resourceType) { } - public Azure.ResourceManager.ResourceType ResourceType { get { throw null; } } - public bool Equals(Azure.ResourceManager.ResourceTypeFilter other) { throw null; } - public override bool Equals(object obj) { throw null; } - public bool Equals(string other) { throw null; } - public override string GetFilterString() { throw null; } - public override int GetHashCode() { throw null; } - } - public sealed partial class RootResourceIdentifier : Azure.ResourceManager.ResourceIdentifier - { - internal RootResourceIdentifier() { } - public override bool TryGetParent(out Azure.ResourceManager.ResourceIdentifier containerId) { throw null; } - } - public partial class SubscriptionProviderIdentifier : Azure.ResourceManager.SubscriptionResourceIdentifier - { - internal SubscriptionProviderIdentifier() : base (default(string)) { } - public string Provider { get { throw null; } } - public static new implicit operator Azure.ResourceManager.SubscriptionProviderIdentifier (string other) { throw null; } - public override bool TryGetProvider(out string providerId) { throw null; } - } - public partial class SubscriptionResourceIdentifier : Azure.ResourceManager.TenantResourceIdentifier - { - public SubscriptionResourceIdentifier(string resourceIdOrSubscriptionId) : base (default(string)) { } - public string SubscriptionId { get { throw null; } } - public static new implicit operator Azure.ResourceManager.SubscriptionResourceIdentifier (string other) { throw null; } - public override bool TryGetSubscriptionId(out string subscriptionId) { throw null; } - } - public partial class TenantProviderIdentifier : Azure.ResourceManager.TenantResourceIdentifier - { - internal TenantProviderIdentifier() : base (default(string)) { } - public string Provider { get { throw null; } } - public static new implicit operator Azure.ResourceManager.TenantProviderIdentifier (string other) { throw null; } - public override bool TryGetProvider(out string providerId) { throw null; } - } - public partial class TenantResourceIdentifier : Azure.ResourceManager.ResourceIdentifier - { - public TenantResourceIdentifier(string resourceId) { } - public static new implicit operator Azure.ResourceManager.TenantResourceIdentifier (string other) { throw null; } - public virtual bool TryGetProvider(out string providerId) { throw null; } - } -} -namespace Azure.ResourceManager.Core -{ - public partial class ApiVersionsBase : System.IComparable, System.IEquatable - { - protected ApiVersionsBase(string value) { } - public virtual Azure.ResourceManager.ResourceType ResourceType { get { throw null; } } - public int CompareTo(string other) { throw null; } - public override bool Equals(object other) { throw null; } - public bool Equals(string other) { throw null; } - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Core.ApiVersionsBase left, string right) { throw null; } - public static bool operator >(Azure.ResourceManager.Core.ApiVersionsBase left, Azure.ResourceManager.Core.ApiVersionsBase right) { throw null; } - public static bool operator >=(Azure.ResourceManager.Core.ApiVersionsBase left, Azure.ResourceManager.Core.ApiVersionsBase right) { throw null; } - public static implicit operator string (Azure.ResourceManager.Core.ApiVersionsBase version) { throw null; } - public static bool operator !=(Azure.ResourceManager.Core.ApiVersionsBase left, string right) { throw null; } - public static bool operator <(Azure.ResourceManager.Core.ApiVersionsBase left, Azure.ResourceManager.Core.ApiVersionsBase right) { throw null; } - public static bool operator <=(Azure.ResourceManager.Core.ApiVersionsBase left, Azure.ResourceManager.Core.ApiVersionsBase right) { throw null; } - public override string ToString() { throw null; } - } - public abstract partial class ContainerBase : Azure.ResourceManager.Core.OperationsBase - { - protected ContainerBase() { } - protected ContainerBase(Azure.ResourceManager.ArmClientOptions options, Azure.Core.TokenCredential credential, System.Uri baseUri, Azure.Core.Pipeline.HttpPipeline pipeline) { } - protected ContainerBase(Azure.ResourceManager.Core.OperationsBase parent) { } - protected Azure.ResourceManager.Core.OperationsBase Parent { get { throw null; } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Constructor)] - public partial class InitializationConstructorAttribute : System.Attribute - { - public InitializationConstructorAttribute() { } - } - public static partial class OperationExtensions - { - public static Azure.Response WaitForCompletion(this Azure.Operation operation, System.Threading.CancellationToken cancellationToken) { throw null; } - public static Azure.Response WaitForCompletion(this Azure.Operation operation, System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken) { throw null; } - public static Azure.Response WaitForCompletion(this Azure.Operation operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.Response WaitForCompletion(this Azure.Operation operation, System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public abstract partial class OperationsBase - { - protected OperationsBase() { } - protected OperationsBase(Azure.ResourceManager.Core.OperationsBase parentOperations, Azure.ResourceManager.ResourceIdentifier id) { } - protected internal virtual System.Uri BaseUri { get { throw null; } } - protected internal virtual Azure.ResourceManager.ArmClientOptions ClientOptions { get { throw null; } } - protected internal virtual Azure.Core.TokenCredential Credential { get { throw null; } } - public virtual Azure.ResourceManager.ResourceIdentifier Id { get { throw null; } } - protected internal virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - protected internal Azure.ResourceManager.Resources.TagResourceContainer TagContainer { get { throw null; } } - protected internal Azure.ResourceManager.Resources.TagResourceOperations TagResourceOperations { get { throw null; } } - public virtual Azure.ResourceManager.Resources.TenantOperations Tenant { get { throw null; } } - protected abstract Azure.ResourceManager.ResourceType ValidResourceType { get; } - protected virtual void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class)] - public partial class PropertyReferenceTypeAttribute : System.Attribute - { - public PropertyReferenceTypeAttribute() { } - public PropertyReferenceTypeAttribute(System.Type[] skipTypes) { } - public System.Type[] SkipTypes { get { throw null; } } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Class)] - public partial class ReferenceTypeAttribute : System.Attribute - { - public ReferenceTypeAttribute() { } - public ReferenceTypeAttribute(System.Type genericType) { } - public System.Type GenericType { get { throw null; } } - } - public abstract partial class ResourceContainerBase : Azure.ResourceManager.Core.ContainerBase where TIdentifier : Azure.ResourceManager.ResourceIdentifier where TOperations : Azure.ResourceManager.Core.ResourceOperationsBase where TResource : class - { - protected ResourceContainerBase() { } - protected ResourceContainerBase(Azure.ResourceManager.Core.OperationsBase parent) { } - protected TParent GetParentResource() where TParent : TParentOperations where TParentId : Azure.ResourceManager.ResourceIdentifier where TParentOperations : Azure.ResourceManager.Core.ResourceOperationsBase { throw null; } - protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } - } - public static partial class ResourceListOperations - { - public static Azure.Pageable ListAtContext(Azure.ResourceManager.Resources.ResourceGroupOperations resourceGroup, Azure.ResourceManager.ResourceFilterCollection resourceFilters = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.Pageable ListAtContext(Azure.ResourceManager.Resources.SubscriptionOperations subscription, Azure.ResourceManager.ResourceFilterCollection resourceFilters = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.AsyncPageable ListAtContextAsync(Azure.ResourceManager.Resources.ResourceGroupOperations resourceGroup, Azure.ResourceManager.ResourceFilterCollection resourceFilters = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.AsyncPageable ListAtContextAsync(Azure.ResourceManager.Resources.SubscriptionOperations subscription, Azure.ResourceManager.ResourceFilterCollection resourceFilters = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public abstract partial class ResourceOperationsBase : Azure.ResourceManager.Core.OperationsBase - { - protected ResourceOperationsBase() { } - } - public abstract partial class ResourceOperationsBase : Azure.ResourceManager.Core.ResourceOperationsBase where TIdentifier : Azure.ResourceManager.ResourceIdentifier where TOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - protected ResourceOperationsBase() { } - protected ResourceOperationsBase(Azure.ResourceManager.Core.OperationsBase parentOperations, Azure.ResourceManager.ResourceIdentifier id) { } - public virtual new TIdentifier Id { get { throw null; } } - public abstract Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - public abstract System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - protected System.Collections.Generic.IEnumerable ListAvailableLocations(Azure.ResourceManager.ResourceType resourceType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - protected System.Threading.Tasks.Task> ListAvailableLocationsAsync(Azure.ResourceManager.ResourceType resourceType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public static partial class ResponseExtensions - { - public static string GetCorrelationId(this Azure.Response response) { throw null; } - } - [System.AttributeUsageAttribute(System.AttributeTargets.Constructor)] - public partial class SerializationConstructorAttribute : System.Attribute - { - public SerializationConstructorAttribute() { } - } - public abstract partial class SingletonOperationsBase : Azure.ResourceManager.Core.OperationsBase - { - protected SingletonOperationsBase() { } - protected Azure.ResourceManager.Core.OperationsBase Parent { get { throw null; } } - public Azure.ResourceManager.ResourceIdentifier ParentId { get { throw null; } } - } - public abstract partial class SingletonOperationsBase : Azure.ResourceManager.Core.SingletonOperationsBase where TIdentifier : Azure.ResourceManager.ResourceIdentifier where TOperations : Azure.ResourceManager.Core.SingletonOperationsBase - { - protected SingletonOperationsBase() { } - protected SingletonOperationsBase(Azure.ResourceManager.Core.OperationsBase parent) { } - protected new TIdentifier ParentId { get { throw null; } } - } - public static partial class UtilityExtensions - { - public static System.Collections.Generic.IDictionary ReplaceWith(this System.Collections.Generic.IDictionary dest, System.Collections.Generic.IDictionary src) { throw null; } - } -} -namespace Azure.ResourceManager.Management -{ - public partial class ManagementGroup : Azure.ResourceManager.Management.ManagementGroupOperations - { - protected ManagementGroup() { } - public virtual Azure.ResourceManager.Management.ManagementGroupData Data { get { throw null; } } - } - public partial class ManagementGroupContainer : Azure.ResourceManager.Core.ResourceContainerBase - { - protected ManagementGroupContainer() { } - protected new Azure.ResourceManager.Resources.TenantOperations Parent { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual bool CheckIfExists(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CheckIfExistsAsync(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response CheckNameAvailability(Azure.ResourceManager.Management.Models.CheckNameAvailabilityRequest checkNameAvailabilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckNameAvailabilityAsync(Azure.ResourceManager.Management.Models.CheckNameAvailabilityRequest checkNameAvailabilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response CreateOrUpdate(string groupId, Azure.ResourceManager.Management.Models.CreateManagementGroupRequest createManagementGroupRequest, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string groupId, Azure.ResourceManager.Management.Models.CreateManagementGroupRequest createManagementGroupRequest, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string cacheControl = null, string skiptoken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string cacheControl = null, string skiptoken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Management.Models.ManagementGroupsCreateOrUpdateOperation StartCreateOrUpdate(string groupId, Azure.ResourceManager.Management.Models.CreateManagementGroupRequest createManagementGroupRequest, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartCreateOrUpdateAsync(string groupId, Azure.ResourceManager.Management.Models.CreateManagementGroupRequest createManagementGroupRequest, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Management.ManagementGroup TryGet(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task TryGetAsync(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ManagementGroupData : Azure.ResourceManager.Resources.Models.Resource - { - internal ManagementGroupData() { } - public System.Collections.Generic.IReadOnlyList Children { get { throw null; } } - public Azure.ResourceManager.Management.Models.ManagementGroupDetails Details { get { throw null; } } - public string DisplayName { get { throw null; } } - public string TenantId { get { throw null; } } - } - public partial class ManagementGroupInfo : Azure.ResourceManager.Management.ManagementGroupOperations - { - protected ManagementGroupInfo() { } - public virtual Azure.ResourceManager.Management.ManagementGroupInfoData Data { get { throw null; } } - } - public partial class ManagementGroupInfoData : Azure.ResourceManager.Resources.Models.Resource - { - internal ManagementGroupInfoData() { } - public string DisplayName { get { throw null; } } - public string TenantId { get { throw null; } } - } - public partial class ManagementGroupOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected ManagementGroupOperations() { } - protected internal ManagementGroupOperations(Azure.ResourceManager.Core.OperationsBase options, Azure.ResourceManager.TenantResourceIdentifier id) { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response Delete(string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable ListDescendants(string skiptoken = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListDescendantsAsync(string skiptoken = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Management.Models.ManagementGroupsDeleteOperation StartDelete(string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartDeleteAsync(string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(Azure.ResourceManager.Management.Models.PatchManagementGroupRequest patchGroupRequest, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Management.Models.PatchManagementGroupRequest patchGroupRequest, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } -} -namespace Azure.ResourceManager.Management.Models -{ - public partial class CheckNameAvailabilityRequest - { - public CheckNameAvailabilityRequest() { } - public string Name { get { throw null; } set { } } - public string Type { get { throw null; } set { } } - } - public partial class CheckNameAvailabilityResult - { - internal CheckNameAvailabilityResult() { } - public string Message { get { throw null; } } - public bool? NameAvailable { get { throw null; } } - public Azure.ResourceManager.Management.Models.Reason? Reason { get { throw null; } } - } - public partial class CreateManagementGroupChildInfo - { - internal CreateManagementGroupChildInfo() { } - public System.Collections.Generic.IReadOnlyList Children { get { throw null; } } - public string DisplayName { get { throw null; } } - public string Id { get { throw null; } } - public string Name { get { throw null; } } - public Azure.ResourceManager.Management.Models.ManagementGroupChildType? Type { get { throw null; } } - } - public partial class CreateManagementGroupDetails - { - public CreateManagementGroupDetails() { } - public Azure.ResourceManager.Management.Models.CreateParentGroupInfo Parent { get { throw null; } set { } } - public string UpdatedBy { get { throw null; } } - public System.DateTimeOffset? UpdatedTime { get { throw null; } } - public int? Version { get { throw null; } } - } - public partial class CreateManagementGroupRequest - { - public CreateManagementGroupRequest() { } - public System.Collections.Generic.IReadOnlyList Children { get { throw null; } } - public Azure.ResourceManager.Management.Models.CreateManagementGroupDetails Details { get { throw null; } set { } } - public string DisplayName { get { throw null; } set { } } - public string Id { get { throw null; } } - public string Name { get { throw null; } set { } } - public string TenantId { get { throw null; } } - public string Type { get { throw null; } } - } - public partial class CreateParentGroupInfo - { - public CreateParentGroupInfo() { } - public string DisplayName { get { throw null; } } - public string Id { get { throw null; } set { } } - public string Name { get { throw null; } } - } - public partial class DescendantInfo - { - internal DescendantInfo() { } - public string DisplayName { get { throw null; } } - public string Id { get { throw null; } } - public string Name { get { throw null; } } - public Azure.ResourceManager.Management.Models.DescendantParentGroupInfo Parent { get { throw null; } } - public string Type { get { throw null; } } - } - public partial class DescendantParentGroupInfo - { - internal DescendantParentGroupInfo() { } - public string Id { get { throw null; } } - } - public partial class ManagementGroupChildInfo - { - internal ManagementGroupChildInfo() { } - public System.Collections.Generic.IReadOnlyList Children { get { throw null; } } - public string DisplayName { get { throw null; } } - public string Id { get { throw null; } } - public string Name { get { throw null; } } - public Azure.ResourceManager.Management.Models.ManagementGroupChildType? Type { get { throw null; } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct ManagementGroupChildType : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public ManagementGroupChildType(string value) { throw null; } - public static Azure.ResourceManager.Management.Models.ManagementGroupChildType MicrosoftManagementManagementGroups { get { throw null; } } - public static Azure.ResourceManager.Management.Models.ManagementGroupChildType Subscriptions { get { throw null; } } - public bool Equals(Azure.ResourceManager.Management.Models.ManagementGroupChildType other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Management.Models.ManagementGroupChildType left, Azure.ResourceManager.Management.Models.ManagementGroupChildType right) { throw null; } - public static implicit operator Azure.ResourceManager.Management.Models.ManagementGroupChildType (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.Management.Models.ManagementGroupChildType left, Azure.ResourceManager.Management.Models.ManagementGroupChildType right) { throw null; } - public override string ToString() { throw null; } - } - public partial class ManagementGroupDetails - { - internal ManagementGroupDetails() { } - public System.Collections.Generic.IReadOnlyList ManagementGroupAncestors { get { throw null; } } - public System.Collections.Generic.IReadOnlyList ManagementGroupAncestorsChain { get { throw null; } } - public Azure.ResourceManager.Management.Models.ParentGroupInfo Parent { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Path { get { throw null; } } - public string UpdatedBy { get { throw null; } } - public System.DateTimeOffset? UpdatedTime { get { throw null; } } - public int? Version { get { throw null; } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct ManagementGroupExpandType : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public ManagementGroupExpandType(string value) { throw null; } - public static Azure.ResourceManager.Management.Models.ManagementGroupExpandType Ancestors { get { throw null; } } - public static Azure.ResourceManager.Management.Models.ManagementGroupExpandType Children { get { throw null; } } - public static Azure.ResourceManager.Management.Models.ManagementGroupExpandType Path { get { throw null; } } - public bool Equals(Azure.ResourceManager.Management.Models.ManagementGroupExpandType other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Management.Models.ManagementGroupExpandType left, Azure.ResourceManager.Management.Models.ManagementGroupExpandType right) { throw null; } - public static implicit operator Azure.ResourceManager.Management.Models.ManagementGroupExpandType (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.Management.Models.ManagementGroupExpandType left, Azure.ResourceManager.Management.Models.ManagementGroupExpandType right) { throw null; } - public override string ToString() { throw null; } - } - public partial class ManagementGroupPathElement - { - internal ManagementGroupPathElement() { } - public string DisplayName { get { throw null; } } - public string Name { get { throw null; } } - } - public partial class ManagementGroupsCreateOrUpdateOperation : Azure.Operation - { - protected ManagementGroupsCreateOrUpdateOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Management.ManagementGroup Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ManagementGroupsDeleteOperation : Azure.Operation - { - protected ManagementGroupsDeleteOperation() { } - public override bool HasCompleted { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ParentGroupInfo - { - internal ParentGroupInfo() { } - public string DisplayName { get { throw null; } } - public string Id { get { throw null; } } - public string Name { get { throw null; } } - } - public partial class PatchManagementGroupRequest - { - public PatchManagementGroupRequest() { } - public string DisplayName { get { throw null; } set { } } - public string ParentGroupId { get { throw null; } set { } } - } - public enum Reason - { - Invalid = 0, - AlreadyExists = 1, - } -} -namespace Azure.ResourceManager.Resources -{ - public partial class Feature : Azure.ResourceManager.Resources.FeatureOperations - { - protected Feature() { } - public virtual Azure.ResourceManager.Resources.FeatureData Data { get { throw null; } } - } - public partial class FeatureContainer : Azure.ResourceManager.Core.ResourceContainerBase - { - protected FeatureContainer() { } - public new Azure.ResourceManager.SubscriptionProviderIdentifier Id { get { throw null; } } - protected new Azure.ResourceManager.Resources.ProviderOperations Parent { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual bool CheckIfExists(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CheckIfExistsAsync(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Feature TryGet(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task TryGetAsync(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class FeatureData : Azure.ResourceManager.Resources.Models.Resource - { - internal FeatureData() { } - public Azure.ResourceManager.Resources.Models.FeatureProperties Properties { get { throw null; } } - } - public partial class FeatureOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected FeatureOperations() { } - protected FeatureOperations(Azure.ResourceManager.Core.ResourceOperationsBase options, Azure.ResourceManager.SubscriptionProviderIdentifier id) { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public override Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Register(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RegisterAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Unregister(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UnregisterAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } - } - public partial class GenericResource : Azure.ResourceManager.Resources.GenericResourceOperations - { - protected GenericResource() { } - public virtual Azure.ResourceManager.Resources.GenericResourceData Data { get { throw null; } } - } - public partial class GenericResourceContainer : Azure.ResourceManager.Core.ResourceContainerBase - { - protected GenericResourceContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual bool CheckIfExists(string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CheckIfExistsAsync(string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response CreateOrUpdate(string resourceId, Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string resourceId, Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.Response Get(string resourceId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string filter = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string filter = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable ListByResourceGroup(string resourceGroupName, string filter = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListByResourceGroupAsync(string resourceGroupName, string filter = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.ResourcesCreateOrUpdateByIdOperation StartCreateOrUpdate(string resourceId, Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartCreateOrUpdateAsync(string resourceId, Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.GenericResource TryGet(string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task TryGetAsync(string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } - } - public partial class GenericResourceData : Azure.ResourceManager.Resources.Models.TrackedResource - { - public GenericResourceData() { } - public Azure.ResourceManager.Resources.Models.ResourceIdentity Identity { get { throw null; } set { } } - public string Kind { get { throw null; } set { } } - public string ManagedBy { get { throw null; } set { } } - public Azure.ResourceManager.Resources.Models.Plan Plan { get { throw null; } set { } } - public object Properties { get { throw null; } set { } } - public Azure.ResourceManager.Resources.Models.Sku Sku { get { throw null; } set { } } - } - public partial class GenericResourceExpanded : Azure.ResourceManager.Resources.GenericResourceOperations - { - protected GenericResourceExpanded() { } - public virtual Azure.ResourceManager.Resources.GenericResourceExpandedData Data { get { throw null; } } - } - public partial class GenericResourceExpandedData : Azure.ResourceManager.Resources.GenericResourceData - { - public GenericResourceExpandedData() { } - public System.DateTimeOffset? ChangedTime { get { throw null; } } - public System.DateTimeOffset? CreatedTime { get { throw null; } } - public string ProvisioningState { get { throw null; } } - } - public partial class GenericResourceOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - protected GenericResourceOperations() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.ResourcesDeleteByIdOperation StartDelete(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartDeleteAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.ResourcesUpdateByIdOperation StartUpdate(Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartUpdateAsync(Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Resources.GenericResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } - } - public partial class PredefinedTag : Azure.ResourceManager.Resources.PredefinedTagOperations - { - protected PredefinedTag() { } - public virtual Azure.ResourceManager.Resources.PredefinedTagData Data { get { throw null; } } - } - public partial class PredefinedTagContainer : Azure.ResourceManager.Core.ContainerBase - { - protected PredefinedTagContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CreateOrUpdate(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Resources.Models.PredefinedTagCreateOrUpdateOperation StartCreateOrUpdate(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartCreateOrUpdateAsync(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class PredefinedTagData : Azure.ResourceManager.Resources.Models.SubResource - { - internal PredefinedTagData() { } - public Azure.ResourceManager.Resources.Models.PredefinedTagCount Count { get { throw null; } } - public string TagName { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Values { get { throw null; } } - } - public partial class PredefinedTagOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected PredefinedTagOperations() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CreateOrUpdateValue(string tagName, string tagValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateValueAsync(string tagName, string tagValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response DeleteValue(string tagName, string tagValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteValueAsync(string tagName, string tagValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.PredefinedTagDeleteOperation StartDelete(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartDeleteAsync(string tagName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } - } - public partial class Provider : Azure.ResourceManager.Resources.ProviderOperations - { - protected Provider() { } - public virtual Azure.ResourceManager.Resources.ProviderData Data { get { throw null; } } - } - public partial class ProviderContainer : Azure.ResourceManager.Core.ResourceContainerBase - { - protected ProviderContainer() { } - public new Azure.ResourceManager.SubscriptionResourceIdentifier Id { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response Get(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ProviderData : Azure.ResourceManager.Resources.Models.SubResource - { - internal ProviderData() { } - public string Namespace { get { throw null; } } - public string RegistrationPolicy { get { throw null; } } - public string RegistrationState { get { throw null; } } - public System.Collections.Generic.IReadOnlyList ResourceTypes { get { throw null; } } - } - public partial class ProviderOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected ProviderOperations() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public override Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.FeatureContainer GetFeatures() { throw null; } - public virtual Azure.Response Register(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RegisterAsync(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Unregister(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UnregisterAsync(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourceGroup : Azure.ResourceManager.Resources.ResourceGroupOperations - { - protected ResourceGroup() { } - public virtual Azure.ResourceManager.Resources.ResourceGroupData Data { get { throw null; } } - } - public partial class ResourceGroupBuilder - { - public ResourceGroupBuilder(Azure.ResourceManager.Resources.ResourceGroupContainer container, Azure.ResourceManager.Resources.ResourceGroupData resource) { } - protected Azure.ResourceManager.Resources.ResourceGroupContainer Container { get { throw null; } } - protected Azure.ResourceManager.Resources.ResourceGroupData Resource { get { throw null; } } - protected string ResourceName { get { throw null; } } - public Azure.ResourceManager.Resources.ResourceGroupData Build() { throw null; } - public Azure.Response CreateOrUpdate(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public System.Threading.Tasks.Task> CreateOrUpdateAsync(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - protected virtual bool IsValid(out string message) { throw null; } - protected virtual void OnAfterBuild() { } - protected virtual void OnBeforeBuild() { } - public Azure.Operation StartCreateOrUpdate(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public System.Threading.Tasks.Task> StartCreateOrUpdateAsync(string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourceGroupContainer : Azure.ResourceManager.Core.ResourceContainerBase - { - protected ResourceGroupContainer() { } - protected new Azure.ResourceManager.Resources.SubscriptionOperations Parent { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual bool CheckIfExists(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CheckIfExistsAsync(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Resources.ResourceGroupBuilder Construct(Azure.ResourceManager.Resources.Models.Location location, System.Collections.Generic.IDictionary tags = null, string managedBy = null) { throw null; } - public Azure.Response CreateOrUpdate(string name, Azure.ResourceManager.Resources.ResourceGroupData resourceDetails, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string name, Azure.ResourceManager.Resources.ResourceGroupData resourceDetails, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.Response Get(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string filter = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string filter = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Resources.Models.ResourceGroupCreateOrUpdateOperation StartCreateOrUpdate(string name, Azure.ResourceManager.Resources.ResourceGroupData resourceDetails, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartCreateOrUpdateAsync(string name, Azure.ResourceManager.Resources.ResourceGroupData resourceDetails, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.ResourceGroup TryGet(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task TryGetAsync(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourceGroupData : Azure.ResourceManager.Resources.Models.TrackedResource - { - public ResourceGroupData(string location) { } - public string ManagedBy { get { throw null; } set { } } - public Azure.ResourceManager.Resources.Models.ResourceGroupProperties Properties { get { throw null; } set { } } - } - public partial class ResourceGroupOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected ResourceGroupOperations() { } - protected ResourceGroupOperations(Azure.ResourceManager.Core.ResourceOperationsBase options, Azure.ResourceManager.ResourceGroupResourceIdentifier id) { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateResourceAsync(string name, TResource model, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) where TContainer : Azure.ResourceManager.Core.ResourceContainerBase where TIdentifier : Azure.ResourceManager.SubscriptionResourceIdentifier where TOperations : Azure.ResourceManager.Core.ResourceOperationsBase where TResource : Azure.ResourceManager.Resources.Models.TrackedResource { throw null; } - public virtual Azure.Response CreateResource(string name, TResource model) where TContainer : Azure.ResourceManager.Core.ResourceContainerBase where TOperations : Azure.ResourceManager.Core.ResourceOperationsBase where TIdentifier : Azure.ResourceManager.SubscriptionResourceIdentifier where TResource : Azure.ResourceManager.Resources.Models.TrackedResource { throw null; } - public virtual Azure.Response Delete(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Collections.Generic.IEnumerable ListAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response MoveResources(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task MoveResourcesAsync(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.ResourceGroupDeleteOperation StartDelete(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartDeleteAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.ResourceGroupsExportTemplateOperation StartExportTemplate(Azure.ResourceManager.Resources.Models.ExportTemplateRequest parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartExportTemplateAsync(Azure.ResourceManager.Resources.Models.ExportTemplateRequest parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.ResourcesMoveResourcesOperation StartMoveResources(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartMoveResourcesAsync(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.ResourcesValidateMoveResourcesOperation StartValidateMoveResources(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartValidateMoveResourcesAsync(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(Azure.ResourceManager.Resources.Models.ResourceGroupPatchable parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Resources.Models.ResourceGroupPatchable parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public virtual T UseClientContext(System.Func func) { throw null; } - public virtual Azure.Response ValidateMoveResources(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task ValidateMoveResourcesAsync(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class RestApiContainer : Azure.ResourceManager.Core.ContainerBase - { - protected RestApiContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class Subscription : Azure.ResourceManager.Resources.SubscriptionOperations - { - protected Subscription() { } - public virtual Azure.ResourceManager.Resources.SubscriptionData Data { get { throw null; } } - } - public partial class SubscriptionContainer : Azure.ResourceManager.Core.ResourceContainerBase - { - protected SubscriptionContainer() { } - protected new Azure.ResourceManager.Resources.TenantOperations Parent { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual bool CheckIfExists(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CheckIfExistsAsync(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.Response Get(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Subscription TryGet(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task TryGetAsync(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class SubscriptionData : Azure.ResourceManager.Resources.Models.TrackedResource - { - internal SubscriptionData() { } - public string AuthorizationSource { get { throw null; } } - public string DisplayName { get { throw null; } } - public System.Collections.Generic.IReadOnlyList ManagedByTenants { get { throw null; } } - public override string Name { get { throw null; } } - public Azure.ResourceManager.Resources.Models.SubscriptionState? State { get { throw null; } } - public string SubscriptionGuid { get { throw null; } } - public Azure.ResourceManager.Resources.Models.SubscriptionPolicies SubscriptionPolicies { get { throw null; } } - public string TenantId { get { throw null; } } - } - public partial class SubscriptionOperations : Azure.ResourceManager.Core.ResourceOperationsBase - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected SubscriptionOperations() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public override Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.GenericResourceContainer GetGenericResources() { throw null; } - public virtual Azure.ResourceManager.Resources.PredefinedTagOperations GetPreDefinedTagOperations() { throw null; } - public virtual Azure.ResourceManager.Resources.PredefinedTagContainer GetPredefinedTags() { throw null; } - public virtual Azure.ResourceManager.Resources.ProviderContainer GetProviders() { throw null; } - public virtual Azure.ResourceManager.Resources.ResourceGroupContainer GetResourceGroups() { throw null; } - public virtual Azure.Pageable ListFeatures(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListFeaturesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable ListLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public virtual T UseClientContext(System.Func func) { throw null; } - } - public partial class TagResource : Azure.ResourceManager.Resources.TagResourceOperations - { - internal TagResource() { } - public Azure.ResourceManager.Resources.TagResourceData Data { get { throw null; } } - } - public partial class TagResourceContainer : Azure.ResourceManager.Core.ContainerBase - { - protected TagResourceContainer() { } - public new Azure.ResourceManager.ResourceIdentifier Id { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CreateOrUpdate(Azure.ResourceManager.Resources.TagResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.ResourceManager.Resources.TagResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.TagCreateOrUpdateOperation StartCreateOrUpdate(Azure.ResourceManager.Resources.TagResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartCreateOrUpdateAsync(Azure.ResourceManager.Resources.TagResourceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class TagResourceData : Azure.ResourceManager.Resources.Models.Resource - { - public TagResourceData(Azure.ResourceManager.Resources.Models.Tag properties) { } - public Azure.ResourceManager.Resources.Models.Tag Properties { get { throw null; } set { } } - } - public partial class TagResourceOperations : Azure.ResourceManager.Core.OperationsBase - { - protected TagResourceOperations() { } - public new Azure.ResourceManager.ResourceIdentifier Id { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response Delete(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response StartDelete(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartDeleteAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.Models.TagCreateOrUpdateOperation StartUpdate(Azure.ResourceManager.Resources.Models.TagPatchResource parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartUpdateAsync(Azure.ResourceManager.Resources.Models.TagPatchResource parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(Azure.ResourceManager.Resources.Models.TagPatchResource parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Resources.Models.TagPatchResource parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class Tenant : Azure.ResourceManager.Resources.TenantOperations - { - protected Tenant() { } - public virtual Azure.ResourceManager.Resources.TenantData Data { get { throw null; } } - } - public partial class TenantContainer : Azure.ResourceManager.Core.ContainerBase - { - protected TenantContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class TenantData - { - internal TenantData() { } - public string Country { get { throw null; } } - public string CountryCode { get { throw null; } } - public string DisplayName { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Domains { get { throw null; } } - public string Id { get { throw null; } } - public Azure.ResourceManager.Resources.Models.TenantCategory? TenantCategory { get { throw null; } } - public string TenantId { get { throw null; } } - } - public partial class TenantOperations : Azure.ResourceManager.Core.OperationsBase - { - public static readonly Azure.ResourceManager.ResourceType ResourceType; - protected TenantOperations() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.ResourceManager.Management.ManagementGroupContainer GetManagementGroups() { throw null; } - public virtual Azure.Response GetProvider(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetProviderAsync(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.SubscriptionContainer GetSubscriptions() { throw null; } - public virtual Azure.Pageable ListProviders(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListProvidersAsync(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public virtual T UseClientContext(System.Func func) { throw null; } - } -} -namespace Azure.ResourceManager.Resources.Models -{ - public partial class Alias - { - internal Alias() { } - public string DefaultPath { get { throw null; } } - public Azure.ResourceManager.Resources.Models.AliasPattern DefaultPattern { get { throw null; } } - public string Name { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Paths { get { throw null; } } - public Azure.ResourceManager.Resources.Models.AliasType? Type { get { throw null; } } - } - public partial class AliasPath - { - internal AliasPath() { } - public System.Collections.Generic.IReadOnlyList ApiVersions { get { throw null; } } - public string Path { get { throw null; } } - public Azure.ResourceManager.Resources.Models.AliasPattern Pattern { get { throw null; } } - } - public partial class AliasPattern - { - internal AliasPattern() { } - public string Phrase { get { throw null; } } - public Azure.ResourceManager.Resources.Models.AliasPatternType? Type { get { throw null; } } - public string Variable { get { throw null; } } - } - public enum AliasPatternType - { - NotSpecified = 0, - Extract = 1, - } - public enum AliasType - { - NotSpecified = 0, - PlainText = 1, - Mask = 2, - } - public partial class ErrorAdditionalInfo - { - internal ErrorAdditionalInfo() { } - public object Info { get { throw null; } } - public string Type { get { throw null; } } - } - public partial class ErrorResponse - { - internal ErrorResponse() { } - public System.Collections.Generic.IReadOnlyList AdditionalInfo { get { throw null; } } - public string Code { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Details { get { throw null; } } - public string Message { get { throw null; } } - public string Target { get { throw null; } } - } - public partial class ExportTemplateRequest - { - public ExportTemplateRequest() { } - public string Options { get { throw null; } set { } } - public System.Collections.Generic.IList Resources { get { throw null; } } - } - public partial class FeatureProperties - { - internal FeatureProperties() { } - public string State { get { throw null; } } - } - public partial class Location : System.IComparable, System.IEquatable - { - public static readonly Azure.ResourceManager.Resources.Models.Location AustraliaCentral; - public static readonly Azure.ResourceManager.Resources.Models.Location AustraliaCentral2; - public static readonly Azure.ResourceManager.Resources.Models.Location AustraliaEast; - public static readonly Azure.ResourceManager.Resources.Models.Location AustraliaSoutheast; - public static readonly Azure.ResourceManager.Resources.Models.Location BrazilSouth; - public static readonly Azure.ResourceManager.Resources.Models.Location BrazilSoutheast; - public static readonly Azure.ResourceManager.Resources.Models.Location CanadaCentral; - public static readonly Azure.ResourceManager.Resources.Models.Location CanadaEast; - public static readonly Azure.ResourceManager.Resources.Models.Location CentralIndia; - public static readonly Azure.ResourceManager.Resources.Models.Location CentralUS; - public static readonly Azure.ResourceManager.Resources.Models.Location EastAsia; - public static readonly Azure.ResourceManager.Resources.Models.Location EastUS; - public static readonly Azure.ResourceManager.Resources.Models.Location EastUS2; - public static readonly Azure.ResourceManager.Resources.Models.Location FranceCentral; - public static readonly Azure.ResourceManager.Resources.Models.Location FranceSouth; - public static readonly Azure.ResourceManager.Resources.Models.Location GermanyNorth; - public static readonly Azure.ResourceManager.Resources.Models.Location GermanyWestCentral; - public static readonly Azure.ResourceManager.Resources.Models.Location JapanEast; - public static readonly Azure.ResourceManager.Resources.Models.Location JapanWest; - public static readonly Azure.ResourceManager.Resources.Models.Location KoreaCentral; - public static readonly Azure.ResourceManager.Resources.Models.Location KoreaSouth; - public static readonly Azure.ResourceManager.Resources.Models.Location NorthCentralUS; - public static readonly Azure.ResourceManager.Resources.Models.Location NorthEurope; - public static readonly Azure.ResourceManager.Resources.Models.Location NorwayWest; - public static readonly Azure.ResourceManager.Resources.Models.Location SouthAfricaNorth; - public static readonly Azure.ResourceManager.Resources.Models.Location SouthAfricaWest; - public static readonly Azure.ResourceManager.Resources.Models.Location SouthCentralUS; - public static readonly Azure.ResourceManager.Resources.Models.Location SoutheastAsia; - public static readonly Azure.ResourceManager.Resources.Models.Location SouthIndia; - public static readonly Azure.ResourceManager.Resources.Models.Location SwitzerlandNorth; - public static readonly Azure.ResourceManager.Resources.Models.Location SwitzerlandWest; - public static readonly Azure.ResourceManager.Resources.Models.Location UAECentral; - public static readonly Azure.ResourceManager.Resources.Models.Location UAENorth; - public static readonly Azure.ResourceManager.Resources.Models.Location UKSouth; - public static readonly Azure.ResourceManager.Resources.Models.Location UKWest; - public static readonly Azure.ResourceManager.Resources.Models.Location WestCentralUS; - public static readonly Azure.ResourceManager.Resources.Models.Location WestEurope; - public static readonly Azure.ResourceManager.Resources.Models.Location WestIndia; - public static readonly Azure.ResourceManager.Resources.Models.Location WestUS; - public static readonly Azure.ResourceManager.Resources.Models.Location WestUS2; - protected Location() { } - public string CanonicalName { get { throw null; } } - public static ref readonly Azure.ResourceManager.Resources.Models.Location Default { get { throw null; } } - public string DisplayName { get { throw null; } } - public string Name { get { throw null; } } - public string RegionalDisplayName { get { throw null; } } - public int CompareTo(Azure.ResourceManager.Resources.Models.Location other) { throw null; } - public bool Equals(Azure.ResourceManager.Resources.Models.Location other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Resources.Models.Location left, Azure.ResourceManager.Resources.Models.Location right) { throw null; } - public static bool operator >(Azure.ResourceManager.Resources.Models.Location left, Azure.ResourceManager.Resources.Models.Location right) { throw null; } - public static bool operator >=(Azure.ResourceManager.Resources.Models.Location left, Azure.ResourceManager.Resources.Models.Location right) { throw null; } - public static implicit operator string (Azure.ResourceManager.Resources.Models.Location other) { throw null; } - public static implicit operator Azure.ResourceManager.Resources.Models.Location (string other) { throw null; } - public static bool operator !=(Azure.ResourceManager.Resources.Models.Location left, Azure.ResourceManager.Resources.Models.Location right) { throw null; } - public static bool operator <(Azure.ResourceManager.Resources.Models.Location left, Azure.ResourceManager.Resources.Models.Location right) { throw null; } - public static bool operator <=(Azure.ResourceManager.Resources.Models.Location left, Azure.ResourceManager.Resources.Models.Location right) { throw null; } - public override string ToString() { throw null; } - } - public partial class LocationExpanded : Azure.ResourceManager.Resources.Models.Location - { - protected LocationExpanded() { } - public string Id { get { throw null; } } - public Azure.ResourceManager.Resources.Models.LocationMetadata Metadata { get { throw null; } } - public string SubscriptionId { get { throw null; } } - } - public partial class LocationMetadata - { - internal LocationMetadata() { } - public string GeographyGroup { get { throw null; } } - public string Latitude { get { throw null; } } - public string Longitude { get { throw null; } } - public System.Collections.Generic.IReadOnlyList PairedRegion { get { throw null; } } - public string PhysicalLocation { get { throw null; } } - public Azure.ResourceManager.Resources.Models.RegionCategory? RegionCategory { get { throw null; } } - public Azure.ResourceManager.Resources.Models.RegionType? RegionType { get { throw null; } } - } - public partial class ManagedByTenant - { - internal ManagedByTenant() { } - public string TenantId { get { throw null; } } - } - public partial class PairedRegion - { - internal PairedRegion() { } - public string Id { get { throw null; } } - public string Name { get { throw null; } } - public string SubscriptionId { get { throw null; } } - } - public sealed partial class Plan : System.IComparable, System.IEquatable - { - public Plan() { } - public string Name { get { throw null; } set { } } - public string Product { get { throw null; } set { } } - public string PromotionCode { get { throw null; } set { } } - public string Publisher { get { throw null; } set { } } - public string Version { get { throw null; } set { } } - public int CompareTo(Azure.ResourceManager.Resources.Models.Plan other) { throw null; } - public bool Equals(Azure.ResourceManager.Resources.Models.Plan other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Resources.Models.Plan left, Azure.ResourceManager.Resources.Models.Plan right) { throw null; } - public static bool operator >(Azure.ResourceManager.Resources.Models.Plan left, Azure.ResourceManager.Resources.Models.Plan right) { throw null; } - public static bool operator >=(Azure.ResourceManager.Resources.Models.Plan left, Azure.ResourceManager.Resources.Models.Plan right) { throw null; } - public static bool operator !=(Azure.ResourceManager.Resources.Models.Plan left, Azure.ResourceManager.Resources.Models.Plan right) { throw null; } - public static bool operator <(Azure.ResourceManager.Resources.Models.Plan left, Azure.ResourceManager.Resources.Models.Plan right) { throw null; } - public static bool operator <=(Azure.ResourceManager.Resources.Models.Plan left, Azure.ResourceManager.Resources.Models.Plan right) { throw null; } - } - public partial class PredefinedTagCount - { - internal PredefinedTagCount() { } - public string Type { get { throw null; } } - public int? Value { get { throw null; } } - } - public partial class PredefinedTagCreateOrUpdateOperation : Azure.Operation - { - protected PredefinedTagCreateOrUpdateOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Resources.PredefinedTag Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class PredefinedTagDeleteOperation : Azure.Operation - { - protected PredefinedTagDeleteOperation() { } - public override bool HasCompleted { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class PredefinedTagValue - { - internal PredefinedTagValue() { } - public Azure.ResourceManager.Resources.Models.PredefinedTagCount Count { get { throw null; } } - public string Id { get { throw null; } } - public string TagValueValue { get { throw null; } } - } - public partial class ProviderInfo - { - internal ProviderInfo() { } - public string Namespace { get { throw null; } } - public System.Collections.Generic.IReadOnlyList ResourceTypes { get { throw null; } } - } - public partial class ProviderResourceType - { - internal ProviderResourceType() { } - public System.Collections.Generic.IReadOnlyList Aliases { get { throw null; } } - public System.Collections.Generic.IReadOnlyList ApiVersions { get { throw null; } } - public string Capabilities { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Locations { get { throw null; } } - public System.Collections.Generic.IReadOnlyDictionary Properties { get { throw null; } } - public string ResourceType { get { throw null; } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct RegionCategory : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public RegionCategory(string value) { throw null; } - public static Azure.ResourceManager.Resources.Models.RegionCategory Other { get { throw null; } } - public static Azure.ResourceManager.Resources.Models.RegionCategory Recommended { get { throw null; } } - public bool Equals(Azure.ResourceManager.Resources.Models.RegionCategory other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Resources.Models.RegionCategory left, Azure.ResourceManager.Resources.Models.RegionCategory right) { throw null; } - public static implicit operator Azure.ResourceManager.Resources.Models.RegionCategory (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.Resources.Models.RegionCategory left, Azure.ResourceManager.Resources.Models.RegionCategory right) { throw null; } - public override string ToString() { throw null; } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct RegionType : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public RegionType(string value) { throw null; } - public static Azure.ResourceManager.Resources.Models.RegionType Logical { get { throw null; } } - public static Azure.ResourceManager.Resources.Models.RegionType Physical { get { throw null; } } - public bool Equals(Azure.ResourceManager.Resources.Models.RegionType other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Resources.Models.RegionType left, Azure.ResourceManager.Resources.Models.RegionType right) { throw null; } - public static implicit operator Azure.ResourceManager.Resources.Models.RegionType (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.Resources.Models.RegionType left, Azure.ResourceManager.Resources.Models.RegionType right) { throw null; } - public override string ToString() { throw null; } - } - public partial class ResourceGroupCreateOrUpdateOperation : Azure.Operation - { - protected ResourceGroupCreateOrUpdateOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Resources.ResourceGroup Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourceGroupDeleteOperation : Azure.Operation - { - protected ResourceGroupDeleteOperation() { } - public override bool HasCompleted { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourceGroupExportResult - { - internal ResourceGroupExportResult() { } - public Azure.ResourceManager.Resources.Models.ErrorResponse Error { get { throw null; } } - public object Template { get { throw null; } } - } - public partial class ResourceGroupPatchable - { - public ResourceGroupPatchable() { } - public string ManagedBy { get { throw null; } set { } } - public string Name { get { throw null; } set { } } - public Azure.ResourceManager.Resources.Models.ResourceGroupProperties Properties { get { throw null; } set { } } - public System.Collections.Generic.IDictionary Tags { get { throw null; } } - } - public partial class ResourceGroupProperties - { - public ResourceGroupProperties() { } - public string ProvisioningState { get { throw null; } } - } - public partial class ResourceGroupsExportTemplateOperation : Azure.Operation - { - protected ResourceGroupsExportTemplateOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Resources.Models.ResourceGroupExportResult Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - [Azure.ResourceManager.Core.PropertyReferenceTypeAttribute(new System.Type[]{ typeof(Azure.ResourceManager.Resources.Models.ResourceIdentityType)})] - public partial class ResourceIdentity : System.IEquatable - { - [Azure.ResourceManager.Core.InitializationConstructorAttribute] - public ResourceIdentity() { } - public ResourceIdentity(System.Collections.Generic.Dictionary user, bool useSystemAssigned) { } - public Azure.ResourceManager.Resources.Models.SystemAssignedIdentity SystemAssignedIdentity { get { throw null; } } - public System.Collections.Generic.IDictionary UserAssignedIdentities { get { throw null; } } - public bool Equals(Azure.ResourceManager.Resources.Models.ResourceIdentity other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - } - public enum ResourceIdentityType - { - SystemAssigned = 0, - None = 1, - UserAssigned = 2, - SystemAssignedUserAssigned = 3, - } - public partial class ResourcesCreateOrUpdateByIdOperation : Azure.Operation - { - protected ResourcesCreateOrUpdateByIdOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Resources.GenericResource Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourcesDeleteByIdOperation : Azure.Operation - { - protected ResourcesDeleteByIdOperation() { } - public override bool HasCompleted { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourcesDeleteOperation : Azure.Operation - { - protected ResourcesDeleteOperation() { } - public override bool HasCompleted { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourcesMoveInfo - { - public ResourcesMoveInfo() { } - public System.Collections.Generic.IList Resources { get { throw null; } } - public string TargetResourceGroup { get { throw null; } set { } } - } - public partial class ResourcesMoveResourcesOperation : Azure.Operation - { - protected ResourcesMoveResourcesOperation() { } - public override bool HasCompleted { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourcesUpdateByIdOperation : Azure.Operation - { - protected ResourcesUpdateByIdOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Resources.GenericResource Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ResourcesValidateMoveResourcesOperation : Azure.Operation - { - protected ResourcesValidateMoveResourcesOperation() { } - public override bool HasCompleted { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - [Azure.ResourceManager.Core.ReferenceTypeAttribute(typeof(Azure.ResourceManager.TenantResourceIdentifier))] - public abstract partial class Resource where TIdentifier : Azure.ResourceManager.TenantResourceIdentifier - { - [Azure.ResourceManager.Core.InitializationConstructorAttribute] - protected Resource() { } - [Azure.ResourceManager.Core.SerializationConstructorAttribute] - protected internal Resource(TIdentifier id, string name, Azure.ResourceManager.ResourceType type) { } - public virtual TIdentifier Id { get { throw null; } } - public virtual string Name { get { throw null; } } - public virtual Azure.ResourceManager.ResourceType Type { get { throw null; } } - } - public partial class RestApi - { - internal RestApi() { } - public string Description { get { throw null; } } - public string Name { get { throw null; } } - public string Operation { get { throw null; } } - public string Origin { get { throw null; } } - public string Provider { get { throw null; } } - public string Resource { get { throw null; } } - } - public sealed partial class Sku : System.IComparable, System.IEquatable - { - public Sku() { } - public long? Capacity { get { throw null; } set { } } - public string Family { get { throw null; } set { } } - public string Model { get { throw null; } set { } } - public string Name { get { throw null; } set { } } - public string Size { get { throw null; } set { } } - public string Tier { get { throw null; } set { } } - public int CompareTo(Azure.ResourceManager.Resources.Models.Sku other) { throw null; } - public bool Equals(Azure.ResourceManager.Resources.Models.Sku other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Resources.Models.Sku left, Azure.ResourceManager.Resources.Models.Sku right) { throw null; } - public static bool operator >(Azure.ResourceManager.Resources.Models.Sku left, Azure.ResourceManager.Resources.Models.Sku right) { throw null; } - public static bool operator >=(Azure.ResourceManager.Resources.Models.Sku left, Azure.ResourceManager.Resources.Models.Sku right) { throw null; } - public static bool operator !=(Azure.ResourceManager.Resources.Models.Sku left, Azure.ResourceManager.Resources.Models.Sku right) { throw null; } - public static bool operator <(Azure.ResourceManager.Resources.Models.Sku left, Azure.ResourceManager.Resources.Models.Sku right) { throw null; } - public static bool operator <=(Azure.ResourceManager.Resources.Models.Sku left, Azure.ResourceManager.Resources.Models.Sku right) { throw null; } - } - public enum SpendingLimit - { - On = 0, - Off = 1, - CurrentPeriodOff = 2, - } - [Azure.ResourceManager.Core.ReferenceTypeAttribute] - public partial class SubResource : Azure.ResourceManager.Resources.Models.SubResource - { - [Azure.ResourceManager.Core.InitializationConstructorAttribute] - protected SubResource() { } - [Azure.ResourceManager.Core.SerializationConstructorAttribute] - protected internal SubResource(string id) { } - } - [Azure.ResourceManager.Core.ReferenceTypeAttribute(typeof(Azure.ResourceManager.ResourceIdentifier))] - public partial class SubResource where TIdentifier : Azure.ResourceManager.ResourceIdentifier - { - [Azure.ResourceManager.Core.InitializationConstructorAttribute] - protected SubResource() { } - [Azure.ResourceManager.Core.SerializationConstructorAttribute] - protected internal SubResource(string id) { } - public virtual TIdentifier Id { get { throw null; } } - } - public partial class SubscriptionPolicies - { - internal SubscriptionPolicies() { } - public string LocationPlacementId { get { throw null; } } - public string QuotaId { get { throw null; } } - public Azure.ResourceManager.Resources.Models.SpendingLimit? SpendingLimit { get { throw null; } } - } - public enum SubscriptionState - { - Enabled = 0, - Warned = 1, - PastDue = 2, - Disabled = 3, - Deleted = 4, - } - public sealed partial class SystemAssignedIdentity : System.IEquatable - { - public SystemAssignedIdentity() { } - public SystemAssignedIdentity(System.Guid tenantId, System.Guid principalId) { } - public System.Guid? PrincipalId { get { throw null; } } - public System.Guid? TenantId { get { throw null; } } - public int CompareTo(Azure.ResourceManager.Resources.Models.SystemAssignedIdentity other) { throw null; } - public bool Equals(Azure.ResourceManager.Resources.Models.SystemAssignedIdentity other) { throw null; } - public static bool Equals(Azure.ResourceManager.Resources.Models.SystemAssignedIdentity original, Azure.ResourceManager.Resources.Models.SystemAssignedIdentity other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - } - public partial class Tag : Azure.ResourceManager.Resources.Models.Resource - { - public Tag() { } - public System.Collections.Generic.IDictionary TagsValue { get { throw null; } } - } - public partial class TagCreateOrUpdateOperation : Azure.Operation - { - protected TagCreateOrUpdateOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Resources.TagResource Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class TagPatchResource - { - public TagPatchResource() { } - public Azure.ResourceManager.Resources.Models.TagPatchResourceOperation? Operation { get { throw null; } set { } } - public Azure.ResourceManager.Resources.Models.Tag Properties { get { throw null; } set { } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct TagPatchResourceOperation : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public TagPatchResourceOperation(string value) { throw null; } - public static Azure.ResourceManager.Resources.Models.TagPatchResourceOperation Delete { get { throw null; } } - public static Azure.ResourceManager.Resources.Models.TagPatchResourceOperation Merge { get { throw null; } } - public static Azure.ResourceManager.Resources.Models.TagPatchResourceOperation Replace { get { throw null; } } - public bool Equals(Azure.ResourceManager.Resources.Models.TagPatchResourceOperation other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.Resources.Models.TagPatchResourceOperation left, Azure.ResourceManager.Resources.Models.TagPatchResourceOperation right) { throw null; } - public static implicit operator Azure.ResourceManager.Resources.Models.TagPatchResourceOperation (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.Resources.Models.TagPatchResourceOperation left, Azure.ResourceManager.Resources.Models.TagPatchResourceOperation right) { throw null; } - public override string ToString() { throw null; } - } - public enum TenantCategory - { - Home = 0, - ProjectedBy = 1, - ManagedBy = 2, - } - [Azure.ResourceManager.Core.ReferenceTypeAttribute(typeof(Azure.ResourceManager.TenantResourceIdentifier))] - public abstract partial class TrackedResource : Azure.ResourceManager.Resources.Models.Resource where TIdentifier : Azure.ResourceManager.TenantResourceIdentifier - { - protected TrackedResource() { } - [Azure.ResourceManager.Core.InitializationConstructorAttribute] - protected TrackedResource(Azure.ResourceManager.Resources.Models.Location location) { } - [Azure.ResourceManager.Core.SerializationConstructorAttribute] - protected internal TrackedResource(TIdentifier id, string name, Azure.ResourceManager.ResourceType type, Azure.ResourceManager.Resources.Models.Location location, System.Collections.Generic.IDictionary tags) { } - public virtual Azure.ResourceManager.Resources.Models.Location Location { get { throw null; } set { } } - public virtual System.Collections.Generic.IDictionary Tags { get { throw null; } } - } - public sealed partial class UserAssignedIdentity : System.IEquatable - { - public UserAssignedIdentity(System.Guid clientId, System.Guid principalId) { } - public System.Guid ClientId { get { throw null; } } - public System.Guid PrincipalId { get { throw null; } } - public int CompareTo(Azure.ResourceManager.Resources.Models.UserAssignedIdentity other) { throw null; } - public bool Equals(Azure.ResourceManager.Resources.Models.UserAssignedIdentity other) { throw null; } - public static bool Equals(Azure.ResourceManager.Resources.Models.UserAssignedIdentity original, Azure.ResourceManager.Resources.Models.UserAssignedIdentity other) { throw null; } - public override bool Equals(object obj) { throw null; } - public override int GetHashCode() { throw null; } - } - [Azure.ResourceManager.Core.ReferenceTypeAttribute] - public partial class WritableSubResource : Azure.ResourceManager.Resources.Models.WritableSubResource - { - [Azure.ResourceManager.Core.InitializationConstructorAttribute] - public WritableSubResource() { } - [Azure.ResourceManager.Core.SerializationConstructorAttribute] - protected internal WritableSubResource(string id) { } - } - [Azure.ResourceManager.Core.ReferenceTypeAttribute(typeof(Azure.ResourceManager.ResourceIdentifier))] - public partial class WritableSubResource where TIdentifier : Azure.ResourceManager.ResourceIdentifier - { - [Azure.ResourceManager.Core.InitializationConstructorAttribute] - public WritableSubResource() { } - [Azure.ResourceManager.Core.SerializationConstructorAttribute] - protected internal WritableSubResource(string id) { } - public virtual TIdentifier Id { get { throw null; } set { } } - } -} diff --git a/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs b/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs index caed71b18c5da..1b2160f4b340d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs @@ -18,8 +18,9 @@ public ArmClient(System.Uri baseUri, Azure.Core.TokenCredential credential, Azur protected virtual System.Uri BaseUri { get { throw null; } } protected virtual Azure.ResourceManager.ArmClientOptions ClientOptions { get { throw null; } } protected virtual Azure.Core.TokenCredential Credential { get { throw null; } } - public virtual Azure.ResourceManager.Resources.Subscription DefaultSubscription { get { throw null; } } protected virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } + public virtual Azure.ResourceManager.Resources.Subscription GetDefaultSubscription(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetDefaultSubscriptionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Resources.Feature GetFeature(Azure.ResourceManager.ResourceIdentifier id) { throw null; } public virtual Azure.ResourceManager.Resources.GenericResource GetGenericResource(Azure.ResourceManager.ResourceIdentifier id) { throw null; } public virtual System.Collections.Generic.IReadOnlyList GetGenericResources(params Azure.ResourceManager.ResourceIdentifier[] ids) { throw null; } @@ -27,18 +28,18 @@ public ArmClient(System.Uri baseUri, Azure.Core.TokenCredential credential, Azur public virtual System.Collections.Generic.IReadOnlyList GetGenericResources(System.Collections.Generic.IEnumerable ids) { throw null; } public virtual System.Collections.Generic.IReadOnlyList GetGenericResources(params string[] ids) { throw null; } public virtual Azure.ResourceManager.Management.ManagementGroup GetManagementGroup(Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public virtual Azure.ResourceManager.Management.ManagementGroupContainer GetManagementGroups() { throw null; } + public virtual Azure.ResourceManager.Management.ManagementGroupCollection GetManagementGroups() { throw null; } public virtual Azure.ResourceManager.Resources.PredefinedTag GetPreDefinedTag(Azure.ResourceManager.ResourceIdentifier id) { throw null; } public virtual Azure.ResourceManager.Resources.Provider GetProvider(Azure.ResourceManager.ResourceIdentifier id) { throw null; } public virtual Azure.ResourceManager.Resources.ResourceGroup GetResourceGroup(Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public virtual Azure.ResourceManager.Resources.RestApiContainer GetRestApis(string azureNamespace) { throw null; } + public virtual Azure.ResourceManager.Resources.RestApiCollection GetRestApis(string azureNamespace) { throw null; } public virtual Azure.ResourceManager.Resources.Subscription GetSubscription(Azure.ResourceManager.ResourceIdentifier id) { throw null; } - public virtual Azure.ResourceManager.Resources.SubscriptionContainer GetSubscriptions() { throw null; } + public virtual Azure.ResourceManager.Resources.SubscriptionCollection GetSubscriptions() { throw null; } public virtual Azure.Response GetTenantProvider(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetTenantProviderAsync(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetTenantProviders(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetTenantProvidersAsync(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.TenantContainer GetTenants() { throw null; } + public virtual Azure.ResourceManager.Resources.TenantCollection GetTenants() { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public virtual T UseClientContext(System.Func func) { throw null; } } @@ -172,11 +173,11 @@ public static partial class SubscriptionExtensions } namespace Azure.ResourceManager.Core { - public abstract partial class ArmContainer : Azure.ResourceManager.Core.ArmResource + public abstract partial class ArmCollection : Azure.ResourceManager.Core.ArmResource { - protected ArmContainer() { } - protected ArmContainer(Azure.ResourceManager.ArmClientOptions options, Azure.Core.TokenCredential credential, System.Uri baseUri, Azure.Core.Pipeline.HttpPipeline pipeline) { } - protected ArmContainer(Azure.ResourceManager.Core.ArmResource parent) { } + protected ArmCollection() { } + protected ArmCollection(Azure.ResourceManager.ArmClientOptions options, Azure.Core.TokenCredential credential, System.Uri baseUri, Azure.Core.Pipeline.HttpPipeline pipeline) { } + protected ArmCollection(Azure.ResourceManager.Core.ArmResource parent) { } protected Azure.ResourceManager.Core.ArmResource Parent { get { throw null; } } } public abstract partial class ArmResource @@ -189,7 +190,6 @@ protected ArmResource(Azure.ResourceManager.Core.ArmResource parentOperations, A protected internal virtual Azure.Core.TokenCredential Credential { get { throw null; } } public virtual Azure.ResourceManager.ResourceIdentifier Id { get { throw null; } } protected internal virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - protected internal Azure.ResourceManager.Resources.TagResourceContainer TagContainer { get { throw null; } } protected internal Azure.ResourceManager.Resources.TagResource TagResource { get { throw null; } } protected abstract Azure.ResourceManager.ResourceType ValidResourceType { get; } protected System.Collections.Generic.IEnumerable ListAvailableLocations(Azure.ResourceManager.ResourceType resourceType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -239,9 +239,9 @@ protected internal ManagementGroup(Azure.ResourceManager.Core.ArmResource option public virtual Azure.Response Update(Azure.ResourceManager.Management.Models.PatchManagementGroupOptions patchGroupOptions, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Management.Models.PatchManagementGroupOptions patchGroupOptions, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ManagementGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ManagementGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ManagementGroupContainer() { } + protected ManagementGroupCollection() { } protected new Azure.ResourceManager.Resources.Tenant Parent { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -256,6 +256,9 @@ protected ManagementGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string groupId, Azure.ResourceManager.Management.Models.ManagementGroupExpandType? expand = default(Azure.ResourceManager.Management.Models.ManagementGroupExpandType?), bool? recurse = default(bool?), string filter = null, string cacheControl = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ManagementGroupData : Azure.ResourceManager.Models.Resource { @@ -631,9 +634,9 @@ protected Feature() { } public virtual System.Threading.Tasks.Task> UnregisterAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } } - public partial class FeatureContainer : Azure.ResourceManager.Core.ArmContainer + public partial class FeatureCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected FeatureContainer() { } + protected FeatureCollection() { } protected new Azure.ResourceManager.Resources.Provider Parent { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -644,6 +647,9 @@ protected FeatureContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string featureName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class FeatureData : Azure.ResourceManager.Models.Resource { @@ -670,9 +676,9 @@ protected GenericResource() { } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Resources.GenericResourceData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } } - public partial class GenericResourceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class GenericResourceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected GenericResourceContainer() { } + protected GenericResourceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string resourceId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string resourceId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -686,6 +692,9 @@ protected GenericResourceContainer() { } public virtual Azure.AsyncPageable GetByResourceGroupAsync(string resourceGroupName, string filter = null, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string resourceId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string resourceId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } } public partial class GenericResourceData : Azure.ResourceManager.Models.TrackedResource @@ -716,14 +725,17 @@ protected PredefinedTag() { } public virtual System.Threading.Tasks.Task DeleteValueAsync(string tagName, string tagValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } } - public partial class PredefinedTagContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PredefinedTagCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PredefinedTagContainer() { } + protected PredefinedTagCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.ResourceManager.Resources.Models.PredefinedTagCreateOrUpdateOperation CreateOrUpdate(string tagName, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string tagName, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PredefinedTagData : Azure.ResourceManager.Resources.Models.SubResource { @@ -741,15 +753,15 @@ protected Provider() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.FeatureContainer GetFeatures() { throw null; } + public virtual Azure.ResourceManager.Resources.FeatureCollection GetFeatures() { throw null; } public virtual Azure.Response Register(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RegisterAsync(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Unregister(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UnregisterAsync(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ProviderContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ProviderCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ProviderContainer() { } + protected ProviderCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -759,6 +771,9 @@ protected ProviderContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ProviderData : Azure.ResourceManager.Resources.Models.SubResource { @@ -799,9 +814,9 @@ protected ResourceGroup() { } public virtual Azure.ResourceManager.Resources.Models.ResourceValidateMoveResourcesOperation ValidateMoveResources(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task ValidateMoveResourcesAsync(Azure.ResourceManager.Resources.Models.ResourcesMoveInfo parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ResourceGroupContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ResourceGroupCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ResourceGroupContainer() { } + protected ResourceGroupCollection() { } protected new Azure.ResourceManager.Resources.Subscription Parent { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -814,6 +829,9 @@ protected ResourceGroupContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ResourceGroupData : Azure.ResourceManager.Models.TrackedResource { @@ -821,12 +839,15 @@ public ResourceGroupData(string location) : base (default(Azure.ResourceManager. public string ManagedBy { get { throw null; } set { } } public Azure.ResourceManager.Resources.Models.ResourceGroupProperties Properties { get { throw null; } set { } } } - public partial class RestApiContainer : Azure.ResourceManager.Core.ArmContainer + public partial class RestApiCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected RestApiContainer() { } + protected RestApiCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class Subscription : Azure.ResourceManager.Core.ArmResource { @@ -839,18 +860,18 @@ protected Subscription() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetFeatures(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetFeaturesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.GenericResourceContainer GetGenericResources() { throw null; } + public virtual Azure.ResourceManager.Resources.GenericResourceCollection GetGenericResources() { throw null; } public virtual Azure.Pageable GetLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Resources.PredefinedTagContainer GetPredefinedTags() { throw null; } - public virtual Azure.ResourceManager.Resources.ProviderContainer GetProviders() { throw null; } - public virtual Azure.ResourceManager.Resources.ResourceGroupContainer GetResourceGroups() { throw null; } + public virtual Azure.ResourceManager.Resources.PredefinedTagCollection GetPredefinedTags() { throw null; } + public virtual Azure.ResourceManager.Resources.ProviderCollection GetProviders() { throw null; } + public virtual Azure.ResourceManager.Resources.ResourceGroupCollection GetResourceGroups() { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public virtual T UseClientContext(System.Func func) { throw null; } } - public partial class SubscriptionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class SubscriptionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected SubscriptionContainer() { } + protected SubscriptionCollection() { } protected new Azure.ResourceManager.Resources.Tenant Parent { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -861,6 +882,9 @@ protected SubscriptionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string subscriptionGuid, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class SubscriptionData : Azure.ResourceManager.Models.TrackedResource { @@ -879,6 +903,8 @@ protected TagResource() { } public virtual Azure.ResourceManager.Resources.TagResourceData Data { get { throw null; } } public bool HasData { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Resources.Models.TagCreateOrUpdateOperation CreateOrUpdate(Azure.ResourceManager.Resources.TagResourceData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Resources.TagResourceData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Resources.Models.TagDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -886,14 +912,6 @@ protected TagResource() { } public virtual Azure.ResourceManager.Resources.Models.TagCreateOrUpdateOperation Update(Azure.ResourceManager.Resources.Models.TagPatchResource parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task UpdateAsync(Azure.ResourceManager.Resources.Models.TagPatchResource parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TagResourceContainer : Azure.ResourceManager.Core.ArmContainer - { - protected TagResourceContainer() { } - public new Azure.ResourceManager.ResourceIdentifier Id { get { throw null; } } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.ResourceManager.Resources.Models.TagCreateOrUpdateOperation CreateOrUpdate(Azure.ResourceManager.Resources.TagResourceData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Resources.TagResourceData parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } public partial class TagResourceData : Azure.ResourceManager.Models.Resource { public TagResourceData(Azure.ResourceManager.Resources.Models.Tag properties) { } @@ -906,8 +924,8 @@ protected Tenant() { } public virtual Azure.ResourceManager.Resources.TenantData Data { get { throw null; } } public bool HasData { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.ResourceManager.Management.ManagementGroupContainer GetManagementGroups() { throw null; } - public virtual Azure.ResourceManager.Resources.SubscriptionContainer GetSubscriptions() { throw null; } + public virtual Azure.ResourceManager.Management.ManagementGroupCollection GetManagementGroups() { throw null; } + public virtual Azure.ResourceManager.Resources.SubscriptionCollection GetSubscriptions() { throw null; } public virtual Azure.Response GetTenantProvider(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetTenantProviderAsync(string resourceProviderNamespace, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetTenantProviders(int? top = default(int?), string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -915,12 +933,15 @@ protected Tenant() { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public virtual T UseClientContext(System.Func func) { throw null; } } - public partial class TenantContainer : Azure.ResourceManager.Core.ArmContainer + public partial class TenantCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected TenantContainer() { } + protected TenantCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class TenantData { diff --git a/sdk/resourcemanager/Azure.ResourceManager/docs/MigrationGuide.md b/sdk/resourcemanager/Azure.ResourceManager/docs/MigrationGuide.md index 7ce24634e61b0..794a1b8a7e0e7 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/docs/MigrationGuide.md +++ b/sdk/resourcemanager/Azure.ResourceManager/docs/MigrationGuide.md @@ -16,8 +16,9 @@ using Microsoft.Rest; using System; using System.Threading.Tasks; ``` -#### New (Azure.ResourceManager._ Preview) -```C# Snippet:Using_Statements +#### New (Azure.ResourceManager._ Beta) + +```C# using System; using System.Linq; using Azure.Identity; @@ -39,10 +40,11 @@ NetworkManagementClient networkClient = new NetworkManagementClient(credentials) ManagedServiceIdentityClient managedServiceIdentityClient = new ManagedServiceIdentityClient(credentials); ``` #### New -```C# Snippet:Construct_Client + +```C# ArmClient armClient = new ArmClient(new DefaultAzureCredential()); ``` -As you can see, authentication is now handled by Azure.Identity, and now just a single client is needed, from which you can get the `DefaultSubscription` and start managing your resources. +As you can see, authentication is now handled by Azure.Identity, and now just a single client is needed, from which you can get the default subscription and start managing your resources. ### Create a Resource Group #### Old @@ -61,18 +63,19 @@ resourcesClient.ResourceGroups.CreateOrUpdate( }); ``` #### New -```C# Snippet:Create_ResourceGroup -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + +```C# +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); Location location = Location.WestUS2; string rgName = "QuickStartRG"; ResourceGroupData rgData = new ResourceGroupData(location); -ResourceGroupCreateOrUpdateOperation rgCreateLro = await rgContainer.CreateOrUpdateAsync(rgName, rgData); +ResourceGroupCreateOrUpdateOperation rgCreateLro = await rgCollection.CreateOrUpdateAsync(rgName, rgData); ResourceGroup resourceGroup = rgCreateLro.Value; ``` -The main difference is that the previous libraries represent all operations as flat, while the new preview libraries respresents the hierarchy of resources. In that way, you can use a `subscriptionContainer` to manage the resources in a particular subscription. In this example, a `resourceGroupContainer` is used to manage the resources in a particular resource group. In the example above, a new resource group is created from a resourceGroupContainer. With that `ResourceGroup` you will be able to get the resource containers to manage all the resources that will be inside it, as it is shown in the next part of this guide. +The main difference is that the previous libraries represent all operations as flat, while the new preview libraries respresents the hierarchy of resources. In that way, you can use a `subscriptionCollection` to manage the resources in a particular subscription. In this example, a `resourceGroupCollection` is used to manage the resources in a particular resource group. In the example above, a new resource group is created from a resourceGroupCollection. With that `ResourceGroup` you will be able to get the resource collections to manage all the resources that will be inside it, as it is shown in the next part of this guide. The new preview SDK also provides some common classes to represent commonly-used constructs, like `Location`, and allows you to use them directly throughout the APIs, making it easier to discover how to properly configure resources. @@ -100,7 +103,8 @@ AvailabilitySet asCreateOrUpdateResponse = computeClient.AvailabilitySets.Create string aSetID = $"/subscriptions/{computeClient.SubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Compute/availabilitySets/{aSetName}"; ``` #### New -```C# Snippet:Create_AvailabilitySet + +```C# string vmName = "quickstartvm"; AvailabilitySetData aSetData = new AvailabilitySetData(location); AvailabilitySetCreateOrUpdateOperation asetCreateLro = await resourceGroup.GetAvailabilitySets().CreateOrUpdateAsync(vmName + "_aSet", aSetData); @@ -108,7 +112,7 @@ AvailabilitySet aset = asetCreateLro.Value; string asetId = aset.Id; ``` -Parameters can be specified via the `AvailabilitySetData` object, in here, the basic default only requires the location. The availability set is created using the AvailabilitySetsContainer returned from the `GetAvailabilitySets()` extension method instead of using another client. +Parameters can be specified via the `AvailabilitySetData` object, in here, the basic default only requires the location. The availability set is created using the AvailabilitySetsCollection returned from the `GetAvailabilitySets()` extension method instead of using another client. ### Create a Virtual Network and Subnet #### Old @@ -139,7 +143,8 @@ VirtualNetwork putVnetResponse = networkClient.VirtualNetworks.CreateOrUpdate(rg VirtualNetwork subnetResponse = networkClient.Subnets.Get(rgName, vnetName, subnetName); ``` #### New -```C# Snippet:Create_Vnet_and_Subnet + +```C# string vnetName = "MYVM" + "_vnet"; string subnetName = "mySubnet"; AddressSpace addressSpace = new AddressSpace(); @@ -161,7 +166,7 @@ VirtualNetworkCreateOrUpdateOperation vnetCreateLro = await resourceGroup.GetVir VirtualNetwork vnet = vnetCreateLro.Value; ``` -In both libraries, subnets are defined inside virtual networks, however, with the new SDK you can get a subnets container using `.GetSubnets()`, and from there create any subnet in the virtual network from which the method is being called. +In both libraries, subnets are defined inside virtual networks, however, with the new SDK you can get a subnets collection using `.GetSubnets()`, and from there create any subnet in the virtual network from which the method is being called. ### Create a Security Group #### Old @@ -176,7 +181,8 @@ NetworkSecurityGroup putNSgResponse = networkClient.NetworkSecurityGroups.Create NetworkSecurityGroup nsg = networkClient.NetworkSecurityGroups.Get(rgName, nsgName); ``` #### New -```C# Snippet:Create_NetworkSecurityGroup + +```C# string nsgName = vmName + "_nsg"; NetworkSecurityGroupData nsgData = new NetworkSecurityGroupData() { Location = location }; NetworkSecurityGroupCreateOrUpdateOperation nsgCreateLro = await resourceGroup.GetNetworkSecurityGroups().CreateOrUpdateAsync(nsgName, nsgData); @@ -212,7 +218,8 @@ NetworkInterface putNicResponse = networkClient.NetworkInterfaces.CreateOrUpdate NetworkInterface nicResponse = networkClient.NetworkInterfaces.Get(rgName, nicname); ``` #### New -```C# Snippet:Create_NetworkInterface + +```C# string nicName = vmName + "_nic"; NetworkInterfaceIPConfiguration nicIPConfig = new NetworkInterfaceIPConfiguration() { @@ -284,7 +291,8 @@ inputVM.NetworkProfile = vmNetworkProfile; VirtualMachine vm = VMcomputeClient.VirtualMachines.CreateOrUpdate(rgName, inputVM.Name, inputVM); ``` #### New -```C# Snippet:Create_VirtualMachine + +```C# VirtualMachineData vmData = new VirtualMachineData(location); vmData.OsProfile.AdminUsername = "admin-username"; vmData.OsProfile.AdminPassword = "admin-p4$$w0rd"; @@ -299,7 +307,7 @@ VirtualMachine vm = (await resourceGroup.GetVirtualMachines().CreateOrUpdateAsyn Console.WriteLine("VM ID: " + vm.Id); ``` -Finally, as it can be seen here, from the resource group you can get the Virtual Machine container and create a new one using the `VirtualMachineData` for the parameters. +Finally, as it can be seen here, from the resource group you can get the Virtual Machine collection and create a new one using the `VirtualMachineData` for the parameters. ## Next steps Check out [more examples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager/samples) we have available. diff --git a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorld.md b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorld.md index 3b7230ecfbc4c..1e9b5503beb04 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorld.md +++ b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorld.md @@ -14,7 +14,7 @@ The following code shows how to get the default subscription: ```C# Snippet:Hello_World_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = armClient.GetDefaultSubscription(); Console.WriteLine(subscription.Id); ``` @@ -27,10 +27,19 @@ Subscription subscription = armClient.GetSubscriptions().Get(subscriptionId); Console.WriteLine($"Got subscription: {subscription.Data.DisplayName}"); ``` +You can also specify the default subscription when creating the ArmClient: + +```C# Snippet:Hello_World_SpecifyDefaultSubscription +string defaultSubscriptionId = "your-subscription-id"; +ArmClient armClient = new ArmClient(defaultSubscriptionId, new DefaultAzureCredential()); +Subscription subscription = armClient.GetDefaultSubscription(); +Console.WriteLine(subscription.Id); +``` + From here, it is possible to get the resource groups from the retrieved subscription: -```C# Snippet:Hello_World_ResourceGroupContainer -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +```C# Snippet:Hello_World_ResourceGroupCollection +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); ``` ## Next stepts diff --git a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorldAsync.md b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorldAsync.md index 9d7359d9c2547..e17cb7e1671d4 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorldAsync.md +++ b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample1_HelloWorldAsync.md @@ -14,7 +14,7 @@ The following code shows how to get the default subscription: ```C# Snippet:Hello_World_Async_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); Console.WriteLine(subscription.Id); ``` @@ -27,12 +27,21 @@ Subscription subscription = await armClient.GetSubscriptions().GetAsync(subscrip Console.WriteLine(subscription.Id); ``` +You can also specify the default subscription when creating the ArmClient: + +```C# Snippet:Hello_World_Async_SpecifyDefaultSubscription +string defaultSubscriptionId = "your-subscription-id"; +ArmClient armClient = new ArmClient(defaultSubscriptionId, new DefaultAzureCredential()); +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +Console.WriteLine(subscription.Id); +``` + With the `Async` suffix on methods that perform API calls, it's possible to differentiate the asynchronous and synchronous variants of any method. From here, it is possible to get the resource groups from the retrieved subscription: -```C# Snippet:Hello_World_Async_ResourceGroupContainer -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +```C# Snippet:Hello_World_Async_ResourceGroupCollection +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); ``` ## Next stepts diff --git a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample2_ManagingResourceGroups.md b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample2_ManagingResourceGroups.md index a5f8829b1ea35..73184707124dd 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample2_ManagingResourceGroups.md +++ b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample2_ManagingResourceGroups.md @@ -9,42 +9,42 @@ using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Managing_Resource_Groups_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Managing_Resource_Groups_GetResourceGroupContainer +```C# Snippet:Managing_Resource_Groups_GetResourceGroupCollection ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); // code omitted for brevity string rgName = "myRgName"; -ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); +ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); ``` -Using the container object, we can perform collection-level operations such as list all of the resource groups or create new ones under our subscription. +Using the collection object, we can perform collection-level operations such as list all of the resource groups or create new ones under our subscription. ***Create a resource group*** ```C# Snippet:Managing_Resource_Groups_CreateAResourceGroup // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -// Now we get a ResourceGroup container for that subscription -Subscription subscription = armClient.DefaultSubscription; -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); +// Now we get a ResourceGroup collection for that subscription +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupData rgData = new ResourceGroupData(location); -ResourceGroupCreateOrUpdateOperation operation = await rgContainer.CreateOrUpdateAsync(rgName, rgData); +ResourceGroupCreateOrUpdateOperation operation = await rgCollection.CreateOrUpdateAsync(rgName, rgData); ResourceGroup resourceGroup = operation.Value; ``` @@ -53,11 +53,11 @@ ResourceGroup resourceGroup = operation.Value; ```C# Snippet:Managing_Resource_Groups_ListAllResourceGroup // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -// Now we get a ResourceGroup container for that subscription -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With GetAllAsync(), we can get a list of the resources in the container -await foreach (ResourceGroup rg in rgContainer.GetAllAsync()) +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +// Now we get a ResourceGroup collection for that subscription +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With GetAllAsync(), we can get a list of the resources in the collection +await foreach (ResourceGroup rg in rgCollection.GetAllAsync()) { Console.WriteLine(rg.Data.Name); } @@ -70,7 +70,7 @@ Using the operation object we can perform entity-level operations, such as updat ```C# Snippet:Managing_Resource_Groups_UpdateAResourceGroup // Note: Resource group named 'myRgName' should exist for this example to work. ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); resourceGroup = await resourceGroup.AddTagAsync("key", "value"); @@ -80,7 +80,7 @@ resourceGroup = await resourceGroup.AddTagAsync("key", "value"); ```C# Snippet:Managing_Resource_Groups_DeleteResourceGroup ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); await resourceGroup.DeleteAsync(); diff --git a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample3_CreatingAVirtualNetwork.md b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample3_CreatingAVirtualNetwork.md index 2b4adad659c1a..538d2b307fea7 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/samples/Sample3_CreatingAVirtualNetwork.md +++ b/sdk/resourcemanager/Azure.ResourceManager/samples/Sample3_CreatingAVirtualNetwork.md @@ -19,17 +19,18 @@ Start by creating a new resource group, like we did above: ```C# Snippet:Creating_A_Virtual_Network_CreateResourceGroup ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -ResourceGroupContainer rgContainer = armClient.DefaultSubscription.GetResourceGroups(); +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); string rgName = "myResourceGroup"; ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); -ResourceGroupCreateOrUpdateOperation operation = await rgContainer.CreateOrUpdateAsync(rgName, rgData); +ResourceGroupCreateOrUpdateOperation operation = await rgCollection.CreateOrUpdateAsync(rgName, rgData); ResourceGroup resourceGroup = operation.Value; ``` ## Create a Virtual Network -Now that we have a resource group, we'll create our virtual network. To do this, we will create a `VirtualNetworkData` object for the parameters that we want our Virtual Network to have, then we will get the Virtual Network container and from there we call `CreateOrUpdateAsync()`. +Now that we have a resource group, we'll create our virtual network. To do this, we will create a `VirtualNetworkData` object for the parameters that we want our Virtual Network to have, then we will get the Virtual Network collection and from there we call `CreateOrUpdateAsync()`. -```csharp +```C# string vnetName = "myVnetName"; VirtualNetworkData vnetData = new VirtualNetworkData() { @@ -46,9 +47,9 @@ VirtualNetwork vnet = await resourceGroup.GetVirtualNetworks().CreateOrUpdateAsy ## Create a Subnet Now that we have a virtual network, we must create at least one subnet in order to add any virtual machines. -Following the hierarchy in Azure, subnets belong to a virtual network, so that's where we'll get our `SubnetContainer` instance. Before that, a `SubnetData` object must be created to specify the parameters for the Subnet. +Following the hierarchy in Azure, subnets belong to a virtual network, so that's where we'll get our `SubnetCollection` instance. Before that, a `SubnetData` object must be created to specify the parameters for the Subnet. -```csharp +```C# string subnetName = vnetName + "_Subnet1"; SubnetData subnetData = new SubnetData() { @@ -62,7 +63,7 @@ Subnet subnet = await vnet.GetSubnets().CreateOrUpdateAsync(subnetName, subnetDa ## Another way to create a Virtual Network with a Subnet It is possible to define an create a virtual network with its subnets in a single step. This is achieved by defining the subnets in the `VirtualNetworkData` object that is given as a parameter. -```csharp +```C# string vnetName = "myVnetName"; string subnet1Name = vnetName + "_Subnet1"; @@ -79,8 +80,8 @@ var vnetData = new VirtualNetworkData() VirtualNetwork vnet = await resourceGroup.GetVirtualNetworks().CreateOrUpdateAsync(vnetName, vnetData); ``` ### Modifying the Subnets of an existing Virtual Network -Using the SubnetContainer it is possible to add a subnet into the virtual network we created above. -```csharp +Using the SubnetCollection it is possible to add a subnet into the virtual network we created above. +```C# string subnet2Name = vnetName + "_Subnet2"; SubnetData subnetData = new SubnetData() { @@ -92,7 +93,7 @@ Subnet subnet = await vnet.GetSubnets().CreateOrUpdateAsync(subnet2Name, subnetD ``` You can verify that your virtual network now has 2 subnets by doing the following: -```csharp +```C# VirtualNetwork myVNet = await resourceGroup.GetVirtualNetworks().GetAsync(vnetName); Console.WriteLine(myVNet.Data.Subnets.Count); ``` diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/ApiVersions.cs b/sdk/resourcemanager/Azure.ResourceManager/src/ApiVersions.cs index b538680076a92..c487886d17935 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/ApiVersions.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/ApiVersions.cs @@ -72,7 +72,7 @@ internal string GetApiVersionForNamespace(string nameSpace) if (!_apiForNamespaceCache.TryGetValue(nameSpace, out version)) { DateTime maxVersion = new DateTime(1, 1, 1); - Provider results = _armClient.DefaultSubscription.GetProviders().Get(nameSpace, null); + Provider results = _armClient.GetDefaultSubscription().GetProviders().Get(nameSpace, null); foreach (var type in results.Data.ResourceTypes) { string[] parts = type.ApiVersions[0].Split('-'); @@ -111,7 +111,7 @@ private string LoadApiVersion(ResourceType resourceType, CancellationToken cance Response results; try { - results = _armClient.DefaultSubscription.GetProviders().Get(resourceType.Namespace, null, cancellationToken); + results = _armClient.GetDefaultSubscription(cancellationToken).GetProviders().Get(resourceType.Namespace, null, cancellationToken); } catch (RequestFailedException ex) when (ex.Status == 404) { @@ -133,7 +133,8 @@ private async Task LoadApiVersionAsync(ResourceType resourceType, Cancel Response results; try { - results = await _armClient.DefaultSubscription.GetProviders().GetAsync(resourceType.Namespace, null, cancellationToken).ConfigureAwait(false); + Subscription subscription = await _armClient.GetDefaultSubscriptionAsync(cancellationToken).ConfigureAwait(false); + results = await subscription.GetProviders().GetAsync(resourceType.Namespace, null, cancellationToken).ConfigureAwait(false); } catch (RequestFailedException ex) when (ex.Status == 404) { diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/ArmClient.cs b/sdk/resourcemanager/Azure.ResourceManager/src/ArmClient.cs index 3b1cd272a641a..e232345592a51 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/ArmClient.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/ArmClient.cs @@ -111,16 +111,12 @@ public ArmClient( ClientOptions = options.Clone(); _tenant = new Tenant(ClientOptions, Credential, BaseUri, Pipeline); - DefaultSubscription = string.IsNullOrWhiteSpace(defaultSubscriptionId) - ? GetDefaultSubscription() - : GetSubscriptions().Get(defaultSubscriptionId); + _defaultSubscription = string.IsNullOrWhiteSpace(defaultSubscriptionId) ? null : + new Subscription(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), ResourceIdentifier.RootResourceIdentifier.AppendChildResource(Subscription.ResourceType.Type, defaultSubscriptionId)); ClientOptions.ApiVersions.SetProviderClient(this); } - /// - /// Gets the default Azure subscription. - /// - public virtual Subscription DefaultSubscription { get; private set; } + private Subscription _defaultSubscription; /// /// Gets the Azure Resource Manager client options. @@ -145,16 +141,16 @@ public ArmClient( /// /// Gets the Azure subscriptions. /// - /// Subscription container. - public virtual SubscriptionContainer GetSubscriptions() => _tenant.GetSubscriptions(); + /// Subscription collection. + public virtual SubscriptionCollection GetSubscriptions() => _tenant.GetSubscriptions(); /// /// Gets the tenants. /// - /// Tenant container. - public virtual TenantContainer GetTenants() + /// Tenant collection. + public virtual TenantCollection GetTenants() { - return new TenantContainer(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline)); + return new TenantCollection(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline)); } /// @@ -207,12 +203,78 @@ public virtual PredefinedTag GetPreDefinedTag(ResourceIdentifier id) return new PredefinedTag(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), id); } - private Subscription GetDefaultSubscription() + /// + /// Gets the default subscription. + /// + /// Resource operations of the Subscription. +#pragma warning disable AZC0015 // Unexpected client method return type. + public virtual Subscription GetDefaultSubscription(CancellationToken cancellationToken = default) +#pragma warning restore AZC0015 // Unexpected client method return type. { - var sub = GetSubscriptions().GetAll().FirstOrDefault(); - if (sub is null) - throw new Exception("No subscriptions found for the given credentials"); - return sub; + using var scope = new ClientDiagnostics(ClientOptions).CreateScope("ArmClient.GetDefaultSubscription"); + scope.Start(); + try + { + if (_defaultSubscription == null) + { + _defaultSubscription = GetSubscriptions().GetAll(cancellationToken).FirstOrDefault(); + } + else if (_defaultSubscription.HasData) + { + return _defaultSubscription; + } + else + { + _defaultSubscription = _defaultSubscription.Get(cancellationToken); + } + if (_defaultSubscription is null) + { + throw new InvalidOperationException("No subscriptions found for the given credentials"); + } + return _defaultSubscription; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the default subscription. + /// + /// Resource operations of the Subscription. +#pragma warning disable AZC0015 // Unexpected client method return type. + public virtual async Task GetDefaultSubscriptionAsync(CancellationToken cancellationToken = default) +#pragma warning restore AZC0015 // Unexpected client method return type. + { + using var scope = new ClientDiagnostics(ClientOptions).CreateScope("ArmClient.GetDefaultSubscription"); + scope.Start(); + try + { + if (_defaultSubscription == null) + { + _defaultSubscription = await GetSubscriptions().GetAllAsync(cancellationToken).FirstOrDefaultAsync(_ => true, cancellationToken).ConfigureAwait(false); + } + else if (_defaultSubscription.HasData) + { + return _defaultSubscription; + } + else + { + _defaultSubscription = await _defaultSubscription.GetAsync(cancellationToken).ConfigureAwait(false); + } + if (_defaultSubscription is null) + { + throw new InvalidOperationException("No subscriptions found for the given credentials"); + } + return _defaultSubscription; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } } /// @@ -275,12 +337,12 @@ private IReadOnlyList GetGenericResourceOperationsInternal(IEnu throw new ArgumentNullException(nameof(ids)); } - var genericRespirceOperations = new ChangeTrackingList(); + var genericResourceOperations = new ChangeTrackingList(); foreach (string id in ids) { - genericRespirceOperations.Add(new GenericResource(DefaultSubscription, id)); + genericResourceOperations.Add(new GenericResource(GetDefaultSubscription(), id)); } - return genericRespirceOperations; + return genericResourceOperations; } /// @@ -295,17 +357,17 @@ public virtual GenericResource GetGenericResource(ResourceIdentifier id) throw new ArgumentNullException(nameof(id)); } - return new GenericResource(DefaultSubscription, id); + return new GenericResource(GetDefaultSubscription(), id); } /// /// Gets the RestApi definition for a given Azure namespace. /// /// The namespace to get the rest API for. - /// A container representing the rest apis for the namespace. - public virtual RestApiContainer GetRestApis(string azureNamespace) + /// A collection representing the rest apis for the namespace. + public virtual RestApiCollection GetRestApis(string azureNamespace) { - return new RestApiContainer(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), azureNamespace); + return new RestApiCollection(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), azureNamespace); } /// Gets all resource providers for a subscription. @@ -339,13 +401,13 @@ public virtual RestApiContainer GetRestApis(string azureNamespace) public virtual async Task> GetTenantProviderAsync(string resourceProviderNamespace, string expand = null, CancellationToken cancellationToken = default) => await _tenant.GetTenantProviderAsync(resourceProviderNamespace, expand, cancellationToken).ConfigureAwait(false); /// - /// Gets the management group container for this tenant. + /// Gets the management group collection for this tenant. /// - /// A container of the management groups. - public virtual ManagementGroupContainer GetManagementGroups() => _tenant.GetManagementGroups(); + /// A collection of the management groups. + public virtual ManagementGroupCollection GetManagementGroups() => _tenant.GetManagementGroups(); /// - /// Gets the managmeent group operations object associated with the id. + /// Gets the management group operations object associated with the id. /// /// The id of the management group operations. /// A client to perform operations on the management group. diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/ArmContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/ArmCollection.cs similarity index 67% rename from sdk/resourcemanager/Azure.ResourceManager/src/ArmContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/ArmCollection.cs index fc55e7d76565b..a45878ab25d7a 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/ArmContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/ArmCollection.cs @@ -10,51 +10,51 @@ namespace Azure.ResourceManager.Core /// /// Base class representing collection of resources. /// - public abstract class ArmContainer : ArmResource + public abstract class ArmCollection : ArmResource { /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected ArmContainer() + protected ArmCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// - internal ArmContainer(ClientContext clientContext) + internal ArmCollection(ClientContext clientContext) : base(clientContext, ResourceIdentifier.RootResourceIdentifier) { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// The identifier of the resource that is the target of operations. - internal ArmContainer(ClientContext clientContext, ResourceIdentifier id) + internal ArmCollection(ClientContext clientContext, ResourceIdentifier id) : base(clientContext, id) { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The options to use. /// The credential to use. /// The base uri to use. /// The http pipeline policy to use. - protected ArmContainer(ArmClientOptions options, TokenCredential credential, Uri baseUri, HttpPipeline pipeline) + protected ArmCollection(ArmClientOptions options, TokenCredential credential, Uri baseUri, HttpPipeline pipeline) : this(new ClientContext(options, credential, baseUri, pipeline)) { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The resource representing the parent resource. - protected ArmContainer(ArmResource parent) + protected ArmCollection(ArmResource parent) : base(new ClientContext(parent.ClientOptions, parent.Credential, parent.BaseUri, parent.Pipeline), parent.Id) { Parent = parent; diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/ArmResource.cs b/sdk/resourcemanager/Azure.ResourceManager/src/ArmResource.cs index 7dd5f3b222d64..c18c7e6934b91 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/ArmResource.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/ArmResource.cs @@ -18,7 +18,6 @@ namespace Azure.ResourceManager.Core /// public abstract class ArmResource { - private TagResourceContainer _tagContainer; private TagResource _tagResource; private Tenant _tenant; @@ -106,11 +105,6 @@ internal ArmResource(ClientContext clientContext, ResourceIdentifier id) /// A TagResourceOperations. protected internal TagResource TagResource => _tagResource ??= new TagResource(this, Id); - /// - /// Gets the TagsOperations. - /// - protected internal TagResourceContainer TagContainer => _tagContainer ??= new TagResourceContainer(this); - /// /// Validate the resource identifier against current operations. /// diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/PredefinedTagContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/PredefinedTagCollection.cs similarity index 86% rename from sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/PredefinedTagContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/PredefinedTagCollection.cs index bb14eed748d54..50fe7822fa8de 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/PredefinedTagContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/PredefinedTagCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -15,35 +17,35 @@ namespace Azure.ResourceManager.Resources /// /// A class representing collection of Tag and its operations. /// - public class PredefinedTagContainer : ArmContainer + public class PredefinedTagCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private ClientDiagnostics _clientDiagnostics; private TagRestOperations _restClient; /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected PredefinedTagContainer() + protected PredefinedTagCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Current client context. /// The parent subscription id. - internal PredefinedTagContainer(ClientContext clientContext, ResourceIdentifier parentId) + internal PredefinedTagCollection(ClientContext clientContext, ResourceIdentifier parentId) : base(clientContext, parentId) { } /// - /// Gets the valid resource type associated with the container. + /// Gets the valid resource type associated with the collection. /// protected override ResourceType ValidResourceType => Subscription.ResourceType; /// - /// Gets the operations that can be performed on the container. + /// Gets the operations that can be performed on the collection. /// private TagRestOperations RestClient => _restClient ??= new TagRestOperations(Diagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); @@ -55,7 +57,7 @@ internal PredefinedTagContainer(ClientContext clientContext, ResourceIdentifier /// The cancellation token to use. public virtual async Task CreateOrUpdateAsync(string tagName, bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("PredefinedTagContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("PredefinedTagCollection.CreateOrUpdate"); scope.Start(); try { @@ -78,7 +80,7 @@ public virtual async Task CreateOrUpdateAs /// The cancellation token to use. public virtual PredefinedTagCreateOrUpdateOperation CreateOrUpdate(string tagName, bool waitForCompletion = true, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("PredefinedTagContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("PredefinedTagCollection.CreateOrUpdate"); scope.Start(); try { @@ -101,7 +103,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancel { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope0 = Diagnostics.CreateScope("PredefinedTagContainer.GetAll"); + using var scope0 = Diagnostics.CreateScope("PredefinedTagCollection.GetAll"); scope0.Start(); try { @@ -116,7 +118,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope0 = Diagnostics.CreateScope("PredefinedTagContainer.GetAll"); + using var scope0 = Diagnostics.CreateScope("PredefinedTagCollection.GetAll"); scope0.Start(); try { @@ -138,7 +140,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToke { Page FirstPageFunc(int? pageSizeHint) { - using var scope0 = Diagnostics.CreateScope("PredefinedTagContainer.GetAll"); + using var scope0 = Diagnostics.CreateScope("PredefinedTagCollection.GetAll"); scope0.Start(); try { @@ -153,7 +155,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope0 = Diagnostics.CreateScope("PredefinedTagContainer.GetAll"); + using var scope0 = Diagnostics.CreateScope("PredefinedTagCollection.GetAll"); scope0.Start(); try { @@ -168,5 +170,20 @@ Page NextPageFunc(string nextLink, int? pageSizeHint) } return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/ResourceGroupBuilder.cs b/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/ResourceGroupBuilder.cs index 17d731721f5e7..7505554241628 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/ResourceGroupBuilder.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/ResourceGroupBuilder.cs @@ -16,12 +16,12 @@ internal class ResourceGroupBuilder /// /// Initializes a new instance of the class. /// - /// The container object to create the resource in. + /// The collection object to create the resource in. /// The resource to create. - public ResourceGroupBuilder(ResourceGroupContainer container, ResourceGroupData resource) + public ResourceGroupBuilder(ResourceGroupCollection collection, ResourceGroupData resource) { Resource = resource; - Container = container; + Collection = collection; } /// @@ -35,9 +35,9 @@ public ResourceGroupBuilder(ResourceGroupContainer container, ResourceGroupData protected string ResourceName { get; private set; } /// - /// Gets the container object to create the resource in. + /// Gets the collection object to create the resource in. /// - protected ResourceGroupContainer Container { get; private set; } + protected ResourceGroupCollection Collection { get; private set; } /// /// Creates the resource object to send to the Azure API. @@ -69,7 +69,7 @@ public ResourceGroupCreateOrUpdateOperation CreateOrUpdate(string name, bool wai ResourceName = name; Resource = Build(); - return Container.CreateOrUpdate(name, Resource, waitForCompletion, cancellationToken); + return Collection.CreateOrUpdate(name, Resource, waitForCompletion, cancellationToken); } /// @@ -91,7 +91,7 @@ public async Task CreateOrUpdateAsync( ResourceName = name; Resource = Build(); - return await Container.CreateOrUpdateAsync(name, Resource, waitForCompletion, cancellationToken).ConfigureAwait(false); + return await Collection.CreateOrUpdateAsync(name, Resource, waitForCompletion, cancellationToken).ConfigureAwait(false); } /// diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/ManagementGroup/ManagementGroupContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/ManagementGroup/ManagementGroupCollection.cs similarity index 94% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/ManagementGroup/ManagementGroupContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/ManagementGroup/ManagementGroupCollection.cs index bb0575108b953..5b346c7445e55 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/ManagementGroup/ManagementGroupContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/ManagementGroup/ManagementGroupCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -14,25 +16,25 @@ namespace Azure.ResourceManager.Management { /// - /// A class representing collection of ManagementGroupContainer and their operations over a ManagementGroup. + /// A class representing collection of ManagementGroupCollection and their operations over a ManagementGroup. /// - public class ManagementGroupContainer : ArmContainer + public class ManagementGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private ClientDiagnostics _clientDiagnostics; private ManagementGroupsRestOperations _restClient; /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected ManagementGroupContainer() + protected ManagementGroupCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The parent tenant. - internal ManagementGroupContainer(Tenant tenant) + internal ManagementGroupCollection(Tenant tenant) : base(tenant) { } @@ -64,7 +66,7 @@ public virtual Pageable GetAll(string cacheControl = null, stri { Page FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.GetAll"); scope.Start(); try { @@ -79,7 +81,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.GetAll"); scope.Start(); try { @@ -110,7 +112,7 @@ public virtual AsyncPageable GetAllAsync(string cacheControl = { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.GetAll"); scope.Start(); try { @@ -125,7 +127,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.GetAll"); scope.Start(); try { @@ -153,7 +155,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHin /// The cancellation token to use. public virtual Response Get(string groupId, ManagementGroupExpandType? expand = null, bool? recurse = null, string filter = null, string cacheControl = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.Get"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.Get"); scope.Start(); try { @@ -182,7 +184,7 @@ public virtual Response Get(string groupId, ManagementGroupExpa /// The cancellation token to use. public async virtual Task> GetAsync(string groupId, ManagementGroupExpandType? expand = null, bool? recurse = null, string filter = null, string cacheControl = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.Get"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.Get"); scope.Start(); try { @@ -211,7 +213,7 @@ public async virtual Task> GetAsync(string groupId, Ma /// The cancellation token to use. public virtual Response GetIfExists(string groupId, ManagementGroupExpandType? expand = null, bool? recurse = null, string filter = null, string cacheControl = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.GetIfExists"); scope.Start(); try { @@ -239,7 +241,7 @@ public virtual Response GetIfExists(string groupId, ManagementG /// The cancellation token to use. public async virtual Task> GetIfExistsAsync(string groupId, ManagementGroupExpandType? expand = null, bool? recurse = null, string filter = null, string cacheControl = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.GetIfExists"); scope.Start(); try { @@ -267,7 +269,7 @@ public async virtual Task> GetIfExistsAsync(string gro /// The cancellation token to use. public virtual Response CheckIfExists(string groupId, ManagementGroupExpandType? expand = null, bool? recurse = null, string filter = null, string cacheControl = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.CheckIfExists"); scope.Start(); try { @@ -293,7 +295,7 @@ public virtual Response CheckIfExists(string groupId, ManagementGroupExpan /// The cancellation token to use. public async virtual Task> CheckIfExistsAsync(string groupId, ManagementGroupExpandType? expand = null, bool? recurse = null, string filter = null, string cacheControl = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.CheckIfExists"); scope.Start(); try { @@ -329,7 +331,7 @@ public virtual ManagementGroupCreateOrUpdateOperation CreateOrUpdate(string grou throw new ArgumentNullException(nameof(createManagementGroupOptions)); } - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -368,7 +370,7 @@ public async virtual Task CreateOrUpdate throw new ArgumentNullException(nameof(createManagementGroupOptions)); } - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.CreateOrUpdate"); scope.Start(); try { @@ -390,7 +392,7 @@ public async virtual Task CreateOrUpdate /// The cancellation token to use. public virtual Response CheckNameAvailability(CheckNameAvailabilityOptions checkNameAvailabilityOptions, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.CheckNameAvailability"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.CheckNameAvailability"); scope.Start(); try { @@ -408,7 +410,7 @@ public virtual Response CheckNameAvailability(Check /// The cancellation token to use. public async virtual Task> CheckNameAvailabilityAsync(CheckNameAvailabilityOptions checkNameAvailabilityOptions, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ManagementGroupContainer.CheckNameAvailability"); + using var scope = Diagnostics.CreateScope("ManagementGroupCollection.CheckNameAvailability"); scope.Start(); try { @@ -420,5 +422,20 @@ public async virtual Task> CheckNameAvaila throw; } } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/FeatureContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/FeatureCollection.cs similarity index 90% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/FeatureContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/FeatureCollection.cs index d9be40727070d..1c584e77ed361 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/FeatureContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/FeatureCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -14,25 +16,25 @@ namespace Azure.ResourceManager.Resources { /// - /// A class representing collection of FeatureContainer and their operations over a Feature. + /// A class representing collection of FeatureCollection and their operations over a Feature. /// - public class FeatureContainer : ArmContainer + public class FeatureCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private FeaturesRestOperations _restClient { get; } /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected FeatureContainer() + protected FeatureCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The resource representing the parent resource. - internal FeatureContainer(Provider parent) + internal FeatureCollection(Provider parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); @@ -53,7 +55,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.GetAll"); scope.Start(); try { @@ -68,7 +70,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.GetAll"); scope.Start(); try { @@ -90,7 +92,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = de { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.GetAll"); scope.Start(); try { @@ -105,7 +107,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.GetAll"); scope.Start(); try { @@ -126,7 +128,7 @@ Page NextPageFunc(string nextLink, int? pageSizeHint) /// The cancellation token to use. public virtual Response Get(string featureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.Get"); scope.Start(); try { @@ -148,7 +150,7 @@ public virtual Response Get(string featureName, CancellationToken cance /// The cancellation token to use. public virtual async Task> GetAsync(string featureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.Get"); scope.Start(); try { @@ -174,7 +176,7 @@ public virtual async Task> GetAsync(string featureName, Cancel /// Whether or not the resource existed. public virtual Response GetIfExists(string featureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.GetIfExists"); scope.Start(); try @@ -200,7 +202,7 @@ public virtual Response GetIfExists(string featureName, CancellationTok /// Whether or not the resource existed. public virtual async Task> GetIfExistsAsync(string featureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.GetIfExists"); scope.Start(); try @@ -218,7 +220,7 @@ public virtual async Task> GetIfExistsAsync(string featureName } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -226,7 +228,7 @@ public virtual async Task> GetIfExistsAsync(string featureName /// Whether or not the resource existed. public virtual Response CheckIfExists(string featureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.CheckIfExists"); scope.Start(); try @@ -242,7 +244,7 @@ public virtual Response CheckIfExists(string featureName, CancellationToke } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -250,7 +252,7 @@ public virtual Response CheckIfExists(string featureName, CancellationToke /// Whether or not the resource existed. public virtual async Task> CheckIfExistsAsync(string featureName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FeatureContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FeatureCollection.CheckIfExists"); scope.Start(); try @@ -264,5 +266,20 @@ public virtual async Task> CheckIfExistsAsync(string featureName, throw; } } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResource.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResource.cs index 5328e28e1da6b..3d446ce95f615 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResource.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResource.cs @@ -146,7 +146,7 @@ public virtual Response AddTag(string key, string value, Cancel var apiVersion = GetApiVersion(cancellationToken); var originalTags = TagResource.Get(cancellationToken).Value; originalTags.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetById(Id, apiVersion, cancellationToken); return Response.FromValue(new GenericResource(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -173,7 +173,7 @@ public virtual async Task> AddTagAsync(string key, str var apiVersion = await GetApiVersionAsync(cancellationToken).ConfigureAwait(false); var originalTags = (await TagResource.GetAsync(cancellationToken).ConfigureAwait(false)).Value; originalTags.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetByIdAsync(Id, apiVersion, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GenericResource(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -251,7 +251,7 @@ public virtual Response SetTags(IDictionary tag TagResource.Delete(cancellationToken: cancellationToken); var newTags = TagResource.Get(cancellationToken); newTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(new TagResourceData(newTags.Value.Data.Properties), cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(new TagResourceData(newTags.Value.Data.Properties), cancellationToken: cancellationToken); var originalResponse = _restClient.GetById(Id, apiVersion, cancellationToken); return Response.FromValue(new GenericResource(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -278,7 +278,7 @@ public virtual async Task> SetTagsAsync(IDictionary RemoveTag(string key, CancellationToken var apiVersion = GetApiVersion(cancellationToken); var originalTags = TagResource.Get(cancellationToken).Value; originalTags.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetById(Id, apiVersion, cancellationToken); return Response.FromValue(new GenericResource(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -330,7 +330,7 @@ public virtual async Task> RemoveTagAsync(string key, var apiVersion = await GetApiVersionAsync(cancellationToken).ConfigureAwait(false); var originalTags = (await TagResource.GetAsync(cancellationToken).ConfigureAwait(false)).Value; originalTags.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetByIdAsync(Id, apiVersion, cancellationToken).ConfigureAwait(false); return Response.FromValue(new GenericResource(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResourceContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResourceCollection.cs similarity index 95% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResourceContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResourceCollection.cs index 527091cbad85a..26144daf26381 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResourceContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/GenericResourceCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -15,23 +17,23 @@ namespace Azure.ResourceManager.Resources /// /// A class representing collection of resources and their operations over their parent. /// - public class GenericResourceContainer : ArmContainer + public class GenericResourceCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private ClientDiagnostics _clientDiagnostics; /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected GenericResourceContainer() + protected GenericResourceCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The client context to use. - /// The id for the subscription that owns this container. - internal GenericResourceContainer(ClientContext clientContext, ResourceIdentifier id) + /// The id for the subscription that owns this collection. + internal GenericResourceCollection(ClientContext clientContext, ResourceIdentifier id) : base(clientContext, id) { } @@ -74,7 +76,7 @@ private ResourcesRestOperations RestClient /// resourceId cannot be null or a whitespace. public Response Get(string resourceId, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.Get"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.Get"); scope.Start(); try { @@ -101,7 +103,7 @@ public Response Get(string resourceId, CancellationToken cancel /// resourceId cannot be null or a whitespace. public virtual async Task> GetAsync(string resourceId, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.Get"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.Get"); scope.Start(); try { @@ -128,7 +130,7 @@ public virtual Pageable GetAll(string filter = null, string exp { Page FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetAll"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetAll"); scope.Start(); try { @@ -143,7 +145,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetAll"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetAll"); scope.Start(); try { @@ -168,7 +170,7 @@ public virtual AsyncPageable GetAllAsync(string filter = null, { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetAll"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetAll"); scope.Start(); try { @@ -183,7 +185,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetAll"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetAll"); scope.Start(); try { @@ -215,7 +217,7 @@ public virtual Pageable GetByResourceGroup(string resourceGroup Page FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetByResourceGroup"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetByResourceGroup"); scope.Start(); try { @@ -230,7 +232,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetByResourceGroup"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetByResourceGroup"); scope.Start(); try { @@ -262,7 +264,7 @@ public virtual AsyncPageable GetByResourceGroupAsync(string res async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetByResourceGroup"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetByResourceGroup"); scope.Start(); try { @@ -277,7 +279,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetByResourceGroup"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetByResourceGroup"); scope.Start(); try { @@ -310,7 +312,7 @@ public virtual ResourceCreateOrUpdateByIdOperation CreateOrUpdate(string resourc throw new ArgumentNullException(nameof(parameters)); } - using var scope = Diagnostics.CreateScope("GenericResourceContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.CreateOrUpdate"); scope.Start(); try { @@ -345,7 +347,7 @@ public virtual async Task CreateOrUpdateAsy throw new ArgumentNullException(nameof(parameters)); } - using var scope = Diagnostics.CreateScope("GenericResourceContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.CreateOrUpdate"); scope.Start(); try { @@ -392,7 +394,7 @@ private async Task GetApiVersionAsync(ResourceIdentifier resourceId, Can /// Whether or not the resource existed. public virtual Response GetIfExists(string resourceId, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetIfExists"); scope.Start(); try @@ -419,7 +421,7 @@ public virtual Response GetIfExists(string resourceId, Cancella /// Whether or not the resource existed. public virtual async Task> GetIfExistsAsync(string resourceId, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.GetIfExists"); scope.Start(); try @@ -438,7 +440,7 @@ public virtual async Task> GetIfExistsAsync(string res } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The id of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -446,7 +448,7 @@ public virtual async Task> GetIfExistsAsync(string res /// Whether or not the resource existed. public virtual Response CheckIfExists(string resourceId, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.CheckIfExists"); scope.Start(); try @@ -462,7 +464,7 @@ public virtual Response CheckIfExists(string resourceId, CancellationToken } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The id of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -470,7 +472,7 @@ public virtual Response CheckIfExists(string resourceId, CancellationToken /// Whether or not the resource existed. public virtual async Task> CheckIfExistsAsync(string resourceId, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("GenericResourceContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("GenericResourceCollection.CheckIfExists"); scope.Start(); try @@ -484,5 +486,20 @@ public virtual async Task> CheckIfExistsAsync(string resourceId, throw; } } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Provider.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Provider.cs index caa9ee724d164..7ae3f61b2eab5 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Provider.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Provider.cs @@ -205,9 +205,9 @@ public virtual async Task> GetAsync(CancellationToken cancell /// Gets the features under this provider /// /// - public virtual FeatureContainer GetFeatures() + public virtual FeatureCollection GetFeatures() { - return new FeatureContainer(this); + return new FeatureCollection(this); } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ProviderContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ProviderCollection.cs similarity index 92% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ProviderContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ProviderCollection.cs index 36fb5f9c2f4ab..b7a7230cbe72f 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ProviderContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ProviderCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -15,23 +17,23 @@ namespace Azure.ResourceManager.Resources /// /// A class representing collection of resources and their operations over their parent. /// - public class ProviderContainer : ArmContainer + public class ProviderCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private ClientDiagnostics _clientDiagnostics; private ProviderRestOperations _restClient; /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected ProviderContainer() + protected ProviderCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The client context to use. - internal ProviderContainer(Subscription parent) + internal ProviderCollection(Subscription parent) : base(parent) { } @@ -52,7 +54,7 @@ internal ProviderContainer(Subscription parent) /// public virtual Response Get(string resourceProviderNamespace, string expand = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ProviderContainer.Get"); + using var scope = Diagnostics.CreateScope("ProviderCollection.Get"); scope.Start(); try @@ -79,7 +81,7 @@ public virtual Response Get(string resourceProviderNamespace, string e /// public virtual async Task> GetAsync(string resourceProviderNamespace, string expand = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ProviderContainer.Get"); + using var scope = Diagnostics.CreateScope("ProviderCollection.Get"); scope.Start(); try @@ -105,7 +107,7 @@ public virtual Pageable GetAll(int? top = null, string expand = null, { Page FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ProviderContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ProviderCollection.GetAll"); scope.Start(); try @@ -121,7 +123,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ProviderContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ProviderCollection.GetAll"); scope.Start(); try @@ -146,7 +148,7 @@ public virtual AsyncPageable GetAllAsync(int? top = null, string expan { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ProviderContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ProviderCollection.GetAll"); scope.Start(); try @@ -162,7 +164,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ProviderContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ProviderCollection.GetAll"); scope.Start(); try @@ -189,7 +191,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// Whether or not the resource existed. public virtual Response GetIfExists(string resourceProviderNamespace, string expand = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ProviderContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("ProviderCollection.GetIfExists"); scope.Start(); try @@ -216,7 +218,7 @@ public virtual Response GetIfExists(string resourceProviderNamespace, /// Whether or not the resource existed. public virtual async Task> GetIfExistsAsync(string resourceProviderNamespace, string expand = null, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ProviderContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("ProviderCollection.GetIfExists"); scope.Start(); try @@ -234,7 +236,7 @@ public virtual async Task> GetIfExistsAsync(string resourcePr } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to get. /// A token to allow the caller to cancel the call to the service. @@ -242,7 +244,7 @@ public virtual async Task> GetIfExistsAsync(string resourcePr /// Whether or not the resource existed. public virtual Response CheckIfExists(string resourceProviderNamespace, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ProviderContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("ProviderCollection.CheckIfExists"); scope.Start(); try @@ -258,7 +260,7 @@ public virtual Response CheckIfExists(string resourceProviderNamespace, Ca } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to get. /// A token to allow the caller to cancel the call to the service. @@ -266,7 +268,7 @@ public virtual Response CheckIfExists(string resourceProviderNamespace, Ca /// Whether or not the resource existed. public virtual async Task> CheckIfExistsAsync(string resourceProviderNamespace, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ProviderContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("ProviderCollection.CheckIfExists"); scope.Start(); try @@ -280,5 +282,20 @@ public virtual async Task> CheckIfExistsAsync(string resourceProv throw; } } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroup.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroup.cs index 09322f633b277..355656ef596fc 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroup.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroup.cs @@ -295,7 +295,7 @@ public virtual Response AddTag(string key, string value, Cancella { var originalTags = TagResource.Get(cancellationToken).Value; originalTags.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.Name, cancellationToken); return Response.FromValue(new ResourceGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -325,7 +325,7 @@ public virtual async Task> AddTagAsync(string key, strin { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new ResourceGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -355,7 +355,7 @@ public virtual Response SetTags(IDictionary tags, TagResource.Delete(cancellationToken: cancellationToken); var newTags = TagResource.Get(cancellationToken); newTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(new TagResourceData(newTags.Value.Data.Properties), cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(new TagResourceData(newTags.Value.Data.Properties), cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.Name, cancellationToken); return Response.FromValue(new ResourceGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -385,7 +385,7 @@ public virtual async Task> SetTagsAsync(IDictionary RemoveTag(string key, CancellationToken c { var originalTags = TagResource.Get(cancellationToken).Value; originalTags.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.Name, cancellationToken); return Response.FromValue(new ResourceGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -443,7 +443,7 @@ public virtual async Task> RemoveTagAsync(string key, Ca { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new ResourceGroup(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroupContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroupCollection.cs similarity index 93% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroupContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroupCollection.cs index 151819deaf1d0..b66262ed93eea 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroupContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/ResourceGroupCollection.cs @@ -2,6 +2,7 @@ // Licensed under the MIT License. using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -14,25 +15,25 @@ namespace Azure.ResourceManager.Resources { /// - /// A class representing collection of ResourceGroupContainer and their operations over a ResourceGroup. + /// A class representing collection of ResourceGroupCollection and their operations over a ResourceGroup. /// - public class ResourceGroupContainer : ArmContainer + public class ResourceGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private ClientDiagnostics _clientDiagnostics; private ResourceGroupsRestOperations _restClient; /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected ResourceGroupContainer() + protected ResourceGroupCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The parent subscription. - internal ResourceGroupContainer(Subscription subscription) + internal ResourceGroupCollection(Subscription subscription) : base(subscription) { } @@ -58,7 +59,7 @@ internal ResourceGroupContainer(Subscription subscription) /// Whether or not the resource existed. public virtual Response GetIfExists(string resourceGroupName, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.GetIfExists"); scope.Start(); try @@ -84,7 +85,7 @@ public virtual Response GetIfExists(string resourceGroupName, Can /// Whether or not the resource existed. public virtual async Task> GetIfExistsAsync(string resourceGroupName, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.GetIfExists"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.GetIfExists"); scope.Start(); try @@ -102,7 +103,7 @@ public virtual async Task> GetIfExistsAsync(string resou } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -110,7 +111,7 @@ public virtual async Task> GetIfExistsAsync(string resou /// Whether or not the resource existed. public virtual Response CheckIfExists(string resourceGroupName, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.CheckIfExists"); scope.Start(); try { @@ -125,7 +126,7 @@ public virtual Response CheckIfExists(string resourceGroupName, Cancellati } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -133,7 +134,7 @@ public virtual Response CheckIfExists(string resourceGroupName, Cancellati /// Whether or not the resource existed. public virtual async Task> CheckIfExistsAsync(string resourceGroupName, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.CheckIfExists"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.CheckIfExists"); scope.Start(); try { @@ -184,7 +185,7 @@ public ResourceGroupCreateOrUpdateOperation CreateOrUpdate(string name, Resource if (resourceDetails is null) throw new ArgumentNullException(nameof(resourceDetails)); - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.CreateOrUpdate"); scope.Start(); try @@ -219,7 +220,7 @@ public virtual async Task CreateOrUpdateAs if (resourceDetails is null) throw new ArgumentNullException(nameof(resourceDetails)); - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.CreateOrUpdate"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.CreateOrUpdate"); scope.Start(); try @@ -249,7 +250,7 @@ public virtual Pageable GetAll(string filter = null, int? top = n { Page FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.GetAll"); scope.Start(); try { @@ -264,7 +265,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.GetAll"); scope.Start(); try { @@ -292,7 +293,7 @@ public virtual AsyncPageable GetAllAsync(string filter = null, in { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.GetAll"); scope.Start(); try { @@ -307,7 +308,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.GetAll"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.GetAll"); scope.Start(); try { @@ -332,7 +333,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// resourceGroupName cannot be null or a whitespace. public Response Get(string resourceGroupName, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.Get"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.Get"); scope.Start(); try @@ -359,7 +360,7 @@ public Response Get(string resourceGroupName, CancellationToken c /// resourceGroupName cannot be null or a whitespace. public virtual async Task> GetAsync(string resourceGroupName, CancellationToken cancellationToken = default) { - using var scope = Diagnostics.CreateScope("ResourceGroupContainer.Get"); + using var scope = Diagnostics.CreateScope("ResourceGroupCollection.Get"); scope.Start(); try @@ -376,5 +377,20 @@ public virtual async Task> GetAsync(string resourceGroup throw; } } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/RestApiContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/RestApiCollection.cs similarity index 77% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/RestApiContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/RestApiCollection.cs index 53047d671f061..31aaa56e05bee 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/RestApiContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/RestApiCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Azure.Core; @@ -18,7 +20,7 @@ namespace Azure.ResourceManager.Resources /// /// A class which represents the RestApis for a given azure namespace. /// - public partial class RestApiContainer : ArmContainer + public partial class RestApiCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly string _nameSpace; @@ -26,15 +28,15 @@ public partial class RestApiContainer : ArmContainer /// Represents the REST operations. private RestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected RestApiContainer() + /// Initializes a new instance of the class for mocking. + protected RestApiCollection() { } - /// Initializes a new instance of RestApiContainer class. + /// Initializes a new instance of RestApiCollection class. /// The resource representing the parent resource. /// The namespace for the rest apis. - internal RestApiContainer(ClientContext parent, string nameSpace) : base(parent.ClientOptions, parent.Credential, parent.BaseUri, parent.Pipeline) + internal RestApiCollection(ClientContext parent, string nameSpace) : base(parent.ClientOptions, parent.Credential, parent.BaseUri, parent.Pipeline) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _nameSpace = nameSpace; @@ -51,7 +53,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = de { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RestApiContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RestApiCollection.GetAll"); scope.Start(); try { @@ -74,7 +76,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("RestApiContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("RestApiCollection.GetAll"); scope.Start(); try { @@ -89,5 +91,20 @@ async Task> FirstPageFunc(int? pageSizeHint) } return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Subscription.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Subscription.cs index 9abebd917e3a2..fb912d9dadbdd 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Subscription.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Subscription.cs @@ -102,30 +102,30 @@ public virtual SubscriptionData Data } /// - /// Gets the resource group container under this subscription. + /// Gets the resource group collection under this subscription. /// - /// The resource group container. - public virtual ResourceGroupContainer GetResourceGroups() + /// The resource group collection. + public virtual ResourceGroupCollection GetResourceGroups() { - return new ResourceGroupContainer(this); + return new ResourceGroupCollection(this); } /// - /// Gets the predefined tag container under this subscription. + /// Gets the predefined tag collection under this subscription. /// - /// The tags container. - public virtual PredefinedTagContainer GetPredefinedTags() + /// The tags collection. + public virtual PredefinedTagCollection GetPredefinedTags() { - return new PredefinedTagContainer(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), Id); + return new PredefinedTagCollection(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), Id); } /// - /// Gets the provider container under this subscription. + /// Gets the provider collection under this subscription. /// - /// The provider container. - public virtual ProviderContainer GetProviders() + /// The provider collection. + public virtual ProviderCollection GetProviders() { - return new ProviderContainer(this); + return new ProviderCollection(this); } /// Gets the current Subscription from Azure. @@ -215,12 +215,12 @@ Page FirstPageFunc(int? pageSizeHint) } /// - /// Gets a container representing all resources as generic objects in the current tenant. + /// Gets a collection representing all resources as generic objects in the current tenant. /// - /// GenericResource container. - public virtual GenericResourceContainer GetGenericResources() + /// GenericResource collection. + public virtual GenericResourceCollection GetGenericResources() { - return new GenericResourceContainer(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), Id); + return new GenericResourceCollection(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), Id); } /// Gets all the preview features that are available through AFEC for the subscription. diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/SubscriptionContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/SubscriptionCollection.cs similarity index 89% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/SubscriptionContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/SubscriptionCollection.cs index e78b212179382..37f90dc11ff46 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/SubscriptionContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/SubscriptionCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -15,22 +17,22 @@ namespace Azure.ResourceManager.Resources /// /// A class representing collection of Subscription and their operations /// - public class SubscriptionContainer : ArmContainer + public class SubscriptionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected SubscriptionContainer() + protected SubscriptionCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The resource representing the parent resource. - internal SubscriptionContainer(Tenant parent) + internal SubscriptionCollection(Tenant parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); @@ -43,17 +45,17 @@ internal SubscriptionContainer(Tenant parent) protected new Tenant Parent { get { return base.Parent as Tenant; } } /// - /// Gets the valid resource type associated with the container. + /// Gets the valid resource type associated with the collection. /// protected override ResourceType ValidResourceType => Tenant.ResourceType; /// - /// Gets the operations that can be performed on the container. + /// Gets the operations that can be performed on the collection. /// private SubscriptionsRestOperations RestClient; /// - /// Lists all subscriptions in the current container. + /// Lists all subscriptions in the current collection. /// /// A token to allow the caller to cancel the call to the service. /// The default value is . @@ -63,7 +65,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.GetAll"); scope.Start(); try { @@ -78,7 +80,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.GetAll"); scope.Start(); try { @@ -95,7 +97,7 @@ Page NextPageFunc(string nextLink, int? pageSizeHint) } /// - /// Lists all subscriptions in the current container. + /// Lists all subscriptions in the current collection. /// /// A token to allow the caller to cancel the call to the service. /// The default value is . @@ -105,7 +107,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancell { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.GetAll"); scope.Start(); try { @@ -120,7 +122,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.GetAll"); scope.Start(); try { @@ -145,7 +147,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// subscriptionGuid cannot be null or a whitespace. public Response Get(string subscriptionGuid, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.Get"); scope.Start(); try { @@ -171,7 +173,7 @@ public Response Get(string subscriptionGuid, CancellationToken can /// subscriptionGuid cannot be null or a whitespace. public virtual async Task> GetAsync(string subscriptionGuid, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.Get"); scope.Start(); try { @@ -197,7 +199,7 @@ public virtual async Task> GetAsync(string subscriptionGu /// Whether or not the resource existed. public virtual Response GetIfExists(string subscriptionGuid, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.GetIfExists"); scope.Start(); try @@ -223,7 +225,7 @@ public virtual Response GetIfExists(string subscriptionGuid, Cance /// Whether or not the resource existed. public virtual async Task> GetIfExistsAsync(string subscriptionGuid, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.GetIfExists"); scope.Start(); try @@ -241,7 +243,7 @@ public virtual async Task> GetIfExistsAsync(string subscr } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -249,7 +251,7 @@ public virtual async Task> GetIfExistsAsync(string subscr /// Whether or not the resource existed. public virtual Response CheckIfExists(string subscriptionGuid, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.CheckIfExists"); scope.Start(); try @@ -265,7 +267,7 @@ public virtual Response CheckIfExists(string subscriptionGuid, Cancellatio } /// - /// Determines whether or not the azure resource exists in this container. + /// Determines whether or not the azure resource exists in this collection. /// /// The name of the resource you want to check. /// A token to allow the caller to cancel the call to the service. @@ -273,7 +275,7 @@ public virtual Response CheckIfExists(string subscriptionGuid, Cancellatio /// Whether or not the resource existed. public virtual async Task> CheckIfExistsAsync(string subscriptionGuid, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("SubscriptionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("SubscriptionCollection.CheckIfExists"); scope.Start(); try @@ -287,5 +289,20 @@ public virtual async Task> CheckIfExistsAsync(string subscription throw; } } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TagResource.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TagResource.cs index 459e610d76198..3f9316aac00f3 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TagResource.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TagResource.cs @@ -225,5 +225,65 @@ public virtual async Task DeleteAsync(bool waitForCompletion throw; } } + + /// + /// Create or update tags with the resource. + /// + /// The tags to create or update. + /// Waits for the completion of the long running operations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The created or updated tags. + public virtual TagCreateOrUpdateOperation CreateOrUpdate(TagResourceData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (parameters is null) + throw new ArgumentException($"{nameof(parameters)} provided cannot be null.", nameof(parameters)); + + using var scope = _clientDiagnostics.CreateScope("TagResource.CreateOrUpdate"); + scope.Start(); + + try + { + var response = _restClient.CreateOrUpdateAtScope(Id, parameters, cancellationToken); + var operation = new TagCreateOrUpdateOperation(this, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create or update tags with the resource. + /// + /// The tags to create or update. + /// Waits for the completion of the long running operations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The created or updated tags. + public virtual async Task CreateOrUpdateAsync(TagResourceData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (parameters is null) + throw new ArgumentException($"{nameof(parameters)} provided cannot be null.", nameof(parameters)); + + using var scope = _clientDiagnostics.CreateScope("TagResource.CreateOrUpdate"); + scope.Start(); + + try + { + var response = await _restClient.CreateOrUpdateAtScopeAsync(Id, parameters, cancellationToken).ConfigureAwait(false); + var operation = new TagCreateOrUpdateOperation(this, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TagResourceContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TagResourceContainer.cs deleted file mode 100644 index 2f5b8f9c7225d..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TagResourceContainer.cs +++ /dev/null @@ -1,108 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources.Models; - -namespace Azure.ResourceManager.Resources -{ - /// A class representing collection of tag and their operations over a scope. - public class TagResourceContainer : ArmContainer - { - private ClientDiagnostics _clientDiagnostics; - - /// Initializes a new instance of the class for mocking. - protected TagResourceContainer() - { - } - - internal TagResourceContainer(ArmResource operationsBase) : base(operationsBase) - { - } - - private string _subscriptionId - { - get - { - string subscriptionId; - Id.TryGetSubscriptionId(out subscriptionId); - return subscriptionId; - } - } - - /// Represents the REST operations. - private TagRestOperations RestClient => new TagRestOperations(_clientDiagnostics, Pipeline, ClientOptions, _subscriptionId, BaseUri); - - private ClientDiagnostics Diagnostics => _clientDiagnostics ??= new ClientDiagnostics(ClientOptions); - - /// Typed Resource Identifier for the container. - public new ResourceIdentifier Id => base.Id as ResourceIdentifier; - - /// Gets the valid resource type for this object. - protected override ResourceType ValidResourceType => Id.ResourceType; - - /// - /// Create or update tags with the resource. - /// - /// The tags to create or update. - /// Waits for the completion of the long running operations. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// The created or updated tags. - public virtual TagCreateOrUpdateOperation CreateOrUpdate(TagResourceData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) - { - if (parameters is null) - throw new ArgumentException($"{nameof(parameters)} provided cannot be null.", nameof(parameters)); - - using var scope = Diagnostics.CreateScope("TagsOperations.CreateOrUpdateAtScope"); - scope.Start(); - - try - { - var response = RestClient.CreateOrUpdateAtScope(Id, parameters, cancellationToken); - var operation = new TagCreateOrUpdateOperation(this, response); - if (waitForCompletion) - operation.WaitForCompletion(cancellationToken); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Create or update tags with the resource. - /// - /// The tags to create or update. - /// Waits for the completion of the long running operations. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// The created or updated tags. - public virtual async Task CreateOrUpdateAsync(TagResourceData parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) - { - if (parameters is null) - throw new ArgumentException($"{nameof(parameters)} provided cannot be null.", nameof(parameters)); - - using var scope = Diagnostics.CreateScope("TagsOperations.CreateOrUpdateAtScope"); - scope.Start(); - - try - { - var response = await RestClient.CreateOrUpdateAtScopeAsync(Id, parameters, cancellationToken).ConfigureAwait(false); - var operation = new TagCreateOrUpdateOperation(this, response); - if (waitForCompletion) - await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Tenant.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Tenant.cs index 22c6177c63763..15d3c9a7a19e4 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Tenant.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Tenant.cs @@ -225,12 +225,12 @@ public virtual async Task> GetTenantProviderAsync(string } /// - /// Gets the management group container for this tenant. + /// Gets the management group collection for this tenant. /// - /// A container of the management groups. - public virtual ManagementGroupContainer GetManagementGroups() + /// A collection of the management groups. + public virtual ManagementGroupCollection GetManagementGroups() { - return new ManagementGroupContainer(this); + return new ManagementGroupCollection(this); } /// @@ -244,12 +244,12 @@ internal ManagementGroup GetManagementGroup(ResourceIdentifier id) } /// - /// Gets the subscription container for this tenant. + /// Gets the subscription collection for this tenant. /// - /// A container of the subscriptions. - public virtual SubscriptionContainer GetSubscriptions() + /// A collection of the subscriptions. + public virtual SubscriptionCollection GetSubscriptions() { - return new SubscriptionContainer(this); + return new SubscriptionCollection(this); } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TenantContainer.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TenantCollection.cs similarity index 83% rename from sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TenantContainer.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TenantCollection.cs index 29d9300929a41..e6ab545d5e829 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TenantContainer.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/TenantCollection.cs @@ -2,6 +2,8 @@ // Licensed under the MIT License. using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -14,22 +16,22 @@ namespace Azure.ResourceManager.Resources /// /// A class representing collection of Tenant and their operations over their parent. /// - public class TenantContainer : ArmContainer + public class TenantCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private ClientDiagnostics _clientDiagnostics; /// - /// Initializes a new instance of the class for mocking. + /// Initializes a new instance of the class for mocking. /// - protected TenantContainer() + protected TenantCollection() { } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// - internal TenantContainer(ClientContext clientContext) + internal TenantCollection(ClientContext clientContext) : base(clientContext) { } @@ -47,7 +49,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancellationT { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("TenantContainer.GetAll"); + using var scope = Diagnostics.CreateScope("TenantCollection.GetAll"); scope.Start(); try { @@ -62,7 +64,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("TenantContainer.GetAll"); + using var scope = Diagnostics.CreateScope("TenantCollection.GetAll"); scope.Start(); try { @@ -84,7 +86,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken = def { Page FirstPageFunc(int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("TenantContainer.GetAll"); + using var scope = Diagnostics.CreateScope("TenantCollection.GetAll"); scope.Start(); try { @@ -99,7 +101,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = Diagnostics.CreateScope("TenantContainer.GetAll"); + using var scope = Diagnostics.CreateScope("TenantCollection.GetAll"); scope.Start(); try { @@ -114,5 +116,20 @@ Page NextPageFunc(string nextLink, int? pageSizeHint) } return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/ResourceListOperations.cs b/sdk/resourcemanager/Azure.ResourceManager/src/ResourceListOperations.cs index b079a7c8ae51f..df76be9b085c4 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/ResourceListOperations.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/ResourceListOperations.cs @@ -116,9 +116,9 @@ public static AsyncPageable GetAtContextAsync( cancellationToken); } - private static GenericResourceContainer GetGenericResourceContainer(ArmResource resourceOperations) + private static GenericResourceCollection GetGenericResourceCollection(ArmResource resourceOperations) { - return new GenericResourceContainer(new ClientContext(resourceOperations.ClientOptions, resourceOperations.Credential, resourceOperations.BaseUri, resourceOperations.Pipeline), resourceOperations.Id); + return new GenericResourceCollection(new ClientContext(resourceOperations.ClientOptions, resourceOperations.Credential, resourceOperations.BaseUri, resourceOperations.Pipeline), resourceOperations.Id); } private static AsyncPageable ListAtContextInternalAsync( @@ -129,7 +129,7 @@ private static AsyncPageable ListAtContextInternalAsync( int? top = null, CancellationToken cancellationToken = default) { - var restClient = GetGenericResourceContainer(resourceOperations); + var restClient = GetGenericResourceCollection(resourceOperations); AsyncPageable result; if (scopeFilter == null) { @@ -156,7 +156,7 @@ private static Pageable ListAtContextInternal( int? top = null, CancellationToken cancellationToken = default) { - var restClient = GetGenericResourceContainer(resourceOperations); + var restClient = GetGenericResourceCollection(resourceOperations); Pageable result; if (scopeFilter == null) { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Azure.ResourceManager.Tests.csproj b/sdk/resourcemanager/Azure.ResourceManager/tests/Azure.ResourceManager.Tests.csproj index 85bca1a8a5d9d..3fa94692af35c 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Azure.ResourceManager.Tests.csproj +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Azure.ResourceManager.Tests.csproj @@ -7,8 +7,8 @@ - - + @@ -29,12 +29,11 @@ - - + + - - + diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/MigrationGuide.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/MigrationGuide.cs index f3d37d393b722..6085ba29c5abb 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/MigrationGuide.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/MigrationGuide.cs @@ -3,10 +3,10 @@ using System.Linq; using Azure.Identity; using Azure.ResourceManager; -using Azure.ResourceManager.Compute; -using Azure.ResourceManager.Compute.Models; -using Azure.ResourceManager.Network; -using Azure.ResourceManager.Network.Models; +//using Azure.ResourceManager.Compute; +//using Azure.ResourceManager.Compute.Models; +//using Azure.ResourceManager.Network; +//using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; #endregion Snippet:Readme_AuthClient @@ -17,94 +17,94 @@ namespace Azure.ResourceManager.Tests.Samples { internal class MigrationGuide { - [Test] - [Ignore("Only verifying that the sample builds")] - public async Task MigrationExample() - { - #region Snippet:Construct_Client - ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - #endregion + //[Test] + //[Ignore("Only verifying that the sample builds")] + //public async Task MigrationExample() + //{ + // #region Snippet:Construct_Client + // ArmClient armClient = new ArmClient(new DefaultAzureCredential()); + // #endregion - #region Snippet:Create_ResourceGroup - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + // #region Snippet:Create_ResourceGroup + // Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + // ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); - Location location = Location.WestUS2; - string rgName = "QuickStartRG"; + // Location location = Location.WestUS2; + // string rgName = "QuickStartRG"; - ResourceGroupData rgData = new ResourceGroupData(location); - ResourceGroupCreateOrUpdateOperation rgCreateLro = await rgContainer.CreateOrUpdateAsync(rgName, rgData); - ResourceGroup resourceGroup = rgCreateLro.Value; - #endregion + // ResourceGroupData rgData = new ResourceGroupData(location); + // ResourceGroupCreateOrUpdateOperation rgCreateLro = await rgCollection.CreateOrUpdateAsync(rgName, rgData); + // ResourceGroup resourceGroup = rgCreateLro.Value; + // #endregion - #region Snippet:Create_AvailabilitySet - string vmName = "quickstartvm"; - AvailabilitySetData aSetData = new AvailabilitySetData(location); - AvailabilitySetCreateOrUpdateOperation asetCreateLro = await resourceGroup.GetAvailabilitySets().CreateOrUpdateAsync(vmName + "_aSet", aSetData); - AvailabilitySet aset = asetCreateLro.Value; - string asetId = aset.Id; - #endregion + // #region Snippet:Create_AvailabilitySet + // string vmName = "quickstartvm"; + // AvailabilitySetData aSetData = new AvailabilitySetData(location); + // AvailabilitySetCreateOrUpdateOperation asetCreateLro = await resourceGroup.GetAvailabilitySets().CreateOrUpdateAsync(vmName + "_aSet", aSetData); + // AvailabilitySet aset = asetCreateLro.Value; + // string asetId = aset.Id; + // #endregion - #region Snippet:Create_Vnet_and_Subnet - string vnetName = "MYVM" + "_vnet"; - string subnetName = "mySubnet"; - AddressSpace addressSpace = new AddressSpace(); - addressSpace.AddressPrefixes.Add("10.0.0.0/16"); + // #region Snippet:Create_Vnet_and_Subnet + // string vnetName = "MYVM" + "_vnet"; + // string subnetName = "mySubnet"; + // AddressSpace addressSpace = new AddressSpace(); + // addressSpace.AddressPrefixes.Add("10.0.0.0/16"); - VirtualNetworkData vnetData = new VirtualNetworkData() - { - AddressSpace = addressSpace, - Subnets = - { - new SubnetData() - { - Name = subnetName, - AddressPrefix = "10.0.0.0/24" - } - } - }; - VirtualNetworkCreateOrUpdateOperation vnetCreateLro = await resourceGroup.GetVirtualNetworks().CreateOrUpdateAsync(vnetName, vnetData); - VirtualNetwork vnet = vnetCreateLro.Value; - #endregion + // VirtualNetworkData vnetData = new VirtualNetworkData() + // { + // AddressSpace = addressSpace, + // Subnets = + // { + // new SubnetData() + // { + // Name = subnetName, + // AddressPrefix = "10.0.0.0/24" + // } + // } + // }; + // VirtualNetworkCreateOrUpdateOperation vnetCreateLro = await resourceGroup.GetVirtualNetworks().CreateOrUpdateAsync(vnetName, vnetData); + // VirtualNetwork vnet = vnetCreateLro.Value; + // #endregion - #region Snippet:Create_NetworkSecurityGroup - string nsgName = vmName + "_nsg"; - NetworkSecurityGroupData nsgData = new NetworkSecurityGroupData() { Location = location }; - NetworkSecurityGroupCreateOrUpdateOperation nsgCreateLro = await resourceGroup.GetNetworkSecurityGroups().CreateOrUpdateAsync(nsgName, nsgData); - NetworkSecurityGroup nsg = nsgCreateLro.Value; - #endregion + // #region Snippet:Create_NetworkSecurityGroup + // string nsgName = vmName + "_nsg"; + // NetworkSecurityGroupData nsgData = new NetworkSecurityGroupData() { Location = location }; + // NetworkSecurityGroupCreateOrUpdateOperation nsgCreateLro = await resourceGroup.GetNetworkSecurityGroups().CreateOrUpdateAsync(nsgName, nsgData); + // NetworkSecurityGroup nsg = nsgCreateLro.Value; + // #endregion - #region Snippet:Create_NetworkInterface - string nicName = vmName + "_nic"; - NetworkInterfaceIPConfiguration nicIPConfig = new NetworkInterfaceIPConfiguration() - { - Name = "Primary", - Primary = true, - Subnet = new SubnetData() { Id = vnet.Data.Subnets.First().Id }, - PrivateIPAllocationMethod = IPAllocationMethod.Dynamic, - }; + // #region Snippet:Create_NetworkInterface + // string nicName = vmName + "_nic"; + // NetworkInterfaceIPConfiguration nicIPConfig = new NetworkInterfaceIPConfiguration() + // { + // Name = "Primary", + // Primary = true, + // Subnet = new SubnetData() { Id = vnet.Data.Subnets.First().Id }, + // PrivateIPAllocationMethod = IPAllocationMethod.Dynamic, + // }; - NetworkInterfaceData nicData = new NetworkInterfaceData(); - nicData.Location = location; - nicData.IpConfigurations.Add(nicIPConfig); - NetworkInterfaceCreateOrUpdateOperation nicCreateLro = await resourceGroup.GetNetworkInterfaces().CreateOrUpdateAsync(nicName, nicData); - NetworkInterface nic = nicCreateLro.Value; - #endregion + // NetworkInterfaceData nicData = new NetworkInterfaceData(); + // nicData.Location = location; + // nicData.IpConfigurations.Add(nicIPConfig); + // NetworkInterfaceCreateOrUpdateOperation nicCreateLro = await resourceGroup.GetNetworkInterfaces().CreateOrUpdateAsync(nicName, nicData); + // NetworkInterface nic = nicCreateLro.Value; + // #endregion - #region Snippet:Create_VirtualMachine - VirtualMachineData vmData = new VirtualMachineData(location); - vmData.OsProfile.AdminUsername = "admin-username"; - vmData.OsProfile.AdminPassword = "admin-p4$$w0rd"; - vmData.OsProfile.ComputerName = "computer-name"; - //vmData.AvailabilitySet = new WritableSubResource(); // Uncomment when package is updated - vmData.AvailabilitySet.Id = aset.Id; - NetworkInterfaceReference nicReference = new NetworkInterfaceReference(); - nicReference.Id = nic.Id; - vmData.NetworkProfile.NetworkInterfaces.Add(nicReference); + // #region Snippet:Create_VirtualMachine + // VirtualMachineData vmData = new VirtualMachineData(location); + // vmData.OsProfile.AdminUsername = "admin-username"; + // vmData.OsProfile.AdminPassword = "admin-p4$$w0rd"; + // vmData.OsProfile.ComputerName = "computer-name"; + // //vmData.AvailabilitySet = new WritableSubResource(); // Uncomment when package is updated + // vmData.AvailabilitySet.Id = aset.Id; + // NetworkInterfaceReference nicReference = new NetworkInterfaceReference(); + // nicReference.Id = nic.Id; + // vmData.NetworkProfile.NetworkInterfaces.Add(nicReference); - VirtualMachine vm = (await resourceGroup.GetVirtualMachines().CreateOrUpdateAsync(vmName, vmData)).Value; - Console.WriteLine("VM ID: " + vm.Id); - #endregion - } + // VirtualMachine vm = (await resourceGroup.GetVirtualMachines().CreateOrUpdateAsync(vmName, vmData)).Value; + // Console.WriteLine("VM ID: " + vm.Id); + // #endregion + //} } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Readme.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Readme.cs index 8bcd642a615d6..f27c39ddee3e6 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Readme.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Readme.cs @@ -63,7 +63,7 @@ public async Task CheckIfResourceGroupExists() { #region Snippet:Readme_CheckIfExistssRG ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; bool exists = await subscription.GetResourceGroups().CheckIfExistsAsync(rgName); @@ -89,7 +89,7 @@ public async Task TryGetResourceGroup() { #region Snippet:Readme_TryGetRG ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; ResourceGroup myRG = await subscription.GetResourceGroups().GetIfExistsAsync(rgName); @@ -111,7 +111,7 @@ public async Task TryGetResourceGroupOld() { #region Snippet:Readme_OldCheckIfExistsRG ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; try diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorld.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorld.cs index c7eb714a27b66..4e501c0a5fe2d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorld.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorld.cs @@ -16,7 +16,7 @@ public void GettingDefaultSubscription() { #region Snippet:Hello_World_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = armClient.GetDefaultSubscription(); Console.WriteLine(subscription.Id); #endregion Snippet:Hello_World_DefaultSubscription } @@ -35,13 +35,25 @@ public void GettingSpecificSubscription() [Test] [Ignore("Only verifying that the sample builds")] - public void RetrieveResourceGroupContainer() + public void GettingSpecifiedDefaultSubscription() + { + #region Snippet:Hello_World_SpecifyDefaultSubscription + string defaultSubscriptionId = "your-subscription-id"; + ArmClient armClient = new ArmClient(defaultSubscriptionId, new DefaultAzureCredential()); + Subscription subscription = armClient.GetDefaultSubscription(); + Console.WriteLine(subscription.Id); + #endregion + } + + [Test] + [Ignore("Only verifying that the sample builds")] + public void RetrieveResourceGroupCollection() { ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; - #region Snippet:Hello_World_ResourceGroupContainer - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - #endregion Snippet:Hello_World_ResourceGroupContainer + Subscription subscription = armClient.GetDefaultSubscription(); + #region Snippet:Hello_World_ResourceGroupCollection + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + #endregion Snippet:Hello_World_ResourceGroupCollection } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorldAsync.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorldAsync.cs index 8a2c85fecd72d..f900fc1e0f3bc 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorldAsync.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample1_HelloWorldAsync.cs @@ -12,11 +12,11 @@ class Sample1_HelloWorldAsync { [Test] [Ignore("Only verifying that the sample builds")] - public void GettingDefaultSubscription() + public async Task GettingDefaultSubscription() { #region Snippet:Hello_World_Async_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); Console.WriteLine(subscription.Id); #endregion Snippet:Hello_World_Async_DefaultSubscription } @@ -35,13 +35,25 @@ public async Task GettingSpecificSubscriptionAsync() [Test] [Ignore("Only verifying that the sample builds")] - public void RetrieveResourceGroupContainer() + public async Task GettingSpecifiedDefaultSubscriptionAsync() + { + #region Snippet:Hello_World_Async_SpecifyDefaultSubscription + string defaultSubscriptionId = "your-subscription-id"; + ArmClient armClient = new ArmClient(defaultSubscriptionId, new DefaultAzureCredential()); + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + Console.WriteLine(subscription.Id); + #endregion + } + + [Test] + [Ignore("Only verifying that the sample builds")] + public void RetrieveResourceGroupCollection() { ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; - #region Snippet:Hello_World_Async_ResourceGroupContainer - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - #endregion Snippet:Hello_World_Async_ResourceGroupContainer + Subscription subscription = armClient.GetDefaultSubscription(); + #region Snippet:Hello_World_Async_ResourceGroupCollection + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + #endregion Snippet:Hello_World_Async_ResourceGroupCollection } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample2_ManagingResourceGroups.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample2_ManagingResourceGroups.cs index 5eaf2193f3308..3e71872e56339 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample2_ManagingResourceGroups.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample2_ManagingResourceGroups.cs @@ -13,11 +13,11 @@ class Sample2_ManagingResourceGroups { [Test] [Ignore("Only verifying that the sample builds")] - public void SetUpWithDefaultSubscription() + public async Task SetUpWithDefaultSubscription() { #region Snippet:Managing_Resource_Groups_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); #endregion Snippet:Managing_Resource_Groups_DefaultSubscription } @@ -28,27 +28,28 @@ public async Task CreateResourceGroup() #region Snippet:Managing_Resource_Groups_CreateAResourceGroup // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - // Now we get a ResourceGroup container for that subscription - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - - // With the container, we can create a new resource group with an specific name + // Now we get a ResourceGroup collection for that subscription + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupData rgData = new ResourceGroupData(location); - ResourceGroupCreateOrUpdateOperation operation = await rgContainer.CreateOrUpdateAsync(rgName, rgData); + ResourceGroupCreateOrUpdateOperation operation = await rgCollection.CreateOrUpdateAsync(rgName, rgData); ResourceGroup resourceGroup = operation.Value; #endregion Snippet:Managing_Resource_Groups_CreateAResourceGroup } [Test] [Ignore("Only verifying that the sample builds")] - public async Task GettingResourceGroupContainer() + public async Task GettingResourceGroupCollection() { - #region Snippet:Managing_Resource_Groups_GetResourceGroupContainer + #region Snippet:Managing_Resource_Groups_GetResourceGroupCollection + ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); // code omitted for brevity @@ -60,11 +61,11 @@ public async Task GettingResourceGroupContainer() { Location location = Location.WestUS2; ResourceGroupData rgData = new ResourceGroupData(location); - _ = await rgContainer.CreateOrUpdateAsync(rgName, rgData); + _ = await rgCollection.CreateOrUpdateAsync(rgName, rgData); } #endif - ResourceGroup resourceGroup = await rgContainer.GetAsync(rgName); - #endregion Snippet:Managing_Resource_Groups_GetResourceGroupContainer + ResourceGroup resourceGroup = await rgCollection.GetAsync(rgName); + #endregion Snippet:Managing_Resource_Groups_GetResourceGroupCollection } [Test] @@ -74,11 +75,11 @@ public async Task ListAllResourceGroups() #region Snippet:Managing_Resource_Groups_ListAllResourceGroup // First, initialize the ArmClient and get the default subscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; - // Now we get a ResourceGroup container for that subscription - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - // With GetAllAsync(), we can get a list of the resources in the container - await foreach (ResourceGroup rg in rgContainer.GetAllAsync()) + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + // Now we get a ResourceGroup collection for that subscription + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + // With GetAllAsync(), we can get a list of the resources in the collection + await foreach (ResourceGroup rg in rgCollection.GetAllAsync()) { Console.WriteLine(rg.Data.Name); } @@ -92,7 +93,7 @@ public async Task UpdateAResourceGroup() #region Snippet:Managing_Resource_Groups_UpdateAResourceGroup // Note: Resource group named 'myRgName' should exist for this example to work. ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; #if !SNIPPET //Check if 'myRgName' exists, if not, create it first or run CreateResourceGroup() @@ -100,9 +101,9 @@ public async Task UpdateAResourceGroup() if (rg == null) { Location location = Location.WestUS2; - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); ResourceGroupData rgData = new ResourceGroupData(location); - _ = await rgContainer.CreateOrUpdateAsync(rgName, rgData); + _ = await rgCollection.CreateOrUpdateAsync(rgName, rgData); } #endif ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); @@ -116,7 +117,7 @@ public async Task DeleteResourceGroup() { #region Snippet:Managing_Resource_Groups_DeleteResourceGroup ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; ResourceGroup resourceGroup = await subscription.GetResourceGroups().GetAsync(rgName); await resourceGroup.DeleteAsync(); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample3_CreatingAVirtualNetwork.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample3_CreatingAVirtualNetwork.cs index 231a94e2a7972..fd68f03b3fe03 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample3_CreatingAVirtualNetwork.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Samples/Sample3_CreatingAVirtualNetwork.cs @@ -14,11 +14,12 @@ public async Task CreateResourceGroupAsync() { #region Snippet:Creating_A_Virtual_Network_CreateResourceGroup ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - ResourceGroupContainer rgContainer = armClient.DefaultSubscription.GetResourceGroups(); - + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + string rgName = "myResourceGroup"; ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - ResourceGroupCreateOrUpdateOperation operation = await rgContainer.CreateOrUpdateAsync(rgName, rgData); + ResourceGroupCreateOrUpdateOperation operation = await rgCollection.CreateOrUpdateAsync(rgName, rgData); ResourceGroup resourceGroup = operation.Value; #endregion Snippet:Creating_A_Virtual_Network_CreateResourceGroup } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmBuilderTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmBuilderTests.cs index 9635b805033e5..18a7990a29387 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmBuilderTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmBuilderTests.cs @@ -1,5 +1,6 @@ using System; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using NUnit.Framework; @@ -25,7 +26,7 @@ public void SetUp() [RecordedTest] public void TestCreateOrUpdate(string value) { - Assert.ThrowsAsync(async delegate { await _client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value); }); + Assert.ThrowsAsync(async delegate { await (await _client.GetDefaultSubscriptionAsync()).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value); }); } [TestCase(null)] @@ -33,7 +34,7 @@ public void TestCreateOrUpdate(string value) [RecordedTest] public void TestStartCreateOrUpdate(string value) { - Assert.ThrowsAsync(async delegate { await _client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value, false); }); + Assert.ThrowsAsync(async delegate { await (await _client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value, false); }); } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmClientTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmClientTests.cs index a99f196b6546f..9f4e1fb9b0a1d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmClientTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ArmClientTests.cs @@ -35,7 +35,8 @@ public async Task LocalOneTimeSetup() [SyncOnly] public void ConstructWithInvalidSubscription() { - var ex = Assert.Throws(() => new ArmClient(Guid.NewGuid().ToString(), TestEnvironment.Credential)); + var client = new ArmClient(Guid.NewGuid().ToString(), TestEnvironment.Credential); + var ex = Assert.Throws(() => client.GetDefaultSubscription()); Assert.AreEqual(404, ex.Status); } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ClientContextTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ClientContextTests.cs index 8770e6128e2c9..bc6ecad9e68e8 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ClientContextTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ClientContextTests.cs @@ -28,12 +28,12 @@ public async Task TestClientContextPolicy() var client1 = GetArmClient(options1); Console.WriteLine("-----Client 1-----"); - _ = await client1.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + _ = await (await client1.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); Assert.AreEqual(2, dummyPolicy1.numMsgGot); options1.AddPolicy(dummyPolicy2, HttpPipelinePosition.PerCall); - _ = await client1.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("test2Rg-")); + _ = await (await client1.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("test2Rg-")); Assert.AreEqual(3, dummyPolicy1.numMsgGot); Assert.AreEqual(0, dummyPolicy2.numMsgGot); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ContainerTryGetTest.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/CollectionTryGetTest.cs similarity index 62% rename from sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ContainerTryGetTest.cs rename to sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/CollectionTryGetTest.cs index 367421b03e410..daac0a14166e7 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ContainerTryGetTest.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/CollectionTryGetTest.cs @@ -9,14 +9,14 @@ namespace Azure.ResourceManager.Tests { - public class ContainerTryGetTest : ResourceManagerTestBase + public class CollectionTryGetTest : ResourceManagerTestBase { private ArmClient _client; - private ResourceGroupContainer _container; + private ResourceGroupCollection _collection; private ResourceGroup _resourceGroup; private string _rgName; - public ContainerTryGetTest(bool isAsync) + public CollectionTryGetTest(bool isAsync) : base(isAsync) //, RecordedTestMode.Record) { } @@ -26,8 +26,9 @@ public async Task SetUp() { _rgName = Recording.GenerateAssetName("CoreRg"); _client = GetArmClient(); - _container = _client.DefaultSubscription.GetResourceGroups(); - var rgOp = await _container.Construct(Location.WestUS2).CreateOrUpdateAsync(_rgName); + var subscription = await _client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + _collection = subscription.GetResourceGroups(); + var rgOp = await _collection.Construct(Location.WestUS2).CreateOrUpdateAsync(_rgName); _resourceGroup = rgOp.Value; } @@ -35,10 +36,10 @@ public async Task SetUp() [RecordedTest] public async Task TryGetTest() { - ResourceGroup result = await _container.GetIfExistsAsync(_rgName); + ResourceGroup result = await _collection.GetIfExistsAsync(_rgName); Assert.NotNull(result); Assert.IsTrue(result.Data.Name == _rgName); - result = await _container.GetIfExistsAsync("FakeName"); + result = await _collection.GetIfExistsAsync("FakeName"); Assert.IsNull(result); } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureCollectionTests.cs similarity index 75% rename from sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureContainerTests.cs rename to sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureCollectionTests.cs index 100bf5d45c87c..7389ebed6eeb5 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureContainerTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureCollectionTests.cs @@ -5,9 +5,9 @@ namespace Azure.ResourceManager.Tests { - public class FeatureContainerTests : ResourceManagerTestBase + public class FeatureCollectionTests : ResourceManagerTestBase { - public FeatureContainerTests(bool isAsync) + public FeatureCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -15,7 +15,7 @@ public FeatureContainerTests(bool isAsync) [RecordedTest] public async Task List() { - Provider provider = await Client.DefaultSubscription.GetProviders().GetAsync("Microsoft.Compute"); + Provider provider = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders().GetAsync("Microsoft.Compute"); Feature testFeature = null; await foreach (var feature in provider.GetFeatures().GetAllAsync()) { @@ -32,7 +32,7 @@ public async Task List() [RecordedTest] public async Task Get() { - Provider provider = await Client.DefaultSubscription.GetProviders().GetAsync("Microsoft.Compute"); + Provider provider = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders().GetAsync("Microsoft.Compute"); Feature feature = await provider.GetFeatures().GetAsync("AHUB"); Assert.IsNotNull(feature); Assert.IsNotNull(feature.Data.Id); @@ -47,7 +47,7 @@ public async Task Get() [RecordedTest] public async Task TryGet() { - Provider provider = await Client.DefaultSubscription.GetProviders().GetAsync("Microsoft.Compute"); + Provider provider = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders().GetAsync("Microsoft.Compute"); Feature feature = await provider.GetFeatures().GetIfExistsAsync("AHUB"); Assert.IsNotNull(feature); Assert.IsNotNull(feature.Data.Id); @@ -62,7 +62,7 @@ public async Task TryGet() [RecordedTest] public async Task CheckIfExists() { - Provider provider = await Client.DefaultSubscription.GetProviders().GetAsync("Microsoft.Compute"); + Provider provider = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders().GetAsync("Microsoft.Compute"); Assert.IsTrue(await provider.GetFeatures().CheckIfExistsAsync("AHUB")); Assert.IsFalse(await provider.GetFeatures().CheckIfExistsAsync("DoesNotExist")); } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureOperationsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureOperationsTests.cs index 11a9577e523cc..65a50aa8f76ea 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureOperationsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/FeatureOperationsTests.cs @@ -25,13 +25,14 @@ public void NoDataValidation() [RecordedTest] public async Task Get() { - Provider provider = await Client.DefaultSubscription.GetProviders().GetAsync("Microsoft.Compute"); - Feature featureFromContainer = await GetFirst(provider.GetFeatures().GetAllAsync()); - Feature feature = await featureFromContainer.GetAsync(); - Assert.AreEqual(featureFromContainer.Data.Id, feature.Data.Id); - Assert.AreEqual(featureFromContainer.Data.Name, feature.Data.Name); - Assert.AreEqual(featureFromContainer.Data.Properties.State, feature.Data.Properties.State); - Assert.AreEqual(featureFromContainer.Data.Type, feature.Data.Type); + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); + Provider provider = await subscription.GetProviders().GetAsync("Microsoft.Compute"); + Feature featureFromCollection = await GetFirst(provider.GetFeatures().GetAllAsync()); + Feature feature = await featureFromCollection.GetAsync(); + Assert.AreEqual(featureFromCollection.Data.Id, feature.Data.Id); + Assert.AreEqual(featureFromCollection.Data.Name, feature.Data.Name); + Assert.AreEqual(featureFromCollection.Data.Properties.State, feature.Data.Properties.State); + Assert.AreEqual(featureFromCollection.Data.Type, feature.Data.Type); var ex = Assert.ThrowsAsync(async () => _ = await Client.GetFeature(feature.Data.Id + "x").GetAsync()); Assert.AreEqual(404, ex.Status); @@ -63,7 +64,7 @@ private async Task GetFirst(AsyncPageable asyncPageable, bool? public async Task RegisterAndUnregister() { //testing both register and unregister in the same test to avoid feature creep in our test subscription - Provider provider = await Client.DefaultSubscription.GetProviders().GetAsync("Microsoft.Compute"); + Provider provider = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders().GetAsync("Microsoft.Compute"); Feature feature = await provider.GetFeatures().GetAsync("AHUB"); Feature afterRegister = await feature.RegisterAsync(); Assert.AreEqual(feature.Data.Id, afterRegister.Data.Id); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceCollectionTests.cs similarity index 62% rename from sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceContainerTests.cs rename to sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceCollectionTests.cs index 974d5ce9c61c4..1f088185a9309 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceContainerTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceCollectionTests.cs @@ -8,9 +8,9 @@ namespace Azure.ResourceManager.Tests { - public class GenericResourceContainerTests : ResourceManagerTestBase + public class GenericResourceCollectionTests : ResourceManagerTestBase { - public GenericResourceContainerTests(bool isAsync) + public GenericResourceCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -19,11 +19,12 @@ public GenericResourceContainerTests(bool isAsync) [RecordedTest] public async Task Get() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = subscription.GetGenericResources(); GenericResource aset2 = await genericResources.GetAsync(aset.Data.Id); AssertAreEqual(aset, aset2); @@ -38,14 +39,15 @@ public async Task Get() [RecordedTest] public async Task List() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg1 = rg1Op.Value; _ = await CreateGenericAvailabilitySetAsync(rg1.Id); - var rg2Op = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rg2Op = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg2 = rg2Op.Value; _ = await CreateGenericAvailabilitySetAsync(rg2.Id); - var count = await GetResourceCountAsync(Client.DefaultSubscription.GetGenericResources()); + var count = await GetResourceCountAsync(subscription.GetGenericResources()); Assert.GreaterOrEqual(count, 2); } @@ -53,16 +55,17 @@ public async Task List() [RecordedTest] public async Task ListWithExpand() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg1 = rg1Op.Value; _ = await CreateGenericAvailabilitySetAsync(rg1.Id); - var rg2Op = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rg2Op = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg2 = rg2Op.Value; _ = await CreateGenericAvailabilitySetAsync(rg2.Id); int count = 0; //`createdTime`, `changedTime` and `provisioningState` - await foreach (var genericResource in Client.DefaultSubscription.GetGenericResources().GetAllAsync(expand: "createdTime")) + await foreach (var genericResource in subscription.GetGenericResources().GetAllAsync(expand: "createdTime")) { Assert.NotNull(genericResource.Data.CreatedTime); Assert.Null(genericResource.Data.ChangedTime); @@ -71,7 +74,7 @@ public async Task ListWithExpand() } //`createdTime`, `changedTime` and `provisioningState` - await foreach (var genericResource in Client.DefaultSubscription.GetGenericResources().GetAllAsync(expand: "changedTime,provisioningState")) + await foreach (var genericResource in subscription.GetGenericResources().GetAllAsync(expand: "changedTime,provisioningState")) { Assert.Null(genericResource.Data.CreatedTime); Assert.NotNull(genericResource.Data.ChangedTime); @@ -85,15 +88,16 @@ public async Task ListWithExpand() [RecordedTest] public async Task ListByResourceGroup() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg1 = rg1Op.Value; _ = await CreateGenericAvailabilitySetAsync(rg1.Id); _ = await CreateGenericAvailabilitySetAsync(rg1.Id); - var rg2Op = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rg2Op = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg2 = rg2Op.Value; _ = await CreateGenericAvailabilitySetAsync(rg2.Id); - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = subscription.GetGenericResources(); var count = await GetResourceCountAsync(genericResources, rg1); Assert.AreEqual(2, count); @@ -108,26 +112,28 @@ public async Task ListByResourceGroup() [RecordedTest] public async Task CheckIfExists() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); - Assert.IsTrue(await Client.DefaultSubscription.GetGenericResources().CheckIfExistsAsync(aset.Data.Id)); - Assert.IsFalse(await Client.DefaultSubscription.GetGenericResources().CheckIfExistsAsync(aset.Data.Id + "1")); + Assert.IsTrue(await subscription.GetGenericResources().CheckIfExistsAsync(aset.Data.Id)); + Assert.IsFalse(await subscription.GetGenericResources().CheckIfExistsAsync(aset.Data.Id + "1")); } [TestCase] [RecordedTest] public async Task TryGet() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); - GenericResource resource = await Client.DefaultSubscription.GetGenericResources().GetIfExistsAsync(aset.Data.Id); + GenericResource resource = await subscription.GetGenericResources().GetIfExistsAsync(aset.Data.Id); Assert.AreEqual(aset.Data.Id, resource.Data.Id); - var response = await Client.DefaultSubscription.GetGenericResources().GetIfExistsAsync(aset.Data.Id + "1"); + var response = await subscription.GetGenericResources().GetIfExistsAsync(aset.Data.Id + "1"); Assert.IsNull(response.Value); } @@ -135,11 +141,12 @@ public async Task TryGet() [RecordedTest] public async Task CreateOrUpdate() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; Assert.DoesNotThrowAsync(async () => _ = await CreateGenericAvailabilitySetAsync(rg.Id)); - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = subscription.GetGenericResources(); var resourceId = rg.Id.AppendProviderResource("Microsoft.Compute", "availabilitySets", Recording.GenerateAssetName("test-aset")); Assert.ThrowsAsync(async () => _ = await genericResources.CreateOrUpdateAsync(resourceId, null)); Assert.ThrowsAsync(async () => _ = await genericResources.CreateOrUpdateAsync(null, ConstructGenericAvailabilitySet())); @@ -151,7 +158,8 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task StartCreateOrUpdate() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; Assert.DoesNotThrowAsync(async () => { @@ -159,7 +167,7 @@ public async Task StartCreateOrUpdate() _ = await createOp.WaitForCompletionAsync(); }); - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = subscription.GetGenericResources(); var resourceId = rg.Id.AppendProviderResource("Microsoft.Compute", "availabilitySets", Recording.GenerateAssetName("test-aset")); Assert.ThrowsAsync(async () => { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceOperationsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceOperationsTests.cs index 2a12505dc000c..178360797fad6 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceOperationsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/GenericResourceOperationsTests.cs @@ -21,7 +21,7 @@ public GenericResourceOperationsTests(bool isAsync) public async Task GetGenericsConfirmException() { var rgName = Recording.GenerateAssetName("testrg"); - _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); + _ = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); var asetid = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Compute/availabilitySets/testavset"; var genericResourceOperations = Client.GetGenericResource(asetid); RequestFailedException exception = Assert.ThrowsAsync(async () => await genericResourceOperations.GetAsync()); @@ -34,7 +34,7 @@ public async Task GetGenericsConfirmException() public async Task GetGenericsBadNameSpace() { var rgName = Recording.GenerateAssetName("testrg"); - _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); + _ = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); var asetid = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.NotAValidNameSpace123/availabilitySets/testavset"; var genericResourceOperations = Client.GetGenericResource(asetid); InvalidOperationException exception = Assert.ThrowsAsync(async () => await genericResourceOperations.GetAsync()); @@ -46,7 +46,7 @@ public async Task GetGenericsBadNameSpace() public async Task GetGenericsBadApiVersion() { var rgName = Recording.GenerateAssetName("testrg"); - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); ResourceGroup rg = rgOp.Value; ArmClientOptions options = new ArmClientOptions(); options.ApiVersions.SetApiVersion(rg.Id.ResourceType, "1500-10-10"); @@ -61,7 +61,7 @@ public async Task GetGenericsBadApiVersion() public async Task GetGenericsGoodApiVersion() { var rgName = Recording.GenerateAssetName("testrg"); - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); ResourceGroup rg = rgOp.Value; var genericResourceOperations = Client.GetGenericResource(rg.Id); var genericResource = await genericResourceOperations.GetAsync(); @@ -73,7 +73,7 @@ public async Task GetGenericsGoodApiVersion() [RecordedTest] public async Task Delete() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); @@ -87,7 +87,7 @@ public async Task Delete() [RecordedTest] public async Task StartDelete() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var createOp = await StartCreateGenericAvailabilitySetAsync(rg.Id); GenericResource aset = await createOp.WaitForCompletionAsync(); @@ -110,7 +110,7 @@ public async Task StartDelete() [RecordedTest] public async Task AddTag() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); @@ -126,7 +126,7 @@ public async Task AddTag() [RecordedTest] public async Task Get() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); @@ -142,7 +142,7 @@ public async Task Get() [RecordedTest] public async Task SetTags() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); @@ -160,7 +160,7 @@ public async Task SetTags() [RecordedTest] public async Task RemoveTag() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); @@ -178,7 +178,7 @@ public async Task RemoveTag() [RecordedTest] public async Task Update() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var aset = await CreateGenericAvailabilitySetAsync(rg.Id); @@ -197,7 +197,7 @@ public async Task Update() [RecordedTest] public async Task StartUpdate() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp.Value; var createOp = await StartCreateGenericAvailabilitySetAsync(rg.Id); GenericResource aset = await createOp.WaitForCompletionAsync(); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/HttpPipelineTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/HttpPipelineTests.cs index 7b0913c1f300c..8332383f058cc 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/HttpPipelineTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/HttpPipelineTests.cs @@ -1,5 +1,6 @@ using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; using NUnit.Framework; @@ -27,12 +28,12 @@ public void SetUp() [RecordedTest] public async Task ValidateHttpPipelines() { - await _client.DefaultSubscription - .GetResourceGroups().Construct(Location.WestUS) + Subscription subscription = await _client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + await subscription.GetResourceGroups().Construct(Location.WestUS) .CreateOrUpdateAsync(_rgName); - await foreach (var rg in _client.DefaultSubscription.GetResourceGroups().GetAllAsync()) + await foreach (var rg in subscription.GetResourceGroups().GetAllAsync()) { - Assert.AreEqual(rg.Pipeline.GetHashCode(), _client.DefaultSubscription.Pipeline.GetHashCode()); + Assert.AreEqual(rg.Pipeline.GetHashCode(), subscription.Pipeline.GetHashCode()); } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/LocationExpandedTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/LocationExpandedTests.cs index e4f8e2f5d70d1..e79c73602ff15 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/LocationExpandedTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/LocationExpandedTests.cs @@ -15,7 +15,7 @@ public LocationExpandedTests(bool isAsync) [RecordedTest] public async Task VerifyMetadata() { - var listLocs = Client.DefaultSubscription.GetLocationsAsync(); + var listLocs = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetLocationsAsync(); await foreach (LocationExpanded loc in listLocs) { Assert.IsNotNull(loc.Metadata); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ManagementGroupContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ManagementGroupCollectionTests.cs similarity index 94% rename from sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ManagementGroupContainerTests.cs rename to sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ManagementGroupCollectionTests.cs index a26836c22629b..7252ee9adcbc1 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ManagementGroupContainerTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ManagementGroupCollectionTests.cs @@ -6,12 +6,12 @@ namespace Azure.ResourceManager.Tests { - public class ManagementGroupContainerTests : ResourceManagerTestBase + public class ManagementGroupCollectionTests : ResourceManagerTestBase { private ManagementGroup _mgmtGroup; private string _mgmtGroupName; - public ManagementGroupContainerTests(bool isAsync) + public ManagementGroupCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -29,9 +29,9 @@ public async Task GetGlobalManagementGroup() [RecordedTest] public async Task List() { - var mgmtGroupContainer = Client.GetManagementGroups(); + var mgmtGroupCollection = Client.GetManagementGroups(); ManagementGroup mgmtGroup = null; - await foreach(var item in mgmtGroupContainer.GetAllAsync("no-cache")) + await foreach(var item in mgmtGroupCollection.GetAllAsync("no-cache")) { mgmtGroup = item; break; diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagCollectionTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagCollectionTests.cs new file mode 100644 index 0000000000000..3956ec5116e9e --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagCollectionTests.cs @@ -0,0 +1,67 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License.s + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; +using NUnit.Framework; + +namespace Azure.ResourceManager.Tests +{ + public class PredefinedTagCollectionTests : ResourceManagerTestBase + { + private PredefinedTag _predefinedTag; + + public PredefinedTagCollectionTests(bool isAsync) + : base(isAsync)//, RecordedTestMode.Record) + { + } + + [TearDown] + protected async Task TagCleanupAsync() + { + if (_predefinedTag != null) + _ = await _predefinedTag.DeleteAsync(_predefinedTag.Data.TagName); + } + + [Test, Order(1)] + [RecordedTest] + public async Task Create() + { + var tagName = Recording.GenerateAssetName("tagName"); + var collection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetPredefinedTags(); + var result = await collection.CreateOrUpdateAsync(tagName); + _predefinedTag = result.Value; + Assert.IsTrue(result.Value.Data.TagName.Equals(tagName)); + } + + [Test, Order(1)] + [RecordedTest] + public async Task StartCreate() + { + var tagName = Recording.GenerateAssetName("tagName"); + var collection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetPredefinedTags(); + var result = await collection.CreateOrUpdateAsync(tagName); + _predefinedTag = result.Value; + Assert.IsTrue(result.Value.Data.TagName.Equals(tagName)); + } + + [Test, Order(2)] + [RecordedTest] + public async Task List() + { + var tagName = Recording.GenerateAssetName("tagName"); + var collection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetPredefinedTags(); + var tagLro = await collection.CreateOrUpdateAsync(tagName); + _predefinedTag = tagLro.Value; + var result = await collection.GetAllAsync().ToEnumerableAsync(); + Assert.GreaterOrEqual(result.Count, 1, "List result less than 1"); + var expectTag = result.Where(x => x.Data.TagName.StartsWith("tagName")).FirstOrDefault(); + Assert.NotNull(expectTag); + } + } +} diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagContainerTests.cs deleted file mode 100644 index 71ccb9122d216..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagContainerTests.cs +++ /dev/null @@ -1,63 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License.s - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Azure.Core.TestFramework; -using NUnit.Framework; - -namespace Azure.ResourceManager.Tests -{ - public class PredefinedTagContainerTests : ResourceManagerTestBase - { - public PredefinedTagContainerTests(bool isAsync) - : base(isAsync)//, RecordedTestMode.Record) - { - } - - [OneTimeTearDown] - protected async Task GlobalTagCleanupAsync() - { - var container = Client.DefaultSubscription.GetPredefinedTags(); - var listResult = (await container.GetAllAsync().ToEnumerableAsync()).Where(x => x.Data.TagName.StartsWith("tagName")); - foreach (var item in listResult) - { - await item.DeleteAsync(item.Data.TagName).ConfigureAwait(false); - }; - } - - [Test, Order(1)] - [RecordedTest] - public async Task Create() - { - var tagName = Recording.GenerateAssetName("tagName"); - var container = Client.DefaultSubscription.GetPredefinedTags(); - var result = await container.CreateOrUpdateAsync(tagName); - Assert.IsTrue(result.Value.Data.TagName.Equals(tagName)); - } - - [Test, Order(1)] - [RecordedTest] - public async Task StartCreate() - { - var tagName = Recording.GenerateAssetName("tagName"); - var container = Client.DefaultSubscription.GetPredefinedTags(); - var result = await container.CreateOrUpdateAsync(tagName); - Assert.IsTrue(result.Value.Data.TagName.Equals(tagName)); - } - - [Test, Order(2)] - [RecordedTest] - public async Task List() - { - var container = Client.DefaultSubscription.GetPredefinedTags(); - var result = await container.GetAllAsync().ToEnumerableAsync(); - Assert.GreaterOrEqual(result.Count, 1, "List result less than 1"); - var expectTag = result.Where(x => x.Data.TagName.StartsWith("tagName")).FirstOrDefault(); - Assert.NotNull(expectTag); - } - } -} diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagOperationsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagOperationsTests.cs index 8d4624e77a8b4..b324af77aaed7 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagOperationsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/PreDefinedTagOperationsTests.cs @@ -12,26 +12,25 @@ namespace Azure.ResourceManager.Tests { public class PredefinedTagOperationsTests : ResourceManagerTestBase { + private PredefinedTag _predefinedTag; + public PredefinedTagOperationsTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } - [OneTimeTearDown] - protected async Task GlobalTagCleanupAsync() + [TearDown] + protected async Task TagCleanupAsync() { - var container = Client.DefaultSubscription.GetPredefinedTags(); - var listResult = (await container.GetAllAsync().ToEnumerableAsync()).Where(x => x.Data.TagName.StartsWith("tagName")); - foreach (var item in listResult) - { - await item.DeleteAsync(item.Data.TagName).ConfigureAwait(false); - }; + if(_predefinedTag != null) + _ = await _predefinedTag.DeleteAsync(_predefinedTag.Data.TagName); } [RecordedTest] [SyncOnly] public void NoDataValidation() { + _predefinedTag = null; ///subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts var resource = Client.GetPreDefinedTag($"/subscriptions/{Guid.NewGuid()}/tagNames/fakeTagName"); Assert.Throws(() => { var data = resource.Data; }); @@ -39,9 +38,11 @@ public void NoDataValidation() [TestCase] [RecordedTest] - public void GetTagsOperation() + public async Task GetTagsOperation() { - var operation = Client.GetPreDefinedTag($"/subscriptions/{Client.DefaultSubscription.Id.SubscriptionId}/tagNames/fakeTagName"); + _predefinedTag = null; + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var operation = Client.GetPreDefinedTag($"/subscriptions/{subscription.Id.SubscriptionId}/tagNames/fakeTagName"); string subscriptionId; Assert.IsTrue(operation.Id.TryGetSubscriptionId(out subscriptionId)); Assert.AreEqual(subscriptionId, TestEnvironment.SubscriptionId); @@ -52,15 +53,15 @@ public void GetTagsOperation() public async Task ValueTest() { var tagName = Recording.GenerateAssetName("tagName"); - var container = Client.DefaultSubscription.GetPredefinedTags(); - var preDefinedTagOp = await container.CreateOrUpdateAsync(tagName).ConfigureAwait(false); - PredefinedTag preDefinedTag = preDefinedTagOp.Value; + var collection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetPredefinedTags(); + var preDefinedTagOp = await collection.CreateOrUpdateAsync(tagName).ConfigureAwait(false); + _predefinedTag = preDefinedTagOp.Value; // Assert create tag value - var createValue = await preDefinedTag.CreateOrUpdateValueAsync(tagName, "testValue").ConfigureAwait(false); + var createValue = await _predefinedTag.CreateOrUpdateValueAsync(tagName, "testValue").ConfigureAwait(false); Assert.IsTrue(createValue.Value.TagValueValue.Equals("testValue")); // Assert delete tag value - await preDefinedTag.DeleteValueAsync(tagName, "testValue").ConfigureAwait(false); - var listResult = await container.GetAllAsync().ToEnumerableAsync(); + await _predefinedTag.DeleteValueAsync(tagName, "testValue").ConfigureAwait(false); + var listResult = await collection.GetAllAsync().ToEnumerableAsync(); var expectTag = listResult.Where(x => x.Data.TagName == tagName).FirstOrDefault(); var expectValue = expectTag.Data.Values.Where(x => x.TagValueValue == "testValue").FirstOrDefault(); Assert.IsNull(expectValue); @@ -71,11 +72,11 @@ public async Task ValueTest() public async Task DeleteTag() { var tagName = Recording.GenerateAssetName("tagName"); - var container = Client.DefaultSubscription.GetPredefinedTags(); - var preDefinedTagOp = await container.CreateOrUpdateAsync(tagName).ConfigureAwait(false); - PredefinedTag preDefinedTag = preDefinedTagOp.Value; - await preDefinedTag.DeleteAsync(tagName).ConfigureAwait(false); - var listResult = await container.GetAllAsync().ToEnumerableAsync(); + var collection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetPredefinedTags(); + var preDefinedTagOp = await collection.CreateOrUpdateAsync(tagName).ConfigureAwait(false); + _predefinedTag = preDefinedTagOp.Value; + await _predefinedTag.DeleteAsync(tagName).ConfigureAwait(false); + var listResult = await collection.GetAllAsync().ToEnumerableAsync(); var expectTag = listResult.Where(x => x.Data.TagName.Equals(tagName)).FirstOrDefault(); Assert.IsNull(expectTag); } @@ -85,11 +86,11 @@ public async Task DeleteTag() public async Task StartDelete() { var tagName = Recording.GenerateAssetName("tagName"); - var container = Client.DefaultSubscription.GetPredefinedTags(); - var preDefinedTagOp = await container.CreateOrUpdateAsync(tagName).ConfigureAwait(false); - PredefinedTag preDefinedTag = preDefinedTagOp.Value; - await preDefinedTag.DeleteAsync(tagName, false).ConfigureAwait(false); - var listResult = await container.GetAllAsync().ToEnumerableAsync(); + var collection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetPredefinedTags(); + var preDefinedTagOp = await collection.CreateOrUpdateAsync(tagName).ConfigureAwait(false); + _predefinedTag = preDefinedTagOp.Value; + await _predefinedTag.DeleteAsync(tagName, false).ConfigureAwait(false); + var listResult = await collection.GetAllAsync().ToEnumerableAsync(); var expectTag = listResult.Where(x => x.Data.TagName.Equals(tagName)).FirstOrDefault(); Assert.IsNull(expectTag); } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderCollectionTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderCollectionTests.cs new file mode 100644 index 0000000000000..a2ea8e507a954 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderCollectionTests.cs @@ -0,0 +1,74 @@ +using System; +using System.Threading.Tasks; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; +using NUnit.Framework; + +namespace Azure.ResourceManager.Tests +{ + public class ProviderCollectionTests : ResourceManagerTestBase + { + public ProviderCollectionTests(bool isAsync) + : base(isAsync)//, RecordedTestMode.Record) + { + } + + [TestCase("microsoft.insights")] + [RecordedTest] + public async Task GetFromSubscription(string resourceNamespace) + { + var providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + var result = await providerCollection.GetAsync(resourceNamespace); + Assert.IsNotNull(result); + + var ex = Assert.ThrowsAsync(async () => await providerCollection.GetAsync("DoesNotExist")); + Assert.AreEqual(404, ex.Status); + } + + [RecordedTest] + public async Task GetNullException() + { + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Assert.ThrowsAsync(async () => {await providerCollection.GetAsync(null); }); + } + + [RecordedTest] + public async Task GetEmptyException() + { + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Assert.ThrowsAsync(async () => {await providerCollection.GetAsync(""); }); + } + + [RecordedTest] + public async Task List() + { + var providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + var x = providerCollection.GetAllAsync(); + Assert.IsNotNull(x); + await foreach (var p in x) + { + Assert.IsNotNull(p.Data.Id); + } + } + + [RecordedTest] + public async Task TryGet() + { + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Provider provider = await providerCollection.GetIfExistsAsync("microsoft.insights"); + Assert.IsNotNull(provider); + + var response = await providerCollection.GetIfExistsAsync("DoesNotExist"); + Assert.IsNull(response.Value); + } + + [RecordedTest] + public async Task CheckIfExists() + { + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Assert.IsTrue(await providerCollection.CheckIfExistsAsync("microsoft.insights")); + var response = await providerCollection.CheckIfExistsAsync("DoesNotExist"); + Assert.False(response); + } + } +} diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderContainerTests.cs deleted file mode 100644 index 223ed7e1c516a..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderContainerTests.cs +++ /dev/null @@ -1,74 +0,0 @@ -using System; -using System.Threading.Tasks; -using Azure.Core.TestFramework; -using Azure.ResourceManager.Resources; -using NUnit.Framework; - -namespace Azure.ResourceManager.Tests -{ - public class ProviderContainerTests : ResourceManagerTestBase - { - public ProviderContainerTests(bool isAsync) - : base(isAsync)//, RecordedTestMode.Record) - { - } - - [TestCase("microsoft.insights")] - [RecordedTest] - public async Task GetFromSubscription(string resourceNamespace) - { - var providerContainer = Client.DefaultSubscription.GetProviders(); - var result = await providerContainer.GetAsync(resourceNamespace); - Assert.IsNotNull(result); - - var ex = Assert.ThrowsAsync(async () => await providerContainer.GetAsync("DoesNotExist")); - Assert.AreEqual(404, ex.Status); - } - - [RecordedTest] - public void GetNullException() - { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Assert.ThrowsAsync(async () => {await providerContainer.GetAsync(null); }); - } - - [RecordedTest] - public void GetEmptyException() - { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Assert.ThrowsAsync(async () => {await providerContainer.GetAsync(""); }); - } - - [RecordedTest] - public async Task List() - { - var providerContainer = Client.DefaultSubscription.GetProviders(); - var x = providerContainer.GetAllAsync(); - Assert.IsNotNull(x); - await foreach (var p in x) - { - Assert.IsNotNull(p.Data.Id); - } - } - - [RecordedTest] - public async Task TryGet() - { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Provider provider = await providerContainer.GetIfExistsAsync("microsoft.insights"); - Assert.IsNotNull(provider); - - var response = await providerContainer.GetIfExistsAsync("DoesNotExist"); - Assert.IsNull(response.Value); - } - - [RecordedTest] - public async Task CheckIfExists() - { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Assert.IsTrue(await providerContainer.CheckIfExistsAsync("microsoft.insights")); - var response = await providerContainer.CheckIfExistsAsync("DoesNotExist"); - Assert.False(response); - } - } -} diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderOperationsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderOperationsTests.cs index ab3c74037e55d..9db007bb53c5b 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderOperationsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ProviderOperationsTests.cs @@ -26,8 +26,8 @@ public void NoDataValidation() [RecordedTest] public async Task Get() { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Response response = await providerContainer.GetAsync("microsoft.insights"); + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Response response = await providerCollection.GetAsync("microsoft.insights"); Provider result = response.Value; Assert.IsNotNull(result); @@ -39,8 +39,8 @@ public async Task Get() [RecordedTest] public async Task Register() { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Response response = await providerContainer.GetAsync("microsoft.compute"); + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Response response = await providerCollection.GetAsync("microsoft.compute"); var result = response.Value; var register = await result.RegisterAsync("microsoft.insights"); Assert.IsNotNull(register); @@ -50,8 +50,8 @@ public async Task Register() [RecordedTest] public async Task RegisterNullException() { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Response response = await providerContainer.GetAsync("microsoft.insights"); + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Response response = await providerCollection.GetAsync("microsoft.insights"); Assert.ThrowsAsync(async () => {await response.Value.RegisterAsync(null); }); } @@ -59,8 +59,8 @@ public async Task RegisterNullException() [RecordedTest] public async Task RegisterEmptyException() { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Response response = await providerContainer.GetAsync("microsoft.insights"); + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Response response = await providerCollection.GetAsync("microsoft.insights"); Assert.ThrowsAsync(async () => {await response.Value.RegisterAsync(""); }); } @@ -68,8 +68,8 @@ public async Task RegisterEmptyException() [RecordedTest] public async Task Unregister() { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Response response = await providerContainer.GetAsync("microsoft.insights"); + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Response response = await providerCollection.GetAsync("microsoft.insights"); var result = response.Value; var unregister = await result.UnregisterAsync("microsoft.insights"); Assert.IsNotNull(unregister); @@ -79,8 +79,8 @@ public async Task Unregister() [RecordedTest] public async Task UnregisterNullException() { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Response response = await providerContainer.GetAsync("microsoft.insights"); + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Response response = await providerCollection.GetAsync("microsoft.insights"); Assert.ThrowsAsync(async () => {await response.Value.UnregisterAsync(null); }); } @@ -88,8 +88,8 @@ public async Task UnregisterNullException() [RecordedTest] public async Task UnregisterEmptyException() { - ProviderContainer providerContainer = Client.DefaultSubscription.GetProviders(); - Response response = await providerContainer.GetAsync("microsoft.insights"); + ProviderCollection providerCollection = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetProviders(); + Response response = await providerCollection.GetAsync("microsoft.insights"); Assert.ThrowsAsync(async () => {await response.Value.UnregisterAsync(""); }); } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupBuilderTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupBuilderTests.cs index f56d89d116dc3..5c9a6d77355b6 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupBuilderTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupBuilderTests.cs @@ -1,4 +1,5 @@ using System; +using System.Threading.Tasks; using System.Collections.Generic; using Azure.Core.TestFramework; using Azure.ResourceManager.Resources.Models; @@ -18,7 +19,7 @@ public ResourceGroupBuilderTests(bool isAsync) [RecordedTest] public void CreateOrUpdate(string value) { - Assert.ThrowsAsync(async () => _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value)); + Assert.ThrowsAsync(async () => _ = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value)); } [TestCase(null)] @@ -28,14 +29,14 @@ public void StartCreateOrUpdate(string value) { Assert.ThrowsAsync(async () => { - var createOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value, false); + var createOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(value, false); _ = await createOp.WaitForCompletionAsync(); }); } [TestCase] [RecordedTest] - public void Build() + public async Task Build() { var location = Location.WestUS2; var tags = new Dictionary() @@ -43,7 +44,7 @@ public void Build() { "key", "value"} }; var managedBy = "managedBy"; - var rgData = Client.DefaultSubscription.GetResourceGroups().Construct(location, tags, managedBy).Build(); + var rgData = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(location, tags, managedBy).Build(); Assert.AreEqual(location, rgData.Location); Assert.AreEqual(tags, rgData.Tags); Assert.AreEqual(managedBy, rgData.ManagedBy); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupCollectionTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupCollectionTests.cs new file mode 100644 index 0000000000000..be40335ed25a2 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupCollectionTests.cs @@ -0,0 +1,165 @@ +using System; +using System.Collections.Generic; +using System.Threading.Tasks; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; + +namespace Azure.ResourceManager.Tests +{ + public class ResourceGroupCollectionTests : ResourceManagerTestBase + { + public ResourceGroupCollectionTests(bool isAsync) + : base(isAsync)//, RecordedTestMode.Record) + { + } + + [TestCase] + [RecordedTest] + public async Task List() + { + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + _ = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testRg-")); + _ = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testRg-")); + int count = 0; + await foreach (var rg in subscription.GetResourceGroups().GetAllAsync()) + { + count++; + } + Assert.GreaterOrEqual(count, 2); + } + + [TestCase] + [RecordedTest] + public async Task ListWithParameters() + { + var tags = new Dictionary(); + tags.Add("MyKey", "MyValue"); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + _ = await subscription.GetResourceGroups().Construct(Location.WestUS2, tags).CreateOrUpdateAsync(Recording.GenerateAssetName("test1-")); + _ = await subscription.GetResourceGroups().Construct(Location.WestUS2, tags).CreateOrUpdateAsync(Recording.GenerateAssetName("test2-")); + _ = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("test4-")); + int count = 0; + await foreach (var rg in subscription.GetResourceGroups().GetAllAsync("tagName eq 'MyKey' and tagValue eq 'MyValue'", 2)) + { + count++; + } + Assert.GreaterOrEqual(count, 2); + } + + [TestCase] + [RecordedTest] + public async Task CreateOrUpdate() + { + string rgName = Recording.GenerateAssetName("testRg-"); + var tags = new Dictionary() + { + { "key", "value"} + }; + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2, tags).CreateOrUpdateAsync(rgName); + ResourceGroup rg = rgOp.Value; + Assert.AreEqual(rgName, rg.Data.Name); + + Assert.Throws(() => { subscription.GetResourceGroups().Construct(null); }); + Assert.ThrowsAsync(async () => _ = await subscription.GetResourceGroups().CreateOrUpdateAsync(null, new ResourceGroupData(Location.WestUS2))); + Assert.ThrowsAsync(async () => _ = await subscription.GetResourceGroups().CreateOrUpdateAsync(" ", new ResourceGroupData(Location.WestUS2))); + Assert.ThrowsAsync(async () => _ = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, null)); + } + + [TestCase] + [RecordedTest] + public async Task StartCreateOrUpdate() + { + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + string rgName = Recording.GenerateAssetName("testRg-"); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName, false); + ResourceGroup rg = await rgOp.WaitForCompletionAsync(); + Assert.AreEqual(rgName, rg.Data.Name); + + Assert.ThrowsAsync(async () => + { + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(null, new ResourceGroupData(Location.WestUS2), false); + _ = await rgOp.WaitForCompletionAsync(); + }); + Assert.ThrowsAsync(async () => + { + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(" ", new ResourceGroupData(Location.WestUS2), false); + _ = await rgOp.WaitForCompletionAsync(); + }); + Assert.ThrowsAsync(async () => + { + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, null, false); + _ = await rgOp.WaitForCompletionAsync(); + }); + } + + [TestCase] + [RecordedTest] + public async Task Get() + { + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + string rgName = Recording.GenerateAssetName("testRg-"); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); + ResourceGroup rg = rgOp.Value; + ResourceGroup rg2 = await subscription.GetResourceGroups().GetAsync(rgName); + Assert.AreEqual(rg.Data.Name, rg2.Data.Name); + Assert.AreEqual(rg.Data.Id, rg2.Data.Id); + Assert.AreEqual(rg.Data.Type, rg2.Data.Type); + Assert.AreEqual(rg.Data.Properties.ProvisioningState, rg2.Data.Properties.ProvisioningState); + Assert.AreEqual(rg.Data.Location, rg2.Data.Location); + Assert.AreEqual(rg.Data.ManagedBy, rg2.Data.ManagedBy); + Assert.AreEqual(rg.Data.Tags, rg2.Data.Tags); + + Assert.ThrowsAsync(async () => _ = await subscription.GetResourceGroups().GetAsync(null)); + var ex = Assert.ThrowsAsync(async () => await subscription.GetResourceGroups().GetAsync(rg.Data.Id + "x")); + Assert.AreEqual(404, ex.Status); + } + + [TestCase] + [RecordedTest] + public async Task CheckIfExists() + { + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgName = Recording.GenerateAssetName("testRg-"); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); + ResourceGroup rg = rgOp.Value; + Assert.IsTrue(await subscription.GetResourceGroups().CheckIfExistsAsync(rgName)); + Assert.IsFalse(await subscription.GetResourceGroups().CheckIfExistsAsync(rgName + "1")); + + Assert.ThrowsAsync(async () => _ = await subscription.GetResourceGroups().CheckIfExistsAsync(null)); + } + + [TestCase] + [RecordedTest] + public async Task TryGet() + { + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgName = Recording.GenerateAssetName("testRg-"); + var rgOp = await subscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); + ResourceGroup rg = rgOp.Value; + ResourceGroup rg2 = await subscription.GetResourceGroups().GetIfExistsAsync(rgName); + Assert.AreEqual(rg.Data.Name, rg2.Data.Name); + + var response = await subscription.GetResourceGroups().GetIfExistsAsync(rgName + "1"); + Assert.IsNull(response.Value); + + Assert.ThrowsAsync(async () => _ = await subscription.GetResourceGroups().CheckIfExistsAsync(null)); + } + + [RecordedTest] + public async Task EnumerableInterface() + { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testRg-"), new ResourceGroupData(Location.WestUS2)); + ResourceGroup rg = rgOp.Value; + int count = 0; + await foreach(var rgFromList in subscription.GetResourceGroups()) + { + count++; + } + Assert.GreaterOrEqual(count, 1); + } + } +} diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupContainerTests.cs deleted file mode 100644 index 75b8cbd47c1f0..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupContainerTests.cs +++ /dev/null @@ -1,144 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; -using Azure.Core.TestFramework; -using Azure.ResourceManager.Resources; -using Azure.ResourceManager.Resources.Models; -using NUnit.Framework; - -namespace Azure.ResourceManager.Tests -{ - public class ResourceGroupContainerTests : ResourceManagerTestBase - { - public ResourceGroupContainerTests(bool isAsync) - : base(isAsync)//, RecordedTestMode.Record) - { - } - - [TestCase] - [RecordedTest] - public async Task List() - { - _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testRg-")); - _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testRg-")); - int count = 0; - await foreach (var rg in Client.DefaultSubscription.GetResourceGroups().GetAllAsync()) - { - count++; - } - Assert.GreaterOrEqual(count, 2); - } - - [TestCase] - [RecordedTest] - public async Task ListWithParameters() - { - var tags = new Dictionary(); - tags.Add("MyKey", "MyValue"); - _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2, tags).CreateOrUpdateAsync(Recording.GenerateAssetName("test1-")); - _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2, tags).CreateOrUpdateAsync(Recording.GenerateAssetName("test2-")); - _ = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("test4-")); - int count = 0; - await foreach (var rg in Client.DefaultSubscription.GetResourceGroups().GetAllAsync("tagName eq 'MyKey' and tagValue eq 'MyValue'", 2)) - { - count++; - } - Assert.GreaterOrEqual(count, 2); - } - - [TestCase] - [RecordedTest] - public async Task CreateOrUpdate() - { - string rgName = Recording.GenerateAssetName("testRg-"); - var tags = new Dictionary() - { - { "key", "value"} - }; - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2, tags).CreateOrUpdateAsync(rgName); - ResourceGroup rg = rgOp.Value; - Assert.AreEqual(rgName, rg.Data.Name); - - Assert.Throws(() => { Client.DefaultSubscription.GetResourceGroups().Construct(null); }); - Assert.ThrowsAsync(async () => _ = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(null, new ResourceGroupData(Location.WestUS2))); - Assert.ThrowsAsync(async () => _ = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(" ", new ResourceGroupData(Location.WestUS2))); - Assert.ThrowsAsync(async () => _ = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, null)); - } - - [TestCase] - [RecordedTest] - public async Task StartCreateOrUpdate() - { - string rgName = Recording.GenerateAssetName("testRg-"); - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName, false); - ResourceGroup rg = await rgOp.WaitForCompletionAsync(); - Assert.AreEqual(rgName, rg.Data.Name); - - Assert.ThrowsAsync(async () => - { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(null, new ResourceGroupData(Location.WestUS2), false); - _ = await rgOp.WaitForCompletionAsync(); - }); - Assert.ThrowsAsync(async () => - { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(" ", new ResourceGroupData(Location.WestUS2), false); - _ = await rgOp.WaitForCompletionAsync(); - }); - Assert.ThrowsAsync(async () => - { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, null, false); - _ = await rgOp.WaitForCompletionAsync(); - }); - } - - [TestCase] - [RecordedTest] - public async Task Get() - { - string rgName = Recording.GenerateAssetName("testRg-"); - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); - ResourceGroup rg = rgOp.Value; - ResourceGroup rg2 = await Client.DefaultSubscription.GetResourceGroups().GetAsync(rgName); - Assert.AreEqual(rg.Data.Name, rg2.Data.Name); - Assert.AreEqual(rg.Data.Id, rg2.Data.Id); - Assert.AreEqual(rg.Data.Type, rg2.Data.Type); - Assert.AreEqual(rg.Data.Properties.ProvisioningState, rg2.Data.Properties.ProvisioningState); - Assert.AreEqual(rg.Data.Location, rg2.Data.Location); - Assert.AreEqual(rg.Data.ManagedBy, rg2.Data.ManagedBy); - Assert.AreEqual(rg.Data.Tags, rg2.Data.Tags); - - Assert.ThrowsAsync(async () => _ = await Client.DefaultSubscription.GetResourceGroups().GetAsync(null)); - var ex = Assert.ThrowsAsync(async () => await Client.DefaultSubscription.GetResourceGroups().GetAsync(rg.Data.Id + "x")); - Assert.AreEqual(404, ex.Status); - } - - [TestCase] - [RecordedTest] - public async Task CheckIfExists() - { - var rgName = Recording.GenerateAssetName("testRg-"); - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); - ResourceGroup rg = rgOp.Value; - Assert.IsTrue(await Client.DefaultSubscription.GetResourceGroups().CheckIfExistsAsync(rgName)); - Assert.IsFalse(await Client.DefaultSubscription.GetResourceGroups().CheckIfExistsAsync(rgName + "1")); - - Assert.ThrowsAsync(async () => _ = await Client.DefaultSubscription.GetResourceGroups().CheckIfExistsAsync(null)); - } - - [TestCase] - [RecordedTest] - public async Task TryGet() - { - var rgName = Recording.GenerateAssetName("testRg-"); - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(rgName); - ResourceGroup rg = rgOp.Value; - ResourceGroup rg2 = await Client.DefaultSubscription.GetResourceGroups().GetIfExistsAsync(rgName); - Assert.AreEqual(rg.Data.Name, rg2.Data.Name); - - var response = await Client.DefaultSubscription.GetResourceGroups().GetIfExistsAsync(rgName + "1"); - Assert.IsNull(response.Value); - - Assert.ThrowsAsync(async () => _ = await Client.DefaultSubscription.GetResourceGroups().CheckIfExistsAsync(null)); - } - } -} diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupOperationsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupOperationsTests.cs index f5d41d2a2e9bd..cf59855835331 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupOperationsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceGroupOperationsTests.cs @@ -31,7 +31,8 @@ public void NoDataValidation() [RecordedTest] public async Task DeleteRg() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgOp.Value; await rg.DeleteAsync(); } @@ -40,7 +41,8 @@ public async Task DeleteRg() [RecordedTest] public async Task StartDeleteRg() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgOp.Value; var deleteOp = await rg.DeleteAsync(false); var response = deleteOp.GetRawResponse(); @@ -49,7 +51,7 @@ public async Task StartDeleteRg() await deleteOp.WaitForCompletionResponseAsync(); await deleteOp.WaitForCompletionResponseAsync(TimeSpan.FromSeconds(2)); - var rgOp2 = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + var rgOp2 = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg2 = rgOp.Value; rg2.Id.Name = null; Assert.ThrowsAsync(async () => _ = await rg2.DeleteAsync(false)); @@ -69,7 +71,8 @@ public void StartDeleteNonExistantRg() [RecordedTest] public async Task Get() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; ResourceGroup rg2 = await rg1.GetAsync(); Assert.AreEqual(rg1.Data.Name, rg2.Data.Name); @@ -92,7 +95,8 @@ public async Task Get() public async Task Update() { var rgName = Recording.GenerateAssetName("testrg"); - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; var parameters = new ResourceGroupPatchable { @@ -117,7 +121,8 @@ public async Task Update() [RecordedTest] public async Task StartExportTemplate() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgOp.Value; var parameters = new ExportTemplateRequest(); parameters.Resources.Add("*"); @@ -138,7 +143,8 @@ public async Task StartExportTemplate() [RecordedTest] public async Task AddTag() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; Assert.AreEqual(0, rg1.Data.Tags.Count); ResourceGroup rg2 = await rg1.AddTagAsync("key", "value"); @@ -159,7 +165,8 @@ public async Task AddTag() [RecordedTest] public async Task SetTags() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; Assert.AreEqual(0, rg1.Data.Tags.Count); var tags = new Dictionary() @@ -182,7 +189,8 @@ public async Task SetTags() [RecordedTest] public async Task RemoveTag() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; var tags = new Dictionary() { @@ -211,7 +219,8 @@ public async Task RemoveTag() [RecordedTest] public async Task ListAvailableLocations() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rgOp = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg = rgOp.Value; var locations = await rg.GetAvailableLocationsAsync(); int count = 0; @@ -226,11 +235,12 @@ public async Task ListAvailableLocations() [RecordedTest] public async Task MoveResources() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); - var rg2Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + var rg2Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; ResourceGroup rg2 = rg2Op.Value; - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = subscription.GetGenericResources(); var aset = await CreateGenericAvailabilitySetAsync(rg1.Id); int countRg1 = await GetResourceCountAsync(genericResources, rg1); @@ -255,11 +265,12 @@ public async Task MoveResources() [RecordedTest] public async Task StartMoveResources() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); - var rg2Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + var rg2Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; ResourceGroup rg2 = rg2Op.Value; - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = subscription.GetGenericResources(); var asetOp = await StartCreateGenericAvailabilitySetAsync(rg1.Id); GenericResource aset = await asetOp.WaitForCompletionAsync(); @@ -290,8 +301,9 @@ public async Task StartMoveResources() [RecordedTest] public async Task ValidateMoveResources() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); - var rg2Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + var rg2Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; ResourceGroup rg2 = rg2Op.Value; var aset = await CreateGenericAvailabilitySetAsync(rg1.Id); @@ -311,8 +323,9 @@ public async Task ValidateMoveResources() [RecordedTest] public async Task StartValidateMoveResources() { - var rg1Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); - var rg2Op = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + var rg1Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); + var rg2Op = await subscription.GetResourceGroups().CreateOrUpdateAsync(Recording.GenerateAssetName("testrg"), new ResourceGroupData(Location.WestUS2)); ResourceGroup rg1 = rg1Op.Value; ResourceGroup rg2 = rg2Op.Value; var asetOp = await StartCreateGenericAvailabilitySetAsync(rg1.Id); @@ -332,19 +345,5 @@ public async Task StartValidateMoveResources() _ = await moveOp.WaitForCompletionResponseAsync(); }); } - - [TestCase] - [Ignore("4622 needs complete with a Mocked example to fill in this test")] - public void CreateResourceFromModel() - { - //public ArmResponse CreateResource(string name, TResource model, azure_proto_core.Location location = default) - } - - [TestCase] - [Ignore("4622 needs complete with a Mocked example to fill in this test")] - public void CreateResourceFromModelAsync() - { - //public ArmResponse CreateResource(string name, TResource model, azure_proto_core.Location location = default) - } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceListOperationsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceListOperationsTests.cs index 940f874fef297..3fd9237acebe3 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceListOperationsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceListOperationsTests.cs @@ -18,7 +18,7 @@ public ResourceListOperationsTests(bool isAsync) [RecordedTest] public async Task ListAtContext() { - var rgOp1 = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); + var rgOp1 = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName("testrg")); ResourceGroup rg = rgOp1.Value; _ = await CreateGenericAvailabilitySetAsync(rg.Id); @@ -32,7 +32,7 @@ public async Task ListAtContext() Assert.AreEqual(1, result); result = 0; - pageable = ResourceListOperations.GetAtContextAsync(Client.DefaultSubscription); + pageable = ResourceListOperations.GetAtContextAsync(await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)); await foreach (var resource in pageable) { result++; diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceManagerTestBase.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceManagerTestBase.cs index c4e46e7654af0..8aa1d6596100d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceManagerTestBase.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResourceManagerTestBase.cs @@ -47,7 +47,7 @@ protected static GenericResourceData ConstructGenericAvailabilitySet() protected async Task CreateGenericAvailabilitySetAsync(ResourceIdentifier rgId) { - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetGenericResources(); GenericResourceData data = ConstructGenericAvailabilitySet(); var asetId = rgId.AppendProviderResource("Microsoft.Compute", "availabilitySets", Recording.GenerateAssetName("test-aset")); var op = await genericResources.CreateOrUpdateAsync(asetId, data); @@ -56,7 +56,7 @@ protected async Task CreateGenericAvailabilitySetAsync(Resource protected async Task StartCreateGenericAvailabilitySetAsync(ResourceIdentifier rgId) { - var genericResources = Client.DefaultSubscription.GetGenericResources(); + var genericResources = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetGenericResources(); GenericResourceData data = ConstructGenericAvailabilitySet(); var asetId = rgId.AppendProviderResource("Microsoft.Compute", "availabilitySets", Recording.GenerateAssetName("test-aset")); return await genericResources.CreateOrUpdateAsync(asetId, data, false); @@ -75,7 +75,7 @@ protected static void AssertAreEqual(GenericResource aset, GenericResource aset2 //TODO: Add equal for Properties and Tags } - protected static async Task GetResourceCountAsync(GenericResourceContainer genericResources, ResourceGroup rg = default) + protected static async Task GetResourceCountAsync(GenericResourceCollection genericResources, ResourceGroup rg = default) { int result = 0; var pageable = rg == null ? genericResources.GetAllAsync() : genericResources.GetByResourceGroupAsync(rg.Id.Name); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResponseExtensionsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResponseExtensionsTests.cs index 00948f5d85f25..c7766423e73dc 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResponseExtensionsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/ResponseExtensionsTests.cs @@ -19,7 +19,7 @@ public ResponseExtensionsTests(bool isAsync) public async Task GetCorrelationId() { var correlationId = "0a98bb8b-ec3e-4f68-a8c1-a7705554a980"; - var pipeline = Client.DefaultSubscription.Pipeline; + var pipeline = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).Pipeline; var endpoint = new Uri("https://management.azure.com"); var message = pipeline.CreateMessage(); var request = message.Request; diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/RestApiContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/RestApiCollectionTests.cs similarity index 69% rename from sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/RestApiContainerTests.cs rename to sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/RestApiCollectionTests.cs index b995aeb8ee7e4..10496d023048b 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/RestApiContainerTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/RestApiCollectionTests.cs @@ -4,9 +4,9 @@ namespace Azure.ResourceManager.Tests { - public class RestApiContainerTests : ResourceManagerTestBase + public class RestApiCollectionTests : ResourceManagerTestBase { - public RestApiContainerTests(bool isAsync) + public RestApiCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -15,8 +15,8 @@ public RestApiContainerTests(bool isAsync) public async Task ListComputeTest() { bool foundVirtualMachine = false; - var restApiContainer = Client.GetRestApis("Microsoft.Compute"); - await foreach (var restApi in restApiContainer.GetAllAsync()) + var restApiCollection = Client.GetRestApis("Microsoft.Compute"); + await foreach (var restApi in restApiCollection.GetAllAsync()) { if (restApi.Resource == "Virtual Machines") { @@ -31,8 +31,8 @@ public async Task ListComputeTest() public async Task ListNetworkTest() { bool foundPrivateEndpoint = false; - var restApiContainer = Client.GetRestApis("Microsoft.Network"); - await foreach (var restApi in restApiContainer.GetAllAsync()) + var restApiCollection = Client.GetRestApis("Microsoft.Network"); + await foreach (var restApi in restApiCollection.GetAllAsync()) { if (restApi.Resource == "Private Endpoint") { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionCollectionTests.cs similarity index 79% rename from sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionContainerTests.cs rename to sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionCollectionTests.cs index 70fa53571f2aa..b2aadc56a5c80 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionContainerTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionCollectionTests.cs @@ -6,9 +6,9 @@ namespace Azure.ResourceManager.Tests { - public class SubscriptionContainerTests : ResourceManagerTestBase + public class SubscriptionCollectionTests : ResourceManagerTestBase { - public SubscriptionContainerTests(bool isAsync) + public SubscriptionCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -29,7 +29,7 @@ public async Task TryGet() { var foo = await Client.GetSubscriptions().GetIfExistsAsync(new Guid().ToString()).ConfigureAwait(false); Assert.IsNull(foo.Value); - string subscriptionId = Client.DefaultSubscription.Id.SubscriptionId; + string subscriptionId = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).Id.SubscriptionId; Subscription subscription = await Client.GetSubscriptions().GetIfExistsAsync(subscriptionId).ConfigureAwait(false); Assert.NotNull(subscription); Assert.IsTrue(subscription.Id.SubscriptionId.Equals(subscriptionId)); @@ -38,7 +38,8 @@ public async Task TryGet() [RecordedTest] public async Task Get() { - string subscriptionId = Client.DefaultSubscription.Id.SubscriptionId; + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + string subscriptionId = subscription.Id.SubscriptionId; Subscription result = await Client.GetSubscriptions().GetAsync(subscriptionId).ConfigureAwait(false); Assert.AreEqual(subscriptionId, result.Id.SubscriptionId); @@ -52,7 +53,7 @@ public async Task CheckIfExists() { var expectFalse = await Client.GetSubscriptions().CheckIfExistsAsync(new Guid().ToString()).ConfigureAwait(false); Assert.IsFalse(expectFalse); - string subscriptionId = Client.DefaultSubscription.Id.SubscriptionId; + string subscriptionId = (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).Id.SubscriptionId; var expectTrue = await Client.GetSubscriptions().CheckIfExistsAsync(subscriptionId).ConfigureAwait(false); Assert.IsTrue(expectTrue); } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionOperationsTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionOperationsTests.cs index 75372b1ca9f90..f679837a6014a 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionOperationsTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/SubscriptionOperationsTests.cs @@ -40,7 +40,7 @@ public async Task GetSubscriptionOperation() [RecordedTest] public async Task TestGetResourceGroupOpsArgNullException(string resourceGroupName) { - var subOps = Client.DefaultSubscription; + var subOps = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); try { _ = await subOps.GetResourceGroups().GetAsync(resourceGroupName); @@ -57,7 +57,7 @@ public async Task TestGetResourceGroupOpsArgNullException(string resourceGroupNa [RecordedTest] public async Task TestGetResourceGroupOpsArgException(string resourceGroupName) { - var subOps = Client.DefaultSubscription; + var subOps = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); try { ResourceGroup rg = await subOps.GetResourceGroups().GetAsync(resourceGroupName); @@ -72,7 +72,7 @@ public async Task TestGetResourceGroupOpsArgException(string resourceGroupName) [RecordedTest] public async Task TestGetResourceGroupOpsEmptyString(string resourceGroupName) { - var subOps = Client.DefaultSubscription; + var subOps = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); try { ResourceGroup rg = await subOps.GetResourceGroups().GetAsync(resourceGroupName); @@ -88,7 +88,7 @@ public async Task TestGetResourceGroupOpsEmptyString(string resourceGroupName) public async Task TestGetResourceGroupOpsOutOfRangeArgException(int length) { var resourceGroupName = GetLongString(length); - var subOps = Client.DefaultSubscription; + var subOps = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); try { var rg = await subOps.GetResourceGroups().GetAsync(resourceGroupName); @@ -106,7 +106,7 @@ public async Task TestGetResourceGroupOpsOutOfRangeArgException(int length) [RecordedTest] public async Task TestGetResourceGroupOpsValid(string resourceGroupName) { - var subOps = Client.DefaultSubscription; + var subOps = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); try { _ = await subOps.GetResourceGroups().GetAsync(resourceGroupName); @@ -122,7 +122,7 @@ public async Task TestGetResourceGroupOpsValid(string resourceGroupName) public async Task TestGetResourceGroupOpsLong(int length) { var resourceGroupName = GetLongString(length); - var subOps = Client.DefaultSubscription; + var subOps = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); try { _ = await subOps.GetResourceGroups().GetAsync(resourceGroupName); @@ -136,19 +136,19 @@ public async Task TestGetResourceGroupOpsLong(int length) [RecordedTest] public async Task TestListLocations() { - var subOps = Client.DefaultSubscription; + var subOps = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); var locations = await subOps.GetLocationsAsync().ToEnumerableAsync(); Assert.IsTrue(locations.Count != 0); var location = locations.First(); Assert.IsNotNull(location.Metadata, "Metadata was null"); Assert.IsNotNull(location.Id, "Id was null"); - Assert.AreEqual(Client.DefaultSubscription.Id.SubscriptionId, location.SubscriptionId); + Assert.AreEqual(subOps.Id.SubscriptionId, location.SubscriptionId); } [RecordedTest] public async Task TestGetSubscription() { - var subscription = await Client.DefaultSubscription.GetAsync(); + var subscription = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetAsync(); Assert.NotNull(subscription.Value.Data.Id); RequestFailedException ex = Assert.ThrowsAsync(async () => _ = await Client.GetSubscription($"/subscriptions/{new Guid()}").GetAsync()); @@ -169,7 +169,8 @@ private string GetLongString(int length) public async Task ListFeatures() { Feature testFeature = null; - await foreach (var feature in Client.DefaultSubscription.GetFeaturesAsync()) + Subscription subscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); + await foreach (var feature in subscription.GetFeaturesAsync()) { testFeature = feature; break; diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TaggableResourceTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TaggableResourceTests.cs index 6f0193cfb4126..9160b374d3266 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TaggableResourceTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TaggableResourceTests.cs @@ -28,7 +28,7 @@ public TaggableResourceTests(bool isAsync) [SetUp] public async Task SetUpAsync() { - var rgOp = await Client.DefaultSubscription.GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName(_rgPrefix)); + var rgOp = await (await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false)).GetResourceGroups().Construct(Location.WestUS2).CreateOrUpdateAsync(Recording.GenerateAssetName(_rgPrefix)); _rg = rgOp.Value; _rg = await _rg.AddTagAsync("key1", "value1"); _rg = await _rg.AddTagAsync("key2", "value2"); diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TenantContainerTests.cs b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TenantCollectionTests.cs similarity index 81% rename from sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TenantContainerTests.cs rename to sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TenantCollectionTests.cs index d2dd1804784c6..c289664756655 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TenantContainerTests.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/Scenario/TenantCollectionTests.cs @@ -4,9 +4,9 @@ namespace Azure.ResourceManager.Tests { - public class TenantContainerTests : ResourceManagerTestBase + public class TenantCollectionTests : ResourceManagerTestBase { - public TenantContainerTests(bool isAsync) + public TenantCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(False).json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(False).json index 898a5a688bea5..a0bff43c4023d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(False).json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(False).json @@ -6,11 +6,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "5a471502cc785e70e671623a1a452721", + "traceparent": "00-885461c01825204da2a939ad34bb9b7c-1a80d0df42eda542-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "785a471570cce65e71623a1a452721a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -19,15 +17,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:05:08 GMT", + "Date": "Thu, 14 Oct 2021 03:07:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ed74256-5b8f-4bef-ac31-d0a3b75e1778", + "x-ms-correlation-request-id": "d92c8123-0a04-4747-a5f8-436a2a41d127", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "3ed74256-5b8f-4bef-ac31-d0a3b75e1778", - "x-ms-routing-request-id": "WESTUS2:20210825T230508Z:3ed74256-5b8f-4bef-ac31-d0a3b75e1778" + "x-ms-request-id": "d92c8123-0a04-4747-a5f8-436a2a41d127", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030800Z:d92c8123-0a04-4747-a5f8-436a2a41d127" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -49,68 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b64f9353e7f8044cbb5c383777d4b2fd-6b05a21981914e45-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "7f043350e1a08916b2e6d331bf887312", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:05:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85ad4f99-7449-4a55-b540-eccb5ff43829", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "85ad4f99-7449-4a55-b540-eccb5ff43829", - "x-ms-routing-request-id": "WESTUS2:20210825T230508Z:85ad4f99-7449-4a55-b540-eccb5ff43829" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-9828?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-4351?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "29", "Content-Type": "application/json", - "traceparent": "00-d46486440a55f943989757da1d3d8923-f069bb2c9785944a-00", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "1de8ca6ff16afc375aa8a238b9711bfb", + "traceparent": "00-11e3a9bb3ee13349b0de725ae10e1e12-998593aa6ef4f44b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f043350e1a08916b2e6d331bf887312", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -121,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "227", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:05:09 GMT", + "Date": "Thu, 14 Oct 2021 03:08:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69e10560-0d7c-4239-95d5-19c2c96e9707", + "x-ms-correlation-request-id": "20ce0fa1-db4f-45f2-84ba-984fb78cddfe", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "69e10560-0d7c-4239-95d5-19c2c96e9707", - "x-ms-routing-request-id": "WESTUS2:20210825T230509Z:69e10560-0d7c-4239-95d5-19c2c96e9707" + "x-ms-request-id": "20ce0fa1-db4f-45f2-84ba-984fb78cddfe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030803Z:20ce0fa1-db4f-45f2-84ba-984fb78cddfe" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828", - "name": "testRg-9828", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351", + "name": "testRg-4351", "type": "Microsoft.Resources/resourceGroups", "location": "southcentralus", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(True)Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(True)Async.json index 539b99097c5d4..fde6118a12a57 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(True)Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ArmClientTests(True)Async.json @@ -6,8 +6,9 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a471502cc785e70e671623a1a452721", + "traceparent": "00-214824349789bb4485907f0ce090a2bf-507663a6725db34f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "785a471570cce65e71623a1a452721a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +17,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:14 GMT", + "Date": "Thu, 14 Oct 2021 03:07:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4943d140-c4ce-44ae-bf6b-7473951838a2", + "x-ms-correlation-request-id": "c0d85ae8-0d9b-4fb0-8daa-6d12d5fb0c72", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "4943d140-c4ce-44ae-bf6b-7473951838a2", - "x-ms-routing-request-id": "WESTUS:20210820T225814Z:4943d140-c4ce-44ae-bf6b-7473951838a2" + "x-ms-request-id": "c0d85ae8-0d9b-4fb0-8daa-6d12d5fb0c72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030702Z:c0d85ae8-0d9b-4fb0-8daa-6d12d5fb0c72" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,85 +47,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2251ccb271860d4683973fe2a84e440a-d140b51cbfc4ed40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7f043350e1a08916b2e6d331bf887312", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10345264-56a3-47de-a384-0777863003e3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "10345264-56a3-47de-a384-0777863003e3", - "x-ms-routing-request-id": "WESTUS:20210820T225814Z:10345264-56a3-47de-a384-0777863003e3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-9828?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-4351?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "29", "Content-Type": "application/json", - "traceparent": "00-2cc24855ada83f40a1d473003eee9ec9-d88a499a98e1b345-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1de8ca6ff16afc375aa8a238b9711bfb", + "traceparent": "00-c4352e63084ece4fb01164dc90ea6730-e6f394740fc79645-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f043350e1a08916b2e6d331bf887312", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "southcentralus" }, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "227", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:15 GMT", + "Date": "Thu, 14 Oct 2021 03:07:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0987fa97-3b7c-4146-b83b-c97edbdfb553", + "x-ms-correlation-request-id": "dd239ec8-4e02-40a5-891d-17910faedf96", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0987fa97-3b7c-4146-b83b-c97edbdfb553", - "x-ms-routing-request-id": "WESTUS:20210820T225816Z:0987fa97-3b7c-4146-b83b-c97edbdfb553" + "x-ms-request-id": "dd239ec8-4e02-40a5-891d-17910faedf96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030706Z:dd239ec8-4e02-40a5-891d-17910faedf96" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828", - "name": "testRg-9828", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351", + "name": "testRg-4351", "type": "Microsoft.Resources/resourceGroups", "location": "southcentralus", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ConstructWithInvalidSubscription.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ConstructWithInvalidSubscription.json index 459546865c1ba..e187aceca0f4b 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ConstructWithInvalidSubscription.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ConstructWithInvalidSubscription.json @@ -1,53 +1,7 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d8fdd92866dc194f5fa8ed6bc0c2f04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e0c6d1d-6f78-45fc-b84f-998f78c3d5e3", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "4e0c6d1d-6f78-45fc-b84f-998f78c3d5e3", - "x-ms-routing-request-id": "WESTUS2:20210820T225744Z:4e0c6d1d-6f78-45fc-b84f-998f78c3d5e3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { - "RandomSeed": "1274397941", + "RandomSeed": "1648884374", "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTests.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTests.json index b4c6d5ee2b280..e88361d800dd0 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTests.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTests.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "c2372e6fa22eda9a50ded4dd71583461", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:44 GMT", + "Date": "Thu, 14 Oct 2021 03:08:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4566a500-94d5-4d12-895c-c46c4af0e91b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4566a500-94d5-4d12-895c-c46c4af0e91b", - "x-ms-routing-request-id": "WESTUS2:20210820T225744Z:4566a500-94d5-4d12-895c-c46c4af0e91b" + "x-ms-correlation-request-id": "4e7a2fd6-ac2b-46a2-b18f-464b1183129a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "4e7a2fd6-ac2b-46a2-b18f-464b1183129a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030805Z:4e7a2fd6-ac2b-46a2-b18f-464b1183129a" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTestsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTestsAsync.json index a3d7005c785cb..e66ae259377b0 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTestsAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsTestsAsync.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "4d76384a04c0abe54ab871c52558644e", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:16 GMT", + "Date": "Thu, 14 Oct 2021 03:07:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea7c43a8-8329-4086-9274-f2b4f1e7e163", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ea7c43a8-8329-4086-9274-f2b4f1e7e163", - "x-ms-routing-request-id": "WESTUS:20210820T225816Z:ea7c43a8-8329-4086-9274-f2b4f1e7e163" + "x-ms-correlation-request-id": "6869a3f7-d0eb-4daa-b18f-80147fedd5af", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "6869a3f7-d0eb-4daa-b18f-80147fedd5af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030707Z:6869a3f7-d0eb-4daa-b18f-80147fedd5af" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResource.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResource.json index a41c0a82a25e5..91b2204a5c6f4 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResource.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResource.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "7002e2a0ca0ae2d8e772e5062627168e", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:44 GMT", + "Date": "Thu, 14 Oct 2021 03:08:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c035bd8-1e68-4d6e-8e28-ac811ec7f6fd", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4c035bd8-1e68-4d6e-8e28-ac811ec7f6fd", - "x-ms-routing-request-id": "WESTUS2:20210820T225745Z:4c035bd8-1e68-4d6e-8e28-ac811ec7f6fd" + "x-ms-correlation-request-id": "85da440d-4a46-4420-8856-0efd67749d3a", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "85da440d-4a46-4420-8856-0efd67749d3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030806Z:85da440d-4a46-4420-8856-0efd67749d3a" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,7 +51,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "3912fa933666b44426d1fa6dd1c3c49c", "x-ms-return-client-request-id": "true" }, @@ -59,17 +59,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:44 GMT", + "Date": "Thu, 14 Oct 2021 03:08:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61f83a38-6010-4776-b71e-4369ca2cfdc1", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "61f83a38-6010-4776-b71e-4369ca2cfdc1", - "x-ms-routing-request-id": "WESTUS2:20210820T225745Z:61f83a38-6010-4776-b71e-4369ca2cfdc1" + "x-ms-correlation-request-id": "28c7c613-6124-45e0-ac98-69d75430069b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "28c7c613-6124-45e0-ac98-69d75430069b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030806Z:28c7c613-6124-45e0-ac98-69d75430069b" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1043,6 +1043,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1053,9 +1054,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1064,7 +1068,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1078,6 +1084,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1088,9 +1095,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1099,7 +1109,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1113,6 +1125,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1123,9 +1136,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1134,7 +1150,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1165,6 +1183,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1177,6 +1196,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1210,6 +1230,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1222,6 +1243,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1243,7 +1265,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "bb03309fc4e0db7e00d08bced9d65524", "x-ms-return-client-request-id": "true" }, @@ -1253,16 +1275,16 @@ "Cache-Control": "no-cache", "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:44 GMT", + "Date": "Thu, 14 Oct 2021 03:08:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6af38748-23be-465e-b814-de0cdc6f01fa", + "x-ms-correlation-request-id": "9d62096c-ae01-4cd4-af9a-805745a631c4", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "6af38748-23be-465e-b814-de0cdc6f01fa", - "x-ms-routing-request-id": "WESTUS2:20210820T225745Z:6af38748-23be-465e-b814-de0cdc6f01fa" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "9d62096c-ae01-4cd4-af9a-805745a631c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030806Z:9d62096c-ae01-4cd4-af9a-805745a631c4" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResourceAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResourceAsync.json index af57a48520736..571b8e390418b 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResourceAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfInvalidResourceAsync.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "1b24673e3d306cc41eb07b27aef58b27", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:16 GMT", + "Date": "Thu, 14 Oct 2021 03:07:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0b9f987-b1bd-413b-97b5-46532e9c5ac9", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d0b9f987-b1bd-413b-97b5-46532e9c5ac9", - "x-ms-routing-request-id": "WESTUS:20210820T225816Z:d0b9f987-b1bd-413b-97b5-46532e9c5ac9" + "x-ms-correlation-request-id": "c89d435c-f89a-4c1d-a90d-4b6475ee38e7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c89d435c-f89a-4c1d-a90d-4b6475ee38e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030708Z:c89d435c-f89a-4c1d-a90d-4b6475ee38e7" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,7 +51,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "6c84397ed654bd79d533505a4eb83eb9", "x-ms-return-client-request-id": "true" }, @@ -59,17 +59,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:17 GMT", + "Date": "Thu, 14 Oct 2021 03:07:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "370ec177-de80-426b-b70d-963099115a11", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "370ec177-de80-426b-b70d-963099115a11", - "x-ms-routing-request-id": "WESTUS:20210820T225817Z:370ec177-de80-426b-b70d-963099115a11" + "x-ms-correlation-request-id": "80c1dc93-4efe-4936-a194-0d1a4318cf21", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "80c1dc93-4efe-4936-a194-0d1a4318cf21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030709Z:80c1dc93-4efe-4936-a194-0d1a4318cf21" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1043,6 +1043,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1053,9 +1054,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1064,7 +1068,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1078,6 +1084,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1088,9 +1095,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1099,7 +1109,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1113,6 +1125,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1123,9 +1136,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1134,7 +1150,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1165,6 +1183,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1177,6 +1196,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1210,6 +1230,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1222,6 +1243,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1243,7 +1265,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "69f8e7d732f016474ec87682f96b2232", "x-ms-return-client-request-id": "true" }, @@ -1253,16 +1275,16 @@ "Cache-Control": "no-cache", "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:17 GMT", + "Date": "Thu, 14 Oct 2021 03:07:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7decc31a-453f-4418-a5bf-4b48b4232460", + "x-ms-correlation-request-id": "a45f16ee-40cf-4b95-9fb6-344da1349e7b", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "7decc31a-453f-4418-a5bf-4b48b4232460", - "x-ms-routing-request-id": "WESTUS:20210820T225817Z:7decc31a-453f-4418-a5bf-4b48b4232460" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a45f16ee-40cf-4b95-9fb6-344da1349e7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030709Z:a45f16ee-40cf-4b95-9fb6-344da1349e7b" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResource.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResource.json index ea76893b34d19..1b6bb47192c4f 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResource.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResource.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "331eab245307a495a79db971989beafa", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:45 GMT", + "Date": "Thu, 14 Oct 2021 03:08:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebeaba27-c294-4232-a207-1216fc9721cf", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ebeaba27-c294-4232-a207-1216fc9721cf", - "x-ms-routing-request-id": "WESTUS2:20210820T225745Z:ebeaba27-c294-4232-a207-1216fc9721cf" + "x-ms-correlation-request-id": "a1b33a49-b319-41de-9326-9220815295d7", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a1b33a49-b319-41de-9326-9220815295d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030807Z:a1b33a49-b319-41de-9326-9220815295d7" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,7 +51,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "96ac9c29461a8fbf26ea981b3fe6af8c", "x-ms-return-client-request-id": "true" }, @@ -59,17 +59,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:45 GMT", + "Date": "Thu, 14 Oct 2021 03:08:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd4f5b4f-4914-4c17-a25b-86bc3c921d38", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "fd4f5b4f-4914-4c17-a25b-86bc3c921d38", - "x-ms-routing-request-id": "WESTUS2:20210820T225745Z:fd4f5b4f-4914-4c17-a25b-86bc3c921d38" + "x-ms-correlation-request-id": "5f16eeb7-3d11-4ee1-8fab-c5e7539cba10", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5f16eeb7-3d11-4ee1-8fab-c5e7539cba10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030807Z:5f16eeb7-3d11-4ee1-8fab-c5e7539cba10" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1043,6 +1043,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1053,9 +1054,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1064,7 +1068,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1078,6 +1084,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1088,9 +1095,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1099,7 +1109,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1113,6 +1125,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1123,9 +1136,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1134,7 +1150,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1165,6 +1183,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1177,6 +1196,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1210,6 +1230,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1222,6 +1243,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1238,12 +1260,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828?api-version=2019-05-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351?api-version=2019-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "6c8c8f78dde0773992ef44b8792cc4d6", "x-ms-return-client-request-id": "true" }, @@ -1253,19 +1275,19 @@ "Cache-Control": "no-cache", "Content-Length": "227", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:45 GMT", + "Date": "Thu, 14 Oct 2021 03:08:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b8367fd-8895-4aaa-9600-5a501b8b4670", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "5b8367fd-8895-4aaa-9600-5a501b8b4670", - "x-ms-routing-request-id": "WESTUS2:20210820T225745Z:5b8367fd-8895-4aaa-9600-5a501b8b4670" + "x-ms-correlation-request-id": "f4596ccc-29a2-44cb-aee3-779c94aebe1c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "f4596ccc-29a2-44cb-aee3-779c94aebe1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030807Z:f4596ccc-29a2-44cb-aee3-779c94aebe1c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828", - "name": "testRg-9828", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351", + "name": "testRg-4351", "type": "Microsoft.Resources/resourceGroups", "location": "southcentralus", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResourceAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResourceAsync.json index 85d60ad15fcd4..59bf026889898 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResourceAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericOperationsWithListOfValidResourceAsync.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "ed3f06e790537133a93ef7bd71c1947c", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:17 GMT", + "Date": "Thu, 14 Oct 2021 03:07:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecc39906-5260-47d3-8a31-c5e00f80aa3b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ecc39906-5260-47d3-8a31-c5e00f80aa3b", - "x-ms-routing-request-id": "WESTUS:20210820T225817Z:ecc39906-5260-47d3-8a31-c5e00f80aa3b" + "x-ms-correlation-request-id": "7b9b0d63-e04a-4e03-8917-1ec1d5cc223a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "7b9b0d63-e04a-4e03-8917-1ec1d5cc223a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030710Z:7b9b0d63-e04a-4e03-8917-1ec1d5cc223a" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,7 +51,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "0efb64a24c709330a8dcea90a6b4364b", "x-ms-return-client-request-id": "true" }, @@ -59,17 +59,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:17 GMT", + "Date": "Thu, 14 Oct 2021 03:07:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1591a82b-f25d-4b9f-aeb2-3e34d5de0059", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "1591a82b-f25d-4b9f-aeb2-3e34d5de0059", - "x-ms-routing-request-id": "WESTUS:20210820T225817Z:1591a82b-f25d-4b9f-aeb2-3e34d5de0059" + "x-ms-correlation-request-id": "a8ab0730-0a8d-4dbe-a99c-22f8ba419cb6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "a8ab0730-0a8d-4dbe-a99c-22f8ba419cb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030710Z:a8ab0730-0a8d-4dbe-a99c-22f8ba419cb6" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1043,6 +1043,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1053,9 +1054,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1064,7 +1068,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1078,6 +1084,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1088,9 +1095,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1099,7 +1109,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1113,6 +1125,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1123,9 +1136,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1134,7 +1150,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1165,6 +1183,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1177,6 +1196,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1210,6 +1230,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1222,6 +1243,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1238,12 +1260,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828?api-version=2019-05-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351?api-version=2019-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "5c12d8abf022659df6526dd2b28f5c46", "x-ms-return-client-request-id": "true" }, @@ -1253,19 +1275,19 @@ "Cache-Control": "no-cache", "Content-Length": "227", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:17 GMT", + "Date": "Thu, 14 Oct 2021 03:07:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "126a242d-d352-48a9-89e3-e09e67b92567", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "126a242d-d352-48a9-89e3-e09e67b92567", - "x-ms-routing-request-id": "WESTUS:20210820T225817Z:126a242d-d352-48a9-89e3-e09e67b92567" + "x-ms-correlation-request-id": "5d95a409-89aa-4a5b-becb-17380b195a8b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5d95a409-89aa-4a5b-becb-17380b195a8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030710Z:5d95a409-89aa-4a5b-becb-17380b195a8b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828", - "name": "testRg-9828", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351", + "name": "testRg-4351", "type": "Microsoft.Resources/resourceGroups", "location": "southcentralus", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTest.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTest.json index 887b742d867f1..9c221bf717e9a 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTest.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTest.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4377c031e07bd97785ccd03dcfc71e13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f568d85-5c34-4136-bd86-fb8500552bd8", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "4f568d85-5c34-4136-bd86-fb8500552bd8", - "x-ms-routing-request-id": "WESTUS2:20210820T225746Z:4f568d85-5c34-4136-bd86-fb8500552bd8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "2064245151", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTestAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTestAsync.json index e4ac51da73845..6d2d479e43d6b 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTestAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationEmptyTestAsync.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff089b17099de9e3adae64c4fb2a2728", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2cd1f8e-42e1-47e6-81a8-b8f844660fc5", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "d2cd1f8e-42e1-47e6-81a8-b8f844660fc5", - "x-ms-routing-request-id": "WESTUS:20210820T225818Z:d2cd1f8e-42e1-47e6-81a8-b8f844660fc5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "335995093", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullId.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullId.json index 93e5d4e64456e..6227689996306 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullId.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullId.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8eac8b04ca203605fed23e0a6e4a4d81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2f314bd-27bd-401f-a9de-5073d95090cb", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "b2f314bd-27bd-401f-a9de-5073d95090cb", - "x-ms-routing-request-id": "WESTUS2:20210820T225747Z:b2f314bd-27bd-401f-a9de-5073d95090cb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "942513445", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullIdAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullIdAsync.json index 5302654ec6444..3cfeb2ba8a76c 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullIdAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullIdAsync.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2bc02a0fa4fc7e01fd0f48f99cb2101a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b61535c7-8659-40d6-8c88-ef133d44ac60", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b61535c7-8659-40d6-8c88-ef133d44ac60", - "x-ms-routing-request-id": "WESTUS:20210820T225819Z:b61535c7-8659-40d6-8c88-ef133d44ac60" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "628740702", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIds.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIds.json index bd00ca3d32d15..acd8dfc8b25f7 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIds.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIds.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "077879469b549cf4d867c1a1482e7469", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b1a08b4-22cd-44a7-abae-87f525946e95", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "4b1a08b4-22cd-44a7-abae-87f525946e95", - "x-ms-routing-request-id": "WESTUS2:20210820T225747Z:4b1a08b4-22cd-44a7-abae-87f525946e95" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "635754083", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIdsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIdsAsync.json index 96c2381ca935a..705e26a5fdb58 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIdsAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationWithNullSetOfIdsAsync.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6076f99262d6a70c730caf6fe2bca7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a31602b-8f4e-4c2c-9491-2cf583a9f431", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "9a31602b-8f4e-4c2c-9491-2cf583a9f431", - "x-ms-routing-request-id": "WESTUS:20210820T225820Z:9a31602b-8f4e-4c2c-9491-2cf583a9f431" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "973021660", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTests.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTests.json index 949679f52499a..f1af714316b81 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTests.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTests.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "11792d0ee0388b876ca6473f5937451c", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:45 GMT", + "Date": "Thu, 14 Oct 2021 03:08:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa6233d1-8ea6-4235-8dbd-255058b9a4f7", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "aa6233d1-8ea6-4235-8dbd-255058b9a4f7", - "x-ms-routing-request-id": "WESTUS2:20210820T225746Z:aa6233d1-8ea6-4235-8dbd-255058b9a4f7" + "x-ms-correlation-request-id": "224f2235-f78a-4a1f-b523-a011745884d6", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "224f2235-f78a-4a1f-b523-a011745884d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030808Z:224f2235-f78a-4a1f-b523-a011745884d6" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTestsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTestsAsync.json index 69650d02e9eb2..58181303dc773 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTestsAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsSingleIDTestsAsync.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "f1a6779ba806b6c261cb6bf1a0f175f9", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:18 GMT", + "Date": "Thu, 14 Oct 2021 03:07:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a3406aa-bc03-43e4-aa3b-24c26fafd160", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "0a3406aa-bc03-43e4-aa3b-24c26fafd160", - "x-ms-routing-request-id": "WESTUS:20210820T225818Z:0a3406aa-bc03-43e4-aa3b-24c26fafd160" + "x-ms-correlation-request-id": "17d4f824-8e36-4c3e-9dad-67211f28c81c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "17d4f824-8e36-4c3e-9dad-67211f28c81c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030711Z:17d4f824-8e36-4c3e-9dad-67211f28c81c" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResource.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResource.json index 3812e319451e0..dbf8aba7403c6 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResource.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResource.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "12d96bf6a6867cb7807ab5df490b444c", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:46 GMT", + "Date": "Thu, 14 Oct 2021 03:08:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42ed9f54-2eec-4856-9489-93c0cb58abfa", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "42ed9f54-2eec-4856-9489-93c0cb58abfa", - "x-ms-routing-request-id": "WESTUS2:20210820T225746Z:42ed9f54-2eec-4856-9489-93c0cb58abfa" + "x-ms-correlation-request-id": "ebc710ef-99d8-4ace-8fbb-caa4bb22d88f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ebc710ef-99d8-4ace-8fbb-caa4bb22d88f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030809Z:ebc710ef-99d8-4ace-8fbb-caa4bb22d88f" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,8 +51,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-269b2610d28c26458c572d911bfabd05-ed320179bfc8d840-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-690c5c6a0680b14e928fd8a005681743-211a5f5fe4792c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "d536b4bfefff3ff77b154c8b4f03136e", "x-ms-return-client-request-id": "true" }, @@ -60,17 +60,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:46 GMT", + "Date": "Thu, 14 Oct 2021 03:08:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a1303bd-90f9-4047-97c7-a5830153715c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "7a1303bd-90f9-4047-97c7-a5830153715c", - "x-ms-routing-request-id": "WESTUS2:20210820T225746Z:7a1303bd-90f9-4047-97c7-a5830153715c" + "x-ms-correlation-request-id": "384ce6b2-b582-4253-8826-434f081d75f4", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "384ce6b2-b582-4253-8826-434f081d75f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030809Z:384ce6b2-b582-4253-8826-434f081d75f4" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1044,6 +1044,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1054,9 +1055,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1065,7 +1069,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1079,6 +1085,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1089,9 +1096,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1100,7 +1110,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1114,6 +1126,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1124,9 +1137,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1135,7 +1151,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1166,6 +1184,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1178,6 +1197,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1211,6 +1231,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1223,6 +1244,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1244,8 +1266,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-269b2610d28c26458c572d911bfabd05-1381ae8dd9d5db4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-690c5c6a0680b14e928fd8a005681743-62a20827de018948-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "f9e5d5ebc3621a765d66b621e1f42385", "x-ms-return-client-request-id": "true" }, @@ -1255,16 +1277,16 @@ "Cache-Control": "no-cache", "Content-Length": "97", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:46 GMT", + "Date": "Thu, 14 Oct 2021 03:08:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e53286d-f96c-4bb9-91ea-828c0f12ace7", + "x-ms-correlation-request-id": "8375d25f-0359-4e65-a739-4550985211c6", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "7e53286d-f96c-4bb9-91ea-828c0f12ace7", - "x-ms-routing-request-id": "WESTUS2:20210820T225746Z:7e53286d-f96c-4bb9-91ea-828c0f12ace7" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8375d25f-0359-4e65-a739-4550985211c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030809Z:8375d25f-0359-4e65-a739-4550985211c6" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResourceAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResourceAsync.json index a8d7d36c6bc30..7db6bd066790c 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResourceAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleInvalidResourceAsync.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "036f0ccb22502d726446d7f8365908a5", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:18 GMT", + "Date": "Thu, 14 Oct 2021 03:07:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a34d5c97-4474-480f-8f6c-a808ed33e8d4", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "a34d5c97-4474-480f-8f6c-a808ed33e8d4", - "x-ms-routing-request-id": "WESTUS:20210820T225818Z:a34d5c97-4474-480f-8f6c-a808ed33e8d4" + "x-ms-correlation-request-id": "c678dc90-86be-4408-ba3c-2c61d14a72f2", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c678dc90-86be-4408-ba3c-2c61d14a72f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030712Z:c678dc90-86be-4408-ba3c-2c61d14a72f2" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,8 +51,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1bd021ebd70f304bbf3a8ae7c0817590-ac7c3e1e7a7e3e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-d7e4d7c60c5fac41be4702b16b5899fd-a768d5b85e1b764e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "8713e0cc1cd6a4fd8c09354efa346bd7", "x-ms-return-client-request-id": "true" }, @@ -60,17 +60,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:18 GMT", + "Date": "Thu, 14 Oct 2021 03:07:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99a0fe5c-e76f-4f02-a205-fd7b9a42749d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "99a0fe5c-e76f-4f02-a205-fd7b9a42749d", - "x-ms-routing-request-id": "WESTUS:20210820T225818Z:99a0fe5c-e76f-4f02-a205-fd7b9a42749d" + "x-ms-correlation-request-id": "07d5a2ef-8e46-407c-9fe2-b8149eadeb3a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "07d5a2ef-8e46-407c-9fe2-b8149eadeb3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030712Z:07d5a2ef-8e46-407c-9fe2-b8149eadeb3a" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1044,6 +1044,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1054,9 +1055,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1065,7 +1069,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1079,6 +1085,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1089,9 +1096,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1100,7 +1110,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1114,6 +1126,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1124,9 +1137,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1135,7 +1151,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1166,6 +1184,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1178,6 +1197,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1211,6 +1231,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1223,6 +1244,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1244,8 +1266,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1bd021ebd70f304bbf3a8ae7c0817590-0741f91713ab314c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-d7e4d7c60c5fac41be4702b16b5899fd-77e892c11587db4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "30a9f1dd9a2e3aed2360deb00d4ee272", "x-ms-return-client-request-id": "true" }, @@ -1255,16 +1277,16 @@ "Cache-Control": "no-cache", "Content-Length": "97", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:18 GMT", + "Date": "Thu, 14 Oct 2021 03:07:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "998c6375-6098-4c00-878b-fe9186428d68", + "x-ms-correlation-request-id": "fcfd32b6-7c68-4dde-b2c5-62f55c1fd34a", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "998c6375-6098-4c00-878b-fe9186428d68", - "x-ms-routing-request-id": "WESTUS:20210820T225819Z:998c6375-6098-4c00-878b-fe9186428d68" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fcfd32b6-7c68-4dde-b2c5-62f55c1fd34a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030712Z:fcfd32b6-7c68-4dde-b2c5-62f55c1fd34a" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResource.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResource.json index 19947fe7205dd..ae67a3da64966 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResource.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResource.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "3a752ce9cf15097c0e3f5a4864f9364e", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:46 GMT", + "Date": "Thu, 14 Oct 2021 03:08:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "454fa92c-0239-448b-aa0c-3ec961a461ad", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "454fa92c-0239-448b-aa0c-3ec961a461ad", - "x-ms-routing-request-id": "WESTUS2:20210820T225747Z:454fa92c-0239-448b-aa0c-3ec961a461ad" + "x-ms-correlation-request-id": "5b885a7b-77d8-436a-bb62-7f508c14f2ae", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "5b885a7b-77d8-436a-bb62-7f508c14f2ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030810Z:5b885a7b-77d8-436a-bb62-7f508c14f2ae" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,8 +51,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5e849a296ce6674999ac0bf6caf1b7f4-2506322e58039c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-d37a1880dd967049a8c6074b93544dad-071f4ca56a6d5f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "8ea9528fc941fe4764b795401df80fcf", "x-ms-return-client-request-id": "true" }, @@ -60,17 +60,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:46 GMT", + "Date": "Thu, 14 Oct 2021 03:08:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c3550b9-21ca-409f-9946-777d8dc1e6d5", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "5c3550b9-21ca-409f-9946-777d8dc1e6d5", - "x-ms-routing-request-id": "WESTUS2:20210820T225747Z:5c3550b9-21ca-409f-9946-777d8dc1e6d5" + "x-ms-correlation-request-id": "913fbebc-b98e-4cc0-8abd-4b15f01ee3aa", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "913fbebc-b98e-4cc0-8abd-4b15f01ee3aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030810Z:913fbebc-b98e-4cc0-8abd-4b15f01ee3aa" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1044,6 +1044,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1054,9 +1055,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1065,7 +1069,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1079,6 +1085,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1089,9 +1096,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1100,7 +1110,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1114,6 +1126,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1124,9 +1137,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1135,7 +1151,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1166,6 +1184,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1178,6 +1197,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1211,6 +1231,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1223,6 +1244,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1239,13 +1261,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828?api-version=2019-05-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351?api-version=2019-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5e849a296ce6674999ac0bf6caf1b7f4-8011f7fd01225b4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-d37a1880dd967049a8c6074b93544dad-12411c1f9af43c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "4f0d8dc94c26ccdcfb208f7572416e32", "x-ms-return-client-request-id": "true" }, @@ -1255,19 +1277,19 @@ "Cache-Control": "no-cache", "Content-Length": "227", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:46 GMT", + "Date": "Thu, 14 Oct 2021 03:08:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c59d8ba-664c-44e3-81d7-170f529b8aa0", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1c59d8ba-664c-44e3-81d7-170f529b8aa0", - "x-ms-routing-request-id": "WESTUS2:20210820T225747Z:1c59d8ba-664c-44e3-81d7-170f529b8aa0" + "x-ms-correlation-request-id": "ea8c2673-7257-433b-a77e-3eecafabebaf", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "ea8c2673-7257-433b-a77e-3eecafabebaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030810Z:ea8c2673-7257-433b-a77e-3eecafabebaf" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828", - "name": "testRg-9828", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351", + "name": "testRg-4351", "type": "Microsoft.Resources/resourceGroups", "location": "southcentralus", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResourceAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResourceAsync.json index c554c19065561..b7e3de9018636 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResourceAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourceOperationsWithSingleValidResourceAsync.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "7d9538f6b8d2849252b0c93003102ebd", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:19 GMT", + "Date": "Thu, 14 Oct 2021 03:07:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75bb6445-b5e9-440a-a69d-2e899f2adeb6", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "75bb6445-b5e9-440a-a69d-2e899f2adeb6", - "x-ms-routing-request-id": "WESTUS:20210820T225819Z:75bb6445-b5e9-440a-a69d-2e899f2adeb6" + "x-ms-correlation-request-id": "ec23f5d3-4b3e-4ede-9c28-747451e3f8f8", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ec23f5d3-4b3e-4ede-9c28-747451e3f8f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030713Z:ec23f5d3-4b3e-4ede-9c28-747451e3f8f8" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -51,8 +51,8 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e7df60bfb241f748b5499f15aa35d1d8-3ec2727cacc91e4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-a2b8a199db499244920db56df5b1f61e-1d7c0a5f8516bb44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "97b58e6e527bbdcf56477c299f162a8f", "x-ms-return-client-request-id": "true" }, @@ -60,17 +60,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:19 GMT", + "Date": "Thu, 14 Oct 2021 03:07:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6a805c7-08a6-40fb-b7e1-74e82dd24232", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "e6a805c7-08a6-40fb-b7e1-74e82dd24232", - "x-ms-routing-request-id": "WESTUS:20210820T225819Z:e6a805c7-08a6-40fb-b7e1-74e82dd24232" + "x-ms-correlation-request-id": "7f6c1f56-f59c-4a31-9f37-10299d678411", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "7f6c1f56-f59c-4a31-9f37-10299d678411", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030713Z:7f6c1f56-f59c-4a31-9f37-10299d678411" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1044,6 +1044,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1054,9 +1055,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1065,7 +1069,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1079,6 +1085,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1089,9 +1096,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1100,7 +1110,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1114,6 +1126,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1124,9 +1137,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1135,7 +1151,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1166,6 +1184,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1178,6 +1197,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1211,6 +1231,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1223,6 +1244,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1239,13 +1261,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828?api-version=2019-05-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351?api-version=2019-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e7df60bfb241f748b5499f15aa35d1d8-7b779dbec9620741-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-a2b8a199db499244920db56df5b1f61e-d22da96e62dd8643-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "0ea13a73a6933adb48d08e8912a358f5", "x-ms-return-client-request-id": "true" }, @@ -1255,19 +1277,19 @@ "Cache-Control": "no-cache", "Content-Length": "227", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:19 GMT", + "Date": "Thu, 14 Oct 2021 03:07:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6671096c-55cd-45a9-8fdf-c00882faa5e1", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "6671096c-55cd-45a9-8fdf-c00882faa5e1", - "x-ms-routing-request-id": "WESTUS:20210820T225819Z:6671096c-55cd-45a9-8fdf-c00882faa5e1" + "x-ms-correlation-request-id": "5b3102aa-9127-4af7-98d5-b84b6226d9e4", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5b3102aa-9127-4af7-98d5-b84b6226d9e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030713Z:5b3102aa-9127-4af7-98d5-b84b6226d9e4" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9828", - "name": "testRg-9828", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-4351", + "name": "testRg-4351", "type": "Microsoft.Resources/resourceGroups", "location": "southcentralus", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTests.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTests.json index 0626d21cc0f98..d9901e5528fb7 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTests.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTests.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "07d2b72e5ea28d25ec332f422e017499", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:47 GMT", + "Date": "Thu, 14 Oct 2021 03:08:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9542f767-6a67-4d79-8358-c9374af9aaee", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "9542f767-6a67-4d79-8358-c9374af9aaee", - "x-ms-routing-request-id": "WESTUS2:20210820T225748Z:9542f767-6a67-4d79-8358-c9374af9aaee" + "x-ms-correlation-request-id": "dd9f4ed6-b4bb-4716-888d-7ef04ae12067", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "dd9f4ed6-b4bb-4716-888d-7ef04ae12067", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030811Z:dd9f4ed6-b4bb-4716-888d-7ef04ae12067" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTestsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTestsAsync.json index c5f7268ab35e3..875c9717630d2 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTestsAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/GetGenericResourcesOperationsTestsAsync.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "840fdb7624ea1c80aefe41f8799bf187", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:20 GMT", + "Date": "Thu, 14 Oct 2021 03:07:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53b1debd-1573-4cea-be1b-ff3325660ac9", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "53b1debd-1573-4cea-be1b-ff3325660ac9", - "x-ms-routing-request-id": "WESTUS:20210820T225820Z:53b1debd-1573-4cea-be1b-ff3325660ac9" + "x-ms-correlation-request-id": "a855cbbd-7673-4622-998c-3511e059a433", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a855cbbd-7673-4622-998c-3511e059a433", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T030714Z:a855cbbd-7673-4622-998c-3511e059a433" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheck.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheck.json index ddfbd3b7f2393..b274c5fbeb9a0 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheck.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheck.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6980fea57e86c6528beabe0394689aba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:57:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e15a8165-7a25-4f88-9513-59b82a94c110", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "e15a8165-7a25-4f88-9513-59b82a94c110", - "x-ms-routing-request-id": "WESTUS2:20210820T225748Z:e15a8165-7a25-4f88-9513-59b82a94c110" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "1746004530", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheckAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheckAsync.json index 6dbe3dc4aa16e..32523ae889e3f 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheckAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/TestArmClientParamCheckAsync.json @@ -1,51 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b04e59c44f78de514c58b99cf7bce8aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 22:58:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed39ff42-f98c-430f-af4f-8e5bfb1355c0", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "ed39ff42-f98c-430f-af4f-8e5bfb1355c0", - "x-ms-routing-request-id": "WESTUS:20210820T225820Z:ed39ff42-f98c-430f-af4f-8e5bfb1355c0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "55198516", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetry.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetry.json index 5c50d4d4e389c..69954c4b37fea 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetry.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetry.json @@ -1,146 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "61a0e9df90bed4c063f9c68729812a41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:05:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a059572c-4db0-45b2-958d-0d362ca0465d", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a059572c-4db0-45b2-958d-0d362ca0465d", - "x-ms-routing-request-id": "WESTUS2:20210825T230510Z:a059572c-4db0-45b2-958d-0d362ca0465d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "90ac315abe54295ec7160feaa42dcbf5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:05:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92c4f19d-456a-4839-b50e-d78481a99664", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "92c4f19d-456a-4839-b50e-d78481a99664", - "x-ms-routing-request-id": "WESTUS2:20210825T230510Z:92c4f19d-456a-4839-b50e-d78481a99664" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "x-ms-client-request-id": "7a9e4ffcb4c09bd1134ef6d0dce5a835", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:05:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31dc96e4-8a46-48ac-807b-5cf552d4635f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "31dc96e4-8a46-48ac-807b-5cf552d4635f", - "x-ms-routing-request-id": "WESTUS2:20210825T230510Z:31dc96e4-8a46-48ac-807b-5cf552d4635f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "7006467", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetryComesAfterTelemetry.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetryComesAfterTelemetry.json index d8505ec43917f..7a4fe4eeb9ec8 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetryComesAfterTelemetry.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ArmClientTests/ValidateMgmtTelemetryComesAfterTelemetry.json @@ -1,102 +1,5 @@ { - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "b54e4a0c97f2e85349f81479850b08b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:04:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2871fb8f-83bf-4322-b12f-b0c3e808bb17", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2871fb8f-83bf-4322-b12f-b0c3e808bb17", - "x-ms-routing-request-id": "WESTUS2:20210825T230425Z:2871fb8f-83bf-4322-b12f-b0c3e808bb17" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "azsdk-net-ResourceManager/1.0.0-alpha.20210825.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "143fefaa285c8bc7721844d1b12399ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Aug 2021 23:04:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff5d534d-4842-4069-981c-28a8d7fa4384", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ff5d534d-4842-4069-981c-28a8d7fa4384", - "x-ms-routing-request-id": "WESTUS2:20210825T230425Z:ff5d534d-4842-4069-981c-28a8d7fa4384" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - } - ], + "Entries": [], "Variables": { "RandomSeed": "2070224264", "RESOURCE_MANAGER_URL": null, diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy().json index 89a78a0baba9c..bbfba6139b211 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy().json @@ -6,7 +6,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-659711bdaef6824a911c4a01c19bb0cf-74be96026bde5a4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "c6d72a21af7af90b649094d4c0250a58", "x-ms-return-client-request-id": "true" }, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:31 GMT", + "Date": "Wed, 13 Oct 2021 03:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a532f8dc-a64f-477f-866a-81c8511868f2", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "a532f8dc-a64f-477f-866a-81c8511868f2", - "x-ms-routing-request-id": "WESTUS2:20210820T200832Z:a532f8dc-a64f-477f-866a-81c8511868f2" + "x-ms-correlation-request-id": "98d0a290-9f91-4733-9941-62712906d8cd", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "98d0a290-9f91-4733-9941-62712906d8cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032832Z:98d0a290-9f91-4733-9941-62712906d8cd" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,61 +50,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c304bd1fd819d829c1e23986542e2a45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "434b662f-7a0b-403c-8043-559a14bab2df", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "434b662f-7a0b-403c-8043-559a14bab2df", - "x-ms-routing-request-id": "WESTUS2:20210820T200832Z:434b662f-7a0b-403c-8043-559a14bab2df" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg5465?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg1439?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-4558713db2d30147b0ce430fea879e07-777cc074d359b943-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "946b45aadbb72528fc8df27c72edbdad", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "19c304bd29d8c1d8e23986542e2a451b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -111,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:31 GMT", + "Date": "Wed, 13 Oct 2021 03:28:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70eea7e7-5f24-4391-becd-6f21ad6164b0", - "x-ms-ratelimit-remaining-subscription-writes": "1171", - "x-ms-request-id": "70eea7e7-5f24-4391-becd-6f21ad6164b0", - "x-ms-routing-request-id": "WESTUS2:20210820T200832Z:70eea7e7-5f24-4391-becd-6f21ad6164b0" + "x-ms-correlation-request-id": "bcebb9c4-c928-4b76-84c8-d39f09dfd5e7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "bcebb9c4-c928-4b76-84c8-d39f09dfd5e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032834Z:bcebb9c4-c928-4b76-84c8-d39f09dfd5e7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg5465", - "name": "testrg5465", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg1439", + "name": "testrg1439", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -132,16 +93,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test2Rg-7020?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test2Rg-8856?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-ea9c4d27286d7747bcee9a73d8359951-f5c7a41586c2a649-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66a118a4485ffe0105987684a436664f", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b7946b4528dbfc258df27c72edbdadeb", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -152,19 +115,19 @@ "Cache-Control": "no-cache", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:32 GMT", + "Date": "Wed, 13 Oct 2021 03:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c810d8b-9ec2-482e-b07d-65382b4b41cd", - "x-ms-ratelimit-remaining-subscription-writes": "1170", - "x-ms-request-id": "1c810d8b-9ec2-482e-b07d-65382b4b41cd", - "x-ms-routing-request-id": "WESTUS2:20210820T200832Z:1c810d8b-9ec2-482e-b07d-65382b4b41cd" + "x-ms-correlation-request-id": "a1311416-0455-491f-a6b7-998b84505317", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a1311416-0455-491f-a6b7-998b84505317", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032836Z:a1311416-0455-491f-a6b7-998b84505317" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test2Rg-7020", - "name": "test2Rg-7020", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test2Rg-8856", + "name": "test2Rg-8856", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy()Async.json index 40e6cf4423386..d6939b56c98f5 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ClientContextTests/TestClientContextPolicy()Async.json @@ -6,7 +6,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-b5f066767b3e2a44bf3ba3610037b7af-d3de2a7e27450248-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "e96d9ac8512614d931e92300f67b3120", "x-ms-return-client-request-id": "true" }, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:32 GMT", + "Date": "Wed, 13 Oct 2021 03:28:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc833039-ad65-4ffd-8673-e6dc1fc23dc9", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "dc833039-ad65-4ffd-8673-e6dc1fc23dc9", - "x-ms-routing-request-id": "WESTUS2:20210820T200832Z:dc833039-ad65-4ffd-8673-e6dc1fc23dc9" + "x-ms-correlation-request-id": "d32fff7f-02b0-4bf1-9ee2-530eeb499bc2", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d32fff7f-02b0-4bf1-9ee2-530eeb499bc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032841Z:d32fff7f-02b0-4bf1-9ee2-530eeb499bc2" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,61 +50,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e09d8a5201e54fd1d4c2015378af5276", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcd44a83-72ff-4aba-b0aa-0e11a4e99637", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "fcd44a83-72ff-4aba-b0aa-0e11a4e99637", - "x-ms-routing-request-id": "WESTUS2:20210820T200832Z:fcd44a83-72ff-4aba-b0aa-0e11a4e99637" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg2078?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg4770?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-731eb92686199d469726560deda4e4f9-7e44bf3dd29f424e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09db6e8a158fc63aceb8a339234783e8", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5e09d8ad101d44fc2015378af5276ce", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -111,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:32 GMT", + "Date": "Wed, 13 Oct 2021 03:28:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab40ff41-abcb-4506-8ed7-da5d9f926e16", - "x-ms-ratelimit-remaining-subscription-writes": "1169", - "x-ms-request-id": "ab40ff41-abcb-4506-8ed7-da5d9f926e16", - "x-ms-routing-request-id": "WESTUS2:20210820T200833Z:ab40ff41-abcb-4506-8ed7-da5d9f926e16" + "x-ms-correlation-request-id": "92b216c9-48c3-4ca2-8c81-ab0f8ef5f116", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "92b216c9-48c3-4ca2-8c81-ab0f8ef5f116", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032843Z:92b216c9-48c3-4ca2-8c81-ab0f8ef5f116" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg2078", - "name": "testrg2078", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg4770", + "name": "testrg4770", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -132,16 +93,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test2Rg-3351?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test2Rg-4696?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-331d80c11b56d245a0c73d32d7e2013a-b791e6508f96d94e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b9ec733c69d1ec8156350869c8297ad", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8f09db6e3a15cec6b8a339234783e813", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -152,19 +115,19 @@ "Cache-Control": "no-cache", "Content-Length": "222", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:33 GMT", + "Date": "Wed, 13 Oct 2021 03:28:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4701c53-6e53-4a5a-a68d-3579513e55e8", - "x-ms-ratelimit-remaining-subscription-writes": "1168", - "x-ms-request-id": "a4701c53-6e53-4a5a-a68d-3579513e55e8", - "x-ms-routing-request-id": "WESTUS2:20210820T200833Z:a4701c53-6e53-4a5a-a68d-3579513e55e8" + "x-ms-correlation-request-id": "57be84f1-e8dd-4838-b6e3-026afedfcb75", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "57be84f1-e8dd-4838-b6e3-026afedfcb75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032843Z:57be84f1-e8dd-4838-b6e3-026afedfcb75" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test2Rg-3351", - "name": "test2Rg-3351", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test2Rg-4696", + "name": "test2Rg-4696", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ContainerTryGetTest/TryGetTest().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/CollectionTryGetTest/TryGetTest().json similarity index 51% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ContainerTryGetTest/TryGetTest().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/CollectionTryGetTest/TryGetTest().json index 4567cf6b38dfd..4f4bfa32b06e2 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ContainerTryGetTest/TryGetTest().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/CollectionTryGetTest/TryGetTest().json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1fcedaa809246fd32a685d39d7623d1", + "traceparent": "00-c6e9968e3942ef458985110b9710880e-17b3dc9b512c1041-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "92d1fcedfd803246a685d39d7623d1a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:33 GMT", + "Date": "Wed, 13 Oct 2021 03:50:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a2bfd7f-d8b6-442a-8987-639486f982b1", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "9a2bfd7f-d8b6-442a-8987-639486f982b1", - "x-ms-routing-request-id": "WESTUS2:20210820T200833Z:9a2bfd7f-d8b6-442a-8987-639486f982b1" + "x-ms-correlation-request-id": "8a026770-a7c9-4316-b0b6-b5d1e29c89c6", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8a026770-a7c9-4316-b0b6-b5d1e29c89c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035030Z:8a026770-a7c9-4316-b0b6-b5d1e29c89c6" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,61 +50,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a098f57e782a56b2d7aa01f8e6164c80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e921bf9-ec4d-4c65-a17b-66092770a235", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "6e921bf9-ec4d-4c65-a17b-66092770a235", - "x-ms-routing-request-id": "WESTUS2:20210820T200833Z:6e921bf9-ec4d-4c65-a17b-66092770a235" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg8559?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg3534?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-529699df0360c0458f1f4af8d9fba642-fde50be2f355704f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df59a977bf4bcd36a74581c60f217d3a", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a098f57e782a56b2d7aa01f8e6164c80", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -111,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:33 GMT", + "Date": "Wed, 13 Oct 2021 03:50:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e312948-4a59-4fff-9823-d6941b06207e", - "x-ms-ratelimit-remaining-subscription-writes": "1167", - "x-ms-request-id": "0e312948-4a59-4fff-9823-d6941b06207e", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:0e312948-4a59-4fff-9823-d6941b06207e" + "x-ms-correlation-request-id": "c180e488-76ab-4978-9ad8-8ca6671bd7ea", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c180e488-76ab-4978-9ad8-8ca6671bd7ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035031Z:c180e488-76ab-4978-9ad8-8ca6671bd7ea" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg8559", - "name": "CoreRg8559", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg3534", + "name": "CoreRg3534", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -132,14 +93,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg8559?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg3534?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b2f23fae2e06f548909798143f519338-6335a58e2abad145-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7460c1ff0995747f4a7abad5fc4e4c8f", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "df59a977bf4bcd36a74581c60f217d3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -148,19 +111,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:33 GMT", + "Date": "Wed, 13 Oct 2021 03:50:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a70cc618-85bd-43e2-beb5-9e9f13c326b3", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "a70cc618-85bd-43e2-beb5-9e9f13c326b3", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:a70cc618-85bd-43e2-beb5-9e9f13c326b3" + "x-ms-correlation-request-id": "916ba58c-cca1-4235-99ab-89ab3f7cc05d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "916ba58c-cca1-4235-99ab-89ab3f7cc05d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035031Z:916ba58c-cca1-4235-99ab-89ab3f7cc05d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg8559", - "name": "CoreRg8559", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg3534", + "name": "CoreRg3534", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -174,9 +137,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-842c5388089bf0499d5568adcab96c48-eb4d784500b48846-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd265339f2c9be5cbecaf8e5f7eb47b6", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7460c1ff0995747f4a7abad5fc4e4c8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -185,16 +150,16 @@ "Cache-Control": "no-cache", "Content-Length": "100", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:33 GMT", + "Date": "Wed, 13 Oct 2021 03:50:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed9eb1bb-5f06-4eee-bf53-77b62c9117be", + "x-ms-correlation-request-id": "8f9f67a8-0d42-4bb5-be4f-e8793090966e", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "ed9eb1bb-5f06-4eee-bf53-77b62c9117be", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:ed9eb1bb-5f06-4eee-bf53-77b62c9117be" + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "8f9f67a8-0d42-4bb5-be4f-e8793090966e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035031Z:8f9f67a8-0d42-4bb5-be4f-e8793090966e" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ContainerTryGetTest/TryGetTest()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/CollectionTryGetTest/TryGetTest()Async.json similarity index 51% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ContainerTryGetTest/TryGetTest()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/CollectionTryGetTest/TryGetTest()Async.json index 5bb142398f93e..faff776d3a0f1 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ContainerTryGetTest/TryGetTest()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/CollectionTryGetTest/TryGetTest()Async.json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4e85c4375365fed0a708ce546ed5b6de", + "traceparent": "00-d90c7cce71765a40aa706d53c0aea8bf-b3dd01a032830044-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "654e85c4d053a7fe08ce546ed5b6de4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:34 GMT", + "Date": "Wed, 13 Oct 2021 03:50:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5455fc2c-ed93-4f68-8c03-f885d7f9c61e", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "5455fc2c-ed93-4f68-8c03-f885d7f9c61e", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:5455fc2c-ed93-4f68-8c03-f885d7f9c61e" + "x-ms-correlation-request-id": "98fe1a02-ecb5-4a25-99e3-53a25e038d13", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "98fe1a02-ecb5-4a25-99e3-53a25e038d13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035033Z:98fe1a02-ecb5-4a25-99e3-53a25e038d13" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,61 +50,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5f9034c240d32217b6c56554e2d48fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0ffbee9-3013-48ea-a338-b735af4aa5ac", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "b0ffbee9-3013-48ea-a338-b735af4aa5ac", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:b0ffbee9-3013-48ea-a338-b735af4aa5ac" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg5347?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg8073?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-d4ae896985f82d4c9955eb76b4e9fbd9-017707f49c04dc49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f10c9e1b00cfac3ad6d545a842aa42c2", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5f9034c240d32217b6c56554e2d48fe", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -111,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:34 GMT", + "Date": "Wed, 13 Oct 2021 03:50:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce7d3407-e0dc-4b46-b192-6287880690ff", - "x-ms-ratelimit-remaining-subscription-writes": "1166", - "x-ms-request-id": "ce7d3407-e0dc-4b46-b192-6287880690ff", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:ce7d3407-e0dc-4b46-b192-6287880690ff" + "x-ms-correlation-request-id": "2962be6f-87df-4550-994b-eebda833fa51", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2962be6f-87df-4550-994b-eebda833fa51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035034Z:2962be6f-87df-4550-994b-eebda833fa51" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg5347", - "name": "CoreRg5347", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg8073", + "name": "CoreRg8073", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -132,14 +93,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg5347?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/CoreRg8073?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-44e4296b5835b94296dcbdd88418f3a5-954ac139f31e774e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0593dbaa28a9f2a631ceae679a958db", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f10c9e1b00cfac3ad6d545a842aa42c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -148,19 +111,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:34 GMT", + "Date": "Wed, 13 Oct 2021 03:50:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fab74fcc-de41-4e78-8db1-da46b5673763", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "fab74fcc-de41-4e78-8db1-da46b5673763", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:fab74fcc-de41-4e78-8db1-da46b5673763" + "x-ms-correlation-request-id": "1b0cfab5-e80b-41f4-a94b-35fef79c2c9a", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1b0cfab5-e80b-41f4-a94b-35fef79c2c9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035034Z:1b0cfab5-e80b-41f4-a94b-35fef79c2c9a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg5347", - "name": "CoreRg5347", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/CoreRg8073", + "name": "CoreRg8073", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -174,9 +137,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0455d5ccf889d44ab018b10665053e3c-505a03c58ef6f14e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "37525585ecaa4b7ec94dcf37df78efd0", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c0593dbaa28a9f2a631ceae679a958db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -185,16 +150,16 @@ "Cache-Control": "no-cache", "Content-Length": "100", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:34 GMT", + "Date": "Wed, 13 Oct 2021 03:50:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92e71846-f36c-4e4b-8d2d-e2a59806f4d1", + "x-ms-correlation-request-id": "8117e02c-8092-4781-89f3-e40758da8626", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "92e71846-f36c-4e4b-8d2d-e2a59806f4d1", - "x-ms-routing-request-id": "WESTUS2:20210820T200834Z:92e71846-f36c-4e4b-8d2d-e2a59806f4d1" + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "8117e02c-8092-4781-89f3-e40758da8626", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035034Z:8117e02c-8092-4781-89f3-e40758da8626" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/CheckIfExists.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/CheckIfExists.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/CheckIfExists.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/CheckIfExists.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/CheckIfExistsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/CheckIfExistsAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/CheckIfExistsAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/CheckIfExistsAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/Get.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/Get.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/Get.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/Get.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/GetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/GetAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/GetAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/GetAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/List.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/List.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/List.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/List.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/ListAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/ListAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/ListAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/ListAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/TryGet.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/TryGet.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/TryGet.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/TryGet.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/TryGetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/TryGetAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureContainerTests/TryGetAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/FeatureCollectionTests/TryGetAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CheckIfExists().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CheckIfExists().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CheckIfExists().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CheckIfExists()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CheckIfExists()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CheckIfExists()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CreateOrUpdate().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CreateOrUpdate().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CreateOrUpdate().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CreateOrUpdate()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/CreateOrUpdate()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/Get().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/Get().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/Get().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/Get().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/Get()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/Get()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/Get()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/Get()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/List().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/List().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/List().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/List().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/List()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/List()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/List()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/List()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListByResourceGroup().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListByResourceGroup().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListByResourceGroup().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListByResourceGroup().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListByResourceGroup()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListByResourceGroup()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListByResourceGroup()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListByResourceGroup()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListWithExpand().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListWithExpand().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListWithExpand().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListWithExpand().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListWithExpand()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListWithExpand()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/ListWithExpand()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/ListWithExpand()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/StartCreateOrUpdate().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/StartCreateOrUpdate().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/StartCreateOrUpdate().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/StartCreateOrUpdate().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/StartCreateOrUpdate()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/StartCreateOrUpdate()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/StartCreateOrUpdate()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/StartCreateOrUpdate()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/TryGet().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/TryGet().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/TryGet().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/TryGet().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/TryGet()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/TryGet()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceContainerTests/TryGet()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceCollectionTests/TryGet()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion().json index 2a6536cd2afc0..41fa4257630b0 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion().json @@ -6,9 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Request-Id": "|e6e1c08c-4abad1dbf4dba303.", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "841427dead8eed1288f3da5f004eaa6a", + "traceparent": "00-9a5c1d95bbf0f745b94e3c1cec31d16e-382b2fcd59565545-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e84142712ad88edf3da5f004eaa6ae1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c5795bb-9c97-4dd7-a7a8-b4ef47fc54d1", + "x-ms-correlation-request-id": "ac2e26a0-984f-420a-b0e7-0ec8b7d00a7e", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "4c5795bb-9c97-4dd7-a7a8-b4ef47fc54d1", - "x-ms-routing-request-id": "WESTUS2:20210820T200819Z:4c5795bb-9c97-4dd7-a7a8-b4ef47fc54d1" + "x-ms-request-id": "ac2e26a0-984f-420a-b0e7-0ec8b7d00a7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035006Z:ac2e26a0-984f-420a-b0e7-0ec8b7d00a7e" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -47,15 +50,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg725?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg122?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-e4b2791976561a4b8e21fb46a1183c08-8bc97661f9ee1e4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-a83dd179f34a00489f3481f1c8ce7dc2-25e3e5278a30ff44-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "29dfaf6e86e55ac1e6d61714ca41c396", "x-ms-return-client-request-id": "true" }, @@ -67,19 +73,19 @@ "Cache-Control": "no-cache", "Content-Length": "216", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfad533c-6893-46a6-87bf-b0277ccfd992", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "dfad533c-6893-46a6-87bf-b0277ccfd992", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:dfad533c-6893-46a6-87bf-b0277ccfd992" + "x-ms-correlation-request-id": "a5922ac5-6f16-4726-ba52-53ed88ba6281", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "a5922ac5-6f16-4726-ba52-53ed88ba6281", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035007Z:a5922ac5-6f16-4726-ba52-53ed88ba6281" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg725", - "name": "testrg725", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg122", + "name": "testrg122", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -93,7 +99,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "c5821602e5ee2824deb1bfc57fe994db", "x-ms-return-client-request-id": "true" }, @@ -103,15 +112,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56a0f871-0883-42f0-b984-ae2bbfd966b5", + "x-ms-correlation-request-id": "31fc500d-7aa8-4b5c-9ec1-f8326ae2e83a", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "56a0f871-0883-42f0-b984-ae2bbfd966b5", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:56a0f871-0883-42f0-b984-ae2bbfd966b5" + "x-ms-request-id": "31fc500d-7aa8-4b5c-9ec1-f8326ae2e83a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035007Z:31fc500d-7aa8-4b5c-9ec1-f8326ae2e83a" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -133,13 +142,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg725?api-version=1500-10-10", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg122?api-version=1500-10-10", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ecb4c296e1c8e1429c6f47dbf1d019f3-acaad7e1cf504441-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-39f6ea6209f90b458733826ec548cc0a-f7f6a3487244d54a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "e93e191aed6da1f85329a7d7fbd8bdb2", "x-ms-return-client-request-id": "true" }, @@ -149,15 +161,15 @@ "Cache-Control": "no-cache", "Content-Length": "619", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "555c6bc7-3536-40de-9070-76623ddbea9e", + "x-ms-correlation-request-id": "23feb645-0dad-47d4-817a-69ce470a70ea", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "555c6bc7-3536-40de-9070-76623ddbea9e", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:555c6bc7-3536-40de-9070-76623ddbea9e" + "x-ms-request-id": "23feb645-0dad-47d4-817a-69ce470a70ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035007Z:23feb645-0dad-47d4-817a-69ce470a70ea" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion()Async.json index 2f96cbde0d68e..31ef1c642d9fa 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadApiVersion()Async.json @@ -6,9 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4390c0e13c4d834bafd50f3c8b0ca3bc-51e31bd621011244-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1543ec64203e75b54296dc662d745335", + "traceparent": "00-314fa86b8febbc4eb53d4fcddb630683-284e68f7c8061f41-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3e1543ecb520427596dc662d745335d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebde3356-56ec-4f75-a0d3-73a1a986f166", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "ebde3356-56ec-4f75-a0d3-73a1a986f166", - "x-ms-routing-request-id": "WESTUS2:20210820T200819Z:ebde3356-56ec-4f75-a0d3-73a1a986f166" + "x-ms-correlation-request-id": "5328b81f-6800-4e88-82fa-0060a31e4473", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "5328b81f-6800-4e88-82fa-0060a31e4473", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035006Z:5328b81f-6800-4e88-82fa-0060a31e4473" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -47,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg6232?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg782?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-dbf7f2a11660814c820af675b9b77557-f60e8098f06d0a48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "9cf0fdc85410a953201b3af46d60497b", "x-ms-return-client-request-id": "true" }, @@ -65,21 +70,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "218", + "Content-Length": "216", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34272564-bc5e-42b7-8c3e-c7cb44906925", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "34272564-bc5e-42b7-8c3e-c7cb44906925", - "x-ms-routing-request-id": "WESTUS2:20210820T200819Z:34272564-bc5e-42b7-8c3e-c7cb44906925" + "x-ms-correlation-request-id": "8e7c13f1-7e48-46d1-ba7e-eca646439da9", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8e7c13f1-7e48-46d1-ba7e-eca646439da9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035009Z:8e7c13f1-7e48-46d1-ba7e-eca646439da9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6232", - "name": "testrg6232", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg782", + "name": "testrg782", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -93,8 +98,10 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ee0702c943bcc84999e51ee4e76914a8-301279aaf601204c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "b341daf4674bd8c414e1f14854ed4b91", "x-ms-return-client-request-id": "true" }, @@ -104,15 +111,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82fb8fa5-de99-4f79-b77b-e4757d5f2f82", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "82fb8fa5-de99-4f79-b77b-e4757d5f2f82", - "x-ms-routing-request-id": "WESTUS2:20210820T200819Z:82fb8fa5-de99-4f79-b77b-e4757d5f2f82" + "x-ms-correlation-request-id": "f6c6487c-e4d7-4b1c-b902-9045b80e5aea", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f6c6487c-e4d7-4b1c-b902-9045b80e5aea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035009Z:f6c6487c-e4d7-4b1c-b902-9045b80e5aea" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -134,13 +141,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6232?api-version=1500-10-10", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg782?api-version=1500-10-10", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c4f41aff0fbc3d4381c3884702190032-e54b4c488a256648-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-d928a83fd21e0540bec61340d10c8884-1df64f207f8fdb4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "26b3373f7fbc9853ef6b1e047b80d535", "x-ms-return-client-request-id": "true" }, @@ -150,15 +160,15 @@ "Cache-Control": "no-cache", "Content-Length": "619", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09a5f3a3-c779-4cce-b1b8-4bdf4e12b019", + "x-ms-correlation-request-id": "5158d0d3-be8d-4fe9-948e-651d7c0f1738", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "09a5f3a3-c779-4cce-b1b8-4bdf4e12b019", - "x-ms-routing-request-id": "WESTUS2:20210820T200819Z:09a5f3a3-c779-4cce-b1b8-4bdf4e12b019" + "x-ms-request-id": "5158d0d3-be8d-4fe9-948e-651d7c0f1738", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035009Z:5158d0d3-be8d-4fe9-948e-651d7c0f1738" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace().json index 20aaa4439553e..945011fa91917 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace().json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8581256d9d5ea437cfa45cc1e4bd093", + "traceparent": "00-a190bdedb8495042bf91bdcf901c054e-947f59e135deef4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d5a8581243d97ceafa45cc1e4bd09363", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74e0a23f-5913-4f14-a5f3-ba8e14beef14", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "74e0a23f-5913-4f14-a5f3-ba8e14beef14", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:74e0a23f-5913-4f14-a5f3-ba8e14beef14" + "x-ms-correlation-request-id": "1f3ebd9e-8da3-4b27-9210-49b6b76420d6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "1f3ebd9e-8da3-4b27-9210-49b6b76420d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035011Z:1f3ebd9e-8da3-4b27-9210-49b6b76420d6" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg9022?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg385?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-1ea8cf6a2a95914f9a30dd3e84610f22-6d6a995248c03945-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "9351bbe22d84e3f86a665b06c085caf3", "x-ms-return-client-request-id": "true" }, @@ -64,21 +70,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "218", + "Content-Length": "216", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36a201c9-ccec-4946-84b9-be371ef77249", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "36a201c9-ccec-4946-84b9-be371ef77249", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:36a201c9-ccec-4946-84b9-be371ef77249" + "x-ms-correlation-request-id": "043954b9-41e3-4729-8a29-f794119d19d8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "043954b9-41e3-4729-8a29-f794119d19d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035012Z:043954b9-41e3-4729-8a29-f794119d19d8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg9022", - "name": "testrg9022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg385", + "name": "testrg385", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -92,8 +98,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f41a49ddd5afd742a610a92eb7ba6edd-6e37593e63f5a744-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-f62c1e38bc12fd42adb98d4671137547-16046570cf6be940-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "c042382e91386aba6dae6da6f5cb3f5f", "x-ms-return-client-request-id": "true" }, @@ -103,16 +112,16 @@ "Cache-Control": "no-cache", "Content-Length": "126", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9a227a9-24b6-4ec2-97fc-816d0219a5d9", + "x-ms-correlation-request-id": "c5c61dee-8c16-42a9-af07-f8261150ab98", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a9a227a9-24b6-4ec2-97fc-816d0219a5d9", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:a9a227a9-24b6-4ec2-97fc-816d0219a5d9" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c5c61dee-8c16-42a9-af07-f8261150ab98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035012Z:c5c61dee-8c16-42a9-af07-f8261150ab98" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace()Async.json index 86598abf04fde..b8f2eca2bc25e 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsBadNameSpace()Async.json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "073b06d086f433c50a935134d20ea135", + "traceparent": "00-ba6eed6044ff484ca4967c4d3422822a-72242a29e294c34d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f4073b06c5860a33935134d20ea1356c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:19 GMT", + "Date": "Wed, 13 Oct 2021 03:50:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2066cda1-4d18-4d91-a4e2-7d9e631a2469", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "2066cda1-4d18-4d91-a4e2-7d9e631a2469", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:2066cda1-4d18-4d91-a4e2-7d9e631a2469" + "x-ms-correlation-request-id": "0084d381-ab30-40db-9ad2-ac6d7d3410af", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "0084d381-ab30-40db-9ad2-ac6d7d3410af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035014Z:0084d381-ab30-40db-9ad2-ac6d7d3410af" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg356?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg5063?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-32775fca98f1994b849ff718cda5cb72-79534373d2d8614e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "98e20acf79420421c9beb456f751ce51", "x-ms-return-client-request-id": "true" }, @@ -64,21 +70,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "216", + "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3c43dec-42a9-47b5-8166-aad1e142ce6c", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "c3c43dec-42a9-47b5-8166-aad1e142ce6c", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:c3c43dec-42a9-47b5-8166-aad1e142ce6c" + "x-ms-correlation-request-id": "5289d1ae-2df2-49df-ae25-7f56decdb08e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5289d1ae-2df2-49df-ae25-7f56decdb08e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035014Z:5289d1ae-2df2-49df-ae25-7f56decdb08e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg356", - "name": "testrg356", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg5063", + "name": "testrg5063", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -92,8 +98,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0113a58572833642837f5dee14173e28-908fa00a0ba1da43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-408596e42aa90446b78084297d8f44e6-64ee27ce42d95249-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "b7544fe10babd702945625c19c95e4b1", "x-ms-return-client-request-id": "true" }, @@ -103,16 +112,16 @@ "Cache-Control": "no-cache", "Content-Length": "126", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9248943e-ee1b-46ea-83c4-6ee79fd36e4a", + "x-ms-correlation-request-id": "fa470729-2175-4b04-ba77-2751f7d23f0f", "x-ms-failure-cause": "gateway", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "9248943e-ee1b-46ea-83c4-6ee79fd36e4a", - "x-ms-routing-request-id": "WESTUS2:20210820T200820Z:9248943e-ee1b-46ea-83c4-6ee79fd36e4a" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fa470729-2175-4b04-ba77-2751f7d23f0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035014Z:fa470729-2175-4b04-ba77-2751f7d23f0f" }, "ResponseBody": { "error": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException().json index dba7a86f6388e..804b270625231 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException().json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85327e0e0f9e0d7518ec600503495063", + "traceparent": "00-7ae44e61e976fe44babf33d78984392e-eff0afc68e7f1d47-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9e85327e750f180dec60050349506345", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "044049d5-a634-43d9-8f9a-d9f8df828080", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "044049d5-a634-43d9-8f9a-d9f8df828080", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:044049d5-a634-43d9-8f9a-d9f8df828080" + "x-ms-correlation-request-id": "3fdd36b0-1061-424e-ac4e-91dfe69f3a9a", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "3fdd36b0-1061-424e-ac4e-91dfe69f3a9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035014Z:3fdd36b0-1061-424e-ac4e-91dfe69f3a9a" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg5093?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg1557?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-30ebd47cfebc11418926b630a4a21443-e56558432171ab4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "3142d4b48574aa20efe549109df2baa6", "x-ms-return-client-request-id": "true" }, @@ -66,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e117e9c-b995-40e6-a7b9-7b8c7ce32533", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "1e117e9c-b995-40e6-a7b9-7b8c7ce32533", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:1e117e9c-b995-40e6-a7b9-7b8c7ce32533" + "x-ms-correlation-request-id": "bd452b52-9280-4491-bc3f-542aab1a04c7", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "bd452b52-9280-4491-bc3f-542aab1a04c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035015Z:bd452b52-9280-4491-bc3f-542aab1a04c7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg5093", - "name": "testrg5093", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg1557", + "name": "testrg1557", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -92,8 +98,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-296261b1427d734d87f978c8b4843e51-b941b559a48c7c4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-1c8dd60d77b8c64c972b98d624f34952-60dfa9cbff4b074e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "d8b1937520fe3c3dfd8297cfc7ff294b", "x-ms-return-client-request-id": "true" }, @@ -101,17 +110,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "54810", + "Content-Length": "60465", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb571955-cca6-40c3-8b55-952ae32cd656", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "eb571955-cca6-40c3-8b55-952ae32cd656", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:eb571955-cca6-40c3-8b55-952ae32cd656" + "x-ms-correlation-request-id": "c00514fc-60bc-4a08-b7ab-ded759fc91fe", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "c00514fc-60bc-4a08-b7ab-ded759fc91fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035015Z:c00514fc-60bc-4a08-b7ab-ded759fc91fe" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute", @@ -307,7 +316,7 @@ ], "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -315,7 +324,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -323,7 +332,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -331,15 +340,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -347,7 +352,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -355,7 +364,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -363,7 +372,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -371,7 +380,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -387,7 +396,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -395,11 +404,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -407,7 +416,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -415,7 +424,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -423,7 +432,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -431,15 +440,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -447,16 +460,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" @@ -614,7 +639,7 @@ ], "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -622,7 +647,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -630,7 +655,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -638,15 +663,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -654,7 +675,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -662,7 +687,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -670,7 +695,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -678,7 +703,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -694,7 +719,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -702,11 +727,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -714,7 +739,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -722,7 +747,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -730,7 +755,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -738,15 +763,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -754,16 +783,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" @@ -2086,100 +2127,7 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "virtualMachines/metricDefinitions", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2014-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/spotEvictionRates", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Jio India West", - "West US 3" - ], - "apiVersions": [ - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "None" - }, - { - "resourceType": "locations/spotPriceHistory", + "resourceType": "capacityReservationGroups", "locations": [ "East US", "East US 2", @@ -2225,15 +2173,591 @@ "2020-06-01" ], "defaultApiVersion": "2020-06-01", - "capabilities": "None" - }, - { - "resourceType": "locations/sharedGalleries", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "capacityReservationGroups/capacityReservations", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualMachines/metricDefinitions", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West" + ], + "apiVersions": [ + "2014-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/spotEvictionRates", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations/spotPriceHistory", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations/recommendations", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01" + ], + "defaultApiVersion": "2021-07-01", + "capabilities": "None" + }, + { + "resourceType": "locations/sharedGalleries", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", "North Central US", "South Central US", "North Europe", @@ -2738,7 +3262,7 @@ ], "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -2746,7 +3270,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -2754,7 +3278,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -2762,15 +3286,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -2778,7 +3298,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -2786,7 +3310,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -2794,7 +3318,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -2802,7 +3326,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -2818,7 +3342,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -2826,11 +3350,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -2838,7 +3362,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -2846,7 +3370,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -2854,7 +3378,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -2862,15 +3386,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -2878,16 +3406,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -3023,10 +3563,61 @@ "apiVersion": "2018-04-01" } ], - "capabilities": "None" + "capabilities": "None" + }, + { + "resourceType": "diskEncryptionSets", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-06-30", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" }, { - "resourceType": "diskEncryptionSets", + "resourceType": "diskAccesses", "locations": [ "Southeast Asia", "East US 2", @@ -3069,15 +3660,13 @@ "2020-12-01", "2020-09-30", "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01" + "2020-05-01" ], "defaultApiVersion": "2020-06-30", - "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "diskAccesses", + "resourceType": "restorePointCollections/restorePoints/diskRestorePoints", "locations": [ "Southeast Asia", "East US 2", @@ -3118,12 +3707,10 @@ "apiVersions": [ "2021-04-01", "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01" + "2020-09-30" ], - "defaultApiVersion": "2020-06-30", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-09-30", + "capabilities": "None" }, { "resourceType": "cloudServices", @@ -3171,7 +3758,7 @@ "defaultApiVersion": "2021-03-01", "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -3179,7 +3766,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -3187,7 +3774,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -3195,15 +3782,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -3211,7 +3794,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -3219,7 +3806,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -3227,7 +3814,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -3235,7 +3822,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -3251,7 +3838,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -3259,11 +3846,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -3271,7 +3858,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -3279,7 +3866,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -3287,7 +3874,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -3295,15 +3882,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -3311,16 +3902,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3864,7 +4467,7 @@ "defaultApiVersion": "2020-06-01", "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -3872,7 +4475,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -3880,7 +4483,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -3888,15 +4491,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -3904,7 +4503,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -3912,7 +4515,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -3920,7 +4523,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -3928,7 +4531,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -3944,7 +4547,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -3952,11 +4555,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -3964,7 +4567,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -3972,7 +4575,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -3980,7 +4583,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -3988,15 +4591,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -4004,16 +4611,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -4071,7 +4690,7 @@ "defaultApiVersion": "2020-06-01", "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -4079,7 +4698,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -4087,7 +4706,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -4095,15 +4714,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -4111,7 +4726,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -4119,7 +4738,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -4127,7 +4746,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -4135,7 +4754,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -4151,7 +4770,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -4159,11 +4778,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -4171,7 +4790,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -4179,7 +4798,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -4187,7 +4806,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -4195,15 +4814,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -4211,16 +4834,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -4231,13 +4866,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg5093/providers/Microsoft.Compute/availabilitySets/testavset?api-version=2021-07-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg1557/providers/Microsoft.Compute/availabilitySets/testavset?api-version=2021-07-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-296261b1427d734d87f978c8b4843e51-420dde481aa8cb48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-1c8dd60d77b8c64c972b98d624f34952-7c4c801f85bf514f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "1d08729657c0f99912dbaf292cfc7af9", "x-ms-return-client-request-id": "true" }, @@ -4247,20 +4885,20 @@ "Cache-Control": "no-cache", "Content-Length": "226", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:20 GMT", + "Date": "Wed, 13 Oct 2021 03:50:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4448c896-f8d4-49ba-9fe2-34f90ea7f8f0", + "x-ms-correlation-request-id": "da538738-8320-4c18-9534-41828e842bb6", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "4448c896-f8d4-49ba-9fe2-34f90ea7f8f0", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:4448c896-f8d4-49ba-9fe2-34f90ea7f8f0" + "x-ms-request-id": "da538738-8320-4c18-9534-41828e842bb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035015Z:da538738-8320-4c18-9534-41828e842bb6" }, "ResponseBody": { "error": { "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Compute/availabilitySets/testavset\u0027 under resource group \u0027testrg5093\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "message": "The Resource \u0027Microsoft.Compute/availabilitySets/testavset\u0027 under resource group \u0027testrg1557\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException()Async.json index d4ac88c4f8023..a210340db2156 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsConfirmException()Async.json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "655b034afa0b54d4dc7068cd137b0ab7", + "traceparent": "00-79c6965a1528554b9cf5fd0fa703fb0c-947f37bf734e2348-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0b655b03d4fadc547068cd137b0ab7bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:21 GMT", + "Date": "Wed, 13 Oct 2021 03:50:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b278de53-0fa9-47c7-88d8-c7593f4c5654", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "b278de53-0fa9-47c7-88d8-c7593f4c5654", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:b278de53-0fa9-47c7-88d8-c7593f4c5654" + "x-ms-correlation-request-id": "e892c746-3f3e-4869-b9e0-5d1d85ac9780", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e892c746-3f3e-4869-b9e0-5d1d85ac9780", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035019Z:e892c746-3f3e-4869-b9e0-5d1d85ac9780" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg6327?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg2833?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-3f3adf808c48174b9a013a268faf68d0-5d03563089f5eb4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "50d43ed817b82321eecb040511fac7a3", "x-ms-return-client-request-id": "true" }, @@ -66,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:21 GMT", + "Date": "Wed, 13 Oct 2021 03:50:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a521fbc1-dc76-415d-b09b-65e8046b377b", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "a521fbc1-dc76-415d-b09b-65e8046b377b", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:a521fbc1-dc76-415d-b09b-65e8046b377b" + "x-ms-correlation-request-id": "421ab05c-ddc2-4066-8808-59614ea3dd13", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "421ab05c-ddc2-4066-8808-59614ea3dd13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035020Z:421ab05c-ddc2-4066-8808-59614ea3dd13" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6327", - "name": "testrg6327", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg2833", + "name": "testrg2833", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -92,8 +98,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6aa491fae8382c49acfddb1264da5e62-de7af338a812304c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-6574a7a4d76da94393bd96f03810772f-734416ade024834e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "ff903985d25c03500604be10a3a0b817", "x-ms-return-client-request-id": "true" }, @@ -101,17 +110,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "54810", + "Content-Length": "60465", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:21 GMT", + "Date": "Wed, 13 Oct 2021 03:50:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e99e91a-92b5-422d-b018-8f8df54dd202", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "0e99e91a-92b5-422d-b018-8f8df54dd202", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:0e99e91a-92b5-422d-b018-8f8df54dd202" + "x-ms-correlation-request-id": "7490648c-0e59-4cbe-8be5-1b484ed99230", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7490648c-0e59-4cbe-8be5-1b484ed99230", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035021Z:7490648c-0e59-4cbe-8be5-1b484ed99230" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Compute", @@ -307,7 +316,7 @@ ], "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -315,7 +324,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -323,7 +332,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -331,15 +340,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -347,7 +352,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -355,7 +364,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -363,7 +372,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -371,7 +380,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -387,7 +396,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -395,11 +404,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -407,7 +416,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -415,7 +424,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -423,7 +432,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -431,15 +440,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -447,16 +460,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" @@ -614,7 +639,7 @@ ], "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -622,7 +647,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -630,7 +655,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -638,15 +663,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -654,7 +675,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -662,7 +687,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -670,7 +695,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -678,7 +703,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -694,7 +719,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -702,11 +727,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -714,7 +739,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -722,7 +747,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -730,7 +755,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -738,15 +763,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -754,16 +783,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" @@ -2086,100 +2127,7 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "virtualMachines/metricDefinitions", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2014-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/spotEvictionRates", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Jio India West", - "West US 3" - ], - "apiVersions": [ - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "None" - }, - { - "resourceType": "locations/spotPriceHistory", + "resourceType": "capacityReservationGroups", "locations": [ "East US", "East US 2", @@ -2225,15 +2173,591 @@ "2020-06-01" ], "defaultApiVersion": "2020-06-01", - "capabilities": "None" - }, - { - "resourceType": "locations/sharedGalleries", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "capacityReservationGroups/capacityReservations", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Brazil South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Canada Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Central India", + "zones": [] + }, + { + "location": "Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "East US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "France Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Japan East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Korea Central", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Norway East", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Africa North", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "South Central US", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "Switzerland North", + "zones": [] + }, + { + "location": "UK South", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] + }, + { + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualMachines/metricDefinitions", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West" + ], + "apiVersions": [ + "2014-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/spotEvictionRates", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations/spotPriceHistory", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations/recommendations", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-07-01" + ], + "defaultApiVersion": "2021-07-01", + "capabilities": "None" + }, + { + "resourceType": "locations/sharedGalleries", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", "North Central US", "South Central US", "North Europe", @@ -2738,7 +3262,7 @@ ], "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -2746,7 +3270,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -2754,7 +3278,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -2762,15 +3286,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -2778,7 +3298,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -2786,7 +3310,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -2794,7 +3318,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -2802,7 +3326,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -2818,7 +3342,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -2826,11 +3350,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -2838,7 +3362,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -2846,7 +3370,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -2854,7 +3378,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -2862,15 +3386,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -2878,16 +3406,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -3023,10 +3563,61 @@ "apiVersion": "2018-04-01" } ], - "capabilities": "None" + "capabilities": "None" + }, + { + "resourceType": "diskEncryptionSets", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "Jio India West", + "West US 3" + ], + "apiVersions": [ + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-06-30", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" }, { - "resourceType": "diskEncryptionSets", + "resourceType": "diskAccesses", "locations": [ "Southeast Asia", "East US 2", @@ -3069,15 +3660,13 @@ "2020-12-01", "2020-09-30", "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01" + "2020-05-01" ], "defaultApiVersion": "2020-06-30", - "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "diskAccesses", + "resourceType": "restorePointCollections/restorePoints/diskRestorePoints", "locations": [ "Southeast Asia", "East US 2", @@ -3118,12 +3707,10 @@ "apiVersions": [ "2021-04-01", "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01" + "2020-09-30" ], - "defaultApiVersion": "2020-06-30", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-09-30", + "capabilities": "None" }, { "resourceType": "cloudServices", @@ -3171,7 +3758,7 @@ "defaultApiVersion": "2021-03-01", "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -3179,7 +3766,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -3187,7 +3774,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -3195,15 +3782,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -3211,7 +3794,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -3219,7 +3806,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -3227,7 +3814,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -3235,7 +3822,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -3251,7 +3838,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -3259,11 +3846,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -3271,7 +3858,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -3279,7 +3866,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -3287,7 +3874,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -3295,15 +3882,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -3311,16 +3902,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3864,7 +4467,7 @@ "defaultApiVersion": "2020-06-01", "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -3872,7 +4475,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -3880,7 +4483,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -3888,15 +4491,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -3904,7 +4503,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -3912,7 +4515,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -3920,7 +4523,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -3928,7 +4531,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -3944,7 +4547,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -3952,11 +4555,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -3964,7 +4567,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -3972,7 +4575,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -3980,7 +4583,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -3988,15 +4591,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -4004,16 +4611,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -4071,7 +4690,7 @@ "defaultApiVersion": "2020-06-01", "zoneMappings": [ { - "location": "East US 2", + "location": "Australia East", "zones": [ "2", "1", @@ -4079,7 +4698,7 @@ ] }, { - "location": "Central US", + "location": "Brazil South", "zones": [ "2", "1", @@ -4087,7 +4706,7 @@ ] }, { - "location": "West Europe", + "location": "Canada Central", "zones": [ "2", "1", @@ -4095,15 +4714,11 @@ ] }, { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] + "location": "Central India", + "zones": [] }, { - "location": "Southeast Asia", + "location": "Central US", "zones": [ "2", "1", @@ -4111,7 +4726,11 @@ ] }, { - "location": "West US 2", + "location": "East Asia", + "zones": [] + }, + { + "location": "East US", "zones": [ "2", "1", @@ -4119,7 +4738,7 @@ ] }, { - "location": "North Europe", + "location": "East US 2", "zones": [ "2", "1", @@ -4127,7 +4746,7 @@ ] }, { - "location": "East US", + "location": "France Central", "zones": [ "2", "1", @@ -4135,7 +4754,7 @@ ] }, { - "location": "UK South", + "location": "Germany West Central", "zones": [ "2", "1", @@ -4151,7 +4770,7 @@ ] }, { - "location": "Australia East", + "location": "Korea Central", "zones": [ "2", "1", @@ -4159,11 +4778,11 @@ ] }, { - "location": "South Africa North", + "location": "North Central US", "zones": [] }, { - "location": "South Central US", + "location": "North Europe", "zones": [ "2", "1", @@ -4171,7 +4790,7 @@ ] }, { - "location": "Canada Central", + "location": "Norway East", "zones": [ "2", "1", @@ -4179,7 +4798,7 @@ ] }, { - "location": "Germany West Central", + "location": "South Africa North", "zones": [ "2", "1", @@ -4187,7 +4806,7 @@ ] }, { - "location": "Brazil South", + "location": "South Central US", "zones": [ "2", "1", @@ -4195,15 +4814,19 @@ ] }, { - "location": "Central India", - "zones": [] + "location": "Southeast Asia", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Korea Central", + "location": "Switzerland North", "zones": [] }, { - "location": "West US 3", + "location": "UK South", "zones": [ "2", "1", @@ -4211,16 +4834,28 @@ ] }, { - "location": "Norway East", - "zones": [] + "location": "West Europe", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "East Asia", - "zones": [] + "location": "West US 2", + "zones": [ + "2", + "1", + "3" + ] }, { - "location": "Switzerland North", - "zones": [] + "location": "West US 3", + "zones": [ + "2", + "1", + "3" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -4231,13 +4866,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6327/providers/Microsoft.Compute/availabilitySets/testavset?api-version=2021-07-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg2833/providers/Microsoft.Compute/availabilitySets/testavset?api-version=2021-07-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6aa491fae8382c49acfddb1264da5e62-934c69af9e746a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-6574a7a4d76da94393bd96f03810772f-42567f5150ee2c40-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "af5407444689ec913a421c2fd04eca76", "x-ms-return-client-request-id": "true" }, @@ -4247,20 +4885,20 @@ "Cache-Control": "no-cache", "Content-Length": "226", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:21 GMT", + "Date": "Wed, 13 Oct 2021 03:50:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c0d5dff-41b8-452f-b446-6b780d9c42a6", + "x-ms-correlation-request-id": "7303c3e8-5839-47ef-b4b6-1df2c6230356", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "6c0d5dff-41b8-452f-b446-6b780d9c42a6", - "x-ms-routing-request-id": "WESTUS2:20210820T200821Z:6c0d5dff-41b8-452f-b446-6b780d9c42a6" + "x-ms-request-id": "7303c3e8-5839-47ef-b4b6-1df2c6230356", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035022Z:7303c3e8-5839-47ef-b4b6-1df2c6230356" }, "ResponseBody": { "error": { "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Compute/availabilitySets/testavset\u0027 under resource group \u0027testrg6327\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "message": "The Resource \u0027Microsoft.Compute/availabilitySets/testavset\u0027 under resource group \u0027testrg2833\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion().json index a12f190b99567..7e2990bc315c3 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion().json @@ -6,9 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Request-Id": "|e6e1c08d-4abad1dbf4dba303.", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3bbb488ad3b25181bd337286a535506d", + "traceparent": "00-b705fee34a7db6448f5c895bf6312de3-37389960d8537041-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b23bbb4881d3bd51337286a535506d79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:21 GMT", + "Date": "Wed, 13 Oct 2021 03:50:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7a0d154-7fcc-448b-b50d-bcd3295adcf4", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "e7a0d154-7fcc-448b-b50d-bcd3295adcf4", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:e7a0d154-7fcc-448b-b50d-bcd3295adcf4" + "x-ms-correlation-request-id": "7388b332-d0ab-49e2-8205-36494965240f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "7388b332-d0ab-49e2-8205-36494965240f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035019Z:7388b332-d0ab-49e2-8205-36494965240f" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -47,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg3291?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg400?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-9199bb203b1d814fa486700811a0fcff-54b0e08161dbbe43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "21eadbcb855e8ef05eeea87e8a2db238", "x-ms-return-client-request-id": "true" }, @@ -65,21 +70,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "218", + "Content-Length": "216", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:21 GMT", + "Date": "Wed, 13 Oct 2021 03:50:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05623203-4f38-4206-b307-ff6658a37379", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "05623203-4f38-4206-b307-ff6658a37379", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:05623203-4f38-4206-b307-ff6658a37379" + "x-ms-correlation-request-id": "d2818ff6-8616-400a-8e5e-1442ccb79ca7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d2818ff6-8616-400a-8e5e-1442ccb79ca7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035020Z:d2818ff6-8616-400a-8e5e-1442ccb79ca7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg3291", - "name": "testrg3291", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg400", + "name": "testrg400", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -93,8 +98,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ecd9508cf5119448947596ae6587e324-0203bf6ba5f55747-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-b0423431b5badc44b75f39ea68172562-5f633f38e1645143-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "5c17f059144fd781cd7e95ad54ed3532", "x-ms-return-client-request-id": "true" }, @@ -102,17 +110,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:21 GMT", + "Date": "Wed, 13 Oct 2021 03:50:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4398dd5-9761-43ea-9cad-7632e79b52e4", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "b4398dd5-9761-43ea-9cad-7632e79b52e4", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:b4398dd5-9761-43ea-9cad-7632e79b52e4" + "x-ms-correlation-request-id": "6f1f495f-3d78-4162-b638-77b8f3e3b0e0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6f1f495f-3d78-4162-b638-77b8f3e3b0e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035020Z:6f1f495f-3d78-4162-b638-77b8f3e3b0e0" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1086,6 +1094,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1096,9 +1105,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1107,7 +1119,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1121,6 +1135,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1131,9 +1146,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1142,7 +1160,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1156,6 +1176,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1166,9 +1187,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1177,7 +1201,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1208,6 +1234,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1220,6 +1247,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1253,6 +1281,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1265,6 +1294,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1281,13 +1311,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg3291?api-version=2019-05-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg400?api-version=2019-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ecd9508cf5119448947596ae6587e324-e46d001af3473e4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-b0423431b5badc44b75f39ea68172562-92313505afd0694f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "67f75cfba9e7c22bcbac54e5d8d23206", "x-ms-return-client-request-id": "true" }, @@ -1295,21 +1328,21 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "218", + "Content-Length": "216", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:22 GMT", + "Date": "Wed, 13 Oct 2021 03:50:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1df924d7-ec9c-40df-b77f-f0264ec414e3", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "1df924d7-ec9c-40df-b77f-f0264ec414e3", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:1df924d7-ec9c-40df-b77f-f0264ec414e3" + "x-ms-correlation-request-id": "b9cfeb99-4ed8-4861-9a4c-8322dd07f8c8", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b9cfeb99-4ed8-4861-9a4c-8322dd07f8c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035021Z:b9cfeb99-4ed8-4861-9a4c-8322dd07f8c8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg3291", - "name": "testrg3291", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg400", + "name": "testrg400", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion()Async.json index 42229444d94a0..5403f48afdf9c 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/GenericResourceOperationsTests/GetGenericsGoodApiVersion()Async.json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e45b830775e6c4f8a9a02b2eb8b7735", + "traceparent": "00-25ae1b9834a0df4fbe0353faefe50cbd-7264f71df3266143-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5e5e45b84f778a6c9a02b2eb8b7735c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:22 GMT", + "Date": "Wed, 13 Oct 2021 03:50:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b17019d6-a299-494c-ae74-6af7b8861be0", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "b17019d6-a299-494c-ae74-6af7b8861be0", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:b17019d6-a299-494c-ae74-6af7b8861be0" + "x-ms-correlation-request-id": "881befe8-3234-47c3-9057-9881edc31107", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "881befe8-3234-47c3-9057-9881edc31107", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035024Z:881befe8-3234-47c3-9057-9881edc31107" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg6622?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg9168?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-48d96ed70ac0b74ba96fb43113896ef6-129342d9edcf4442-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "ed3074982e87a1743ed476a20955e3ea", "x-ms-return-client-request-id": "true" }, @@ -66,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:22 GMT", + "Date": "Wed, 13 Oct 2021 03:50:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40b0ef78-b313-4e18-b48a-7fce74cca852", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "40b0ef78-b313-4e18-b48a-7fce74cca852", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:40b0ef78-b313-4e18-b48a-7fce74cca852" + "x-ms-correlation-request-id": "234ab945-84d5-4cb9-9887-90fc123eb05b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "234ab945-84d5-4cb9-9887-90fc123eb05b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035025Z:234ab945-84d5-4cb9-9887-90fc123eb05b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6622", - "name": "testrg6622", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg9168", + "name": "testrg9168", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -92,8 +98,11 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c70b7c461471c04d92820803527869aa-aba7439d97f4d641-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-bf53fb7e589bfb41899a42ce1f155d6f-d088b8ccf11c4642-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "dd87192c4e274f919fa9386a0637da6e", "x-ms-return-client-request-id": "true" }, @@ -101,17 +110,17 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "16481", + "Content-Length": "16824", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:22 GMT", + "Date": "Wed, 13 Oct 2021 03:50:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c9a259b-e962-4b47-a66d-50d322616fd9", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "8c9a259b-e962-4b47-a66d-50d322616fd9", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:8c9a259b-e962-4b47-a66d-50d322616fd9" + "x-ms-correlation-request-id": "619c40d2-4aa1-4309-8edf-e682a6d289ce", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "619c40d2-4aa1-4309-8edf-e682a6d289ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035025Z:619c40d2-4aa1-4309-8edf-e682a6d289ce" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", @@ -1085,6 +1094,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1095,9 +1105,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1106,7 +1119,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1120,6 +1135,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1130,9 +1146,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1141,7 +1160,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1155,6 +1176,7 @@ "East Asia", "Southeast Asia", "Australia East", + "Australia Southeast", "Brazil South", "Canada Central", "Switzerland North", @@ -1165,9 +1187,12 @@ "North Central US", "France Central", "UK South", + "UK West", "Central India", "South India", + "Jio India West", "Japan East", + "Japan West", "Korea Central", "North Europe", "Norway East", @@ -1176,7 +1201,9 @@ "West Europe", "West US 2", "West US", - "South Central US" + "South Central US", + "West US 3", + "South Africa North" ], "apiVersions": [ "2020-10-01", @@ -1207,6 +1234,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1219,6 +1247,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1252,6 +1281,7 @@ "UK West", "Central India", "West India", + "Jio India West", "South India", "Japan East", "Japan West", @@ -1264,6 +1294,7 @@ "West Europe", "West US 2", "West US", + "West US 3", "South Central US", "South Africa North" ], @@ -1280,13 +1311,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6622?api-version=2019-05-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg9168?api-version=2019-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c70b7c461471c04d92820803527869aa-b02b75365d3ca345-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-bf53fb7e589bfb41899a42ce1f155d6f-d917eb6fc0d29d48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "63a6d123e3a589a9d1bc1fa3d9ca8044", "x-ms-return-client-request-id": "true" }, @@ -1296,19 +1330,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:22 GMT", + "Date": "Wed, 13 Oct 2021 03:50:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f0cfe3b-b46c-48ab-8943-f03369118ce3", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "8f0cfe3b-b46c-48ab-8943-f03369118ce3", - "x-ms-routing-request-id": "WESTUS2:20210820T200822Z:8f0cfe3b-b46c-48ab-8943-f03369118ce3" + "x-ms-correlation-request-id": "897a5695-8a4e-4e7a-965d-f95f084af988", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "897a5695-8a4e-4e7a-965d-f95f084af988", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T035025Z:897a5695-8a4e-4e7a-965d-f95f084af988" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6622", - "name": "testrg6622", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg9168", + "name": "testrg9168", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelines.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelines.json index cd385f9fe26d6..7abc139e6dd03 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelines.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelines.json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4f450a30fd30eba14078c7bfc5fc705", + "traceparent": "00-13daeb16f347994e9c50fba5a2759c37-2951b34aa1a46b48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d3e4f450ba0f140e078c7bfc5fc705d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", + "Date": "Wed, 13 Oct 2021 04:02:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e11a7002-81ce-459c-9916-a6eef9b91dc4", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e11a7002-81ce-459c-9916-a6eef9b91dc4", - "x-ms-routing-request-id": "WESTUS2:20210820T200813Z:e11a7002-81ce-459c-9916-a6eef9b91dc4" + "x-ms-correlation-request-id": "1c9cf1a6-fa07-4357-8e12-1adc171e6409", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "1c9cf1a6-fa07-4357-8e12-1adc171e6409", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T040249Z:1c9cf1a6-fa07-4357-8e12-1adc171e6409" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,62 +50,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9052447c67b31743b9ab160492c0a79f-f2292b94c3588b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f4746d80af27883ccd775c25d768304", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae9e78e4-2c5b-4e39-ade2-6a14a285b0c3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "ae9e78e4-2c5b-4e39-ade2-6a14a285b0c3", - "x-ms-routing-request-id": "WESTUS2:20210820T200813Z:ae9e78e4-2c5b-4e39-ade2-6a14a285b0c3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test-CacheHttpPipeline1372?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test-CacheHttpPipeline6785?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-dcd5e1becb11ec449e83c59478acc37c-e825678c9bcc404c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3da3723aae2b88c36654ad81f7896c78", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f20f4746830acc78d775c25d76830497", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -112,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "249", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", + "Date": "Wed, 13 Oct 2021 04:02:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40b0b616-6ba1-4396-b906-491513da1acf", + "x-ms-correlation-request-id": "659f2618-39e1-4719-94f6-745cfda17dd2", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "40b0b616-6ba1-4396-b906-491513da1acf", - "x-ms-routing-request-id": "WESTUS2:20210820T200814Z:40b0b616-6ba1-4396-b906-491513da1acf" + "x-ms-request-id": "659f2618-39e1-4719-94f6-745cfda17dd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T040251Z:659f2618-39e1-4719-94f6-745cfda17dd2" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline1372", - "name": "test-CacheHttpPipeline1372", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline6785", + "name": "test-CacheHttpPipeline6785", "type": "Microsoft.Resources/resourceGroups", "location": "westus", "properties": { @@ -138,85 +98,80 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-96a70fc0c4b33a4ab317e57d1de6fca0-6a7afa1e3cd19641-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d60e60a67763cc997c18fc9af7b09d83", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3da3723aae2b88c36654ad81f7896c78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3667", + "Content-Length": "3577", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", + "Date": "Wed, 13 Oct 2021 04:02:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ead7323-2cda-4e2c-a40d-fc0d70c3ad28", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "1ead7323-2cda-4e2c-a40d-fc0d70c3ad28", - "x-ms-routing-request-id": "WESTUS2:20210820T200814Z:1ead7323-2cda-4e2c-a40d-fc0d70c3ad28" + "x-ms-correlation-request-id": "b0d845f5-1cee-43e1-a893-9d8489b3696d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b0d845f5-1cee-43e1-a893-9d8489b3696d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T040251Z:b0d845f5-1cee-43e1-a893-9d8489b3696d" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/cleanupService", - "name": "cleanupService", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-1375", + "name": "Default-EventHub-1375", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": {}, + "location": "southcentralus", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9658", - "name": "teststorageRG-9658", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/cleanupService", + "name": "cleanupService", "type": "Microsoft.Resources/resourceGroups", "location": "eastus2", - "tags": { - "test": "env" - }, + "tags": {}, "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9470", - "name": "teststorageRG-9470", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/AzSecPackAutoConfigRG", + "name": "AzSecPackAutoConfigRG", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, + "location": "eastus", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/AzSecPackAutoConfigRG", - "name": "AzSecPackAutoConfigRG", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdkpipeline", + "name": "sdkpipeline", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-ml-common", - "name": "test-ml-common", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline3740", + "name": "test-CacheHttpPipeline3740", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "tags": {}, + "location": "westus", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdkpipeline", - "name": "sdkpipeline", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline6785", + "name": "test-CacheHttpPipeline6785", "type": "Microsoft.Resources/resourceGroups", "location": "westus", "properties": { @@ -224,36 +179,35 @@ } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline4253", - "name": "test-CacheHttpPipeline4253", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-3213", + "name": "WebPubSubRG-3213", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", + "location": "westus2", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline1372", - "name": "test-CacheHttpPipeline1372", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG", + "name": "NetworkWatcherRG", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", + "location": "westus2", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-OnlineEndpointTrackedResourceOperations9075", - "name": "test-OnlineEndpointTrackedResourceOperations9075", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-7658", + "name": "WebPubSubRG-7658", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", - "tags": {}, "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6803", - "name": "testrg6803", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-9189", + "name": "WebPubSubRG-9189", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -261,8 +215,8 @@ } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg3471", - "name": "testrg3471", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-3710", + "name": "WebPubSubRG-3710", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelinesAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelinesAsync.json index dcb15ef9617a4..8299722ef8b3e 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelinesAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/HttpPipelineTests/ValidateHttpPipelinesAsync.json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6819f4e7c99a3849c65d1f3b1fa73359", + "traceparent": "00-be788689a4302a4cad1e39f986835e06-f90452797bf85641-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a6819f449c9c6385d1f3b1fa733598d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", + "Date": "Wed, 13 Oct 2021 04:02:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80b4b624-5a2b-4eee-84c1-6e99b71a4b97", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "80b4b624-5a2b-4eee-84c1-6e99b71a4b97", - "x-ms-routing-request-id": "WESTUS2:20210820T200813Z:80b4b624-5a2b-4eee-84c1-6e99b71a4b97" + "x-ms-correlation-request-id": "385a2e81-464a-46cd-a4a5-35dc49a9ce47", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "385a2e81-464a-46cd-a4a5-35dc49a9ce47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T040249Z:385a2e81-464a-46cd-a4a5-35dc49a9ce47" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,62 +50,19 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e335aaeff4d3ae43b62ca1dbc306fe56-f5cdb216cc477747-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15ab208d9d8accd666d682e3cf8188dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "033ca7de-0e9b-4c93-b799-9f30d0da0d8d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "033ca7de-0e9b-4c93-b799-9f30d0da0d8d", - "x-ms-routing-request-id": "WESTUS2:20210820T200813Z:033ca7de-0e9b-4c93-b799-9f30d0da0d8d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test-CacheHttpPipeline4253?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test-CacheHttpPipeline3740?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-fbd36357ab08644c83c25663e4213a16-cfda5dcab472504e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b14175d6df183642f596dcc2887b8639", + "traceparent": "00-cf3fe34781573f48b5e86d572d0e9941-d8780c66c063c042-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8a15ab20d69d66ccd682e3cf8188ddc2", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -112,19 +73,19 @@ "Cache-Control": "no-cache", "Content-Length": "249", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", + "Date": "Wed, 13 Oct 2021 04:02:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21ea1114-85df-4ec7-a83d-f77fbce0a5df", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "21ea1114-85df-4ec7-a83d-f77fbce0a5df", - "x-ms-routing-request-id": "WESTUS2:20210820T200814Z:21ea1114-85df-4ec7-a83d-f77fbce0a5df" + "x-ms-correlation-request-id": "50cd7a14-46d8-41b2-a7f0-0dc48a0a02a7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "50cd7a14-46d8-41b2-a7f0-0dc48a0a02a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T040250Z:50cd7a14-46d8-41b2-a7f0-0dc48a0a02a7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline4253", - "name": "test-CacheHttpPipeline4253", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline3740", + "name": "test-CacheHttpPipeline3740", "type": "Microsoft.Resources/resourceGroups", "location": "westus", "properties": { @@ -138,59 +99,46 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-23363a247b3f3a4ea2437354fbc1bfe4-3830b59ed4075445-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2856f632a4a11d494d02c446656945d4", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b14175d6df183642f596dcc2887b8639", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3667", + "Content-Length": "3327", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:08:13 GMT", + "Date": "Wed, 13 Oct 2021 04:02:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "717a25d5-2e55-41ca-98a3-bfcde845e26f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "717a25d5-2e55-41ca-98a3-bfcde845e26f", - "x-ms-routing-request-id": "WESTUS2:20210820T200814Z:717a25d5-2e55-41ca-98a3-bfcde845e26f" + "x-ms-correlation-request-id": "b0a3f84b-ac83-4d9f-bb71-b1091c7376c7", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "b0a3f84b-ac83-4d9f-bb71-b1091c7376c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T040251Z:b0a3f84b-ac83-4d9f-bb71-b1091c7376c7" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/cleanupService", - "name": "cleanupService", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-1375", + "name": "Default-EventHub-1375", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": {}, + "location": "southcentralus", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9658", - "name": "teststorageRG-9658", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9470", - "name": "teststorageRG-9470", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/cleanupService", + "name": "cleanupService", "type": "Microsoft.Resources/resourceGroups", "location": "eastus2", - "tags": { - "test": "env" - }, + "tags": {}, "properties": { "provisioningState": "Succeeded" } @@ -205,18 +153,17 @@ } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-ml-common", - "name": "test-ml-common", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdkpipeline", + "name": "sdkpipeline", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "tags": {}, + "location": "westus", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdkpipeline", - "name": "sdkpipeline", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline3740", + "name": "test-CacheHttpPipeline3740", "type": "Microsoft.Resources/resourceGroups", "location": "westus", "properties": { @@ -224,36 +171,35 @@ } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline4253", - "name": "test-CacheHttpPipeline4253", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-3213", + "name": "WebPubSubRG-3213", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", + "location": "westus2", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-CacheHttpPipeline1372", - "name": "test-CacheHttpPipeline1372", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG", + "name": "NetworkWatcherRG", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", + "location": "westus2", "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-OnlineEndpointTrackedResourceOperations9075", - "name": "test-OnlineEndpointTrackedResourceOperations9075", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-7658", + "name": "WebPubSubRG-7658", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", - "tags": {}, "properties": { "provisioningState": "Succeeded" } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6803", - "name": "testrg6803", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-9189", + "name": "WebPubSubRG-9189", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -261,8 +207,8 @@ } }, { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg3471", - "name": "testrg3471", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-3710", + "name": "WebPubSubRG-3710", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckIfExists.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckIfExists.json new file mode 100644 index 0000000000000..cb196cef1a75e --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckIfExists.json @@ -0,0 +1,103 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-3d2c22c9f8c6884ea23b2948d5f92234-8e71333ae8234544-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2dbbbb423e161d3b6bb0f1a2c07a1aee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "9ff51a3f-892c-475b-af7a-39f6c9f99b01", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "9ff51a3f-892c-475b-af7a-39f6c9f99b01", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9ff51a3f-892c-475b-af7a-39f6c9f99b01", + "x-ms-ratelimit-remaining-tenant-reads": "11980", + "x-ms-request-id": "southeastasia:9ff51a3f-892c-475b-af7a-39f6c9f99b01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023043Z:9ff51a3f-892c-475b-af7a-39f6c9f99b01" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:24.7751168Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5005x?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-c912aca1f619e8499d57e5e554644f91-067b19764d5f7846-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4651f355e49cee4801c8320e13203764", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 403, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "416", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9b774e9b-1565-4a9c-af04-2d5db3f8f68e", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "9b774e9b-1565-4a9c-af04-2d5db3f8f68e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023043Z:9b774e9b-1565-4a9c-af04-2d5db3f8f68e" + }, + "ResponseBody": { + "error": { + "code": "AuthorizationFailed", + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-5005x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + } + } + } + ], + "Variables": { + "RandomSeed": "516766661", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckIfExistsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckIfExistsAsync.json new file mode 100644 index 0000000000000..d5b31ac32a88d --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckIfExistsAsync.json @@ -0,0 +1,103 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-5fdde75fcb5a0746ac2d42a673a7f936-901f74236633f641-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ffeceeb22f00fa6896aa2824cd7b7e3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "4010f472-11ec-4d05-93cf-4f6573e75d1f", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "4010f472-11ec-4d05-93cf-4f6573e75d1f", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4010f472-11ec-4d05-93cf-4f6573e75d1f", + "x-ms-ratelimit-remaining-tenant-reads": "11982", + "x-ms-request-id": "southeastasia:4010f472-11ec-4d05-93cf-4f6573e75d1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023206Z:4010f472-11ec-4d05-93cf-4f6573e75d1f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1806", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-1806", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-1806", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:49.4556046Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1806x?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-850a520421cd1c408a3b344f04956dd4-2027b40f6a63984f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b5d874f74fec757d199b1b33fa3e6914", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 403, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "416", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ee414688-9bc7-42db-bc5d-b7f12e0ce443", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "ee414688-9bc7-42db-bc5d-b7f12e0ce443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023206Z:ee414688-9bc7-42db-bc5d-b7f12e0ce443" + }, + "ResponseBody": { + "error": { + "code": "AuthorizationFailed", + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-1806x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + } + } + } + ], + "Variables": { + "RandomSeed": "1752615256", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckNameAvailability.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckNameAvailability.json new file mode 100644 index 0000000000000..bbdbd1bfa0e4d --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckNameAvailability.json @@ -0,0 +1,52 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "79", + "Content-Type": "application/json", + "traceparent": "00-9e7c05a19bde59448e5e4e36bd9a6298-ec7bcbb82338fc4f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "46c89da624c8e1341d444798fedcc17f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "this-should-not-exist", + "type": "Microsoft.Management/managementGroups" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "9cc331b6-938a-4319-8f47-9fb6b6e92e99", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "9cc331b6-938a-4319-8f47-9fb6b6e92e99", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9cc331b6-938a-4319-8f47-9fb6b6e92e99", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:9cc331b6-938a-4319-8f47-9fb6b6e92e99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023044Z:9cc331b6-938a-4319-8f47-9fb6b6e92e99" + }, + "ResponseBody": { + "nameAvailable": true + } + } + ], + "Variables": { + "RandomSeed": "1677613559", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckNameAvailabilityAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckNameAvailabilityAsync.json new file mode 100644 index 0000000000000..79bbedf2f3664 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CheckNameAvailabilityAsync.json @@ -0,0 +1,52 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "79", + "Content-Type": "application/json", + "traceparent": "00-c6e5acbf30e5d04398247e449dbe9a25-a8a7cc4ec3c7774c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c447a64eabd9b776fbb1c98687232b59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "this-should-not-exist", + "type": "Microsoft.Management/managementGroups" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "ce6cd081-5de3-4d33-9a22-866f06851746", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "ce6cd081-5de3-4d33-9a22-866f06851746", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ce6cd081-5de3-4d33-9a22-866f06851746", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:ce6cd081-5de3-4d33-9a22-866f06851746", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023207Z:ce6cd081-5de3-4d33-9a22-866f06851746" + }, + "ResponseBody": { + "nameAvailable": true + } + } + ], + "Variables": { + "RandomSeed": "1569033708", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CreateOrUpdate.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CreateOrUpdate.json new file mode 100644 index 0000000000000..88dec63bbbb2f --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CreateOrUpdate.json @@ -0,0 +1,746 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-1ad2ddf7a8ef9c43-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "559da34fd57d28c2e6cd1223a56708da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "e95312cc-2e1b-42cc-9544-80a23382f6e5", + "Content-Length": "167", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "e95312cc-2e1b-42cc-9544-80a23382f6e5", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e95312cc-2e1b-42cc-9544-80a23382f6e5", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:e95312cc-2e1b-42cc-9544-80a23382f6e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023046Z:e95312cc-2e1b-42cc-9544-80a23382f6e5" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3772", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-3772", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-4d1b8c67b0712b4f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ec105550214672841d130dcea413c2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "6e635902-0002-4882-97d1-06c742e25841", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "6e635902-0002-4882-97d1-06c742e25841", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6e635902-0002-4882-97d1-06c742e25841", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:6e635902-0002-4882-97d1-06c742e25841", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023046Z:6e635902-0002-4882-97d1-06c742e25841" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-f2c837e73e1c3e46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "16c10e73521d369b23bebb1e971a7aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "a8ecc459-af55-43bf-a8c1-048c2f26646a", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "a8ecc459-af55-43bf-a8c1-048c2f26646a", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a8ecc459-af55-43bf-a8c1-048c2f26646a", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:a8ecc459-af55-43bf-a8c1-048c2f26646a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023048Z:a8ecc459-af55-43bf-a8c1-048c2f26646a" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-5fc1424714bd1c45-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9fce6f81caa501c50f096da3e8a3f458", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "9a85cfba-eff9-4f08-a1e4-64cb995cc122", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "9a85cfba-eff9-4f08-a1e4-64cb995cc122", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a85cfba-eff9-4f08-a1e4-64cb995cc122", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:9a85cfba-eff9-4f08-a1e4-64cb995cc122", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023049Z:9a85cfba-eff9-4f08-a1e4-64cb995cc122" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-2249c144f4c85b4a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9f341121356a03846a8b1a564709cf26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "18a2a38c-b911-4f2e-9272-dfb640528540", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "18a2a38c-b911-4f2e-9272-dfb640528540", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "18a2a38c-b911-4f2e-9272-dfb640528540", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:18a2a38c-b911-4f2e-9272-dfb640528540", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023051Z:18a2a38c-b911-4f2e-9272-dfb640528540" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-9f6e9a9b4027844f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7b5a75569d73a98748c00714e5f74e80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "71a60026-37e6-4324-88cb-0b6621a6a82c", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "71a60026-37e6-4324-88cb-0b6621a6a82c", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "71a60026-37e6-4324-88cb-0b6621a6a82c", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:71a60026-37e6-4324-88cb-0b6621a6a82c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023052Z:71a60026-37e6-4324-88cb-0b6621a6a82c" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-da4e5421ff426b4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "86fd62c9dae54b50eaca351aaf6fba06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "151ca93b-05ec-46bf-87bb-1b095e9dca10", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "151ca93b-05ec-46bf-87bb-1b095e9dca10", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "151ca93b-05ec-46bf-87bb-1b095e9dca10", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:151ca93b-05ec-46bf-87bb-1b095e9dca10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023054Z:151ca93b-05ec-46bf-87bb-1b095e9dca10" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-023a6f203210a24a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "724d4639794884e58a8b57a92e701e72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "dd550e90-73ef-4631-8738-ebb7f92fac2f", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "dd550e90-73ef-4631-8738-ebb7f92fac2f", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dd550e90-73ef-4631-8738-ebb7f92fac2f", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:dd550e90-73ef-4631-8738-ebb7f92fac2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023055Z:dd550e90-73ef-4631-8738-ebb7f92fac2f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-838f7e566dad0348-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e48c9a3c480b7c41250f90a8686cf9d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "ca12848d-1cf1-4a16-b868-a89f673733d8", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "ca12848d-1cf1-4a16-b868-a89f673733d8", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ca12848d-1cf1-4a16-b868-a89f673733d8", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:ca12848d-1cf1-4a16-b868-a89f673733d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023057Z:ca12848d-1cf1-4a16-b868-a89f673733d8" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-b2d6eeb39045de41-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9eda0006dcaa4f377c79fc5a82a61d7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "9320fb53-0952-47e7-9aa9-3ee75832e946", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "9320fb53-0952-47e7-9aa9-3ee75832e946", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9320fb53-0952-47e7-9aa9-3ee75832e946", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:9320fb53-0952-47e7-9aa9-3ee75832e946", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023058Z:9320fb53-0952-47e7-9aa9-3ee75832e946" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-47866ee15740a148-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15dec2acd5e2f1fa04d04c39e93c1b1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "1af2ff15-5362-4f73-93ee-3e6e30b205a1", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "1af2ff15-5362-4f73-93ee-3e6e30b205a1", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1af2ff15-5362-4f73-93ee-3e6e30b205a1", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:1af2ff15-5362-4f73-93ee-3e6e30b205a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023100Z:1af2ff15-5362-4f73-93ee-3e6e30b205a1" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-628272ec3c6b7441-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2da37e917f965fc8633d68924ce7fa7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "94afa473-cfb6-4f99-a5e0-e344dbcbe217", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "94afa473-cfb6-4f99-a5e0-e344dbcbe217", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "94afa473-cfb6-4f99-a5e0-e344dbcbe217", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:94afa473-cfb6-4f99-a5e0-e344dbcbe217", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023101Z:94afa473-cfb6-4f99-a5e0-e344dbcbe217" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-8a3b4036cbe6014a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5fc15f1e48e30f605e999da8ffd663f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "02d649c9-cffc-44d5-9cc7-89f49af4bf04", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "02d649c9-cffc-44d5-9cc7-89f49af4bf04", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "02d649c9-cffc-44d5-9cc7-89f49af4bf04", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:02d649c9-cffc-44d5-9cc7-89f49af4bf04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023103Z:02d649c9-cffc-44d5-9cc7-89f49af4bf04" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-adcaf03c8bb65140-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03c8de5df0022ce3fa7eb1a56d68a41d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "65828739-aca8-434c-8597-d28c0d761794", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "65828739-aca8-434c-8597-d28c0d761794", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "65828739-aca8-434c-8597-d28c0d761794", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:65828739-aca8-434c-8597-d28c0d761794", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023104Z:65828739-aca8-434c-8597-d28c0d761794" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-b5c842bdc9b36f4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d348cdd67640ad8f887227ade5edd066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "a53ddf93-c3fc-40ca-958e-106d532c154b", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "a53ddf93-c3fc-40ca-958e-106d532c154b", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a53ddf93-c3fc-40ca-958e-106d532c154b", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:a53ddf93-c3fc-40ca-958e-106d532c154b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023106Z:a53ddf93-c3fc-40ca-958e-106d532c154b" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-a0ad15f40be10c47-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6d3428d6f61f007c32d0aa103250c39d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "4decb16f-b0e7-4bfb-a405-4cbae2f15705", + "Content-Length": "381", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "4decb16f-b0e7-4bfb-a405-4cbae2f15705", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4decb16f-b0e7-4bfb-a405-4cbae2f15705", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:4decb16f-b0e7-4bfb-a405-4cbae2f15705", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023107Z:4decb16f-b0e7-4bfb-a405-4cbae2f15705" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3772", + "name": "mgmt-group-3772", + "status": "Succeeded", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-3772", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:51.127327Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3772?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12d4e6b8be236e449897e91f48de2328-2766a38bbf9b6845-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c1037c4492b4e7ff4f1b7a8fc836460c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "b4b57244-fbf7-49d5-89c1-00b7c308020d", + "Content-Length": "564", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "b4b57244-fbf7-49d5-89c1-00b7c308020d", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b4b57244-fbf7-49d5-89c1-00b7c308020d", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:b4b57244-fbf7-49d5-89c1-00b7c308020d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023107Z:b4b57244-fbf7-49d5-89c1-00b7c308020d" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3772", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-3772", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-3772", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:51.127327Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + } + ], + "Variables": { + "RandomSeed": "311493123", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CreateOrUpdateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CreateOrUpdateAsync.json new file mode 100644 index 0000000000000..27155a4bbc2d2 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/CreateOrUpdateAsync.json @@ -0,0 +1,746 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-af860b494ff8a246-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7f799418d031518dc0cb1ea7ebd389e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "c5a439d9-cf56-4878-8398-407480730b14", + "Content-Length": "167", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "c5a439d9-cf56-4878-8398-407480730b14", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c5a439d9-cf56-4878-8398-407480730b14", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:c5a439d9-cf56-4878-8398-407480730b14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023208Z:c5a439d9-cf56-4878-8398-407480730b14" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5624", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5624", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-d37d14db4c232149-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "737b85f45414bfcd4d289176e411cc1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "aa892fa9-1ecb-472b-bd20-2a28862bc77b", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "aa892fa9-1ecb-472b-bd20-2a28862bc77b", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aa892fa9-1ecb-472b-bd20-2a28862bc77b", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:aa892fa9-1ecb-472b-bd20-2a28862bc77b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023209Z:aa892fa9-1ecb-472b-bd20-2a28862bc77b" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-7b9899591b3ea946-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "705494be643ed299eec63953b038ef82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "5f6d72dc-9fbd-428a-81c1-27e854afa5fe", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "5f6d72dc-9fbd-428a-81c1-27e854afa5fe", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5f6d72dc-9fbd-428a-81c1-27e854afa5fe", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:5f6d72dc-9fbd-428a-81c1-27e854afa5fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023210Z:5f6d72dc-9fbd-428a-81c1-27e854afa5fe" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-9bd0191097a97445-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65b25b931557f2d5aa1579efb52fcd35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "0f420961-b06c-4c66-b2e1-231f2aad5754", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "0f420961-b06c-4c66-b2e1-231f2aad5754", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0f420961-b06c-4c66-b2e1-231f2aad5754", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:0f420961-b06c-4c66-b2e1-231f2aad5754", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023212Z:0f420961-b06c-4c66-b2e1-231f2aad5754" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-ee6e0a649d5f3643-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cd960512c7e98f84eca9854d1b7a0f14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "a6fd6d83-9c10-4237-8544-76726b97e832", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "a6fd6d83-9c10-4237-8544-76726b97e832", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a6fd6d83-9c10-4237-8544-76726b97e832", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:a6fd6d83-9c10-4237-8544-76726b97e832", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023213Z:a6fd6d83-9c10-4237-8544-76726b97e832" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-751f3c58b728d84a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "89e30f38665fa8c3be62c629ebaa1dbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "5020d968-74af-42b9-b0f7-2e2886f79012", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "5020d968-74af-42b9-b0f7-2e2886f79012", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5020d968-74af-42b9-b0f7-2e2886f79012", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:5020d968-74af-42b9-b0f7-2e2886f79012", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023215Z:5020d968-74af-42b9-b0f7-2e2886f79012" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-1393d4ad9c20634c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa4003f921a2cb98d72279ae9088d630", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "daee1201-a0fa-45d4-b3cf-1747520b7836", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "daee1201-a0fa-45d4-b3cf-1747520b7836", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "daee1201-a0fa-45d4-b3cf-1747520b7836", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:daee1201-a0fa-45d4-b3cf-1747520b7836", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023217Z:daee1201-a0fa-45d4-b3cf-1747520b7836" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-c2d9c85facf73b4b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a5b66405444bacd642ed0e87005ba441", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "2aa09f61-7649-4e23-974a-fd5fd6e05848", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "2aa09f61-7649-4e23-974a-fd5fd6e05848", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2aa09f61-7649-4e23-974a-fd5fd6e05848", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:2aa09f61-7649-4e23-974a-fd5fd6e05848", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023218Z:2aa09f61-7649-4e23-974a-fd5fd6e05848" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-fdc59c5d17217141-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1753c58b643916727717b23cec141836", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "9b7341a8-4288-4488-a04d-68ce8006b828", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "9b7341a8-4288-4488-a04d-68ce8006b828", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9b7341a8-4288-4488-a04d-68ce8006b828", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:9b7341a8-4288-4488-a04d-68ce8006b828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023220Z:9b7341a8-4288-4488-a04d-68ce8006b828" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-082e8abcd1c90c44-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8623968b77f3b5742d9468b41210cb7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "fe8a3c13-be21-40c6-a75b-cae63ee3a07d", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "fe8a3c13-be21-40c6-a75b-cae63ee3a07d", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fe8a3c13-be21-40c6-a75b-cae63ee3a07d", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:fe8a3c13-be21-40c6-a75b-cae63ee3a07d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023221Z:fe8a3c13-be21-40c6-a75b-cae63ee3a07d" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-a2d46c4e50dbbb4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cb22377ebf34a1f6f29f2e339199bf2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "c1030aa8-c98d-46e9-88eb-d5e48feed9ae", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "c1030aa8-c98d-46e9-88eb-d5e48feed9ae", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c1030aa8-c98d-46e9-88eb-d5e48feed9ae", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:c1030aa8-c98d-46e9-88eb-d5e48feed9ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023223Z:c1030aa8-c98d-46e9-88eb-d5e48feed9ae" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-df8ecd1c91416445-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6afcd8d51e37144e519ee9a5fbbd0366", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "afb5bd96-c3d9-435c-aa20-4e492fcf90f5", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "afb5bd96-c3d9-435c-aa20-4e492fcf90f5", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "afb5bd96-c3d9-435c-aa20-4e492fcf90f5", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:afb5bd96-c3d9-435c-aa20-4e492fcf90f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023224Z:afb5bd96-c3d9-435c-aa20-4e492fcf90f5" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-487780d18934054d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4be364c4df1cb02a081935348402394", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "ffc9daf8-b525-472b-a93a-f76438961bc4", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "ffc9daf8-b525-472b-a93a-f76438961bc4", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ffc9daf8-b525-472b-a93a-f76438961bc4", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:ffc9daf8-b525-472b-a93a-f76438961bc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023226Z:ffc9daf8-b525-472b-a93a-f76438961bc4" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-c7b7fd2c320aab49-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3adf3ad560136044e90d7996d651a534", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "73337392-f1a7-475d-93fa-c75b83040bd6", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "73337392-f1a7-475d-93fa-c75b83040bd6", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "73337392-f1a7-475d-93fa-c75b83040bd6", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:73337392-f1a7-475d-93fa-c75b83040bd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023227Z:73337392-f1a7-475d-93fa-c75b83040bd6" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-7a256436937b154f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5be7c89c0adb883cd530c9b58afbcc10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "2cb7abc9-5e9f-4f37-a109-d46ae89db327", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "2cb7abc9-5e9f-4f37-a109-d46ae89db327", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2cb7abc9-5e9f-4f37-a109-d46ae89db327", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:2cb7abc9-5e9f-4f37-a109-d46ae89db327", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023229Z:2cb7abc9-5e9f-4f37-a109-d46ae89db327" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-1b5499e3db71724d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c1cf557ac9ddeb52f15dcbe3d36cf54e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "4bb0de5b-a82b-4856-8b49-99c08462c84c", + "Content-Length": "382", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "4bb0de5b-a82b-4856-8b49-99c08462c84c", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4bb0de5b-a82b-4856-8b49-99c08462c84c", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:4bb0de5b-a82b-4856-8b49-99c08462c84c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023230Z:4bb0de5b-a82b-4856-8b49-99c08462c84c" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5624", + "name": "mgmt-group-5624", + "status": "Succeeded", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5624", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:32:14.2230345Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5624?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2071eccb0b7fbc4d8c146b3460e64be9-cea6d4fe2919bb4b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "80b75fdcc759cab8fe5764e3968ed5ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "8ddfe2e8-ec30-46ab-a8c4-b5d5a4458630", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "8ddfe2e8-ec30-46ab-a8c4-b5d5a4458630", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8ddfe2e8-ec30-46ab-a8c4-b5d5a4458630", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:8ddfe2e8-ec30-46ab-a8c4-b5d5a4458630", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023230Z:8ddfe2e8-ec30-46ab-a8c4-b5d5a4458630" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5624", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5624", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5624", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:32:14.2230345Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + } + ], + "Variables": { + "RandomSeed": "353200373", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/Get.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/Get.json new file mode 100644 index 0000000000000..0fd3bfa77ac17 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/Get.json @@ -0,0 +1,103 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-0797466c59956c48a354f59bfccc3015-63a6109e36bb0247-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "793304c474a4039e147e7242a5012bb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "c410660b-a5b8-40b7-b15b-0c3db97c610c", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "c410660b-a5b8-40b7-b15b-0c3db97c610c", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c410660b-a5b8-40b7-b15b-0c3db97c610c", + "x-ms-ratelimit-remaining-tenant-reads": "11983", + "x-ms-request-id": "southeastasia:c410660b-a5b8-40b7-b15b-0c3db97c610c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023109Z:c410660b-a5b8-40b7-b15b-0c3db97c610c" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:24.7751168Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-0b617a04c17df94e872cf8dd7fb7cd9c-13f38069759f9e4b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a2643f663b201863f262c11606cc5df1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 403, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "408", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2fd67c8d-2f64-4409-8182-e45b97952a0c", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "2fd67c8d-2f64-4409-8182-e45b97952a0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023109Z:2fd67c8d-2f64-4409-8182-e45b97952a0c" + }, + "ResponseBody": { + "error": { + "code": "AuthorizationFailed", + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + } + } + } + ], + "Variables": { + "RandomSeed": "1190029838", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/GetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/GetAsync.json new file mode 100644 index 0000000000000..1b106d8d7fddc --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/GetAsync.json @@ -0,0 +1,103 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-d14294c4c136ed46be27eea8087353ed-8b7af6897b3eec46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aab7b9550e22147dcac15d508feb642c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "b27a89a2-536d-44a6-b18b-264862d987d4", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "b27a89a2-536d-44a6-b18b-264862d987d4", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b27a89a2-536d-44a6-b18b-264862d987d4", + "x-ms-ratelimit-remaining-tenant-reads": "11983", + "x-ms-request-id": "southeastasia:b27a89a2-536d-44a6-b18b-264862d987d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023232Z:b27a89a2-536d-44a6-b18b-264862d987d4" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1806", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-1806", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-1806", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:49.4556046Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-c55ecb3b753f9b43a621902edbbc066c-baef01e431714941-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "30e2d5c2c8446616d8ceb452f02818ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 403, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "408", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "500b11b1-7226-47d2-8c60-2c8269b11e82", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "500b11b1-7226-47d2-8c60-2c8269b11e82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023232Z:500b11b1-7226-47d2-8c60-2c8269b11e82" + }, + "ResponseBody": { + "error": { + "code": "AuthorizationFailed", + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + } + } + } + ], + "Variables": { + "RandomSeed": "725854221", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/List.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/List.json new file mode 100644 index 0000000000000..4b6bf57307d78 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/List.json @@ -0,0 +1,59 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-4e7cee6bf7affb44ad4549191e45c1ac-2d709df19d9a7f45-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7eeb0ef314350daf095312dae1e1b71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "ae44f6c9-331e-477f-9298-357db9822c59", + "Content-Length": "271", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "ae44f6c9-331e-477f-9298-357db9822c59", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ae44f6c9-331e-477f-9298-357db9822c59", + "x-ms-ratelimit-remaining-tenant-reads": "11978", + "x-ms-request-id": "southeastasia:ae44f6c9-331e-477f-9298-357db9822c59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023111Z:ae44f6c9-331e-477f-9298-357db9822c59" + }, + "ResponseBody": { + "value": [ + { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005" + } + } + ], + "@nextLink": null + } + } + ], + "Variables": { + "RandomSeed": "371461245", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ListAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ListAsync.json new file mode 100644 index 0000000000000..6aa3dcb0441f1 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ListAsync.json @@ -0,0 +1,59 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-36f0b3cd2e96dd4280d1a3a0fb8ea71b-5aa5178283d5f34c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f5d237b6dd65d862fcda95c83a33bc15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "5ea29ede-6933-4909-bb7d-3d1f2f2d73ce", + "Content-Length": "271", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "5ea29ede-6933-4909-bb7d-3d1f2f2d73ce", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5ea29ede-6933-4909-bb7d-3d1f2f2d73ce", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:5ea29ede-6933-4909-bb7d-3d1f2f2d73ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023233Z:5ea29ede-6933-4909-bb7d-3d1f2f2d73ce" + }, + "ResponseBody": { + "value": [ + { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005" + } + } + ], + "@nextLink": null + } + } + ], + "Variables": { + "RandomSeed": "124337645", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ManagementGroupCollectionTests(False).json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ManagementGroupCollectionTests(False).json new file mode 100644 index 0000000000000..8ec28e5a96210 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ManagementGroupCollectionTests(False).json @@ -0,0 +1,884 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-8b1d373856409544-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d087354b3df282de4f9460d111c230d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "c461b16a-990e-41e9-9c8c-51376d3fafaf", + "Content-Length": "167", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "c461b16a-990e-41e9-9c8c-51376d3fafaf", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c461b16a-990e-41e9-9c8c-51376d3fafaf", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:c461b16a-990e-41e9-9c8c-51376d3fafaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023017Z:c461b16a-990e-41e9-9c8c-51376d3fafaf" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-42f221cbfad9ba42-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e9c5c179efae6aeb8e9653e1165f943", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "d4d84d00-e1a3-4d5a-b3d7-c80d37ce47b0", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "d4d84d00-e1a3-4d5a-b3d7-c80d37ce47b0", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d4d84d00-e1a3-4d5a-b3d7-c80d37ce47b0", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:d4d84d00-e1a3-4d5a-b3d7-c80d37ce47b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023018Z:d4d84d00-e1a3-4d5a-b3d7-c80d37ce47b0" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-63bf07679af7b44e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2bca829e6f3c3f3764bf656210752fda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "50283f97-3671-4f98-89ad-2764bc872c81", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "50283f97-3671-4f98-89ad-2764bc872c81", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "50283f97-3671-4f98-89ad-2764bc872c81", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:50283f97-3671-4f98-89ad-2764bc872c81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023019Z:50283f97-3671-4f98-89ad-2764bc872c81" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-51a03956e0f73848-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4b96867a125e9d8f10eff87a692b505", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "dd3137a8-f477-44bf-9df6-30e0a7a8aa33", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "dd3137a8-f477-44bf-9df6-30e0a7a8aa33", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dd3137a8-f477-44bf-9df6-30e0a7a8aa33", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:dd3137a8-f477-44bf-9df6-30e0a7a8aa33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023021Z:dd3137a8-f477-44bf-9df6-30e0a7a8aa33" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-02c011a5859b194f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d0cae89600aba8bb255d2a3a394cd643", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "675d4145-01e0-46c8-8cbc-7d4178d9de0a", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "675d4145-01e0-46c8-8cbc-7d4178d9de0a", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "675d4145-01e0-46c8-8cbc-7d4178d9de0a", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:675d4145-01e0-46c8-8cbc-7d4178d9de0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023022Z:675d4145-01e0-46c8-8cbc-7d4178d9de0a" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-c964a87410573640-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a8d78ab945acfc1da9e03a2d70b099d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "bf5413cc-369b-4c9b-a959-7840d11c9e8f", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "bf5413cc-369b-4c9b-a959-7840d11c9e8f", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bf5413cc-369b-4c9b-a959-7840d11c9e8f", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:bf5413cc-369b-4c9b-a959-7840d11c9e8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023024Z:bf5413cc-369b-4c9b-a959-7840d11c9e8f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-08184af6af58a947-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27cc600a5eaa672fad118ec8779eb0a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "6065681b-75d6-40ca-b1aa-a23575955803", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "6065681b-75d6-40ca-b1aa-a23575955803", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6065681b-75d6-40ca-b1aa-a23575955803", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:6065681b-75d6-40ca-b1aa-a23575955803", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023025Z:6065681b-75d6-40ca-b1aa-a23575955803" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-5a7bbadfc2e04d4b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1bcdbc380dbb5059cbce27cbc68d3775", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "3f8b3c25-c64d-4e69-9bbb-7b7245d784a3", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "3f8b3c25-c64d-4e69-9bbb-7b7245d784a3", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3f8b3c25-c64d-4e69-9bbb-7b7245d784a3", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:3f8b3c25-c64d-4e69-9bbb-7b7245d784a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023027Z:3f8b3c25-c64d-4e69-9bbb-7b7245d784a3" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-e7a022c47e6f5147-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d93058c3ae7f5b985b6ffb9ab755850b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "92fa3b74-d573-4261-9f0e-e4e647ee8b93", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "92fa3b74-d573-4261-9f0e-e4e647ee8b93", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "92fa3b74-d573-4261-9f0e-e4e647ee8b93", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:92fa3b74-d573-4261-9f0e-e4e647ee8b93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023028Z:92fa3b74-d573-4261-9f0e-e4e647ee8b93" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-fea4f392f4b04b4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b4f5942f7ee3fd16067c5cdc3763a01f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "6147f56d-cea6-4888-9d64-1e27566f63d1", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "6147f56d-cea6-4888-9d64-1e27566f63d1", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6147f56d-cea6-4888-9d64-1e27566f63d1", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:6147f56d-cea6-4888-9d64-1e27566f63d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023030Z:6147f56d-cea6-4888-9d64-1e27566f63d1" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-c88a783bc594cc41-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1e0418d9d76d89252372bf4b11be9975", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "f1508b07-b77e-45aa-8f5c-e2e59979be5f", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "f1508b07-b77e-45aa-8f5c-e2e59979be5f", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f1508b07-b77e-45aa-8f5c-e2e59979be5f", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:f1508b07-b77e-45aa-8f5c-e2e59979be5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023031Z:f1508b07-b77e-45aa-8f5c-e2e59979be5f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-e6234231f5c7a349-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "329b1c49829845924233d20351bb23f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "ef965eda-a02d-4295-bfd3-ab36bc5c4074", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "ef965eda-a02d-4295-bfd3-ab36bc5c4074", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ef965eda-a02d-4295-bfd3-ab36bc5c4074", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:ef965eda-a02d-4295-bfd3-ab36bc5c4074", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023033Z:ef965eda-a02d-4295-bfd3-ab36bc5c4074" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-b92dce7e6c71d442-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9ec0dbcf6650589d6e6b9070bfcaeb48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "f3636e78-7820-4c13-9334-9509adbfacb9", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "f3636e78-7820-4c13-9334-9509adbfacb9", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f3636e78-7820-4c13-9334-9509adbfacb9", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:f3636e78-7820-4c13-9334-9509adbfacb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023034Z:f3636e78-7820-4c13-9334-9509adbfacb9" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-79cb573581082e4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b92e7e26ec8568686bfdc3a05223867", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "e9e1ecae-35d3-49e8-a250-5f1efe0ac274", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "e9e1ecae-35d3-49e8-a250-5f1efe0ac274", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e9e1ecae-35d3-49e8-a250-5f1efe0ac274", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:e9e1ecae-35d3-49e8-a250-5f1efe0ac274", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023036Z:e9e1ecae-35d3-49e8-a250-5f1efe0ac274" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-9d57402c4dc56f40-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "357cc74efafde3247e43c32df2218677", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "ceaba933-b6a9-4e7e-a97b-eb4af1b4e504", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "ceaba933-b6a9-4e7e-a97b-eb4af1b4e504", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ceaba933-b6a9-4e7e-a97b-eb4af1b4e504", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:ceaba933-b6a9-4e7e-a97b-eb4af1b4e504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023037Z:ceaba933-b6a9-4e7e-a97b-eb4af1b4e504" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-186d0154e0442c4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6a2089470828602f556918918962524c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "d12b7fac-9ce0-418d-bb29-de8c65e06092", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "d12b7fac-9ce0-418d-bb29-de8c65e06092", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d12b7fac-9ce0-418d-bb29-de8c65e06092", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:d12b7fac-9ce0-418d-bb29-de8c65e06092", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023039Z:d12b7fac-9ce0-418d-bb29-de8c65e06092" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-83950f22f38f4d46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f7222933b54de84ac2af9c85ab596464", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "5bf669bf-e648-4143-84e0-09cb4b0345ff", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "5bf669bf-e648-4143-84e0-09cb4b0345ff", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5bf669bf-e648-4143-84e0-09cb4b0345ff", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:5bf669bf-e648-4143-84e0-09cb4b0345ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023040Z:5bf669bf-e648-4143-84e0-09cb4b0345ff" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-9f7ffcbc43cfcc45-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7bf26439cd01463e971be093e193591b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "20982089-56cf-4823-ae76-a5573e3e8b29", + "Content-Length": "382", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "20982089-56cf-4823-ae76-a5573e3e8b29", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "20982089-56cf-4823-ae76-a5573e3e8b29", + "x-ms-ratelimit-remaining-tenant-reads": "11983", + "x-ms-request-id": "southeastasia:20982089-56cf-4823-ae76-a5573e3e8b29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023042Z:20982089-56cf-4823-ae76-a5573e3e8b29" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5005", + "name": "mgmt-group-5005", + "status": "Succeeded", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:24.7751168Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9d61d9d696b704281cca21254a8d6fb-ec8c2875cbfba84e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9f976f08eff922a3f38a8796ba9b5fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "27355b83-cf69-4d85-a54c-cd0f688e96bf", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "27355b83-cf69-4d85-a54c-cd0f688e96bf", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "27355b83-cf69-4d85-a54c-cd0f688e96bf", + "x-ms-ratelimit-remaining-tenant-reads": "11982", + "x-ms-request-id": "southeastasia:27355b83-cf69-4d85-a54c-cd0f688e96bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023042Z:27355b83-cf69-4d85-a54c-cd0f688e96bf" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:24.7751168Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d59e47ba4f30a840a871e3ebc68b5639-0dbf2172098b5547-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2558b405d770654beadb5f31d4b6072e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "d80802a7-79e0-475b-ad4f-f1785ae50b5d", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:30:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "d80802a7-79e0-475b-ad4f-f1785ae50b5d", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d80802a7-79e0-475b-ad4f-f1785ae50b5d", + "x-ms-ratelimit-remaining-tenant-reads": "11981", + "x-ms-request-id": "southeastasia:d80802a7-79e0-475b-ad4f-f1785ae50b5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023042Z:d80802a7-79e0-475b-ad4f-f1785ae50b5d" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:24.7751168Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + } + ], + "Variables": { + "RandomSeed": "1083485969", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ManagementGroupCollectionTests(True)Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ManagementGroupCollectionTests(True)Async.json new file mode 100644 index 0000000000000..c7d04c8abca1a --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/ManagementGroupCollectionTests(True)Async.json @@ -0,0 +1,801 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-acc7be806666e54c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "78d034109b4102402230f6a93212cdd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "cd909ded-bc96-4c16-9a9c-aab2c68de19e", + "Content-Length": "167", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "cd909ded-bc96-4c16-9a9c-aab2c68de19e", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cd909ded-bc96-4c16-9a9c-aab2c68de19e", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:cd909ded-bc96-4c16-9a9c-aab2c68de19e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023144Z:cd909ded-bc96-4c16-9a9c-aab2c68de19e" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1806", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-1806", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-777b6f5408a0bf49-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8e03bd07b181a56b8ca43e26e1032485", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "6b8b5439-46c0-46a4-bc67-6ade470e5ea3", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "6b8b5439-46c0-46a4-bc67-6ade470e5ea3", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6b8b5439-46c0-46a4-bc67-6ade470e5ea3", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:6b8b5439-46c0-46a4-bc67-6ade470e5ea3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023145Z:6b8b5439-46c0-46a4-bc67-6ade470e5ea3" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-a221f3f06464d544-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e4e26e7bd49bbd8fe6ea77c6fbef420", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "905b5245-bc46-4c72-a06d-285dd88cd109", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "905b5245-bc46-4c72-a06d-285dd88cd109", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "905b5245-bc46-4c72-a06d-285dd88cd109", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:905b5245-bc46-4c72-a06d-285dd88cd109", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023146Z:905b5245-bc46-4c72-a06d-285dd88cd109" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-fd9e771e978e8640-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75a2c4053f0f7351e1bc7072160f80cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "87488e71-342b-47b4-96ea-ebea64ed0501", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "87488e71-342b-47b4-96ea-ebea64ed0501", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "87488e71-342b-47b4-96ea-ebea64ed0501", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:87488e71-342b-47b4-96ea-ebea64ed0501", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023148Z:87488e71-342b-47b4-96ea-ebea64ed0501" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-0aaba57505b32440-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e899a59fddb349e9e44890130aee35ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "90fbff91-c0ad-405d-86ae-8d04a6fdcde9", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "90fbff91-c0ad-405d-86ae-8d04a6fdcde9", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "90fbff91-c0ad-405d-86ae-8d04a6fdcde9", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:90fbff91-c0ad-405d-86ae-8d04a6fdcde9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023149Z:90fbff91-c0ad-405d-86ae-8d04a6fdcde9" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-edeaae67e3ecf04f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d201db0af61a876d4da6c8c4d66a5ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "1ca1e81a-be2d-4826-958b-074b88c66350", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "1ca1e81a-be2d-4826-958b-074b88c66350", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1ca1e81a-be2d-4826-958b-074b88c66350", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:1ca1e81a-be2d-4826-958b-074b88c66350", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023151Z:1ca1e81a-be2d-4826-958b-074b88c66350" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-4c897718f0718046-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c9dcdaed0b24286dda5890c7af3d69f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "1e207724-3216-4795-8ac8-c1d64cffc7e1", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "1e207724-3216-4795-8ac8-c1d64cffc7e1", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1e207724-3216-4795-8ac8-c1d64cffc7e1", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:1e207724-3216-4795-8ac8-c1d64cffc7e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023152Z:1e207724-3216-4795-8ac8-c1d64cffc7e1" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-508e9ed5feb8c046-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f8c2a28762eff06b2ff114d9705cfc7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "96565781-c236-4151-ad61-32a1fcdbb7b8", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "96565781-c236-4151-ad61-32a1fcdbb7b8", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "96565781-c236-4151-ad61-32a1fcdbb7b8", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:96565781-c236-4151-ad61-32a1fcdbb7b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023154Z:96565781-c236-4151-ad61-32a1fcdbb7b8" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-8d9fda37affa0e48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2f25a1a26b12a5aab0f842091eaff996", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "d430979a-e82d-496a-9c35-9521aeb9b723", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "d430979a-e82d-496a-9c35-9521aeb9b723", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d430979a-e82d-496a-9c35-9521aeb9b723", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:d430979a-e82d-496a-9c35-9521aeb9b723", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023155Z:d430979a-e82d-496a-9c35-9521aeb9b723" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-05fc38f9fd344e4a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "aa057970ada38bff6fec9a33f694b87d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "234e65e2-baba-47ba-ba11-75a54adb9a2f", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "234e65e2-baba-47ba-ba11-75a54adb9a2f", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "234e65e2-baba-47ba-ba11-75a54adb9a2f", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:234e65e2-baba-47ba-ba11-75a54adb9a2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023157Z:234e65e2-baba-47ba-ba11-75a54adb9a2f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-47fa3544ca2e8846-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0d24125c3a181be0f81d48f61f61d17f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "d9ff14b3-8d17-4eaf-8b0a-1a346eed89b1", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "d9ff14b3-8d17-4eaf-8b0a-1a346eed89b1", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d9ff14b3-8d17-4eaf-8b0a-1a346eed89b1", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:d9ff14b3-8d17-4eaf-8b0a-1a346eed89b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023158Z:d9ff14b3-8d17-4eaf-8b0a-1a346eed89b1" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-46312b4c08554944-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f6687df75157f5daa19ac025d076ae1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "c533e033-2cfb-4164-b77f-1188250f3737", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "c533e033-2cfb-4164-b77f-1188250f3737", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c533e033-2cfb-4164-b77f-1188250f3737", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:c533e033-2cfb-4164-b77f-1188250f3737", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023159Z:c533e033-2cfb-4164-b77f-1188250f3737" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-0ab1929bc74c3243-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0bacc440eb8b367e99eab28664086b0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "dd87af36-0353-477b-9f28-311dbaf4fd17", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "dd87af36-0353-477b-9f28-311dbaf4fd17", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dd87af36-0353-477b-9f28-311dbaf4fd17", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:dd87af36-0353-477b-9f28-311dbaf4fd17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023201Z:dd87af36-0353-477b-9f28-311dbaf4fd17" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-9537e3b28df5dd44-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "793c1a1bc12c0b26382e6b7d7abb4a81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "f49c4d68-c3ed-49d9-897c-3ee8661aa799", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "f49c4d68-c3ed-49d9-897c-3ee8661aa799", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f49c4d68-c3ed-49d9-897c-3ee8661aa799", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:f49c4d68-c3ed-49d9-897c-3ee8661aa799", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023202Z:f49c4d68-c3ed-49d9-897c-3ee8661aa799" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-954109be05fa8845-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ab62c6ec5b50bf4fe315d6d9e549099", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "4a90cf1e-f5d2-4411-a2ca-748cf05d3818", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "4a90cf1e-f5d2-4411-a2ca-748cf05d3818", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4a90cf1e-f5d2-4411-a2ca-748cf05d3818", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:4a90cf1e-f5d2-4411-a2ca-748cf05d3818", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023204Z:4a90cf1e-f5d2-4411-a2ca-748cf05d3818" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-3f454397bc99af47-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b50ab22f343a7eef9ea1d35c8001bcdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "6d2ff09b-fd79-4f84-bdf7-751656ca0f5c", + "Content-Length": "382", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "6d2ff09b-fd79-4f84-bdf7-751656ca0f5c", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6d2ff09b-fd79-4f84-bdf7-751656ca0f5c", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:6d2ff09b-fd79-4f84-bdf7-751656ca0f5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023206Z:6d2ff09b-fd79-4f84-bdf7-751656ca0f5c" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1806", + "name": "mgmt-group-1806", + "status": "Succeeded", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-1806", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:49.4556046Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-051506df31c07d4b872b9f7bb050736f-4c5670e4d18d3549-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3817319f1052555826307bfa64b96ce3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "c07ef150-9bb7-4268-b366-dc2e98ccd1da", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "c07ef150-9bb7-4268-b366-dc2e98ccd1da", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c07ef150-9bb7-4268-b366-dc2e98ccd1da", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:c07ef150-9bb7-4268-b366-dc2e98ccd1da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023206Z:c07ef150-9bb7-4268-b366-dc2e98ccd1da" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1806", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-1806", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-1806", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:49.4556046Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-063355242906834f9f1cc71e0d98f41c-87d7ed47a08e9141-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c74ed29d94b13a473c37bc13f1978bfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "99549b4f-1a87-45c8-9019-0be7c4a4dc08", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "99549b4f-1a87-45c8-9019-0be7c4a4dc08", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "99549b4f-1a87-45c8-9019-0be7c4a4dc08", + "x-ms-ratelimit-remaining-tenant-reads": "11983", + "x-ms-request-id": "southeastasia:99549b4f-1a87-45c8-9019-0be7c4a4dc08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023206Z:99549b4f-1a87-45c8-9019-0be7c4a4dc08" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1806", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-1806", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-1806", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:49.4556046Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + } + ], + "Variables": { + "RandomSeed": "1630685423", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/StartCreateOrUpdate.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/StartCreateOrUpdate.json new file mode 100644 index 0000000000000..f850d6b738143 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/StartCreateOrUpdate.json @@ -0,0 +1,772 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-19d93a7254c8fb4c97bbe4041fdaa6b4-4a2397df68ea7b4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eceab16d69a76c0fc577b9574ae60438", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "4ca791cc-5a01-439b-8ecd-15a20f0ff67d", + "Content-Length": "165", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "4ca791cc-5a01-439b-8ecd-15a20f0ff67d", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4ca791cc-5a01-439b-8ecd-15a20f0ff67d", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1198", + "x-ms-request-id": "southeastasia:4ca791cc-5a01-439b-8ecd-15a20f0ff67d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023113Z:4ca791cc-5a01-439b-8ecd-15a20f0ff67d" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-388", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-388", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4111d97e4f67b74b521618e3e1d80285", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "87c76b3b-f9ca-4098-aba2-ecd93199515b", + "Content-Length": "164", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "87c76b3b-f9ca-4098-aba2-ecd93199515b", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "87c76b3b-f9ca-4098-aba2-ecd93199515b", + "x-ms-ratelimit-remaining-tenant-reads": "11977", + "x-ms-request-id": "southeastasia:87c76b3b-f9ca-4098-aba2-ecd93199515b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023114Z:87c76b3b-f9ca-4098-aba2-ecd93199515b" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2f1b8a561b2d64d4481893a7364dda3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "6e527cd3-3fd3-4cfc-947c-c9cd33bb5cc8", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "6e527cd3-3fd3-4cfc-947c-c9cd33bb5cc8", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6e527cd3-3fd3-4cfc-947c-c9cd33bb5cc8", + "x-ms-ratelimit-remaining-tenant-reads": "11976", + "x-ms-request-id": "southeastasia:6e527cd3-3fd3-4cfc-947c-c9cd33bb5cc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023115Z:6e527cd3-3fd3-4cfc-947c-c9cd33bb5cc8" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "71d8edd6c2d5fbd01d5ebfd67e89878a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "e8e6b597-d829-468f-ae99-df45802cde01", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "e8e6b597-d829-468f-ae99-df45802cde01", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e8e6b597-d829-468f-ae99-df45802cde01", + "x-ms-ratelimit-remaining-tenant-reads": "11975", + "x-ms-request-id": "southeastasia:e8e6b597-d829-468f-ae99-df45802cde01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023117Z:e8e6b597-d829-468f-ae99-df45802cde01" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d505706aee311c188b3afce6c51143ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "489b245d-4097-418b-b00d-a272241423df", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "489b245d-4097-418b-b00d-a272241423df", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "489b245d-4097-418b-b00d-a272241423df", + "x-ms-ratelimit-remaining-tenant-reads": "11974", + "x-ms-request-id": "southeastasia:489b245d-4097-418b-b00d-a272241423df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023118Z:489b245d-4097-418b-b00d-a272241423df" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f40c75389100e2afe8f59554a27758bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "1c4f0662-3da8-45e7-9187-b35bff498181", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "1c4f0662-3da8-45e7-9187-b35bff498181", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1c4f0662-3da8-45e7-9187-b35bff498181", + "x-ms-ratelimit-remaining-tenant-reads": "11973", + "x-ms-request-id": "southeastasia:1c4f0662-3da8-45e7-9187-b35bff498181", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023120Z:1c4f0662-3da8-45e7-9187-b35bff498181" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "03d0fffa085ee771d4bce59bc5ea350c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "56c563e1-3f91-4e9e-a59a-9d33be9dee28", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "56c563e1-3f91-4e9e-a59a-9d33be9dee28", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "56c563e1-3f91-4e9e-a59a-9d33be9dee28", + "x-ms-ratelimit-remaining-tenant-reads": "11972", + "x-ms-request-id": "southeastasia:56c563e1-3f91-4e9e-a59a-9d33be9dee28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023121Z:56c563e1-3f91-4e9e-a59a-9d33be9dee28" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "099dd11a927cd88ac022ed3c59c47a14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "460d47db-0eb1-4765-b3b9-0badc79225f2", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "460d47db-0eb1-4765-b3b9-0badc79225f2", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "460d47db-0eb1-4765-b3b9-0badc79225f2", + "x-ms-ratelimit-remaining-tenant-reads": "11971", + "x-ms-request-id": "southeastasia:460d47db-0eb1-4765-b3b9-0badc79225f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023123Z:460d47db-0eb1-4765-b3b9-0badc79225f2" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c6eb41e14040308e03252043ab141cfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "33f46995-0454-42fd-9496-236b4888d86c", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "33f46995-0454-42fd-9496-236b4888d86c", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "33f46995-0454-42fd-9496-236b4888d86c", + "x-ms-ratelimit-remaining-tenant-reads": "11970", + "x-ms-request-id": "southeastasia:33f46995-0454-42fd-9496-236b4888d86c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023124Z:33f46995-0454-42fd-9496-236b4888d86c" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d03989bf4fda673e75f7423c1b358e0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "f47d8370-c951-42da-938e-bf1a0e46ba27", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "f47d8370-c951-42da-938e-bf1a0e46ba27", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f47d8370-c951-42da-938e-bf1a0e46ba27", + "x-ms-ratelimit-remaining-tenant-reads": "11969", + "x-ms-request-id": "southeastasia:f47d8370-c951-42da-938e-bf1a0e46ba27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023126Z:f47d8370-c951-42da-938e-bf1a0e46ba27" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "84b9d1416ffed9cb426c055772462cac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "83ae41c9-071c-4b22-b0b0-58fdda1efad0", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "83ae41c9-071c-4b22-b0b0-58fdda1efad0", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "83ae41c9-071c-4b22-b0b0-58fdda1efad0", + "x-ms-ratelimit-remaining-tenant-reads": "11968", + "x-ms-request-id": "southeastasia:83ae41c9-071c-4b22-b0b0-58fdda1efad0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023127Z:83ae41c9-071c-4b22-b0b0-58fdda1efad0" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cf7cee06a98b923902835149fe5215ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "b956fa03-24b5-473f-9703-4304159f64cc", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "b956fa03-24b5-473f-9703-4304159f64cc", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b956fa03-24b5-473f-9703-4304159f64cc", + "x-ms-ratelimit-remaining-tenant-reads": "11967", + "x-ms-request-id": "southeastasia:b956fa03-24b5-473f-9703-4304159f64cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023129Z:b956fa03-24b5-473f-9703-4304159f64cc" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da021096985b5000be5f8d6d49e7f52e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "2581be81-bf1a-494a-ad5f-77a9101253d6", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "2581be81-bf1a-494a-ad5f-77a9101253d6", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2581be81-bf1a-494a-ad5f-77a9101253d6", + "x-ms-ratelimit-remaining-tenant-reads": "11966", + "x-ms-request-id": "southeastasia:2581be81-bf1a-494a-ad5f-77a9101253d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023130Z:2581be81-bf1a-494a-ad5f-77a9101253d6" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2c3595cbbeb897849726817a1d81dbef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "f364d34b-81f0-4aa2-908d-6fd860cbcbf6", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "f364d34b-81f0-4aa2-908d-6fd860cbcbf6", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f364d34b-81f0-4aa2-908d-6fd860cbcbf6", + "x-ms-ratelimit-remaining-tenant-reads": "11965", + "x-ms-request-id": "southeastasia:f364d34b-81f0-4aa2-908d-6fd860cbcbf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023132Z:f364d34b-81f0-4aa2-908d-6fd860cbcbf6" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61c0375752446e51ee2c112b1ccc491b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "92c262c4-7218-4eb2-a087-d5546e9c174c", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "92c262c4-7218-4eb2-a087-d5546e9c174c", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "92c262c4-7218-4eb2-a087-d5546e9c174c", + "x-ms-ratelimit-remaining-tenant-reads": "11964", + "x-ms-request-id": "southeastasia:92c262c4-7218-4eb2-a087-d5546e9c174c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023133Z:92c262c4-7218-4eb2-a087-d5546e9c174c" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "687e228ee81dd8158b6a42341685323c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "1f282860-19b4-4828-9fd7-a6350db69b67", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-388?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "1f282860-19b4-4828-9fd7-a6350db69b67", + "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1f282860-19b4-4828-9fd7-a6350db69b67", + "x-ms-ratelimit-remaining-tenant-reads": "11963", + "x-ms-request-id": "southeastasia:1f282860-19b4-4828-9fd7-a6350db69b67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023135Z:1f282860-19b4-4828-9fd7-a6350db69b67" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "11159e84932679ea44c73d8cac597bcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "c413cd1e-288d-4635-9eaa-2daa485b736f", + "Content-Length": "379", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "c413cd1e-288d-4635-9eaa-2daa485b736f", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c413cd1e-288d-4635-9eaa-2daa485b736f", + "x-ms-ratelimit-remaining-tenant-reads": "11962", + "x-ms-request-id": "southeastasia:c413cd1e-288d-4635-9eaa-2daa485b736f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023136Z:c413cd1e-288d-4635-9eaa-2daa485b736f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-388", + "name": "mgmt-group-388", + "status": "Succeeded", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-388", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:19.4941288Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-388?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fbec66dc72036ed222e8d6da0f1c5769", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "7d651086-18ff-411e-b509-8082b9c3ac9f", + "Content-Length": "562", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "7d651086-18ff-411e-b509-8082b9c3ac9f", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7d651086-18ff-411e-b509-8082b9c3ac9f", + "x-ms-ratelimit-remaining-tenant-reads": "11961", + "x-ms-request-id": "southeastasia:7d651086-18ff-411e-b509-8082b9c3ac9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023136Z:7d651086-18ff-411e-b509-8082b9c3ac9f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-388", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-388", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-388", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:19.4941288Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + } + ], + "Variables": { + "RandomSeed": "174395876", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/StartCreateOrUpdateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/StartCreateOrUpdateAsync.json new file mode 100644 index 0000000000000..9f39556685148 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/StartCreateOrUpdateAsync.json @@ -0,0 +1,771 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-b0fdabe2ff802f4ba2ab6feedbe31bd9-55a4d29aa0dfe846-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "192901f535f2062db8780e76419fc201", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "53e39fb3-4542-4b2e-8634-94dc69f65614", + "Content-Length": "167", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "53e39fb3-4542-4b2e-8634-94dc69f65614", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "53e39fb3-4542-4b2e-8634-94dc69f65614", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:53e39fb3-4542-4b2e-8634-94dc69f65614", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023236Z:53e39fb3-4542-4b2e-8634-94dc69f65614" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8364", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-8364", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ebf00baab31fa88ebff5584a0c96eb16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "3ff27fb9-b08c-4f10-af56-b464f00568d1", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "3ff27fb9-b08c-4f10-af56-b464f00568d1", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3ff27fb9-b08c-4f10-af56-b464f00568d1", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:3ff27fb9-b08c-4f10-af56-b464f00568d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023236Z:3ff27fb9-b08c-4f10-af56-b464f00568d1" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96d27ef6820e7c2f5725e3d20d4726d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "b351b0e9-a6e2-4614-b048-53fff0e31600", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "b351b0e9-a6e2-4614-b048-53fff0e31600", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b351b0e9-a6e2-4614-b048-53fff0e31600", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:b351b0e9-a6e2-4614-b048-53fff0e31600", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023238Z:b351b0e9-a6e2-4614-b048-53fff0e31600" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "36cb12d0d6af0fe2c3aea03d1f60f69f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "768bd566-05d3-431d-aae5-58c9182c8f66", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "768bd566-05d3-431d-aae5-58c9182c8f66", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "768bd566-05d3-431d-aae5-58c9182c8f66", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:768bd566-05d3-431d-aae5-58c9182c8f66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023239Z:768bd566-05d3-431d-aae5-58c9182c8f66" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60ef1134121327eddc7394f9d0bb9a78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "b4b8f3a6-a08b-4b61-bab2-0d77651cbfd3", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "b4b8f3a6-a08b-4b61-bab2-0d77651cbfd3", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b4b8f3a6-a08b-4b61-bab2-0d77651cbfd3", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:b4b8f3a6-a08b-4b61-bab2-0d77651cbfd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023241Z:b4b8f3a6-a08b-4b61-bab2-0d77651cbfd3" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f97985ceb5ca20669cc2d260e1f25df6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "69afed49-dc78-4915-b02a-fd1a1f7a907f", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "69afed49-dc78-4915-b02a-fd1a1f7a907f", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "69afed49-dc78-4915-b02a-fd1a1f7a907f", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:69afed49-dc78-4915-b02a-fd1a1f7a907f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023242Z:69afed49-dc78-4915-b02a-fd1a1f7a907f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fb9e432fc557bebf25a45a3b41e93f08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "bca995ec-2e73-4dfb-b44b-7f8424649627", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "bca995ec-2e73-4dfb-b44b-7f8424649627", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bca995ec-2e73-4dfb-b44b-7f8424649627", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:bca995ec-2e73-4dfb-b44b-7f8424649627", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023244Z:bca995ec-2e73-4dfb-b44b-7f8424649627" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a6e2814fce67ed4aacfc4513f8c45e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "257d480c-2063-4190-b827-0df8d3792ea2", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "257d480c-2063-4190-b827-0df8d3792ea2", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "257d480c-2063-4190-b827-0df8d3792ea2", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:257d480c-2063-4190-b827-0df8d3792ea2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023245Z:257d480c-2063-4190-b827-0df8d3792ea2" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8cca9d169e1d0820c5bbd4265b2bdeb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "468adf9b-953f-464b-9bb6-c07e16881943", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "468adf9b-953f-464b-9bb6-c07e16881943", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "468adf9b-953f-464b-9bb6-c07e16881943", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:468adf9b-953f-464b-9bb6-c07e16881943", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023246Z:468adf9b-953f-464b-9bb6-c07e16881943" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b94cc982c283320f6f1f5088016e7e98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "2a6d97e7-9f55-4531-b057-eca98d309392", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "2a6d97e7-9f55-4531-b057-eca98d309392", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2a6d97e7-9f55-4531-b057-eca98d309392", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:2a6d97e7-9f55-4531-b057-eca98d309392", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023248Z:2a6d97e7-9f55-4531-b057-eca98d309392" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a425705eb31e75eb0866d42b28ae227f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "e373c2be-e3d9-46c2-8bbf-b99c90402fa0", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "e373c2be-e3d9-46c2-8bbf-b99c90402fa0", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e373c2be-e3d9-46c2-8bbf-b99c90402fa0", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:e373c2be-e3d9-46c2-8bbf-b99c90402fa0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023250Z:e373c2be-e3d9-46c2-8bbf-b99c90402fa0" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "76ce11f08c4053668d971dfd4d970756", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "c3a8dbe1-a8b6-413f-84cf-462ef631cd68", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "c3a8dbe1-a8b6-413f-84cf-462ef631cd68", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c3a8dbe1-a8b6-413f-84cf-462ef631cd68", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:c3a8dbe1-a8b6-413f-84cf-462ef631cd68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023251Z:c3a8dbe1-a8b6-413f-84cf-462ef631cd68" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ebc83b3c3a05cf94ded7b11deee409c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "eb40892a-3d6a-4e2c-a124-facdb0bdb0fe", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "eb40892a-3d6a-4e2c-a124-facdb0bdb0fe", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eb40892a-3d6a-4e2c-a124-facdb0bdb0fe", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:eb40892a-3d6a-4e2c-a124-facdb0bdb0fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023252Z:eb40892a-3d6a-4e2c-a124-facdb0bdb0fe" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef97d1fc08a0d25809d2168795ed2770", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "892f6348-53df-48f5-bc53-fef1ef4cb099", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "892f6348-53df-48f5-bc53-fef1ef4cb099", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "892f6348-53df-48f5-bc53-fef1ef4cb099", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:892f6348-53df-48f5-bc53-fef1ef4cb099", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023254Z:892f6348-53df-48f5-bc53-fef1ef4cb099" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "edee7d5e37e5b6797dff9769da4965a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "876b3cfa-135a-4bf2-bffd-d369d0955c75", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "876b3cfa-135a-4bf2-bffd-d369d0955c75", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "876b3cfa-135a-4bf2-bffd-d369d0955c75", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:876b3cfa-135a-4bf2-bffd-d369d0955c75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023255Z:876b3cfa-135a-4bf2-bffd-d369d0955c75" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7c005c8e17ff34b6e2f6e233230d39f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "f03ea9eb-27f6-4186-ad99-e6e847225903", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "f03ea9eb-27f6-4186-ad99-e6e847225903", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f03ea9eb-27f6-4186-ad99-e6e847225903", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:f03ea9eb-27f6-4186-ad99-e6e847225903", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023257Z:f03ea9eb-27f6-4186-ad99-e6e847225903" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "70be41af1bf5c5db57e172a070eef7c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "9f94e09f-8385-44ce-a0b7-a70207a14472", + "Content-Length": "382", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "9f94e09f-8385-44ce-a0b7-a70207a14472", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9f94e09f-8385-44ce-a0b7-a70207a14472", + "x-ms-ratelimit-remaining-tenant-reads": "11983", + "x-ms-request-id": "southeastasia:9f94e09f-8385-44ce-a0b7-a70207a14472", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023258Z:9f94e09f-8385-44ce-a0b7-a70207a14472" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8364", + "name": "mgmt-group-8364", + "status": "Succeeded", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-8364", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:32:41.0070275Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8364?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "39f86c6caaed4770c7ba0aef54459370", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "759f04c1-5336-42e3-ba77-4d33200ba7c6", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:32:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "759f04c1-5336-42e3-ba77-4d33200ba7c6", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "759f04c1-5336-42e3-ba77-4d33200ba7c6", + "x-ms-ratelimit-remaining-tenant-reads": "11982", + "x-ms-request-id": "southeastasia:759f04c1-5336-42e3-ba77-4d33200ba7c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023259Z:759f04c1-5336-42e3-ba77-4d33200ba7c6" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8364", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-8364", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-8364", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:32:41.0070275Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + } + ], + "Variables": { + "RandomSeed": "159915178", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/TryGet.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/TryGet.json new file mode 100644 index 0000000000000..e93855ba9bcf1 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/TryGet.json @@ -0,0 +1,103 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5005?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-f722c4ff883e0e448610cc2816e37de4-d85a009844f58444-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0ecbf067a94471ad7e97ee3e8b2f8d38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "afe280f6-23e1-4221-b6e7-bdc480fb9dc8", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "afe280f6-23e1-4221-b6e7-bdc480fb9dc8", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "afe280f6-23e1-4221-b6e7-bdc480fb9dc8", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:afe280f6-23e1-4221-b6e7-bdc480fb9dc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023139Z:afe280f6-23e1-4221-b6e7-bdc480fb9dc8" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5005", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-5005", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-5005", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:30:24.7751168Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-cea6ebd57088724aa59912fa163d3b0e-cbc01ff21e918743-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27dcc4386809f73d7917e73c67b9fba5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 403, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "408", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:31:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1f6ba217-637a-4d44-aff9-18a426bba6da", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "1f6ba217-637a-4d44-aff9-18a426bba6da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023139Z:1f6ba217-637a-4d44-aff9-18a426bba6da" + }, + "ResponseBody": { + "error": { + "code": "AuthorizationFailed", + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + } + } + } + ], + "Variables": { + "RandomSeed": "326005528", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/TryGetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/TryGetAsync.json new file mode 100644 index 0000000000000..1a0fd0dc18d13 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupCollectionTests/TryGetAsync.json @@ -0,0 +1,103 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1806?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-d63a5576387719479ee5dcdfde80148c-235bc7cec0c2404f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "50c58aad5a05045135c714fccb4c4cab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "client-request-id": "03c8da0d-a73c-450c-8b01-c334a6d0fe67", + "Content-Length": "565", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:33:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "request-id": "03c8da0d-a73c-450c-8b01-c334a6d0fe67", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.2357", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "03c8da0d-a73c-450c-8b01-c334a6d0fe67", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:03c8da0d-a73c-450c-8b01-c334a6d0fe67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023302Z:03c8da0d-a73c-450c-8b01-c334a6d0fe67" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1806", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-1806", + "properties": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "mgmt-group-1806", + "details": { + "version": 1, + "updatedTime": "2021-10-14T02:31:49.4556046Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", + "parent": { + "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", + "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Cache-Control": "no-cache", + "traceparent": "00-603cc9ed0e850c43949c76494f306ed7-4fbd391d7d1c3e46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bdc6150ddf8c2f076bedab4dd61563c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 403, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "408", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:33:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e3559cfd-b0e8-4808-af11-b135ed03927a", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "e3559cfd-b0e8-4808-af11-b135ed03927a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T023302Z:e3559cfd-b0e8-4808-af11-b135ed03927a" + }, + "ResponseBody": { + "error": { + "code": "AuthorizationFailed", + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + } + } + } + ], + "Variables": { + "RandomSeed": "23240220", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckIfExists.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckIfExists.json deleted file mode 100644 index 6381fe53c1647..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckIfExists.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210721.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2acc24a147ed3c43a9dff4aa42f1f2fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 21 Jul 2021 17:26:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07c9b45c-18ae-495f-aaf9-d676256a4b69", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "07c9b45c-18ae-495f-aaf9-d676256a4b69", - "x-ms-routing-request-id": "WESTUS:20210721T172631Z:07c9b45c-18ae-495f-aaf9-d676256a4b69" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-6ea6adf82ab3e946b16f83c00625ff0f-de9a2083920c9e41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210721.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83b1382785f197ccb26caaad92cc7019", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "ee4b5588-a970-4409-818a-7dba107fab2e", - "Content-Length": "563", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 21 Jul 2021 17:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "ee4b5588-a970-4409-818a-7dba107fab2e", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee4b5588-a970-4409-818a-7dba107fab2e", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus:ee4b5588-a970-4409-818a-7dba107fab2e", - "x-ms-routing-request-id": "WESTUS:20210721T172631Z:ee4b5588-a970-4409-818a-7dba107fab2e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827", - "details": { - "version": 14, - "updatedTime": "2021-07-21T17:26:10.7669679Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-827x?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-e682fae1cddbe44c9425e5ae15459fad-01144cca6488034d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210721.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f24c82dde30c24ac94a0123d1c673a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 403, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "415", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 21 Jul 2021 17:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78e9c9cd-e135-4b4b-ad10-3f883e6888f0", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "78e9c9cd-e135-4b4b-ad10-3f883e6888f0", - "x-ms-routing-request-id": "WESTUS:20210721T172631Z:78e9c9cd-e135-4b4b-ad10-3f883e6888f0" - }, - "ResponseBody": { - "error": { - "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-827x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." - } - } - } - ], - "Variables": { - "RandomSeed": "89873871", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckIfExistsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckIfExistsAsync.json deleted file mode 100644 index c44870bc4e1a2..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckIfExistsAsync.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210721.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa6a1ea0e784240855203c2fd601dde1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 21 Jul 2021 17:26:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88d56fc6-6764-43ae-a543-64f9633d2185", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "88d56fc6-6764-43ae-a543-64f9633d2185", - "x-ms-routing-request-id": "WESTUS:20210721T172657Z:88d56fc6-6764-43ae-a543-64f9633d2185" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-7e1dc34232e4274990773ff381402641-879084f1cf79bd41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210721.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3cd10af9ab5e681605ed081621944a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "e52d546b-06f3-46ca-bc5f-c4319376d26d", - "Content-Length": "565", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 21 Jul 2021 17:26:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "e52d546b-06f3-46ca-bc5f-c4319376d26d", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e52d546b-06f3-46ca-bc5f-c4319376d26d", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus:e52d546b-06f3-46ca-bc5f-c4319376d26d", - "x-ms-routing-request-id": "WESTUS:20210721T172657Z:e52d546b-06f3-46ca-bc5f-c4319376d26d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-7077", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-7077", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-7077", - "details": { - "version": 4, - "updatedTime": "2021-07-21T17:26:39.4872427Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-7077x?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-9c67d1c24bc619488bab65ba2b8e6eec-7d6ed8effbfd7442-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210721.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81f4f1200e88eaa7d04ae0f2b0862749", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 403, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "416", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 21 Jul 2021 17:26:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5840adb5-887e-4577-8ac7-8cbe9eaaa81d", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "5840adb5-887e-4577-8ac7-8cbe9eaaa81d", - "x-ms-routing-request-id": "WESTUS:20210721T172657Z:5840adb5-887e-4577-8ac7-8cbe9eaaa81d" - }, - "ResponseBody": { - "error": { - "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-7077x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." - } - } - } - ], - "Variables": { - "RandomSeed": "1779018143", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckNameAvailability.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckNameAvailability.json deleted file mode 100644 index 2e1a00dd92f1f..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckNameAvailability.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a30bcfb38f7a7e02258f0615a304507", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 21:54:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6223dd9b-5699-45d6-90cc-45182fea1cb5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6223dd9b-5699-45d6-90cc-45182fea1cb5", - "x-ms-routing-request-id": "WESTUS2:20210712T215427Z:6223dd9b-5699-45d6-90cc-45182fea1cb5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/checkNameAvailability?api-version=2021-04-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "79", - "Content-Type": "application/json", - "traceparent": "00-9c0c083ae8d1624fa995c007009d8fe8-043f748a2b23f848-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8816731aab7b93a8cdf37a0d307be50e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "this-should-not-exist", - "type": "Microsoft.Management/managementGroups" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "09778cdb-4d15-4535-b702-4543216535d9", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 21:54:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "09778cdb-4d15-4535-b702-4543216535d9", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09778cdb-4d15-4535-b702-4543216535d9", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "westus2:09778cdb-4d15-4535-b702-4543216535d9", - "x-ms-routing-request-id": "WESTUS2:20210712T215427Z:09778cdb-4d15-4535-b702-4543216535d9" - }, - "ResponseBody": { - "nameAvailable": true - } - } - ], - "Variables": { - "RandomSeed": "1692393202", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckNameAvailabilityAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckNameAvailabilityAsync.json deleted file mode 100644 index 27469097a8062..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CheckNameAvailabilityAsync.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9d751ff0518a2b832974b0ed6dc71ae1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 21:55:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2e0c6ef-b96c-4be2-847c-849f93094eab", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b2e0c6ef-b96c-4be2-847c-849f93094eab", - "x-ms-routing-request-id": "WESTUS2:20210712T215509Z:b2e0c6ef-b96c-4be2-847c-849f93094eab" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/checkNameAvailability?api-version=2021-04-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "79", - "Content-Type": "application/json", - "traceparent": "00-878ca23fe24b6f4191d8036dafc4384b-181b637c76b4c24b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b1e4d69c6f0516bf0d09d6deec64e06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "this-should-not-exist", - "type": "Microsoft.Management/managementGroups" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "b439dbbb-0c16-449f-8edc-c1d988c44f5d", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 21:55:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "b439dbbb-0c16-449f-8edc-c1d988c44f5d", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b439dbbb-0c16-449f-8edc-c1d988c44f5d", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "westus2:b439dbbb-0c16-449f-8edc-c1d988c44f5d", - "x-ms-routing-request-id": "WESTUS2:20210712T215509Z:b439dbbb-0c16-449f-8edc-c1d988c44f5d" - }, - "ResponseBody": { - "nameAvailable": true - } - } - ], - "Variables": { - "RandomSeed": "246446359", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CreateOrUpdate.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CreateOrUpdate.json deleted file mode 100644 index 07a3253b23324..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CreateOrUpdate.json +++ /dev/null @@ -1,1012 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddd3c550b2fefd79802e64b1bc97f296", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1f1ed7d-3729-4eb9-865e-66cb41dd156b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c1f1ed7d-3729-4eb9-865e-66cb41dd156b", - "x-ms-routing-request-id": "WESTUS2:20210712T014745Z:c1f1ed7d-3729-4eb9-865e-66cb41dd156b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-20490a9fefa21b44-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ff5b73d2885b0ec1513c32cf5be013f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c4d257ba-8d82-4f8d-982b-8a64ddbe44d9", - "Content-Length": "167", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c4d257ba-8d82-4f8d-982b-8a64ddbe44d9", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4d257ba-8d82-4f8d-982b-8a64ddbe44d9", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:c4d257ba-8d82-4f8d-982b-8a64ddbe44d9", - "x-ms-routing-request-id": "WESTUS2:20210712T014746Z:c4d257ba-8d82-4f8d-982b-8a64ddbe44d9" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6550", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-6550", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-07d4b5271f65b141-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33f8cfd99d9c9ccae62ce89eb5d18b70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "de9676a0-f012-4005-ba9d-1fca4a98f55b", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "de9676a0-f012-4005-ba9d-1fca4a98f55b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de9676a0-f012-4005-ba9d-1fca4a98f55b", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:de9676a0-f012-4005-ba9d-1fca4a98f55b", - "x-ms-routing-request-id": "WESTUS2:20210712T014746Z:de9676a0-f012-4005-ba9d-1fca4a98f55b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-bf2f810af014de45-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e43571639343b7e97e4e2ce563d139de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "cca655b3-d2f1-458e-a0ae-033dc779fa17", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "cca655b3-d2f1-458e-a0ae-033dc779fa17", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cca655b3-d2f1-458e-a0ae-033dc779fa17", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:cca655b3-d2f1-458e-a0ae-033dc779fa17", - "x-ms-routing-request-id": "WESTUS2:20210712T014747Z:cca655b3-d2f1-458e-a0ae-033dc779fa17" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-9109a42f5e45dd47-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2552a00acec6e9a2e8121bcd9d9bf011", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "fd5a46d4-29da-45a1-bfab-7a97d07787b1", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "fd5a46d4-29da-45a1-bfab-7a97d07787b1", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd5a46d4-29da-45a1-bfab-7a97d07787b1", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:fd5a46d4-29da-45a1-bfab-7a97d07787b1", - "x-ms-routing-request-id": "WESTUS2:20210712T014748Z:fd5a46d4-29da-45a1-bfab-7a97d07787b1" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-34415c643aa49947-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "05b85414250145dfe640b44d70e43815", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "33ccc5b5-befd-4450-92ff-e634743b1b22", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "33ccc5b5-befd-4450-92ff-e634743b1b22", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33ccc5b5-befd-4450-92ff-e634743b1b22", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:33ccc5b5-befd-4450-92ff-e634743b1b22", - "x-ms-routing-request-id": "WESTUS2:20210712T014749Z:33ccc5b5-befd-4450-92ff-e634743b1b22" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-323eebbe40624c4a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "159309f3657e94aacf4bfb31781c1ae2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "8c737c8e-64d8-4ae9-bb82-0cf51ba47a1b", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "8c737c8e-64d8-4ae9-bb82-0cf51ba47a1b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c737c8e-64d8-4ae9-bb82-0cf51ba47a1b", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:8c737c8e-64d8-4ae9-bb82-0cf51ba47a1b", - "x-ms-routing-request-id": "WESTUS2:20210712T014750Z:8c737c8e-64d8-4ae9-bb82-0cf51ba47a1b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-372bd502a8a1ad49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ed11b5d3319e4ddc10d3f8519547904", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c027b87b-5702-4607-bed6-6f6431fde6e4", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c027b87b-5702-4607-bed6-6f6431fde6e4", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c027b87b-5702-4607-bed6-6f6431fde6e4", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:c027b87b-5702-4607-bed6-6f6431fde6e4", - "x-ms-routing-request-id": "WESTUS2:20210712T014751Z:c027b87b-5702-4607-bed6-6f6431fde6e4" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-e7612bac82512240-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93d905d9db07ae93aa2336b529aeccc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "0a01f58e-4fc5-43fc-a17f-5886b974738f", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "0a01f58e-4fc5-43fc-a17f-5886b974738f", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a01f58e-4fc5-43fc-a17f-5886b974738f", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:0a01f58e-4fc5-43fc-a17f-5886b974738f", - "x-ms-routing-request-id": "WESTUS2:20210712T014753Z:0a01f58e-4fc5-43fc-a17f-5886b974738f" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-09fd85333991464d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55f0d2262913c0fc2baf547026247a7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c2dacfb6-5953-47c7-8175-cd8481b51803", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c2dacfb6-5953-47c7-8175-cd8481b51803", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2dacfb6-5953-47c7-8175-cd8481b51803", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:c2dacfb6-5953-47c7-8175-cd8481b51803", - "x-ms-routing-request-id": "WESTUS2:20210712T014754Z:c2dacfb6-5953-47c7-8175-cd8481b51803" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-098da549de5adb49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7257f7d2864282db872263f5fc28ba12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "12692693-f44f-4346-89eb-67136a36d913", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "12692693-f44f-4346-89eb-67136a36d913", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12692693-f44f-4346-89eb-67136a36d913", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:12692693-f44f-4346-89eb-67136a36d913", - "x-ms-routing-request-id": "WESTUS2:20210712T014755Z:12692693-f44f-4346-89eb-67136a36d913" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-ffd6cb09066bae42-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "475f76402364b0f00919685887228886", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "553953ae-fbf5-41ce-a757-5f83d03f13a2", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "553953ae-fbf5-41ce-a757-5f83d03f13a2", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "553953ae-fbf5-41ce-a757-5f83d03f13a2", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:553953ae-fbf5-41ce-a757-5f83d03f13a2", - "x-ms-routing-request-id": "WESTUS2:20210712T014756Z:553953ae-fbf5-41ce-a757-5f83d03f13a2" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-304bf1ffdaca0241-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32e2bba959579f86f76ecdf0c606c303", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "e141027d-7ad9-4c33-86aa-840d1c75d3b0", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "e141027d-7ad9-4c33-86aa-840d1c75d3b0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e141027d-7ad9-4c33-86aa-840d1c75d3b0", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:e141027d-7ad9-4c33-86aa-840d1c75d3b0", - "x-ms-routing-request-id": "WESTUS2:20210712T014757Z:e141027d-7ad9-4c33-86aa-840d1c75d3b0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-e0a4a5e2db3eba4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b03041f433c5af1606a768281e82fa65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "3d80b3d6-f5e8-4a43-a6a2-29722b8ce448", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "3d80b3d6-f5e8-4a43-a6a2-29722b8ce448", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d80b3d6-f5e8-4a43-a6a2-29722b8ce448", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:3d80b3d6-f5e8-4a43-a6a2-29722b8ce448", - "x-ms-routing-request-id": "WESTUS2:20210712T014758Z:3d80b3d6-f5e8-4a43-a6a2-29722b8ce448" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-5d8358baa4045c43-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "414bdd998846e6bbefbf50f655ffe902", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "ea3213ac-b3ed-4aef-b728-04c7edea5e98", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:47:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ea3213ac-b3ed-4aef-b728-04c7edea5e98", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea3213ac-b3ed-4aef-b728-04c7edea5e98", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:ea3213ac-b3ed-4aef-b728-04c7edea5e98", - "x-ms-routing-request-id": "WESTUS2:20210712T014800Z:ea3213ac-b3ed-4aef-b728-04c7edea5e98" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-676c133813ca944f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46646456d8f176c1a5322bb0f05d8174", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "770f6aa8-a9e6-4573-bf74-50a279d9502d", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "770f6aa8-a9e6-4573-bf74-50a279d9502d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "770f6aa8-a9e6-4573-bf74-50a279d9502d", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:770f6aa8-a9e6-4573-bf74-50a279d9502d", - "x-ms-routing-request-id": "WESTUS2:20210712T014801Z:770f6aa8-a9e6-4573-bf74-50a279d9502d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-fec0047e8653af40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e857677381bb6bbc8549c006e2205906", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "5dde736e-f154-49e7-8074-551fb1658a86", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "5dde736e-f154-49e7-8074-551fb1658a86", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5dde736e-f154-49e7-8074-551fb1658a86", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:5dde736e-f154-49e7-8074-551fb1658a86", - "x-ms-routing-request-id": "WESTUS2:20210712T014802Z:5dde736e-f154-49e7-8074-551fb1658a86" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-e35b845e8cc6294a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9d266bdb31ec1731cd59b135c0bf591", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "6ffd9112-b594-45ce-8785-a0de7d2a6923", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "6ffd9112-b594-45ce-8785-a0de7d2a6923", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ffd9112-b594-45ce-8785-a0de7d2a6923", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:6ffd9112-b594-45ce-8785-a0de7d2a6923", - "x-ms-routing-request-id": "WESTUS2:20210712T014803Z:6ffd9112-b594-45ce-8785-a0de7d2a6923" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-2c761b4bacc2ac4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee82db3d00a8d547a8f8c1a817bb9385", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "e8660539-c571-47a8-8288-2aef3688c534", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "e8660539-c571-47a8-8288-2aef3688c534", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8660539-c571-47a8-8288-2aef3688c534", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:e8660539-c571-47a8-8288-2aef3688c534", - "x-ms-routing-request-id": "WESTUS2:20210712T014804Z:e8660539-c571-47a8-8288-2aef3688c534" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-348815a41c81864e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8af224d9c88bbf56f395cce5e5a90e79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b9e97df5-0aed-40b1-8316-4d39e5f5dccb", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b9e97df5-0aed-40b1-8316-4d39e5f5dccb", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9e97df5-0aed-40b1-8316-4d39e5f5dccb", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:b9e97df5-0aed-40b1-8316-4d39e5f5dccb", - "x-ms-routing-request-id": "WESTUS2:20210712T014805Z:b9e97df5-0aed-40b1-8316-4d39e5f5dccb" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-db23f43717e99a41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "07c82f536b9dbc5e1efd1125f2cba961", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "8ae2f03a-eb00-42b6-a8e0-0089b23e5657", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "8ae2f03a-eb00-42b6-a8e0-0089b23e5657", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ae2f03a-eb00-42b6-a8e0-0089b23e5657", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:8ae2f03a-eb00-42b6-a8e0-0089b23e5657", - "x-ms-routing-request-id": "WESTUS2:20210712T014806Z:8ae2f03a-eb00-42b6-a8e0-0089b23e5657" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-847468c74ca06248-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "373a16416a18750585c2fa123462effe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "8d866134-ab9f-41ef-8182-4b0721d2034c", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "8d866134-ab9f-41ef-8182-4b0721d2034c", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d866134-ab9f-41ef-8182-4b0721d2034c", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:8d866134-ab9f-41ef-8182-4b0721d2034c", - "x-ms-routing-request-id": "WESTUS2:20210712T014807Z:8d866134-ab9f-41ef-8182-4b0721d2034c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-e06886bf566db54f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e85447e98cf26ee7c6366c8eb630cd28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "0e2d5844-bcce-401c-afca-9856a6574585", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "0e2d5844-bcce-401c-afca-9856a6574585", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e2d5844-bcce-401c-afca-9856a6574585", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:0e2d5844-bcce-401c-afca-9856a6574585", - "x-ms-routing-request-id": "WESTUS2:20210712T014809Z:0e2d5844-bcce-401c-afca-9856a6574585" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-633f12b808ae6e40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfa36becd76fe860295281db714b88bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "fd6e6651-4363-465c-802e-1a3779d5d1e6", - "Content-Length": "382", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "fd6e6651-4363-465c-802e-1a3779d5d1e6", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd6e6651-4363-465c-802e-1a3779d5d1e6", - "x-ms-ratelimit-remaining-tenant-reads": "11953", - "x-ms-request-id": "westus2:fd6e6651-4363-465c-802e-1a3779d5d1e6", - "x-ms-routing-request-id": "WESTUS2:20210712T014810Z:fd6e6651-4363-465c-802e-1a3779d5d1e6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6550", - "name": "mgmt-group-6550", - "status": "Succeeded", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-6550", - "details": { - "version": 1, - "updatedTime": "2021-07-12T01:47:52.5659456Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6550?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-19cac4b61644af4cb181806740c1219c-3c7dd924db1ec449-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa3b120ec076b56e2ecc70e2fe77bf54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "5c55205f-bc61-4b10-8e20-46d5223ed824", - "Content-Length": "565", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 01:48:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "5c55205f-bc61-4b10-8e20-46d5223ed824", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c55205f-bc61-4b10-8e20-46d5223ed824", - "x-ms-ratelimit-remaining-tenant-reads": "11952", - "x-ms-request-id": "westus2:5c55205f-bc61-4b10-8e20-46d5223ed824", - "x-ms-routing-request-id": "WESTUS2:20210712T014810Z:5c55205f-bc61-4b10-8e20-46d5223ed824" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6550", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-6550", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-6550", - "details": { - "version": 1, - "updatedTime": "2021-07-12T01:47:52.5659456Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - } - ], - "Variables": { - "RandomSeed": "326400329", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CreateOrUpdateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CreateOrUpdateAsync.json deleted file mode 100644 index 80d2c9fc9e0ac..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/CreateOrUpdateAsync.json +++ /dev/null @@ -1,1207 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a767b63432a1f884cebf0889a6cc0f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e076c52-37d1-4c1d-bc97-190a9be382ca", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "7e076c52-37d1-4c1d-bc97-190a9be382ca", - "x-ms-routing-request-id": "WESTUS2:20210712T022507Z:7e076c52-37d1-4c1d-bc97-190a9be382ca" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-78402e237bfa2743-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6dfcfa1ebbb689f022ef489afafad6cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "81934931-4d51-49e4-bddc-b28457c4b783", - "Content-Length": "167", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "81934931-4d51-49e4-bddc-b28457c4b783", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81934931-4d51-49e4-bddc-b28457c4b783", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:81934931-4d51-49e4-bddc-b28457c4b783", - "x-ms-routing-request-id": "WESTUS2:20210712T022507Z:81934931-4d51-49e4-bddc-b28457c4b783" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-2793", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-2793", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-83d224a708d7d241-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8592ba068bcbc0ad85e00853408452f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "102c6076-9e3c-4c27-955f-df10c32401e4", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "102c6076-9e3c-4c27-955f-df10c32401e4", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "102c6076-9e3c-4c27-955f-df10c32401e4", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:102c6076-9e3c-4c27-955f-df10c32401e4", - "x-ms-routing-request-id": "WESTUS2:20210712T022508Z:102c6076-9e3c-4c27-955f-df10c32401e4" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-3ae4df111d40b744-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54ecbb1a50ef74517845f0216bdbb912", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "7d89aa1f-3b19-4f54-976f-92da84274a58", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "7d89aa1f-3b19-4f54-976f-92da84274a58", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d89aa1f-3b19-4f54-976f-92da84274a58", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:7d89aa1f-3b19-4f54-976f-92da84274a58", - "x-ms-routing-request-id": "WESTUS2:20210712T022509Z:7d89aa1f-3b19-4f54-976f-92da84274a58" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-36ab4d9a32f93f46-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f940e4b50682200691021f7a02e76f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "ea2b5209-8979-4afb-baf9-8de073e2abfc", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ea2b5209-8979-4afb-baf9-8de073e2abfc", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea2b5209-8979-4afb-baf9-8de073e2abfc", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:ea2b5209-8979-4afb-baf9-8de073e2abfc", - "x-ms-routing-request-id": "WESTUS2:20210712T022510Z:ea2b5209-8979-4afb-baf9-8de073e2abfc" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-5f49ef931fbdae4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14fa5f424e22b54a691e0d859a8c54aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "9f892abb-fc68-47f1-800c-0dd036afb225", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "9f892abb-fc68-47f1-800c-0dd036afb225", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f892abb-fc68-47f1-800c-0dd036afb225", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:9f892abb-fc68-47f1-800c-0dd036afb225", - "x-ms-routing-request-id": "WESTUS2:20210712T022511Z:9f892abb-fc68-47f1-800c-0dd036afb225" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-d9a9ca18da111842-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3107f62612efc988bac9eadf2f59d34a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "fb54f061-3f8d-4f5a-b1dc-890c15ab1c4c", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "fb54f061-3f8d-4f5a-b1dc-890c15ab1c4c", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb54f061-3f8d-4f5a-b1dc-890c15ab1c4c", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:fb54f061-3f8d-4f5a-b1dc-890c15ab1c4c", - "x-ms-routing-request-id": "WESTUS2:20210712T022512Z:fb54f061-3f8d-4f5a-b1dc-890c15ab1c4c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-f6579972de922545-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0cdff7cfa5e1fcefc3ded549437a88dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "cc9c5be8-ce8c-4ea5-a3ba-1703d865ebfc", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "cc9c5be8-ce8c-4ea5-a3ba-1703d865ebfc", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc9c5be8-ce8c-4ea5-a3ba-1703d865ebfc", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:cc9c5be8-ce8c-4ea5-a3ba-1703d865ebfc", - "x-ms-routing-request-id": "WESTUS2:20210712T022513Z:cc9c5be8-ce8c-4ea5-a3ba-1703d865ebfc" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-ad6eb791bf996b40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aad076bb44262f08d6305959646b8610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "14737d7c-a7b1-4d6a-afba-1197c0764283", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "14737d7c-a7b1-4d6a-afba-1197c0764283", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14737d7c-a7b1-4d6a-afba-1197c0764283", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:14737d7c-a7b1-4d6a-afba-1197c0764283", - "x-ms-routing-request-id": "WESTUS2:20210712T022514Z:14737d7c-a7b1-4d6a-afba-1197c0764283" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-7cc30bd374a2f348-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2b6c34a48ad81c8060a6d103c3e863f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "ff8f653d-382a-4e25-9e76-5b4abe3d16c0", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ff8f653d-382a-4e25-9e76-5b4abe3d16c0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff8f653d-382a-4e25-9e76-5b4abe3d16c0", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:ff8f653d-382a-4e25-9e76-5b4abe3d16c0", - "x-ms-routing-request-id": "WESTUS2:20210712T022515Z:ff8f653d-382a-4e25-9e76-5b4abe3d16c0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-29804081d803b249-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8230d4128888a23efaf36b04b969858", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "cd61cd3d-1880-4a8e-85e9-2f64f25cdb5d", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "cd61cd3d-1880-4a8e-85e9-2f64f25cdb5d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd61cd3d-1880-4a8e-85e9-2f64f25cdb5d", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:cd61cd3d-1880-4a8e-85e9-2f64f25cdb5d", - "x-ms-routing-request-id": "WESTUS2:20210712T022517Z:cd61cd3d-1880-4a8e-85e9-2f64f25cdb5d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-62b530bbaccf2b4b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80ffc558e5c47330ae4fa31bd7f7f398", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "a9c3a7e9-aa34-454b-98a6-be10c318e5d0", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "a9c3a7e9-aa34-454b-98a6-be10c318e5d0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9c3a7e9-aa34-454b-98a6-be10c318e5d0", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:a9c3a7e9-aa34-454b-98a6-be10c318e5d0", - "x-ms-routing-request-id": "WESTUS2:20210712T022518Z:a9c3a7e9-aa34-454b-98a6-be10c318e5d0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-d50a10002ad8704c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57171aa9cd4721879f2bb3fd12173670", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "38a7a852-080c-43e2-91ac-6deea30d4296", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "38a7a852-080c-43e2-91ac-6deea30d4296", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38a7a852-080c-43e2-91ac-6deea30d4296", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:38a7a852-080c-43e2-91ac-6deea30d4296", - "x-ms-routing-request-id": "WESTUS2:20210712T022519Z:38a7a852-080c-43e2-91ac-6deea30d4296" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-878b4d86fada8447-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77b81472063f5b7bdcb00a398507b3f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "8d132538-f79e-44dc-9a2a-fa867b6a2d75", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "8d132538-f79e-44dc-9a2a-fa867b6a2d75", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d132538-f79e-44dc-9a2a-fa867b6a2d75", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:8d132538-f79e-44dc-9a2a-fa867b6a2d75", - "x-ms-routing-request-id": "WESTUS2:20210712T022520Z:8d132538-f79e-44dc-9a2a-fa867b6a2d75" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-3100511ea8730a48-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31079dbc417e8b113edde09832326196", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "18ab18a0-f9bc-4a54-bafb-00dffbfae8f0", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "18ab18a0-f9bc-4a54-bafb-00dffbfae8f0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18ab18a0-f9bc-4a54-bafb-00dffbfae8f0", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:18ab18a0-f9bc-4a54-bafb-00dffbfae8f0", - "x-ms-routing-request-id": "WESTUS2:20210712T022521Z:18ab18a0-f9bc-4a54-bafb-00dffbfae8f0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-9f7ff05578765346-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2a933187c3fa3589fbb7a96c34d9c97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "bcad21c8-69ab-4d84-a12f-26f2356ceb30", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bcad21c8-69ab-4d84-a12f-26f2356ceb30", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcad21c8-69ab-4d84-a12f-26f2356ceb30", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:bcad21c8-69ab-4d84-a12f-26f2356ceb30", - "x-ms-routing-request-id": "WESTUS2:20210712T022522Z:bcad21c8-69ab-4d84-a12f-26f2356ceb30" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-6a63fef616313447-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7441bc78051030f2032c396125e229a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "ec691601-d45b-4b50-8aa5-444c3e4566bc", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ec691601-d45b-4b50-8aa5-444c3e4566bc", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec691601-d45b-4b50-8aa5-444c3e4566bc", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:ec691601-d45b-4b50-8aa5-444c3e4566bc", - "x-ms-routing-request-id": "WESTUS2:20210712T022523Z:ec691601-d45b-4b50-8aa5-444c3e4566bc" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-c3f2accffd839142-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5220734ff05d40b7446391c2c67ac8f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "a1889f6b-89d6-4c3c-b2b8-2ecaac4301fa", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "a1889f6b-89d6-4c3c-b2b8-2ecaac4301fa", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1889f6b-89d6-4c3c-b2b8-2ecaac4301fa", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:a1889f6b-89d6-4c3c-b2b8-2ecaac4301fa", - "x-ms-routing-request-id": "WESTUS2:20210712T022525Z:a1889f6b-89d6-4c3c-b2b8-2ecaac4301fa" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-667e25dc0d547c4c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "751f4840edf113854079be1343f77dbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "94ec5071-9358-4e4b-ba5e-ce3cffcf5783", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "94ec5071-9358-4e4b-ba5e-ce3cffcf5783", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94ec5071-9358-4e4b-ba5e-ce3cffcf5783", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:94ec5071-9358-4e4b-ba5e-ce3cffcf5783", - "x-ms-routing-request-id": "WESTUS2:20210712T022526Z:94ec5071-9358-4e4b-ba5e-ce3cffcf5783" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-c499d3bf10ec7545-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f47d1924a2d883904012fac732f6989", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "34563f1f-b3f7-47f5-9938-52e21b8aa875", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "34563f1f-b3f7-47f5-9938-52e21b8aa875", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34563f1f-b3f7-47f5-9938-52e21b8aa875", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:34563f1f-b3f7-47f5-9938-52e21b8aa875", - "x-ms-routing-request-id": "WESTUS2:20210712T022527Z:34563f1f-b3f7-47f5-9938-52e21b8aa875" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-8a401c98b7631042-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc204864b3c262b8ee0d11e431a4fd4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "bd5c657d-3eee-4073-9d9e-f6ceca7862d7", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bd5c657d-3eee-4073-9d9e-f6ceca7862d7", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd5c657d-3eee-4073-9d9e-f6ceca7862d7", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:bd5c657d-3eee-4073-9d9e-f6ceca7862d7", - "x-ms-routing-request-id": "WESTUS2:20210712T022528Z:bd5c657d-3eee-4073-9d9e-f6ceca7862d7" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-0e2c16e72312564c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f530d4e67932f6c30e9771efbdd8a011", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "504c7550-f4c7-4a3e-9d03-87846b1298f6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "504c7550-f4c7-4a3e-9d03-87846b1298f6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "504c7550-f4c7-4a3e-9d03-87846b1298f6", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:504c7550-f4c7-4a3e-9d03-87846b1298f6", - "x-ms-routing-request-id": "WESTUS2:20210712T022529Z:504c7550-f4c7-4a3e-9d03-87846b1298f6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-6920cbcec98cc940-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "faae350fa0d6defa18e5601f38555660", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "af96cecf-7b9b-41de-932f-6afb90075ae9", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "af96cecf-7b9b-41de-932f-6afb90075ae9", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af96cecf-7b9b-41de-932f-6afb90075ae9", - "x-ms-ratelimit-remaining-tenant-reads": "11953", - "x-ms-request-id": "westus2:af96cecf-7b9b-41de-932f-6afb90075ae9", - "x-ms-routing-request-id": "WESTUS2:20210712T022530Z:af96cecf-7b9b-41de-932f-6afb90075ae9" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-5e73014b6d345241-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9ec6e10474feeb568529ce2a42c8a415", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "63ac1196-ba3f-41b6-b4d0-fb7d18c9a917", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "63ac1196-ba3f-41b6-b4d0-fb7d18c9a917", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63ac1196-ba3f-41b6-b4d0-fb7d18c9a917", - "x-ms-ratelimit-remaining-tenant-reads": "11952", - "x-ms-request-id": "westus2:63ac1196-ba3f-41b6-b4d0-fb7d18c9a917", - "x-ms-routing-request-id": "WESTUS2:20210712T022531Z:63ac1196-ba3f-41b6-b4d0-fb7d18c9a917" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-f658e1ab4cb1b543-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcd5ff6d02f54577da52dc4d18a3bdb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "e55e6b46-4446-4efe-aa60-ee986428d71b", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "e55e6b46-4446-4efe-aa60-ee986428d71b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e55e6b46-4446-4efe-aa60-ee986428d71b", - "x-ms-ratelimit-remaining-tenant-reads": "11951", - "x-ms-request-id": "westus2:e55e6b46-4446-4efe-aa60-ee986428d71b", - "x-ms-routing-request-id": "WESTUS2:20210712T022532Z:e55e6b46-4446-4efe-aa60-ee986428d71b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-45fe3c3a91957f4b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dceb114101129b12dec374acd2cf9b50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d0f5c803-1122-4d9c-814a-426c24d82c2d", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d0f5c803-1122-4d9c-814a-426c24d82c2d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0f5c803-1122-4d9c-814a-426c24d82c2d", - "x-ms-ratelimit-remaining-tenant-reads": "11950", - "x-ms-request-id": "westus2:d0f5c803-1122-4d9c-814a-426c24d82c2d", - "x-ms-routing-request-id": "WESTUS2:20210712T022534Z:d0f5c803-1122-4d9c-814a-426c24d82c2d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-7800771dbc1b7040-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39b24b40597f016a6a81c3ac9709d3e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "90a0feed-9413-419c-aec7-13f0bf0a5bc6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "90a0feed-9413-419c-aec7-13f0bf0a5bc6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90a0feed-9413-419c-aec7-13f0bf0a5bc6", - "x-ms-ratelimit-remaining-tenant-reads": "11949", - "x-ms-request-id": "westus2:90a0feed-9413-419c-aec7-13f0bf0a5bc6", - "x-ms-routing-request-id": "WESTUS2:20210712T022535Z:90a0feed-9413-419c-aec7-13f0bf0a5bc6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-4ddecca63a2d524e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31e9146cc8dc6b03ec3a1e328eca730b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "bb146d9c-796b-4b6c-9593-f09f40aac93c", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bb146d9c-796b-4b6c-9593-f09f40aac93c", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb146d9c-796b-4b6c-9593-f09f40aac93c", - "x-ms-ratelimit-remaining-tenant-reads": "11948", - "x-ms-request-id": "westus2:bb146d9c-796b-4b6c-9593-f09f40aac93c", - "x-ms-routing-request-id": "WESTUS2:20210712T022536Z:bb146d9c-796b-4b6c-9593-f09f40aac93c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-7193227d04ee3845-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc0c8cb684f0e739a6e971913d6603d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "2cb92b68-0a1a-4148-95e6-402741389694", - "Content-Length": "382", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "2cb92b68-0a1a-4148-95e6-402741389694", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cb92b68-0a1a-4148-95e6-402741389694", - "x-ms-ratelimit-remaining-tenant-reads": "11947", - "x-ms-request-id": "westus2:2cb92b68-0a1a-4148-95e6-402741389694", - "x-ms-routing-request-id": "WESTUS2:20210712T022537Z:2cb92b68-0a1a-4148-95e6-402741389694" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2793", - "name": "mgmt-group-2793", - "status": "Succeeded", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-2793", - "details": { - "version": 1, - "updatedTime": "2021-07-12T02:25:16.6774128Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-2793?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1c4bb49725b0454aae42c3b331fd4f17-9f3be4a46251d84a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be4092ef6ae5787348474c453a37739f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "7ba3ddbd-3dd1-44fa-8f86-55edf91e0504", - "Content-Length": "565", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "7ba3ddbd-3dd1-44fa-8f86-55edf91e0504", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ba3ddbd-3dd1-44fa-8f86-55edf91e0504", - "x-ms-ratelimit-remaining-tenant-reads": "11946", - "x-ms-request-id": "westus2:7ba3ddbd-3dd1-44fa-8f86-55edf91e0504", - "x-ms-routing-request-id": "WESTUS2:20210712T022537Z:7ba3ddbd-3dd1-44fa-8f86-55edf91e0504" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-2793", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-2793", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-2793", - "details": { - "version": 1, - "updatedTime": "2021-07-12T02:25:16.6774128Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - } - ], - "Variables": { - "RandomSeed": "1524082043", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/Get.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/Get.json deleted file mode 100644 index b4885fecd0972..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/Get.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d6bc55a4dabeb6982d83d7e935e2c8ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35f3ff45-5cc8-41c7-a306-b70cbb7675cc", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "35f3ff45-5cc8-41c7-a306-b70cbb7675cc", - "x-ms-routing-request-id": "WESTUS2:20210728T232631Z:35f3ff45-5cc8-41c7-a306-b70cbb7675cc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-989f46f5ec9d4c4697f9a6d1fae86e7c-4a3e68f4eeab0845-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2fab16eddac6287ac47895b039e1a825", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "343c26e5-8757-4f13-be8e-1979af6ffdac", - "Content-Length": "563", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "343c26e5-8757-4f13-be8e-1979af6ffdac", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "343c26e5-8757-4f13-be8e-1979af6ffdac", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:343c26e5-8757-4f13-be8e-1979af6ffdac", - "x-ms-routing-request-id": "WESTUS2:20210728T232631Z:343c26e5-8757-4f13-be8e-1979af6ffdac" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827", - "details": { - "version": 16, - "updatedTime": "2021-07-28T23:26:13.7125012Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-d170af416c3777458f8382e466a8f1d6-435ee021711ac940-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8c6f09928ea7a2efac9e94c45664e39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 403, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "408", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a2070ee-2d36-4eef-a645-17381ccb34d9", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "7a2070ee-2d36-4eef-a645-17381ccb34d9", - "x-ms-routing-request-id": "WESTUS2:20210728T232631Z:7a2070ee-2d36-4eef-a645-17381ccb34d9" - }, - "ResponseBody": { - "error": { - "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." - } - } - } - ], - "Variables": { - "RandomSeed": "182079362", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/GetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/GetAsync.json deleted file mode 100644 index cfcf423cc615c..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/GetAsync.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2bf914cbf7bd160ccb71a5ce159e542", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7be55509-3752-4616-aad6-8eac7f5f1f83", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "7be55509-3752-4616-aad6-8eac7f5f1f83", - "x-ms-routing-request-id": "WESTUS2:20210728T232659Z:7be55509-3752-4616-aad6-8eac7f5f1f83" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-eac4794a798e0943bd32319729600141-ba78ff8f4d08cd49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3bbcecca6bb46a46bbf7f5fb203f20af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "65626f0f-98ad-4072-b7ed-144b9d1116a3", - "Content-Length": "565", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "65626f0f-98ad-4072-b7ed-144b9d1116a3", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65626f0f-98ad-4072-b7ed-144b9d1116a3", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:65626f0f-98ad-4072-b7ed-144b9d1116a3", - "x-ms-routing-request-id": "WESTUS2:20210728T232659Z:65626f0f-98ad-4072-b7ed-144b9d1116a3" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-7077", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-7077", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-7077", - "details": { - "version": 6, - "updatedTime": "2021-07-28T23:26:42.6686643Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-adbb42654c6a3f4f994f2a5a9cc75dc2-41975007f0a63f42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9c9514f78226e1c215e7f11e3b0baa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 403, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "408", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e29e49e4-f3d2-4a9b-b62c-d7f35f93c2f4", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "e29e49e4-f3d2-4a9b-b62c-d7f35f93c2f4", - "x-ms-routing-request-id": "WESTUS2:20210728T232659Z:e29e49e4-f3d2-4a9b-b62c-d7f35f93c2f4" - }, - "ResponseBody": { - "error": { - "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." - } - } - } - ], - "Variables": { - "RandomSeed": "1838841866", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/List.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/List.json deleted file mode 100644 index c6ecfe1172621..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/List.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ece228fdacf7377a1575a120fc772b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:16:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe9bef53-fc20-4dd8-b8df-680492ef0c0a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "fe9bef53-fc20-4dd8-b8df-680492ef0c0a", - "x-ms-routing-request-id": "WESTUS2:20210712T021622Z:fe9bef53-fc20-4dd8-b8df-680492ef0c0a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-1cb3bb6efe74804cbc98e811892f362c-f18303985b2ea74e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3639dbd02a78ecc832f2cc6d6fa8908c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "4713d300-3d9b-43c1-8a0d-f7861c1dc4ad", - "Content-Length": "268", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:16:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "4713d300-3d9b-43c1-8a0d-f7861c1dc4ad", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4713d300-3d9b-43c1-8a0d-f7861c1dc4ad", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:4713d300-3d9b-43c1-8a0d-f7861c1dc4ad", - "x-ms-routing-request-id": "WESTUS2:20210712T021624Z:4713d300-3d9b-43c1-8a0d-f7861c1dc4ad" - }, - "ResponseBody": { - "value": [ - { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827" - } - } - ], - "@nextLink": null - } - } - ], - "Variables": { - "RandomSeed": "30018818", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ListAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ListAsync.json deleted file mode 100644 index b9d2419e63eb3..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ListAsync.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "faae04ca7e1c7fae69e6a5bbe56fc77f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1a33b63-793b-42b3-867e-d52f7b5fa6b2", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c1a33b63-793b-42b3-867e-d52f7b5fa6b2", - "x-ms-routing-request-id": "WESTUS2:20210712T022539Z:c1a33b63-793b-42b3-867e-d52f7b5fa6b2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-2b2815c5ac545246ba726c90e3eede55-074b45920fd43943-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb906a60ab29302bc4625a55d3575989", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "b18b3195-6349-4b89-a942-687f70a29c9d", - "Content-Length": "268", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:25:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "b18b3195-6349-4b89-a942-687f70a29c9d", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b18b3195-6349-4b89-a942-687f70a29c9d", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "westus2:b18b3195-6349-4b89-a942-687f70a29c9d", - "x-ms-routing-request-id": "WESTUS2:20210712T022539Z:b18b3195-6349-4b89-a942-687f70a29c9d" - }, - "ResponseBody": { - "value": [ - { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827" - } - } - ], - "@nextLink": null - } - } - ], - "Variables": { - "RandomSeed": "267523460", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ManagementGroupContainerTests(False).json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ManagementGroupContainerTests(False).json deleted file mode 100644 index beb58329d0be7..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ManagementGroupContainerTests(False).json +++ /dev/null @@ -1,1103 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3e11f6b550c9e107ce92b426a2fec90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91d7b673-d10a-43dd-b780-5d37bbbde39a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "91d7b673-d10a-43dd-b780-5d37bbbde39a", - "x-ms-routing-request-id": "WESTUS2:20210728T232604Z:91d7b673-d10a-43dd-b780-5d37bbbde39a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-73010474e1017246-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "859b6229c1944506f0d4de51d82e796f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c6f28847-d5a2-407c-9d93-a09a3880fc2a", - "Content-Length": "165", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c6f28847-d5a2-407c-9d93-a09a3880fc2a", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6f28847-d5a2-407c-9d93-a09a3880fc2a", - "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "westus2:c6f28847-d5a2-407c-9d93-a09a3880fc2a", - "x-ms-routing-request-id": "WESTUS2:20210728T232605Z:c6f28847-d5a2-407c-9d93-a09a3880fc2a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-1c20813e82091b43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80ab90b924185dd7da7d1b81314da3bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "de366bd5-3cb6-4b29-acf1-0b10959a86aa", - "Content-Length": "164", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "de366bd5-3cb6-4b29-acf1-0b10959a86aa", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de366bd5-3cb6-4b29-acf1-0b10959a86aa", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "westus2:de366bd5-3cb6-4b29-acf1-0b10959a86aa", - "x-ms-routing-request-id": "WESTUS2:20210728T232606Z:de366bd5-3cb6-4b29-acf1-0b10959a86aa" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-8eee41fea5a3844f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1f0d3b1760a0b718ae1c6624cd73cc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "29999daf-e1ea-4183-83fe-449480115e3d", - "Content-Length": "164", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "29999daf-e1ea-4183-83fe-449480115e3d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29999daf-e1ea-4183-83fe-449480115e3d", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "westus2:29999daf-e1ea-4183-83fe-449480115e3d", - "x-ms-routing-request-id": "WESTUS2:20210728T232607Z:29999daf-e1ea-4183-83fe-449480115e3d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-77c0842808c7ec4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48973c74f982545796843fe702568872", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "f2a330a2-0b88-435d-bd9a-1baeced72ec2", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "f2a330a2-0b88-435d-bd9a-1baeced72ec2", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2a330a2-0b88-435d-bd9a-1baeced72ec2", - "x-ms-ratelimit-remaining-tenant-reads": "11997", - "x-ms-request-id": "westus2:f2a330a2-0b88-435d-bd9a-1baeced72ec2", - "x-ms-routing-request-id": "WESTUS2:20210728T232608Z:f2a330a2-0b88-435d-bd9a-1baeced72ec2" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-164ad1864f497c48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "357eb98e9e3843971e9ff6365e751003", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "976c8ed8-6bc5-4ed2-a8fa-d0f73b2aaccd", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "976c8ed8-6bc5-4ed2-a8fa-d0f73b2aaccd", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "976c8ed8-6bc5-4ed2-a8fa-d0f73b2aaccd", - "x-ms-ratelimit-remaining-tenant-reads": "11996", - "x-ms-request-id": "westus2:976c8ed8-6bc5-4ed2-a8fa-d0f73b2aaccd", - "x-ms-routing-request-id": "WESTUS2:20210728T232609Z:976c8ed8-6bc5-4ed2-a8fa-d0f73b2aaccd" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-3e33411403447e48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f50c55405bb5b8387c9b2b8536890933", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "bf568433-3381-45ce-87af-ee90a726d9c8", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bf568433-3381-45ce-87af-ee90a726d9c8", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf568433-3381-45ce-87af-ee90a726d9c8", - "x-ms-ratelimit-remaining-tenant-reads": "11995", - "x-ms-request-id": "westus2:bf568433-3381-45ce-87af-ee90a726d9c8", - "x-ms-routing-request-id": "WESTUS2:20210728T232610Z:bf568433-3381-45ce-87af-ee90a726d9c8" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-9bcf7d45cf5a5b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93d354590758d58da45429e30220f621", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "4c669487-9fbd-4e92-b0a0-31b8a36a4e7c", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "4c669487-9fbd-4e92-b0a0-31b8a36a4e7c", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c669487-9fbd-4e92-b0a0-31b8a36a4e7c", - "x-ms-ratelimit-remaining-tenant-reads": "11994", - "x-ms-request-id": "westus2:4c669487-9fbd-4e92-b0a0-31b8a36a4e7c", - "x-ms-routing-request-id": "WESTUS2:20210728T232611Z:4c669487-9fbd-4e92-b0a0-31b8a36a4e7c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-2513bb68c4479c40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aca63b73934a32bc80c5b89c73120c94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "0e36c046-1d03-41b9-a906-d3a611a63df0", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "0e36c046-1d03-41b9-a906-d3a611a63df0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e36c046-1d03-41b9-a906-d3a611a63df0", - "x-ms-ratelimit-remaining-tenant-reads": "11993", - "x-ms-request-id": "westus2:0e36c046-1d03-41b9-a906-d3a611a63df0", - "x-ms-routing-request-id": "WESTUS2:20210728T232612Z:0e36c046-1d03-41b9-a906-d3a611a63df0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-a4090252abefe840-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0adcc2967da139aac73650613255b55b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "80a8756f-92dd-43b7-beb9-7a2675d31d77", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "80a8756f-92dd-43b7-beb9-7a2675d31d77", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80a8756f-92dd-43b7-beb9-7a2675d31d77", - "x-ms-ratelimit-remaining-tenant-reads": "11992", - "x-ms-request-id": "westus2:80a8756f-92dd-43b7-beb9-7a2675d31d77", - "x-ms-routing-request-id": "WESTUS2:20210728T232613Z:80a8756f-92dd-43b7-beb9-7a2675d31d77" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-c7a2bafc80cf3744-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb110aa55ce3c6e997a113934ef06292", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "59257a15-2f46-42d8-a1dd-9197493e81e4", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "59257a15-2f46-42d8-a1dd-9197493e81e4", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59257a15-2f46-42d8-a1dd-9197493e81e4", - "x-ms-ratelimit-remaining-tenant-reads": "11991", - "x-ms-request-id": "westus2:59257a15-2f46-42d8-a1dd-9197493e81e4", - "x-ms-routing-request-id": "WESTUS2:20210728T232615Z:59257a15-2f46-42d8-a1dd-9197493e81e4" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-ebfe8ba467dc5e40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f4c9447ec43f67f906de513425b002b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "edb34e77-1ea0-41f9-b3b2-115dfb776473", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "edb34e77-1ea0-41f9-b3b2-115dfb776473", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edb34e77-1ea0-41f9-b3b2-115dfb776473", - "x-ms-ratelimit-remaining-tenant-reads": "11990", - "x-ms-request-id": "westus2:edb34e77-1ea0-41f9-b3b2-115dfb776473", - "x-ms-routing-request-id": "WESTUS2:20210728T232616Z:edb34e77-1ea0-41f9-b3b2-115dfb776473" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-d467ef1993dc9b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68f75c0f110039b1d91672006a17ead6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c3fe2984-2346-4e53-abe7-490c39d3639e", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c3fe2984-2346-4e53-abe7-490c39d3639e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3fe2984-2346-4e53-abe7-490c39d3639e", - "x-ms-ratelimit-remaining-tenant-reads": "11989", - "x-ms-request-id": "westus2:c3fe2984-2346-4e53-abe7-490c39d3639e", - "x-ms-routing-request-id": "WESTUS2:20210728T232617Z:c3fe2984-2346-4e53-abe7-490c39d3639e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-88450894ebb57c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9d1abed37608b8178a1b6a7577d6833c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "3a344933-27cb-42ea-b97a-70b03fa31bb6", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "3a344933-27cb-42ea-b97a-70b03fa31bb6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a344933-27cb-42ea-b97a-70b03fa31bb6", - "x-ms-ratelimit-remaining-tenant-reads": "11988", - "x-ms-request-id": "westus2:3a344933-27cb-42ea-b97a-70b03fa31bb6", - "x-ms-routing-request-id": "WESTUS2:20210728T232618Z:3a344933-27cb-42ea-b97a-70b03fa31bb6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-b2b24f30ff52644d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f183e7a0f9f93592e313662d797f8c79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "acb951ed-2932-430f-8ab5-40cc2a7e156b", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "acb951ed-2932-430f-8ab5-40cc2a7e156b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acb951ed-2932-430f-8ab5-40cc2a7e156b", - "x-ms-ratelimit-remaining-tenant-reads": "11987", - "x-ms-request-id": "westus2:acb951ed-2932-430f-8ab5-40cc2a7e156b", - "x-ms-routing-request-id": "WESTUS2:20210728T232619Z:acb951ed-2932-430f-8ab5-40cc2a7e156b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-2f3ec55dee9a0b43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "843f0e8262419922443edee4a63bc202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "8686febc-51a2-4a95-b53c-c6a5c6c47c6d", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "8686febc-51a2-4a95-b53c-c6a5c6c47c6d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8686febc-51a2-4a95-b53c-c6a5c6c47c6d", - "x-ms-ratelimit-remaining-tenant-reads": "11986", - "x-ms-request-id": "westus2:8686febc-51a2-4a95-b53c-c6a5c6c47c6d", - "x-ms-routing-request-id": "WESTUS2:20210728T232620Z:8686febc-51a2-4a95-b53c-c6a5c6c47c6d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-9545dc406eab184d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "825f3692f893dadd2ce4baf50fea3e0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "a6b76266-807d-4845-843d-124458ebada0", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "a6b76266-807d-4845-843d-124458ebada0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6b76266-807d-4845-843d-124458ebada0", - "x-ms-ratelimit-remaining-tenant-reads": "11985", - "x-ms-request-id": "westus2:a6b76266-807d-4845-843d-124458ebada0", - "x-ms-routing-request-id": "WESTUS2:20210728T232621Z:a6b76266-807d-4845-843d-124458ebada0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-2c55db63382fce4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68f3f18eff973efbc5eaacba1bad8ea7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b90e4d8c-9ecc-437f-8378-a056979fcc51", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b90e4d8c-9ecc-437f-8378-a056979fcc51", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b90e4d8c-9ecc-437f-8378-a056979fcc51", - "x-ms-ratelimit-remaining-tenant-reads": "11984", - "x-ms-request-id": "westus2:b90e4d8c-9ecc-437f-8378-a056979fcc51", - "x-ms-routing-request-id": "WESTUS2:20210728T232622Z:b90e4d8c-9ecc-437f-8378-a056979fcc51" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-a48b59358d6d0f45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "439a63510a1f89e53165585ca82d895a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "54d3f763-dad5-440c-ab63-1aafecb7c812", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "54d3f763-dad5-440c-ab63-1aafecb7c812", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54d3f763-dad5-440c-ab63-1aafecb7c812", - "x-ms-ratelimit-remaining-tenant-reads": "11983", - "x-ms-request-id": "westus2:54d3f763-dad5-440c-ab63-1aafecb7c812", - "x-ms-routing-request-id": "WESTUS2:20210728T232624Z:54d3f763-dad5-440c-ab63-1aafecb7c812" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-935dc937b66c6a4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b556d3ff5948936b3a20bda84c22be7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "33c5eebd-19b2-4269-b050-ebf5445491d9", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "33c5eebd-19b2-4269-b050-ebf5445491d9", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33c5eebd-19b2-4269-b050-ebf5445491d9", - "x-ms-ratelimit-remaining-tenant-reads": "11982", - "x-ms-request-id": "westus2:33c5eebd-19b2-4269-b050-ebf5445491d9", - "x-ms-routing-request-id": "WESTUS2:20210728T232625Z:33c5eebd-19b2-4269-b050-ebf5445491d9" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-2929d8b9c28f4942-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aca31255fa4f84eb0b693731a79e9697", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "22a3d5bb-dac7-49fa-a4f5-9e80bb25ff1b", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "22a3d5bb-dac7-49fa-a4f5-9e80bb25ff1b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22a3d5bb-dac7-49fa-a4f5-9e80bb25ff1b", - "x-ms-ratelimit-remaining-tenant-reads": "11981", - "x-ms-request-id": "westus2:22a3d5bb-dac7-49fa-a4f5-9e80bb25ff1b", - "x-ms-routing-request-id": "WESTUS2:20210728T232626Z:22a3d5bb-dac7-49fa-a4f5-9e80bb25ff1b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-da615f2c494b7d4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "47ba5261d957f85ff70608ff4d3c3d0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d33b7014-d720-4a26-9904-73158f92b294", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d33b7014-d720-4a26-9904-73158f92b294", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d33b7014-d720-4a26-9904-73158f92b294", - "x-ms-ratelimit-remaining-tenant-reads": "11980", - "x-ms-request-id": "westus2:d33b7014-d720-4a26-9904-73158f92b294", - "x-ms-routing-request-id": "WESTUS2:20210728T232627Z:d33b7014-d720-4a26-9904-73158f92b294" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-ff46e310ded0e940-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9507d9a6dd89040ae8d1a9df2139ec9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "1f243194-db3a-4a99-90b4-71f32d75e9fb", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "1f243194-db3a-4a99-90b4-71f32d75e9fb", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f243194-db3a-4a99-90b4-71f32d75e9fb", - "x-ms-ratelimit-remaining-tenant-reads": "11979", - "x-ms-request-id": "westus2:1f243194-db3a-4a99-90b4-71f32d75e9fb", - "x-ms-routing-request-id": "WESTUS2:20210728T232628Z:1f243194-db3a-4a99-90b4-71f32d75e9fb" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-d820e7b0ea37ef48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f947258a76677b27b3abb448f2eb37cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b3d1bdbc-d4a2-4131-8e94-0ab92f5b90d3", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-827?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b3d1bdbc-d4a2-4131-8e94-0ab92f5b90d3", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3d1bdbc-d4a2-4131-8e94-0ab92f5b90d3", - "x-ms-ratelimit-remaining-tenant-reads": "11978", - "x-ms-request-id": "westus2:b3d1bdbc-d4a2-4131-8e94-0ab92f5b90d3", - "x-ms-routing-request-id": "WESTUS2:20210728T232629Z:b3d1bdbc-d4a2-4131-8e94-0ab92f5b90d3" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-9f685452afa7d84b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ce8b282b0196830d47b55f85307fd6bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "3788e373-de44-4a65-adbd-70f099502b96", - "Content-Length": "380", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "3788e373-de44-4a65-adbd-70f099502b96", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3788e373-de44-4a65-adbd-70f099502b96", - "x-ms-ratelimit-remaining-tenant-reads": "11977", - "x-ms-request-id": "westus2:3788e373-de44-4a65-adbd-70f099502b96", - "x-ms-routing-request-id": "WESTUS2:20210728T232631Z:3788e373-de44-4a65-adbd-70f099502b96" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-827", - "name": "mgmt-group-827", - "status": "Succeeded", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827", - "details": { - "version": 16, - "updatedTime": "2021-07-28T23:26:13.7125012Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db7ef53706230f489a2c53f80a150388-4c8f62b9b14c044a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27746c1a43f42fa7b18ce1de28c112fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "7566a16c-40e5-49a1-b77b-d3cd5f5a6cde", - "Content-Length": "563", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "7566a16c-40e5-49a1-b77b-d3cd5f5a6cde", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7566a16c-40e5-49a1-b77b-d3cd5f5a6cde", - "x-ms-ratelimit-remaining-tenant-reads": "11976", - "x-ms-request-id": "westus2:7566a16c-40e5-49a1-b77b-d3cd5f5a6cde", - "x-ms-routing-request-id": "WESTUS2:20210728T232631Z:7566a16c-40e5-49a1-b77b-d3cd5f5a6cde" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827", - "details": { - "version": 16, - "updatedTime": "2021-07-28T23:26:13.7125012Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4bcca095cf3516438771e8816b87e9d5-f424ab690e86ee4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f9b4da9a1eae890618c4b2b117a24b34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "6df32c72-2c67-4284-b3a0-52b906de0377", - "Content-Length": "563", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "6df32c72-2c67-4284-b3a0-52b906de0377", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6df32c72-2c67-4284-b3a0-52b906de0377", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:6df32c72-2c67-4284-b3a0-52b906de0377", - "x-ms-routing-request-id": "WESTUS2:20210728T232631Z:6df32c72-2c67-4284-b3a0-52b906de0377" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827", - "details": { - "version": 16, - "updatedTime": "2021-07-28T23:26:13.7125012Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - } - ], - "Variables": { - "RandomSeed": "418237894", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ManagementGroupContainerTests(True)Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ManagementGroupContainerTests(True)Async.json deleted file mode 100644 index 6f2687896670e..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/ManagementGroupContainerTests(True)Async.json +++ /dev/null @@ -1,1064 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6d469f11bdaaf1dba903647d61c65db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e7324ce-8102-492e-b05c-44451d6aa991", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "3e7324ce-8102-492e-b05c-44451d6aa991", - "x-ms-routing-request-id": "WESTUS2:20210728T232634Z:3e7324ce-8102-492e-b05c-44451d6aa991" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-8c21297d7bd99643-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cac2c81daf6ab1916efff6a25d5c1843", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "39942dad-a5e0-4b2b-aa04-2670a43af433", - "Content-Length": "167", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "39942dad-a5e0-4b2b-aa04-2670a43af433", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39942dad-a5e0-4b2b-aa04-2670a43af433", - "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "westus2:39942dad-a5e0-4b2b-aa04-2670a43af433", - "x-ms-routing-request-id": "WESTUS2:20210728T232635Z:39942dad-a5e0-4b2b-aa04-2670a43af433" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-7077", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-7077", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-0bf9752aca3cfd4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c84796b8b131b98642046b1c260c5c34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "6b23ad4e-9e32-483e-bcd4-4484fe0711c1", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "6b23ad4e-9e32-483e-bcd4-4484fe0711c1", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b23ad4e-9e32-483e-bcd4-4484fe0711c1", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "westus2:6b23ad4e-9e32-483e-bcd4-4484fe0711c1", - "x-ms-routing-request-id": "WESTUS2:20210728T232635Z:6b23ad4e-9e32-483e-bcd4-4484fe0711c1" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-6cac62cd533b0d4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6026041e5210512bbb14b468d7063aa9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c28d7a3f-a867-490c-8844-d08075a81582", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c28d7a3f-a867-490c-8844-d08075a81582", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c28d7a3f-a867-490c-8844-d08075a81582", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "westus2:c28d7a3f-a867-490c-8844-d08075a81582", - "x-ms-routing-request-id": "WESTUS2:20210728T232636Z:c28d7a3f-a867-490c-8844-d08075a81582" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-aa25f38e8c356f45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7ea4e444f15fe12369b45c661f18808", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "8673b664-75d2-44a3-a388-bb8f912bd868", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "8673b664-75d2-44a3-a388-bb8f912bd868", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8673b664-75d2-44a3-a388-bb8f912bd868", - "x-ms-ratelimit-remaining-tenant-reads": "11997", - "x-ms-request-id": "westus2:8673b664-75d2-44a3-a388-bb8f912bd868", - "x-ms-routing-request-id": "WESTUS2:20210728T232637Z:8673b664-75d2-44a3-a388-bb8f912bd868" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-79fcf6be8b9ada47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "736da3a5599f65986af60c1cfc1de23c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "15b7e5dd-ce95-40a2-b932-9b10ba5d50ea", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "15b7e5dd-ce95-40a2-b932-9b10ba5d50ea", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15b7e5dd-ce95-40a2-b932-9b10ba5d50ea", - "x-ms-ratelimit-remaining-tenant-reads": "11996", - "x-ms-request-id": "westus2:15b7e5dd-ce95-40a2-b932-9b10ba5d50ea", - "x-ms-routing-request-id": "WESTUS2:20210728T232638Z:15b7e5dd-ce95-40a2-b932-9b10ba5d50ea" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-dda1a15312fc344d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7d7c1ca9422ce1ff1272a740d65efca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "6653d7f2-5500-4ba4-8680-92a978b4b595", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "6653d7f2-5500-4ba4-8680-92a978b4b595", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6653d7f2-5500-4ba4-8680-92a978b4b595", - "x-ms-ratelimit-remaining-tenant-reads": "11995", - "x-ms-request-id": "westus2:6653d7f2-5500-4ba4-8680-92a978b4b595", - "x-ms-routing-request-id": "WESTUS2:20210728T232639Z:6653d7f2-5500-4ba4-8680-92a978b4b595" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-fd24ea8600c83841-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34c3ab8cc798eb09b6855c1f42f50118", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "13bd28a5-c679-402f-a591-766e3bcfb472", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "13bd28a5-c679-402f-a591-766e3bcfb472", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13bd28a5-c679-402f-a591-766e3bcfb472", - "x-ms-ratelimit-remaining-tenant-reads": "11994", - "x-ms-request-id": "westus2:13bd28a5-c679-402f-a591-766e3bcfb472", - "x-ms-routing-request-id": "WESTUS2:20210728T232640Z:13bd28a5-c679-402f-a591-766e3bcfb472" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-a8e8025426d02945-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9ffb09b9b01910e6849e81772f235704", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "e2d4e81b-ce2e-409e-b2f1-a95743ce13c4", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "e2d4e81b-ce2e-409e-b2f1-a95743ce13c4", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2d4e81b-ce2e-409e-b2f1-a95743ce13c4", - "x-ms-ratelimit-remaining-tenant-reads": "11993", - "x-ms-request-id": "westus2:e2d4e81b-ce2e-409e-b2f1-a95743ce13c4", - "x-ms-routing-request-id": "WESTUS2:20210728T232641Z:e2d4e81b-ce2e-409e-b2f1-a95743ce13c4" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-4d738a41b9e8c149-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "50904206ae5a03a3b7ec219d37ff8bfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c6744e51-3d5d-47db-89f2-84698912c00a", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c6744e51-3d5d-47db-89f2-84698912c00a", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6744e51-3d5d-47db-89f2-84698912c00a", - "x-ms-ratelimit-remaining-tenant-reads": "11992", - "x-ms-request-id": "westus2:c6744e51-3d5d-47db-89f2-84698912c00a", - "x-ms-routing-request-id": "WESTUS2:20210728T232643Z:c6744e51-3d5d-47db-89f2-84698912c00a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-752baa3dc7157746-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04bb11264f6adbb0c5b2affa4692bb93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "89027d39-9dcd-4088-b75f-968f5e3e87f6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "89027d39-9dcd-4088-b75f-968f5e3e87f6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89027d39-9dcd-4088-b75f-968f5e3e87f6", - "x-ms-ratelimit-remaining-tenant-reads": "11991", - "x-ms-request-id": "westus2:89027d39-9dcd-4088-b75f-968f5e3e87f6", - "x-ms-routing-request-id": "WESTUS2:20210728T232644Z:89027d39-9dcd-4088-b75f-968f5e3e87f6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-d40cd01f85ce8f41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0018582db0640bbe65f8e72d8f48d884", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b2561e75-7c6e-4e83-ba3e-5b24e002035a", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b2561e75-7c6e-4e83-ba3e-5b24e002035a", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2561e75-7c6e-4e83-ba3e-5b24e002035a", - "x-ms-ratelimit-remaining-tenant-reads": "11990", - "x-ms-request-id": "westus2:b2561e75-7c6e-4e83-ba3e-5b24e002035a", - "x-ms-routing-request-id": "WESTUS2:20210728T232645Z:b2561e75-7c6e-4e83-ba3e-5b24e002035a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-c23e8cb6137ec041-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e5085135367b69a91b48aa8fea9bc25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d0ecd7ef-94d8-4679-8476-344f6563c70e", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d0ecd7ef-94d8-4679-8476-344f6563c70e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0ecd7ef-94d8-4679-8476-344f6563c70e", - "x-ms-ratelimit-remaining-tenant-reads": "11989", - "x-ms-request-id": "westus2:d0ecd7ef-94d8-4679-8476-344f6563c70e", - "x-ms-routing-request-id": "WESTUS2:20210728T232646Z:d0ecd7ef-94d8-4679-8476-344f6563c70e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-be2457b238708241-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df708d308ae7759752b09e7168834c7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "caa3b9a0-9b92-4beb-89cb-913b57f357b5", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "caa3b9a0-9b92-4beb-89cb-913b57f357b5", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caa3b9a0-9b92-4beb-89cb-913b57f357b5", - "x-ms-ratelimit-remaining-tenant-reads": "11988", - "x-ms-request-id": "westus2:caa3b9a0-9b92-4beb-89cb-913b57f357b5", - "x-ms-routing-request-id": "WESTUS2:20210728T232647Z:caa3b9a0-9b92-4beb-89cb-913b57f357b5" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-b6e77b2061ba6b4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1e72bd99d41d92bbd616fb025160cbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "1fcd9f27-512c-49f7-8423-3bfb9bb97abd", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "1fcd9f27-512c-49f7-8423-3bfb9bb97abd", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fcd9f27-512c-49f7-8423-3bfb9bb97abd", - "x-ms-ratelimit-remaining-tenant-reads": "11987", - "x-ms-request-id": "westus2:1fcd9f27-512c-49f7-8423-3bfb9bb97abd", - "x-ms-routing-request-id": "WESTUS2:20210728T232648Z:1fcd9f27-512c-49f7-8423-3bfb9bb97abd" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-f7b15faaf54fee48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01fdc23bf9d8889deddbcbb6b5284e0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "7b202f65-6495-4e68-a675-533f94a916a6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "7b202f65-6495-4e68-a675-533f94a916a6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b202f65-6495-4e68-a675-533f94a916a6", - "x-ms-ratelimit-remaining-tenant-reads": "11986", - "x-ms-request-id": "westus2:7b202f65-6495-4e68-a675-533f94a916a6", - "x-ms-routing-request-id": "WESTUS2:20210728T232649Z:7b202f65-6495-4e68-a675-533f94a916a6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-af250b3fea2b2b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3ce0d68fbc293e3629622851be74f3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "bd6383c8-14a8-4a1b-85d1-4c001511a764", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bd6383c8-14a8-4a1b-85d1-4c001511a764", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd6383c8-14a8-4a1b-85d1-4c001511a764", - "x-ms-ratelimit-remaining-tenant-reads": "11985", - "x-ms-request-id": "westus2:bd6383c8-14a8-4a1b-85d1-4c001511a764", - "x-ms-routing-request-id": "WESTUS2:20210728T232650Z:bd6383c8-14a8-4a1b-85d1-4c001511a764" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-b27230244232e54e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a636e2a34a85e0a48e5fd366d2742494", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "143450bf-de0f-4c47-adb6-02b475ea9bc6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "143450bf-de0f-4c47-adb6-02b475ea9bc6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "143450bf-de0f-4c47-adb6-02b475ea9bc6", - "x-ms-ratelimit-remaining-tenant-reads": "11984", - "x-ms-request-id": "westus2:143450bf-de0f-4c47-adb6-02b475ea9bc6", - "x-ms-routing-request-id": "WESTUS2:20210728T232652Z:143450bf-de0f-4c47-adb6-02b475ea9bc6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-390d6a584bca8d42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1847601339473ff9de6a9f41d6176c06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "09ef66e1-2e4d-4844-aac2-85f638230afc", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "09ef66e1-2e4d-4844-aac2-85f638230afc", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09ef66e1-2e4d-4844-aac2-85f638230afc", - "x-ms-ratelimit-remaining-tenant-reads": "11983", - "x-ms-request-id": "westus2:09ef66e1-2e4d-4844-aac2-85f638230afc", - "x-ms-routing-request-id": "WESTUS2:20210728T232653Z:09ef66e1-2e4d-4844-aac2-85f638230afc" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-57ce3b25b4dc6c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2138e8ba8f21e8868ee4563287dc0ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "5599d96e-eef5-4d2b-9865-f86e97e2d91b", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "5599d96e-eef5-4d2b-9865-f86e97e2d91b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5599d96e-eef5-4d2b-9865-f86e97e2d91b", - "x-ms-ratelimit-remaining-tenant-reads": "11982", - "x-ms-request-id": "westus2:5599d96e-eef5-4d2b-9865-f86e97e2d91b", - "x-ms-routing-request-id": "WESTUS2:20210728T232654Z:5599d96e-eef5-4d2b-9865-f86e97e2d91b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-797efc703c715a43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba728e72379f6af5e9f6c71baa630977", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b2dd3277-ecab-45b6-a217-f8dd6d1d7590", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b2dd3277-ecab-45b6-a217-f8dd6d1d7590", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2dd3277-ecab-45b6-a217-f8dd6d1d7590", - "x-ms-ratelimit-remaining-tenant-reads": "11981", - "x-ms-request-id": "westus2:b2dd3277-ecab-45b6-a217-f8dd6d1d7590", - "x-ms-routing-request-id": "WESTUS2:20210728T232655Z:b2dd3277-ecab-45b6-a217-f8dd6d1d7590" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-392b7d3356540944-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43daccf252616aa1d828af58f4961761", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "209b8092-8294-4800-8c92-e915b7c388f6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "209b8092-8294-4800-8c92-e915b7c388f6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "209b8092-8294-4800-8c92-e915b7c388f6", - "x-ms-ratelimit-remaining-tenant-reads": "11980", - "x-ms-request-id": "westus2:209b8092-8294-4800-8c92-e915b7c388f6", - "x-ms-routing-request-id": "WESTUS2:20210728T232656Z:209b8092-8294-4800-8c92-e915b7c388f6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-480edf7a6ea96e41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48cfb2a9b1a4536699a8e8fbe16c7305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "701bcdc9-4efb-416b-9159-625da81cff3a", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "701bcdc9-4efb-416b-9159-625da81cff3a", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "701bcdc9-4efb-416b-9159-625da81cff3a", - "x-ms-ratelimit-remaining-tenant-reads": "11979", - "x-ms-request-id": "westus2:701bcdc9-4efb-416b-9159-625da81cff3a", - "x-ms-routing-request-id": "WESTUS2:20210728T232657Z:701bcdc9-4efb-416b-9159-625da81cff3a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-7df03d4209be784e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b70cee57da21f8bec08e277889c7552", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "b756f2b6-e66e-4c1c-81b2-87920ab0e35a", - "Content-Length": "382", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "b756f2b6-e66e-4c1c-81b2-87920ab0e35a", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b756f2b6-e66e-4c1c-81b2-87920ab0e35a", - "x-ms-ratelimit-remaining-tenant-reads": "11978", - "x-ms-request-id": "westus2:b756f2b6-e66e-4c1c-81b2-87920ab0e35a", - "x-ms-routing-request-id": "WESTUS2:20210728T232659Z:b756f2b6-e66e-4c1c-81b2-87920ab0e35a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-7077", - "name": "mgmt-group-7077", - "status": "Succeeded", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-7077", - "details": { - "version": 6, - "updatedTime": "2021-07-28T23:26:42.6686643Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3d97c056115cd746a5555534a47f54a3-bb6ddd187ceaf04a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f87266dfc09341d26687aab969a6896b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "d063aa33-9766-4327-b292-3315abdc6dbf", - "Content-Length": "565", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "d063aa33-9766-4327-b292-3315abdc6dbf", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d063aa33-9766-4327-b292-3315abdc6dbf", - "x-ms-ratelimit-remaining-tenant-reads": "11977", - "x-ms-request-id": "westus2:d063aa33-9766-4327-b292-3315abdc6dbf", - "x-ms-routing-request-id": "WESTUS2:20210728T232659Z:d063aa33-9766-4327-b292-3315abdc6dbf" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-7077", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-7077", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-7077", - "details": { - "version": 6, - "updatedTime": "2021-07-28T23:26:42.6686643Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-92d4c18f3086c64aba87258f3bc82fca-4aa53232b4119746-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2673a9b5bb262bbe26af5c9ccfefcafd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "d0908775-596b-4f7f-aec2-840deaf3d0db", - "Content-Length": "565", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "d0908775-596b-4f7f-aec2-840deaf3d0db", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0908775-596b-4f7f-aec2-840deaf3d0db", - "x-ms-ratelimit-remaining-tenant-reads": "11976", - "x-ms-request-id": "westus2:d0908775-596b-4f7f-aec2-840deaf3d0db", - "x-ms-routing-request-id": "WESTUS2:20210728T232659Z:d0908775-596b-4f7f-aec2-840deaf3d0db" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-7077", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-7077", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-7077", - "details": { - "version": 6, - "updatedTime": "2021-07-28T23:26:42.6686643Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - } - ], - "Variables": { - "RandomSeed": "2078233070", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/StartCreateOrUpdate.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/StartCreateOrUpdate.json deleted file mode 100644 index 6094b3a09d11e..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/StartCreateOrUpdate.json +++ /dev/null @@ -1,1103 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b7b2e324583457a7c44ec880d18a776", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e721b71-9159-4703-93f6-9c822e96378d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2e721b71-9159-4703-93f6-9c822e96378d", - "x-ms-routing-request-id": "WESTUS2:20210712T021406Z:2e721b71-9159-4703-93f6-9c822e96378d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-76eb4639c92b7a4db1edd4d4456cd7b2-e38e090e1bf9d74e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9920ab59f87cc2f2b5884c75725ceb4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "a67cda73-5cc7-42ef-bbc7-3a5e5d466d8e", - "Content-Length": "167", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "a67cda73-5cc7-42ef-bbc7-3a5e5d466d8e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a67cda73-5cc7-42ef-bbc7-3a5e5d466d8e", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:a67cda73-5cc7-42ef-bbc7-3a5e5d466d8e", - "x-ms-routing-request-id": "WESTUS2:20210712T021406Z:a67cda73-5cc7-42ef-bbc7-3a5e5d466d8e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9570", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-9570", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f533af82b6735b68969cdbc2ed009e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "016fbcf5-faab-4b56-a4c4-e38eda0eb013", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "016fbcf5-faab-4b56-a4c4-e38eda0eb013", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "016fbcf5-faab-4b56-a4c4-e38eda0eb013", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:016fbcf5-faab-4b56-a4c4-e38eda0eb013", - "x-ms-routing-request-id": "WESTUS2:20210712T021406Z:016fbcf5-faab-4b56-a4c4-e38eda0eb013" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60cf3a00c9e0d5e127ad743f199306b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "4c8b4b70-b038-4337-a636-9690a738074e", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "4c8b4b70-b038-4337-a636-9690a738074e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c8b4b70-b038-4337-a636-9690a738074e", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:4c8b4b70-b038-4337-a636-9690a738074e", - "x-ms-routing-request-id": "WESTUS2:20210712T021408Z:4c8b4b70-b038-4337-a636-9690a738074e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "377db3f85c0812e50191238ab6c74454", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "08465da2-263b-431a-8317-e416e04ec04e", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "08465da2-263b-431a-8317-e416e04ec04e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08465da2-263b-431a-8317-e416e04ec04e", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:08465da2-263b-431a-8317-e416e04ec04e", - "x-ms-routing-request-id": "WESTUS2:20210712T021409Z:08465da2-263b-431a-8317-e416e04ec04e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "805df7322f332fb8587e67b9b6761cf5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "82060df5-4a52-440f-876f-9cd25a10cf82", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "82060df5-4a52-440f-876f-9cd25a10cf82", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82060df5-4a52-440f-876f-9cd25a10cf82", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:82060df5-4a52-440f-876f-9cd25a10cf82", - "x-ms-routing-request-id": "WESTUS2:20210712T021410Z:82060df5-4a52-440f-876f-9cd25a10cf82" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7bc41b62d253a3df54bc5e4ea5571f60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "23468b85-4fb4-4493-977b-903b37005910", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "23468b85-4fb4-4493-977b-903b37005910", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23468b85-4fb4-4493-977b-903b37005910", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:23468b85-4fb4-4493-977b-903b37005910", - "x-ms-routing-request-id": "WESTUS2:20210712T021411Z:23468b85-4fb4-4493-977b-903b37005910" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "210d1f698636c87efa4ede8af52c5c8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "2b9d5f92-5edd-4fa6-b5a7-c77475848490", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "2b9d5f92-5edd-4fa6-b5a7-c77475848490", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b9d5f92-5edd-4fa6-b5a7-c77475848490", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:2b9d5f92-5edd-4fa6-b5a7-c77475848490", - "x-ms-routing-request-id": "WESTUS2:20210712T021412Z:2b9d5f92-5edd-4fa6-b5a7-c77475848490" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b272e75c902600118b92b77d16a8901", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "969eb582-362c-4c37-99fc-951b4ef99a32", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "969eb582-362c-4c37-99fc-951b4ef99a32", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "969eb582-362c-4c37-99fc-951b4ef99a32", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:969eb582-362c-4c37-99fc-951b4ef99a32", - "x-ms-routing-request-id": "WESTUS2:20210712T021413Z:969eb582-362c-4c37-99fc-951b4ef99a32" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9750075ffa68dcbf9cfb8004f354ae28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "f1d72caf-f8d5-4dc8-b73b-4a82faf5c70e", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "f1d72caf-f8d5-4dc8-b73b-4a82faf5c70e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1d72caf-f8d5-4dc8-b73b-4a82faf5c70e", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:f1d72caf-f8d5-4dc8-b73b-4a82faf5c70e", - "x-ms-routing-request-id": "WESTUS2:20210712T021414Z:f1d72caf-f8d5-4dc8-b73b-4a82faf5c70e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "76d9d36084309f5d1dad097c5a07f790", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "3e810420-58bb-4d36-9304-e102158c5b40", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "3e810420-58bb-4d36-9304-e102158c5b40", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e810420-58bb-4d36-9304-e102158c5b40", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:3e810420-58bb-4d36-9304-e102158c5b40", - "x-ms-routing-request-id": "WESTUS2:20210712T021415Z:3e810420-58bb-4d36-9304-e102158c5b40" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed2bddc4c4db7a226f4afe0748fc6cc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "938654e5-1bdd-4b15-8a56-526ea5702427", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "938654e5-1bdd-4b15-8a56-526ea5702427", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "938654e5-1bdd-4b15-8a56-526ea5702427", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:938654e5-1bdd-4b15-8a56-526ea5702427", - "x-ms-routing-request-id": "WESTUS2:20210712T021417Z:938654e5-1bdd-4b15-8a56-526ea5702427" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe16030b1390dbd1aab179bbf1438294", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c2fd6122-a651-4f85-9c53-10f2a3f838ff", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c2fd6122-a651-4f85-9c53-10f2a3f838ff", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2fd6122-a651-4f85-9c53-10f2a3f838ff", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:c2fd6122-a651-4f85-9c53-10f2a3f838ff", - "x-ms-routing-request-id": "WESTUS2:20210712T021418Z:c2fd6122-a651-4f85-9c53-10f2a3f838ff" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1540f004c1299b4cb05f07e585555620", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "03fdd275-609f-4b4b-902a-3e12c5eb3454", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "03fdd275-609f-4b4b-902a-3e12c5eb3454", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03fdd275-609f-4b4b-902a-3e12c5eb3454", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:03fdd275-609f-4b4b-902a-3e12c5eb3454", - "x-ms-routing-request-id": "WESTUS2:20210712T021419Z:03fdd275-609f-4b4b-902a-3e12c5eb3454" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57714540f8f1b0ff0c50432a4a67892c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "7185cbd7-d333-47b8-8dee-4865da9b4e5b", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "7185cbd7-d333-47b8-8dee-4865da9b4e5b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7185cbd7-d333-47b8-8dee-4865da9b4e5b", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:7185cbd7-d333-47b8-8dee-4865da9b4e5b", - "x-ms-routing-request-id": "WESTUS2:20210712T021420Z:7185cbd7-d333-47b8-8dee-4865da9b4e5b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "580369c857bc499ab67a4d310ceb5554", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "a6329e25-bed9-4043-93d8-2cb89255211e", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "a6329e25-bed9-4043-93d8-2cb89255211e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6329e25-bed9-4043-93d8-2cb89255211e", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:a6329e25-bed9-4043-93d8-2cb89255211e", - "x-ms-routing-request-id": "WESTUS2:20210712T021421Z:a6329e25-bed9-4043-93d8-2cb89255211e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab7a595a2ad20ba3f08f08d97d225049", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "de9c07f1-4b7f-4352-8af7-a7deeece0626", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "de9c07f1-4b7f-4352-8af7-a7deeece0626", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de9c07f1-4b7f-4352-8af7-a7deeece0626", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:de9c07f1-4b7f-4352-8af7-a7deeece0626", - "x-ms-routing-request-id": "WESTUS2:20210712T021422Z:de9c07f1-4b7f-4352-8af7-a7deeece0626" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b1ddad6fe52e964ab27a076aacea421", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b730d2cc-feb8-4fac-b8e3-dfcecb56ae7a", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b730d2cc-feb8-4fac-b8e3-dfcecb56ae7a", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b730d2cc-feb8-4fac-b8e3-dfcecb56ae7a", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:b730d2cc-feb8-4fac-b8e3-dfcecb56ae7a", - "x-ms-routing-request-id": "WESTUS2:20210712T021423Z:b730d2cc-feb8-4fac-b8e3-dfcecb56ae7a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1d0effadded9d5ac6f7672c4ec0cc94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b1c38e1d-1913-4242-a119-9de896de3e2c", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b1c38e1d-1913-4242-a119-9de896de3e2c", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1c38e1d-1913-4242-a119-9de896de3e2c", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:b1c38e1d-1913-4242-a119-9de896de3e2c", - "x-ms-routing-request-id": "WESTUS2:20210712T021424Z:b1c38e1d-1913-4242-a119-9de896de3e2c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "315a04293ace5b01f49000aa8a2c6021", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "fbe9130f-afbe-4edb-8493-44d8a52c6879", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "fbe9130f-afbe-4edb-8493-44d8a52c6879", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbe9130f-afbe-4edb-8493-44d8a52c6879", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:fbe9130f-afbe-4edb-8493-44d8a52c6879", - "x-ms-routing-request-id": "WESTUS2:20210712T021426Z:fbe9130f-afbe-4edb-8493-44d8a52c6879" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8edfe7eb5f52f85c807f555a97379bea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d96d4907-d0fd-4ec9-99c6-b55811fedb67", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d96d4907-d0fd-4ec9-99c6-b55811fedb67", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d96d4907-d0fd-4ec9-99c6-b55811fedb67", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:d96d4907-d0fd-4ec9-99c6-b55811fedb67", - "x-ms-routing-request-id": "WESTUS2:20210712T021427Z:d96d4907-d0fd-4ec9-99c6-b55811fedb67" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a64c0c5a7373c052ed74fd5cdcaf1399", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "74e34c3c-cf0c-4bfe-9b0d-ef276daae41e", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "74e34c3c-cf0c-4bfe-9b0d-ef276daae41e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74e34c3c-cf0c-4bfe-9b0d-ef276daae41e", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:74e34c3c-cf0c-4bfe-9b0d-ef276daae41e", - "x-ms-routing-request-id": "WESTUS2:20210712T021428Z:74e34c3c-cf0c-4bfe-9b0d-ef276daae41e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "664145963de1ca41a862b04ee5a7c4bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "ba716ba4-4fb9-485c-a0fa-fe66d139f841", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ba716ba4-4fb9-485c-a0fa-fe66d139f841", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba716ba4-4fb9-485c-a0fa-fe66d139f841", - "x-ms-ratelimit-remaining-tenant-reads": "11953", - "x-ms-request-id": "westus2:ba716ba4-4fb9-485c-a0fa-fe66d139f841", - "x-ms-routing-request-id": "WESTUS2:20210712T021429Z:ba716ba4-4fb9-485c-a0fa-fe66d139f841" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d5016f5badf78ad941ea1dd62ff1bd1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "bb4d6f6b-7cc7-48e6-9df3-5fdaa875a6a3", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bb4d6f6b-7cc7-48e6-9df3-5fdaa875a6a3", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb4d6f6b-7cc7-48e6-9df3-5fdaa875a6a3", - "x-ms-ratelimit-remaining-tenant-reads": "11952", - "x-ms-request-id": "westus2:bb4d6f6b-7cc7-48e6-9df3-5fdaa875a6a3", - "x-ms-routing-request-id": "WESTUS2:20210712T021430Z:bb4d6f6b-7cc7-48e6-9df3-5fdaa875a6a3" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "51c3bb6c34f51d08ca82fd11c204db46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "bf9f1b81-3f43-4164-85bb-d66043ba52d6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bf9f1b81-3f43-4164-85bb-d66043ba52d6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf9f1b81-3f43-4164-85bb-d66043ba52d6", - "x-ms-ratelimit-remaining-tenant-reads": "11951", - "x-ms-request-id": "westus2:bf9f1b81-3f43-4164-85bb-d66043ba52d6", - "x-ms-routing-request-id": "WESTUS2:20210712T021431Z:bf9f1b81-3f43-4164-85bb-d66043ba52d6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6673fb0955fdcb998c9d2c39c6468a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d6b1d797-72fc-481b-a70f-c2c31e213a25", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d6b1d797-72fc-481b-a70f-c2c31e213a25", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6b1d797-72fc-481b-a70f-c2c31e213a25", - "x-ms-ratelimit-remaining-tenant-reads": "11950", - "x-ms-request-id": "westus2:d6b1d797-72fc-481b-a70f-c2c31e213a25", - "x-ms-routing-request-id": "WESTUS2:20210712T021432Z:d6b1d797-72fc-481b-a70f-c2c31e213a25" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "29e2df4673e3c1c70d33b25dbd9cb590", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "33e9f2fa-c912-44ba-a6a4-fdfc12ea6137", - "Content-Length": "381", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "33e9f2fa-c912-44ba-a6a4-fdfc12ea6137", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33e9f2fa-c912-44ba-a6a4-fdfc12ea6137", - "x-ms-ratelimit-remaining-tenant-reads": "11949", - "x-ms-request-id": "westus2:33e9f2fa-c912-44ba-a6a4-fdfc12ea6137", - "x-ms-routing-request-id": "WESTUS2:20210712T021434Z:33e9f2fa-c912-44ba-a6a4-fdfc12ea6137" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9570", - "name": "mgmt-group-9570", - "status": "Succeeded", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-9570", - "details": { - "version": 1, - "updatedTime": "2021-07-12T02:14:15.133631Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9570?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "222d5a435497d67101e7b82c61458066", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "0261b93d-2634-498b-b46f-7f6829823033", - "Content-Length": "564", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:14:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "0261b93d-2634-498b-b46f-7f6829823033", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0261b93d-2634-498b-b46f-7f6829823033", - "x-ms-ratelimit-remaining-tenant-reads": "11948", - "x-ms-request-id": "westus2:0261b93d-2634-498b-b46f-7f6829823033", - "x-ms-routing-request-id": "WESTUS2:20210712T021434Z:0261b93d-2634-498b-b46f-7f6829823033" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9570", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-9570", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-9570", - "details": { - "version": 1, - "updatedTime": "2021-07-12T02:14:15.133631Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - } - ], - "Variables": { - "RandomSeed": "236743813", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/StartCreateOrUpdateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/StartCreateOrUpdateAsync.json deleted file mode 100644 index 75a52541c42e0..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/StartCreateOrUpdateAsync.json +++ /dev/null @@ -1,913 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "203bacc8bd0b9d8d6d25b617b1e84d5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8af3e70-77e6-4f0c-9332-4051716346ed", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c8af3e70-77e6-4f0c-9332-4051716346ed", - "x-ms-routing-request-id": "WESTUS2:20210712T024333Z:c8af3e70-77e6-4f0c-9332-4051716346ed" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-0c83bb9435f9614699b3b3530616785a-a5097d0c99424449-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22541c62e434a7cf0ed6ea9373f5f86a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "60935eb6-cd02-4c10-9904-e7c575f885fe", - "Content-Length": "165", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "60935eb6-cd02-4c10-9904-e7c575f885fe", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60935eb6-cd02-4c10-9904-e7c575f885fe", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:60935eb6-cd02-4c10-9904-e7c575f885fe", - "x-ms-routing-request-id": "WESTUS2:20210712T024333Z:60935eb6-cd02-4c10-9904-e7c575f885fe" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-775", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-775", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8db5becf25f0c7946c79fde7a309fa30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "7830fc21-88a0-4683-aa77-e2e1d1ee9ae5", - "Content-Length": "164", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "7830fc21-88a0-4683-aa77-e2e1d1ee9ae5", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7830fc21-88a0-4683-aa77-e2e1d1ee9ae5", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:7830fc21-88a0-4683-aa77-e2e1d1ee9ae5", - "x-ms-routing-request-id": "WESTUS2:20210712T024333Z:7830fc21-88a0-4683-aa77-e2e1d1ee9ae5" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7136adbdf879e3265d3434037f9d2839", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "5e6a988b-5b76-4b5f-9d82-cd23d65e3054", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "5e6a988b-5b76-4b5f-9d82-cd23d65e3054", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e6a988b-5b76-4b5f-9d82-cd23d65e3054", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:5e6a988b-5b76-4b5f-9d82-cd23d65e3054", - "x-ms-routing-request-id": "WESTUS2:20210712T024335Z:5e6a988b-5b76-4b5f-9d82-cd23d65e3054" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5c44aa06b3f5679e20cfae782d77ce4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "035be1c1-ea07-411d-99d9-feed3e33bf15", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "035be1c1-ea07-411d-99d9-feed3e33bf15", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "035be1c1-ea07-411d-99d9-feed3e33bf15", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:035be1c1-ea07-411d-99d9-feed3e33bf15", - "x-ms-routing-request-id": "WESTUS2:20210712T024336Z:035be1c1-ea07-411d-99d9-feed3e33bf15" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1743435c39ed62697d22fbcf09047cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "88d4d96c-f910-4006-bafe-a266fa862812", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "88d4d96c-f910-4006-bafe-a266fa862812", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88d4d96c-f910-4006-bafe-a266fa862812", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:88d4d96c-f910-4006-bafe-a266fa862812", - "x-ms-routing-request-id": "WESTUS2:20210712T024337Z:88d4d96c-f910-4006-bafe-a266fa862812" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5846c351454452f133e08f6dfd3f6186", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "18d9af47-4b89-4bc5-bf68-a84e11406d09", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "18d9af47-4b89-4bc5-bf68-a84e11406d09", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18d9af47-4b89-4bc5-bf68-a84e11406d09", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:18d9af47-4b89-4bc5-bf68-a84e11406d09", - "x-ms-routing-request-id": "WESTUS2:20210712T024338Z:18d9af47-4b89-4bc5-bf68-a84e11406d09" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4bce50b75629dd9a24ed1d6d3bbd6551", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "0d01b982-66c2-4de5-9c87-8854b59ea4a8", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "0d01b982-66c2-4de5-9c87-8854b59ea4a8", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d01b982-66c2-4de5-9c87-8854b59ea4a8", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:0d01b982-66c2-4de5-9c87-8854b59ea4a8", - "x-ms-routing-request-id": "WESTUS2:20210712T024339Z:0d01b982-66c2-4de5-9c87-8854b59ea4a8" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be952bc42490f09f43219ebe34b9d958", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "fb4d97b2-5ffc-4b33-a083-48acc351733e", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "fb4d97b2-5ffc-4b33-a083-48acc351733e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb4d97b2-5ffc-4b33-a083-48acc351733e", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:fb4d97b2-5ffc-4b33-a083-48acc351733e", - "x-ms-routing-request-id": "WESTUS2:20210712T024340Z:fb4d97b2-5ffc-4b33-a083-48acc351733e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a005a870fcc2fba62969345627831675", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "6647a2bb-7d73-4203-ba3c-c01b11148f7e", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "6647a2bb-7d73-4203-ba3c-c01b11148f7e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6647a2bb-7d73-4203-ba3c-c01b11148f7e", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:6647a2bb-7d73-4203-ba3c-c01b11148f7e", - "x-ms-routing-request-id": "WESTUS2:20210712T024341Z:6647a2bb-7d73-4203-ba3c-c01b11148f7e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2a83d7aa3a993f6b1dd0707b8dba96a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "f864ad17-274a-4e07-a8c3-7f596f4a01ad", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "f864ad17-274a-4e07-a8c3-7f596f4a01ad", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f864ad17-274a-4e07-a8c3-7f596f4a01ad", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:f864ad17-274a-4e07-a8c3-7f596f4a01ad", - "x-ms-routing-request-id": "WESTUS2:20210712T024342Z:f864ad17-274a-4e07-a8c3-7f596f4a01ad" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92fcc514c5b8c88f849a9527ef48c8c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "39ac4d5d-1912-4cb5-b643-f8a188f81e19", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "39ac4d5d-1912-4cb5-b643-f8a188f81e19", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39ac4d5d-1912-4cb5-b643-f8a188f81e19", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:39ac4d5d-1912-4cb5-b643-f8a188f81e19", - "x-ms-routing-request-id": "WESTUS2:20210712T024344Z:39ac4d5d-1912-4cb5-b643-f8a188f81e19" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f643280a0611cdafb271eee4f59e424d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "e028a418-1c20-46e3-b088-ac69873a5199", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "e028a418-1c20-46e3-b088-ac69873a5199", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e028a418-1c20-46e3-b088-ac69873a5199", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:e028a418-1c20-46e3-b088-ac69873a5199", - "x-ms-routing-request-id": "WESTUS2:20210712T024345Z:e028a418-1c20-46e3-b088-ac69873a5199" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6242c9c08486b5bdaedf4d0e0ecfa468", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c4abba12-f148-4bf2-bb73-f4beec2025ba", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c4abba12-f148-4bf2-bb73-f4beec2025ba", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4abba12-f148-4bf2-bb73-f4beec2025ba", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:c4abba12-f148-4bf2-bb73-f4beec2025ba", - "x-ms-routing-request-id": "WESTUS2:20210712T024346Z:c4abba12-f148-4bf2-bb73-f4beec2025ba" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ffc4715b2980e59162fe046d6aad3e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "932cd32a-6051-422f-9029-a3ce58328212", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "932cd32a-6051-422f-9029-a3ce58328212", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "932cd32a-6051-422f-9029-a3ce58328212", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:932cd32a-6051-422f-9029-a3ce58328212", - "x-ms-routing-request-id": "WESTUS2:20210712T024347Z:932cd32a-6051-422f-9029-a3ce58328212" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "25664758650686396a8e4731b9a0bfe3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "f61b9112-92a1-49de-a3d1-0bcab6bc6bde", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "f61b9112-92a1-49de-a3d1-0bcab6bc6bde", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f61b9112-92a1-49de-a3d1-0bcab6bc6bde", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:f61b9112-92a1-49de-a3d1-0bcab6bc6bde", - "x-ms-routing-request-id": "WESTUS2:20210712T024348Z:f61b9112-92a1-49de-a3d1-0bcab6bc6bde" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "adcf85cdb3a10db56f344c56a477de04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "dc44f62b-28f6-4bcc-9c60-e255b8487710", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "dc44f62b-28f6-4bcc-9c60-e255b8487710", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc44f62b-28f6-4bcc-9c60-e255b8487710", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:dc44f62b-28f6-4bcc-9c60-e255b8487710", - "x-ms-routing-request-id": "WESTUS2:20210712T024349Z:dc44f62b-28f6-4bcc-9c60-e255b8487710" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6b6670c7e68af620e7624096a285475", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "1af14634-e389-4cbd-a70d-1520d3ab8d88", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "1af14634-e389-4cbd-a70d-1520d3ab8d88", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1af14634-e389-4cbd-a70d-1520d3ab8d88", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:1af14634-e389-4cbd-a70d-1520d3ab8d88", - "x-ms-routing-request-id": "WESTUS2:20210712T024350Z:1af14634-e389-4cbd-a70d-1520d3ab8d88" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5078fc7025daa4449259b5d219e2e2f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "aba00f92-71aa-4756-8a4e-c60e2768fddd", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "aba00f92-71aa-4756-8a4e-c60e2768fddd", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aba00f92-71aa-4756-8a4e-c60e2768fddd", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:aba00f92-71aa-4756-8a4e-c60e2768fddd", - "x-ms-routing-request-id": "WESTUS2:20210712T024351Z:aba00f92-71aa-4756-8a4e-c60e2768fddd" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "522443b0f8ea4f7a231f9f2b8eaba347", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "ceeea91d-975a-469c-be43-b4f60195569e", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ceeea91d-975a-469c-be43-b4f60195569e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ceeea91d-975a-469c-be43-b4f60195569e", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:ceeea91d-975a-469c-be43-b4f60195569e", - "x-ms-routing-request-id": "WESTUS2:20210712T024353Z:ceeea91d-975a-469c-be43-b4f60195569e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7e6d6df8dfee7292211330fc990962b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b8d1d29a-e7ef-41e0-8b9a-d752d7660c6b", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-775?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b8d1d29a-e7ef-41e0-8b9a-d752d7660c6b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8d1d29a-e7ef-41e0-8b9a-d752d7660c6b", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:b8d1d29a-e7ef-41e0-8b9a-d752d7660c6b", - "x-ms-routing-request-id": "WESTUS2:20210712T024354Z:b8d1d29a-e7ef-41e0-8b9a-d752d7660c6b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "275931940203778a82292dba861916e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "19f63554-d08c-465f-b851-f73438e5a765", - "Content-Length": "379", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "19f63554-d08c-465f-b851-f73438e5a765", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19f63554-d08c-465f-b851-f73438e5a765", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:19f63554-d08c-465f-b851-f73438e5a765", - "x-ms-routing-request-id": "WESTUS2:20210712T024355Z:19f63554-d08c-465f-b851-f73438e5a765" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-775", - "name": "mgmt-group-775", - "status": "Succeeded", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-775", - "details": { - "version": 1, - "updatedTime": "2021-07-12T02:43:39.5346693Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-775?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42f26eb53afc22f4193d2fd9c56b8592", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "0873484f-1738-4438-9c52-aeecdeb00d2a", - "Content-Length": "562", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 02:43:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "0873484f-1738-4438-9c52-aeecdeb00d2a", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0873484f-1738-4438-9c52-aeecdeb00d2a", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:0873484f-1738-4438-9c52-aeecdeb00d2a", - "x-ms-routing-request-id": "WESTUS2:20210712T024355Z:0873484f-1738-4438-9c52-aeecdeb00d2a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-775", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-775", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-775", - "details": { - "version": 1, - "updatedTime": "2021-07-12T02:43:39.5346693Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - } - ], - "Variables": { - "RandomSeed": "417480256", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/TryGet.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/TryGet.json deleted file mode 100644 index c7d01c11629da..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/TryGet.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e64ce7b6ef0be13b573b5f2b57537f36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1dcf1b0-81f8-489e-a746-4890ba0ad876", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "c1dcf1b0-81f8-489e-a746-4890ba0ad876", - "x-ms-routing-request-id": "WESTUS2:20210728T232632Z:c1dcf1b0-81f8-489e-a746-4890ba0ad876" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-827?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-eee874d9b885194a985a3f6185a35593-21746dc0ca606540-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5690c13e5c329039af4eb8add7939f18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "a4a9bbcb-b5c1-4986-b3af-c657ab0fda8a", - "Content-Length": "563", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "a4a9bbcb-b5c1-4986-b3af-c657ab0fda8a", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4a9bbcb-b5c1-4986-b3af-c657ab0fda8a", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "westus2:a4a9bbcb-b5c1-4986-b3af-c657ab0fda8a", - "x-ms-routing-request-id": "WESTUS2:20210728T232632Z:a4a9bbcb-b5c1-4986-b3af-c657ab0fda8a" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-827", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-827", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-827", - "details": { - "version": 16, - "updatedTime": "2021-07-28T23:26:13.7125012Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-ff86a012fdfd0844a8f1dd3975c75df2-2c0883643ed61248-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a63eff97f3a944050da8b877bbd057c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 403, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "408", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f3c98dc-d6ed-4f0d-b41a-a116722fd77a", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "0f3c98dc-d6ed-4f0d-b41a-a116722fd77a", - "x-ms-routing-request-id": "WESTUS2:20210728T232632Z:0f3c98dc-d6ed-4f0d-b41a-a116722fd77a" - }, - "ResponseBody": { - "error": { - "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." - } - } - } - ], - "Variables": { - "RandomSeed": "284253039", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/TryGetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/TryGetAsync.json deleted file mode 100644 index 924a6261d6ed2..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupContainerTests/TryGetAsync.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0fdc5193a5158d5b66d07707d8b5def", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e37b950-a6f3-4962-8a75-71aeea0f6818", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7e37b950-a6f3-4962-8a75-71aeea0f6818", - "x-ms-routing-request-id": "WESTUS2:20210728T232700Z:7e37b950-a6f3-4962-8a75-71aeea0f6818" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-7077?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-f7b2ac273d857d439e510b1a239a746b-f673c84edc65b142-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6588176474d9f59c776b5a74ff53a62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "2b5f3fc9-8d8c-4ba4-a436-b91149775b5c", - "Content-Length": "565", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "2b5f3fc9-8d8c-4ba4-a436-b91149775b5c", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b5f3fc9-8d8c-4ba4-a436-b91149775b5c", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "westus2:2b5f3fc9-8d8c-4ba4-a436-b91149775b5c", - "x-ms-routing-request-id": "WESTUS2:20210728T232700Z:2b5f3fc9-8d8c-4ba4-a436-b91149775b5c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-7077", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-7077", - "properties": { - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-7077", - "details": { - "version": 6, - "updatedTime": "2021-07-28T23:26:42.6686643Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "parent": { - "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", - "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - } - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/NotThere?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Cache-Control": "no-cache", - "traceparent": "00-cde58a4da35ba542b7d1850647681641-527b28b4c5745843-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64d96648c1eb276b99309e138d915ec0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 403, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "408", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5308fef9-155c-4ffb-9219-a8cbe33b9760", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "5308fef9-155c-4ffb-9219-a8cbe33b9760", - "x-ms-routing-request-id": "WESTUS2:20210728T232700Z:5308fef9-155c-4ffb-9219-a8cbe33b9760" - }, - "ResponseBody": { - "error": { - "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/NotThere\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." - } - } - } - ], - "Variables": { - "RandomSeed": "167478796", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Delete.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Delete.json index 44d811c18713b..50f7465e312ef 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Delete.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Delete.json @@ -1,1819 +1,733 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ccb002e2806015ee3332903397c46945", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "047e81d6-45f4-4db2-b94a-7bd3fe200b79", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "047e81d6-45f4-4db2-b94a-7bd3fe200b79", - "x-ms-routing-request-id": "WESTUS2:20210712T031609Z:047e81d6-45f4-4db2-b94a-7bd3fe200b79" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-887e1b6ff6afa044-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ce1be1b8d33b6684291b982596b875fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "83b1b45d-bb5d-442e-9b6a-5e1eabf2bf7d", - "Content-Length": "167", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "83b1b45d-bb5d-442e-9b6a-5e1eabf2bf7d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83b1b45d-bb5d-442e-9b6a-5e1eabf2bf7d", - "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:83b1b45d-bb5d-442e-9b6a-5e1eabf2bf7d", - "x-ms-routing-request-id": "WESTUS2:20210712T031610Z:83b1b45d-bb5d-442e-9b6a-5e1eabf2bf7d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8286", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-c5079c4e19888a4e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e5120dd34f962fa72b66376556ef9c7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "27f4cb2d-f0ec-4bc3-aa23-983f85d18594", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "27f4cb2d-f0ec-4bc3-aa23-983f85d18594", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27f4cb2d-f0ec-4bc3-aa23-983f85d18594", - "x-ms-ratelimit-remaining-tenant-reads": "11922", - "x-ms-request-id": "westus2:27f4cb2d-f0ec-4bc3-aa23-983f85d18594", - "x-ms-routing-request-id": "WESTUS2:20210712T031610Z:27f4cb2d-f0ec-4bc3-aa23-983f85d18594" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-1722393e0185a944-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b799341b7414cb5357c033c4566b5aab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b20e9a52-8122-4571-ae71-03afb74056fd", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b20e9a52-8122-4571-ae71-03afb74056fd", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b20e9a52-8122-4571-ae71-03afb74056fd", - "x-ms-ratelimit-remaining-tenant-reads": "11921", - "x-ms-request-id": "westus2:b20e9a52-8122-4571-ae71-03afb74056fd", - "x-ms-routing-request-id": "WESTUS2:20210712T031611Z:b20e9a52-8122-4571-ae71-03afb74056fd" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-6b1807c982d4b24a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "895121898fa6ae686525a67cb52405ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "49dc4f9c-01f4-4d64-b3c8-53862787d0e9", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "49dc4f9c-01f4-4d64-b3c8-53862787d0e9", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49dc4f9c-01f4-4d64-b3c8-53862787d0e9", - "x-ms-ratelimit-remaining-tenant-reads": "11920", - "x-ms-request-id": "westus2:49dc4f9c-01f4-4d64-b3c8-53862787d0e9", - "x-ms-routing-request-id": "WESTUS2:20210712T031612Z:49dc4f9c-01f4-4d64-b3c8-53862787d0e9" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-df070f5b4e9b3c40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7fe02dadae45f61b9468ed61be2d8bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "7fda1599-899a-4fb6-a788-2555c9db35ea", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "7fda1599-899a-4fb6-a788-2555c9db35ea", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fda1599-899a-4fb6-a788-2555c9db35ea", - "x-ms-ratelimit-remaining-tenant-reads": "11919", - "x-ms-request-id": "westus2:7fda1599-899a-4fb6-a788-2555c9db35ea", - "x-ms-routing-request-id": "WESTUS2:20210712T031613Z:7fda1599-899a-4fb6-a788-2555c9db35ea" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-ec7bdbda07adac43-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34dc8b0b129d8bd4cceb52efced71632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "612be926-9491-4fb3-8754-fb03e9488802", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "612be926-9491-4fb3-8754-fb03e9488802", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "612be926-9491-4fb3-8754-fb03e9488802", - "x-ms-ratelimit-remaining-tenant-reads": "11918", - "x-ms-request-id": "westus2:612be926-9491-4fb3-8754-fb03e9488802", - "x-ms-routing-request-id": "WESTUS2:20210712T031614Z:612be926-9491-4fb3-8754-fb03e9488802" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-52a6772294c43f4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54ea87bb826daec7bff2d05f01929282", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "fae3059e-75c7-451d-9356-a8b299b288e6", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "fae3059e-75c7-451d-9356-a8b299b288e6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fae3059e-75c7-451d-9356-a8b299b288e6", - "x-ms-ratelimit-remaining-tenant-reads": "11917", - "x-ms-request-id": "westus2:fae3059e-75c7-451d-9356-a8b299b288e6", - "x-ms-routing-request-id": "WESTUS2:20210712T031615Z:fae3059e-75c7-451d-9356-a8b299b288e6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-7cc620c054cbb747-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2970e64cd047c70e2e720bf9887291e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "0e58e1cc-2c53-4bc5-8318-42f83da9e44b", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "0e58e1cc-2c53-4bc5-8318-42f83da9e44b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e58e1cc-2c53-4bc5-8318-42f83da9e44b", - "x-ms-ratelimit-remaining-tenant-reads": "11916", - "x-ms-request-id": "westus2:0e58e1cc-2c53-4bc5-8318-42f83da9e44b", - "x-ms-routing-request-id": "WESTUS2:20210712T031617Z:0e58e1cc-2c53-4bc5-8318-42f83da9e44b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-d24c38ff4daf934c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "941a5b3084f88952c42d74ab42748a39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "502da218-0cec-4dfe-9255-9cea03a2cf96", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "502da218-0cec-4dfe-9255-9cea03a2cf96", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "502da218-0cec-4dfe-9255-9cea03a2cf96", - "x-ms-ratelimit-remaining-tenant-reads": "11915", - "x-ms-request-id": "westus2:502da218-0cec-4dfe-9255-9cea03a2cf96", - "x-ms-routing-request-id": "WESTUS2:20210712T031618Z:502da218-0cec-4dfe-9255-9cea03a2cf96" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-1af3456fc77d1c49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7a2cf58ec66eaea782326fb76cd264c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "2c449b2a-d739-4152-bcae-d07ebbdc611f", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "2c449b2a-d739-4152-bcae-d07ebbdc611f", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c449b2a-d739-4152-bcae-d07ebbdc611f", - "x-ms-ratelimit-remaining-tenant-reads": "11914", - "x-ms-request-id": "westus2:2c449b2a-d739-4152-bcae-d07ebbdc611f", - "x-ms-routing-request-id": "WESTUS2:20210712T031619Z:2c449b2a-d739-4152-bcae-d07ebbdc611f" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-d00da239fb59bc49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a52fed60fd77c88a94e6651a5c6284b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "1a5d8408-3f4f-447a-ae45-82d7abaa08ac", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "1a5d8408-3f4f-447a-ae45-82d7abaa08ac", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a5d8408-3f4f-447a-ae45-82d7abaa08ac", - "x-ms-ratelimit-remaining-tenant-reads": "11913", - "x-ms-request-id": "westus2:1a5d8408-3f4f-447a-ae45-82d7abaa08ac", - "x-ms-routing-request-id": "WESTUS2:20210712T031620Z:1a5d8408-3f4f-447a-ae45-82d7abaa08ac" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-09069d25f1ef6e40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8a1d1e7a9d0447b70301cd45e5612f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d7d44ef0-f4f4-4689-9f19-f9d026900511", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d7d44ef0-f4f4-4689-9f19-f9d026900511", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7d44ef0-f4f4-4689-9f19-f9d026900511", - "x-ms-ratelimit-remaining-tenant-reads": "11912", - "x-ms-request-id": "westus2:d7d44ef0-f4f4-4689-9f19-f9d026900511", - "x-ms-routing-request-id": "WESTUS2:20210712T031621Z:d7d44ef0-f4f4-4689-9f19-f9d026900511" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-1f6662c6ab0d5b43-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "554a2707e5455ac245da538087d08e16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "9cfaded3-f38e-4c4f-bb7a-1caf05a0b745", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "9cfaded3-f38e-4c4f-bb7a-1caf05a0b745", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cfaded3-f38e-4c4f-bb7a-1caf05a0b745", - "x-ms-ratelimit-remaining-tenant-reads": "11911", - "x-ms-request-id": "westus2:9cfaded3-f38e-4c4f-bb7a-1caf05a0b745", - "x-ms-routing-request-id": "WESTUS2:20210712T031622Z:9cfaded3-f38e-4c4f-bb7a-1caf05a0b745" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-d83e4680534f6d4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5146c9f6e2cb77c71eb3447e1b5693d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d1d060fa-70b8-4a16-8640-a6ceda4734d2", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d1d060fa-70b8-4a16-8640-a6ceda4734d2", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1d060fa-70b8-4a16-8640-a6ceda4734d2", - "x-ms-ratelimit-remaining-tenant-reads": "11910", - "x-ms-request-id": "westus2:d1d060fa-70b8-4a16-8640-a6ceda4734d2", - "x-ms-routing-request-id": "WESTUS2:20210712T031623Z:d1d060fa-70b8-4a16-8640-a6ceda4734d2" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-cc96c32ca8e3aa44-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34136ed42e1801730f4672f656fbbca0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "3932c5d7-59ed-4fb4-9497-3cdf30c26b62", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "3932c5d7-59ed-4fb4-9497-3cdf30c26b62", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3932c5d7-59ed-4fb4-9497-3cdf30c26b62", - "x-ms-ratelimit-remaining-tenant-reads": "11909", - "x-ms-request-id": "westus2:3932c5d7-59ed-4fb4-9497-3cdf30c26b62", - "x-ms-routing-request-id": "WESTUS2:20210712T031624Z:3932c5d7-59ed-4fb4-9497-3cdf30c26b62" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-3e5b2a2f8658a34c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f13506a26d4299caab93e35ab07a7890", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "3defd958-8625-4dab-9246-43423100cedb", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "3defd958-8625-4dab-9246-43423100cedb", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3defd958-8625-4dab-9246-43423100cedb", - "x-ms-ratelimit-remaining-tenant-reads": "11908", - "x-ms-request-id": "westus2:3defd958-8625-4dab-9246-43423100cedb", - "x-ms-routing-request-id": "WESTUS2:20210712T031626Z:3defd958-8625-4dab-9246-43423100cedb" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-68ae80afb2945740-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18ab167059bd70fdf81295e6fb866176", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "ffe06dcb-8b34-49dc-a6fd-c2bc7577ef92", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ffe06dcb-8b34-49dc-a6fd-c2bc7577ef92", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffe06dcb-8b34-49dc-a6fd-c2bc7577ef92", - "x-ms-ratelimit-remaining-tenant-reads": "11907", - "x-ms-request-id": "westus2:ffe06dcb-8b34-49dc-a6fd-c2bc7577ef92", - "x-ms-routing-request-id": "WESTUS2:20210712T031627Z:ffe06dcb-8b34-49dc-a6fd-c2bc7577ef92" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-79cf2b98746c7e4f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dba5942e777f67faa47a89854b195194", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b5d764bb-0064-4d43-82bc-fa7d97fac9e4", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b5d764bb-0064-4d43-82bc-fa7d97fac9e4", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5d764bb-0064-4d43-82bc-fa7d97fac9e4", - "x-ms-ratelimit-remaining-tenant-reads": "11906", - "x-ms-request-id": "westus2:b5d764bb-0064-4d43-82bc-fa7d97fac9e4", - "x-ms-routing-request-id": "WESTUS2:20210712T031628Z:b5d764bb-0064-4d43-82bc-fa7d97fac9e4" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-1ef7adbc0ee1c146-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f85e1cda44f49e208c5f830d7e49d25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "98ad5887-a72d-42a2-930c-79193e7230ea", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "98ad5887-a72d-42a2-930c-79193e7230ea", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98ad5887-a72d-42a2-930c-79193e7230ea", - "x-ms-ratelimit-remaining-tenant-reads": "11905", - "x-ms-request-id": "westus2:98ad5887-a72d-42a2-930c-79193e7230ea", - "x-ms-routing-request-id": "WESTUS2:20210712T031629Z:98ad5887-a72d-42a2-930c-79193e7230ea" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-6e847c3ff8acdb45-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c2c6c319dd5f9111c447443cf7824df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "4ca81359-c02f-4251-aa5f-3d7819a3076c", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "4ca81359-c02f-4251-aa5f-3d7819a3076c", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ca81359-c02f-4251-aa5f-3d7819a3076c", - "x-ms-ratelimit-remaining-tenant-reads": "11904", - "x-ms-request-id": "westus2:4ca81359-c02f-4251-aa5f-3d7819a3076c", - "x-ms-routing-request-id": "WESTUS2:20210712T031630Z:4ca81359-c02f-4251-aa5f-3d7819a3076c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-199?api-version=2021-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-d0edb6e5f3a8c543-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "191801c121008926b15cd3ba7eca8fc0", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-e23865bda025654a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5018d08ac5840ebb4f42659e07b812b6", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "956fc3a8-3368-456a-a2ab-bc4a88acf2be", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "956fc3a8-3368-456a-a2ab-bc4a88acf2be", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "956fc3a8-3368-456a-a2ab-bc4a88acf2be", - "x-ms-ratelimit-remaining-tenant-reads": "11903", - "x-ms-request-id": "westus2:956fc3a8-3368-456a-a2ab-bc4a88acf2be", - "x-ms-routing-request-id": "WESTUS2:20210712T031631Z:956fc3a8-3368-456a-a2ab-bc4a88acf2be" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-ecd1d1ffdb9d4542-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de5364dc34ec30bed08c230b309f798f", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": {} }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "0d37a379-b5d5-406c-92cc-fdd3063df3c6", - "Content-Length": "166", + "client-request-id": "ca4ab8be-c3ce-45e0-a312-7fe8b41b6ba7", + "Content-Length": "165", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:31 GMT", + "Date": "Thu, 14 Oct 2021 02:43:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "0d37a379-b5d5-406c-92cc-fdd3063df3c6", + "request-id": "ca4ab8be-c3ce-45e0-a312-7fe8b41b6ba7", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d37a379-b5d5-406c-92cc-fdd3063df3c6", - "x-ms-ratelimit-remaining-tenant-reads": "11902", - "x-ms-request-id": "westus2:0d37a379-b5d5-406c-92cc-fdd3063df3c6", - "x-ms-routing-request-id": "WESTUS2:20210712T031632Z:0d37a379-b5d5-406c-92cc-fdd3063df3c6" + "x-ms-correlation-request-id": "ca4ab8be-c3ce-45e0-a312-7fe8b41b6ba7", + "x-ms-ratelimit-remaining-managementgroups-requests": "58", + "x-ms-ratelimit-remaining-tenant-writes": "1197", + "x-ms-request-id": "southeastasia:ca4ab8be-c3ce-45e0-a312-7fe8b41b6ba7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024330Z:ca4ab8be-c3ce-45e0-a312-7fe8b41b6ba7" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-199", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-199", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-e838e6f8b6029546-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d66e19a083cb0f2446a26a79c9577a51", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-aaaaacf9603b8444-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a242faf7dc69b8805c6e52e6bfdffda1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "f4b19ce3-dabf-4606-a43c-4eb4554c000d", - "Content-Length": "166", + "client-request-id": "4994d0d0-d110-45ea-abb0-e5bafcbfdc7d", + "Content-Length": "164", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:33 GMT", + "Date": "Thu, 14 Oct 2021 02:43:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "f4b19ce3-dabf-4606-a43c-4eb4554c000d", + "request-id": "4994d0d0-d110-45ea-abb0-e5bafcbfdc7d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4b19ce3-dabf-4606-a43c-4eb4554c000d", - "x-ms-ratelimit-remaining-tenant-reads": "11901", - "x-ms-request-id": "westus2:f4b19ce3-dabf-4606-a43c-4eb4554c000d", - "x-ms-routing-request-id": "WESTUS2:20210712T031633Z:f4b19ce3-dabf-4606-a43c-4eb4554c000d" + "x-ms-correlation-request-id": "4994d0d0-d110-45ea-abb0-e5bafcbfdc7d", + "x-ms-ratelimit-remaining-tenant-reads": "11965", + "x-ms-request-id": "southeastasia:4994d0d0-d110-45ea-abb0-e5bafcbfdc7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024331Z:4994d0d0-d110-45ea-abb0-e5bafcbfdc7d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-5c269c2071e5a942-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a66b3b446258cf242e74974fe1a5912", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "53db52c1-4d90-4a95-844f-dacfc4a625ef", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "53db52c1-4d90-4a95-844f-dacfc4a625ef", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53db52c1-4d90-4a95-844f-dacfc4a625ef", - "x-ms-ratelimit-remaining-tenant-reads": "11900", - "x-ms-request-id": "westus2:53db52c1-4d90-4a95-844f-dacfc4a625ef", - "x-ms-routing-request-id": "WESTUS2:20210712T031635Z:53db52c1-4d90-4a95-844f-dacfc4a625ef" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-dd14c8c89116644c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "651943e2b95b59f43f43984aca456679", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "a8e9ad11-411c-4a0c-8dbc-b3952646f95b", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "a8e9ad11-411c-4a0c-8dbc-b3952646f95b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8e9ad11-411c-4a0c-8dbc-b3952646f95b", - "x-ms-ratelimit-remaining-tenant-reads": "11899", - "x-ms-request-id": "westus2:a8e9ad11-411c-4a0c-8dbc-b3952646f95b", - "x-ms-routing-request-id": "WESTUS2:20210712T031636Z:a8e9ad11-411c-4a0c-8dbc-b3952646f95b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-46034bb40d6afc4e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c57d1110e38596a26e294e33ab0112b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "43ae243a-fa59-4d9f-8ff8-c11f12769901", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "43ae243a-fa59-4d9f-8ff8-c11f12769901", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43ae243a-fa59-4d9f-8ff8-c11f12769901", - "x-ms-ratelimit-remaining-tenant-reads": "11898", - "x-ms-request-id": "westus2:43ae243a-fa59-4d9f-8ff8-c11f12769901", - "x-ms-routing-request-id": "WESTUS2:20210712T031637Z:43ae243a-fa59-4d9f-8ff8-c11f12769901" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-6a0163637007fd47-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86965849153dfaf6bf0d2ae1aea8c2fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d1c419db-e8ed-409b-a366-614e5e4b846d", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d1c419db-e8ed-409b-a366-614e5e4b846d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1c419db-e8ed-409b-a366-614e5e4b846d", - "x-ms-ratelimit-remaining-tenant-reads": "11897", - "x-ms-request-id": "westus2:d1c419db-e8ed-409b-a366-614e5e4b846d", - "x-ms-routing-request-id": "WESTUS2:20210712T031638Z:d1c419db-e8ed-409b-a366-614e5e4b846d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-7530882f31190643-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c62cf81dcc3d3d9d9bf3e7825101f8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b53b47ce-19cc-4b31-b318-4103bc2cd65d", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b53b47ce-19cc-4b31-b318-4103bc2cd65d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b53b47ce-19cc-4b31-b318-4103bc2cd65d", - "x-ms-ratelimit-remaining-tenant-reads": "11896", - "x-ms-request-id": "westus2:b53b47ce-19cc-4b31-b318-4103bc2cd65d", - "x-ms-routing-request-id": "WESTUS2:20210712T031639Z:b53b47ce-19cc-4b31-b318-4103bc2cd65d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-6ef6bc973b22384b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71006c31e0affc3cda5cbd2be388ab7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "996c0f8f-65e7-4387-9225-acc0b0d047fd", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "996c0f8f-65e7-4387-9225-acc0b0d047fd", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "996c0f8f-65e7-4387-9225-acc0b0d047fd", - "x-ms-ratelimit-remaining-tenant-reads": "11895", - "x-ms-request-id": "westus2:996c0f8f-65e7-4387-9225-acc0b0d047fd", - "x-ms-routing-request-id": "WESTUS2:20210712T031640Z:996c0f8f-65e7-4387-9225-acc0b0d047fd" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-a9a44aee06113943-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a629720e54d6d677fc2ac7dd67ed5ae", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-2a918dcac1f73545-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "507c68092a1cc57753b64c7e76914e61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "c5b87d57-2ae0-4a13-a43e-4bd8e7e895ac", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c5b87d57-2ae0-4a13-a43e-4bd8e7e895ac", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5b87d57-2ae0-4a13-a43e-4bd8e7e895ac", - "x-ms-ratelimit-remaining-tenant-reads": "11894", - "x-ms-request-id": "westus2:c5b87d57-2ae0-4a13-a43e-4bd8e7e895ac", - "x-ms-routing-request-id": "WESTUS2:20210712T031641Z:c5b87d57-2ae0-4a13-a43e-4bd8e7e895ac" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-1603e126be63c745-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41b09bed50a8a04c936651671fadf051", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d850f708-0389-4ab0-b742-8ef278341e36", - "Content-Length": "163", + "client-request-id": "f8e2448c-ff51-491b-8d99-f7f87d86b968", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:42 GMT", + "Date": "Thu, 14 Oct 2021 02:43:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "d850f708-0389-4ab0-b742-8ef278341e36", + "request-id": "f8e2448c-ff51-491b-8d99-f7f87d86b968", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d850f708-0389-4ab0-b742-8ef278341e36", - "x-ms-ratelimit-remaining-tenant-reads": "11893", - "x-ms-request-id": "westus2:d850f708-0389-4ab0-b742-8ef278341e36", - "x-ms-routing-request-id": "WESTUS2:20210712T031643Z:d850f708-0389-4ab0-b742-8ef278341e36" + "x-ms-correlation-request-id": "f8e2448c-ff51-491b-8d99-f7f87d86b968", + "x-ms-ratelimit-remaining-tenant-reads": "11964", + "x-ms-request-id": "southeastasia:f8e2448c-ff51-491b-8d99-f7f87d86b968", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024332Z:f8e2448c-ff51-491b-8d99-f7f87d86b968" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-3774c2f4dde86f40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d58c014b5ad4c420493f2ec34be265c", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-721ed036a75d224c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0da65a496f76734d65f2737c7295a324", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "3385783e-de5b-48d9-b0bb-62fd39e7d926", - "Content-Length": "163", + "client-request-id": "6b1810b2-271b-40e2-b874-7be7b36b647c", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:43 GMT", + "Date": "Thu, 14 Oct 2021 02:43:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "3385783e-de5b-48d9-b0bb-62fd39e7d926", + "request-id": "6b1810b2-271b-40e2-b874-7be7b36b647c", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3385783e-de5b-48d9-b0bb-62fd39e7d926", - "x-ms-ratelimit-remaining-tenant-reads": "11892", - "x-ms-request-id": "westus2:3385783e-de5b-48d9-b0bb-62fd39e7d926", - "x-ms-routing-request-id": "WESTUS2:20210712T031644Z:3385783e-de5b-48d9-b0bb-62fd39e7d926" + "x-ms-correlation-request-id": "6b1810b2-271b-40e2-b874-7be7b36b647c", + "x-ms-ratelimit-remaining-tenant-reads": "11963", + "x-ms-request-id": "southeastasia:6b1810b2-271b-40e2-b874-7be7b36b647c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024334Z:6b1810b2-271b-40e2-b874-7be7b36b647c" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-8eacd1bfeaceac4b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "483d0e8669d8cfd54ac1d6e793004ed1", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-e231d201883ae643-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5821ae08a872cdee837c4fb3900142cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9830c7e6-39b9-42cd-8469-2cd0d87d0b5a", - "Content-Length": "163", + "client-request-id": "723be6dd-9357-4b39-b4af-9952670703d3", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:45 GMT", + "Date": "Thu, 14 Oct 2021 02:43:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9830c7e6-39b9-42cd-8469-2cd0d87d0b5a", + "request-id": "723be6dd-9357-4b39-b4af-9952670703d3", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9830c7e6-39b9-42cd-8469-2cd0d87d0b5a", - "x-ms-ratelimit-remaining-tenant-reads": "11891", - "x-ms-request-id": "westus2:9830c7e6-39b9-42cd-8469-2cd0d87d0b5a", - "x-ms-routing-request-id": "WESTUS2:20210712T031645Z:9830c7e6-39b9-42cd-8469-2cd0d87d0b5a" + "x-ms-correlation-request-id": "723be6dd-9357-4b39-b4af-9952670703d3", + "x-ms-ratelimit-remaining-tenant-reads": "11962", + "x-ms-request-id": "southeastasia:723be6dd-9357-4b39-b4af-9952670703d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024335Z:723be6dd-9357-4b39-b4af-9952670703d3" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-cfda9881c2995442-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15695ad24725380158633d155d606cd4", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-3ad92263debda647-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "649df11fef39992b1a08eb29b6fa53bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "3f8d2fd7-dc41-41bf-bafb-3fee4d65cec2", - "Content-Length": "163", + "client-request-id": "9bf0dd10-277b-46fd-b7c0-c894964a4ecd", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:46 GMT", + "Date": "Thu, 14 Oct 2021 02:43:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "3f8d2fd7-dc41-41bf-bafb-3fee4d65cec2", + "request-id": "9bf0dd10-277b-46fd-b7c0-c894964a4ecd", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f8d2fd7-dc41-41bf-bafb-3fee4d65cec2", - "x-ms-ratelimit-remaining-tenant-reads": "11890", - "x-ms-request-id": "westus2:3f8d2fd7-dc41-41bf-bafb-3fee4d65cec2", - "x-ms-routing-request-id": "WESTUS2:20210712T031646Z:3f8d2fd7-dc41-41bf-bafb-3fee4d65cec2" + "x-ms-correlation-request-id": "9bf0dd10-277b-46fd-b7c0-c894964a4ecd", + "x-ms-ratelimit-remaining-tenant-reads": "11961", + "x-ms-request-id": "southeastasia:9bf0dd10-277b-46fd-b7c0-c894964a4ecd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024337Z:9bf0dd10-277b-46fd-b7c0-c894964a4ecd" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-38463c74a3c54646-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10e0f53fa76faa79ea8843ebde5bb904", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-1ddc2ff13f35db46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c7762712f570a1ef6cd98af92099e363", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "fc0dcff8-7f05-4df4-88b6-42928bb53139", - "Content-Length": "163", + "client-request-id": "74d99895-03b0-430a-a775-eeb4a36ffe4d", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:47 GMT", + "Date": "Thu, 14 Oct 2021 02:43:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "fc0dcff8-7f05-4df4-88b6-42928bb53139", + "request-id": "74d99895-03b0-430a-a775-eeb4a36ffe4d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc0dcff8-7f05-4df4-88b6-42928bb53139", - "x-ms-ratelimit-remaining-tenant-reads": "11889", - "x-ms-request-id": "westus2:fc0dcff8-7f05-4df4-88b6-42928bb53139", - "x-ms-routing-request-id": "WESTUS2:20210712T031647Z:fc0dcff8-7f05-4df4-88b6-42928bb53139" + "x-ms-correlation-request-id": "74d99895-03b0-430a-a775-eeb4a36ffe4d", + "x-ms-ratelimit-remaining-tenant-reads": "11960", + "x-ms-request-id": "southeastasia:74d99895-03b0-430a-a775-eeb4a36ffe4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024338Z:74d99895-03b0-430a-a775-eeb4a36ffe4d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-1c37a991d6d7fb4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d91a214510553f360d05f0742cc072ea", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-5e9dd63bdd2abc40-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "805da8b03ff818eb83873d69bdc51688", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "51fc4953-a32c-4346-a554-f27b614ca266", - "Content-Length": "163", + "client-request-id": "ad36e33e-480d-48c6-a8ed-e775f0977c26", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:48 GMT", + "Date": "Thu, 14 Oct 2021 02:43:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "51fc4953-a32c-4346-a554-f27b614ca266", + "request-id": "ad36e33e-480d-48c6-a8ed-e775f0977c26", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51fc4953-a32c-4346-a554-f27b614ca266", - "x-ms-ratelimit-remaining-tenant-reads": "11888", - "x-ms-request-id": "westus2:51fc4953-a32c-4346-a554-f27b614ca266", - "x-ms-routing-request-id": "WESTUS2:20210712T031648Z:51fc4953-a32c-4346-a554-f27b614ca266" + "x-ms-correlation-request-id": "ad36e33e-480d-48c6-a8ed-e775f0977c26", + "x-ms-ratelimit-remaining-tenant-reads": "11959", + "x-ms-request-id": "southeastasia:ad36e33e-480d-48c6-a8ed-e775f0977c26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024340Z:ad36e33e-480d-48c6-a8ed-e775f0977c26" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-ce89c00be608b246-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9da701553d202b62e1be2a9d04155afd", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-07654ec81a74c849-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "68a091297a8b295b02fcf75f65317881", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ad015913-856d-4206-b796-aaadd4b2e7f9", - "Content-Length": "163", + "client-request-id": "652d988b-0854-495e-97d6-c525d6288454", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:49 GMT", + "Date": "Thu, 14 Oct 2021 02:43:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ad015913-856d-4206-b796-aaadd4b2e7f9", + "request-id": "652d988b-0854-495e-97d6-c525d6288454", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad015913-856d-4206-b796-aaadd4b2e7f9", - "x-ms-ratelimit-remaining-tenant-reads": "11887", - "x-ms-request-id": "westus2:ad015913-856d-4206-b796-aaadd4b2e7f9", - "x-ms-routing-request-id": "WESTUS2:20210712T031649Z:ad015913-856d-4206-b796-aaadd4b2e7f9" + "x-ms-correlation-request-id": "652d988b-0854-495e-97d6-c525d6288454", + "x-ms-ratelimit-remaining-tenant-reads": "11958", + "x-ms-request-id": "southeastasia:652d988b-0854-495e-97d6-c525d6288454", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024341Z:652d988b-0854-495e-97d6-c525d6288454" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-cf12028de5a0f54a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cd038aa93452f7fbea1036ab6047e2a", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-20e549cacc660541-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0d798725d29dd3c43c5d44e8b885e3a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "2297f2a9-fb32-450d-aa53-24317def3e8d", - "Content-Length": "163", + "client-request-id": "9658eecd-d71d-49fe-add9-4ab4408df8ce", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:50 GMT", + "Date": "Thu, 14 Oct 2021 02:43:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "2297f2a9-fb32-450d-aa53-24317def3e8d", + "request-id": "9658eecd-d71d-49fe-add9-4ab4408df8ce", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2297f2a9-fb32-450d-aa53-24317def3e8d", - "x-ms-ratelimit-remaining-tenant-reads": "11886", - "x-ms-request-id": "westus2:2297f2a9-fb32-450d-aa53-24317def3e8d", - "x-ms-routing-request-id": "WESTUS2:20210712T031650Z:2297f2a9-fb32-450d-aa53-24317def3e8d" + "x-ms-correlation-request-id": "9658eecd-d71d-49fe-add9-4ab4408df8ce", + "x-ms-ratelimit-remaining-tenant-reads": "11957", + "x-ms-request-id": "southeastasia:9658eecd-d71d-49fe-add9-4ab4408df8ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024343Z:9658eecd-d71d-49fe-add9-4ab4408df8ce" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-1bfa5f695147b549-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc9658161bb308e4beeff797e5993af8", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-69ab758d00479d4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8ed001c27af935d74d337efc478bb351", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "5ac361d3-60d9-4c6a-9271-ed75be0e39e1", - "Content-Length": "163", + "client-request-id": "1aa807be-e3d4-4e9c-98b6-dbba8f5a7bfd", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:51 GMT", + "Date": "Thu, 14 Oct 2021 02:43:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "5ac361d3-60d9-4c6a-9271-ed75be0e39e1", + "request-id": "1aa807be-e3d4-4e9c-98b6-dbba8f5a7bfd", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ac361d3-60d9-4c6a-9271-ed75be0e39e1", - "x-ms-ratelimit-remaining-tenant-reads": "11885", - "x-ms-request-id": "westus2:5ac361d3-60d9-4c6a-9271-ed75be0e39e1", - "x-ms-routing-request-id": "WESTUS2:20210712T031652Z:5ac361d3-60d9-4c6a-9271-ed75be0e39e1" + "x-ms-correlation-request-id": "1aa807be-e3d4-4e9c-98b6-dbba8f5a7bfd", + "x-ms-ratelimit-remaining-tenant-reads": "11956", + "x-ms-request-id": "southeastasia:1aa807be-e3d4-4e9c-98b6-dbba8f5a7bfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024344Z:1aa807be-e3d4-4e9c-98b6-dbba8f5a7bfd" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-94fe62f004a1d74d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3caf2aa36f0c1a48278de7e39f774dc", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-a65b8a92c6932849-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3543bc0e084c56ebcccd2c2e3672717c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1e9c4f02-64e7-4333-869a-9349ba11f555", - "Content-Length": "163", + "client-request-id": "90f2bbc1-4296-480a-b6cb-82f3f154a830", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:53 GMT", + "Date": "Thu, 14 Oct 2021 02:43:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1e9c4f02-64e7-4333-869a-9349ba11f555", + "request-id": "90f2bbc1-4296-480a-b6cb-82f3f154a830", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e9c4f02-64e7-4333-869a-9349ba11f555", - "x-ms-ratelimit-remaining-tenant-reads": "11884", - "x-ms-request-id": "westus2:1e9c4f02-64e7-4333-869a-9349ba11f555", - "x-ms-routing-request-id": "WESTUS2:20210712T031653Z:1e9c4f02-64e7-4333-869a-9349ba11f555" + "x-ms-correlation-request-id": "90f2bbc1-4296-480a-b6cb-82f3f154a830", + "x-ms-ratelimit-remaining-tenant-reads": "11955", + "x-ms-request-id": "southeastasia:90f2bbc1-4296-480a-b6cb-82f3f154a830", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024346Z:90f2bbc1-4296-480a-b6cb-82f3f154a830" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-7dff89de84dc5546-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac87003f7d7e8e4954c87d569ce74925", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-d50256ff9708604f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "649c5118ea60aa88b044c06954c88cb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "dc6a3d59-3ff6-4cf4-b0a2-612a4bae71fb", - "Content-Length": "163", + "client-request-id": "84d16107-c80e-4dc6-9e7e-e422c192e5e0", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:54 GMT", + "Date": "Thu, 14 Oct 2021 02:43:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "dc6a3d59-3ff6-4cf4-b0a2-612a4bae71fb", + "request-id": "84d16107-c80e-4dc6-9e7e-e422c192e5e0", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc6a3d59-3ff6-4cf4-b0a2-612a4bae71fb", - "x-ms-ratelimit-remaining-tenant-reads": "11883", - "x-ms-request-id": "westus2:dc6a3d59-3ff6-4cf4-b0a2-612a4bae71fb", - "x-ms-routing-request-id": "WESTUS2:20210712T031654Z:dc6a3d59-3ff6-4cf4-b0a2-612a4bae71fb" + "x-ms-correlation-request-id": "84d16107-c80e-4dc6-9e7e-e422c192e5e0", + "x-ms-ratelimit-remaining-tenant-reads": "11954", + "x-ms-request-id": "southeastasia:84d16107-c80e-4dc6-9e7e-e422c192e5e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024347Z:84d16107-c80e-4dc6-9e7e-e422c192e5e0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-7a648a2d2b82c642-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3bf0b668a3adf39b3d55a3b3c65cec6", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-05b12f1548e0ab4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fcd9f2aaae41ba5a1579c12b4ea9feda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "93aa4039-f296-4d61-bfb9-a9136e7f2246", - "Content-Length": "163", + "client-request-id": "5bbae029-ab24-4273-b93d-b80d527f0713", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:55 GMT", + "Date": "Thu, 14 Oct 2021 02:43:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "93aa4039-f296-4d61-bfb9-a9136e7f2246", + "request-id": "5bbae029-ab24-4273-b93d-b80d527f0713", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93aa4039-f296-4d61-bfb9-a9136e7f2246", - "x-ms-ratelimit-remaining-tenant-reads": "11882", - "x-ms-request-id": "westus2:93aa4039-f296-4d61-bfb9-a9136e7f2246", - "x-ms-routing-request-id": "WESTUS2:20210712T031655Z:93aa4039-f296-4d61-bfb9-a9136e7f2246" + "x-ms-correlation-request-id": "5bbae029-ab24-4273-b93d-b80d527f0713", + "x-ms-ratelimit-remaining-tenant-reads": "11953", + "x-ms-request-id": "southeastasia:5bbae029-ab24-4273-b93d-b80d527f0713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024349Z:5bbae029-ab24-4273-b93d-b80d527f0713" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-edc1972a374f8b45-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4571b7a8e122d79a83c9f28b84e259a", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-9e42408f11b1ec49-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f6e401c24eee24f13499840748820204", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1f2c62f9-03b2-4a20-823a-07afde3e0ba2", - "Content-Length": "163", + "client-request-id": "0c2afae2-d4ca-4ca9-b09b-ad5ede56877e", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:56 GMT", + "Date": "Thu, 14 Oct 2021 02:43:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1f2c62f9-03b2-4a20-823a-07afde3e0ba2", + "request-id": "0c2afae2-d4ca-4ca9-b09b-ad5ede56877e", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f2c62f9-03b2-4a20-823a-07afde3e0ba2", - "x-ms-ratelimit-remaining-tenant-reads": "11881", - "x-ms-request-id": "westus2:1f2c62f9-03b2-4a20-823a-07afde3e0ba2", - "x-ms-routing-request-id": "WESTUS2:20210712T031656Z:1f2c62f9-03b2-4a20-823a-07afde3e0ba2" + "x-ms-correlation-request-id": "0c2afae2-d4ca-4ca9-b09b-ad5ede56877e", + "x-ms-ratelimit-remaining-tenant-reads": "11952", + "x-ms-request-id": "southeastasia:0c2afae2-d4ca-4ca9-b09b-ad5ede56877e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024350Z:0c2afae2-d4ca-4ca9-b09b-ad5ede56877e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-fb4ea5c070aaa247-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d18b92eb038b5a1c7a7f8a9230e51ee", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-99fb703aca8bfa48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "43847b407499693af6e24ee6285c5c07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "60dc2e67-4460-480b-a296-f70f8f6719dc", - "Content-Length": "382", + "client-request-id": "8d6163bd-edb3-43bb-94c6-632d5d72a94a", + "Content-Length": "379", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:57 GMT", + "Date": "Thu, 14 Oct 2021 02:43:51 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "60dc2e67-4460-480b-a296-f70f8f6719dc", + "request-id": "8d6163bd-edb3-43bb-94c6-632d5d72a94a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60dc2e67-4460-480b-a296-f70f8f6719dc", - "x-ms-ratelimit-remaining-tenant-reads": "11880", - "x-ms-request-id": "westus2:60dc2e67-4460-480b-a296-f70f8f6719dc", - "x-ms-routing-request-id": "WESTUS2:20210712T031657Z:60dc2e67-4460-480b-a296-f70f8f6719dc" + "x-ms-correlation-request-id": "8d6163bd-edb3-43bb-94c6-632d5d72a94a", + "x-ms-ratelimit-remaining-tenant-reads": "11951", + "x-ms-request-id": "southeastasia:8d6163bd-edb3-43bb-94c6-632d5d72a94a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024352Z:8d6163bd-edb3-43bb-94c6-632d5d72a94a" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-8286", + "displayName": "mgmt-group-199", "details": { "version": 1, - "updatedTime": "2021-07-12T03:16:40.0124641Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "updatedTime": "2021-10-14T02:43:36.4315234Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0c69de90921d54aaab538f43f9811eb-f255837f31ea0f4e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81dcb6f96490d71291921afeea112665", + "traceparent": "00-b3d45358467dd1458c05819f0dd9ffd4-b8871fe8a6790947-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52a7e54596e45bc101b4c8a829527292", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "81ad05af-1ff8-4fce-ba69-679c909086c2", - "Content-Length": "565", + "client-request-id": "ed957b85-1f84-4d1e-9f05-710fbd25051b", + "Content-Length": "562", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:57 GMT", + "Date": "Thu, 14 Oct 2021 02:43:51 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "81ad05af-1ff8-4fce-ba69-679c909086c2", + "request-id": "ed957b85-1f84-4d1e-9f05-710fbd25051b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81ad05af-1ff8-4fce-ba69-679c909086c2", - "x-ms-ratelimit-remaining-tenant-reads": "11879", - "x-ms-request-id": "westus2:81ad05af-1ff8-4fce-ba69-679c909086c2", - "x-ms-routing-request-id": "WESTUS2:20210712T031658Z:81ad05af-1ff8-4fce-ba69-679c909086c2" + "x-ms-correlation-request-id": "ed957b85-1f84-4d1e-9f05-710fbd25051b", + "x-ms-ratelimit-remaining-tenant-reads": "11950", + "x-ms-request-id": "southeastasia:ed957b85-1f84-4d1e-9f05-710fbd25051b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024352Z:ed957b85-1f84-4d1e-9f05-710fbd25051b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8286", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-199", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-8286", + "name": "mgmt-group-199", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-8286", + "displayName": "mgmt-group-199", "details": { "version": 1, - "updatedTime": "2021-07-12T03:16:40.0124641Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:43:36.4315234Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1824,318 +738,301 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b933840c82e891438da9c688f066f596-df11cb5dd1913946-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "830cbfafa04cc98e79a11d6b96d0099a", + "traceparent": "00-2396a949f727cd49a1a926cbe017b7e2-e34289622e7d4b44-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d2ebbd77bb254d40c67aff0bff0afbd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1428c98c-884a-4125-a650-61bad55de655", - "Content-Length": "167", + "client-request-id": "f6942872-eb98-4c2a-a9ed-5301da76f27f", + "Content-Length": "165", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:58 GMT", + "Date": "Thu, 14 Oct 2021 02:43:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1428c98c-884a-4125-a650-61bad55de655", + "request-id": "f6942872-eb98-4c2a-a9ed-5301da76f27f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1428c98c-884a-4125-a650-61bad55de655", + "x-ms-correlation-request-id": "f6942872-eb98-4c2a-a9ed-5301da76f27f", "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-deletes": "14999", - "x-ms-request-id": "westus2:1428c98c-884a-4125-a650-61bad55de655", - "x-ms-routing-request-id": "WESTUS2:20210712T031658Z:1428c98c-884a-4125-a650-61bad55de655" + "x-ms-ratelimit-remaining-tenant-deletes": "14998", + "x-ms-request-id": "southeastasia:f6942872-eb98-4c2a-a9ed-5301da76f27f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024353Z:f6942872-eb98-4c2a-a9ed-5301da76f27f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8286", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-199", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-8286", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b933840c82e891438da9c688f066f596-89fd64fd7349b84f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64f99280cd0158a1281207ee46a741c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "fda3743b-8b6d-41e7-99e9-f6ea70bb6519", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8286?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "fda3743b-8b6d-41e7-99e9-f6ea70bb6519", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fda3743b-8b6d-41e7-99e9-f6ea70bb6519", - "x-ms-ratelimit-remaining-tenant-reads": "11878", - "x-ms-request-id": "westus2:fda3743b-8b6d-41e7-99e9-f6ea70bb6519", - "x-ms-routing-request-id": "WESTUS2:20210712T031658Z:fda3743b-8b6d-41e7-99e9-f6ea70bb6519" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "name": "mgmt-group-199", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b933840c82e891438da9c688f066f596-432fa97e7209ad42-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3913808824e10bf3b443dc0b04e734d5", + "traceparent": "00-2396a949f727cd49a1a926cbe017b7e2-32169c957ca9c542-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6b6fbb7089718ae1a4598b6a96b55bf7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "550e8365-a651-4b78-b8df-08ad1a1ccd5e", - "Content-Length": "166", + "client-request-id": "529be080-bced-4038-9631-3e0819a703ed", + "Content-Length": "164", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:16:59 GMT", + "Date": "Thu, 14 Oct 2021 02:43:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "550e8365-a651-4b78-b8df-08ad1a1ccd5e", + "request-id": "529be080-bced-4038-9631-3e0819a703ed", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "550e8365-a651-4b78-b8df-08ad1a1ccd5e", - "x-ms-ratelimit-remaining-tenant-reads": "11877", - "x-ms-request-id": "westus2:550e8365-a651-4b78-b8df-08ad1a1ccd5e", - "x-ms-routing-request-id": "WESTUS2:20210712T031659Z:550e8365-a651-4b78-b8df-08ad1a1ccd5e" + "x-ms-correlation-request-id": "529be080-bced-4038-9631-3e0819a703ed", + "x-ms-ratelimit-remaining-tenant-reads": "11949", + "x-ms-request-id": "southeastasia:529be080-bced-4038-9631-3e0819a703ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024354Z:529be080-bced-4038-9631-3e0819a703ed" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b933840c82e891438da9c688f066f596-5d63f6505344514f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03ea67d7a5d71c980fd6da5f9c1c82fe", + "traceparent": "00-2396a949f727cd49a1a926cbe017b7e2-9c29f40c82f4e241-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ab6bf0b80f90c7b79d4018fc795ba134", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "81fdca73-da1b-43f4-bf16-a0f466dd8a33", - "Content-Length": "163", + "client-request-id": "358aed07-66a1-49b0-b4f2-a372202238d0", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:17:00 GMT", + "Date": "Thu, 14 Oct 2021 02:43:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "81fdca73-da1b-43f4-bf16-a0f466dd8a33", + "request-id": "358aed07-66a1-49b0-b4f2-a372202238d0", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81fdca73-da1b-43f4-bf16-a0f466dd8a33", - "x-ms-ratelimit-remaining-tenant-reads": "11876", - "x-ms-request-id": "westus2:81fdca73-da1b-43f4-bf16-a0f466dd8a33", - "x-ms-routing-request-id": "WESTUS2:20210712T031701Z:81fdca73-da1b-43f4-bf16-a0f466dd8a33" + "x-ms-correlation-request-id": "358aed07-66a1-49b0-b4f2-a372202238d0", + "x-ms-ratelimit-remaining-tenant-reads": "11948", + "x-ms-request-id": "southeastasia:358aed07-66a1-49b0-b4f2-a372202238d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024355Z:358aed07-66a1-49b0-b4f2-a372202238d0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b933840c82e891438da9c688f066f596-4854bf9fbb0bc84d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "141edbff918f5bd49feeafbef1965440", + "traceparent": "00-2396a949f727cd49a1a926cbe017b7e2-3be62dbc48e2f442-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "439b5c39909ab3679b37bd8224b51404", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ed774c2d-aa19-45ec-8216-f0e345b4a6b2", - "Content-Length": "163", + "client-request-id": "fe8cff02-5b9b-4643-921d-0c6da6746ec9", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:17:01 GMT", + "Date": "Thu, 14 Oct 2021 02:43:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ed774c2d-aa19-45ec-8216-f0e345b4a6b2", + "request-id": "fe8cff02-5b9b-4643-921d-0c6da6746ec9", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed774c2d-aa19-45ec-8216-f0e345b4a6b2", - "x-ms-ratelimit-remaining-tenant-reads": "11875", - "x-ms-request-id": "westus2:ed774c2d-aa19-45ec-8216-f0e345b4a6b2", - "x-ms-routing-request-id": "WESTUS2:20210712T031702Z:ed774c2d-aa19-45ec-8216-f0e345b4a6b2" + "x-ms-correlation-request-id": "fe8cff02-5b9b-4643-921d-0c6da6746ec9", + "x-ms-ratelimit-remaining-tenant-reads": "11947", + "x-ms-request-id": "southeastasia:fe8cff02-5b9b-4643-921d-0c6da6746ec9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024357Z:fe8cff02-5b9b-4643-921d-0c6da6746ec9" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b933840c82e891438da9c688f066f596-9c675b2413371e43-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df1732de3ebde3e9e8f62a0b4a946e98", + "traceparent": "00-2396a949f727cd49a1a926cbe017b7e2-e87913c2df3a6240-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bc2b4acd9427601204a8cd3071e51149", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ccd06bf9-c79c-41ee-9cbd-29586a56bed4", - "Content-Length": "163", + "client-request-id": "edc385b9-2965-48bb-be1b-ef6b3249c178", + "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:17:03 GMT", + "Date": "Thu, 14 Oct 2021 02:43:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-199?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ccd06bf9-c79c-41ee-9cbd-29586a56bed4", + "request-id": "edc385b9-2965-48bb-be1b-ef6b3249c178", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccd06bf9-c79c-41ee-9cbd-29586a56bed4", - "x-ms-ratelimit-remaining-tenant-reads": "11874", - "x-ms-request-id": "westus2:ccd06bf9-c79c-41ee-9cbd-29586a56bed4", - "x-ms-routing-request-id": "WESTUS2:20210712T031703Z:ccd06bf9-c79c-41ee-9cbd-29586a56bed4" + "x-ms-correlation-request-id": "edc385b9-2965-48bb-be1b-ef6b3249c178", + "x-ms-ratelimit-remaining-tenant-reads": "11946", + "x-ms-request-id": "southeastasia:edc385b9-2965-48bb-be1b-ef6b3249c178", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024358Z:edc385b9-2965-48bb-be1b-ef6b3249c178" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b933840c82e891438da9c688f066f596-1c46baa27c6a1c49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "290bdec01fc94545938f63e8f5da2b78", + "traceparent": "00-2396a949f727cd49a1a926cbe017b7e2-50791d95f8d7234a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "393057b7171a285c89b710585235a3e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "13ccbfe6-9dbd-4759-b44c-60ece7b2874f", - "Content-Length": "165", + "client-request-id": "2cdd0138-484b-4c74-b9bf-0e4e868deaee", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:17:04 GMT", + "Date": "Thu, 14 Oct 2021 02:43:59 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "13ccbfe6-9dbd-4759-b44c-60ece7b2874f", + "request-id": "2cdd0138-484b-4c74-b9bf-0e4e868deaee", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13ccbfe6-9dbd-4759-b44c-60ece7b2874f", - "x-ms-ratelimit-remaining-tenant-reads": "11873", - "x-ms-request-id": "westus2:13ccbfe6-9dbd-4759-b44c-60ece7b2874f", - "x-ms-routing-request-id": "WESTUS2:20210712T031704Z:13ccbfe6-9dbd-4759-b44c-60ece7b2874f" + "x-ms-correlation-request-id": "2cdd0138-484b-4c74-b9bf-0e4e868deaee", + "x-ms-ratelimit-remaining-tenant-reads": "11945", + "x-ms-request-id": "southeastasia:2cdd0138-484b-4c74-b9bf-0e4e868deaee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024400Z:2cdd0138-484b-4c74-b9bf-0e4e868deaee" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8286", - "name": "mgmt-group-8286", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-199", + "name": "mgmt-group-199", "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8286?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-199?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0defa5673bc54f47b99b804e34d09db4-069a43591102a849-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a819a82a304c141f13a2c9966c8110b", + "traceparent": "00-ce68dec490b13843b86e19ef6a47de43-46e8b5ea2a6d994a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e2f142be52fa50c493a3ff2c23641b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "cf029868-fdb5-44dc-b8d3-d77c195ccba2", - "Content-Length": "133", + "client-request-id": "e8ca623a-0eb9-417a-8a4f-d72b067d957c", + "Content-Length": "132", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:17:04 GMT", + "Date": "Thu, 14 Oct 2021 02:43:59 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "cf029868-fdb5-44dc-b8d3-d77c195ccba2", + "request-id": "e8ca623a-0eb9-417a-8a4f-d72b067d957c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf029868-fdb5-44dc-b8d3-d77c195ccba2", - "x-ms-ratelimit-remaining-tenant-reads": "11872", - "x-ms-request-id": "westus2:cf029868-fdb5-44dc-b8d3-d77c195ccba2", - "x-ms-routing-request-id": "WESTUS2:20210712T031704Z:cf029868-fdb5-44dc-b8d3-d77c195ccba2" + "x-ms-correlation-request-id": "e8ca623a-0eb9-417a-8a4f-d72b067d957c", + "x-ms-ratelimit-remaining-tenant-reads": "11944", + "x-ms-request-id": "southeastasia:e8ca623a-0eb9-417a-8a4f-d72b067d957c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024400Z:e8ca623a-0eb9-417a-8a4f-d72b067d957c" }, "ResponseBody": { "error": { "code": "NotFound", - "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-8286\u0027 not found", + "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-199\u0027 not found", "details": null } } } ], "Variables": { - "RandomSeed": "997423243", + "RandomSeed": "790070772", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/DeleteAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/DeleteAsync.json index 7b93e1e7d60cb..6b552d5134a07 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/DeleteAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/DeleteAsync.json @@ -1,61 +1,19 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48cb8f120d6139fb618c02cd9c3f5ace", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41ac57a0-9470-4bda-aaf1-b39c5783d714", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "41ac57a0-9470-4bda-aaf1-b39c5783d714", - "x-ms-routing-request-id": "WESTUS2:20210712T032422Z:41ac57a0-9470-4bda-aaf1-b39c5783d714" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-dcf129ced697a84b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "907f28ec14b63f8e0606254ec76bc8de", + "traceparent": "00-628962e754ae75408f386233b97b11bf-e7d6baf595592f48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e773dae907261d57c2dc2ac23e487b2e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,860 +21,755 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ea8a5776-7337-4287-bbcf-17306fe89e1a", + "client-request-id": "1e9ae188-1cd2-4c97-8cae-8c260cca8f64", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:22 GMT", + "Date": "Thu, 14 Oct 2021 02:45:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ea8a5776-7337-4287-bbcf-17306fe89e1a", + "request-id": "1e9ae188-1cd2-4c97-8cae-8c260cca8f64", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea8a5776-7337-4287-bbcf-17306fe89e1a", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:ea8a5776-7337-4287-bbcf-17306fe89e1a", - "x-ms-routing-request-id": "WESTUS2:20210712T032422Z:ea8a5776-7337-4287-bbcf-17306fe89e1a" + "x-ms-correlation-request-id": "1e9ae188-1cd2-4c97-8cae-8c260cca8f64", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1197", + "x-ms-request-id": "southeastasia:1e9ae188-1cd2-4c97-8cae-8c260cca8f64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024539Z:1e9ae188-1cd2-4c97-8cae-8c260cca8f64" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8650", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-2088", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-8650", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-f4cd4d7a71b52c4c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a0dab2df6757a5b3c095b06d6eb9921", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "1f8965de-4215-4c9b-80b4-298299097836", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "1f8965de-4215-4c9b-80b4-298299097836", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f8965de-4215-4c9b-80b4-298299097836", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:1f8965de-4215-4c9b-80b4-298299097836", - "x-ms-routing-request-id": "WESTUS2:20210712T032422Z:1f8965de-4215-4c9b-80b4-298299097836" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "name": "mgmt-group-2088", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-789d5a8573b15f42-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f08ef390282a90d04f760eb30cabebd", + "traceparent": "00-628962e754ae75408f386233b97b11bf-39f3ffa6c1bfbc44-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "90f3a32da48d0dca2eb63346ce315795", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "5da0bc0e-c6cb-4c34-a235-b9e0ae8dad3d", + "client-request-id": "598b297e-6fc7-41e4-8326-e0b3333c3578", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:23 GMT", + "Date": "Thu, 14 Oct 2021 02:45:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "5da0bc0e-c6cb-4c34-a235-b9e0ae8dad3d", + "request-id": "598b297e-6fc7-41e4-8326-e0b3333c3578", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5da0bc0e-c6cb-4c34-a235-b9e0ae8dad3d", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:5da0bc0e-c6cb-4c34-a235-b9e0ae8dad3d", - "x-ms-routing-request-id": "WESTUS2:20210712T032424Z:5da0bc0e-c6cb-4c34-a235-b9e0ae8dad3d" + "x-ms-correlation-request-id": "598b297e-6fc7-41e4-8326-e0b3333c3578", + "x-ms-ratelimit-remaining-tenant-reads": "11964", + "x-ms-request-id": "southeastasia:598b297e-6fc7-41e4-8326-e0b3333c3578", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024540Z:598b297e-6fc7-41e4-8326-e0b3333c3578" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-69156b97a09ee145-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c2001192e5d9d68c45d8e3ce71db144", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "1cd02650-f65d-48c2-b519-1e173328a255", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "1cd02650-f65d-48c2-b519-1e173328a255", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1cd02650-f65d-48c2-b519-1e173328a255", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:1cd02650-f65d-48c2-b519-1e173328a255", - "x-ms-routing-request-id": "WESTUS2:20210712T032425Z:1cd02650-f65d-48c2-b519-1e173328a255" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-b41a243751f12940-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "918ac231ce3f2aa19e63957d95704a72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "0f62eedd-faf9-4a58-ba9a-6394765ba2fb", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "0f62eedd-faf9-4a58-ba9a-6394765ba2fb", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f62eedd-faf9-4a58-ba9a-6394765ba2fb", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:0f62eedd-faf9-4a58-ba9a-6394765ba2fb", - "x-ms-routing-request-id": "WESTUS2:20210712T032426Z:0f62eedd-faf9-4a58-ba9a-6394765ba2fb" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-dacfbcc706653a41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4ed9d4a7dca0bc3866a5a2474d0c2e7", + "traceparent": "00-628962e754ae75408f386233b97b11bf-66d6118595fadf46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cc48720eb5ff62c2603b9b406840ff07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "b9ada306-e5db-4981-b95e-c4250b9759da", + "client-request-id": "64f12908-66c2-44dd-b59c-b7c5a7e100ed", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:27 GMT", + "Date": "Thu, 14 Oct 2021 02:45:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "b9ada306-e5db-4981-b95e-c4250b9759da", + "request-id": "64f12908-66c2-44dd-b59c-b7c5a7e100ed", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9ada306-e5db-4981-b95e-c4250b9759da", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:b9ada306-e5db-4981-b95e-c4250b9759da", - "x-ms-routing-request-id": "WESTUS2:20210712T032427Z:b9ada306-e5db-4981-b95e-c4250b9759da" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-476fd8dbdabaa44e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6db91c462c3f4b7e60f67dfa99eb0853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "a90dbf6d-a3e6-45a3-923b-bfdf5e799d16", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "a90dbf6d-a3e6-45a3-923b-bfdf5e799d16", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a90dbf6d-a3e6-45a3-923b-bfdf5e799d16", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:a90dbf6d-a3e6-45a3-923b-bfdf5e799d16", - "x-ms-routing-request-id": "WESTUS2:20210712T032428Z:a90dbf6d-a3e6-45a3-923b-bfdf5e799d16" + "x-ms-correlation-request-id": "64f12908-66c2-44dd-b59c-b7c5a7e100ed", + "x-ms-ratelimit-remaining-tenant-reads": "11963", + "x-ms-request-id": "southeastasia:64f12908-66c2-44dd-b59c-b7c5a7e100ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024541Z:64f12908-66c2-44dd-b59c-b7c5a7e100ed" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-966ce064d2ede94e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4af21b13dc2fb379ff7f0bd5737db5cd", + "traceparent": "00-628962e754ae75408f386233b97b11bf-64657d0c40c09842-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9a94ca77ea54cda05773c6695332691a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "eadfe6c9-50b2-496a-ab19-8d5088fd3315", + "client-request-id": "b3edaf7d-2300-4a73-b574-fe6b02cd3c33", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:29 GMT", + "Date": "Thu, 14 Oct 2021 02:45:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "eadfe6c9-50b2-496a-ab19-8d5088fd3315", + "request-id": "b3edaf7d-2300-4a73-b574-fe6b02cd3c33", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eadfe6c9-50b2-496a-ab19-8d5088fd3315", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:eadfe6c9-50b2-496a-ab19-8d5088fd3315", - "x-ms-routing-request-id": "WESTUS2:20210712T032429Z:eadfe6c9-50b2-496a-ab19-8d5088fd3315" + "x-ms-correlation-request-id": "b3edaf7d-2300-4a73-b574-fe6b02cd3c33", + "x-ms-ratelimit-remaining-tenant-reads": "11962", + "x-ms-request-id": "southeastasia:b3edaf7d-2300-4a73-b574-fe6b02cd3c33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024543Z:b3edaf7d-2300-4a73-b574-fe6b02cd3c33" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-b5c4d0e4193ef94c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7937aea1dcb71d321fa174d400c8729b", + "traceparent": "00-628962e754ae75408f386233b97b11bf-a9121a38b3ac6c49-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ac080a8e99727860e1902f52098aa5ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "f9aee6a4-4d7d-4745-b9e9-7e429d39e5e1", + "client-request-id": "5f3b22a3-f874-402f-8d42-6fe0cf78852b", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:30 GMT", + "Date": "Thu, 14 Oct 2021 02:45:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "f9aee6a4-4d7d-4745-b9e9-7e429d39e5e1", + "request-id": "5f3b22a3-f874-402f-8d42-6fe0cf78852b", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9aee6a4-4d7d-4745-b9e9-7e429d39e5e1", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:f9aee6a4-4d7d-4745-b9e9-7e429d39e5e1", - "x-ms-routing-request-id": "WESTUS2:20210712T032430Z:f9aee6a4-4d7d-4745-b9e9-7e429d39e5e1" + "x-ms-correlation-request-id": "5f3b22a3-f874-402f-8d42-6fe0cf78852b", + "x-ms-ratelimit-remaining-tenant-reads": "11961", + "x-ms-request-id": "southeastasia:5f3b22a3-f874-402f-8d42-6fe0cf78852b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024544Z:5f3b22a3-f874-402f-8d42-6fe0cf78852b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-a5e291326db7d145-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5811076178de69b7a2066ec021a8d8e2", + "traceparent": "00-628962e754ae75408f386233b97b11bf-070e1f47ea0c314b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "04cf2cb7bc9d2340d17b748bee580f2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "406453f4-0b83-40af-becf-f7441e9577bf", + "client-request-id": "f373a12f-db01-452b-b536-b7857bed3162", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:31 GMT", + "Date": "Thu, 14 Oct 2021 02:45:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "406453f4-0b83-40af-becf-f7441e9577bf", + "request-id": "f373a12f-db01-452b-b536-b7857bed3162", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "406453f4-0b83-40af-becf-f7441e9577bf", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:406453f4-0b83-40af-becf-f7441e9577bf", - "x-ms-routing-request-id": "WESTUS2:20210712T032431Z:406453f4-0b83-40af-becf-f7441e9577bf" + "x-ms-correlation-request-id": "f373a12f-db01-452b-b536-b7857bed3162", + "x-ms-ratelimit-remaining-tenant-reads": "11960", + "x-ms-request-id": "southeastasia:f373a12f-db01-452b-b536-b7857bed3162", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024546Z:f373a12f-db01-452b-b536-b7857bed3162" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-0053359d73874b4b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb59b0408fb4369ce9d42b8e68a5b336", + "traceparent": "00-628962e754ae75408f386233b97b11bf-25c011314025f64f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5eb180d25238dd946a1cb9c4bb4dc4cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "a523dd96-2638-4621-8ae7-22df40fed30f", + "client-request-id": "6e662ad4-6c6c-43ce-aba6-1b460220e89f", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:32 GMT", + "Date": "Thu, 14 Oct 2021 02:45:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "a523dd96-2638-4621-8ae7-22df40fed30f", + "request-id": "6e662ad4-6c6c-43ce-aba6-1b460220e89f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a523dd96-2638-4621-8ae7-22df40fed30f", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:a523dd96-2638-4621-8ae7-22df40fed30f", - "x-ms-routing-request-id": "WESTUS2:20210712T032433Z:a523dd96-2638-4621-8ae7-22df40fed30f" + "x-ms-correlation-request-id": "6e662ad4-6c6c-43ce-aba6-1b460220e89f", + "x-ms-ratelimit-remaining-tenant-reads": "11959", + "x-ms-request-id": "southeastasia:6e662ad4-6c6c-43ce-aba6-1b460220e89f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024547Z:6e662ad4-6c6c-43ce-aba6-1b460220e89f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-b182a469dfc9004e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c736f0d5d6b29eef6cdd6b06e71fc76", + "traceparent": "00-628962e754ae75408f386233b97b11bf-498fd7771637ba40-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "27b2d9ce6563d27dc9e4daf724d48988", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9f162310-fbd1-4e04-882b-903f1cb0f48d", + "client-request-id": "3ae31e73-bb9b-4fa1-a108-d99abb0449c7", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:33 GMT", + "Date": "Thu, 14 Oct 2021 02:45:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9f162310-fbd1-4e04-882b-903f1cb0f48d", + "request-id": "3ae31e73-bb9b-4fa1-a108-d99abb0449c7", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f162310-fbd1-4e04-882b-903f1cb0f48d", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:9f162310-fbd1-4e04-882b-903f1cb0f48d", - "x-ms-routing-request-id": "WESTUS2:20210712T032434Z:9f162310-fbd1-4e04-882b-903f1cb0f48d" + "x-ms-correlation-request-id": "3ae31e73-bb9b-4fa1-a108-d99abb0449c7", + "x-ms-ratelimit-remaining-tenant-reads": "11958", + "x-ms-request-id": "southeastasia:3ae31e73-bb9b-4fa1-a108-d99abb0449c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024549Z:3ae31e73-bb9b-4fa1-a108-d99abb0449c7" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-f17def5c5f6a6242-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f9391c9876fd2e76adb6f094c2901fc", + "traceparent": "00-628962e754ae75408f386233b97b11bf-0998b70e83b02b4a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8880018146d864b597f19a80027c6884", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "df51aa88-52be-4605-bea0-1c3f87c4e6bb", + "client-request-id": "702f94e9-a2ae-44ff-bccc-aaa16560c4d6", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:34 GMT", + "Date": "Thu, 14 Oct 2021 02:45:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "df51aa88-52be-4605-bea0-1c3f87c4e6bb", + "request-id": "702f94e9-a2ae-44ff-bccc-aaa16560c4d6", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df51aa88-52be-4605-bea0-1c3f87c4e6bb", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:df51aa88-52be-4605-bea0-1c3f87c4e6bb", - "x-ms-routing-request-id": "WESTUS2:20210712T032435Z:df51aa88-52be-4605-bea0-1c3f87c4e6bb" + "x-ms-correlation-request-id": "702f94e9-a2ae-44ff-bccc-aaa16560c4d6", + "x-ms-ratelimit-remaining-tenant-reads": "11957", + "x-ms-request-id": "southeastasia:702f94e9-a2ae-44ff-bccc-aaa16560c4d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024550Z:702f94e9-a2ae-44ff-bccc-aaa16560c4d6" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-841e506966b30f47-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2b337536b35e377c130f4e6b8ebc777", + "traceparent": "00-628962e754ae75408f386233b97b11bf-bee397b4e7b0574e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "15bda7b6e8a66cca02de9453789db895", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "5e855b60-3160-4e51-b911-2ccba8c219f7", + "client-request-id": "971eef15-7ef8-4c31-a9ac-8420f7a039eb", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:36 GMT", + "Date": "Thu, 14 Oct 2021 02:45:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "5e855b60-3160-4e51-b911-2ccba8c219f7", + "request-id": "971eef15-7ef8-4c31-a9ac-8420f7a039eb", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e855b60-3160-4e51-b911-2ccba8c219f7", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:5e855b60-3160-4e51-b911-2ccba8c219f7", - "x-ms-routing-request-id": "WESTUS2:20210712T032436Z:5e855b60-3160-4e51-b911-2ccba8c219f7" + "x-ms-correlation-request-id": "971eef15-7ef8-4c31-a9ac-8420f7a039eb", + "x-ms-ratelimit-remaining-tenant-reads": "11956", + "x-ms-request-id": "southeastasia:971eef15-7ef8-4c31-a9ac-8420f7a039eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024551Z:971eef15-7ef8-4c31-a9ac-8420f7a039eb" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-3645c6f8d3a74f41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d6c4b4d8631286c688a00190ede5dccc", + "traceparent": "00-628962e754ae75408f386233b97b11bf-b56432fdb500bf4f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b94331923bcd87f4244e8f71cbfcd04d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "416a0c68-34c0-4b80-ad88-78981e14da61", + "client-request-id": "66ba768d-56d2-4d07-a85e-376600fba8b7", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:37 GMT", + "Date": "Thu, 14 Oct 2021 02:45:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "416a0c68-34c0-4b80-ad88-78981e14da61", + "request-id": "66ba768d-56d2-4d07-a85e-376600fba8b7", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "416a0c68-34c0-4b80-ad88-78981e14da61", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:416a0c68-34c0-4b80-ad88-78981e14da61", - "x-ms-routing-request-id": "WESTUS2:20210712T032437Z:416a0c68-34c0-4b80-ad88-78981e14da61" + "x-ms-correlation-request-id": "66ba768d-56d2-4d07-a85e-376600fba8b7", + "x-ms-ratelimit-remaining-tenant-reads": "11955", + "x-ms-request-id": "southeastasia:66ba768d-56d2-4d07-a85e-376600fba8b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024553Z:66ba768d-56d2-4d07-a85e-376600fba8b7" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-821c1e43a8302f45-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "365ddacb49be5d411ab08d3f9200197f", + "traceparent": "00-628962e754ae75408f386233b97b11bf-def3da7c95d4124b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7d40567c741698e2361385fab261ecfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "674cb43e-5ea7-416d-966d-1e0803ab1d7a", + "client-request-id": "c779d881-e9d9-4662-b4f5-43b493a63a6a", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:38 GMT", + "Date": "Thu, 14 Oct 2021 02:45:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "674cb43e-5ea7-416d-966d-1e0803ab1d7a", + "request-id": "c779d881-e9d9-4662-b4f5-43b493a63a6a", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "674cb43e-5ea7-416d-966d-1e0803ab1d7a", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:674cb43e-5ea7-416d-966d-1e0803ab1d7a", - "x-ms-routing-request-id": "WESTUS2:20210712T032438Z:674cb43e-5ea7-416d-966d-1e0803ab1d7a" + "x-ms-correlation-request-id": "c779d881-e9d9-4662-b4f5-43b493a63a6a", + "x-ms-ratelimit-remaining-tenant-reads": "11954", + "x-ms-request-id": "southeastasia:c779d881-e9d9-4662-b4f5-43b493a63a6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024554Z:c779d881-e9d9-4662-b4f5-43b493a63a6a" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-1698b385e4063e4e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9831f7132b65efea702c2a946ae7f5dc", + "traceparent": "00-628962e754ae75408f386233b97b11bf-1fc07195d611834a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d0ee0438ae387ab7b236f1585858a106", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "661ed0ed-191f-4839-ae2c-62915ddb4aa7", + "client-request-id": "c8e49d8c-2ae3-435e-9d62-943604ee0362", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:39 GMT", + "Date": "Thu, 14 Oct 2021 02:45:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "661ed0ed-191f-4839-ae2c-62915ddb4aa7", + "request-id": "c8e49d8c-2ae3-435e-9d62-943604ee0362", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "661ed0ed-191f-4839-ae2c-62915ddb4aa7", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:661ed0ed-191f-4839-ae2c-62915ddb4aa7", - "x-ms-routing-request-id": "WESTUS2:20210712T032439Z:661ed0ed-191f-4839-ae2c-62915ddb4aa7" + "x-ms-correlation-request-id": "c8e49d8c-2ae3-435e-9d62-943604ee0362", + "x-ms-ratelimit-remaining-tenant-reads": "11953", + "x-ms-request-id": "southeastasia:c8e49d8c-2ae3-435e-9d62-943604ee0362", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024556Z:c8e49d8c-2ae3-435e-9d62-943604ee0362" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-91341c4ab7f0df4e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de1a2854908d8eb87366bc61d587f487", + "traceparent": "00-628962e754ae75408f386233b97b11bf-42a35470076d2f4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "22d7460e3b5c1e7e4faa82b9b6fad4c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "aabb1837-ae5f-49cf-a8a7-d5f379331264", + "client-request-id": "a6a53650-1f46-4470-bb43-78b1e3362f69", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:40 GMT", + "Date": "Thu, 14 Oct 2021 02:45:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "aabb1837-ae5f-49cf-a8a7-d5f379331264", + "request-id": "a6a53650-1f46-4470-bb43-78b1e3362f69", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aabb1837-ae5f-49cf-a8a7-d5f379331264", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:aabb1837-ae5f-49cf-a8a7-d5f379331264", - "x-ms-routing-request-id": "WESTUS2:20210712T032441Z:aabb1837-ae5f-49cf-a8a7-d5f379331264" + "x-ms-correlation-request-id": "a6a53650-1f46-4470-bb43-78b1e3362f69", + "x-ms-ratelimit-remaining-tenant-reads": "11952", + "x-ms-request-id": "southeastasia:a6a53650-1f46-4470-bb43-78b1e3362f69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024557Z:a6a53650-1f46-4470-bb43-78b1e3362f69" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-e30ffdc9f0c90c49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f57c818644b3a067f06ec6921facf333", + "traceparent": "00-628962e754ae75408f386233b97b11bf-17edd3fcf2caa245-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c6399562ff0ecd149fc5cae082893fdd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "4d49f6d9-23ff-428e-bb45-8b5b5f4c3a82", + "client-request-id": "3e8c6313-a2ec-4b1e-91cf-284328b675f9", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:41 GMT", + "Date": "Thu, 14 Oct 2021 02:45:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "4d49f6d9-23ff-428e-bb45-8b5b5f4c3a82", + "request-id": "3e8c6313-a2ec-4b1e-91cf-284328b675f9", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d49f6d9-23ff-428e-bb45-8b5b5f4c3a82", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:4d49f6d9-23ff-428e-bb45-8b5b5f4c3a82", - "x-ms-routing-request-id": "WESTUS2:20210712T032442Z:4d49f6d9-23ff-428e-bb45-8b5b5f4c3a82" + "x-ms-correlation-request-id": "3e8c6313-a2ec-4b1e-91cf-284328b675f9", + "x-ms-ratelimit-remaining-tenant-reads": "11951", + "x-ms-request-id": "southeastasia:3e8c6313-a2ec-4b1e-91cf-284328b675f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024559Z:3e8c6313-a2ec-4b1e-91cf-284328b675f9" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-bbe4d20244d8e44e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6aebb1ba3be582f13fa224fe6e8819e9", + "traceparent": "00-628962e754ae75408f386233b97b11bf-4dbbc0cbc6580b42-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6beb7f71c98afd9d85cf818e2cfdc4b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "d70f543c-dbd9-48f2-8f9c-a60dca248367", + "client-request-id": "8b5e7cd0-4585-45f5-8c9c-26cd82b9253c", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:42 GMT", + "Date": "Thu, 14 Oct 2021 02:46:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "d70f543c-dbd9-48f2-8f9c-a60dca248367", + "request-id": "8b5e7cd0-4585-45f5-8c9c-26cd82b9253c", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d70f543c-dbd9-48f2-8f9c-a60dca248367", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:d70f543c-dbd9-48f2-8f9c-a60dca248367", - "x-ms-routing-request-id": "WESTUS2:20210712T032443Z:d70f543c-dbd9-48f2-8f9c-a60dca248367" + "x-ms-correlation-request-id": "8b5e7cd0-4585-45f5-8c9c-26cd82b9253c", + "x-ms-ratelimit-remaining-tenant-reads": "11950", + "x-ms-request-id": "southeastasia:8b5e7cd0-4585-45f5-8c9c-26cd82b9253c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024600Z:8b5e7cd0-4585-45f5-8c9c-26cd82b9253c" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-a9e095a524859e44-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e80da238006a1028c07aee1eca266ec7", + "traceparent": "00-628962e754ae75408f386233b97b11bf-9cf1286ca4c1fd4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3f62e61db1f0ef731098396709e9bc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "4b7630bd-d087-4423-9f82-a649fe4e7177", + "client-request-id": "7e0c8d0c-90be-459a-af5a-c4bad564ca36", "Content-Length": "382", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:44 GMT", + "Date": "Thu, 14 Oct 2021 02:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "4b7630bd-d087-4423-9f82-a649fe4e7177", + "request-id": "7e0c8d0c-90be-459a-af5a-c4bad564ca36", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b7630bd-d087-4423-9f82-a649fe4e7177", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:4b7630bd-d087-4423-9f82-a649fe4e7177", - "x-ms-routing-request-id": "WESTUS2:20210712T032444Z:4b7630bd-d087-4423-9f82-a649fe4e7177" + "x-ms-correlation-request-id": "7e0c8d0c-90be-459a-af5a-c4bad564ca36", + "x-ms-ratelimit-remaining-tenant-reads": "11949", + "x-ms-request-id": "southeastasia:7e0c8d0c-90be-459a-af5a-c4bad564ca36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024602Z:7e0c8d0c-90be-459a-af5a-c4bad564ca36" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-8650", + "displayName": "mgmt-group-2088", "details": { "version": 1, - "updatedTime": "2021-07-12T03:24:28.7981831Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "updatedTime": "2021-10-14T02:45:44.6888017Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09965dd2298d84ca08920eebff445bf-36401089eeee7545-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24a78973899c4ba190fab6111f693167", + "traceparent": "00-628962e754ae75408f386233b97b11bf-2665a754b5fe2247-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3747a46a680e9838f73b403e7d86a1a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "645d2b9b-5bb8-4166-b4ab-32ba2fbeca0b", + "client-request-id": "3a4ec79c-178e-453a-b16d-e4b565336425", "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:44 GMT", + "Date": "Thu, 14 Oct 2021 02:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "645d2b9b-5bb8-4166-b4ab-32ba2fbeca0b", + "request-id": "3a4ec79c-178e-453a-b16d-e4b565336425", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "645d2b9b-5bb8-4166-b4ab-32ba2fbeca0b", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:645d2b9b-5bb8-4166-b4ab-32ba2fbeca0b", - "x-ms-routing-request-id": "WESTUS2:20210712T032444Z:645d2b9b-5bb8-4166-b4ab-32ba2fbeca0b" + "x-ms-correlation-request-id": "3a4ec79c-178e-453a-b16d-e4b565336425", + "x-ms-ratelimit-remaining-tenant-reads": "11948", + "x-ms-request-id": "southeastasia:3a4ec79c-178e-453a-b16d-e4b565336425", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024602Z:3a4ec79c-178e-453a-b16d-e4b565336425" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8650", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-2088", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-8650", + "name": "mgmt-group-2088", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-8650", + "displayName": "mgmt-group-2088", "details": { "version": 1, - "updatedTime": "2021-07-12T03:24:28.7981831Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:45:44.6888017Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -927,318 +780,301 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b936915daf2fe046ae16626c4ef7202b-e9881e8369fae741-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d59dc550a9ebac888dba96b4dd2b819", + "traceparent": "00-840fcadc38765a4f97ba8ae53456053a-e86ecf1bb8a46440-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "547f12017c9396be87dc3a8146068de7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "30e26069-cd51-4be9-9869-9b2cadcba9ce", + "client-request-id": "9b0ea6d7-3059-404d-a65d-11f86b74a7de", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:44 GMT", + "Date": "Thu, 14 Oct 2021 02:46:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "30e26069-cd51-4be9-9869-9b2cadcba9ce", + "request-id": "9b0ea6d7-3059-404d-a65d-11f86b74a7de", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30e26069-cd51-4be9-9869-9b2cadcba9ce", - "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-deletes": "14999", - "x-ms-request-id": "westus2:30e26069-cd51-4be9-9869-9b2cadcba9ce", - "x-ms-routing-request-id": "WESTUS2:20210712T032445Z:30e26069-cd51-4be9-9869-9b2cadcba9ce" + "x-ms-correlation-request-id": "9b0ea6d7-3059-404d-a65d-11f86b74a7de", + "x-ms-ratelimit-remaining-managementgroups-requests": "57", + "x-ms-ratelimit-remaining-tenant-deletes": "14996", + "x-ms-request-id": "southeastasia:9b0ea6d7-3059-404d-a65d-11f86b74a7de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024604Z:9b0ea6d7-3059-404d-a65d-11f86b74a7de" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-8650", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-2088", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-8650", + "name": "mgmt-group-2088", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b936915daf2fe046ae16626c4ef7202b-ea34e7a5bdb29744-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "edc98648f1cc6828c0ed9bc1e036fdbd", + "traceparent": "00-840fcadc38765a4f97ba8ae53456053a-db9da1225b84fe4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d95e167461eee31e6b0af312eb751f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "4e5aff8b-c7fe-4aae-8e37-a311fec63aab", + "client-request-id": "2de77969-ddac-4992-b851-895b1366e75a", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:44 GMT", + "Date": "Thu, 14 Oct 2021 02:46:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "4e5aff8b-c7fe-4aae-8e37-a311fec63aab", + "request-id": "2de77969-ddac-4992-b851-895b1366e75a", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e5aff8b-c7fe-4aae-8e37-a311fec63aab", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:4e5aff8b-c7fe-4aae-8e37-a311fec63aab", - "x-ms-routing-request-id": "WESTUS2:20210712T032445Z:4e5aff8b-c7fe-4aae-8e37-a311fec63aab" + "x-ms-correlation-request-id": "2de77969-ddac-4992-b851-895b1366e75a", + "x-ms-ratelimit-remaining-tenant-reads": "11947", + "x-ms-request-id": "southeastasia:2de77969-ddac-4992-b851-895b1366e75a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024604Z:2de77969-ddac-4992-b851-895b1366e75a" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b936915daf2fe046ae16626c4ef7202b-e8f99ff7e52ed243-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2dd9c424cde618690ab7cdcb2586f71", + "traceparent": "00-840fcadc38765a4f97ba8ae53456053a-ec393a07a59fd04e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c10959ae196173ea68865d35b0d9fcce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "a13fa70c-4c0b-4ac3-b223-f31fd3e38226", + "client-request-id": "b631b94a-4838-4e66-9d3a-0ba23604486f", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:46 GMT", + "Date": "Thu, 14 Oct 2021 02:46:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "a13fa70c-4c0b-4ac3-b223-f31fd3e38226", + "request-id": "b631b94a-4838-4e66-9d3a-0ba23604486f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a13fa70c-4c0b-4ac3-b223-f31fd3e38226", - "x-ms-ratelimit-remaining-tenant-reads": "11953", - "x-ms-request-id": "westus2:a13fa70c-4c0b-4ac3-b223-f31fd3e38226", - "x-ms-routing-request-id": "WESTUS2:20210712T032446Z:a13fa70c-4c0b-4ac3-b223-f31fd3e38226" + "x-ms-correlation-request-id": "b631b94a-4838-4e66-9d3a-0ba23604486f", + "x-ms-ratelimit-remaining-tenant-reads": "11946", + "x-ms-request-id": "southeastasia:b631b94a-4838-4e66-9d3a-0ba23604486f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024606Z:b631b94a-4838-4e66-9d3a-0ba23604486f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b936915daf2fe046ae16626c4ef7202b-4e3d9ef45b6e414f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c72352eaca09424c342125f3588bceca", + "traceparent": "00-840fcadc38765a4f97ba8ae53456053a-c1c3667adba02842-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65198e4b2f71edc88a36a105dd78c93f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "135f5948-ce65-4049-9114-67191648272e", + "client-request-id": "a5b0a5e5-0adc-4f21-a573-6a25f117cc0c", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:47 GMT", + "Date": "Thu, 14 Oct 2021 02:46:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "135f5948-ce65-4049-9114-67191648272e", + "request-id": "a5b0a5e5-0adc-4f21-a573-6a25f117cc0c", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "135f5948-ce65-4049-9114-67191648272e", - "x-ms-ratelimit-remaining-tenant-reads": "11952", - "x-ms-request-id": "westus2:135f5948-ce65-4049-9114-67191648272e", - "x-ms-routing-request-id": "WESTUS2:20210712T032447Z:135f5948-ce65-4049-9114-67191648272e" + "x-ms-correlation-request-id": "a5b0a5e5-0adc-4f21-a573-6a25f117cc0c", + "x-ms-ratelimit-remaining-tenant-reads": "11945", + "x-ms-request-id": "southeastasia:a5b0a5e5-0adc-4f21-a573-6a25f117cc0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024607Z:a5b0a5e5-0adc-4f21-a573-6a25f117cc0c" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b936915daf2fe046ae16626c4ef7202b-9411360c809a154d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad2e9bc52e3afb79ff685d21754cb667", + "traceparent": "00-840fcadc38765a4f97ba8ae53456053a-ad12410940673248-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4136db0ccfaf4e49f621f598e9fb3d0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "25336ccd-9466-4e6e-80fd-ecbce12db0bb", + "client-request-id": "c2b814ff-e7d1-4e36-91d5-f99746f720f4", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:48 GMT", + "Date": "Thu, 14 Oct 2021 02:46:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-2088?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "25336ccd-9466-4e6e-80fd-ecbce12db0bb", + "request-id": "c2b814ff-e7d1-4e36-91d5-f99746f720f4", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25336ccd-9466-4e6e-80fd-ecbce12db0bb", - "x-ms-ratelimit-remaining-tenant-reads": "11951", - "x-ms-request-id": "westus2:25336ccd-9466-4e6e-80fd-ecbce12db0bb", - "x-ms-routing-request-id": "WESTUS2:20210712T032448Z:25336ccd-9466-4e6e-80fd-ecbce12db0bb" + "x-ms-correlation-request-id": "c2b814ff-e7d1-4e36-91d5-f99746f720f4", + "x-ms-ratelimit-remaining-tenant-reads": "11944", + "x-ms-request-id": "southeastasia:c2b814ff-e7d1-4e36-91d5-f99746f720f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024608Z:c2b814ff-e7d1-4e36-91d5-f99746f720f4" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b936915daf2fe046ae16626c4ef7202b-f36025cca38adf44-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dd62a7d361277b3509b8dbc27920804", + "traceparent": "00-840fcadc38765a4f97ba8ae53456053a-23b69dd422044b46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9fe5e0b4ec9e7e7e901c362b78e595ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "bbedb6fe-078a-4995-a9d8-f042b50d4cf1", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "bbedb6fe-078a-4995-a9d8-f042b50d4cf1", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbedb6fe-078a-4995-a9d8-f042b50d4cf1", - "x-ms-ratelimit-remaining-tenant-reads": "11950", - "x-ms-request-id": "westus2:bbedb6fe-078a-4995-a9d8-f042b50d4cf1", - "x-ms-routing-request-id": "WESTUS2:20210712T032450Z:bbedb6fe-078a-4995-a9d8-f042b50d4cf1" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b936915daf2fe046ae16626c4ef7202b-f467c5160231de43-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1717b1dcc22abc36d927c7a16c2bcce8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "b1875222-c6e1-444d-8f72-52e3c5b6430d", + "client-request-id": "a81d9db4-01ca-405f-9259-10e6d8f93a61", "Content-Length": "165", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:50 GMT", + "Date": "Thu, 14 Oct 2021 02:46:10 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "b1875222-c6e1-444d-8f72-52e3c5b6430d", + "request-id": "a81d9db4-01ca-405f-9259-10e6d8f93a61", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1875222-c6e1-444d-8f72-52e3c5b6430d", - "x-ms-ratelimit-remaining-tenant-reads": "11949", - "x-ms-request-id": "westus2:b1875222-c6e1-444d-8f72-52e3c5b6430d", - "x-ms-routing-request-id": "WESTUS2:20210712T032451Z:b1875222-c6e1-444d-8f72-52e3c5b6430d" + "x-ms-correlation-request-id": "a81d9db4-01ca-405f-9259-10e6d8f93a61", + "x-ms-ratelimit-remaining-tenant-reads": "11943", + "x-ms-request-id": "southeastasia:a81d9db4-01ca-405f-9259-10e6d8f93a61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024610Z:a81d9db4-01ca-405f-9259-10e6d8f93a61" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-8650", - "name": "mgmt-group-8650", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-2088", + "name": "mgmt-group-2088", "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-8650?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-2088?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-10b9d545bc26904e80ab7a8670d9aef5-b56b8d0273ef4d41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d76bd6b40b58eb8e7b65c9ea0bdd46c", + "traceparent": "00-1f958d7c269cf2458627e8060335270d-06a1cceafb81764e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d4281ebcbba37b1f45ca6e4f3930048f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "24203f4d-bb95-4c1a-8f39-e89eaa8596aa", + "client-request-id": "51819a55-696d-4fc1-a1f5-84966836e1f1", "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:24:50 GMT", + "Date": "Thu, 14 Oct 2021 02:46:10 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "24203f4d-bb95-4c1a-8f39-e89eaa8596aa", + "request-id": "51819a55-696d-4fc1-a1f5-84966836e1f1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24203f4d-bb95-4c1a-8f39-e89eaa8596aa", - "x-ms-ratelimit-remaining-tenant-reads": "11948", - "x-ms-request-id": "westus2:24203f4d-bb95-4c1a-8f39-e89eaa8596aa", - "x-ms-routing-request-id": "WESTUS2:20210712T032451Z:24203f4d-bb95-4c1a-8f39-e89eaa8596aa" + "x-ms-correlation-request-id": "51819a55-696d-4fc1-a1f5-84966836e1f1", + "x-ms-ratelimit-remaining-tenant-reads": "11942", + "x-ms-request-id": "southeastasia:51819a55-696d-4fc1-a1f5-84966836e1f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024610Z:51819a55-696d-4fc1-a1f5-84966836e1f1" }, "ResponseBody": { "error": { "code": "NotFound", - "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-8650\u0027 not found", + "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-2088\u0027 not found", "details": null } } } ], "Variables": { - "RandomSeed": "504366198", + "RandomSeed": "842896484", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Get.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Get.json index c651adf74e55b..364a66cf56ebc 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Get.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Get.json @@ -1,92 +1,50 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71cc022a5f59a68b177345e336d3d7b0", + "traceparent": "00-d46e7ed0c6ec514b9c01dba4e98af8f9-1a717f27a4629641-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "20570ff3910f601c1fff7d4250785567", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "client-request-id": "1e09c97c-24df-4d4c-b5cf-98c4efa02ccf", + "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:40 GMT", + "Date": "Thu, 14 Oct 2021 02:44:00 GMT", "Expires": "-1", "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ea44689-fbe6-4951-9ca2-6de2d4f58052", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1ea44689-fbe6-4951-9ca2-6de2d4f58052", - "x-ms-routing-request-id": "WESTUS2:20210728T232841Z:1ea44689-fbe6-4951-9ca2-6de2d4f58052" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-dcee05c214e19346ab3c0d6a6eff3aa5-16539eaab3a4714c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d55b5d74f64f23d890c4314438e371b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "ec36e767-16e3-4a6f-9405-39fdc01158f9", - "Content-Length": "566", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "ec36e767-16e3-4a6f-9405-39fdc01158f9", + "request-id": "1e09c97c-24df-4d4c-b5cf-98c4efa02ccf", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec36e767-16e3-4a6f-9405-39fdc01158f9", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:ec36e767-16e3-4a6f-9405-39fdc01158f9", - "x-ms-routing-request-id": "WESTUS2:20210728T232841Z:ec36e767-16e3-4a6f-9405-39fdc01158f9" + "x-ms-correlation-request-id": "1e09c97c-24df-4d4c-b5cf-98c4efa02ccf", + "x-ms-ratelimit-remaining-tenant-reads": "11943", + "x-ms-request-id": "southeastasia:1e09c97c-24df-4d4c-b5cf-98c4efa02ccf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024401Z:1e09c97c-24df-4d4c-b5cf-98c4efa02ccf" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-4740", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6513", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-4740", + "name": "mgmt-group-6513", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-4740", + "displayName": "mgmt-group-6513", "details": { - "version": 10, - "updatedTime": "2021-07-28T23:28:23.5031166Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:43:12.6361196Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -97,14 +55,17 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-4740x?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6513x?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4cc644ec759e6547ac0f6e982567d73e-4d68de259e2e7c48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5268c3838641b5ef69183f7e1c1156f3", + "traceparent": "00-6bfdb6648ff20847a763ad90e0e0bb5b-c7f817a29835a547-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75c28423a3136c0b326882c3e3b9d416", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -114,27 +75,27 @@ "Connection": "close", "Content-Length": "416", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:40 GMT", + "Date": "Thu, 14 Oct 2021 02:44:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a4663d2-2150-4b44-94f4-d82d2319b811", + "x-ms-correlation-request-id": "075c0204-0b90-4982-b139-cdc8e113f203", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "7a4663d2-2150-4b44-94f4-d82d2319b811", - "x-ms-routing-request-id": "WESTUS2:20210728T232841Z:7a4663d2-2150-4b44-94f4-d82d2319b811" + "x-ms-request-id": "075c0204-0b90-4982-b139-cdc8e113f203", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024401Z:075c0204-0b90-4982-b139-cdc8e113f203" }, "ResponseBody": { "error": { "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-4740x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-6513x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." } } } ], "Variables": { - "RandomSeed": "1839838992", - "RESOURCE_MANAGER_URL": null, + "RandomSeed": "843091250", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetAsync.json index 2c2e32156c584..25b1d4e57ba50 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetAsync.json @@ -1,92 +1,50 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eaa50d54ba6732b7f06c5007cb26223d", + "traceparent": "00-0dff81914f827648a4dc1d6053311ffd-1c82a0a8dc17e140-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97895862ab8732a4c583b2cf98cc9a9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "client-request-id": "384a585f-d07f-476a-9c69-b0e7ac14d805", + "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:11 GMT", + "Date": "Thu, 14 Oct 2021 02:46:10 GMT", "Expires": "-1", "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03977dc0-3d52-4549-9415-5a9bdecc2cc7", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "03977dc0-3d52-4549-9415-5a9bdecc2cc7", - "x-ms-routing-request-id": "WESTUS2:20210728T232912Z:03977dc0-3d52-4549-9415-5a9bdecc2cc7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-24c2792a142ab641b3a78a17a03c5d59-32db8920beabc541-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fb7085f14561b8c360e2db7da4e200e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "88f061a3-6790-40c7-9203-e99ed1e4d76b", - "Content-Length": "563", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "88f061a3-6790-40c7-9203-e99ed1e4d76b", + "request-id": "384a585f-d07f-476a-9c69-b0e7ac14d805", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88f061a3-6790-40c7-9203-e99ed1e4d76b", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:88f061a3-6790-40c7-9203-e99ed1e4d76b", - "x-ms-routing-request-id": "WESTUS2:20210728T232912Z:88f061a3-6790-40c7-9203-e99ed1e4d76b" + "x-ms-correlation-request-id": "384a585f-d07f-476a-9c69-b0e7ac14d805", + "x-ms-ratelimit-remaining-tenant-reads": "11941", + "x-ms-request-id": "southeastasia:384a585f-d07f-476a-9c69-b0e7ac14d805", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024611Z:384a585f-d07f-476a-9c69-b0e7ac14d805" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3600", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5126", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-3600", + "name": "mgmt-group-5126", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-3600", + "displayName": "mgmt-group-5126", "details": { - "version": 5, - "updatedTime": "2021-07-28T23:28:51.73385Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:45:20.3090375Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -97,14 +55,17 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3600x?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5126x?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-52a90f09c54ce34fbc5c40310560ba5b-a17fe6b57993e143-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1facb58e51056e2d621f6a51146d8cd8", + "traceparent": "00-31ceeb9a9109a74887a86fee066c3bf5-e757ec8e40155545-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e3ee8dfcaf4e84ebde7b78ced91e817e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -114,27 +75,27 @@ "Connection": "close", "Content-Length": "416", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:11 GMT", + "Date": "Thu, 14 Oct 2021 02:46:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51819eab-0818-4272-8676-c2f307a33658", + "x-ms-correlation-request-id": "70b3d015-bff9-4570-9755-65e6e9d7721e", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "51819eab-0818-4272-8676-c2f307a33658", - "x-ms-routing-request-id": "WESTUS2:20210728T232912Z:51819eab-0818-4272-8676-c2f307a33658" + "x-ms-request-id": "70b3d015-bff9-4570-9755-65e6e9d7721e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024611Z:70b3d015-bff9-4570-9755-65e6e9d7721e" }, "ResponseBody": { "error": { "code": "AuthorizationFailed", - "message": "The client \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 with object id \u00273b10dae3-28cf-49a7-a8df-8fbae3e77f27\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-3600x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." + "message": "The client \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 with object id \u00277b8faa77-f564-4284-9992-813b178ef8e0\u0027 does not have authorization to perform action \u0027Microsoft.Management/managementGroups/read\u0027 over scope \u0027/providers/Microsoft.Management/managementGroups/mgmt-group-5126x\u0027 or the scope is invalid. If access was recently granted, please refresh your credentials." } } } ], "Variables": { - "RandomSeed": "915105786", - "RESOURCE_MANAGER_URL": null, + "RandomSeed": "1652115549", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendants.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendants.json index f32ac981e4593..f1f872319100c 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendants.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendants.json @@ -1,92 +1,50 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9869a49c586a15b88899d9a3c386e0c5", + "traceparent": "00-ca3653c1d82f92438af784364e4a31c5-d665a62505fa1145-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fec4622efc125fdc1a578bd56fc8a453", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:36:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10f546ff-9004-48c9-b230-68e6611f5039", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "10f546ff-9004-48c9-b230-68e6611f5039", - "x-ms-routing-request-id": "WESTUS2:20210712T033632Z:10f546ff-9004-48c9-b230-68e6611f5039" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-196130152d86f34b96994494fb4e37ba-9921b0f9a09d1147-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7629c78a206c54a0639dc7a5673a1d74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "8e684a98-ef60-41d8-ab24-7d3e6746d059", + "client-request-id": "2a1c7b1a-3ce9-4bbc-96b2-4104345f6829", "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:36:31 GMT", + "Date": "Thu, 14 Oct 2021 02:44:01 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "8e684a98-ef60-41d8-ab24-7d3e6746d059", + "request-id": "2a1c7b1a-3ce9-4bbc-96b2-4104345f6829", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e684a98-ef60-41d8-ab24-7d3e6746d059", - "x-ms-ratelimit-remaining-tenant-reads": "11976", - "x-ms-request-id": "westus2:8e684a98-ef60-41d8-ab24-7d3e6746d059", - "x-ms-routing-request-id": "WESTUS2:20210712T033632Z:8e684a98-ef60-41d8-ab24-7d3e6746d059" + "x-ms-correlation-request-id": "2a1c7b1a-3ce9-4bbc-96b2-4104345f6829", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:2a1c7b1a-3ce9-4bbc-96b2-4104345f6829", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024401Z:2a1c7b1a-3ce9-4bbc-96b2-4104345f6829" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-4740", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6513", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-4740", + "name": "mgmt-group-6513", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-4740", + "displayName": "mgmt-group-6513", "details": { - "version": 8, - "updatedTime": "2021-07-12T03:36:16.4435272Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:43:12.6361196Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -97,36 +55,39 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-4740/descendants?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6513/descendants?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f83d88b5850e394ba4fbe2a52145a1db-fa1619f59fb09e42-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "badd213b4e24ab4f8023fe6d69b2d152", + "traceparent": "00-c4e6bc81f36cc3449fd2d3f108c9104a-e8a9c6339a83cd4f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d54d6da7777b4104200d37528f17666e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "c9a5d487-05a2-4415-821e-24c6814575e4", + "client-request-id": "ea5e97be-a4c4-44ff-8b55-42860a3f5e6e", "Content-Length": "12", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:36:31 GMT", + "Date": "Thu, 14 Oct 2021 02:44:01 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "c9a5d487-05a2-4415-821e-24c6814575e4", + "request-id": "ea5e97be-a4c4-44ff-8b55-42860a3f5e6e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9a5d487-05a2-4415-821e-24c6814575e4", + "x-ms-correlation-request-id": "ea5e97be-a4c4-44ff-8b55-42860a3f5e6e", "x-ms-ratelimit-remaining-managementgroups-requests": "599", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:c9a5d487-05a2-4415-821e-24c6814575e4", - "x-ms-routing-request-id": "WESTUS2:20210712T033632Z:c9a5d487-05a2-4415-821e-24c6814575e4" + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:ea5e97be-a4c4-44ff-8b55-42860a3f5e6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024402Z:ea5e97be-a4c4-44ff-8b55-42860a3f5e6e" }, "ResponseBody": { "value": [] @@ -134,7 +95,8 @@ } ], "Variables": { - "RandomSeed": "500404869", + "RandomSeed": "723596193", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendantsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendantsAsync.json index f557a4b17a2b1..b3f68d10c4752 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendantsAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/GetDescendantsAsync.json @@ -1,92 +1,50 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8655a825f295a5a6aa34d06ad134701e", + "traceparent": "00-9c6ca80b19a7344e8815d4648fbfcf85-0026cc2d5e94454d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f3f758303315a631cf87e20efbc28e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:37:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f166df7-3bd0-404e-9f30-72e1ccd8ade0", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "3f166df7-3bd0-404e-9f30-72e1ccd8ade0", - "x-ms-routing-request-id": "WESTUS2:20210712T033713Z:3f166df7-3bd0-404e-9f30-72e1ccd8ade0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e206b79593ef0b4495d7f4bb3e396394-6d924e9005e0bd47-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "91f3834473c8b607142c545fa2b108f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "64f1b5d5-201b-4e79-a7ec-dacef606f593", + "client-request-id": "e78260c3-de60-4330-bde0-e08b95721633", "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:37:13 GMT", + "Date": "Thu, 14 Oct 2021 02:46:12 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "64f1b5d5-201b-4e79-a7ec-dacef606f593", + "request-id": "e78260c3-de60-4330-bde0-e08b95721633", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64f1b5d5-201b-4e79-a7ec-dacef606f593", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:64f1b5d5-201b-4e79-a7ec-dacef606f593", - "x-ms-routing-request-id": "WESTUS2:20210712T033714Z:64f1b5d5-201b-4e79-a7ec-dacef606f593" + "x-ms-correlation-request-id": "e78260c3-de60-4330-bde0-e08b95721633", + "x-ms-ratelimit-remaining-tenant-reads": "11960", + "x-ms-request-id": "southeastasia:e78260c3-de60-4330-bde0-e08b95721633", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024612Z:e78260c3-de60-4330-bde0-e08b95721633" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3600", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5126", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-3600", + "name": "mgmt-group-5126", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-3600", + "displayName": "mgmt-group-5126", "details": { - "version": 3, - "updatedTime": "2021-07-12T03:36:54.9243033Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:45:20.3090375Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -97,36 +55,39 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3600/descendants?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5126/descendants?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-80011f1eb1bee2489a05b8a532d287ee-21ce986c92c81841-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6dceded636eb8055136143d6d7745808", + "traceparent": "00-d1cfaef9dc9c844dbc8f65fd266933bf-a9fc41debcc58541-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a231c3ebb3d991dbd9eabb9aca5a2bae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "7934c449-920b-4a02-a997-7d3d58973e32", + "client-request-id": "f61334a6-f49a-452e-8d09-46cbd29433b4", "Content-Length": "12", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:37:13 GMT", + "Date": "Thu, 14 Oct 2021 02:46:12 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "7934c449-920b-4a02-a997-7d3d58973e32", + "request-id": "f61334a6-f49a-452e-8d09-46cbd29433b4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7934c449-920b-4a02-a997-7d3d58973e32", + "x-ms-correlation-request-id": "f61334a6-f49a-452e-8d09-46cbd29433b4", "x-ms-ratelimit-remaining-managementgroups-requests": "599", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:7934c449-920b-4a02-a997-7d3d58973e32", - "x-ms-routing-request-id": "WESTUS2:20210712T033714Z:7934c449-920b-4a02-a997-7d3d58973e32" + "x-ms-ratelimit-remaining-tenant-reads": "11959", + "x-ms-request-id": "southeastasia:f61334a6-f49a-452e-8d09-46cbd29433b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024612Z:f61334a6-f49a-452e-8d09-46cbd29433b4" }, "ResponseBody": { "value": [] @@ -134,7 +95,8 @@ } ], "Variables": { - "RandomSeed": "1910427064", + "RandomSeed": "2017704523", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(False).json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(False).json index 198ed6d743855..d2f482d5c8eba 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(False).json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(False).json @@ -1,61 +1,19 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8909a4b24b6642f33d8b067ec711c5fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b1025d1-1463-4a77-b9a0-635f2e1d062c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "8b1025d1-1463-4a77-b9a0-635f2e1d062c", - "x-ms-routing-request-id": "WESTUS2:20210728T232815Z:8b1025d1-1463-4a77-b9a0-635f2e1d062c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-74083e101665e04f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe513e610b91eed9620d697197f107a8", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-95923e4d6e806b4a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "668909a4f34b3d428b067ec711c5fb73", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,938 +21,713 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "e47490d6-50dc-472f-b572-02214398ff01", + "client-request-id": "6761a459-abc1-4a5e-a83d-5f4e2d88300f", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:16 GMT", + "Date": "Thu, 14 Oct 2021 02:43:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "e47490d6-50dc-472f-b572-02214398ff01", + "request-id": "6761a459-abc1-4a5e-a83d-5f4e2d88300f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e47490d6-50dc-472f-b572-02214398ff01", + "x-ms-correlation-request-id": "6761a459-abc1-4a5e-a83d-5f4e2d88300f", "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "westus2:e47490d6-50dc-472f-b572-02214398ff01", - "x-ms-routing-request-id": "WESTUS2:20210728T232816Z:e47490d6-50dc-472f-b572-02214398ff01" + "x-ms-ratelimit-remaining-tenant-writes": "1198", + "x-ms-request-id": "southeastasia:6761a459-abc1-4a5e-a83d-5f4e2d88300f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024306Z:6761a459-abc1-4a5e-a83d-5f4e2d88300f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-4740", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6513", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-4740", + "name": "mgmt-group-6513", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-a704d242fee0824e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de5548df10799920309b033d8ad0a59a", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-fb07870af087fa48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5d03a2b18e903528f7e41e810cbf6c46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "dacc7a14-b259-4728-8a9e-7f099a7ac467", + "client-request-id": "4c32b817-d956-4f28-85a4-cff4c5de8256", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:16 GMT", + "Date": "Thu, 14 Oct 2021 02:43:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "dacc7a14-b259-4728-8a9e-7f099a7ac467", + "request-id": "4c32b817-d956-4f28-85a4-cff4c5de8256", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dacc7a14-b259-4728-8a9e-7f099a7ac467", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "westus2:dacc7a14-b259-4728-8a9e-7f099a7ac467", - "x-ms-routing-request-id": "WESTUS2:20210728T232816Z:dacc7a14-b259-4728-8a9e-7f099a7ac467" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-8b5be8dac3b78740-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f16d5ff9ec1d3e2161b07acec57e2a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "f98ce3f8-5a47-4a7d-a039-810a7f5ec2ee", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "f98ce3f8-5a47-4a7d-a039-810a7f5ec2ee", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f98ce3f8-5a47-4a7d-a039-810a7f5ec2ee", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "westus2:f98ce3f8-5a47-4a7d-a039-810a7f5ec2ee", - "x-ms-routing-request-id": "WESTUS2:20210728T232817Z:f98ce3f8-5a47-4a7d-a039-810a7f5ec2ee" + "x-ms-correlation-request-id": "4c32b817-d956-4f28-85a4-cff4c5de8256", + "x-ms-ratelimit-remaining-tenant-reads": "11982", + "x-ms-request-id": "southeastasia:4c32b817-d956-4f28-85a4-cff4c5de8256", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024307Z:4c32b817-d956-4f28-85a4-cff4c5de8256" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-b439da72cd6a7040-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f9222a1289ba12f81692df58aeaab26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "540ef742-6083-428f-a925-3de3fae5ee37", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "540ef742-6083-428f-a925-3de3fae5ee37", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "540ef742-6083-428f-a925-3de3fae5ee37", - "x-ms-ratelimit-remaining-tenant-reads": "11997", - "x-ms-request-id": "westus2:540ef742-6083-428f-a925-3de3fae5ee37", - "x-ms-routing-request-id": "WESTUS2:20210728T232818Z:540ef742-6083-428f-a925-3de3fae5ee37" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-3819c49f9711ae43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3782843ffca941846681c75e0873acd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "03b0b329-9350-49a3-9ede-71feadc4ad1d", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "03b0b329-9350-49a3-9ede-71feadc4ad1d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03b0b329-9350-49a3-9ede-71feadc4ad1d", - "x-ms-ratelimit-remaining-tenant-reads": "11996", - "x-ms-request-id": "westus2:03b0b329-9350-49a3-9ede-71feadc4ad1d", - "x-ms-routing-request-id": "WESTUS2:20210728T232819Z:03b0b329-9350-49a3-9ede-71feadc4ad1d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-325771ee0e548d4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "679c60b8563dd6ffa674ee5770ed482b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "4af37ad6-e900-484d-812e-620b4a9d86e8", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "4af37ad6-e900-484d-812e-620b4a9d86e8", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4af37ad6-e900-484d-812e-620b4a9d86e8", - "x-ms-ratelimit-remaining-tenant-reads": "11995", - "x-ms-request-id": "westus2:4af37ad6-e900-484d-812e-620b4a9d86e8", - "x-ms-routing-request-id": "WESTUS2:20210728T232821Z:4af37ad6-e900-484d-812e-620b4a9d86e8" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-6a1107029b336749-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "686de070abd5a4f99e51e91961d0980d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "fee63b36-2bed-4184-b69d-f1898ef8a7e5", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "fee63b36-2bed-4184-b69d-f1898ef8a7e5", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fee63b36-2bed-4184-b69d-f1898ef8a7e5", - "x-ms-ratelimit-remaining-tenant-reads": "11994", - "x-ms-request-id": "westus2:fee63b36-2bed-4184-b69d-f1898ef8a7e5", - "x-ms-routing-request-id": "WESTUS2:20210728T232822Z:fee63b36-2bed-4184-b69d-f1898ef8a7e5" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-8a4183ab45222f4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a3d54bd434ee9e885ab90340e2cd078", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "8d2a814b-72cf-4f8b-831b-c5a3b7e2aaa0", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "8d2a814b-72cf-4f8b-831b-c5a3b7e2aaa0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d2a814b-72cf-4f8b-831b-c5a3b7e2aaa0", - "x-ms-ratelimit-remaining-tenant-reads": "11993", - "x-ms-request-id": "westus2:8d2a814b-72cf-4f8b-831b-c5a3b7e2aaa0", - "x-ms-routing-request-id": "WESTUS2:20210728T232823Z:8d2a814b-72cf-4f8b-831b-c5a3b7e2aaa0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-b576dc9be17a8746-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "28ee9c3944060c0366f8c8ec6de575d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "2833b9ae-5a5e-4fa1-b117-663c06447587", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "2833b9ae-5a5e-4fa1-b117-663c06447587", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2833b9ae-5a5e-4fa1-b117-663c06447587", - "x-ms-ratelimit-remaining-tenant-reads": "11992", - "x-ms-request-id": "westus2:2833b9ae-5a5e-4fa1-b117-663c06447587", - "x-ms-routing-request-id": "WESTUS2:20210728T232824Z:2833b9ae-5a5e-4fa1-b117-663c06447587" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-c4632361d4169a4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b9ae0dc1eaf2cddf783e3291ac49572", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-485f6ca48658f748-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "de5548df10799920309b033d8ad0a59a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "549942a7-3509-4188-89aa-e98262604d25", + "client-request-id": "70514be3-a658-4239-9fe5-fad270a8cb93", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:25 GMT", + "Date": "Thu, 14 Oct 2021 02:43:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "549942a7-3509-4188-89aa-e98262604d25", + "request-id": "70514be3-a658-4239-9fe5-fad270a8cb93", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "549942a7-3509-4188-89aa-e98262604d25", - "x-ms-ratelimit-remaining-tenant-reads": "11991", - "x-ms-request-id": "westus2:549942a7-3509-4188-89aa-e98262604d25", - "x-ms-routing-request-id": "WESTUS2:20210728T232825Z:549942a7-3509-4188-89aa-e98262604d25" + "x-ms-correlation-request-id": "70514be3-a658-4239-9fe5-fad270a8cb93", + "x-ms-ratelimit-remaining-tenant-reads": "11981", + "x-ms-request-id": "southeastasia:70514be3-a658-4239-9fe5-fad270a8cb93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024308Z:70514be3-a658-4239-9fe5-fad270a8cb93" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-665903d463bdca42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c5e0708070e278065130c3557afc7c9f", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-d63236f805524440-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6f16d5ff9ec1d3e2161b07acec57e2a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "91108d81-61ca-4c42-8e87-7c4f994b6734", + "client-request-id": "e0a95dbd-449f-4fc1-98ec-a43b48281de6", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:26 GMT", + "Date": "Thu, 14 Oct 2021 02:43:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "91108d81-61ca-4c42-8e87-7c4f994b6734", + "request-id": "e0a95dbd-449f-4fc1-98ec-a43b48281de6", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91108d81-61ca-4c42-8e87-7c4f994b6734", - "x-ms-ratelimit-remaining-tenant-reads": "11990", - "x-ms-request-id": "westus2:91108d81-61ca-4c42-8e87-7c4f994b6734", - "x-ms-routing-request-id": "WESTUS2:20210728T232826Z:91108d81-61ca-4c42-8e87-7c4f994b6734" + "x-ms-correlation-request-id": "e0a95dbd-449f-4fc1-98ec-a43b48281de6", + "x-ms-ratelimit-remaining-tenant-reads": "11980", + "x-ms-request-id": "southeastasia:e0a95dbd-449f-4fc1-98ec-a43b48281de6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024310Z:e0a95dbd-449f-4fc1-98ec-a43b48281de6" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-714f45e09598854f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e58bb36b5911ac9bec1308361d9f2a2", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-7d75e3ec4bb2fb4f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4f9222a1289ba12f81692df58aeaab26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ac131f83-6cb0-4e1f-b04a-1d57b42ecaa2", + "client-request-id": "12fbad03-e2d9-47f1-b602-36e28fce9971", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:27 GMT", + "Date": "Thu, 14 Oct 2021 02:43:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ac131f83-6cb0-4e1f-b04a-1d57b42ecaa2", + "request-id": "12fbad03-e2d9-47f1-b602-36e28fce9971", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac131f83-6cb0-4e1f-b04a-1d57b42ecaa2", - "x-ms-ratelimit-remaining-tenant-reads": "11989", - "x-ms-request-id": "westus2:ac131f83-6cb0-4e1f-b04a-1d57b42ecaa2", - "x-ms-routing-request-id": "WESTUS2:20210728T232827Z:ac131f83-6cb0-4e1f-b04a-1d57b42ecaa2" + "x-ms-correlation-request-id": "12fbad03-e2d9-47f1-b602-36e28fce9971", + "x-ms-ratelimit-remaining-tenant-reads": "11979", + "x-ms-request-id": "southeastasia:12fbad03-e2d9-47f1-b602-36e28fce9971", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024311Z:12fbad03-e2d9-47f1-b602-36e28fce9971" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-38af41fc76ba3045-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc6b5662b0056bf2d922ca7f5a88b1fb", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-c393ee3a42fbbe4b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3782843ffca941846681c75e0873acd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "3e02b2a7-084c-49c1-8480-354a3f66f897", + "client-request-id": "4294bd31-1615-42ab-ba8f-980a98e009f5", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:28 GMT", + "Date": "Thu, 14 Oct 2021 02:43:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "3e02b2a7-084c-49c1-8480-354a3f66f897", + "request-id": "4294bd31-1615-42ab-ba8f-980a98e009f5", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e02b2a7-084c-49c1-8480-354a3f66f897", - "x-ms-ratelimit-remaining-tenant-reads": "11988", - "x-ms-request-id": "westus2:3e02b2a7-084c-49c1-8480-354a3f66f897", - "x-ms-routing-request-id": "WESTUS2:20210728T232828Z:3e02b2a7-084c-49c1-8480-354a3f66f897" + "x-ms-correlation-request-id": "4294bd31-1615-42ab-ba8f-980a98e009f5", + "x-ms-ratelimit-remaining-tenant-reads": "11978", + "x-ms-request-id": "southeastasia:4294bd31-1615-42ab-ba8f-980a98e009f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024313Z:4294bd31-1615-42ab-ba8f-980a98e009f5" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-61472273e7401a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ef34307676bcbe0a7c5062040831777", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-5167c3c3ef0bad41-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "679c60b8563dd6ffa674ee5770ed482b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "4bc291b0-8270-4406-af24-40683fe81401", + "client-request-id": "12f038e6-8fc4-4e68-8fa1-33e8360368b3", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:29 GMT", + "Date": "Thu, 14 Oct 2021 02:43:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "4bc291b0-8270-4406-af24-40683fe81401", + "request-id": "12f038e6-8fc4-4e68-8fa1-33e8360368b3", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bc291b0-8270-4406-af24-40683fe81401", - "x-ms-ratelimit-remaining-tenant-reads": "11987", - "x-ms-request-id": "westus2:4bc291b0-8270-4406-af24-40683fe81401", - "x-ms-routing-request-id": "WESTUS2:20210728T232830Z:4bc291b0-8270-4406-af24-40683fe81401" + "x-ms-correlation-request-id": "12f038e6-8fc4-4e68-8fa1-33e8360368b3", + "x-ms-ratelimit-remaining-tenant-reads": "11977", + "x-ms-request-id": "southeastasia:12f038e6-8fc4-4e68-8fa1-33e8360368b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024315Z:12f038e6-8fc4-4e68-8fa1-33e8360368b3" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-e07248c905f35340-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24f2213e7f91859ac9ed546fea49bf36", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-6a38fec2be58fd49-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "686de070abd5a4f99e51e91961d0980d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "155c2ea5-07d4-4c81-8796-e2b7cd7e745c", + "client-request-id": "465d12d0-8dc0-437d-96a3-2735321881cd", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:31 GMT", + "Date": "Thu, 14 Oct 2021 02:43:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "155c2ea5-07d4-4c81-8796-e2b7cd7e745c", + "request-id": "465d12d0-8dc0-437d-96a3-2735321881cd", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "155c2ea5-07d4-4c81-8796-e2b7cd7e745c", - "x-ms-ratelimit-remaining-tenant-reads": "11986", - "x-ms-request-id": "westus2:155c2ea5-07d4-4c81-8796-e2b7cd7e745c", - "x-ms-routing-request-id": "WESTUS2:20210728T232831Z:155c2ea5-07d4-4c81-8796-e2b7cd7e745c" + "x-ms-correlation-request-id": "465d12d0-8dc0-437d-96a3-2735321881cd", + "x-ms-ratelimit-remaining-tenant-reads": "11976", + "x-ms-request-id": "southeastasia:465d12d0-8dc0-437d-96a3-2735321881cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024316Z:465d12d0-8dc0-437d-96a3-2735321881cd" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-3bfdca771ea5b445-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d7b341093e6fb36769f553fa9d12b55", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-41f2fb4792ac0840-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a3d54bd434ee9e885ab90340e2cd078", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "e23354c4-7d59-4c4d-a5ce-eba82be6e3f2", + "client-request-id": "17dd8e85-6cfd-4d39-b9d1-3d7100e00059", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:32 GMT", + "Date": "Thu, 14 Oct 2021 02:43:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "e23354c4-7d59-4c4d-a5ce-eba82be6e3f2", + "request-id": "17dd8e85-6cfd-4d39-b9d1-3d7100e00059", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e23354c4-7d59-4c4d-a5ce-eba82be6e3f2", - "x-ms-ratelimit-remaining-tenant-reads": "11985", - "x-ms-request-id": "westus2:e23354c4-7d59-4c4d-a5ce-eba82be6e3f2", - "x-ms-routing-request-id": "WESTUS2:20210728T232832Z:e23354c4-7d59-4c4d-a5ce-eba82be6e3f2" + "x-ms-correlation-request-id": "17dd8e85-6cfd-4d39-b9d1-3d7100e00059", + "x-ms-ratelimit-remaining-tenant-reads": "11975", + "x-ms-request-id": "southeastasia:17dd8e85-6cfd-4d39-b9d1-3d7100e00059", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024318Z:17dd8e85-6cfd-4d39-b9d1-3d7100e00059" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-9700220c44dd5044-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3941520b8d95876aa96d957e1371e05d", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-38651b254cbdc04e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "28ee9c3944060c0366f8c8ec6de575d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9b282e89-72dd-464a-bb26-1fd7962514b3", + "client-request-id": "5fea081b-3104-4406-b2e2-e45ac235cbad", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:33 GMT", + "Date": "Thu, 14 Oct 2021 02:43:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9b282e89-72dd-464a-bb26-1fd7962514b3", + "request-id": "5fea081b-3104-4406-b2e2-e45ac235cbad", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b282e89-72dd-464a-bb26-1fd7962514b3", - "x-ms-ratelimit-remaining-tenant-reads": "11984", - "x-ms-request-id": "westus2:9b282e89-72dd-464a-bb26-1fd7962514b3", - "x-ms-routing-request-id": "WESTUS2:20210728T232833Z:9b282e89-72dd-464a-bb26-1fd7962514b3" + "x-ms-correlation-request-id": "5fea081b-3104-4406-b2e2-e45ac235cbad", + "x-ms-ratelimit-remaining-tenant-reads": "11974", + "x-ms-request-id": "southeastasia:5fea081b-3104-4406-b2e2-e45ac235cbad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024319Z:5fea081b-3104-4406-b2e2-e45ac235cbad" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-1bce0b112d01ca49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b10d005f907aa91eaf7aef1295adcf8", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-ce72e668a45ba04c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1b9ae0dc1eaf2cddf783e3291ac49572", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "3dc4802f-eef8-4c57-9e9a-986378037bfa", + "client-request-id": "8f1f8853-08be-4387-8895-a06e674d97a3", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:34 GMT", + "Date": "Thu, 14 Oct 2021 02:43:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "3dc4802f-eef8-4c57-9e9a-986378037bfa", + "request-id": "8f1f8853-08be-4387-8895-a06e674d97a3", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3dc4802f-eef8-4c57-9e9a-986378037bfa", - "x-ms-ratelimit-remaining-tenant-reads": "11983", - "x-ms-request-id": "westus2:3dc4802f-eef8-4c57-9e9a-986378037bfa", - "x-ms-routing-request-id": "WESTUS2:20210728T232834Z:3dc4802f-eef8-4c57-9e9a-986378037bfa" + "x-ms-correlation-request-id": "8f1f8853-08be-4387-8895-a06e674d97a3", + "x-ms-ratelimit-remaining-tenant-reads": "11973", + "x-ms-request-id": "southeastasia:8f1f8853-08be-4387-8895-a06e674d97a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024321Z:8f1f8853-08be-4387-8895-a06e674d97a3" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-535164984c72f64b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9864fec1860783a0caf47478feb8e805", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-c6e1988543706342-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c5e0708070e278065130c3557afc7c9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ebd74ba6-e5ce-4bd4-a63a-3af1b577f2e7", + "client-request-id": "7366eaa9-0538-4181-a460-ceafd7c55721", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:35 GMT", + "Date": "Thu, 14 Oct 2021 02:43:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ebd74ba6-e5ce-4bd4-a63a-3af1b577f2e7", + "request-id": "7366eaa9-0538-4181-a460-ceafd7c55721", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebd74ba6-e5ce-4bd4-a63a-3af1b577f2e7", - "x-ms-ratelimit-remaining-tenant-reads": "11982", - "x-ms-request-id": "westus2:ebd74ba6-e5ce-4bd4-a63a-3af1b577f2e7", - "x-ms-routing-request-id": "WESTUS2:20210728T232835Z:ebd74ba6-e5ce-4bd4-a63a-3af1b577f2e7" + "x-ms-correlation-request-id": "7366eaa9-0538-4181-a460-ceafd7c55721", + "x-ms-ratelimit-remaining-tenant-reads": "11972", + "x-ms-request-id": "southeastasia:7366eaa9-0538-4181-a460-ceafd7c55721", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024322Z:7366eaa9-0538-4181-a460-ceafd7c55721" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-c8dfec37555c9f49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d839f8be20c0114dc1964f9edf785d4e", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-1e6999173c3e3743-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2e58bb36b5911ac9bec1308361d9f2a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "4fc9988c-b977-4eb8-916d-260f87b4a4fd", + "client-request-id": "a2c67b24-0233-4676-bf9f-ffb6d4b7d0b1", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:36 GMT", + "Date": "Thu, 14 Oct 2021 02:43:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "4fc9988c-b977-4eb8-916d-260f87b4a4fd", + "request-id": "a2c67b24-0233-4676-bf9f-ffb6d4b7d0b1", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fc9988c-b977-4eb8-916d-260f87b4a4fd", - "x-ms-ratelimit-remaining-tenant-reads": "11981", - "x-ms-request-id": "westus2:4fc9988c-b977-4eb8-916d-260f87b4a4fd", - "x-ms-routing-request-id": "WESTUS2:20210728T232836Z:4fc9988c-b977-4eb8-916d-260f87b4a4fd" + "x-ms-correlation-request-id": "a2c67b24-0233-4676-bf9f-ffb6d4b7d0b1", + "x-ms-ratelimit-remaining-tenant-reads": "11971", + "x-ms-request-id": "southeastasia:a2c67b24-0233-4676-bf9f-ffb6d4b7d0b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024324Z:a2c67b24-0233-4676-bf9f-ffb6d4b7d0b1" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-701c6c31c489cf4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14bc9d91480c7f55308d40138419ac31", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-02f81b6eea91f34e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fc6b5662b0056bf2d922ca7f5a88b1fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "217ec4d3-acea-41c6-a0ce-4d2911529267", + "client-request-id": "7bc2e8f9-6e5d-4d19-8924-198f5f8faa16", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:37 GMT", + "Date": "Thu, 14 Oct 2021 02:43:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "217ec4d3-acea-41c6-a0ce-4d2911529267", + "request-id": "7bc2e8f9-6e5d-4d19-8924-198f5f8faa16", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "217ec4d3-acea-41c6-a0ce-4d2911529267", - "x-ms-ratelimit-remaining-tenant-reads": "11980", - "x-ms-request-id": "westus2:217ec4d3-acea-41c6-a0ce-4d2911529267", - "x-ms-routing-request-id": "WESTUS2:20210728T232837Z:217ec4d3-acea-41c6-a0ce-4d2911529267" + "x-ms-correlation-request-id": "7bc2e8f9-6e5d-4d19-8924-198f5f8faa16", + "x-ms-ratelimit-remaining-tenant-reads": "11970", + "x-ms-request-id": "southeastasia:7bc2e8f9-6e5d-4d19-8924-198f5f8faa16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024325Z:7bc2e8f9-6e5d-4d19-8924-198f5f8faa16" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-d2de0d50a0bfe745-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3132a90f0321a137b052d6703602a452", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-b3bc73d1bbe2204d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "5ef34307676bcbe0a7c5062040831777", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "28934812-8671-4990-bc9e-96f3fdd417f2", + "client-request-id": "08864cf6-118d-464e-a906-6553c5049d29", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:38 GMT", + "Date": "Thu, 14 Oct 2021 02:43:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6513?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "28934812-8671-4990-bc9e-96f3fdd417f2", + "request-id": "08864cf6-118d-464e-a906-6553c5049d29", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28934812-8671-4990-bc9e-96f3fdd417f2", - "x-ms-ratelimit-remaining-tenant-reads": "11979", - "x-ms-request-id": "westus2:28934812-8671-4990-bc9e-96f3fdd417f2", - "x-ms-routing-request-id": "WESTUS2:20210728T232839Z:28934812-8671-4990-bc9e-96f3fdd417f2" + "x-ms-correlation-request-id": "08864cf6-118d-464e-a906-6553c5049d29", + "x-ms-ratelimit-remaining-tenant-reads": "11969", + "x-ms-request-id": "southeastasia:08864cf6-118d-464e-a906-6553c5049d29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024327Z:08864cf6-118d-464e-a906-6553c5049d29" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-91277504b80bf34e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60e62696d3fc75f8a2b9a833df3a8ca8", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-e5543d3e56f5f34c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "24f2213e7f91859ac9ed546fea49bf36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "78557f8c-7728-4152-ba95-fcbc7957aae7", - "Content-Length": "383", + "client-request-id": "313b3d6d-0d87-445d-8077-efbce92676c0", + "Content-Length": "382", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:40 GMT", + "Date": "Thu, 14 Oct 2021 02:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "78557f8c-7728-4152-ba95-fcbc7957aae7", + "request-id": "313b3d6d-0d87-445d-8077-efbce92676c0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78557f8c-7728-4152-ba95-fcbc7957aae7", - "x-ms-ratelimit-remaining-tenant-reads": "11978", - "x-ms-request-id": "westus2:78557f8c-7728-4152-ba95-fcbc7957aae7", - "x-ms-routing-request-id": "WESTUS2:20210728T232840Z:78557f8c-7728-4152-ba95-fcbc7957aae7" + "x-ms-correlation-request-id": "313b3d6d-0d87-445d-8077-efbce92676c0", + "x-ms-ratelimit-remaining-tenant-reads": "11968", + "x-ms-request-id": "southeastasia:313b3d6d-0d87-445d-8077-efbce92676c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024328Z:313b3d6d-0d87-445d-8077-efbce92676c0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-4740", - "name": "mgmt-group-4740", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6513", + "name": "mgmt-group-6513", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-4740", + "displayName": "mgmt-group-6513", "details": { - "version": 10, - "updatedTime": "2021-07-28T23:28:23.5031166Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "version": 1, + "updatedTime": "2021-10-14T02:43:12.6361196Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-61fff4d5bef8524199a7eb7fcd0ca6c6-4bd6e81e02c8a945-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "368f1dea2c458e2c661a64b972e4492e", + "traceparent": "00-e02adb92413dfd4ba61378d7f519d0e2-67810b43b1b4844e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1d7b341093e6fb36769f553fa9d12b55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "e061e2ad-2b00-4756-816d-be59e1205db7", - "Content-Length": "566", + "client-request-id": "833222eb-afa7-4423-9df2-11bc2a07feef", + "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:40 GMT", + "Date": "Thu, 14 Oct 2021 02:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "e061e2ad-2b00-4756-816d-be59e1205db7", + "request-id": "833222eb-afa7-4423-9df2-11bc2a07feef", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e061e2ad-2b00-4756-816d-be59e1205db7", - "x-ms-ratelimit-remaining-tenant-reads": "11977", - "x-ms-request-id": "westus2:e061e2ad-2b00-4756-816d-be59e1205db7", - "x-ms-routing-request-id": "WESTUS2:20210728T232840Z:e061e2ad-2b00-4756-816d-be59e1205db7" + "x-ms-correlation-request-id": "833222eb-afa7-4423-9df2-11bc2a07feef", + "x-ms-ratelimit-remaining-tenant-reads": "11967", + "x-ms-request-id": "southeastasia:833222eb-afa7-4423-9df2-11bc2a07feef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024328Z:833222eb-afa7-4423-9df2-11bc2a07feef" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-4740", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6513", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-4740", + "name": "mgmt-group-6513", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-4740", + "displayName": "mgmt-group-6513", "details": { - "version": 10, - "updatedTime": "2021-07-28T23:28:23.5031166Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:43:12.6361196Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1005,47 +738,50 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-4740?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6513?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c64da5baa9fae140b1323a366b8690e3-d536905d900f1449-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e7ceee94b323b35b0bd8f675b03c276", + "traceparent": "00-96fb190b0314fa4e893ae581a061e181-f9609401dec31541-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3941520b8d95876aa96d957e1371e05d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "b088da95-04cd-4477-94ca-1dec9cff9e9a", - "Content-Length": "566", + "client-request-id": "6e894131-47ba-4efd-8b7d-b6ed4a561da0", + "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:40 GMT", + "Date": "Thu, 14 Oct 2021 02:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "b088da95-04cd-4477-94ca-1dec9cff9e9a", + "request-id": "6e894131-47ba-4efd-8b7d-b6ed4a561da0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b088da95-04cd-4477-94ca-1dec9cff9e9a", - "x-ms-ratelimit-remaining-tenant-reads": "11976", - "x-ms-request-id": "westus2:b088da95-04cd-4477-94ca-1dec9cff9e9a", - "x-ms-routing-request-id": "WESTUS2:20210728T232840Z:b088da95-04cd-4477-94ca-1dec9cff9e9a" + "x-ms-correlation-request-id": "6e894131-47ba-4efd-8b7d-b6ed4a561da0", + "x-ms-ratelimit-remaining-tenant-reads": "11966", + "x-ms-request-id": "southeastasia:6e894131-47ba-4efd-8b7d-b6ed4a561da0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024329Z:6e894131-47ba-4efd-8b7d-b6ed4a561da0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-4740", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6513", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-4740", + "name": "mgmt-group-6513", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-4740", + "displayName": "mgmt-group-6513", "details": { - "version": 10, - "updatedTime": "2021-07-28T23:28:23.5031166Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:43:12.6361196Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1058,7 +794,7 @@ ], "Variables": { "RandomSeed": "1031477050", - "RESOURCE_MANAGER_URL": null, + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(True)Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(True)Async.json index 1551efbf17913..919a1f796465a 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(True)Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/ManagementGroupOperationsTests(True)Async.json @@ -1,61 +1,19 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f9f304512a7d535a8048bfe98fc08535", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ece74e5b-1805-46a7-a926-569502be96e4", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ece74e5b-1805-46a7-a926-569502be96e4", - "x-ms-routing-request-id": "WESTUS2:20210728T232842Z:ece74e5b-1805-46a7-a926-569502be96e4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-8ab7198cebe61b43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b023f1de19193a57742fefd8415c334c", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-8932cecb49be6a42-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7df9f3045a2a805348bfe98fc0853534", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,1055 +21,755 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "6db5a03b-deff-448e-a529-90d880758c49", + "client-request-id": "85537ac1-9b8f-4250-be02-1c0831e9664e", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:43 GMT", + "Date": "Thu, 14 Oct 2021 02:45:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "6db5a03b-deff-448e-a529-90d880758c49", + "request-id": "85537ac1-9b8f-4250-be02-1c0831e9664e", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6db5a03b-deff-448e-a529-90d880758c49", + "x-ms-correlation-request-id": "85537ac1-9b8f-4250-be02-1c0831e9664e", "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "westus2:6db5a03b-deff-448e-a529-90d880758c49", - "x-ms-routing-request-id": "WESTUS2:20210728T232843Z:6db5a03b-deff-448e-a529-90d880758c49" + "x-ms-ratelimit-remaining-tenant-writes": "1198", + "x-ms-request-id": "southeastasia:85537ac1-9b8f-4250-be02-1c0831e9664e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024514Z:85537ac1-9b8f-4250-be02-1c0831e9664e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3600", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5126", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-3600", + "name": "mgmt-group-5126", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-f8dce6c911328c44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85bf66ac755aeb379cbf08fb6b7a3eeb", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-de689db44b9d8f4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "37a8c126ad2a63344c12bdc08bd98228", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "c4bbb8c2-d9a3-43a4-891b-0f19b3317b2e", + "client-request-id": "cd463cc3-46e6-4ca0-ba0b-c680ad0f8bc2", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:43 GMT", + "Date": "Thu, 14 Oct 2021 02:45:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "c4bbb8c2-d9a3-43a4-891b-0f19b3317b2e", + "request-id": "cd463cc3-46e6-4ca0-ba0b-c680ad0f8bc2", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4bbb8c2-d9a3-43a4-891b-0f19b3317b2e", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "westus2:c4bbb8c2-d9a3-43a4-891b-0f19b3317b2e", - "x-ms-routing-request-id": "WESTUS2:20210728T232844Z:c4bbb8c2-d9a3-43a4-891b-0f19b3317b2e" + "x-ms-correlation-request-id": "cd463cc3-46e6-4ca0-ba0b-c680ad0f8bc2", + "x-ms-ratelimit-remaining-tenant-reads": "11982", + "x-ms-request-id": "southeastasia:cd463cc3-46e6-4ca0-ba0b-c680ad0f8bc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024515Z:cd463cc3-46e6-4ca0-ba0b-c680ad0f8bc2" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-48c1821b7639234a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff689c8cfddc3009bcc063065b97ae9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "7629702d-8ace-40fd-922b-92b1845421d0", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "7629702d-8ace-40fd-922b-92b1845421d0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7629702d-8ace-40fd-922b-92b1845421d0", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "westus2:7629702d-8ace-40fd-922b-92b1845421d0", - "x-ms-routing-request-id": "WESTUS2:20210728T232845Z:7629702d-8ace-40fd-922b-92b1845421d0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-ca8a587439990d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da2cc7acae9db0f289bd9b6ba438f7d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "5b4e3133-ab29-4b54-8b67-eb8a2a4646b8", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "5b4e3133-ab29-4b54-8b67-eb8a2a4646b8", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b4e3133-ab29-4b54-8b67-eb8a2a4646b8", - "x-ms-ratelimit-remaining-tenant-reads": "11997", - "x-ms-request-id": "westus2:5b4e3133-ab29-4b54-8b67-eb8a2a4646b8", - "x-ms-routing-request-id": "WESTUS2:20210728T232846Z:5b4e3133-ab29-4b54-8b67-eb8a2a4646b8" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-03e6901ac37f5841-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef34d1d48370ae4c5c8ec89911308f05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "f4fd48a3-ce77-4549-b51b-8b99c9d18abd", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "f4fd48a3-ce77-4549-b51b-8b99c9d18abd", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4fd48a3-ce77-4549-b51b-8b99c9d18abd", - "x-ms-ratelimit-remaining-tenant-reads": "11996", - "x-ms-request-id": "westus2:f4fd48a3-ce77-4549-b51b-8b99c9d18abd", - "x-ms-routing-request-id": "WESTUS2:20210728T232847Z:f4fd48a3-ce77-4549-b51b-8b99c9d18abd" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-1fbdf4426ab26c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a44f6d11634ede4eaab7751e619e8c84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "e9619904-a886-4cb2-a0ef-ae37d98c2dad", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "e9619904-a886-4cb2-a0ef-ae37d98c2dad", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9619904-a886-4cb2-a0ef-ae37d98c2dad", - "x-ms-ratelimit-remaining-tenant-reads": "11995", - "x-ms-request-id": "westus2:e9619904-a886-4cb2-a0ef-ae37d98c2dad", - "x-ms-routing-request-id": "WESTUS2:20210728T232848Z:e9619904-a886-4cb2-a0ef-ae37d98c2dad" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-79d9771d84fedd44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "893292c8be62282a7a7d7e0ee5589f59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "92ec2cea-b020-4ec8-8334-b708029d423d", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "92ec2cea-b020-4ec8-8334-b708029d423d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92ec2cea-b020-4ec8-8334-b708029d423d", - "x-ms-ratelimit-remaining-tenant-reads": "11994", - "x-ms-request-id": "westus2:92ec2cea-b020-4ec8-8334-b708029d423d", - "x-ms-routing-request-id": "WESTUS2:20210728T232849Z:92ec2cea-b020-4ec8-8334-b708029d423d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-2b9d9c2683f08442-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "365a962e53e97083825644b80e2d4dbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "aeed6381-f46c-4ca5-9456-9706b0603c34", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "aeed6381-f46c-4ca5-9456-9706b0603c34", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aeed6381-f46c-4ca5-9456-9706b0603c34", - "x-ms-ratelimit-remaining-tenant-reads": "11993", - "x-ms-request-id": "westus2:aeed6381-f46c-4ca5-9456-9706b0603c34", - "x-ms-routing-request-id": "WESTUS2:20210728T232850Z:aeed6381-f46c-4ca5-9456-9706b0603c34" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-6ca447f05a5fb546-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fd1440205fd52a2432629d0e540f852", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "63d9b5dd-e049-49d0-b28b-237c5c832784", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "63d9b5dd-e049-49d0-b28b-237c5c832784", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63d9b5dd-e049-49d0-b28b-237c5c832784", - "x-ms-ratelimit-remaining-tenant-reads": "11992", - "x-ms-request-id": "westus2:63d9b5dd-e049-49d0-b28b-237c5c832784", - "x-ms-routing-request-id": "WESTUS2:20210728T232851Z:63d9b5dd-e049-49d0-b28b-237c5c832784" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-04dc6ab21dcad34b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "caf01c185544759a0ec2070c7a711a4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "66728dd8-8ab4-4d1a-81da-d0779d45f2b6", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "66728dd8-8ab4-4d1a-81da-d0779d45f2b6", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66728dd8-8ab4-4d1a-81da-d0779d45f2b6", - "x-ms-ratelimit-remaining-tenant-reads": "11991", - "x-ms-request-id": "westus2:66728dd8-8ab4-4d1a-81da-d0779d45f2b6", - "x-ms-routing-request-id": "WESTUS2:20210728T232853Z:66728dd8-8ab4-4d1a-81da-d0779d45f2b6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-2f7bff7ab10f0149-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a10cc0301f87285bf408f3c32ab28a42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "d1e7d41f-9cc4-4ca0-957e-986bb20386c1", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "d1e7d41f-9cc4-4ca0-957e-986bb20386c1", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1e7d41f-9cc4-4ca0-957e-986bb20386c1", - "x-ms-ratelimit-remaining-tenant-reads": "11990", - "x-ms-request-id": "westus2:d1e7d41f-9cc4-4ca0-957e-986bb20386c1", - "x-ms-routing-request-id": "WESTUS2:20210728T232854Z:d1e7d41f-9cc4-4ca0-957e-986bb20386c1" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-91ca8c0670913340-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f29ff15d823cac79aa5b713bfe96d7d2", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-abd315432fd9bc48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "85bf66ac755aeb379cbf08fb6b7a3eeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "53e4a6b9-6a8f-4ee0-8611-2d205f50d2fd", + "client-request-id": "d357ca84-cde0-4479-8419-db14b1f1695d", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:54 GMT", + "Date": "Thu, 14 Oct 2021 02:45:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "53e4a6b9-6a8f-4ee0-8611-2d205f50d2fd", + "request-id": "d357ca84-cde0-4479-8419-db14b1f1695d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53e4a6b9-6a8f-4ee0-8611-2d205f50d2fd", - "x-ms-ratelimit-remaining-tenant-reads": "11989", - "x-ms-request-id": "westus2:53e4a6b9-6a8f-4ee0-8611-2d205f50d2fd", - "x-ms-routing-request-id": "WESTUS2:20210728T232855Z:53e4a6b9-6a8f-4ee0-8611-2d205f50d2fd" + "x-ms-correlation-request-id": "d357ca84-cde0-4479-8419-db14b1f1695d", + "x-ms-ratelimit-remaining-tenant-reads": "11981", + "x-ms-request-id": "southeastasia:d357ca84-cde0-4479-8419-db14b1f1695d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024516Z:d357ca84-cde0-4479-8419-db14b1f1695d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-ed0758336f96234e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "25a0db0c5733f9cbc0c7d63c61d64b5b", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-9c773c8099d71e42-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ff689c8cfddc3009bcc063065b97ae9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "dd78ca88-c5a6-42a8-9c97-40a8882f34c5", + "client-request-id": "fc57408c-bdd7-4ca3-925f-88752e72edc5", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:56 GMT", + "Date": "Thu, 14 Oct 2021 02:45:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "dd78ca88-c5a6-42a8-9c97-40a8882f34c5", + "request-id": "fc57408c-bdd7-4ca3-925f-88752e72edc5", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd78ca88-c5a6-42a8-9c97-40a8882f34c5", - "x-ms-ratelimit-remaining-tenant-reads": "11988", - "x-ms-request-id": "westus2:dd78ca88-c5a6-42a8-9c97-40a8882f34c5", - "x-ms-routing-request-id": "WESTUS2:20210728T232856Z:dd78ca88-c5a6-42a8-9c97-40a8882f34c5" + "x-ms-correlation-request-id": "fc57408c-bdd7-4ca3-925f-88752e72edc5", + "x-ms-ratelimit-remaining-tenant-reads": "11980", + "x-ms-request-id": "southeastasia:fc57408c-bdd7-4ca3-925f-88752e72edc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024518Z:fc57408c-bdd7-4ca3-925f-88752e72edc5" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-051e4848a77fb845-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89aec43727d1ae104660f72bae1f2a5e", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-0be61e38f481be4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "da2cc7acae9db0f289bd9b6ba438f7d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "09dbcd37-0ef4-413e-bc61-c3b40ee9f3f3", + "client-request-id": "7bc7059f-6052-4dfd-8837-ab4d23015f03", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:57 GMT", + "Date": "Thu, 14 Oct 2021 02:45:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "09dbcd37-0ef4-413e-bc61-c3b40ee9f3f3", + "request-id": "7bc7059f-6052-4dfd-8837-ab4d23015f03", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09dbcd37-0ef4-413e-bc61-c3b40ee9f3f3", - "x-ms-ratelimit-remaining-tenant-reads": "11987", - "x-ms-request-id": "westus2:09dbcd37-0ef4-413e-bc61-c3b40ee9f3f3", - "x-ms-routing-request-id": "WESTUS2:20210728T232857Z:09dbcd37-0ef4-413e-bc61-c3b40ee9f3f3" + "x-ms-correlation-request-id": "7bc7059f-6052-4dfd-8837-ab4d23015f03", + "x-ms-ratelimit-remaining-tenant-reads": "11979", + "x-ms-request-id": "southeastasia:7bc7059f-6052-4dfd-8837-ab4d23015f03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024519Z:7bc7059f-6052-4dfd-8837-ab4d23015f03" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-5e0cdcef99048b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4eb621306512060f25a63175ab3d4ad3", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-5aa2a25239298941-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ef34d1d48370ae4c5c8ec89911308f05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "6e7d4354-ecc1-46cd-959e-cb5592f46e99", + "client-request-id": "c39382b3-e42f-4915-b386-a946fc243ad2", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:58 GMT", + "Date": "Thu, 14 Oct 2021 02:45:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "6e7d4354-ecc1-46cd-959e-cb5592f46e99", + "request-id": "c39382b3-e42f-4915-b386-a946fc243ad2", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e7d4354-ecc1-46cd-959e-cb5592f46e99", - "x-ms-ratelimit-remaining-tenant-reads": "11986", - "x-ms-request-id": "westus2:6e7d4354-ecc1-46cd-959e-cb5592f46e99", - "x-ms-routing-request-id": "WESTUS2:20210728T232858Z:6e7d4354-ecc1-46cd-959e-cb5592f46e99" + "x-ms-correlation-request-id": "c39382b3-e42f-4915-b386-a946fc243ad2", + "x-ms-ratelimit-remaining-tenant-reads": "11978", + "x-ms-request-id": "southeastasia:c39382b3-e42f-4915-b386-a946fc243ad2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024521Z:c39382b3-e42f-4915-b386-a946fc243ad2" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-cc32736282b05d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a0315104de7e400caf1dfd3609f4ba1", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-0795ce8dfe42d040-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a44f6d11634ede4eaab7751e619e8c84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ff81d58a-15bf-43b8-8db1-924eed364457", + "client-request-id": "36ebe352-062e-484d-80c3-ccfcc7b70068", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:28:59 GMT", + "Date": "Thu, 14 Oct 2021 02:45:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ff81d58a-15bf-43b8-8db1-924eed364457", + "request-id": "36ebe352-062e-484d-80c3-ccfcc7b70068", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff81d58a-15bf-43b8-8db1-924eed364457", - "x-ms-ratelimit-remaining-tenant-reads": "11985", - "x-ms-request-id": "westus2:ff81d58a-15bf-43b8-8db1-924eed364457", - "x-ms-routing-request-id": "WESTUS2:20210728T232859Z:ff81d58a-15bf-43b8-8db1-924eed364457" + "x-ms-correlation-request-id": "36ebe352-062e-484d-80c3-ccfcc7b70068", + "x-ms-ratelimit-remaining-tenant-reads": "11977", + "x-ms-request-id": "southeastasia:36ebe352-062e-484d-80c3-ccfcc7b70068", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024522Z:36ebe352-062e-484d-80c3-ccfcc7b70068" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-8d90f04370c01a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "400b789dfc20d249b5a7632bf69b0308", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-41aa701bb1a17742-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "893292c8be62282a7a7d7e0ee5589f59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9b6aa01f-a67d-49d0-a67b-ea9f4f563c78", + "client-request-id": "efe5fa25-5f71-4a24-bfbd-702bba5037a1", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:00 GMT", + "Date": "Thu, 14 Oct 2021 02:45:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9b6aa01f-a67d-49d0-a67b-ea9f4f563c78", + "request-id": "efe5fa25-5f71-4a24-bfbd-702bba5037a1", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b6aa01f-a67d-49d0-a67b-ea9f4f563c78", - "x-ms-ratelimit-remaining-tenant-reads": "11984", - "x-ms-request-id": "westus2:9b6aa01f-a67d-49d0-a67b-ea9f4f563c78", - "x-ms-routing-request-id": "WESTUS2:20210728T232901Z:9b6aa01f-a67d-49d0-a67b-ea9f4f563c78" + "x-ms-correlation-request-id": "efe5fa25-5f71-4a24-bfbd-702bba5037a1", + "x-ms-ratelimit-remaining-tenant-reads": "11976", + "x-ms-request-id": "southeastasia:efe5fa25-5f71-4a24-bfbd-702bba5037a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024523Z:efe5fa25-5f71-4a24-bfbd-702bba5037a1" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-8de5623ecf86f646-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "981b2315f01ce37621d28321863ca686", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-30e59c85de1bbf47-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "365a962e53e97083825644b80e2d4dbe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "f2b0f8d2-d335-4297-a4b9-6c290dfed545", + "client-request-id": "fd4db2ca-0c9e-4c26-ac94-92252d38b22b", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:01 GMT", + "Date": "Thu, 14 Oct 2021 02:45:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "f2b0f8d2-d335-4297-a4b9-6c290dfed545", + "request-id": "fd4db2ca-0c9e-4c26-ac94-92252d38b22b", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2b0f8d2-d335-4297-a4b9-6c290dfed545", - "x-ms-ratelimit-remaining-tenant-reads": "11983", - "x-ms-request-id": "westus2:f2b0f8d2-d335-4297-a4b9-6c290dfed545", - "x-ms-routing-request-id": "WESTUS2:20210728T232902Z:f2b0f8d2-d335-4297-a4b9-6c290dfed545" + "x-ms-correlation-request-id": "fd4db2ca-0c9e-4c26-ac94-92252d38b22b", + "x-ms-ratelimit-remaining-tenant-reads": "11975", + "x-ms-request-id": "southeastasia:fd4db2ca-0c9e-4c26-ac94-92252d38b22b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024525Z:fd4db2ca-0c9e-4c26-ac94-92252d38b22b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-9bd5944215e2ee4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32d7905a0a3213b3cb318440ead4ed2f", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-4bf269fbdb153c4f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7fd1440205fd52a2432629d0e540f852", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "722e2fcd-27e1-497d-a5da-acaa5eb48f10", + "client-request-id": "9145ed74-9c17-4d42-b132-2f87566feb40", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:02 GMT", + "Date": "Thu, 14 Oct 2021 02:45:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "722e2fcd-27e1-497d-a5da-acaa5eb48f10", + "request-id": "9145ed74-9c17-4d42-b132-2f87566feb40", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "722e2fcd-27e1-497d-a5da-acaa5eb48f10", - "x-ms-ratelimit-remaining-tenant-reads": "11982", - "x-ms-request-id": "westus2:722e2fcd-27e1-497d-a5da-acaa5eb48f10", - "x-ms-routing-request-id": "WESTUS2:20210728T232903Z:722e2fcd-27e1-497d-a5da-acaa5eb48f10" + "x-ms-correlation-request-id": "9145ed74-9c17-4d42-b132-2f87566feb40", + "x-ms-ratelimit-remaining-tenant-reads": "11974", + "x-ms-request-id": "southeastasia:9145ed74-9c17-4d42-b132-2f87566feb40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024526Z:9145ed74-9c17-4d42-b132-2f87566feb40" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-cc415b86e7724a4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cbed6eeb284ad8402281f4d79274b79", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-880b5bf7eea4f443-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "caf01c185544759a0ec2070c7a711a4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "382d8517-55c2-4531-9a87-2a9f97911591", + "client-request-id": "64bfd45f-ba95-42fa-ae1c-0c4a57ed077a", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:03 GMT", + "Date": "Thu, 14 Oct 2021 02:45:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "382d8517-55c2-4531-9a87-2a9f97911591", + "request-id": "64bfd45f-ba95-42fa-ae1c-0c4a57ed077a", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "382d8517-55c2-4531-9a87-2a9f97911591", - "x-ms-ratelimit-remaining-tenant-reads": "11981", - "x-ms-request-id": "westus2:382d8517-55c2-4531-9a87-2a9f97911591", - "x-ms-routing-request-id": "WESTUS2:20210728T232904Z:382d8517-55c2-4531-9a87-2a9f97911591" + "x-ms-correlation-request-id": "64bfd45f-ba95-42fa-ae1c-0c4a57ed077a", + "x-ms-ratelimit-remaining-tenant-reads": "11973", + "x-ms-request-id": "southeastasia:64bfd45f-ba95-42fa-ae1c-0c4a57ed077a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024528Z:64bfd45f-ba95-42fa-ae1c-0c4a57ed077a" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-42f1e38f7ad6954b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66d0dd01d0c30bd57007cdea6b36f84c", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-23473ab27dd7ab44-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a10cc0301f87285bf408f3c32ab28a42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ccd1fc59-a667-461b-86f3-6a2f5e47d3e3", + "client-request-id": "d11ed024-8632-4f8e-9b39-cdacd8d8064b", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:05 GMT", + "Date": "Thu, 14 Oct 2021 02:45:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ccd1fc59-a667-461b-86f3-6a2f5e47d3e3", + "request-id": "d11ed024-8632-4f8e-9b39-cdacd8d8064b", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccd1fc59-a667-461b-86f3-6a2f5e47d3e3", - "x-ms-ratelimit-remaining-tenant-reads": "11980", - "x-ms-request-id": "westus2:ccd1fc59-a667-461b-86f3-6a2f5e47d3e3", - "x-ms-routing-request-id": "WESTUS2:20210728T232905Z:ccd1fc59-a667-461b-86f3-6a2f5e47d3e3" + "x-ms-correlation-request-id": "d11ed024-8632-4f8e-9b39-cdacd8d8064b", + "x-ms-ratelimit-remaining-tenant-reads": "11972", + "x-ms-request-id": "southeastasia:d11ed024-8632-4f8e-9b39-cdacd8d8064b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024529Z:d11ed024-8632-4f8e-9b39-cdacd8d8064b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-51e5188c51678a45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af3354e46a7da8010b2a300aea6599a3", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-b78282897e2a004d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "f29ff15d823cac79aa5b713bfe96d7d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "167c1718-7167-4b2f-834c-08e697f2d0d6", + "client-request-id": "5e13a652-acf7-410b-a964-3597ea9e9a70", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:06 GMT", + "Date": "Thu, 14 Oct 2021 02:45:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "167c1718-7167-4b2f-834c-08e697f2d0d6", + "request-id": "5e13a652-acf7-410b-a964-3597ea9e9a70", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "167c1718-7167-4b2f-834c-08e697f2d0d6", - "x-ms-ratelimit-remaining-tenant-reads": "11979", - "x-ms-request-id": "westus2:167c1718-7167-4b2f-834c-08e697f2d0d6", - "x-ms-routing-request-id": "WESTUS2:20210728T232906Z:167c1718-7167-4b2f-834c-08e697f2d0d6" + "x-ms-correlation-request-id": "5e13a652-acf7-410b-a964-3597ea9e9a70", + "x-ms-ratelimit-remaining-tenant-reads": "11971", + "x-ms-request-id": "southeastasia:5e13a652-acf7-410b-a964-3597ea9e9a70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024531Z:5e13a652-acf7-410b-a964-3597ea9e9a70" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-f130864a771bf441-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c3f0be587031d6b01b3cb7de59a42cc", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-319f007184fec14d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "25a0db0c5733f9cbc0c7d63c61d64b5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "90d3b620-8ef3-4200-8e34-2504c0b36bb9", + "client-request-id": "654849b6-0816-474d-a8b8-249819f667f1", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:07 GMT", + "Date": "Thu, 14 Oct 2021 02:45:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "90d3b620-8ef3-4200-8e34-2504c0b36bb9", + "request-id": "654849b6-0816-474d-a8b8-249819f667f1", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90d3b620-8ef3-4200-8e34-2504c0b36bb9", - "x-ms-ratelimit-remaining-tenant-reads": "11978", - "x-ms-request-id": "westus2:90d3b620-8ef3-4200-8e34-2504c0b36bb9", - "x-ms-routing-request-id": "WESTUS2:20210728T232907Z:90d3b620-8ef3-4200-8e34-2504c0b36bb9" + "x-ms-correlation-request-id": "654849b6-0816-474d-a8b8-249819f667f1", + "x-ms-ratelimit-remaining-tenant-reads": "11970", + "x-ms-request-id": "southeastasia:654849b6-0816-474d-a8b8-249819f667f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024532Z:654849b6-0816-474d-a8b8-249819f667f1" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-950a3ce3d38ca146-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2569d32f9cf496fbdc285b99a0ca200a", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-b702beadb45b8446-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "89aec43727d1ae104660f72bae1f2a5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "06f35567-c248-4385-93cb-66c062ca5176", + "client-request-id": "9f75c1ee-9eb1-411f-b0eb-6ce73bddc8e1", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:08 GMT", + "Date": "Thu, 14 Oct 2021 02:45:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "06f35567-c248-4385-93cb-66c062ca5176", + "request-id": "9f75c1ee-9eb1-411f-b0eb-6ce73bddc8e1", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06f35567-c248-4385-93cb-66c062ca5176", - "x-ms-ratelimit-remaining-tenant-reads": "11977", - "x-ms-request-id": "westus2:06f35567-c248-4385-93cb-66c062ca5176", - "x-ms-routing-request-id": "WESTUS2:20210728T232908Z:06f35567-c248-4385-93cb-66c062ca5176" + "x-ms-correlation-request-id": "9f75c1ee-9eb1-411f-b0eb-6ce73bddc8e1", + "x-ms-ratelimit-remaining-tenant-reads": "11969", + "x-ms-request-id": "southeastasia:9f75c1ee-9eb1-411f-b0eb-6ce73bddc8e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024534Z:9f75c1ee-9eb1-411f-b0eb-6ce73bddc8e1" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-e549685ac7c7fb41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f04296debf75d48e815aeca9e84c271", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-ebe80f56435ec34e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4eb621306512060f25a63175ab3d4ad3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "0864d5e1-5743-4d7f-a1b5-892dbaa86f14", + "client-request-id": "f34885c5-0bbc-4d32-aa9b-fd33b8af0a24", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:09 GMT", + "Date": "Thu, 14 Oct 2021 02:45:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-5126?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "0864d5e1-5743-4d7f-a1b5-892dbaa86f14", + "request-id": "f34885c5-0bbc-4d32-aa9b-fd33b8af0a24", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0864d5e1-5743-4d7f-a1b5-892dbaa86f14", - "x-ms-ratelimit-remaining-tenant-reads": "11976", - "x-ms-request-id": "westus2:0864d5e1-5743-4d7f-a1b5-892dbaa86f14", - "x-ms-routing-request-id": "WESTUS2:20210728T232910Z:0864d5e1-5743-4d7f-a1b5-892dbaa86f14" + "x-ms-correlation-request-id": "f34885c5-0bbc-4d32-aa9b-fd33b8af0a24", + "x-ms-ratelimit-remaining-tenant-reads": "11968", + "x-ms-request-id": "southeastasia:f34885c5-0bbc-4d32-aa9b-fd33b8af0a24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024535Z:f34885c5-0bbc-4d32-aa9b-fd33b8af0a24" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-cfe0efd5a4058c48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17db64e874fc49af10a830da2bd27d36", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-6e5aa43f5f4e4149-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3a0315104de7e400caf1dfd3609f4ba1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "8f16b157-9fab-4ecd-9877-9ff003cb7caf", - "Content-Length": "380", + "client-request-id": "ceca3e53-d1ec-4074-a455-b8d1e0714062", + "Content-Length": "382", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:11 GMT", + "Date": "Thu, 14 Oct 2021 02:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "8f16b157-9fab-4ecd-9877-9ff003cb7caf", + "request-id": "ceca3e53-d1ec-4074-a455-b8d1e0714062", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f16b157-9fab-4ecd-9877-9ff003cb7caf", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:8f16b157-9fab-4ecd-9877-9ff003cb7caf", - "x-ms-routing-request-id": "WESTUS2:20210728T232911Z:8f16b157-9fab-4ecd-9877-9ff003cb7caf" + "x-ms-correlation-request-id": "ceca3e53-d1ec-4074-a455-b8d1e0714062", + "x-ms-ratelimit-remaining-tenant-reads": "11967", + "x-ms-request-id": "southeastasia:ceca3e53-d1ec-4074-a455-b8d1e0714062", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024537Z:ceca3e53-d1ec-4074-a455-b8d1e0714062" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3600", - "name": "mgmt-group-3600", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-5126", + "name": "mgmt-group-5126", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-3600", + "displayName": "mgmt-group-5126", "details": { - "version": 5, - "updatedTime": "2021-07-28T23:28:51.73385Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "version": 1, + "updatedTime": "2021-10-14T02:45:20.3090375Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94cb0929a3ec784db088004a637d71b7-4fdf42ac216bcc46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bc0fc192e29543d58a0b3cdfed30f858", + "traceparent": "00-681149467e75cb428f6dbc4d2965aba3-0654ffa86f6dcc4b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "400b789dfc20d249b5a7632bf69b0308", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "1c62b203-4ba3-4577-bff2-b63512abf340", - "Content-Length": "563", + "client-request-id": "59d94ebb-5234-4d11-935c-a8473bb27517", + "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:11 GMT", + "Date": "Thu, 14 Oct 2021 02:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "1c62b203-4ba3-4577-bff2-b63512abf340", + "request-id": "59d94ebb-5234-4d11-935c-a8473bb27517", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c62b203-4ba3-4577-bff2-b63512abf340", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:1c62b203-4ba3-4577-bff2-b63512abf340", - "x-ms-routing-request-id": "WESTUS2:20210728T232911Z:1c62b203-4ba3-4577-bff2-b63512abf340" + "x-ms-correlation-request-id": "59d94ebb-5234-4d11-935c-a8473bb27517", + "x-ms-ratelimit-remaining-tenant-reads": "11966", + "x-ms-request-id": "southeastasia:59d94ebb-5234-4d11-935c-a8473bb27517", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024537Z:59d94ebb-5234-4d11-935c-a8473bb27517" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3600", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5126", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-3600", + "name": "mgmt-group-5126", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-3600", + "displayName": "mgmt-group-5126", "details": { - "version": 5, - "updatedTime": "2021-07-28T23:28:51.73385Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:45:20.3090375Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1122,47 +780,50 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3600?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-5126?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7fde23f534f7da41b5f8aa3f135b7427-ab9758b3cd772045-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210728.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cb0e96508eff90e79bb4e4ebb6d3116", + "traceparent": "00-628df092502ce144be3181478db5a169-e11a27f5c0ec024e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "981b2315f01ce37621d28321863ca686", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "d277ade2-7b7b-42be-8f4d-54f03bed64ff", - "Content-Length": "563", + "client-request-id": "f406af9b-a95a-4920-a272-2531cac801a1", + "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 23:29:11 GMT", + "Date": "Thu, 14 Oct 2021 02:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "d277ade2-7b7b-42be-8f4d-54f03bed64ff", + "request-id": "f406af9b-a95a-4920-a272-2531cac801a1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1628", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d277ade2-7b7b-42be-8f4d-54f03bed64ff", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:d277ade2-7b7b-42be-8f4d-54f03bed64ff", - "x-ms-routing-request-id": "WESTUS2:20210728T232911Z:d277ade2-7b7b-42be-8f4d-54f03bed64ff" + "x-ms-correlation-request-id": "f406af9b-a95a-4920-a272-2531cac801a1", + "x-ms-ratelimit-remaining-tenant-reads": "11965", + "x-ms-request-id": "southeastasia:f406af9b-a95a-4920-a272-2531cac801a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024537Z:f406af9b-a95a-4920-a272-2531cac801a1" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3600", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-5126", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-3600", + "name": "mgmt-group-5126", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-3600", + "displayName": "mgmt-group-5126", "details": { - "version": 5, - "updatedTime": "2021-07-28T23:28:51.73385Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "version": 1, + "updatedTime": "2021-10-14T02:45:20.3090375Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1175,7 +836,7 @@ ], "Variables": { "RandomSeed": "662869031", - "RESOURCE_MANAGER_URL": null, + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDelete.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDelete.json index cc35566f5204b..1303e57a3fd25 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDelete.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDelete.json @@ -1,61 +1,19 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81b141862435409c915a1d937c980ec0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c103c59a-7718-4243-99cc-648b7ef78c6a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c103c59a-7718-4243-99cc-648b7ef78c6a", - "x-ms-routing-request-id": "WESTUS2:20210712T031935Z:c103c59a-7718-4243-99cc-648b7ef78c6a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-e1f69b467462c54b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "facde556a779c07b4d6ca7f72267a63a", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-acecbc9dc7ebe642-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "fb5bd5be37aa92caefd363e9c1b562ea", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,977 +21,797 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "b5d8dcae-8df1-441f-a15a-38c8c2203a33", + "client-request-id": "ca0ee3ce-bdb1-45b7-8944-60fb084e8191", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:34 GMT", + "Date": "Thu, 14 Oct 2021 02:44:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "b5d8dcae-8df1-441f-a15a-38c8c2203a33", + "request-id": "ca0ee3ce-bdb1-45b7-8944-60fb084e8191", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5d8dcae-8df1-441f-a15a-38c8c2203a33", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:b5d8dcae-8df1-441f-a15a-38c8c2203a33", - "x-ms-routing-request-id": "WESTUS2:20210712T031935Z:b5d8dcae-8df1-441f-a15a-38c8c2203a33" + "x-ms-correlation-request-id": "ca0ee3ce-bdb1-45b7-8944-60fb084e8191", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:ca0ee3ce-bdb1-45b7-8944-60fb084e8191", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024404Z:ca0ee3ce-bdb1-45b7-8944-60fb084e8191" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9226", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9824", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-9226", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-18174df991402443-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2c222aac4d1990c36c0e7b8f4496ff3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "2e9c5cdd-db63-4db1-9900-6157c3dfb898", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "2e9c5cdd-db63-4db1-9900-6157c3dfb898", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e9c5cdd-db63-4db1-9900-6157c3dfb898", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:2e9c5cdd-db63-4db1-9900-6157c3dfb898", - "x-ms-routing-request-id": "WESTUS2:20210712T031935Z:2e9c5cdd-db63-4db1-9900-6157c3dfb898" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "name": "mgmt-group-9824", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-f67bbc50dc38b642-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a45959768cf7bc8b01fcd1021671c24d", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-ea6a6a25ef42284a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed0c9e9f1108e0153396ad385a4845ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "b2b5c44c-e9ee-4523-85cb-530e31a85c89", + "client-request-id": "b75ff104-edda-454c-a0ba-22544a68c0f3", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:35 GMT", + "Date": "Thu, 14 Oct 2021 02:44:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "b2b5c44c-e9ee-4523-85cb-530e31a85c89", + "request-id": "b75ff104-edda-454c-a0ba-22544a68c0f3", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2b5c44c-e9ee-4523-85cb-530e31a85c89", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:b2b5c44c-e9ee-4523-85cb-530e31a85c89", - "x-ms-routing-request-id": "WESTUS2:20210712T031936Z:b2b5c44c-e9ee-4523-85cb-530e31a85c89" + "x-ms-correlation-request-id": "b75ff104-edda-454c-a0ba-22544a68c0f3", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:b75ff104-edda-454c-a0ba-22544a68c0f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024404Z:b75ff104-edda-454c-a0ba-22544a68c0f3" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-11766bc678f54749-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "004c703504a45e68e77dfe3db22bdcdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "49d05355-c24d-49fd-b638-60891e44aa5e", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "49d05355-c24d-49fd-b638-60891e44aa5e", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49d05355-c24d-49fd-b638-60891e44aa5e", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:49d05355-c24d-49fd-b638-60891e44aa5e", - "x-ms-routing-request-id": "WESTUS2:20210712T031937Z:49d05355-c24d-49fd-b638-60891e44aa5e" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-7239738305d2db42-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4939d0792a51e3f9706a0d5f20a83c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "e8516a21-aeb6-4cea-8715-f336d3eff288", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "e8516a21-aeb6-4cea-8715-f336d3eff288", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8516a21-aeb6-4cea-8715-f336d3eff288", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:e8516a21-aeb6-4cea-8715-f336d3eff288", - "x-ms-routing-request-id": "WESTUS2:20210712T031939Z:e8516a21-aeb6-4cea-8715-f336d3eff288" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-6259f20248a66842-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "848299fe6ffc724ff0fabd798e4d09d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "10bedef9-8c81-4814-b90f-90951338ddf1", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "10bedef9-8c81-4814-b90f-90951338ddf1", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10bedef9-8c81-4814-b90f-90951338ddf1", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:10bedef9-8c81-4814-b90f-90951338ddf1", - "x-ms-routing-request-id": "WESTUS2:20210712T031940Z:10bedef9-8c81-4814-b90f-90951338ddf1" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-42fe385fa34ad74b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "79faf2201edda2a8312e699d63936bdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c3de4d9e-7bd5-44b0-84dd-79ce056853ab", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c3de4d9e-7bd5-44b0-84dd-79ce056853ab", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3de4d9e-7bd5-44b0-84dd-79ce056853ab", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:c3de4d9e-7bd5-44b0-84dd-79ce056853ab", - "x-ms-routing-request-id": "WESTUS2:20210712T031941Z:c3de4d9e-7bd5-44b0-84dd-79ce056853ab" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-3b85eab9ac8c394d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "183f39f958a898e34d20b3aad5c58f49", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-ee0864da4777264d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2ce05e063344f1b2bac12da3005c6274", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "e6952e5c-7121-414c-99e7-7d4c1f7cd74e", + "client-request-id": "8d895c5f-fd07-40ec-9bf2-77a80de06cd9", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:41 GMT", + "Date": "Thu, 14 Oct 2021 02:44:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "e6952e5c-7121-414c-99e7-7d4c1f7cd74e", + "request-id": "8d895c5f-fd07-40ec-9bf2-77a80de06cd9", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6952e5c-7121-414c-99e7-7d4c1f7cd74e", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:e6952e5c-7121-414c-99e7-7d4c1f7cd74e", - "x-ms-routing-request-id": "WESTUS2:20210712T031942Z:e6952e5c-7121-414c-99e7-7d4c1f7cd74e" + "x-ms-correlation-request-id": "8d895c5f-fd07-40ec-9bf2-77a80de06cd9", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:8d895c5f-fd07-40ec-9bf2-77a80de06cd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024406Z:8d895c5f-fd07-40ec-9bf2-77a80de06cd9" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-c50fe64e9a40ba41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00b5cafd090fdfe7f1e052cd05b20f5d", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-c1bbd0e46596cd41-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2349ac9b75a89de27730ba861ee33f84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "76b7efcd-d15f-4df6-9a62-fb286e57b08c", + "client-request-id": "cc6d44c3-9fb4-4163-8443-3c609db045b3", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:43 GMT", + "Date": "Thu, 14 Oct 2021 02:44:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "76b7efcd-d15f-4df6-9a62-fb286e57b08c", + "request-id": "cc6d44c3-9fb4-4163-8443-3c609db045b3", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76b7efcd-d15f-4df6-9a62-fb286e57b08c", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:76b7efcd-d15f-4df6-9a62-fb286e57b08c", - "x-ms-routing-request-id": "WESTUS2:20210712T031943Z:76b7efcd-d15f-4df6-9a62-fb286e57b08c" + "x-ms-correlation-request-id": "cc6d44c3-9fb4-4163-8443-3c609db045b3", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:cc6d44c3-9fb4-4163-8443-3c609db045b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024407Z:cc6d44c3-9fb4-4163-8443-3c609db045b3" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-3d3935ba4879f941-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5580e08ff00dc72d0e612bbd6afdcd6c", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-6fa82b8ea5d40641-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d26768c00c9a6c72eb1a3346e372e0d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "bb558626-b857-45f7-a455-eb4d6013c6e3", + "client-request-id": "3f386a74-154c-47df-aa0e-acfb0503b75d", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:44 GMT", + "Date": "Thu, 14 Oct 2021 02:44:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "bb558626-b857-45f7-a455-eb4d6013c6e3", + "request-id": "3f386a74-154c-47df-aa0e-acfb0503b75d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb558626-b857-45f7-a455-eb4d6013c6e3", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:bb558626-b857-45f7-a455-eb4d6013c6e3", - "x-ms-routing-request-id": "WESTUS2:20210712T031944Z:bb558626-b857-45f7-a455-eb4d6013c6e3" + "x-ms-correlation-request-id": "3f386a74-154c-47df-aa0e-acfb0503b75d", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:3f386a74-154c-47df-aa0e-acfb0503b75d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024409Z:3f386a74-154c-47df-aa0e-acfb0503b75d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-7d1d9a893a899541-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "99a01f9e6adef0cc515f27c80515929b", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-f1e3b1d930769d48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ae9d383321ff91267b43b514792bd2d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "5168be3c-24f2-4dec-8e85-e800f3fbad63", + "client-request-id": "bd83bc79-3c7c-4a91-9a84-5bd70c167839", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:45 GMT", + "Date": "Thu, 14 Oct 2021 02:44:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "5168be3c-24f2-4dec-8e85-e800f3fbad63", + "request-id": "bd83bc79-3c7c-4a91-9a84-5bd70c167839", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5168be3c-24f2-4dec-8e85-e800f3fbad63", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:5168be3c-24f2-4dec-8e85-e800f3fbad63", - "x-ms-routing-request-id": "WESTUS2:20210712T031945Z:5168be3c-24f2-4dec-8e85-e800f3fbad63" + "x-ms-correlation-request-id": "bd83bc79-3c7c-4a91-9a84-5bd70c167839", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:bd83bc79-3c7c-4a91-9a84-5bd70c167839", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024410Z:bd83bc79-3c7c-4a91-9a84-5bd70c167839" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-db44d7ee4386334b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f41b56113a450c3c9dedf2aedd2a75f4", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-ff8b441daa1aa049-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "97e2a98290f58eda3add378d419cb904", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ed32dd5b-5a4d-4d52-a54b-1b01df2ee7c5", + "client-request-id": "45caf8f0-57ae-4875-b791-6446ea94df5f", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:46 GMT", + "Date": "Thu, 14 Oct 2021 02:44:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ed32dd5b-5a4d-4d52-a54b-1b01df2ee7c5", + "request-id": "45caf8f0-57ae-4875-b791-6446ea94df5f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed32dd5b-5a4d-4d52-a54b-1b01df2ee7c5", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:ed32dd5b-5a4d-4d52-a54b-1b01df2ee7c5", - "x-ms-routing-request-id": "WESTUS2:20210712T031946Z:ed32dd5b-5a4d-4d52-a54b-1b01df2ee7c5" + "x-ms-correlation-request-id": "45caf8f0-57ae-4875-b791-6446ea94df5f", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:45caf8f0-57ae-4875-b791-6446ea94df5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024412Z:45caf8f0-57ae-4875-b791-6446ea94df5f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-39ebd5411d43da4a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e62ee6137511247e138f03adc964c2f9", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-97aea4f6e5a4854f-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e653e34f91459f8542d55756575df3c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "3bbbb2c9-0eb9-41d9-a7cd-3dc062f4bc98", + "client-request-id": "45b0ad5a-4d33-4631-b81d-12b8b34a33e5", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:47 GMT", + "Date": "Thu, 14 Oct 2021 02:44:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "3bbbb2c9-0eb9-41d9-a7cd-3dc062f4bc98", + "request-id": "45b0ad5a-4d33-4631-b81d-12b8b34a33e5", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bbbb2c9-0eb9-41d9-a7cd-3dc062f4bc98", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:3bbbb2c9-0eb9-41d9-a7cd-3dc062f4bc98", - "x-ms-routing-request-id": "WESTUS2:20210712T031948Z:3bbbb2c9-0eb9-41d9-a7cd-3dc062f4bc98" + "x-ms-correlation-request-id": "45b0ad5a-4d33-4631-b81d-12b8b34a33e5", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:45b0ad5a-4d33-4631-b81d-12b8b34a33e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024413Z:45b0ad5a-4d33-4631-b81d-12b8b34a33e5" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-87f6e8385e5ba746-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "13ab90ced9e26426e294fcf1781e1227", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-01bdf8c99a77c94e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3ac35c47498fa3e15d0e7321e9984fde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "66d2ad6c-f60e-437e-8d3d-b366f41eec2d", + "client-request-id": "2071c73d-7ff5-4d47-ae46-02d0e6139405", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:49 GMT", + "Date": "Thu, 14 Oct 2021 02:44:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "66d2ad6c-f60e-437e-8d3d-b366f41eec2d", + "request-id": "2071c73d-7ff5-4d47-ae46-02d0e6139405", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66d2ad6c-f60e-437e-8d3d-b366f41eec2d", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:66d2ad6c-f60e-437e-8d3d-b366f41eec2d", - "x-ms-routing-request-id": "WESTUS2:20210712T031949Z:66d2ad6c-f60e-437e-8d3d-b366f41eec2d" + "x-ms-correlation-request-id": "2071c73d-7ff5-4d47-ae46-02d0e6139405", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:2071c73d-7ff5-4d47-ae46-02d0e6139405", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024415Z:2071c73d-7ff5-4d47-ae46-02d0e6139405" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-13b9d0e9f285b64f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1eb532eaace69b89d7f7e0b5368e4238", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-37af510738698747-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "96c4b08aecd8f1912443541f398437dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "b97fe747-9b83-4cd1-90bd-57d364a67155", + "client-request-id": "3a25b97e-7069-4209-8805-50b68cc72dbe", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:50 GMT", + "Date": "Thu, 14 Oct 2021 02:44:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "b97fe747-9b83-4cd1-90bd-57d364a67155", + "request-id": "3a25b97e-7069-4209-8805-50b68cc72dbe", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b97fe747-9b83-4cd1-90bd-57d364a67155", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:b97fe747-9b83-4cd1-90bd-57d364a67155", - "x-ms-routing-request-id": "WESTUS2:20210712T031950Z:b97fe747-9b83-4cd1-90bd-57d364a67155" + "x-ms-correlation-request-id": "3a25b97e-7069-4209-8805-50b68cc72dbe", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:3a25b97e-7069-4209-8805-50b68cc72dbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024416Z:3a25b97e-7069-4209-8805-50b68cc72dbe" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-49c8d1d115b26148-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ddff92a617e3912bfc9037d798dabf5", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-bbee9e87b7b72b45-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e44577ea7fd9067501af89371d63b5a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1a0e6855-da04-4020-b68b-8aa3b5b6a64d", + "client-request-id": "4b22d912-d90f-4df2-ad39-776df9b85f4e", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:51 GMT", + "Date": "Thu, 14 Oct 2021 02:44:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1a0e6855-da04-4020-b68b-8aa3b5b6a64d", + "request-id": "4b22d912-d90f-4df2-ad39-776df9b85f4e", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a0e6855-da04-4020-b68b-8aa3b5b6a64d", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:1a0e6855-da04-4020-b68b-8aa3b5b6a64d", - "x-ms-routing-request-id": "WESTUS2:20210712T031951Z:1a0e6855-da04-4020-b68b-8aa3b5b6a64d" + "x-ms-correlation-request-id": "4b22d912-d90f-4df2-ad39-776df9b85f4e", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:4b22d912-d90f-4df2-ad39-776df9b85f4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024418Z:4b22d912-d90f-4df2-ad39-776df9b85f4e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-e338b24cd55f0540-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97c3dc7da4af221206103beaf8712e54", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-84542c8b07ea4543-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a6cc78855c985be8cbd1164bf4c16ad8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "7e49bda6-9776-440a-bae2-ee82b95e1b12", + "client-request-id": "32dfe40f-e205-4d64-9403-08ec2e871f08", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:52 GMT", + "Date": "Thu, 14 Oct 2021 02:44:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "7e49bda6-9776-440a-bae2-ee82b95e1b12", + "request-id": "32dfe40f-e205-4d64-9403-08ec2e871f08", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e49bda6-9776-440a-bae2-ee82b95e1b12", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:7e49bda6-9776-440a-bae2-ee82b95e1b12", - "x-ms-routing-request-id": "WESTUS2:20210712T031952Z:7e49bda6-9776-440a-bae2-ee82b95e1b12" + "x-ms-correlation-request-id": "32dfe40f-e205-4d64-9403-08ec2e871f08", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:32dfe40f-e205-4d64-9403-08ec2e871f08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024419Z:32dfe40f-e205-4d64-9403-08ec2e871f08" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-29f1ceb2a2bab94d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fc6c351c53f88a8207b5e1ca80b214a", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-c1741bd57791d444-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "723797d66b530b053abd9428635ad4c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "b3bf19b3-dabc-424e-b2cb-aa013711f5e5", + "client-request-id": "a7fb3f2c-a26a-4fc5-9f78-a0590f9ae2e9", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:53 GMT", + "Date": "Thu, 14 Oct 2021 02:44:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "b3bf19b3-dabc-424e-b2cb-aa013711f5e5", + "request-id": "a7fb3f2c-a26a-4fc5-9f78-a0590f9ae2e9", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3bf19b3-dabc-424e-b2cb-aa013711f5e5", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:b3bf19b3-dabc-424e-b2cb-aa013711f5e5", - "x-ms-routing-request-id": "WESTUS2:20210712T031953Z:b3bf19b3-dabc-424e-b2cb-aa013711f5e5" + "x-ms-correlation-request-id": "a7fb3f2c-a26a-4fc5-9f78-a0590f9ae2e9", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:a7fb3f2c-a26a-4fc5-9f78-a0590f9ae2e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024421Z:a7fb3f2c-a26a-4fc5-9f78-a0590f9ae2e9" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-305c6263f197b446-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5937eb4babcb8689e6bc466e2527414e", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-d7ba51f67a922348-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c09aab8e91b88d438eea190768291240", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1c037d75-d774-4614-b42a-501c932d77a1", + "client-request-id": "6c77cae7-5914-4083-9a4c-11fafb236290", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:54 GMT", + "Date": "Thu, 14 Oct 2021 02:44:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1c037d75-d774-4614-b42a-501c932d77a1", + "request-id": "6c77cae7-5914-4083-9a4c-11fafb236290", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c037d75-d774-4614-b42a-501c932d77a1", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:1c037d75-d774-4614-b42a-501c932d77a1", - "x-ms-routing-request-id": "WESTUS2:20210712T031954Z:1c037d75-d774-4614-b42a-501c932d77a1" + "x-ms-correlation-request-id": "6c77cae7-5914-4083-9a4c-11fafb236290", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:6c77cae7-5914-4083-9a4c-11fafb236290", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024422Z:6c77cae7-5914-4083-9a4c-11fafb236290" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-8a64598096fdaf41-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b52caf9b2bc6b8b5333a763345f579fa", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-1501f605daf8a94d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "8560b044422c1a5673c16cdac8bff871", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "42a23d42-e655-4783-bf94-ccaa8d78f941", + "client-request-id": "1f7d1c22-ef6c-4199-845b-a98e48f6167f", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:55 GMT", + "Date": "Thu, 14 Oct 2021 02:44:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "42a23d42-e655-4783-bf94-ccaa8d78f941", + "request-id": "1f7d1c22-ef6c-4199-845b-a98e48f6167f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42a23d42-e655-4783-bf94-ccaa8d78f941", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:42a23d42-e655-4783-bf94-ccaa8d78f941", - "x-ms-routing-request-id": "WESTUS2:20210712T031955Z:42a23d42-e655-4783-bf94-ccaa8d78f941" + "x-ms-correlation-request-id": "1f7d1c22-ef6c-4199-845b-a98e48f6167f", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:1f7d1c22-ef6c-4199-845b-a98e48f6167f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024424Z:1f7d1c22-ef6c-4199-845b-a98e48f6167f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-5728f2a1c5211946-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d9ef1eed439a6883a4098837e3a62f9", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-39db7b2b32d11e4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "49bd55fdaa27452053a9e36851fea211", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "202a193e-7278-43fc-b4fc-9f8eab231dcf", + "client-request-id": "e95b012f-61ad-4855-9f78-102581735ab4", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:56 GMT", + "Date": "Thu, 14 Oct 2021 02:44:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "202a193e-7278-43fc-b4fc-9f8eab231dcf", + "request-id": "e95b012f-61ad-4855-9f78-102581735ab4", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "202a193e-7278-43fc-b4fc-9f8eab231dcf", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:202a193e-7278-43fc-b4fc-9f8eab231dcf", - "x-ms-routing-request-id": "WESTUS2:20210712T031957Z:202a193e-7278-43fc-b4fc-9f8eab231dcf" + "x-ms-correlation-request-id": "e95b012f-61ad-4855-9f78-102581735ab4", + "x-ms-ratelimit-remaining-tenant-reads": "11983", + "x-ms-request-id": "southeastasia:e95b012f-61ad-4855-9f78-102581735ab4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024425Z:e95b012f-61ad-4855-9f78-102581735ab4" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-97bd4f557bacad44-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f981103a6bdf2083357f2690355541f1", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-462eeeedb22edc4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b2e353ab4ef94b94547f4df72468c5cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9a283203-9172-4421-9da6-dc81fd94bb29", + "client-request-id": "ad7be23f-bdbb-457f-a67d-d15f163e8e62", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:57 GMT", + "Date": "Thu, 14 Oct 2021 02:44:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9a283203-9172-4421-9da6-dc81fd94bb29", + "request-id": "ad7be23f-bdbb-457f-a67d-d15f163e8e62", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a283203-9172-4421-9da6-dc81fd94bb29", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:9a283203-9172-4421-9da6-dc81fd94bb29", - "x-ms-routing-request-id": "WESTUS2:20210712T031958Z:9a283203-9172-4421-9da6-dc81fd94bb29" + "x-ms-correlation-request-id": "ad7be23f-bdbb-457f-a67d-d15f163e8e62", + "x-ms-ratelimit-remaining-tenant-reads": "11982", + "x-ms-request-id": "southeastasia:ad7be23f-bdbb-457f-a67d-d15f163e8e62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024426Z:ad7be23f-bdbb-457f-a67d-d15f163e8e62" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-1e92b303e98d3d49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "347f4b423388c61427857b86923239f9", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-c65cc8a7566f394e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1209a8f1c96c9a198f1a32825eedc975", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "c586f293-3152-42cb-9195-0d072d5da195", - "Content-Length": "163", + "client-request-id": "0833b748-f65e-43df-9bc5-e54a65ef0cae", + "Content-Length": "381", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:19:59 GMT", + "Date": "Thu, 14 Oct 2021 02:44:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-9226?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "c586f293-3152-42cb-9195-0d072d5da195", - "Retry-After": "10", + "request-id": "0833b748-f65e-43df-9bc5-e54a65ef0cae", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c586f293-3152-42cb-9195-0d072d5da195", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:c586f293-3152-42cb-9195-0d072d5da195", - "x-ms-routing-request-id": "WESTUS2:20210712T031959Z:c586f293-3152-42cb-9195-0d072d5da195" + "x-ms-correlation-request-id": "0833b748-f65e-43df-9bc5-e54a65ef0cae", + "x-ms-ratelimit-remaining-tenant-reads": "11981", + "x-ms-request-id": "southeastasia:0833b748-f65e-43df-9bc5-e54a65ef0cae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024428Z:0833b748-f65e-43df-9bc5-e54a65ef0cae" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-0e48d3e7e2dee647-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34f97cd88073821b6e7ed7baaef771e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "6a43b9dc-5115-4f5f-b4a8-8fb4a81c01fc", - "Content-Length": "382", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "request-id": "6a43b9dc-5115-4f5f-b4a8-8fb4a81c01fc", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a43b9dc-5115-4f5f-b4a8-8fb4a81c01fc", - "x-ms-ratelimit-remaining-tenant-reads": "11953", - "x-ms-request-id": "westus2:6a43b9dc-5115-4f5f-b4a8-8fb4a81c01fc", - "x-ms-routing-request-id": "WESTUS2:20210712T032000Z:6a43b9dc-5115-4f5f-b4a8-8fb4a81c01fc" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-9226", + "displayName": "mgmt-group-9824", "details": { "version": 1, - "updatedTime": "2021-07-12T03:19:41.9164048Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "updatedTime": "2021-10-14T02:44:09.373711Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-033959163dde344a8dfc9523ae7c787d-b406459d6582c041-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3240a7fe2eba0671fcbad25af0fc8d03", + "traceparent": "00-94869d20b2b9f748a712e1a7911ab0f9-0ed8463820ff174a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "742f5b1e45dbae77c171f4a75c2920ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "d170d9f7-07af-4916-8669-74da3113aea7", - "Content-Length": "565", + "client-request-id": "94a02cab-9861-4810-b365-f943b6b0b8bc", + "Content-Length": "564", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:00 GMT", + "Date": "Thu, 14 Oct 2021 02:44:28 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "d170d9f7-07af-4916-8669-74da3113aea7", + "request-id": "94a02cab-9861-4810-b365-f943b6b0b8bc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d170d9f7-07af-4916-8669-74da3113aea7", - "x-ms-ratelimit-remaining-tenant-reads": "11952", - "x-ms-request-id": "westus2:d170d9f7-07af-4916-8669-74da3113aea7", - "x-ms-routing-request-id": "WESTUS2:20210712T032000Z:d170d9f7-07af-4916-8669-74da3113aea7" + "x-ms-correlation-request-id": "94a02cab-9861-4810-b365-f943b6b0b8bc", + "x-ms-ratelimit-remaining-tenant-reads": "11980", + "x-ms-request-id": "southeastasia:94a02cab-9861-4810-b365-f943b6b0b8bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024428Z:94a02cab-9861-4810-b365-f943b6b0b8bc" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9226", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9824", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-9226", + "name": "mgmt-group-9824", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-9226", + "displayName": "mgmt-group-9824", "details": { "version": 1, - "updatedTime": "2021-07-12T03:19:41.9164048Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:44:09.373711Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1044,502 +822,296 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-931edae62420f841b354a51d12c51dd5-a3b04b3ed83caf4e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8b82d450c5cc27d30fcc5095c59172f", + "traceparent": "00-0d7083089c0c62428d641b573350e699-bffdabf66310d549-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a97614e48ff4e1a43a4823de1c12ed67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "57e47c0b-27bd-4766-b94e-6aed40105fac", + "client-request-id": "9258ea4f-8923-4a46-bbaa-02f258708826", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:01 GMT", + "Date": "Thu, 14 Oct 2021 02:44:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "57e47c0b-27bd-4766-b94e-6aed40105fac", + "request-id": "9258ea4f-8923-4a46-bbaa-02f258708826", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57e47c0b-27bd-4766-b94e-6aed40105fac", - "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-deletes": "14999", - "x-ms-request-id": "westus2:57e47c0b-27bd-4766-b94e-6aed40105fac", - "x-ms-routing-request-id": "WESTUS2:20210712T032001Z:57e47c0b-27bd-4766-b94e-6aed40105fac" + "x-ms-correlation-request-id": "9258ea4f-8923-4a46-bbaa-02f258708826", + "x-ms-ratelimit-remaining-managementgroups-requests": "57", + "x-ms-ratelimit-remaining-tenant-deletes": "14997", + "x-ms-request-id": "southeastasia:9258ea4f-8923-4a46-bbaa-02f258708826", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024430Z:9258ea4f-8923-4a46-bbaa-02f258708826" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9226", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-9824", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-9226", + "name": "mgmt-group-9824", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8174d4f1b93ef288297e02be6867aaa2", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "499d47fa20768f80b64e3a93229892af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "27f2716e-ed26-4fe9-bf81-de8940413122", + "client-request-id": "6dc0d14e-ddbd-4466-bc76-c1c86bf334e9", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:01 GMT", + "Date": "Thu, 14 Oct 2021 02:44:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "27f2716e-ed26-4fe9-bf81-de8940413122", + "request-id": "6dc0d14e-ddbd-4466-bc76-c1c86bf334e9", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27f2716e-ed26-4fe9-bf81-de8940413122", - "x-ms-ratelimit-remaining-tenant-reads": "11951", - "x-ms-request-id": "westus2:27f2716e-ed26-4fe9-bf81-de8940413122", - "x-ms-routing-request-id": "WESTUS2:20210712T032001Z:27f2716e-ed26-4fe9-bf81-de8940413122" + "x-ms-correlation-request-id": "6dc0d14e-ddbd-4466-bc76-c1c86bf334e9", + "x-ms-ratelimit-remaining-tenant-reads": "11979", + "x-ms-request-id": "southeastasia:6dc0d14e-ddbd-4466-bc76-c1c86bf334e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024430Z:6dc0d14e-ddbd-4466-bc76-c1c86bf334e9" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5945a2a3a2743e11ef0eac69d4c4136f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b5fb1537-f3d0-46df-a3d5-8cbbde609f1f", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b5fb1537-f3d0-46df-a3d5-8cbbde609f1f", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5fb1537-f3d0-46df-a3d5-8cbbde609f1f", - "x-ms-ratelimit-remaining-tenant-reads": "11950", - "x-ms-request-id": "westus2:b5fb1537-f3d0-46df-a3d5-8cbbde609f1f", - "x-ms-routing-request-id": "WESTUS2:20210712T032002Z:b5fb1537-f3d0-46df-a3d5-8cbbde609f1f" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8817546a96e55bf00d95c173047f40a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "50cba311-6e08-44a0-b626-3342f5112550", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "50cba311-6e08-44a0-b626-3342f5112550", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50cba311-6e08-44a0-b626-3342f5112550", - "x-ms-ratelimit-remaining-tenant-reads": "11949", - "x-ms-request-id": "westus2:50cba311-6e08-44a0-b626-3342f5112550", - "x-ms-routing-request-id": "WESTUS2:20210712T032003Z:50cba311-6e08-44a0-b626-3342f5112550" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c159648387b4ffcc235922f0c1f1e65", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "84f18d84565093b121ca78993da90cc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9f40eb0b-2879-4cf6-bbd6-d62a94c50283", + "client-request-id": "648c45e1-b6b2-4a0b-b672-60fd01e7e160", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:04 GMT", + "Date": "Thu, 14 Oct 2021 02:44:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9f40eb0b-2879-4cf6-bbd6-d62a94c50283", + "request-id": "648c45e1-b6b2-4a0b-b672-60fd01e7e160", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f40eb0b-2879-4cf6-bbd6-d62a94c50283", - "x-ms-ratelimit-remaining-tenant-reads": "11948", - "x-ms-request-id": "westus2:9f40eb0b-2879-4cf6-bbd6-d62a94c50283", - "x-ms-routing-request-id": "WESTUS2:20210712T032004Z:9f40eb0b-2879-4cf6-bbd6-d62a94c50283" + "x-ms-correlation-request-id": "648c45e1-b6b2-4a0b-b672-60fd01e7e160", + "x-ms-ratelimit-remaining-tenant-reads": "11978", + "x-ms-request-id": "southeastasia:648c45e1-b6b2-4a0b-b672-60fd01e7e160", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024432Z:648c45e1-b6b2-4a0b-b672-60fd01e7e160" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1454936a214f0cbdb1ea4cdfe09d3a6f", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d5e4bc0aa37495f0574913ea165f8a98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "f0667d8f-2c7b-4d4c-922e-a27060fc601c", + "client-request-id": "cc3327d3-217e-4616-8673-370c444396b0", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:05 GMT", + "Date": "Thu, 14 Oct 2021 02:44:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "f0667d8f-2c7b-4d4c-922e-a27060fc601c", + "request-id": "cc3327d3-217e-4616-8673-370c444396b0", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0667d8f-2c7b-4d4c-922e-a27060fc601c", - "x-ms-ratelimit-remaining-tenant-reads": "11947", - "x-ms-request-id": "westus2:f0667d8f-2c7b-4d4c-922e-a27060fc601c", - "x-ms-routing-request-id": "WESTUS2:20210712T032005Z:f0667d8f-2c7b-4d4c-922e-a27060fc601c" + "x-ms-correlation-request-id": "cc3327d3-217e-4616-8673-370c444396b0", + "x-ms-ratelimit-remaining-tenant-reads": "11977", + "x-ms-request-id": "southeastasia:cc3327d3-217e-4616-8673-370c444396b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024433Z:cc3327d3-217e-4616-8673-370c444396b0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d2008cd07ae31f457c8c5af04c04eee", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4876a1c8b980a316950a27aca8e7510c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "94c9f2e9-3ef8-43fc-99c8-0df889764cbc", + "client-request-id": "06a2b6b6-628a-43f7-8c9d-b96b56a0d599", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:06 GMT", + "Date": "Thu, 14 Oct 2021 02:44:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9824?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "94c9f2e9-3ef8-43fc-99c8-0df889764cbc", + "request-id": "06a2b6b6-628a-43f7-8c9d-b96b56a0d599", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94c9f2e9-3ef8-43fc-99c8-0df889764cbc", - "x-ms-ratelimit-remaining-tenant-reads": "11946", - "x-ms-request-id": "westus2:94c9f2e9-3ef8-43fc-99c8-0df889764cbc", - "x-ms-routing-request-id": "WESTUS2:20210712T032007Z:94c9f2e9-3ef8-43fc-99c8-0df889764cbc" + "x-ms-correlation-request-id": "06a2b6b6-628a-43f7-8c9d-b96b56a0d599", + "x-ms-ratelimit-remaining-tenant-reads": "11976", + "x-ms-request-id": "southeastasia:06a2b6b6-628a-43f7-8c9d-b96b56a0d599", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024435Z:06a2b6b6-628a-43f7-8c9d-b96b56a0d599" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71095b772c2b2654d9095a90ec1d6e25", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "65887141bdb4e03a9c5b2d0743c67cc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ae1e58f8-8da2-48df-8538-3441b126070b", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "ae1e58f8-8da2-48df-8538-3441b126070b", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae1e58f8-8da2-48df-8538-3441b126070b", - "x-ms-ratelimit-remaining-tenant-reads": "11945", - "x-ms-request-id": "westus2:ae1e58f8-8da2-48df-8538-3441b126070b", - "x-ms-routing-request-id": "WESTUS2:20210712T032008Z:ae1e58f8-8da2-48df-8538-3441b126070b" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "036123fbe0ff63b69f22bc875c0d08f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "81c95841-7320-49f7-a4a3-d4c7c5555b87", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "81c95841-7320-49f7-a4a3-d4c7c5555b87", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81c95841-7320-49f7-a4a3-d4c7c5555b87", - "x-ms-ratelimit-remaining-tenant-reads": "11944", - "x-ms-request-id": "westus2:81c95841-7320-49f7-a4a3-d4c7c5555b87", - "x-ms-routing-request-id": "WESTUS2:20210712T032009Z:81c95841-7320-49f7-a4a3-d4c7c5555b87" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "84685d9bc994a143b4f964a5ad63443a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "65ff8d58-23ac-45c8-8a7b-e631805d06bc", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "65ff8d58-23ac-45c8-8a7b-e631805d06bc", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65ff8d58-23ac-45c8-8a7b-e631805d06bc", - "x-ms-ratelimit-remaining-tenant-reads": "11943", - "x-ms-request-id": "westus2:65ff8d58-23ac-45c8-8a7b-e631805d06bc", - "x-ms-routing-request-id": "WESTUS2:20210712T032010Z:65ff8d58-23ac-45c8-8a7b-e631805d06bc" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0b3a05a4b5e97efa5a5d2096fcccacb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "62349efb-c75d-474e-a0a8-8b0ab1ea22b0", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "62349efb-c75d-474e-a0a8-8b0ab1ea22b0", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62349efb-c75d-474e-a0a8-8b0ab1ea22b0", - "x-ms-ratelimit-remaining-tenant-reads": "11942", - "x-ms-request-id": "westus2:62349efb-c75d-474e-a0a8-8b0ab1ea22b0", - "x-ms-routing-request-id": "WESTUS2:20210712T032011Z:62349efb-c75d-474e-a0a8-8b0ab1ea22b0" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ef46900e9b43290dfc04e057b11b63b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "18a3a08f-0ec1-4203-86ef-3ef08502de8a", + "client-request-id": "c1144584-ff7d-42c2-9a73-0f30bc5a8297", "Content-Length": "165", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:12 GMT", + "Date": "Thu, 14 Oct 2021 02:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "18a3a08f-0ec1-4203-86ef-3ef08502de8a", + "request-id": "c1144584-ff7d-42c2-9a73-0f30bc5a8297", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18a3a08f-0ec1-4203-86ef-3ef08502de8a", - "x-ms-ratelimit-remaining-tenant-reads": "11941", - "x-ms-request-id": "westus2:18a3a08f-0ec1-4203-86ef-3ef08502de8a", - "x-ms-routing-request-id": "WESTUS2:20210712T032012Z:18a3a08f-0ec1-4203-86ef-3ef08502de8a" + "x-ms-correlation-request-id": "c1144584-ff7d-42c2-9a73-0f30bc5a8297", + "x-ms-ratelimit-remaining-tenant-reads": "11975", + "x-ms-request-id": "southeastasia:c1144584-ff7d-42c2-9a73-0f30bc5a8297", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024436Z:c1144584-ff7d-42c2-9a73-0f30bc5a8297" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9226", - "name": "mgmt-group-9226", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-9824", + "name": "mgmt-group-9824", "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9226?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-9824?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2620d383932afc40a144f37cb53eb0ce-b034fd7c8bc4f943-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb2d82dd275a50926ed1dfeef73a31e7", + "traceparent": "00-759c7d3932f4c640878da9cbb3d7da72-42c1b638b228124b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9cd1df3fc3325147a6403f6a7c43ed70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "cf36a220-c25c-42b1-80cd-77d617ca971c", + "client-request-id": "24ad4ab0-3e84-4b43-8e5c-b88f12c5b96d", "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:20:12 GMT", + "Date": "Thu, 14 Oct 2021 02:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "cf36a220-c25c-42b1-80cd-77d617ca971c", + "request-id": "24ad4ab0-3e84-4b43-8e5c-b88f12c5b96d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf36a220-c25c-42b1-80cd-77d617ca971c", - "x-ms-ratelimit-remaining-tenant-reads": "11940", - "x-ms-request-id": "westus2:cf36a220-c25c-42b1-80cd-77d617ca971c", - "x-ms-routing-request-id": "WESTUS2:20210712T032012Z:cf36a220-c25c-42b1-80cd-77d617ca971c" + "x-ms-correlation-request-id": "24ad4ab0-3e84-4b43-8e5c-b88f12c5b96d", + "x-ms-ratelimit-remaining-tenant-reads": "11974", + "x-ms-request-id": "southeastasia:24ad4ab0-3e84-4b43-8e5c-b88f12c5b96d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024436Z:24ad4ab0-3e84-4b43-8e5c-b88f12c5b96d" }, "ResponseBody": { "error": { "code": "NotFound", - "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-9226\u0027 not found", + "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-9824\u0027 not found", "details": null } } } ], "Variables": { - "RandomSeed": "603385006", + "RandomSeed": "628925202", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDeleteAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDeleteAsync.json index 3509784ea3510..a98ce46a25f7d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDeleteAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/StartDeleteAsync.json @@ -1,1000 +1,1852 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-e7f8f0cfb1324b44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fa11644fc80ffb72a87edf514c7dcc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "ceb106bf-5518-4b5d-bd3d-dce340a540c3", + "Content-Length": "167", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "ceb106bf-5518-4b5d-bd3d-dce340a540c3", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ceb106bf-5518-4b5d-bd3d-dce340a540c3", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1198", + "x-ms-request-id": "southeastasia:ceb106bf-5518-4b5d-bd3d-dce340a540c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024910Z:ceb106bf-5518-4b5d-bd3d-dce340a540c3" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6014", + "type": "Microsoft.Management/managementGroups", + "name": "mgmt-group-6014", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-3796298c62308449-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "932ce9a01da59e81a2eb6064682f89ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "333104fe-d5f9-4f85-ac16-a7a93f3944f6", + "Content-Length": "166", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "333104fe-d5f9-4f85-ac16-a7a93f3944f6", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "333104fe-d5f9-4f85-ac16-a7a93f3944f6", + "x-ms-ratelimit-remaining-tenant-reads": "11976", + "x-ms-request-id": "southeastasia:333104fe-d5f9-4f85-ac16-a7a93f3944f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024910Z:333104fe-d5f9-4f85-ac16-a7a93f3944f6" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "NotStarted" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-f950952c3d7c0546-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d823964a7229e487dacf105701fe5ba9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "66bc80b1-bdb5-46ce-8936-2310aa494bd8", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "66bc80b1-bdb5-46ce-8936-2310aa494bd8", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "66bc80b1-bdb5-46ce-8936-2310aa494bd8", + "x-ms-ratelimit-remaining-tenant-reads": "11975", + "x-ms-request-id": "southeastasia:66bc80b1-bdb5-46ce-8936-2310aa494bd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024911Z:66bc80b1-bdb5-46ce-8936-2310aa494bd8" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-a2ba59771ed5f243-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a54db1b489bbd2496cd339f00d668cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "f16fbb2c-f6f7-47f5-a613-b28d7fa44828", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "f16fbb2c-f6f7-47f5-a613-b28d7fa44828", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f16fbb2c-f6f7-47f5-a613-b28d7fa44828", + "x-ms-ratelimit-remaining-tenant-reads": "11974", + "x-ms-request-id": "southeastasia:f16fbb2c-f6f7-47f5-a613-b28d7fa44828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024911Z:f16fbb2c-f6f7-47f5-a613-b28d7fa44828" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-9955d291faf55143-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c6e4d9f935e2ee76247b9d50c2a9da3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "0ddb54e8-b8ee-4d3c-be3e-2dad419d8277", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "0ddb54e8-b8ee-4d3c-be3e-2dad419d8277", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0ddb54e8-b8ee-4d3c-be3e-2dad419d8277", + "x-ms-ratelimit-remaining-tenant-reads": "11973", + "x-ms-request-id": "southeastasia:0ddb54e8-b8ee-4d3c-be3e-2dad419d8277", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024912Z:0ddb54e8-b8ee-4d3c-be3e-2dad419d8277" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-0d0bfb902328b441-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c49b68f5eda01117265415b3ee7e403", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "1991276a-f3b5-43ac-8b7f-e8a93d842092", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "1991276a-f3b5-43ac-8b7f-e8a93d842092", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1991276a-f3b5-43ac-8b7f-e8a93d842092", + "x-ms-ratelimit-remaining-tenant-reads": "11972", + "x-ms-request-id": "southeastasia:1991276a-f3b5-43ac-8b7f-e8a93d842092", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024912Z:1991276a-f3b5-43ac-8b7f-e8a93d842092" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-8e4d8b84cf056340-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3b740674f90874af426c7548f4eb16c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "63b215fa-4e88-46fa-9e29-38d64e129034", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "63b215fa-4e88-46fa-9e29-38d64e129034", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "63b215fa-4e88-46fa-9e29-38d64e129034", + "x-ms-ratelimit-remaining-tenant-reads": "11971", + "x-ms-request-id": "southeastasia:63b215fa-4e88-46fa-9e29-38d64e129034", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024912Z:63b215fa-4e88-46fa-9e29-38d64e129034" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-5ed9286cd0406f4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "490f9030db8d41f53c6c9af8518cef7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "d7d9b0ac-46f6-4fe7-8cc9-da06d5020e8f", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "d7d9b0ac-46f6-4fe7-8cc9-da06d5020e8f", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d7d9b0ac-46f6-4fe7-8cc9-da06d5020e8f", + "x-ms-ratelimit-remaining-tenant-reads": "11970", + "x-ms-request-id": "southeastasia:d7d9b0ac-46f6-4fe7-8cc9-da06d5020e8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024913Z:d7d9b0ac-46f6-4fe7-8cc9-da06d5020e8f" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-2f2ed33aafde7c42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb6eb562e97340136bc198b396bd7223", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "760d7d8a-0d68-4dcb-99e5-3c21bb53e58a", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "760d7d8a-0d68-4dcb-99e5-3c21bb53e58a", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "760d7d8a-0d68-4dcb-99e5-3c21bb53e58a", + "x-ms-ratelimit-remaining-tenant-reads": "11969", + "x-ms-request-id": "southeastasia:760d7d8a-0d68-4dcb-99e5-3c21bb53e58a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024913Z:760d7d8a-0d68-4dcb-99e5-3c21bb53e58a" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-ce2ca8f193d6fd4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae2ad5b49bd78b754b767723b4523568", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "3ed0d6b1-b6c5-4400-9581-7584140ee7d1", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "3ed0d6b1-b6c5-4400-9581-7584140ee7d1", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3ed0d6b1-b6c5-4400-9581-7584140ee7d1", + "x-ms-ratelimit-remaining-tenant-reads": "11968", + "x-ms-request-id": "southeastasia:3ed0d6b1-b6c5-4400-9581-7584140ee7d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024914Z:3ed0d6b1-b6c5-4400-9581-7584140ee7d1" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-8cdabf2df0d8d04d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9f14c37e5e046f97ccfddcc4341aa7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "de8480bc-d60d-477e-b891-f0cf51e81c87", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "de8480bc-d60d-477e-b891-f0cf51e81c87", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "de8480bc-d60d-477e-b891-f0cf51e81c87", + "x-ms-ratelimit-remaining-tenant-reads": "11967", + "x-ms-request-id": "southeastasia:de8480bc-d60d-477e-b891-f0cf51e81c87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024914Z:de8480bc-d60d-477e-b891-f0cf51e81c87" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-b535c656dc397248-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c4476fa4161c7a33fe380fc72ef8b19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "dcb8dc6f-0e50-40ef-bff8-0158fe01e7ca", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "dcb8dc6f-0e50-40ef-bff8-0158fe01e7ca", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dcb8dc6f-0e50-40ef-bff8-0158fe01e7ca", + "x-ms-ratelimit-remaining-tenant-reads": "11966", + "x-ms-request-id": "southeastasia:dcb8dc6f-0e50-40ef-bff8-0158fe01e7ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024915Z:dcb8dc6f-0e50-40ef-bff8-0158fe01e7ca" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-adc5300a108dcf42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "497c308b98ccce43dce43108bea9480a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "896b0d31-cdc9-4096-a9b2-b45c99d82ddc", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "896b0d31-cdc9-4096-a9b2-b45c99d82ddc", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "896b0d31-cdc9-4096-a9b2-b45c99d82ddc", + "x-ms-ratelimit-remaining-tenant-reads": "11965", + "x-ms-request-id": "southeastasia:896b0d31-cdc9-4096-a9b2-b45c99d82ddc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024915Z:896b0d31-cdc9-4096-a9b2-b45c99d82ddc" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-24ec377eeb7f354f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d28f8cbb90ef607a92999fd65fcd38c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "370d4e9d-e2ff-4780-b60e-93baff735a45", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "370d4e9d-e2ff-4780-b60e-93baff735a45", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "370d4e9d-e2ff-4780-b60e-93baff735a45", + "x-ms-ratelimit-remaining-tenant-reads": "11964", + "x-ms-request-id": "southeastasia:370d4e9d-e2ff-4780-b60e-93baff735a45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024916Z:370d4e9d-e2ff-4780-b60e-93baff735a45" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-e590c2ec13ae7d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1340c34360c562b23375a07d0f9a0996", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "b2df439d-e2e2-4370-9447-0f8d08548959", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "b2df439d-e2e2-4370-9447-0f8d08548959", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b2df439d-e2e2-4370-9447-0f8d08548959", + "x-ms-ratelimit-remaining-tenant-reads": "11963", + "x-ms-request-id": "southeastasia:b2df439d-e2e2-4370-9447-0f8d08548959", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024916Z:b2df439d-e2e2-4370-9447-0f8d08548959" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-e191f9c54702fb4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a30759b4ec7d10b28869fa2fe4669df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "141d8152-d7b5-4a27-8d6b-93db3b071d5a", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "141d8152-d7b5-4a27-8d6b-93db3b071d5a", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "141d8152-d7b5-4a27-8d6b-93db3b071d5a", + "x-ms-ratelimit-remaining-tenant-reads": "11962", + "x-ms-request-id": "southeastasia:141d8152-d7b5-4a27-8d6b-93db3b071d5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024917Z:141d8152-d7b5-4a27-8d6b-93db3b071d5a" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-7a0913882f233a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fac5a41034686b4545c60a98198ae60f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "b06329a4-f8ec-49cb-84dd-3c71c4665328", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "b06329a4-f8ec-49cb-84dd-3c71c4665328", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b06329a4-f8ec-49cb-84dd-3c71c4665328", + "x-ms-ratelimit-remaining-tenant-reads": "11961", + "x-ms-request-id": "southeastasia:b06329a4-f8ec-49cb-84dd-3c71c4665328", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024917Z:b06329a4-f8ec-49cb-84dd-3c71c4665328" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-730c139740e52c4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef61032059cbf5c5b76eea3ec01063ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "12d28de7-f1b8-4402-b673-e680a43c80dc", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "12d28de7-f1b8-4402-b673-e680a43c80dc", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "12d28de7-f1b8-4402-b673-e680a43c80dc", + "x-ms-ratelimit-remaining-tenant-reads": "11960", + "x-ms-request-id": "southeastasia:12d28de7-f1b8-4402-b673-e680a43c80dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024918Z:12d28de7-f1b8-4402-b673-e680a43c80dc" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b35adf085f2db049510b210c3190951", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-cddc3f98f810b043-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a6cc00c0ed5662d30c535004373b89e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "Content-Length": "450", + "client-request-id": "07a53a66-bbbe-4d89-af15-f5b0d2f2f7d3", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:07 GMT", + "Date": "Thu, 14 Oct 2021 02:49:17 GMT", "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", + "request-id": "07a53a66-bbbe-4d89-af15-f5b0d2f2f7d3", + "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96bcbf71-092f-4ee4-a598-11426b1c0ffa", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "96bcbf71-092f-4ee4-a598-11426b1c0ffa", - "x-ms-routing-request-id": "WESTUS2:20210712T032808Z:96bcbf71-092f-4ee4-a598-11426b1c0ffa" + "x-ms-correlation-request-id": "07a53a66-bbbe-4d89-af15-f5b0d2f2f7d3", + "x-ms-ratelimit-remaining-tenant-reads": "11959", + "x-ms-request-id": "southeastasia:07a53a66-bbbe-4d89-af15-f5b0d2f2f7d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024918Z:07a53a66-bbbe-4d89-af15-f5b0d2f2f7d3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1803?api-version=2021-04-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-9d30051776568a43-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1309d889d0bb47d1fe4e830b2fc9580b", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-78cd1948f1566742-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb82909f79e4b713dfd042f94a06aa35", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": {} + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "6ffbc334-b579-4035-844c-fef1b35661cf", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "6ffbc334-b579-4035-844c-fef1b35661cf", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6ffbc334-b579-4035-844c-fef1b35661cf", + "x-ms-ratelimit-remaining-tenant-reads": "11958", + "x-ms-request-id": "southeastasia:6ffbc334-b579-4035-844c-fef1b35661cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024919Z:6ffbc334-b579-4035-844c-fef1b35661cf" }, - "StatusCode": 202, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-edf45f7874609c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "588c1e637c1d113ad6fbbf0524c5b144", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "cef715c4-c38d-4743-8103-bb4b4cb88a03", - "Content-Length": "167", + "client-request-id": "b677df35-1c90-4161-9442-f7b810b6c289", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:08 GMT", + "Date": "Thu, 14 Oct 2021 02:49:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "cef715c4-c38d-4743-8103-bb4b4cb88a03", + "request-id": "b677df35-1c90-4161-9442-f7b810b6c289", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cef715c4-c38d-4743-8103-bb4b4cb88a03", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:cef715c4-c38d-4743-8103-bb4b4cb88a03", - "x-ms-routing-request-id": "WESTUS2:20210712T032808Z:cef715c4-c38d-4743-8103-bb4b4cb88a03" + "x-ms-correlation-request-id": "b677df35-1c90-4161-9442-f7b810b6c289", + "x-ms-ratelimit-remaining-tenant-reads": "11957", + "x-ms-request-id": "southeastasia:b677df35-1c90-4161-9442-f7b810b6c289", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024919Z:b677df35-1c90-4161-9442-f7b810b6c289" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1803", - "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-1803", - "status": "NotStarted" + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-3b9a0661dc454e4c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d135c345a938dd346434f33781cf6547", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-ceb98b6c5942f74c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "309f4bb6688e9207acb58b04cc331b2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "464e6a30-993b-4a20-b5b2-eb63473b6aa7", - "Content-Length": "166", + "client-request-id": "b92751ab-90d0-4b26-bce8-43949af1f12b", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:08 GMT", + "Date": "Thu, 14 Oct 2021 02:49:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "464e6a30-993b-4a20-b5b2-eb63473b6aa7", + "request-id": "b92751ab-90d0-4b26-bce8-43949af1f12b", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "464e6a30-993b-4a20-b5b2-eb63473b6aa7", - "x-ms-ratelimit-remaining-tenant-reads": "11977", - "x-ms-request-id": "westus2:464e6a30-993b-4a20-b5b2-eb63473b6aa7", - "x-ms-routing-request-id": "WESTUS2:20210712T032808Z:464e6a30-993b-4a20-b5b2-eb63473b6aa7" + "x-ms-correlation-request-id": "b92751ab-90d0-4b26-bce8-43949af1f12b", + "x-ms-ratelimit-remaining-tenant-reads": "11956", + "x-ms-request-id": "southeastasia:b92751ab-90d0-4b26-bce8-43949af1f12b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024920Z:b92751ab-90d0-4b26-bce8-43949af1f12b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", - "status": "NotStarted" + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-cd41d7ff2ade194c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af03055a360ff86c0b71c8a45c1b7229", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-c3ec15c00dd0904b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "259cff1b60e62281557024e8ba0d9219", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "0475a8b4-0627-4910-bdb8-c3b0d6ba0f98", + "client-request-id": "0f3abd48-8a0e-4e00-8545-74aa496a19b6", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:09 GMT", + "Date": "Thu, 14 Oct 2021 02:49:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "0475a8b4-0627-4910-bdb8-c3b0d6ba0f98", + "request-id": "0f3abd48-8a0e-4e00-8545-74aa496a19b6", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0475a8b4-0627-4910-bdb8-c3b0d6ba0f98", - "x-ms-ratelimit-remaining-tenant-reads": "11976", - "x-ms-request-id": "westus2:0475a8b4-0627-4910-bdb8-c3b0d6ba0f98", - "x-ms-routing-request-id": "WESTUS2:20210712T032810Z:0475a8b4-0627-4910-bdb8-c3b0d6ba0f98" + "x-ms-correlation-request-id": "0f3abd48-8a0e-4e00-8545-74aa496a19b6", + "x-ms-ratelimit-remaining-tenant-reads": "11955", + "x-ms-request-id": "southeastasia:0f3abd48-8a0e-4e00-8545-74aa496a19b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024920Z:0f3abd48-8a0e-4e00-8545-74aa496a19b6" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-f5662d466c172d4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6bc5dcfe869315d2351cb6eb9d95167b", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-1ceeb5241402224a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff43fd1e7966fba716faab67f13545a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "157c5816-a24e-4ffa-a7e8-8adca3f88d57", + "client-request-id": "4954b8c3-528c-497a-a8d2-18b9313601d7", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:10 GMT", + "Date": "Thu, 14 Oct 2021 02:49:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "157c5816-a24e-4ffa-a7e8-8adca3f88d57", + "request-id": "4954b8c3-528c-497a-a8d2-18b9313601d7", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "157c5816-a24e-4ffa-a7e8-8adca3f88d57", - "x-ms-ratelimit-remaining-tenant-reads": "11975", - "x-ms-request-id": "westus2:157c5816-a24e-4ffa-a7e8-8adca3f88d57", - "x-ms-routing-request-id": "WESTUS2:20210712T032811Z:157c5816-a24e-4ffa-a7e8-8adca3f88d57" + "x-ms-correlation-request-id": "4954b8c3-528c-497a-a8d2-18b9313601d7", + "x-ms-ratelimit-remaining-tenant-reads": "11954", + "x-ms-request-id": "southeastasia:4954b8c3-528c-497a-a8d2-18b9313601d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024921Z:4954b8c3-528c-497a-a8d2-18b9313601d7" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-c251804690118949-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d05b2cb1a0d10f97573dc6c6e18f8149", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-f58260991097164e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24ea95e08c28565ec97dda1d431fd79e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "82ea3d6d-2a9d-4baa-b5ee-ad411cf9cce4", + "client-request-id": "51e7834d-0411-4810-8e17-d310738c892e", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:11 GMT", + "Date": "Thu, 14 Oct 2021 02:49:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "82ea3d6d-2a9d-4baa-b5ee-ad411cf9cce4", + "request-id": "51e7834d-0411-4810-8e17-d310738c892e", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82ea3d6d-2a9d-4baa-b5ee-ad411cf9cce4", - "x-ms-ratelimit-remaining-tenant-reads": "11974", - "x-ms-request-id": "westus2:82ea3d6d-2a9d-4baa-b5ee-ad411cf9cce4", - "x-ms-routing-request-id": "WESTUS2:20210712T032812Z:82ea3d6d-2a9d-4baa-b5ee-ad411cf9cce4" + "x-ms-correlation-request-id": "51e7834d-0411-4810-8e17-d310738c892e", + "x-ms-ratelimit-remaining-tenant-reads": "11953", + "x-ms-request-id": "southeastasia:51e7834d-0411-4810-8e17-d310738c892e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024921Z:51e7834d-0411-4810-8e17-d310738c892e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-bc8b74c569da064f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a439cac2fa0ad3b332ee7af280805a75", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-25944d1cc16b3b4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cee671221cefa2c357a10eecb41a3120", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "e876497b-946b-4970-8b3e-5b0b21ba57cc", + "client-request-id": "66667ee3-0d1f-408a-b516-a82ecc336c05", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:12 GMT", + "Date": "Thu, 14 Oct 2021 02:49:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "e876497b-946b-4970-8b3e-5b0b21ba57cc", + "request-id": "66667ee3-0d1f-408a-b516-a82ecc336c05", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e876497b-946b-4970-8b3e-5b0b21ba57cc", - "x-ms-ratelimit-remaining-tenant-reads": "11973", - "x-ms-request-id": "westus2:e876497b-946b-4970-8b3e-5b0b21ba57cc", - "x-ms-routing-request-id": "WESTUS2:20210712T032813Z:e876497b-946b-4970-8b3e-5b0b21ba57cc" + "x-ms-correlation-request-id": "66667ee3-0d1f-408a-b516-a82ecc336c05", + "x-ms-ratelimit-remaining-tenant-reads": "11952", + "x-ms-request-id": "southeastasia:66667ee3-0d1f-408a-b516-a82ecc336c05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024921Z:66667ee3-0d1f-408a-b516-a82ecc336c05" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-1ef81f1f33991b4e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2ff34d5ba1bf5e5745b61456bf0b34a5", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-1c91aed25fcb7846-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2508822a6e2391f09fed35e99e89b8f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1d96cf47-dfb1-45b2-95bb-f929095d5920", + "client-request-id": "749f119e-daf4-4d99-928f-320001602036", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:13 GMT", + "Date": "Thu, 14 Oct 2021 02:49:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1d96cf47-dfb1-45b2-95bb-f929095d5920", + "request-id": "749f119e-daf4-4d99-928f-320001602036", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d96cf47-dfb1-45b2-95bb-f929095d5920", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:1d96cf47-dfb1-45b2-95bb-f929095d5920", - "x-ms-routing-request-id": "WESTUS2:20210712T032814Z:1d96cf47-dfb1-45b2-95bb-f929095d5920" + "x-ms-correlation-request-id": "749f119e-daf4-4d99-928f-320001602036", + "x-ms-ratelimit-remaining-tenant-reads": "11951", + "x-ms-request-id": "southeastasia:749f119e-daf4-4d99-928f-320001602036", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024922Z:749f119e-daf4-4d99-928f-320001602036" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-11e27270bfca3e45-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2296c9b715cb77179879de325a48ed7", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-4d87566e7754d346-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f440c22774fc3b3d147cc877e71a1af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "411a40a9-8826-44b8-8063-1efc566f5dd4", + "client-request-id": "c03dd50b-4fb8-435f-89fd-e38151cee702", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:15 GMT", + "Date": "Thu, 14 Oct 2021 02:49:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "411a40a9-8826-44b8-8063-1efc566f5dd4", + "request-id": "c03dd50b-4fb8-435f-89fd-e38151cee702", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "411a40a9-8826-44b8-8063-1efc566f5dd4", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:411a40a9-8826-44b8-8063-1efc566f5dd4", - "x-ms-routing-request-id": "WESTUS2:20210712T032815Z:411a40a9-8826-44b8-8063-1efc566f5dd4" + "x-ms-correlation-request-id": "c03dd50b-4fb8-435f-89fd-e38151cee702", + "x-ms-ratelimit-remaining-tenant-reads": "11950", + "x-ms-request-id": "southeastasia:c03dd50b-4fb8-435f-89fd-e38151cee702", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024922Z:c03dd50b-4fb8-435f-89fd-e38151cee702" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-0404f5ca56600447-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "936b51e2519b208972db5e53e55c1326", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-045cf6aa0a38d64f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1f2ba4bb216b47b80552e02e7d903ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "805c5d95-d049-4a60-8b4a-fc84111e9245", + "client-request-id": "ef294fd3-b040-450a-b2f5-6996e6ae7f92", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:16 GMT", + "Date": "Thu, 14 Oct 2021 02:49:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "805c5d95-d049-4a60-8b4a-fc84111e9245", + "request-id": "ef294fd3-b040-450a-b2f5-6996e6ae7f92", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "805c5d95-d049-4a60-8b4a-fc84111e9245", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:805c5d95-d049-4a60-8b4a-fc84111e9245", - "x-ms-routing-request-id": "WESTUS2:20210712T032816Z:805c5d95-d049-4a60-8b4a-fc84111e9245" + "x-ms-correlation-request-id": "ef294fd3-b040-450a-b2f5-6996e6ae7f92", + "x-ms-ratelimit-remaining-tenant-reads": "11949", + "x-ms-request-id": "southeastasia:ef294fd3-b040-450a-b2f5-6996e6ae7f92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024923Z:ef294fd3-b040-450a-b2f5-6996e6ae7f92" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-b7f1c2afcabd7b4f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1357d4b98757e919dc3cb637047438a1", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-005c792ee17e2143-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8c917e8b1d5b3d0cf4553dca169132d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "869c4d01-e214-428e-b058-89de8aa7dbcf", + "client-request-id": "a3e92317-f4b5-4f75-991e-100864340b1d", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:17 GMT", + "Date": "Thu, 14 Oct 2021 02:49:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "869c4d01-e214-428e-b058-89de8aa7dbcf", + "request-id": "a3e92317-f4b5-4f75-991e-100864340b1d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "869c4d01-e214-428e-b058-89de8aa7dbcf", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:869c4d01-e214-428e-b058-89de8aa7dbcf", - "x-ms-routing-request-id": "WESTUS2:20210712T032817Z:869c4d01-e214-428e-b058-89de8aa7dbcf" + "x-ms-correlation-request-id": "a3e92317-f4b5-4f75-991e-100864340b1d", + "x-ms-ratelimit-remaining-tenant-reads": "11948", + "x-ms-request-id": "southeastasia:a3e92317-f4b5-4f75-991e-100864340b1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024923Z:a3e92317-f4b5-4f75-991e-100864340b1d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-5c7a56d87b73914a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e743d27a1a04a0ae3095f80121dd11c", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-401b74d7b1a5e447-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e39e864bf79770e0918ffffa49b0dcf8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "beb9bd3d-f25c-49aa-9085-ad59350e0ee7", + "client-request-id": "8f077097-5a3d-4e25-b977-ee9dc4c66b0f", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:18 GMT", + "Date": "Thu, 14 Oct 2021 02:49:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "beb9bd3d-f25c-49aa-9085-ad59350e0ee7", + "request-id": "8f077097-5a3d-4e25-b977-ee9dc4c66b0f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "beb9bd3d-f25c-49aa-9085-ad59350e0ee7", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:beb9bd3d-f25c-49aa-9085-ad59350e0ee7", - "x-ms-routing-request-id": "WESTUS2:20210712T032819Z:beb9bd3d-f25c-49aa-9085-ad59350e0ee7" + "x-ms-correlation-request-id": "8f077097-5a3d-4e25-b977-ee9dc4c66b0f", + "x-ms-ratelimit-remaining-tenant-reads": "11947", + "x-ms-request-id": "southeastasia:8f077097-5a3d-4e25-b977-ee9dc4c66b0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024924Z:8f077097-5a3d-4e25-b977-ee9dc4c66b0f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-3c03c20d0fc1804b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "512977747a4d5a803881b65e9a521cfe", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-4bc869e20a16e643-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "669efe43f9a899d9e93ff1d15e9e1317", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "7749010e-fbe4-467a-b5a1-42de652d2fa6", + "client-request-id": "14ce5b9d-b3c2-4dd9-853d-4c0eec7f5988", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:19 GMT", + "Date": "Thu, 14 Oct 2021 02:49:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "7749010e-fbe4-467a-b5a1-42de652d2fa6", + "request-id": "14ce5b9d-b3c2-4dd9-853d-4c0eec7f5988", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7749010e-fbe4-467a-b5a1-42de652d2fa6", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:7749010e-fbe4-467a-b5a1-42de652d2fa6", - "x-ms-routing-request-id": "WESTUS2:20210712T032820Z:7749010e-fbe4-467a-b5a1-42de652d2fa6" + "x-ms-correlation-request-id": "14ce5b9d-b3c2-4dd9-853d-4c0eec7f5988", + "x-ms-ratelimit-remaining-tenant-reads": "11946", + "x-ms-request-id": "southeastasia:14ce5b9d-b3c2-4dd9-853d-4c0eec7f5988", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024924Z:14ce5b9d-b3c2-4dd9-853d-4c0eec7f5988" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-51660bf6a9587748-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a82bbda2a5e71885ca0c304d2898d7bf", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-420b480dc77aa54f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61b60041203bf13636591645b2d66a1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "f38f418e-9afb-4e50-af75-acfee9def033", + "client-request-id": "34a03393-40d3-49db-8e7e-5a1c76e901fd", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:20 GMT", + "Date": "Thu, 14 Oct 2021 02:49:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "f38f418e-9afb-4e50-af75-acfee9def033", + "request-id": "34a03393-40d3-49db-8e7e-5a1c76e901fd", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f38f418e-9afb-4e50-af75-acfee9def033", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:f38f418e-9afb-4e50-af75-acfee9def033", - "x-ms-routing-request-id": "WESTUS2:20210712T032821Z:f38f418e-9afb-4e50-af75-acfee9def033" + "x-ms-correlation-request-id": "34a03393-40d3-49db-8e7e-5a1c76e901fd", + "x-ms-ratelimit-remaining-tenant-reads": "11945", + "x-ms-request-id": "southeastasia:34a03393-40d3-49db-8e7e-5a1c76e901fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024925Z:34a03393-40d3-49db-8e7e-5a1c76e901fd" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-338507768814aa49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cc39a6be74aad54bd1a361feaabaf91", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-efa6add66f47784a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2985b68acca5285ac04f957050f11f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "b44d191d-e194-4e73-834f-34b61c8a3002", + "client-request-id": "217400eb-303a-4771-9740-d2992bf70ed7", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:21 GMT", + "Date": "Thu, 14 Oct 2021 02:49:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "b44d191d-e194-4e73-834f-34b61c8a3002", + "request-id": "217400eb-303a-4771-9740-d2992bf70ed7", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b44d191d-e194-4e73-834f-34b61c8a3002", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:b44d191d-e194-4e73-834f-34b61c8a3002", - "x-ms-routing-request-id": "WESTUS2:20210712T032822Z:b44d191d-e194-4e73-834f-34b61c8a3002" + "x-ms-correlation-request-id": "217400eb-303a-4771-9740-d2992bf70ed7", + "x-ms-ratelimit-remaining-tenant-reads": "11944", + "x-ms-request-id": "southeastasia:217400eb-303a-4771-9740-d2992bf70ed7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024925Z:217400eb-303a-4771-9740-d2992bf70ed7" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-2468f6d4a653004d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55de61ed28f1ce34f11186404a3232a0", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-7290eafaaa3aff49-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48b8e77c7bfa23bcc7ad304fe294e613", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "f2e1029c-7d06-40bd-ac1a-307767f1ac33", + "client-request-id": "aa6fac1a-e3ce-4074-b700-21165eade48f", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:22 GMT", + "Date": "Thu, 14 Oct 2021 02:49:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "f2e1029c-7d06-40bd-ac1a-307767f1ac33", + "request-id": "aa6fac1a-e3ce-4074-b700-21165eade48f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2e1029c-7d06-40bd-ac1a-307767f1ac33", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:f2e1029c-7d06-40bd-ac1a-307767f1ac33", - "x-ms-routing-request-id": "WESTUS2:20210712T032823Z:f2e1029c-7d06-40bd-ac1a-307767f1ac33" + "x-ms-correlation-request-id": "aa6fac1a-e3ce-4074-b700-21165eade48f", + "x-ms-ratelimit-remaining-tenant-reads": "11943", + "x-ms-request-id": "southeastasia:aa6fac1a-e3ce-4074-b700-21165eade48f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024926Z:aa6fac1a-e3ce-4074-b700-21165eade48f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-e8dc979370029b48-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00f3f7aa8f8ebbb3687eebcd6f662e1e", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-64bb54ca91f9f348-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0368d3d57006944d7a63b43626dfec26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ebf181b9-9d33-40a5-aa42-27243c763e44", + "client-request-id": "c9da0be4-30c6-44cc-9a2f-3c3644b4f40d", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:23 GMT", + "Date": "Thu, 14 Oct 2021 02:49:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ebf181b9-9d33-40a5-aa42-27243c763e44", + "request-id": "c9da0be4-30c6-44cc-9a2f-3c3644b4f40d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebf181b9-9d33-40a5-aa42-27243c763e44", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:ebf181b9-9d33-40a5-aa42-27243c763e44", - "x-ms-routing-request-id": "WESTUS2:20210712T032824Z:ebf181b9-9d33-40a5-aa42-27243c763e44" + "x-ms-correlation-request-id": "c9da0be4-30c6-44cc-9a2f-3c3644b4f40d", + "x-ms-ratelimit-remaining-tenant-reads": "11942", + "x-ms-request-id": "southeastasia:c9da0be4-30c6-44cc-9a2f-3c3644b4f40d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024926Z:c9da0be4-30c6-44cc-9a2f-3c3644b4f40d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-2184250b8848da4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6609f5c81ba42ce65f49b396013638a", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-e4599866c7863c4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbc82347211eed239f75db1c7c366f18", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "e6aba003-85bf-46b3-b323-e5bebec03957", + "client-request-id": "e418282b-269a-4500-bbd0-0f5e9fa54819", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:25 GMT", + "Date": "Thu, 14 Oct 2021 02:49:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "e6aba003-85bf-46b3-b323-e5bebec03957", + "request-id": "e418282b-269a-4500-bbd0-0f5e9fa54819", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6aba003-85bf-46b3-b323-e5bebec03957", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:e6aba003-85bf-46b3-b323-e5bebec03957", - "x-ms-routing-request-id": "WESTUS2:20210712T032825Z:e6aba003-85bf-46b3-b323-e5bebec03957" + "x-ms-correlation-request-id": "e418282b-269a-4500-bbd0-0f5e9fa54819", + "x-ms-ratelimit-remaining-tenant-reads": "11941", + "x-ms-request-id": "southeastasia:e418282b-269a-4500-bbd0-0f5e9fa54819", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024927Z:e418282b-269a-4500-bbd0-0f5e9fa54819" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-40be601187985541-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f27496e7afb75d02ad22ec723d665f8a", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-7201cf0f3edf6e45-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3182e61e0ea70cec9a23cd96c685fce8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "5f6b0d8d-830f-43c0-adb3-5c3fb6ccabd1", + "client-request-id": "0896a3d5-d495-4247-832d-8e276b15bf69", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:26 GMT", + "Date": "Thu, 14 Oct 2021 02:49:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "5f6b0d8d-830f-43c0-adb3-5c3fb6ccabd1", + "request-id": "0896a3d5-d495-4247-832d-8e276b15bf69", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f6b0d8d-830f-43c0-adb3-5c3fb6ccabd1", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:5f6b0d8d-830f-43c0-adb3-5c3fb6ccabd1", - "x-ms-routing-request-id": "WESTUS2:20210712T032826Z:5f6b0d8d-830f-43c0-adb3-5c3fb6ccabd1" + "x-ms-correlation-request-id": "0896a3d5-d495-4247-832d-8e276b15bf69", + "x-ms-ratelimit-remaining-tenant-reads": "11940", + "x-ms-request-id": "southeastasia:0896a3d5-d495-4247-832d-8e276b15bf69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024927Z:0896a3d5-d495-4247-832d-8e276b15bf69" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-2b210ef467f1f94d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aae367e36bd128e529b19a9af47a5b55", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-a5b41823fdca3847-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf0709c01bcbb3f4af7b649195301844", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "c114ef32-8a8c-4188-95e9-697fc05f3301", + "client-request-id": "44eb8036-a715-4b4f-a105-8737faaf80d1", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:27 GMT", + "Date": "Thu, 14 Oct 2021 02:49:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "c114ef32-8a8c-4188-95e9-697fc05f3301", + "request-id": "44eb8036-a715-4b4f-a105-8737faaf80d1", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c114ef32-8a8c-4188-95e9-697fc05f3301", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:c114ef32-8a8c-4188-95e9-697fc05f3301", - "x-ms-routing-request-id": "WESTUS2:20210712T032828Z:c114ef32-8a8c-4188-95e9-697fc05f3301" + "x-ms-correlation-request-id": "44eb8036-a715-4b4f-a105-8737faaf80d1", + "x-ms-ratelimit-remaining-tenant-reads": "11939", + "x-ms-request-id": "southeastasia:44eb8036-a715-4b4f-a105-8737faaf80d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024928Z:44eb8036-a715-4b4f-a105-8737faaf80d1" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-19c2a687c1aee144-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8e6601b3bf2ac679c031997955b05fe", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-1d21d4f3eb5b1f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40189cf4ba5c397f37bc31fa538d2619", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "6b5bfa7b-f946-46df-b3da-deae72b995c8", + "client-request-id": "140bdacc-4cf9-470a-9cfa-b13c5f36aa84", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:28 GMT", + "Date": "Thu, 14 Oct 2021 02:49:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "6b5bfa7b-f946-46df-b3da-deae72b995c8", + "request-id": "140bdacc-4cf9-470a-9cfa-b13c5f36aa84", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b5bfa7b-f946-46df-b3da-deae72b995c8", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:6b5bfa7b-f946-46df-b3da-deae72b995c8", - "x-ms-routing-request-id": "WESTUS2:20210712T032829Z:6b5bfa7b-f946-46df-b3da-deae72b995c8" + "x-ms-correlation-request-id": "140bdacc-4cf9-470a-9cfa-b13c5f36aa84", + "x-ms-ratelimit-remaining-tenant-reads": "11938", + "x-ms-request-id": "southeastasia:140bdacc-4cf9-470a-9cfa-b13c5f36aa84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024928Z:140bdacc-4cf9-470a-9cfa-b13c5f36aa84" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-43f1cb35f1e2c947-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8551095b8307bb9b04cc80615686932", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-09a5396db6d29843-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "725cf278b02e024df1ce812ba95b776a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "865a8409-514c-4c27-8577-60fecca7f358", + "client-request-id": "77de235d-a622-44b5-9fe2-d0d71fdcc1d2", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:29 GMT", + "Date": "Thu, 14 Oct 2021 02:49:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "865a8409-514c-4c27-8577-60fecca7f358", + "request-id": "77de235d-a622-44b5-9fe2-d0d71fdcc1d2", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "865a8409-514c-4c27-8577-60fecca7f358", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:865a8409-514c-4c27-8577-60fecca7f358", - "x-ms-routing-request-id": "WESTUS2:20210712T032830Z:865a8409-514c-4c27-8577-60fecca7f358" + "x-ms-correlation-request-id": "77de235d-a622-44b5-9fe2-d0d71fdcc1d2", + "x-ms-ratelimit-remaining-tenant-reads": "11937", + "x-ms-request-id": "southeastasia:77de235d-a622-44b5-9fe2-d0d71fdcc1d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024929Z:77de235d-a622-44b5-9fe2-d0d71fdcc1d2" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-efa09609101c334b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dd5797c78680a79800360ece524e93ce", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-4618e417ac01ce42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29a2890bbc6c068b89ce870feaf96022", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "7d737a53-bfed-4f4d-8a04-cd4ed6e5d0fa", + "client-request-id": "701b7bfa-cd5c-45da-a567-a6870d9602c8", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:30 GMT", + "Date": "Thu, 14 Oct 2021 02:49:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "7d737a53-bfed-4f4d-8a04-cd4ed6e5d0fa", + "request-id": "701b7bfa-cd5c-45da-a567-a6870d9602c8", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d737a53-bfed-4f4d-8a04-cd4ed6e5d0fa", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:7d737a53-bfed-4f4d-8a04-cd4ed6e5d0fa", - "x-ms-routing-request-id": "WESTUS2:20210712T032831Z:7d737a53-bfed-4f4d-8a04-cd4ed6e5d0fa" + "x-ms-correlation-request-id": "701b7bfa-cd5c-45da-a567-a6870d9602c8", + "x-ms-ratelimit-remaining-tenant-reads": "11936", + "x-ms-request-id": "southeastasia:701b7bfa-cd5c-45da-a567-a6870d9602c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024929Z:701b7bfa-cd5c-45da-a567-a6870d9602c8" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-c272c56cc0cfc14a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2184a54a5d443154f154e8e39538fdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "09576a40-6317-482f-88c4-203d754e5e21", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "09576a40-6317-482f-88c4-203d754e5e21", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "09576a40-6317-482f-88c4-203d754e5e21", + "x-ms-ratelimit-remaining-tenant-reads": "11935", + "x-ms-request-id": "southeastasia:09576a40-6317-482f-88c4-203d754e5e21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024930Z:09576a40-6317-482f-88c4-203d754e5e21" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-500235e60a66c943-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "caefc744fceabbac6655e860283d18f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "b01370d2-0ab0-4e52-974a-6bfa35695d36", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "b01370d2-0ab0-4e52-974a-6bfa35695d36", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b01370d2-0ab0-4e52-974a-6bfa35695d36", + "x-ms-ratelimit-remaining-tenant-reads": "11934", + "x-ms-request-id": "southeastasia:b01370d2-0ab0-4e52-974a-6bfa35695d36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024930Z:b01370d2-0ab0-4e52-974a-6bfa35695d36" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-358e5bfb42d00d4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fd75e6ed4426595735eda566efdcc36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "3a5d84e9-4a71-4c69-b1b1-30ded142095a", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "3a5d84e9-4a71-4c69-b1b1-30ded142095a", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3a5d84e9-4a71-4c69-b1b1-30ded142095a", + "x-ms-ratelimit-remaining-tenant-reads": "11933", + "x-ms-request-id": "southeastasia:3a5d84e9-4a71-4c69-b1b1-30ded142095a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024931Z:3a5d84e9-4a71-4c69-b1b1-30ded142095a" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-8815ebc9648e584e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e3049cac63246224a76a28a572609734", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-5cb4f05f670e8749-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23caab3e950a57389d5d3c7ebcb51b11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "57f6b869-1d4d-4e6e-a676-1649955c600f", + "client-request-id": "90d28cef-f6a2-4470-a344-1d626d127833", "Content-Length": "382", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:32 GMT", + "Date": "Thu, 14 Oct 2021 02:49:31 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "57f6b869-1d4d-4e6e-a676-1649955c600f", + "request-id": "90d28cef-f6a2-4470-a344-1d626d127833", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57f6b869-1d4d-4e6e-a676-1649955c600f", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:57f6b869-1d4d-4e6e-a676-1649955c600f", - "x-ms-routing-request-id": "WESTUS2:20210712T032833Z:57f6b869-1d4d-4e6e-a676-1649955c600f" + "x-ms-correlation-request-id": "90d28cef-f6a2-4470-a344-1d626d127833", + "x-ms-ratelimit-remaining-tenant-reads": "11932", + "x-ms-request-id": "southeastasia:90d28cef-f6a2-4470-a344-1d626d127833", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024931Z:90d28cef-f6a2-4470-a344-1d626d127833" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-1803", + "displayName": "mgmt-group-6014", "details": { "version": 1, - "updatedTime": "2021-07-12T03:28:15.7177604Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "updatedTime": "2021-10-14T02:49:15.3624747Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5b5e6e28bce5c4b86461e74a51d08dd-7d3263e703041a40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fdd0e69a27030e7d78aef7f9aaea2961", + "traceparent": "00-12464703c3966b4591f3f26443f80d35-848323d7a862cc47-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da1f56fd307b6f993189578b22564d68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "a1677263-b01b-4461-a9c1-bc9aff9cb1bc", + "client-request-id": "b6a379c6-c33c-43bf-9556-267976f6a8ac", "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:32 GMT", + "Date": "Thu, 14 Oct 2021 02:49:32 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "a1677263-b01b-4461-a9c1-bc9aff9cb1bc", + "request-id": "b6a379c6-c33c-43bf-9556-267976f6a8ac", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1677263-b01b-4461-a9c1-bc9aff9cb1bc", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:a1677263-b01b-4461-a9c1-bc9aff9cb1bc", - "x-ms-routing-request-id": "WESTUS2:20210712T032833Z:a1677263-b01b-4461-a9c1-bc9aff9cb1bc" + "x-ms-correlation-request-id": "b6a379c6-c33c-43bf-9556-267976f6a8ac", + "x-ms-ratelimit-remaining-tenant-reads": "11931", + "x-ms-request-id": "southeastasia:b6a379c6-c33c-43bf-9556-267976f6a8ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024932Z:b6a379c6-c33c-43bf-9556-267976f6a8ac" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1803", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6014", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-1803", + "name": "mgmt-group-6014", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-1803", + "displayName": "mgmt-group-6014", "details": { "version": 1, - "updatedTime": "2021-07-12T03:28:15.7177604Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:49:15.3624747Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1005,350 +1857,503 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-52f71155f29008459593095a20b92943-4ba342151c5fcd46-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "795afab98563640e72f435165ef234a0", + "traceparent": "00-08dc8991da9ad341922c5a349997a17a-21890de13c58324e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c21b288f572d8ed2680c1e59817a8be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "45dd4916-bb25-4186-9cce-5c9a40b609fa", + "client-request-id": "cf864a56-19c8-4753-be66-ae1403026c29", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:33 GMT", + "Date": "Thu, 14 Oct 2021 02:49:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "45dd4916-bb25-4186-9cce-5c9a40b609fa", + "request-id": "cf864a56-19c8-4753-be66-ae1403026c29", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45dd4916-bb25-4186-9cce-5c9a40b609fa", + "x-ms-correlation-request-id": "cf864a56-19c8-4753-be66-ae1403026c29", "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-deletes": "14999", - "x-ms-request-id": "westus2:45dd4916-bb25-4186-9cce-5c9a40b609fa", - "x-ms-routing-request-id": "WESTUS2:20210712T032834Z:45dd4916-bb25-4186-9cce-5c9a40b609fa" + "x-ms-ratelimit-remaining-tenant-deletes": "14998", + "x-ms-request-id": "southeastasia:cf864a56-19c8-4753-be66-ae1403026c29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024933Z:cf864a56-19c8-4753-be66-ae1403026c29" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1803", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6014", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-1803", + "name": "mgmt-group-6014", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77ecc6411e0514d0d76c8b0ef167b085", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09f5d30f9e93079e6846b4fb6eb4d71a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "4407091b-07df-4b3b-b536-0ea84c8b23bd", + "client-request-id": "94a80dd0-8ac1-4cb0-af2a-4957f2d7005d", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:33 GMT", + "Date": "Thu, 14 Oct 2021 02:49:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "4407091b-07df-4b3b-b536-0ea84c8b23bd", + "request-id": "94a80dd0-8ac1-4cb0-af2a-4957f2d7005d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4407091b-07df-4b3b-b536-0ea84c8b23bd", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:4407091b-07df-4b3b-b536-0ea84c8b23bd", - "x-ms-routing-request-id": "WESTUS2:20210712T032834Z:4407091b-07df-4b3b-b536-0ea84c8b23bd" + "x-ms-correlation-request-id": "94a80dd0-8ac1-4cb0-af2a-4957f2d7005d", + "x-ms-ratelimit-remaining-tenant-reads": "11930", + "x-ms-request-id": "southeastasia:94a80dd0-8ac1-4cb0-af2a-4957f2d7005d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024933Z:94a80dd0-8ac1-4cb0-af2a-4957f2d7005d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d05a5779bcb623e330d65b6d1997f847", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "594898e034fc968af8136b17036d9a79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9e7a6ffe-b0a8-4d43-a41b-2b9227e0ec7e", + "client-request-id": "08888a90-c4b9-471a-9a67-1490029657d4", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:34 GMT", + "Date": "Thu, 14 Oct 2021 02:49:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9e7a6ffe-b0a8-4d43-a41b-2b9227e0ec7e", + "request-id": "08888a90-c4b9-471a-9a67-1490029657d4", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e7a6ffe-b0a8-4d43-a41b-2b9227e0ec7e", - "x-ms-ratelimit-remaining-tenant-reads": "11953", - "x-ms-request-id": "westus2:9e7a6ffe-b0a8-4d43-a41b-2b9227e0ec7e", - "x-ms-routing-request-id": "WESTUS2:20210712T032835Z:9e7a6ffe-b0a8-4d43-a41b-2b9227e0ec7e" + "x-ms-correlation-request-id": "08888a90-c4b9-471a-9a67-1490029657d4", + "x-ms-ratelimit-remaining-tenant-reads": "11929", + "x-ms-request-id": "southeastasia:08888a90-c4b9-471a-9a67-1490029657d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024934Z:08888a90-c4b9-471a-9a67-1490029657d4" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97d5793cbc06809a081f94110abb92b6", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4d57a4b9f21a42a2951b0973dbfa05d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "de7e64be-3817-47a8-9831-ba6918fe1774", + "client-request-id": "9f4331c0-8e4d-4538-a493-24b7d3e8e004", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:35 GMT", + "Date": "Thu, 14 Oct 2021 02:49:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "de7e64be-3817-47a8-9831-ba6918fe1774", + "request-id": "9f4331c0-8e4d-4538-a493-24b7d3e8e004", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de7e64be-3817-47a8-9831-ba6918fe1774", - "x-ms-ratelimit-remaining-tenant-reads": "11952", - "x-ms-request-id": "westus2:de7e64be-3817-47a8-9831-ba6918fe1774", - "x-ms-routing-request-id": "WESTUS2:20210712T032836Z:de7e64be-3817-47a8-9831-ba6918fe1774" + "x-ms-correlation-request-id": "9f4331c0-8e4d-4538-a493-24b7d3e8e004", + "x-ms-ratelimit-remaining-tenant-reads": "11928", + "x-ms-request-id": "southeastasia:9f4331c0-8e4d-4538-a493-24b7d3e8e004", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024934Z:9f4331c0-8e4d-4538-a493-24b7d3e8e004" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14fce645e7d18405e2c8472fc363fa40", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a59fd783da63da4a485e1180338604fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "a19eb7ec-c21c-4055-8ebc-42384e974f77", + "client-request-id": "26f478de-444d-47dd-88a6-ca46f78e4acc", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:37 GMT", + "Date": "Thu, 14 Oct 2021 02:49:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "a19eb7ec-c21c-4055-8ebc-42384e974f77", + "request-id": "26f478de-444d-47dd-88a6-ca46f78e4acc", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a19eb7ec-c21c-4055-8ebc-42384e974f77", - "x-ms-ratelimit-remaining-tenant-reads": "11951", - "x-ms-request-id": "westus2:a19eb7ec-c21c-4055-8ebc-42384e974f77", - "x-ms-routing-request-id": "WESTUS2:20210712T032837Z:a19eb7ec-c21c-4055-8ebc-42384e974f77" + "x-ms-correlation-request-id": "26f478de-444d-47dd-88a6-ca46f78e4acc", + "x-ms-ratelimit-remaining-tenant-reads": "11927", + "x-ms-request-id": "southeastasia:26f478de-444d-47dd-88a6-ca46f78e4acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024935Z:26f478de-444d-47dd-88a6-ca46f78e4acc" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78d243731992bc7ebdd9c89628d21974", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4af3bac13de41f86ea32faa84f35939", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "e90dcb04-5da4-491c-a41d-48782d19e179", + "client-request-id": "75d292ff-11fc-4ff1-900a-fd699d196f87", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:38 GMT", + "Date": "Thu, 14 Oct 2021 02:49:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "e90dcb04-5da4-491c-a41d-48782d19e179", + "request-id": "75d292ff-11fc-4ff1-900a-fd699d196f87", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e90dcb04-5da4-491c-a41d-48782d19e179", - "x-ms-ratelimit-remaining-tenant-reads": "11950", - "x-ms-request-id": "westus2:e90dcb04-5da4-491c-a41d-48782d19e179", - "x-ms-routing-request-id": "WESTUS2:20210712T032838Z:e90dcb04-5da4-491c-a41d-48782d19e179" + "x-ms-correlation-request-id": "75d292ff-11fc-4ff1-900a-fd699d196f87", + "x-ms-ratelimit-remaining-tenant-reads": "11926", + "x-ms-request-id": "southeastasia:75d292ff-11fc-4ff1-900a-fd699d196f87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024935Z:75d292ff-11fc-4ff1-900a-fd699d196f87" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3328a444e49b54767350b43e756abda5", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b940d72f4cd70152ffa7bc38daa71a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "31b59b18-0f5c-4c6a-9533-e1efed408072", + "client-request-id": "232c5139-e80e-4e12-b519-a72d46814904", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:39 GMT", + "Date": "Thu, 14 Oct 2021 02:49:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "31b59b18-0f5c-4c6a-9533-e1efed408072", + "request-id": "232c5139-e80e-4e12-b519-a72d46814904", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31b59b18-0f5c-4c6a-9533-e1efed408072", - "x-ms-ratelimit-remaining-tenant-reads": "11949", - "x-ms-request-id": "westus2:31b59b18-0f5c-4c6a-9533-e1efed408072", - "x-ms-routing-request-id": "WESTUS2:20210712T032839Z:31b59b18-0f5c-4c6a-9533-e1efed408072" + "x-ms-correlation-request-id": "232c5139-e80e-4e12-b519-a72d46814904", + "x-ms-ratelimit-remaining-tenant-reads": "11925", + "x-ms-request-id": "southeastasia:232c5139-e80e-4e12-b519-a72d46814904", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024936Z:232c5139-e80e-4e12-b519-a72d46814904" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02eab44dab0f707edf5d37c0aa9f5655", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "46aa3db5-b0e9-4800-9441-80f7f30f9cb2", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "46aa3db5-b0e9-4800-9441-80f7f30f9cb2", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "46aa3db5-b0e9-4800-9441-80f7f30f9cb2", + "x-ms-ratelimit-remaining-tenant-reads": "11924", + "x-ms-request-id": "southeastasia:46aa3db5-b0e9-4800-9441-80f7f30f9cb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024936Z:46aa3db5-b0e9-4800-9441-80f7f30f9cb2" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "250dd805d8f2b82d253ec5e49735b4c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "9056d487-0d62-4aee-8c0a-6cb757c443ad", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "9056d487-0d62-4aee-8c0a-6cb757c443ad", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9056d487-0d62-4aee-8c0a-6cb757c443ad", + "x-ms-ratelimit-remaining-tenant-reads": "11923", + "x-ms-request-id": "southeastasia:9056d487-0d62-4aee-8c0a-6cb757c443ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024937Z:9056d487-0d62-4aee-8c0a-6cb757c443ad" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf5d8c325609c7298f244c70bc55c58f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "d7278633-b1f7-43a8-98e2-d2b7ce7c50dc", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "d7278633-b1f7-43a8-98e2-d2b7ce7c50dc", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d7278633-b1f7-43a8-98e2-d2b7ce7c50dc", + "x-ms-ratelimit-remaining-tenant-reads": "11922", + "x-ms-request-id": "southeastasia:d7278633-b1f7-43a8-98e2-d2b7ce7c50dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024937Z:d7278633-b1f7-43a8-98e2-d2b7ce7c50dc" + }, + "ResponseBody": { + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", + "status": "Running" + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5bd26a44b9c75b08731ddd0e699d8aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Cache-Control": "no-cache", + "client-request-id": "91e1924d-84a1-4600-b56d-b226a7086076", + "Content-Length": "163", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 14 Oct 2021 02:49:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/managementGroups/mgmt-group-6014?api-version=2021-04-01", + "Pragma": "no-cache", + "request-id": "91e1924d-84a1-4600-b56d-b226a7086076", + "Retry-After": "10", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Vary": "Accept-Encoding", + "x-ba-restapi": "1.0.3.1640", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "91e1924d-84a1-4600-b56d-b226a7086076", + "x-ms-ratelimit-remaining-tenant-reads": "11921", + "x-ms-request-id": "southeastasia:91e1924d-84a1-4600-b56d-b226a7086076", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024938Z:91e1924d-84a1-4600-b56d-b226a7086076" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c69d542419e82c24674056f71f6e5c10", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e8d74a98642af4bae4695cd8bbdfbd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "f24c2420-892d-4e99-ada1-42be0e5465fb", + "client-request-id": "13fc5e09-1173-440e-b056-363f2d8e6273", "Content-Length": "165", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:40 GMT", + "Date": "Thu, 14 Oct 2021 02:49:38 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "f24c2420-892d-4e99-ada1-42be0e5465fb", + "request-id": "13fc5e09-1173-440e-b056-363f2d8e6273", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f24c2420-892d-4e99-ada1-42be0e5465fb", - "x-ms-ratelimit-remaining-tenant-reads": "11948", - "x-ms-request-id": "westus2:f24c2420-892d-4e99-ada1-42be0e5465fb", - "x-ms-routing-request-id": "WESTUS2:20210712T032840Z:f24c2420-892d-4e99-ada1-42be0e5465fb" + "x-ms-correlation-request-id": "13fc5e09-1173-440e-b056-363f2d8e6273", + "x-ms-ratelimit-remaining-tenant-reads": "11920", + "x-ms-request-id": "southeastasia:13fc5e09-1173-440e-b056-363f2d8e6273", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024938Z:13fc5e09-1173-440e-b056-363f2d8e6273" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-1803", - "name": "mgmt-group-1803", + "id": "/providers/Microsoft.Management/operationResults/delete/asyncOperation/status/managementGroups/mgmt-group-6014", + "name": "mgmt-group-6014", "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1803?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6014?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2e7ff34c50d02e4aabff17883a2ffcfc-b8f7ced3dc6f5b49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1eead3afc63b8fa4cd7d044164404752", + "traceparent": "00-2c4fc8faca3390479672b3bca65fd563-b1babe2f1ea58748-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "713f3578ff77e726dbe748d77958e0f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "90679f60-15c8-487c-a101-fa77e37b95ec", + "client-request-id": "4ad63953-d6a1-4493-992d-837660223603", "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:41 GMT", + "Date": "Thu, 14 Oct 2021 02:49:38 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "90679f60-15c8-487c-a101-fa77e37b95ec", + "request-id": "4ad63953-d6a1-4493-992d-837660223603", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90679f60-15c8-487c-a101-fa77e37b95ec", - "x-ms-ratelimit-remaining-tenant-reads": "11947", - "x-ms-request-id": "westus2:90679f60-15c8-487c-a101-fa77e37b95ec", - "x-ms-routing-request-id": "WESTUS2:20210712T032841Z:90679f60-15c8-487c-a101-fa77e37b95ec" + "x-ms-correlation-request-id": "4ad63953-d6a1-4493-992d-837660223603", + "x-ms-ratelimit-remaining-tenant-reads": "11919", + "x-ms-request-id": "southeastasia:4ad63953-d6a1-4493-992d-837660223603", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024938Z:4ad63953-d6a1-4493-992d-837660223603" }, "ResponseBody": { "error": { "code": "NotFound", - "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-1803\u0027 not found", + "message": "\u0027/providers/Microsoft.Management/managementGroups/mgmt-group-6014\u0027 not found", "details": null } } } ], "Variables": { - "RandomSeed": "157798411", + "RandomSeed": "614212147", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Update.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Update.json index 197d5d308e470..b09d00fd8f6a8 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Update.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/Update.json @@ -1,61 +1,19 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "868914fed861f20fdce46f7858e7ef22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:22:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19313002-cbbf-4708-b014-607a7508889f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "19313002-cbbf-4708-b014-607a7508889f", - "x-ms-routing-request-id": "WESTUS2:20210712T032300Z:19313002-cbbf-4708-b014-607a7508889f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-0c9f41a4bc366944-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d893b5a0b1ae7fa53dbb7731f0bef8a3", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-1570c987ee36cb48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ec824a2cf14e5b6f9d6d01293be2e17d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,938 +21,756 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "caef1f54-161c-4756-a867-d3a24cc22128", + "client-request-id": "5a5a791f-962e-491b-b3cf-6d2c1bb8bbc1", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:00 GMT", + "Date": "Thu, 14 Oct 2021 02:44:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "caef1f54-161c-4756-a867-d3a24cc22128", + "request-id": "5a5a791f-962e-491b-b3cf-6d2c1bb8bbc1", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caef1f54-161c-4756-a867-d3a24cc22128", - "x-ms-ratelimit-remaining-managementgroups-requests": "58", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "westus2:caef1f54-161c-4756-a867-d3a24cc22128", - "x-ms-routing-request-id": "WESTUS2:20210712T032300Z:caef1f54-161c-4756-a867-d3a24cc22128" + "x-ms-correlation-request-id": "5a5a791f-962e-491b-b3cf-6d2c1bb8bbc1", + "x-ms-ratelimit-remaining-managementgroups-requests": "59", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:5a5a791f-962e-491b-b3cf-6d2c1bb8bbc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024439Z:5a5a791f-962e-491b-b3cf-6d2c1bb8bbc1" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6022", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3064", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-6022", - "status": "NotStarted" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-9b013b47183c1946-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20e784982c1a634fe306241c97c1ec25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "7535cbee-4e92-4439-8044-207386f32f5d", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "7535cbee-4e92-4439-8044-207386f32f5d", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7535cbee-4e92-4439-8044-207386f32f5d", - "x-ms-ratelimit-remaining-tenant-reads": "11972", - "x-ms-request-id": "westus2:7535cbee-4e92-4439-8044-207386f32f5d", - "x-ms-routing-request-id": "WESTUS2:20210712T032300Z:7535cbee-4e92-4439-8044-207386f32f5d" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "name": "mgmt-group-3064", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-da079d19507aa147-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5812d577b0eeb6e892919af3f7ef68b9", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-44258add32379341-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "13bd160982b5da035912427208bef890", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9c4fcee5-836e-4cab-b0d1-c23b28bb12d4", + "client-request-id": "ce445550-db72-4143-87ad-9997bda7a9a7", "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:01 GMT", + "Date": "Thu, 14 Oct 2021 02:44:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9c4fcee5-836e-4cab-b0d1-c23b28bb12d4", + "request-id": "ce445550-db72-4143-87ad-9997bda7a9a7", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c4fcee5-836e-4cab-b0d1-c23b28bb12d4", - "x-ms-ratelimit-remaining-tenant-reads": "11971", - "x-ms-request-id": "westus2:9c4fcee5-836e-4cab-b0d1-c23b28bb12d4", - "x-ms-routing-request-id": "WESTUS2:20210712T032301Z:9c4fcee5-836e-4cab-b0d1-c23b28bb12d4" + "x-ms-correlation-request-id": "ce445550-db72-4143-87ad-9997bda7a9a7", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:ce445550-db72-4143-87ad-9997bda7a9a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024440Z:ce445550-db72-4143-87ad-9997bda7a9a7" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-b14d64b9ef730545-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b99cef6d8d618883f9d8e22c6066a7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "48cb070b-c781-48a0-b3ce-c19c277e3e19", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "48cb070b-c781-48a0-b3ce-c19c277e3e19", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48cb070b-c781-48a0-b3ce-c19c277e3e19", - "x-ms-ratelimit-remaining-tenant-reads": "11970", - "x-ms-request-id": "westus2:48cb070b-c781-48a0-b3ce-c19c277e3e19", - "x-ms-routing-request-id": "WESTUS2:20210712T032303Z:48cb070b-c781-48a0-b3ce-c19c277e3e19" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-5a435cf068f00441-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "413f93ce6c71e7ba9c318d89925c6bf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "3a9d3ce5-2181-4914-bb34-bf5e2c955644", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "3a9d3ce5-2181-4914-bb34-bf5e2c955644", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a9d3ce5-2181-4914-bb34-bf5e2c955644", - "x-ms-ratelimit-remaining-tenant-reads": "11969", - "x-ms-request-id": "westus2:3a9d3ce5-2181-4914-bb34-bf5e2c955644", - "x-ms-routing-request-id": "WESTUS2:20210712T032304Z:3a9d3ce5-2181-4914-bb34-bf5e2c955644" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-3be5a1b01afe0f4f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8266b9d81289f4f4cfa185122c5f08c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "9fb7fac1-8a7e-43bb-985b-210d30a6a6b8", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "9fb7fac1-8a7e-43bb-985b-210d30a6a6b8", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fb7fac1-8a7e-43bb-985b-210d30a6a6b8", - "x-ms-ratelimit-remaining-tenant-reads": "11968", - "x-ms-request-id": "westus2:9fb7fac1-8a7e-43bb-985b-210d30a6a6b8", - "x-ms-routing-request-id": "WESTUS2:20210712T032305Z:9fb7fac1-8a7e-43bb-985b-210d30a6a6b8" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-891ddc06c4825a4c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63241e2627af8a4713b1cea54afe86e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "90acd296-c467-4fa4-a44c-ac9005279c31", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "90acd296-c467-4fa4-a44c-ac9005279c31", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90acd296-c467-4fa4-a44c-ac9005279c31", - "x-ms-ratelimit-remaining-tenant-reads": "11967", - "x-ms-request-id": "westus2:90acd296-c467-4fa4-a44c-ac9005279c31", - "x-ms-routing-request-id": "WESTUS2:20210712T032306Z:90acd296-c467-4fa4-a44c-ac9005279c31" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-bc0df51e96fe7d4d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a849a31a2e04d5444a0f4765369c5d6", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-1cd03c48c66cd64e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7e1814f85a20199d9c577a0cb80caac0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "0643f983-57cc-4308-a0bf-d7805e9bc1bf", + "client-request-id": "55075598-b5f7-4627-a266-9d7b6b5fb249", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:07 GMT", + "Date": "Thu, 14 Oct 2021 02:44:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "0643f983-57cc-4308-a0bf-d7805e9bc1bf", + "request-id": "55075598-b5f7-4627-a266-9d7b6b5fb249", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0643f983-57cc-4308-a0bf-d7805e9bc1bf", - "x-ms-ratelimit-remaining-tenant-reads": "11966", - "x-ms-request-id": "westus2:0643f983-57cc-4308-a0bf-d7805e9bc1bf", - "x-ms-routing-request-id": "WESTUS2:20210712T032307Z:0643f983-57cc-4308-a0bf-d7805e9bc1bf" + "x-ms-correlation-request-id": "55075598-b5f7-4627-a266-9d7b6b5fb249", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:55075598-b5f7-4627-a266-9d7b6b5fb249", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024441Z:55075598-b5f7-4627-a266-9d7b6b5fb249" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-d5fde94236d3e846-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7363014008387644239bb576b2a9544d", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-ef11ec923797eb42-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "251fa6a7ce25d3c75d2844d3d03b22b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1524c7b6-de77-474a-8fc6-f4b0e2072e00", + "client-request-id": "bca0d7d2-950e-45d5-b965-0eab9eafbe3f", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:08 GMT", + "Date": "Thu, 14 Oct 2021 02:44:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1524c7b6-de77-474a-8fc6-f4b0e2072e00", + "request-id": "bca0d7d2-950e-45d5-b965-0eab9eafbe3f", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1524c7b6-de77-474a-8fc6-f4b0e2072e00", - "x-ms-ratelimit-remaining-tenant-reads": "11965", - "x-ms-request-id": "westus2:1524c7b6-de77-474a-8fc6-f4b0e2072e00", - "x-ms-routing-request-id": "WESTUS2:20210712T032308Z:1524c7b6-de77-474a-8fc6-f4b0e2072e00" + "x-ms-correlation-request-id": "bca0d7d2-950e-45d5-b965-0eab9eafbe3f", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:bca0d7d2-950e-45d5-b965-0eab9eafbe3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024443Z:bca0d7d2-950e-45d5-b965-0eab9eafbe3f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-cba327ff513d8c4f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "871f3574954084abcad61e0f32d136a9", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-f6c195df54cbd04e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9c6aa74a47c4af3a79a3765e07f7224c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "10e9ee9a-84c4-4e01-b476-365086bdbf6a", + "client-request-id": "d729f826-2e24-4dc1-9564-ca165cee7b54", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:09 GMT", + "Date": "Thu, 14 Oct 2021 02:44:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "10e9ee9a-84c4-4e01-b476-365086bdbf6a", + "request-id": "d729f826-2e24-4dc1-9564-ca165cee7b54", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10e9ee9a-84c4-4e01-b476-365086bdbf6a", - "x-ms-ratelimit-remaining-tenant-reads": "11964", - "x-ms-request-id": "westus2:10e9ee9a-84c4-4e01-b476-365086bdbf6a", - "x-ms-routing-request-id": "WESTUS2:20210712T032309Z:10e9ee9a-84c4-4e01-b476-365086bdbf6a" + "x-ms-correlation-request-id": "d729f826-2e24-4dc1-9564-ca165cee7b54", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:d729f826-2e24-4dc1-9564-ca165cee7b54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024444Z:d729f826-2e24-4dc1-9564-ca165cee7b54" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-16d380491406944a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4864f7eb129b29ab550e3744ecdd9b9b", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-e5278592b3b5e34e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "61ca8168d29e296b4c4421f815c94961", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "25702b73-0cb7-46f8-9727-cebe0cd282e6", + "client-request-id": "627f9f6c-a99d-4c7d-bc4a-3b8d011080ee", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:10 GMT", + "Date": "Thu, 14 Oct 2021 02:44:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "25702b73-0cb7-46f8-9727-cebe0cd282e6", + "request-id": "627f9f6c-a99d-4c7d-bc4a-3b8d011080ee", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25702b73-0cb7-46f8-9727-cebe0cd282e6", - "x-ms-ratelimit-remaining-tenant-reads": "11963", - "x-ms-request-id": "westus2:25702b73-0cb7-46f8-9727-cebe0cd282e6", - "x-ms-routing-request-id": "WESTUS2:20210712T032310Z:25702b73-0cb7-46f8-9727-cebe0cd282e6" + "x-ms-correlation-request-id": "627f9f6c-a99d-4c7d-bc4a-3b8d011080ee", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:627f9f6c-a99d-4c7d-bc4a-3b8d011080ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024446Z:627f9f6c-a99d-4c7d-bc4a-3b8d011080ee" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-e3d71a3f6ec0db44-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e02a64b3d49ab9555dea961e9354352", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-ee46f6f4088c7d48-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "10c1c7350da160fb6c70ac815869cb65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "508f77aa-8b42-4a45-b5ad-d771cdb784af", + "client-request-id": "65e8cbfb-225c-4f60-bcaa-bc0e8f8d0eac", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:11 GMT", + "Date": "Thu, 14 Oct 2021 02:44:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "508f77aa-8b42-4a45-b5ad-d771cdb784af", + "request-id": "65e8cbfb-225c-4f60-bcaa-bc0e8f8d0eac", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "508f77aa-8b42-4a45-b5ad-d771cdb784af", - "x-ms-ratelimit-remaining-tenant-reads": "11962", - "x-ms-request-id": "westus2:508f77aa-8b42-4a45-b5ad-d771cdb784af", - "x-ms-routing-request-id": "WESTUS2:20210712T032312Z:508f77aa-8b42-4a45-b5ad-d771cdb784af" + "x-ms-correlation-request-id": "65e8cbfb-225c-4f60-bcaa-bc0e8f8d0eac", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:65e8cbfb-225c-4f60-bcaa-bc0e8f8d0eac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024447Z:65e8cbfb-225c-4f60-bcaa-bc0e8f8d0eac" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-b312a9d6e3fc4c43-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba8a0b640c4462b189f631325e6697ec", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-ea148b35e1a90f44-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4e6bf705c07077143c414f80254199af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "f65ff7b7-7eea-4b43-b41f-23c1c02b404e", + "client-request-id": "659e0669-835e-40d1-ab6c-c114e588de80", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:12 GMT", + "Date": "Thu, 14 Oct 2021 02:44:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "f65ff7b7-7eea-4b43-b41f-23c1c02b404e", + "request-id": "659e0669-835e-40d1-ab6c-c114e588de80", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f65ff7b7-7eea-4b43-b41f-23c1c02b404e", - "x-ms-ratelimit-remaining-tenant-reads": "11961", - "x-ms-request-id": "westus2:f65ff7b7-7eea-4b43-b41f-23c1c02b404e", - "x-ms-routing-request-id": "WESTUS2:20210712T032313Z:f65ff7b7-7eea-4b43-b41f-23c1c02b404e" + "x-ms-correlation-request-id": "659e0669-835e-40d1-ab6c-c114e588de80", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:659e0669-835e-40d1-ab6c-c114e588de80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024449Z:659e0669-835e-40d1-ab6c-c114e588de80" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-76345eab3fefcd4f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8bc3833b17cead6061b9f2bd684a3f20", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-7c090dfd6e8da544-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "3f28155911355aab866af52e26e9d1e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "d9c486d2-d7b3-4e8d-b542-2558a2a528fb", + "client-request-id": "3da70411-3352-4a46-b2cf-ff1dbdee7f9d", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:13 GMT", + "Date": "Thu, 14 Oct 2021 02:44:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "d9c486d2-d7b3-4e8d-b542-2558a2a528fb", + "request-id": "3da70411-3352-4a46-b2cf-ff1dbdee7f9d", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9c486d2-d7b3-4e8d-b542-2558a2a528fb", - "x-ms-ratelimit-remaining-tenant-reads": "11960", - "x-ms-request-id": "westus2:d9c486d2-d7b3-4e8d-b542-2558a2a528fb", - "x-ms-routing-request-id": "WESTUS2:20210712T032314Z:d9c486d2-d7b3-4e8d-b542-2558a2a528fb" + "x-ms-correlation-request-id": "3da70411-3352-4a46-b2cf-ff1dbdee7f9d", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:3da70411-3352-4a46-b2cf-ff1dbdee7f9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024450Z:3da70411-3352-4a46-b2cf-ff1dbdee7f9d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-ba1fc9ebcbc4ba4f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0e0e4cae0533f56f4a094520c634cef", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-dfca271f251ce645-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1ef2bb78fb5e75f0b34ad45fbe7b3a2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "06381a57-59bf-4533-8c15-137a4a159ca5", + "client-request-id": "7bc84074-bf76-49cd-98f5-6e2c032a369a", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:14 GMT", + "Date": "Thu, 14 Oct 2021 02:44:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "06381a57-59bf-4533-8c15-137a4a159ca5", + "request-id": "7bc84074-bf76-49cd-98f5-6e2c032a369a", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06381a57-59bf-4533-8c15-137a4a159ca5", - "x-ms-ratelimit-remaining-tenant-reads": "11959", - "x-ms-request-id": "westus2:06381a57-59bf-4533-8c15-137a4a159ca5", - "x-ms-routing-request-id": "WESTUS2:20210712T032315Z:06381a57-59bf-4533-8c15-137a4a159ca5" + "x-ms-correlation-request-id": "7bc84074-bf76-49cd-98f5-6e2c032a369a", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:7bc84074-bf76-49cd-98f5-6e2c032a369a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024452Z:7bc84074-bf76-49cd-98f5-6e2c032a369a" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-79a3796fd078464d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6525bd47b7714c83abdc588b19f4f93f", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-dc7c2773bae31141-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4327fcd68c40f42f4c10c706cbe55152", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "695aefe8-e9be-4382-a4c6-eaab6aaba1fe", + "client-request-id": "72abb508-4e20-450a-8b84-46796f7f6ad5", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:15 GMT", + "Date": "Thu, 14 Oct 2021 02:44:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "695aefe8-e9be-4382-a4c6-eaab6aaba1fe", + "request-id": "72abb508-4e20-450a-8b84-46796f7f6ad5", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "695aefe8-e9be-4382-a4c6-eaab6aaba1fe", - "x-ms-ratelimit-remaining-tenant-reads": "11958", - "x-ms-request-id": "westus2:695aefe8-e9be-4382-a4c6-eaab6aaba1fe", - "x-ms-routing-request-id": "WESTUS2:20210712T032316Z:695aefe8-e9be-4382-a4c6-eaab6aaba1fe" + "x-ms-correlation-request-id": "72abb508-4e20-450a-8b84-46796f7f6ad5", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:72abb508-4e20-450a-8b84-46796f7f6ad5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024453Z:72abb508-4e20-450a-8b84-46796f7f6ad5" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-39f57573627d584a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "796810b7b6865a992d84972e820da1fe", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-f351f04f22583547-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "69076b707b4f5e5024b28ceb3d4b9b0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "62eaeb21-a46f-4488-80d2-bb827814f143", + "client-request-id": "c5da5975-e216-4c0c-8102-f59d8e93924b", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:17 GMT", + "Date": "Thu, 14 Oct 2021 02:44:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "62eaeb21-a46f-4488-80d2-bb827814f143", + "request-id": "c5da5975-e216-4c0c-8102-f59d8e93924b", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62eaeb21-a46f-4488-80d2-bb827814f143", - "x-ms-ratelimit-remaining-tenant-reads": "11957", - "x-ms-request-id": "westus2:62eaeb21-a46f-4488-80d2-bb827814f143", - "x-ms-routing-request-id": "WESTUS2:20210712T032317Z:62eaeb21-a46f-4488-80d2-bb827814f143" + "x-ms-correlation-request-id": "c5da5975-e216-4c0c-8102-f59d8e93924b", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:c5da5975-e216-4c0c-8102-f59d8e93924b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024455Z:c5da5975-e216-4c0c-8102-f59d8e93924b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-1051839cad0a8845-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab75036cd92413af6193357688cb2500", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-4c9f48fa7b2a414c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2958ca308dc1eca38cfed24d33eaaace", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1127cfc7-b15e-43a3-97aa-16f4537353ef", + "client-request-id": "13c6974a-44d9-4f31-8865-32ed61c767d0", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:18 GMT", + "Date": "Thu, 14 Oct 2021 02:44:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1127cfc7-b15e-43a3-97aa-16f4537353ef", + "request-id": "13c6974a-44d9-4f31-8865-32ed61c767d0", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1127cfc7-b15e-43a3-97aa-16f4537353ef", - "x-ms-ratelimit-remaining-tenant-reads": "11956", - "x-ms-request-id": "westus2:1127cfc7-b15e-43a3-97aa-16f4537353ef", - "x-ms-routing-request-id": "WESTUS2:20210712T032318Z:1127cfc7-b15e-43a3-97aa-16f4537353ef" + "x-ms-correlation-request-id": "13c6974a-44d9-4f31-8865-32ed61c767d0", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:13c6974a-44d9-4f31-8865-32ed61c767d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024456Z:13c6974a-44d9-4f31-8865-32ed61c767d0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-f99ca447382c244b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb9b55a6d3fb906824ca38ec2054c99e", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-c5dc7966c5dc1d45-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "52ef82f9d0735adbacc91e8e0043b600", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "319a8943-1286-4528-b000-4f9a2b0f8040", + "client-request-id": "4dac6608-6698-45c9-94d2-52b79a4f96bf", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:19 GMT", + "Date": "Thu, 14 Oct 2021 02:44:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "319a8943-1286-4528-b000-4f9a2b0f8040", + "request-id": "4dac6608-6698-45c9-94d2-52b79a4f96bf", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "319a8943-1286-4528-b000-4f9a2b0f8040", - "x-ms-ratelimit-remaining-tenant-reads": "11955", - "x-ms-request-id": "westus2:319a8943-1286-4528-b000-4f9a2b0f8040", - "x-ms-routing-request-id": "WESTUS2:20210712T032320Z:319a8943-1286-4528-b000-4f9a2b0f8040" + "x-ms-correlation-request-id": "4dac6608-6698-45c9-94d2-52b79a4f96bf", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:4dac6608-6698-45c9-94d2-52b79a4f96bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024458Z:4dac6608-6698-45c9-94d2-52b79a4f96bf" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-1b72e59b1ec6c340-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "161e593a4e7fdd1b605418f38122d262", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-24f2c69861bf9a4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "00d5bd74278de290c81bdd51a9022b3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "b8a52afc-86ff-43ca-9ef6-17cc2fe9138d", + "client-request-id": "12bbedf6-755e-4729-9ea4-13e2ad8fab9e", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:20 GMT", + "Date": "Thu, 14 Oct 2021 02:44:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "b8a52afc-86ff-43ca-9ef6-17cc2fe9138d", + "request-id": "12bbedf6-755e-4729-9ea4-13e2ad8fab9e", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8a52afc-86ff-43ca-9ef6-17cc2fe9138d", - "x-ms-ratelimit-remaining-tenant-reads": "11954", - "x-ms-request-id": "westus2:b8a52afc-86ff-43ca-9ef6-17cc2fe9138d", - "x-ms-routing-request-id": "WESTUS2:20210712T032321Z:b8a52afc-86ff-43ca-9ef6-17cc2fe9138d" + "x-ms-correlation-request-id": "12bbedf6-755e-4729-9ea4-13e2ad8fab9e", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:12bbedf6-755e-4729-9ea4-13e2ad8fab9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024459Z:12bbedf6-755e-4729-9ea4-13e2ad8fab9e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-d9860cabc98b8f42-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d88975ea67199039be48759a1c3f20c", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-3c20dda7bce3e246-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "bbf2bd08495c5f96effd7df86f15ec48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "101cf356-25d9-4f34-b831-1cc13ee3367e", + "client-request-id": "0608b3d1-ce45-499a-8dd8-499f4d04659b", "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:21 GMT", + "Date": "Thu, 14 Oct 2021 02:45:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-3064?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "101cf356-25d9-4f34-b831-1cc13ee3367e", + "request-id": "0608b3d1-ce45-499a-8dd8-499f4d04659b", "Retry-After": "10", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "101cf356-25d9-4f34-b831-1cc13ee3367e", - "x-ms-ratelimit-remaining-tenant-reads": "11953", - "x-ms-request-id": "westus2:101cf356-25d9-4f34-b831-1cc13ee3367e", - "x-ms-routing-request-id": "WESTUS2:20210712T032322Z:101cf356-25d9-4f34-b831-1cc13ee3367e" + "x-ms-correlation-request-id": "0608b3d1-ce45-499a-8dd8-499f4d04659b", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:0608b3d1-ce45-499a-8dd8-499f4d04659b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024501Z:0608b3d1-ce45-499a-8dd8-499f4d04659b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-095e050c4f2d2c48-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e3b97c90fac588039be9aa6ba750f01", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-943a41d28cf5da4e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "75d9d147a914d140f10c8a58f28ab1a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "c1173da3-8f97-4d84-acb9-b40a177e1013", - "Content-Length": "163", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c1173da3-8f97-4d84-acb9-b40a177e1013", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1173da3-8f97-4d84-acb9-b40a177e1013", - "x-ms-ratelimit-remaining-tenant-reads": "11952", - "x-ms-request-id": "westus2:c1173da3-8f97-4d84-acb9-b40a177e1013", - "x-ms-routing-request-id": "WESTUS2:20210712T032323Z:c1173da3-8f97-4d84-acb9-b40a177e1013" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-436ad286af8b8646-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "898dd6f89bcc942c56857b9ac7c23b9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "client-request-id": "5ab12bf0-fc03-4ccc-a796-52a788aa6ea0", + "client-request-id": "8980dc29-12d3-4d05-a679-ca9a96db2436", "Content-Length": "382", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:24 GMT", + "Date": "Thu, 14 Oct 2021 02:45:04 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "5ab12bf0-fc03-4ccc-a796-52a788aa6ea0", + "request-id": "8980dc29-12d3-4d05-a679-ca9a96db2436", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ab12bf0-fc03-4ccc-a796-52a788aa6ea0", - "x-ms-ratelimit-remaining-tenant-reads": "11951", - "x-ms-request-id": "westus2:5ab12bf0-fc03-4ccc-a796-52a788aa6ea0", - "x-ms-routing-request-id": "WESTUS2:20210712T032324Z:5ab12bf0-fc03-4ccc-a796-52a788aa6ea0" + "x-ms-correlation-request-id": "8980dc29-12d3-4d05-a679-ca9a96db2436", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:8980dc29-12d3-4d05-a679-ca9a96db2436", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024504Z:8980dc29-12d3-4d05-a679-ca9a96db2436" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-6022", - "name": "mgmt-group-6022", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-3064", + "name": "mgmt-group-3064", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-6022", + "displayName": "mgmt-group-3064", "details": { "version": 1, - "updatedTime": "2021-07-12T03:23:06.8979418Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "updatedTime": "2021-10-14T02:44:45.0172308Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3c49e90672fc43ae36d7e5023e7a31-51f27f19a609f049-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea290c62a4e74fb6162ff4b30b5ddf25", + "traceparent": "00-6081ca4fcc8ee644b53a9e2f1a802597-a02ac64f0204af47-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4285e39efb512ba326761190aa9772b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "55032bc7-e1b0-4313-b4ab-085e6878381b", + "client-request-id": "bc8f5e44-6791-4bff-bb60-c1d45e361140", "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:24 GMT", + "Date": "Thu, 14 Oct 2021 02:45:04 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "55032bc7-e1b0-4313-b4ab-085e6878381b", + "request-id": "bc8f5e44-6791-4bff-bb60-c1d45e361140", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55032bc7-e1b0-4313-b4ab-085e6878381b", - "x-ms-ratelimit-remaining-tenant-reads": "11950", - "x-ms-request-id": "westus2:55032bc7-e1b0-4313-b4ab-085e6878381b", - "x-ms-routing-request-id": "WESTUS2:20210712T032324Z:55032bc7-e1b0-4313-b4ab-085e6878381b" + "x-ms-correlation-request-id": "bc8f5e44-6791-4bff-bb60-c1d45e361140", + "x-ms-ratelimit-remaining-tenant-reads": "11983", + "x-ms-request-id": "southeastasia:bc8f5e44-6791-4bff-bb60-c1d45e361140", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024504Z:bc8f5e44-6791-4bff-bb60-c1d45e361140" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6022", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3064", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-6022", + "name": "mgmt-group-3064", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-6022", + "displayName": "mgmt-group-3064", "details": { "version": 1, - "updatedTime": "2021-07-12T03:23:06.8979418Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:44:45.0172308Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1005,16 +781,19 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-6022?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-3064?api-version=2021-04-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-3d8601103612b044bb0b0db0e1afac00-b3c801b8899d664a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cb6185d569352d3f6aa6d72694e69177", + "traceparent": "00-4b79f28d4c921b4990d83ac381e6a927-6a3b7e8b9c7eb048-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d709952fb5295f257d20c94fbe3e6c64", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1023,34 +802,34 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "de329d58-008b-4613-af19-06223e3412cf", + "client-request-id": "1f65ce73-0883-4939-8a09-57be99fc63d7", "Content-Length": "566", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:23:29 GMT", + "Date": "Thu, 14 Oct 2021 02:45:09 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "de329d58-008b-4613-af19-06223e3412cf", + "request-id": "1f65ce73-0883-4939-8a09-57be99fc63d7", + "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.2357", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de329d58-008b-4613-af19-06223e3412cf", + "x-ms-correlation-request-id": "1f65ce73-0883-4939-8a09-57be99fc63d7", "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-writes": "1197", - "x-ms-request-id": "westus2:de329d58-008b-4613-af19-06223e3412cf", - "x-ms-routing-request-id": "WESTUS2:20210712T032330Z:de329d58-008b-4613-af19-06223e3412cf" + "x-ms-ratelimit-remaining-tenant-writes": "1198", + "x-ms-request-id": "southeastasia:1f65ce73-0883-4939-8a09-57be99fc63d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024509Z:1f65ce73-0883-4939-8a09-57be99fc63d7" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-6022", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-3064", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-6022", + "name": "mgmt-group-3064", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "displayName": "New Display Name", "details": { "version": 2, - "updatedTime": "2021-07-12T03:23:25.2873341Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:45:05.2201733Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1062,7 +841,8 @@ } ], "Variables": { - "RandomSeed": "120121711", + "RandomSeed": "1245477470", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/UpdateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/UpdateAsync.json index 8a4f09c53fdcd..40785d5378d8f 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/UpdateAsync.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ManagementGroupOperationsTests/UpdateAsync.json @@ -1,61 +1,19 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee9f754cfb38551bb114baecf8c8c9bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "466d8d20-15f1-4ced-abb1-188a0db9c2c6", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "466d8d20-15f1-4ced-abb1-188a0db9c2c6", - "x-ms-routing-request-id": "WESTUS2:20210712T032841Z:466d8d20-15f1-4ced-abb1-188a0db9c2c6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK sandbox", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-3ebe14dbe4791f4f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc0484f450a5ab31b345fdefb0d9d9c7", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-eedbd1eb6c9ab642-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "dd1129aaa8909d2f08f5e9f3e9950b13", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,899 +21,713 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "18d77971-c188-4a2c-8285-fe0b9f2c064d", - "Content-Length": "165", + "client-request-id": "740c7a71-fea7-4f0c-b48c-274700c8b364", + "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:41 GMT", + "Date": "Thu, 14 Oct 2021 02:46:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "18d77971-c188-4a2c-8285-fe0b9f2c064d", + "request-id": "740c7a71-fea7-4f0c-b48c-274700c8b364", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18d77971-c188-4a2c-8285-fe0b9f2c064d", - "x-ms-ratelimit-remaining-managementgroups-requests": "57", - "x-ms-ratelimit-remaining-tenant-writes": "1197", - "x-ms-request-id": "westus2:18d77971-c188-4a2c-8285-fe0b9f2c064d", - "x-ms-routing-request-id": "WESTUS2:20210712T032841Z:18d77971-c188-4a2c-8285-fe0b9f2c064d" + "x-ms-correlation-request-id": "740c7a71-fea7-4f0c-b48c-274700c8b364", + "x-ms-ratelimit-remaining-managementgroups-requests": "58", + "x-ms-ratelimit-remaining-tenant-writes": "1199", + "x-ms-request-id": "southeastasia:740c7a71-fea7-4f0c-b48c-274700c8b364", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024639Z:740c7a71-fea7-4f0c-b48c-274700c8b364" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-185", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1261", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-185", + "name": "mgmt-group-1261", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-31fd75a726a7124c-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93467a64f51525a66d4285b61e65013a", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-a6a89478c94bd04d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "698e6f1a041301f206f38532b4c5e986", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "1b0db099-a7cd-4331-91a3-ba0f3fe9f937", - "Content-Length": "164", + "client-request-id": "3bc4a50b-8a54-4b02-aad8-e59907cc2e47", + "Content-Length": "166", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:41 GMT", + "Date": "Thu, 14 Oct 2021 02:46:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "1b0db099-a7cd-4331-91a3-ba0f3fe9f937", + "request-id": "3bc4a50b-8a54-4b02-aad8-e59907cc2e47", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b0db099-a7cd-4331-91a3-ba0f3fe9f937", - "x-ms-ratelimit-remaining-tenant-reads": "11946", - "x-ms-request-id": "westus2:1b0db099-a7cd-4331-91a3-ba0f3fe9f937", - "x-ms-routing-request-id": "WESTUS2:20210712T032841Z:1b0db099-a7cd-4331-91a3-ba0f3fe9f937" + "x-ms-correlation-request-id": "3bc4a50b-8a54-4b02-aad8-e59907cc2e47", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "southeastasia:3bc4a50b-8a54-4b02-aad8-e59907cc2e47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024640Z:3bc4a50b-8a54-4b02-aad8-e59907cc2e47" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "NotStarted" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-bd0d796f60d00449-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "70f724e0e6fa2d3421de701f0b02220e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "5f6e3ffe-90ee-4052-ab71-9df004aaf6ae", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "5f6e3ffe-90ee-4052-ab71-9df004aaf6ae", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f6e3ffe-90ee-4052-ab71-9df004aaf6ae", - "x-ms-ratelimit-remaining-tenant-reads": "11945", - "x-ms-request-id": "westus2:5f6e3ffe-90ee-4052-ab71-9df004aaf6ae", - "x-ms-routing-request-id": "WESTUS2:20210712T032843Z:5f6e3ffe-90ee-4052-ab71-9df004aaf6ae" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-e3fc7c25ae80694d-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "358bf88d45920bb2b1a968b841ab0705", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "c013dc5d-9cf5-478a-b7a8-a5ba43bb7923", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "c013dc5d-9cf5-478a-b7a8-a5ba43bb7923", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c013dc5d-9cf5-478a-b7a8-a5ba43bb7923", - "x-ms-ratelimit-remaining-tenant-reads": "11944", - "x-ms-request-id": "westus2:c013dc5d-9cf5-478a-b7a8-a5ba43bb7923", - "x-ms-routing-request-id": "WESTUS2:20210712T032844Z:c013dc5d-9cf5-478a-b7a8-a5ba43bb7923" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-dcd4a1f710aa874b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "634e098547ad7e0a461971368487196b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "69320431-440a-480b-bc72-64fca400317f", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "69320431-440a-480b-bc72-64fca400317f", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69320431-440a-480b-bc72-64fca400317f", - "x-ms-ratelimit-remaining-tenant-reads": "11943", - "x-ms-request-id": "westus2:69320431-440a-480b-bc72-64fca400317f", - "x-ms-routing-request-id": "WESTUS2:20210712T032845Z:69320431-440a-480b-bc72-64fca400317f" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-45e004788aa99c49-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "26287720cbda9ba772ecbf507d7bec75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "b29233b0-8af9-47a5-b66a-aec220bd67e2", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "b29233b0-8af9-47a5-b66a-aec220bd67e2", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b29233b0-8af9-47a5-b66a-aec220bd67e2", - "x-ms-ratelimit-remaining-tenant-reads": "11942", - "x-ms-request-id": "westus2:b29233b0-8af9-47a5-b66a-aec220bd67e2", - "x-ms-routing-request-id": "WESTUS2:20210712T032846Z:b29233b0-8af9-47a5-b66a-aec220bd67e2" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-6ec042cd2961e541-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02996ad7bfb44660ed0cee79d37b8629", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "83307294-521d-4151-b4e0-fe2a8c1d302f", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "83307294-521d-4151-b4e0-fe2a8c1d302f", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83307294-521d-4151-b4e0-fe2a8c1d302f", - "x-ms-ratelimit-remaining-tenant-reads": "11941", - "x-ms-request-id": "westus2:83307294-521d-4151-b4e0-fe2a8c1d302f", - "x-ms-routing-request-id": "WESTUS2:20210712T032847Z:83307294-521d-4151-b4e0-fe2a8c1d302f" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-f5848709dec93943-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c998fc90e083b92b61b2f1c087b900ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Cache-Control": "no-cache", - "client-request-id": "94a6fb79-5857-46e2-a6a1-827f38b8721c", - "Content-Length": "161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", - "Pragma": "no-cache", - "request-id": "94a6fb79-5857-46e2-a6a1-827f38b8721c", - "Retry-After": "10", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94a6fb79-5857-46e2-a6a1-827f38b8721c", - "x-ms-ratelimit-remaining-tenant-reads": "11940", - "x-ms-request-id": "westus2:94a6fb79-5857-46e2-a6a1-827f38b8721c", - "x-ms-routing-request-id": "WESTUS2:20210712T032848Z:94a6fb79-5857-46e2-a6a1-827f38b8721c" - }, - "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", - "status": "Running" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-8f46a563a4ea254a-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "195ffb2c16ee60b716e238cddd2ec8f6", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-cb414b726d75d74e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ecffd898a86d0db8fbd6a8ff5bf502ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "773ebc99-6b6d-48fd-8af1-0255456b8ac1", - "Content-Length": "161", + "client-request-id": "14818c96-8ae9-4ac2-84ca-2987b3cc4d62", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:49 GMT", + "Date": "Thu, 14 Oct 2021 02:46:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "773ebc99-6b6d-48fd-8af1-0255456b8ac1", + "request-id": "14818c96-8ae9-4ac2-84ca-2987b3cc4d62", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "773ebc99-6b6d-48fd-8af1-0255456b8ac1", - "x-ms-ratelimit-remaining-tenant-reads": "11939", - "x-ms-request-id": "westus2:773ebc99-6b6d-48fd-8af1-0255456b8ac1", - "x-ms-routing-request-id": "WESTUS2:20210712T032849Z:773ebc99-6b6d-48fd-8af1-0255456b8ac1" + "x-ms-correlation-request-id": "14818c96-8ae9-4ac2-84ca-2987b3cc4d62", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "southeastasia:14818c96-8ae9-4ac2-84ca-2987b3cc4d62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024641Z:14818c96-8ae9-4ac2-84ca-2987b3cc4d62" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-b48c15b6982d3c44-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80bf956522e3f6f23fdfa001cea0be33", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-3a4ee7b49b818a4a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7ad88acda207490056987a3017fb866f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "49fe0856-1a70-42e4-b93e-ab3265f01166", - "Content-Length": "161", + "client-request-id": "1dd4cdd8-a0ff-4435-adec-6a8b1ab733d0", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:50 GMT", + "Date": "Thu, 14 Oct 2021 02:46:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "49fe0856-1a70-42e4-b93e-ab3265f01166", + "request-id": "1dd4cdd8-a0ff-4435-adec-6a8b1ab733d0", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49fe0856-1a70-42e4-b93e-ab3265f01166", - "x-ms-ratelimit-remaining-tenant-reads": "11938", - "x-ms-request-id": "westus2:49fe0856-1a70-42e4-b93e-ab3265f01166", - "x-ms-routing-request-id": "WESTUS2:20210712T032850Z:49fe0856-1a70-42e4-b93e-ab3265f01166" + "x-ms-correlation-request-id": "1dd4cdd8-a0ff-4435-adec-6a8b1ab733d0", + "x-ms-ratelimit-remaining-tenant-reads": "11997", + "x-ms-request-id": "southeastasia:1dd4cdd8-a0ff-4435-adec-6a8b1ab733d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024643Z:1dd4cdd8-a0ff-4435-adec-6a8b1ab733d0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-30dadd9142510145-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d74c230c6d1b7a3b4537b2a0a75ddc32", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-1d0589ff6dcd954d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c2a1c6a73b0971f2b6806e3d5cf2a610", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "d5858305-da15-4b31-b483-f9f5ca07e456", - "Content-Length": "161", + "client-request-id": "9194c1a1-531c-4146-8634-62e07e35a69b", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:51 GMT", + "Date": "Thu, 14 Oct 2021 02:46:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "d5858305-da15-4b31-b483-f9f5ca07e456", + "request-id": "9194c1a1-531c-4146-8634-62e07e35a69b", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5858305-da15-4b31-b483-f9f5ca07e456", - "x-ms-ratelimit-remaining-tenant-reads": "11937", - "x-ms-request-id": "westus2:d5858305-da15-4b31-b483-f9f5ca07e456", - "x-ms-routing-request-id": "WESTUS2:20210712T032852Z:d5858305-da15-4b31-b483-f9f5ca07e456" + "x-ms-correlation-request-id": "9194c1a1-531c-4146-8634-62e07e35a69b", + "x-ms-ratelimit-remaining-tenant-reads": "11996", + "x-ms-request-id": "southeastasia:9194c1a1-531c-4146-8634-62e07e35a69b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024644Z:9194c1a1-531c-4146-8634-62e07e35a69b" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-1a51443dcc6f9048-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f25afaea7ffa0ae60969d90e75b59276", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-eb5a884af3760348-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "2a6586f06fedf67fd8b695d42e87f5ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "2d556ded-3dff-4f61-816c-7ebc1add0fd2", - "Content-Length": "161", + "client-request-id": "80ca73c3-4161-4338-b7ed-7001bd0721b8", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:52 GMT", + "Date": "Thu, 14 Oct 2021 02:46:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "2d556ded-3dff-4f61-816c-7ebc1add0fd2", + "request-id": "80ca73c3-4161-4338-b7ed-7001bd0721b8", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d556ded-3dff-4f61-816c-7ebc1add0fd2", - "x-ms-ratelimit-remaining-tenant-reads": "11936", - "x-ms-request-id": "westus2:2d556ded-3dff-4f61-816c-7ebc1add0fd2", - "x-ms-routing-request-id": "WESTUS2:20210712T032853Z:2d556ded-3dff-4f61-816c-7ebc1add0fd2" + "x-ms-correlation-request-id": "80ca73c3-4161-4338-b7ed-7001bd0721b8", + "x-ms-ratelimit-remaining-tenant-reads": "11995", + "x-ms-request-id": "southeastasia:80ca73c3-4161-4338-b7ed-7001bd0721b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024646Z:80ca73c3-4161-4338-b7ed-7001bd0721b8" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-dcd924baddb65946-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9c10524f0e1f8da59453bac70524ee2", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-0d07f6ff8329db46-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9557384f405391f69866c38633c3ed63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "6fa71914-d193-4c6c-af7c-9584e0c5ba6f", - "Content-Length": "161", + "client-request-id": "c2a8da12-fb78-4f91-8f4a-73f797724b7e", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:54 GMT", + "Date": "Thu, 14 Oct 2021 02:46:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "6fa71914-d193-4c6c-af7c-9584e0c5ba6f", + "request-id": "c2a8da12-fb78-4f91-8f4a-73f797724b7e", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fa71914-d193-4c6c-af7c-9584e0c5ba6f", - "x-ms-ratelimit-remaining-tenant-reads": "11935", - "x-ms-request-id": "westus2:6fa71914-d193-4c6c-af7c-9584e0c5ba6f", - "x-ms-routing-request-id": "WESTUS2:20210712T032854Z:6fa71914-d193-4c6c-af7c-9584e0c5ba6f" + "x-ms-correlation-request-id": "c2a8da12-fb78-4f91-8f4a-73f797724b7e", + "x-ms-ratelimit-remaining-tenant-reads": "11994", + "x-ms-request-id": "southeastasia:c2a8da12-fb78-4f91-8f4a-73f797724b7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024647Z:c2a8da12-fb78-4f91-8f4a-73f797724b7e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-fb6fd494ae11654f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3176d02cc458d393c42ceb2932d048f", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-9770ac61a890c14e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "913f69f25b96388246abea53a61d432f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "9befbedd-c955-4017-882f-3df83a0d8886", - "Content-Length": "161", + "client-request-id": "c43c12bf-a597-4dde-92ca-bdbffa005e41", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:55 GMT", + "Date": "Thu, 14 Oct 2021 02:46:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "9befbedd-c955-4017-882f-3df83a0d8886", + "request-id": "c43c12bf-a597-4dde-92ca-bdbffa005e41", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9befbedd-c955-4017-882f-3df83a0d8886", - "x-ms-ratelimit-remaining-tenant-reads": "11934", - "x-ms-request-id": "westus2:9befbedd-c955-4017-882f-3df83a0d8886", - "x-ms-routing-request-id": "WESTUS2:20210712T032855Z:9befbedd-c955-4017-882f-3df83a0d8886" + "x-ms-correlation-request-id": "c43c12bf-a597-4dde-92ca-bdbffa005e41", + "x-ms-ratelimit-remaining-tenant-reads": "11993", + "x-ms-request-id": "southeastasia:c43c12bf-a597-4dde-92ca-bdbffa005e41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024649Z:c43c12bf-a597-4dde-92ca-bdbffa005e41" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-1ecc8164d7afea42-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a27c3ca5229cf951206298b4433a99b7", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-d7386f5719811a4c-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "23ed6f8a109bb0bd90d39286abf8c315", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "e3c3afa5-bdb5-4165-941c-23b475a3c674", - "Content-Length": "161", + "client-request-id": "ad89e0ed-a7f7-4c1f-8f66-2f9de5d37f91", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:56 GMT", + "Date": "Thu, 14 Oct 2021 02:46:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "e3c3afa5-bdb5-4165-941c-23b475a3c674", + "request-id": "ad89e0ed-a7f7-4c1f-8f66-2f9de5d37f91", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3c3afa5-bdb5-4165-941c-23b475a3c674", - "x-ms-ratelimit-remaining-tenant-reads": "11933", - "x-ms-request-id": "westus2:e3c3afa5-bdb5-4165-941c-23b475a3c674", - "x-ms-routing-request-id": "WESTUS2:20210712T032856Z:e3c3afa5-bdb5-4165-941c-23b475a3c674" + "x-ms-correlation-request-id": "ad89e0ed-a7f7-4c1f-8f66-2f9de5d37f91", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "southeastasia:ad89e0ed-a7f7-4c1f-8f66-2f9de5d37f91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024650Z:ad89e0ed-a7f7-4c1f-8f66-2f9de5d37f91" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-99929aa590f66343-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "070bf61abe9e5731cb337d9f2227642c", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-24d3b3bbc7bab74b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c4e231c86347f468b51e4ea756a2eb7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "56a4a3dc-3c1e-4537-9571-f3bad289d494", - "Content-Length": "161", + "client-request-id": "10964514-c04b-49ae-9481-0de8fc3e862f", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:57 GMT", + "Date": "Thu, 14 Oct 2021 02:46:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "56a4a3dc-3c1e-4537-9571-f3bad289d494", + "request-id": "10964514-c04b-49ae-9481-0de8fc3e862f", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56a4a3dc-3c1e-4537-9571-f3bad289d494", - "x-ms-ratelimit-remaining-tenant-reads": "11932", - "x-ms-request-id": "westus2:56a4a3dc-3c1e-4537-9571-f3bad289d494", - "x-ms-routing-request-id": "WESTUS2:20210712T032857Z:56a4a3dc-3c1e-4537-9571-f3bad289d494" + "x-ms-correlation-request-id": "10964514-c04b-49ae-9481-0de8fc3e862f", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "southeastasia:10964514-c04b-49ae-9481-0de8fc3e862f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024652Z:10964514-c04b-49ae-9481-0de8fc3e862f" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-4d29a4c5f334f44e-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3307ac41abd5e0461c1eb3e234854902", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-c480239ad4d8924e-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c3fc9323c9d5e1c8ab8f01c2c9fc8d4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "c28ab9e4-db8f-409e-8cc0-f99c5504184e", - "Content-Length": "161", + "client-request-id": "b65a3b1c-e910-4ea9-af25-0385cd698860", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:58 GMT", + "Date": "Thu, 14 Oct 2021 02:46:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "c28ab9e4-db8f-409e-8cc0-f99c5504184e", + "request-id": "b65a3b1c-e910-4ea9-af25-0385cd698860", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c28ab9e4-db8f-409e-8cc0-f99c5504184e", - "x-ms-ratelimit-remaining-tenant-reads": "11931", - "x-ms-request-id": "westus2:c28ab9e4-db8f-409e-8cc0-f99c5504184e", - "x-ms-routing-request-id": "WESTUS2:20210712T032858Z:c28ab9e4-db8f-409e-8cc0-f99c5504184e" + "x-ms-correlation-request-id": "b65a3b1c-e910-4ea9-af25-0385cd698860", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "southeastasia:b65a3b1c-e910-4ea9-af25-0385cd698860", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024653Z:b65a3b1c-e910-4ea9-af25-0385cd698860" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-2247357793c3c74b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c9717a8fc21e6f10b24d768a5b1d7f8", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-7c823f01ac886c4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "748ad4e77e3b26e807f96e7dc2155aed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "ccc2ce99-0466-463b-a75d-980f0e2319e1", - "Content-Length": "161", + "client-request-id": "7366ecaf-2c84-4c9c-8c8d-65883f38ccb0", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:28:59 GMT", + "Date": "Thu, 14 Oct 2021 02:46:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "ccc2ce99-0466-463b-a75d-980f0e2319e1", + "request-id": "7366ecaf-2c84-4c9c-8c8d-65883f38ccb0", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccc2ce99-0466-463b-a75d-980f0e2319e1", - "x-ms-ratelimit-remaining-tenant-reads": "11930", - "x-ms-request-id": "westus2:ccc2ce99-0466-463b-a75d-980f0e2319e1", - "x-ms-routing-request-id": "WESTUS2:20210712T032859Z:ccc2ce99-0466-463b-a75d-980f0e2319e1" + "x-ms-correlation-request-id": "7366ecaf-2c84-4c9c-8c8d-65883f38ccb0", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "southeastasia:7366ecaf-2c84-4c9c-8c8d-65883f38ccb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024655Z:7366ecaf-2c84-4c9c-8c8d-65883f38ccb0" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-cd1887f7c4d70143-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97726bfe65326fe1b02beb800b4e2345", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-b6e97e3eeac0114a-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "176217e8fffcff3f690018b762a52ab9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "07dbba66-2d58-4ced-9169-e9e67260589c", - "Content-Length": "161", + "client-request-id": "b56935c2-18a5-48ef-a468-63f90750aded", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:29:00 GMT", + "Date": "Thu, 14 Oct 2021 02:46:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "07dbba66-2d58-4ced-9169-e9e67260589c", + "request-id": "b56935c2-18a5-48ef-a468-63f90750aded", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07dbba66-2d58-4ced-9169-e9e67260589c", - "x-ms-ratelimit-remaining-tenant-reads": "11929", - "x-ms-request-id": "westus2:07dbba66-2d58-4ced-9169-e9e67260589c", - "x-ms-routing-request-id": "WESTUS2:20210712T032901Z:07dbba66-2d58-4ced-9169-e9e67260589c" + "x-ms-correlation-request-id": "b56935c2-18a5-48ef-a468-63f90750aded", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "southeastasia:b56935c2-18a5-48ef-a468-63f90750aded", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024656Z:b56935c2-18a5-48ef-a468-63f90750aded" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-abcdeae9ca9a6540-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0af67be9c790450bba2128b0d4dd3a6b", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-1a05432b4a7ce844-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "81c0ff917618a43fabd5bcdc5b4a1f95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "0f660da5-ba38-4e21-8822-8726bfefa9bc", - "Content-Length": "161", + "client-request-id": "5abe707d-3f44-42f3-84ca-6899b0ac218d", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:29:01 GMT", + "Date": "Thu, 14 Oct 2021 02:46:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "0f660da5-ba38-4e21-8822-8726bfefa9bc", + "request-id": "5abe707d-3f44-42f3-84ca-6899b0ac218d", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f660da5-ba38-4e21-8822-8726bfefa9bc", - "x-ms-ratelimit-remaining-tenant-reads": "11928", - "x-ms-request-id": "westus2:0f660da5-ba38-4e21-8822-8726bfefa9bc", - "x-ms-routing-request-id": "WESTUS2:20210712T032902Z:0f660da5-ba38-4e21-8822-8726bfefa9bc" + "x-ms-correlation-request-id": "5abe707d-3f44-42f3-84ca-6899b0ac218d", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "southeastasia:5abe707d-3f44-42f3-84ca-6899b0ac218d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024658Z:5abe707d-3f44-42f3-84ca-6899b0ac218d" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-71ec001065ad5f40-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8e4ba46b21242cf3528ecf61170dabc", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-ec61d80c02c03747-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b1d914357599e751958b0b3a6530c461", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Cache-Control": "no-cache", - "client-request-id": "a3710bf6-d935-4718-9456-6fcdcc385670", - "Content-Length": "161", + "client-request-id": "372f3025-a2e2-430c-8c41-3d8c50e9218e", + "Content-Length": "163", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:29:02 GMT", + "Date": "Thu, 14 Oct 2021 02:46:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-185?api-version=2021-04-01", + "Location": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/managementGroups/mgmt-group-1261?api-version=2021-04-01", "Pragma": "no-cache", - "request-id": "a3710bf6-d935-4718-9456-6fcdcc385670", + "request-id": "372f3025-a2e2-430c-8c41-3d8c50e9218e", "Retry-After": "10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3710bf6-d935-4718-9456-6fcdcc385670", - "x-ms-ratelimit-remaining-tenant-reads": "11927", - "x-ms-request-id": "westus2:a3710bf6-d935-4718-9456-6fcdcc385670", - "x-ms-routing-request-id": "WESTUS2:20210712T032903Z:a3710bf6-d935-4718-9456-6fcdcc385670" + "x-ms-correlation-request-id": "372f3025-a2e2-430c-8c41-3d8c50e9218e", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "southeastasia:372f3025-a2e2-430c-8c41-3d8c50e9218e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024659Z:372f3025-a2e2-430c-8c41-3d8c50e9218e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Running" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-0a9ab8419bb22249-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a7f9101ccba3668602ddc113d309ad2", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-60b41eda7b9b364b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "c2ecb5ced85572d4d8bd6b274362a41e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "e918449b-3dfa-40ae-939d-28fba06fc249", - "Content-Length": "379", + "client-request-id": "1b000cca-f8eb-4d7f-b107-6311294c650e", + "Content-Length": "382", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:29:04 GMT", + "Date": "Thu, 14 Oct 2021 02:47:00 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "e918449b-3dfa-40ae-939d-28fba06fc249", + "request-id": "1b000cca-f8eb-4d7f-b107-6311294c650e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e918449b-3dfa-40ae-939d-28fba06fc249", - "x-ms-ratelimit-remaining-tenant-reads": "11926", - "x-ms-request-id": "westus2:e918449b-3dfa-40ae-939d-28fba06fc249", - "x-ms-routing-request-id": "WESTUS2:20210712T032904Z:e918449b-3dfa-40ae-939d-28fba06fc249" + "x-ms-correlation-request-id": "1b000cca-f8eb-4d7f-b107-6311294c650e", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "southeastasia:1b000cca-f8eb-4d7f-b107-6311294c650e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024701Z:1b000cca-f8eb-4d7f-b107-6311294c650e" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-185", - "name": "mgmt-group-185", + "id": "/providers/Microsoft.Management/operationResults/create/asyncOperation/status/managementGroups/mgmt-group-1261", + "name": "mgmt-group-1261", "status": "Succeeded", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-185", + "displayName": "mgmt-group-1261", "details": { "version": 1, - "updatedTime": "2021-07-12T03:28:47.4712147Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27" + "updatedTime": "2021-10-14T02:46:45.6177766Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0" } } } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-050309f64eccd74daf2509e841be9ef9-1313abfd1aa50448-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "50397ff05a693733abb4d567da143449", + "traceparent": "00-83dfcf847b3c61489d378555a0dae6a4-9e5f99ce7ed2fa40-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "4d8282e079cc1b1faed8ec8d6a043f7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "bfc78ebb-c8eb-4df7-8e0e-4a6f2147b780", - "Content-Length": "562", + "client-request-id": "214ec60c-b7f7-452a-881a-c0cd11218fb6", + "Content-Length": "565", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:29:04 GMT", + "Date": "Thu, 14 Oct 2021 02:47:00 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "bfc78ebb-c8eb-4df7-8e0e-4a6f2147b780", + "request-id": "214ec60c-b7f7-452a-881a-c0cd11218fb6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfc78ebb-c8eb-4df7-8e0e-4a6f2147b780", - "x-ms-ratelimit-remaining-tenant-reads": "11925", - "x-ms-request-id": "westus2:bfc78ebb-c8eb-4df7-8e0e-4a6f2147b780", - "x-ms-routing-request-id": "WESTUS2:20210712T032904Z:bfc78ebb-c8eb-4df7-8e0e-4a6f2147b780" + "x-ms-correlation-request-id": "214ec60c-b7f7-452a-881a-c0cd11218fb6", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "southeastasia:214ec60c-b7f7-452a-881a-c0cd11218fb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024701Z:214ec60c-b7f7-452a-881a-c0cd11218fb6" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-185", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1261", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-185", + "name": "mgmt-group-1261", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "mgmt-group-185", + "displayName": "mgmt-group-1261", "details": { "version": 1, - "updatedTime": "2021-07-12T03:28:47.4712147Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:46:45.6177766Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -966,16 +738,19 @@ } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-185?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.Management/managementGroups/mgmt-group-1261?api-version=2021-04-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/json", - "traceparent": "00-3f29cea6c766c5469cb822bed50d7ff1-93323e9cf107ce4b-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210711.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42af6c46105e7ab052ae68e5d5bd0504", + "traceparent": "00-c5f8a7e12be04548aca49460eb8b4500-92cef8301c36ae45-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211014.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "a50e5b105d5e5d403f67d9db092aa432", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -984,34 +759,34 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "client-request-id": "c8ff8fb3-b667-4334-95e6-20ad55eef375", - "Content-Length": "564", + "client-request-id": "c693f3f0-9440-4fdd-b17e-e3adfc1a6deb", + "Content-Length": "566", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 03:29:09 GMT", + "Date": "Thu, 14 Oct 2021 02:47:02 GMT", "Expires": "-1", "Pragma": "no-cache", - "request-id": "c8ff8fb3-b667-4334-95e6-20ad55eef375", + "request-id": "c693f3f0-9440-4fdd-b17e-e3adfc1a6deb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", - "x-ba-restapi": "1.0.3.1627", + "x-ba-restapi": "1.0.3.1640", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8ff8fb3-b667-4334-95e6-20ad55eef375", + "x-ms-correlation-request-id": "c693f3f0-9440-4fdd-b17e-e3adfc1a6deb", "x-ms-ratelimit-remaining-managementgroups-requests": "59", - "x-ms-ratelimit-remaining-tenant-writes": "1196", - "x-ms-request-id": "westus2:c8ff8fb3-b667-4334-95e6-20ad55eef375", - "x-ms-routing-request-id": "WESTUS2:20210712T032910Z:c8ff8fb3-b667-4334-95e6-20ad55eef375" + "x-ms-ratelimit-remaining-tenant-writes": "1198", + "x-ms-request-id": "southeastasia:c693f3f0-9440-4fdd-b17e-e3adfc1a6deb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211014T024702Z:c693f3f0-9440-4fdd-b17e-e3adfc1a6deb" }, "ResponseBody": { - "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-185", + "id": "/providers/Microsoft.Management/managementGroups/mgmt-group-1261", "type": "Microsoft.Management/managementGroups", - "name": "mgmt-group-185", + "name": "mgmt-group-1261", "properties": { "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "displayName": "New Display Name", "details": { "version": 2, - "updatedTime": "2021-07-12T03:29:05.0746947Z", - "updatedBy": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", + "updatedTime": "2021-10-14T02:47:01.7348519Z", + "updatedBy": "7b8faa77-f564-4284-9992-813b178ef8e0", "parent": { "id": "/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47", "name": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -1023,7 +798,8 @@ } ], "Variables": { - "RandomSeed": "1378822567", + "RandomSeed": "1101282849", + "RESOURCE_MANAGER_URL": "https://management.azure.com", "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/Create.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/Create.json new file mode 100644 index 0000000000000..a49170f1cbd04 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/Create.json @@ -0,0 +1,118 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6a080d3bdcac194cb01f851de1e5fb48-9fb2f8051149de44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "432a8f31014c973e66beb944ce284681", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cb435e6f-acf8-4bf2-8c0d-517e8039c4aa", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "cb435e6f-acf8-4bf2-8c0d-517e8039c4aa", + "x-ms-routing-request-id": "WESTUS2:20211025T182045Z:cb435e6f-acf8-4bf2-8c0d-517e8039c4aa" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4281?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "bf911cdf013d167e53d390c4b6cd7476", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "152", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "25c3aab6-4742-402d-8b7f-858ce0a6d02f", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "25c3aab6-4742-402d-8b7f-858ce0a6d02f", + "x-ms-routing-request-id": "WESTUS2:20211025T182046Z:25c3aab6-4742-402d-8b7f-858ce0a6d02f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4281", + "tagName": "tagName4281", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4281?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b04535523fbb066254a0b718d18bac0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:20:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ae7a8c61-8ba3-4396-9d3b-4193be794cf7", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "ae7a8c61-8ba3-4396-9d3b-4193be794cf7", + "x-ms-routing-request-id": "WESTUS2:20211025T182046Z:ae7a8c61-8ba3-4396-9d3b-4193be794cf7" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "481813147", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/CreateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/CreateAsync.json new file mode 100644 index 0000000000000..70fbd42b28d9b --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/CreateAsync.json @@ -0,0 +1,118 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-75679dba44fc9c49bf4e207f526e84f3-c726ebd00ad65145-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d11ff00f4d388514b45c52ec740f6eea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c08f6185-7130-4007-a0e1-34ec659d8f77", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c08f6185-7130-4007-a0e1-34ec659d8f77", + "x-ms-routing-request-id": "WESTUS2:20211025T182050Z:c08f6185-7130-4007-a0e1-34ec659d8f77" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4077?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "cd0c8129f79fef460a88f81128f5bf45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "152", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0e280245-bf4e-439b-aee4-ebde59de2eb2", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0e280245-bf4e-439b-aee4-ebde59de2eb2", + "x-ms-routing-request-id": "WESTUS2:20211025T182051Z:0e280245-bf4e-439b-aee4-ebde59de2eb2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4077", + "tagName": "tagName4077", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4077?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e1327ceb9bc9ec8e746ed59add863ecd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:20:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bd96f663-7e9b-4afc-b0e4-a59eeaad30f6", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-request-id": "bd96f663-7e9b-4afc-b0e4-a59eeaad30f6", + "x-ms-routing-request-id": "WESTUS2:20211025T182051Z:bd96f663-7e9b-4afc-b0e4-a59eeaad30f6" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "127262506", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/List.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/List.json new file mode 100644 index 0000000000000..254a74fd2d718 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/List.json @@ -0,0 +1,338 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c883cd9852d7b746b49d9e90c78a6f8d-044083ad59036746-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "69c5c27519b4e7edd0532cc173f22e84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5073c002-9362-4f30-9d54-714fb67362b4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "5073c002-9362-4f30-9d54-714fb67362b4", + "x-ms-routing-request-id": "WESTUS2:20211025T182047Z:5073c002-9362-4f30-9d54-714fb67362b4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName8085?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "36f15231da95a6432a6267df2cae5611", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "152", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "893a5017-baec-45d5-b648-e72cc47b1983", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "893a5017-baec-45d5-b648-e72cc47b1983", + "x-ms-routing-request-id": "WESTUS2:20211025T182047Z:893a5017-baec-45d5-b648-e72cc47b1983" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName8085", + "tagName": "tagName8085", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0a8b9e44efcfea5bae5c2931a38b679c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "3182", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e42f4e6c-95f0-40fa-a8c4-419da953aad9", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e42f4e6c-95f0-40fa-a8c4-419da953aad9", + "x-ms-routing-request-id": "WESTUS2:20211025T182048Z:e42f4e6c-95f0-40fa-a8c4-419da953aad9" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", + "count": { + "type": "Total", + "value": 0 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", + "count": { + "type": "Total", + "value": 0 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName8085", + "tagName": "tagName8085", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName8085?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5f27f5286c9c9bb37e1f3f51b20dba21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:20:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "265cb5b1-3600-474a-bf0a-4fe8e5f853f7", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "265cb5b1-3600-474a-bf0a-4fe8e5f853f7", + "x-ms-routing-request-id": "WESTUS2:20211025T182048Z:265cb5b1-3600-474a-bf0a-4fe8e5f853f7" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "412616430", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/ListAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/ListAsync.json new file mode 100644 index 0000000000000..93fce1855260f --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/ListAsync.json @@ -0,0 +1,338 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-15376b4c25cfbb45a75e7e2bbdf10da1-75e11546b207914e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "83d02506dfe0293c434ab33d5d1916f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c94fa750-2966-4284-9534-1097f66af1cf", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c94fa750-2966-4284-9534-1097f66af1cf", + "x-ms-routing-request-id": "WESTUS2:20211025T182052Z:c94fa750-2966-4284-9534-1097f66af1cf" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6227?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "222e8c2fcdbf4d3c19f7e70e775b9615", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "152", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5dee131b-3329-4dd9-9967-4f2ad1dae571", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "5dee131b-3329-4dd9-9967-4f2ad1dae571", + "x-ms-routing-request-id": "WESTUS2:20211025T182053Z:5dee131b-3329-4dd9-9967-4f2ad1dae571" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6227", + "tagName": "tagName6227", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a6c58ab16f1892fe6434df0217d1f267", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "3182", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8280739f-7281-4382-bf8c-dbde633e5f80", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "8280739f-7281-4382-bf8c-dbde633e5f80", + "x-ms-routing-request-id": "WESTUS2:20211025T182053Z:8280739f-7281-4382-bf8c-dbde633e5f80" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", + "count": { + "type": "Total", + "value": 2 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", + "count": { + "type": "Total", + "value": 2 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", + "count": { + "type": "Total", + "value": 0 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", + "count": { + "type": "Total", + "value": 0 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", + "count": { + "type": "Total", + "value": 1 + }, + "values": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", + "count": { + "type": "Total", + "value": 1 + } + } + ] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6227", + "tagName": "tagName6227", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6227?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f3fb61f4049639c9e98269e8f82db2e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:20:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1cacbd9a-e4af-44f7-90a0-298326368f39", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-request-id": "1cacbd9a-e4af-44f7-90a0-298326368f39", + "x-ms-routing-request-id": "WESTUS2:20211025T182053Z:1cacbd9a-e4af-44f7-90a0-298326368f39" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1194442926", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/StartCreate.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/StartCreate.json new file mode 100644 index 0000000000000..f98c0e96eb00f --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/StartCreate.json @@ -0,0 +1,118 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-efef7715685ba9498e0da18b75eaa095-adf417ac21932c42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "9beec7403d153bb68180c8707b3172a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0d2501cd-33a0-463e-bdeb-2d24cffc2ae4", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "0d2501cd-33a0-463e-bdeb-2d24cffc2ae4", + "x-ms-routing-request-id": "WESTUS2:20211025T182042Z:0d2501cd-33a0-463e-bdeb-2d24cffc2ae4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName7505?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "6728d9514e9788c8358f97c67e1245bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "152", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a763a41-5ab5-481e-a30d-7f6e6d6b01d6", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "9a763a41-5ab5-481e-a30d-7f6e6d6b01d6", + "x-ms-routing-request-id": "WESTUS2:20211025T182044Z:9a763a41-5ab5-481e-a30d-7f6e6d6b01d6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName7505", + "tagName": "tagName7505", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName7505?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "42ad9e1da9138d8f97de61915366dc18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:20:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "360d579d-e0ae-447e-abea-d01be87697aa", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "360d579d-e0ae-447e-abea-d01be87697aa", + "x-ms-routing-request-id": "WESTUS2:20211025T182044Z:360d579d-e0ae-447e-abea-d01be87697aa" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "343306986", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/StartCreateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/StartCreateAsync.json new file mode 100644 index 0000000000000..d07eb9c41963c --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagCollectionTests/StartCreateAsync.json @@ -0,0 +1,118 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b9a1c4108f9cf346afed5b3ea10ba1d7-9d79c8f6ebe4824e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "717b04be9867bd49de93eb9b2e07f3d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5208cc18-8829-4400-9734-1dd7174f6d53", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "5208cc18-8829-4400-9734-1dd7174f6d53", + "x-ms-routing-request-id": "WESTUS2:20211025T182048Z:5208cc18-8829-4400-9734-1dd7174f6d53" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName884?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "793f133315580cd2932ec25d964b15d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "150", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 25 Oct 2021 18:20:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d8d42b2b-d161-407f-825e-b734fc7837f3", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "d8d42b2b-d161-407f-825e-b734fc7837f3", + "x-ms-routing-request-id": "WESTUS2:20211025T182049Z:d8d42b2b-d161-407f-825e-b734fc7837f3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName884", + "tagName": "tagName884", + "count": { + "type": "Total", + "value": 0 + }, + "values": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName884?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "229f96a1575057696368cfc471607572", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:20:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1fab8fc4-ab68-4166-83e6-71f309f16612", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "1fab8fc4-ab68-4166-83e6-71f309f16612", + "x-ms-routing-request-id": "WESTUS2:20211025T182050Z:1fab8fc4-ab68-4166-83e6-71f309f16612" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "627335530", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/Create.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/Create.json deleted file mode 100644 index 081462444a97f..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/Create.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "2a8f31bc4c433e019766beb944ce2846", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:04:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75eb5b79-e9d5-40ac-9e56-f0602e42b70c", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "75eb5b79-e9d5-40ac-9e56-f0602e42b70c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160425Z:75eb5b79-e9d5-40ac-9e56-f0602e42b70c" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a75f625b917bf04d8b856ef3a944a883-0518f2110c720e46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "bf911cdf013d167e53d390c4b6cd7476", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "152", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:04:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc1955a3-4467-4ab2-b5b3-50b79e7a0770", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "cc1955a3-4467-4ab2-b5b3-50b79e7a0770", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160428Z:cc1955a3-4467-4ab2-b5b3-50b79e7a0770" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - } - ], - "Variables": { - "RandomSeed": "481813147", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/CreateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/CreateAsync.json deleted file mode 100644 index 5f41938f4cfda..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/CreateAsync.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "1ff00fcb38d1144d85b45c52ec740f6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ef21ad6-df82-4777-ba39-0360f2e25002", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "0ef21ad6-df82-4777-ba39-0360f2e25002", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160347Z:0ef21ad6-df82-4777-ba39-0360f2e25002" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e7fa90c43631fe43a204038c5a62a797-1dcb6b5f2fdfa64e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "cd0c8129f79fef460a88f81128f5bf45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "152", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67f7b5ab-7541-4b07-afb8-9b643e74c953", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "67f7b5ab-7541-4b07-afb8-9b643e74c953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160350Z:67f7b5ab-7541-4b07-afb8-9b643e74c953" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - } - ], - "Variables": { - "RandomSeed": "127262506", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List().json deleted file mode 100644 index 3c6419beb1b0e..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List().json +++ /dev/null @@ -1,318 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "2a28c0ba9b62c1cecd51e55ffe3ad125", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 08:44:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c145e707-f0a1-4488-a10a-95d5c22ac374", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c145e707-f0a1-4488-a10a-95d5c22ac374", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T084459Z:c145e707-f0a1-4488-a10a-95d5c22ac374" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "76eed61b080725c2647979c018da2314", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4378", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 08:44:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe528ea4-d940-4e5f-8e17-b1d446a2b8f5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "fe528ea4-d940-4e5f-8e17-b1d446a2b8f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T084500Z:fe528ea4-d940-4e5f-8e17-b1d446a2b8f5" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "247286658", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List()Async.json deleted file mode 100644 index a87a8a332c7a2..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List()Async.json +++ /dev/null @@ -1,318 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "319405dfc2bc09cbcb8ecf4e7ff0b89e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 08:44:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec7af179-b3a2-4d6f-85b0-8ee5bacf4c40", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ec7af179-b3a2-4d6f-85b0-8ee5bacf4c40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T084459Z:ec7af179-b3a2-4d6f-85b0-8ee5bacf4c40" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "610b03dfbfca981a4bcdebce40327c93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4378", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 08:44:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f6522fb-6df4-4bb7-b076-ce3d512c8c1c", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6f6522fb-6df4-4bb7-b076-ce3d512c8c1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T084500Z:6f6522fb-6df4-4bb7-b076-ce3d512c8c1c" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "2006291220", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List.json deleted file mode 100644 index 8c64bfd87c467..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/List.json +++ /dev/null @@ -1,409 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "c5c27548b469ed19e7d0532cc173f22e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:04:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a30be330-6839-40be-9805-88a9625ccb0f", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "a30be330-6839-40be-9805-88a9625ccb0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160428Z:a30be330-6839-40be-9805-88a9625ccb0f" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7ec286b73e9102479d82fe69b1ed6d67-42d5c0e2c41bfa40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "f1523184953643daa62a6267df2cae56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "5915", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:04:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1caf4468-7d50-4704-9593-605229521460", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "1caf4468-7d50-4704-9593-605229521460", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160428Z:1caf4468-7d50-4704-9593-605229521460" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "412616430", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/ListAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/ListAsync.json deleted file mode 100644 index d0dbb6b54b66b..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/ListAsync.json +++ /dev/null @@ -1,409 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "d0250689e0833cdf29434ab33d5d1916", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0122c624-9a98-4896-9812-2bfb957f614d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "0122c624-9a98-4896-9812-2bfb957f614d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160350Z:0122c624-9a98-4896-9812-2bfb957f614d" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f58295512a6c3141a23b83609340cf15-b7b71775045a064d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "2e8c2ff7bf223ccd4d19f7e70e775b96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "5915", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b91bb070-2e49-4c5b-9254-7fd28cc9a797", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "b91bb070-2e49-4c5b-9254-7fd28cc9a797", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160351Z:b91bb070-2e49-4c5b-9254-7fd28cc9a797" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1194442926", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/StartCreate.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/StartCreate.json deleted file mode 100644 index bb15cba4be8c9..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/StartCreate.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "eec7402c159bb63d3b8180c8707b3172", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:09:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17cc418f-7b97-423c-a115-d9da01fe2d1b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "17cc418f-7b97-423c-a115-d9da01fe2d1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160916Z:17cc418f-7b97-423c-a115-d9da01fe2d1b" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2708?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3d6636f6fb4ef24e813120c59c765ead-bece3c8177d3cd4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "6728d9514e9788c8358f97c67e1245bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "152", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:09:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb7a2d45-7972-4ffc-93f8-92c5fd4730ed", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "eb7a2d45-7972-4ffc-93f8-92c5fd4730ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160919Z:eb7a2d45-7972-4ffc-93f8-92c5fd4730ed" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2708", - "tagName": "tagName2708", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - } - ], - "Variables": { - "RandomSeed": "343306986", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/StartCreateAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/StartCreateAsync.json deleted file mode 100644 index 324d463114f4c..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagContainerTests/StartCreateAsync.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "7b04be8267714998bdde93eb9b2e07f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:09:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f526983c-674f-4fbd-ad59-fff1377572df", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "f526983c-674f-4fbd-ad59-fff1377572df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160936Z:f526983c-674f-4fbd-ad59-fff1377572df" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName9206?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-214d688d40f4214db3832da73cc4c664-84571df8ff35044b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "793f133315580cd2932ec25d964b15d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "152", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:09:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0c79761-36f4-4bf2-950c-d1049dece597", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "e0c79761-36f4-4bf2-950c-d1049dece597", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160940Z:e0c79761-36f4-4bf2-950c-d1049dece597" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName9206", - "tagName": "tagName9206", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - } - ], - "Variables": { - "RandomSeed": "627335530", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTest().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTest().json deleted file mode 100644 index f348b0d4c2334..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTest().json +++ /dev/null @@ -1,737 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "27e9c8a9e53326712377f408be7929f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "403", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 28 May 2021 10:00:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9983037c-9c6b-4811-a19d-5157144319b1", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "9983037c-9c6b-4811-a19d-5157144319b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T100047Z:9983037c-9c6b-4811-a19d-5157144319b1" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "90b2ea11e144da16e87db7c7d89d27ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "152", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 28 May 2021 10:00:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "328600dd-36c0-4f03-8611-9cb652075801", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "328600dd-36c0-4f03-8611-9cb652075801", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T100051Z:328600dd-36c0-4f03-8611-9cb652075801" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219", - "tagName": "tagName4219", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219/tagValues/testValue?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "480db2b774e029383b068766b8bb1c1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "159", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 28 May 2021 10:00:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ba31d85-436f-4862-97eb-b8571dcf8f7d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5ba31d85-436f-4862-97eb-b8571dcf8f7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T100053Z:5ba31d85-436f-4862-97eb-b8571dcf8f7d" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "5e814d7bc194e664d24c4a67ba5f4bda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4690", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 28 May 2021 10:00:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8689540e-8e60-4207-8f03-ef44aaad43ab", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "8689540e-8e60-4207-8f03-ef44aaad43ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T100053Z:8689540e-8e60-4207-8f03-ef44aaad43ab" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219", - "tagName": "tagName4219", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219/tagValues/testValue?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "c60639cca91b9c2bb289553e5ab0222d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 28 May 2021 10:00:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8086005-06c7-4b09-bff5-51ed2ee0db34", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "f8086005-06c7-4b09-bff5-51ed2ee0db34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T100056Z:f8086005-06c7-4b09-bff5-51ed2ee0db34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4219?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "8a4c9a61c91cf5394e27769429d06edc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 28 May 2021 10:00:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "429a91d6-fbe5-4c52-89e4-065f4137ebe6", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "429a91d6-fbe5-4c52-89e4-065f4137ebe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T100058Z:429a91d6-fbe5-4c52-89e4-065f4137ebe6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "7e99adba55b4d10121e4ac0b6c258c21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4378", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 28 May 2021 10:00:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c841f771-3a4a-4a41-aea8-e85a06f47622", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c841f771-3a4a-4a41-aea8-e85a06f47622", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T100058Z:c841f771-3a4a-4a41-aea8-e85a06f47622" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "979289664", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTests().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTests().json deleted file mode 100644 index 1563a7243950d..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTests().json +++ /dev/null @@ -1,737 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "32e708611b3cfc004d5a1a5aedf43061", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "403", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:21:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f7b190e-ea8e-4206-912d-7e9811a74f8f", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7f7b190e-ea8e-4206-912d-7e9811a74f8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T062145Z:7f7b190e-ea8e-4206-912d-7e9811a74f8f" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "a4a126850eb2d6011446044f23c1dcc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "150", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:21:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9bc4b02-bb8a-4eed-8664-b4fa249a94fb", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d9bc4b02-bb8a-4eed-8664-b4fa249a94fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T062151Z:d9bc4b02-bb8a-4eed-8664-b4fa249a94fb" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799", - "tagName": "tagName799", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799/tagValues/testValue?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "74a6359802ba37f405eb36c11cc2dc83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "158", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:21:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55917580-d383-4546-b895-fa4bd9951d29", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "55917580-d383-4546-b895-fa4bd9951d29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T062153Z:55917580-d383-4546-b895-fa4bd9951d29" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "720073ddce68f9aee55b27d4fbac2999", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4687", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:21:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aee2947a-fb32-4b0d-9643-90c98bf9f730", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "aee2947a-fb32-4b0d-9643-90c98bf9f730", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T062153Z:aee2947a-fb32-4b0d-9643-90c98bf9f730" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799", - "tagName": "tagName799", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799/tagValues/testValue?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "bf54973dec8a82d6326a9ec6d83fb951", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 31 May 2021 06:21:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9798154e-b054-47d5-a261-4b335db299da", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "9798154e-b054-47d5-a261-4b335db299da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T062156Z:9798154e-b054-47d5-a261-4b335db299da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName799?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "af71816a6ac0ca5986ac8f5fda1f3c58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 31 May 2021 06:21:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad8e3a5a-4c2a-48be-a5c8-89fb0a829764", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "ad8e3a5a-4c2a-48be-a5c8-89fb0a829764", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T062158Z:ad8e3a5a-4c2a-48be-a5c8-89fb0a829764" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "85849dc21c6ef1f89d7e3ffe30e721a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4378", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:21:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f176b3c-e072-4bf5-a219-c67d1d19a709", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2f176b3c-e072-4bf5-a219-c67d1d19a709", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T062158Z:2f176b3c-e072-4bf5-a219-c67d1d19a709" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1844652725", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTests()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTests()Async.json deleted file mode 100644 index 347bbfadfe26c..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/CRUDTests()Async.json +++ /dev/null @@ -1,738 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "f1947305735217cb8a1a6c23447e8749", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba4b13b3-61e7-449e-893e-da65a5649a71", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "ba4b13b3-61e7-449e-893e-da65a5649a71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064028Z:ba4b13b3-61e7-449e-893e-da65a5649a71" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "e6b5ef86dc5384c09ce7b0110a16b967", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "152", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e27c8e0b-9d67-43cb-a893-e462513846a3", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "e27c8e0b-9d67-43cb-a893-e462513846a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064034Z:e27c8e0b-9d67-43cb-a893-e462513846a3" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943", - "tagName": "tagName5943", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943/tagValues/testValue?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "7b5e142aa6e69e373b62c82061239b86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "159", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d14da20-68bc-41d6-8255-308630031700", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "4d14da20-68bc-41d6-8255-308630031700", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064036Z:4d14da20-68bc-41d6-8255-308630031700" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "7c29b6df87a297b2d36cb58c1a057f03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4690", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb99c9f6-0680-4bba-ab29-dd3caa301b4f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "eb99c9f6-0680-4bba-ab29-dd3caa301b4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064036Z:eb99c9f6-0680-4bba-ab29-dd3caa301b4f" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943", - "tagName": "tagName5943", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943/tagValues/testValue?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "6a1abcb2ce29df9ab816aaf1139f2278", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 31 May 2021 06:40:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb0d8f6a-c2c8-4ff2-ab07-228c966fadf6", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "eb0d8f6a-c2c8-4ff2-ab07-228c966fadf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064038Z:eb0d8f6a-c2c8-4ff2-ab07-228c966fadf6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5943?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "5432294b3deca2c462c7a779f0ab8435", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 31 May 2021 06:40:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b73245d8-f3ae-41ea-a2c8-b1b210b9d9f3", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "b73245d8-f3ae-41ea-a2c8-b1b210b9d9f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064040Z:b73245d8-f3ae-41ea-a2c8-b1b210b9d9f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "a56ec4e23109105d1b49c38cdcc08333", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "4378", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "473f6b94-cc7c-4f51-80e3-79f4ac79f3ff", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "473f6b94-cc7c-4f51-80e3-79f4ac79f3ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064040Z:473f6b94-cc7c-4f51-80e3-79f4ac79f3ff" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1104698789", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag().json index 892a1ec3143b4..3a3f0a775cedf 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag().json @@ -1,42 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "d7a80dc2b269b1eb30fa3f37e534a42e", + "traceparent": "00-dfaf5e8bde7b894ebc3532af073435e7-421d691304fd7f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "69d7a80debb230b1fa3f37e534a42ef8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:13 GMT", + "Date": "Mon, 25 Oct 2021 18:20:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7598113-f97b-4fb8-9575-7df1d598d262", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "d7598113-f97b-4fb8-9575-7df1d598d262", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160314Z:d7598113-f97b-4fb8-9575-7df1d598d262" + "x-ms-correlation-request-id": "f78f12dd-a80b-41e2-8b43-02cdbf2929a4", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f78f12dd-a80b-41e2-8b43-02cdbf2929a4", + "x-ms-routing-request-id": "WESTUS2:20211025T182054Z:f78f12dd-a80b-41e2-8b43-02cdbf2929a4" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -46,16 +47,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3364?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4123?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-00e02aa181bf5b4c803bfe1b77c7b190-f424a4e2c4c7b941-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "926d41d372f11125af9e724c53fcdb02", "x-ms-return-client-request-id": "true" }, @@ -65,19 +62,19 @@ "Cache-Control": "no-cache", "Content-Length": "152", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:18 GMT", + "Date": "Mon, 25 Oct 2021 18:20:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fed0251e-e6da-4b60-a20f-f548b26aa8bc", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "fed0251e-e6da-4b60-a20f-f548b26aa8bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160319Z:fed0251e-e6da-4b60-a20f-f548b26aa8bc" + "x-ms-correlation-request-id": "cef41c99-f151-430d-bc57-31067306b401", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "cef41c99-f151-430d-bc57-31067306b401", + "x-ms-routing-request-id": "WESTUS2:20211025T182054Z:cef41c99-f151-430d-bc57-31067306b401" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3364", - "tagName": "tagName3364", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4123", + "tagName": "tagName4123", "count": { "type": "Total", "value": 0 @@ -86,16 +83,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3364?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4123?api-version=2019-10-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-758a955e4144754db71747b917c95f0d-3b2140c5995a2a46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "38039b4d1f9d27bba62ca89661e72543", "x-ms-return-client-request-id": "true" }, @@ -104,29 +97,25 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 16:03:20 GMT", + "Date": "Mon, 25 Oct 2021 18:20:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52c3bd5b-45cd-42d3-ad2c-7c1e3da8bb07", - "x-ms-ratelimit-remaining-subscription-deletes": "14981", - "x-ms-request-id": "52c3bd5b-45cd-42d3-ad2c-7c1e3da8bb07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160321Z:52c3bd5b-45cd-42d3-ad2c-7c1e3da8bb07" + "x-ms-correlation-request-id": "b4c8a163-c4f6-4143-8d22-ecaeba80f6a7", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-request-id": "b4c8a163-c4f6-4143-8d22-ecaeba80f6a7", + "x-ms-routing-request-id": "WESTUS2:20211025T182055Z:b4c8a163-c4f6-4143-8d22-ecaeba80f6a7" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b5612eb3e6148647bd351ce9602199fc-453539aae02d5348-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "99983463f5a0b45a8545ecc4ca8fafc7", "x-ms-return-client-request-id": "true" }, @@ -134,145 +123,85 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5915", + "Content-Length": "3029", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:21 GMT", + "Date": "Mon, 25 Oct 2021 18:20:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fef1227-2717-4ee5-a2a9-9cb260ebf6f6", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "5fef1227-2717-4ee5-a2a9-9cb260ebf6f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160321Z:5fef1227-2717-4ee5-a2a9-9cb260ebf6f6" + "x-ms-correlation-request-id": "93a5ee51-e52f-47cb-bbd9-8174cab1bdb9", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "93a5ee51-e52f-47cb-bbd9-8174cab1bdb9", + "x-ms-routing-request-id": "WESTUS2:20211025T182055Z:93a5ee51-e52f-47cb-bbd9-8174cab1bdb9" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", "count": { "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", "count": { "type": "Total", - "value": 1 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", "count": { "type": "Total", - "value": 3 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 3 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", "count": { "type": "Total", "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", "value": 2 @@ -281,16 +210,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", "count": { "type": "Total", "value": 1 @@ -299,34 +228,34 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", "count": { "type": "Total", - "value": 1 + "value": 0 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", "count": { "type": "Total", - "value": 1 + "value": 0 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", "count": { "type": "Total", "value": 1 @@ -335,16 +264,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", "count": { "type": "Total", "value": 1 @@ -353,53 +282,26 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", "count": { "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 + "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", "count": { "type": "Total", - "value": 0 + "value": 1 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", "count": { "type": "Total", "value": 0 @@ -407,62 +309,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", "count": { "type": "Total", "value": 0 @@ -471,10 +319,37 @@ } ] } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName4123?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "363a2e79d727e944ca68b5d764a7ae41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 25 Oct 2021 18:20:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "df72fbf2-7bff-476a-ba26-5f49b1fcf6c6", + "x-ms-ratelimit-remaining-subscription-deletes": "14988", + "x-ms-request-id": "df72fbf2-7bff-476a-ba26-5f49b1fcf6c6", + "x-ms-routing-request-id": "WESTUS2:20211025T182055Z:df72fbf2-7bff-476a-ba26-5f49b1fcf6c6" + }, + "ResponseBody": [] } ], "Variables": { "RandomSeed": "1851458795", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag()Async.json index afe7427687777..2345172b974c2 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/DeleteTag()Async.json @@ -1,42 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "e2dd4c155da99a876a93ffea7f2dc901", + "traceparent": "00-b12745079ba98c40b3c312fcfa44d574-b0cffd782ec3454c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a9e2dd4c875d6a9a93ffea7f2dc90145", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:02:56 GMT", + "Date": "Mon, 25 Oct 2021 18:21:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3899921-5b2d-48bb-8388-14fd226324e2", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a3899921-5b2d-48bb-8388-14fd226324e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160256Z:a3899921-5b2d-48bb-8388-14fd226324e2" + "x-ms-correlation-request-id": "c70b674e-1eb7-4cd6-a452-f4d0b766205d", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c70b674e-1eb7-4cd6-a452-f4d0b766205d", + "x-ms-routing-request-id": "WESTUS2:20211025T182102Z:c70b674e-1eb7-4cd6-a452-f4d0b766205d" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -46,16 +47,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName9477?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6544?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b65cfcbdecc10749b2a564fdd9fd54c8-360bd8b498047741-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "275984f1df0dc5f2bbba7e195a1c18fa", "x-ms-return-client-request-id": "true" }, @@ -65,19 +62,19 @@ "Cache-Control": "no-cache", "Content-Length": "152", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:00 GMT", + "Date": "Mon, 25 Oct 2021 18:21:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54cdefc7-be06-49b6-ba56-94323851676f", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "54cdefc7-be06-49b6-ba56-94323851676f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160301Z:54cdefc7-be06-49b6-ba56-94323851676f" + "x-ms-correlation-request-id": "22fa3eac-550b-42b1-bc68-3a0294754a8a", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "22fa3eac-550b-42b1-bc68-3a0294754a8a", + "x-ms-routing-request-id": "WESTUS2:20211025T182103Z:22fa3eac-550b-42b1-bc68-3a0294754a8a" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName9477", - "tagName": "tagName9477", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6544", + "tagName": "tagName6544", "count": { "type": "Total", "value": 0 @@ -86,16 +83,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName9477?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6544?api-version=2019-10-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-660395329027e94c9c2da181df48821c-8b4621dc3536a946-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "06b9be6819d8a4d41eaf1d8dd8bd9627", "x-ms-return-client-request-id": "true" }, @@ -104,29 +97,25 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 16:03:02 GMT", + "Date": "Mon, 25 Oct 2021 18:21:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "672a84bb-6c3b-4063-ae93-ea42b7182828", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "672a84bb-6c3b-4063-ae93-ea42b7182828", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160302Z:672a84bb-6c3b-4063-ae93-ea42b7182828" + "x-ms-correlation-request-id": "b3a4db4c-96a6-46cb-9908-dc15fa9271dc", + "x-ms-ratelimit-remaining-subscription-deletes": "14982", + "x-ms-request-id": "b3a4db4c-96a6-46cb-9908-dc15fa9271dc", + "x-ms-routing-request-id": "WESTUS2:20211025T182104Z:b3a4db4c-96a6-46cb-9908-dc15fa9271dc" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0255a49466f50a4e99160d0406cb869e-b91fdf228d5b2249-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "6e16efe7fa0fd76db0b5085ec264ecfd", "x-ms-return-client-request-id": "true" }, @@ -134,145 +123,85 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5915", + "Content-Length": "3029", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:02 GMT", + "Date": "Mon, 25 Oct 2021 18:21:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29c117a8-d3e1-40ae-814a-c71a810ff41b", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "29c117a8-d3e1-40ae-814a-c71a810ff41b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160303Z:29c117a8-d3e1-40ae-814a-c71a810ff41b" + "x-ms-correlation-request-id": "284c8845-f071-4e10-bf34-923bac3c1445", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "284c8845-f071-4e10-bf34-923bac3c1445", + "x-ms-routing-request-id": "WESTUS2:20211025T182104Z:284c8845-f071-4e10-bf34-923bac3c1445" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", "count": { "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", "count": { "type": "Total", - "value": 1 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", "count": { "type": "Total", - "value": 3 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 3 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", "count": { "type": "Total", "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", "value": 2 @@ -281,16 +210,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", "count": { "type": "Total", "value": 1 @@ -299,34 +228,34 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", "count": { "type": "Total", - "value": 1 + "value": 0 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", "count": { "type": "Total", - "value": 1 + "value": 0 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", "count": { "type": "Total", "value": 1 @@ -335,16 +264,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", "count": { "type": "Total", "value": 1 @@ -353,53 +282,26 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", "count": { "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 + "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", "count": { "type": "Total", - "value": 0 + "value": 1 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", "count": { "type": "Total", "value": 0 @@ -407,62 +309,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", "count": { "type": "Total", "value": 0 @@ -471,10 +319,37 @@ } ] } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName6544?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "39265624354a5832b74c1bbb2b329b9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 25 Oct 2021 18:21:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6fc16bde-471c-43cc-aee8-ce85c930c928", + "x-ms-ratelimit-remaining-subscription-deletes": "14981", + "x-ms-request-id": "6fc16bde-471c-43cc-aee8-ce85c930c928", + "x-ms-routing-request-id": "WESTUS2:20211025T182104Z:6fc16bde-471c-43cc-aee8-ce85c930c928" + }, + "ResponseBody": [] } ], "Variables": { "RandomSeed": "67633319", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation().json index d53020ba501dd..9d963889c855d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation().json @@ -1,15 +1,12 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211022.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "7b21b285b6d7ee195a2e257967e5266e", "x-ms-return-client-request-id": "true" }, @@ -17,26 +14,29 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:21 GMT", + "Date": "Fri, 22 Oct 2021 16:56:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "922ffa2c-6815-40cd-83ad-b1aff1b14204", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "922ffa2c-6815-40cd-83ad-b1aff1b14204", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160322Z:922ffa2c-6815-40cd-83ad-b1aff1b14204" + "x-ms-correlation-request-id": "9437f420-937b-4dc3-bef7-4a3a34e58b8e", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "9437f420-937b-4dc3-bef7-4a3a34e58b8e", + "x-ms-routing-request-id": "WESTUS2:20211022T165648Z:9437f420-937b-4dc3-bef7-4a3a34e58b8e" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -48,6 +48,7 @@ ], "Variables": { "RandomSeed": "39858840", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation()Async.json index 29c85c713ebff..a85214cf2badb 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/GetTagsOperation()Async.json @@ -1,15 +1,12 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211022.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "c916c5b3788f1337f119f90e9cbdeca2", "x-ms-return-client-request-id": "true" }, @@ -17,26 +14,29 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:02:45 GMT", + "Date": "Fri, 22 Oct 2021 16:56:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a985b1f-3a78-4bc6-b62b-f406cf7b4634", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5a985b1f-3a78-4bc6-b62b-f406cf7b4634", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160245Z:5a985b1f-3a78-4bc6-b62b-f406cf7b4634" + "x-ms-correlation-request-id": "b7a72895-3725-45e6-a4a0-9b3ca3fc0d3f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "b7a72895-3725-45e6-a4a0-9b3ca3fc0d3f", + "x-ms-routing-request-id": "WESTUS2:20211022T165654Z:b7a72895-3725-45e6-a4a0-9b3ca3fc0d3f" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -48,6 +48,7 @@ ], "Variables": { "RandomSeed": "491656610", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/NoDataValidation.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/NoDataValidation.json index 45ad6d836698b..01c4743fb0374 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/NoDataValidation.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/NoDataValidation.json @@ -6,7 +6,7 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210809.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211022.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "2ca0829c93c7657f98148cd9607c6ec7", "x-ms-return-client-request-id": "true" }, @@ -16,15 +16,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 09 Aug 2021 17:25:11 GMT", + "Date": "Fri, 22 Oct 2021 16:56:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af1045c0-765a-4c90-b8af-dfddfc071a13", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "af1045c0-765a-4c90-b8af-dfddfc071a13", - "x-ms-routing-request-id": "WESTUS2:20210809T172512Z:af1045c0-765a-4c90-b8af-dfddfc071a13" + "x-ms-correlation-request-id": "297c1e57-1082-4e53-a699-bcc29c102c2c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "297c1e57-1082-4e53-a699-bcc29c102c2c", + "x-ms-routing-request-id": "WESTUS2:20211022T165645Z:297c1e57-1082-4e53-a699-bcc29c102c2c" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/OtherTest().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/OtherTest().json deleted file mode 100644 index b2fbb00933940..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/OtherTest().json +++ /dev/null @@ -1,272 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "227518f5ba4181c2a69ba0bdf9d20cab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "403", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 28 May 2021 09:28:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "990ae5ee-a609-4676-bc11-5ac81d69238a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "990ae5ee-a609-4676-bc11-5ac81d69238a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T092828Z:990ae5ee-a609-4676-bc11-5ac81d69238a" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210528.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "983245771e6ad6d71e4b21ad725f0db4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "3604", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 28 May 2021 09:28:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "282942d4-92de-47d2-82bb-4c7c231a971d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "282942d4-92de-47d2-82bb-4c7c231a971d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210528T092829Z:282942d4-92de-47d2-82bb-4c7c231a971d" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", - "count": { - "type": "Total", - "value": 3 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", - "count": { - "type": "Total", - "value": 3 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", - "count": { - "type": "Total", - "value": 2 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", - "count": { - "type": "Total", - "value": 2 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", - "count": { - "type": "Total", - "value": 1 - } - } - ] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1362107273", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ScopeTests().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ScopeTests().json deleted file mode 100644 index 6a6df8c549e19..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ScopeTests().json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "be5697133372381c80e3a83038bdd15c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:39:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edb7927b-03a0-486a-84a3-e0149ca8a388", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "edb7927b-03a0-486a-84a3-e0149ca8a388", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T063932Z:edb7927b-03a0-486a-84a3-e0149ca8a388" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "57", - "Content-Type": "application/json", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "e540ea43162c99afc325025418f2b7df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "tags": { - "tag1": "value1", - "tag2": "value2" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:39:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c781b0b8-09bf-4479-977d-e32a3dc1e88b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c781b0b8-09bf-4479-977d-e32a3dc1e88b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T063934Z:c781b0b8-09bf-4479-977d-e32a3dc1e88b" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": { - "tag1": "value1", - "tag2": "value2" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "e9bd0ddd5f5f6dc748964e517b871585", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:39:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c909cdbc-3c57-46e9-8158-2169395dd2e8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c909cdbc-3c57-46e9-8158-2169395dd2e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T063934Z:c909cdbc-3c57-46e9-8158-2169395dd2e8" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": { - "tag1": "value1", - "tag2": "value2" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "84", - "Content-Type": "application/json", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "7fadfdd8a3befddfe8bcfb4d31c8208d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "operation": "Replace", - "properties": { - "tags": { - "tag1": "newValue", - "newTag2": "value2" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "215", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:39:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c85fb04c-b24c-465a-bd83-247e05325c56", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "c85fb04c-b24c-465a-bd83-247e05325c56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T063935Z:c85fb04c-b24c-465a-bd83-247e05325c56" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": { - "tag1": "newValue", - "newTag2": "value2" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "2b52c92ce8ffe3fc22d39d96c85e1e3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 31 May 2021 06:39:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37aaf319-d5b0-4389-aefc-30a0deee95e3", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "37aaf319-d5b0-4389-aefc-30a0deee95e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T063935Z:37aaf319-d5b0-4389-aefc-30a0deee95e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "1a7c7c10374539202dc000a364793b80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "179", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:39:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c6e085b-f708-4d2a-b55f-395c8813f214", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9c6e085b-f708-4d2a-b55f-395c8813f214", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T063936Z:9c6e085b-f708-4d2a-b55f-395c8813f214" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": {} - } - } - } - ], - "Variables": { - "RandomSeed": "2050264053", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ScopeTests()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ScopeTests()Async.json deleted file mode 100644 index c6dda3be17638..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ScopeTests()Async.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "c670f002d297ba6ddfa82c3968924533", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "413", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f84d5242-62d0-47d8-a555-34b116166e66", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "f84d5242-62d0-47d8-a555-34b116166e66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064041Z:f84d5242-62d0-47d8-a555-34b116166e66" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "57", - "Content-Type": "application/json", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "fe8b2e34de9ab08c30a4a8df2482ea49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "tags": { - "tag1": "value1", - "tag2": "value2" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "140063bf-537f-4ca8-800a-6f37c6d413cd", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "140063bf-537f-4ca8-800a-6f37c6d413cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064042Z:140063bf-537f-4ca8-800a-6f37c6d413cd" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": { - "tag1": "value1", - "tag2": "value2" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "a9b075d6b4419ca7a53b099b458ba37b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6b93dfe-8da8-4c5e-aeaf-0995030d7662", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "b6b93dfe-8da8-4c5e-aeaf-0995030d7662", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064042Z:b6b93dfe-8da8-4c5e-aeaf-0995030d7662" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": { - "tag1": "value1", - "tag2": "value2" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "84", - "Content-Type": "application/json", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "bcb811cc58ac24d764c095f32a8d965c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "operation": "Replace", - "properties": { - "tags": { - "tag1": "newValue", - "newTag2": "value2" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "215", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ab47b06-6e2d-42ed-af1c-b91ffe1b24c0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "6ab47b06-6e2d-42ed-af1c-b91ffe1b24c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064043Z:6ab47b06-6e2d-42ed-af1c-b91ffe1b24c0" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": { - "tag1": "newValue", - "newTag2": "value2" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "f262e3be9ce280f287ef595fd4f06ba5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 31 May 2021 06:40:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "246e8490-2c25-4015-9519-7326364a1cf5", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "246e8490-2c25-4015-9519-7326364a1cf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064044Z:246e8490-2c25-4015-9519-7326364a1cf5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210531.1", - "(.NET Core 4.6.30015.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "13132c002dca7d9c9e8c45801eb37217", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "179", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 31 May 2021 06:40:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6721915d-998e-4edf-b85b-5e449ab6a740", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "6721915d-998e-4edf-b85b-5e449ab6a740", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210531T064044Z:6721915d-998e-4edf-b85b-5e449ab6a740" - }, - "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/providers/Microsoft.Resources/tags/default", - "name": "default", - "type": "Microsoft.Resources/tags", - "properties": { - "tags": {} - } - } - } - ], - "Variables": { - "RandomSeed": "702005307", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" - } -} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete().json index 8b4ffd2ceab07..8f8de638c9b36 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete().json @@ -1,42 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "1876f192481bf6a601e4c2ddbf8901df", + "traceparent": "00-0699902262f7e046a032a1099cac85b0-88dcca13d94e4c40-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "1b1876f1a64801f6e4c2ddbf8901dfa2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:08:22 GMT", + "Date": "Mon, 25 Oct 2021 18:20:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f476b5d-c000-4d7a-8b55-172813c0265a", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "1f476b5d-c000-4d7a-8b55-172813c0265a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160822Z:1f476b5d-c000-4d7a-8b55-172813c0265a" + "x-ms-correlation-request-id": "0989bf51-548b-4d33-b9f4-98e13d25b55d", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "0989bf51-548b-4d33-b9f4-98e13d25b55d", + "x-ms-routing-request-id": "WESTUS2:20211025T182056Z:0989bf51-548b-4d33-b9f4-98e13d25b55d" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -46,16 +47,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5723?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3121?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-41930791b117e14e98575c4542106751-8ace67f1d6b9e44f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "f3df1141d1beff2ec1f7ac60cdc39912", "x-ms-return-client-request-id": "true" }, @@ -65,19 +62,19 @@ "Cache-Control": "no-cache", "Content-Length": "152", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:08:26 GMT", + "Date": "Mon, 25 Oct 2021 18:20:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "911615b5-9a3e-4e06-9301-fab9cb291d41", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "911615b5-9a3e-4e06-9301-fab9cb291d41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160826Z:911615b5-9a3e-4e06-9301-fab9cb291d41" + "x-ms-correlation-request-id": "76a7aae1-ae62-4879-825c-d53d3685ae4e", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "76a7aae1-ae62-4879-825c-d53d3685ae4e", + "x-ms-routing-request-id": "WESTUS2:20211025T182056Z:76a7aae1-ae62-4879-825c-d53d3685ae4e" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5723", - "tagName": "tagName5723", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3121", + "tagName": "tagName3121", "count": { "type": "Total", "value": 0 @@ -86,16 +83,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5723?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3121?api-version=2019-10-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8aed52f0d616154098b6e7ad8dc18c87-d96efffe818a3b49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "56c63cda0deb0a7ec426ad679b30c7aa", "x-ms-return-client-request-id": "true" }, @@ -104,29 +97,25 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 16:08:28 GMT", + "Date": "Mon, 25 Oct 2021 18:20:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c972acb-1efa-4075-bf33-cb37c6b32351", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "2c972acb-1efa-4075-bf33-cb37c6b32351", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160829Z:2c972acb-1efa-4075-bf33-cb37c6b32351" + "x-ms-correlation-request-id": "b5606db6-29b0-497d-b8ed-305047e9eec9", + "x-ms-ratelimit-remaining-subscription-deletes": "14987", + "x-ms-request-id": "b5606db6-29b0-497d-b8ed-305047e9eec9", + "x-ms-routing-request-id": "WESTUS2:20211025T182058Z:b5606db6-29b0-497d-b8ed-305047e9eec9" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6af965a97aa4ef45a9c4db6242d1c08b-c7ef5ef531c43e43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "4ce4ca28893a34b693d42e9724c66490", "x-ms-return-client-request-id": "true" }, @@ -134,145 +123,85 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5915", + "Content-Length": "3029", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:08:28 GMT", + "Date": "Mon, 25 Oct 2021 18:20:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30cd2fea-04b3-494d-957d-04f767fc59ed", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "30cd2fea-04b3-494d-957d-04f767fc59ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160829Z:30cd2fea-04b3-494d-957d-04f767fc59ed" + "x-ms-correlation-request-id": "8b4d6764-dfb5-4725-bc9a-15883b8ce5f2", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8b4d6764-dfb5-4725-bc9a-15883b8ce5f2", + "x-ms-routing-request-id": "WESTUS2:20211025T182058Z:8b4d6764-dfb5-4725-bc9a-15883b8ce5f2" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", "count": { "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", "count": { "type": "Total", - "value": 1 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", "count": { "type": "Total", - "value": 3 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 3 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", "count": { "type": "Total", "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", "value": 2 @@ -281,16 +210,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", "count": { "type": "Total", "value": 1 @@ -299,34 +228,34 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", "count": { "type": "Total", - "value": 1 + "value": 0 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", "count": { "type": "Total", - "value": 1 + "value": 0 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", "count": { "type": "Total", "value": 1 @@ -335,16 +264,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", "count": { "type": "Total", "value": 1 @@ -353,53 +282,26 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", "count": { "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 + "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", "count": { "type": "Total", - "value": 0 + "value": 1 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", "count": { "type": "Total", "value": 0 @@ -407,62 +309,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", "count": { "type": "Total", "value": 0 @@ -471,10 +319,37 @@ } ] } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3121?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d5920230bcb7a10e68a60ed2b22d112e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 25 Oct 2021 18:20:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b37dc4ef-3504-4a18-a17f-10c12c7f555b", + "x-ms-ratelimit-remaining-subscription-deletes": "14986", + "x-ms-request-id": "b37dc4ef-3504-4a18-a17f-10c12c7f555b", + "x-ms-routing-request-id": "WESTUS2:20211025T182058Z:b37dc4ef-3504-4a18-a17f-10c12c7f555b" + }, + "ResponseBody": [] } ], "Variables": { "RandomSeed": "998132084", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete()Async.json index 0fe272ec76db6..f059ea7e80802 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/StartDelete()Async.json @@ -1,42 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "cd466b0c66049f9bbeaa806d599d3ef0", + "traceparent": "00-aa71399f24745a42a6efe212ae917f04-00868cce148d9d43-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "04cd466b9b66be9faa806d599d3ef0db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:08:21 GMT", + "Date": "Mon, 25 Oct 2021 18:21:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98718f96-1417-4cc8-a759-99b432192444", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "98718f96-1417-4cc8-a759-99b432192444", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160822Z:98718f96-1417-4cc8-a759-99b432192444" + "x-ms-correlation-request-id": "9d20137a-455d-49b2-be5d-66a9d178b3be", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "9d20137a-455d-49b2-be5d-66a9d178b3be", + "x-ms-routing-request-id": "WESTUS2:20211025T182104Z:9d20137a-455d-49b2-be5d-66a9d178b3be" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -46,16 +47,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName8850?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName2024?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-50efb44f884ac14cae1c118fe3a6252c-3d230efe0a8a8749-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "4c7180ad9c73a6e4527f39868cf1b3cd", "x-ms-return-client-request-id": "true" }, @@ -65,19 +62,19 @@ "Cache-Control": "no-cache", "Content-Length": "152", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:08:26 GMT", + "Date": "Mon, 25 Oct 2021 18:21:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61916012-809b-4b52-a33d-aae9e397c5d9", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "61916012-809b-4b52-a33d-aae9e397c5d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160827Z:61916012-809b-4b52-a33d-aae9e397c5d9" + "x-ms-correlation-request-id": "2202d5a3-99cf-4b99-8d42-8e7c45fcf498", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "2202d5a3-99cf-4b99-8d42-8e7c45fcf498", + "x-ms-routing-request-id": "WESTUS2:20211025T182105Z:2202d5a3-99cf-4b99-8d42-8e7c45fcf498" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName8850", - "tagName": "tagName8850", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName2024", + "tagName": "tagName2024", "count": { "type": "Total", "value": 0 @@ -86,16 +83,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName8850?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName2024?api-version=2019-10-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-845fbec57c8b6749b98c2f5a5ba2a263-729a1c655ec29440-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "532254c82ab5bfd33e41625f0d2b4c46", "x-ms-return-client-request-id": "true" }, @@ -104,29 +97,25 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 16:08:28 GMT", + "Date": "Mon, 25 Oct 2021 18:21:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8543b37d-d548-43dd-81e4-cf63ad91c74a", - "x-ms-ratelimit-remaining-subscription-deletes": "14978", - "x-ms-request-id": "8543b37d-d548-43dd-81e4-cf63ad91c74a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160829Z:8543b37d-d548-43dd-81e4-cf63ad91c74a" + "x-ms-correlation-request-id": "40a445ca-016f-4927-bf79-c170984394e0", + "x-ms-ratelimit-remaining-subscription-deletes": "14980", + "x-ms-request-id": "40a445ca-016f-4927-bf79-c170984394e0", + "x-ms-routing-request-id": "WESTUS2:20211025T182105Z:40a445ca-016f-4927-bf79-c170984394e0" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-082d46cbd4dd124b98a56a68746195c7-7f75dbac222b5d47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "49909fcc9d1b8226adb20d323a849826", "x-ms-return-client-request-id": "true" }, @@ -134,145 +123,85 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5915", + "Content-Length": "3029", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:08:29 GMT", + "Date": "Mon, 25 Oct 2021 18:21:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "783e7492-572d-401c-bc6c-cd10e8e3e3f3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "783e7492-572d-401c-bc6c-cd10e8e3e3f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160829Z:783e7492-572d-401c-bc6c-cd10e8e3e3f3" + "x-ms-correlation-request-id": "3956d7e4-3f57-4c43-a2d4-4a327f3d3fc3", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3956d7e4-3f57-4c43-a2d4-4a327f3d3fc3", + "x-ms-routing-request-id": "WESTUS2:20211025T182106Z:3956d7e4-3f57-4c43-a2d4-4a327f3d3fc3" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", "count": { "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", - "count": { - "type": "Total", - "value": 4 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", "count": { "type": "Total", - "value": 1 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", "count": { "type": "Total", - "value": 3 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 3 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", "count": { "type": "Total", "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", "value": 2 @@ -281,16 +210,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", "count": { "type": "Total", "value": 1 @@ -299,34 +228,34 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", "count": { "type": "Total", - "value": 1 + "value": 0 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", "count": { "type": "Total", - "value": 1 + "value": 0 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", "count": { "type": "Total", "value": 1 @@ -335,16 +264,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", "count": { "type": "Total", "value": 1 @@ -353,53 +282,26 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", "count": { "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", - "count": { - "type": "Total", - "value": 0 + "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", "count": { "type": "Total", - "value": 0 + "value": 1 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", "count": { "type": "Total", "value": 0 @@ -407,62 +309,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", "count": { "type": "Total", "value": 0 @@ -471,10 +319,37 @@ } ] } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName2024?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7438f332cb2d2054bc53f18e79ec5d25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 25 Oct 2021 18:21:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cc23b47f-458c-4a83-88d7-bd58c18225f4", + "x-ms-ratelimit-remaining-subscription-deletes": "14979", + "x-ms-request-id": "cc23b47f-458c-4a83-88d7-bd58c18225f4", + "x-ms-routing-request-id": "WESTUS2:20211025T182106Z:cc23b47f-458c-4a83-88d7-bd58c18225f4" + }, + "ResponseBody": [] } ], "Variables": { "RandomSeed": "2021331924", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest().json index ee7920397c49b..f639fe9435a31 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest().json @@ -1,42 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "baaeaec9e9d6c2a86d12dfa1d0b0ad38", + "traceparent": "00-5156b7fcf4c6ca488ae130417c7cd611-21b52f1a1a7d9f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d6baaeaea8e96dc212dfa1d0b0ad38ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:22 GMT", + "Date": "Mon, 25 Oct 2021 18:20:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9517dc16-68ed-44ae-8a96-3a43bc6e53c3", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "9517dc16-68ed-44ae-8a96-3a43bc6e53c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160322Z:9517dc16-68ed-44ae-8a96-3a43bc6e53c3" + "x-ms-correlation-request-id": "d10bc84c-bcd4-460f-9f78-e0868f101506", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d10bc84c-bcd4-460f-9f78-e0868f101506", + "x-ms-routing-request-id": "WESTUS2:20211025T182059Z:d10bc84c-bcd4-460f-9f78-e0868f101506" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -46,38 +47,34 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3733?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-75b1bf2c7c4461418b32fe8be8ecf1d7-8396f3190fb4b845-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "295c351984c448fba4c4f654f4fe6a0d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "152", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:22 GMT", + "Date": "Mon, 25 Oct 2021 18:20:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2c89e13-7bcc-4ac4-8fc6-b9e7e50c2ad0", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "f2c89e13-7bcc-4ac4-8fc6-b9e7e50c2ad0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160323Z:f2c89e13-7bcc-4ac4-8fc6-b9e7e50c2ad0" + "x-ms-correlation-request-id": "23428a33-a999-453b-a2d2-1531efc434de", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "23428a33-a999-453b-a2d2-1531efc434de", + "x-ms-routing-request-id": "WESTUS2:20211025T182059Z:23428a33-a999-453b-a2d2-1531efc434de" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3733", + "tagName": "tagName3733", "count": { "type": "Total", "value": 0 @@ -86,16 +83,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546/tagValues/testValue?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3733/tagValues/testValue?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2400a63133d2184f924348805f957794-799151de8eafe64c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "ba4a4313e04e7e2ef9e2591905df3eff", "x-ms-return-client-request-id": "true" }, @@ -105,18 +98,18 @@ "Cache-Control": "no-cache", "Content-Length": "159", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:25 GMT", + "Date": "Mon, 25 Oct 2021 18:20:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17784742-5625-4229-965f-069640853f6a", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "17784742-5625-4229-965f-069640853f6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160325Z:17784742-5625-4229-965f-069640853f6a" + "x-ms-correlation-request-id": "a23955ba-97dc-429c-a502-fff205d059b6", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "a23955ba-97dc-429c-a502-fff205d059b6", + "x-ms-routing-request-id": "WESTUS2:20211025T182100Z:a23955ba-97dc-429c-a502-fff205d059b6" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546/tagValues/testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3733/tagValues/testValue", "tagValue": "testValue", "count": { "type": "Total", @@ -125,16 +118,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546/tagValues/testValue?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3733/tagValues/testValue?api-version=2019-10-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6b60dfd4ffb9ea4384b286c971a5c58f-21b4a984af07c946-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "44190cc63eba2a05b2713225b16d7813", "x-ms-return-client-request-id": "true" }, @@ -143,29 +132,25 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 16:03:27 GMT", + "Date": "Mon, 25 Oct 2021 18:21:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1bfca15-d280-483c-9626-a21e030f502d", - "x-ms-ratelimit-remaining-subscription-deletes": "14980", - "x-ms-request-id": "b1bfca15-d280-483c-9626-a21e030f502d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160327Z:b1bfca15-d280-483c-9626-a21e030f502d" + "x-ms-correlation-request-id": "e8221869-b2db-40c9-bfb3-0af24c484bc0", + "x-ms-ratelimit-remaining-subscription-deletes": "14984", + "x-ms-request-id": "e8221869-b2db-40c9-bfb3-0af24c484bc0", + "x-ms-routing-request-id": "WESTUS2:20211025T182100Z:e8221869-b2db-40c9-bfb3-0af24c484bc0" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-40bc333e3687c945b02cc2e8fea089ba-2b377b6b25944c4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "6dbd93757e6238a107de2fe22ae243c5", "x-ms-return-client-request-id": "true" }, @@ -173,145 +158,85 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5915", + "Content-Length": "3182", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:03:27 GMT", + "Date": "Mon, 25 Oct 2021 18:21:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98858e86-0865-43bc-a0d2-390f8b477274", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "98858e86-0865-43bc-a0d2-390f8b477274", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160328Z:98858e86-0865-43bc-a0d2-390f8b477274" + "x-ms-correlation-request-id": "9e1a0065-1912-4351-922f-e8abdad581d6", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "9e1a0065-1912-4351-922f-e8abdad581d6", + "x-ms-routing-request-id": "WESTUS2:20211025T182100Z:9e1a0065-1912-4351-922f-e8abdad581d6" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", "count": { "type": "Total", - "value": 4 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", "count": { "type": "Total", - "value": 1 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", "count": { "type": "Total", - "value": 3 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 3 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", "count": { "type": "Total", "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", "value": 2 @@ -320,16 +245,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", "count": { "type": "Total", "value": 1 @@ -338,34 +263,34 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", "count": { "type": "Total", - "value": 1 + "value": 0 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", "count": { "type": "Total", - "value": 1 + "value": 0 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", "count": { "type": "Total", "value": 1 @@ -374,16 +299,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", "count": { "type": "Total", "value": 1 @@ -392,80 +317,26 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", "count": { "type": "Total", - "value": 0 + "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", "count": { "type": "Total", - "value": 0 + "value": 1 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", "count": { "type": "Total", "value": 0 @@ -473,8 +344,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", "count": { "type": "Total", "value": 0 @@ -482,26 +353,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3733", + "tagName": "tagName3733", "count": { "type": "Total", "value": 0 @@ -510,10 +363,38 @@ } ] } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName3733?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e88ef78525e5d5533d2007dcad08cc8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:21:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4e5d45c4-50b2-4b05-a728-717a8e0dd30c", + "x-ms-ratelimit-remaining-subscription-deletes": "14983", + "x-ms-request-id": "4e5d45c4-50b2-4b05-a728-717a8e0dd30c", + "x-ms-routing-request-id": "WESTUS2:20211025T182102Z:4e5d45c4-50b2-4b05-a728-717a8e0dd30c" + }, + "ResponseBody": [] } ], "Variables": { "RandomSeed": "1595008228", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest()Async.json index 299f4c3a43d38..c00190e467bc9 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/PredefinedTagOperationsTests/ValueTest()Async.json @@ -1,42 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab?api-version=2019-11-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], - "x-ms-client-request-id": "291f98973b2c7fe951cfc05fe172489e", + "traceparent": "00-f0dde801d797924493e07e65b8a33bfb-5f495e816ab9cd49-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "2c291f98e93b517fcfc05fe172489e92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "413", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:02:28 GMT", + "Date": "Mon, 25 Oct 2021 18:21:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f22f16f-93b1-43a9-8650-4fbe0982f270", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "5f22f16f-93b1-43a9-8650-4fbe0982f270", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160228Z:5f22f16f-93b1-43a9-8650-4fbe0982f270" + "x-ms-correlation-request-id": "52683873-9dff-4a17-b946-3ec5425e01e6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "52683873-9dff-4a17-b946-3ec5425e01e6", + "x-ms-routing-request-id": "WESTUS2:20211025T182106Z:52683873-9dff-4a17-b946-3ec5425e01e6" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], - "tags": {}, - "subscriptionId": "0accec26-d6de-4757-8e74-d080f38eaaab", + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ACR - TEST - China Team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -46,38 +47,34 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName5528?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2c86bcb4b7ae064fbb96de424e076cad-f8384e8410fd6943-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "db9e0c6c59e13dc8181973362a61e461", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "152", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:02:31 GMT", + "Date": "Mon, 25 Oct 2021 18:21:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bb81330-530b-42b8-8895-b6500fcddd2c", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "1bb81330-530b-42b8-8895-b6500fcddd2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160231Z:1bb81330-530b-42b8-8895-b6500fcddd2c" + "x-ms-correlation-request-id": "397b7d3d-2539-4820-8526-78951b05e317", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "397b7d3d-2539-4820-8526-78951b05e317", + "x-ms-routing-request-id": "WESTUS2:20211025T182107Z:397b7d3d-2539-4820-8526-78951b05e317" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName5528", + "tagName": "tagName5528", "count": { "type": "Total", "value": 0 @@ -86,16 +83,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784/tagValues/testValue?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName5528/tagValues/testValue?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-adc1db475ca21842bbdd240c88d7f988-e8afe78ed2bd3b45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "b06d2bb3195093e8b5a62e6145846dd0", "x-ms-return-client-request-id": "true" }, @@ -105,18 +98,18 @@ "Cache-Control": "no-cache", "Content-Length": "159", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:02:33 GMT", + "Date": "Mon, 25 Oct 2021 18:21:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef04eae6-7191-4061-93cb-7d9ffb34662b", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "ef04eae6-7191-4061-93cb-7d9ffb34662b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160233Z:ef04eae6-7191-4061-93cb-7d9ffb34662b" + "x-ms-correlation-request-id": "6797533c-cb04-4c0d-994f-2664b2105a42", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "6797533c-cb04-4c0d-994f-2664b2105a42", + "x-ms-routing-request-id": "WESTUS2:20211025T182107Z:6797533c-cb04-4c0d-994f-2664b2105a42" }, "ResponseBody": { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784/tagValues/testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName5528/tagValues/testValue", "tagValue": "testValue", "count": { "type": "Total", @@ -125,16 +118,12 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784/tagValues/testValue?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName5528/tagValues/testValue?api-version=2019-10-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-45134122b5e3564a9b49322f83cec842-23ae51d560066a4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "27de21801ac33fb656eb14217648276d", "x-ms-return-client-request-id": "true" }, @@ -143,29 +132,25 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 22 Jun 2021 16:02:35 GMT", + "Date": "Mon, 25 Oct 2021 18:21:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbf65251-9e4d-4e41-ac5a-7ae918a0edd2", - "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-request-id": "bbf65251-9e4d-4e41-ac5a-7ae918a0edd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160235Z:bbf65251-9e4d-4e41-ac5a-7ae918a0edd2" + "x-ms-correlation-request-id": "f0858dd4-6c85-4b45-8382-6ffa1e1a1899", + "x-ms-ratelimit-remaining-subscription-deletes": "14977", + "x-ms-request-id": "f0858dd4-6c85-4b45-8382-6ffa1e1a1899", + "x-ms-routing-request-id": "WESTUS2:20211025T182108Z:f0858dd4-6c85-4b45-8382-6ffa1e1a1899" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames?api-version=2019-10-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8d0d0705121da345bc746c0c1736cda8-62bccacd017caf4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210623.1", - "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19043 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", "x-ms-client-request-id": "462dfedbedda5341240a263a2a66f894", "x-ms-return-client-request-id": "true" }, @@ -173,145 +158,85 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5915", + "Content-Length": "3182", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 22 Jun 2021 16:02:35 GMT", + "Date": "Mon, 25 Oct 2021 18:21:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68f7adee-926f-4dea-8ca1-73b316bf3b42", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "68f7adee-926f-4dea-8ca1-73b316bf3b42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210622T160236Z:68f7adee-926f-4dea-8ca1-73b316bf3b42" + "x-ms-correlation-request-id": "77cc3e3a-3c7f-476f-beaa-90390c655018", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "77cc3e3a-3c7f-476f-beaa-90390c655018", + "x-ms-routing-request-id": "WESTUS2:20211025T182108Z:77cc3e3a-3c7f-476f-beaa-90390c655018" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "tagName": "platformsettings.host_environment.service.platform_optedin_for_rootcerts", - "count": { - "type": "Total", - "value": 6 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/platformsettings.host_environment.service.platform_optedin_for_rootcerts/tagValues/true", - "tagValue": "true", - "count": { - "type": "Total", - "value": 6 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli", - "tagName": "ericli", - "count": { - "type": "Total", - "value": 1 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ericli/tagValues/2020.03.04", - "tagValue": "2020.03.04", - "count": { - "type": "Total", - "value": 1 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName", - "tagName": "displayName", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1", + "tagName": "key1", "count": { "type": "Total", - "value": 4 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Subnet", - "tagValue": "NSG - Subnet", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/UDR - Subnet", - "tagValue": "UDR - Subnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/NSG - Front End", - "tagValue": "NSG - Front End", - "count": { - "type": "Total", - "value": 1 - } - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/displayName/tagValues/jenkins-vnet", - "tagValue": "jenkins-vnet", - "count": { - "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region", - "tagName": "new region", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2", + "tagName": "key2", "count": { "type": "Total", - "value": 1 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/new region/tagValues/jio central", - "tagValue": "jio central", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/key2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", - "value": 1 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack", - "tagName": "azsecpack", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1", + "tagName": "tag1", "count": { "type": "Total", - "value": 3 + "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/azsecpack/tagValues/nonprod", - "tagValue": "nonprod", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag1/tagValues/value1", + "tagValue": "value1", "count": { "type": "Total", - "value": 3 + "value": 2 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage", - "tagName": "ms-resource-usage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2", + "tagName": "tag2", "count": { "type": "Total", "value": 2 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/ms-resource-usage/tagValues/azure-cloud-shell", - "tagValue": "azure-cloud-shell", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tag2/tagValues/value2", + "tagValue": "value2", "count": { "type": "Total", "value": 2 @@ -320,16 +245,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator", - "tagName": "Creator", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience", + "tagName": "defaultExperience", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/Creator/tagValues/Automatically added by NRMS Azure Policy", - "tagValue": "Automatically added by NRMS Azure Policy", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/defaultExperience/tagValues/Azure Cosmos DB for MongoDB API", + "tagValue": "Azure Cosmos DB for MongoDB API", "count": { "type": "Total", "value": 1 @@ -338,34 +263,34 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info", - "tagName": "NRMS-Info", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1", + "tagName": "PredefinedTag1", "count": { "type": "Total", - "value": 1 + "value": 0 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Info/tagValues/http://aka.ms/nrms", - "tagValue": "http://aka.ms/nrms", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/PredefinedTag1/tagValues/DefaultValue", + "tagValue": "DefaultValue", "count": { "type": "Total", - "value": 1 + "value": 0 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version", - "tagName": "NRMS-Version", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test", + "tagName": "test", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/NRMS-Version/tagValues/2019-03-20", - "tagValue": "2019-03-20", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/test/tagValues/env", + "tagValue": "env", "count": { "type": "Total", "value": 1 @@ -374,16 +299,16 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry", - "tagName": "containerregistry", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1", + "tagName": "tagKey1", "count": { "type": "Total", "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/containerregistry/tagValues/TestOpsLimit", - "tagValue": "TestOpsLimit", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey1/tagValues/tagValue1", + "tagValue": "tagValue1", "count": { "type": "Total", "value": 1 @@ -392,80 +317,26 @@ ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946", - "tagName": "tagName3946", - "count": { - "type": "Total", - "value": 0 - }, - "values": [ - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3946/tagValues/testValue", - "tagValue": "testValue", - "count": { - "type": "Total", - "value": 0 - } - } - ] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780", - "tagName": "tagName780", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2", + "tagName": "tagKey2", "count": { "type": "Total", - "value": 0 + "value": 1 }, "values": [ { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName780/tagValues/testValue", - "tagValue": "testValue", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagKey2/tagValues/tagValue2", + "tagValue": "tagValue2", "count": { "type": "Total", - "value": 0 + "value": 1 } } ] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1776", - "tagName": "tagName1776", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName1784", - "tagName": "tagName1784", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2124", - "tagName": "tagName2124", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName2764", - "tagName": "tagName2764", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3178", - "tagName": "tagName3178", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg7063", + "tagName": "csmtg7063", "count": { "type": "Total", "value": 0 @@ -473,8 +344,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName3309", - "tagName": "tagName3309", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/csmtg9684", + "tagName": "csmtg9684", "count": { "type": "Total", "value": 0 @@ -482,26 +353,8 @@ "values": [] }, { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4546", - "tagName": "tagName4546", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName4958", - "tagName": "tagName4958", - "count": { - "type": "Total", - "value": 0 - }, - "values": [] - }, - { - "id": "/subscriptions/0accec26-d6de-4757-8e74-d080f38eaaab/tagNames/tagName5485", - "tagName": "tagName5485", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName5528", + "tagName": "tagName5528", "count": { "type": "Total", "value": 0 @@ -510,10 +363,38 @@ } ] } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/tagNames/tagName5528?api-version=2019-10-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211025.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "08b5a2abbd83999e752e596505c71d6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 25 Oct 2021 18:21:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "08aba965-6b9f-4dbf-9195-2997b2c5e552", + "x-ms-ratelimit-remaining-subscription-deletes": "14976", + "x-ms-request-id": "08aba965-6b9f-4dbf-9195-2997b2c5e552", + "x-ms-routing-request-id": "WESTUS2:20211025T182108Z:08aba965-6b9f-4dbf-9195-2997b2c5e552" + }, + "ResponseBody": [] } ], "Variables": { "RandomSeed": "1665969137", - "SUBSCRIPTION_ID": "0accec26-d6de-4757-8e74-d080f38eaaab" + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/CheckIfExists.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/CheckIfExists.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/CheckIfExists.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/CheckIfExists.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/CheckIfExistsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/CheckIfExistsAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/CheckIfExistsAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/CheckIfExistsAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetEmptyException.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetEmptyException.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetEmptyException.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetEmptyException.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetEmptyExceptionAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetEmptyExceptionAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetEmptyExceptionAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetEmptyExceptionAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetFromSubscription(%microsoft.insights%).json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetFromSubscription(%microsoft.insights%).json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetFromSubscription(%microsoft.insights%).json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetFromSubscription(%microsoft.insights%).json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetFromSubscription(%microsoft.insights%)Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetFromSubscription(%microsoft.insights%)Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetFromSubscription(%microsoft.insights%)Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetFromSubscription(%microsoft.insights%)Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetNullException.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetNullException.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetNullException.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetNullException.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetNullExceptionAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetNullExceptionAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/GetNullExceptionAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/GetNullExceptionAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/List.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/List.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/List.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/List.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/ListAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/ListAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/ListAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/ListAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/TryGet.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/TryGet.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/TryGet.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/TryGet.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/TryGetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/TryGetAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderContainerTests/TryGetAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ProviderCollectionTests/TryGetAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CheckIfExists().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CheckIfExists().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CheckIfExists().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CheckIfExists().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CheckIfExists()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CheckIfExists()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CheckIfExists()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CheckIfExists()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CreateOrUpdate().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CreateOrUpdate().json similarity index 67% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CreateOrUpdate().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CreateOrUpdate().json index c0fa9c7693685..8041bb7c21044 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CreateOrUpdate().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CreateOrUpdate().json @@ -6,9 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-92ca24e581c74d4e96639d0933932487-bc7cf1683f969648-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c21728be8b299089d0acc802fc66974e", + "traceparent": "00-521439598c5daa418fe1e767d7f1b12c-b588586eceb65746-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "29c21728898bd090acc802fc66974e7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 22:35:00 GMT", + "Date": "Wed, 13 Oct 2021 03:20:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1aa13ded-bb8e-454b-aa52-f92fa5de255b", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "1aa13ded-bb8e-454b-aa52-f92fa5de255b", - "x-ms-routing-request-id": "WESTUS:20210712T223500Z:1aa13ded-bb8e-454b-aa52-f92fa5de255b" + "x-ms-correlation-request-id": "70140c15-953f-4d7b-bd0a-91926a92237f", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "70140c15-953f-4d7b-bd0a-91926a92237f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032100Z:70140c15-953f-4d7b-bd0a-91926a92237f" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -47,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-7569?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-6340?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "45", "Content-Type": "application/json", - "traceparent": "00-ed235b5af618d041b1e0547a7ca077dc-05238f6a391fd144-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "387d5ff23104bcfb6c1e3acda906ffd0", "x-ms-return-client-request-id": "true" }, @@ -70,19 +75,19 @@ "Cache-Control": "no-cache", "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 22:35:01 GMT", + "Date": "Wed, 13 Oct 2021 03:21:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f1efc73-5507-4579-9979-4c6e6dedbea4", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7f1efc73-5507-4579-9979-4c6e6dedbea4", - "x-ms-routing-request-id": "WESTUS:20210712T223501Z:7f1efc73-5507-4579-9979-4c6e6dedbea4" + "x-ms-correlation-request-id": "c5df122b-148d-4644-be50-a3e6f10165ab", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c5df122b-148d-4644-be50-a3e6f10165ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032102Z:c5df122b-148d-4644-be50-a3e6f10165ab" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-7569", - "name": "testRg-7569", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-6340", + "name": "testRg-6340", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "tags": { @@ -96,6 +101,7 @@ ], "Variables": { "RandomSeed": "1872344131", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CreateOrUpdate()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CreateOrUpdate()Async.json similarity index 67% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CreateOrUpdate()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CreateOrUpdate()Async.json index 7bdd0e1d1da73..c135f6ff99291 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/CreateOrUpdate()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/CreateOrUpdate()Async.json @@ -6,9 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dcc7b7bf21cad6439fa153d7bf3eaebf-44a7d548b208534f-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b38b91237b8f00529e48d090d0f08e3", + "traceparent": "00-35892a65a9dc834b97068b19f5dd2d8f-4043b8954a6a4b42-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "b86b38b9053729f0e48d090d0f08e389", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -17,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 22:34:59 GMT", + "Date": "Wed, 13 Oct 2021 03:21:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a765c1e-b5ea-4266-af93-d24a83e8ea8d", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "8a765c1e-b5ea-4266-af93-d24a83e8ea8d", - "x-ms-routing-request-id": "WESTUS:20210712T223500Z:8a765c1e-b5ea-4266-af93-d24a83e8ea8d" + "x-ms-correlation-request-id": "0e94f670-20df-451a-893e-f7cfccc1ec71", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0e94f670-20df-451a-893e-f7cfccc1ec71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032108Z:0e94f670-20df-451a-893e-f7cfccc1ec71" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -47,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-5504?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-5237?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "45", "Content-Type": "application/json", - "traceparent": "00-dd094f86c7ad874fb8b11c595cde605b-897124ba3ef8d641-00", - "User-Agent": "azsdk-net-ResourceManager.Core/1.0.0-alpha.20210712.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "c4f747a2bb042180d0787a4bf8bef8d5", "x-ms-return-client-request-id": "true" }, @@ -70,19 +75,19 @@ "Cache-Control": "no-cache", "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 12 Jul 2021 22:35:00 GMT", + "Date": "Wed, 13 Oct 2021 03:21:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2aac75fe-946d-4804-a9c3-758cdf8b4f07", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "2aac75fe-946d-4804-a9c3-758cdf8b4f07", - "x-ms-routing-request-id": "WESTUS:20210712T223501Z:2aac75fe-946d-4804-a9c3-758cdf8b4f07" + "x-ms-correlation-request-id": "84d25289-0c80-446d-ad22-69958d5770b1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "84d25289-0c80-446d-ad22-69958d5770b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T032108Z:84d25289-0c80-446d-ad22-69958d5770b1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-5504", - "name": "testRg-5504", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-5237", + "name": "testRg-5237", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "tags": { @@ -96,6 +101,7 @@ ], "Variables": { "RandomSeed": "1442551820", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/EnumerableInterface.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/EnumerableInterface.json new file mode 100644 index 0000000000000..d0d0c6017b059 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/EnumerableInterface.json @@ -0,0 +1,218 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211018.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6f772b209e14157362839e08ae6fb6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 18 Oct 2021 22:49:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dd5ced93-36a1-4aba-8e57-696f0430ac5d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "dd5ced93-36a1-4aba-8e57-696f0430ac5d", + "x-ms-routing-request-id": "WESTUS2:20211018T224953Z:dd5ced93-36a1-4aba-8e57-696f0430ac5d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-3078?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "22", + "Content-Type": "application/json", + "traceparent": "00-a262f359df3fc64b9a92f32ee84aa68a-229681a3a6f5d040-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211018.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50ddf8cb2416261444de6215d073f5d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "220", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 18 Oct 2021 22:49:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8dddb676-7177-41f5-8601-5c8f3d640509", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8dddb676-7177-41f5-8601-5c8f3d640509", + "x-ms-routing-request-id": "WESTUS2:20211018T224954Z:8dddb676-7177-41f5-8601-5c8f3d640509" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-3078", + "name": "testRg-3078", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ccc4ea47b7ed6b46a4bc73514552f124-13431baba2aa0747-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211018.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6cdac341deaad4aedda7f1c0c613c06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2374", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 18 Oct 2021 22:49:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b0ab97bc-4151-4693-86ab-7aada52a7ec1", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b0ab97bc-4151-4693-86ab-7aada52a7ec1", + "x-ms-routing-request-id": "WESTUS2:20211018T224954Z:b0ab97bc-4151-4693-86ab-7aada52a7ec1" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-1375", + "name": "Default-EventHub-1375", + "type": "Microsoft.Resources/resourceGroups", + "location": "southcentralus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/cleanupService", + "name": "cleanupService", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/AzSecPackAutoConfigRG", + "name": "AzSecPackAutoConfigRG", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdkpipeline", + "name": "sdkpipeline", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-3213", + "name": "WebPubSubRG-3213", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-3078", + "name": "testRg-3078", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/AutoRestResources2", + "name": "AutoRestResources2", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-Storage-EastAsia", + "name": "Default-Storage-EastAsia", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastasia", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-Storage-EastUS", + "name": "Default-Storage-EastUS", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-Storage-WestUS", + "name": "Default-Storage-WestUS", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded" + } + } + ] + } + } + ], + "Variables": { + "RandomSeed": "182972789", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/EnumerableInterfaceAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/EnumerableInterfaceAsync.json new file mode 100644 index 0000000000000..4d5447723aff1 --- /dev/null +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/EnumerableInterfaceAsync.json @@ -0,0 +1,218 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211018.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fa8bda8cf4a4da9fed20ec6cd0696e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 18 Oct 2021 22:50:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7360a06d-a0e1-452a-bc5f-d4c0e0a6fd27", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7360a06d-a0e1-452a-bc5f-d4c0e0a6fd27", + "x-ms-routing-request-id": "WESTUS2:20211018T225009Z:7360a06d-a0e1-452a-bc5f-d4c0e0a6fd27" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testRg-9760?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "22", + "Content-Type": "application/json", + "traceparent": "00-25609b05998cfa4fa18cc0f32fe7566e-1e6c944cc6ce054b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211018.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c781cfab6323399b559bc0ae43c4d85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "220", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 18 Oct 2021 22:50:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "48784c40-4929-44d8-80f8-2f3ce953d831", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "48784c40-4929-44d8-80f8-2f3ce953d831", + "x-ms-routing-request-id": "WESTUS2:20211018T225010Z:48784c40-4929-44d8-80f8-2f3ce953d831" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9760", + "name": "testRg-9760", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-51ea39a07e71f4428c896c646230d534-16e905a624db3d4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20211018.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cc38a00cd5a72c4579f404f1035b770", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2374", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 18 Oct 2021 22:50:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "76e65ec0-04a9-4b0b-9836-57e1a1931e1b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "76e65ec0-04a9-4b0b-9836-57e1a1931e1b", + "x-ms-routing-request-id": "WESTUS2:20211018T225010Z:76e65ec0-04a9-4b0b-9836-57e1a1931e1b" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-1375", + "name": "Default-EventHub-1375", + "type": "Microsoft.Resources/resourceGroups", + "location": "southcentralus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/cleanupService", + "name": "cleanupService", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/AzSecPackAutoConfigRG", + "name": "AzSecPackAutoConfigRG", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdkpipeline", + "name": "sdkpipeline", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/WebPubSubRG-3213", + "name": "WebPubSubRG-3213", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testRg-9760", + "name": "testRg-9760", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/AutoRestResources2", + "name": "AutoRestResources2", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-Storage-EastAsia", + "name": "Default-Storage-EastAsia", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastasia", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-Storage-EastUS", + "name": "Default-Storage-EastUS", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-Storage-WestUS", + "name": "Default-Storage-WestUS", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded" + } + } + ] + } + } + ], + "Variables": { + "RandomSeed": "1410633114", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/Get().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/Get().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/Get().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/Get().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/Get()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/Get()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/Get()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/Get()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/List().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/List().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/List().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/List().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/List()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/List()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/List()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/List()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/ListWithParameters().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/ListWithParameters().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/ListWithParameters().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/ListWithParameters().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/ListWithParameters()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/ListWithParameters()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/ListWithParameters()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/ListWithParameters()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/StartCreateOrUpdate().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/StartCreateOrUpdate().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/StartCreateOrUpdate().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/StartCreateOrUpdate().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/StartCreateOrUpdate()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/StartCreateOrUpdate()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/StartCreateOrUpdate()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/StartCreateOrUpdate()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/TryGet().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/TryGet().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/TryGet().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/TryGet().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/TryGet()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/TryGet()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupContainerTests/TryGet()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupCollectionTests/TryGet()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update().json index 5e7134f0a13c5..7d8194b15f73a 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update().json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update().json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e094e55c30eb7c1f263909ff08d25c0e", + "traceparent": "00-fe06e7ef0b4b474889864277346ef5bd-a73806e253a2534b-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ebe094e51f30267c3909ff08d25c0e71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:21:04 GMT", + "Date": "Wed, 13 Oct 2021 03:36:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3090abf0-9829-43f9-a5e4-0188a0f9a4f8", - "x-ms-ratelimit-remaining-subscription-reads": "5961", - "x-ms-request-id": "3090abf0-9829-43f9-a5e4-0188a0f9a4f8", - "x-ms-routing-request-id": "WESTUS2:20210820T202104Z:3090abf0-9829-43f9-a5e4-0188a0f9a4f8" + "x-ms-correlation-request-id": "601f98d3-1cce-45b9-a825-3fe399289242", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "601f98d3-1cce-45b9-a825-3fe399289242", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T033602Z:601f98d3-1cce-45b9-a825-3fe399289242" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg6338?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg8376?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-62985bc504d59c429f2ddece34c6b514-0eb64ece9a616945-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "175a7e2f248b823e718c747dd3a0d29b", "x-ms-return-client-request-id": "true" }, @@ -66,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:21:04 GMT", + "Date": "Wed, 13 Oct 2021 03:36:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e81ed91-48bc-4a60-ae11-a50915ae091c", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "3e81ed91-48bc-4a60-ae11-a50915ae091c", - "x-ms-routing-request-id": "WESTUS2:20210820T202104Z:3e81ed91-48bc-4a60-ae11-a50915ae091c" + "x-ms-correlation-request-id": "d9f8dd65-e9aa-43be-b9d5-ae84c843700a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d9f8dd65-e9aa-43be-b9d5-ae84c843700a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T033604Z:d9f8dd65-e9aa-43be-b9d5-ae84c843700a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6338", - "name": "testrg6338", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg8376", + "name": "testrg8376", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -87,39 +93,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg6338?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg8376?api-version=2019-10-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-744ae2b171b9ed47a915b4b10366c792-f6efad2d1560fc46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "5893c882a9998b6f87dc1469b1bbedd2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "name": "testrg6338" + "name": "testrg8376" }, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:21:04 GMT", + "Date": "Wed, 13 Oct 2021 03:36:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78041dab-e542-4903-9b10-434eab68cca4", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "78041dab-e542-4903-9b10-434eab68cca4", - "x-ms-routing-request-id": "WESTUS2:20210820T202104Z:78041dab-e542-4903-9b10-434eab68cca4" + "x-ms-correlation-request-id": "5353d7e4-1970-4bee-9db5-dfaed5b0712b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5353d7e4-1970-4bee-9db5-dfaed5b0712b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T033604Z:5353d7e4-1970-4bee-9db5-dfaed5b0712b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg6338", - "name": "testrg6338", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg8376", + "name": "testrg8376", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update()Async.json index 4b956568369ff..7f8b09a187ecf 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update()Async.json +++ b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/ResourceGroupOperationsTests/Update()Async.json @@ -6,8 +6,12 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22bcc7038d78f6fd045efe99ff9aada2", + "traceparent": "00-eb2be59c72c76f41ac8db943d7170166-9610a3f1d0527a4d-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "7822bcc7fd8d04f65efe99ff9aada2a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -16,15 +20,15 @@ "Cache-Control": "no-cache", "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:35:29 GMT", + "Date": "Wed, 13 Oct 2021 03:36:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ebf9584-d318-4026-af0d-bd0e3f94636f", - "x-ms-ratelimit-remaining-subscription-reads": "7132", - "x-ms-request-id": "9ebf9584-d318-4026-af0d-bd0e3f94636f", - "x-ms-routing-request-id": "WESTUS2:20210820T203529Z:9ebf9584-d318-4026-af0d-bd0e3f94636f" + "x-ms-correlation-request-id": "0b38e6af-8b22-42dd-ac7f-7f1baf9dc978", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "0b38e6af-8b22-42dd-ac7f-7f1baf9dc978", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T033611Z:0b38e6af-8b22-42dd-ac7f-7f1baf9dc978" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", @@ -46,15 +50,17 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg8986?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg5290?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-61d4d2774560ce43b081dbd2fc7e9313-bf9ad1e4aad5e94f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "f7c16de3ea2215c13961a3b1c0ce9393", "x-ms-return-client-request-id": "true" }, @@ -66,19 +72,19 @@ "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:35:29 GMT", + "Date": "Wed, 13 Oct 2021 03:36:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6566ae18-2d42-4d12-b304-7b797de882e3", + "x-ms-correlation-request-id": "c1b0f1d5-7465-4958-abbb-e6e7fd5ef8ae", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "6566ae18-2d42-4d12-b304-7b797de882e3", - "x-ms-routing-request-id": "WESTUS2:20210820T203529Z:6566ae18-2d42-4d12-b304-7b797de882e3" + "x-ms-request-id": "c1b0f1d5-7465-4958-abbb-e6e7fd5ef8ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T033611Z:c1b0f1d5-7465-4958-abbb-e6e7fd5ef8ae" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg8986", - "name": "testrg8986", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg5290", + "name": "testrg5290", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { @@ -87,39 +93,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg8986?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/testrg5290?api-version=2019-10-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-80f7b22644cdf242963295342a224f8b-bcce90bc53df614a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210820.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-alpha.20211013.1", + "(.NET 5.0.11; Microsoft Windows 10.0.19043)" + ], "x-ms-client-request-id": "7ff17edafe1050ffbfffe793a7aeef6d", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "name": "testrg8986" + "name": "testrg5290" }, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "218", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Aug 2021 20:35:29 GMT", + "Date": "Wed, 13 Oct 2021 03:36:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5b66448-c531-481a-b45e-7c6f6d7dc56a", + "x-ms-correlation-request-id": "820055fd-0004-4a24-84d7-66c98f79f8ec", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "d5b66448-c531-481a-b45e-7c6f6d7dc56a", - "x-ms-routing-request-id": "WESTUS2:20210820T203530Z:d5b66448-c531-481a-b45e-7c6f6d7dc56a" + "x-ms-request-id": "820055fd-0004-4a24-84d7-66c98f79f8ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211013T033612Z:820055fd-0004-4a24-84d7-66c98f79f8ec" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg8986", - "name": "testrg8986", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/testrg5290", + "name": "testrg5290", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", "properties": { diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTest().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTest().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTest().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTest().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTest()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTest()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTest()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTest()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTest.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTest.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTest.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTest.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTestAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTestAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListComputeTestAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListComputeTestAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTest().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTest().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTest().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTest().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTest()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTest()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTest()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTest()Async.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTest.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTest.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTest.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTest.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTestAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTestAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiContainerTests/ListNetworkTestAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/RestApiCollectionTests/ListNetworkTestAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/CheckIfExists.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/CheckIfExists.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/CheckIfExists.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/CheckIfExists.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/CheckIfExistsAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/CheckIfExistsAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/CheckIfExistsAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/CheckIfExistsAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/Get.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/Get.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/Get.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/Get.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/GetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/GetAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/GetAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/GetAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/List.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/List.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/List.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/List.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/ListAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/ListAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/ListAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/ListAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/TryGet.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/TryGet.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/TryGet.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/TryGet.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/TryGetAsync.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/TryGetAsync.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionContainerTests/TryGetAsync.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/SubscriptionCollectionTests/TryGetAsync.json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantContainerTests/List().json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantCollectionTests/List().json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantContainerTests/List().json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantCollectionTests/List().json diff --git a/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantContainerTests/List()Async.json b/sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantCollectionTests/List()Async.json similarity index 100% rename from sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantContainerTests/List()Async.json rename to sdk/resourcemanager/Azure.ResourceManager/tests/SessionRecords/TenantCollectionTests/List()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/api/Azure.ResourceManager.Resources.netstandard2.0.cs b/sdk/resources/Azure.ResourceManager.Resources/api/Azure.ResourceManager.Resources.netstandard2.0.cs index 9c49331a6d334..3e12c83872af2 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/api/Azure.ResourceManager.Resources.netstandard2.0.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/api/Azure.ResourceManager.Resources.netstandard2.0.cs @@ -18,9 +18,9 @@ protected Application() { } public virtual Azure.Response Update(Azure.ResourceManager.Resources.Models.ApplicationPatchable parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Resources.Models.ApplicationPatchable parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ApplicationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ApplicationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ApplicationContainer() { } + protected ApplicationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string applicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string applicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -34,6 +34,9 @@ protected ApplicationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string applicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string applicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string applicationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ApplicationData : Azure.ResourceManager.Resources.Models.GenericResourceAutoGenerated { @@ -71,9 +74,9 @@ protected ApplicationDefinition() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ApplicationDefinitionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ApplicationDefinitionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ApplicationDefinitionContainer() { } + protected ApplicationDefinitionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string applicationDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string applicationDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -87,6 +90,9 @@ protected ApplicationDefinitionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string applicationDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string applicationDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string applicationDefinitionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ApplicationDefinitionData : Azure.ResourceManager.Resources.Models.GenericResourceAutoGenerated { @@ -139,15 +145,15 @@ protected Deployment() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Resources.DeploymentOperationContainer GetDeploymentOperations() { throw null; } + public Azure.ResourceManager.Resources.DeploymentOperationCollection GetDeploymentOperations() { throw null; } public virtual Azure.ResourceManager.Resources.Models.DeploymentValidateAtScopeOperation ValidateAtScope(Azure.ResourceManager.Resources.Models.DeploymentInput parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task ValidateAtScopeAsync(Azure.ResourceManager.Resources.Models.DeploymentInput parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Resources.Models.DeploymentWhatIfOperation WhatIf(Azure.ResourceManager.Resources.Models.DeploymentWhatIfProperties properties, string location = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task WhatIfAsync(Azure.ResourceManager.Resources.Models.DeploymentWhatIfProperties properties, string location = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DeploymentContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DeploymentCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DeploymentContainer() { } + protected DeploymentCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string deploymentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string deploymentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -159,6 +165,9 @@ protected DeploymentContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string deploymentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string deploymentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string deploymentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } protected override void ValidateResourceType(Azure.ResourceManager.ResourceIdentifier identifier) { } } public partial class DeploymentData : Azure.ResourceManager.Models.Resource @@ -180,9 +189,9 @@ protected DeploymentOperation() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DeploymentOperationContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DeploymentOperationCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DeploymentOperationContainer() { } + protected DeploymentOperationCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string operationId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string operationId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -192,6 +201,9 @@ protected DeploymentOperationContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string operationId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string operationId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string operationId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DeploymentOperationData { @@ -217,9 +229,9 @@ protected DeploymentScript() { } public virtual Azure.Response Update(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DeploymentScriptContainer : Azure.ResourceManager.Core.ArmContainer + public partial class DeploymentScriptCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected DeploymentScriptContainer() { } + protected DeploymentScriptCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string scriptName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string scriptName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -233,6 +245,9 @@ protected DeploymentScriptContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string scriptName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string scriptName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string scriptName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class DeploymentScriptData : Azure.ResourceManager.Models.Resource { @@ -264,9 +279,9 @@ protected JitRequestDefinition() { } public virtual Azure.Response Update(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class JitRequestDefinitionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class JitRequestDefinitionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected JitRequestDefinitionContainer() { } + protected JitRequestDefinitionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string jitRequestName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string jitRequestName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -280,6 +295,8 @@ protected JitRequestDefinitionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string jitRequestName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string jitRequestName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string jitRequestName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class JitRequestDefinitionData : Azure.ResourceManager.Models.TrackedResource { @@ -295,16 +312,16 @@ public JitRequestDefinitionData(Azure.ResourceManager.Resources.Models.Location } public static partial class ManagementGroupExtensions { - public static Azure.ResourceManager.Resources.DeploymentContainer GetDeployments(this Azure.ResourceManager.Management.ManagementGroup managementGroup) { throw null; } + public static Azure.ResourceManager.Resources.DeploymentCollection GetDeployments(this Azure.ResourceManager.Management.ManagementGroup managementGroup) { throw null; } } public static partial class ResourceGroupExtensions { - public static Azure.ResourceManager.Resources.ApplicationDefinitionContainer GetApplicationDefinitions(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Resources.ApplicationContainer GetApplications(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Resources.DeploymentContainer GetDeployments(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Resources.DeploymentScriptContainer GetDeploymentScripts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Resources.JitRequestDefinitionContainer GetJitRequestDefinitions(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } - public static Azure.ResourceManager.Resources.TemplateSpecContainer GetTemplateSpecs(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Resources.ApplicationDefinitionCollection GetApplicationDefinitions(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Resources.ApplicationCollection GetApplications(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Resources.DeploymentCollection GetDeployments(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Resources.DeploymentScriptCollection GetDeploymentScripts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Resources.JitRequestDefinitionCollection GetJitRequestDefinitions(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Resources.TemplateSpecCollection GetTemplateSpecs(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } } public partial class ScriptLog : Azure.ResourceManager.Core.ArmResource { @@ -332,7 +349,7 @@ public static partial class SubscriptionExtensions public static Azure.AsyncPageable GetApplicationByNameAsync(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable GetApplications(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetApplicationsAsync(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.ResourceManager.Resources.DeploymentContainer GetDeployments(this Azure.ResourceManager.Resources.Subscription subscription) { throw null; } + public static Azure.ResourceManager.Resources.DeploymentCollection GetDeployments(this Azure.ResourceManager.Resources.Subscription subscription) { throw null; } public static Azure.Pageable GetDeploymentScriptByName(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetDeploymentScriptByNameAsync(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable GetDeploymentScripts(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -359,13 +376,13 @@ protected TemplateSpec() { } public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default(Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Resources.TemplateSpecVersionContainer GetTemplateSpecVersions() { throw null; } + public Azure.ResourceManager.Resources.TemplateSpecVersionCollection GetTemplateSpecVersions() { throw null; } public virtual Azure.Response Update(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TemplateSpecContainer : Azure.ResourceManager.Core.ArmContainer + public partial class TemplateSpecCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected TemplateSpecContainer() { } + protected TemplateSpecCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string templateSpecName, Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default(Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string templateSpecName, Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default(Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -379,6 +396,9 @@ protected TemplateSpecContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string templateSpecName, Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default(Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string templateSpecName, Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default(Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string templateSpecName, Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default(Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class TemplateSpecData : Azure.ResourceManager.Resources.Models.AzureResourceBaseAutoGenerated { @@ -406,9 +426,9 @@ protected TemplateSpecVersion() { } public virtual Azure.Response Update(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(System.Collections.Generic.IDictionary tags = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TemplateSpecVersionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class TemplateSpecVersionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected TemplateSpecVersionContainer() { } + protected TemplateSpecVersionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string templateSpecVersion, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string templateSpecVersion, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -420,6 +440,9 @@ protected TemplateSpecVersionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string templateSpecVersion, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string templateSpecVersion, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string templateSpecVersion, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class TemplateSpecVersionData : Azure.ResourceManager.Resources.Models.AzureResourceBaseAutoGenerated { diff --git a/sdk/resources/Azure.ResourceManager.Resources/samples/Sample1_ManagingApplicationDefinitions.md b/sdk/resources/Azure.ResourceManager.Resources/samples/Sample1_ManagingApplicationDefinitions.md index 94b0f4b792eb6..1de68d4abf32b 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/samples/Sample1_ManagingApplicationDefinitions.md +++ b/sdk/resources/Azure.ResourceManager.Resources/samples/Sample1_ManagingApplicationDefinitions.md @@ -11,21 +11,21 @@ using Azure.ResourceManager.Resources.Models; using NUnit.Framework; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +```C# Snippet:Readme_GetResourceGroupCollection +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; ``` @@ -34,8 +34,8 @@ Now that we have the resource group created, we can manage the application defin ***Create an application definition*** ```C# Snippet:Managing_ApplicationDefinitions_CreateAnApplicationDefinition -// First we need to get the application definition container from the resource group -ApplicationDefinitionContainer applicationDefinitionContainer = resourceGroup.GetApplicationDefinitions(); +// First we need to get the application definition collection from the resource group +ApplicationDefinitionCollection applicationDefinitionCollection = resourceGroup.GetApplicationDefinitions(); // Use the same location as the resource group string applicationDefinitionName = "myApplicationDefinition"; var input = new ApplicationDefinitionData(resourceGroup.Data.Location, ApplicationLockLevel.None) @@ -44,17 +44,17 @@ var input = new ApplicationDefinitionData(resourceGroup.Data.Location, Applicati Description = $"{applicationDefinitionName} description", PackageFileUri = "https://raw.githubusercontent.com/Azure/azure-managedapp-samples/master/Managed%20Application%20Sample%20Packages/201-managed-storage-account/managedstorage.zip" }; -ApplicationDefinitionCreateOrUpdateOperation lro = await applicationDefinitionContainer.CreateOrUpdateAsync(applicationDefinitionName, input); +ApplicationDefinitionCreateOrUpdateOperation lro = await applicationDefinitionCollection.CreateOrUpdateAsync(applicationDefinitionName, input); ApplicationDefinition applicationDefinition = lro.Value; ``` ***List all application definitions*** ```C# Snippet:Managing_ApplicationDefinitions_ListAllApplicationDefinitions -// First we need to get the application definition container from the resource group -ApplicationDefinitionContainer applicationDefinitionContainer = resourceGroup.GetApplicationDefinitions(); -// With GetAllAsync(), we can get a list of the application definitions in the container -AsyncPageable response = applicationDefinitionContainer.GetAllAsync(); +// First we need to get the application definition collection from the resource group +ApplicationDefinitionCollection applicationDefinitionCollection = resourceGroup.GetApplicationDefinitions(); +// With GetAllAsync(), we can get a list of the application definitions in the collection +AsyncPageable response = applicationDefinitionCollection.GetAllAsync(); await foreach (ApplicationDefinition applicationDefinition in response) { Console.WriteLine(applicationDefinition.Data.Name); @@ -64,10 +64,10 @@ await foreach (ApplicationDefinition applicationDefinition in response) ***Delete an application definition*** ```C# Snippet:Managing_ApplicationDefinitions_DeleteAnApplicationDefinition -// First we need to get the application definition container from the resource group -ApplicationDefinitionContainer applicationDefinitionContainer = resourceGroup.GetApplicationDefinitions(); +// First we need to get the application definition collection from the resource group +ApplicationDefinitionCollection applicationDefinitionCollection = resourceGroup.GetApplicationDefinitions(); // Now we can get the application definition with GetAsync() -ApplicationDefinition applicationDefinition = await applicationDefinitionContainer.GetAsync("myApplicationDefinition"); +ApplicationDefinition applicationDefinition = await applicationDefinitionCollection.GetAsync("myApplicationDefinition"); // With DeleteAsync(), we can delete the application definition await applicationDefinition.DeleteAsync(); ``` diff --git a/sdk/resources/Azure.ResourceManager.Resources/samples/Sample2_ManagingDeployments.md b/sdk/resources/Azure.ResourceManager.Resources/samples/Sample2_ManagingDeployments.md index 59671170336d5..56a53ca239124 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/samples/Sample2_ManagingDeployments.md +++ b/sdk/resources/Azure.ResourceManager.Resources/samples/Sample2_ManagingDeployments.md @@ -12,21 +12,21 @@ using NUnit.Framework; using JsonObject = System.Collections.Generic.Dictionary; ``` -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: +When you first create your ARM client, choose the subscription you're going to work in. You can use the `GetDefaultSubscription`/`GetDefaultSubscriptionAsync` methods to return the default subscription configured for your user: ```C# Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer -ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); -// With the container, we can create a new resource group with an specific name +```C# Snippet:Readme_GetResourceGroupCollection +ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); +// With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; ``` @@ -35,8 +35,8 @@ Now that we have the resource group created, we can manage the deployments insid ***Create a deployment*** ```C# Snippet:Managing_Deployments_CreateADeployment -// First we need to get the deployment container from the resource group -DeploymentContainer deploymentContainer = resourceGroup.GetDeployments(); +// First we need to get the deployment collection from the resource group +DeploymentCollection deploymentCollection = resourceGroup.GetDeployments(); // Use the same location as the resource group string deploymentName = "myDeployment"; var input = new DeploymentInput(new DeploymentProperties(DeploymentMode.Incremental) @@ -54,17 +54,17 @@ var input = new DeploymentInput(new DeploymentProperties(DeploymentMode.Incremen } } }); -DeploymentCreateOrUpdateAtScopeOperation lro = await deploymentContainer.CreateOrUpdateAsync(deploymentName, input); +DeploymentCreateOrUpdateAtScopeOperation lro = await deploymentCollection.CreateOrUpdateAsync(deploymentName, input); Deployment deployment = lro.Value; ``` ***List all deployments*** ```C# Snippet:Managing_Deployments_ListAllDeployments -// First we need to get the deployment container from the resource group -DeploymentContainer deploymentContainer = resourceGroup.GetDeployments(); -// With GetAllAsync(), we can get a list of the deployments in the container -AsyncPageable response = deploymentContainer.GetAllAsync(); +// First we need to get the deployment collection from the resource group +DeploymentCollection deploymentCollection = resourceGroup.GetDeployments(); +// With GetAllAsync(), we can get a list of the deployments in the collection +AsyncPageable response = deploymentCollection.GetAllAsync(); await foreach (Deployment deployment in response) { Console.WriteLine(deployment.Data.Name); @@ -74,10 +74,10 @@ await foreach (Deployment deployment in response) ***Delete a deployment*** ```C# Snippet:Managing_Deployments_DeleteADeployment -// First we need to get the deployment container from the resource group -DeploymentContainer deploymentContainer = resourceGroup.GetDeployments(); +// First we need to get the deployment collection from the resource group +DeploymentCollection deploymentCollection = resourceGroup.GetDeployments(); // Now we can get the deployment with GetAsync() -Deployment deployment = await deploymentContainer.GetAsync("myDeployment"); +Deployment deployment = await deploymentCollection.GetAsync("myDeployment"); // With DeleteAsync(), we can delete the deployment await deployment.DeleteAsync(); ``` diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationCollection.cs similarity index 93% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationCollection.cs index 948edb750703f..47774a7df2f11 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of Application and their operations over a ResourceGroup. - public partial class ApplicationContainer : ArmContainer + public partial class ApplicationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ApplicationsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ApplicationContainer() + /// Initializes a new instance of the class for mocking. + protected ApplicationCollection() { } - /// Initializes a new instance of ApplicationContainer class. + /// Initializes a new instance of ApplicationCollection class. /// The resource representing the parent resource. - internal ApplicationContainer(ArmResource parent) : base(parent) + internal ApplicationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ApplicationsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a new managed application. /// The name of the managed application. @@ -59,7 +76,7 @@ public virtual ApplicationCreateOrUpdateOperation CreateOrUpdate(string applicat throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsyn throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsyn /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string applicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string applicationName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string applicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string applicationName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string applicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string applicationName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string applicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string applica /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string applicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string applicationName, Cancellation /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string applicationName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancella { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetAll"); scope.Start(); try { @@ -346,7 +363,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -369,7 +386,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationDefinitionContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationDefinitionCollection.cs similarity index 92% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationDefinitionContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationDefinitionCollection.cs index e37381a5b4bc9..6d9aea2660fa8 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationDefinitionContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/ApplicationDefinitionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of ApplicationDefinition and their operations over a ResourceGroup. - public partial class ApplicationDefinitionContainer : ArmContainer + public partial class ApplicationDefinitionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ApplicationDefinitionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ApplicationDefinitionContainer() + /// Initializes a new instance of the class for mocking. + protected ApplicationDefinitionCollection() { } - /// Initializes a new instance of ApplicationDefinitionContainer class. + /// Initializes a new instance of ApplicationDefinitionCollection class. /// The resource representing the parent resource. - internal ApplicationDefinitionContainer(ArmResource parent) : base(parent) + internal ApplicationDefinitionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ApplicationDefinitionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a new managed application definition. /// The name of the managed application definition. @@ -59,7 +76,7 @@ public virtual ApplicationDefinitionCreateOrUpdateOperation CreateOrUpdate(strin throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOr throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOr /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string applicationDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string applicationDefinitionN /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string applicationDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string appli /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string applicationDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string applicationDef /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string applicationDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string applicationDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string applicationDefinitionName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string applicationDefinitionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancella { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToke { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetAll"); scope.Start(); try { @@ -346,7 +363,7 @@ async Task> NextPageFunc(string nextLink, int? pageS /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -369,7 +386,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("ApplicationDefinitionCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Deployment.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Deployment.cs index cb21f4f8f20ed..bca0a57588aee 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Deployment.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Deployment.cs @@ -531,9 +531,9 @@ public virtual DeploymentWhatIfOperation WhatIf(DeploymentWhatIfProperties prope /// Gets a list of DeploymentOperations in the Deployment. /// An object representing collection of DeploymentOperations and their operations over a Deployment. - public DeploymentOperationContainer GetDeploymentOperations() + public DeploymentOperationCollection GetDeploymentOperations() { - return new DeploymentOperationContainer(this); + return new DeploymentOperationCollection(this); } } } diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentCollection.cs similarity index 92% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentCollection.cs index cf5da962b8d7b..428afd7a23555 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,25 +21,40 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of Deployment and their operations over a Tenant. - public partial class DeploymentContainer : ArmContainer + public partial class DeploymentCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DeploymentsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DeploymentContainer() + /// Initializes a new instance of the class for mocking. + protected DeploymentCollection() { } - /// Initializes a new instance of DeploymentContainer class. + /// Initializes a new instance of DeploymentCollection class. /// The resource representing the parent resource. - internal DeploymentContainer(ArmResource parent) : base(parent) + internal DeploymentCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DeploymentsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, BaseUri); } - /// Verify that the input resource Id is a valid container for this type. + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + + /// Verify that the input resource Id is a valid collection for this type. /// The input resource Id to check. protected override void ValidateResourceType(ResourceIdentifier identifier) { @@ -46,7 +63,7 @@ protected override void ValidateResourceType(ResourceIdentifier identifier) /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceIdentifier.RootResourceIdentifier.ResourceType; - // Container level operations. + // Collection level operations. /// You can provide the template and parameters directly in the request or link to JSON files. /// The name of the deployment. @@ -65,7 +82,7 @@ public virtual DeploymentCreateOrUpdateAtScopeOperation CreateOrUpdate(string de throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.CreateOrUpdate"); scope.Start(); try { @@ -99,7 +116,7 @@ public async virtual Task CreateOrUpda throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.CreateOrUpdate"); scope.Start(); try { @@ -121,7 +138,7 @@ public async virtual Task CreateOrUpda /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string deploymentName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.Get"); scope.Start(); try { @@ -147,7 +164,7 @@ public virtual Response Get(string deploymentName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string deploymentName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.Get"); scope.Start(); try { @@ -173,7 +190,7 @@ public async virtual Task> GetAsync(string deploymentName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string deploymentName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.GetIfExists"); scope.Start(); try { @@ -199,7 +216,7 @@ public virtual Response GetIfExists(string deploymentName, Cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string deploymentName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string deployme /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string deploymentName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string deploymentName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string deploymentName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.CheckIfExists"); scope.Start(); try { @@ -277,7 +294,7 @@ public virtual Pageable GetAll(string filter = null, int? top = null { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.GetAll"); scope.Start(); try { @@ -292,7 +309,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.GetAll"); scope.Start(); try { @@ -317,7 +334,7 @@ public virtual AsyncPageable GetAllAsync(string filter = null, int? { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.GetAll"); scope.Start(); try { @@ -332,7 +349,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentCollection.GetAll"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentOperationContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentOperationCollection.cs similarity index 90% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentOperationContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentOperationCollection.cs index c7a8be03d153e..905903294c727 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentOperationContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentOperationCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -18,35 +20,50 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of DeploymentOperation and their operations over a Deployment. - public partial class DeploymentOperationContainer : ArmContainer + public partial class DeploymentOperationCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DeploymentRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DeploymentOperationContainer() + /// Initializes a new instance of the class for mocking. + protected DeploymentOperationCollection() { } - /// Initializes a new instance of DeploymentOperationContainer class. + /// Initializes a new instance of DeploymentOperationCollection class. /// The resource representing the parent resource. - internal DeploymentOperationContainer(ArmResource parent) : base(parent) + internal DeploymentOperationCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DeploymentRestOperations(_clientDiagnostics, Pipeline, ClientOptions, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => Deployment.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The ID of the operation to get. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string operationId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.Get"); scope.Start(); try { @@ -72,7 +89,7 @@ public virtual Response Get(string operationId, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string operationId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.Get"); scope.Start(); try { @@ -98,7 +115,7 @@ public async virtual Task> GetAsync(string operati /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string operationId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +141,7 @@ public virtual Response GetIfExists(string operationId, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string operationId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +167,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string operationId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +191,7 @@ public virtual Response CheckIfExists(string operationId, CancellationToke /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string operationId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.CheckIfExists"); scope.Start(); try { @@ -201,7 +218,7 @@ public virtual Pageable GetAll(int? top = null, Cancellatio { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.GetAll"); scope.Start(); try { @@ -216,7 +233,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.GetAll"); scope.Start(); try { @@ -240,7 +257,7 @@ public virtual AsyncPageable GetAllAsync(int? top = null, C { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.GetAll"); scope.Start(); try { @@ -255,7 +272,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentOperationContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentOperationCollection.GetAll"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentScriptContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentScriptCollection.cs similarity index 92% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentScriptContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentScriptCollection.cs index 3f0fecb962c2d..063533a916363 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentScriptContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/DeploymentScriptCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of DeploymentScript and their operations over a ResourceGroup. - public partial class DeploymentScriptContainer : ArmContainer + public partial class DeploymentScriptCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly DeploymentScriptsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected DeploymentScriptContainer() + /// Initializes a new instance of the class for mocking. + protected DeploymentScriptCollection() { } - /// Initializes a new instance of DeploymentScriptContainer class. + /// Initializes a new instance of DeploymentScriptCollection class. /// The resource representing the parent resource. - internal DeploymentScriptContainer(ArmResource parent) : base(parent) + internal DeploymentScriptCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new DeploymentScriptsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a deployment script. /// Name of the deployment script. @@ -59,7 +76,7 @@ public virtual DeploymentScriptCreateOperation CreateOrUpdate(string scriptName, throw new ArgumentNullException(nameof(deploymentScript)); } - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(s throw new ArgumentNullException(nameof(deploymentScript)); } - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(s /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string scriptName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string scriptName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string scriptName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string scriptName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string scriptName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string scriptName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string scriptName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string sc /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string scriptName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string scriptName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string scriptName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationT { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken can { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetAll"); scope.Start(); try { @@ -346,7 +363,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHi /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -369,7 +386,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("DeploymentScriptContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("DeploymentScriptCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ManagementGroupExtensions.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ManagementGroupExtensions.cs index 3addb752a19b8..7c8a70de9fb86 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ManagementGroupExtensions.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ManagementGroupExtensions.cs @@ -13,12 +13,12 @@ namespace Azure.ResourceManager.Resources public static partial class ManagementGroupExtensions { #region Deployment - /// Gets an object representing a DeploymentContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DeploymentCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DeploymentContainer GetDeployments(this ManagementGroup managementGroup) + /// Returns a object. + public static DeploymentCollection GetDeployments(this ManagementGroup managementGroup) { - return new DeploymentContainer(managementGroup); + return new DeploymentCollection(managementGroup); } #endregion } diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ResourceGroupExtensions.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ResourceGroupExtensions.cs index 90c28e0961952..570503bb5e58e 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ResourceGroupExtensions.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/ResourceGroupExtensions.cs @@ -11,62 +11,62 @@ namespace Azure.ResourceManager.Resources public static partial class ResourceGroupExtensions { #region Deployment - /// Gets an object representing a DeploymentContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DeploymentCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DeploymentContainer GetDeployments(this ResourceGroup resourceGroup) + /// Returns a object. + public static DeploymentCollection GetDeployments(this ResourceGroup resourceGroup) { - return new DeploymentContainer(resourceGroup); + return new DeploymentCollection(resourceGroup); } #endregion #region Application - /// Gets an object representing a ApplicationContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ApplicationCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ApplicationContainer GetApplications(this ResourceGroup resourceGroup) + /// Returns a object. + public static ApplicationCollection GetApplications(this ResourceGroup resourceGroup) { - return new ApplicationContainer(resourceGroup); + return new ApplicationCollection(resourceGroup); } #endregion #region ApplicationDefinition - /// Gets an object representing a ApplicationDefinitionContainer along with the instance operations that can be performed on it. + /// Gets an object representing a ApplicationDefinitionCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static ApplicationDefinitionContainer GetApplicationDefinitions(this ResourceGroup resourceGroup) + /// Returns a object. + public static ApplicationDefinitionCollection GetApplicationDefinitions(this ResourceGroup resourceGroup) { - return new ApplicationDefinitionContainer(resourceGroup); + return new ApplicationDefinitionCollection(resourceGroup); } #endregion #region JitRequestDefinition - /// Gets an object representing a JitRequestDefinitionContainer along with the instance operations that can be performed on it. + /// Gets an object representing a JitRequestDefinitionCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static JitRequestDefinitionContainer GetJitRequestDefinitions(this ResourceGroup resourceGroup) + /// Returns a object. + public static JitRequestDefinitionCollection GetJitRequestDefinitions(this ResourceGroup resourceGroup) { - return new JitRequestDefinitionContainer(resourceGroup); + return new JitRequestDefinitionCollection(resourceGroup); } #endregion #region DeploymentScript - /// Gets an object representing a DeploymentScriptContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DeploymentScriptCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DeploymentScriptContainer GetDeploymentScripts(this ResourceGroup resourceGroup) + /// Returns a object. + public static DeploymentScriptCollection GetDeploymentScripts(this ResourceGroup resourceGroup) { - return new DeploymentScriptContainer(resourceGroup); + return new DeploymentScriptCollection(resourceGroup); } #endregion #region TemplateSpec - /// Gets an object representing a TemplateSpecContainer along with the instance operations that can be performed on it. + /// Gets an object representing a TemplateSpecCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static TemplateSpecContainer GetTemplateSpecs(this ResourceGroup resourceGroup) + /// Returns a object. + public static TemplateSpecCollection GetTemplateSpecs(this ResourceGroup resourceGroup) { - return new TemplateSpecContainer(resourceGroup); + return new TemplateSpecCollection(resourceGroup); } #endregion } diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/SubscriptionExtensions.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/SubscriptionExtensions.cs index b74b3675d35c1..0d6d995c852dd 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/SubscriptionExtensions.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/Extensions/SubscriptionExtensions.cs @@ -23,12 +23,12 @@ namespace Azure.ResourceManager.Resources public static partial class SubscriptionExtensions { #region Deployment - /// Gets an object representing a DeploymentContainer along with the instance operations that can be performed on it. + /// Gets an object representing a DeploymentCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static DeploymentContainer GetDeployments(this Subscription subscription) + /// Returns a object. + public static DeploymentCollection GetDeployments(this Subscription subscription) { - return new DeploymentContainer(subscription); + return new DeploymentCollection(subscription); } #endregion diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinition.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinition.cs index 913804e84a510..470af7ce3a099 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinition.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinition.cs @@ -201,7 +201,7 @@ public async virtual Task> AddTagAsync(string key { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new JitRequestDefinition(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -230,7 +230,7 @@ public virtual Response AddTag(string key, string value, C { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new JitRequestDefinition(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -259,7 +259,7 @@ public async virtual Task> SetTagsAsync(IDictiona await TagResource.DeleteAsync(cancellationToken: cancellationToken).ConfigureAwait(false); var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new JitRequestDefinition(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -288,7 +288,7 @@ public virtual Response SetTags(IDictionary> RemoveTagAsync(string { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return Response.FromValue(new JitRequestDefinition(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -344,7 +344,7 @@ public virtual Response RemoveTag(string key, Cancellation { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken); return Response.FromValue(new JitRequestDefinition(this, originalResponse.Value), originalResponse.GetRawResponse()); } diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinitionContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinitionCollection.cs similarity index 93% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinitionContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinitionCollection.cs index 14c99d26b7063..b5087e565bb9c 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinitionContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestDefinitionCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -19,28 +20,38 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of JitRequestDefinition and their operations over a ResourceGroup. - public partial class JitRequestDefinitionContainer : ArmContainer + public partial class JitRequestDefinitionCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly JitRequestsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected JitRequestDefinitionContainer() + /// Initializes a new instance of the class for mocking. + protected JitRequestDefinitionCollection() { } - /// Initializes a new instance of JitRequestDefinitionContainer class. + /// Initializes a new instance of JitRequestDefinitionCollection class. /// The resource representing the parent resource. - internal JitRequestDefinitionContainer(ArmResource parent) : base(parent) + internal JitRequestDefinitionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new JitRequestsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates the JIT request. /// The name of the JIT request. @@ -59,7 +70,7 @@ public virtual JitRequestCreateOrUpdateOperation CreateOrUpdate(string jitReques throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +104,7 @@ public async virtual Task CreateOrUpdateAsync throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +126,7 @@ public async virtual Task CreateOrUpdateAsync /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string jitRequestName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.Get"); scope.Start(); try { @@ -141,7 +152,7 @@ public virtual Response Get(string jitRequestName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string jitRequestName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.Get"); scope.Start(); try { @@ -167,7 +178,7 @@ public async virtual Task> GetAsync(string jitReq /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string jitRequestName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +204,7 @@ public virtual Response GetIfExists(string jitRequestName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string jitRequestName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +230,7 @@ public async virtual Task> GetIfExistsAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string jitRequestName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +254,7 @@ public virtual Response CheckIfExists(string jitRequestName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string jitRequestName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.CheckIfExists"); scope.Start(); try { @@ -266,7 +277,7 @@ public async virtual Task> CheckIfExistsAsync(string jitRequestNa /// The cancellation token to use. public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.GetAll"); scope.Start(); try { @@ -284,7 +295,7 @@ public virtual async Task>> GetAllA /// The cancellation token to use. public virtual Response> GetAll(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.GetAll"); scope.Start(); try { @@ -306,7 +317,7 @@ public virtual Response> GetAll(Cancellation /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -329,7 +340,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("JitRequestDefinitionCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpec.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpec.cs index 60919877101fa..1562c5af0c9d2 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpec.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpec.cs @@ -224,9 +224,9 @@ public virtual Response Update(IDictionary tags = /// Gets a list of TemplateSpecVersions in the TemplateSpec. /// An object representing collection of TemplateSpecVersions and their operations over a TemplateSpec. - public TemplateSpecVersionContainer GetTemplateSpecVersions() + public TemplateSpecVersionCollection GetTemplateSpecVersions() { - return new TemplateSpecVersionContainer(this); + return new TemplateSpecVersionCollection(this); } } } diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecCollection.cs similarity index 93% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecCollection.cs index bf06c939cabaf..1fb6891287cc2 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of TemplateSpec and their operations over a ResourceGroup. - public partial class TemplateSpecContainer : ArmContainer + public partial class TemplateSpecCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly TemplateSpecsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected TemplateSpecContainer() + /// Initializes a new instance of the class for mocking. + protected TemplateSpecCollection() { } - /// Initializes a new instance of TemplateSpecContainer class. + /// Initializes a new instance of TemplateSpecCollection class. /// The resource representing the parent resource. - internal TemplateSpecContainer(ArmResource parent) : base(parent) + internal TemplateSpecCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new TemplateSpecsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a Template Spec. /// Name of the Template Spec. @@ -59,7 +76,7 @@ public virtual TemplateSpecCreateOrUpdateOperation CreateOrUpdate(string templat throw new ArgumentNullException(nameof(templateSpec)); } - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsy throw new ArgumentNullException(nameof(templateSpec)); } - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.CreateOrUpdate"); scope.Start(); try { @@ -116,7 +133,7 @@ public async virtual Task CreateOrUpdateAsy /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string templateSpecName, TemplateSpecExpandKind? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.Get"); scope.Start(); try { @@ -143,7 +160,7 @@ public virtual Response Get(string templateSpecName, TemplateSpecE /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string templateSpecName, TemplateSpecExpandKind? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.Get"); scope.Start(); try { @@ -170,7 +187,7 @@ public async virtual Task> GetAsync(string templateSpecNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string templateSpecName, TemplateSpecExpandKind? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetIfExists"); scope.Start(); try { @@ -197,7 +214,7 @@ public virtual Response GetIfExists(string templateSpecName, Templ /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string templateSpecName, TemplateSpecExpandKind? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetIfExists"); scope.Start(); try { @@ -224,7 +241,7 @@ public async virtual Task> GetIfExistsAsync(string templa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string templateSpecName, TemplateSpecExpandKind? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.CheckIfExists"); scope.Start(); try { @@ -249,7 +266,7 @@ public virtual Response CheckIfExists(string templateSpecName, TemplateSpe /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string templateSpecName, TemplateSpecExpandKind? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(TemplateSpecExpandKind? expand = nu { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetAll"); scope.Start(); try { @@ -315,7 +332,7 @@ public virtual AsyncPageable GetAllAsync(TemplateSpecExpandKind? e { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetAll"); scope.Start(); try { @@ -330,7 +347,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetAll"); scope.Start(); try { @@ -354,7 +371,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -377,7 +394,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecVersionContainer.cs b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecVersionCollection.cs similarity index 91% rename from sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecVersionContainer.cs rename to sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecVersionCollection.cs index e1d239df44776..f088db5936af4 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecVersionContainer.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/src/Generated/TemplateSpecVersionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Resources { /// A class representing collection of TemplateSpecVersion and their operations over a TemplateSpec. - public partial class TemplateSpecVersionContainer : ArmContainer + public partial class TemplateSpecVersionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly TemplateSpecVersionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected TemplateSpecVersionContainer() + /// Initializes a new instance of the class for mocking. + protected TemplateSpecVersionCollection() { } - /// Initializes a new instance of TemplateSpecVersionContainer class. + /// Initializes a new instance of TemplateSpecVersionCollection class. /// The resource representing the parent resource. - internal TemplateSpecVersionContainer(ArmResource parent) : base(parent) + internal TemplateSpecVersionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new TemplateSpecVersionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => TemplateSpec.ResourceType; - // Container level operations. + // Collection level operations. /// Creates or updates a Template Spec version. /// The version of the Template Spec. @@ -59,7 +76,7 @@ public virtual TemplateSpecVersionCreateOrUpdateOperation CreateOrUpdate(string throw new ArgumentNullException(nameof(templateSpecVersionModel)); } - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUp throw new ArgumentNullException(nameof(templateSpecVersionModel)); } - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string templateSpecVersion, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string templateSpecVersion, Can /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string templateSpecVersion, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string templat /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string templateSpecVersion, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string templateSpecVers /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string templateSpecVersion, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string templateSpecVersion, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string templateSpecVersion, Cancella /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string templateSpecVersion, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellati { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TemplateSpecVersionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/resources/Azure.ResourceManager.Resources/src/autorest.md b/sdk/resources/Azure.ResourceManager.Resources/src/autorest.md index 7169009ab9a21..395e84a01f7c9 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/src/autorest.md +++ b/sdk/resources/Azure.ResourceManager.Resources/src/autorest.md @@ -47,7 +47,7 @@ directive: transform: $['x-ms-client-name'] = 'DeploymentInput' - remove-operation: checkResourceName # Use AtScope methods to replace the following operations - # Keep the get method at each scope so that generator can know the possible values of container's parent + # Keep the get method at each scope so that generator can know the possible values of collection's parent - remove-operation: Deployments_DeleteAtTenantScope - remove-operation: Deployments_CheckExistenceAtTenantScope - remove-operation: Deployments_CreateOrUpdateAtTenantScope diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/ResourcesTestBase.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/ResourcesTestBase.cs index a22eff2fb1df9..4a8206c4a7adc 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/ResourcesTestBase.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/ResourcesTestBase.cs @@ -91,11 +91,12 @@ protected async Task GetDeploymentScriptDataAsync() //The user assigned identities was created firstly in Portal due to the unexpected behavior of using generic resource to create the user assigned identities. string rgName4Identities = "rg-for-DeployScript"; ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName4Identities, rgData); + Subscription sub = await Client.GetDefaultSubscriptionAsync(); + var lro = await sub.GetResourceGroups().CreateOrUpdateAsync(rgName4Identities, rgData); ResourceGroup rg4Identities = lro.Value; GenericResourceData userAssignedIdentitiesData = ConstructGenericUserAssignedIdentities(); ResourceIdentifier userAssignedIdentitiesId = rg4Identities.Id.AppendProviderResource("Microsoft.ManagedIdentity", "userAssignedIdentities", "test-user-assigned-msi"); - var lro2 = await Client.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(userAssignedIdentitiesId, userAssignedIdentitiesData); + var lro2 = await sub.GetGenericResources().CreateOrUpdateAsync(userAssignedIdentitiesId, userAssignedIdentitiesData); GenericResource userAssignedIdentities = lro2.Value; var managedIdentity = new ManagedServiceIdentity() { diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample1_ManagingApplicationDefinitions.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample1_ManagingApplicationDefinitions.cs index 5005d2bd0f934..a209d63fe2f74 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample1_ManagingApplicationDefinitions.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample1_ManagingApplicationDefinitions.cs @@ -20,8 +20,8 @@ public class Sample1_ManagingApplicationDefinitions public async Task CreateApplicationDefinitions() { #region Snippet:Managing_ApplicationDefinitions_CreateAnApplicationDefinition - // First we need to get the application definition container from the resource group - ApplicationDefinitionContainer applicationDefinitionContainer = resourceGroup.GetApplicationDefinitions(); + // First we need to get the application definition collection from the resource group + ApplicationDefinitionCollection applicationDefinitionCollection = resourceGroup.GetApplicationDefinitions(); // Use the same location as the resource group string applicationDefinitionName = "myApplicationDefinition"; var input = new ApplicationDefinitionData(resourceGroup.Data.Location, ApplicationLockLevel.None) @@ -30,7 +30,7 @@ public async Task CreateApplicationDefinitions() Description = $"{applicationDefinitionName} description", PackageFileUri = "https://raw.githubusercontent.com/Azure/azure-managedapp-samples/master/Managed%20Application%20Sample%20Packages/201-managed-storage-account/managedstorage.zip" }; - ApplicationDefinitionCreateOrUpdateOperation lro = await applicationDefinitionContainer.CreateOrUpdateAsync(applicationDefinitionName, input); + ApplicationDefinitionCreateOrUpdateOperation lro = await applicationDefinitionCollection.CreateOrUpdateAsync(applicationDefinitionName, input); ApplicationDefinition applicationDefinition = lro.Value; #endregion Snippet:Managing_ApplicationDefinitions_CreateAnApplicationDefinition } @@ -40,10 +40,10 @@ public async Task CreateApplicationDefinitions() public async Task ListApplicationDefinitions() { #region Snippet:Managing_ApplicationDefinitions_ListAllApplicationDefinitions - // First we need to get the application definition container from the resource group - ApplicationDefinitionContainer applicationDefinitionContainer = resourceGroup.GetApplicationDefinitions(); - // With GetAllAsync(), we can get a list of the application definitions in the container - AsyncPageable response = applicationDefinitionContainer.GetAllAsync(); + // First we need to get the application definition collection from the resource group + ApplicationDefinitionCollection applicationDefinitionCollection = resourceGroup.GetApplicationDefinitions(); + // With GetAllAsync(), we can get a list of the application definitions in the collection + AsyncPageable response = applicationDefinitionCollection.GetAllAsync(); await foreach (ApplicationDefinition applicationDefinition in response) { Console.WriteLine(applicationDefinition.Data.Name); @@ -56,10 +56,10 @@ public async Task ListApplicationDefinitions() public async Task DeleteApplicationDefinitions() { #region Snippet:Managing_ApplicationDefinitions_DeleteAnApplicationDefinition - // First we need to get the application definition container from the resource group - ApplicationDefinitionContainer applicationDefinitionContainer = resourceGroup.GetApplicationDefinitions(); + // First we need to get the application definition collection from the resource group + ApplicationDefinitionCollection applicationDefinitionCollection = resourceGroup.GetApplicationDefinitions(); // Now we can get the application definition with GetAsync() - ApplicationDefinition applicationDefinition = await applicationDefinitionContainer.GetAsync("myApplicationDefinition"); + ApplicationDefinition applicationDefinition = await applicationDefinitionCollection.GetAsync("myApplicationDefinition"); // With DeleteAsync(), we can delete the application definition await applicationDefinition.DeleteAsync(); #endregion Snippet:Managing_ApplicationDefinitions_DeleteAnApplicationDefinition @@ -70,15 +70,15 @@ protected async Task initialize() { #region Snippet:Readme_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); #endregion - #region Snippet:Readme_GetResourceGroupContainer - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + #region Snippet:Readme_GetResourceGroupCollection + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; #endregion diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample2_ManagingDeployments.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample2_ManagingDeployments.cs index d17a298a798e5..1c746d56aec25 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample2_ManagingDeployments.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Samples/Sample2_ManagingDeployments.cs @@ -21,8 +21,8 @@ public class Sample2_ManagingDeployments public async Task CreateDeployments() { #region Snippet:Managing_Deployments_CreateADeployment - // First we need to get the deployment container from the resource group - DeploymentContainer deploymentContainer = resourceGroup.GetDeployments(); + // First we need to get the deployment collection from the resource group + DeploymentCollection deploymentCollection = resourceGroup.GetDeployments(); // Use the same location as the resource group string deploymentName = "myDeployment"; var input = new DeploymentInput(new DeploymentProperties(DeploymentMode.Incremental) @@ -40,7 +40,7 @@ public async Task CreateDeployments() } } }); - DeploymentCreateOrUpdateAtScopeOperation lro = await deploymentContainer.CreateOrUpdateAsync(deploymentName, input); + DeploymentCreateOrUpdateAtScopeOperation lro = await deploymentCollection.CreateOrUpdateAsync(deploymentName, input); Deployment deployment = lro.Value; #endregion Snippet:Managing_Deployments_CreateADeployment } @@ -50,10 +50,10 @@ public async Task CreateDeployments() public async Task ListDeployments() { #region Snippet:Managing_Deployments_ListAllDeployments - // First we need to get the deployment container from the resource group - DeploymentContainer deploymentContainer = resourceGroup.GetDeployments(); - // With GetAllAsync(), we can get a list of the deployments in the container - AsyncPageable response = deploymentContainer.GetAllAsync(); + // First we need to get the deployment collection from the resource group + DeploymentCollection deploymentCollection = resourceGroup.GetDeployments(); + // With GetAllAsync(), we can get a list of the deployments in the collection + AsyncPageable response = deploymentCollection.GetAllAsync(); await foreach (Deployment deployment in response) { Console.WriteLine(deployment.Data.Name); @@ -66,10 +66,10 @@ public async Task ListDeployments() public async Task DeleteDeployments() { #region Snippet:Managing_Deployments_DeleteADeployment - // First we need to get the deployment container from the resource group - DeploymentContainer deploymentContainer = resourceGroup.GetDeployments(); + // First we need to get the deployment collection from the resource group + DeploymentCollection deploymentCollection = resourceGroup.GetDeployments(); // Now we can get the deployment with GetAsync() - Deployment deployment = await deploymentContainer.GetAsync("myDeployment"); + Deployment deployment = await deploymentCollection.GetAsync("myDeployment"); // With DeleteAsync(), we can delete the deployment await deployment.DeleteAsync(); #endregion Snippet:Managing_Deployments_DeleteADeployment @@ -79,13 +79,13 @@ public async Task DeleteDeployments() protected async Task initialize() { ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); - ResourceGroupContainer rgContainer = subscription.GetResourceGroups(); - // With the container, we can create a new resource group with an specific name + ResourceGroupCollection rgCollection = subscription.GetResourceGroups(); + // With the collection, we can create a new resource group with an specific name string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroupCreateOrUpdateOperation lro = await rgContainer.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroupCreateOrUpdateOperation lro = await rgCollection.CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); ResourceGroup resourceGroup = lro.Value; this.resourceGroup = resourceGroup; diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationContainerTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationCollectionTests.cs similarity index 88% rename from sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationContainerTests.cs rename to sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationCollectionTests.cs index f770dbf81e923..f4cbd75e918bd 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationContainerTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Resources.Tests { - public class ApplicationContainerTests : ResourcesTestBase + public class ApplicationCollectionTests : ResourcesTestBase { - public ApplicationContainerTests(bool isAsync) + public ApplicationCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -20,15 +20,16 @@ public ApplicationContainerTests(bool isAsync) [RecordedTest] public async Task CreateOrUpdate() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string appDefName = Recording.GenerateAssetName("appDef-C-"); ApplicationDefinitionData appDefData = CreateApplicationDefinitionData(appDefName); ApplicationDefinition appDef = (await rg.GetApplicationDefinitions().CreateOrUpdateAsync(appDefName, appDefData)).Value; string appName = Recording.GenerateAssetName("application-C-"); - ApplicationData applicationData = CreateApplicationData(appDef.Id, Client.DefaultSubscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-1-"), Recording.GenerateAssetName("s1")); + ApplicationData applicationData = CreateApplicationData(appDef.Id, subscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-1-"), Recording.GenerateAssetName("s1")); Application application = (await rg.GetApplications().CreateOrUpdateAsync(appName, applicationData)).Value; Assert.AreEqual(appName, application.Data.Name); Assert.ThrowsAsync(async () => _ = await rg.GetApplications().CreateOrUpdateAsync(null, applicationData)); @@ -39,15 +40,16 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task ListByRG() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-2-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string appDefName = Recording.GenerateAssetName("appDef-L-"); ApplicationDefinitionData appDefData = CreateApplicationDefinitionData(appDefName); ApplicationDefinition appDef = (await rg.GetApplicationDefinitions().CreateOrUpdateAsync(appDefName, appDefData)).Value; string appName = Recording.GenerateAssetName("application-L-"); - ApplicationData applicationData = CreateApplicationData(appDef.Id, Client.DefaultSubscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-2-"), Recording.GenerateAssetName("s2")); + ApplicationData applicationData = CreateApplicationData(appDef.Id, subscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-2-"), Recording.GenerateAssetName("s2")); _ = await rg.GetApplications().CreateOrUpdateAsync(appName, applicationData); int count = 0; await foreach (var tempApplication in rg.GetApplications().GetAllAsync()) @@ -61,18 +63,19 @@ public async Task ListByRG() [RecordedTest] public async Task ListBySubscription() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-3-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string appDefName = Recording.GenerateAssetName("appDef-L-"); ApplicationDefinitionData appDefData = CreateApplicationDefinitionData(appDefName); ApplicationDefinition appDef = (await rg.GetApplicationDefinitions().CreateOrUpdateAsync(appDefName, appDefData)).Value; string appName = Recording.GenerateAssetName("application-L-"); - ApplicationData applicationData = CreateApplicationData(appDef.Id, Client.DefaultSubscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-3-"), Recording.GenerateAssetName("s3")); + ApplicationData applicationData = CreateApplicationData(appDef.Id, subscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-3-"), Recording.GenerateAssetName("s3")); _ = await rg.GetApplications().CreateOrUpdateAsync(appName, applicationData); int count = 0; - await foreach (var tempApplication in Client.DefaultSubscription.GetApplicationsAsync()) + await foreach (var tempApplication in subscription.GetApplicationsAsync()) { if (tempApplication.Data.ApplicationDefinitionId == appDef.Id) { @@ -86,15 +89,16 @@ public async Task ListBySubscription() [RecordedTest] public async Task Get() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-4-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string appDefName = Recording.GenerateAssetName("appDef-G-"); ApplicationDefinitionData appDefData = CreateApplicationDefinitionData(appDefName); ApplicationDefinition appDef = (await rg.GetApplicationDefinitions().CreateOrUpdateAsync(appDefName, appDefData)).Value; string appName = Recording.GenerateAssetName("application-G-"); - ApplicationData applicationData = CreateApplicationData(appDef.Id, Client.DefaultSubscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-4-"), Recording.GenerateAssetName("s4")); + ApplicationData applicationData = CreateApplicationData(appDef.Id, subscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-4-"), Recording.GenerateAssetName("s4")); Application application = (await rg.GetApplications().CreateOrUpdateAsync(appName, applicationData)).Value; Application getApplication = await rg.GetApplications().GetAsync(appName); AssertValidApplication(application, getApplication); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionContainerTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionCollectionTests.cs similarity index 93% rename from sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionContainerTests.cs rename to sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionCollectionTests.cs index ae7785bed419c..06245fd3f60e3 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionContainerTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Resources.Tests { - public class ApplicationDefinitionContainerTests : ResourcesTestBase + public class ApplicationDefinitionCollectionTests : ResourcesTestBase { - public ApplicationDefinitionContainerTests(bool isAsync) + public ApplicationDefinitionCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -20,9 +20,10 @@ public ApplicationDefinitionContainerTests(bool isAsync) [RecordedTest] public async Task CreateOrUpdate() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string applicationDefinitionName = Recording.GenerateAssetName("appDef-C-"); ApplicationDefinitionData applicationDefinitionData = CreateApplicationDefinitionData(applicationDefinitionName); @@ -36,9 +37,10 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task List() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-2-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string applicationDefinitionName = Recording.GenerateAssetName("appDef-L-"); ApplicationDefinitionData applicationDefinitionData = CreateApplicationDefinitionData(applicationDefinitionName); @@ -55,9 +57,10 @@ public async Task List() [RecordedTest] public async Task Get() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-3-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string applicationDefinitionName = Recording.GenerateAssetName("appDef-G-"); ApplicationDefinitionData applicationDefinitionData = CreateApplicationDefinitionData(applicationDefinitionName); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionOperationsTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionOperationsTests.cs index 2816ce084c3b6..f3dae8cf5fff0 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionOperationsTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationDefinitionOperationsTests.cs @@ -19,9 +19,10 @@ public ApplicationDefinitionOperationsTests(bool isAsync) [RecordedTest] public async Task Delete() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-4-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string applicationDefinitionName = Recording.GenerateAssetName("appDef-C-"); ApplicationDefinitionData applicationDefinitionData = CreateApplicationDefinitionData(applicationDefinitionName); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationOperationsTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationOperationsTests.cs index cedb63872187a..9bf08dc0f0f12 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationOperationsTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/ApplicationOperationsTests.cs @@ -19,15 +19,16 @@ public ApplicationOperationsTests(bool isAsync) [RecordedTest] public async Task Delete() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-5-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string appDefName = Recording.GenerateAssetName("appDef-D-"); ApplicationDefinitionData appDefData = CreateApplicationDefinitionData(appDefName); ApplicationDefinition appDef = (await rg.GetApplicationDefinitions().CreateOrUpdateAsync(appDefName, appDefData)).Value; string appName = Recording.GenerateAssetName("application-D-"); - ApplicationData applicationData = CreateApplicationData(appDef.Id, Client.DefaultSubscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-5-"), Recording.GenerateAssetName("s5")); + ApplicationData applicationData = CreateApplicationData(appDef.Id, subscription.Id + Recording.GenerateAssetName("/resourceGroups/managed-5-"), Recording.GenerateAssetName("s5")); Application application = (await rg.GetApplications().CreateOrUpdateAsync(appName, applicationData)).Value; await application.DeleteAsync(); var ex = Assert.ThrowsAsync(async () => await application.GetAsync()); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentContainerTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentCollectionTests.cs similarity index 92% rename from sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentContainerTests.cs rename to sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentCollectionTests.cs index 305528a6acb72..17bc6c3f1ee8d 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentContainerTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Resources.Tests { - public class DeploymentContainerTests : ResourcesTestBase + public class DeploymentCollectionTests : ResourcesTestBase { - public DeploymentContainerTests(bool isAsync) + public DeploymentCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -20,9 +20,10 @@ public DeploymentContainerTests(bool isAsync) [RecordedTest] public async Task CreateOrUpdate() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployExName = Recording.GenerateAssetName("deployEx-C-"); DeploymentInput deploymentData = CreateDeploymentData(CreateDeploymentProperties()); @@ -36,9 +37,10 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task List() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-2-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployExName = Recording.GenerateAssetName("deployEx-L-"); DeploymentInput deploymentData = CreateDeploymentData(CreateDeploymentProperties()); @@ -55,9 +57,10 @@ public async Task List() [RecordedTest] public async Task Get() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-3-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployExName = Recording.GenerateAssetName("deployEx-G-"); DeploymentInput deploymentData = CreateDeploymentData(CreateDeploymentProperties()); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationContainerTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationCollectionTests.cs similarity index 90% rename from sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationContainerTests.cs rename to sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationCollectionTests.cs index 2379cc7ecd4ea..9dfbc103cbb08 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationContainerTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationCollectionTests.cs @@ -8,9 +8,9 @@ namespace Azure.ResourceManager.Resources.Tests { - public class DeploymentOperationContainerTests : ResourcesTestBase + public class DeploymentOperationCollectionTests : ResourcesTestBase { - public DeploymentOperationContainerTests(bool isAsync) + public DeploymentOperationCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -19,9 +19,10 @@ public DeploymentOperationContainerTests(bool isAsync) [RecordedTest] public async Task List() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployExName = Recording.GenerateAssetName("deployEx-"); DeploymentInput deploymentData = CreateDeploymentData(CreateDeploymentProperties()); @@ -38,9 +39,10 @@ public async Task List() [RecordedTest] public async Task Get() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-2-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployExName = Recording.GenerateAssetName("deployEx-"); DeploymentInput deploymentData = CreateDeploymentData(CreateDeploymentProperties()); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationsTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationsTests.cs index 67e9931f37079..57369f0bae1fc 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationsTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationsTests.cs @@ -19,9 +19,10 @@ public DeploymentOperationsTests(bool isAsync) [RecordedTest] public async Task Delete() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-4-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployExName = Recording.GenerateAssetName("deployEx-D-"); DeploymentInput deploymentData = CreateDeploymentData(CreateDeploymentProperties()); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptContainerTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptCollectionTests.cs similarity index 88% rename from sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptContainerTests.cs rename to sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptCollectionTests.cs index acf8638018256..d767b5d2779b7 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptContainerTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Resources.Tests { - public class DeploymentScriptContainerTests : ResourcesTestBase + public class DeploymentScriptCollectionTests : ResourcesTestBase { - public DeploymentScriptContainerTests(bool isAsync) + public DeploymentScriptCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -20,9 +20,10 @@ public DeploymentScriptContainerTests(bool isAsync) [RecordedTest] public async Task CreateOrUpdate() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployScriptName = Recording.GenerateAssetName("deployScript-C-"); DeploymentScriptData deploymentScriptData = await GetDeploymentScriptDataAsync(); @@ -36,9 +37,10 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task ListByRg() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-2-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployScriptName = Recording.GenerateAssetName("deployScript-L-"); DeploymentScriptData deploymentScriptData = await GetDeploymentScriptDataAsync(); @@ -55,15 +57,16 @@ public async Task ListByRg() [RecordedTest] public async Task ListBySub() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-3-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployScriptName = Recording.GenerateAssetName("deployScript-L-"); DeploymentScriptData deploymentScriptData = await GetDeploymentScriptDataAsync(); _ = await rg.GetDeploymentScripts().CreateOrUpdateAsync(deployScriptName, deploymentScriptData); int count = 0; - await foreach (var tempDeploymentScript in Client.DefaultSubscription.GetDeploymentScriptsAsync()) + await foreach (var tempDeploymentScript in subscription.GetDeploymentScriptsAsync()) { if (tempDeploymentScript.Data.Name == deployScriptName) { @@ -77,9 +80,10 @@ public async Task ListBySub() [RecordedTest] public async Task Get() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-4-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployScriptName = Recording.GenerateAssetName("deployScript-G-"); DeploymentScriptData deploymentScriptData = await GetDeploymentScriptDataAsync(); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptOperationsTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptOperationsTests.cs index 8dc58c554ebfe..3db3c676cf88a 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptOperationsTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentScriptOperationsTests.cs @@ -19,9 +19,10 @@ public DeploymentScriptOperationsTests(bool isAsync) [RecordedTest] public async Task Delete() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-5-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string deployScriptName = Recording.GenerateAssetName("deployScript-D-"); DeploymentScriptData deploymentScriptData = await GetDeploymentScriptDataAsync(); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecContainerTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecCollectionTests.cs similarity index 84% rename from sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecContainerTests.cs rename to sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecCollectionTests.cs index 013073b96cfde..088d6e7516690 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecContainerTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Resources.Tests { - public class TemplateSpecContainerTests : ResourcesTestBase + public class TemplateSpecCollectionTests : ResourcesTestBase { - public TemplateSpecContainerTests(bool isAsync) + public TemplateSpecCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -20,9 +20,10 @@ public TemplateSpecContainerTests(bool isAsync) [RecordedTest] public async Task CreateOrUpdate() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-C-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); @@ -36,9 +37,10 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task ListByRG() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-2-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-L-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); @@ -55,15 +57,16 @@ public async Task ListByRG() [RecordedTest] public async Task ListBySubscription() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-3-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-L-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); TemplateSpec templateSpec = (await rg.GetTemplateSpecs().CreateOrUpdateAsync(templateSpecName, templateSpecData)).Value; int count = 0; - await foreach (var tempTemplateSpec in Client.DefaultSubscription.GetTemplateSpecsAsync()) + await foreach (var tempTemplateSpec in subscription.GetTemplateSpecsAsync()) { if (tempTemplateSpec.Data.Id == templateSpec.Data.Id) { @@ -77,9 +80,10 @@ public async Task ListBySubscription() [RecordedTest] public async Task Get() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-4-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-G-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecOperationsTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecOperationsTests.cs index 09037f044433c..282754b0d5ce2 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecOperationsTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecOperationsTests.cs @@ -19,9 +19,10 @@ public TemplateSpecOperationsTests(bool isAsync) [RecordedTest] public async Task Delete() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-4-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-G-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionContainerTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionCollectionTests.cs similarity index 88% rename from sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionContainerTests.cs rename to sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionCollectionTests.cs index 68752ec6a48fd..582d391a21d4e 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionContainerTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionCollectionTests.cs @@ -9,9 +9,9 @@ namespace Azure.ResourceManager.Resources.Tests { - public class TemplateSpecVersionContainerTests : ResourcesTestBase + public class TemplateSpecVersionCollectionTests : ResourcesTestBase { - public TemplateSpecVersionContainerTests(bool isAsync) + public TemplateSpecVersionCollectionTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Record) { } @@ -20,9 +20,10 @@ public TemplateSpecVersionContainerTests(bool isAsync) [RecordedTest] public async Task CreateOrUpdate() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-C-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); @@ -39,9 +40,10 @@ public async Task CreateOrUpdate() [RecordedTest] public async Task List() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-2-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-L-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); @@ -61,9 +63,10 @@ public async Task List() [RecordedTest] public async Task Get() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-3-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-G-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionOperationsTests.cs b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionOperationsTests.cs index cecb214aeb9ea..00e7271fb018d 100644 --- a/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionOperationsTests.cs +++ b/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/TemplateSpecVersionOperationsTests.cs @@ -19,9 +19,10 @@ public TemplateSpecVersionOperationsTests(bool isAsync) [RecordedTest] public async Task Delete() { + Subscription subscription = await Client.GetDefaultSubscriptionAsync(); string rgName = Recording.GenerateAssetName("testRg-1-"); ResourceGroupData rgData = new ResourceGroupData(Location.WestUS2); - var lro = await Client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); + var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, rgData); ResourceGroup rg = lro.Value; string templateSpecName = Recording.GenerateAssetName("templateSpec-C-"); TemplateSpecData templateSpecData = CreateTemplateSpecData(templateSpecName); diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/CreateOrUpdate().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/CreateOrUpdate().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/CreateOrUpdate().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/CreateOrUpdate()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/CreateOrUpdate()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/Get().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/Get().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/Get().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/Get().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/Get()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/Get()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/Get()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/Get()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListByRG().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListByRG().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListByRG().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListByRG().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListByRG()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListByRG()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListByRG()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListByRG()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListBySubscription().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListBySubscription().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListBySubscription().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListBySubscription().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListBySubscription()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListBySubscription()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationContainerTests/ListBySubscription()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationCollectionTests/ListBySubscription()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/CreateOrUpdate().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/CreateOrUpdate().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/CreateOrUpdate().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/CreateOrUpdate()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/CreateOrUpdate()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/Get().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/Get().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/Get().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/Get().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/Get()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/Get()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/Get()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/Get()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/List().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/List().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/List().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/List().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/List()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/List()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionContainerTests/List()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/ApplicationDefinitionCollectionTests/List()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/CreateOrUpdate().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/CreateOrUpdate().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/CreateOrUpdate().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/CreateOrUpdate()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/CreateOrUpdate()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/Get().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/Get().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/Get().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/Get().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/Get()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/Get()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/Get()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/Get()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/List().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/List().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/List().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/List().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/List()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/List()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentContainerTests/List()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentCollectionTests/List()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/Get().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/Get().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/Get().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/Get().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/Get()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/Get()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/Get()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/Get()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/List().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/List().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/List().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/List().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/List()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/List()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationContainerTests/List()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentOperationCollectionTests/List()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/CreateOrUpdate().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/CreateOrUpdate().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/CreateOrUpdate().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/CreateOrUpdate()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/CreateOrUpdate()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/Get().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/Get().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/Get().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/Get().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/Get()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/Get()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/Get()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/Get()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListByRg().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListByRg().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListByRg().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListByRg().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListByRg()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListByRg()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListByRg()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListByRg()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListBySub().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListBySub().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListBySub().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListBySub().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListBySub()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListBySub()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptContainerTests/ListBySub()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/DeploymentScriptCollectionTests/ListBySub()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/CreateOrUpdate().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/CreateOrUpdate().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/CreateOrUpdate().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/CreateOrUpdate()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/CreateOrUpdate()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/Get().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/Get().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/Get().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/Get().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/Get()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/Get()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/Get()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/Get()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListByRG().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListByRG().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListByRG().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListByRG().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListByRG()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListByRG()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListByRG()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListByRG()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListBySubscription().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListBySubscription().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListBySubscription().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListBySubscription().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListBySubscription()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListBySubscription()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecContainerTests/ListBySubscription()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecCollectionTests/ListBySubscription()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/CreateOrUpdate().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/CreateOrUpdate().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/CreateOrUpdate().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/CreateOrUpdate().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/CreateOrUpdate()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/CreateOrUpdate()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/CreateOrUpdate()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/CreateOrUpdate()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/Get().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/Get().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/Get().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/Get().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/Get()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/Get()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/Get()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/Get()Async.json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/List().json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/List().json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/List().json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/List().json diff --git a/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/List()Async.json b/sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/List()Async.json similarity index 100% rename from sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionContainerTests/List()Async.json rename to sdk/resources/Azure.ResourceManager.Resources/tests/SessionRecords/TemplateSpecVersionCollectionTests/List()Async.json diff --git a/sdk/sqlmanagement/Azure.ResourceManager.Sql/tests/Azure.ResourceManager.Sql.Tests.csproj b/sdk/sqlmanagement/Azure.ResourceManager.Sql/tests/Azure.ResourceManager.Sql.Tests.csproj index 88e4746a0f978..c835d01762348 100644 --- a/sdk/sqlmanagement/Azure.ResourceManager.Sql/tests/Azure.ResourceManager.Sql.Tests.csproj +++ b/sdk/sqlmanagement/Azure.ResourceManager.Sql/tests/Azure.ResourceManager.Sql.Tests.csproj @@ -8,11 +8,12 @@ + - + diff --git a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md index 3307154630a73..0b53bde673b1b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md +++ b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md @@ -77,13 +77,13 @@ using Azure.ResourceManager.Storage.Models; string accountName = "myaccount"; string resourceGroupName = "myResourceGroup"; ArmClient client = new ArmClient(new DefaultAzureCredential()); -ResourceGroup resourceGroup = client.DefaultSubscription.GetResourceGroups().Get(resourceGroupName); -StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); +ResourceGroup resourceGroup = client.GetDefaultSubscription().GetResourceGroups().Get(resourceGroupName); +StorageAccountCollection storageAccountCollection = resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.PremiumLRS); StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(new Sku(SkuName.StandardGRS), Kind.Storage, Location.WestUS); parameters.Tags.Add("key1", "value1"); parameters.Tags.Add("key2", "value2"); -StorageAccount account = storageAccountContainer.CreateOrUpdate(accountName, parameters).Value; +StorageAccount account = storageAccountCollection.CreateOrUpdate(accountName, parameters).Value; ``` #### Object Model Changes diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md index 8a7f8c75feb21..a4f9bf32b9a1d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/README.md @@ -49,9 +49,9 @@ Before creating a storage account, we need to have a resource group. ```C# Snippet:Managing_StorageAccounts_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer +```C# Snippet:Managing_StorageAccounts_GetResourceGroupCollection string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -67,17 +67,17 @@ Kind kind = Kind.Storage; string location = "westus2"; StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); //now we can create a storage account with defined account name and parameters -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; -StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); +StorageAccountCreateOperation accountCreateOperation = await accountCollection.CreateOrUpdateAsync(accountName, parameters); StorageAccount storageAccount = accountCreateOperation.Value; ``` ### Get all storage accounts in a resource group ```C# Snippet:Managing_StorageAccounts_ListStorageAccounts -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -AsyncPageable response = accountContainer.GetAllAsync(); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); +AsyncPageable response = accountCollection.GetAllAsync(); await foreach (StorageAccount storageAccount in response) { Console.WriteLine(storageAccount.Id.Name); @@ -87,8 +87,8 @@ await foreach (StorageAccount storageAccount in response) ### Get a storage account ```C# Snippet:Managing_StorageAccounts_GetStorageAccount -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountCollection.GetAsync("myAccount"); Console.WriteLine(storageAccount.Id.Name); ``` @@ -96,13 +96,13 @@ Console.WriteLine(storageAccount.Id.Name); ```C# Snippet:Managing_StorageAccounts_GetStorageAccountIfExists -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountCollection.GetIfExistsAsync("foo"); if (storageAccount != null) { Console.WriteLine(storageAccount.Id.Name); } -if (await accountContainer.CheckIfExistsAsync("bar")) +if (await accountCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("storage account 'bar' exists"); } @@ -111,16 +111,16 @@ if (await accountContainer.CheckIfExistsAsync("bar")) ### Delete a storage account ```C# Snippet:Managing_StorageAccounts_DeleteStorageAccount -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountCollection.GetAsync("myAccount"); await storageAccount.DeleteAsync(); ``` ### Add a tag to the storage account ```C# Snippet:Managing_StorageAccounts_AddTagStorageAccount -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountCollection.GetAsync("myAccount"); // add a tag on this storage account await storageAccount.AddTagAsync("key", "value"); ``` diff --git a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs index 92bb9f58b96e6..242bacb3658c2 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs @@ -51,9 +51,9 @@ protected BlobContainer() { } public virtual Azure.Response Update(Azure.ResourceManager.Storage.BlobContainerData blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.BlobContainerData blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BlobContainerContainer : Azure.ResourceManager.Core.ArmContainer + public partial class BlobContainerCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected BlobContainerContainer() { } + protected BlobContainerCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -65,6 +65,9 @@ protected BlobContainerContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class BlobContainerData : Azure.ResourceManager.Storage.Models.AzureEntityResource { @@ -101,9 +104,9 @@ protected BlobInventoryPolicy() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BlobInventoryPolicyContainer : Azure.ResourceManager.Core.ArmContainer + public partial class BlobInventoryPolicyCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected BlobInventoryPolicyContainer() { } + protected BlobInventoryPolicyCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -115,6 +118,9 @@ protected BlobInventoryPolicyContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class BlobInventoryPolicyData : Azure.ResourceManager.Models.Resource { @@ -134,13 +140,13 @@ protected BlobService() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.BlobContainerContainer GetBlobContainers() { throw null; } + public Azure.ResourceManager.Storage.BlobContainerCollection GetBlobContainers() { throw null; } public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.BlobServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.BlobServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BlobServiceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class BlobServiceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected BlobServiceContainer() { } + protected BlobServiceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -150,6 +156,9 @@ protected BlobServiceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class BlobServiceData : Azure.ResourceManager.Models.Resource { @@ -179,9 +188,9 @@ protected EncryptionScope() { } public virtual Azure.Response Patch(Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> PatchAsync(Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class EncryptionScopeContainer : Azure.ResourceManager.Core.ArmContainer + public partial class EncryptionScopeCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected EncryptionScopeContainer() { } + protected EncryptionScopeCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -193,6 +202,9 @@ protected EncryptionScopeContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class EncryptionScopeData : Azure.ResourceManager.Models.Resource { @@ -215,13 +227,13 @@ protected FileService() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.FileShareContainer GetFileShares() { throw null; } + public Azure.ResourceManager.Storage.FileShareCollection GetFileShares() { throw null; } public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.FileServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.FileServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class FileServiceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class FileServiceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected FileServiceContainer() { } + protected FileServiceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -231,6 +243,8 @@ protected FileServiceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class FileServiceData : Azure.ResourceManager.Models.Resource { @@ -260,9 +274,9 @@ protected FileShare() { } public virtual Azure.Response Update(Azure.ResourceManager.Storage.FileShareData fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.FileShareData fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class FileShareContainer : Azure.ResourceManager.Core.ArmContainer + public partial class FileShareCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected FileShareContainer() { } + protected FileShareCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -274,6 +288,9 @@ protected FileShareContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class FileShareData : Azure.ResourceManager.Storage.Models.AzureEntityResource { @@ -303,7 +320,10 @@ public partial class ManagementPolicy : Azure.ResourceManager.Core.ArmResource protected ManagementPolicy() { } public virtual Azure.ResourceManager.Storage.ManagementPolicyData Data { get { throw null; } } public virtual bool HasData { get { throw null; } } + public Azure.ResourceManager.Core.ArmResource Parent { get { throw null; } } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CreateOrUpdate(Azure.ResourceManager.Storage.ManagementPolicyData properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.ResourceManager.Storage.ManagementPolicyData properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Storage.Models.ManagementPolicyDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -311,19 +331,6 @@ protected ManagementPolicy() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ManagementPolicyContainer : Azure.ResourceManager.Core.ArmContainer - { - protected ManagementPolicyContainer() { } - protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } - public virtual Azure.Response CheckIfExists(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Storage.Models.ManagementPolicyCreateOrUpdateOperation CreateOrUpdate(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.ManagementPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.ManagementPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } public partial class ManagementPolicyData : Azure.ResourceManager.Models.Resource { public ManagementPolicyData() { } @@ -344,9 +351,9 @@ protected ObjectReplicationPolicy() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ObjectReplicationPolicyContainer : Azure.ResourceManager.Core.ArmContainer + public partial class ObjectReplicationPolicyCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected ObjectReplicationPolicyContainer() { } + protected ObjectReplicationPolicyCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -358,6 +365,9 @@ protected ObjectReplicationPolicyContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class ObjectReplicationPolicyData : Azure.ResourceManager.Models.Resource { @@ -382,9 +392,9 @@ protected PrivateEndpointConnection() { } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PrivateEndpointConnectionContainer : Azure.ResourceManager.Core.ArmContainer + public partial class PrivateEndpointConnectionCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected PrivateEndpointConnectionContainer() { } + protected PrivateEndpointConnectionCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -396,6 +406,9 @@ protected PrivateEndpointConnectionContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class PrivateEndpointConnectionData : Azure.ResourceManager.Models.Resource { @@ -415,13 +428,13 @@ protected QueueService() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.StorageQueueContainer GetStorageQueues() { throw null; } + public Azure.ResourceManager.Storage.StorageQueueCollection GetStorageQueues() { throw null; } public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.QueueServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.QueueServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class QueueServiceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class QueueServiceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected QueueServiceContainer() { } + protected QueueServiceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -431,6 +444,8 @@ protected QueueServiceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class QueueServiceData : Azure.ResourceManager.Models.Resource { @@ -439,7 +454,7 @@ public QueueServiceData() { } } public static partial class ResourceGroupExtensions { - public static Azure.ResourceManager.Storage.StorageAccountContainer GetStorageAccounts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + public static Azure.ResourceManager.Storage.StorageAccountCollection GetStorageAccounts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } } public partial class StorageAccount : Azure.ResourceManager.Core.ArmResource { @@ -460,21 +475,21 @@ protected StorageAccount() { } public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.BlobInventoryPolicyContainer GetBlobInventoryPolicies() { throw null; } - public Azure.ResourceManager.Storage.BlobServiceContainer GetBlobServices() { throw null; } - public Azure.ResourceManager.Storage.EncryptionScopeContainer GetEncryptionScopes() { throw null; } - public Azure.ResourceManager.Storage.FileServiceContainer GetFileServices() { throw null; } + public Azure.ResourceManager.Storage.BlobInventoryPolicyCollection GetBlobInventoryPolicies() { throw null; } + public Azure.ResourceManager.Storage.BlobServiceCollection GetBlobServices() { throw null; } + public Azure.ResourceManager.Storage.EncryptionScopeCollection GetEncryptionScopes() { throw null; } + public Azure.ResourceManager.Storage.FileServiceCollection GetFileServices() { throw null; } public virtual Azure.Response GetKeys(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetKeysAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.ManagementPolicyContainer GetManagementPolicies() { throw null; } - public Azure.ResourceManager.Storage.ObjectReplicationPolicyContainer GetObjectReplicationPolicies() { throw null; } - public Azure.ResourceManager.Storage.PrivateEndpointConnectionContainer GetPrivateEndpointConnections() { throw null; } + public Azure.ResourceManager.Storage.ManagementPolicy GetManagementPolicy() { throw null; } + public Azure.ResourceManager.Storage.ObjectReplicationPolicyCollection GetObjectReplicationPolicies() { throw null; } + public Azure.ResourceManager.Storage.PrivateEndpointConnectionCollection GetPrivateEndpointConnections() { throw null; } public virtual Azure.Response> GetPrivateLinkResources(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.QueueServiceContainer GetQueueServices() { throw null; } + public Azure.ResourceManager.Storage.QueueServiceCollection GetQueueServices() { throw null; } public virtual Azure.Response GetServiceSAS(Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetServiceSASAsync(Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.TableServiceContainer GetTableServices() { throw null; } + public Azure.ResourceManager.Storage.TableServiceCollection GetTableServices() { throw null; } public virtual Azure.Response RegenerateKey(Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RegenerateKeyAsync(Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -488,9 +503,9 @@ protected StorageAccount() { } public virtual Azure.Response Update(Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class StorageAccountContainer : Azure.ResourceManager.Core.ArmContainer + public partial class StorageAccountCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected StorageAccountContainer() { } + protected StorageAccountCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -504,6 +519,9 @@ protected StorageAccountContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class StorageAccountData : Azure.ResourceManager.Models.TrackedResource { @@ -559,9 +577,9 @@ protected StorageQueue() { } public virtual Azure.Response Update(Azure.ResourceManager.Storage.StorageQueueData queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.StorageQueueData queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class StorageQueueContainer : Azure.ResourceManager.Core.ArmContainer + public partial class StorageQueueCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected StorageQueueContainer() { } + protected StorageQueueCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -573,6 +591,9 @@ protected StorageQueueContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class StorageQueueData : Azure.ResourceManager.Models.Resource { @@ -611,9 +632,9 @@ protected Table() { } public virtual Azure.Response Update(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TableContainer : Azure.ResourceManager.Core.ArmContainer + public partial class TableCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected TableContainer() { } + protected TableCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -625,6 +646,9 @@ protected TableContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class TableData : Azure.ResourceManager.Models.Resource { @@ -642,13 +666,13 @@ protected TableService() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public Azure.ResourceManager.Storage.TableContainer GetTables() { throw null; } + public Azure.ResourceManager.Storage.TableCollection GetTables() { throw null; } public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.TableServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.TableServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TableServiceContainer : Azure.ResourceManager.Core.ArmContainer + public partial class TableServiceCollection : Azure.ResourceManager.Core.ArmCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { - protected TableServiceContainer() { } + protected TableServiceCollection() { } protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } public virtual Azure.Response CheckIfExists(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -658,6 +682,8 @@ protected TableServiceContainer() { } public virtual System.Threading.Tasks.Task> GetAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } public partial class TableServiceData : Azure.ResourceManager.Models.Resource { diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md index 00730137dc9ed..54c27fefd331b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md @@ -19,12 +19,12 @@ When you first create your ARM client, choose the subscription you're going to w ```C# Snippet:Managing_StorageAccounts_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer +```C# Snippet:Managing_StorageAccounts_GetResourceGroupCollection string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -40,9 +40,9 @@ Kind kind = Kind.Storage; string location = "westus2"; StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); //now we can create a storage account with defined account name and parameters -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; -StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); +StorageAccountCreateOperation accountCreateOperation = await accountCollection.CreateOrUpdateAsync(accountName, parameters); StorageAccount storageAccount = accountCreateOperation.Value; ``` @@ -50,8 +50,8 @@ StorageAccount storageAccount = accountCreateOperation.Value; Then we need to get the blob service, which is a singleton resource and the name is "default" ```C# Snippet:Managing_BlobContainers_GetBlobService -BlobServiceContainer blobServiceContainer = storageAccount.GetBlobServices(); -BlobService blobService =await blobServiceContainer.GetAsync("default"); +BlobServiceCollection blobServiceCollection = storageAccount.GetBlobServices(); +BlobService blobService =await blobServiceCollection.GetAsync("default"); ``` @@ -60,18 +60,18 @@ Now that we have the blob service, we can manage the blob containers inside this ***Create a blob container*** ```C# Snippet:Managing_BlobContainers_CreateBlobContainer -BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); +BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); string blobContainerName = "myBlobContainer"; BlobContainerData blobContainerData= new BlobContainerData(); -BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, blobContainerData); +BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerCollection.CreateOrUpdateAsync(blobContainerName, blobContainerData); BlobContainer blobContainer = blobContainerCreateOperation.Value; ``` ***List all blob containers*** ```C# Snippet:Managing_BlobContainers_ListBlobContainers -BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); -AsyncPageable response = blobContainerContainer.GetAllAsync(); +BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); +AsyncPageable response = blobContainerCollection.GetAllAsync(); await foreach (BlobContainer blobContainer in response) { Console.WriteLine(blobContainer.Id.Name); @@ -81,21 +81,21 @@ await foreach (BlobContainer blobContainer in response) ***Get a blob container*** ```C# Snippet:Managing_BlobContainers_GetBlobContainer -BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); -BlobContainer blobContainer =await blobContainerContainer.GetAsync("myBlobContainer"); +BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); +BlobContainer blobContainer =await blobContainerCollection.GetAsync("myBlobContainer"); Console.WriteLine(blobContainer.Id.Name); ``` ***Try to get a blob container if it exists*** ```C# Snippet:Managing_BlobContainers_GetBlobContainerIfExists -BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); -BlobContainer blobContainer = await blobContainerContainer.GetIfExistsAsync("foo"); +BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); +BlobContainer blobContainer = await blobContainerCollection.GetIfExistsAsync("foo"); if (blobContainer != null) { Console.WriteLine(blobContainer.Id.Name); } -if (await blobContainerContainer.CheckIfExistsAsync("bar")) +if (await blobContainerCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("blob container 'bar' exists"); } @@ -104,8 +104,8 @@ if (await blobContainerContainer.CheckIfExistsAsync("bar")) ***Delete a blob container*** ```C# Snippet:Managing_BlobContainers_DeleteBlobContainer -BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); -BlobContainer blobContainer = await blobContainerContainer.GetAsync("myBlobContainer"); +BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); +BlobContainer blobContainer = await blobContainerCollection.GetAsync("myBlobContainer"); await blobContainer.DeleteAsync(); ``` diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md index e0729de5a751d..327e1ec9d0126 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md @@ -19,12 +19,12 @@ When you first create your ARM client, choose the subscription you're going to w ```C# Snippet:Managing_StorageAccounts_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; +Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); ``` -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via collection objects. Or you can access individual children by ID. -```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer +```C# Snippet:Managing_StorageAccounts_GetResourceGroupCollection string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -40,9 +40,9 @@ Kind kind = Kind.Storage; string location = "westus2"; StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); //now we can create a storage account with defined account name and parameters -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; -StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); +StorageAccountCreateOperation accountCreateOperation = await accountCollection.CreateOrUpdateAsync(accountName, parameters); StorageAccount storageAccount = accountCreateOperation.Value; ``` @@ -50,8 +50,8 @@ StorageAccount storageAccount = accountCreateOperation.Value; Then we need to get the file service, which is a singleton resource and the name is "default" ```C# Snippet:Managing_FileShares_GetFileService -FileServiceContainer fileServiceContainer = storageAccount.GetFileServices(); -FileService fileService = await fileServiceContainer.GetAsync("default"); +FileServiceCollection fileServiceCollection = storageAccount.GetFileServices(); +FileService fileService = await fileServiceCollection.GetAsync("default"); ``` @@ -60,18 +60,18 @@ Now that we have the file service, we can manage the file shares inside this sto ***Create a file share*** ```C# Snippet:Managing_FileShares_CreateFileShare -FileShareContainer fileShareContainer = fileService.GetFileShares(); +FileShareCollection fileShareCollection = fileService.GetFileShares(); string fileShareName = "myFileShare"; FileShareData fileShareData = new FileShareData(); -FileShareCreateOperation fileShareCreateOperation = await fileShareContainer.CreateOrUpdateAsync(fileShareName, fileShareData); +FileShareCreateOperation fileShareCreateOperation = await fileShareCollection.CreateOrUpdateAsync(fileShareName, fileShareData); FileShare fileShare =await fileShareCreateOperation.WaitForCompletionAsync(); ``` ***List all file shares*** ```C# Snippet:Managing_FileShares_ListFileShares -FileShareContainer fileShareContainer = fileService.GetFileShares(); -AsyncPageable response = fileShareContainer.GetAllAsync(); +FileShareCollection fileShareCollection = fileService.GetFileShares(); +AsyncPageable response = fileShareCollection.GetAllAsync(); await foreach (FileShare fileShare in response) { Console.WriteLine(fileShare.Id.Name); @@ -81,21 +81,21 @@ await foreach (FileShare fileShare in response) ***Get a file share*** ```C# Snippet:Managing_FileShares_GetFileShare -FileShareContainer fileShareContainer = fileService.GetFileShares(); -FileShare fileShare= await fileShareContainer.GetAsync("myFileShare"); +FileShareCollection fileShareCollection = fileService.GetFileShares(); +FileShare fileShare= await fileShareCollection.GetAsync("myFileShare"); Console.WriteLine(fileShare.Id.Name); ``` ***Try to get a file share if it exists*** ```C# Snippet:Managing_FileShares_GetFileShareIFExists -FileShareContainer fileShareContainer = fileService.GetFileShares(); -FileShare fileShare = await fileShareContainer.GetIfExistsAsync("foo"); +FileShareCollection fileShareCollection = fileService.GetFileShares(); +FileShare fileShare = await fileShareCollection.GetIfExistsAsync("foo"); if (fileShare != null) { Console.WriteLine(fileShare.Id.Name); } -if (await fileShareContainer.CheckIfExistsAsync("bar")) +if (await fileShareCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("file share 'bar' exists"); } @@ -104,8 +104,8 @@ if (await fileShareContainer.CheckIfExistsAsync("bar")) ***Delete a file share*** ```C# Snippet:Managing_FileShares_DeleteFileShare -FileShareContainer fileShareContainer = fileService.GetFileShares(); -FileShare fileShare = await fileShareContainer.GetAsync("myFileShare"); +FileShareCollection fileShareCollection = fileService.GetFileShares(); +FileShare fileShare = await fileShareCollection.GetAsync("myFileShare"); await fileShare.DeleteAsync(); ``` diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerCollection.cs similarity index 93% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerCollection.cs index a4dbb52246039..f13f30990322c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of BlobContainer and their operations over a BlobService. - public partial class BlobContainerContainer : ArmContainer + public partial class BlobContainerCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly BlobContainersRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected BlobContainerContainer() + /// Initializes a new instance of the class for mocking. + protected BlobContainerCollection() { } - /// Initializes a new instance of BlobContainerContainer class. + /// Initializes a new instance of BlobContainerCollection class. /// The resource representing the parent resource. - internal BlobContainerContainer(ArmResource parent) : base(parent) + internal BlobContainerCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => BlobService.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. @@ -59,7 +76,7 @@ public virtual BlobContainerCreateOperation CreateOrUpdate(string containerName, throw new ArgumentNullException(nameof(blobContainer)); } - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(stri throw new ArgumentNullException(nameof(blobContainer)); } - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(stri /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string containerName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string containerName, CancellationTok /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string containerName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string containerName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string containerName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string containerName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string containerName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string conta /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string containerName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string containerName, CancellationTo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string containerName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.CheckIfExists"); scope.Start(); try { @@ -272,7 +289,7 @@ public virtual Pageable GetAll(string maxpagesize = null, string { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.GetAll"); scope.Start(); try { @@ -287,7 +304,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.GetAll"); scope.Start(); try { @@ -313,7 +330,7 @@ public virtual AsyncPageable GetAllAsync(string maxpagesize = nul { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.GetAll"); scope.Start(); try { @@ -328,7 +345,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobContainerCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyCollection.cs similarity index 91% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyCollection.cs index 648488f5b27ce..669e6e14a52e0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of BlobInventoryPolicy and their operations over a StorageAccount. - public partial class BlobInventoryPolicyContainer : ArmContainer + public partial class BlobInventoryPolicyCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly BlobInventoryPoliciesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected BlobInventoryPolicyContainer() + /// Initializes a new instance of the class for mocking. + protected BlobInventoryPolicyCollection() { } - /// Initializes a new instance of BlobInventoryPolicyContainer class. + /// Initializes a new instance of BlobInventoryPolicyCollection class. /// The resource representing the parent resource. - internal BlobInventoryPolicyContainer(ArmResource parent) : base(parent) + internal BlobInventoryPolicyCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Sets the blob inventory policy to the specified storage account. /// The name of the storage account blob inventory policy. It should always be 'default'. @@ -55,7 +72,7 @@ public virtual BlobInventoryPolicyCreateOrUpdateOperation CreateOrUpdate(BlobInv throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -85,7 +102,7 @@ public async virtual Task CreateOrUp throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -107,7 +124,7 @@ public async virtual Task CreateOrUp /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.Get"); scope.Start(); try { @@ -128,7 +145,7 @@ public virtual Response Get(BlobInventoryPolicyName blobInv /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.Get"); scope.Start(); try { @@ -149,7 +166,7 @@ public async virtual Task> GetAsync(BlobInventoryP /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.GetIfExists"); scope.Start(); try { @@ -170,7 +187,7 @@ public virtual Response GetIfExists(BlobInventoryPolicyName /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.GetIfExists"); scope.Start(); try { @@ -191,7 +208,7 @@ public async virtual Task> GetIfExistsAsync(BlobIn /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -210,7 +227,7 @@ public virtual Response CheckIfExists(BlobInventoryPolicyName blobInventor /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -231,7 +248,7 @@ public virtual Pageable GetAll(CancellationToken cancellati { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.GetAll"); scope.Start(); try { @@ -254,7 +271,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs index 94a7952ab254a..8ef7b40f245c2 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs @@ -190,9 +190,9 @@ public virtual Response SetServiceProperties(BlobServiceData parame /// Gets a list of BlobContainers in the BlobService. /// An object representing collection of BlobContainers and their operations over a BlobService. - public BlobContainerContainer GetBlobContainers() + public BlobContainerCollection GetBlobContainers() { - return new BlobContainerContainer(this); + return new BlobContainerCollection(this); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceCollection.cs similarity index 90% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceCollection.cs index 1204abb18dce3..3804e5a07a32b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -18,35 +20,50 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of BlobService and their operations over a StorageAccount. - public partial class BlobServiceContainer : ArmContainer + public partial class BlobServiceCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly BlobServicesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected BlobServiceContainer() + /// Initializes a new instance of the class for mocking. + protected BlobServiceCollection() { } - /// Initializes a new instance of BlobServiceContainer class. + /// Initializes a new instance of BlobServiceCollection class. /// The resource representing the parent resource. - internal BlobServiceContainer(ArmResource parent) : base(parent) + internal BlobServiceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string blobServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.Get"); scope.Start(); try { @@ -72,7 +89,7 @@ public virtual Response Get(string blobServicesName, CancellationTo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string blobServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.Get"); scope.Start(); try { @@ -98,7 +115,7 @@ public async virtual Task> GetAsync(string blobServicesNam /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string blobServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +141,7 @@ public virtual Response GetIfExists(string blobServicesName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string blobServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +167,7 @@ public async virtual Task> GetIfExistsAsync(string blobSer /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string blobServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +191,7 @@ public virtual Response CheckIfExists(string blobServicesName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string blobServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.CheckIfExists"); scope.Start(); try { @@ -200,7 +217,7 @@ public virtual Pageable GetAll(CancellationToken cancellationToken { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.GetAll"); scope.Start(); try { @@ -223,7 +240,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cancella { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("BlobServiceCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeCollection.cs similarity index 93% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeCollection.cs index 7adf4dc23dc32..c33bf054d597d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of EncryptionScope and their operations over a StorageAccount. - public partial class EncryptionScopeContainer : ArmContainer + public partial class EncryptionScopeCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly EncryptionScopesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected EncryptionScopeContainer() + /// Initializes a new instance of the class for mocking. + protected EncryptionScopeCollection() { } - /// Initializes a new instance of EncryptionScopeContainer class. + /// Initializes a new instance of EncryptionScopeCollection class. /// The resource representing the parent resource. - internal EncryptionScopeContainer(ArmResource parent) : base(parent) + internal EncryptionScopeCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request. /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. @@ -59,7 +76,7 @@ public virtual EncryptionScopePutOperation CreateOrUpdate(string encryptionScope throw new ArgumentNullException(nameof(encryptionScope)); } - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(strin throw new ArgumentNullException(nameof(encryptionScope)); } - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(strin /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string encryptionScopeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string encryptionScopeName, Cancell /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string encryptionScopeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string encryptionS /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string encryptionScopeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string encryptionScopeName, /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string encryptionScopeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string enc /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string encryptionScopeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string encryptionScopeName, Cancella /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string encryptionScopeName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTo { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.GetAll"); scope.Start(); try { @@ -284,7 +301,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.GetAll"); scope.Start(); try { @@ -307,7 +324,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken canc { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.GetAll"); scope.Start(); try { @@ -322,7 +339,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs index 802d78b949a74..946a5163ce217 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs @@ -13,12 +13,12 @@ namespace Azure.ResourceManager.Storage public static partial class ResourceGroupExtensions { #region StorageAccount - /// Gets an object representing a StorageAccountContainer along with the instance operations that can be performed on it. + /// Gets an object representing a StorageAccountCollection along with the instance operations that can be performed on it. /// The instance the method will execute against. - /// Returns a object. - public static StorageAccountContainer GetStorageAccounts(this ResourceGroup resourceGroup) + /// Returns a object. + public static StorageAccountCollection GetStorageAccounts(this ResourceGroup resourceGroup) { - return new StorageAccountContainer(resourceGroup); + return new StorageAccountCollection(resourceGroup); } #endregion } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs index 4248d8227e037..12576358175e4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs @@ -190,9 +190,9 @@ public virtual Response SetServiceProperties(FileServiceData parame /// Gets a list of FileShares in the FileService. /// An object representing collection of FileShares and their operations over a FileService. - public FileShareContainer GetFileShares() + public FileShareCollection GetFileShares() { - return new FileShareContainer(this); + return new FileShareCollection(this); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceCollection.cs similarity index 92% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceCollection.cs index 78f092c5e6a8a..93f9208506117 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -18,35 +19,45 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of FileService and their operations over a StorageAccount. - public partial class FileServiceContainer : ArmContainer + public partial class FileServiceCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly FileServicesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected FileServiceContainer() + /// Initializes a new instance of the class for mocking. + protected FileServiceCollection() { } - /// Initializes a new instance of FileServiceContainer class. + /// Initializes a new instance of FileServiceCollection class. /// The resource representing the parent resource. - internal FileServiceContainer(ArmResource parent) : base(parent) + internal FileServiceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The name of the file Service within the specified storage account. File Service Name must be "default". /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string fileServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.Get"); scope.Start(); try { @@ -72,7 +83,7 @@ public virtual Response Get(string fileServicesName, CancellationTo /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string fileServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.Get"); scope.Start(); try { @@ -98,7 +109,7 @@ public async virtual Task> GetAsync(string fileServicesNam /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string fileServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +135,7 @@ public virtual Response GetIfExists(string fileServicesName, Cancel /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string fileServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +161,7 @@ public async virtual Task> GetIfExistsAsync(string fileSer /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string fileServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +185,7 @@ public virtual Response CheckIfExists(string fileServicesName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string fileServicesName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.CheckIfExists"); scope.Start(); try { @@ -197,7 +208,7 @@ public async virtual Task> CheckIfExistsAsync(string fileServices /// The cancellation token to use. public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.GetAll"); scope.Start(); try { @@ -215,7 +226,7 @@ public virtual async Task>> GetAllAsync(Canc /// The cancellation token to use. public virtual Response> GetAll(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FileServiceCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareCollection.cs similarity index 94% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareCollection.cs index 06151c93ea1b0..02fd19874b9d4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of FileShare and their operations over a FileService. - public partial class FileShareContainer : ArmContainer + public partial class FileShareCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly FileSharesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected FileShareContainer() + /// Initializes a new instance of the class for mocking. + protected FileShareCollection() { } - /// Initializes a new instance of FileShareContainer class. + /// Initializes a new instance of FileShareCollection class. /// The resource representing the parent resource. - internal FileShareContainer(ArmResource parent) : base(parent) + internal FileShareCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => FileService.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share. /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. @@ -60,7 +77,7 @@ public virtual FileShareCreateOperation CreateOrUpdate(string shareName, FileSha throw new ArgumentNullException(nameof(fileShare)); } - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.CreateOrUpdate"); scope.Start(); try { @@ -95,7 +112,7 @@ public async virtual Task CreateOrUpdateAsync(string s throw new ArgumentNullException(nameof(fileShare)); } - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.CreateOrUpdate"); scope.Start(); try { @@ -119,7 +136,7 @@ public async virtual Task CreateOrUpdateAsync(string s /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.Get"); scope.Start(); try { @@ -147,7 +164,7 @@ public virtual Response Get(string shareName, string expand = null, s /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.Get"); scope.Start(); try { @@ -175,7 +192,7 @@ public async virtual Task> GetAsync(string shareName, string /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.GetIfExists"); scope.Start(); try { @@ -203,7 +220,7 @@ public virtual Response GetIfExists(string shareName, string expand = /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.GetIfExists"); scope.Start(); try { @@ -231,7 +248,7 @@ public async virtual Task> GetIfExistsAsync(string shareName /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.CheckIfExists"); scope.Start(); try { @@ -257,7 +274,7 @@ public virtual Response CheckIfExists(string shareName, string expand = nu /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.CheckIfExists"); scope.Start(); try { @@ -286,7 +303,7 @@ public virtual Pageable GetAll(string maxpagesize = null, string filt { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.GetAll"); scope.Start(); try { @@ -301,7 +318,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.GetAll"); scope.Start(); try { @@ -327,7 +344,7 @@ public virtual AsyncPageable GetAllAsync(string maxpagesize = null, s { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.GetAll"); scope.Start(); try { @@ -342,7 +359,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("FileShareCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs index 22f40f9c8a8ed..1f35b79fb64e4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs @@ -38,6 +38,7 @@ internal ManagementPolicy(ArmResource options, ManagementPolicyData resource) : { HasData = true; _data = resource; + Parent = options; _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } @@ -47,6 +48,7 @@ internal ManagementPolicy(ArmResource options, ManagementPolicyData resource) : /// The identifier of the resource that is the target of operations. internal ManagementPolicy(ArmResource options, ResourceIdentifier id) : base(options, id) { + Parent = options; _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } @@ -84,6 +86,9 @@ public virtual ManagementPolicyData Data } } + /// Gets the parent resource of this resource. + public ArmResource Parent { get; } + /// Gets the managementpolicy associated with the specified storage account. /// The cancellation token to use. public async virtual Task> GetAsync(CancellationToken cancellationToken = default) @@ -183,5 +188,54 @@ public virtual ManagementPolicyDeleteOperation Delete(bool waitForCompletion = t throw; } } + /// Sets the managementpolicy to the specified storage account. + /// The ManagementPolicy set to a storage account. + /// The cancellation token to use. + /// is null. + public virtual async Task> CreateOrUpdateAsync(ManagementPolicyData properties, CancellationToken cancellationToken = default) + { + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("ManagementPolicy.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, properties, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the managementpolicy to the specified storage account. + /// The ManagementPolicy set to a storage account. + /// The cancellation token to use. + /// is null. + public virtual Response CreateOrUpdate(ManagementPolicyData properties, CancellationToken cancellationToken = default) + { + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("ManagementPolicy.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, Id.Parent.Name, Id.Name, properties, cancellationToken); + return Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs deleted file mode 100644 index 7f97b5a660f19..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs +++ /dev/null @@ -1,228 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core.Pipeline; -using Azure.ResourceManager; -using Azure.ResourceManager.Core; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// A class representing collection of ManagementPolicy and their operations over a StorageAccount. - public partial class ManagementPolicyContainer : ArmContainer - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly ManagementPoliciesRestOperations _restClient; - - /// Initializes a new instance of the class for mocking. - protected ManagementPolicyContainer() - { - } - - /// Initializes a new instance of ManagementPolicyContainer class. - /// The resource representing the parent resource. - internal ManagementPolicyContainer(ArmResource parent) : base(parent) - { - _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); - } - - /// Gets the valid resource type for this object. - protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - - // Container level operations. - - /// Sets the managementpolicy to the specified storage account. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The ManagementPolicy set to a storage account. - /// Waits for the completion of the long running operations. - /// The cancellation token to use. - /// is null. - public virtual ManagementPolicyCreateOrUpdateOperation CreateOrUpdate(ManagementPolicyName managementPolicyName, ManagementPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) - { - if (properties == null) - { - throw new ArgumentNullException(nameof(properties)); - } - - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CreateOrUpdate"); - scope.Start(); - try - { - var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, Id.Name, managementPolicyName, properties, cancellationToken); - var operation = new ManagementPolicyCreateOrUpdateOperation(Parent, response); - if (waitForCompletion) - operation.WaitForCompletion(cancellationToken); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the managementpolicy to the specified storage account. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The ManagementPolicy set to a storage account. - /// Waits for the completion of the long running operations. - /// The cancellation token to use. - /// is null. - public async virtual Task CreateOrUpdateAsync(ManagementPolicyName managementPolicyName, ManagementPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) - { - if (properties == null) - { - throw new ArgumentNullException(nameof(properties)); - } - - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CreateOrUpdate"); - scope.Start(); - try - { - var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, Id.Name, managementPolicyName, properties, cancellationToken).ConfigureAwait(false); - var operation = new ManagementPolicyCreateOrUpdateOperation(Parent, response); - if (waitForCompletion) - await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets details for this resource from the service. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response Get(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.Get"); - scope.Start(); - try - { - var response = _restClient.Get(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken); - if (response.Value == null) - throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); - return Response.FromValue(new ManagementPolicy(Parent, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets details for this resource from the service. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetAsync(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.Get"); - scope.Start(); - try - { - var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); - if (response.Value == null) - throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); - return Response.FromValue(new ManagementPolicy(Parent, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response GetIfExists(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetIfExists"); - scope.Start(); - try - { - var response = _restClient.Get(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken); - return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> GetIfExistsAsync(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetIfExists"); - scope.Start(); - try - { - var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); - return response.Value == null - ? Response.FromValue(null, response.GetRawResponse()) - : Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// A token to allow the caller to cancel the call to the service. The default value is . - public virtual Response CheckIfExists(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CheckIfExists"); - scope.Start(); - try - { - var response = GetIfExists(managementPolicyName, cancellationToken: cancellationToken); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Tries to get details for this resource from the service. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// A token to allow the caller to cancel the call to the service. The default value is . - public async virtual Task> CheckIfExistsAsync(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CheckIfExists"); - scope.Start(); - try - { - var response = await GetIfExistsAsync(managementPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - // Builders. - // public ArmBuilder Construct() { } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyCollection.cs similarity index 92% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyCollection.cs index 8073e1b49775b..44bc2c661338d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of ObjectReplicationPolicy and their operations over a StorageAccount. - public partial class ObjectReplicationPolicyContainer : ArmContainer + public partial class ObjectReplicationPolicyCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly ObjectReplicationPoliciesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected ObjectReplicationPolicyContainer() + /// Initializes a new instance of the class for mocking. + protected ObjectReplicationPolicyCollection() { } - /// Initializes a new instance of ObjectReplicationPolicyContainer class. + /// Initializes a new instance of ObjectReplicationPolicyCollection class. /// The resource representing the parent resource. - internal ObjectReplicationPolicyContainer(ArmResource parent) : base(parent) + internal ObjectReplicationPolicyCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Create or update the object replication policy of the storage account. /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. @@ -59,7 +76,7 @@ public virtual ObjectReplicationPolicyCreateOrUpdateOperation CreateOrUpdate(str throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task Create throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task Create /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string objectReplicationPolicyId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string objectReplicationPol /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string objectReplicationPolicyId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string obj /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string objectReplicationPolicyId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string objectReplic /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string objectReplicationPolicyId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(st /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string objectReplicationPolicyId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string objectReplicationPolicyId, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string objectReplicationPolicyId, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken cancel { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.GetAll"); scope.Start(); try { @@ -292,7 +309,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTo { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionCollection.cs similarity index 91% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionCollection.cs index c57e0b7025431..9cce968e52aab 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of PrivateEndpointConnection and their operations over a StorageAccount. - public partial class PrivateEndpointConnectionContainer : ArmContainer + public partial class PrivateEndpointConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly PrivateEndpointConnectionsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected PrivateEndpointConnectionContainer() + /// Initializes a new instance of the class for mocking. + protected PrivateEndpointConnectionCollection() { } - /// Initializes a new instance of PrivateEndpointConnectionContainer class. + /// Initializes a new instance of PrivateEndpointConnectionCollection class. /// The resource representing the parent resource. - internal PrivateEndpointConnectionContainer(ArmResource parent) : base(parent) + internal PrivateEndpointConnectionCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Update the state of specified private endpoint connection associated with the storage account. /// The name of the private endpoint connection associated with the Azure resource. @@ -59,7 +76,7 @@ public virtual PrivateEndpointConnectionPutOperation CreateOrUpdate(string priva throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateA throw new ArgumentNullException(nameof(properties)); } - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateA /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string privateEndpointCon /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string p /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string privateEnd /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync( /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string privateEndpointConnectionName /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.CheckIfExists"); scope.Start(); try { @@ -269,7 +286,7 @@ public virtual Pageable GetAll(CancellationToken canc { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { @@ -292,7 +309,7 @@ public virtual AsyncPageable GetAllAsync(Cancellation { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs index fc479cd8a9e0f..3838daa80ba8f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs @@ -190,9 +190,9 @@ public virtual Response SetServiceProperties(QueueServiceData para /// Gets a list of StorageQueues in the QueueService. /// An object representing collection of StorageQueues and their operations over a QueueService. - public StorageQueueContainer GetStorageQueues() + public StorageQueueCollection GetStorageQueues() { - return new StorageQueueContainer(this); + return new StorageQueueCollection(this); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceCollection.cs similarity index 92% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceCollection.cs index 1f275635d12a6..e432d8478863c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -18,35 +19,45 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of QueueService and their operations over a StorageAccount. - public partial class QueueServiceContainer : ArmContainer + public partial class QueueServiceCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly QueueServicesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected QueueServiceContainer() + /// Initializes a new instance of the class for mocking. + protected QueueServiceCollection() { } - /// Initializes a new instance of QueueServiceContainer class. + /// Initializes a new instance of QueueServiceCollection class. /// The resource representing the parent resource. - internal QueueServiceContainer(ArmResource parent) : base(parent) + internal QueueServiceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string queueServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.Get"); scope.Start(); try { @@ -72,7 +83,7 @@ public virtual Response Get(string queueServiceName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string queueServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.Get"); scope.Start(); try { @@ -98,7 +109,7 @@ public async virtual Task> GetAsync(string queueServiceNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string queueServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +135,7 @@ public virtual Response GetIfExists(string queueServiceName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string queueServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +161,7 @@ public async virtual Task> GetIfExistsAsync(string queueS /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string queueServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +185,7 @@ public virtual Response CheckIfExists(string queueServiceName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string queueServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.CheckIfExists"); scope.Start(); try { @@ -197,7 +208,7 @@ public async virtual Task> CheckIfExistsAsync(string queueService /// The cancellation token to use. public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.GetAll"); scope.Start(); try { @@ -215,7 +226,7 @@ public virtual async Task>> GetAllAsync(Can /// The cancellation token to use. public virtual Response> GetAll(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("QueueServiceCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs index ec5a29453fbe6..9621370d982ab 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs @@ -94,8 +94,6 @@ public async Task> GetAsync(string resourceGroupN value = ManagementPolicyData.DeserializeManagementPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } - case 404: - return Response.FromValue((ManagementPolicyData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -129,8 +127,6 @@ public Response Get(string resourceGroupName, string accou value = ManagementPolicyData.DeserializeManagementPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } - case 404: - return Response.FromValue((ManagementPolicyData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs index 73722afb9c789..cacb203a6ee7e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs @@ -208,7 +208,7 @@ public async virtual Task> AddTagAsync(string key, stri { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -237,7 +237,7 @@ public virtual Response AddTag(string key, string value, Cancell { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -266,7 +266,7 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -323,7 +323,7 @@ public async virtual Task> RemoveTagAsync(string key, C { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + await TagResource.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -351,7 +351,7 @@ public virtual Response RemoveTag(string key, CancellationToken { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); + TagResource.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -771,67 +771,67 @@ public virtual StorageAccountRestoreBlobRangesOperation RestoreBlobRanges(BlobRe } } - /// Gets a list of ManagementPolicies in the StorageAccount. - /// An object representing collection of ManagementPolicies and their operations over a StorageAccount. - public ManagementPolicyContainer GetManagementPolicies() + /// Gets an object representing a ManagementPolicy along with the instance operations that can be performed on it. + /// Returns a object. + public ManagementPolicy GetManagementPolicy() { - return new ManagementPolicyContainer(this); + return new ManagementPolicy(this, Id + "/managementPolicies/default"); } /// Gets a list of BlobInventoryPolicies in the StorageAccount. /// An object representing collection of BlobInventoryPolicies and their operations over a StorageAccount. - public BlobInventoryPolicyContainer GetBlobInventoryPolicies() + public BlobInventoryPolicyCollection GetBlobInventoryPolicies() { - return new BlobInventoryPolicyContainer(this); + return new BlobInventoryPolicyCollection(this); } /// Gets a list of PrivateEndpointConnections in the StorageAccount. /// An object representing collection of PrivateEndpointConnections and their operations over a StorageAccount. - public PrivateEndpointConnectionContainer GetPrivateEndpointConnections() + public PrivateEndpointConnectionCollection GetPrivateEndpointConnections() { - return new PrivateEndpointConnectionContainer(this); + return new PrivateEndpointConnectionCollection(this); } /// Gets a list of ObjectReplicationPolicies in the StorageAccount. /// An object representing collection of ObjectReplicationPolicies and their operations over a StorageAccount. - public ObjectReplicationPolicyContainer GetObjectReplicationPolicies() + public ObjectReplicationPolicyCollection GetObjectReplicationPolicies() { - return new ObjectReplicationPolicyContainer(this); + return new ObjectReplicationPolicyCollection(this); } /// Gets a list of EncryptionScopes in the StorageAccount. /// An object representing collection of EncryptionScopes and their operations over a StorageAccount. - public EncryptionScopeContainer GetEncryptionScopes() + public EncryptionScopeCollection GetEncryptionScopes() { - return new EncryptionScopeContainer(this); + return new EncryptionScopeCollection(this); } /// Gets a list of BlobServices in the StorageAccount. /// An object representing collection of BlobServices and their operations over a StorageAccount. - public BlobServiceContainer GetBlobServices() + public BlobServiceCollection GetBlobServices() { - return new BlobServiceContainer(this); + return new BlobServiceCollection(this); } /// Gets a list of FileServices in the StorageAccount. /// An object representing collection of FileServices and their operations over a StorageAccount. - public FileServiceContainer GetFileServices() + public FileServiceCollection GetFileServices() { - return new FileServiceContainer(this); + return new FileServiceCollection(this); } /// Gets a list of QueueServices in the StorageAccount. /// An object representing collection of QueueServices and their operations over a StorageAccount. - public QueueServiceContainer GetQueueServices() + public QueueServiceCollection GetQueueServices() { - return new QueueServiceContainer(this); + return new QueueServiceCollection(this); } /// Gets a list of TableServices in the StorageAccount. /// An object representing collection of TableServices and their operations over a StorageAccount. - public TableServiceContainer GetTableServices() + public TableServiceCollection GetTableServices() { - return new TableServiceContainer(this); + return new TableServiceCollection(this); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountCollection.cs similarity index 93% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountCollection.cs index 78b134bb843e9..ba2178a748f38 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -20,28 +22,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of StorageAccount and their operations over a ResourceGroup. - public partial class StorageAccountContainer : ArmContainer + public partial class StorageAccountCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly StorageAccountsRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected StorageAccountContainer() + /// Initializes a new instance of the class for mocking. + protected StorageAccountCollection() { } - /// Initializes a new instance of StorageAccountContainer class. + /// Initializes a new instance of StorageAccountCollection class. /// The resource representing the parent resource. - internal StorageAccountContainer(ArmResource parent) : base(parent) + internal StorageAccountCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; - // Container level operations. + // Collection level operations. /// Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. @@ -60,7 +77,7 @@ public virtual StorageAccountCreateOperation CreateOrUpdate(string accountName, throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.CreateOrUpdate"); scope.Start(); try { @@ -94,7 +111,7 @@ public async virtual Task CreateOrUpdateAsync(str throw new ArgumentNullException(nameof(parameters)); } - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.CreateOrUpdate"); scope.Start(); try { @@ -117,7 +134,7 @@ public async virtual Task CreateOrUpdateAsync(str /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.Get"); scope.Start(); try { @@ -144,7 +161,7 @@ public virtual Response Get(string accountName, StorageAccountEx /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.Get"); scope.Start(); try { @@ -171,7 +188,7 @@ public async virtual Task> GetAsync(string accountName, /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetIfExists"); scope.Start(); try { @@ -198,7 +215,7 @@ public virtual Response GetIfExists(string accountName, StorageA /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetIfExists"); scope.Start(); try { @@ -225,7 +242,7 @@ public async virtual Task> GetIfExistsAsync(string acco /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.CheckIfExists"); scope.Start(); try { @@ -250,7 +267,7 @@ public virtual Response CheckIfExists(string accountName, StorageAccountEx /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.CheckIfExists"); scope.Start(); try { @@ -276,7 +293,7 @@ public virtual Pageable GetAll(CancellationToken cancellationTok { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetAll"); scope.Start(); try { @@ -291,7 +308,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetAll"); scope.Start(); try { @@ -314,7 +331,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken cance { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetAll"); scope.Start(); try { @@ -329,7 +346,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetAll"); scope.Start(); try { @@ -353,7 +370,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint /// A collection of resource that may take multiple service requests to iterate over. public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetAllAsGenericResources"); scope.Start(); try { @@ -376,7 +393,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil /// An async collection of resource that may take multiple service requests to iterate over. public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAllAsGenericResources"); + using var scope = _clientDiagnostics.CreateScope("StorageAccountCollection.GetAllAsGenericResources"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueCollection.cs similarity index 93% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueCollection.cs index 6ff2e67a62053..5d02275a03ff7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of StorageQueue and their operations over a QueueService. - public partial class StorageQueueContainer : ArmContainer + public partial class StorageQueueCollection : ArmCollection, IEnumerable, IAsyncEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly QueueRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected StorageQueueContainer() + /// Initializes a new instance of the class for mocking. + protected StorageQueueCollection() { } - /// Initializes a new instance of StorageQueueContainer class. + /// Initializes a new instance of StorageQueueCollection class. /// The resource representing the parent resource. - internal StorageQueueContainer(ArmResource parent) : base(parent) + internal StorageQueueCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => QueueService.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a new queue with the specified queue name, under the specified account. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. @@ -59,7 +76,7 @@ public virtual QueueCreateOperation CreateOrUpdate(string queueName, StorageQueu throw new ArgumentNullException(nameof(queue)); } - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.CreateOrUpdate"); scope.Start(); try { @@ -93,7 +110,7 @@ public async virtual Task CreateOrUpdateAsync(string queue throw new ArgumentNullException(nameof(queue)); } - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.CreateOrUpdate"); scope.Start(); try { @@ -115,7 +132,7 @@ public async virtual Task CreateOrUpdateAsync(string queue /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string queueName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.Get"); scope.Start(); try { @@ -141,7 +158,7 @@ public virtual Response Get(string queueName, CancellationToken ca /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string queueName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.Get"); scope.Start(); try { @@ -167,7 +184,7 @@ public async virtual Task> GetAsync(string queueName, Can /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string queueName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.GetIfExists"); scope.Start(); try { @@ -193,7 +210,7 @@ public virtual Response GetIfExists(string queueName, Cancellation /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string queueName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.GetIfExists"); scope.Start(); try { @@ -219,7 +236,7 @@ public async virtual Task> GetIfExistsAsync(string queueN /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string queueName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.CheckIfExists"); scope.Start(); try { @@ -243,7 +260,7 @@ public virtual Response CheckIfExists(string queueName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string queueName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.CheckIfExists"); scope.Start(); try { @@ -271,7 +288,7 @@ public virtual Pageable GetAll(string maxpagesize = null, string f { Page FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.GetAll"); scope.Start(); try { @@ -286,7 +303,7 @@ Page FirstPageFunc(int? pageSizeHint) } Page NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.GetAll"); scope.Start(); try { @@ -311,7 +328,7 @@ public virtual AsyncPageable GetAllAsync(string maxpagesize = null { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.GetAll"); scope.Start(); try { @@ -326,7 +343,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("StorageQueueCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableCollection.cs similarity index 92% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableCollection.cs index 0b7b8842d77a4..937f184de0dcb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableCollection.cs @@ -6,6 +6,8 @@ #nullable disable using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -19,28 +21,43 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of Table and their operations over a TableService. - public partial class TableContainer : ArmContainer + public partial class TableCollection : ArmCollection, IEnumerable, IAsyncEnumerable
{ private readonly ClientDiagnostics _clientDiagnostics; private readonly TableRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected TableContainer() + /// Initializes a new instance of the class for mocking. + protected TableCollection() { } - /// Initializes a new instance of TableContainer class. + /// Initializes a new instance of TableCollection class. /// The resource representing the parent resource. - internal TableContainer(ArmResource parent) : base(parent) + internal TableCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator
IEnumerable
.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator
IAsyncEnumerable
.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => TableService.ResourceType; - // Container level operations. + // Collection level operations. /// Creates a new table with the specified table name, under the specified account. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. @@ -54,7 +71,7 @@ public virtual TableCreateOperation CreateOrUpdate(string tableName, bool waitFo throw new ArgumentNullException(nameof(tableName)); } - using var scope = _clientDiagnostics.CreateScope("TableContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.CreateOrUpdate"); scope.Start(); try { @@ -83,7 +100,7 @@ public async virtual Task CreateOrUpdateAsync(string table throw new ArgumentNullException(nameof(tableName)); } - using var scope = _clientDiagnostics.CreateScope("TableContainer.CreateOrUpdate"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.CreateOrUpdate"); scope.Start(); try { @@ -105,7 +122,7 @@ public async virtual Task CreateOrUpdateAsync(string table /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response
Get(string tableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.Get"); scope.Start(); try { @@ -131,7 +148,7 @@ public virtual Response
Get(string tableName, CancellationToken cancellat /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string tableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.Get"); scope.Start(); try { @@ -157,7 +174,7 @@ public async virtual Task> GetAsync(string tableName, Cancellati /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response
GetIfExists(string tableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.GetIfExists"); scope.Start(); try { @@ -183,7 +200,7 @@ public virtual Response
GetIfExists(string tableName, CancellationToken c /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string tableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.GetIfExists"); scope.Start(); try { @@ -209,7 +226,7 @@ public async virtual Task> GetIfExistsAsync(string tableName, Ca /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string tableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.CheckIfExists"); scope.Start(); try { @@ -233,7 +250,7 @@ public virtual Response CheckIfExists(string tableName, CancellationToken /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string tableName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.CheckIfExists"); scope.Start(); try { @@ -259,7 +276,7 @@ public virtual Pageable
GetAll(CancellationToken cancellationToken = defa { Page
FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.GetAll"); scope.Start(); try { @@ -274,7 +291,7 @@ Page
FirstPageFunc(int? pageSizeHint) } Page
NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.GetAll"); scope.Start(); try { @@ -297,7 +314,7 @@ public virtual AsyncPageable
GetAllAsync(CancellationToken cancellationTo { async Task> FirstPageFunc(int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.GetAll"); scope.Start(); try { @@ -312,7 +329,7 @@ async Task> FirstPageFunc(int? pageSizeHint) } async Task> NextPageFunc(string nextLink, int? pageSizeHint) { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TableCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs index d578196b9d94f..6a868e728681b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs @@ -190,9 +190,9 @@ public virtual Response SetServiceProperties(TableServiceData para /// Gets a list of Tables in the TableService. /// An object representing collection of Tables and their operations over a TableService. - public TableContainer GetTables() + public TableCollection GetTables() { - return new TableContainer(this); + return new TableCollection(this); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceCollection.cs similarity index 92% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceCollection.cs index 5ee9099dca2dc..59b5c767b2c67 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -18,35 +19,45 @@ namespace Azure.ResourceManager.Storage { /// A class representing collection of TableService and their operations over a StorageAccount. - public partial class TableServiceContainer : ArmContainer + public partial class TableServiceCollection : ArmCollection, IEnumerable { private readonly ClientDiagnostics _clientDiagnostics; private readonly TableServicesRestOperations _restClient; - /// Initializes a new instance of the class for mocking. - protected TableServiceContainer() + /// Initializes a new instance of the class for mocking. + protected TableServiceCollection() { } - /// Initializes a new instance of TableServiceContainer class. + /// Initializes a new instance of TableServiceCollection class. /// The resource representing the parent resource. - internal TableServiceContainer(ArmResource parent) : base(parent) + internal TableServiceCollection(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().Value.GetEnumerator(); + } + /// Gets the valid resource type for this object. protected override ResourceType ValidResourceType => StorageAccount.ResourceType; - // Container level operations. + // Collection level operations. /// Gets details for this resource from the service. /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response Get(string tableServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.Get"); scope.Start(); try { @@ -72,7 +83,7 @@ public virtual Response Get(string tableServiceName, CancellationT /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetAsync(string tableServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.Get"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.Get"); scope.Start(); try { @@ -98,7 +109,7 @@ public async virtual Task> GetAsync(string tableServiceNa /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response GetIfExists(string tableServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.GetIfExists"); scope.Start(); try { @@ -124,7 +135,7 @@ public virtual Response GetIfExists(string tableServiceName, Cance /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> GetIfExistsAsync(string tableServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.GetIfExists"); scope.Start(); try { @@ -150,7 +161,7 @@ public async virtual Task> GetIfExistsAsync(string tableS /// A token to allow the caller to cancel the call to the service. The default value is . public virtual Response CheckIfExists(string tableServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.CheckIfExists"); scope.Start(); try { @@ -174,7 +185,7 @@ public virtual Response CheckIfExists(string tableServiceName, Cancellatio /// A token to allow the caller to cancel the call to the service. The default value is . public async virtual Task> CheckIfExistsAsync(string tableServiceName, CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.CheckIfExists"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.CheckIfExists"); scope.Start(); try { @@ -197,7 +208,7 @@ public async virtual Task> CheckIfExistsAsync(string tableService /// The cancellation token to use. public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.GetAll"); scope.Start(); try { @@ -215,7 +226,7 @@ public virtual async Task>> GetAllAsync(Can /// The cancellation token to use. public virtual Response> GetAll(CancellationToken cancellationToken = default) { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAll"); + using var scope = _clientDiagnostics.CreateScope("TableServiceCollection.GetAll"); scope.Start(); try { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md b/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md index 2771e0b26672b..2a598ba2e4fb3 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md +++ b/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md @@ -30,6 +30,8 @@ operation-group-to-parent: Queue: Microsoft.Storage/storageAccounts/queueServices Table: Microsoft.Storage/storageAccounts/tableServices StorageAccountName: subscriptions +operation-group-to-singleton-resource: + ManagementPolicies: managementPolicies/default directive: - rename-model: from: BlobServiceProperties diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs index 69acbd187fede..201e5860f7228 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs @@ -30,7 +30,7 @@ public class StorageTestBase : ManagementRecordedTestBase Client.DefaultSubscription; + protected Subscription DefaultSubscription { get; private set; } protected StorageTestBase(bool isAsync) : base(isAsync) { } @@ -50,9 +50,10 @@ public static StorageAccountCreateParameters GetDefaultStorageAccountParameters( } [SetUp] - public void CreateCommonClient() + public async Task CreateCommonClient() { Client = GetArmClient(); + DefaultSubscription = await Client.GetDefaultSubscriptionAsync(); } [TearDown] diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs index 82f5c9a401723..cd46d56316418 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs @@ -22,13 +22,13 @@ public void CreateStorageAccount() string accountName = "myaccount"; string resourceGroupName = "myResourceGroup"; ArmClient client = new ArmClient(new DefaultAzureCredential()); -ResourceGroup resourceGroup = client.DefaultSubscription.GetResourceGroups().Get(resourceGroupName); -StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); +ResourceGroup resourceGroup = client.GetDefaultSubscription().GetResourceGroups().Get(resourceGroupName); +StorageAccountCollection storageAccountCollection = resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.PremiumLRS); StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(new Sku(SkuName.StandardGRS), Kind.Storage, Location.WestUS); parameters.Tags.Add("key1", "value1"); parameters.Tags.Add("key2", "value2"); -StorageAccount account = storageAccountContainer.CreateOrUpdate(accountName, parameters).Value; +StorageAccount account = storageAccountCollection.CreateOrUpdate(accountName, parameters).Value; #endregion } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs index 7a411868a2bd9..5cd19d821e7fa 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs @@ -22,9 +22,9 @@ public async Task createResourceGroup() { #region Snippet:Managing_StorageAccounts_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); #endregion - #region Snippet:Managing_StorageAccounts_GetResourceGroupContainer + #region Snippet:Managing_StorageAccounts_GetResourceGroupCollection string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -44,9 +44,9 @@ public async Task CreateOrUpdate() string location = "westus2"; StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); //now we can create a storage account with defined account name and parameters - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; - StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); + StorageAccountCreateOperation accountCreateOperation = await accountCollection.CreateOrUpdateAsync(accountName, parameters); StorageAccount storageAccount = accountCreateOperation.Value; #endregion } @@ -55,8 +55,8 @@ public async Task CreateOrUpdate() public async Task list() { #region Snippet:Managing_StorageAccounts_ListStorageAccounts - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); - AsyncPageable response = accountContainer.GetAllAsync(); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); + AsyncPageable response = accountCollection.GetAllAsync(); await foreach (StorageAccount storageAccount in response) { Console.WriteLine(storageAccount.Id.Name); @@ -68,8 +68,8 @@ public async Task list() public async Task Get() { #region Snippet:Managing_StorageAccounts_GetStorageAccount - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); - StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountCollection.GetAsync("myAccount"); Console.WriteLine(storageAccount.Id.Name); #endregion } @@ -78,13 +78,13 @@ public async Task Get() public async Task GetIfExist() { #region Snippet:Managing_StorageAccounts_GetStorageAccountIfExists - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); - StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountCollection.GetIfExistsAsync("foo"); if (storageAccount != null) { Console.WriteLine(storageAccount.Id.Name); } - if (await accountContainer.CheckIfExistsAsync("bar")) + if (await accountCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("storage account 'bar' exists"); } @@ -95,8 +95,8 @@ public async Task GetIfExist() public async Task Delete() { #region Snippet:Managing_StorageAccounts_DeleteStorageAccount - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); - StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountCollection.GetAsync("myAccount"); await storageAccount.DeleteAsync(); #endregion } @@ -105,8 +105,8 @@ public async Task Delete() public async Task AddTag() { #region Snippet:Managing_StorageAccounts_AddTagStorageAccount - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); - StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountCollection.GetAsync("myAccount"); // add a tag on this storage account await storageAccount.AddTagAsync("key", "value"); #endregion diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs index 03e95b93f7980..afbdaaf7870f8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs @@ -18,10 +18,10 @@ public class Sample1_ManagingBlobContainers private StorageAccount storageAccount; private BlobService blobService; [SetUp] - public async Task createStorageAccountAndGetBlobContainerContainer() + public async Task createStorageAccountAndGetBlobContainerCollection() { ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -31,13 +31,13 @@ public async Task createStorageAccountAndGetBlobContainerContainer() Kind kind = Kind.Storage; string locationStr = "westus2"; StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, locationStr); - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; - StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); + StorageAccountCreateOperation accountCreateOperation = await accountCollection.CreateOrUpdateAsync(accountName, parameters); storageAccount = await accountCreateOperation.WaitForCompletionAsync(); #region Snippet:Managing_BlobContainers_GetBlobService - BlobServiceContainer blobServiceContainer = storageAccount.GetBlobServices(); - BlobService blobService =await blobServiceContainer.GetAsync("default"); + BlobServiceCollection blobServiceCollection = storageAccount.GetBlobServices(); + BlobService blobService =await blobServiceCollection.GetAsync("default"); #endregion this.blobService = blobService; } @@ -46,10 +46,10 @@ public async Task createStorageAccountAndGetBlobContainerContainer() public async Task CreateOrUpdate() { #region Snippet:Managing_BlobContainers_CreateBlobContainer - BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); + BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); string blobContainerName = "myBlobContainer"; BlobContainerData blobContainerData= new BlobContainerData(); - BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, blobContainerData); + BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerCollection.CreateOrUpdateAsync(blobContainerName, blobContainerData); BlobContainer blobContainer = blobContainerCreateOperation.Value; #endregion } @@ -58,8 +58,8 @@ public async Task CreateOrUpdate() public async Task List() { #region Snippet:Managing_BlobContainers_ListBlobContainers - BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); - AsyncPageable response = blobContainerContainer.GetAllAsync(); + BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); + AsyncPageable response = blobContainerCollection.GetAllAsync(); await foreach (BlobContainer blobContainer in response) { Console.WriteLine(blobContainer.Id.Name); @@ -71,8 +71,8 @@ public async Task List() public async Task Get() { #region Snippet:Managing_BlobContainers_GetBlobContainer - BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); - BlobContainer blobContainer =await blobContainerContainer.GetAsync("myBlobContainer"); + BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); + BlobContainer blobContainer =await blobContainerCollection.GetAsync("myBlobContainer"); Console.WriteLine(blobContainer.Id.Name); #endregion } @@ -81,13 +81,13 @@ public async Task Get() public async Task GetIfExist() { #region Snippet:Managing_BlobContainers_GetBlobContainerIfExists - BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); - BlobContainer blobContainer = await blobContainerContainer.GetIfExistsAsync("foo"); + BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); + BlobContainer blobContainer = await blobContainerCollection.GetIfExistsAsync("foo"); if (blobContainer != null) { Console.WriteLine(blobContainer.Id.Name); } - if (await blobContainerContainer.CheckIfExistsAsync("bar")) + if (await blobContainerCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("blob container 'bar' exists"); } @@ -98,8 +98,8 @@ public async Task GetIfExist() public async Task Delete() { #region Snippet:Managing_BlobContainers_DeleteBlobContainer - BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); - BlobContainer blobContainer = await blobContainerContainer.GetAsync("myBlobContainer"); + BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); + BlobContainer blobContainer = await blobContainerCollection.GetAsync("myBlobContainer"); await blobContainer.DeleteAsync(); #endregion } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs index 5cf19c04313c8..8540e39834bad 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs @@ -18,10 +18,10 @@ public class Sample2_ManagingFileShares private StorageAccount storageAccount; private FileService fileService; [SetUp] - public async Task createStorageAccountAndGetFileShareContainer() + public async Task createStorageAccountAndGetFileShareCollection() { ArmClient armClient = new ArmClient(new DefaultAzureCredential()); - Subscription subscription = armClient.DefaultSubscription; + Subscription subscription = await armClient.GetDefaultSubscriptionAsync(); string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -31,13 +31,13 @@ public async Task createStorageAccountAndGetFileShareContainer() Kind kind = Kind.Storage; string locationStr = "westus2"; StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, locationStr); - StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCollection accountCollection = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; - StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); + StorageAccountCreateOperation accountCreateOperation = await accountCollection.CreateOrUpdateAsync(accountName, parameters); storageAccount = await accountCreateOperation.WaitForCompletionAsync(); #region Snippet:Managing_FileShares_GetFileService - FileServiceContainer fileServiceContainer = storageAccount.GetFileServices(); - FileService fileService = await fileServiceContainer.GetAsync("default"); + FileServiceCollection fileServiceCollection = storageAccount.GetFileServices(); + FileService fileService = await fileServiceCollection.GetAsync("default"); #endregion this.fileService = fileService; } @@ -46,10 +46,10 @@ public async Task createStorageAccountAndGetFileShareContainer() public async Task CreateOrUpdate() { #region Snippet:Managing_FileShares_CreateFileShare - FileShareContainer fileShareContainer = fileService.GetFileShares(); + FileShareCollection fileShareCollection = fileService.GetFileShares(); string fileShareName = "myFileShare"; FileShareData fileShareData = new FileShareData(); - FileShareCreateOperation fileShareCreateOperation = await fileShareContainer.CreateOrUpdateAsync(fileShareName, fileShareData); + FileShareCreateOperation fileShareCreateOperation = await fileShareCollection.CreateOrUpdateAsync(fileShareName, fileShareData); FileShare fileShare =await fileShareCreateOperation.WaitForCompletionAsync(); #endregion } @@ -58,8 +58,8 @@ public async Task CreateOrUpdate() public async Task List() { #region Snippet:Managing_FileShares_ListFileShares - FileShareContainer fileShareContainer = fileService.GetFileShares(); - AsyncPageable response = fileShareContainer.GetAllAsync(); + FileShareCollection fileShareCollection = fileService.GetFileShares(); + AsyncPageable response = fileShareCollection.GetAllAsync(); await foreach (FileShare fileShare in response) { Console.WriteLine(fileShare.Id.Name); @@ -71,8 +71,8 @@ public async Task List() public async Task Get() { #region Snippet:Managing_FileShares_GetFileShare - FileShareContainer fileShareContainer = fileService.GetFileShares(); - FileShare fileShare= await fileShareContainer.GetAsync("myFileShare"); + FileShareCollection fileShareCollection = fileService.GetFileShares(); + FileShare fileShare= await fileShareCollection.GetAsync("myFileShare"); Console.WriteLine(fileShare.Id.Name); #endregion } @@ -81,13 +81,13 @@ public async Task Get() public async Task GetIfExist() { #region Snippet:Managing_FileShares_GetFileShareIFExists - FileShareContainer fileShareContainer = fileService.GetFileShares(); - FileShare fileShare = await fileShareContainer.GetIfExistsAsync("foo"); + FileShareCollection fileShareCollection = fileService.GetFileShares(); + FileShare fileShare = await fileShareCollection.GetIfExistsAsync("foo"); if (fileShare != null) { Console.WriteLine(fileShare.Id.Name); } - if (await fileShareContainer.CheckIfExistsAsync("bar")) + if (await fileShareCollection.CheckIfExistsAsync("bar")) { Console.WriteLine("file share 'bar' exists"); } @@ -98,8 +98,8 @@ public async Task GetIfExist() public async Task Delete() { #region Snippet:Managing_FileShares_DeleteFileShare - FileShareContainer fileShareContainer = fileService.GetFileShares(); - FileShare fileShare = await fileShareContainer.GetAsync("myFileShare"); + FileShareCollection fileShareCollection = fileService.GetFileShares(); + FileShare fileShare = await fileShareCollection.GetAsync("myFileShare"); await fileShare.DeleteAsync(); #endregion } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs index 6ae027d7512a0..a0f1ee50a7afe 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs @@ -14,9 +14,9 @@ public class BlobContainerTests : StorageTestBase { private ResourceGroup _resourceGroup; private StorageAccount _storageAccount; - private BlobServiceContainer _blobServiceContainer; + private BlobServiceCollection _blobServiceCollection; private BlobService _blobService; - private BlobContainerContainer _blobContainerContainer; + private BlobContainerCollection _blobContainerCollection; public BlobContainerTests(bool async) : base(async) { } @@ -26,11 +26,11 @@ public async Task createStorageAccountAndGetBlobContainerContainer() { _resourceGroup = await CreateResourceGroupAsync(); string accountName = await CreateValidAccountNameAsync("teststoragemgmt"); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - _blobServiceContainer = _storageAccount.GetBlobServices(); - _blobService = await _blobServiceContainer.GetAsync("default"); - _blobContainerContainer = _blobService.GetBlobContainers(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _blobServiceCollection = _storageAccount.GetBlobServices(); + _blobService = await _blobServiceCollection.GetAsync("default"); + _blobContainerCollection = _blobService.GetBlobContainers(); } [TearDown] @@ -38,8 +38,8 @@ public async Task ClearStorageAccount() { if (_resourceGroup != null) { - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountCollection.GetAllAsync()) { await account.DeleteAsync(); } @@ -54,15 +54,15 @@ public async Task CreateDeleteBlobContainer() { //create blob container string containerName = Recording.GenerateAssetName("testblob"); - BlobContainer container1 = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container1 = (await _blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; Assert.IsNotNull(container1); Assert.AreEqual(container1.Id.Name, containerName); //validate if created successfully - BlobContainer container2 = await _blobContainerContainer.GetAsync(containerName); + BlobContainer container2 = await _blobContainerCollection.GetAsync(containerName); AssertBlobContainerEqual(container1, container2); - Assert.IsTrue(await _blobContainerContainer.CheckIfExistsAsync(containerName)); - Assert.IsFalse(await _blobContainerContainer.CheckIfExistsAsync(containerName + "1")); + Assert.IsTrue(await _blobContainerCollection.CheckIfExistsAsync(containerName)); + Assert.IsFalse(await _blobContainerCollection.CheckIfExistsAsync(containerName + "1")); BlobContainerData containerData = container1.Data; Assert.IsEmpty(containerData.Metadata); Assert.IsFalse(containerData.HasLegalHold); @@ -74,9 +74,9 @@ public async Task CreateDeleteBlobContainer() await blobContainerDeleteOperation.WaitForCompletionResponseAsync(); //validate if deleted successfully - BlobContainer blobContainer3 = await _blobContainerContainer.GetIfExistsAsync(containerName); + BlobContainer blobContainer3 = await _blobContainerCollection.GetIfExistsAsync(containerName); Assert.IsNull(blobContainer3); - Assert.IsFalse(await _blobContainerContainer.CheckIfExistsAsync(containerName)); + Assert.IsFalse(await _blobContainerCollection.CheckIfExistsAsync(containerName)); } [Test] @@ -86,14 +86,14 @@ public async Task GetAllBlobContainers() //create two blob containers string containerName1 = Recording.GenerateAssetName("testblob1"); string containerName2 = Recording.GenerateAssetName("testblob2"); - BlobContainer container1 = (await _blobContainerContainer.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; - BlobContainer container2 = (await _blobContainerContainer.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; + BlobContainer container1 = (await _blobContainerCollection.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; + BlobContainer container2 = (await _blobContainerCollection.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; //validate if there are two containers BlobContainer container3 = null; BlobContainer container4 = null; int count = 0; - await foreach (BlobContainer container in _blobContainerContainer.GetAllAsync()) + await foreach (BlobContainer container in _blobContainerCollection.GetAllAsync()) { count++; if (container.Id.Name == containerName1) @@ -113,7 +113,7 @@ public async Task UpdateBlobContainer() //create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container = (await _blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //update metadata, public access BlobContainerData containerData = container.Data; @@ -137,7 +137,7 @@ public async Task CreateDeleteImmutabilityPolicy() // create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container = (await _blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //create immutability policy ImmutabilityPolicy immutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; @@ -167,7 +167,7 @@ public async Task SetClearLegalHold() // create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container = (await _blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //set legal hold LegalHold legalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); @@ -214,7 +214,7 @@ public async Task ImmutabilityPolicy_AllowProtectedAppendWrites() // create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container = (await _blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; ImmutabilityPolicy immutabilityPolicy = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 4, @@ -268,9 +268,9 @@ public async Task CreateGetDeleteObjectReplicationPolicy() sourceAccount = await sourceAccount.UpdateAsync(updateparameter); BlobService blobService1 = await destAccount.GetBlobServices().GetAsync("default"); - BlobContainerContainer blobContainerContainer1 = blobService1.GetBlobContainers(); + BlobContainerCollection blobContainerCollection1 = blobService1.GetBlobContainers(); BlobService blobService2 = await destAccount.GetBlobServices().GetAsync("default"); - BlobContainerContainer blobContainerContainer2 = blobService2.GetBlobContainers(); + BlobContainerCollection blobContainerCollection2 = blobService2.GetBlobContainers(); //enable changefeed and versoning blobService1.Data.IsVersioningEnabled = true; @@ -281,10 +281,10 @@ public async Task CreateGetDeleteObjectReplicationPolicy() string containerName2 = Recording.GenerateAssetName("testblob2"); string containerName3 = Recording.GenerateAssetName("testblob3"); string containerName4 = Recording.GenerateAssetName("testblob4"); - BlobContainer container1 = (await blobContainerContainer1.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; - BlobContainer container2 = (await blobContainerContainer2.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; - BlobContainer container3 = (await blobContainerContainer1.CreateOrUpdateAsync(containerName3, new BlobContainerData())).Value; - BlobContainer container4 = (await blobContainerContainer2.CreateOrUpdateAsync(containerName4, new BlobContainerData())).Value; + BlobContainer container1 = (await blobContainerCollection1.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; + BlobContainer container2 = (await blobContainerCollection2.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; + BlobContainer container3 = (await blobContainerCollection1.CreateOrUpdateAsync(containerName3, new BlobContainerData())).Value; + BlobContainer container4 = (await blobContainerCollection2.CreateOrUpdateAsync(containerName4, new BlobContainerData())).Value; //prepare rules and policy ObjectReplicationPolicyData parameter = new ObjectReplicationPolicyData() @@ -309,14 +309,14 @@ public async Task CreateGetDeleteObjectReplicationPolicy() ); //create policy - ObjectReplicationPolicyContainer objectReplicationPolicyContainer = destAccount.GetObjectReplicationPolicies(); - ObjectReplicationPolicy objectReplicationPolicy = (await objectReplicationPolicyContainer.CreateOrUpdateAsync("default", parameter)).Value; + ObjectReplicationPolicyCollection objectReplicationPolicyCollection = destAccount.GetObjectReplicationPolicies(); + ObjectReplicationPolicy objectReplicationPolicy = (await objectReplicationPolicyCollection.CreateOrUpdateAsync("default", parameter)).Value; Assert.NotNull(objectReplicationPolicy); Assert.AreEqual(objectReplicationPolicy.Data.DestinationAccount, destAccount.Id.Name); Assert.AreEqual(objectReplicationPolicy.Data.SourceAccount, sourceAccount.Id.Name); //get policy - List policies = await objectReplicationPolicyContainer.GetAllAsync().ToEnumerableAsync(); + List policies = await objectReplicationPolicyCollection.GetAllAsync().ToEnumerableAsync(); objectReplicationPolicy = policies[0]; Assert.NotNull(objectReplicationPolicy); Assert.AreEqual(objectReplicationPolicy.Data.DestinationAccount, destAccount.Id.Name); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs index 6ebaf67fddde4..59aa761ef9bcd 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs @@ -14,24 +14,24 @@ public class FileShareTests : StorageTestBase { private ResourceGroup _resourceGroup; private StorageAccount _storageAccount; - private FileServiceContainer _fileServiceContainer; + private FileServiceCollection _fileServiceCollection; private FileService _fileService; - private FileShareContainer _fileShareContainer; + private FileShareCollection _fileShareCollection; public FileShareTests(bool async) : base(async) { } [SetUp] - public async Task CreateStorageAccountAndGetFileShareContainer() + public async Task CreateStorageAccountAndGetFileShareCollection() { _resourceGroup = await CreateResourceGroupAsync(); string accountName = await CreateValidAccountNameAsync("teststoragemgmt"); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - _fileServiceContainer = _storageAccount.GetFileServices(); - _fileService = await _fileServiceContainer.GetAsync("default"); - _fileShareContainer = _fileService.GetFileShares(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _fileServiceCollection = _storageAccount.GetFileServices(); + _fileService = await _fileServiceCollection.GetAsync("default"); + _fileShareCollection = _fileService.GetFileShares(); } [TearDown] @@ -39,8 +39,8 @@ public async Task ClearStorageAccount() { if (_resourceGroup != null) { - var storageAccountContainer = _resourceGroup.GetStorageAccounts(); - await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + var storageAccountCollection = _resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountCollection.GetAllAsync()) { await account.DeleteAsync(); } @@ -55,24 +55,24 @@ public async Task CreateDeleteFileShare() { //create file share string fileShareName = Recording.GenerateAssetName("testfileshare"); - FileShare share1 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; + FileShare share1 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; Assert.AreEqual(share1.Id.Name, fileShareName); //validate if created successfully FileShareData shareData = share1.Data; Assert.IsEmpty(shareData.Metadata); - FileShare share2 = await _fileShareContainer.GetAsync(fileShareName); + FileShare share2 = await _fileShareCollection.GetAsync(fileShareName); AssertFileShareEqual(share1, share2); - Assert.IsTrue(await _fileShareContainer.CheckIfExistsAsync(fileShareName)); - Assert.IsFalse(await _fileShareContainer.CheckIfExistsAsync(fileShareName + "1")); + Assert.IsTrue(await _fileShareCollection.CheckIfExistsAsync(fileShareName)); + Assert.IsFalse(await _fileShareCollection.CheckIfExistsAsync(fileShareName + "1")); //delete file share await share1.DeleteAsync(); //validate if deleted successfully - FileShare fileShare3 = await _fileShareContainer.GetIfExistsAsync(fileShareName); + FileShare fileShare3 = await _fileShareCollection.GetIfExistsAsync(fileShareName); Assert.IsNull(fileShare3); - Assert.IsFalse(await _fileShareContainer.CheckIfExistsAsync(fileShareName)); + Assert.IsFalse(await _fileShareCollection.CheckIfExistsAsync(fileShareName)); } [Test] @@ -82,14 +82,14 @@ public async Task GetAllFileShares() //create two file shares string fileShareName1 = Recording.GenerateAssetName("testfileshare1"); string fileShareName2 = Recording.GenerateAssetName("testfileshare2"); - FileShare share1 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName1, new FileShareData())).Value; - FileShare share2 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName2, new FileShareData())).Value; + FileShare share1 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName1, new FileShareData())).Value; + FileShare share2 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName2, new FileShareData())).Value; //validate if there are two file shares FileShare share3 = null; FileShare share4 = null; int count = 0; - await foreach (FileShare share in _fileShareContainer.GetAllAsync()) + await foreach (FileShare share in _fileShareCollection.GetAllAsync()) { count++; if (share.Id.Name == fileShareName1) @@ -108,7 +108,7 @@ public async Task UpdateFileShare() { //create file share string fileShareName = Recording.GenerateAssetName("testfileshare"); - FileShare share1 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; + FileShare share1 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; Assert.AreEqual(share1.Id.Name, fileShareName); //update metadata and share quota @@ -122,7 +122,7 @@ public async Task UpdateFileShare() Assert.NotNull(share2.Data.Metadata); Assert.AreEqual(share2.Data.ShareQuota, shareData.ShareQuota); Assert.AreEqual(share2.Data.Metadata, shareData.Metadata); - FileShare share3 = await _fileShareContainer.GetAsync(fileShareName); + FileShare share3 = await _fileShareCollection.GetAsync(fileShareName); Assert.NotNull(share3.Data.Metadata); Assert.AreEqual(share3.Data.ShareQuota, shareData.ShareQuota); Assert.AreEqual(share3.Data.Metadata, shareData.Metadata); @@ -165,7 +165,7 @@ public async Task RestoreFileShare() //create file share string fileShareName = Recording.GenerateAssetName("testfileshare"); - FileShare share1 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; + FileShare share1 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; Assert.AreEqual(share1.Id.Name, fileShareName); //delete this share @@ -173,7 +173,7 @@ public async Task RestoreFileShare() //get the deleted share version string deletedShareVersion = null; - List fileShares = await _fileShareContainer.GetAllAsync(expand: "deleted").ToEnumerableAsync(); + List fileShares = await _fileShareCollection.GetAllAsync(expand: "deleted").ToEnumerableAsync(); deletedShareVersion = fileShares[0].Data.Version; //restore file share @@ -186,7 +186,7 @@ public async Task RestoreFileShare() await share1.RestoreAsync(deletedShare); //validate - fileShares = await _fileShareContainer.GetAllAsync().ToEnumerableAsync(); + fileShares = await _fileShareCollection.GetAllAsync().ToEnumerableAsync(); Assert.AreEqual(fileShares.Count, 1); } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs index 3b6a38f94f2f9..50adb9f43122b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs @@ -13,23 +13,23 @@ public class QueueTests : StorageTestBase { private ResourceGroup _resourceGroup; private StorageAccount _storageAccount; - private QueueServiceContainer _queueServiceContainer; + private QueueServiceCollection _queueServiceCollection; private QueueService _queueService; - private StorageQueueContainer _storageQueueContainer; + private StorageQueueCollection _storageQueueCollection; public QueueTests(bool async) : base(async) { } [SetUp] - public async Task CreateStorageAccountAndGetQueueContainer() + public async Task CreateStorageAccountAndGetQueueCollection() { _resourceGroup = await CreateResourceGroupAsync(); string accountName = await CreateValidAccountNameAsync("teststoragemgmt"); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - _queueServiceContainer = _storageAccount.GetQueueServices(); - _queueService = await _queueServiceContainer.GetAsync("default"); - _storageQueueContainer = _queueService.GetStorageQueues(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _queueServiceCollection = _storageAccount.GetQueueServices(); + _queueService = await _queueServiceCollection.GetAsync("default"); + _storageQueueCollection = _queueService.GetStorageQueues(); } [TearDown] @@ -37,8 +37,8 @@ public async Task ClearStorageAccount() { if (_resourceGroup != null) { - var storageAccountContainer = _resourceGroup.GetStorageAccounts(); - await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + var storageAccountCollection = _resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountCollection.GetAllAsync()) { await account.DeleteAsync(); } @@ -53,15 +53,15 @@ public async Task CreateDeleteStorageQueue() { //create storage queue string storageQueueName = Recording.GenerateAssetName("testqueue"); - StorageQueue queue1 = (await _storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; + StorageQueue queue1 = (await _storageQueueCollection.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; Assert.IsNotNull(queue1); Assert.AreEqual(queue1.Id.Name, storageQueueName); //validate if successfully created - StorageQueue queue2 = await _storageQueueContainer.GetAsync(storageQueueName); + StorageQueue queue2 = await _storageQueueCollection.GetAsync(storageQueueName); AssertStorageQueueEqual(queue1, queue2); - Assert.IsTrue(await _storageQueueContainer.CheckIfExistsAsync(storageQueueName)); - Assert.IsFalse(await _storageQueueContainer.CheckIfExistsAsync(storageQueueName + "1")); + Assert.IsTrue(await _storageQueueCollection.CheckIfExistsAsync(storageQueueName)); + Assert.IsFalse(await _storageQueueCollection.CheckIfExistsAsync(storageQueueName + "1")); StorageQueueData queueData = queue2.Data; Assert.IsEmpty(queueData.Metadata); @@ -69,8 +69,8 @@ public async Task CreateDeleteStorageQueue() await queue1.DeleteAsync(); //validate if successfully deleted - Assert.IsFalse(await _storageQueueContainer.CheckIfExistsAsync(storageQueueName)); - StorageQueue queue3 = await _storageQueueContainer.GetIfExistsAsync(storageQueueName); + Assert.IsFalse(await _storageQueueCollection.CheckIfExistsAsync(storageQueueName)); + StorageQueue queue3 = await _storageQueueCollection.GetIfExistsAsync(storageQueueName); Assert.IsNull(queue3); } @@ -81,14 +81,14 @@ public async Task GetAllStorageQueues() //create two blob containers string queueName1 = Recording.GenerateAssetName("testqueue1"); string queueName2 = Recording.GenerateAssetName("testqueue2"); - StorageQueue queue1 = (await _storageQueueContainer.CreateOrUpdateAsync(queueName1, new StorageQueueData())).Value; - StorageQueue queue2 = (await _storageQueueContainer.CreateOrUpdateAsync(queueName2, new StorageQueueData())).Value; + StorageQueue queue1 = (await _storageQueueCollection.CreateOrUpdateAsync(queueName1, new StorageQueueData())).Value; + StorageQueue queue2 = (await _storageQueueCollection.CreateOrUpdateAsync(queueName2, new StorageQueueData())).Value; //validate if there are two queues StorageQueue queue3 = null; StorageQueue queue4 = null; int count = 0; - await foreach (StorageQueue queue in _storageQueueContainer.GetAllAsync()) + await foreach (StorageQueue queue in _storageQueueCollection.GetAllAsync()) { count++; if (queue.Id.Name == queueName1) @@ -107,7 +107,7 @@ public async Task UpdateStorageQueue() { //create storage queue string storageQueueName = Recording.GenerateAssetName("testqueue"); - StorageQueue queue1 = (await _storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; + StorageQueue queue1 = (await _storageQueueCollection.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; Assert.IsNotNull(queue1); Assert.AreEqual(queue1.Id.Name, storageQueueName); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index a3210c98d2c8e..6681b3c16f3a5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -26,8 +26,8 @@ public async Task ClearStorageAccounts() //remove all storage accounts under current resource group if (_resourceGroup != null) { - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - List storageAccountList = await storageAccountContainer.GetAllAsync().ToEnumerableAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + List storageAccountList = await storageAccountCollection.GetAllAsync().ToEnumerableAsync(); foreach (StorageAccount account in storageAccountList) { await account.DeleteAsync(); @@ -43,27 +43,27 @@ public async Task CreateDeleteStorageAccount() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; Assert.AreEqual(accountName, account1.Id.Name); VerifyAccountProperties(account1, true); AssertStorageAccountEqual(account1, await account1.GetAsync()); //validate if created successfully - StorageAccount account2 = await storageAccountContainer.GetAsync(accountName); + StorageAccount account2 = await storageAccountCollection.GetAsync(accountName); VerifyAccountProperties(account2, true); AssertStorageAccountEqual(account1, account2); - StorageAccount account3 = await storageAccountContainer.GetIfExistsAsync(accountName + "1"); + StorageAccount account3 = await storageAccountCollection.GetIfExistsAsync(accountName + "1"); Assert.IsNull(account3); - Assert.IsTrue(await storageAccountContainer.CheckIfExistsAsync(accountName)); - Assert.IsFalse(await storageAccountContainer.CheckIfExistsAsync(accountName + "1")); + Assert.IsTrue(await storageAccountCollection.CheckIfExistsAsync(accountName)); + Assert.IsFalse(await storageAccountCollection.CheckIfExistsAsync(accountName + "1")); //delete storage account await account1.DeleteAsync(); //validate if deleted successfully - Assert.IsFalse(await storageAccountContainer.CheckIfExistsAsync(accountName)); - StorageAccount account4 = await storageAccountContainer.GetIfExistsAsync(accountName); + Assert.IsFalse(await storageAccountCollection.CheckIfExistsAsync(accountName)); + StorageAccount account4 = await storageAccountCollection.GetIfExistsAsync(accountName); Assert.IsNull(account4); } @@ -75,15 +75,15 @@ public async Task GetAllStorageAccounts() string accountName1 = await CreateValidAccountNameAsync(namePrefix); string accountName2 = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, GetDefaultStorageAccountParameters())).Value; - StorageAccount account2 = (await storageAccountContainer.CreateOrUpdateAsync(accountName2, GetDefaultStorageAccountParameters())).Value; + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName1, GetDefaultStorageAccountParameters())).Value; + StorageAccount account2 = (await storageAccountCollection.CreateOrUpdateAsync(accountName2, GetDefaultStorageAccountParameters())).Value; //validate two storage accounts int count = 0; StorageAccount account3 = null; StorageAccount account4 = null; - await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + await foreach (StorageAccount account in storageAccountCollection.GetAllAsync()) { count++; if (account.Id.Name == accountName1) @@ -103,8 +103,8 @@ public async Task UpdateStorageAccount() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; VerifyAccountProperties(account1, true); //update sku @@ -116,7 +116,7 @@ public async Task UpdateStorageAccount() Assert.AreEqual(account1.Data.Sku.Name, SkuName.StandardLRS); // validate - StorageAccount account2 = await storageAccountContainer.GetAsync(accountName); + StorageAccount account2 = await storageAccountCollection.GetAsync(accountName); Assert.AreEqual(account2.Data.Sku.Name, SkuName.StandardLRS); //update tags @@ -128,7 +128,7 @@ public async Task UpdateStorageAccount() Assert.AreEqual(account1.Data.Tags.Count, parameters.Tags.Count); //validate - account2 = await storageAccountContainer.GetAsync(accountName); + account2 = await storageAccountCollection.GetAsync(accountName); Assert.AreEqual(account2.Data.Tags.Count, parameters.Tags.Count); //update encryption @@ -140,7 +140,7 @@ public async Task UpdateStorageAccount() Assert.NotNull(account1.Data.Encryption); //validate - account2 = await storageAccountContainer.GetAsync(accountName); + account2 = await storageAccountCollection.GetAsync(accountName); Assert.NotNull(account2.Data.Encryption); Assert.NotNull(account2.Data.Encryption.Services.Blob); Assert.True(account2.Data.Encryption.Services.Blob.Enabled); @@ -156,7 +156,7 @@ public async Task UpdateStorageAccount() }; account1 = await account1.UpdateAsync(parameters); Assert.AreEqual(account1.Data.EnableHttpsTrafficOnly, false); - account2 = await storageAccountContainer.GetAsync(accountName); + account2 = await storageAccountCollection.GetAsync(accountName); Assert.AreEqual(account2.Data.EnableHttpsTrafficOnly, false); parameters = new StorageAccountUpdateParameters() { @@ -164,7 +164,7 @@ public async Task UpdateStorageAccount() }; account1 = await account1.UpdateAsync(parameters); Assert.AreEqual(account1.Data.EnableHttpsTrafficOnly, true); - account2 = await storageAccountContainer.GetAsync(accountName); + account2 = await storageAccountCollection.GetAsync(accountName); Assert.AreEqual(account2.Data.EnableHttpsTrafficOnly, true); } @@ -175,20 +175,20 @@ public async Task CreateLargeFileShareOnStorageAccount() //create storage account and enable large share string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.StandardLRS); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2); parameters.LargeFileSharesState = LargeFileSharesState.Enabled; - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; VerifyAccountProperties(account1, false); //create file share with share quota 5200, which is allowed in large file shares string fileShareName = Recording.GenerateAssetName("testfileshare"); FileService fileService = await account1.GetFileServices().GetAsync("default"); - FileShareContainer shareContainer = fileService.GetFileShares(); + FileShareCollection shareCollection = fileService.GetFileShares(); FileShareData shareData = new FileShareData(); shareData.ShareQuota = 5200; - FileShareCreateOperation fileShareCreateOperation = await shareContainer.CreateOrUpdateAsync(fileShareName, shareData); + FileShareCreateOperation fileShareCreateOperation = await shareCollection.CreateOrUpdateAsync(fileShareName, shareData); FileShare share = await fileShareCreateOperation.WaitForCompletionAsync(); Assert.AreEqual(share.Data.ShareQuota, shareData.ShareQuota); } @@ -201,8 +201,8 @@ public async Task StorageAccountRegenerateKey() //create storage account and get keys string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; VerifyAccountProperties(account1, true); StorageAccountListKeysResult keys = await account1.GetKeysAsync(); Assert.NotNull(keys); @@ -231,14 +231,14 @@ public async Task CreateUpdataNetworkRule() //create storage account with network rule string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); parameters.NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Deny) { Bypass = @"Logging, AzureServices", IpRules = { new IPRule(iPAddressOrRange: "23.45.67.89") } }; - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; VerifyAccountProperties(account1, false); //verify network rule @@ -299,10 +299,10 @@ public async Task CreateStorageAccountWithBlockBlobStorage() //create storage account with block blob storage string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.PremiumLRS); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.BlockBlobStorage); - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //validate VerifyAccountProperties(account1, false); @@ -323,10 +323,10 @@ public async Task CreateStorageAccountWithFileStorage() //create storage account with file storage string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.PremiumLRS); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.FileStorage); - StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //validate VerifyAccountProperties(account1, false); @@ -347,13 +347,13 @@ public async Task CreateStorageAccountWithEncrpytion() //create storage account with encryption settings string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) { Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } }; - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; VerifyAccountProperties(account, true); //verify encryption settings @@ -388,10 +388,10 @@ public async Task CreateStorageAccountWithAccessTier() //create storage account with accesstier hot string accountName1 = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage); parameters.AccessTier = AccessTier.Hot; - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName1, parameters)).Value; //validate VerifyAccountProperties(account, false); @@ -402,7 +402,7 @@ public async Task CreateStorageAccountWithAccessTier() string accountName2 = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); parameters.AccessTier = AccessTier.Cool; - account = (await storageAccountContainer.CreateOrUpdateAsync(accountName2, parameters)).Value; + account = (await storageAccountCollection.CreateOrUpdateAsync(accountName2, parameters)).Value; //validate VerifyAccountProperties(account, false); @@ -417,10 +417,10 @@ public async Task GetStorageAccountLastSyncTime() //create storage account string accountName1 = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.StandardRagrs); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName1, parameters)).Value; Assert.AreEqual(SkuName.StandardRagrs, account.Data.Sku.Name); Assert.Null(account.Data.GeoReplicationStats); @@ -439,9 +439,9 @@ public async Task StorageAccountRevokeUserDelegationKeys() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //revoke user delegation keys await account.RevokeUserDelegationKeysAsync(); @@ -454,9 +454,9 @@ public async Task ListStorageAccountAvailableLocations() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //get available locations IEnumerable locationList = await account.GetAvailableLocationsAsync(); @@ -470,9 +470,9 @@ public async Task ListStorageAccountSASWithDefaultProperties() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; // Test for default values of sas credentials. AccountSasParameters accountSasParameters = new AccountSasParameters(services: "b", resourceTypes: "sco", permissions: "rl", sharedAccessExpiryTime: Recording.UtcNow.AddHours(1)); @@ -492,9 +492,9 @@ public async Task ListStorageAccountSAS() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; AccountSasParameters accountSasParameters = new AccountSasParameters(services: "b", resourceTypes: "sco", permissions: "rl", sharedAccessExpiryTime: Recording.UtcNow.AddHours(1)) { @@ -520,9 +520,9 @@ public async Task ListServiceSASWithDefaultProperties() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) @@ -545,9 +545,9 @@ public async Task ListServiceSAS() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) @@ -576,9 +576,9 @@ public async Task AddRemoveTag() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //add tag to this storage account account = await account.AddTagAsync("key", "value"); @@ -600,10 +600,10 @@ public async Task CreateStorageAccountWithEnableNfsV3() //create storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); parameters.EnableNfsV3 = false; - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //validate VerifyAccountProperties(account, false); @@ -628,18 +628,18 @@ public async Task CreateUpdateGetDeleteBlobInventoryPolicy() //create resource group and storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; - BlobInventoryPolicyContainer blobInventoryPolicyContainer = account.GetBlobInventoryPolicies(); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + BlobInventoryPolicyCollection blobInventoryPolicyCollection = account.GetBlobInventoryPolicies(); //create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobServiceContainer blobServiceContainer = account.GetBlobServices(); - BlobService blobService = await blobServiceContainer.GetAsync("default"); - BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); - BlobContainer container = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobServiceCollection blobServiceCollection = account.GetBlobServices(); + BlobService blobService = await blobServiceCollection.GetAsync("default"); + BlobContainerCollection blobContainerCollection = blobService.GetBlobContainers(); + BlobContainer container = (await blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //prepare schema fields string[] BlobSchemaField = new string[] {"Name", "Creation-Time", "Last-Modified", "Content-Length", "Content-MD5", "BlobType", "AccessTier", "AccessTierChangeTime", @@ -689,8 +689,8 @@ public async Task CreateUpdateGetDeleteBlobInventoryPolicy() }; //create and get policy, the name of blob inventory policy should always be default - BlobInventoryPolicy blobInventoryPolicy = (await blobInventoryPolicyContainer.CreateOrUpdateAsync("default", parameter)).Value; - blobInventoryPolicy = await blobInventoryPolicyContainer.GetAsync("default"); + BlobInventoryPolicy blobInventoryPolicy = (await blobInventoryPolicyCollection.CreateOrUpdateAsync("default", parameter)).Value; + blobInventoryPolicy = await blobInventoryPolicyCollection.GetAsync("default"); Assert.AreEqual(blobInventoryPolicy.Data.Policy.Rules.Count, 2); //update policy @@ -700,7 +700,7 @@ public async Task CreateUpdateGetDeleteBlobInventoryPolicy() { Policy = policy2 }; - blobInventoryPolicy = (await blobInventoryPolicyContainer.CreateOrUpdateAsync("default", parameter2)).Value; + blobInventoryPolicy = (await blobInventoryPolicyCollection.CreateOrUpdateAsync("default", parameter2)).Value; Assert.AreEqual(blobInventoryPolicy.Data.Policy.Rules.Count, 3); //delete policy @@ -714,14 +714,13 @@ public async Task SetGetDeleteManagementPolicy() //create resource group and storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; - ManagementPolicyContainer managementPolicyContainer = account.GetManagementPolicies(); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //Enable LAT - BlobServiceContainer blobServiceContainer = account.GetBlobServices(); - BlobService blobService = await blobServiceContainer.GetAsync("Default"); + BlobServiceCollection blobServiceCollection = account.GetBlobServices(); + BlobService blobService = await blobServiceCollection.GetAsync("Default"); blobService.Data.LastAccessTimeTrackingPolicy = new LastAccessTimeTrackingPolicy(true); _ = await blobService.SetServicePropertiesAsync(blobService.Data); @@ -761,7 +760,7 @@ public async Task SetGetDeleteManagementPolicy() }; //set management policy, the policy name should always be default - ManagementPolicy managementPolicy = (await managementPolicyContainer.CreateOrUpdateAsync("default", parameter)).Value; + ManagementPolicy managementPolicy = (await account.GetManagementPolicy().CreateOrUpdateAsync(parameter)).Value; Assert.NotNull(managementPolicy); Assert.AreEqual(managementPolicy.Data.Policy.Rules.Count, 3); @@ -776,10 +775,10 @@ public async Task CreateUpdateGetEncryptionScope() //create resource group and storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; - EncryptionScopeContainer encryptionScopeContainer = account.GetEncryptionScopes(); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + EncryptionScopeCollection encryptionScopeCollection = account.GetEncryptionScopes(); //create encryption scope EncryptionScopeData parameter = new EncryptionScopeData() @@ -788,7 +787,7 @@ public async Task CreateUpdateGetEncryptionScope() State = EncryptionScopeState.Enabled, RequireInfrastructureEncryption = false }; - EncryptionScope encryptionScope = (await encryptionScopeContainer.CreateOrUpdateAsync("scope", parameter)).Value; + EncryptionScope encryptionScope = (await encryptionScopeCollection.CreateOrUpdateAsync("scope", parameter)).Value; Assert.AreEqual("scope", encryptionScope.Id.Name); Assert.AreEqual(EncryptionScopeState.Enabled, encryptionScope.Data.State); Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, encryptionScope.Data.Source); @@ -799,7 +798,7 @@ public async Task CreateUpdateGetEncryptionScope() Assert.AreEqual(encryptionScope.Data.State, EncryptionScopeState.Disabled); //get all encryption scopes - List encryptionScopes = await encryptionScopeContainer.GetAllAsync().ToEnumerableAsync(); + List encryptionScopes = await encryptionScopeCollection.GetAllAsync().ToEnumerableAsync(); encryptionScope = encryptionScopes.First(); Assert.AreEqual("scope", encryptionScope.Id.Name); Assert.AreEqual(EncryptionScopeState.Disabled, encryptionScope.Data.State); @@ -813,13 +812,13 @@ public async Task GetAllPrivateEndPointConnections() //create resource group and storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS), kind: Kind.StorageV2); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; - PrivateEndpointConnectionContainer privateEndpointConnectionContainer = account.GetPrivateEndpointConnections(); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + PrivateEndpointConnectionCollection privateEndpointConnectionCollection = account.GetPrivateEndpointConnections(); //get all private endpoint connections - List privateEndpointConnections = await privateEndpointConnectionContainer.GetAllAsync().ToEnumerableAsync(); + List privateEndpointConnections = await privateEndpointConnectionCollection.GetAllAsync().ToEnumerableAsync(); Assert.NotNull(privateEndpointConnections); } @@ -830,9 +829,9 @@ public async Task GetAllPrivateLinkResources() //create resource group and storage account string accountName = await CreateValidAccountNameAsync(namePrefix); _resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS), kind: Kind.StorageV2); - StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; //get all private link resources Response> privateLinkResources = await account.GetPrivateLinkResourcesAsync(); @@ -846,14 +845,14 @@ public async Task ListStorageAccountsInSubscription() //create 2 resource groups and 2 storage accounts string accountName1 = await CreateValidAccountNameAsync(namePrefix); ResourceGroup resourceGroup1 = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup1.GetStorageAccounts(); + StorageAccountCollection storageAccountCollection = resourceGroup1.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters); + await storageAccountCollection.CreateOrUpdateAsync(accountName1, parameters); string accountName2 = await CreateValidAccountNameAsync(namePrefix); ResourceGroup resourceGroup2 = await CreateResourceGroupAsync(); - storageAccountContainer = resourceGroup2.GetStorageAccounts(); - await storageAccountContainer.CreateOrUpdateAsync(accountName2, parameters); + storageAccountCollection = resourceGroup2.GetStorageAccounts(); + await storageAccountCollection.CreateOrUpdateAsync(accountName2, parameters); //validate two storage accounts StorageAccount account1 = null; diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs index 577421a460c28..e41b61449b1fd 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs @@ -13,23 +13,23 @@ public class TableTests : StorageTestBase { private ResourceGroup _resourceGroup; private StorageAccount _storageAccount; - private TableServiceContainer _tableServiceContainer; + private TableServiceCollection _tableServiceCollection; private TableService _tableService; - private TableContainer _tableContainer; + private TableCollection _tableCollection; public TableTests(bool async) : base(async) { } [SetUp] - public async Task CreateStorageAccountAndGetTableContainer() + public async Task CreateStorageAccountAndGetTableCollection() { _resourceGroup = await CreateResourceGroupAsync(); string accountName = await CreateValidAccountNameAsync("teststoragemgmt"); - StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); - _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - _tableServiceContainer = _storageAccount.GetTableServices(); - _tableService = await _tableServiceContainer.GetAsync("default"); - _tableContainer = _tableService.GetTables(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _tableServiceCollection = _storageAccount.GetTableServices(); + _tableService = await _tableServiceCollection.GetAsync("default"); + _tableCollection = _tableService.GetTables(); } [TearDown] @@ -37,8 +37,8 @@ public async Task ClearStorageAccount() { if (_resourceGroup != null) { - var storageAccountContainer = _resourceGroup.GetStorageAccounts(); - await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + var storageAccountCollection = _resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountCollection.GetAllAsync()) { await account.DeleteAsync(); } @@ -53,22 +53,22 @@ public async Task CreateDeleteTable() { //create table string tableName = Recording.GenerateAssetName("testtable"); - Table table1 = (await _tableContainer.CreateOrUpdateAsync(tableName)).Value; + Table table1 = (await _tableCollection.CreateOrUpdateAsync(tableName)).Value; Assert.IsNotNull(table1); Assert.AreEqual(table1.Id.Name, tableName); //validate if created successfully - Table table2 = await _tableContainer.GetAsync(tableName); + Table table2 = await _tableCollection.GetAsync(tableName); AssertTableEqual(table1, table2); - Assert.IsTrue(await _tableContainer.CheckIfExistsAsync(tableName)); - Assert.IsFalse(await _tableContainer.CheckIfExistsAsync(tableName + "1")); + Assert.IsTrue(await _tableCollection.CheckIfExistsAsync(tableName)); + Assert.IsFalse(await _tableCollection.CheckIfExistsAsync(tableName + "1")); //delete table await table1.DeleteAsync(); //validate if deleted successfully - Assert.IsFalse(await _tableContainer.CheckIfExistsAsync(tableName)); - Table table3 = await _tableContainer.GetIfExistsAsync(tableName); + Assert.IsFalse(await _tableCollection.CheckIfExistsAsync(tableName)); + Table table3 = await _tableCollection.GetIfExistsAsync(tableName); Assert.IsNull(table3); } @@ -79,14 +79,14 @@ public async Task GetAllTables() //create two tables string tableName1 = Recording.GenerateAssetName("testtable1"); string tableName2 = Recording.GenerateAssetName("testtable2"); - Table table1 = (await _tableContainer.CreateOrUpdateAsync(tableName1)).Value; - Table table2 = (await _tableContainer.CreateOrUpdateAsync(tableName2)).Value; + Table table1 = (await _tableCollection.CreateOrUpdateAsync(tableName1)).Value; + Table table2 = (await _tableCollection.CreateOrUpdateAsync(tableName2)).Value; //validate two tables Table table3 = null; Table table4 = null; int count = 0; - await foreach (Table table in _tableContainer.GetAllAsync()) + await foreach (Table table in _tableCollection.GetAllAsync()) { count++; if (table.Id.Name == tableName1) diff --git a/sdk/storage/Azure.Storage.Blobs/tests/Azure.Storage.Blobs.Tests.csproj b/sdk/storage/Azure.Storage.Blobs/tests/Azure.Storage.Blobs.Tests.csproj index 22e96d050b7df..81da3702dea24 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/Azure.Storage.Blobs.Tests.csproj +++ b/sdk/storage/Azure.Storage.Blobs/tests/Azure.Storage.Blobs.Tests.csproj @@ -12,7 +12,8 @@ - + + diff --git a/sdk/storage/Azure.Storage.Blobs/tests/ManagedDiskFixture.cs b/sdk/storage/Azure.Storage.Blobs/tests/ManagedDiskFixture.cs index 81bc5ea918600..c7dcedd1b7df5 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/ManagedDiskFixture.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/ManagedDiskFixture.cs @@ -47,7 +47,8 @@ public override async Task SetUp() _config.ActiveDirectoryTenantId, _config.ActiveDirectoryApplicationId, _config.ActiveDirectoryApplicationSecret); ArmClient client = new ArmClient(_config.SubsriptionId, tokenCredentials); - _resourceGroup = await client.DefaultSubscription.GetResourceGroups().GetAsync(_config.ResourceGroupName); + Subscription subscription = await client.GetDefaultSubscriptionAsync(); + _resourceGroup = await subscription.GetResourceGroups().GetAsync(_config.ResourceGroupName); var disks = await _resourceGroup.GetDisks().GetAllAsync().ToListAsync(); var disk = disks.Where(d => d.Data.Name.Contains(_config.DiskNamePrefix)).First(); diff --git a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/README.md b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/README.md index c86c13047a58a..92d0848941b12 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/README.md +++ b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/README.md @@ -149,7 +149,7 @@ Console.WriteLine($"Role {roleAssignmentRoleDefinitionId} is assigned to {roleAs To enumerate all role assignments in the Synapse workspace you can call `ListRoleAssignments`. ```C# Snippet:ListRoleAssignments -Response roleAssignmentsResponse = roleAssignmentsClient.GetRoleAssignments(new()); +Response roleAssignmentsResponse = roleAssignmentsClient.GetRoleAssignments(); BinaryData roleAssignmentsContent = roleAssignmentsResponse.Content; JsonDocument roleAssignmentsJson = JsonDocument.Parse(roleAssignmentsContent.ToMemory()); diff --git a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/api/Azure.Analytics.Synapse.AccessControl.netstandard2.0.cs b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/api/Azure.Analytics.Synapse.AccessControl.netstandard2.0.cs index 8bcb8d8146332..f2a35f549444d 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/api/Azure.Analytics.Synapse.AccessControl.netstandard2.0.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/api/Azure.Analytics.Synapse.AccessControl.netstandard2.0.cs @@ -59,23 +59,23 @@ public RoleAssignmentsClient(System.Uri endpoint, Azure.Core.TokenCredential cre public virtual Azure.Response DeleteRoleAssignmentById(string roleAssignmentId, string scope = null, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task DeleteRoleAssignmentByIdAsync(string roleAssignmentId, string scope = null, Azure.RequestOptions options = null) { throw null; } public virtual Azure.Response GetRoleAssignmentById(string roleAssignmentId) { throw null; } - public virtual Azure.Response GetRoleAssignmentById(string roleAssignmentId, Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetRoleAssignmentById(string roleAssignmentId, Azure.RequestOptions options = null) { throw null; } public virtual System.Threading.Tasks.Task> GetRoleAssignmentByIdAsync(string roleAssignmentId) { throw null; } - public virtual System.Threading.Tasks.Task GetRoleAssignmentByIdAsync(string roleAssignmentId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetRoleAssignments(Azure.RequestOptions options, string roleId = null, string principalId = null, string scope = null, string continuationToken = null) { throw null; } - public virtual System.Threading.Tasks.Task GetRoleAssignmentsAsync(Azure.RequestOptions options, string roleId = null, string principalId = null, string scope = null, string continuationToken = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRoleAssignmentByIdAsync(string roleAssignmentId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetRoleAssignments(string roleId = null, string principalId = null, string scope = null, string continuationToken = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRoleAssignmentsAsync(string roleId = null, string principalId = null, string scope = null, string continuationToken = null, Azure.RequestOptions options = null) { throw null; } } public partial class RoleDefinitionsClient { protected RoleDefinitionsClient() { } public RoleDefinitionsClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Synapse.AccessControl.AccessControlClientOptions options = null) { } public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } - public virtual Azure.Response GetRoleDefinitionById(string roleDefinitionId, Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetRoleDefinitionByIdAsync(string roleDefinitionId, Azure.RequestOptions options) { throw null; } - public virtual Azure.Response GetRoleDefinitions(Azure.RequestOptions options, bool? isBuiltIn = default(bool?), string scope = null) { throw null; } - public virtual System.Threading.Tasks.Task GetRoleDefinitionsAsync(Azure.RequestOptions options, bool? isBuiltIn = default(bool?), string scope = null) { throw null; } - public virtual Azure.Response GetScopes(Azure.RequestOptions options) { throw null; } - public virtual System.Threading.Tasks.Task GetScopesAsync(Azure.RequestOptions options) { throw null; } + public virtual Azure.Response GetRoleDefinitionById(string roleDefinitionId, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRoleDefinitionByIdAsync(string roleDefinitionId, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetRoleDefinitions(bool? isBuiltIn = default(bool?), string scope = null, Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetRoleDefinitionsAsync(bool? isBuiltIn = default(bool?), string scope = null, Azure.RequestOptions options = null) { throw null; } + public virtual Azure.Response GetScopes(Azure.RequestOptions options = null) { throw null; } + public virtual System.Threading.Tasks.Task GetScopesAsync(Azure.RequestOptions options = null) { throw null; } } public partial class SubjectInfo { diff --git a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/samples/Sample1_HelloWorld.md b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/samples/Sample1_HelloWorld.md index c64eb6aaf2dcf..2081e94b51f22 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/samples/Sample1_HelloWorld.md +++ b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/samples/Sample1_HelloWorld.md @@ -70,7 +70,7 @@ Console.WriteLine($"Role {roleAssignmentRoleDefinitionId} is assigned to {roleAs To enumerate all role assignments in the Synapse workspace call `GetRoleAssignments`. ```C# Snippet:ListRoleAssignments -Response roleAssignmentsResponse = roleAssignmentsClient.GetRoleAssignments(new()); +Response roleAssignmentsResponse = roleAssignmentsClient.GetRoleAssignments(); BinaryData roleAssignmentsContent = roleAssignmentsResponse.Content; JsonDocument roleAssignmentsJson = JsonDocument.Parse(roleAssignmentsContent.ToMemory()); diff --git a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleAssignmentsClient.cs b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleAssignmentsClient.cs index e5d801895a5dc..544018db9dd54 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleAssignmentsClient.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleAssignmentsClient.cs @@ -179,11 +179,11 @@ public virtual Response CheckPrincipalAccess(RequestContent content, RequestOpti } /// List role assignments. - /// The request options. /// Synapse Built-In Role Id. /// Object ID of the AAD principal or security-group. /// Scope of the Synapse Built-in Role. /// Continuation token. + /// The request options. /// /// Schema for Response Body: /// { @@ -218,7 +218,7 @@ public virtual Response CheckPrincipalAccess(RequestContent content, RequestOpti /// /// #pragma warning disable AZC0002 - public virtual async Task GetRoleAssignmentsAsync(RequestOptions options, string roleId = null, string principalId = null, string scope = null, string continuationToken = null) + public virtual async Task GetRoleAssignmentsAsync(string roleId = null, string principalId = null, string scope = null, string continuationToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleAssignmentsClient.GetRoleAssignments"); @@ -236,11 +236,11 @@ public virtual async Task GetRoleAssignmentsAsync(RequestOptions optio } /// List role assignments. - /// The request options. /// Synapse Built-In Role Id. /// Object ID of the AAD principal or security-group. /// Scope of the Synapse Built-in Role. /// Continuation token. + /// The request options. /// /// Schema for Response Body: /// { @@ -275,7 +275,7 @@ public virtual async Task GetRoleAssignmentsAsync(RequestOptions optio /// /// #pragma warning disable AZC0002 - public virtual Response GetRoleAssignments(RequestOptions options, string roleId = null, string principalId = null, string scope = null, string continuationToken = null) + public virtual Response GetRoleAssignments(string roleId = null, string principalId = null, string scope = null, string continuationToken = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleAssignmentsClient.GetRoleAssignments"); @@ -443,7 +443,7 @@ public virtual Response CreateRoleAssignment(string roleAssignmentId, RequestCon /// /// #pragma warning disable AZC0002 - public virtual async Task GetRoleAssignmentByIdAsync(string roleAssignmentId, RequestOptions options) + public virtual async Task GetRoleAssignmentByIdAsync(string roleAssignmentId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleAssignmentsClient.GetRoleAssignmentById"); @@ -493,7 +493,7 @@ public virtual async Task GetRoleAssignmentByIdAsync(string roleAssign /// /// #pragma warning disable AZC0002 - public virtual Response GetRoleAssignmentById(string roleAssignmentId, RequestOptions options) + public virtual Response GetRoleAssignmentById(string roleAssignmentId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleAssignmentsClient.GetRoleAssignmentById"); diff --git a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleDefinitionsClient.cs b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleDefinitionsClient.cs index 3f8da7ff7fcd2..b58b40733e555 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleDefinitionsClient.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/src/Generated/RoleDefinitionsClient.cs @@ -58,9 +58,9 @@ public RoleDefinitionsClient(Uri endpoint, TokenCredential credential, AccessCon } /// List role definitions. - /// The request options. /// Is a Synapse Built-In Role or not. /// Scope of the Synapse Built-in Role. + /// The request options. /// /// Schema for Response Body: /// { @@ -99,7 +99,7 @@ public RoleDefinitionsClient(Uri endpoint, TokenCredential credential, AccessCon /// /// #pragma warning disable AZC0002 - public virtual async Task GetRoleDefinitionsAsync(RequestOptions options, bool? isBuiltIn = null, string scope = null) + public virtual async Task GetRoleDefinitionsAsync(bool? isBuiltIn = null, string scope = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleDefinitionsClient.GetRoleDefinitions"); @@ -117,9 +117,9 @@ public virtual async Task GetRoleDefinitionsAsync(RequestOptions optio } /// List role definitions. - /// The request options. /// Is a Synapse Built-In Role or not. /// Scope of the Synapse Built-in Role. + /// The request options. /// /// Schema for Response Body: /// { @@ -158,7 +158,7 @@ public virtual async Task GetRoleDefinitionsAsync(RequestOptions optio /// /// #pragma warning disable AZC0002 - public virtual Response GetRoleDefinitions(RequestOptions options, bool? isBuiltIn = null, string scope = null) + public virtual Response GetRoleDefinitions(bool? isBuiltIn = null, string scope = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleDefinitionsClient.GetRoleDefinitions"); @@ -217,7 +217,7 @@ public virtual Response GetRoleDefinitions(RequestOptions options, bool? isBuilt /// /// #pragma warning disable AZC0002 - public virtual async Task GetRoleDefinitionByIdAsync(string roleDefinitionId, RequestOptions options) + public virtual async Task GetRoleDefinitionByIdAsync(string roleDefinitionId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleDefinitionsClient.GetRoleDefinitionById"); @@ -276,7 +276,7 @@ public virtual async Task GetRoleDefinitionByIdAsync(string roleDefini /// /// #pragma warning disable AZC0002 - public virtual Response GetRoleDefinitionById(string roleDefinitionId, RequestOptions options) + public virtual Response GetRoleDefinitionById(string roleDefinitionId, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleDefinitionsClient.GetRoleDefinitionById"); @@ -315,7 +315,7 @@ public virtual Response GetRoleDefinitionById(string roleDefinitionId, RequestOp /// /// #pragma warning disable AZC0002 - public virtual async Task GetScopesAsync(RequestOptions options) + public virtual async Task GetScopesAsync(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleDefinitionsClient.GetScopes"); @@ -354,7 +354,7 @@ public virtual async Task GetScopesAsync(RequestOptions options) /// /// #pragma warning disable AZC0002 - public virtual Response GetScopes(RequestOptions options) + public virtual Response GetScopes(RequestOptions options = null) #pragma warning restore AZC0002 { using var scope0 = _clientDiagnostics.CreateScope("RoleDefinitionsClient.GetScopes"); diff --git a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/AccessControlClientLiveTests.cs b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/AccessControlClientLiveTests.cs index 49bc705b74cf4..4197b089c78c3 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/AccessControlClientLiveTests.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/AccessControlClientLiveTests.cs @@ -178,7 +178,7 @@ public async Task CanListRoleAssignments() await using DisposableClientRole role = await DisposableClientRole.Create(assignmentsClient, definitionsClient, TestEnvironment); // TODO: This will change to pageable with https://github.com/azure/azure-sdk-for-net/issues/24680 - Response listReponse = await assignmentsClient.GetRoleAssignmentsAsync(new()); + Response listReponse = await assignmentsClient.GetRoleAssignmentsAsync(); var listContent = listReponse.Content; using var outerJson = JsonDocument.Parse(listContent.ToMemory()); var roleAssignmentsJson = outerJson.RootElement.GetProperty("value"); diff --git a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/samples/Sample1_HelloWorld.cs b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/samples/Sample1_HelloWorld.cs index 762f955d6581c..967127d4152c2 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/samples/Sample1_HelloWorld.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.AccessControl/tests/samples/Sample1_HelloWorld.cs @@ -74,7 +74,7 @@ public void AddAndRemoveRoleAssignmentSync() #endregion #region Snippet:ListRoleAssignments - Response roleAssignmentsResponse = roleAssignmentsClient.GetRoleAssignments(new()); + Response roleAssignmentsResponse = roleAssignmentsClient.GetRoleAssignments(); BinaryData roleAssignmentsContent = roleAssignmentsResponse.Content; JsonDocument roleAssignmentsJson = JsonDocument.Parse(roleAssignmentsContent.ToMemory()); diff --git a/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Generated/WebPubSubServiceClient.cs b/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Generated/WebPubSubServiceClient.cs index 8308f38b467e0..595a4c2bbc564 100644 --- a/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Generated/WebPubSubServiceClient.cs +++ b/sdk/webpubsub/Azure.Messaging.WebPubSub/src/Generated/WebPubSubServiceClient.cs @@ -32,10 +32,10 @@ protected WebPubSubServiceClient() } /// Generate token for the client to connect Azure Web PubSub service. - /// The request options. /// User Id. /// Roles that the connection with the generated token will have. /// The expire time of the generated token. + /// The request options. /// /// Schema for Response Body: /// { @@ -57,7 +57,7 @@ protected WebPubSubServiceClient() /// /// #pragma warning disable AZC0002 - internal virtual async Task GenerateClientTokenImplAsync(RequestOptions options, string userId = null, IEnumerable role = null, int? minutesToExpire = null) + internal virtual async Task GenerateClientTokenImplAsync(string userId = null, IEnumerable role = null, int? minutesToExpire = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("WebPubSubServiceClient.GenerateClientTokenImpl"); @@ -75,10 +75,10 @@ internal virtual async Task GenerateClientTokenImplAsync(RequestOption } /// Generate token for the client to connect Azure Web PubSub service. - /// The request options. /// User Id. /// Roles that the connection with the generated token will have. /// The expire time of the generated token. + /// The request options. /// /// Schema for Response Body: /// { @@ -100,7 +100,7 @@ internal virtual async Task GenerateClientTokenImplAsync(RequestOption /// /// #pragma warning disable AZC0002 - internal virtual Response GenerateClientTokenImpl(RequestOptions options, string userId = null, IEnumerable role = null, int? minutesToExpire = null) + internal virtual Response GenerateClientTokenImpl(string userId = null, IEnumerable role = null, int? minutesToExpire = null, RequestOptions options = null) #pragma warning restore AZC0002 { using var scope = _clientDiagnostics.CreateScope("WebPubSubServiceClient.GenerateClientTokenImpl"); diff --git a/sdk/webpubsub/Azure.Messaging.WebPubSub/src/WebPubSubServiceClient_helpers.cs b/sdk/webpubsub/Azure.Messaging.WebPubSub/src/WebPubSubServiceClient_helpers.cs index b0e264b8a58f5..73817c3a88ef7 100644 --- a/sdk/webpubsub/Azure.Messaging.WebPubSub/src/WebPubSubServiceClient_helpers.cs +++ b/sdk/webpubsub/Azure.Messaging.WebPubSub/src/WebPubSubServiceClient_helpers.cs @@ -105,8 +105,8 @@ private async Task GetClientAccessUriInternal( RequestOptions options = new() { CancellationToken = cancellationToken }; Response clientTokenResponse = async ? - await GenerateClientTokenImplAsync(options, userId, roles, expiresAt.Minute).ConfigureAwait(false) : - GenerateClientTokenImpl(options, userId, roles, expiresAt.Minute); + await GenerateClientTokenImplAsync(userId, roles, expiresAt.Minute, options).ConfigureAwait(false) : + GenerateClientTokenImpl(userId, roles, expiresAt.Minute, options); token = JsonDocument.Parse(clientTokenResponse.Content).RootElement.GetProperty(ClientTokenResponseTokenPropertyName).GetString(); } else if (_credential != null)